, or turn it into a drag source or a drop target itself.`)}(i);return function(e,t){const r=e.ref;return(0,n.invariant)("string"!=typeof r,"Cannot connect React DnD to an element with an existing string ref. Please convert it to use a callback ref instead, or wrap it into a or
`,K=_.CheckMobile.any(),q="control-bar__btn--btn-hidden",J={zoomInOut:!0,maximize:!0,scrollLeftRight:!0,resetScale:!0,goToRealtime:!0};class X{constructor(e,t,s){this._widget=(0,i.ensureNotNull)((0,u.parseHtml)($).querySelector(".control-bar-wrapper")),this._controlBar=(0,i.ensureNotNull)(this._widget.querySelector(".control-bar")),this._back=(0,i.ensureNotNull)((0,u.parseHtml)(Q).querySelector(".control-bar-wrapper")),this._btnGroups=Array.from(this._controlBar.querySelectorAll(".js-btn-group")),this._targetPaneWidget=null,this._backButtonVisible=!1,this._backButtonCanBeVisible=!1,this._boundMouseHandler=null,this._chartModel=null,this._controlBarVisible=!1,this._priceAxisChanged=null,this._resetScalesAvailable=null,this._priceAxisName="right",this._rafId=null,this._visibilityTypeProperty=null,this._boundUpdateMaximizeButtonsVisibility=this._updateMaximizeButtonsVisibility.bind(this),this._boundToggleFullscreenButtons=this._toggleFullscreenButtons.bind(this),this._paneWidth=0,this._leftPriceScaleWidth=0,this._rightPriceScaleWidth=0,this._onVisibilityTypeChange=e=>{"alwaysOn"===e||"alwaysOff"===e?(this._controlBarVisible="alwaysOn"===e,this._parent.removeEventListener("mousemove",this._controlsBarVisibilityHandler,!1),
+this._parent.removeEventListener("mouseleave",this._controlsBarVisibilityHandler,!1)):(this._controlBarVisible=!1,this._parent.addEventListener("mousemove",this._controlsBarVisibilityHandler),this._parent.addEventListener("mouseleave",this._controlsBarVisibilityHandler)),this._configureBackButtonVisibility(e),this._updateControlBarVisibility()},this._visibilityBackButtonHandler=e=>{const t=this._checkIsPointerNearBox(e,this._back.getBoundingClientRect());void 0!==t&&this._backButtonCanBeVisible!==t&&(this._backButtonCanBeVisible=t,this._setRAF())},this._controlsBarVisibilityHandler=e=>{const t=this._checkIsPointerNearBox(e,this._controlBar.getBoundingClientRect());void 0!==t&&this._controlBarVisible!==t&&(this._controlBarVisible=t,this._setRAF())},this._updateControlBarVisibility=()=>{this._controlBar.classList.toggle("control-bar--hidden",!this._controlBarVisible)},this._chart=e,this._parent=t,this._options=Object.assign({},J,s),this._visibilityPrioritizedGroups=this._initGroupDescriptions(),this._init(),this._initHandlers(),this.updatePosition()}destroy(){null!==this._visibilityTypeProperty&&(this._visibilityTypeProperty.destroy(),this._visibilityTypeProperty=null),null!==this._boundMouseHandler&&(this._parent.removeEventListener("mousemove",this._boundMouseHandler,!1),this._parent.removeEventListener("mouseleave",this._boundMouseHandler,!1),this._boundMouseHandler=null),null!==this._priceAxisChanged&&(this._priceAxisChanged.unsubscribe(this,this._updateBackBtnPosition),this._priceAxisChanged=null),clearInterval(this._checkIntervalId),this._resetScalesAvailable?.destroy();const e=this._chart.getResizerDetacher();e.fullscreenable.unsubscribe(this._boundUpdateMaximizeButtonsVisibility),e.fullscreen.unsubscribe(this._boundToggleFullscreenButtons),this._chart=null}updatePosition(){const e=this._targetPaneWidget=this._getTargetPaneWidget();if(null===e)return;const t=e.getElement().querySelector(".chart-markup-table .pane");if(null===t)return;this._paneWidth=e.width(),this._leftPriceScaleWidth=this._chart.getPriceAxisMaxWidthByName("left"),this._rightPriceScaleWidth=this._chart.getPriceAxisMaxWidthByName("right");const s=this._parent.getBoundingClientRect().bottom-t.getBoundingClientRect().bottom+this._bottomMargin(e);this._widget.style.bottom=`${s}px`,this._back.style.bottom=`${s}px`,this._updateBtnGroupVisibility()}_getTargetPaneWidget(){const e=this._chart.maximizedPaneWidget();if(e)return e;const t=[...this._chart.paneWidgets()].reverse();for(const e of t)if(e.height()>=this._widget.clientHeight+28+this._bottomMargin(e))return e;return null}_bottomMargin(e){return e.containsMainSeries()?27:0}_init(){if(_.CheckMobile.any())for(const e of this._btnGroups)e.classList.add("js-hidden");this._buttons={zoomIn:this._widget.querySelector(".control-bar__btn--zoom-in"),zoomOut:this._widget.querySelector(".control-bar__btn--zoom-out"),moveLeft:this._widget.querySelector(".control-bar__btn--move-left"),moveRight:this._widget.querySelector(".control-bar__btn--move-right"),
+turn:this._widget.querySelector(".control-bar__btn--turn-button"),maximize:this._widget.querySelector(".control-bar__btn--maximize"),minimize:this._widget.querySelector(".control-bar__btn--minimize")},this._parent.appendChild(this._widget),this._parent.appendChild(this._back),this._priceAxisName=(0,d.isRtl)()?"left":"right",this._chart.withModel(this,(()=>{this._chartModel=this._chart.model(),this._initVisibility(),this._priceAxisChanged=this._chart.getPriceAxisWidthChangedByName(this._priceAxisName),this._priceAxisChanged.subscribe(this,this._updateBackBtnPosition),this._resetScalesAvailable=this._chartModel.model().resetScalesAvailable().spawn(),this._resetScalesAvailable.subscribe(this._updateResetScalesButtonVisibility.bind(this),{callWithLast:!0});const e=this._chart.getResizerDetacher();e.fullscreenable.subscribe(this._boundUpdateMaximizeButtonsVisibility),e.fullscreen.subscribe(this._boundToggleFullscreenButtons),this._updateMaximizeButtonsVisibility(),this._updateBackBtnPosition(),this._back.querySelector(".control-bar__btn")?.addEventListener("click",(()=>{null!==this._chartModel&&this._chartModel.timeScale().scrollToRealtime(!0,(()=>this._checkBackButtonVisibility()))}))}))}_initHandlers(){const e=o.mobiletouch?"touchstart":"mousedown",t=o.mobiletouch?["touchend"]:["mouseup","mouseout"];this._buttons.moveLeft.addEventListener(e,(e=>{e.preventDefault(),this._chart.scrollHelper().moveByBar(1),this._trackEvent("Move Left")})),this._buttons.moveRight.addEventListener(e,(e=>{e.preventDefault(),this._chart.scrollHelper().moveByBar(-1),this._trackEvent("Move Right")}));for(const e of t)this._buttons.moveLeft.addEventListener(e,(()=>this._chart.scrollHelper().stopMove())),this._buttons.moveRight.addEventListener(e,(()=>this._chart.scrollHelper().stopMove()));this._buttons.turn.addEventListener("click",(e=>{e.preventDefault(),this._chart.GUIResetScales(),this._trackEvent("Reset to Default Settings")})),this._buttons.zoomOut.addEventListener("click",(e=>{e.preventDefault(),null!==this._chartModel&&this._chartModel.zoomOut(),this._trackEvent("Zoom Out")})),this._buttons.zoomIn.addEventListener("click",(e=>{e.preventDefault(),null!==this._chartModel&&this._chartModel.zoomIn(),this._trackEvent("Zoom In")})),this._buttons.maximize.addEventListener("click",(e=>{e.preventDefault(),this._chart.setActive(!0),this._chart.getResizerDetacher().requestFullscreen(),this._trackEvent(" Maximize Chart")})),this._buttons.minimize.addEventListener("click",(e=>{e.preventDefault(),this._chart.getResizerDetacher().exitFullscreen(),this._trackEvent(" Restore Chart")}));const s=e=>e.addEventListener("contextmenu",(e=>e.preventDefault()));s(this._buttons.moveLeft),s(this._buttons.moveRight),s(this._buttons.turn),s(this._buttons.zoomOut),s(this._buttons.zoomIn),s(this._buttons.minimize),s(this._buttons.maximize)}_initGroupDescriptions(){return[{shouldBeHiddenOnMobile:!1,available:this._isMaximizeButtonAvailable.bind(this),className:"js-btn-group-maximize",element:this._getBtnGroup("js-btn-group-maximize"),totalWidth:50},{
+shouldBeHiddenOnMobile:!1,available:()=>this._options.resetScale,className:"js-btn-group-reset-scale",element:this._getBtnGroup("js-btn-group-reset-scale"),totalWidth:50},{shouldBeHiddenOnMobile:!a.enabled("show_zoom_and_move_buttons_on_touch"),available:()=>this._options.zoomInOut,className:"js-btn-group-zoom",element:this._getBtnGroup("js-btn-group-zoom"),totalWidth:86},{shouldBeHiddenOnMobile:!a.enabled("show_zoom_and_move_buttons_on_touch"),available:()=>this._options.scrollLeftRight,className:"js-btn-group-scroll",element:this._getBtnGroup("js-btn-group-scroll"),totalWidth:86}]}_checkBackButtonVisibility(){if(null===this._chartModel||!this._options.goToRealtime)return;const e=this._backButtonCanBeVisible&&this._chartModel.timeScale().rightOffset()<0;e!==this._backButtonVisible&&(this._backButtonVisible=e,this._back.querySelector(".control-bar__btn")?.classList.toggle(q,!this._backButtonVisible))}_initVisibility(){this._visibilityTypeProperty=(0,n.combine)(((e,t)=>null!==t?"alwaysOff":e),(0,h.convertPropertyToWatchedValue)((0,r.actualBehavior)()).ownership(),(0,m.getSeriesDisplayErrorWV)((0,i.ensureNotNull)(this._chartModel).mainSeries()).ownership()),this._visibilityTypeProperty.subscribe(this._onVisibilityTypeChange,{callWithLast:!0})}_configureBackButtonVisibility(e){"alwaysOff"===e?(clearInterval(this._checkIntervalId),this._checkIntervalId=void 0):this._checkIntervalId=this._checkIntervalId??setInterval((()=>this._checkBackButtonVisibility()),1e3),_.CheckMobile.any()?this._backButtonCanBeVisible="alwaysOff"!==e:"alwaysOn"===e||"alwaysOff"===e?(this._backButtonCanBeVisible="alwaysOn"===e,this._parent.removeEventListener("mousemove",this._visibilityBackButtonHandler,!1),this._parent.removeEventListener("mouseleave",this._visibilityBackButtonHandler,!1)):(this._backButtonCanBeVisible=!1,this._parent.addEventListener("mousemove",this._visibilityBackButtonHandler),this._parent.addEventListener("mouseleave",this._visibilityBackButtonHandler)),this._checkBackButtonVisibility()}_checkIsPointerNearBox(e,t){if(!(e.buttons||null!==this._chartModel&&this._chartModel.lineBeingCreated())){if("mousemove"===e.type){const s=100-(this._targetPaneWidget?this._bottomMargin(this._targetPaneWidget):0);return e.clientX>=t.left-100&&e.clientX<=t.right+100&&e.clientY>=t.top-s&&e.clientY<=t.bottom+100}return!1}}_setRAF(){null===this._rafId&&(this._rafId=this._widget.ownerDocument.defaultView.requestAnimationFrame((()=>{this._checkBackButtonVisibility(),this._updateControlBarVisibility(),this._rafId=null})))}_updateBackBtnPosition(){if("left"===this._priceAxisName||"right"===this._priceAxisName){const e=this._chart.getPriceAxisMaxWidthByName(this._priceAxisName)+14;e&&(this._back.style.marginRight=`${e}px`)}}_updateBtnGroupVisibility(){const e=this._leftPriceScaleWidth+this._paneWidth,t=(e+this._rightPriceScaleWidth)/2;let s=2*Math.min(e-t,t-this._leftPriceScaleWidth)-50-50,i=!1;for(const e of this._visibilityPrioritizedGroups){e.enoughSpaceForGroup=!1;e.available()&&(!K||!e.shouldBeHiddenOnMobile)&&(s-=e.totalWidth,
+e.enoughSpaceForGroup=s>=0&&!i,i=i||!e.enoughSpaceForGroup),!e.enoughSpaceForGroup!==e.element.classList.contains("js-hidden")&&e.element.classList.toggle("js-hidden",!e.enoughSpaceForGroup)}this._updateControlBarPosition()}_getBtnGroup(e){return(0,i.ensureDefined)(this._btnGroups.find((t=>t.classList.contains(e))))}_updateControlBarPosition(){const e=this._visibilityPrioritizedGroups.reduce(((e,t)=>e+(t.enoughSpaceForGroup?t.totalWidth:0)),0),t=(this._paneWidth+this._leftPriceScaleWidth+this._rightPriceScaleWidth)/2-Math.ceil(e/2);this._widget.style.left=`${t}px`}_updateResetScalesButtonVisibility(){if(null===this._chartModel)return;const e=this._chartModel.model().resetScalesAvailable().value();this._buttons.turn.classList.toggle(q,!e)}_updateMaximizeButtonsVisibility(){this._updateBtnGroupVisibility()}_toggleFullscreenButtons(){const e=this._chart.inFullscreen();this._buttons.maximize.classList.toggle("js-hidden",e),this._buttons.minimize.classList.toggle("js-hidden",!e)}_isMaximizeButtonAvailable(){return this._options.maximize,!1}_trackEvent(e){0}}},60786:(e,t,s)=>{"use strict";s.r(t),s.d(t,{LegendWidget:()=>no});var i=s(27714),l=s(20057),o=s(50151),a=s(52033),n=s(64147),r=s(37265),d=s(24377),u=s(3343),h=s(27267),c=s(56570),_=s(49483);function p(e,t){null===e.firstChild?e.textContent=t:e.firstChild.nodeValue=t}var m=s(57177),g=s(19291),b=s(40281),v=s(38780),w=s(88960),S=s(35236);const y=b.trackingModeIsAvailable?44:28;var M=s(63276),f=s(80007),C=s(26996),E=s(4237),V=s(50959),L=s(45319);const W=(A=C.Loader,x={staticPosition:!0,size:"small"},(e,t)=>function(e,t,s,i){const l=document.createElement("span"),o=(0,E.createRoot)(l);function a(e){l.classList.toggle(L.blockHidden,!e)}a(!1);const{className:n}=i??{};return n&&l.classList.add(n),o.render((0,V.createElement)(t,s)),e.appendChild(l),{toggleVisibility:a,destroy:function(){o.unmount()}}}(e,A,x,t));var A,x,k=s(37850);const T=_.CheckMobile.any();var H,B;!function(e){e[e.Tiny=1]="Tiny",e[e.Small=2]="Small",e[e.Medium=3]="Medium",e[e.Large=4]="Large"}(H||(H={})),function(e){e[e.NoIntervalForMultiChart=1]="NoIntervalForMultiChart",e[e.NoExchangeProviderAndInterval=2]="NoExchangeProviderAndInterval",e[e.AllVisible=3]="AllVisible"}(B||(B={}));function I(e,t){e.dataset.status=t?"loading":void 0}class D{constructor(e,t,s){this._el=null,this._firstBlockWrapper=null,this._titlesWrapperEl=null,this._titleContainers=[],this._titleElements=[],this._valuesElements=[],this._actionsParentEl=null,this._actionAdditionalWrapperEl=null,this._actionElements=[],this._accessibleButtons=[],this._rowMode=4,this._titlesMode=3,this._statusesWrapper=null,this._loader=null,this._valuesParentEl=null,this._valuesAdditionalWrapperEl=null,this._resizeObserver=null,this._hideInvisibleHover=null,this._hideValues=null,this._allButtonsWidth=null,this._lastStatusesWrapperWidth=null,this._lastActionsWrapperWidth=null,this._showActionsHandler=null,this._hideActionsHandler=null,this._selectedSourceHandler=null,this._mouseEventHandlers=[],this._disableTimeout=null,this._toggleHiddenActions=null,
+this._updateDisabledState=(e=this._disabled.value())=>{null!==this._el&&(this._el.classList.toggle(k.disabled,e),this._updateLoadingState(),this._updateStatusWidgetVisibility(e),this._updateTitleMaxWidth())},this._updateLoadingState=(e=this._loading.value())=>{if(null!==this._el){this._el.classList.toggle(k.eyeLoading,e&&!this._disabled.value()),I(this._el,e)}null!==this._loader&&this._loader.toggleVisibility(e),this._updateShowValues()},this._model=e,this._parentEl=t,this._disabled=this._model.disabled().spawn(),this._disabled.subscribe(this._updateDisabledState),this._disabledOnInterval=this._model.disabledOnInterval().spawn(),this._disabledOnInterval.subscribe(this._updateDisabledOnIntervalState.bind(this)),this._selected=this._model.selected().spawn(),this._selected.subscribe(this._updateSelectedState.bind(this)),this._loading=this._model.loading().spawn(),this._loading.subscribe(function(e,t){let s=0;return i=>{clearTimeout(s),i?e():s=setTimeout(e,t)}}(this._updateLoadingState,700)),this._isTitleHidden=this._model.isTitleHidden().spawn(),this._isRowHidden=this._model.isRowHidden().spawn(),this._isTitleHidden.subscribe(this._updateShowTitles.bind(this)),this._isRowHidden.subscribe(this._updateShowLine.bind(this)),this._createTitlesSpawns();for(let e=0;e({visible:e.visible.spawn(),title:void 0===e.title?null:e.title.spawn()})));for(let e=0;e{e.preventDefault(),e.stopPropagation()}))))}destroy(){this._toggleHiddenActions=null,this._disabled.destroy(),this._disabledOnInterval.destroy(),this._selected.destroy(),this._loading.destroy(),this._isTitleHidden.destroy(),this._isRowHidden.destroy(),this._customTextColor.destroy(),this._loader?.destroy(),this._isMultipleLayout.destroy(),null!==this._disableTimeout&&clearTimeout(this._disableTimeout);for(const e of this._titlesSpawns)e.title.destroy();if(null!==this._titlesWrapperEl){for(const e of this._mouseEventHandlers)e.destroy();this._titleContainers=[],this._titleElements=[],this._withActions&&null!==this._selectedSourceHandler&&null!==this._showActionsHandler&&null!==this._hideActionsHandler&&(T||(this._titlesWrapperEl.removeEventListener("mouseenter",this._showActionsHandler),this._titlesWrapperEl.removeEventListener("mouseleave",this._hideActionsHandler))),this._titlesWrapperEl=null}for(const e of this._actionsSpawnArray){e.visible.destroy();const t=e.title;null!==t&&t.destroy()}if(this._actionElements=[],null!==this._actionAdditionalWrapperEl&&(this._withActions&&null!==this._showActionsHandler&&null!==this._hideActionsHandler&&!T&&(this._actionAdditionalWrapperEl.removeEventListener("mouseenter",this._showActionsHandler),this._actionAdditionalWrapperEl.removeEventListener("mouseleave",this._hideActionsHandler)),this._actionAdditionalWrapperEl=null),this._actionsParentEl=null,this._removeValuesSpawnsSubscriptions(),this._values.destroy(),null!==this._valuesParentEl&&(this._valuesElements=[],this._valuesParentEl=null),this._hideInvisibleHover?.destroy(),this._hideValues?.destroy(),null!==this._resizeObserver&&(this._resizeObserver.disconnect(),this._resizeObserver=null),null!==this._el){const e=this._el.parentNode;e?.removeChild(this._el),this._el=null}}getElement(){return this._el}getHeight(){return null===this._el?null:24}updateMode(e,t){this._rowMode===e&&this._titlesMode===t&&null!==this._allButtonsWidth||(this._rowMode!==e&&(this._rowMode=e,this._updateActionsVisibilitiesByMode()),this._titlesMode!==t&&(this._titlesMode=t,this._updateTitlesVisibilitiesByMode()),this._updateAllButtonsWidth())}accessibleButtons(){return this._isRowHidden.value()?[]:this._accessibleButtons.filter((e=>!e.classList.contains(L.blockHidden)))}showActions(){null===this._el||this._el.classList.contains(k.withAction)||this._showActions()}hideActions(){null!==this._el&&this._el.classList.contains(k.withAction)&&this._hideActions()}_updateActionsVisibilitiesByMode(){}_updateTitlesVisibilitiesByMode(){}_render(){this._renderTitles(),this._renderActions(),this._renderValues(),
+this._el=document.createElement("div"),I(this._el,this._loading.value()),this._firstBlockWrapper=document.createElement("div"),this._firstBlockWrapper.classList.add(k.noWrapWrapper),this._firstBlockWrapper.appendChild((0,o.ensureNotNull)(this._titlesWrapperEl)),null!==this._actionsParentEl&&this._firstBlockWrapper.appendChild(this._actionsParentEl),this._el.appendChild(this._firstBlockWrapper),this._el.appendChild((0,o.ensureNotNull)(this._valuesParentEl)),this._parentEl.append(this._el)}_renderTitles(){null===this._titlesWrapperEl&&(this._titlesWrapperEl=document.createElement("div"),this._titlesWrapperEl.classList.add(k.titlesWrapper));for(let e=0;e{this._selectedSourceHandler?.(e),o(),a&&d.blur()};this._mouseEventHandlers.push(new S.MouseEventHandler(r,{mouseClickEvent:e,tapEvent:_.CheckMobile.any()?void 0:e},{ignoreClickAndTapOnDblClickOrDblTap:!0}))}if(a){const e=d;this._makeItemAccessible(e,o,l??"")}return n.length>0?d.appendChild(document.createTextNode(n)):(r.classList.add(L.blockHidden),d.classList.add(L.blockHidden)),r.appendChild(d),{wrapper:r,title:d}}_makeItemAccessible(e,t,s){""!==s&&e.setAttribute("aria-label",s),e.type="button",e.classList.add(k.accessible),e.tabIndex=-1;const i=t=>{switch(t.type){case"roving-tabindex:main-element":e.tabIndex=0;break;case"roving-tabindex:secondary-element":e.tabIndex=-1}};e.addEventListener("roving-tabindex:main-element",i),e.addEventListener("roving-tabindex:secondary-element",i),e.addEventListener("keydown",(e=>{const s=(0,u.hashFromEvent)(e);13!==s&&32!==s||(e.preventDefault(),t(e))})),this._accessibleButtons.push(e)}_renderActions(){if(!this._withActions)return;null===this._actionsParentEl&&(this._actionsParentEl=document.createElement("div"),this._actionsParentEl.classList.add(k.buttonsWrapper),this._actionsParentEl.dataset.name="actions",this._parentEl.append(this._actionsParentEl),this._actionAdditionalWrapperEl=document.createElement("div"),this._actionAdditionalWrapperEl.classList.add(k.buttons),this._actionsParentEl.appendChild(this._actionAdditionalWrapperEl));const e=(0,o.ensureNotNull)(this._actionAdditionalWrapperEl);this._model.actions().forEach((t=>{const s=void 0===t.disableAccessibility,i={iconSize:b.trackingModeIsAvailable?"large":"small",tag:s?"button":"div",buttonClassName:k.button,wrapIconClassName:k.buttonIcon,hiddenClassName:L.blockHidden,blurOnClick:!!s||void 0},l=(0,M.createActionElement)(t,i);s&&this._makeItemAccessible(l,(e=>{t.action(e)}),t.title?.value()??""),
+this._actionElements.push(l),e.appendChild(l)}))}_initWrappersIfNotInitialized(){return null===this._valuesParentEl&&(this._valuesParentEl=document.createElement("div"),this._valuesParentEl.classList.add(k.valuesWrapper),this._valuesAdditionalWrapperEl=document.createElement("div"),this._valuesAdditionalWrapperEl.classList.add(k.valuesAdditionalWrapper),this._valuesParentEl.appendChild(this._valuesAdditionalWrapperEl)),(0,o.ensureNotNull)(this._valuesAdditionalWrapperEl)}_isWidthButtonsMode(){return null!==this._el&&(this._el.classList.contains(k.withAction)||this._disabled.value()||this._selected.value())}_updateTitlesHandler(e,t){const s=(0,o.ensureNotNull)(this._titleContainers[e]),i=(0,o.ensureNotNull)(this._titleElements[e]),l=0===t.length||this._isTitleHiddenByMode(this._titlesSpawns[e]);i.classList.toggle(L.blockHidden,l),s.classList.toggle(L.blockHidden,l),p(i,t),i.dispatchEvent(new CustomEvent("common-tooltip-update"))}_isTitleHiddenByMode(e){return!1}_updateStates(e){this._updateDisabledState(),this._updateDisabledOnIntervalState(),this._updateSelectedState(),this._updateLoadingState(),e&&this._clearDisableState()}_updateValuesHTMLElHandler(e,t){p((0,o.ensure)(this._valuesElements[e].value),t),this._updateShowValues()}_updateValueColorHandler(e,t=""){(0,o.ensure)(this._valuesElements[e].value).style.color=t}_updateValueVisibleHandler(e,t){const s=(0,o.ensure)(this._valuesElements[e].value).closest(`.${k.valueItem}`);null!==s&&s.classList.toggle(L.blockHidden,!t),this._updateShowValues()}_updateShowLine(){null!==this._el&&this._el.classList.toggle(L.blockHidden,this._isRowHidden.value())}_createValuesSpawns(){this._valuesSpawnArray=this._values.value().map((e=>({value:e.value.spawn(),color:e.color.spawn(),visible:e.visible.spawn(),title:e.title.spawn()})))}_removeValuesSpawnsSubscriptions(){for(const e of this._valuesSpawnArray)e.value.destroy(),e.color.destroy(),e.visible.destroy(),e.title.destroy();this._valuesSpawnArray=[]}_addValuesSpawnsSubscriptions(){for(let e=0;ee.classList.contains(L.blockHidden)));e.classList.toggle(L.blockHidden,t)}e(this._valuesAdditionalWrapperEl),e(this._valuesParentEl)}_addStatusesWidget(e,t,s){this._statusesWrapper=document.createElement("div"),this._statusesWrapper.classList.add(k.statusesWrapper),e.classList.add(k.statusesWrapper__statuses),this._statusesWrapper.appendChild(e),(0,o.ensureNotNull)(this._firstBlockWrapper).appendChild(this._statusesWrapper),this._hideInvisibleHover=t,this._hideInvisibleHover.subscribe(this._updateHideInvisibleHoverMode.bind(this),{callWithLast:!0}),this._hideValues=s,
+this._hideValues.subscribe(this._updateHideValuesMode.bind(this),{callWithLast:!0}),this._updateStatusWidgetVisibility(this._disabled.value()),this._resizeObserver=new ResizeObserver(this._handlerRestrictTitleWidth.bind(this)),null!==this._actionsParentEl&&this._resizeObserver.observe(this._actionsParentEl),this._resizeObserver.observe(this._statusesWrapper)}_updateTitleMaxWidth(){if(null===this._firstBlockWrapper)return;const e=this._allButtonsWidth||0,t=(this._lastActionsWrapperWidth||0)+(this._lastStatusesWrapperWidth||0);this._isWidthButtonsMode()?this._firstBlockWrapper.style.maxWidth=`calc(100% - ${Math.max(e,t)}px)`:this._firstBlockWrapper.style.maxWidth=t>0?`calc(100% - ${t}px)`:""}_updateAllButtonsWidth(){this._allButtonsWidth=this._getButtonsCount()*y+1,this._updateTitleMaxWidth()}_updateHideInvisibleHoverMode(e){null!==this._el&&this._el.classList.toggle(k.hideInvisibleHover,e)}_updateHideValuesMode(e){null!==this._el&&this._el.classList.toggle(k.hideValues,e)}_showActions(){if(null===this._el||!this._withActions)return;this._el.classList.add(k.withAction),this._toggleHiddenActions?.(!0);const e=this._valuesParentEl?.offsetTop===this._titlesWrapperEl?.offsetTop;this._el.classList.toggle(k.withTail,e),this._updateTitleMaxWidth()}_hideActions(){null!==this._el&&this._withActions&&(this._el.classList.remove(k.withAction),this._toggleHiddenActions?.(!1),null!==this._valuesParentEl&&this._valuesParentEl.classList.remove(k.withTail),this._updateTitleMaxWidth())}_handlerRestrictTitleWidth(e){if(null===this._actionsParentEl||null===this._firstBlockWrapper)return;let t=null,s=null;for(const i of e)i.target===this._statusesWrapper&&(t=i.contentRect.width),i.target===this._actionsParentEl&&(s=i.contentRect.width);t===this._lastStatusesWrapperWidth&&s===this._lastActionsWrapperWidth||(null!==t&&(this._lastStatusesWrapperWidth=t),null!==s&&(this._lastActionsWrapperWidth=s),this._updateTitleMaxWidth())}_clearDisableState(){null!==this._el&&(this._el.classList.remove(k.eyeLoading),this._el.classList.remove(k.disabled),this._updateStatusWidgetVisibility(this._disabled.value()),this._updateTitleMaxWidth())}_updateDisabledOnIntervalState(){this._el?.classList.toggle(k.disabledOnInterval,this._disabledOnInterval.value())}_updateSelectedState(){null!==this._el&&this._withActions&&this._el.classList.toggle(k.selected,this._selected.value())}_updateShowTitles(){null!==this._titlesWrapperEl&&(this._titlesWrapperEl.classList.toggle(L.blockHidden,this._isTitleHidden.value()),null!==this._actionsParentEl&&this._actionsParentEl.classList.toggle(L.blockHidden,this._isTitleHidden.value()))}_updateValues(){this._removeValuesSpawnsSubscriptions(),this._createValuesSpawns(),null!==this._valuesParentEl&&null!==this._valuesAdditionalWrapperEl&&(this._valuesElements=[],this._valuesAdditionalWrapperEl.innerHTML=""),this._renderValues(),this._addValuesSpawnsSubscriptions(),this._updateShowValues()}_updateActionVisibilities(e){
+null!==this._actionsParentEl&&this._actionsParentEl.querySelectorAll(`.${k.button}`)[e].classList.toggle(L.blockHidden,!this._actionsSpawnArray[e].visible.value())}_updateActionTitle(e){const t=this._actionsSpawnArray[e].title;if(null===this._actionsParentEl||null===t)return;const s=this._actionsParentEl.querySelectorAll(`.${k.button}`)[e];s.setAttribute("title",t.value()),s.hasAttribute("aria-label")&&s.setAttribute("aria-label",t.value()),s.dispatchEvent(new CustomEvent("common-tooltip-update"))}_updateCustomTextColor(){const e=this._customTextColor.value()||"";for(const t of this._titleContainers)null!==t&&(t.style.color=e);const t=(0,o.ensureNotNull)(this._valuesParentEl).querySelectorAll(`.${k.valueTitle}`);for(let s=0;s{this._logoWrapper&&this._logoWrapper.classList.toggle(k.hidden,!e)},this._updateSymbolLogo=async e=>{if(null===this._logoWrapper&&this._renderSymbolLogo(),0!==this._lastDrawnLogos.length&&0!==e.length&&(0,P.default)(this._lastDrawnLogos,e))return;const t=await(s=e,Promise.all(s.map((e=>(0,U.getImage)(`symbol_logo_${e}`,e,$).then((e=>e.cloneNode())))))).catch((()=>[]));var s;switch(t.length){case 0:this._pairContainer?.classList.add(k.hidden),this._logoContainer?.classList.add(G.hiddenCircleLogoClass),this._updateSymbolLetter(),this._symbolLetterContainer?.classList.remove(G.hiddenCircleLogoClass),this._lastDrawnLogos=e;break;case 1:j(this._logoContainer,t[0]),this._pairContainer?.classList.add(k.hidden),this._logoContainer?.classList.remove(G.hiddenCircleLogoClass),this._symbolLetterContainer?.classList.add(G.hiddenCircleLogoClass),this._lastDrawnLogos=e;break;case 2:j(this._primaryLogo,t[0]),j(this._secondaryLogo,t[1]),this._pairContainer?.classList.remove(k.hidden),this._logoContainer?.classList.add(G.hiddenCircleLogoClass),this._symbolLetterContainer?.classList.add(G.hiddenCircleLogoClass),this._lastDrawnLogos=e}},this._model=e,this._parentElement=t,this._renderSymbolLogo(),this._logoUrls=e.symbolLogoUrls().spawn(),this._logoUrls.subscribe(this._updateSymbolLogo,{callWithLast:!0}),this._isLogoVisible=e.isSymbolLogoVisible().spawn(),this._isLogoVisible.subscribe(this._updateLogoVisibility,{callWithLast:!0})}destroy(){this._logoWrapper?.remove(),this._logoWrapper=null,this._pairContainer=null,this._primaryLogo=null,this._secondaryLogo=null,this._logoContainer=null,this._symbolLetterContainer=null,this._logoUrls.destroy(),this._isLogoVisible.destroy()}_renderSymbolLogo(){if(!this._logoWrapper){const e=this._logoWrapper=document.createElement("div")
+;e.classList.add(k.logoWrapper);const t=this._pairContainer=e.appendChild(document.createElement("span"));t.classList.add(k.pairContainer,k.hidden);const s=t.appendChild(document.createElement("span"));s.className=(0,R.getBlockStyleClasses)("xxxsmall");(this._secondaryLogo=s.appendChild(document.createElement("span"))).className=N()((0,R.getLogoStyleClasses)("xxxsmall"),k.logo);(this._primaryLogo=s.appendChild(document.createElement("span"))).className=N()((0,R.getLogoStyleClasses)("xxxsmall"),k.logo);(this._logoContainer=e.appendChild(document.createElement("span"))).className=N()((0,O.getStyleClasses)("xxxsmall"),k.logo,G.hiddenCircleLogoClass);(this._symbolLetterContainer=e.appendChild(document.createElement("span"))).className=N()((0,O.getStyleClasses)("xxxsmall"),k.logo),this._updateSymbolLetter()}this._parentElement.insertBefore(this._logoWrapper,this._parentElement.firstChild)}_updateSymbolLetter(){if(this._symbolLetterContainer){const e=(0,F.safeShortName)(this._model.symbol()??"")[0];p(this._symbolLetterContainer,e)}}}function j(e,t){e&&e.replaceChildren(t)}function $(e){e.crossOrigin="",e.decoding="async"}const Q=_.isSafari?"click":"auxclick";class K extends D{constructor(e,t,s){super(e,t,s),this._wheelClickHandler=null,this._symbolLogoRenderer=null,this._updateSymbolLogoRenderer=e=>{c.enabled("show_symbol_logo_for_compare_studies")&&(this._symbolLogoRenderer?.destroy(),this._symbolLogoRenderer=e?new Z(e,(0,o.ensureNotNull)(this._titleContainers[0])):null)},this._canUpdateRowVisibility=!0,this._globalRowVisibility=this._model.globalVisibility().spawn(),this._globalRowVisibility.subscribe(this._updateShowLine.bind(this),{callWithLast:!0}),this._has5Buttons=this._model.isAbleShowSourceCode().spawn(),this._has5Buttons.subscribe(this._update5ButtonsStyles.bind(this),{callWithLast:!0}),this._updateStates(!this._disabled.value()),s.statusWidgetEl&&this._addStatusesWidget(s.statusWidgetEl,s.hideInvisibleHover,s.hideValues),this._selected.subscribe(this._updateTitleMaxWidth.bind(this)),s.withActions&&(this._wheelClickHandler=this._onWheelClicked.bind(this),null!==this._titlesWrapperEl&&this._titlesWrapperEl.addEventListener(Q,this._wheelClickHandler));const i=e.symbolLogoViewModel().value();this._updateSymbolLogoRenderer(i),e.symbolLogoViewModel().subscribe(this._updateSymbolLogoRenderer)}destroy(){this._model.symbolLogoViewModel().unsubscribe(this._updateSymbolLogoRenderer),this._symbolLogoRenderer?.destroy(),this._has5Buttons.destroy(),this._globalRowVisibility&&this._globalRowVisibility.destroy(),null!==this._wheelClickHandler&&null!==this._titlesWrapperEl&&this._titlesWrapperEl.removeEventListener(Q,this._wheelClickHandler),super.destroy()}accessibleButtons(){return this._globalRowVisibility.value()?super.accessibleButtons():[]}_updateActionsVisibilitiesByMode(){if(!this._withActions)return;const e=this._model.actions(),t=[];let s=[];if(2===this._rowMode||1===this._rowMode)e[0].visible.value()&&t.push(this._actionElements[0]),
+e[this._actionElements.length-1].visible.value()&&t.push(this._actionElements[this._actionElements.length-1]),s=this._actionElements.slice(1,this._actionElements.length-1);else for(let s=0;se.classList.toggle(L.blockHidden,!0))),t.forEach((e=>e.classList.toggle(L.blockHidden,!1)))}_updateShowLine(){if(null===this._el||!this._canUpdateRowVisibility)return;const e=!this._globalRowVisibility.value();e?this._el.classList.toggle(L.blockHidden,e):super._updateShowLine()}_getButtonsCount(){switch(this._rowMode){case 4:return this._has5Buttons.value()?5:4;case 3:return 3;default:return 2}}_render(){super._render();const e=(0,o.ensureNotNull)(this._el);e.classList.add(k.item,k.study),e.dataset.name="legend-source-item",e.dataset.entityId=this._model.getSource().id(),e.setAttribute("role","toolbar")}_createTitlesSpawns(){const e=this._model.titles(),t=this._model.titleActions();this._titlesSpawns=[{...t.title,title:e.title.spawn(),class:k.mainTitle,titleId:"legend-source-title"},{...t.args,title:e.args.spawn(),class:k.descTitle,titleId:"legend-source-description"}]}_renderValues(){const e=this._initWrappersIfNotInitialized(),t=this._values.value();for(const s of t){const t=document.createElement("div");t.dataset.testIdValueTitle=s.title.value(),t.classList.add(k.valueItem),t.classList.toggle(L.blockHidden,!s.visible.value());const i=document.createElement("div");i.classList.add(k.valueValue),i.style.color=s.color.value()||"",i.appendChild(document.createTextNode(s.value.value()));const l=s.title.value();void 0!==l&&(i.classList.add("apply-common-tooltip"),i.title=l),t.appendChild(i),this._valuesElements.push({value:i}),e.appendChild(t)}}_updateValuesTitleHTMLElHandler(e,t=""){const s=(0,o.ensure)(this._valuesElements[e].value);s.classList.toggle("apply-common-tooltip",0!==t.length),s.title=t}_update5ButtonsStyles(e){null!==this._el&&(this._el.classList.toggle(k.has5Buttons,e),this._updateAllButtonsWidth())}_onWheelClicked(e){1===e.button&&this._model.onRemoveSource()}}class q extends D{constructor(e,t,s){super(e,t,s),this._symbolLogoRenderer=null,this._clientHeight=null,this._updateLinkedState=void 0,this._flagged=this._model.flagged().spawn(),this._flagged.subscribe(this._updateFlaggedState.bind(this)),this._updateStates(),s.statusWidgetEl&&this._addStatusesWidget(s.statusWidgetEl,s.hideInvisibleHover,s.hideValues),this._selected.subscribe(this._updateTitleMaxWidth.bind(this));const i=e.symbolLogoViewModel().value();i&&(this._symbolLogoRenderer=new Z(i,(0,o.ensureNotNull)(this._titleContainers[0])))}destroy(){super.destroy(),this._flagged?.destroy(),this._symbolLogoRenderer?.destroy()}getHeight(){return null===this._el?null:(null===this._clientHeight&&(this._clientHeight=this._el.clientHeight,0===this._clientHeight&&(this._clientHeight=null)),this._clientHeight)}_updateActionsVisibilitiesByMode(){if(!this._withActions)return;const e=[];let t=[];const s=this._model.actions()
+;if(1===this._rowMode)s[this._actionElements.length-1].visible.value()&&e.push(this._actionElements[this._actionElements.length-1]),t=this._actionElements.slice(0,this._actionElements.length-1);else for(let t=0;te.classList.toggle(L.blockHidden,!0))),e.forEach((e=>e.classList.toggle(L.blockHidden,!1)))}_updateTitlesVisibilitiesByMode(){}_isTitleHiddenByMode(e){const t=e.titleId;return"legend-source-interval"!==t&&"legend-source-provider"!==t&&"legend-source-exchange"!==t?super._isTitleHiddenByMode(e):"legend-source-interval"===t&&this._isMultipleLayout.value()?1===this._titlesMode:3!==this._titlesMode}_hideTitleAndItsContainerIfRequired(e){const t=this._getTitleIndexByDataName(e);if(-1===t)return;const s=this._titlesSpawns[t],i=this._titleContainers[t],l=this._titleElements[t],o=0===s.title.value().length||this._isTitleHiddenByMode(s);i?.classList.toggle(L.blockHidden,o),l?.classList.toggle(L.blockHidden,o)}_getButtonsCount(){return 1===this._rowMode?1:3}_render(){super._render();const e=(0,o.ensureNotNull)(this._el);e.classList.add(k.item,k.series),e.classList.toggle(k.onlyOneButtonCanBeStick,this._model.isOneButtonCanBeStick()),e.dataset.name="legend-series-item",e.setAttribute("role","toolbar")}_updateStates(){super._updateStates(),this._updateFlaggedState()}_renderValues(){const e=this._initWrappersIfNotInitialized(),t=this._values.value();for(const s of t){const t=document.createElement("div");t.dataset.testIdValueTitle=s.title.value(),t.classList.add(k.valueItem),t.classList.toggle(L.blockHidden,!s.visible.value()),t.classList.toggle(k.unimportant,s.unimportant.value());const i=document.createElement("div"),l=s.title.value()||"";i.classList.add(k.valueTitle),i.classList.toggle(L.blockHidden,0===l.length),i.appendChild(document.createTextNode(l)),t.appendChild(i);const o=document.createElement("div");o.classList.add(k.valueValue),o.style.color=s.color.value()||"",o.appendChild(document.createTextNode(s.value.value())),t.appendChild(o),this._valuesElements.push({title:i,value:o}),e.appendChild(t)}}_createTitlesSpawns(){const e=this._model.titles(),t=this._model.titleActions();this._titlesSpawns=[{...t.title,title:e.title.spawn(),class:k.mainTitle,titleId:"legend-source-title"},{...t.description,title:e.description.spawn(),class:k.descTitle,titleId:"legend-source-description"},{...t.interval,title:e.interval.spawn(),class:k.intervalTitle,titleId:"legend-source-interval"},{...t.provider,title:e.provider.spawn(),class:k.providerTitle,titleId:"legend-source-provider"},{...t.exchange,title:e.exchange.spawn(),class:k.exchangeTitle,titleId:"legend-source-exchange"},{...t.chartStyle,title:e.chartStyle.spawn(),class:k.styleTitle,titleId:"legend-source-style"},{...t.priceSource,title:e.priceSource.spawn(),class:k.priceSourceTitle,titleId:"legend-source-price-source"}]}_updateValuesTitleHTMLElHandler(e,t=""){const s=(0,o.ensure)(this._valuesElements[e].title);p(s,t),s.classList.toggle(L.blockHidden,0===t.length),
+this._updateShowValues()}_isWidthButtonsMode(){return null!==this._el&&(void 0!==this._flagged&&Boolean(this._flagged.value())||this._linked?.value()||super._isWidthButtonsMode())}_updateFlaggedState(){if(void 0===this._flagged)return;(0,o.ensureNotNull)(this._el).classList.toggle(k.flagged,Boolean(this._flagged.value())),this._updateTitleMaxWidth()}_getTitleIndexByDataName(e){return this._titlesSpawns.findIndex((t=>t.titleId===e))}}var J=s(11542),X=s(51768);function Y(e){(0,X.trackEvent)("GUI","Legend action",e)}var ee,te,se=s(47036),ie=s(62920),le=s(65300),oe=s(36885);!function(e){e[e.Default=0]="Default",e[e.Micro=1]="Micro"}(ee||(ee={}));class ae{constructor(e,t,s){this._wrapperTogger=null,this._el=null,this._counterEl=null,this._arrowIconEL=null,this._objectTreeEl=null,this._mode=0,this._accessibleButtons=[],this._parentEl=e,this._themedColor=t.spawn(),this._themedColor.subscribe(this._updateThemedColor.bind(this)),this._showCollapserWithOneIndicator=s.showCollapserWithOneIndicator.spawn(),this._showCollapserWithOneIndicator.subscribe(this._updateVisibility.bind(this)),this._sourceCount=s.visibleDataSourceCount.spawn(),this._sourceCount.subscribe((()=>{this._updateSourceCount(),this._updateVisibility()})),this._isStateOpen=s.isDataSourcesCollapsed.spawn(),this._isStateOpen.subscribe((()=>{this._updateState(),this._updateVisibility()})),this._isMainPane=s.isMainPane.spawn(),this._isMainPane.subscribe(this._updateObjectTreeVisibility.bind(this)),this._isPaneCollapsed=s.isPaneCollapsed.spawn(),this._isPaneCollapsed.subscribe(this._updateVisibility.bind(this)),this._combinedStatusWidgetEl=s.combinedStatusWidget.getElement(),this._combinedStatusWidgetVisibility=s.combinedStatusWidget.visibility().spawn(),this._combinedStatusWidgetVisibility.subscribe(this._updateVisibility.bind(this)),this._render(),this._updateState(),this._updateVisibility(),this._updateThemedColor(this._themedColor.value()),this._updateObjectTreeVisibility(this._isMainPane.value()),this._toggleStateHandler=e=>{null!==this._el&&(e.cancelable&&e.preventDefault(),e instanceof KeyboardEvent||this._el?.blur(),1!==this._mode?s.onCollapseDataSources():s.onShowObjectsTreeDialog())},null!==this._el&&(this._el.addEventListener("touchend",this._toggleStateHandler),this._el.addEventListener("click",this._toggleStateHandler),this._el.addEventListener("contextmenu",(e=>{e.preventDefault(),e.stopPropagation()}))),this._updateSourceCount()}destroy(){this._isPaneCollapsed.destroy(),this._sourceCount.destroy(),this._isStateOpen.destroy(),this._showCollapserWithOneIndicator.destroy(),this._combinedStatusWidgetVisibility.destroy(),null!==this._objectTreeEl&&(this._objectTreeEl=null),this._arrowIconEL=null,this._counterEl=null,null!==this._el&&(this._el.removeEventListener("touchend",this._toggleStateHandler),this._el.removeEventListener("click",this._toggleStateHandler),this._el.innerHTML="",this._el=null)}accessibleButtons(){return null===this._el||this._el.classList.contains(k.onlyOneSourceShown)&&1!==this._mode?[]:this._accessibleButtons}setMode(e){
+this._mode=e?1:0,this._updateTooltip()}_render(){this._wrapperTogger=document.createElement("div"),this._wrapperTogger.classList.add(k.togglerWrapper),this._el=document.createElement("button"),this._el.className=`${k.toggler} apply-common-tooltip`;const e=this._el;e.type="button",e.classList.add(k.accessible),e.tabIndex=-1;const t=t=>{if(null!==e)switch(t.type){case"roving-tabindex:main-element":e.tabIndex=0;break;case"roving-tabindex:secondary-element":e.tabIndex=-1}};e.addEventListener("roving-tabindex:main-element",t),e.addEventListener("roving-tabindex:secondary-element",t),e.addEventListener("keydown",(e=>{const t=(0,u.hashFromEvent)(e);13!==t&&32!==t||(e.preventDefault(),this._toggleStateHandler(e))})),this._accessibleButtons.push(e),this._arrowIconEL=document.createElement("div"),this._arrowIconEL.classList.add(k.iconArrow),this._arrowIconEL.innerHTML=b.trackingModeIsAvailable?ie:se,this._el.appendChild(this._arrowIconEL),this._objectTreeEl=document.createElement("div"),this._objectTreeEl.classList.add(k.objectTree),this._objectTreeEl.innerHTML=b.trackingModeIsAvailable?oe:le,this._el.appendChild(this._objectTreeEl),this._counterEl=document.createElement("div"),this._counterEl.classList.add(k.counter),this._counterEl.appendChild(document.createTextNode(String(this._sourceCount.value()))),this._el.appendChild(this._counterEl),this._wrapperTogger.appendChild(this._el);const s=document.createElement("div");s.classList.add(k.statusesWrapper),this._combinedStatusWidgetEl.classList.add(k.statusesWrapper__statusesWithToggle),s.appendChild(this._combinedStatusWidgetEl),this._wrapperTogger.appendChild(s),this._parentEl.appendChild(this._wrapperTogger)}_updateThemedColor(e){if(null!==this._el)if(e.length>0){const[t,s,i]=(0,d.parseRgb)(e);this._el.style.backgroundColor=(0,d.rgbaToString)([t,s,i,(0,d.normalizeAlphaComponent)(.8)])}else this._el.style.removeProperty("background-color")}_updateSourceCount(){const e=this._sourceCount.value(),t=(0,o.ensureNotNull)(this._counterEl);p(t,String(e)),t.classList.toggle(L.blockHidden,e<=1),this._parentEl.classList.toggle(k.saveArrowWidth,e<=1)}_updateVisibility(){const e=this._sourceCount.value(),t=(0,o.ensureNotNull)(this._el),s=1===e&&!this._showCollapserWithOneIndicator.value()&&(this._isStateOpen.value()||!this._combinedStatusWidgetVisibility.value()),i=e<1||this._isPaneCollapsed.value()&&(this._isMainPane.value()||this._isStateOpen.value());t.classList.toggle(L.blockHidden,!!i),t.classList.toggle(k.onlyOneSourceShown,s),(0,o.ensureNotNull)(this._wrapperTogger).classList.toggle(L.blockHidden,s),(0,o.ensureNotNull)(this._combinedStatusWidgetEl).classList.toggle(L.blockHidden,this._isStateOpen.value())}_updateState(){const e=!this._isStateOpen.value();this._parentEl.classList.toggle(k.closed,e),this._updateTooltip(),Y((e?"Hide":"Show")+" not main sources")}_tooltip(){if(1===this._mode)return J.t(null,void 0,s(85786));const e=this._sourceCount.value(),t=J.t(null,{plural:"Hide indicators legend",count:e},s(46960)),i=J.t(null,{plural:"Show indicators legend",count:e},s(36553))
+;return this._isStateOpen.value()?t:i}_updateTooltip(){if(null!==this._el){const e=this._tooltip();this._el.setAttribute("title",e),this._el.setAttribute("aria-label",e),this._el.dispatchEvent(new CustomEvent("common-tooltip-update"))}}_updateObjectTreeVisibility(e){(0,o.ensureNotNull)(this._el).classList.toggle(k.objectsTreeCanBeShown,e)}}!function(e){e[e.Medium=222]="Medium",e[e.Small=205]="Small",e[e.Tiny=133]="Tiny",e[e.HideUnimportantValues=272]="HideUnimportantValues",e[e.SeriesDirectionColumn=542]="SeriesDirectionColumn",e[e.HideExchangeIntevalProvider=442]="HideExchangeIntevalProvider",e[e.HideIntervalMultiChart=192]="HideIntervalMultiChart"}(te||(te={}));const ne=c.enabled("object_tree_legend_mode"),re=[27,9,37,39,38,40];class de{constructor(e,t){this._mode=4,this._renderToggler=null,this._mainDataSourceRenderer=null,this._dataSourceRenderers=[],this._parentEl=document.createElement("div"),this._mainDataSourceEl=null,this._dataSourcesEl=null,this._dataSourcesAdditionalWrapperEl=null,this._collapsedDataSourcesWrapperEl=null,this._collapsedDataSourcesEl=null,this._outsideEventForCollapsedTooltip=null,this._onKeyboardNavigationActivationBound=this._onKeyboardNavigationActivation.bind(this),this._onIsDataSourcesCollapsedBound=this._onIsDataSourcesCollapsed.bind(this),this._focusEventAbortController=null,this._toggleHiddenActionsTimoutID=null,this._toggleHiddenActions=e=>{this._toggleHiddenActionsTimoutID&&(clearTimeout(this._toggleHiddenActionsTimoutID),this._toggleHiddenActionsTimoutID=null),e?this._parentEl.classList.toggle(k.legend_withHiddenActions,e):this._toggleHiddenActionsTimoutID=setTimeout((()=>this._parentEl.classList.toggle(k.legend_withHiddenActions,e)),100)},this._options=e,this._togglerOptions=t,this._isStudiesLegendHidden=e.isStudiesLegendHidden.spawn(),this._isStudiesLegendHidden.subscribe(this._updateLegendVisibility.bind(this)),this._isAllLegendHidden=e.isAllLegendHidden.spawn(),this._isAllLegendHidden.subscribe(this._updateLegendVisibility.bind(this)),this._updateLegendVisibility(),this._hideAllExceptFirstLine=e.hideAllExceptFirstLine.spawn(),this._hideAllExceptFirstLine.subscribe(this._updateAllHiddenExeptFirstLine.bind(this)),this._themedColor=e.themedColor.spawn(),this._themedColor.subscribe(this._setCustomBg.bind(this)),this._showBackground=e.showBackground.spawn(),this._showBackground.subscribe(this._setCustomBg.bind(this)),this._backgroundTransparency=e.backgroundTransparency.spawn(),this._backgroundTransparency.subscribe(this._setCustomBg.bind(this)),this._collapsedDataSourcesCountSpawn=e.collapsedDataSourcesCount.spawn(),this._collapsedDataSourcesCountSpawn.subscribe(this._updateCollapsedSourcesCount.bind(this)),this._collapsedDataSourcesStatusWidgetElement=e.combinedStatusWidget.getElement(),this._showCollapsedDataSourcesTooltipHandler=this._showCollapsedDataSourcesTooltip.bind(this),this._parentEl.classList.add(k.legend),this._parentEl.classList.toggle(k.noWrap,!b.trackingModeIsAvailable),this._parentEl.classList.toggle(k.noActions,!this._options.withActions),
+this._parentEl.classList.toggle(k.touchMode,b.trackingModeIsAvailable),this._parentEl.classList.toggle(k.wrappable,!this._hideAllExceptFirstLine.value()),this._parentEl.dataset.name="legend",this._parentEl.setAttribute("data-tooltip-show-on-focus","true"),this._parentEl.style.setProperty("--legend-source-item-button-width",`${y}px`);const s=t=>{t.preventDefault(),e.showLegendWidgetContextMenu(t)};this._mouseEventHandler=new S.MouseEventHandler(this._parentEl,{contextMenuEvent:s,touchContextMenuEvent:s}),window.addEventListener("keyboard-navigation-activation",this._onKeyboardNavigationActivationBound),this._parentEl.addEventListener("keydown",this._handleKeyDown.bind(this)),this._options.onLayoutChanged.subscribe(this,this._onLayoutChanged)}destroy(){this._focusEventAbortController?.abort();const e=document.activeElement;let t=-1;if(de._wasKeyboardNavigationActivated&&e instanceof HTMLButtonElement){null!==this._getRowRendererByChild(e)&&(t=(0,g.queryTabbableElements)(document.body).indexOf(e))}if(this._isStudiesLegendHidden.destroy(),this._isAllLegendHidden.destroy(),this._hideAllExceptFirstLine.destroy(),this._themedColor.destroy(),this._showBackground.destroy(),this._backgroundTransparency.destroy(),this._collapsedDataSourcesCountSpawn.destroy(),b.trackingModeIsAvailable&&null!==this._collapsedDataSourcesWrapperEl&&this._collapsedDataSourcesWrapperEl.removeEventListener("touchend",this._showCollapsedDataSourcesTooltipHandler),this._outsideEventForCollapsedTooltip&&this._outsideEventForCollapsedTooltip(),null!==this._dataSourcesAdditionalWrapperEl&&(this._dataSourcesAdditionalWrapperEl.innerHTML="",this._dataSourcesAdditionalWrapperEl=null),null!==this._dataSourcesEl&&(this._dataSourcesEl.innerHTML="",this._dataSourcesEl=null),this._togglerOptions.isDataSourcesCollapsed.unsubscribe(this._onIsDataSourcesCollapsedBound),null!==this._renderToggler&&(this._renderToggler.destroy(),this._renderToggler=null),null!==this._mainDataSourceRenderer&&(this._mainDataSourceRenderer.destroy(),this._mainDataSourceRenderer=null),0!==this._dataSourceRenderers.length){for(const e of this._dataSourceRenderers)e.destroy();this._dataSourceRenderers=[]}if(this._mouseEventHandler.destroy(),this._parentEl.innerHTML="",delete this._parentEl,window.removeEventListener("keyboard-navigation-activation",this._onKeyboardNavigationActivationBound),-1!==t){let e;window.dispatchEvent(new CustomEvent("keyboard-navigation-activation",{bubbles:!0}));const s=(0,g.queryTabbableElements)(document.body);e=t===s.length?s[0]:s[t],e&&e.focus()}}addCustomWidget(e,t){if(0===t.block){this._renderMainDataSourceEl();const s=(0,o.ensureNotNull)(this._mainDataSourceEl);1===t.position&&e.renderTo(s,s.firstChild),0===t.position&&e.renderTo(s)}if(1===t.block){this._renderDataSourcesEl();const s=(0,o.ensureNotNull)(this._dataSourcesAdditionalWrapperEl);1===t.position&&e.renderTo(s,s.firstChild),0===t.position&&e.renderTo(s)}}firstTitle(){return this._parentEl.firstElementChild}getElement(){return this._parentEl}updateMode(e){
+const t=ne&&e<133?1:e<205?2:e<222?3:4,s=e<192?1:e<442?2:3;this._mode=t,null!==this._mainDataSourceRenderer&&this._mainDataSourceRenderer.updateMode(t,s);for(const e of this._dataSourceRenderers)e.updateMode(t,s);this._parentEl.classList.toggle(k.medium,3===t),this._parentEl.classList.toggle(k.minimized,2===t),this._parentEl.classList.toggle(k.micro,1===t),null!==this._renderToggler&&this._renderToggler.setMode(1===t);const i=!this._hideAllExceptFirstLine.value()&&(b.trackingModeIsAvailable||e<542);this._parentEl.classList.toggle(k.directionColumn,i),this._parentEl.classList.toggle(k.hideUniportantValueItems,!_.CheckMobile.any()&&e<=272)}getMainSourceHeight(){return null===this._mainDataSourceRenderer?0:this._mainDataSourceRenderer.getHeight()}getDataSourceHeight(){return 0===this._dataSourceRenderers.length?0:this._dataSourceRenderers[0].getHeight()}_renderMainDataSourceEl(){null===this._mainDataSourceEl&&(this._mainDataSourceEl=document.createElement("div"),this._mainDataSourceEl.classList.add(k.legendMainSourceWrapper),this._parentEl.insertBefore(this._mainDataSourceEl,this._dataSourcesEl))}_renderDataSourcesEl(){null===this._dataSourcesEl&&(this._dataSourcesEl=document.createElement("div"),this._dataSourcesEl.classList.add(k.sourcesWrapper),this._renderToggle(this._dataSourcesEl),this._dataSourcesAdditionalWrapperEl=document.createElement("div"),this._dataSourcesAdditionalWrapperEl.classList.add(k.sources),this._dataSourcesEl.appendChild(this._dataSourcesAdditionalWrapperEl),this._renderCollapsedCounter(this._dataSourcesAdditionalWrapperEl),this._parentEl.appendChild(this._dataSourcesEl))}_renderToggle(e){this._options.showToggleButton&&(this._renderToggler=new ae(e,this._options.themedColor,this._togglerOptions))}_onIsDataSourcesCollapsed(e){if(e){const e=this._getAllAccessibleButtons();if(0===e.filter((e=>e.tabIndex>=0)).length){const t=this._getRowRendererByChild(e[0]);t&&this._makeRowElementTheMainOne(e[0],t)}return}if(0!==(this._mainDataSourceRenderer?.accessibleButtons()||[]).filter((e=>e.tabIndex>=0)).length)return;const t=[];this._dataSourceRenderers.forEach((e=>t.push(...e.accessibleButtons())));const s=t.filter((e=>e.tabIndex>=0));if(0!==s.length){this._focusEventAbortController&&this._focusEventAbortController.abort(),s.forEach((e=>(0,m.becomeSecondaryElement)(e)));let e=null,t=null;if(this._mainDataSourceRenderer){const s=this._mainDataSourceRenderer.accessibleButtons();s.length>0&&(e=s[0],t=this._mainDataSourceRenderer)}null===e&&this._renderToggler&&(e=this._renderToggler.accessibleButtons()[0],t=this._renderToggler),e&&t&&this._makeRowElementTheMainOne(e,t)}}_renderCollapsedCounter(e){this._collapsedDataSourcesWrapperEl=document.createElement("div"),this._collapsedDataSourcesWrapperEl.className=`${k.item} ${k.last}`,this._collapsedDataSourcesEl=document.createElement("span"),this._collapsedDataSourcesEl.className=`${k.text} apply-common-tooltip`,this._collapsedDataSourcesWrapperEl.append(this._collapsedDataSourcesEl);const t=document.createElement("div");t.classList.add(k.statusesWrapper),
+this._collapsedDataSourcesStatusWidgetElement.classList.add(k.statusesWrapper__statuses),t.appendChild(this._collapsedDataSourcesStatusWidgetElement),this._collapsedDataSourcesWrapperEl.appendChild(t),e.append(this._collapsedDataSourcesWrapperEl),b.trackingModeIsAvailable&&this._collapsedDataSourcesWrapperEl.addEventListener("touchend",this._showCollapsedDataSourcesTooltipHandler),this._updateCollapsedSourcesCount(this._collapsedDataSourcesCountSpawn.value())}_showCollapsedDataSourcesTooltip(){(0,v.showOnElement)(this._collapsedDataSourcesEl,{text:this._options.collapsedDataSourcesTitle.value()}),this._addOutsideEventForHideTooltip()}_addOutsideEventForHideTooltip(){null!==this._outsideEventForCollapsedTooltip&&this._outsideEventForCollapsedTooltip(),this._outsideEventForCollapsedTooltip=(0,h.addOutsideEventListener)(new CustomEvent("timestamp").timeStamp,this._collapsedDataSourcesWrapperEl,(()=>{null!==this._outsideEventForCollapsedTooltip&&this._outsideEventForCollapsedTooltip(),(0,v.hide)()}),window.document,{touchEnd:!0})}_updateCollapsedSourcesCount(e){if(null===this._collapsedDataSourcesWrapperEl||null===this._collapsedDataSourcesEl)return;const t=0===e;this._collapsedDataSourcesWrapperEl.classList.toggle(L.blockHidden,t),t||(p(this._collapsedDataSourcesEl,`+${e}`),this._collapsedDataSourcesEl.setAttribute("title",this._options.collapsedDataSourcesTitle.value()))}_updateLegendVisibility(){let e;const t=de._wasKeyboardNavigationActivated&&(this._isAllLegendHidden.value()||this._isStudiesLegendHidden.value());if(t){e=this._getAllAccessibleButtons().filter((e=>e.tabIndex>=0))[0]}if(this._parentEl.classList.toggle(L.blockHidden,this._isAllLegendHidden.value()),null!==this._dataSourcesEl&&this._dataSourcesEl.classList.toggle(L.blockHidden,this._isStudiesLegendHidden.value()),t){const t=this._getAllAccessibleButtons();if(e&&t.includes(e))return;if(e&&(0,m.becomeSecondaryElement)(e),0!==t.length){const e=this._getRowRendererByChild(t[0]);e&&this._makeRowElementTheMainOne(t[0],e)}}}_updateAllHiddenExeptFirstLine(){this._parentEl.classList.toggle(k.wrappable,!this._hideAllExceptFirstLine.value())}_setCustomBg(){const e=this._showBackground.value(),t=this._themedColor.value(),s=this._backgroundTransparency.value();let i="";if(e){const[e,l,o]=(0,d.parseRgb)(t);i=(0,d.rgbaToString)([e,l,o,(0,d.normalizeAlphaComponent)(1-s/100)])}this._parentEl.style.color=i}_onLayoutChanged(e){const{newMainSource:t,removedDataSources:s,addedDataSources:i,movedDataSources:l}=e,o=document.activeElement;let a=-1,n=-1;const r=null===this._mainDataSourceRenderer&&0===this._dataSourceRenderers.length;if(de._wasKeyboardNavigationActivated&&o instanceof HTMLButtonElement){const e=this._getRowRenderers(),l=e.find((e=>e.accessibleButtons().includes(o)));if(void 0!==l){const r=l===this._mainDataSourceRenderer&&null===t,d=l instanceof K&&s.includes(this._dataSourceRenderers.indexOf(l));if(r||d){a=e.indexOf(l);const r=(0,g.queryTabbableElements)(document.body).indexOf(o)
+;n=0!==i.length||(void 0!==t||null!==this._mainDataSourceRenderer)&&null!==t||s.length!==this._dataSourceRenderers.length&&0!==this._dataSourceRenderers.length?r+1:r}}}void 0!==t&&(null!==t?this._addMainDataSource(t.model,t.statusWidget):(this._mainDataSourceRenderer?.destroy(),this._mainDataSourceRenderer=null));const d=[];if(l.forEach((e=>{d.push({renderer:this._dataSourceRenderers[e.oldIndex],newIndex:e.newIndex})})),d.sort(((e,t)=>e.newIndex-t.newIndex)),s.forEach((e=>{this._dataSourceRenderers.splice(e,1)[0].destroy()})),0!==i.length&&(this._renderDataSourcesEl(),i.forEach((e=>{this._addDataSource(e.model,e.statusWidget,e.index)}))),0!==d.length&&(this._renderDataSourcesEl(),d.forEach((e=>{this._moveDataSource(e.renderer,e.newIndex)}))),de._wasKeyboardNavigationActivated&&r&&(null!==this._mainDataSourceRenderer||this._dataSourceRenderers.length)&&window.dispatchEvent(new CustomEvent("keyboard-navigation-activation",{bubbles:!0})),-1!==a){let e,t;const s=this._getRowRenderers();for(;a0){e=l[0],t=i;break}a++}if(e&&t)this._changeFocusElement(e,t);else if(-1!==n){window.dispatchEvent(new CustomEvent("keyboard-navigation-activation",{bubbles:!0}));const t=(0,g.queryTabbableElements)(document.body);e=n===t.length?t[0]:t[n],e&&(o&&(0,m.becomeSecondaryElement)(o),e.focus())}}}_addMainDataSource(e,t){this._renderMainDataSourceEl(),this._mainDataSourceRenderer=new q(e,(0,o.ensureNotNull)(this._mainDataSourceEl),{withActions:this._options.withActions,customTextColor:this._options.customTextColor,statusWidgetEl:t.getElement(),hideInvisibleHover:t.dataSourceErrorStatusShown.spawn(),hideValues:(0,w.combine)(((e,t)=>e||t),t.dataSourceErrorStatusShown.weakReference(),t.isSymbolInvalidStatusShown.weakReference()),isMultipleLayout:this._options.isMultipleLayout,toggleHiddenActions:this._toggleHiddenActions}),this._updateLegendVisibility()}_addDataSource(e,t,s){const i=(0,o.ensureNotNull)(this._dataSourcesAdditionalWrapperEl),l=new K(e,i,{withActions:this._options.withActions,customTextColor:this._options.customTextColor,statusWidgetEl:t.getElement(),hideInvisibleHover:(0,w.combine)(((e,t)=>e||t),t.dataSourceErrorStatusShown.weakReference(),t.dataUpdatedModeShown.weakReference()),hideValues:(0,w.combine)(((e,t)=>e||t),t.dataSourceErrorStatusShown.weakReference(),t.isSymbolInvalidStatusShown.weakReference()),isMultipleLayout:this._options.isMultipleLayout,toggleHiddenActions:this._toggleHiddenActions}),a=(0,o.ensureNotNull)(l.getElement());if(null!==a){let e=this._dataSourceRenderers[s];void 0!==e?i.insertBefore(a,e.getElement()):(e=this._dataSourceRenderers[s-1],void 0!==e&&i.insertBefore(a,(0,o.ensureNotNull)(e.getElement()).nextSibling))}this._dataSourceRenderers.splice(s,0,l),this._updateLegendVisibility()}_moveDataSource(e,t){const s=this._dataSourceRenderers.indexOf(e);if(-1===s||t===s)return;const i=(0,o.ensureNotNull)(this._dataSourcesAdditionalWrapperEl),l=(0,o.ensureNotNull)(e.getElement());let a=this._dataSourceRenderers[t]
+;void 0!==a?i.insertBefore(l,a.getElement()):(a=this._dataSourceRenderers[t-1],void 0!==a&&i.insertBefore(l,(0,o.ensureNotNull)(a.getElement()).nextSibling)),this._dataSourceRenderers.splice(s,1),this._dataSourceRenderers.splice(t,0,e)}_onKeyboardNavigationActivation(){de._wasKeyboardNavigationActivated=!0,this._togglerOptions.isDataSourcesCollapsed.unsubscribe(this._onIsDataSourcesCollapsedBound),this._togglerOptions.isDataSourcesCollapsed.subscribe(this._onIsDataSourcesCollapsedBound);const e=this._getAllAccessibleButtons(),t=e.filter((e=>e.tabIndex>=0));if(0===t.length){const[t]=e.filter((e=>e.hasAttribute("tabIndex")));if(void 0===t)return;const s=this._getRowRendererByChild(t);if(null===s)return;this._makeRowElementTheMainOne(t,s)}if(t.length>1){const[,...e]=t;for(const t of e)(0,m.becomeSecondaryElement)(t)}}_handleKeyDown(e){if(e.defaultPrevented)return;const t=(0,u.hashFromEvent)(e);if(!re.includes(t))return;const s=document.activeElement;if(!(s instanceof HTMLButtonElement))return;const i=this._getRowRendererByChild(s);if(null===i)return;if(27===t)return void s.blur();const l=i.accessibleButtons(),o=l.indexOf(s);if(0===l.length||-1===o)return;const a=t=>{e.preventDefault();const s=this._getRowRenderers(),l=s.indexOf(i);let o,a,n="blockNext"===t?l+1:l-1;for(;n>=0&&n{this._focusEventAbortController=new AbortController,e.addEventListener("focusout",(s=>{const i=s.relatedTarget;null!==i&&i instanceof HTMLButtonElement&&t.accessibleButtons().includes(i)||(this._subscribeElementToFocusEvents(e,t),t instanceof ae||t.hideActions())}),{once:!0,signal:this._focusEventAbortController.signal}),this._options.onLegendRowFocused(),t instanceof ae||t.showActions()}),{once:!0,signal:this._focusEventAbortController.signal})}_makeRowElementTheMainOne(e,t){this._subscribeElementToFocusEvents(e,t),(0,m.becomeMainElement)(e)}_changeFocusElement(e,t){document.activeElement&&(0,m.becomeSecondaryElement)(document.activeElement),this._makeRowElementTheMainOne(e,t),e.focus()}_getRowRenderers(){let e=[];return this._mainDataSourceRenderer&&e.push(this._mainDataSourceRenderer),this._dataSourcesEl&&!this._dataSourcesEl.classList.contains(L.blockHidden)&&(this._togglerOptions.isDataSourcesCollapsed.value()&&1!==this._mode&&(e=e.concat(this._dataSourceRenderers)),this._renderToggler&&0!==this._dataSourceRenderers.length&&e.push(this._renderToggler)),e}_getAllAccessibleButtons(){const e=[];return this._getRowRenderers().forEach((t=>{e.push(...t.accessibleButtons())})),e}_getRowRendererByChild(e){
+return this._getRowRenderers().find((t=>t.accessibleButtons().includes(e)))??null}}de._wasKeyboardNavigationActivated=!1;var ue,he=s(86129),ce=s(84425),_e=s(42752),pe=s(86235),me=s(58473),ge=s(76460),be=s(19063),ve=s(45126),we=s(63273),Se=s(19466);function ye(e){return void 0!==e?be.resetTransparency(e):e}function Me(e){return e.hasOwnProperty("touches")}!function(e){e.Small="small",e.Large="large"}(ue||(ue={}));const fe=new ve.TranslatedString("show {title}",J.t(null,void 0,s(51382))),Ce=new ve.TranslatedString("hide {title}",J.t(null,void 0,s(13017))),Ee=J.t(null,void 0,s(98334)),Ve=J.t(null,void 0,s(27298));class Le{constructor(e,t,s,i,l){this._values=new n.WatchedValue([]),this._actions=[],this._loading=new n.WatchedValue(!1),this._symbolLogoViewModel=new n.WatchedValue(null),this._destroyed=!1,this._moreActionCM=null,this._updateLoadingStatus=()=>{this._loading.setValue(this._source.isLoading())},this._model=e,this._source=t,this._options=s,this._callbacks=i,this._contextMenuOptions=l,this._disabled=new n.WatchedValue(this._getDisabledState()),this._disabledOnInterval=new n.WatchedValue(this._getDisabledOnIntervalState()),this._selected=new n.WatchedValue(!1),this._isTitleHidden=new n.WatchedValue(this._getTitleHiddenValue()),this._isValuesHidden=new n.WatchedValue(this._getValuesHiddenValue()),this._isRowHidden=new n.WatchedValue(this._getRowHiddenValue()),this._isEditable=new n.WatchedValue(this._getIsEditable()),(0,w.combine)((()=>({})),this._isTitleHidden.weakReference(),this._isValuesHidden.weakReference(),this._disabled.weakReference()).subscribe(this._updateRowVisibilities.bind(this)),this._values.subscribe((()=>{this._isValuesHidden.setValue(this._getValuesHiddenValue())}))}destroy(){this._symbolLogoViewModel.value()?.destroy(),this._destroyed=!0}titles(){return this._titles}titleActions(){return this._titleActions}values(){return this._values.readonly()}actions(){return this._actions}disabled(){return this._disabled.readonly()}disabledOnInterval(){return this._disabledOnInterval.readonly()}selected(){return this._selected.readonly()}loading(){return this._loading.readonly()}isTitleHidden(){return this._isTitleHidden.readonly()}isRowHidden(){return this._isRowHidden.readonly()}isEditable(){return this._isEditable.readonly()}symbolLogoViewModel(){return this._symbolLogoViewModel}update(){this._updateTitles(),this._updateValues(),this._updateStates(),this.symbolLogoViewModel()?.value()?.update()}onToggleDisabled(){const e=this._source.properties().childs().visible,t=!e.value();this._model.setProperty(e,t,(t?fe:Ce).format({title:new ve.TranslatedString(this._source.name(),this._source.title(Se.TitleDisplayTarget.StatusLine))})),Y((t?"Show":"Hide")+" source")}onShowSettings(e){this._source.userEditEnabled()&&(this.setSourceSelected(),this._callbacks.showChartPropertiesForSource(this._source,e),Y("Settings for source"))}onShowMoreActions(e){return this._options.readOnlyMode?Promise.resolve(null):(Y("Show source context menu"),this._callbacks.showContextMenuForSources([this._source],this._calcNewPosition(e),{
+...this._contextMenuOptions,isKeyboardEvent:!Me(e)&&(0,ge.isKeyboardClick)(e)},{origin:"LegendPropertiesContextMenu"}))}setSourceSelected(){this._model.selectionMacro((e=>{e.clearSelection(),e.addSourceToSelection(this._source)}))}_moreActionHandler(e){e.preventDefault(),null!==this._moreActionCM&&this._moreActionCM.isShown()?this._moreActionCM=null:(this.setSourceSelected(),this.onShowMoreActions(e).then((e=>{this._moreActionCM=e})))}_updateStates(){this._disabled.setValue(this._getDisabledState()),this._disabledOnInterval.setValue(this._getDisabledOnIntervalState()),this._selected.setValue(this._model.selection().isSelected(this._source)),this._isEditable.setValue(this._getIsEditable()),this._updateLoadingStatus()}_hasValues(){return this._values.value().length>0}_getEyeTitle(){return this._disabled.value()?Ee:Ve}_getIsEditable(){return this._source.userEditEnabled()}_getDisabledState(){return!this._source.properties().visible.value()}_updateRowVisibilities(){this._isRowHidden.setValue(this._getRowHiddenValue())}_getRowHiddenValue(){return this._options.readOnlyMode&&this._disabled.value()||this._isTitleHidden.value()&&(this._isValuesHidden.value()||this._disabled.value())}_calcNewPosition(e){let t={};if(Me(e)&&e.touches.length>0)t={clientX:e.touches[0].clientX,clientY:e.touches[0].clientY};else if(null!==e.target){const s=e.target.getBoundingClientRect();t={clientX:(0,we.isRtl)()?s.right:s.left,clientY:s.top+s.height+3}}else{const s=e;t={clientX:s.clientX,clientY:s.clientY}}return t}}var We=s(618),Ae=s(36279),xe=s(12184),ke=s(5201);const Te=c.enabled("show_symbol_logos")&&c.enabled("show_symbol_logo_in_legend"),He=new ke.CircularCacheBuffer(100);class Be{constructor(e,t){this._symbolLogoUrls=new n.WatchedValue([]),this._quoteDataForLogos=null,this._logoDataUpdated=()=>{const e=this.symbol(),t=this._logoData.value();t&&e&&He.set(e,t);const s=He.get(e);this._quoteDataForLogos=(0,r.merge)(s??{},this._logoData.value()??{}),this._symbolLogoUrls.setValue((0,We.removeUsdFromCryptoPairLogos)((0,We.resolveLogoUrls)(this._quoteDataForLogos,Ae.LogoSize.Medium)))},this._logoModel=e,this._isLogoVisible=(0,xe.createWVFromGetterAndSubscription)((()=>t.showLogo.value()),t.showLogo),this._logoData=this._logoModel.logoData().spawn(),this._logoData.subscribe(this._logoDataUpdated,{callWithLast:!0})}destroy(){this._isLogoVisible.destroy(),this._logoModel.destroy()}isSymbolLogoVisible(){return this._isLogoVisible}symbolLogoUrls(){return this._symbolLogoUrls}symbol(){return this._logoModel.symbol()}update(){this._logoModel.update()}}function Ie(e,t){return Te?new Be(e,t):null}var De=s(26023),Pe=s(9343);const ze=(0,Pe.getLogger)("Chart.LegendWidget");function Ne(e){const t={};for(const s of["logoid","currency-logoid","base-currency-logoid"])if(s in e){const i=s;t[i]=e[i]}return t}class Re{constructor(e){this._logoData=new n.WatchedValue(null),this._prevSymbol="",this._source=e,this._source.symbolResolved().subscribe(this,this._onSourceSymbolResolved),this.update()}destroy(){this._source.symbolResolved().unsubscribeAll(this)}symbol(){
+return this._source.symbol()}logoData(){return this._logoData}update(){const e=this.symbol();this._prevSymbol!==e&&(this._prevSymbol=e,this._onSourceSymbolResolved())}_onQuoteSymbolDataUpdated(e,t){const s=t.values;!this._source.symbolSameAsCurrent(e.values.pro_name)||void 0===s.logoid&&void 0===s["currency-logoid"]&&void 0===s["base-currency-logoid"]||this._logoData.setValue(Ne(s))}async _onSourceSymbolChange(){const e=this.symbol();let t=null;try{this._logoData.setValue(null),t=await this._source.quotesProvider().quotesSnapshot(e)}catch(e){ze.logError(`Quote snapshot error: ${e}`)}finally{this.symbol()===e&&(null===t?this._logoData.setValue(null,!0):this._logoData.setValue(Ne(t)))}}_onSourceSymbolResolved(){{const e=this._source.symbolInfo(),t=e?.logo_urls||[];if(1===t.length)return void this._logoData.setValue({logoid:t[0]});if(2===t.length)return void this._logoData.setValue({"base-currency-logoid":t[0],"currency-logoid":t[1]});this._logoData.setValue(null,!0)}}}var Oe=s(54336),Fe=s(41674),Ue=s(87258),Ge=s(45534);const Ze=J.t(null,void 0,s(37117)),je=J.t(null,void 0,s(44454)),$e=J.t(null,void 0,s(13865)),Qe=J.t(null,void 0,s(63245)),Ke=J.t(null,void 0,s(2569)),qe=c.enabled("legend_inplace_edit"),Je=c.enabled("show_hide_button_in_legend"),Xe=c.enabled("hide_resolution_in_legend");class Ye extends Le{constructor(e,t,s,i,l){super(e,t,s,i,l),this._titles={title:new n.WatchedValue(""),description:new n.WatchedValue(""),interval:new n.WatchedValue(""),provider:new n.WatchedValue(""),exchange:new n.WatchedValue(""),chartStyle:new n.WatchedValue(""),priceSource:new n.WatchedValue("")},this._titleActions={title:void 0,description:void 0,interval:void 0,provider:void 0,exchange:void 0,chartStyle:void 0,priceSource:void 0},this._symbolMarker=null,this._symbolMarkerIcon=null,this._flagged=new n.WatchedValue(null),this._symbolAction=null,this._symbolForMarker=null,this._isOneButtonCanBeStick=!1,this._layoutChartSyncLegendRenderer=null,this._isChartLinked=new n.WatchedValue(!1).readonly().spawn(),this._initializeTitleActions(),this._createActions(),this._updateSymbolMarker();const o=this._model.model().properties().childs().paneProperties.childs().legendProperties.childs();this._symbolLogoViewModel.setValue(Ie(new Re(t),o)),o.showSeriesTitle.subscribe(this,(()=>{this._isTitleHidden.setValue(this._getTitleHiddenValue())})),this._isPriceSourceHidden=(0,ce.createWVFromGetterAndSubscription)((()=>!o.showPriceSource.value()),o.showPriceSource),this._valuesVisibleProperty=(0,ce.combineProperty)(((e,t,s,i)=>`${e}:${t}:${s}:${i}`),o.showSeriesOHLC.weakReference(),o.showBarChange.weakReference(),o.showVolume.weakReference(),o.showLastDayChange.weakReference()),this._valuesVisibleProperty.subscribe(null,(()=>{this.update(),this._isValuesHidden.setValue(this._getValuesHiddenValue())})),this.update(),this._source.statusWV().subscribe(this._updateLoadingStatus)}destroy(){super.destroy(),this._model.model().properties().childs().paneProperties.childs().legendProperties.childs().showSeriesTitle.unsubscribeAll(this),
+this._source.statusWV().unsubscribe(this._updateLoadingStatus),this._valuesVisibleProperty.destroy(),this._isPriceSourceHidden.destroy(),this._symbolMarker?.destroy()}flagged(){return this._flagged}linked(){return this._isChartLinked}onShowSettings(){this._source.userEditEnabled()&&this._callbacks.showGeneralChartProperties(De.TabNames.symbol)}isOneButtonCanBeStick(){return this._isOneButtonCanBeStick}_updateTitles(){const e=(0,o.ensureNotNull)(this._source.statusView()).getSplitTitle();this._titles.title.setValue((0,he.clean)(e.title,!0)),this._titles.description.setValue((0,he.clean)(e.description,!0)),Xe||this._titles.interval.setValue((0,he.clean)(e.interval,!0)),this._titles.provider.setValue((0,he.clean)(e.provider,!0)),this._titles.exchange.setValue((0,he.clean)(e.exchange,!0)),this._titles.chartStyle.setValue((0,he.clean)(e.chartStyle,!0)),this._titles.priceSource.setValue((0,he.clean)(this._isPriceSourceHidden.value()?"":e.priceSource,!0))}_updateValues(){const e=this._source.legendView(),t=this._values.value(),s=e.marketTitle(),i=e.marketTitle().length>0,l=e.items();if(0===t.length||t.length!==l.length+1){const e={value:new n.WatchedValue(""),color:new n.WatchedValue(""),visible:new n.WatchedValue(i),title:new n.WatchedValue(s),unimportant:new n.WatchedValue(!1)},t=l.map((e=>({value:new n.WatchedValue(e.value()),color:new n.WatchedValue(ye(e.color())),visible:new n.WatchedValue(e.visible()),title:new n.WatchedValue(e.title()),unimportant:new n.WatchedValue(e.unimportant())})));this._values.setValue([e].concat(t))}else{t[0].title.setValue(s),t[0].visible.setValue(i);for(let e=0;e"true"===e))}_initializeTitleActions(){if(!qe)return;const e=async()=>{const e=this._model.mainSeries(),t=e.symbol(),s=e.properties().childs().shortName.value(),i="option"===e.symbolInfo()?.type,l=e.symbolInfo()?.pro_name;let o=e.isSpread()?t:s||t||"";if(c.enabled("symbol_search_option_chain_selector")&&i&&l){const e=await resolveUnderlyingSymbol(l);e&&(o={type:"option",value:l,underlying:e})}(0,me.showDialog)({defaultValue:o,enableOptionsChain:c.enabled("symbol_search_option_chain_selector")})};c.enabled("disable_legend_inplace_symbol_change")||(this._titleActions.title={onClick:e,tooltip:Qe},this._titleActions.description={onClick:e,tooltip:Qe}),this._titleActions.interval={onClick:()=>{(0,pe.showChangeIntervalDialogAsync)({initVal:this._model.mainSeries().interval(),selectOnInit:!0})},tooltip:Ke}}_createActions(){if(Je){const e=(0,_e.convertPropertyToWatchedValue)((0,
+ce.combineProperty)((e=>!e),this._source.properties().childs().visible.weakReference())),t={icon:new Map([["large",Fe],["small",Oe]]),action:(0,f.wrapHandlerWithPreventEvent)(this.onToggleDisabled.bind(this)),visible:e,className:k.eye,title:new n.WatchedValue(this._getEyeTitle()),dataset:{name:"legend-show-hide-action"}};this._actions.push(t),this._disabled.subscribe((()=>{t.title?.setValue(this._getEyeTitle())}))}this._actions.push({icon:new Map([["large",Ge],["small",Ue]]),action:this._moreActionHandler.bind(this),visible:new n.WatchedValue(!0),title:new n.WatchedValue(Ze),dataset:{name:"legend-more-action"}})}_getMarkerTitle(){return null!==this._symbolMarker?this._symbolMarker.isMarked()?$e:je:""}_symbolActionHandler(e){(0,f.preventDefault)(e),null!==this._symbolMarker&&(this._updateSymbolMarker(),e instanceof KeyboardEvent&&this._symbolMarker.toggle(e),Y("Change flag state"))}_updateSymbolMarker(){this._isOneButtonCanBeStick=!0}}var et=s(79036),tt=s(48341),st=s(28388),it=s(60074),lt=s(50340),ot=s(94664),at=s(83637),nt=s(36791),rt=s(34882),dt=s(37073),ut=s(30556),ht=s(91104);(0,Pe.getLogger)("Chart.LegendWidget");const ct=J.t(null,void 0,s(32514)),_t=J.t(null,void 0,s(87142)),pt=J.t(null,void 0,s(67410)),mt=J.t(null,void 0,s(37117)),gt=(J.t(null,void 0,s(57335)),J.t(null,void 0,s(43206)),J.t(null,void 0,s(74759))),bt=J.t(null,void 0,s(63245)),vt=(c.enabled("study_buttons_in_legend"),c.enabled("show_hide_button_in_legend")),wt=c.enabled("property_pages"),St=c.enabled("format_button_in_legend"),yt=c.enabled("delete_button_in_legend"),Mt=c.enabled("legend_inplace_edit");class ft extends Le{constructor(e,t,s,i,l){super(e,t,s,i,l),this._titles={title:new n.WatchedValue(""),args:new n.WatchedValue("")},this._titleActions={title:void 0,args:void 0},this._error=new n.WatchedValue(!1),this._isAbleShowSourceCode=new n.WatchedValue(!1),this._isAbleShowSourceCodeInner=new n.WatchedValue(!1).spawn(),this._pineAction=null,this._pineActionVisible=null,this._globalVisibility=new n.WatchedValue(!0),this._updateSymbolLogoModel(),this._initializeTitleActions(),this._createActions();const o=this._model.model().properties().childs().paneProperties.childs().legendProperties.childs(),a=[o.showSeriesTitle,o.showStudyTitles];for(const e of a)e.subscribe(this,(()=>{this._isTitleHidden.setValue(this._getTitleHiddenValue())}));const r=[o.showSeriesOHLC,o.showBarChange,o.showStudyValues,o.showLastDayChange,o.showSeriesLegendCloseOnMobile];for(const e of r)e.subscribe(this,(()=>{this._isValuesHidden.setValue(this._getValuesHiddenValue())}));this.update()}destroy(){super.destroy();const e=this._model.model().properties().childs().paneProperties.childs().legendProperties.childs();e.showSeriesTitle.unsubscribeAll(this),e.showStudyTitles.unsubscribeAll(this),e.showSeriesOHLC.unsubscribeAll(this),e.showBarChange.unsubscribeAll(this),e.showStudyValues.unsubscribeAll(this),e.showLastDayChange.unsubscribeAll(this),e.showSeriesLegendCloseOnMobile.unsubscribeAll(this),this._isAbleShowSourceCodeInner.destroy()}error(){return this._error.readonly()}
+isAbleShowSourceCode(){return this._isAbleShowSourceCode}onRemoveSource(){this._source.isUserDeletable()&&(this._source.hasChildren()?(0,tt.showDeleteStudyTreeConfirm)(this._model.removeSource.bind(this._model,this._source,!1)):this._model.removeSource(this._source,!1),Y("Remove sources"))}async onShowSourceCode(){0}setGlobalVisibility(e){this._globalVisibility.setValue(e)}globalVisibility(){return this._globalVisibility.readonly()}getFullTitle(){return[this._titles.title,this._titles.args].map((e=>e.value())).join(" ")}getSource(){return this._source}_updateTitles(){const e=(0,o.ensureNotNull)(this._source.statusView()).getSplitTitle();this._titles.title.setValue((0,he.clean)(e[0],!0));const t=Array.isArray(e[1])?e[1].join(" "):e[1]||"";this._titles.args.setValue((0,he.clean)(t,!0))}_updateValues(){const e=this._source.legendView();if(null===e)return;if(0===e.items().length)return;const t=this._values.value();if(0===t.length){const t=e.items().map((e=>({value:new n.WatchedValue(e.value()),color:new n.WatchedValue(ye(e.color())),visible:new n.WatchedValue(e.visible()),unimportant:new n.WatchedValue(e.unimportant()),title:new n.WatchedValue(e.title())})));this._values.setValue(t)}else{const s=e.items();for(let e=0;e{let t=null;const s=t=(0,lt.loadNewSymbolSearch)().then((async i=>{if(s!==t)return;const l=e.symbol(),o=(0,F.safeShortName)(l),a="spread"===e.symbolInfo()?.type,n="option"===e.symbolInfo()?.type,r=e.symbolInfo()?.pro_name;let d=a?l:o||l||"";if(c.enabled("symbol_search_option_chain_selector")&&n&&r){const e=await resolveUnderlyingSymbol(r);e&&(d={type:"option",value:r,underlying:e})}const u=(0,ot.getSymbolSearchCompleteOverrideFunction)();i.showSymbolSearchItemsDialog({onSearchComplete:t=>{u(t[0].symbol,t[0].result).then((t=>{this._model.setSymbol(e,t.symbol)}))},dialogTitle:bt,defaultValue:d,enableOptionsChain:c.enabled("symbol_search_option_chain_selector"),showSpreadActions:c.enabled("show_spread_operators")&&c.enabled("studies_symbol_search_spread_operators")})}))
+},tooltip:bt}}_isSymbolLikeStudy(){return(0,et.isCompareOrOverlayStudy)(this._source)}async _updateAbleShowSourceCode(){0}_updateVisibilityPineAction(e){null!==this._pineActionVisible&&(this._pineActionVisible.setValue(e),this._isAbleShowSourceCode.setValue(e))}_createActions(){if(!this._options.readOnlyMode){if(this._pineActionVisible=new n.WatchedValue(!1),this._pineAction={icon:new Map([["large",dt],["small",rt]]),action:(0,f.wrapHandlerWithPreventEvent)(this.onShowSourceCode.bind(this)),disableAccessibility:!0,visible:this._pineActionVisible.readonly(),title:new n.WatchedValue(_t),dataset:{name:"legend-pine-action"}},vt){const e=new n.WatchedValue(!this._getDisabledOnIntervalState()),t={icon:new Map([["large",Fe],["small",Oe]]),action:(0,f.wrapHandlerWithPreventEvent)(this.onToggleDisabled.bind(this)),visible:e.readonly(),className:k.eye,title:new n.WatchedValue(this._getEyeTitle()),dataset:{name:"legend-show-hide-action"}};this._actions.push(t),this._disabled.subscribe((()=>{t.title?.setValue(this._getEyeTitle())}));const s=new n.WatchedValue(this._getDisabledOnIntervalState()),i={icon:new Map([["large",Fe],["small",Oe]]),action:(0,f.wrapHandlerWithPreventEvent)(this.onShowSettings.bind(this,De.TabNames.visibility)),visible:s.readonly(),className:k.intervalEye,title:new n.WatchedValue(gt),dataset:{name:"legend-interval-show-hide-action"}};this._actions.push(i),this._disabledOnInterval.subscribe((t=>{s.setValue(t),e.setValue(!t)}))}if(wt&&St&&(!(0,et.isStudy)(this._source)||new st.MetaInfoHelper(this._source.metaInfo()).hasUserEditableOptions())){const e=new n.WatchedValue(this._getIsEditable()),t={icon:new Map([["large",nt],["small",at]]),action:(0,f.wrapHandlerWithPreventEvent)((()=>this.onShowSettings())),visible:e.readonly(),title:new n.WatchedValue(ct),dataset:{name:"legend-settings-action"}};this._actions.push(t),this._isEditable.subscribe((t=>{e.setValue(t)}))}if(yt){const e=new n.WatchedValue(this._getIsEditable()),t={icon:new Map([["large",ht],["small",ut]]),action:(0,f.wrapHandlerWithPreventEvent)(this.onRemoveSource.bind(this)),visible:e.readonly(),title:new n.WatchedValue(pt),dataset:{name:"legend-delete-action"}};this._actions.push(t),this._isEditable.subscribe((t=>{e.setValue(t)}))}this._actions.push({icon:new Map([["large",Ge],["small",Ue]]),action:this._moreActionHandler.bind(this),visible:this._isEditable.spawn(),title:new n.WatchedValue(mt),dataset:{name:"legend-more-action"}})}}_updateSymbolLogoModel(){if(this._symbolLogoViewModel.value()?.destroy(),(0,it.isSymbolSourceWithQuotesProvider)(this._source)){const e=this._model.model().properties().childs().paneProperties.childs().legendProperties.childs();this._symbolLogoViewModel.setValue(Ie(new Re(this._source),e))}else this._symbolLogoViewModel.setValue(null)}}var Ct=s(29023),Et=s(40443),Vt=s(68805),Lt=s(30141),Wt=s(34585),At=s(23486),xt=s(81199);function kt(e,t,s){e.setProperty(t,!t.value(),s)}
+const Tt=new ve.TranslatedString("change symbol description visibility",J.t(null,void 0,s(88167))),Ht=new ve.TranslatedString("change open market status visibility",J.t(null,void 0,s(96227))),Bt=new ve.TranslatedString("change chart values visibility",J.t(null,void 0,s(79637))),It=new ve.TranslatedString("change last day change visibility",J.t(null,void 0,s(66307))),Dt=new ve.TranslatedString("change bar change visibility",J.t(null,void 0,s(27426))),Pt=new ve.TranslatedString("change indicator titles visibility",J.t(null,void 0,s(63050))),zt=new ve.TranslatedString("change indicator arguments visibility",J.t(null,void 0,s(78310))),Nt=new ve.TranslatedString("change indicator values visibility",J.t(null,void 0,s(49583))),Rt=new ve.TranslatedString("change volume values visibility",J.t(null,void 0,s(96201))),Ot=new ve.TranslatedString("change symbol field visibility",J.t(null,void 0,s(12050))),Ft=J.t(null,void 0,s(14771)),Ut=J.t(null,void 0,s(25765)),Gt=J.t(null,void 0,s(45639)),Zt=J.t(null,void 0,s(72423)),jt=J.t(null,void 0,s(10842)),$t=J.t(null,void 0,s(37644)),Qt=J.t(null,void 0,s(7511)),Kt=J.t(null,void 0,s(44036)),qt=J.t(null,void 0,s(51353)),Jt=J.t(null,void 0,s(23079)),Xt=(0,Wt.appendEllipsis)(J.t(null,void 0,s(32514))),Yt=c.enabled("symbol_info_price_source"),es=(e,t)=>e?e.dataset[t]?e.dataset[t]:e.parentElement?es(e.parentElement,t):null:null;s(88145);var ts=s(53350),ss=s(75725);class is{constructor(e){this._source=e,this._fullSessionScheduleViewModel=new ts.FullSessionScheduleViewModel(e)}destroy(){this._fullSessionScheduleViewModel.destroy()}renderer(e,t){const s=this._source.marketStatusModel()?.status().value();return"expired"===s||"delisted"===s?null:(0,V.createElement)(ss.FullSessionScheduleRenderer,{key:e,className:t,showAllDays:void 0,sessionDays:this._fullSessionScheduleViewModel.sessionsDays,now:this._fullSessionScheduleViewModel.currentTimeValue(),timezone:this._fullSessionScheduleViewModel.timezone()})}updateSource(e){this._source=e,this._fullSessionScheduleViewModel.destroy(),this._fullSessionScheduleViewModel=new ts.FullSessionScheduleViewModel(e)}}var ls=s(19625),os=s(91682),as=s(82236),ns=s(58994);class rs{constructor(e){this.isBlinkingMode=new n.WatchedValue(!1),this._status=new n.WatchedValue(null),this._fullTooltip=new n.WatchedValue(null),this._iconClassNames=new n.WatchedValue(null),this._visible=new n.WatchedValue(!1),this._destroyed=!1,this._tooltip=new n.WatchedValue(null),this._icon=new n.WatchedValue(null),this._className=new n.WatchedValue(null),this._customColor=new n.WatchedValue(null),this._infoMaps=e,this._size=e.size||"small",this._status.subscribe(this._updateByStatus.bind(this),{callWithLast:!0})}destroy(){this._destroyed=!0}turnOffBlinkingMode(){}status(){return this._status}tooltip(){return this._tooltip}icon(){return this._icon}className(){return this._className}visible(){return this._visible}size(){return this._size}fullInfo(){return this._fullTooltip}customColor(){return this._customColor}_getTooltip(e){return this._infoMaps.tooltipMap?.get(e)??null}_getIcon(e){let t
+;const s=this._infoMaps.iconMap.get(e);return void 0!==s&&(t=s.get(this._size)),t||null}_getClassName(e){return this._infoMaps.classNameMap.get(e)||null}_getFullTooltipIconClassNames(e){const t=this._getClassName(e);return t?[ns.statusItem,t]:[]}_getTitle(e){return this._infoMaps.titleMap?.get(e)??null}_getTitleColor(e){return this._infoMaps.titleColorMap?.get(e)??null}_getAction(e){return this._infoMaps.actionMap?.get(e)??null}_getHTML(e){return this._infoMaps.htmlMap?.get(e)?.map(os.htmlEscape)??[]}async _updateFullTooltip(){const e=this._status.value();null!==e?this._fullTooltip.setValue([{icon:this._getIcon(e),iconClassName:this._getFullTooltipIconClassNames(e),title:this._getTitle(e),titleColor:this._getTitleColor(e),html:this._getHTML(e),size:this._size,action:this._getAction(e)}]):this._fullTooltip.setValue(null)}_updateByStatus(e){if(null===e||this._shouldBeHiddenByStatus(e))return this._icon.setValue(null),this._tooltip.setValue(null),void this._visible.setValue(!1);this._icon.setValue(this._getIcon(e)),this._className.setValue(this._getClassName(e)),this._tooltip.setValue(this._getTooltip(e)),this._visible.setValue(!0),this._updateFullTooltip()}_shouldBeHiddenByStatus(e){return!1}}var ds=s(12646),us=s(31233),hs=s(55593),cs=s(69410),_s=s(52828),ps=s(91665),ms=s(39379),gs=s(38373),bs=s(79304),vs=s(21672),ws=s(92315);const Ss=new Map([["small",ds],["medium",us],["large",us]]),ys=new Map([["small",hs],["medium",cs],["large",cs]]),Ms=new Map([["small",_s],["medium",ps],["large",ps]]),fs=(new Map([["small",ms],["medium",ms],["large",ms]]),new Map([["small",""],["medium",""],["large",""]]),new Map([["small",""],["medium",""],["large",""]]),new Map([["small",gs],["medium",bs],["large",bs]]),new Map([["small",""],["medium",""],["large",""]]),new Map([["small",vs],["medium",ws],["large",ws]]),new Map([["small",""],["medium",""],["large",""]]),new Map([["small",""],["medium",""],["large",""]]),ls.colorsPalette["color-delay-mode"]),Cs=ls.colorsPalette["color-eod-mode"],Es=ls.colorsPalette["color-notaccurate-mode"],Vs=(ls.colorsPalette["color-primary-symbol"],ls.colorsPalette["color-halal"],ls.colorsPalette["color-continuous"],ls.colorsPalette["color-data-problem"],ls.colorsPalette["color-data-problem"],ls.colorsPalette["color-market-expired"],ls.colorsPalette["color-grapes-purple-400"],ls.colorsPalette["color-ripe-red-600"],J.t(null,void 0,s(43348))),Ls=J.t(null,void 0,s(5805)),Ws=J.t(null,void 0,s(91006)),As=J.t(null,void 0,s(58796)),xs=J.t(null,void 0,s(55154)),ks=(J.t(null,void 0,s(44138)),J.t(null,void 0,s(94972)),J.t(null,void 0,s(95246)),J.t(null,void 0,s(50035)),J.t(null,void 0,s(19481)),J.t(null,void 0,s(75119)),J.t(null,void 0,s(67607)),J.t(null,void 0,s(84484)),(e,t)=>(0,os.htmlEscape)(J.t(null,{plural:"{symbolName} data is delayed by {time} minutes because of exchange requirements.",count:t,replace:{symbolName:e,time:t.toString()}},s(81227)))),Ts=(0,os.htmlEscape)(J.t(null,void 0,s(51211))),Hs=(0,os.htmlEscape)(J.t(null,void 0,s(7281))),Bs=(0,os.htmlEscape)(J.t(null,void 0,s(20987))),Is=(0,
+os.htmlEscape)(J.t(null,void 0,s(32925))),Ds=(0,os.htmlEscape)(J.t(null,void 0,s(38368))),Ps=(0,os.htmlEscape)(J.t(null,void 0,s(33039))),zs=(0,os.htmlEscape)(J.t(null,void 0,s(85996))),Ns=(0,os.htmlEscape)(J.t(null,void 0,s(95400))),Rs=J.t(null,void 0,s(31539)),Os=(J.t(null,{context:'Part of: "Real-time data for {symbolName} is provided by {exchange} exchange."'},s(48473)),J.t(null,{context:'Part of: "Real-time data for {symbolName} is provided by {exchange} exchange."'},s(84455)),J.t(null,void 0,s(24669))),Fs=J.t(null,void 0,s(52668)),Us=J.t(null,void 0,s(44492));J.t(null,void 0,s(40225)),J.t(null,void 0,s(71847)),J.t(null,void 0,s(39664)),J.t(null,void 0,s(72723)),J.t(null,void 0,s(25608)),J.t(null,void 0,s(33161)),J.t(null,void 0,s(99452)),J.t(null,void 0,s(90589)),J.t(null,void 0,s(43383)),J.t(null,void 0,s(14181)),J.t(null,void 0,s(19679)),J.t(null,void 0,s(84937)),J.t(null,void 0,s(34987)),J.t(null,void 0,s(59269)),J.t(null,void 0,s(1356)),J.t(null,void 0,s(96341));var Gs=s(22118),Zs=s(56840);const js="tv.alreadyBlinkedStatuses",$s=[];function Qs(){return Zs.getJSON(js,$s)}const Ks=new n.WatchedValue(Qs());function qs(e){const t=Zs.getJSON(js,$s);t.includes(e)||(t.push(e),Zs.setJSON(js,t),Ks.setValue(Qs()))}Zs.onSync.subscribe(null,(()=>Ks.setValue(Qs())));const Js=Ks;var Xs=s(14712);const Ys=(0,
+Pe.getLogger)("Chart.LegendWidget"),ei=["TFEXDelayForGuest","MILDelayForGuest","NGMDelayForGuest","DEForGuest","ICESGDelayForGuest","TAIFEXDelayForGuest","TURQUOISEDelayForGuest","ADXDelayForGuest","TRADEGATEDelayForGuest","LUXSEDelayForGuest","NSENGDelayForGuest","FINRADelayForGuest"],ti=new Map([["DelayToRealtime",Ss],["DelayNoRealtime",Ss],["TFEXDelayForGuest",Ss],["MILDelayForGuest",Ss],["NGMDelayForGuest",Ss],["ICESGDelayForGuest",Ss],["TAIFEXDelayForGuest",Ss],["TURQUOISEDelayForGuest",Ss],["ADXDelayForGuest",Ss],["TRADEGATEDelayForGuest",Ss],["LUXSEDelayForGuest",Ss],["NSENGDelayForGuest",Ss],["FINRADelayForGuest",Ss],["DEForGuest",Ss],["EOD",ys],["TickByTick",Ms],["BATSToRealtime",Ms],["DelayWithoutMarketAgreement",Ss]]),si=new Map([["DelayToRealtime",ns.delay],["DelayNoRealtime",ns.delay],["TFEXDelayForGuest",ns.delay],["MILDelayForGuest",ns.delay],["NGMDelayForGuest",ns.delay],["ICESGDelayForGuest",ns.delay],["TAIFEXDelayForGuest",ns.delay],["TURQUOISEDelayForGuest",ns.delay],["ADXDelayForGuest",ns.delay],["TRADEGATEDelayForGuest",ns.delay],["LUXSEDelayForGuest",ns.delay],["NSENGDelayForGuest",ns.delay],["FINRADelayForGuest",ns.delay],["DEForGuest",ns.delay],["EOD",ns.eod],["TickByTick",ns.notAccurate],["BATSToRealtime",ns.notAccurate],["DelayWithoutMarketAgreement",ns.delay]]),ii=new Map([["DelayToRealtime",fs],["DelayNoRealtime",fs],["TFEXDelayForGuest",fs],["MILDelayForGuest",fs],["NGMDelayForGuest",fs],["ICESGDelayForGuest",fs],["TAIFEXDelayForGuest",fs],["TURQUOISEDelayForGuest",fs],["ADXDelayForGuest",fs],["TRADEGATEDelayForGuest",fs],["LUXSEDelayForGuest",fs],["NSENGDelayForGuest",fs],["FINRADelayForGuest",fs],["DEForGuest",fs],["EOD",Cs],["TickByTick",Es],["BATSToRealtime",Es],["DelayWithoutMarketAgreement",fs]]),li=(J.t(null,void 0,s(28214)),J.t(null,void 0,s(27741)));(0,os.htmlEscape)(J.t(null,void 0,s(5447)));class oi extends rs{constructor(e,t,s){super({iconMap:ti,classNameMap:si,titleColorMap:ii,size:t}),this._dataUpdatedInfo=new n.WatchedValue(null).spawn(),this._onMarketStatusChanged=()=>{this._updateByStatus(this.status().value())},this._options=s,this._model=e,this._dataModeBlinkingStatuses=Js.spawn(),this._dataModeBlinkingStatuses.subscribe(this._updateBlinkingMode.bind(this)),this._options.marketStatus?.subscribe(this._onMarketStatusChanged),this.turnOffBlinkingMode=this._turnOffBlinking.bind(this),this.setModel(e)}destroy(){this._dataUpdatedInfo.destroy(),this._dataModeBlinkingStatuses.destroy(),this._options.marketStatus?.unsubscribe(this._onMarketStatusChanged),this._options.marketStatus?.release(),super.destroy()}setModel(e){if(this._dataUpdatedInfo.destroy(),null===e)return this._model=e,void(this._dataUpdatedInfo=new n.WatchedValue(null).spawn());this._dataUpdatedInfo=e.status().spawn(),this._dataUpdatedInfo.subscribe(this._updateStatus.bind(this),{callWithLast:!0})}_shouldBeHiddenByStatus(e){const t=this._options.marketStatus?.value();return"expired"===t||"delisted"===t||(!("BATSToRealtime"!==e||!this._model?.isSpread())||super._shouldBeHiddenByStatus(e))}_getTooltip(){
+const e=this._getShortTexts();return null===e?null:Object.values(e).join(" · ")}async _updateFullTooltip(){const e=this._dataUpdatedInfo.value(),t=this._status.value();if(null===e||null===t)return void this._fullTooltip.setValue(null);const s=this._getShortTexts(),[i,l]=await Promise.all([this._getHtmls(),this._getActions()]);if(e!==this._dataUpdatedInfo.value())return;const o=[];for(const t of e){const e=t.mode;"BATSToRealtime"===e&&this._model?.isSpread()||o.push({icon:this._getIcon(e),iconClassName:this._getFullTooltipIconClassNames(e),title:s&&s[e],titleColor:this._getTitleColor(e),html:i&&i[e],size:this._size,action:l&&l[e]})}this._fullTooltip.setValue(o)}_updateStatus(e){const t=null!==e?e[0].mode:null;this._status.setValue(t??null,!0),this._updateBlinkingMode()}async _getHtmls(){const e=this._dataUpdatedInfo.value();if(null===e||null===this._model)return Promise.resolve(null);const t={},i=this._model.symbolName();let l=null,o=null;try{l=await this._model.description(),o=this._model.exchange()}catch(e){Ys.logError(`Can't get exchange description, reason: ${(0,Xs.errorToString)(e)}`)}for(const a of e){const e=a.mode;if(t[e]=[],["DelayToRealtime","DelayNoRealtime","DelayWithoutMarketAgreement",...ei].includes(e)&&(t[e].push(ks(i,this._model.time())),this._options.subscriptionFullInfo&&null!==l&&"DelayToRealtime"===e&&t[e].push(Hs.format({description:`${l}`})),"DelayNoRealtime"===e&&t[e].push(Bs),"DelayWithoutMarketAgreement"===e&&t[e].push(Ns.format({listedExchange:this._model.listedExchange()})),this._options.subscriptionFullInfo&&ei.includes(e)&&t[e].push(Ts.format({listedExchange:this._model.listedExchange()}))),"EOD"===e&&(t[e]=[Is]),"TickByTick"===e){const i=void 0===a.updatePeriod?Ds:(0,os.htmlEscape)(J.t(null,{count:a.updatePeriod,replace:{amount:(a.updatePeriod??1).toString()},plural:"Data on our Basic plan is updated once every {amount} seconds, even if there are more updates on the market."},s(83978))),l=void 0===a.updatePeriod?Ps:(0,os.htmlEscape)(J.t(null,{count:a.updatePeriod,replace:{amount:(a.updatePeriod??1).toString()},plural:"Data is updated once every {amount} seconds, even if there are more updates on the market."},s(51931)));t[e].push(this._options.subscriptionFullInfo?i:l),this._options.subscriptionFullInfo&&t[e].push(zs)}if(null!==o&&"BATSToRealtime"===e){let s=this._model.listedExchange();const l=(0,Gs.isAmexToCboeMigratedSymbol)(s,this._model.proPerm());0,Gs.CRUCIAL_REALTIME_BATS.includes(this._model.listedExchange())||l?t[e].push(Us.format({exchange:s,originalExchange:As})):t[e].push(Rs.format({symbolName:i,exchange:o}),""!==s?(0,os.htmlEscape)(Fs).format({exchange:s}):(0,os.htmlEscape)(Os))}}return Object.keys(t).length>0?t:null}async _getActions(){if(null===this._dataUpdatedInfo.value()||null===this._model)return null;const e={};return Object.keys(e).length>0?e:null}_showSupportDialogForUpdateMode(e){}_getShortTexts(){const e=this._dataUpdatedInfo.value();if(null===e||null===this._model)return null;const t={};for(const i of e){const e=i.mode
+;if(["DelayToRealtime","DelayNoRealtime",...ei,"DelayWithoutMarketAgreement"].includes(e)&&(t[e]=Vs),"EOD"===e&&(t[e]=Ls),"TickByTick"===e){const l=void 0===i.updatePeriod?Ws:(0,os.htmlEscape)(J.t(null,{plural:"One update every {amount} seconds",count:i.updatePeriod,replace:{amount:(i.updatePeriod??1).toString()}},s(36050)));t[e]=l}if("BATSToRealtime"===e){let s=this._model.firstReplacedByBatsExchange()??"";0,t[e]=""!==s?xs.format({exchange:s,originalExchange:As}):As}}return Object.keys(t).length>0?t:null}_updateBlinkingMode(){const e=this._dataUpdatedInfo.value();if(null===e)return;const t=this._dataModeBlinkingStatuses.value();for(const s of e)if(!t.includes(s.mode))return void this.isBlinkingMode.setValue(!0);this.isBlinkingMode.setValue(!1)}_turnOffBlinking(){const e=this._dataUpdatedInfo.value();if(null!==e)for(const t of e)qs(t.mode)}_goProDialogAction(e,t={}){return{text:li,onClick:()=>{null!==this._model&&createGoProDialog({forceUpgradeBtn:!0,goOnMarkets:!0,customParams:t,upgradeMessage:J.t(null,void 0,s(70032)),feature:e}).then((()=>{trackEvent("Data Warning","Full description visible",e)}))}}}}const ai=J.t(null,void 0,s(86158)),ni=new Map([[!0,new Map([["small",gs],["medium",bs],["large",bs]])],[!1,new Map([["small",""],["medium",""],["large",""]])]]),ri=new Map([[!0,ns.dataProblemLow],[!1,null]]),di=new Map([[!0,ai],[!1,null]]),ui=new Map([[!0,ai],[!1,null]]),hi=new Map([[!0,ls.colorsPalette["color-data-problem"]],[!1,null]]);class ci extends rs{constructor(e,t,s){super({iconMap:ni,classNameMap:ri,tooltipMap:di,titleMap:ui,titleColorMap:hi,size:t}),this._dataSourceErrorStatus=new n.WatchedValue(null).spawn(),this._lastError=null,this._options=s,this.setSource(e)}destroy(){this._dataSourceErrorStatus.destroy(),super.destroy()}setSource(e){this._dataSourceErrorStatus.destroy(),this._dataSourceErrorStatus=e.errorStatus().spawn(),this._dataSourceErrorStatus.subscribe(this._updateStatus.bind(this),{callWithLast:!0})}_getTooltip(e){return(e?this._getDataSourceErrorStatusCustomTitle():null)??super._getTooltip(e)}_getTitle(e){return(e?this._getDataSourceErrorStatusCustomTitle():null)??super._getTitle(e)}async _updateFullTooltip(){const e=this._status.value(),t=this._dataSourceErrorStatus.value();null!==e&&null!==t?this._fullTooltip.setValue([{icon:this._getIcon(e),iconClassName:this._getFullTooltipIconClassNames(e),title:this._getTitle(e),titleColor:this._getTitleColor(e),html:void 0===t.stackTrace?[(0,as.formatStudyError)((0,os.htmlEscape)(t.error))]:null,size:this._size,action:this._getAction(e),solutionId:this._options.errorSolution?this._dataSourceErrorStatus.value()?.solutionId:void 0,dataTestId:"data-source-error-status"}]):this._fullTooltip.setValue(null)}_getAction(e){return null}_updateStatus(e){const t=this._status.value();null!==e?(this._status.setValue(!0),t&&this._lastError!==e.error&&this._updateByStatus(!0),this._lastError=e.error):(this._status.setValue(null),this._lastError=null)}_getDataSourceErrorStatusCustomTitle(){return this._dataSourceErrorStatus.value()?.title||null}}
+const _i=J.t(null,void 0,s(78992)),pi=new Map([["high",new Map([["small",gs],["medium",bs],["large",bs]])],["low",new Map([["small",gs],["medium",bs],["large",bs]])]]),mi=new Map([["high",ns.dataProblemHigh],["low",ns.dataProblemLow]]),gi=new Map([["high",_i],["low",_i]]),bi=new Map([["high",ls.colorsPalette["color-data-problem"]],["low",ls.colorsPalette["color-data-problem"]]]);class vi extends rs{constructor(e,t){super({tooltipMap:gi,iconMap:pi,classNameMap:mi,titleMap:gi,titleColorMap:bi,size:t}),this._dataProblems=new n.WatchedValue([]).spawn(),this._isDataProblemCritical=new n.WatchedValue(!1),this.setModel(e)}destroy(){this._dataProblems.destroy(),super.destroy()}isDataProblemCritical(){return this._isDataProblemCritical}setModel(e){this._dataProblems.destroy(),null!==e?(this._dataProblems=e.dataProblems().spawn(),this._dataProblems.subscribe(this._updateStatus.bind(this),{callWithLast:!0})):this._dataProblems=new n.WatchedValue([]).spawn()}async _updateFullTooltip(){const e=this.status().value(),t=this._dataProblems.value();if(null===e||0===t.length)return void this._fullTooltip.setValue(null);const s=t.map(((t,s)=>({icon:this._getIcon(e),iconClassName:this._getFullTooltipIconClassNames(e),title:t.title??(0===s?this._getTitle(e):null),titleColor:this._getTitleColor(e),html:[(0,os.htmlEscape)(t.text)],size:this._size,action:this._getAction(e)})));this._fullTooltip.setValue(s)}_getTooltip(e){return this._getDataProblemCustomTitle()??super._getTooltip(e)}_getTitle(e){return this._getDataProblemCustomTitle()??super._getTitle(e)}_updateStatus(e){const t=e[0]?.severity??null,s=this._status.value()!==t;this._status.setValue(t),this._isDataProblemCritical.setValue(function(e){return"high"===e}(t)),s||this._updateFullTooltip()}_getDataProblemCustomTitle(){return this._dataProblems.value()?.[0]?.title||null}}class wi extends rs{constructor(e,t){super(t),this._booleanStatus=new n.WatchedValue(!1).spawn(),this.updateStatus(e)}destroy(){this._booleanStatus.destroy(),super.destroy()}updateStatus(e){this._booleanStatus.destroy(),this._booleanStatus=e.spawn(),this._booleanStatus.subscribe(this._updateStatus.bind(this),{callWithLast:!0})}_updateStatus(e){e?this._status.setValue(!0):this._status.setValue(null)}}const Si=J.t(null,void 0,s(14285)),yi=J.t(null,void 0,s(53272)),Mi=new Map([[!0,new Map([["small",gs],["medium",bs],["large",bs]])],[!1,new Map([["small",""],["medium",""],["large",""]])]]),fi=new Map([[!0,ns.invalidSymbol],[!1,null]]),Ci=new Map([[!0,Si],[!1,null]]),Ei=new Map([[!0,Si],[!1,null]]),Vi=new Map([[!0,ls.colorsPalette["color-invalid-symbol"]],[!1,null]]),Li=new Map([[!0,[yi]],[!1,null]]),Wi=new Map([[!0,null],[!1,null]]);class Ai{constructor(e,t){this.isBlinkingMode=new n.WatchedValue(!1),this._status=new n.WatchedValue(null),this._size="small",this._fullInfo=new n.WatchedValue(null),this._className=new n.WatchedValue(ns.marketStatusCustom),this._symbolModel=null,this._symbol=null,this._tooltip=new n.WatchedValue(null),this._icon=new n.WatchedValue(null),this._visible=new n.WatchedValue(!1),
+this._color=new n.WatchedValue(null),this._updateVisibleCallback=this._updateVisible.bind(this),this._updateColorCallback=this._updateColor.bind(this),this._updateIconCallback=this._updateIcon.bind(this),this._updateTooltipCallback=this._updateTooltip.bind(this),this._updateFullInfoCallback=this._updateFullInfo.bind(this),this._model=e,this._size=t}turnOffBlinkingMode(){}destroy(){}setModel(e){this._model=e}setSymbol(e){e!==this._symbol&&(this._unSyncModel(),this._symbol=e,e?(this._symbolModel=this._model.getSymbolCustomStatus(e),this._syncModel()):this._symbolModel=null)}status(){return this._status.spawn()}tooltip(){return this._tooltip.spawn()}icon(){return this._icon.spawn()}className(){return this._className.spawn()}visible(){return this._visible.spawn()}size(){return this._size}fullInfo(){return this._fullInfo.spawn()}customColor(){return this._color.spawn()}_updateFullInfo(e){if(null===e)return void this._fullInfo.setValue(null);const t=e.map((e=>({icon:e.icon??this.icon().value(),iconClassName:[ns.marketStatusCustom],title:e.title,titleColor:e.color??this.customColor().value(),html:e.content,size:this.size(),action:this._buildAction(e.action)})));this._fullInfo.setValue(t)}_buildAction(e){return e&&e.onClick?{text:e.text??"",tooltip:e.tooltip,onClick:e.onClick}:null}_unSyncModel(){this._symbolModel&&(this._symbolModel.visible().unsubscribe(this._updateVisibleCallback),this._symbolModel.color().unsubscribe(this._updateColorCallback),this._symbolModel.icon().unsubscribe(this._updateIconCallback),this._symbolModel.tooltip().unsubscribe(this._updateTooltipCallback),this._symbolModel.tooltipContent().unsubscribe(this._updateFullInfoCallback))}_syncModel(){this._visible.setValue(this._symbolModel?.visible().value()??!1),this._color.setValue(this._symbolModel?.color().value()??null),this._icon.setValue(this._symbolModel?.icon().value()??null),this._tooltip.setValue(this._symbolModel?.tooltip().value()??null),this._updateFullInfo(this._symbolModel?.tooltipContent().value()??null),this._symbolModel&&(this._symbolModel.visible().subscribe(this._updateVisibleCallback),this._symbolModel.color().subscribe(this._updateColorCallback),this._symbolModel.icon().subscribe(this._updateIconCallback),this._symbolModel.tooltip().subscribe(this._updateTooltipCallback),this._symbolModel.tooltipContent().subscribe(this._updateFullInfoCallback))}_updateVisible(e){this._visible.setValue(e)}_updateColor(e){this._color.setValue(e)}_updateIcon(e){this._icon.setValue(e)}_updateTooltip(e){this._tooltip.setValue(e)}}var xi=s(38119),ki=s(53218),Ti=s(32140),Hi=s(62998),Bi=s(25230),Ii=s(15507),Di=s(43401),Pi=s(85290),zi=s(12462)
+;const Ni=J.t(null,void 0,s(41410)),Ri=J.t(null,void 0,s(36018)),Oi=J.t(null,void 0,s(73897)),Fi=J.t(null,void 0,s(62464)),Ui=J.t(null,void 0,s(87845)),Gi=J.t(null,void 0,s(29938)),Zi=J.t(null,void 0,s(65420)),ji=J.t(null,void 0,s(23302)),$i=J.t(null,void 0,s(52176)),Qi=J.t(null,void 0,s(41392)),Ki=J.t(null,void 0,s(59938)),qi=J.t(null,void 0,s(99822)),Ji=J.t(null,void 0,s(66595)),Xi=J.t(null,void 0,s(43094)),Yi=J.t(null,void 0,s(81509)),el=J.t(null,void 0,s(58470)),tl=new Map([["market",new Map([["small",Ti],["medium",Hi],["large",Hi]])],["pre_market",new Map([["small",Pi],["medium",zi],["large",zi]])],["post_market",new Map([["small",Ii],["medium",Di],["large",Di]])],["out_of_session",new Map([["small",ki],["medium",ki],["large",ki]])],["holiday",new Map([["small",Bi],["medium",Bi],["large",Bi]])]]),sl=new Map([["market",ns.marketStatusOpen],["pre_market",ns.marketStatusPre],["post_market",ns.marketStatusPost],["out_of_session",ns.marketStatusClose],["holiday",ns.marketStatusHoliday]]),il=new Map([["market",Ni],["pre_market",Ri],["post_market",Oi],["out_of_session",Fi],["holiday",Ui]]),ll=new Map([["market",Ni],["pre_market",Ri],["post_market",Oi],["out_of_session",Fi],["holiday",Ui]]),ol=new Map([["market",ls.colorsPalette["color-market-open"]],["pre_market",ls.colorsPalette["color-pre-market"]],["post_market",ls.colorsPalette["color-post-market"]],["out_of_session",ls.colorsPalette["color-market-closed"]],["holiday",ls.colorsPalette["color-market-holiday"]]]),al=new Map([["market",Gi],["pre_market",Zi],["post_market",ji],["out_of_session",$i],["holiday",Qi]]);const nl=tl,rl=sl,dl=il,ul=ll,hl=ol,cl=al;function _l(e){const t=Math.floor(e/86400),i=Math.floor((e-86400*t)/3600),l=Math.floor((e-86400*t-3600*i)/60);if(0===t&&0===i&&0===l)return Ki;if(t>0){const e=J.t(null,{plural:"{number} days",count:t,replace:{number:`${t}`},context:"Market opens in n days and n hours"},s(62218)),l=J.t(null,{plural:"{number} hours",count:i,replace:{number:`${i}`},context:"Market opens in n days and n hours"},s(65463));return J.t(null,{replace:{days:e,hours:l}},s(51320))}if(i>0){const e=J.t(null,{plural:"{number} hours",count:i,replace:{number:`${i}`},context:"Market opens in n hours and n minutes"},s(21730)),t=J.t(null,{plural:"{number} minutes",count:l,replace:{number:`${l}`},context:"Market opens in n hours and n minutes"},s(82796));return J.t(null,{replace:{hours:e,minutes:t}},s(90549))}return J.t(null,{plural:"{number} minutes",count:l,replace:{number:`${l}`,context:"Market opens in n minutes"}},s(32547))}const pl={market:e=>("post_market"===e.status?Yi:Xi).format({remainingTime:_l(e.remainingSeconds)}),pre_market:e=>Ji.format({remainingTime:_l(e.remainingSeconds)}),post_market:e=>Xi.format({remainingTime:_l(e.remainingSeconds)}),out_of_session:e=>("pre_market"===e.status?el:qi).format({remainingTime:_l(e.remainingSeconds)}),holiday:e=>("pre_market"===e.status?el:qi).format({remainingTime:_l(e.remainingSeconds)}),delisted:e=>"",expired:e=>""
+},ml=new Map([["market",null],["pre_market",null],["post_market",null],["out_of_session",null],["holiday",null],["delisted",null]]);class gl extends rs{constructor(e,t,s=!1){super({tooltipMap:dl,iconMap:nl,classNameMap:rl,titleMap:ul,titleColorMap:hl,actionMap:ml,size:t}),this._model=null,this._expiredStatus=null,this._marketStatus=new n.WatchedValue(null).spawn(),this._sessionEdge=new n.WatchedValue(null).spawn(),this._ignoreHideStatusSettings=s,this.setModel(e),Lt.showMarketOpenStatusProperty.subscribe(this,this._showMarketOpenStatusPropertyChanged)}destroy(){this._marketStatus.destroy(),this._sessionEdge.destroy(),this._model=null,Lt.showMarketOpenStatusProperty.unsubscribeAll(this),super.destroy()}setModel(e){if(this._marketStatus.destroy(),this._sessionEdge.destroy(),this._expiredStatus?.destroy(),null===e)return this._marketStatus=new n.WatchedValue(null).spawn(),this._sessionEdge=new n.WatchedValue(null).spawn(),void(this._expiredStatus=null);this._model=e;const t=e.futuresContractExpirationTime();t&&(this._expiredStatus=t.expired().spawn(),this._expiredStatus.subscribe((e=>{e&&this._updateByStatus(this._marketStatus.value())}))),this._marketStatus=e.status().spawn(),this._marketStatus.subscribe(this._updateStatus.bind(this),{callWithLast:!0}),this._sessionEdge=e.nextSessionEdge().spawn(),this._sessionEdge.subscribe(this._updateTooltip.bind(this)),this._updateTooltip()}async _updateFullTooltip(){const e=this.status().value();if(null===e)return void this._fullTooltip.setValue(null);const t=[],s=cl.get(e);s&&t.push((0,os.htmlEscape)(s));const i=this._marketStatus.value();if(null!==this._model&&null!==i&&"expired"!==i&&"delisted"!==i){const s=this._model.nextSessionEdge().value();null!==s&&t.push({text:pl[e](s),bold:!0})}this._fullTooltip.setValue([{icon:this._getIcon(e),iconClassName:this._getFullTooltipIconClassNames(e),title:this._getTitle(e),titleColor:this._getTitleColor(e),html:t,size:this._size,action:this._getAction(e)}])}_shouldBeHiddenByStatus(e){return!this._ignoreHideStatusSettings&&!Lt.showMarketOpenStatusProperty.value()&&"market"===e}_updateStatus(e){this._status.setValue(e)}_updateTooltip(){this._updateFullTooltip()}_showMarketOpenStatusPropertyChanged(){this._updateByStatus(this._status.value())}}var bl;!function(e){e.Small="small",e.Medium="medium",e.Large="large"}(bl||(bl={}));class vl{constructor(e){this._el=document.createElement("div"),this._prevCustomClass=null,this._prevCustomColor=null,this._customColor=null,this._size=e.size||"small",this._icon=e.icon.spawn(),this._className=e.className.spawn(),this._visible=(0,w.combine)(((e,t)=>e&&!!t),e.visible.spawnOwnership(),e.icon.spawnOwnership()),this._el.classList.add(ns.statusItem,ns[this._size]),e.datasetName&&(this._el.dataset.name=e.datasetName),e.datasetEntityId&&(this._entityId=e.datasetEntityId.spawn(),this._entityId.subscribe((e=>{this._el.dataset.entityId=e}),{callWithLast:!0})),this._icon.subscribe(this._updateIcon.bind(this),{callWithLast:!0}),this._className.subscribe(this._updateClassName.bind(this),{callWithLast:!0}),
+this._customColor=e.customColor.spawn(),this._customColor.subscribe(this._updateCustomColor.bind(this),{callWithLast:!0}),e.isBlinking&&(this._isBlinking=e.isBlinking.spawn(),this._isBlinking.subscribe(this._updateBlinkingMode.bind(this),{callWithLast:!0}),this._turnOffBlinking=e.turnOffBlinking)}destroy(){this._entityId?.destroy(),this._visible.destroy(),this._icon.destroy(),this._isBlinking&&this._isBlinking.destroy()}onClick(){this._turnOffBlinking&&this._turnOffBlinking()}visible(){return this._visible}element(){return this._el}_updateIcon(e){this._el.innerHTML=e||""}_updateClassName(e){this._prevCustomClass!==e&&(null!==this._prevCustomClass&&this._el.classList.remove(this._prevCustomClass),null!==e&&this._el.classList.add(e),this._prevCustomClass=e)}_updateCustomColor(e){this._prevCustomColor!==e&&(this._el.style.setProperty("--custom-status-color",e),this._prevCustomColor=e)}_updateBlinkingMode(e){this._el.classList.toggle(ns.blinking,e)}}var wl;function Sl(e,t,s){for(const i of t)for(const t of i.split(" "))e.classList.toggle(t,s)}!function(e){e.TooltipSeparator=" · "}(wl||(wl={}));class yl{constructor(e,t,s,i=ns){this.element=document.createElement("div"),this._blinkingSpawns=[],this._iconsRenderers=[],this._updateIcons=()=>{const[e,t]=this._iconsRenderers.reduce(((e,t)=>{const s=t.element();return t.visible().value()&&e[0].length<3?e[0].push(s):e[1].push(s),e}),[[],[]]);t.forEach((e=>{this.element.contains(e)&&this.element.removeChild(e)})),e.forEach(((e,t)=>{this.element.contains(e)||(t>=this.element.childElementCount?this.element.appendChild(e):this.element.insertBefore(e,this.element.childNodes[t]))}))},this._theme=i;const l=[this._theme.statuses,"apply-common-tooltip","common-tooltip-wide",this._theme[e],this._theme.statuses_hidden];Sl(this.element,l,!0),this._tooltips=t.spawn(),this._tooltips.subscribe(this._updateTooltip.bind(this)),this._onClickCallback=s.onClick,this._onClickHandler=this._onClick.bind(this),this.element.addEventListener("click",this._onClickHandler),this.element.dataset.name="legend-source-item-status"}destroy(){for(const e of this._iconsRenderers)e.destroy();for(const e of this._blinkingSpawns)e.destroy();this._tooltips.destroy(),this.element.removeEventListener("click",this._onClickHandler),this.element.remove()}setVisibility(e){Sl(this.element,[this._theme.statuses_hidden],e)}addStatusModel(e){const t=new vl({visible:e.visible,icon:e.model.icon(),className:e.model.className(),size:e.model.size(),isBlinking:e.model.isBlinkingMode,turnOffBlinking:e.model.turnOffBlinkingMode,customColor:e.model.customColor(),datasetName:e.iconDatasetName,datasetEntityId:e.iconDatasetEntityId});this._iconsRenderers.push(t);const s=e.model.isBlinkingMode.spawn();s.subscribe(this._updateBlinkingMode.bind(this)),t.visible().subscribe(this._updateIcons,{callWithLast:!0}),this._blinkingSpawns.push(s),this._updateBlinkingMode()}_onClick(e){e.preventDefault();const t=this._iconsRenderers.filter((e=>e.visible().value()));for(const e of t)e.onClick();let s=14;t.length>1&&(s-=2)
+;const i=this.element.getBoundingClientRect(),l={x:i.left-s,y:i.bottom+4};this._onClickCallback(l)}_updateTooltip(){this.element.setAttribute("title",this._tooltips.value().join(" · "))}_updateBlinkingMode(){const e=this._blinkingSpawns.some((e=>e.value()));Sl(this.element,[this._theme.blinking],e)}}class Ml{constructor(e){this._size=b.trackingModeIsAvailable?"medium":"small",this._statusWidgetInfos=[],this._tooltips=new n.WatchedValue([]),this._visibilitySpawns=[],this._tooltipSpawns=[],this._visibility=new n.WatchedValue(!1),this._renderer=new yl(this._size,this._tooltips,{onClick:this._handleToggleDropdown.bind(this)}),this._container=document.createElement("div"),this._menuOpened=!1,this._menuPosition=null,this._handleDropdownMenuClose=()=>{this._menuOpened=!1,this._updateDropdownMenu()},this._options=e}destroy(){this._visibility.unsubscribe();for(const e of this._tooltipSpawns)e.destroy();for(const e of this._visibilitySpawns)e.destroy();for(const e of this._statusWidgetInfos){if(e.additionalWidgets)for(const t of e.additionalWidgets)t.destroy();e.model.destroy()}this._renderer.destroy()}visibility(){return this._visibility.readonly()}getElement(){return this._renderer.element}_updateTooltipsAndVisibilitiesAfterRecreate(){for(const e of this._tooltipSpawns)e.subscribe(this._updateTooltips.bind(this));for(const e of this._visibilitySpawns)e.subscribe(this._updateTooltips.bind(this));this._updateTooltips()}_updateTooltips(){const e=[];for(let t=0;t0&&e.push(s)}this._tooltips.setValue(e)}_addStatusWidgetInfos(e){this._statusWidgetInfos.push(e),this._renderer.addStatusModel(e),e.visible.subscribe(this._updateTooltips.bind(this)),this._visibilitySpawns.push(e.visible.spawn())}_addTooltipSpawn(e){e.subscribe(this._updateTooltips.bind(this)),this._tooltipSpawns.push(e)}_addVisibilitySpawn(e){e.subscribe(this._updateTooltips.bind(this)),this._visibilitySpawns.push(e)}_handleToggleDropdown(e){var t;this._menuPosition=e,this._menuOpened=!this._menuOpened,this._menuOpened&&(t=`Open full tooltip for statuses: ${this._tooltips.value().join(", ")}`,(0,X.trackEvent)("GUI","Statuses widget's action",t)),this._updateDropdownMenu()}async _updateDropdownMenu(){const e=Promise.all([s.e(3953),s.e(5826),s.e(2564),s.e(7204),s.e(2544),s.e(8643)]).then(s.bind(s,12048));await Promise.all([...this._statusWidgetInfos.map((e=>e.preliminaryJob)),e]),e.then((e=>{e.render({opened:this._menuOpened,container:this._container,rendererButton:this._renderer.element,statusWidgetInfos:this._statusWidgetInfos,onClose:this._handleDropdownMenuClose,position:(0,o.ensureNotNull)(this._menuPosition)})}))}}class fl extends Ml{constructor(e,t,s){super(s),this.dataSourceErrorStatusShown=new n.WatchedValue(!1),this.dataUpdatedModeShown=new n.WatchedValue(!1),this.isSymbolInvalidStatusShown=new n.WatchedValue(!1),this._symbolInvalidViewModel=null,this._dataSourceErrorStatusViewModel=null,this._marketStatusViewModel=null,
+this._dataUpdatedModeViewModel=null,this._dataProblemViewModel=null,this._updateAvailableViewModel=null,this._pineEditorStateViewModel=null,this._customStatusViewModel=null,this._sessionWidget=null,this._errorWidget=null,this._updateAvailableWidget=null,this._dataSourceHasErrorVisible=null,this._dataSourceErrorCanBeShown=new n.WatchedValue(!1),this._marketStatusCanBeShown=new n.WatchedValue(!1),this._dataUpdatedAvailableVisible=null,this._dataUpdatedModeCanBeShown=new n.WatchedValue(!1),this._dataProblemCanBeShown=new n.WatchedValue(!1),this._updateAvailableCanBeShown=new n.WatchedValue(!1),this._isDataProblemCritical=null,this._updateVisibility=e=>{this._visibility.setValue(!e),this._renderer.setVisibility(e)},this._source=e,this._symbol=e.symbol()?.spawn()??null,this._options=s,this._undoModel=t,this._statusProviderHidden=e.hidden().spawn(),this._statusProviderHidden.subscribe(this._updateVisibility,{callWithLast:!0});const i=new AbortController;this._lastRecreateWidgetAbortController=i,this._recreateWidgets().then((()=>{i.signal.aborted||(this._symbol&&this._symbol.subscribe(this._recreateAndUpdateWidgetState.bind(this)),this._addSubscriptionForSymbolInvalid(),null!==this._dataSourceHasErrorVisible&&(this._dataSourceHasErrorVisible.subscribe(this._updateStatusWidgetsVisibilities.bind(this)),this._dataSourceHasErrorVisible.subscribe(this._updateErrorWidgetIsShown.bind(this))),null!==this._dataUpdatedAvailableVisible&&this._dataUpdatedAvailableVisible.subscribe(this._updateDataUpdatedWidgetIsShown.bind(this)),this._options.dataProblemEnabled&&null!==this._isDataProblemCritical&&this._isDataProblemCritical.subscribe(this._updateStatusWidgetsVisibilities.bind(this)),this._updateErrorWidgetIsShown(),this._updateIsSymbolInvalidStatusShown(),this._updateStatusWidgetsVisibilities(),this._updateTooltipsAndVisibilitiesAfterRecreate())}))}destroy(){this._lastRecreateWidgetAbortController.abort(),this._statusProviderHidden.destroy(),this._visibility.unsubscribe(),this._symbol?.destroy(),this._isDataProblemCritical?.destroy(),super.destroy()}_updateStatusWidgetsVisibilities(){const e=this._isForceStatusActive();this._dataSourceErrorCanBeShown.setValue(!e),this._marketStatusCanBeShown.setValue(!e),this._dataUpdatedModeCanBeShown.setValue(!e),this._updateAvailableCanBeShown.setValue(!e),this._dataProblemCanBeShown.setValue(!this._isPrimaryWidgetShown())}_isPrimaryWidgetShown(){return this._source.isSymbolInvalid()?.value()??!1}_isForceStatusActive(){return this._isPrimaryWidgetShown()||(this._isDataProblemCritical?.value()??!1)}async _recreateWidgets(){if(this._options.sourceStatusesEnabled){const e=this._source.isSymbolInvalid();if(null!==e)if(null===this._symbolInvalidViewModel){this._symbolInvalidViewModel=new wi(e,{tooltipMap:Ci,iconMap:Mi,classNameMap:fi,titleMap:Ei,titleColorMap:Vi,htmlMap:Li,actionMap:Wi,size:this._size});const t=this._symbolInvalidViewModel.visible().spawn();this._visibilitySpawns.push(t),this._tooltipSpawns.push(this._symbolInvalidViewModel.tooltip().spawn()),this._addStatusWidgetInfos({visible:t,
+model:this._symbolInvalidViewModel})}else this._symbolInvalidViewModel.updateStatus(e),this._addSubscriptionForSymbolInvalid();if(null===this._dataSourceErrorStatusViewModel){this._dataSourceErrorStatusViewModel=new ci(this._source,this._size,this._options.sourceStatuses),this._dataSourceHasErrorVisible=(0,w.combine)(((e,t)=>e&&t),this._dataSourceErrorCanBeShown.weakReference(),this._dataSourceErrorStatusViewModel.visible().weakReference()),this._visibilitySpawns.push(this._dataSourceHasErrorVisible),this._tooltipSpawns.push(this._dataSourceErrorStatusViewModel.tooltip().spawn());const e=[];0,this._addStatusWidgetInfos({visible:this._dataSourceHasErrorVisible,model:this._dataSourceErrorStatusViewModel,additionalWidgets:e})}else this._dataSourceErrorStatusViewModel.setSource(this._source),this._errorWidget?.updateSource(this._source)}if(this._options.marketStatusEnabled){const e=this._source.marketStatusModel();if(null===this._marketStatusViewModel){this._marketStatusViewModel=new gl(e,this._size);const t=(0,w.combine)(((e,t,s)=>e&&t&&!(0,Vt.isEconomicSymbol)(s)),this._marketStatusCanBeShown.weakReference(),this._marketStatusViewModel.visible().weakReference(),this._source.symbolInfo().weakReference());this._visibilitySpawns.push(t),this._tooltipSpawns.push(this._marketStatusViewModel.tooltip().spawn());const s={visible:t,model:this._marketStatusViewModel};null!==e&&(this._sessionWidget=new is(this._source),s.additionalWidgets=[this._sessionWidget]),this._addStatusWidgetInfos(s)}else this._marketStatusViewModel.setModel(e),this._sessionWidget?.updateSource(this._source)}if(this._options.dataUpdateModeEnabled){const e=this._source.dataUpdatedModeModel();if(null===this._dataUpdatedModeViewModel){const t={...this._options.dataUpdateMode,marketStatus:this._source.marketStatusModel()?.status().spawnOwnership()};this._dataUpdatedModeViewModel=new oi(e,this._size,t);const s=(0,w.combine)(((e,t,s)=>e&&t&&!(0,Vt.isEconomicSymbol)(s)),this._dataUpdatedModeCanBeShown.weakReference(),this._dataUpdatedModeViewModel.visible().weakReference(),this._source.symbolInfo().weakReference());this._visibilitySpawns.push(s),this._tooltipSpawns.push(this._dataUpdatedModeViewModel.tooltip().spawn()),this._addStatusWidgetInfos({visible:s,model:this._dataUpdatedModeViewModel})}else this._dataUpdatedModeViewModel.setModel(e)}if(this._options.dataProblemEnabled){const e=this._source.dataProblemModel();if(null===this._dataProblemViewModel){this._dataProblemViewModel=new vi(e,this._size),this._isDataProblemCritical=this._dataProblemViewModel.isDataProblemCritical().spawn();const t=(0,w.combine)(((e,t)=>e&&t),this._dataProblemCanBeShown.weakReference(),this._dataProblemViewModel.visible().weakReference());this._visibilitySpawns.push(t),this._tooltipSpawns.push(this._dataProblemViewModel.tooltip().spawn()),this._addStatusWidgetInfos({visible:t,model:this._dataProblemViewModel})}}if(this._source.isMainSeries?.()??!1){const e=xi.CustomStatusModel.getInstance(),t=this._symbol?.value()??null;if(null===this._customStatusViewModel){
+this._customStatusViewModel=new Ai(e,this._size),this._customStatusViewModel.setSymbol(t);const s=this._customStatusViewModel.visible().spawn();this._visibilitySpawns.push(s),this._tooltipSpawns.push(this._customStatusViewModel.tooltip().spawn()),this._addStatusWidgetInfos({visible:s,model:this._customStatusViewModel})}else this._customStatusViewModel.setModel(e),this._customStatusViewModel.setSymbol(t)}}async _recreateAndUpdateWidgetState(){this._lastRecreateWidgetAbortController?.abort();const e=new AbortController;this._lastRecreateWidgetAbortController=e,await this._recreateWidgets(),e.signal.aborted||(this._updateStatusWidgetsVisibilities(),this._updateErrorWidgetIsShown(),this._updateIsSymbolInvalidStatusShown(),this._updateTooltips())}_addSubscriptionForSymbolInvalid(){const e=this._source.isSymbolInvalid();this._options.sourceStatusesEnabled&&null!==e&&(e.subscribe(this._updateStatusWidgetsVisibilities.bind(this)),e.subscribe(this._updateIsSymbolInvalidStatusShown.bind(this),{callWithLast:!0}))}_updateErrorWidgetIsShown(){const e=this._dataSourceHasErrorVisible?.value()??!1;this.dataSourceErrorStatusShown.setValue(e)}_updateDataUpdatedWidgetIsShown(){const e=this._dataUpdatedAvailableVisible?.value()??!1;this.dataUpdatedModeShown.setValue(e)}_updateIsSymbolInvalidStatusShown(){const e=this._source.isSymbolInvalid()?.value()??!1;this.isSymbolInvalidStatusShown.setValue(e)}}class Cl extends fl{constructor(e,t,s){super(e,t,s),this._isInReplay=new n.WatchedValue(!1).readonly().spawn(),this._isInReplayCanBeShown=null,this._inited=!1,this._halalCanBeShown=new n.WatchedValue(!1),this._tvCalculatedPairCanBeShown=new n.WatchedValue(!1),this._hkexCommentCanBeShown=new n.WatchedValue(!1),this._defaultedBondCanBeShown=new n.WatchedValue(!1);t.model()}destroy(){super.destroy()}_updateStatusWidgetsVisibilities(){super._updateStatusWidgetsVisibilities()}_isPrimaryWidgetShown(){return super._isPrimaryWidgetShown()||this._isInReplay.value()}_crateHalalStatus(){}_createDefaultedBondStatus(){}_createTVCalculatedPairStatus(){}_createHKEXCommentStatus(){}_createLetItSnowStatus(){}_getHalalTypeSpawn(){return new n.WatchedValue(null).readonly().spawn()}_getDefaultedBondSpawn(){return new n.WatchedValue(null).readonly().spawn()}_getTvCalculatedPairSpawn(){return new n.WatchedValue(null).readonly().spawn()}_getHkexCommentSpawn(){return new n.WatchedValue(null).readonly().spawn()}}var El,Vl=s(32755);!function(e){e[e.ForceDisableHiddenStateTimeoutMs=3500]="ForceDisableHiddenStateTimeoutMs"}(El||(El={}));class Ll{constructor(e,t){this._hidden=new n.WatchedValue(!1),this._symbol=null,this._isSymbolInvalid=null,this._isIntervalActual=null,this._symbolInfo=new n.WatchedValue(null).spawn(),this._source=e,e.properties().hasChild("symbol")&&(this._symbol=(0,ce.createWVFromGetterAndSubscription)((()=>e.properties().symbol.value()),e.properties().symbol.listeners()));const s=[];if((0,Vl.isStudyLineTool)(e))s.push(e.onStatusChanged());else if((0,et.isStudy)(e)||(0,et.isStudyStub)(e))s.push(e.onStatusChanged(),e.onIsActualIntervalChange()),
+this._isSymbolInvalid=(0,ce.createWVFromGetterAndSubscriptions)((()=>e.isSymbolInvalid()&&e.isActualInterval()),s),this._hidden.setValue(!e.isVisible()||!e.isActualInterval()),(0,et.isStudy)(e)&&(this._isIntervalActual=(0,ce.createWVFromGetterAndSubscription)((()=>e.isActualInterval()),e.onIsActualIntervalChange()),this._isIntervalActual.subscribe((()=>{this._hidden.setValue(!e.isVisible()||!e.isActualInterval())})));else{(0,o.assert)(e===t.mainSeries());const i=t.mainSeries();s.push(i.onStatusChanged()),this._isSymbolInvalid=(0,ce.createWVFromGetterAndSubscriptions)((()=>i.isSymbolInvalid()),s),this._symbolInfo=(0,ce.createWVFromGetterAndSubscription)(i.symbolInfo.bind(i),i.dataEvents().symbolResolved())}this._dataSourceErrorStatus=(0,ce.createWVFromGetterAndSubscriptions)((()=>this._source.statusProvider({}).errorStatus()),s)}destroy(){this._symbol?.destroy(),this._isSymbolInvalid?.destroy(),this._dataSourceErrorStatus.destroy(),this._symbolInfo.destroy(),this._isIntervalActual?.destroy()}entityId(){return this._source.id()}symbol(){return this._symbol}isSymbolInvalid(){return this._isSymbolInvalid}errorStatus(){return this._dataSourceErrorStatus}symbolInfo(){return this._symbolInfo}hidden(){return this._hidden.readonly()}marketStatusModel(){return this._source.marketStatusModel()}dataProblemModel(){return this._source.dataProblemModel()}dataUpdatedModeModel(){return this._source.dataUpdatedModeModel()}async pineSourceCodeModel(){return null}isMainSeries(){return this._source.isMainSeries?.()??!1}}class Wl extends Ll{constructor(e,t){super(e,t),this._quotesData=new n.WatchedValue(null),this._forceDisableHiddenState=new n.WatchedValue(!0),this._forceDisableHiddenStateTimeout=null,this._series=e,this._marketStatus=e.marketStatusModel().status().spawn(),this._marketStatus.subscribe((e=>{null===e&&(null!==this._forceDisableHiddenStateTimeout&&clearTimeout(this._forceDisableHiddenStateTimeout),this._forceDisableHiddenState.setValue(!1),this._forceDisableHiddenStateTimeout=setTimeout((()=>{this._forceDisableHiddenStateTimeout=null,this._forceDisableHiddenState.setValue(!0)}),3500))}),{callWithLast:!0}),this._dataProblems=this._series.dataProblemModel().dataProblems().spawn(),this._marketStatus.subscribe(this._updateHiddenValue.bind(this)),this._dataProblems.subscribe(this._updateHiddenValue.bind(this)),this._forceDisableHiddenState.subscribe(this._updateHiddenValue.bind(this)),e.onStatusChanged().subscribe(this,this._updateHiddenValue),this._updateHiddenValue()}quotesData(){return this._quotesData.readonly().spawn()}destroy(){this._marketStatus.destroy(),this._dataProblems.destroy(),this._series.onStatusChanged().unsubscribeAll(this),null!==this._forceDisableHiddenStateTimeout&&clearTimeout(this._forceDisableHiddenStateTimeout),super.destroy()}_updateHiddenValue(){const e=this._series.status(),t=this._forceDisableHiddenState.value()||12===e||4===e||null!==this._marketStatus.value()&&2!==e&&1!==e||this._dataProblems.value().some((e=>"high"===e.severity));this._hidden.setValue(!t)}}
+const Al=J.t(null,void 0,s(10319)),xl=J.t(null,void 0,s(79744)),kl=J.t(null,void 0,s(64730)),Tl=new Map([[!0,new Map([["small",gs],["medium",bs],["large",bs]])],[!1,new Map([["small",""],["medium",""],["large",""]])]]),Hl=new Map([[!0,ns.hasError],[!1,null]]),Bl=new Map([[!0,Al],[!1,null]]),Il=new Map([[!0,Al],[!1,null]]),Dl=new Map([[!0,ls.colorsPalette["color-invalid-symbol"]],[!1,null]]),Pl=new Map([[!0,[xl]],[!1,null]]),zl=new Map([[!0,[kl]],[!1,null]]);function Nl(e){switch(e){case 0:return Pl;case 1:return zl;default:throw new Error("Unknown CombinedStatusWidgetType")}}var Rl=s(2588),Ol=s(57979);const Fl=J.t(null,void 0,s(48758)),Ul=J.t(null,void 0,s(58744)),Gl=J.t(null,void 0,s(92663)),Zl=new Map([[!0,new Map([["small",Rl],["medium",Ol],["large",Ol]])],[!1,new Map([["small",""],["medium",""],["large",""]])]]),jl=new Map([[!0,ns.updateAvailable],[!1,null]]),$l=new Map([[!0,Fl],[!1,null]]),Ql=new Map([[!0,Fl],[!1,null]]),Kl=new Map([[!0,ls.colorsPalette["color-deep-blue-a400"]],[!1,null]]),ql=new Map([[!0,[Ul]],[!1,null]]),Jl=new Map([[!0,[Gl]],[!1,null]]);function Xl(e){switch(e){case 0:return ql;case 1:return Jl;default:throw new Error("Unknown CombinedStatusWidgetType")}}var Yl;!function(e){e[e.Legend=0]="Legend",e[e.Items=1]="Items"}(Yl||(Yl={}));class eo extends Ml{constructor(e,t){super(t),this._dataSourceStatusWidgets=[],this._hasErrorStatus=null,this._hasUpdateStatus=null,this._hasErrorViewModel=null,this._hasUpdateViewModel=null,this._updateVisibility=()=>{const e=this._visibilitySpawns.every((e=>!e.value()));this._visibility.setValue(!e),this._renderer.setVisibility(e)},this._type=e}destroy(){this._hasErrorViewModel?.destroy(),this._hasUpdateViewModel?.destroy(),super.destroy()}addStatusWidget(e){this._dataSourceStatusWidgets.push(e),this._recreateHasErrorStatus(),this._recreateHasUpdateStatus(),this._recreateWidgets()}clear(){this._dataSourceStatusWidgets=[],this._hasErrorStatus?.destroy(),this._hasErrorStatus=null,this._hasUpdateStatus?.destroy(),this._hasUpdateStatus=null}async _recreateWidgets(){const e=this._hasErrorStatus;if(null!==e)if(null===this._hasErrorViewModel){this._hasErrorViewModel=new wi(e,{classNameMap:Hl,htmlMap:Nl(this._type),iconMap:Tl,size:this._size,titleColorMap:Dl,titleMap:Il,tooltipMap:Bl}),this._addTooltipSpawn(this._hasErrorViewModel.tooltip().spawn());const t=this._hasErrorViewModel.visible().spawn();t.subscribe(this._updateVisibility),this._addStatusWidgetInfos({visible:t,model:this._hasErrorViewModel})}else this._hasErrorViewModel.updateStatus(e);const t=this._hasUpdateStatus;if(null!==t)if(null===this._hasUpdateViewModel){this._hasUpdateViewModel=new wi(t,{classNameMap:jl,htmlMap:Xl(this._type),iconMap:Zl,size:this._size,titleColorMap:Kl,titleMap:Ql,tooltipMap:$l}),this._addTooltipSpawn(this._hasUpdateViewModel.tooltip().spawn());const e=this._hasUpdateViewModel.visible().spawn();e.subscribe(this._updateVisibility),this._addStatusWidgetInfos({visible:e,model:this._hasUpdateViewModel})}else this._hasUpdateViewModel.updateStatus(t)}_recreateHasErrorStatus(){
+this._hasErrorStatus?.destroy();const e=(0,w.combine)((e=>this._dataSourceStatusWidgets.map((e=>e.dataSourceErrorStatusShown.weakReference()))),new n.WatchedValue(this._dataSourceStatusWidgets).weakReference());this._hasErrorStatus=(0,w.accumulate)((e=>e.some((e=>e))),e.ownership())}_recreateHasUpdateStatus(){this._hasUpdateStatus?.destroy();const e=(0,w.combine)((e=>this._dataSourceStatusWidgets.map((e=>e.dataUpdatedModeShown.weakReference()))),new n.WatchedValue(this._dataSourceStatusWidgets).weakReference());this._hasUpdateStatus=(0,w.accumulate)((e=>e.some((e=>e))),e.ownership())}}var to=s(85662);const so={readOnlyMode:!1,contextMenu:{settings:!0,mainSeries:!0,studies:!0,showOpenMarketStatus:!1},symbolMarkerEnabled:!1,showToggleButton:!0,canShowSourceCode:!1,statusesWidgets:{sourceStatusesEnabled:!1,sourceStatuses:{errorSolution:!0},marketStatusEnabled:!1,marketStatus:{preMarketSolution:!0,postMarketSolution:!0},dataUpdateModeEnabled:!1,dataUpdateMode:{subscriptionFullInfo:!0},dataProblemEnabled:!1}};var io;!function(e){e.TogglerStateSettingsKey="legend.isVisibilityToggled",e[e.TextSourceIsAlwaysTickerMaxSize=132]="TextSourceIsAlwaysTickerMaxSize"}(io||(io={}));c.enabled("hide_legend_by_default");const lo=c.enabled("fundamental_widget"),oo=c.enabled("legend_context_menu"),ao=2*parseInt(k.marginlegendhoriz);class no{constructor(e,t,s,i,o,d,u,h){this._mainSeriesViewModel=null,this._dataSourceViewModels=[],this._sourcesIds=[],this._visibleDataSourceCount=new n.WatchedValue(0),this._themedColor=new n.WatchedValue(""),this._mainSeriesRowHidden=null,this._dataSourceRowsHidden=[],this._customWidgetsVisibilities=[],this._allLegendHidden=new n.WatchedValue(!1),this._studiesLegendHidden=new n.WatchedValue(!1),this._showCollapserWithOneIndicator=new n.WatchedValue(!1),this._customWidgetsHeights=[],this._onLegendVisibilityToggled=null,this._availableHeight=0,this._collapsedDataSourcesCount=new n.WatchedValue(0),this._collapsedDataSourcesTitle=new n.WatchedValue(""),this._mainSeriesStatusWidget=null,this._dataSourcesStatusesWidgets=[],this._statusProviders=new Map,this._size=null,this._customLegendWidgetsFactoriesMap=new Map,this._customLegendWidgetsMap=new Map,this._margin=0,this._layoutChanged=new a.Delegate,this._model=e,this._paneWidget=t,this._options=(0,r.merge)((0,r.clone)(so),u),this._callbacks=h,this._mainSeriesViewModelsOptions={readOnlyMode:this._options.readOnlyMode,symbolMarkerEnabled:this._options.symbolMarkerEnabled},this._dataSourceViewModelsOptions={...this._mainSeriesViewModelsOptions,canShowSourceCode:this._options.canShowSourceCode},this._backgroundThemeName=s;const c=this._showLegendCalculatedProperty();this._isDataSourcesCollapsed=new n.WatchedValue(c.value()),c.subscribe(this,(()=>{this._isDataSourcesCollapsed.setValue(c.value())}));const _=new n.WatchedValue(this._getCustomTextColorValue()),p=this._model.model().properties().childs();p.scalesProperties.childs().textColor.subscribe(this,(()=>{_.setValue(this._getCustomTextColorValue())}))
+;const m=p.paneProperties.childs().legendProperties.childs().showBackground,g=new n.WatchedValue(m.value());m.subscribe(this,(()=>{g.setValue(m.value())}));const b=p.paneProperties.childs().legendProperties.childs().backgroundTransparency,v=new n.WatchedValue(b.value());b.subscribe(this,(()=>{v.setValue(b.value())})),this._hideNotMainSources=i,this._hideNotMainSources.subscribe(this._updateLegendVisibilities.bind(this)),this._hideAllExceptFirstLine=o,this._hideAllExceptFirstLine.subscribe(this._updateCollapsedSourcesMode.bind(this)),this._hideWholeLegend=d,this._hideWholeLegend.subscribe(this._updateLegendVisibilities.bind(this)),this._isPaneMain=new n.WatchedValue(this._getIsPaneMainValue()),this._updateCollapsedSourcesModeThrottle=(0,l.default)(this._updateCollapsedSourcesMode.bind(this),100),this._isPaneMain.subscribe((e=>this._showCollapserWithOneIndicator.setValue(e)),{callWithLast:!0}),this._collapsedDataSourcesStatusWidget=new eo(1,this._options.statusesWidgets),this._toggledDataSourcesStatusWidget=new eo(0,this._options.statusesWidgets),this._renderer=new de({isMultipleLayout:this._model.isMultipleLayout(),withActions:!this._options.readOnlyMode,showToggleButton:this._options.showToggleButton,isStudiesLegendHidden:this._studiesLegendHidden.readonly(),isAllLegendHidden:this._allLegendHidden.readonly(),customTextColor:_.readonly(),themedColor:this._themedColor.readonly(),showBackground:g.readonly(),backgroundTransparency:v.readonly(),collapsedDataSourcesCount:this._collapsedDataSourcesCount.readonly(),collapsedDataSourcesTitle:this._collapsedDataSourcesTitle.readonly(),combinedStatusWidget:this._collapsedDataSourcesStatusWidget,showLegendWidgetContextMenu:this.onShowLegendWidgetContextMenu.bind(this),hideAllExceptFirstLine:this._hideAllExceptFirstLine,onLegendRowFocused:this._callbacks.onLegendRowFocused,onLayoutChanged:this._layoutChanged},{showCollapserWithOneIndicator:this._showCollapserWithOneIndicator.readonly(),visibleDataSourceCount:this._visibleDataSourceCount.readonly(),isDataSourcesCollapsed:this._isDataSourcesCollapsed.readonly(),isMainPane:this._isPaneMain.readonly(),onCollapseDataSources:this.onCollapseDataSources.bind(this),onShowObjectsTreeDialog:this._callbacks.showObjectsTreeDialog,isPaneCollapsed:this._paneWidget.visuallyCollapsed(),combinedStatusWidget:this._toggledDataSourcesStatusWidget})}destroy(){this._backgroundThemeName.release(),this._hideNotMainSources.release(),this._hideAllExceptFirstLine.release(),this._hideWholeLegend.release(),this._sourcesIds=[],null!==this._mainSeriesViewModel&&this._destroyMainDataSource();for(const[,e]of this._statusProviders)e.destroy();for(const e of this._dataSourceViewModels)e.destroy();this._dataSourceViewModels=[],this._collapsedDataSourcesStatusWidget.clear(),this._toggledDataSourcesStatusWidget.clear();for(const e of this._dataSourcesStatusesWidgets)e.destroy();this._dataSourcesStatusesWidgets=[],this._clearSubscriptions();for(const e of Array.from(this._customLegendWidgetsMap.keys()))this._destroyCustomWidgetFromLayerBlock(e)
+;this._customLegendWidgetsMap.clear(),this._renderer.destroy(),delete this._renderer,this._showLegendCalculatedProperty().unsubscribeAll(this),this._showLegendOriginalProperty().unsubscribeAll(this);const e=this._model.model().properties().childs();e.scalesProperties.childs().textColor.unsubscribeAll(this),e.paneProperties.childs().legendProperties.childs().showBackground.unsubscribeAll(this),e.paneProperties.childs().legendProperties.childs().backgroundTransparency.unsubscribeAll(this)}addCustomWidgetToLegend(e,t){const s=this._customLegendWidgetsFactoriesMap.get(t.block)||new Map,i=s.get(t.position)||[];i.push(e),s.set(t.position,i),this._customLegendWidgetsFactoriesMap.set(t.block,s),this.updateLayout(),this._updateCustomWidgetModeBySize()}onShowLegendWidgetContextMenu(e,t){if(this._options.readOnlyMode||!oo)return Promise.resolve();Y("Show legend context menu");const s=new Map;for(const e of Array.from(this._customLegendWidgetsMap.keys())){const t=(0,o.ensureDefined)(this._customLegendWidgetsMap.get(e)),i=new Map;for(const e of Array.from(t.keys())){const s=(0,o.ensureDefined)(t.get(e)),l=i.get(e)||[];for(const e of s)l.push(...e.contextMenuActions());i.set(e,l)}s.set(e,i)}return function(e,t,s,i,l,o){const a=[],n=i.get(0);if(void 0!==n){const e=n.get(1);void 0!==e&&e.length>0&&(a.push(...e),a.push(new Ct.Separator))}const r=e.model().properties().childs().paneProperties.childs().legendProperties.childs(),d=Yt&&e.model().symbolSources().some((e=>void 0!==e.symbolInfo()?.price_source_id));a.push(new Ct.Action({actionId:"Chart.Legend.ToggleSymbolVisibility",options:{checkable:!0,checked:r.showSeriesTitle.value(),label:Ft,statName:"Show Symbol",onExecute:()=>kt(e,r.showSeriesTitle,Tt)}})),t.showOpenMarketStatus&&"market"===e.mainSeries().marketStatusModel().status().value()&&!(0,Vt.isEconomicSymbol)(e.mainSeries().symbolInfo())&&a.push(new Ct.Action({actionId:"Chart.Legend.ToggleOpenMarketStatusVisibility",options:{checkable:!0,checked:Lt.showMarketOpenStatusProperty.value(),label:Ut,statName:"Show Open market status",onExecute:()=>kt(e,Lt.showMarketOpenStatusProperty,Ht)}})),a.push(new Ct.Action({actionId:"Chart.Legend.ToggleOhlcValuesVisibility",options:{checkable:!0,checked:r.showSeriesOHLC.value(),label:Gt,statName:"Show chart values",onExecute:()=>kt(e,r.showSeriesOHLC,Bt)}}));const u=e.mainSeries().style(),h=12!==u&&20!==u;if(h&&!At.alwaysShowLastPriceAndLastDayChange&&a.push(new Ct.Action({actionId:"Chart.Legend.ToggleBarChangeValuesVisibility",options:{checkable:!0,checked:r.showBarChange.value(),label:jt,statName:"Show Bar Change Values",onExecute:()=>kt(e,r.showBarChange,Dt)}})),20!==u&&a.push(new Ct.Action({actionId:"Chart.Legend.ToggleVolumeVisibility",options:{checkable:!0,checked:r.showVolume.value(),label:$t,statName:"Show Volume",onExecute:()=>kt(e,r.showVolume,Rt)}})),h&&(At.lastDayChangeAvailable||At.alwaysShowLastPriceAndLastDayChange)){const t=At.alwaysShowLastPriceAndLastDayChange?r.showBarChange:r.showLastDayChange;a.push(new Ct.Action({
+actionId:"Chart.Legend.ToggleLastDayChangeValuesVisibility",options:{checkable:!0,checked:t.value(),label:Zt,statName:"Last day change values",onExecute:()=>kt(e,t,It)}}))}if(d&&a.push(new Ct.Action({actionId:"Chart.Legend.TogglePriceSourceVisibility",options:{checkable:!0,checked:r.showPriceSource.value(),label:Jt,statName:"Show Price Source",onExecute:()=>kt(e,r.showPriceSource,Ot)}})),a.push(new Ct.Separator),void 0!==n){const e=n.get(0);void 0!==e&&e.length>0&&(a.push(...e),a.push(new Ct.Separator))}const c=i.get(1);if(void 0!==c){const e=c.get(1);void 0!==e&&e.length>0&&(a.push(...e),a.push(new Ct.Separator))}if(e.model().priceDataSources().some((e=>!(0,it.isActingAsSymbolSource)(e)&&e.showInObjectTree()))&&(a.push(new Ct.Action({actionId:"Chart.Legend.ToggleIndicatorTitlesVisibility",options:{checkable:!0,checked:r.showStudyTitles.value(),label:Qt,statName:"Show Indicator Titles",onExecute:()=>kt(e,r.showStudyTitles,Pt)}})),a.push(new Ct.Action({actionId:"Chart.Legend.ToggleIndicatorArgumentsVisibility",options:{checkable:!0,checked:r.showStudyArguments.value(),label:Kt,statName:"Show Indicator Arguments",onExecute:()=>kt(e,r.showStudyArguments,zt)}})),a.push(new Ct.Action({actionId:"Chart.Legend.ToggleIndicatorValuesVisibility",options:{checkable:!0,checked:r.showStudyValues.value(),label:qt,statName:"Show Indicator Values",onExecute:()=>kt(e,r.showStudyValues,Nt)}}))),void 0!==c){const e=c.get(0);void 0!==e&&e.length>0&&(a.push(...e),a.push(new Ct.Separator))}t.settings&&(a[a.length-1]instanceof Ct.Separator||a.push(new Ct.Separator),a.push(new xt.ActionWithStandardIcon({actionId:"Chart.Dialogs.ShowGeneralSettings.LegendTab",options:{label:Xt,iconId:"Settings",statName:"Settings...",onExecute:()=>s(De.TabNames.legend)}})));const _=es(l.target,"entityId"),p={menuName:"LegendPropertiesContextMenu",detail:{type:_?"study":"series",id:_??"_seriesId"}};return Et.ContextMenuManager.showMenu(a,l,void 0,p,o)}(this._model,this._options.contextMenu,this._callbacks.showGeneralChartProperties,s,e,t)}onCollapseDataSources(){const e=this._showLegendOriginalProperty();e.setValue(!e.value())}updateLayout(){const e=this._paneWidget.state().sourcesByGroup().legendViewSources().filter((e=>null!==e.statusView()&&e.isDisplayedInLegend())).reverse(),t=this._sourcesIds,s=this._model.mainSeries(),i=e.indexOf(s);let l;if(-1!==i){if(e.splice(i,1),!lo&&null===this._mainSeriesViewModel){const e=new Ye(this._model,s,this._mainSeriesViewModelsOptions,this._callbacks,this._options.contextMenu);this._mainSeriesViewModel=e;const t=new Cl(this._statusSourceAdapter(s),this._model,this._options.statusesWidgets);this._mainSeriesStatusWidget=t,l={model:e,statusWidget:t}}}else null!==this._mainSeriesViewModel&&(l=null,this._destroyMainDataSource(),this._destroyCustomWidgetFromLayerBlock(0));const a=e.map((e=>e.instanceId()));this._sourcesIds=a;const n=[],r=new Map,d=[],u=[],h=this._dataSourceViewModels,c=this._dataSourcesStatusesWidgets;let _=t.length-1;for(;_>=0;){const e=t[_],s=a.indexOf(e);if(-1===s){n.push(_),h[_].destroy(),c[_].destroy()
+;const t=this._statusProviders.get(e);t&&(t.destroy(),this._statusProviders.delete(e))}else _!==s&&(r.set(e,{model:h[_],statusWidget:c[_]}),d.push({oldIndex:_,newIndex:s}));_--}const p=[],m=[];for(let s=0;s0&&this._addCustomWidgetForLayerBlock(1),this._updateWidgetModeBySize(),g){this._updateCollapsedSourcesMode(),this._toggledDataSourcesStatusWidget.clear();for(const e of this._dataSourcesStatusesWidgets)this._toggledDataSourcesStatusWidget.addStatusWidget(e)}}update(){null!==this._mainSeriesViewModel&&this._mainSeriesViewModel.update();for(const e of this._dataSourceViewModels)e.update()}updateThemedColors(e){null===e&&(e=(0,to.getStdThemedValue)("chartProperties.paneProperties.background",this._backgroundThemeName.value())),this._themedColor.setValue(e||"")}firstTitle(){return this._renderer.firstTitle()}getElement(){return this._renderer.getElement()}addMargin(e){if(this._margin===e)return;this._margin=e;this._renderer.getElement().style.maxWidth=0===this._margin?"":`calc(100% - ${this._margin+ao}px)`,this._updateWidgetModeBySize()}updateWidgetModeBySize(e){this._size=e,this._updateWidgetModeBySize()}_statusSourceAdapter(e){const t=e.instanceId();let s=this._statusProviders.get(t);return void 0===s&&(s=e!==this._model.mainSeries()?new Ll(e,this._model.model()):new Wl(this._model.mainSeries(),this._model.model()),this._statusProviders.set(t,s)),s}_updateWidgetModeBySize(){this._updateWidgetModeByWidth(),this._updateWidgetModeByHeight(),this._updateCustomWidgetModeBySize()}_updateWidgetModeByWidth(){if(null===this._size)return;const e=this._availableWidth();this._renderer.updateMode(e),this._paneWidget.hasState()&&this._paneWidget.state().containsMainSeries()&&this._model.mainSeries().setTextSourceIsAlwaysTickerRestrictionEnabled(e<=132)}_updateWidgetModeByHeight(){null!==this._size&&(this._availableHeight=.8*this._size.height,this._updateCollapsedSourcesModeThrottle())}_updateCustomWidgetModeBySize(){if(null===this._size)return;const e=(0,i.size)({width:this._availableWidth(),height:this._size.height})
+;for(const t of Array.from(this._customLegendWidgetsMap.values()))for(const s of Array.from(t.values()))for(const t of s)t.updateWidgetModeBySize(e)}_destroyMainDataSource(){(0,o.ensureNotNull)(this._mainSeriesStatusWidget).destroy(),this._mainSeriesStatusWidget=null;(0,o.ensureNotNull)(this._mainSeriesViewModel).destroy(),this._mainSeriesViewModel=null}_updateCollapsedSourcesMode(){const e=this._dataSourceViewModels.length,t=this._hideAllExceptFirstLine.value(),s=null!==this._mainSeriesViewModel;if(this._collapsedDataSourcesStatusWidget.clear(),this._availableHeight>0&&e>2){const i=Number(this._renderer.getMainSourceHeight()),l=this._renderer.getDataSourceHeight(),o=this._getCustomWidgetsHeight();if(null!==l){const a=Math.floor((this._availableHeight-i-o)/l),n=Math.max(a,2)-1;if(e>n+1){let i="";for(let l=0;le.value())),t=this._hideNotMainSources.value()||e;this._studiesLegendHidden.setValue(t);const s=null===this._mainSeriesRowHidden||this._mainSeriesRowHidden.value(),i=this._customWidgetsVisibilities.some((e=>e.value()));this._allLegendHidden.setValue(e&&s&&!i)}_updateVisibleDataSourceCount(){const e=this._dataSourceRowsHidden.filter((e=>!e.value())).length;this._visibleDataSourceCount.setValue(e)}_setLegendVisibilityToggled(){0}_getIsPaneMainValue(){return this._paneWidget.containsMainSeries()}_showLegendCalculatedProperty(){return this._model.model().showLegend()}_showLegendOriginalProperty(){return this._model.model().properties().childs().paneProperties.childs().legendProperties.childs().showLegend}_addCustomWidgetForLayerBlock(e){const t=this._customLegendWidgetsFactoriesMap.get(e);if(void 0===t)return;const s=this._customLegendWidgetsMap.get(e)||new Map;let i=!1;for(const l of Array.from(t.keys())){const o=s.get(l)||[],a=t.get(l)||[];for(let t=o.length;t{"use strict";s.r(t),s.d(t,{PaneControlsWidget:()=>J});var i,l=s(32563),o=s(51768),a=s(11542),n=s(68335),r=s(88960),d=s(51613),u=s(79036),h=s(50151),c=s(24377),_=s(63276),p=s(40281),m=s(67173),g=s(45319);!function(e){e[e.ContextMenuModeWidthPt=666.65]="ContextMenuModeWidthPt",e[e.VisibleModeMinWidth=356]="VisibleModeMinWidth"}(i||(i={}));class b{constructor(e,t,s){this._parentEl=document.createElement("div"),this._listActionsWrapperEl=null,this._listActionsElements={},this._actionsSpawns={},this._onMouseEnterLeaveEventHandler=null,this._mouseOverWidget=!1,this._wrapEl=e,this._onMouseEnterLeaveEventHandler=this._onMouseEnterLeaveEvent.bind(this),this._wrapEl.addEventListener("mouseenter",this._onMouseEnterLeaveEventHandler),this._wrapEl.addEventListener("mouseleave",this._onMouseEnterLeaveEventHandler),this._actions=t,this._globalVisibility=s.globalVisibility.spawn(),this._globalVisibility.subscribe(this._updatePaneControlsWidgetVisibility.bind(this)),this._visibilityType=s.visibilityType.spawn(),this._visibilityType.subscribe(this._updatePaneControlsWidgetVisibility.bind(this)),this._separatorSelected=s.separatorSelected.spawn(),this._separatorSelected.subscribe(this._updatePaneControlsWidgetVisibility.bind(this)),
+this._maximized=s.maximized.spawn(),this._maximized.subscribe(this._updatePaneControlsWidgetVisibility.bind(this)),this._doNotSwitchToContextMenuMode=s.doNotSwitchToContextMenuMode,this._themedColor=s.themedColor.spawn(),this._themedColor.subscribe(this._updateThemedColor.bind(this));for(const[e,t]of Object.entries(this._actions)){const s=e;this._actionsSpawns[s]={visible:t.visible.spawn(),title:void 0===t.title?null:t.title.spawn()},this._actionsSpawns[s].visible.subscribe(this._updateActionVisibilities.bind(this,s));const i=this._actionsSpawns[s].title;null!==i&&i.subscribe(this._updateActionTitle.bind(this,s))}this._render(),this._updatePaneControlsWidgetVisibility(),this._updateThemedColor(this._themedColor.value()),this._parentEl.classList.toggle(m.touchMode,p.trackingModeIsAvailable),this._parentEl.addEventListener("contextmenu",(e=>e.preventDefault())),this._parentEl.setAttribute("aria-hidden","true"),this._wrapEl.matches(":hover")&&this._onMouseEnterLeaveEvent({type:"mouseenter"})}destroy(){this._visibilityType.destroy(),this._themedColor.destroy(),this._separatorSelected.destroy();for(const e of Object.keys(this._actionsSpawns)){const t=e;this._actionsSpawns[t].visible.destroy();const s=this._actionsSpawns[t].title;null!==s&&s.destroy()}null!==this._onMouseEnterLeaveEventHandler&&(this._wrapEl.removeEventListener("mouseenter",this._onMouseEnterLeaveEventHandler),this._wrapEl.removeEventListener("mouseleave",this._onMouseEnterLeaveEventHandler),this._onMouseEnterLeaveEventHandler=null),this._parentEl.remove(),this._parentEl.innerHTML="",delete this._parentEl}getElement(){return this._parentEl}bottomWithMargin(){const e=this._parentEl.classList.contains(m.touchMode)?Number(m.css_value_pane_controls_button_touch_size):Number(m.css_value_pane_controls_button_size);return 2*Number(m.css_value_pane_controls_margin_top)+e}updateWidgetModeByWidth(e){const t=!this._doNotSwitchToContextMenuMode.value()&&e<356,s=!this._doNotSwitchToContextMenuMode.value()&&e<666.65,i=(0,h.ensureNotNull)(this._listActionsWrapperEl),l=(0,h.ensureNotNull)(this._listActionsElements.more);i.classList.toggle(g.blockHidden,t||s),l.classList.toggle(g.blockHidden,t||!s||!this._actions.more.visible.value())}_render(){this._renderActions(),this._parentEl.classList.add(m.paneControls),this._wrapEl.append(this._parentEl)}_renderActions(){null===this._listActionsWrapperEl&&(this._listActionsWrapperEl=document.createElement("div"),this._listActionsWrapperEl.classList.add(m.buttonsWrapper),this._parentEl.append(this._listActionsWrapperEl));const e={tag:"div",buttonClassName:m.button,wrapIconClassName:m.buttonIcon,hiddenClassName:g.blockHidden};this._listActionsElements.up=(0,_.createActionElement)(this._actions.up,e),this._listActionsElements.down=(0,_.createActionElement)(this._actions.down,e),this._listActionsElements.collapse=(0,_.createActionElement)(this._actions.collapse,e),this._listActionsElements.restore=(0,_.createActionElement)(this._actions.restore,e),this._listActionsElements.close=(0,_.createActionElement)(this._actions.close,e),
+this._listActionsElements.maximize=(0,_.createActionElement)(this._actions.maximize,e),this._listActionsElements.minimize=(0,_.createActionElement)(this._actions.minimize,e),this._listActionsWrapperEl.append(this._listActionsElements.up,this._listActionsElements.down,this._listActionsElements.close,this._listActionsElements.collapse,this._listActionsElements.restore,this._listActionsElements.maximize,this._listActionsElements.minimize),this._listActionsElements.more=(0,_.createActionElement)(this._actions.more,e);for(const e of Object.keys(this._listActionsElements))(0,h.ensureNotNull)(this._listActionsElements[e]).classList.add(m.newButton);this._parentEl.append(this._listActionsElements.more)}_updateActionVisibilities(e,t){(0,h.ensureNotNull)(this._listActionsElements[e]).classList.toggle(g.blockHidden,!t)}_updateActionTitle(e,t){(0,h.ensureNotNull)(this._listActionsElements[e]).setAttribute("title",t)}_onMouseEnterLeaveEvent(e){this._mouseOverWidget="mouseenter"===e.type,"visibleOnMouseOver"===this._visibilityType.value()&&this._updatePaneControlsWidgetVisibility()}_updatePaneControlsWidgetVisibility(){let e,t=!1;switch(this._visibilityType.value()){case"alwaysOff":e=!1,t=!0;break;case"alwaysOn":e=this._globalVisibility.value();break;case"visibleOnMouseOver":case"visibleOnTapSelection":e=this._globalVisibility.value()&&this._mouseOverWidget}this._separatorSelected.value()&&this._visibilityType.value(),this._maximized.value()&&l.mobiletouch,this._parentEl.classList.toggle(m.hidden,!e),this._parentEl.classList.toggle(m.forceHidden,!this._globalVisibility.value()||t)}_updateThemedColor(e){if(e.length>0){const[t,s,i]=(0,c.parseRgb)(e);this._parentEl.style.color=(0,c.rgbaToString)([t,s,i,(0,c.normalizeAlphaComponent)(.8)])}else this._parentEl.style.removeProperty("color")}}var v=s(29023),w=s(40443),S=s(30426),y=s(72899),M=s(48344),f=s(99539),C=s(20465),E=s(34763);const V=a.t(null,void 0,s(13930)),L=V,W=(0,n.humanReadableModifiers)(n.Modifiers.Mod)+V;var A=s(64147),x=s(85662),k=s(61814),T=s(37896),H=s(81020),B=s(3515),I=s(79526),D=s(82847),P=s(14604),z=s(42930);const N=l.mobiletouch&&!0,R=a.t(null,void 0,s(66260)),O=a.t(null,void 0,s(7310)),F=a.t(null,void 0,s(12948)),U=a.t(null,void 0,s(90165)),G=a.t(null,void 0,s(12486)),Z=a.t(null,void 0,s(65495)),j=a.t(null,void 0,s(75018)),$=a.t(null,void 0,s(13930));var Q;!function(e){e.PaneCloseButton="pane-button-close",e.PaneUpButton="pane-button-up",e.PaneDownButton="pane-button-down",e.PaneMaximizeButton="pane-button-maximize",e.PaneMinimizeButton="pane-button-minimize",e.PaneCollapseButton="pane-button-collapse",e.PaneRestoreButton="pane-button-restore",e.PaneMoreButton="pane-button-more"}(Q||(Q={}));const K=(0,k.hotKeySerialize)({keys:[""],text:$}),q=(0,k.hotKeySerialize)({keys:[(0,n.humanReadableModifiers)(n.Modifiers.Mod,!1)],text:`{0} + ${$}`});class J{constructor(e,t,s,i){this._actions={},this._moreCMShown=!1,this._themedColor=new A.WatchedValue(""),this._model=e,this._pane=t,this._closeButtonVisibility=new A.WatchedValue(this._getCloseButtonVisibility()),
+this._upButtonVisibility=new A.WatchedValue(this._getUpButtonVisibility()),this._downButtonVisibility=new A.WatchedValue(this._getDownButtonVisibility()),this._maximizeButtonVisibility=new A.WatchedValue(this._getMaximizeButtonVisibility()),this._minimizeButtonVisibility=new A.WatchedValue(this._getMinimizeButtonVisibility()),this._collapseButtonVisibility=(0,r.combine)(((e,t,s)=>!N&&(!e&&!t&&s)),t.maximized().weakReference(),t.collapsed().weakReference(),t.collapsingAvailable().weakReference()),this._restoreButtonVisibility=(0,r.combine)(((e,t)=>!e&&t),t.maximized().weakReference(),t.collapsed().weakReference()),this._createActions(),this._visibilityTypeProperty=(0,d.actualBehavior)(),this._visibilityTypeProperty.subscribe(this,(e=>{this._visibilityType.setValue(e.value())})),this._visibilityType=new A.WatchedValue(this._visibilityTypeProperty.value()),this._isPaneMaximize=new A.WatchedValue(this._getIsPaneMaximizeValue()),this._isWidgetShow=new A.WatchedValue(this._getIsWidgetShow()),this._backgroundThemeName=s.backgroundThemeName,this._renderer=new b(i,this._actions,{visibilityType:this._visibilityType.readonly(),globalVisibility:this._isWidgetShow.readonly(),doNotSwitchToContextMenuMode:this._isPaneMaximize.readonly(),themedColor:this._themedColor.readonly(),separatorSelected:s.anySeparatorSelected,maximized:this._isPaneMaximize.readonly()})}destroy(){this._visibilityTypeProperty.unsubscribeAll(this),this._collapseButtonVisibility.destroy(),this._restoreButtonVisibility.destroy(),this._renderer.destroy()}getElement(){return this._renderer.getElement()}bottomWithMargin(){return this._renderer.bottomWithMargin()}action(){return this._actions}update(){this._updateButtonsVisibility(),this._isPaneMaximize.setValue(this._getIsPaneMaximizeValue()),this._isWidgetShow.setValue(this._getIsWidgetShow())}updateWidgetModeByWidth(e){this._renderer.updateWidgetModeByWidth(e)}updateThemedColors(e){null===e&&(e=(0,x.getStdThemedValue)("chartProperties.paneProperties.background",this._backgroundThemeName.value())),this._themedColor.setValue(e||"")}_updateButtonsVisibility(){this._closeButtonVisibility.setValue(this._getCloseButtonVisibility()),this._upButtonVisibility.setValue(this._getUpButtonVisibility()),this._downButtonVisibility.setValue(this._getDownButtonVisibility()),this._maximizeButtonVisibility.setValue(this._getMaximizeButtonVisibility()),this._minimizeButtonVisibility.setValue(this._getMinimizeButtonVisibility())}_createActions(){this._actions.up={icon:H,action:this._onUpDownButton.bind(this,"up"),visible:this._upButtonVisibility,title:new A.WatchedValue(O),className:m.up,dataset:{name:"pane-button-up"}},this._actions.down={icon:B,action:this._onUpDownButton.bind(this,"down"),visible:this._downButtonVisibility,title:new A.WatchedValue(F),className:m.down,dataset:{name:"pane-button-down"}},this._actions.close={icon:T,action:this._onCloseButton.bind(this),visible:this._closeButtonVisibility,title:new A.WatchedValue(R),dataset:{name:"pane-button-close"}},this._actions.maximize={icon:I,
+action:this._onToggleMaximizeButton.bind(this,"Maximize pane"),visible:this._maximizeButtonVisibility,title:new A.WatchedValue(U),hotKeyTitle:K,className:m.maximize,dataset:{name:"pane-button-maximize"}},this._actions.minimize={icon:I,action:this._onToggleMaximizeButton.bind(this,"Minimize pane"),visible:this._minimizeButtonVisibility,title:new A.WatchedValue(G),hotKeyTitle:K,className:m.minimize,dataset:{name:"pane-button-minimize"}},this._actions.collapse={icon:P,action:this._onToggleCollapseButton.bind(this,"Collapse pane"),visible:this._collapseButtonVisibility,title:new A.WatchedValue(Z),hotKeyTitle:q,className:m.collapse,dataset:{name:"pane-button-collapse"}},this._actions.restore={icon:z,action:this._onToggleCollapseButton.bind(this,"Restore pane"),visible:this._restoreButtonVisibility,title:new A.WatchedValue(G),hotKeyTitle:q,className:m.restore,dataset:{name:"pane-button-restore"}},this._actions.more={icon:D,action:this._showButtonsInContextMenu.bind(this),visible:new A.WatchedValue(!N),title:new A.WatchedValue(j),dataset:{name:"pane-button-more"}}}_getCloseButtonVisibility(){let e=!1;return this._pane.containsMainSeries()||this._pane.maximized().value()||N||(e=this._pane.dataSources().some((e=>(0,u.isStudy)(e)))),e}_onCloseButton(){this._trackEvent("Delete pane");const e=this._model.model().panes().indexOf(this._pane);this._model.removePane(e)}_getUpButtonVisibility(){const e=this._pane;return this._model.model().panes().indexOf(e)>0&&!e.maximized().value()&&!N}_getDownButtonVisibility(){const e=this._model.model().panes();return e.indexOf(this._pane)1&&!this._pane.maximized().value()&&!N}_getMinimizeButtonVisibility(){return this._model.model().panes().length>1&&this._pane.maximized().value()}_onToggleMaximizeButton(e){this._trackEvent(e),this._model.toggleMaximizedPane(this._pane)}_onToggleCollapseButton(e){this._trackEvent(e),this._model.toggleCollapsedPane(this._pane)}_showButtonsInContextMenu(e){e.preventDefault(),this._moreCMShown||function(e,t,s){const i=[];if(e.maximize.visible.value()){const t=(0,h.ensure)(e.maximize.title),s=(0,h.ensureNotNull)(e.maximize.action);i.push(new v.Action({actionId:"Chart.PaneControls.MaximizePane",options:{icon:f,label:t.value(),statName:"Maximize Pane",shortcutHint:L,onExecute:()=>s()}}))}else if(e.minimize.visible.value()){const t=(0,h.ensure)(e.minimize.title),s=(0,h.ensureNotNull)(e.minimize.action);i.push(new v.Action({actionId:"Chart.PaneControls.MinimizePane",options:{icon:f,label:t.value(),statName:"Minimize Pane",shortcutHint:L,onExecute:()=>s()}}))}if(e.collapse.visible.value()){const t=(0,h.ensure)(e.collapse.title),s=(0,h.ensureNotNull)(e.collapse.action);i.push(new v.Action({actionId:"Chart.PaneControls.CollapsePane",options:{icon:C,label:t.value(),statName:"Collapse pane",shortcutHint:W,
+onExecute:()=>s()}}))}if(e.restore.visible.value()){const t=(0,h.ensure)(e.restore.title),s=(0,h.ensureNotNull)(e.restore.action);i.push(new v.Action({actionId:"Chart.PaneControls.RestorePane",options:{icon:E,label:t.value(),statName:"Restore pane",shortcutHint:W,onExecute:()=>s()}}))}if(e.up.visible.value()){const t=(0,h.ensure)(e.up.title),s=(0,h.ensureNotNull)(e.up.action);i.push(new v.Action({actionId:"Chart.PaneControls.MovePaneUp",options:{icon:y,label:t.value(),statName:"Move pane up",onExecute:()=>s()}}))}if(e.down.visible.value()){const t=(0,h.ensure)(e.down.title),s=(0,h.ensureNotNull)(e.down.action);i.push(new v.Action({actionId:"Chart.PaneControls.MovePaneDown",options:{icon:M,label:t.value(),statName:"Move pane down",onExecute:()=>s()}}))}if(e.close.visible.value()){const t=(0,h.ensure)(e.close.title),s=(0,h.ensureNotNull)(e.close.action);i.push(new v.Action({actionId:"Chart.PaneControls.DeletePane",options:{icon:S,label:t.value(),statName:"Delete pane",onExecute:()=>s()}}))}const l=(0,h.ensureNotNull)(t.target).getBoundingClientRect();return w.ContextMenuManager.showMenu(i,{clientX:l.right,clientY:l.top+l.height+3,attachToXBy:"right"},void 0,void 0,s)}(this._actions,e,(()=>{this._moreCMShown=!1})).then((()=>{this._moreCMShown=!0}))}_getIsPaneMaximizeValue(){return this._pane.maximized().value()}_getIsWidgetShow(){return this._model.model().panes().length>1}_trackEvent(e){(0,o.trackEvent)("GUI","Pane action",e)}}},63276:(e,t,s)=>{"use strict";s.d(t,{createActionElement:()=>n});var i=s(43888),l=s(50151),o=s(37265),a=s(80007);function n(e,t){const{buttonClassName:s,wrapIconClassName:n,hiddenClassName:r,iconSize:d,blurOnClick:u}=t,h=document.createElement(t.tag);h.className=s,h.classList.toggle(r,!e.visible.value()),Object.assign(h.dataset,e.dataset),void 0!==e.className&&h.classList.add(e.className),void 0!==e.title&&(h.classList.add("apply-common-tooltip"),h.setAttribute("title",e.title.value()),void 0!==e.hotKeyTitle&&(h.dataset.tooltipHotkey=e.hotKeyTitle)),h.addEventListener("touchend",(0,a.wrapHandlerWithPreventEvent)(e.action)),h.addEventListener("mousedown",(t=>{0===t.button&&(e.action(t),u&&h.blur())}));const c=document.createElement("div");let _;return c.classList.add(n),_=(0,i.default)(e.icon)?e.icon.get((0,l.ensureDefined)(d))||"":e.icon,(0,o.isString)(_)?c.innerHTML=_:c.appendChild(_),h.appendChild(c),h}},40281:(e,t,s)=>{"use strict";s.d(t,{trackingModeIsAvailable:()=>i});const i=s(49483).CheckMobile.any()},89612:e=>{e.exports=''},23317:e=>{e.exports=''},77576:e=>{
+e.exports=''},91986:e=>{e.exports=''},76996:e=>{e.exports=''},78529:e=>{e.exports=''},93724:e=>{e.exports=''},79304:e=>{e.exports=''},38373:e=>{e.exports=''},31233:e=>{e.exports=''},12646:e=>{e.exports=''},21672:e=>{e.exports=''},69410:e=>{e.exports=''},55593:e=>{
+e.exports=''},53218:e=>{e.exports=''},62998:e=>{e.exports=''},32140:e=>{e.exports=''},25230:e=>{e.exports=''},43401:e=>{e.exports=''},15507:e=>{e.exports=''},12462:e=>{e.exports=''},85290:e=>{e.exports=''},91665:e=>{
+e.exports=''},52828:e=>{e.exports=''},39379:e=>{e.exports=''},57979:e=>{e.exports=''},2588:e=>{e.exports=''},41674:e=>{
+e.exports=''},54336:e=>{e.exports=''},45534:e=>{
+e.exports=''},87258:e=>{e.exports=''},36885:e=>{e.exports=''},65300:e=>{e.exports=''},37073:e=>{e.exports=''},34882:e=>{
+e.exports=''},36791:e=>{e.exports=''},83637:e=>{e.exports=''},91104:e=>{e.exports=''},30556:e=>{e.exports=''},14604:e=>{e.exports=''},20465:e=>{e.exports=''},48344:e=>{e.exports=''},99539:e=>{
+e.exports=''},34763:e=>{e.exports=''},30426:e=>{e.exports=''},72899:e=>{e.exports=''},82847:e=>{e.exports=''},3515:e=>{e.exports=''},79526:e=>{e.exports=''},42930:e=>{e.exports=''},37896:e=>{e.exports=''},81020:e=>{
+e.exports=''},62920:e=>{e.exports=''},47036:e=>{e.exports=''},42205:e=>{e.exports=''},50119:e=>{e.exports=''},62884:e=>{e.exports=''},50662:e=>{e.exports=''}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/compare-model.b36834782b1510f27b4e.js b/public/charting_library/bundles/compare-model.b36834782b1510f27b4e.js
new file mode 100644
index 0000000..604f9e9
--- /dev/null
+++ b/public/charting_library/bundles/compare-model.b36834782b1510f27b4e.js
@@ -0,0 +1,4 @@
+"use strict";(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7271],{18429:(e,t,s)=>{s.d(t,{SEPARATOR_PREFIX:()=>o,isSeparatorItem:()=>n});const o="###";function n(e){return e.startsWith(o)}},3685:(e,t,s)=>{function o(){return window.configurationData?.exchanges?.map((e=>({...e,country:"",providerId:"",flag:""})))??[]}s.d(t,{getExchanges:()=>o})},58442:(e,t,s)=>{s.d(t,{QualifiedSources:()=>o,qualifyProName:()=>i});var o,n=s(50151),r=s(56570);s(81319);function i(e){return e}!function(e){function t(e){return e.pro_name}function s(e){{const t=r.enabled("pay_attention_to_ticker_not_symbol")?e.ticker:e.name;return(0,n.ensureDefined)(t)}}e.fromQuotesSnapshot=function(e){return"error"===e.status?e.symbolname:e.values.pro_name},e.fromQuotesResponse=function(e){const{values:s,symbolname:o,status:n}=e;return"error"===n&&o?o:t(s)},e.fromQuotes=t,e.fromSymbolSearchResult=function(e,t){{const{ticker:s,symbol:o}=t??e;return r.enabled("pay_attention_to_ticker_not_symbol")?(0,n.ensureDefined)(s??o):(0,n.ensureDefined)(o)}},e.fromSymbolInfo=s,e.fromSymbolMessage=function(e,t){return"symbol_resolved"===t.method?s(t.params[1]):e}}(o||(o={}))},20882:(e,t,s)=>{s.d(t,{createSearchSources:()=>a,filterSearchSources:()=>r,isAllSearchSourcesSelected:()=>n,splitSearchSourcesByGroup:()=>i});const o=[];function n(e){return""===e.value()}function r(e,t){return e.filter((e=>e.includes(t)))}function i(e){const t=new Map;e.forEach((e=>{t.has(e.group())?t.get(e.group()).push(e):t.set(e.group(),[e])}));for(const e of t.values()){e[0].group()!==ExchangeGroup.NorthAmerica&&e.sort(((e,t)=>e.name().toLowerCase()>t.name().toLowerCase()?1:-1))}return new Map([...t.entries()].sort((([e],[t])=>o.indexOf(e)-o.indexOf(t))))}function a(e,t){return t.map((t=>new e(t)))}},81319:(e,t,s)=>{s.d(t,{createGroupColumns:()=>m,exchangeSelectDisabled:()=>u,getAllSymbolTypesValue:()=>h,getAvailableSearchSources:()=>l,getAvailableSymbolTypes:()=>d,getDefaultSearchSource:()=>c,getSymbolFullName:()=>a,isOptionDefaultValue:()=>S,isSeparateSymbolSearchTabs:()=>y});var o=s(11542),n=s(20882);class r{constructor(e){this._exchange=e}value(){return this._exchange.value}name(){return(0,n.isAllSearchSourcesSelected)(this)?o.t(null,void 0,s(34040)):this._exchange.name}description(){return this._exchange.desc}country(){return this._exchange.country}providerId(){return this._exchange.providerId}group(){return this._exchange.group}includes(e){return function(e,t){const s=t.toLowerCase(),{name:o,desc:n,searchTerms:r}=e;return o.toLowerCase().includes(s)||n.toLowerCase().includes(s)||void 0!==r&&r.some((e=>e.toLowerCase().includes(s)))}(this._exchange,e)}getRequestExchangeValue(){return this._exchange.value}getRequestCountryValue(){}}var i=s(3685);function a(e){if(e.fullName)return e.fullName;let t;return t=e.prefix||e.exchange?(e.prefix||e.exchange)+":"+e.name:e.name,t.replace(/<\/?[^>]+(>|$)/g,"")}function c(){const e=l();return e.find(n.isAllSearchSourcesSelected)||e[0]||null}function l(){return(0,n.createSearchSources)(r,(0,i.getExchanges)())}function d(){
+return window.ChartApiInstance.supportedSymbolsTypes()}function h(){return""}function u(e){return!!y&&!TAB_SOURCE_FILTER_MAP[e]}function m(e,t=2){if(0===e.length)return[];if(1===t)return[e];const s=Math.floor(e.length/2)+e.length%2;return[e.slice(0,s),e.slice(s)].filter((e=>e.length>0))}const y=!1;function S(e){return"string"!=typeof e}},56217:(e,t,s)=>{s.r(t),s.d(t,{CompareModel:()=>v});var o=s(50151),n=s(56570),r=s(3462),i=s(73698),a=s(64147),c=s(46148),l=s(79036),d=s(3685),h=s(58442);new Set(n.enabled("widget")?["pro_name","short_name","description","exchange","type","country_code","provider_id","typespecs"]:["pro_name","short_name","description","exchange","type","country_code","provider_id","typespecs","logoid","currency-logoid","base-currency-logoid"]);const u=(0,d.getExchanges)(),m={};for(const e of u)m[e.value]={country:e.country,providerId:e.providerId};var y=s(88145);function S(e){return(0,l.isCompareOrOverlayStudy)(e)}function _(e,t,s){const o=h.QualifiedSources.fromSymbolInfo(e),n=function(e){if(!e)return;const[t,s]=e.split(":");return s&&t&&m[t]?m[t]:void 0}(o),r={id:s?.id()||o,symbol:o,checked:t,title:e.name,description:e.description,exchangeName:e.exchange,country:n?.country,providerId:n?.providerId,marketType:e.type,study:s,isYield:(0,y.isYield)(e)};{const t=e;t.logo_urls&&t.logo_urls.length&&(t.logo_urls.length>1?(r.baseCurrencyLogoId=t.logo_urls[0],r.currencyLogoId=t.logo_urls[1]):r.logoId=t.logo_urls[0]),t.exchange_logo&&(r.providerId=t.exchange_logo)}return r}function p(e,t,s,o){return{id:void 0!==s?s.id():e,symbol:e,checked:t,title:e,study:s,description:o}}var f=s(56840),g=s(76422),b=s(18429);class v{constructor(e){this._contentItemList=new a.WatchedValue([]),this._checkedSymbols=new Map,this._recentLength=10,this._isDataReady=new a.WatchedValue(!1),this._highlightedSymbol=new a.WatchedValue(null),this._defaultSymbolsDescriptions=new Map,this._idToStudyMap=new Map,this._chartSession=null,this._recentSymbolsEnabled=n.enabled("compare_recent_symbols_enabled"),this._preventHandleSourcesChange=!0,this.removeStudy=e=>{const{symbol:t,study:s}=e;if(!s)return;this._chartWidget.model().removeSource(s,!1);const o=this._checkedSymbols.get(t);o&&o.length>1?this._removeStudyIdFromCheckedSymbols(t,s.id()):this._checkedSymbols.delete(t),this._updateContentItemList(this._contentItemList.value(),!0)},this._getResolveSymbolPromise=(e,t)=>new Promise((s=>{const n=(0,o.ensureNotNull)(this._chartSession).resolveSymbol((0,r.makeNextSymbolId)(),(0,i.encodeExtendedSymbolOrGetSimpleSymbolString)({symbol:e}),s);t&&t.set(e,n)})),this._chartWidget=e.activeChartWidget.value(),this._chartSession=this._chartWidget.model().model().chartApi();const t=new Set(this._loadRecent().reverse()),s=new Set,c=new Set,l=this._chartWidget.model().model().dataSources().filter(S),d=l.map((e=>{const t=e.symbolInfo();if(t)return Promise.resolve(h.QualifiedSources.fromSymbolInfo(t));const s=e.symbol();return(0,h.qualifyProName)(s)}));Promise.all(d).then((e=>{const o=e.map(((e,t)=>l[t]));e.forEach(((e,n)=>{const r=o[n],i=r.id()
+;this._addStudyIdToCheckedSymbols(e,i),this._idToStudyMap.set(i,r),t.has(e)?s.add(e):c.add(e)}));const n=Array.from(t).filter((e=>this._checkedSymbols.has(e))).reduce(((e,t)=>(s.has(t)&&e.push(t),e)),[]).concat(Array.from(c)),r=Array.from(t);if(this._recentSymbolsEnabled&&r.length{e.push((0,h.qualifyProName)(t.symbol)),this._defaultSymbolsDescriptions.set(t.symbol,t.title)}));const t=[...r,...e];n.push(...t)}else n.push(...r);const i=Array.from(new Set(n));{const e=new Map,t=i.map((t=>this._getResolveSymbolPromise(t,e)));Promise.all(t).then((t=>this._handleInitProcess(n,(s=>{const o=e.get(s);return t.find((e=>e.params[0]===o))}),((e,t)=>h.QualifiedSources.fromSymbolMessage(t,e)),((e,t,s,o)=>"symbol_resolved"===e.method?_(e.params[1],s,o):p(t,s,o,this._getSymbolDescription(t))))))}}))}chartModel(){return this._chartWidget.model().model()}comparableOnSameScale(e){return this._chartWidget.model().model().mainSeries().isYield()&&Boolean(e.isYield)}handleSourcesChange(){if(this._preventHandleSourcesChange)return;const e=this.chartModel().dataSources().filter(S),t=new Set(e.map((e=>e.id())));Array.from(t).forEach((e=>{if(!this._checkedStudiesIds().has(e)){const t=this.chartModel().dataSourceForId(e)||null;if(null!==t&&S(t)){const t=this._getContentItemByStudyId(e);if(!t)return;this._addStudyIdToCheckedSymbols(t.symbol,e),this._saveRecent(t.symbol),this._updateContentItemList(this._contentItemList.value(),!0)}}}));Array.from(this._checkedStudiesIds()).forEach((e=>{if(!t.has(e)){const t=this._getContentItemByStudyId(e);if(!t)return;const s=this._checkedSymbols.get(t.symbol);s&&s.length>1?this._removeStudyIdFromCheckedSymbols(t.symbol,e):this._checkedSymbols.delete(t.symbol),this._updateContentItemList(this._contentItemList.value(),!0)}}))}studies(){return this._contentItemList.readonly()}isDataReady(){return this._isDataReady.readonly()}highlightedSymbol(){return this._highlightedSymbol.readonly()}applyStudy(e,t,s){(()=>{const o=this._chartWidget;if(!o)return;if(n=e,(0,b.isSeparatorItem)(n))return;var n;let r;switch(t){case c.CompareOption.SamePctScale:r=o.addCompareAsOverlay(e,s);break;case c.CompareOption.SameScale:r=o.addCompareAsOverlay(e,s,!0);break;case c.CompareOption.NewPriceScale:r=o.addOverlayStudy(e,!0,s);break;case c.CompareOption.NewPane:r=o.addOverlayStudy(e,!1,s)}Promise.all([this._getResolveSymbolPromise(e),r]).then((t=>this._handleApplyProcess(t,(t=>h.QualifiedSources.fromSymbolMessage(e,t)),((e,t,s)=>"symbol_resolved"===e.method?_(e.params[1],!0,s):p(t,!0,s))))),g.emit("add_compare")})()}_snapshoter(){throw new Error("not implemented")}_handleApplyProcess(e,t,s){const[o,n]=e;if(!o||null===n)return;const r=n.id(),i=t(o),a=s(o,i,n);this._saveRecent(i),this._addStudyIdToCheckedSymbols(i,r),this._showNewItem(a,i,r)}_handleInitProcess(e,t,s,o){const n=[];for(const r of e){const e=t(r);if(!e)continue;const i=s(e,r),a=this._checkedSymbols.get(i),c=-1!==n.findIndex((e=>e.symbol===i))
+;if(void 0===a||c)this._recentSymbolsEnabled&&n.push(o(e,i,!1));else for(const t of a)n.push(o(e,i,!0,this._idToStudyMap.get(t)))}this._updateContentItemList(n),this._isDataReady.setValue(!0)}_showNewItem(e,t,s){const o=this._contentItemList.value().map(this._updateChecked,this);o.unshift(e),this._recentSymbolsEnabled&&o.unshift({...e,id:t,study:void 0,checked:!1}),this._updateContentItemList(o),this._highlightedSymbol.setValue(s),setTimeout((()=>this._highlightedSymbol.setValue(null)),500)}_addStudyIdToCheckedSymbols(e,t){const s=this._checkedSymbols.get(e)||[];this._checkedSymbols.set(e,[...s,t])}_removeStudyIdFromCheckedSymbols(e,t){const s=this._checkedSymbols.get(e);if(s){const o=s.indexOf(t);s.splice(o,1),this._checkedSymbols.set(e,s)}}_updateChecked(e){const t=this._checkedSymbols.get(e.symbol),s=e.study?.id();return s?{...e,checked:Boolean(t&&t.includes(s))}:e}_updateContentItemList(e,t){const s=t?e.map(this._updateChecked,this):e,o=s.filter((e=>e.checked));if(this._recentSymbolsEnabled){const e=new Set,t=s.reduce(((t,s)=>(s.checked||e.has(s.symbol)||(t.push(s),e.add(s.symbol)),t)),[]).slice(0,this._recentLength);this._contentItemList.setValue(o.concat(t))}else this._contentItemList.setValue(o)}_checkedStudiesIds(){const e=[].concat(...Array.from(this._checkedSymbols.values()));return new Set(e)}_getContentItemByStudyId(e){const t=this._contentItemList.value(),s=t.findIndex((t=>t.study&&t.study.id()===e));return t[s]}_loadRecent(){if(!this._recentSymbolsEnabled)return[];return f.getJSON("CompareDialog.recent",[]).filter((e=>"string"==typeof e))}_saveRecent(e){if(!this._recentSymbolsEnabled)return;const t=new Set(this._loadRecent());t.has(e)&&t.delete(e),t.add(e),f.setJSON("CompareDialog.recent",Array.from(t).slice(-this._recentLength))}_getSymbolDescription(e){return this._defaultSymbolsDescriptions.size?this._defaultSymbolsDescriptions.get(e)??"":""}}v._snapshoter=null},46148:(e,t,s)=>{var o;s.d(t,{CompareOption:()=>o}),function(e){e[e.SamePctScale=0]="SamePctScale",e[e.NewPriceScale=1]="NewPriceScale",e[e.NewPane=2]="NewPane",e[e.SameScale=3]="SameScale"}(o||(o={}))}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/context-menu-renderer.7fff087c0bda17935d02.js b/public/charting_library/bundles/context-menu-renderer.7fff087c0bda17935d02.js
new file mode 100644
index 0000000..57f1496
--- /dev/null
+++ b/public/charting_library/bundles/context-menu-renderer.7fff087c0bda17935d02.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1584],{97754:(t,e)=>{var n;!function(){"use strict";var r={}.hasOwnProperty;function o(){for(var t=[],e=0;e{"use strict";n.d(e,{useFunctionalRefObject:()=>i});var r=n(50959),o=n(43010);function i(t){const e=(0,r.useMemo)((()=>function(t){const e=n=>{t(n),e.current=n};return e.current=null,e}((t=>{u.current(t)}))),[]),n=(0,r.useRef)(null),i=e=>{if(null===e)return s(n.current,e),void(n.current=null);n.current!==t&&(n.current=t,s(n.current,e))},u=(0,r.useRef)(i);return u.current=i,(0,o.useIsomorphicLayoutEffect)((()=>{if(null!==e.current)return u.current(e.current),()=>u.current(null)}),[t]),e}function s(t,e){null!==t&&("function"==typeof t?t(e):t.current=e)}},27267:(t,e,n)=>{"use strict";function r(t,e,n,r,o){function i(o){if(t>o.timeStamp)return;const i=o.target;void 0!==n&&null!==e&&null!==i&&i.ownerDocument===r&&(e.contains(i)||n(o))}return o.click&&r.addEventListener("click",i,!1),o.mouseDown&&r.addEventListener("mousedown",i,!1),o.touchEnd&&r.addEventListener("touchend",i,!1),o.touchStart&&r.addEventListener("touchstart",i,!1),()=>{r.removeEventListener("click",i,!1),r.removeEventListener("mousedown",i,!1),r.removeEventListener("touchend",i,!1),r.removeEventListener("touchstart",i,!1)}}n.d(e,{addOutsideEventListener:()=>r})},90186:(t,e,n)=>{"use strict";function r(t){return i(t,s)}function o(t){return i(t,u)}function i(t,e){const n=Object.entries(t).filter(e),r={};for(const[t,e]of n)r[t]=e;return r}function s(t){const[e,n]=t;return 0===e.indexOf("data-")&&"string"==typeof n}function u(t){return 0===t[0].indexOf("aria-")}n.d(e,{filterAriaProps:()=>o,filterDataProps:()=>r,filterProps:()=>i,isAriaAttribute:()=>u,isDataAttribute:()=>s})},52778:(t,e,n)=>{"use strict";n.d(e,{OutsideEvent:()=>o});var r=n(36383);function o(t){const{children:e,...n}=t;return e((0,r.useOutsideEvent)(n))}},86431:(t,e,n)=>{"use strict";n.d(e,{makeOverlapable:()=>i});var r=n(50959),o=n(42842);function i(t,e){return class extends r.PureComponent{render(){const{isOpened:n,root:i}=this.props;if(!n)return null;const s=r.createElement(t,{...this.props,ref:this.props.componentRef,zIndex:150});return"parent"===i?s:r.createElement(o.Portal,{shouldTrapFocus:e},s)}}}},11785:(t,e,n)=>{"use strict";n.r(e),n.d(e,{ContextMenuRenderer:()=>a});var r=n(50959),o=n(32227),i=n(91561),s=n(63273),u=n(50655);class a{constructor(t,e,n,o){this._root=document.createElement("div"),this._isShown=!1,this._manager=null,this._props={isOpened:!1,items:t,position:{x:0,y:0},menuStatName:e.statName,mode:e.mode,"data-name":e["data-name"],isKeyboardEvent:e.isKeyboardEvent},this._onDestroy=n,this._onShow=o,
+this._activeElement=document.activeElement,this._returnFocus=e.returnFocus,this._takeFocus=e.takeFocus,this._menuElementRef=r.createRef(),this._doNotCloseOn=e.doNotCloseOn,e.manager&&(this._manager=e.manager)}show(t){this._onShow&&this._onShow(),this._isShown=!0,this._render({...this._props,position:e=>{const{contentWidth:n,contentHeight:r,availableWidth:o,availableHeight:i}=e;let u;if(void 0!==t.box)u=t.box;else{u={x:t.touches?.[0].clientX??t.clientX,y:t.touches?.[0].clientY??t.clientY,w:0,h:0}}const a=t.marginX??0,c=t.marginY??0;let l,h;switch(l=void 0===t.attachToXBy?(0,s.isRtl)()?"right":"left":"auto"===t.attachToXBy?(0,s.isRtl)()?u.x-a-n>=0?"right":"left":u.x+u.w+a+n<=o?"left":"right":t.attachToXBy,l){case"left":h=u.x+u.w+a;break;case"right":h=u.x-n-a}let d,f=t.attachToYBy??"auto";"auto-strict"===f&&(f=ii-m?i-m:void 0;break;case"bottom":m=Math.max(0,u.y-c-r),d=0===m?u.y-c:void 0}return{x:h,y:m,overrideHeight:d}},isOpened:!0,onClose:()=>{this.hide(),this._unmount()},doNotCloseOn:this._doNotCloseOn,takeFocus:this._takeFocus,menuElementReference:this._menuElementRef})}hide(){this._isShown=!1,this._render({...this._props,isOpened:!1})}isShown(){return this._isShown}_unmount(){this._isShown=!1,o.unmountComponentAtNode(this._root),this._onDestroy&&this._onDestroy(),this._returnFocus&&this._activeElement instanceof HTMLElement&&this._activeElement.focus({preventScroll:!0})}_render(t){o.render(r.createElement(u.SlotContext.Provider,{value:this._manager},r.createElement(i.OverlapContextMenu,{...t})),this._root)}}},55698:(t,e,n)=>{"use strict";n.d(e,{nanoid:()=>r});let r=(t=21)=>crypto.getRandomValues(new Uint8Array(t)).reduce(((t,e)=>t+=(e&=63)<36?e.toString(36):e<62?(e-26).toString(36).toUpperCase():e>62?"-":"_"),"")}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.101.d2f212f7ba1b45845d9f.js b/public/charting_library/bundles/cs.101.d2f212f7ba1b45845d9f.js
new file mode 100644
index 0000000..24d38ea
--- /dev/null
+++ b/public/charting_library/bundles/cs.101.d2f212f7ba1b45845d9f.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[101],{23970:e=>{e.exports={en:["days"]}},35157:e=>{e.exports={en:["hours"]}},18193:e=>{e.exports={en:["months"]}},79930:e=>{e.exports={en:["minutes"]}},7938:e=>{e.exports={en:["weeks"]}},4543:e=>{e.exports={en:["Cancel"],cs:["Zrušit"]}},47742:e=>{e.exports={en:["Close menu"]}},42790:e=>{e.exports={en:["Add"],cs:["Přidat"]}},17854:e=>{e.exports={en:["Interval"]}},17889:e=>{e.exports={en:["Interval already exists, please use a different value"]}},23323:e=>{e.exports={en:["Interval value is too big, please try again"]}},19295:e=>{e.exports={en:["Ok"]}},98413:e=>{e.exports={en:["Type"],cs:["Typ"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.1303.f07c410173ec0b804b22.js b/public/charting_library/bundles/cs.1303.f07c410173ec0b804b22.js
new file mode 100644
index 0000000..37429c3
--- /dev/null
+++ b/public/charting_library/bundles/cs.1303.f07c410173ec0b804b22.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1303],{53288:e=>{e.exports={en:["animals & nature"]}},21311:e=>{e.exports={en:["activity"]}},90678:e=>{e.exports={en:["food & drink"]}},6715:e=>{e.exports={en:["flags"]}},98355:e=>{e.exports={en:["objects"]}},43438:e=>{e.exports={en:["smiles & people"]}},40457:e=>{e.exports={en:["symbols"]}},88906:e=>{e.exports={en:["recently used"]}},28562:e=>{e.exports={en:["travel & places"]}},64770:e=>{e.exports={en:["Confirmation"],cs:["Potvrzení"]}},4543:e=>{e.exports={en:["Cancel"],cs:["Zrušit"]}},4461:e=>{e.exports={en:["Add emoji"]}},19295:e=>{e.exports={en:["Ok"]}},38733:e=>{e.exports={en:["No"],cs:["Ne"]}},85888:e=>{e.exports={en:["No results found"]}},64e3:e=>{e.exports={en:["Save"],cs:["Uložit"]}},47550:e=>{e.exports={en:["Remove selected emoji"]}},6321:e=>{e.exports={en:["Rename"]}},55512:e=>{e.exports={en:["Yes"],cs:["Ano"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.1308.d1a986137a3ad4cdfe66.js b/public/charting_library/bundles/cs.1308.d1a986137a3ad4cdfe66.js
new file mode 100644
index 0000000..3c14031
--- /dev/null
+++ b/public/charting_library/bundles/cs.1308.d1a986137a3ad4cdfe66.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1308,6155,5111,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],cs:["Souřadnice"]}},24197:e=>{e.exports={en:["Center"]}},27567:e=>{e.exports={en:["Bottom"]}},17129:e=>{e.exports={en:["Bottom labels"],cs:["Bottom Labels"]}},79468:e=>{e.exports={en:["Background"],cs:["Pozadí"]}},81356:e=>{e.exports={en:["Grid"],cs:["Mřížka"]}},72942:e=>{e.exports={en:["Days"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},56796:e=>{e.exports={en:["Hours"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],cs:["Vstupy"]}},11626:e=>{e.exports={en:["Left"]}},65e3:e=>{e.exports={en:["Left labels"],cs:["Popisky na levo"]}},43154:e=>{e.exports={en:["Months"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"]}},58557:e=>{e.exports={en:["Price levels"],cs:["Hladina ceny"]}},64489:e=>{e.exports={en:["Reverse"],cs:["Obrátit"]}},50421:e=>{e.exports={en:["Right"]}},28971:e=>{e.exports={en:["Right labels"]}},835:e=>{e.exports={en:["Weeks"]}},97118:e=>{e.exports={en:["Top"]}},74939:e=>{e.exports={en:["Top labels"],cs:["Horní štítky"]}},70320:e=>{e.exports={en:["Text"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},24821:e=>{e.exports={en:["Ticks"]}},58476:e=>{e.exports={en:["Time levels"]}},28683:e=>{e.exports={en:["Use one color"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},59577:e=>{e.exports={en:["change {title} all lines color"]}},62130:e=>{e.exports={en:["change {title} bottom labels visibility"]}},13783:e=>{e.exports={en:["change {title} background transparency"]}},30839:e=>{e.exports={en:["change {title} background visibility"]}},20664:e=>{e.exports={en:["change {title} grid visibility"]}},36467:e=>{e.exports={en:["change {title} grid line color"]}},54244:e=>{e.exports={en:["change {title} grid line style"]}},30127:e=>{e.exports={en:["change {title} grid line width"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"]}},664:e=>{e.exports={en:["change {title} level {index} line color"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"]}},63021:e=>{e.exports={en:["change {title} left labels visibility"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},50762:e=>{e.exports={en:["change {title} reverse"]}},8390:e=>{e.exports={
+en:["change {title} right labels visibility"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},81301:e=>{e.exports={en:["change {title} top labels visibility"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},35813:e=>{e.exports={en:["days"],cs:["Days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},77114:e=>{e.exports={en:["erase level line"]}},2359:e=>{e.exports={en:["hours"],cs:["Hours"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"],cs:["Months"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"],cs:["Minutes"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.1341.1068954aa326300ef390.js b/public/charting_library/bundles/cs.1341.1068954aa326300ef390.js
new file mode 100644
index 0000000..aec00e9
--- /dev/null
+++ b/public/charting_library/bundles/cs.1341.1068954aa326300ef390.js
@@ -0,0 +1,4 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1341,6155,4821],{13616:e=>{e.exports={en:["#{count} (bar)"]}},80166:e=>{e.exports={en:["#{count} (price, bar)"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"],cs:["(O+V+N+Z)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"],cs:["(V+N+Z)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"],cs:["(V+N)/2"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],cs:["Barva svíček založená na základě předchozího uzavření ceny"]}},78930:e=>{e.exports={en:["Coordinates"],cs:["Souřadnice"]}},24197:e=>{e.exports={en:["Center"]}},84831:e=>{e.exports={en:["Close line"]}},93020:e=>{e.exports={en:["Adjust data for dividends"]}},68921:e=>{e.exports={en:["Adjust for contract changes"]}},27567:e=>{e.exports={en:["Bottom"]}},3159:e=>{e.exports={en:["Bottom line"],cs:["Bottom Line"]}},74406:e=>{e.exports={en:["Body"]}},333:e=>{e.exports={en:["Borders"],cs:["Ohraničení"]}},42398:e=>{e.exports={en:["Base"]}},28975:e=>{e.exports={en:["Base level"],cs:["Base Level"]}},71776:e=>{e.exports={en:["Down"]}},17611:e=>{e.exports={en:["Down bars"]}},23743:e=>{e.exports={en:["Down color"]}},48225:e=>{e.exports={en:["Data modification"]}},72942:e=>{e.exports={en:["Days"]}},16564:e=>{e.exports={en:["Default"],cs:["Standardní"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},89212:e=>{e.exports={en:["Display inactivity gaps on intraday"]}},59777:e=>{e.exports={en:["Electronic trading hours background"]}},819:e=>{e.exports={en:["Extend lines"],cs:["Rozšířit linie"]}},41129:e=>{e.exports={en:["Fill"]}},61112:e=>{e.exports={en:["Fill top area"],cs:["Fill Top Area"]}},73185:e=>{e.exports={en:["Fill bottom area"],cs:["Fill Bottom Area"]}},56796:e=>{e.exports={en:["Hours"]}},95406:e=>{e.exports={en:["Horizontal"]}},56359:e=>{e.exports={en:["High line"]}},47326:e=>{e.exports={en:["Integer"]}},21429:e=>{e.exports={en:["Inputs"],cs:["Vstupy"]}},64075:e=>{e.exports={en:["Override min tick"],cs:["Přepsat Min Tick"]}},34579:e=>{e.exports={en:["Low line"]}},11626:e=>{e.exports={en:["Left"]}},43154:e=>{e.exports={en:["Months"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"]}},13350:e=>{e.exports={en:["Pearson's R"]}},88327:e=>{e.exports={en:["Pre/post market hours background"]}},59766:e=>{e.exports={en:["Precision"],cs:["Přesnost"]}},84684:e=>{e.exports={en:["Price source"]}},73466:e=>{e.exports={en:["Projection up bars"]}},77430:e=>{e.exports={en:["Projection candles"]}},88367:e=>{e.exports={en:["Projection down bars"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"]}},50421:e=>{e.exports={en:["Right"]}},835:e=>{e.exports={en:["Weeks"]}},32163:e=>{e.exports={en:["Wick"],cs:["Knot"]}},97118:e=>{e.exports={en:["Top"]}},89349:e=>{e.exports={en:["Top line"],cs:["Top Line"]}},70320:e=>{e.exports={en:["Text"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},20215:e=>{e.exports={en:["Thin bars"],cs:["Thin Bars"]}},24821:e=>{e.exports={en:["Ticks"]
+}},77073:e=>{e.exports={en:["Timezone"],cs:["Časové pásmo"]}},22691:e=>{e.exports={en:["Up"]}},23091:e=>{e.exports={en:["Up color"]}},36957:e=>{e.exports={en:["Up bars"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"]}},69526:e=>{e.exports={en:["Vertical"]}},21105:e=>{e.exports={en:["candle"]}},27068:e=>{e.exports={en:["change HLC bars"]}},21201:e=>{e.exports={en:["change HLC bars color"]}},86866:e=>{e.exports={en:["change area fill color"]}},89346:e=>{e.exports={en:["change area line width"]}},29605:e=>{e.exports={en:["change area line color"]}},4640:e=>{e.exports={en:["change area price source"]}},42190:e=>{e.exports={en:["change base level"]}},71785:e=>{e.exports={en:["change baseline bottom line color"]}},56175:e=>{e.exports={en:["change baseline bottom line width"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"]}},92873:e=>{e.exports={en:["change baseline fill top area color"]}},68609:e=>{e.exports={en:["change baseline price source"]}},69044:e=>{e.exports={en:["change baseline top line color"]}},68197:e=>{e.exports={en:["change baseline top line width"]}},33464:e=>{e.exports={en:["change bar up color"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},59622:e=>{e.exports={en:["change bar down color"]}},43090:e=>{e.exports={en:["change color bars based on previous close"]}},88324:e=>{e.exports={en:["change column up color"]}},93890:e=>{e.exports={en:["change column down color"]}},4727:e=>{e.exports={en:["change column price source"]}},82063:e=>{e.exports={en:["change decimal places"]}},44223:e=>{e.exports={en:["change extended hours color"]}},47393:e=>{e.exports={en:["change electronic trading hours"]}},6026:e=>{e.exports={en:["change high-low body color"]}},73021:e=>{e.exports={en:["change high-low body visibility"]}},46844:e=>{e.exports={en:["change high-low border color"]}},15801:e=>{e.exports={en:["change high-low borders visibility"]}},72399:e=>{e.exports={en:["change high-low labels visibility"]}},56961:e=>{e.exports={en:["change high-low labels color"]}},88640:e=>{e.exports={en:["change line color"]}},41837:e=>{e.exports={en:["change line price source"]}},48339:e=>{e.exports={en:["change line width"]}},38730:e=>{e.exports={en:["change post market color"]}},44371:e=>{e.exports={en:["change pre market color"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},16241:e=>{e.exports={en:["change range bars style"]}},65821:e=>{e.exports={en:["change range thin bars"]}},75487:e=>{e.exports={en:["change renko wick down color"]}},92277:e=>{e.exports={en:["change renko wick up color"]}},79604:e=>{e.exports={en:["change renko wick visibility"]}},91109:e=>{e.exports={en:["change study overlay min tick"]}},82924:e=>{e.exports={en:["change study overlay style"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"]}},60834:e=>{e.exports={en:["change thin bars"]}},78509:e=>{e.exports={en:["change {title} base line color"]}},27864:e=>{e.exports={en:["change {title} base line style"]}},96177:e=>{e.exports={
+en:["change {title} base line visibility"]}},17926:e=>{e.exports={en:["change {title} base line width"]}},41638:e=>{e.exports={en:["change {title} down line color"]}},51842:e=>{e.exports={en:["change {title} down line style"]}},46410:e=>{e.exports={en:["change {title} down line visibility"]}},64615:e=>{e.exports={en:["change {title} down line width"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},76295:e=>{e.exports={en:["change {title} extend lines"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},6207:e=>{e.exports={en:["change {title} show pearson's r"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},42553:e=>{e.exports={en:["change {title} up line visibility"]}},63824:e=>{e.exports={en:["change {title} up line width"]}},89178:e=>{e.exports={en:["change {title} up line color"]}},51188:e=>{e.exports={en:["change {title} up line style"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},17214:e=>{e.exports={en:["change {candleType} up border color"]}},36697:e=>{e.exports={en:["change {candleType} up color"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"]}},20291:e=>{e.exports={en:["change {candleType} down border color"]}},64571:e=>{e.exports={en:["change {candleType} down color"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"]}},5012:e=>{e.exports={en:["change {chartType} down color"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"]}},6970:e=>{e.exports={en:["change {chartType} up color"]}},66110:e=>{e.exports={en:["change {inputName} property"]}},25167:e=>{e.exports={
+en:["change {propertyName} property"]}},18077:e=>{e.exports={en:["adjust data for dividends"]}},1433:e=>{e.exports={en:["adjust for contract changes"]}},35813:e=>{e.exports={en:["days"],cs:["Days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},2359:e=>{e.exports={en:["hours"],cs:["Hours"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},92598:e=>{e.exports={en:["hollow candles"],cs:["Duté Svíčky"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"],cs:["Months"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"],cs:["Minutes"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},57243:e=>{e.exports={en:["range","ranges"]}},70282:e=>{e.exports={en:["renko"],cs:["Renko"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},28871:e=>{e.exports={en:["toggle intraday inactivity gaps"]}},3539:e=>{e.exports={en:["ticks"]}},92978:e=>{e.exports={en:["use settlement as close on daily interval"]}},59644:e=>{e.exports={en:["{value} decimal","{value} decimals"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.1427.8971bd84437c851f01a9.js b/public/charting_library/bundles/cs.1427.8971bd84437c851f01a9.js
new file mode 100644
index 0000000..d0aaaae
--- /dev/null
+++ b/public/charting_library/bundles/cs.1427.8971bd84437c851f01a9.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1427,2787,6760,6155,7850,7122,5111,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],cs:["Souřadnice"]}},24197:e=>{e.exports={en:["Center"]}},6060:e=>{e.exports={en:["Add text"]}},27567:e=>{e.exports={en:["Bottom"]}},79468:e=>{e.exports={en:["Background"],cs:["Pozadí"]}},72942:e=>{e.exports={en:["Days"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},61856:e=>{e.exports={en:["Extend left line"]}},87430:e=>{e.exports={en:["Extend right line"]}},95279:e=>{e.exports={en:["Full circles"],cs:["Full Circles"]}},56796:e=>{e.exports={en:["Hours"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],cs:["Vstupy"]}},79650:e=>{e.exports={en:["Levels"],cs:["Úrovně"]}},11626:e=>{e.exports={en:["Left"]}},43154:e=>{e.exports={en:["Months"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"]}},50421:e=>{e.exports={en:["Right"]}},835:e=>{e.exports={en:["Weeks"]}},97118:e=>{e.exports={en:["Top"]}},70320:e=>{e.exports={en:["Text"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},24821:e=>{e.exports={en:["Ticks"]}},51574:e=>{e.exports={en:["Trend line"]}},28683:e=>{e.exports={en:["Use one color"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},59577:e=>{e.exports={en:["change {title} all lines color"]}},13783:e=>{e.exports={en:["change {title} background transparency"]}},30839:e=>{e.exports={en:["change {title} background visibility"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},30484:e=>{e.exports={en:["change {title} full circles visibility"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"]}},664:e=>{e.exports={en:["change {title} level {index} line color"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"]}},54517:e=>{e.exports={en:["change {title} levels visibility"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},57122:e=>{e.exports={en:["change {title} text"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={
+en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"]}},19541:e=>{e.exports={en:["change {toolName} line width"]}},24059:e=>{e.exports={en:["change {toolName} line color"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"]}},21474:e=>{e.exports={en:["change {toolName} line left end"]}},54827:e=>{e.exports={en:["change {toolName} line right end"]}},66429:e=>{e.exports={en:["change {toolName} line style"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},35813:e=>{e.exports={en:["days"],cs:["Days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},77114:e=>{e.exports={en:["erase level line"]}},2359:e=>{e.exports={en:["hours"],cs:["Hours"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"],cs:["Months"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"],cs:["Minutes"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.1432.d43e80e1d49b8e361fa5.js b/public/charting_library/bundles/cs.1432.d43e80e1d49b8e361fa5.js
new file mode 100644
index 0000000..031257a
--- /dev/null
+++ b/public/charting_library/bundles/cs.1432.d43e80e1d49b8e361fa5.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1432,2787,6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],cs:["Souřadnice"]}},24197:e=>{e.exports={en:["Center"]}},27567:e=>{e.exports={en:["Bottom"]}},79468:e=>{e.exports={en:["Background"],cs:["Pozadí"]}},72942:e=>{e.exports={en:["Days"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},61856:e=>{e.exports={en:["Extend left line"]}},87430:e=>{e.exports={en:["Extend right line"]}},56796:e=>{e.exports={en:["Hours"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],cs:["Vstupy"]}},11626:e=>{e.exports={en:["Left"]}},43154:e=>{e.exports={en:["Months"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"]}},50421:e=>{e.exports={en:["Right"]}},835:e=>{e.exports={en:["Weeks"]}},97118:e=>{e.exports={en:["Top"]}},70320:e=>{e.exports={en:["Text"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},30839:e=>{e.exports={en:["change {title} background visibility"]}},49765:e=>{e.exports={en:["change {title} background color"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"]}},19541:e=>{e.exports={en:["change {toolName} line width"]}},24059:e=>{e.exports={en:["change {toolName} line color"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"]}},21474:e=>{e.exports={en:["change {toolName} line left end"]}},54827:e=>{e.exports={en:["change {toolName} line right end"]}},66429:e=>{e.exports={en:["change {toolName} line style"]}
+},25167:e=>{e.exports={en:["change {propertyName} property"]}},35813:e=>{e.exports={en:["days"],cs:["Days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},2359:e=>{e.exports={en:["hours"],cs:["Hours"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"],cs:["Months"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"],cs:["Minutes"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.1629.7afd8c16ef79eab8b22e.js b/public/charting_library/bundles/cs.1629.7afd8c16ef79eab8b22e.js
new file mode 100644
index 0000000..8d92dd4
--- /dev/null
+++ b/public/charting_library/bundles/cs.1629.7afd8c16ef79eab8b22e.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1629],{80473:e=>{e.exports={en:["Add column to right"]}},61702:e=>{e.exports={en:["Add row below"]}},33500:e=>{e.exports={en:["Remove column"]}},85069:e=>{e.exports={en:["Remove row"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.1715.48491249cfe3a1a8a335.js b/public/charting_library/bundles/cs.1715.48491249cfe3a1a8a335.js
new file mode 100644
index 0000000..cc890f6
--- /dev/null
+++ b/public/charting_library/bundles/cs.1715.48491249cfe3a1a8a335.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1715],{79355:e=>{e.exports={en:["Save template as"]}},41018:e=>{e.exports={en:["Template '{themeName}' already exists. Do you really want to replace it?"]}},59233:e=>{e.exports={en:["Template name"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.2134.fb8463bf93e547b8a24f.js b/public/charting_library/bundles/cs.2134.fb8463bf93e547b8a24f.js
new file mode 100644
index 0000000..a685894
--- /dev/null
+++ b/public/charting_library/bundles/cs.2134.fb8463bf93e547b8a24f.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2134,4109],{14143:e=>{e.exports={en:["currency"]}},53288:e=>{e.exports={en:["animals & nature"]}},21311:e=>{e.exports={en:["activity"]}},74245:e=>{e.exports={en:["arrows"]}},51853:e=>{e.exports={en:["gestures & smileys"]}},90678:e=>{e.exports={en:["food & drink"]}},6715:e=>{e.exports={en:["flags"]}},98355:e=>{e.exports={en:["objects"]}},10522:e=>{e.exports={en:["nature"]}},43438:e=>{e.exports={en:["smiles & people"]}},40457:e=>{e.exports={en:["symbols"]}},33282:e=>{e.exports={en:["symbols & flags"]}},88906:e=>{e.exports={en:["recently used"]}},28562:e=>{e.exports={en:["travel & places"]}},93111:e=>{e.exports={en:["Content"]}},59934:e=>{e.exports={en:["Channels"]}},81578:e=>{e.exports={en:["Cursors"]}},77915:e=>{e.exports={en:["Cycles"]}},32064:e=>{e.exports={en:["Annotation tools"],cs:["Annotation Tools"]}},69207:e=>{e.exports={en:["Add to favorites"],cs:["Přidat do oblíbených"]}},19147:e=>{e.exports={en:["Arrows"]}},65695:e=>{e.exports={en:["Brushes"]}},51494:e=>{e.exports={en:["Gann"]}},2654:e=>{e.exports={en:["Gann and Fibonacci tools"],cs:["Gann and Fibonacci Tools"]}},22145:e=>{e.exports={en:["Geometric shapes"],cs:["Geometric Shapes"]}},57157:e=>{e.exports={en:["Dot"],cs:["Tečka"]}},14939:e=>{e.exports={en:["Demonstration"]}},16290:e=>{e.exports={en:["Emojis"]}},44255:e=>{e.exports={en:["Elliott waves"]}},8727:e=>{e.exports={en:["Eraser"],cs:["Guma"]}},1410:e=>{e.exports={en:["Forecasting and measurement tools"],cs:["Prediction and Measurement Tools"]}},26578:e=>{e.exports={en:["Fibonacci"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"]}},99838:e=>{e.exports={en:["Hide Drawings Toolbar"]}},95343:e=>{e.exports={en:["Hide options"]}},73829:e=>{e.exports={en:["Icons"]}},79451:e=>{e.exports={en:["Lock all drawings"],cs:["Zamknout všechny nástroje pro kreslení"]}},35553:e=>{e.exports={en:["Magic"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"]}},41964:e=>{e.exports={en:["Magnets"]}},91563:e=>{e.exports={en:["Measure"]}},97050:e=>{e.exports={en:["Measurer"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"]}},65781:e=>{e.exports={en:["Shapes"]}},32579:e=>{e.exports={en:["Show Drawings Toolbar"]}},51465:e=>{e.exports={en:["Show Favorite Drawing Tools Toolbar"]}},3154:e=>{e.exports={en:["Show Hidden Tools"]}},85786:e=>{e.exports={en:["Show Object Tree"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],cs:["Zůstat v režimu kreslení"]}},50428:e=>{e.exports={en:["Stickers"]}},94593:e=>{e.exports={en:["Strong Magnet"]}},46417:e=>{e.exports={en:["Patterns"]}},36167:e=>{e.exports={en:["Pitchforks"]}},57118:e=>{e.exports={en:["Remove Drawings"]}},25852:e=>{e.exports={en:["Remove objects"]}},2671:e=>{e.exports={en:["Remove options"]}},96374:e=>{e.exports={en:["Remove drawings"]}},53981:e=>{e.exports={en:["Remove drawings & indicators"]}},85106:e=>{e.exports={en:["Remove from favorites"],
+cs:["Odebrat z oblíbených"]}},99984:e=>{e.exports={en:["Remove indicators"],cs:["Remove Indicators"]}},47550:e=>{e.exports={en:["Remove selected emoji"]}},3519:e=>{e.exports={en:["Weak Magnet"]}},65831:e=>{e.exports={en:["Text & Notes"]}},48773:e=>{e.exports={en:["Trend line tools"],cs:["Trend Line Tools"]}},69260:e=>{e.exports={en:["Volume-based"]}},55774:e=>{e.exports={en:["Zoom In"],cs:["Přiblížit"]}},37310:e=>{e.exports={en:["Zoom Out"],cs:["Oddálit"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.2199.5cc70080a81e97402902.js b/public/charting_library/bundles/cs.2199.5cc70080a81e97402902.js
new file mode 100644
index 0000000..3b0ad98
--- /dev/null
+++ b/public/charting_library/bundles/cs.2199.5cc70080a81e97402902.js
@@ -0,0 +1,4 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2199],{48473:e=>{e.exports={en:["Real-time data for {symbolName}"]}},84455:e=>{e.exports={en:["is provided by {exchange} exchange."]}},97349:e=>{e.exports={en:["Fr"]}},30961:e=>{e.exports={en:["Mo"]}},94748:e=>{e.exports={en:["Sa"]}},75005:e=>{e.exports={en:["Su"]}},92578:e=>{e.exports={en:["We"]}},8765:e=>{e.exports={en:["Th"]}},9135:e=>{e.exports={en:["Tu"]}},43206:e=>{e.exports={en:["Could not get Pine source code."]}},65495:e=>{e.exports={en:["Collapse pane"]}},40225:e=>{e.exports={en:["Continuous futures contracts"]}},60657:e=>{e.exports={en:["Contract expired"]}},58796:e=>{e.exports={en:["Cboe One"]}},63245:e=>{e.exports={en:["Change symbol"]}},45639:e=>{e.exports={en:["Chart values"]}},28214:e=>{e.exports={en:["Create a free account"]}},39301:e=>{e.exports={en:["All good things must come to an end - this contract has reached expiry!"]}},29938:e=>{e.exports={en:["All's well — market is open."]}},28896:e=>{e.exports={en:["April"]}},11081:e=>{e.exports={en:["August"]}},10842:e=>{e.exports={en:["Bar change values"],cs:["Bar Change Values"]}},70032:e=>{e.exports={en:["Buy real-time data"]}},99452:e=>{e.exports={en:["Go to editor"]}},13930:e=>{e.exports={en:["Double click"]}},78992:e=>{e.exports={en:["Data error"]}},32925:e=>{e.exports={en:["Data is updated once a day."]}},33039:e=>{e.exports={en:["Data is updated once per second, even if there are more updates on the market."]}},43348:e=>{e.exports={en:["Data is delayed"]}},38368:e=>{e.exports={en:["Data on our Basic plan is updated once per second, even if there are more updates on the market."]}},90082:e=>{e.exports={en:["December"]}},19679:e=>{e.exports={en:["Defaulted bond"]}},66260:e=>{e.exports={en:["Delete pane"]}},54602:e=>{e.exports={en:["Delisted"]}},31683:e=>{e.exports={en:["Delisted alert"]}},50035:e=>{e.exports={en:["Derived Data"]}},5805:e=>{e.exports={en:["End of day data"]}},57335:e=>{e.exports={en:["Error"],cs:["Chyba"]}},23302:e=>{e.exports={en:["Evening. Market is open for post-market trading."]}},43383:e=>{e.exports={en:["Exchange disclaimer"]}},63538:e=>{e.exports={en:["Exchange timezone"]}},81069:e=>{e.exports={en:["February"]}},5447:e=>{e.exports={en:["Fill out Exchange Agreements"]}},44454:e=>{e.exports={en:["Flag Symbol"]}},22928:e=>{e.exports={en:["Fri"]}},3570:e=>{e.exports={en:["Friday"]}},59269:e=>{e.exports={en:["From our family to yours, wishing you a merry festive season."]}},14181:e=>{e.exports={en:["HKEX and/or any subsidiaries endeavour to ensure the accuracy and reliability of the information provided but do not guarantee its accuracy or reliability and accept no liability (whether in tort or contract or otherwise) for any loss or damage arising from any inaccuracies or omissions."]}},87845:e=>{e.exports={en:["Holiday"]}},75119:e=>{e.exports={en:["Halal symbol"]}},34987:e=>{e.exports={en:["Happy holidays, traders"]}},44036:e=>{e.exports={en:["Indicator arguments"],cs:["Indicator Arguments"]}},10319:e=>{e.exports={en:["Indicator error"]}},7511:e=>{e.exports={
+en:["Indicator titles"],cs:["Indicator Titles"]}},51353:e=>{e.exports={en:["Indicator values"],cs:["Indicator Values"]}},48758:e=>{e.exports={en:["Indicators update"]}},95400:e=>{e.exports={en:["If you'd like {listedExchange} real-time data you'll need to complete an Exchange Agreement. Don't worry, it only takes a few clicks"]}},43094:e=>{e.exports={en:["It'll close in {remainingTime}."]}},81509:e=>{e.exports={en:["It'll go to post-market trading in {remainingTime}."]}},58470:e=>{e.exports={en:["It'll open for pre-market trading in {remainingTime}."]}},99822:e=>{e.exports={en:["It'll open in {remainingTime}."]}},66595:e=>{e.exports={en:["It’ll open fully in {remainingTime}."]}},200:e=>{e.exports={en:["January"]}},6608:e=>{e.exports={en:["July"]}},61487:e=>{e.exports={en:["June"]}},91006:e=>{e.exports={en:["One update per second"]}},79744:e=>{e.exports={en:["Oops. Something has gone wrong with one or more of your indicators. Please expand the indicator list for more details."]}},64730:e=>{e.exports={en:["Oops. Something has gone wrong with one or more of your indicators. Resize the panes to see the details."]}},84937:e=>{e.exports={en:["Obligation not paid. Issuer payments are over a month late, this is due to coupon or principal debt."]}},37997:e=>{e.exports={en:["October"]}},25765:e=>{e.exports={en:["Open market status"]}},72723:e=>{e.exports={en:["Opened in detached editor"]}},39664:e=>{e.exports={en:["Opened in editor"]}},72423:e=>{e.exports={en:["Last day change values"]}},1356:e=>{e.exports={en:["Let it snow"]}},27741:e=>{e.exports={en:["Learn more"],cs:["Přečtěte si více"]}},12948:e=>{e.exports={en:["Move pane down"]}},7310:e=>{e.exports={en:["Move pane up"]}},37150:e=>{e.exports={en:["Mon"]}},19573:e=>{e.exports={en:["Monday"]}},37117:e=>{e.exports={en:["More"],cs:["Více"]}},65420:e=>{e.exports={en:["Morning. Market is open for pre-market trading."]}},61206:e=>{e.exports={en:["Maximize chart"]}},90165:e=>{e.exports={en:["Maximize pane"]}},25734:e=>{e.exports={en:["May"],cs:["Květen"]}},75018:e=>{e.exports={en:["Manage panes"]}},93878:e=>{e.exports={en:["March"]}},41410:e=>{e.exports={en:["Market open"]}},62464:e=>{e.exports={en:["Market closed"]}},41392:e=>{e.exports={en:["Market is currently on holiday. Lucky them."]}},4607:e=>{e.exports={en:["November"]}},87142:e=>{e.exports={en:["Source code"]}},32273:e=>{e.exports={en:["Sat"]}},30348:e=>{e.exports={en:["Saturday"]}},90761:e=>{e.exports={en:["Scroll to the left"]}},83040:e=>{e.exports={en:["Scroll to the most recent bar"]}},25131:e=>{e.exports={en:["Scroll to the right"]}},32179:e=>{e.exports={en:["September"]}},85786:e=>{e.exports={en:["Show Object Tree"]}},74759:e=>{e.exports={en:["Show interval settings"]}},86158:e=>{e.exports={en:["Study Error"]}},96341:e=>{e.exports={en:["Stop the snow"]}},77493:e=>{e.exports={en:["Sun"]}},61480:e=>{e.exports={en:["Sunday"]}},23079:e=>{e.exports={en:["Symbol price source"]}},14771:e=>{e.exports={en:["Symbol title"]}},71847:e=>{e.exports={
+en:["Synthetic instruments combining individual contracts. The 1! contract represents the front-month (nearest expiration) while the 2! represents the second nearest expiration."]}},44138:e=>{e.exports={en:["Synthetic symbol"]}},73897:e=>{e.exports={en:["Post-market"]}},85996:e=>{e.exports={en:["Paid plans feature faster data updates."]}},36018:e=>{e.exports={en:["Pre-market"]}},94972:e=>{e.exports={en:["Primary listing"]}},20987:e=>{e.exports={en:["Real-time data for this symbol is not supported right now. We may support it in the future."]}},31539:e=>{e.exports={en:["Real-time data for {symbolName} is provided by {exchange} exchange."]}},31142:e=>{e.exports={en:["Restore chart"]}},12486:e=>{e.exports={en:["Restore pane"]}},11532:e=>{e.exports={en:["Wed"]}},94226:e=>{e.exports={en:["Wednesday"]}},7281:e=>{e.exports={en:["To get real-time data for {description}, please buy the real-time data package."]}},71388:e=>{e.exports={en:["Thu"]}},79137:e=>{e.exports={en:["Thursday"]}},95246:e=>{e.exports={en:["The main, or first, stock exchange where a company's stock is listed and traded."]}},25608:e=>{e.exports={en:["The source code of this script version is open in the Pine Editor."]}},33161:e=>{e.exports={en:["The source code of this script version is open in the detached Pine Editor."]}},24669:e=>{e.exports={en:["This data is real-time, but it may be slightly different to its official counterpart coming from primary exchanges."]}},52668:e=>{e.exports={en:["This data is real-time, but it may be slightly different to its official counterpart coming from {exchange}."]}},84484:e=>{e.exports={en:['This is a shariah-compliant bond, often referred to as a "sukuk," meaning that it complies with Islamic law that prohibits interest. Unlike conventional bonds, which involve paying interest, sukuk represent ownership in an underlying asset or project and investors earn returns based on profit-sharing or rental income.']}},67607:e=>{e.exports={en:["This is a shariah-compliant stock, meaning that it follows Islamic law. This company does not charge or receive interest, and does not engage with certain sectors (gambling, alcohol, tobacco, pork products)."]}},83556:e=>{e.exports={en:["This is no longer publicly trading so no new data will be added. But you can explore the historicals here."]}},44492:e=>{e.exports={en:["This real-time data is provided by {originalExchange} exchange. It may be slightly different from the official data directly from {exchange}. If this difference is crucial for you, you'll need to purchase real-time data from the primary exchange, which we can help with."]}},19481:e=>{e.exports={en:["This refers to financial indicators which are created by combining and/or processing raw data supplied from various sources."]}},53272:e=>{e.exports={en:["This symbol doesn't exist, please pick another one."]}},90589:e=>{e.exports={en:["This symbol is calculated by TradingView using the rate from other exchanges."]}},52176:e=>{e.exports={en:["Time for a walk — this market is closed."]}},11916:e=>{e.exports={en:["Tue"]}},
+82160:e=>{e.exports={en:["Tuesday"]}},13865:e=>{e.exports={en:["Unflag Symbol"]}},37644:e=>{e.exports={en:["Volume"],cs:["Objem"]}},58744:e=>{e.exports={en:["You need to update one or more of your indicators. Check the indicator list for details."]}},92663:e=>{e.exports={en:["You need to update one or more of your indicators. Resize the panes or the window to see the details."]}},97038:e=>{e.exports={en:["Zoom in"],cs:["Přiblížit"]}},88710:e=>{e.exports={en:["Zoom out"],cs:["Oddálit"]}},96227:e=>{e.exports={en:["change open market status visibility"]}},27426:e=>{e.exports={en:["change bar change visibility"]}},79637:e=>{e.exports={en:["change chart values visibility"]}},63050:e=>{e.exports={en:["change indicator titles visibility"]}},49583:e=>{e.exports={en:["change indicator values visibility"]}},78310:e=>{e.exports={en:["change indicator arguments visibility"]}},66307:e=>{e.exports={en:["change last day change visibility"]}},88167:e=>{e.exports={en:["change symbol description visibility"]}},12050:e=>{e.exports={en:["change symbol field visibility"]}},96201:e=>{e.exports={en:["change volume values visibility"]}},59938:e=>{e.exports={en:["less than 1 minute"]}},51382:e=>{e.exports={en:["show {title}"]}},51320:e=>{e.exports={en:["{days} and {hours}"]}},55154:e=>{e.exports={en:["{exchange} by {originalExchange}"]}},90549:e=>{e.exports={en:["{hours} and {minutes}"]}},51211:e=>{e.exports={en:["{listedExchange} real-time data is available for free to registered users."]}},51931:e=>{e.exports={en:["Data is updated once every {amount} second, even if there are more updates on the market.","Data is updated once every {amount} seconds, even if there are more updates on the market."]}},83978:e=>{e.exports={en:["Data on our Basic plan is updated once every {amount} second, even if there are more updates on the market.","Data on our Basic plan is updated once every {amount} seconds, even if there are more updates on the market."]}},46960:e=>{e.exports={en:["Hide indicator legend","Hide indicators legend"]}},36050:e=>{e.exports={en:["One update every {amount} second","One update every {amount} seconds"]}},36553:e=>{e.exports={en:["Show indicator legend","Show indicators legend"]}},62218:e=>{e.exports={en:["{number} day","{number} days"]}},65463:e=>{e.exports={en:["{number} hour","{number} hours"]}},21730:e=>{e.exports={en:["{number} hour","{number} hours"]}},82796:e=>{e.exports={en:["{number} minute","{number} minutes"]}},32547:e=>{e.exports={en:["{number} minute","{number} minutes"]}},81227:e=>{e.exports={en:["{symbolName} data is delayed by {time} minute because of exchange requirements.","{symbolName} data is delayed by {time} minutes because of exchange requirements."]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.2303.a9546f2924221b57a144.js b/public/charting_library/bundles/cs.2303.a9546f2924221b57a144.js
new file mode 100644
index 0000000..5fb70da
--- /dev/null
+++ b/public/charting_library/bundles/cs.2303.a9546f2924221b57a144.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2303,6155,3367,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],cs:["Souřadnice"]}},24197:e=>{e.exports={en:["Center"]}},6060:e=>{e.exports={en:["Add text"]}},27567:e=>{e.exports={en:["Bottom"]}},38408:e=>{e.exports={en:["Border"],cs:["Okraj"]}},79468:e=>{e.exports={en:["Background"],cs:["Pozadí"]}},72942:e=>{e.exports={en:["Days"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},56796:e=>{e.exports={en:["Hours"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],cs:["Vstupy"]}},11626:e=>{e.exports={en:["Left"]}},43154:e=>{e.exports={en:["Months"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"]}},50421:e=>{e.exports={en:["Right"]}},835:e=>{e.exports={en:["Weeks"]}},97118:e=>{e.exports={en:["Top"]}},70320:e=>{e.exports={en:["Text"]}},7560:e=>{e.exports={en:["Text wrap"],cs:["Zabalte text"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},57122:e=>{e.exports={en:["change {title} text"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"]}},66668:e=>{e.exports={en:["change {toolName} text"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"]}},22231:e=>{e.exports={en:["change {toolName} text background color"]}},31133:e=>{e.exports={
+en:["change {toolName} text background visibility"]}},36666:e=>{e.exports={en:["change {toolName} text border color"]}},35423:e=>{e.exports={en:["change {toolName} text border width"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"]}},64500:e=>{e.exports={en:["change {toolName} text color"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"]}},21781:e=>{e.exports={en:["change {toolName} text font size"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},35813:e=>{e.exports={en:["days"],cs:["Days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},2359:e=>{e.exports={en:["hours"],cs:["Hours"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"],cs:["Months"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"],cs:["Minutes"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.2342.4e495e3da576be4868f7.js b/public/charting_library/bundles/cs.2342.4e495e3da576be4868f7.js
new file mode 100644
index 0000000..908b2c8
--- /dev/null
+++ b/public/charting_library/bundles/cs.2342.4e495e3da576be4868f7.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2342],{64489:e=>{e.exports={en:["Reverse"],cs:["Obrátit"]}},66643:e=>{e.exports={en:["reverse {tool}"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.2464.fc7f44a5c8b3791719aa.js b/public/charting_library/bundles/cs.2464.fc7f44a5c8b3791719aa.js
new file mode 100644
index 0000000..100af0f
--- /dev/null
+++ b/public/charting_library/bundles/cs.2464.fc7f44a5c8b3791719aa.js
@@ -0,0 +1,43 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2464],{53310:e=>{e.exports={en:["Re"]}},85119:e=>{e.exports={en:["Dark"]}},96870:e=>{e.exports={en:["Light"]}},85886:e=>{e.exports={en:["d"]}},44634:e=>{e.exports={en:["h"]}},5977:e=>{e.exports={en:["m"]}},21492:e=>{e.exports={en:["s"]}},97559:e=>{e.exports={en:["{title} copy"]}},38691:e=>{e.exports={en:["D"]}},77995:e=>{e.exports={en:["M"]}},93934:e=>{e.exports={en:["R"]}},82901:e=>{e.exports={en:["T"]}},7408:e=>{e.exports={en:["W"]}},38048:e=>{e.exports={en:["h"]}},68430:e=>{e.exports={en:["m"]}},68823:e=>{e.exports={en:["s"]}},2696:e=>{e.exports={en:["C"],cs:["Z"]}},43253:e=>{e.exports={en:["H"],cs:["V"]}},61372:e=>{e.exports={en:["HL2"]}},55096:e=>{e.exports={en:["HLC3"]}},94174:e=>{e.exports={en:["OHLC4"]}},89923:e=>{e.exports={en:["L"],cs:["N"]}},46728:e=>{e.exports={en:["O"]}},32856:e=>{e.exports=Object.create(null),e.exports["%D_input"]={en:["%D"]},e.exports["%K_input"]={en:["%K"]},e.exports["%R_input"]={en:["%R"]},e.exports["+DI_input"]={en:["+DI"]},e.exports["-0.236 Level Color_input"]={en:["-0.236 Level Color"]},e.exports["-0.382 Level Color_input"]={en:["-0.382 Level Color"]},e.exports["-0.618 Level Color_input"]={en:["-0.618 Level Color"]},e.exports["-0.65 Level Color_input"]={en:["-0.65 Level Color"]},e.exports["-DI_input"]={en:["-DI"]},e.exports["0 Level Color_input"]={en:["0 Level Color"]},e.exports["0.236 Level Color_input"]={en:["0.236 Level Color"]},e.exports["0.382 Level Color_input"]={en:["0.382 Level Color"]},e.exports["0.5 Level Color_input"]={en:["0.5 Level Color"]},e.exports["0.618 Level Color_input"]={en:["0.618 Level Color"]},e.exports["0.65 Level Color_input"]={en:["0.65 Level Color"]},e.exports["0.786 Level Color_input"]={en:["0.786 Level Color"]},e.exports["1 Level Color_input"]={en:["1 Level Color"]},e.exports["1.272 Level Color_input"]={en:["1.272 Level Color"]},e.exports["1.414 Level Color_input"]={en:["1.414 Level Color"]},e.exports["1.618 Level Color_input"]={en:["1.618 Level Color"]},e.exports["1.65 Level Color_input"]={en:["1.65 Level Color"]},e.exports["1st Period_input"]={en:["1st Period"]},e.exports["2.618 Level Color_input"]={en:["2.618 Level Color"]},e.exports["2.65 Level Color_input"]={en:["2.65 Level Color"]},e.exports["2nd Period_input"]={en:["2nd Period"]},e.exports["3.618 Level Color_input"]={en:["3.618 Level Color"]},e.exports["3.65 Level Color_input"]={en:["3.65 Level Color"]},e.exports["3rd Period_input"]={en:["3rd Period"]},e.exports["4.236 Level Color_input"]={en:["4.236 Level Color"]},e.exports["4th Period_input"]={en:["4th Period"]},e.exports["5th Period_input"]={en:["5th Period"]},e.exports["6th Period_input"]={en:["6th Period"]},e.exports.ADR_B_input={en:["ADR_B"]},e.exports["ADX Smoothing_input"]={en:["ADX Smoothing"]},e.exports["ADX smoothing_input"]={en:["ADX smoothing"]},e.exports.ADX_input={en:["ADX"]},e.exports["ATR Mult_input"]={en:["ATR Mult"]},e.exports["ATR length_input"]={en:["ATR length"]},e.exports["ATR({atrValue})_input"]={en:["ATR({atrValue})"]},e.exports.ATR_input={en:["ATR"]
+},e.exports["Accumulation/Distribution_input"]={en:["Accumulation/Distribution"]},e.exports["All items_combobox_input"]={en:["All items"]},e.exports.All_input={en:["All"]},e.exports["Anchor Period_input"]={en:["Anchor Period"]},e.exports["Another symbol_input"]={en:["Another symbol"]},e.exports["Aroon Down_input"]={en:["Aroon Down"]},e.exports["Aroon Up_input"]={en:["Aroon Up"]},e.exports.Average_input={en:["Average"]},e.exports["Averaging Periods_input"]={en:["Averaging Periods"]},e.exports.Back_input={en:["Back"]},e.exports["Bands style_input"]={en:["Bands style"]},e.exports.Bar_input={en:["Bar"]},e.exports["Base Line Periods_input"]={en:["Base Line Periods"]},e.exports["Base Line_input"]={en:["Base Line"]},e.exports.Basis_input={en:["Basis"]},e.exports["Bollinger Bands %B_input"]={en:["Bollinger Bands %B"]},e.exports["Bollinger Bands Width_input"]={en:["Bollinger Bands Width"]},e.exports.Borders_input={en:["Borders"]},e.exports["Box size assignment method_input"]={en:["Box size assignment method"]},e.exports["Box size_input"]={en:["Box size"]},e.exports.CCI_input={en:["CCI"]},e.exports.CHOP_input={en:["CHOP"]},e.exports.Cancel_input={en:["Cancel"]},e.exports.Candles_input={en:["Candles"]},e.exports.Centered_input={en:["Centered"]},e.exports.Century_input={en:["Century"]},e.exports["Chaikin Oscillator_input"]={en:["Chaikin Oscillator"]},e.exports["Chande MO_input"]={en:["Chande MO"]},e.exports.Close_input={en:["Close"]},e.exports["Color 0_input"]={en:["Color 0"]},e.exports["Color 1_input"]={en:["Color 1"]},e.exports["Color 2_input"]={en:["Color 2"]},e.exports["Color 3_input"]={en:["Color 3"]},e.exports["Color 4_input"]={en:["Color 4"]},e.exports["Color 5_input"]={en:["Color 5"]},e.exports["Color 6_input"]={en:["Color 6"]},e.exports["Color 7_input"]={en:["Color 7"]},e.exports["Color 8_input"]={en:["Color 8"]},e.exports["Color bars based on previous close_input"]={en:["Color bars based on previous close"]},e.exports["Color based on previous close_input"]={en:["Color based on previous close"]},e.exports["Conversion Line Periods_input"]={en:["Conversion Line Periods"]},e.exports["Conversion Line_input"]={en:["Conversion Line"]},e.exports.Correlation_input={en:["Correlation"]},e.exports.Count_input={en:["Count"]},e.exports.Crosses_input={en:["Crosses"]},e.exports.Custom_input={en:["Custom"]},e.exports.DEMA_input={en:["DEMA"]},e.exports["DI Length_input"]={en:["DI Length"]},e.exports.DPO_input={en:["DPO"]},e.exports.D_input={en:["D"]},e.exports.Day_input={en:["Day"]},e.exports["Days Per Year_input"]={en:["Days Per Year"]},e.exports.Decade_input={en:["Decade"]},e.exports.Delta_input={en:["Delta"]},e.exports.Depth_input={en:["Depth"]},e.exports["Detrended Price Oscillator_input"]={en:["Detrended Price Oscillator"]},e.exports["Developing Poc_input"]={en:["Developing Poc"]},e.exports["Deviation (%)_input"]={en:["Deviation (%)"]},e.exports.Deviation_input={en:["Deviation"]},e.exports.Divisor_input={en:["Divisor"]},e.exports["Down Volume_input"]={en:["Down Volume"]},e.exports["Down bars_input"]={en:["Down bars"]},
+e.exports["Down color_input"]={en:["Down color"]},e.exports["Down fractals_input"]={en:["Down fractals"]},e.exports.EOM_input={en:["EOM"]},e.exports["Each (pre-market, market, post-market)_input"]={en:["Each (pre-market, market, post-market)"]},e.exports["Elder's Force Index_input"]={en:["Elder's Force Index"]},e.exports["Equality Line_input"]={en:["Equality Line"]},e.exports.Exponential_input={en:["Exponential"]},e.exports["Extend POC Right_input"]={en:["Extend POC Right"]},e.exports["Extend Right_input"]={en:["Extend Right"]},e.exports["Extend VAH Right_input"]={en:["Extend VAH Right"]},e.exports["Extend VAL Right_input"]={en:["Extend VAL Right"]},e.exports["Extend to last bar_input"]={en:["Extend to last bar"]},e.exports.Falling_input={en:["Falling"]},e.exports["Fast Length_input"]={en:["Fast Length"]},e.exports["Fast length_input"]={en:["Fast length"]},e.exports.Fill_input={en:["Fill"]},e.exports.Fisher_input={en:["Fisher"]},e.exports.Growing_input={en:["Growing"]},e.exports["HLC bars_input"]={en:["HLC bars"]},e.exports.HV_input={en:["HV"]},e.exports["Histogram Box_input"]={en:["Histogram Box"]},e.exports.Histogram_input={en:["Histogram"]},e.exports["Hull MA_input"]={en:["Hull MA"]},e.exports.Increment_input={en:["Increment"]},e.exports.Indicator_input={en:["Indicator"]},e.exports["Instrument 1_input"]={en:["Instrument 1"]},e.exports["Instrument 2_input"]={en:["Instrument 2"]},e.exports["Investor EMA 1 length_input"]={en:["Investor EMA 1 length"]},e.exports["Investor EMA 2 length_input"]={en:["Investor EMA 2 length"]},e.exports["Investor EMA 3 length_input"]={en:["Investor EMA 3 length"]},e.exports["Investor EMA 4 length_input"]={en:["Investor EMA 4 length"]},e.exports["Investor EMA 5 length_input"]={en:["Investor EMA 5 length"]},e.exports["Investor EMA 6 length_input"]={en:["Investor EMA 6 length"]},e.exports["Jaw Length_input"]={en:["Jaw Length"]},e.exports["Jaw Offset_input"]={en:["Jaw Offset"]},e.exports.Jaw_input={en:["Jaw"]},e.exports.KST_input={en:["KST"]},e.exports.K_input={en:["K"]},e.exports["Labels Position_input"]={en:["Labels Position"]},e.exports["Labels on price scale_input"]={en:["Labels on price scale"]},e.exports["Lagging Span Periods_input"]={en:["Lagging Span Periods"]},e.exports["Lagging Span_input"]={en:["Lagging Span"]},e.exports["Leading Shift Periods_input"]={en:["Leading Shift Periods"]},e.exports["Leading Span A_input"]={en:["Leading Span A"],cs:["Lead 1"]},e.exports["Leading Span B_input"]={en:["Leading Span B"]},e.exports["Leading Span Periods_input"]={en:["Leading Span Periods"],cs:["Lagging Span 2 Periods"]},e.exports["Length EMA_input"]={en:["Length EMA"]},e.exports["Length MA_input"]={en:["Length MA"]},e.exports.Length1_input={en:["Length1"]},e.exports.Length2_input={en:["Length2"]},e.exports.Length3_input={en:["Length3"]},e.exports.Length_input={en:["Length"]},e.exports.Level_input={en:["Level"]},e.exports["Levels Format_input"]={en:["Levels Format"]},e.exports.Limit_input={en:["Limit"]},e.exports.Line_input={en:["Line"],cs:["Čára"]},e.exports["Lips Length_input"]={
+en:["Lips Length"]},e.exports["Lips Offset_input"]={en:["Lips Offset"]},e.exports.Lips_input={en:["Lips"]},e.exports["Long Length_input"]={en:["Long Length"]},e.exports["Long RoC Length_input"]={en:["Long RoC Length"]},e.exports["Long length_input"]={en:["Long length"]},e.exports["Long period_input"]={en:["Long period"]},e.exports.Long_input={en:["Long"]},e.exports["Lower Band_input"]={en:["Lower Band"]},e.exports["Lower Deviation_input"]={en:["Lower Deviation"]},e.exports["Lower Percentage_input"]={en:["Lower Percentage"]},e.exports.LowerLimit_input={en:["LowerLimit"]},e.exports.Lower_input={en:["Lower"]},e.exports["MA Length_input"]={en:["MA Length"]},e.exports.MACD_input={en:["MACD"]},e.exports.MA_input={en:["MA"]},e.exports.MF_input={en:["MF"]},e.exports.MM_month_input={en:["MM"]},e.exports.MOM_input={en:["MOM"]},e.exports["Main chart symbol_input"]={en:["Main chart symbol"]},e.exports["Market Closed Percentage_input"]={en:["Market Closed Percentage"]},e.exports["Market only_input"]={en:["Market only"]},e.exports["Max value_input"]={en:["Max value"]},e.exports.Median_input={en:["Median"]},e.exports.Method_input={en:["Method"]},e.exports.Middle_input={en:["Middle"]},e.exports.Minimize_input={en:["Minimize"]},e.exports.Month_input={en:["Month"]},e.exports.Move_input={en:["Move"]},e.exports["Multi timeframe_input"]={en:["Multi timeframe"]},e.exports.Multiplier_input={en:["Multiplier"]},e.exports.NV_input={en:["NV"]},e.exports["Nothing selected_combobox_input"]={en:["Nothing selected"]},e.exports["Number Of Rows_input"]={en:["Number Of Rows"]},e.exports["Number of line_input"]={en:["Number of line"]},e.exports.OSC_input={en:["OSC"]},e.exports.Offset_input={en:["Offset"]},e.exports.OnBalanceVolume_input={en:["OnBalanceVolume"]},e.exports["One step back building_input"]={en:["One step back building"]},e.exports.Oscillator_input={en:["Oscillator"]},e.exports.Overbought_input={en:["Overbought"]},e.exports.Oversold_input={en:["Oversold"]},e.exports.POC_input={en:["POC"]},e.exports.PVT_input={en:["PVT"]},e.exports.P_input={en:["P"]},e.exports.ParabolicSAR_input={en:["ParabolicSAR"]},e.exports.Percent_input={en:["Percent"]},e.exports["Percentage LTP({percentageLTPValue}%)_input"]={en:["Percentage LTP({percentageLTPValue}%)"]},e.exports["Percentage LTP_input"]={en:["Percentage LTP"]},e.exports.Percentage_input={en:["Percentage"]},e.exports.Period_input={en:["Period"]},e.exports.Periods_input={en:["Periods"]},e.exports["Phantom bars_input"]={en:["Phantom bars"]},e.exports.Placement_input={en:["Placement"]},e.exports.Plot_input={en:["Plot"]},e.exports["Plots Background_input"]={en:["Plots Background"]},e.exports["Post-market only_input"]={en:["Post-market only"]},e.exports["Pre-market only_input"]={en:["Pre-market only"]},e.exports["Price source_input"]={en:["Price source"]},e.exports.Price_input={en:["Price"]},e.exports["Projection down bars_input"]={en:["Projection down bars"]},e.exports["Projection down color_input"]={en:["Projection down color"]},e.exports["Projection up bars_input"]={en:["Projection up bars"]},
+e.exports["Projection up color_input"]={en:["Projection up color"]},e.exports.Q_input={en:["Q"]},e.exports["ROC Length_input"]={en:["ROC Length"]},e.exports.ROCLen1_input={en:["ROCLen1"]},e.exports.ROCLen2_input={en:["ROCLen2"]},e.exports.ROCLen3_input={en:["ROCLen3"]},e.exports.ROCLen4_input={en:["ROCLen4"]},e.exports.ROC_input={en:["ROC"]},e.exports["RSI Length_input"]={en:["RSI Length"]},e.exports["RSI Source_input"]={en:["RSI Source"]},e.exports.RSI_input={en:["RSI"]},e.exports.RVGI_input={en:["RVGI"]},e.exports.RVI_input={en:["RVI"]},e.exports.Range_input={en:["Range"]},e.exports["Rate of Change Lookback_input"]={en:["Rate of Change Lookback"]},e.exports["Reversal amount_input"]={en:["Reversal amount"]},e.exports["Rolling Period_input"]={en:["Rolling Period"]},e.exports["Row Size_input"]={en:["Row Size"]},e.exports["Rows Layout_input"]={en:["Rows Layout"]},e.exports.SMALen1_input={en:["SMALen1"]},e.exports.SMALen2_input={en:["SMALen2"]},e.exports.SMALen3_input={en:["SMALen3"]},e.exports.SMALen4_input={en:["SMALen4"]},e.exports["SMI Ergodic Oscillator_input"]={en:["SMI Ergodic Oscillator"]},e.exports.SMI_input={en:["SMI"]},e.exports.Session_input={en:["Session"]},e.exports.Sessions_input={en:["Sessions"]},e.exports.Shapes_input={en:["Shapes"]},e.exports["Short Length_input"]={en:["Short Length"]},e.exports["Short RoC Length_input"]={en:["Short RoC Length"]},e.exports["Short length_input"]={en:["Short length"]},e.exports["Short period_input"]={en:["Short period"]},e.exports.Short_input={en:["Short"]},e.exports["Show real prices on price scale (instead of Heikin-Ashi price)_input"]={en:["Show real prices on price scale (instead of Heikin-Ashi price)"]},e.exports.SigLen_input={en:["SigLen"]},e.exports.Sig_input={en:["Sig"]},e.exports.Sigma_input={en:["Sigma"]},e.exports["Signal Length_input"]={en:["Signal Length"]},e.exports["Signal line period_input"]={en:["Signal line period"]},e.exports["Signal smoothing_input"]={en:["Signal smoothing"]},e.exports.Signal_input={en:["Signal"]},e.exports["Simple ma(oscillator)_input"]={en:["Simple ma(oscillator)"]},e.exports["Simple ma(signal line)_input"]={en:["Simple ma(signal line)"]},e.exports.Simple_input={en:["Simple"]},e.exports["Slow Length_input"]={en:["Slow Length"]},e.exports["Slow length_input"]={en:["Slow length"]},e.exports["Smoothing Length_input"]={en:["Smoothing Length"]},e.exports["Smoothing Line_input"]={en:["Smoothing Line"]},e.exports.Smoothing_input={en:["Smoothing"]},e.exports.Source_input={en:["Source"]},e.exports["Standard Errors_input"]={en:["Standard Errors"]},e.exports.Start_input={en:["Start"],cs:["Začít"]},e.exports.StdDev_input={en:["StdDev"]},e.exports["Stochastic Length_input"]={en:["Stochastic Length"]},e.exports.Style_input={en:["Style"]},e.exports.Symbol_input={en:["Symbol"]},e.exports.TEMA_input={en:["TEMA"]},e.exports.TRIX_input={en:["TRIX"]},e.exports["Teeth Length_input"]={en:["Teeth Length"]},e.exports["Teeth Offset_input"]={en:["Teeth Offset"]},e.exports.Teeth_input={en:["Teeth"]},e.exports["Ticks Per Row_input"]={en:["Ticks Per Row"]},
+e.exports.Timeframe_input={en:["Timeframe"]},e.exports.Total_input={en:["Total"]},e.exports["Trader EMA 1 length_input"]={en:["Trader EMA 1 length"]},e.exports["Trader EMA 2 length_input"]={en:["Trader EMA 2 length"]},e.exports["Trader EMA 3 length_input"]={en:["Trader EMA 3 length"]},e.exports["Trader EMA 4 length_input"]={en:["Trader EMA 4 length"]},e.exports["Trader EMA 5 length_input"]={en:["Trader EMA 5 length"]},e.exports["Trader EMA 6 length_input"]={en:["Trader EMA 6 length"]},e.exports.Traditional_input={en:["Traditional"]},e.exports.Trigger_input={en:["Trigger"]},e.exports.Type_input={en:["Type"]},e.exports.UO_input={en:["UO"]},e.exports["Up Volume_input"]={en:["Up Volume"]},e.exports["Up bars_input"]={en:["Up bars"]},e.exports["Up color_input"]={en:["Up color"]},e.exports["Up fractals_input"]={en:["Up fractals"]},e.exports["Up/Down_input"]={en:["Up/Down"]},e.exports["UpDown Length_input"]={en:["UpDown Length"]},e.exports["Upper Band_input"]={en:["Upper Band"]},e.exports["Upper Deviation_input"]={en:["Upper Deviation"]},e.exports["Upper Percentage_input"]={en:["Upper Percentage"]},e.exports.UpperLimit_input={en:["UpperLimit"]},e.exports.Upper_input={en:["Upper"]},e.exports["Use Lower Deviation_input"]={en:["Use Lower Deviation"]},e.exports["Use Upper Deviation_input"]={en:["Use Upper Deviation"]},e.exports["VI +_input"]={en:["VI +"]},e.exports["VI -_input"]={en:["VI -"]},e.exports.VWAP_input={en:["VWAP"]},e.exports.VWMA_input={en:["VWMA"]},e.exports["Value Area Down_input"]={en:["Value Area Down"]},e.exports["Value Area Up_input"]={en:["Value Area Up"]},e.exports["Value Area Volume_input"]={en:["Value Area Volume"]},e.exports["Value Area volume_input"]={en:["Value Area volume"]},e.exports["Value Area_input"]={en:["Value Area"]},e.exports.Value_input={en:["Value"]},e.exports["Values in status line_input"]={en:["Values in status line"]},e.exports.Volume_input={en:["Volume"]},e.exports["WMA Length_input"]={en:["WMA Length"]},e.exports["Wait for timeframe closes_input"]={en:["Wait for timeframe closes"]},e.exports.Week_input={en:["Week"]},e.exports.Weighted_input={en:["Weighted"]},e.exports.Wick_input={en:["Wick"]},e.exports.Wicks_input={en:["Wicks"]},e.exports["Wilder's Smoothing_input"]={en:["Wilder's Smoothing"]},e.exports["Window Size_input"]={en:["Window Size"]},e.exports.X_input={en:["X"]},e.exports.YY_year_input={en:["YY"]},e.exports.Year_input={en:["Year"]},e.exports["Zero Line_input"]={en:["Zero Line"]},e.exports.Zero_input={en:["Zero"]},e.exports.fastLength_input={en:["fastLength"]},e.exports.from_input={en:["from"]},e.exports.increment_input={en:["increment"]},e.exports.isCentered_input={en:["isCentered"]},e.exports.len_input={en:["len"]},e.exports.length14_input={en:["length14"]},e.exports.length28_input={en:["length28"]},e.exports.length7_input={en:["length7"]},e.exports.lengthRSI_input={en:["lengthRSI"]},e.exports.lengthStoch_input={en:["lengthStoch"]},e.exports.length_input={en:["length"]},e.exports.long_input={en:["long"]},e.exports.longlen_input={en:["longlen"]},e.exports.maximum_input={
+en:["maximum"]},e.exports.mult_input={en:["mult"]},e.exports.p_input={en:["p"]},e.exports.q_input={en:["q"]},e.exports.resolution_input={en:["resolution"]},e.exports.roclen1_input={en:["roclen1"]},e.exports.roclen2_input={en:["roclen2"]},e.exports.roclen3_input={en:["roclen3"]},e.exports.roclen4_input={en:["roclen4"]},e.exports.short_input={en:["short"]},e.exports.shortlen_input={en:["shortlen"]},e.exports["show MA_input"]={en:["show MA"]},e.exports.siglen_input={en:["siglen"]},e.exports.signalLength_input={en:["signalLength"]},e.exports.slowLength_input={en:["slowLength"]},e.exports.smalen1_input={en:["smalen1"]},e.exports.smalen2_input={en:["smalen2"]},e.exports.smalen3_input={en:["smalen3"]},e.exports.smalen4_input={en:["smalen4"]},e.exports.smoothD_input={en:["smoothD"]},e.exports.smoothK_input={en:["smoothK"]},e.exports.start_input={en:["start"]},e.exports.sym_input={en:["sym"]},e.exports.to_input={en:["to"]},e.exports.useTrueRange_input={en:["useTrueRange"]},e.exports.x_input={en:["x"]},e.exports["yay Color 0_input"]={en:["yay Color 0"]},e.exports["yay Color 1_input"]={en:["yay Color 1"]},e.exports["{number} item_combobox_input"]={en:["{number} item","{number} items"]}},50873:e=>{e.exports={en:["ATR({atrValue})"]}},73425:e=>{e.exports={en:["Percentage LTP({percentageLTPValue}%)"]}},40566:e=>{e.exports={en:["Traditional"]}},35359:e=>{e.exports={en:["Post"]}},93866:e=>{e.exports={en:["Pre"]}},75163:e=>{e.exports={en:["Invert scale"],cs:["Invert Scale"]}},35210:e=>{e.exports={en:["Indexed to 100"]}},31340:e=>{e.exports={en:["Logarithmic"]}},19405:e=>{e.exports={en:["No overlapping labels"],cs:["No Overlapping Labels"]}},34954:e=>{e.exports={en:["Percent"]}},55300:e=>{e.exports={en:["Regular"]}},8029:e=>{e.exports={en:["ETH"]}},34647:e=>{e.exports={en:["Electronic trading hours"]}},36862:e=>{e.exports={en:["Extended trading hours"]}},7807:e=>{e.exports={en:["POST"]}},46273:e=>{e.exports={en:["PRE"]}},50434:e=>{e.exports={en:["Postmarket"]}},59330:e=>{e.exports={en:["Premarket"]}},35342:e=>{e.exports={en:["RTH"]}},84246:e=>{e.exports={en:["Regular trading hours"]}},13132:e=>{e.exports={en:["May"],cs:["Květen"]}},83477:e=>{e.exports=Object.create(null),e.exports["*All Candlestick Patterns*_study"]={en:["*All Candlestick Patterns*"]},e.exports["24-hour Volume_study"]={en:["24-hour Volume"]},e.exports["52 Week High/Low_study"]={en:["52 Week High/Low"]},e.exports.ASI_study={en:["ASI"]},e.exports["Abandoned Baby - Bearish_study"]={en:["Abandoned Baby - Bearish"]},e.exports["Abandoned Baby - Bullish_study"]={en:["Abandoned Baby - Bullish"]},e.exports["Accelerator Oscillator_study"]={en:["Accelerator Oscillator"]},e.exports["Accounts payable_study"]={en:["Accounts payable"]},e.exports["Accounts receivable - trade, net_study"]={en:["Accounts receivable - trade, net"]},e.exports["Accounts receivables, gross_study"]={en:["Accounts receivables, gross"]},e.exports.Accruals_study={en:["Accruals"]},e.exports["Accrued payroll_study"]={en:["Accrued payroll"]},e.exports["Accumulated depreciation, total_study"]={
+en:["Accumulated depreciation, total"]},e.exports["Accumulation/Distribution_study"]={en:["Accumulation/Distribution"],cs:["Akumulace / Distribuce"]},e.exports["Accumulative Swing Index_study"]={en:["Accumulative Swing Index"]},e.exports["Additional paid-in capital/Capital surplus_study"]={en:["Additional paid-in capital/Capital surplus"]},e.exports["Advance Decline Line_study"]={en:["Advance Decline Line"]},e.exports["Advance Decline Ratio_study"]={en:["Advance Decline Ratio"]},e.exports["Advance/Decline Ratio (Bars)_study"]={en:["Advance/Decline Ratio (Bars)"]},e.exports["Advance/Decline_study"]={en:["Advance/Decline"]},e.exports["After tax other income/expense_study"]={en:["After tax other income/expense"]},e.exports["All Chart Patterns_study"]={en:["All Chart Patterns"]},e.exports["Altman Z-score_study"]={en:["Altman Z-score"]},e.exports["Amortization of deferred charges_study"]={en:["Amortization of deferred charges"]},e.exports["Amortization of intangibles_study"]={en:["Amortization of intangibles"]},e.exports.Amortization_study={en:["Amortization"]},e.exports["Anchored Volume Profile_study"]={en:["Anchored Volume Profile"]},e.exports["Arnaud Legoux Moving Average_study"]={en:["Arnaud Legoux Moving Average"]},e.exports.Aroon_study={en:["Aroon"]},e.exports["Asset turnover_study"]={en:["Asset turnover"]},e.exports["Auto Anchored Volume Profile_study"]={en:["Auto Anchored Volume Profile"]},e.exports["Auto Fib Extension_study"]={en:["Auto Fib Extension"]},e.exports["Auto Fib Retracement_study"]={en:["Auto Fib Retracement"]},e.exports["Auto Pitchfork_study"]={en:["Auto Pitchfork"]},e.exports["Average Daily Range_study"]={en:["Average Daily Range"]},e.exports["Average Day Range_study"]={en:["Average Day Range"]},e.exports["Average Directional Index_study"]={en:["Average Directional Index"]},e.exports["Average Price_study"]={en:["Average Price"]},e.exports["Average True Range_study"]={en:["Average True Range"],cs:["Průměrný Rozsah Hodnot"]},e.exports["Average basic shares outstanding_study"]={en:["Average basic shares outstanding"]},e.exports["Awesome Oscillator_study"]={en:["Awesome Oscillator"],cs:["Skvělý Oscilátor"]},e.exports["Bad debt / Doubtful accounts_study"]={en:["Bad debt / Doubtful accounts"]},e.exports["Balance of Power_study"]={en:["Balance of Power"],cs:["Vyvážení Síly"]},e.exports["BarUpDn Strategy_study"]={en:["BarUpDn Strategy"]},e.exports["Basic EPS_study"]={en:["Basic EPS"]},e.exports["Basic earnings per share (Basic EPS)_study"]={en:["Basic earnings per share (Basic EPS)"]},e.exports["Bearish Flag Chart Pattern_study"]={en:["Bearish Flag Chart Pattern"]},e.exports["Bearish Pennant Chart Pattern_study"]={en:["Bearish Pennant Chart Pattern"]},e.exports["Beneish M-score_study"]={en:["Beneish M-score"]},e.exports["Bollinger Bands %B_study"]={en:["Bollinger Bands %B"],cs:["Bollingerova pásma %B"]},e.exports["Bollinger Bands Strategy directed_study"]={en:["Bollinger Bands Strategy directed"]},e.exports["Bollinger Bands Strategy_study"]={en:["Bollinger Bands Strategy"]},
+e.exports["Bollinger Bands Width_study"]={en:["Bollinger Bands Width"],cs:["Bollingerova pásma Šířka"]},e.exports["Bollinger Bands_study"]={en:["Bollinger Bands"],cs:["Bollingerova pásma"]},e.exports["Book value per share_study"]={en:["Book value per share"]},e.exports["Bull Bear Power_study"]={en:["Bull Bear Power"]},e.exports["Bullish Flag Chart Pattern_study"]={en:["Bullish Flag Chart Pattern"]},e.exports["Bullish Pennant Chart Pattern_study"]={en:["Bullish Pennant Chart Pattern"]},e.exports["Buyback yield %_study"]={en:["Buyback yield %"]},e.exports["COGS to revenue ratio_study"]={en:["COGS to revenue ratio"]},e.exports.CRSI_study={en:["CRSI"]},e.exports["Capital and operating lease obligations_study"]={en:["Capital and operating lease obligations"]},e.exports["Capital expenditures - fixed assets_study"]={en:["Capital expenditures - fixed assets"]},e.exports["Capital expenditures - other assets_study"]={en:["Capital expenditures - other assets"]},e.exports["Capital expenditures_study"]={en:["Capital expenditures"]},e.exports["Capitalized lease obligations_study"]={en:["Capitalized lease obligations"]},e.exports["Cash & equivalents_study"]={en:["Cash & equivalents"]},e.exports["Cash and short term investments_study"]={en:["Cash and short term investments"]},e.exports["Cash conversion cycle_study"]={en:["Cash conversion cycle"]},e.exports["Cash from financing activities_study"]={en:["Cash from financing activities"]},e.exports["Cash from investing activities_study"]={en:["Cash from investing activities"]},e.exports["Cash from operating activities_study"]={en:["Cash from operating activities"]},e.exports["Cash to debt ratio_study"]={en:["Cash to debt ratio"]},e.exports["Chaikin Money Flow_study"]={en:["Chaikin Money Flow"]},e.exports["Chaikin Oscillator_study"]={en:["Chaikin Oscillator"]},e.exports["Chaikin Volatility_study"]={en:["Chaikin Volatility"]},e.exports["Chande Kroll Stop_study"]={en:["Chande Kroll Stop"]},e.exports["Chande Momentum Oscillator_study"]={en:["Chande Momentum Oscillator"]},e.exports["Change in accounts payable_study"]={en:["Change in accounts payable"]},e.exports["Change in accounts receivable_study"]={en:["Change in accounts receivable"]},e.exports["Change in accrued expenses_study"]={en:["Change in accrued expenses"]},e.exports["Change in inventories_study"]={en:["Change in inventories"]},e.exports["Change in other assets/liabilities_study"]={en:["Change in other assets/liabilities"]},e.exports["Change in taxes payable_study"]={en:["Change in taxes payable"]},e.exports["Changes in working capital_study"]={en:["Changes in working capital"]},e.exports.ChannelBreakOutStrategy_study={en:["ChannelBreakOutStrategy"]},e.exports["Chop Zone_study"]={en:["Chop Zone"]},e.exports["Choppiness Index_study"]={en:["Choppiness Index"]},e.exports["Commodity Channel Index_study"]={en:["Commodity Channel Index"]},e.exports["Common dividends paid_study"]={en:["Common dividends paid"]},e.exports["Common equity, total_study"]={en:["Common equity, total"]},e.exports["Common stock par/Carrying value_study"]={
+en:["Common stock par/Carrying value"]},e.exports.Compare_study={en:["Compare"],cs:["Porovnat"]},e.exports["Conditional Expressions_study"]={en:["Conditional Expressions"]},e.exports["Connors RSI_study"]={en:["Connors RSI"]},e.exports.ConnorsRSI_study={en:["ConnorsRSI"]},e.exports["Consecutive Up/Down Strategy_study"]={en:["Consecutive Up/Down Strategy"]},e.exports["Coppock Curve_study"]={en:["Coppock Curve"]},e.exports["Correlation - Log_study"]={en:["Correlation - Log"]},e.exports["Correlation Coefficient_study"]={en:["Correlation Coefficient"]},e.exports["Cost of goods sold_study"]={en:["Cost of goods sold"]},e.exports["Cost of goods_study"]={en:["Cost of goods"]},e.exports["Cumulative Volume Index_study"]={en:["Cumulative Volume Index"]},e.exports["Cup and Handle Chart Pattern_study"]={en:["Cup and Handle Chart Pattern"]},e.exports["Current portion of LT debt and capital leases_study"]={en:["Current portion of LT debt and capital leases"]},e.exports["Current ratio_study"]={en:["Current ratio"]},e.exports.DMI_study={en:["DMI"]},e.exports["Dark Cloud Cover - Bearish_study"]={en:["Dark Cloud Cover - Bearish"]},e.exports["Days inventory_study"]={en:["Days inventory"]},e.exports["Days payable_study"]={en:["Days payable"]},e.exports["Days sales outstanding_study"]={en:["Days sales outstanding"]},e.exports["Debt to EBITDA ratio_study"]={en:["Debt to EBITDA ratio"]},e.exports["Debt to assets ratio_study"]={en:["Debt to assets ratio"]},e.exports["Debt to equity ratio_study"]={en:["Debt to equity ratio"]},e.exports["Debt to revenue ratio_study"]={en:["Debt to revenue ratio"]},e.exports["Deferred income, current_study"]={en:["Deferred income, current"]},e.exports["Deferred income, non-current_study"]={en:["Deferred income, non-current"]},e.exports["Deferred tax assets_study"]={en:["Deferred tax assets"]},e.exports["Deferred tax liabilities_study"]={en:["Deferred tax liabilities"]},e.exports["Deferred taxes (cash flow)_study"]={en:["Deferred taxes (cash flow)"]},e.exports["Deprecation and amortization_study"]={en:["Deprecation and amortization"]},e.exports["Depreciation & amortization (cash flow)_study"]={en:["Depreciation & amortization (cash flow)"]},e.exports["Depreciation/depletion_study"]={en:["Depreciation/depletion"]},e.exports.Depreciation_study={en:["Depreciation"]},e.exports["Detrended Price Oscillator_study"]={en:["Detrended Price Oscillator"]},e.exports["Diluted EPS_study"]={en:["Diluted EPS"]},e.exports["Diluted earnings per share (Diluted EPS)_study"]={en:["Diluted earnings per share (Diluted EPS)"]},e.exports["Diluted net income available to common stockholders_study"]={en:["Diluted net income available to common stockholders"]},e.exports["Diluted shares outstanding_study"]={en:["Diluted shares outstanding"]},e.exports["Dilution adjustment_study"]={en:["Dilution adjustment"]},e.exports["Directional Movement Index_study"]={en:["Directional Movement Index"]},e.exports["Directional Movement_study"]={en:["Directional Movement"]},e.exports["Discontinued operations_study"]={en:["Discontinued operations"]},
+e.exports["Divergence Indicator_study"]={en:["Divergence Indicator"]},e.exports["Dividend payout ratio %_study"]={en:["Dividend payout ratio %"]},e.exports["Dividend yield %_study"]={en:["Dividend yield %"]},e.exports["Dividends payable_study"]={en:["Dividends payable"]},e.exports["Dividends per share - common stock primary issue_study"]={en:["Dividends per share - common stock primary issue"]},e.exports["Doji Star - Bearish_study"]={en:["Doji Star - Bearish"]},e.exports["Doji Star - Bullish_study"]={en:["Doji Star - Bullish"]},e.exports.Doji_study={en:["Doji"]},e.exports["Donchian Channels_study"]={en:["Donchian Channels"]},e.exports["Double Bottom Chart Pattern_study"]={en:["Double Bottom Chart Pattern"]},e.exports["Double EMA_study"]={en:["Double EMA"]},e.exports["Double Top Chart Pattern_study"]={en:["Double Top Chart Pattern"]},e.exports["Downside Tasuki Gap - Bearish_study"]={en:["Downside Tasuki Gap - Bearish"]},e.exports["Dragonfly Doji - Bullish_study"]={en:["Dragonfly Doji - Bullish"]},e.exports["EBITDA margin %_study"]={en:["EBITDA margin %"]},e.exports.EBITDA_study={en:["EBITDA"]},e.exports.EBIT_study={en:["EBIT"]},e.exports["EMA Cross_study"]={en:["EMA Cross"]},e.exports["EPS basic one year growth_study"]={en:["EPS basic one year growth"]},e.exports["EPS diluted one year growth_study"]={en:["EPS diluted one year growth"]},e.exports["EPS estimates_study"]={en:["EPS estimates"]},e.exports["Earnings yield_study"]={en:["Earnings yield"]},e.exports["Ease Of Movement_study"]={en:["Ease Of Movement"]},e.exports["Ease of Movement_study"]={en:["Ease of Movement"],cs:["Ease Of Movement"]},e.exports["Effective interest rate on debt %_study"]={en:["Effective interest rate on debt %"]},e.exports["Elder Force Index_study"]={en:["Elder Force Index"],cs:["Elder's Force Index"]},e.exports["Elder's Force Index_study"]={en:["Elder's Force Index"]},e.exports["Elders Force Index_study"]={en:["Elders Force Index"]},e.exports["Elliott Wave Chart Pattern_study"]={en:["Elliott Wave Chart Pattern"]},e.exports["Engulfing - Bearish_study"]={en:["Engulfing - Bearish"]},e.exports["Engulfing - Bullish_study"]={en:["Engulfing - Bullish"]},e.exports["Enterprise value to EBIT ratio_study"]={en:["Enterprise value to EBIT ratio"]},e.exports["Enterprise value to EBITDA ratio_study"]={en:["Enterprise value to EBITDA ratio"]},e.exports["Enterprise value to revenue ratio_study"]={en:["Enterprise value to revenue ratio"]},e.exports["Enterprise value_study"]={en:["Enterprise value"]},e.exports.Envelope_study={en:["Envelope"]},e.exports.Envelopes_study={en:["Envelopes"]},e.exports["Equity in earnings_study"]={en:["Equity in earnings"]},e.exports["Equity to assets ratio_study"]={en:["Equity to assets ratio"]},e.exports["Evening Doji Star - Bearish_study"]={en:["Evening Doji Star - Bearish"]},e.exports["Evening Star - Bearish_study"]={en:["Evening Star - Bearish"]},e.exports["Falling Three Methods - Bearish_study"]={en:["Falling Three Methods - Bearish"]},e.exports["Falling Wedge Chart Pattern_study"]={en:["Falling Wedge Chart Pattern"]},
+e.exports["Falling Window - Bearish_study"]={en:["Falling Window - Bearish"]},e.exports["Financing activities – other sources_study"]={en:["Financing activities – other sources"]},e.exports["Financing activities – other uses_study"]={en:["Financing activities – other uses"]},e.exports["Fisher Transform_study"]={en:["Fisher Transform"]},e.exports["Fixed Range Volume Profile_study"]={en:["Fixed Range Volume Profile"]},e.exports["Fixed Range_study"]={en:["Fixed Range"]},e.exports["Float shares outstanding_study"]={en:["Float shares outstanding"]},e.exports["Free cash flow margin %_study"]={en:["Free cash flow margin %"]},e.exports["Free cash flow_study"]={en:["Free cash flow"]},e.exports["Fulmer H factor_study"]={en:["Fulmer H factor"]},e.exports["Funds from operations_study"]={en:["Funds from operations"]},e.exports.Gaps_study={en:["Gaps"]},e.exports["Goodwill to assets ratio_study"]={en:["Goodwill to assets ratio"]},e.exports["Goodwill, net_study"]={en:["Goodwill, net"]},e.exports["Graham's number_study"]={en:["Graham's number"]},e.exports["Gravestone Doji - Bearish_study"]={en:["Gravestone Doji - Bearish"]},e.exports["Greedy Strategy_study"]={en:["Greedy Strategy"]},e.exports["Gross margin %_study"]={en:["Gross margin %"]},e.exports["Gross profit to assets ratio_study"]={en:["Gross profit to assets ratio"]},e.exports["Gross profit_study"]={en:["Gross profit"]},e.exports["Gross property/plant/equipment_study"]={en:["Gross property/plant/equipment"]},e.exports["Guppy Multiple Moving Average_study"]={en:["Guppy Multiple Moving Average"]},e.exports["Hammer - Bullish_study"]={en:["Hammer - Bullish"]},e.exports["Hanging Man - Bearish_study"]={en:["Hanging Man - Bearish"]},e.exports["Harami - Bearish_study"]={en:["Harami - Bearish"]},e.exports["Harami - Bullish_study"]={en:["Harami - Bullish"]},e.exports["Harami Cross - Bearish_study"]={en:["Harami Cross - Bearish"]},e.exports["Harami Cross - Bullish_study"]={en:["Harami Cross - Bullish"]},e.exports["Head and Shoulders Chart Pattern_study"]={en:["Head and Shoulders Chart Pattern"]},e.exports["Historical Volatility_study"]={en:["Historical Volatility"]},e.exports["Hull Moving Average_study"]={en:["Hull Moving Average"]},e.exports["Ichimoku Cloud_study"]={en:["Ichimoku Cloud"]},e.exports.Ichimoku_study={en:["Ichimoku"]},e.exports.Impairments_study={en:["Impairments"]},e.exports["InSide Bar Strategy_study"]={en:["InSide Bar Strategy"]},e.exports["Income Tax Credits_study"]={en:["Income Tax Credits"]},e.exports["Income Tax, current - foreign_study"]={en:["Income Tax, current - foreign"]},e.exports["Income tax payable_study"]={en:["Income tax payable"]},e.exports["Income tax, current - domestic_study"]={en:["Income tax, current - domestic"]},e.exports["Income tax, current_study"]={en:["Income tax, current"]},e.exports["Income tax, deferred - domestic_study"]={en:["Income tax, deferred - domestic"]},e.exports["Income tax, deferred - foreign_study"]={en:["Income tax, deferred - foreign"]},e.exports["Income tax, deferred_study"]={en:["Income tax, deferred"]},
+e.exports["Interest capitalized_study"]={en:["Interest capitalized"]},e.exports["Interest coverage_study"]={en:["Interest coverage"]},e.exports["Interest expense on debt_study"]={en:["Interest expense on debt"]},e.exports["Interest expense, net of interest capitalized_study"]={en:["Interest expense, net of interest capitalized"]},e.exports["Inventories - finished goods_study"]={en:["Inventories - finished goods"]},e.exports["Inventories - progress payments & other_study"]={en:["Inventories - progress payments & other"]},e.exports["Inventories - raw materials_study"]={en:["Inventories - raw materials"]},e.exports["Inventories - work in progress_study"]={en:["Inventories - work in progress"]},e.exports["Inventory to revenue ratio_study"]={en:["Inventory to revenue ratio"]},e.exports["Inventory turnover_study"]={en:["Inventory turnover"]},e.exports["Inverted Cup and Handle Chart Pattern_study"]={en:["Inverted Cup and Handle Chart Pattern"]},e.exports["Inverted Hammer - Bullish_study"]={en:["Inverted Hammer - Bullish"]},e.exports["Inverted Head and Shoulders Chart Pattern_study"]={en:["Inverted Head and Shoulders Chart Pattern"]},e.exports["Investing activities – other sources_study"]={en:["Investing activities – other sources"]},e.exports["Investing activities – other uses_study"]={en:["Investing activities – other uses"]},e.exports["Investments in unconsolidated subsidiaries_study"]={en:["Investments in unconsolidated subsidiaries"]},e.exports["Issuance of long term debt_study"]={en:["Issuance of long term debt"]},e.exports["Issuance/retirement of debt, net_study"]={en:["Issuance/retirement of debt, net"]},e.exports["Issuance/retirement of long term debt_study"]={en:["Issuance/retirement of long term debt"]},e.exports["Issuance/retirement of other debt_study"]={en:["Issuance/retirement of other debt"]},e.exports["Issuance/retirement of short term debt_study"]={en:["Issuance/retirement of short term debt"]},e.exports["Issuance/retirement of stock, net_study"]={en:["Issuance/retirement of stock, net"]},e.exports["KZ index_study"]={en:["KZ index"]},e.exports["Keltner Channel Strategy_study"]={en:["Keltner Channel Strategy"]},e.exports["Keltner Channels Strategy_study"]={en:["Keltner Channels Strategy"]},e.exports["Keltner Channels_study"]={en:["Keltner Channels"]},e.exports["Key stats_study"]={en:["Key stats"]},e.exports["Kicking - Bearish_study"]={en:["Kicking - Bearish"]},e.exports["Kicking - Bullish_study"]={en:["Kicking - Bullish"]},e.exports["Klinger Oscillator_study"]={en:["Klinger Oscillator"]},e.exports["Know Sure Thing_study"]={en:["Know Sure Thing"]},e.exports["Least Squares Moving Average_study"]={en:["Least Squares Moving Average"]},e.exports["Legal claim expense_study"]={en:["Legal claim expense"]},e.exports["Linear Regression Channel_study"]={en:["Linear Regression Channel"]},e.exports["Linear Regression Curve_study"]={en:["Linear Regression Curve"]},e.exports["Linear Regression Slope_study"]={en:["Linear Regression Slope"]},e.exports["Linear Regression_study"]={en:["Linear Regression"]},
+e.exports["Liquidity ratios_study"]={en:["Liquidity ratios"]},e.exports["Long Lower Shadow - Bullish_study"]={en:["Long Lower Shadow - Bullish"]},e.exports["Long Upper Shadow - Bearish_study"]={en:["Long Upper Shadow - Bearish"]},e.exports["Long term debt excl. lease liabilities_study"]={en:["Long term debt excl. lease liabilities"]},e.exports["Long term debt to total assets ratio_study"]={en:["Long term debt to total assets ratio"]},e.exports["Long term debt to total equity ratio_study"]={en:["Long term debt to total equity ratio"]},e.exports["Long term debt_study"]={en:["Long term debt"]},e.exports["Long term investments_study"]={en:["Long term investments"]},e.exports["MA Cross_study"]={en:["MA Cross"]},e.exports["MA with EMA Cross_study"]={en:["MA with EMA Cross"]},e.exports["MA/EMA Cross_study"]={en:["MA/EMA Cross"]},e.exports["MACD Strategy_study"]={en:["MACD Strategy"]},e.exports.MACD_study={en:["MACD"]},e.exports["Majority Rule_study"]={en:["Majority Rule"]},e.exports["Market capitalization_study"]={en:["Market capitalization"]},e.exports["Marubozu Black - Bearish_study"]={en:["Marubozu Black - Bearish"]},e.exports["Marubozu White - Bullish_study"]={en:["Marubozu White - Bullish"]},e.exports["Mass Index_study"]={en:["Mass Index"]},e.exports["McGinley Dynamic_study"]={en:["McGinley Dynamic"]},e.exports["Median Price_study"]={en:["Median Price"]},e.exports.Median_study={en:["Median"],cs:["Střední"]},e.exports["Minority interest_study"]={en:["Minority interest"]},e.exports["Miscellaneous non-operating expense_study"]={en:["Miscellaneous non-operating expense"]},e.exports["Momentum Strategy_study"]={en:["Momentum Strategy"]},e.exports.Momentum_study={en:["Momentum"]},e.exports["Money Flow Index_study"]={en:["Money Flow Index"]},e.exports["Money Flow_study"]={en:["Money Flow"]},e.exports["Moon Phases_study"]={en:["Moon Phases"]},e.exports["Morning Doji Star - Bullish_study"]={en:["Morning Doji Star - Bullish"]},e.exports["Morning Star - Bullish_study"]={en:["Morning Star - Bullish"]},e.exports["Moving Average Adaptive_study"]={en:["Moving Average Adaptive"]},e.exports["Moving Average Channel_study"]={en:["Moving Average Channel"]},e.exports["Moving Average Convergence Divergence_study"]={en:["Moving Average Convergence Divergence"]},e.exports["Moving Average Convergence/Divergence_study"]={en:["Moving Average Convergence/Divergence"]},e.exports["Moving Average Double_study"]={en:["Moving Average Double"]},e.exports["Moving Average Exponential_study"]={en:["Moving Average Exponential"],cs:["Exponenciální Pohyblivý Průměr"]},e.exports["Moving Average Hamming_study"]={en:["Moving Average Hamming"]},e.exports["Moving Average Modified_study"]={en:["Moving Average Modified"]},e.exports["Moving Average Multiple_study"]={en:["Moving Average Multiple"]},e.exports["Moving Average Ribbon_study"]={en:["Moving Average Ribbon"]},e.exports["Moving Average Simple_study"]={en:["Moving Average Simple"]},e.exports["Moving Average Triple_study"]={en:["Moving Average Triple"]},e.exports["Moving Average Weighted_study"]={
+en:["Moving Average Weighted"]},e.exports["Moving Average_study"]={en:["Moving Average"]},e.exports["MovingAvg Cross_study"]={en:["MovingAvg Cross"]},e.exports["MovingAvg2Line Cross_study"]={en:["MovingAvg2Line Cross"]},e.exports["Multi-Time Period Charts_study"]={en:["Multi-Time Period Charts"]},e.exports["Net Volume_study"]={en:["Net Volume"],cs:["Čistý Objem"]},e.exports["Net current asset value per share_study"]={en:["Net current asset value per share"]},e.exports["Net debt_study"]={en:["Net debt"]},e.exports["Net income (cash flow)_study"]={en:["Net income (cash flow)"]},e.exports["Net income before discontinued operations_study"]={en:["Net income before discontinued operations"]},e.exports["Net income per employee_study"]={en:["Net income per employee"]},e.exports["Net income_study"]={en:["Net income"]},e.exports["Net intangible assets_study"]={en:["Net intangible assets"]},e.exports["Net margin %_study"]={en:["Net margin %"]},e.exports["Net property/plant/equipment_study"]={en:["Net property/plant/equipment"]},e.exports["Non-cash items_study"]={en:["Non-cash items"]},e.exports["Non-controlling/minority interest_study"]={en:["Non-controlling/minority interest"]},e.exports["Non-operating income, excl. interest expenses_study"]={en:["Non-operating income, excl. interest expenses"]},e.exports["Non-operating income, total_study"]={en:["Non-operating income, total"]},e.exports["Non-operating interest income_study"]={en:["Non-operating interest income"]},e.exports["Note receivable - long term_study"]={en:["Note receivable - long term"]},e.exports["Notes payable_study"]={en:["Notes payable"]},e.exports["Number of employees_study"]={en:["Number of employees"]},e.exports["Number of shareholders_study"]={en:["Number of shareholders"]},e.exports["On Balance Volume_study"]={en:["On Balance Volume"]},e.exports["On Neck - Bearish_study"]={en:["On Neck - Bearish"]},e.exports["Open Interest_study"]={en:["Open Interest"]},e.exports["Operating earnings yield %_study"]={en:["Operating earnings yield %"]},e.exports["Operating expenses (excl. COGS)_study"]={en:["Operating expenses (excl. COGS)"]},e.exports["Operating income_study"]={en:["Operating income"]},e.exports["Operating lease liabilities_study"]={en:["Operating lease liabilities"]},e.exports["Operating margin %_study"]={en:["Operating margin %"]},e.exports["Other COGS_study"]={en:["Other COGS"]},e.exports["Other common equity_study"]={en:["Other common equity"]},e.exports["Other cost of goods sold_study"]={en:["Other cost of goods sold"]},e.exports["Other current assets, total_study"]={en:["Other current assets, total"]},e.exports["Other current liabilities_study"]={en:["Other current liabilities"]},e.exports["Other exceptional charges_study"]={en:["Other exceptional charges"]},e.exports["Other financing cash flow items, total_study"]={en:["Other financing cash flow items, total"]},e.exports["Other intangibles, net_study"]={en:["Other intangibles, net"]},e.exports["Other investing cash flow items, total_study"]={en:["Other investing cash flow items, total"]},
+e.exports["Other investments_study"]={en:["Other investments"]},e.exports["Other liabilities, total_study"]={en:["Other liabilities, total"]},e.exports["Other long term assets, total_study"]={en:["Other long term assets, total"]},e.exports["Other non-current liabilities, total_study"]={en:["Other non-current liabilities, total"]},e.exports["Other operating expenses, total_study"]={en:["Other operating expenses, total"]},e.exports["Other receivables_study"]={en:["Other receivables"]},e.exports["Other short term debt_study"]={en:["Other short term debt"]},e.exports["OutSide Bar Strategy_study"]={en:["OutSide Bar Strategy"]},e.exports.Overlay_study={en:["Overlay"]},e.exports["PEG ratio_study"]={en:["PEG ratio"]},e.exports["Paid in capital_study"]={en:["Paid in capital"]},e.exports["Parabolic SAR Strategy_study"]={en:["Parabolic SAR Strategy"]},e.exports["Parabolic SAR_study"]={en:["Parabolic SAR"]},e.exports["Periodic Volume Profile_study"]={en:["Periodic Volume Profile"]},e.exports["Piercing - Bullish_study"]={en:["Piercing - Bullish"]},e.exports["Piotroski F-score_study"]={en:["Piotroski F-score"]},e.exports["Pivot Extension Strategy_study"]={en:["Pivot Extension Strategy"]},e.exports["Pivot Points High Low_study"]={en:["Pivot Points High Low"]},e.exports["Pivot Points Standard_study"]={en:["Pivot Points Standard"]},e.exports["Pivot Reversal Strategy_study"]={en:["Pivot Reversal Strategy"]},e.exports["Preferred dividends paid_study"]={en:["Preferred dividends paid"]},e.exports["Preferred dividends_study"]={en:["Preferred dividends"]},e.exports["Preferred stock, carrying value_study"]={en:["Preferred stock, carrying value"]},e.exports["Prepaid expenses_study"]={en:["Prepaid expenses"]},e.exports["Pretax equity in earnings_study"]={en:["Pretax equity in earnings"]},e.exports["Pretax income_study"]={en:["Pretax income"]},e.exports["Price Channel Strategy_study"]={en:["Price Channel Strategy"]},e.exports["Price Channel_study"]={en:["Price Channel"]},e.exports["Price Oscillator_study"]={en:["Price Oscillator"]},e.exports["Price Volume Trend_study"]={en:["Price Volume Trend"]},e.exports["Price earnings ratio forward_study"]={en:["Price earnings ratio forward"]},e.exports["Price sales ratio forward_study"]={en:["Price sales ratio forward"]},e.exports["Price to book ratio_study"]={en:["Price to book ratio"]},e.exports["Price to cash flow ratio_study"]={en:["Price to cash flow ratio"]},e.exports["Price to earnings ratio_study"]={en:["Price to earnings ratio"]},e.exports["Price to free cash flow ratio_study"]={en:["Price to free cash flow ratio"]},e.exports["Price to sales ratio_study"]={en:["Price to sales ratio"]},e.exports["Price to tangible book ratio_study"]={en:["Price to tangible book ratio"]},e.exports["Profitability ratios_study"]={en:["Profitability ratios"]},e.exports["Provision for risks & charge_study"]={en:["Provision for risks & charge"]},e.exports["Purchase of investments_study"]={en:["Purchase of investments"]},e.exports["Purchase/acquisition of business_study"]={en:["Purchase/acquisition of business"]},
+e.exports["Purchase/sale of business, net_study"]={en:["Purchase/sale of business, net"]},e.exports["Purchase/sale of investments, net_study"]={en:["Purchase/sale of investments, net"]},e.exports["Quality ratio_study"]={en:["Quality ratio"]},e.exports["Quick ratio_study"]={en:["Quick ratio"]},e.exports["RSI Strategy_study"]={en:["RSI Strategy"]},e.exports["Rate Of Change_study"]={en:["Rate Of Change"]},e.exports["Rectangle Chart Pattern_study"]={en:["Rectangle Chart Pattern"]},e.exports["Reduction of long term debt_study"]={en:["Reduction of long term debt"]},e.exports["Relative Strength Index_study"]={en:["Relative Strength Index"]},e.exports["Relative Vigor Index_study"]={en:["Relative Vigor Index"]},e.exports["Relative Volatility Index_study"]={en:["Relative Volatility Index"]},e.exports["Relative Volume at Time_study"]={en:["Relative Volume at Time"]},e.exports["Repurchase of common & preferred stock_study"]={en:["Repurchase of common & preferred stock"]},e.exports["Research & development to revenue ratio_study"]={en:["Research & development to revenue ratio"]},e.exports["Research & development_study"]={en:["Research & development"]},e.exports["Restructuring charge_study"]={en:["Restructuring charge"]},e.exports["Retained earnings_study"]={en:["Retained earnings"]},e.exports["Return on assets %_study"]={en:["Return on assets %"]},e.exports["Return on equity %_study"]={en:["Return on equity %"]},e.exports["Return on equity adjusted to book value %_study"]={en:["Return on equity adjusted to book value %"]},e.exports["Return on invested capital %_study"]={en:["Return on invested capital %"]},e.exports["Return on tangible assets %_study"]={en:["Return on tangible assets %"]},e.exports["Return on tangible equity %_study"]={en:["Return on tangible equity %"]},e.exports["Revenue estimates_study"]={en:["Revenue estimates"]},e.exports["Revenue one year growth_study"]={en:["Revenue one year growth"]},e.exports["Revenue per employee_study"]={en:["Revenue per employee"]},e.exports["Rising Three Methods - Bullish_study"]={en:["Rising Three Methods - Bullish"]},e.exports["Rising Wedge Chart Pattern_study"]={en:["Rising Wedge Chart Pattern"]},e.exports["Rising Window - Bullish_study"]={en:["Rising Window - Bullish"]},e.exports["Rob Booker - ADX Breakout_study"]={en:["Rob Booker - ADX Breakout"]},e.exports["Rob Booker - Intraday Pivot Points_study"]={en:["Rob Booker - Intraday Pivot Points"]},e.exports["Rob Booker - Knoxville Divergence_study"]={en:["Rob Booker - Knoxville Divergence"]},e.exports["Rob Booker - Missed Pivot Points_study"]={en:["Rob Booker - Missed Pivot Points"]},e.exports["Rob Booker - Reversal_study"]={en:["Rob Booker - Reversal"]},e.exports["Rob Booker - Ziv Ghost Pivots_study"]={en:["Rob Booker - Ziv Ghost Pivots"]},e.exports["SMI Ergodic Indicator/Oscillator_study"]={en:["SMI Ergodic Indicator/Oscillator"]},e.exports["SMI Ergodic Indicator_study"]={en:["SMI Ergodic Indicator"]},e.exports["SMI Ergodic Oscillator_study"]={en:["SMI Ergodic Oscillator"]},e.exports["Sale of common & preferred stock_study"]={
+en:["Sale of common & preferred stock"]},e.exports["Sale of fixed assets & businesses_study"]={en:["Sale of fixed assets & businesses"]},e.exports["Sale/maturity of investments_study"]={en:["Sale/maturity of investments"]},e.exports["Selling/general/admin expenses, other_study"]={en:["Selling/general/admin expenses, other"]},e.exports["Selling/general/admin expenses, total_study"]={en:["Selling/general/admin expenses, total"]},e.exports["Session Volume HD_study"]={en:["Session Volume HD"],cs:["Session Volume"]},e.exports["Session Volume Profile HD_study"]={en:["Session Volume Profile HD"]},e.exports["Session Volume Profile_study"]={en:["Session Volume Profile"]},e.exports["Session Volume_study"]={en:["Session Volume"]},e.exports["Shareholders' equity_study"]={en:["Shareholders' equity"]},e.exports["Shares buyback ratio %_study"]={en:["Shares buyback ratio %"]},e.exports["Shooting Star - Bearish_study"]={en:["Shooting Star - Bearish"]},e.exports["Short term debt excl. current portion of LT debt_study"]={en:["Short term debt excl. current portion of LT debt"]},e.exports["Short term debt_study"]={en:["Short term debt"]},e.exports["Short term investments_study"]={en:["Short term investments"]},e.exports["Sloan ratio %_study"]={en:["Sloan ratio %"]},e.exports["Smoothed Moving Average_study"]={en:["Smoothed Moving Average"]},e.exports["Solvency ratios_study"]={en:["Solvency ratios"]},e.exports["Spinning Top Black_study"]={en:["Spinning Top Black"]},e.exports["Spinning Top White_study"]={en:["Spinning Top White"]},e.exports["Springate score_study"]={en:["Springate score"]},e.exports["Standard Deviation_study"]={en:["Standard Deviation"]},e.exports["Standard Error Bands_study"]={en:["Standard Error Bands"]},e.exports["Standard Error_study"]={en:["Standard Error"]},e.exports.Stoch_study={en:["Stoch"]},e.exports["Stochastic Momentum Index_study"]={en:["Stochastic Momentum Index"]},e.exports["Stochastic RSI_study"]={en:["Stochastic RSI"]},e.exports["Stochastic Slow Strategy_study"]={en:["Stochastic Slow Strategy"]},e.exports.Stochastic_study={en:["Stochastic"]},e.exports.SuperTrend_study={en:["SuperTrend"]},e.exports["Supertrend Strategy_study"]={en:["Supertrend Strategy"]},e.exports.Supertrend_study={en:["Supertrend"]},e.exports["Sustainable growth rate_study"]={en:["Sustainable growth rate"]},e.exports.TRIX_study={en:["TRIX"]},e.exports["Tangible book value per share_study"]={en:["Tangible book value per share"]},e.exports["Tangible common equity ratio_study"]={en:["Tangible common equity ratio"]},e.exports.Taxes_study={en:["Taxes"]},e.exports["Technical Ratings Strategy_study"]={en:["Technical Ratings Strategy"]},e.exports["Technical Ratings_study"]={en:["Technical Ratings"]},e.exports.Technicals_study={en:["Technicals"]},e.exports["Three Black Crows - Bearish_study"]={en:["Three Black Crows - Bearish"]},e.exports["Three White Soldiers - Bullish_study"]={en:["Three White Soldiers - Bullish"]},e.exports["Time Weighted Average Price_study"]={en:["Time Weighted Average Price"]},e.exports["Tobin's Q (approximate)_study"]={
+en:["Tobin's Q (approximate)"]},e.exports["Total assets_study"]={en:["Total assets"]},e.exports["Total cash dividends paid_study"]={en:["Total cash dividends paid"]},e.exports["Total common shares outstanding_study"]={en:["Total common shares outstanding"]},e.exports["Total current assets_study"]={en:["Total current assets"]},e.exports["Total current liabilities_study"]={en:["Total current liabilities"]},e.exports["Total debt_study"]={en:["Total debt"]},e.exports["Total equity_study"]={en:["Total equity"]},e.exports["Total inventory_study"]={en:["Total inventory"]},e.exports["Total liabilities & shareholders' equities_study"]={en:["Total liabilities & shareholders' equities"]},e.exports["Total liabilities_study"]={en:["Total liabilities"]},e.exports["Total non-current assets_study"]={en:["Total non-current assets"]},e.exports["Total non-current liabilities_study"]={en:["Total non-current liabilities"]},e.exports["Total operating expenses_study"]={en:["Total operating expenses"]},e.exports["Total receivables, net_study"]={en:["Total receivables, net"]},e.exports["Total revenue_study"]={en:["Total revenue"]},e.exports["Trading Sessions_study"]={en:["Trading Sessions"]},e.exports["Treasury stock - common_study"]={en:["Treasury stock - common"]},e.exports["Trend Strength Index_study"]={en:["Trend Strength Index"]},e.exports["Tri-Star - Bearish_study"]={en:["Tri-Star - Bearish"]},e.exports["Tri-Star - Bullish_study"]={en:["Tri-Star - Bullish"]},e.exports["Triangle Chart Pattern_study"]={en:["Triangle Chart Pattern"]},e.exports["Triple Bottom Chart Pattern_study"]={en:["Triple Bottom Chart Pattern"]},e.exports["Triple EMA_study"]={en:["Triple EMA"]},e.exports["Triple Top Chart Pattern_study"]={en:["Triple Top Chart Pattern"]},e.exports["True Strength Index_study"]={en:["True Strength Index"]},e.exports["True Strength Indicator_study"]={en:["True Strength Indicator"],cs:["Pravdivý Indikátor Síly"]},e.exports["Tweezer Top - Bearish_study"]={en:["Tweezer Top - Bearish"]},e.exports["Typical Price_study"]={en:["Typical Price"]},e.exports["Ultimate Oscillator_study"]={en:["Ultimate Oscillator"]},e.exports["Unrealized gain/loss_study"]={en:["Unrealized gain/loss"]},e.exports["Unusual income/expense_study"]={en:["Unusual income/expense"]},e.exports["Up/Down Volume_study"]={en:["Up/Down Volume"]},e.exports["Upside Tasuki Gap - Bullish_study"]={en:["Upside Tasuki Gap - Bullish"]},e.exports["VWAP Auto Anchored_study"]={en:["VWAP Auto Anchored"]},e.exports.VWAP_study={en:["VWAP"]},e.exports.VWMA_study={en:["VWMA"]},e.exports["Valuation ratios_study"]={en:["Valuation ratios"]},e.exports["Visible Average Price_study"]={en:["Visible Average Price"]},e.exports["Visible Range Volume Profile_study"]={en:["Visible Range Volume Profile"]},e.exports["Visible Range_study"]={en:["Visible Range"]},e.exports.Vol_study={en:["Vol"]},e.exports["Volatility Close-to-Close_study"]={en:["Volatility Close-to-Close"]},e.exports["Volatility Index_study"]={en:["Volatility Index"]},e.exports["Volatility O-H-L-C_study"]={en:["Volatility O-H-L-C"]},
+e.exports["Volatility Stop_study"]={en:["Volatility Stop"]},e.exports["Volatility Zero Trend Close-to-Close_study"]={en:["Volatility Zero Trend Close-to-Close"]},e.exports["Volty Expan Close Strategy_study"]={en:["Volty Expan Close Strategy"]},e.exports["Volume Oscillator_study"]={en:["Volume Oscillator"]},e.exports["Volume Weighted Average Price_study"]={en:["Volume Weighted Average Price"]},e.exports["Volume Weighted Moving Average_study"]={en:["Volume Weighted Moving Average"]},e.exports.Volume_study={en:["Volume"],cs:["Objem"]},e.exports["Vortex Indicator_study"]={en:["Vortex Indicator"]},e.exports["Williams %R_study"]={en:["Williams %R"]},e.exports["Williams Alligator_study"]={en:["Williams Alligator"]},e.exports["Williams Fractal_study"]={en:["Williams Fractal"]},e.exports["Williams Fractals_study"]={en:["Williams Fractals"]},e.exports["Williams Percent Range_study"]={en:["Williams Percent Range"]},e.exports["Woodies CCI_study"]={en:["Woodies CCI"]},e.exports["Zig Zag_study"]={en:["Zig Zag"]},e.exports["Zmijewski score_study"]={en:["Zmijewski score"]}},89633:e=>{e.exports={en:["Anchored Volume Profile"]}},25705:e=>{e.exports={en:["Fixed Range Volume Profile"]}},24261:e=>{e.exports={en:["Vol"]}},67736:e=>{e.exports={en:["Minor"]}},922:e=>{e.exports={en:["Minute"],cs:["Minuta"]}},91405:e=>{e.exports={en:["Text"]}},78972:e=>{e.exports={en:["Couldn't copy"]}},10615:e=>{e.exports={en:["Couldn't cut"]}},81518:e=>{e.exports={en:["Couldn't paste"]}},83140:e=>{e.exports={en:["Countdown to bar close"],cs:["Countdown To Bar Close"]}},10871:e=>{e.exports={en:["Colombo"]}},55761:e=>{e.exports={en:["Columns"],cs:["Sloupce"]}},9818:e=>{e.exports={en:["Comment"],cs:["Komentář"]}},53942:e=>{e.exports={en:["Compare or Add Symbol"],cs:["Porovnat nebo přidat symbol"]}},12086:e=>{e.exports={en:["Compilation error"]}},71692:e=>{e.exports={en:["Confirm to remove locked drawings"]}},48141:e=>{e.exports={en:["Confirm Inputs"]}},81605:e=>{e.exports={en:["Confirm Remove Study Tree"]}},38917:e=>{e.exports={en:["Copenhagen"]}},49680:e=>{e.exports={en:["Copy"],cs:["Kopírovat"]}},66134:e=>{e.exports={en:["Copy Chart Layout"]}},63553:e=>{e.exports={en:["Copy price"]}},65736:e=>{e.exports={en:["Cairo"]}},25381:e=>{e.exports={en:["Callout"],cs:["Popisek"]}},45054:e=>{e.exports={en:["Candles"],cs:["Svíčky"]}},30948:e=>{e.exports={en:["Caracas"]}},70409:e=>{e.exports={en:["Casablanca"]}},37276:e=>{e.exports={en:["Change"]}},85124:e=>{e.exports={en:["Change Symbol"],cs:["Změnit symbol"]}},2569:e=>{e.exports={en:["Change interval"],cs:["Změnit Interval"]}},9687:e=>{e.exports={en:["Change interval. Press number or comma"]}},36332:e=>{e.exports={en:["Change symbol. Start typing symbol name"]}},48566:e=>{e.exports={en:["Change scale currency"]}},85110:e=>{e.exports={en:["Change scale unit"]}},56275:e=>{e.exports={en:["Chart #{index}"]}},39950:e=>{e.exports={en:["Chart Properties"],cs:["Vlastnosti grafu"]}},98856:e=>{e.exports={en:["Chart by TradingView"]}},1136:e=>{e.exports={en:["Chart for {symbol}, {interval}"]}},69804:e=>{e.exports={
+en:["Chart image copied to clipboard {emoji}"]}},6655:e=>{e.exports={en:["Chart image embed code copied to clipboard {emoji}"]}},36549:e=>{e.exports={en:["Chatham Islands"]}},72452:e=>{e.exports={en:["Chicago"]}},50349:e=>{e.exports={en:["Chongqing"]}},91944:e=>{e.exports={en:["Circle"]}},14985:e=>{e.exports={en:["Click to set a point"],cs:["Klepnutím nastavte bod"]}},12537:e=>{e.exports={en:["Clone"],cs:["Klonovat"]}},62578:e=>{e.exports={en:["Close"],cs:["Zavřít"]}},264:e=>{e.exports={en:["Create limit order"]}},6969:e=>{e.exports={en:["Cross"],cs:["Kříž"]}},74334:e=>{e.exports={en:["Cross Line"]}},59396:e=>{e.exports={en:["Currencies"],cs:["Měny"]}},20177:e=>{e.exports={en:["Current interval and above"]}},494:e=>{e.exports={en:["Current interval and below"]}},60668:e=>{e.exports={en:["Current interval only"]}},78609:e=>{e.exports={en:["Curve"]}},87380:e=>{e.exports={en:["Cycle"],cs:["Cyklus"]}},84031:e=>{e.exports={en:["Cyclic Lines"],cs:["Cyklické linie"]}},93191:e=>{e.exports={en:["Cypher Pattern"]}},7219:e=>{e.exports={en:["A layout with that name already exists"]}},67635:e=>{e.exports={en:["A layout with that name already exists. Do you want to overwrite it?"]}},46712:e=>{e.exports={en:["ABCD Pattern"],cs:["ABCD model"]}},36485:e=>{e.exports={en:["Amsterdam"]}},24185:e=>{e.exports={en:["Anchor"]}},42630:e=>{e.exports={en:["Anchorage"]}},42669:e=>{e.exports={en:["Anchored Text"],cs:["Ukotvený text"]}},84541:e=>{e.exports={en:["Anchored VWAP"]}},77401:e=>{e.exports={en:["Access error"]}},46501:e=>{e.exports={en:["Add Symbol"],cs:["Přidat symbol"]}},2439:e=>{e.exports={en:["Add financial metric for {instrumentName}"]}},35088:e=>{e.exports={en:["Add indicator/strategy on {studyTitle}"]}},35679:e=>{e.exports={en:["Add this financial metric to entire layout"]}},10996:e=>{e.exports={en:["Add this financial metric to favorites"]}},26090:e=>{e.exports={en:["Add this indicator to entire layout"]}},92957:e=>{e.exports={en:["Add this indicator to favorites"]}},95754:e=>{e.exports={en:["Add this strategy to entire layout"]}},39010:e=>{e.exports={en:["Add this symbol to entire layout"]}},426:e=>{e.exports={en:["Adelaide"]}},40452:e=>{e.exports={en:["Always invisible"],cs:["Always Invisible"]}},36299:e=>{e.exports={en:["Always visible"],cs:["Always Visible"]}},58026:e=>{e.exports={en:["All intervals"]}},78358:e=>{e.exports={en:["Apply default"],cs:["Použít výchozí"]}},22437:e=>{e.exports={en:["Apply these indicators to entire layout"]}},27072:e=>{e.exports={en:["Apr"],cs:["Duben"]}},59324:e=>{e.exports={en:["Arc"],cs:["Oblouk"]}},34456:e=>{e.exports={en:["Area"],cs:["Oblast"]}},11858:e=>{e.exports={en:["Arrow"],cs:["Šipka"]}},34247:e=>{e.exports={en:["Arrow Down"]}},36352:e=>{e.exports={en:["Arrow Marker"]}},73193:e=>{e.exports={en:["Arrow Mark Down"],cs:["Šipka dolů"]}},1949:e=>{e.exports={en:["Arrow Mark Left"],cs:["Šipka doleva"]}},86275:e=>{e.exports={en:["Arrow Mark Right"],cs:["Šipka doprava"]}},62453:e=>{e.exports={en:["Arrow Mark Up"],cs:["Šipka nahoru"]}},77231:e=>{e.exports={en:["Arrow Up"]}},98128:e=>{e.exports={
+en:["Astana"]}},63627:e=>{e.exports={en:["Ashgabat"],cs:["Ashkhabad"]}},72445:e=>{e.exports={en:["At close"]}},73702:e=>{e.exports={en:["Athens"],cs:["Athény"]}},21469:e=>{e.exports={en:["Auto"]}},24157:e=>{e.exports={en:["Auto (fits data to screen)"],cs:["Auto (Fits Data To Screen)"]}},46450:e=>{e.exports={en:["Aug"],cs:["Srpen"]}},21841:e=>{e.exports={en:["Average close price label"]}},16138:e=>{e.exports={en:["Average close price line"]}},73025:e=>{e.exports={en:["Avg"]}},87580:e=>{e.exports={en:["Azores"]}},73905:e=>{e.exports={en:["Bogota"]}},90594:e=>{e.exports={en:["Bahrain"]}},70540:e=>{e.exports={en:["Balloon"],cs:["Bublina"]}},47045:e=>{e.exports={en:["Bangkok"]}},92101:e=>{e.exports={en:["Bar Replay isn't available for this chart type. Want to exit Bar Replay?"]}},32482:e=>{e.exports={en:["Bar Replay isn't available for this symbol. Want to exit Bar Replay?"]}},85902:e=>{e.exports={en:["Bar Replay isn't available for this time interval. Want to exit Bar Replay?"]}},27377:e=>{e.exports={en:["Bars"],cs:["Sloupcový Graf"]}},81994:e=>{e.exports={en:["Bars Pattern"],cs:["Předloha grafu"]}},59213:e=>{e.exports={en:["Baseline"]}},71797:e=>{e.exports={en:["Belgrade"]}},64313:e=>{e.exports={en:["Berlin"],cs:["Berlín"]}},43539:e=>{e.exports={en:["Brush"],cs:["Štětec"]}},91499:e=>{e.exports={en:["Brussels"]}},70876:e=>{e.exports={en:["Bratislava"]}},55481:e=>{e.exports={en:["Bring forward"],cs:["Posunout dopředu"]}},17293:e=>{e.exports={en:["Bring to front"],cs:["Přenést do popředí"]}},79336:e=>{e.exports={en:["Brisbane"]}},33672:e=>{e.exports={en:["Bucharest"]}},20313:e=>{e.exports={en:["Budapest"]}},25282:e=>{e.exports={en:["Buenos Aires"]}},46768:e=>{e.exports={en:["By TradingView"]}},54280:e=>{e.exports={en:["Go to date"]}},74975:e=>{e.exports={en:["Go to {lineToolName}"]}},15462:e=>{e.exports={en:["Got it"]}},47460:e=>{e.exports={en:["Gann Box"],cs:["Gann rámeček"]}},48683:e=>{e.exports={en:["Gann Fan"],cs:["Gann vějíř"]}},44763:e=>{e.exports={en:["Gann Square"],cs:["Gann čtverec"]}},60707:e=>{e.exports={en:["Gann Square Fixed"]}},46808:e=>{e.exports={en:["Ghost Feed"]}},57726:e=>{e.exports={en:["Grand supercycle"],cs:["Grand Supercycle"]}},15096:e=>{e.exports={en:["Do you really want to delete indicator template '{name}' ?"]}},77174:e=>{e.exports={en:["Do you really want to delete study and all of it's children?"]}},77125:e=>{e.exports={en:["Double Curve"]}},9430:e=>{e.exports={en:["Double-click any edge to reset layout grid"]}},75296:e=>{e.exports={en:["Double-click to finish Path"]}},17409:e=>{e.exports={en:["Double-click to finish Polyline"]}},36539:e=>{e.exports={en:["Double-tap any edge to reset layout grid"]}},57131:e=>{e.exports={en:["Data Provided by"]}},22677:e=>{e.exports={en:["Date"],cs:["Datum"]}},85444:e=>{e.exports={en:["Date Range"],cs:["Časové období"]}},47017:e=>{e.exports={en:["Date and Price Range"]}},32084:e=>{e.exports={en:["Dec"],cs:["Prosinec"]}},23403:e=>{e.exports={en:["Degree"]}},27358:e=>{e.exports={en:["Denver"]}},24959:e=>{e.exports={en:["Dhaka"]}},15179:e=>{e.exports={
+en:["Diamond"]}},91544:e=>{e.exports={en:["Disjoint Channel"]}},70132:e=>{e.exports={en:["Displacement"]}},93864:e=>{e.exports={en:["Drawings toolbar"],cs:["Drawings Toolbar"]}},56916:e=>{e.exports={en:["Draw Horizontal Line at {price}"]}},23650:e=>{e.exports={en:["Dubai"]}},79716:e=>{e.exports={en:["Dublin"]}},73456:e=>{e.exports={en:["Emoji"]}},9541:e=>{e.exports={en:["Enter a new chart layout name"]}},80943:e=>{e.exports={en:["Elliott Correction Wave (ABC)"]}},75112:e=>{e.exports={en:["Elliott Double Combo Wave (WXY)"]}},61114:e=>{e.exports={en:["Elliott Impulse Wave (12345)"]}},72359:e=>{e.exports={en:["Elliott Triangle Wave (ABCDE)"]}},76129:e=>{e.exports={en:["Elliott Triple Combo Wave (WXYXZ)"]}},78996:e=>{e.exports={en:["Ellipse"],cs:["Elipsa"]}},52788:e=>{e.exports={en:["Extended Line"]}},86905:e=>{e.exports={en:["Exchange"],cs:["Směnárna"]}},19271:e=>{e.exports={en:["Existing pane above"],cs:["Existing Pane Above"]}},46545:e=>{e.exports={en:["Existing pane below"],cs:["Existing Pane Below"]}},20138:e=>{e.exports={en:["Forecast"],cs:["Předpověď"]}},2507:e=>{e.exports={en:["Feb"],cs:["Únor"]}},59005:e=>{e.exports={en:["Fib Channel"],cs:["Fibonacciho kanál"]}},82330:e=>{e.exports={en:["Fib Circles"],cs:["Fibonacciho kruhy"]}},55986:e=>{e.exports={en:["Fib Retracement"],cs:["Fibonacciho Retracement"]}},33880:e=>{e.exports={en:["Fib Speed Resistance Arcs"],cs:["Oblouková rychlost Fibonacciho rezistence"]}},2395:e=>{e.exports={en:["Fib Speed Resistance Fan"],cs:["Fibonacciho vějířová rychlost rezistence"]}},39014:e=>{e.exports={en:["Fib Spiral"],cs:["Fibonacciho spirála"]}},30622:e=>{e.exports={en:["Fib Time Zone"],cs:["Fibonacciho časové pásmo"]}},85042:e=>{e.exports={en:["Fib Wedge"],cs:["Fibonacciho klín"]}},33885:e=>{e.exports={en:["Flag"]}},14600:e=>{e.exports={en:["Flag Mark"],cs:["Značka vlajky"]}},45051:e=>{e.exports={en:["Flat Top/Bottom"],cs:["Plochý vršek / spodek"]}},39643:e=>{e.exports={en:["Fraction part is invalid."]}},24077:e=>{e.exports={en:["Fundamental studies are no longer available on charts"]}},31561:e=>{e.exports={en:["Kolkata"]}},54533:e=>{e.exports={en:["Kathmandu"]}},83490:e=>{e.exports={en:["Kagi"]}},70913:e=>{e.exports={en:["Karachi"]}},76614:e=>{e.exports={en:["Kuwait"]}},38561:e=>{e.exports={en:["Kuala Lumpur"]}},99906:e=>{e.exports={en:["HLC area"]}},886:e=>{e.exports={en:["HLC bars"]}},34491:e=>{e.exports={en:["Ho Chi Minh"]}},13459:e=>{e.exports={en:["Hollow candles"],cs:["Duté Svíčky"]}},48861:e=>{e.exports={en:["Hong Kong"]}},79668:e=>{e.exports={en:["Honolulu"]}},21795:e=>{e.exports={en:["Horizontal Line"],cs:["Horizontální linie"]}},25487:e=>{e.exports={en:["Horizontal Ray"],cs:["Horizontální paprsek"]}},21928:e=>{e.exports={en:["Head and Shoulders"]}},63876:e=>{e.exports={en:["Heikin Ashi"]}},48203:e=>{e.exports={en:["Helsinki"]}},27298:e=>{e.exports={en:["Hide"],cs:["Skrýt"]}},47074:e=>{e.exports={en:["Hide all"]}},52563:e=>{e.exports={en:["Hide all drawings"]}},90763:e=>{e.exports={en:["Hide all drawings and indicators"]}},18216:e=>{e.exports={
+en:["Hide all drawings, indicators, positions & orders"]}},78525:e=>{e.exports={en:["Hide all indicators"]}},42164:e=>{e.exports={en:["Hide all positions & orders"]}},3217:e=>{e.exports={en:["Hide drawings"]}},97878:e=>{e.exports={en:["Hide events on chart"],cs:["Hide Events on Chart"]}},72351:e=>{e.exports={en:["Hide indicators"]}},28345:e=>{e.exports={en:["Hide marks on bars"],cs:["Hide Marks On Bars"]}},92226:e=>{e.exports={en:["Hide positions & orders"]}},78254:e=>{e.exports={en:["High"],cs:["Vysoká"]}},98236:e=>{e.exports={en:["High-low"]}},99479:e=>{e.exports={en:["High and low price labels"]}},33766:e=>{e.exports={en:["High and low price lines"]}},69476:e=>{e.exports={en:["Highlighter"]}},72819:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."]}},94966:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Ticks Per Row{boldHighlightEnd} in the settings window."]}},66751:e=>{e.exports={en:["Histogram is too large, please reduce {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."]}},68065:e=>{e.exports={en:["Image"]}},80185:e=>{e.exports={en:["Intervals less than {resolution} are not supported for {ticker}."]}},10268:e=>{e.exports={en:["Intermediate"],cs:["Střední"]}},14285:e=>{e.exports={en:["Invalid Symbol"],cs:["Neplatný Symbol"]}},52969:e=>{e.exports={en:["Invalid symbol"]}},37189:e=>{e.exports={en:["Invert scale"],cs:["Invert Scale"]}},89999:e=>{e.exports={en:["Indexed to 100"]}},46850:e=>{e.exports={en:["Indicators value labels"]}},54418:e=>{e.exports={en:["Indicators name labels"]}},40490:e=>{e.exports={en:["Indicators, Metrics and Strategies. Press slash"]}},15992:e=>{e.exports={en:["Info Line"]}},87829:e=>{e.exports={en:["Insert indicator"],cs:["Vložit indikátor"]}},41686:e=>{e.exports={en:["Inside Pitchfork"],cs:["Vnitřní vidle"]}},37913:e=>{e.exports={en:["Icon"],cs:["Ikona"]}},78326:e=>{e.exports={en:["Istanbul"]}},39585:e=>{e.exports={en:["Johannesburg"]}},14995:e=>{e.exports={en:["Jakarta"]}},62310:e=>{e.exports={en:["Jan"],cs:["Leden"]}},36057:e=>{e.exports={en:["Jerusalem"]}},53786:e=>{e.exports={en:["Jul"],cs:["Červenec"]}},429:e=>{e.exports={en:["Jun"],cs:["Červen"]}},67560:e=>{e.exports={en:["Juneau"]}},62329:e=>{e.exports={en:["On the left"]}},55813:e=>{e.exports={en:["On the right"]}},64818:e=>{e.exports={en:["Only {availableResolutions} intervals are supported for {ticker}."]}},21064:e=>{e.exports={en:["Oops!"]}},51221:e=>{e.exports={en:["Object Tree"]}},12179:e=>{e.exports={en:["Oct"],cs:["Říjen"]}},16610:e=>{e.exports={en:["Open"],cs:["Otevřít"]}},27884:e=>{e.exports={en:["Open layout. Press period"]}},75722:e=>{e.exports={en:["Oslo"]}},65318:e=>{e.exports={en:["Low"],cs:["Nízká"]}},51077:e=>{e.exports={en:["Lock"],cs:["Zamknout"]}},79777:e=>{e.exports={en:["Lock/unlock"],cs:["Zamknout / Odemknout"]}},66005:e=>{e.exports={en:["Lock vertical cursor line by time"]}},14017:e=>{e.exports={en:["Lock price to bar ratio"],cs:["Lock Price To Bar Ratio"]}},16170:e=>{
+e.exports={en:["Logarithmic"]}},19439:e=>{e.exports={en:["London"],cs:["Londýn"]}},74832:e=>{e.exports={en:["Long Position"],cs:["Koupit"]}},28733:e=>{e.exports={en:["Los Angeles"]}},85924:e=>{e.exports={en:["Label Down"]}},52402:e=>{e.exports={en:["Label Up"]}},5119:e=>{e.exports={en:["Labels"],cs:["Popisky"]}},19931:e=>{e.exports={en:["Lagos"]}},63815:e=>{e.exports={en:["Last day change"]}},59444:e=>{e.exports={en:["Lima"]}},3554:e=>{e.exports={en:["Line"],cs:["Čára"]}},9394:e=>{e.exports={en:["Line with markers"],cs:["Se Značkami"]}},43588:e=>{e.exports={en:["Line break"],cs:["Line Break"]}},56982:e=>{e.exports={en:["Lines"]}},37367:e=>{e.exports={en:["Link to the chart image copied to clipboard {emoji}"]}},53375:e=>{e.exports={en:["Lisbon"]}},81038:e=>{e.exports={en:["Luxembourg"]}},60663:e=>{e.exports={en:["Move the point to position the anchor then tap to place"]}},35049:e=>{e.exports={en:["Move to"]}},26493:e=>{e.exports={en:["Move scale to left"]}},40789:e=>{e.exports={en:["Move scale to right"]}},57681:e=>{e.exports={en:["Modified Schiff Pitchfork"],cs:["Upravené Schiff Pitchfork"]}},93907:e=>{e.exports={en:["More settings"]}},64039:e=>{e.exports={en:["Moscow"],cs:["Moskva"]}},52066:e=>{e.exports={en:["Madrid"]}},38365:e=>{e.exports={en:["Malta"]}},48991:e=>{e.exports={en:["Manila"]}},92767:e=>{e.exports={en:["Mar"],cs:["Březen"]}},73332:e=>{e.exports={en:["Mexico City"]}},88314:e=>{e.exports={en:["Merge all scales into one"]}},54215:e=>{e.exports={en:["Mixed"]}},24866:e=>{e.exports={en:["Micro"]}},87957:e=>{e.exports={en:["Millennium"]}},14724:e=>{e.exports={en:["Minuette"]}},78273:e=>{e.exports={en:["Minuscule"]}},9865:e=>{e.exports={en:["Muscat"]}},96935:e=>{e.exports={en:["N/A"]}},36252:e=>{e.exports={en:["No data here"]}},11254:e=>{e.exports={en:["No scale (fullscreen)"],cs:["No Scale (Fullscreen)"]}},9140:e=>{e.exports={en:["No sync"]}},50910:e=>{e.exports={en:["No volume data"]}},99024:e=>{e.exports={en:["No, keep them"]}},94389:e=>{e.exports={en:["Note"],cs:["Poznámka"]}},26899:e=>{e.exports={en:["Nov"],cs:["Listopad"]}},67891:e=>{e.exports={en:["Norfolk Island"]}},40977:e=>{e.exports={en:["Nairobi"]}},40544:e=>{e.exports={en:["New York"]}},66103:e=>{e.exports={en:["New Zealand"]}},15512:e=>{e.exports={en:["New pane above"]}},52160:e=>{e.exports={en:["New pane below"]}},94600:e=>{e.exports={en:["Nicosia"]}},73013:e=>{e.exports={en:["Something went wrong"]}},83524:e=>{e.exports={en:["Something went wrong when creating the indicator."]}},4509:e=>{e.exports={en:["Something went wrong. Please try again later."]}},43047:e=>{e.exports={en:["Save New Chart Layout"]}},76266:e=>{e.exports={en:["Save as"],cs:["Uložit jako"]}},55502:e=>{e.exports={en:["San Salvador"]}},30231:e=>{e.exports={en:["Santiago"]}},91912:e=>{e.exports={en:["Sao Paulo"]}},43931:e=>{e.exports={en:["Scale currency"]}},43758:e=>{e.exports={en:["Scale price chart only"],cs:["Pouye Měřítko Ceny na Grafu"]}},40012:e=>{e.exports={en:["Scale unit"]}},42608:e=>{e.exports={en:["Schiff Pitchfork"],cs:["Schiffovy vidle"]}},76078:e=>{e.exports={
+en:["Script may be not updated if you leave the page."]}},32514:e=>{e.exports={en:["Settings"],cs:["Nastavení"]}},70784:e=>{e.exports={en:["Second fraction part is invalid."]}},75594:e=>{e.exports={en:["Security info"]}},21973:e=>{e.exports={en:["Send to back"],cs:["Přenést do pozadí"]}},71179:e=>{e.exports={en:["Send backward"],cs:["Posunout dozadu"]}},26820:e=>{e.exports={en:["Seoul"]}},6816:e=>{e.exports={en:["Sep"],cs:["Září"]}},94031:e=>{e.exports={en:["Session"]}},83298:e=>{e.exports={en:["Session volume profile"]}},66707:e=>{e.exports={en:["Session breaks"],cs:["Přerušit relaci"]}},1852:e=>{e.exports={en:["Shanghai"],cs:["Šanghaj"]}},8075:e=>{e.exports={en:["Short Position"],cs:["Prodat"]}},98334:e=>{e.exports={en:["Show"],cs:["Zobrazit"]}},85891:e=>{e.exports={en:["Show all drawings"]}},25881:e=>{e.exports={en:["Show all drawings and indicators"]}},86738:e=>{e.exports={en:["Show all drawings, indicators, positions & orders"]}},98753:e=>{e.exports={en:["Show all indicators"]}},55418:e=>{e.exports={en:["Show all ideas"],cs:["Show All Ideas"]}},20506:e=>{e.exports={en:["Show all positions & orders"]}},33158:e=>{e.exports={en:["Show continuous contract switch"]}},81465:e=>{e.exports={en:["Show contract expiration"]}},29449:e=>{e.exports={en:["Show dividends"],cs:["Show Dividends"]}},37113:e=>{e.exports={en:["Show earnings"],cs:["Show Earnings"]}},10261:e=>{e.exports={en:["Show ideas of followed users"],cs:["Show Ideas of Followed Users"]}},62986:e=>{e.exports={en:["Show latest news"]}},44020:e=>{e.exports={en:["Show my ideas only"],cs:["Show My Ideas Only"]}},50849:e=>{e.exports={en:["Show splits"],cs:["Show Splits"]}},67751:e=>{e.exports={en:["Signpost"]}},77377:e=>{e.exports={en:["Singapore"],cs:["Singapur"]}},39090:e=>{e.exports={en:["Sine Line"]}},66205:e=>{e.exports={en:["Square"]}},86146:e=>{e.exports={en:["Studies limit exceeded: {number} studies per layout.\nPlease, remove some studies."]}},92516:e=>{e.exports={en:["Style"],cs:["Styl"]}},61507:e=>{e.exports={en:["Stack on the left"]}},97800:e=>{e.exports={en:["Stack on the right"]}},85166:e=>{e.exports={en:["Start using keyboard navigation mode. Press {shortcut}"]}},4035:e=>{e.exports={en:["Stay in drawing mode"],cs:["Zůstat v režimu kreslení"]}},69217:e=>{e.exports={en:["Step line"],cs:["Step Line"]}},43114:e=>{e.exports={en:["Sticker"]}},86716:e=>{e.exports={en:["Stockholm"]}},1145:e=>{e.exports={en:["Submicro"]}},63375:e=>{e.exports={en:["Submillennium"]}},30585:e=>{e.exports={en:["Subminuette"]}},67948:e=>{e.exports={en:["Supercycle"]}},3348:e=>{e.exports={en:["Supermillennium"]}},18905:e=>{e.exports={en:["Switch to {resolution}"]}},31622:e=>{e.exports={en:["Sydney"]}},70963:e=>{e.exports={en:["Symbol Error"]}},32390:e=>{e.exports={en:["Symbol name label"],cs:["Symbol Name Label"]}},10127:e=>{e.exports={en:["Symbol last price label"],cs:["Symbol Last Value Label"]}},39079:e=>{e.exports={en:["Sync globally"]}},46607:e=>{e.exports={en:["Sync in layout"],cs:["Sync To All Charts"]}},76519:e=>{e.exports={en:["Point & figure"],cs:["Point & Figure ( O X )"]}
+},39949:e=>{e.exports={en:["Polyline"],cs:["Křivka"]}},371:e=>{e.exports={en:["Path"]}},59256:e=>{e.exports={en:["Parallel Channel"],cs:["Paralelní Kanál"]}},61879:e=>{e.exports={en:["Paris"],cs:["Paříž"]}},35140:e=>{e.exports={en:["Paste"]}},6919:e=>{e.exports={en:["Percent"]}},24436:e=>{e.exports={en:["Perth"]}},14055:e=>{e.exports={en:["Phoenix"]}},34156:e=>{e.exports={en:["Pitchfan"]}},19634:e=>{e.exports={en:["Pitchfork"],cs:["Vidle"]}},86631:e=>{e.exports={en:["Pin"]}},33110:e=>{e.exports={en:["Pin to new left scale"]}},28280:e=>{e.exports={en:["Pin to new right scale"]}},14115:e=>{e.exports={en:["Pin to left scale"]}},72046:e=>{e.exports={en:["Pin to left scale (hidden)"]}},81054:e=>{e.exports={en:["Pin to right scale"]}},16986:e=>{e.exports={en:["Pin to right scale (hidden)"]}},60035:e=>{e.exports={en:["Pin to scale (now left)"]}},94210:e=>{e.exports={en:["Pin to scale (now no scale)"]}},10761:e=>{e.exports={en:["Pin to scale (now right)"]}},76150:e=>{e.exports={en:["Pin to scale (now {label})"]}},29436:e=>{e.exports={en:["Pin to scale {label}"]}},2165:e=>{e.exports={en:["Pin to scale {label} (hidden)"]}},90095:e=>{e.exports={en:["Pinned to left scale"]}},32538:e=>{e.exports={en:["Pinned to left scale (hidden)"]}},44579:e=>{e.exports={en:["Pinned to right scale"]}},94559:e=>{e.exports={en:["Pinned to right scale (hidden)"]}},12645:e=>{e.exports={en:["Pinned to scale {label}"]}},3564:e=>{e.exports={en:["Pinned to scale {label} (hidden)"]}},71566:e=>{e.exports={en:["Plus button"]}},28298:e=>{e.exports={en:["Please give us a clipboard writing permission in your browser or press {keystroke}"]}},81248:e=>{e.exports={en:["Prague"]}},81712:e=>{e.exports={en:["Press and hold {key} while zooming to maintain the chart position"]}},91282:e=>{e.exports={en:["Price Label"],cs:["Cena"]}},97512:e=>{e.exports={en:["Price Note"]}},68941:e=>{e.exports={en:["Price Range"],cs:["Cenové rozpětí"]}},66123:e=>{e.exports={en:["Price format is invalid."]}},72926:e=>{e.exports={en:["Price line"],cs:["Hladina ceny"]}},59189:e=>{e.exports={en:["Primary"],cs:["Primární"]}},75747:e=>{e.exports={en:["Projection"],cs:["Promítání"]}},55801:e=>{e.exports={en:["Published on {customer}, {date}"]}},14568:e=>{e.exports={en:["Q1"]}},13534:e=>{e.exports={en:["Q2"]}},14530:e=>{e.exports={en:["Q3"]}},3762:e=>{e.exports={en:["Q4"]}},28756:e=>{e.exports={en:["Qatar"]}},57959:e=>{e.exports={en:["Quick search. Press {shortcut}"]}},56820:e=>{e.exports={en:["Rotated Rectangle"],cs:["Otočený obdélník"]}},52961:e=>{e.exports={en:["Rome"]}},50318:e=>{e.exports={en:["Ray"],cs:["Paprsek"]}},55169:e=>{e.exports={en:["Range"]}},13386:e=>{e.exports={en:["Reykjavik"]}},26001:e=>{e.exports={en:["Rectangle"],cs:["Obdélník"]}},48236:e=>{e.exports={en:["Redo"],cs:["Opakovat"]}},2460:e=>{e.exports={en:["Regression Trend"],cs:["Regresní trend"]}},67410:e=>{e.exports={en:["Remove"],cs:["Odstranit"]}},3061:e=>{e.exports={en:["Remove this financial metric from favorites"]}},58764:e=>{e.exports={en:["Remove this indicator from favorites"]}},86285:e=>{e.exports={
+en:["Remove {drawings}"]}},87796:e=>{e.exports={en:["Remove {drawings} & {indicators}"]}},87797:e=>{e.exports={en:["Remove {indicators}"]}},22584:e=>{e.exports={en:["Rename Chart Layout"],cs:["Přejmenovat předlohy grafu"]}},88130:e=>{e.exports={en:["Renko"]}},75246:e=>{e.exports={en:["Reset chart view"]}},88853:e=>{e.exports={en:["Reset points"]}},15332:e=>{e.exports={en:["Reset price scale"],cs:["Reset Price Scale"]}},54170:e=>{e.exports={en:["Reset time scale"],cs:["Reset Time Scale"]}},37974:e=>{e.exports={en:["Riyadh"]}},94022:e=>{e.exports={en:["Riga"]}},60630:e=>{e.exports={en:["Runtime error"]}},66719:e=>{e.exports={en:["Warning"]}},5959:e=>{e.exports={en:["Warsaw"],cs:["Varšava"]}},41446:e=>{e.exports={en:["To calculate the VWAP indicator, more data is needed. Zoom out or scroll left to load more historical data."]}},98549:e=>{e.exports={en:["Tokelau"]}},69122:e=>{e.exports={en:["Tokyo"],cs:["Tokio"]}},10095:e=>{e.exports={en:["Toronto"]}},17981:e=>{e.exports={en:["Table"]}},11034:e=>{e.exports={en:["Taipei"]}},79995:e=>{e.exports={en:["Tallinn"]}},6686:e=>{e.exports={en:["Tehran"],cs:["Teherán"]}},93553:e=>{e.exports={en:["Template"]}},81657:e=>{e.exports={en:["The data vendor doesn't provide volume data for this symbol."]}},49947:e=>{e.exports={en:["The publication preview could not be loaded. Please disable your browser extensions and try again."]}},99274:e=>{e.exports={en:["The request took too long to process. Ensure you have a stable internet connection. If the issue persists, try decreasing the length of the requested time interval."]}},43716:e=>{e.exports={en:["There's no data for your selected period and chart timeframe."]}},93738:e=>{e.exports={en:["This file is too big. Max size is {value}."]}},59519:e=>{e.exports={en:["This indicator cannot be applied to another indicator."]}},18260:e=>{e.exports={en:["This script contains an error. Please contact its author."]}},76989:e=>{e.exports={en:["This script is invite-only. To request access, please contact its author."]}},47773:e=>{e.exports={en:["This symbol is only available on {linkStart}TradingView{linkEnd}."],cs:["The symbol available only on {linkStart}TradingView{linkEnd}."]}},46982:e=>{e.exports={en:["Three Drives Pattern"]}},80254:e=>{e.exports={en:["Tick-based intervals are not available for {ticker}."]}},12806:e=>{e.exports={en:["Time"],cs:["Čas"]}},20909:e=>{e.exports={en:["Time zone"],cs:["Časové pásmo"]}},46852:e=>{e.exports={en:["Time Cycles"]}},17809:e=>{e.exports={en:["Time Price Opportunity"]}},66823:e=>{e.exports={en:["Trade"]}},7697:e=>{e.exports={en:["TradingView is interactive and has commands to use with a screen reader. The following is a list of keyboard commands available to interact on the platform"]}},35757:e=>{e.exports={en:["Trend Angle"],cs:["Úhel trendu"]}},97339:e=>{e.exports={en:["Trend Line"],cs:["Trendová linie"]}},80583:e=>{e.exports={en:["Trend-Based Fib Extension"],cs:["Vývoj trhu založený na Fibonacciho rozšíření"]}},72159:e=>{e.exports={en:["Trend-Based Fib Time"],cs:["Vývoj trhu založený na Fibonacciho období"]}
+},1671:e=>{e.exports={en:["Triangle"],cs:["Trojúhelník"]}},76152:e=>{e.exports={en:["Triangle Down"]}},90148:e=>{e.exports={en:["Triangle Pattern"],cs:["Trojúhelníkový model"]}},21236:e=>{e.exports={en:["Triangle Up"]}},21007:e=>{e.exports={en:["Tunis"]}},1833:e=>{e.exports={en:["UTC"]}},14804:e=>{e.exports={en:["Undo"],cs:["Zpět"]}},56815:e=>{e.exports={en:["Unexpected error in Deep Backtesting mode. Contact support for more information."]}},15432:e=>{e.exports={en:["Units"]}},11768:e=>{e.exports={en:["Unknown error"]}},99894:e=>{e.exports={en:["Unlock"]}},75546:e=>{e.exports={en:["Unsupported interval"]}},8580:e=>{e.exports={en:["User-defined error"]}},81030:e=>{e.exports={en:["VWAP is waiting for more data"]}},40693:e=>{e.exports={en:["Volume Profile Fixed Range"]}},39903:e=>{e.exports={en:["Volume Profile indicator available only on our upgraded plans."]}},93722:e=>{e.exports={en:["Volume candles"]}},69156:e=>{e.exports={en:["Volume data is not provided in BIST MIXED data plan."]}},92763:e=>{e.exports={en:["Volume footprint"]}},32838:e=>{e.exports={en:["Vancouver"]}},29535:e=>{e.exports={en:["Vertical Line"],cs:["Svislá linie"]}},23160:e=>{e.exports={en:["Vienna"]}},60534:e=>{e.exports={en:["Vilnius"]}},40091:e=>{e.exports={en:["Visibility"]}},54853:e=>{e.exports={en:["Visibility on intervals"]}},58302:e=>{e.exports={en:["Visible on tap"]}},10309:e=>{e.exports={en:["Visible on mouse over"],cs:["Visible on Mouse Over"]}},4077:e=>{e.exports={en:["Visual order"],cs:["Seřadit vizuálně"]}},11316:e=>{e.exports={en:["X Cross"]}},42231:e=>{e.exports={en:["XABCD Pattern"],cs:["XABCD model"]}},25059:e=>{e.exports={en:["You cannot see this pivot timeframe on this resolution"]}},41019:e=>{e.exports={en:["You have locked drawings on this symbol. Do you want to remove the locked drawings too?"]}},53168:e=>{e.exports={en:["Yangon"]}},93123:e=>{e.exports={en:["Yes, remove them"]}},62859:e=>{e.exports={en:["Zurich"]}},47977:e=>{e.exports={en:["change Elliott degree"]}},61557:e=>{e.exports={en:["change no overlapping labels"]}},76852:e=>{e.exports={en:["change average close price label visibility"]}},1022:e=>{e.exports={en:["change average close price line visibility"]}},69362:e=>{e.exports={en:["change bid and ask labels visibility"]}},52919:e=>{e.exports={en:["change bid and ask lines visibility"]}},32302:e=>{e.exports={en:["change currency"]}},68846:e=>{e.exports={en:["change chart layout to {title}"]}},18867:e=>{e.exports={en:["change continuous contract switch visibility"]}},39383:e=>{e.exports={en:["change countdown to bar close visibility"]}},16979:e=>{e.exports={en:["change date range"]}},53929:e=>{e.exports={en:["change dividends visibility"]}},6119:e=>{e.exports={en:["change events visibility on chart"]}},6819:e=>{e.exports={en:["change earnings visibility"]}},85532:e=>{e.exports={en:["change futures contract expiration visibility"]}},24226:e=>{e.exports={en:["change high and low price labels visibility"]}},80692:e=>{e.exports={en:["change high and low price lines visibility"]}},24893:e=>{e.exports={
+en:["change indicators name labels visibility"]}},64729:e=>{e.exports={en:["change indicators value labels visibility"]}},50243:e=>{e.exports={en:["change latest news and Minds visibility"]}},88849:e=>{e.exports={en:["change linking group"]}},14691:e=>{e.exports={en:["change pane height"]}},96379:e=>{e.exports={en:["change plus button visibility"]}},76660:e=>{e.exports={en:["change point"]}},30870:e=>{e.exports={en:["change pre/post market price label visibility"]}},11718:e=>{e.exports={en:["change pre/post market price line visibility"]}},58419:e=>{e.exports={en:["change previous close price line visibility"]}},8662:e=>{e.exports={en:["change price line visibility"]}},2509:e=>{e.exports={en:["change price to bar ratio"]}},32829:e=>{e.exports={en:["change resolution"],cs:["Change Resolution"]}},35400:e=>{e.exports={en:["change symbol"],cs:["Change symbol"]}},73357:e=>{e.exports={en:["change symbol labels visibility"]}},67453:e=>{e.exports={en:["change symbol last value visibility"]}},4729:e=>{e.exports={en:["change symbol previous close value visibility"]}},87041:e=>{e.exports={en:["change session"]}},38413:e=>{e.exports={en:["change session breaks visibility"]}},49965:e=>{e.exports={en:["change series style"]}},47474:e=>{e.exports={en:["change splits visibility"]}},20137:e=>{e.exports={en:["change timezone"]}},85975:e=>{e.exports={en:["change unit"]}},1924:e=>{e.exports={en:["change visibility"]}},84331:e=>{e.exports={en:["change visibility at current interval"]}},45800:e=>{e.exports={en:["change visibility at current interval and above"]}},75645:e=>{e.exports={en:["change visibility at current interval and below"]}},57916:e=>{e.exports={en:["change visibility at all intervals"]}},94566:e=>{e.exports={en:["charts by TradingView"]}},32943:e=>{e.exports={en:["clone line tools"]}},46219:e=>{e.exports={en:["create line tools group"]}},95394:e=>{e.exports={en:["create line tools group from selection"]}},12898:e=>{e.exports={en:["create {tool}"]}},94227:e=>{e.exports={en:["cut sources"]}},11500:e=>{e.exports={en:["cut {title}"]}},63869:e=>{e.exports={en:["anchor objects"]}},12570:e=>{e.exports={en:["add line tool {lineTool} to group {name}"]}},21162:e=>{e.exports={en:["add line tool(s) to group {group}"]}},67608:e=>{e.exports={en:["add this financial metric to entire layout"]}},96677:e=>{e.exports={en:["add this indicator to entire layout"]}},58156:e=>{e.exports={en:["add this strategy to entire layout"]}},79290:e=>{e.exports={en:["add this symbol to entire layout"]}},4128:e=>{e.exports={en:["align to 45 degrees"]}},68231:e=>{e.exports={en:["apply chart theme"]}},99551:e=>{e.exports={en:["apply all chart properties"]}},89720:e=>{e.exports={en:["apply drawing template"]}},27851:e=>{e.exports={en:["apply factory defaults to selected sources"]}},70507:e=>{e.exports={en:["apply indicators to entire layout"]}},69604:e=>{e.exports={en:["apply study template {template}"]}},86708:e=>{e.exports={en:["apply toolbars theme"]}},1979:e=>{e.exports={en:["bring group {title} forward"]}},53159:e=>{e.exports={en:["bring {title} to front"]
+}},41966:e=>{e.exports={en:["bring {title} forward"]}},44676:e=>{e.exports={en:["by TradingView"]}},58850:e=>{e.exports={en:["date range lock"]}},99395:e=>{e.exports={en:["exclude line tools from group {group}"]}},13017:e=>{e.exports={en:["hide {title}"]}},62249:e=>{e.exports={en:["hide marks on bars"],cs:["Hide Marks On Bars"]}},56558:e=>{e.exports={en:["interval lock"]}},6830:e=>{e.exports={en:["invert scale"],cs:["Invert Scale"]}},48818:e=>{e.exports={en:["insert {title}"]}},56307:e=>{e.exports={en:["insert {title} after {targetTitle}"]}},32960:e=>{e.exports={en:["insert {title} after {target}"]}},57106:e=>{e.exports={en:["insert {title} before {target}"]}},46229:e=>{e.exports={en:["insert {title} before {targetTitle}"]}},43364:e=>{e.exports={en:["load default drawing template"]}},62011:e=>{e.exports={en:["loading..."],cs:["načítá se ..."]}},76104:e=>{e.exports={en:["lock {title}"]}},20453:e=>{e.exports={en:["lock group {group}"]}},18942:e=>{e.exports={en:["lock objects"]}},98277:e=>{e.exports={en:["move"]}},58228:e=>{e.exports={en:["move {title} to new left scale"]}},77482:e=>{e.exports={en:["move {title} to new right scale"]}},64077:e=>{e.exports={en:["move all scales to left"]}},19013:e=>{e.exports={en:["move all scales to right"]}},52510:e=>{e.exports={en:["move drawing(s)"]}},79209:e=>{e.exports={en:["move left"]}},60114:e=>{e.exports={en:["move right"]}},44854:e=>{e.exports={en:["move scale"]}},10625:e=>{e.exports={en:["make {title} no scale (Full screen)"]}},76709:e=>{e.exports={en:["make group {group} invisible"]}},45987:e=>{e.exports={en:["make group {group} visible"]}},78055:e=>{e.exports={en:["merge down"]}},41866:e=>{e.exports={en:["merge to pane"]}},52458:e=>{e.exports={en:["merge up"]}},90091:e=>{e.exports={en:["n/a"]}},94981:e=>{e.exports={en:["scale price"]}},63796:e=>{e.exports={en:["scale price chart only"],cs:["Pouye Měřítko Ceny na Grafu"]}},70771:e=>{e.exports={en:["scale time"]}},42070:e=>{e.exports={en:["scroll"]}},87840:e=>{e.exports={en:["scroll time"]}},82241:e=>{e.exports={en:["set price scale selection strategy to {title}"]}},40962:e=>{e.exports={en:["send {title} backward"]}},5005:e=>{e.exports={en:["send {title} to back"]}},69546:e=>{e.exports={en:["send group {title} backward"]}},63934:e=>{e.exports={en:["share line tools globally"]}},90221:e=>{e.exports={en:["share line tools in layout"]}},13336:e=>{e.exports={en:["show all ideas"]}},91395:e=>{e.exports={en:["show ideas of followed users"]}},57460:e=>{e.exports={en:["show my ideas only"]}},4114:e=>{e.exports={en:["stay in drawing mode"]}},3350:e=>{e.exports={en:["stop syncing drawing"]}},49183:e=>{e.exports={en:["stop syncing line tool(s)"]}},53278:e=>{e.exports={en:["symbol lock"]}},91677:e=>{e.exports={en:["sync time"]}},3140:e=>{e.exports={en:["powered by"]}},92800:e=>{e.exports={en:["powered by TradingView"]}},62192:e=>{e.exports={en:["paste drawing"]}},1064:e=>{e.exports={en:["paste indicator"]}},57010:e=>{e.exports={en:["paste {title}"]}},78690:e=>{e.exports={en:["pin to left scale"]}},7495:e=>{e.exports={
+en:["pin to right scale"]}},81566:e=>{e.exports={en:["pin to scale {label}"]}},2618:e=>{e.exports={en:["rearrange panes"]}},60806:e=>{e.exports={en:["remove all indicators"]}},29096:e=>{e.exports={en:["remove all indicators and drawing tools"]}},27171:e=>{e.exports={en:["remove deselected empty line tools"]}},30538:e=>{e.exports={en:["remove drawings"]}},1193:e=>{e.exports={en:["remove drawings group"]}},38199:e=>{e.exports={en:["remove line data sources"]}},93333:e=>{e.exports={en:["remove pane"]}},94543:e=>{e.exports={en:["remove {title}"]}},41430:e=>{e.exports={en:["removing line tools group {name}"]}},80491:e=>{e.exports={en:["rename group {group} to {newName}"]}},85366:e=>{e.exports={en:["reset layout sizes"]}},3323:e=>{e.exports={en:["reset scales"]}},17336:e=>{e.exports={en:["reset time scale"],cs:["Reset Time Scale"]}},47418:e=>{e.exports={en:["resize layout"]}},85815:e=>{e.exports={en:["restore defaults"]}},96881:e=>{e.exports={en:["restore study defaults"]}},63095:e=>{e.exports={en:["toggle maximized pane state"]}},42240:e=>{e.exports={en:["toggle auto scale"]}},46054:e=>{e.exports={en:["toggle collapsed pane state"]}},24736:e=>{e.exports={en:["toggle indexed to 100 scale"]}},49695:e=>{e.exports={en:["toggle lock scale"]}},49403:e=>{e.exports={en:["toggle log scale"]}},98994:e=>{e.exports={en:["toggle percentage scale"],cs:["Toggle Percentage Scale"]}},80688:e=>{e.exports={en:["toggle regular scale"]}},46807:e=>{e.exports={en:["track time"]}},8040:e=>{e.exports={en:["turn line tools sharing off"]}},99234:e=>{e.exports={en:["unanchor objects"]}},23230:e=>{e.exports={en:["unlock objects"]}},74590:e=>{e.exports={en:["unlock group {group}"]}},12525:e=>{e.exports={en:["unlock {title}"]}},81576:e=>{e.exports={en:["unmerge to new bottom pane"]}},79443:e=>{e.exports={en:["unmerge up"]}},46453:e=>{e.exports={en:["unmerge down"]}},94656:e=>{e.exports={en:["{chartStyle} chart type isn't currently available for tick-based intervals."]}},41643:e=>{e.exports={en:["{count} bars"],cs:["{count} Sloupcový graf"]}},83470:e=>{e.exports={en:["{symbol} financials by TradingView"]}},40947:e=>{e.exports={en:["{userName} published on {customer}, {date}"]}},91084:e=>{e.exports={en:["zoom"]}},49856:e=>{e.exports={en:["zoom in"]}},73638:e=>{e.exports={en:["zoom out"]}},41807:e=>{e.exports={en:["day","days"]}},42328:e=>{e.exports={en:["hour","hours"]}},98393:e=>{e.exports={en:["month","months"]}},78318:e=>{e.exports={en:["minute","minutes"]}},33232:e=>{e.exports={en:["second","seconds"]}},89937:e=>{e.exports={en:["range","ranges"]}},48898:e=>{e.exports={en:["week","weeks"]}},11913:e=>{e.exports={en:["tick","ticks"]}},22299:e=>{e.exports={en:["{amount} drawing","{amount} drawings"]}},68984:e=>{e.exports={en:["{amount} indicator","{amount} indicators"]}},58590:e=>{e.exports={en:["{count}m","{count}m"]}},47801:e=>{e.exports={en:["{count}d","{count}d"]}},46766:e=>{e.exports={en:["{count}y","{count}y"]}},56316:e=>{e.exports=Object.create(null),e.exports["#AAPL-symbol-description"]={en:["Apple Inc"],cs:["APPLE INC"]},
+e.exports["#AMEX:SCHO-symbol-description"]={en:["Schwab Short-Term U.S. Treasury ETF"]},e.exports["#AMEX:SHYG-symbol-description"]={en:["Shares 0-5 YEAR High Yield Corporate Bond ETF"]},e.exports["#ASX:XAF-symbol-description"]={en:["S&P/ASX All Australian 50 Index"]},e.exports["#ASX:XAT-symbol-description"]={en:["S&P/ASX All Australian 200 Index"]},e.exports["#ASX:XJO-symbol-description"]={en:["S&P/ASX 200 Index"]},e.exports["#AUDCAD-symbol-description"]={en:["Australian Dollar/Canadian Dollar"],cs:["Australský Dolar/Kanadský Dolar"]},e.exports["#AUDCHF-symbol-description"]={en:["Australian Dollar / Swiss Franc"],cs:["Australský Dolar/Švýcarský Frank"]},e.exports["#AUDJPY-symbol-description"]={en:["Australian Dollar / Japanese Yen"],cs:["Australský Dolar/Japonský Jen"]},e.exports["#AUDNZD-symbol-description"]={en:["Australian Dollar / New Zealand Dollar"],cs:["Australský Dolar/Japonský Jen"]},e.exports["#AUDRUB-symbol-description"]={en:["Australian Dollar / Russian Ruble"],cs:["AUSTRALSKÝ DOLAR / RUSKÝ RUBL"]},e.exports["#AUDUSD-symbol-description"]={en:["Australian Dollar / U.S. Dollar"],cs:["Australský Dolar/Americký Dolar"]},e.exports["#BCBA:IMV-symbol-description"]={en:["S&P MERVAL Index"],cs:["MERVAL Index"]},e.exports["#BCHEUR-symbol-description"]={en:["Bitcoin Cash / Euro"]},e.exports["#BCHUSD-symbol-description"]={en:["Bitcoin Cash / U.S. Dollar"]},e.exports["#BELEX:BELEX15-symbol-description"]={en:["BELEX 15 Index"]},e.exports["#BIST:XU100-symbol-description"]={en:["BIST 100 Index"]},e.exports["#BITMEX:XBT-symbol-description"]={en:["Bitcoin / U.S. Dollar Index"]},e.exports["#BME:IBC-symbol-description"]={en:["IBEX 35 Index"]},e.exports["#BMFBOVESPA:IBOV-symbol-description"]={en:["Bovespa Index"],cs:["IBovespa Index"]},e.exports["#BMFBOVESPA:IBRA-symbol-description"]={en:["IBrasil Index"]},e.exports["#BMFBOVESPA:IBXL-symbol-description"]={en:["Brazil 50 Index"],cs:["IBRX 50 Index"]},e.exports["#BMV:CT-symbol-description"]={en:["China SX20 RT"]},e.exports["#BMV:F-symbol-description"]={en:["Ford Motor Company"]},e.exports["#BMV:ME-symbol-description"]={en:["S&P/BMV IPC Index"],cs:["IPC Mexico Index"]},e.exports["#BRLJPY-symbol-description"]={en:["Brazilian Real / Japanese Yen"],cs:["Brazilský Real / Japonský Jen"]},e.exports["#BSE:ITI-symbol-description"]={en:["ITI Ltd"]},e.exports["#BSE:SENSEX-symbol-description"]={en:["S&P BSE Sensex Index"]},e.exports["#BTCBRL-symbol-description"]={en:["Bitcoin / Brazilian Real"]},e.exports["#BTCCAD-symbol-description"]={en:["Bitcoin / Canadian Dollar"],cs:["Bitcoin / Kanadský Dolar"]},e.exports["#BTCCNY-symbol-description"]={en:["Bitcoin / Chinese Yuan"],cs:["Bitcoin / Čínský Jüan"]},e.exports["#BTCEUR-symbol-description"]={en:["Bitcoin / Euro"]},e.exports["#BTCGBP-symbol-description"]={en:["Bitcoin / British Pound"]},e.exports["#BTCJPY-symbol-description"]={en:["Bitcoin / Japanese Yen"]},e.exports["#BTCKRW-symbol-description"]={en:["Bitcoin / South Korean Won"],cs:["Bitcoin / Jihokorejský Won"]},e.exports["#BTCPLN-symbol-description"]={en:["Bitcoin / Polish Zloty"]},
+e.exports["#BTCRUB-symbol-description"]={en:["Bitcoin / Russian Ruble"]},e.exports["#BTCTHB-symbol-description"]={en:["Bitcoin / Thai Baht"]},e.exports["#BTCUSD-symbol-description"]={en:["Bitcoin / U.S. Dollar"],cs:["Bitcoin / Dolar"]},e.exports["#BTGUSD-symbol-description"]={en:["Bitcoin Gold / U.S. Dollar"]},e.exports["#BVL:SPBLPGPT-symbol-description"]={en:["S&P / BVL Peru General Index (PEN)"]},e.exports["#BVSP-symbol-description"]={en:["Brazil Bovespa Index"]},e.exports["#CADJPY-symbol-description"]={en:["Canadian Dollar / Japanese Yen"],cs:["Kanadský Dolar/Japonský Jen"]},e.exports["#CADUSD-symbol-description"]={en:["Canadian Dollar / U.S. Dollar"]},e.exports["#CBOE:OEX-symbol-description"]={en:["S&P 100 Index"]},e.exports["#CBOE:VIX-symbol-description"]={en:["Volatility S&P 500 Index"]},e.exports["#CBOT:ZB1!-symbol-description"]={en:["T-Bond Futures"]},e.exports["#CBOT:ZC1!-symbol-description"]={en:["Corn Futures"]},e.exports["#CBOT:ZM1!-symbol-description"]={en:["Soybean Meal Futures"]},e.exports["#CBOT:ZN1!-symbol-description"]={en:["10 Year T-Note Futures"]},e.exports["#CBOT:ZO1!-symbol-description"]={en:["Oat Futures"]},e.exports["#CBOT:ZQ1!-symbol-description"]={en:["30 Day Federal Funds Interest Rate Futures"]},e.exports["#CBOT:ZR1!-symbol-description"]={en:["Rice Futures"]},e.exports["#CBOT:ZS1!-symbol-description"]={en:["Soybean Futures"]},e.exports["#CBOT:ZW1!-symbol-description"]={en:["Wheat Futures"]},e.exports["#CBOT_MINI:XK1!-symbol-description"]={en:["Soybean Mini Futures"]},e.exports["#CBOT_MINI:XW1!-symbol-description"]={en:["Wheat Mini Futures"]},e.exports["#CBOT_MINI:YM1!-symbol-description"]={en:["E-mini Dow Jones ($5) Futures"]},e.exports["#CHFJPY-symbol-description"]={en:["Swiss Franc / Japanese Yen"],cs:["Švýcarský Frank/Japonský Jen"]},e.exports["#CHFUSD-symbol-description"]={en:["Swiss Franc / U.S. Dollar"]},e.exports["#CME:BTC1!-symbol-description"]={en:["Bitcoin CME Futures"]},e.exports["#CME:CB1!-symbol-description"]={en:["Butter Futures-Cash (Continuous: Current contract in front)"]},e.exports["#CME:GF1!-symbol-description"]={en:["Feeder Cattle Futures"]},e.exports["#CME:HE1!-symbol-description"]={en:["Lean Hogs Futures"]},e.exports["#CME:LE1!-symbol-description"]={en:["Live Cattle Futures"]},e.exports["#CME_MINI:E71!-symbol-description"]={en:["Euro E-mini Futures"]},e.exports["#CME_MINI:ES1!-symbol-description"]={en:["S&P 500 E-mini Futures"]},e.exports["#CME_MINI:J71!-symbol-description"]={en:["Japanese Yen E-mini Futures"]},e.exports["#CME_MINI:NQ1!-symbol-description"]={en:["NASDAQ 100 E-mini Futures"]},e.exports["#CME_MINI:RTY1!-symbol-description"]={en:["E-Mini Russell 2000 Index Futures"]},e.exports["#COMEX:AEP1!-symbol-description"]={en:["Aluminium European Premium Futures"]},e.exports["#COMEX:AUP1!-symbol-description"]={en:["Aluminum MW U.S. Transaction Premium Platts (25MT) Futures"]},e.exports["#COMEX:GC1!-symbol-description"]={en:["Gold Futures"]},e.exports["#COMEX:HG1!-symbol-description"]={en:["Copper Futures"]},e.exports["#COMEX:SI1!-symbol-description"]={
+en:["Silver Futures"]},e.exports["#COMEX_MINI:QC1!-symbol-description"]={en:["E-mini Copper Futures"]},e.exports["#COMEX_MINI:QI1!-symbol-description"]={en:["Silver (Mini) Futures"]},e.exports["#COMEX_MINI:QO1!-symbol-description"]={en:["Gold (Mini) Futures"]},e.exports["#COPPER-symbol-description"]={en:["CFDs on Copper"],cs:["Měď"]},e.exports["#CORNUSD-symbol-description"]={en:["CFDs on Corn"]},e.exports["#COTUSD-symbol-description"]={en:["CFDs on Cotton"]},e.exports["#CRYPTOCAP:TOTAL-symbol-description"]={en:["Crypto Total Market Cap, $"]},e.exports["#DFM:DFMGI-symbol-description"]={en:["DFM Index"]},e.exports["#DJ:DJA-symbol-description"]={en:["Dow Jones Composite Average Index"]},e.exports["#DJ:DJCIAGC-symbol-description"]={en:["Dow Jones Commodity Index Agriculture Capped Component"]},e.exports["#DJ:DJCICC-symbol-description"]={en:["Dow Jones Commodity Index Cocoa"]},e.exports["#DJ:DJCIEN-symbol-description"]={en:["Dow Jones Commodity Index Energy"]},e.exports["#DJ:DJCIGC-symbol-description"]={en:["Dow Jones Commodity Index Gold"]},e.exports["#DJ:DJCIGR-symbol-description"]={en:["Dow Jones Commodity Index Grains"]},e.exports["#DJ:DJCIIK-symbol-description"]={en:["Dow Jones Commodity Index Nickel"]},e.exports["#DJ:DJCIKC-symbol-description"]={en:["Dow Jones Commodity Index Coffee"]},e.exports["#DJ:DJCISB-symbol-description"]={en:["Dow Jones Commodity Index Sugar"]},e.exports["#DJ:DJCISI-symbol-description"]={en:["Dow Jones Commodity Index Silver"]},e.exports["#DJ:DJI-symbol-description"]={en:["Dow Jones Industrial Average Index"]},e.exports["#DJ:DJT-symbol-description"]={en:["Dow Jones Transportation Average Index"]},e.exports["#DJ:DJU-symbol-description"]={en:["Dow Jones Utility Average Index"]},e.exports["#DJ:DJUSCL-symbol-description"]={en:["Dow Jones U.S. Coal Index"]},e.exports["#EGX:EGX30-symbol-description"]={en:["EGX 30 Index"],cs:["EGX 30 Price Return Index"]},e.exports["#ETCBTC-symbol-description"]={en:["Ethereum Classic / Bitcoin"]},e.exports["#ETCEUR-symbol-description"]={en:["Ethereum Classic / Euro"]},e.exports["#ETCUSD-symbol-description"]={en:["Ethereum Classic / U.S. Dollar"]},e.exports["#ETHBTC-symbol-description"]={en:["Ethereum / Bitcoin"]},e.exports["#ETHEUR-symbol-description"]={en:["Ethereum / Euro"]},e.exports["#ETHGBP-symbol-description"]={en:["Ethereum / British Pound"]},e.exports["#ETHJPY-symbol-description"]={en:["Ethereum / Japanese Yen"]},e.exports["#ETHKRW-symbol-description"]={en:["Ethereum / South Korean Won"]},e.exports["#ETHTHB-symbol-description"]={en:["Ethereum / Thai Baht"]},e.exports["#ETHUSD-symbol-description"]={en:["Ethereum / U.S. Dollar"]},e.exports["#EUBUND-symbol-description"]={en:["Euro Bund"]},e.exports["#EURAUD-symbol-description"]={en:["Euro / Australian Dollar"],cs:["Euro Fx/Australian Dollar"]},e.exports["#EURBRL-symbol-description"]={en:["Euro / Brazilian Real"]},e.exports["#EURCAD-symbol-description"]={en:["Euro / Canadian Dollar"],cs:["Euro Fx/Canadian Dollar"]},e.exports["#EURCHF-symbol-description"]={en:["Euro / Swiss Franc"],cs:["Euro Fx/Swiss Franc"]},
+e.exports["#EURGBP-symbol-description"]={en:["Euro / British Pound"],cs:["Euro Fx/British Pound"]},e.exports["#EURJPY-symbol-description"]={en:["Euro / Japanese Yen"],cs:["Euro Fx/Japanese Yen"]},e.exports["#EURNOK-symbol-description"]={en:["Euro / Norwegian Krone"]},e.exports["#EURNZD-symbol-description"]={en:["Euro / New Zealand Dollar"],cs:["Euro Fx/New Zealand Dollar"]},e.exports["#EURONEXT:AEX-symbol-description"]={en:["AEX Index"]},e.exports["#EURONEXT:BEL20-symbol-description"]={en:["BEL 20 Index"]},e.exports["#EURONEXT:PX1-symbol-description"]={en:["CAC 40 Index"]},e.exports["#EURRUB-symbol-description"]={en:["Euro / Russian Ruble"],cs:["EURO / RUSSIAN RUBLE"]},e.exports["#EURRUB_TOM-symbol-description"]={en:["Euro / Russian Ruble TOM"],cs:["EUR/RUB TOM"]},e.exports["#EURSEK-symbol-description"]={en:["Euro / Swedish Krona"]},e.exports["#EURTRY-symbol-description"]={en:["Euro / Turkish Lira"],cs:["Euro Fx/Turkish New Lira"]},e.exports["#EURUSD-symbol-description"]={en:["Euro / U.S. Dollar"],cs:["Euro Fx/U.S. Dollar"]},e.exports["#EUSTX50-symbol-description"]={en:["Euro Stoxx 50 Index"],cs:["Euro Stoxx 50 index of European listed shares"]},e.exports["#FOREXCOM:US2000-symbol-description"]={en:["US Small Cap 2000"]},e.exports["#FRA40-symbol-description"]={en:["CAC 40 Index"]},e.exports["#FRED:GDP-symbol-description"]={en:["Gross Domestic Product, 1 Decimal"]},e.exports["#FRED:POP-symbol-description"]={en:["Total Population: All Ages Including Armed Forces Overseas"]},e.exports["#FRED:UNRATE-symbol-description"]={en:["Civilian Unemployment Rate"]},e.exports["#FTSEMYX:FBMKLCI-symbol-description"]={en:["FTSE Bursa Malaysia KLCI Index"]},e.exports["#FWB:KT1-symbol-description"]={en:["Key Tronic Corр."]},e.exports["#FX:AUS200-symbol-description"]={en:["S&P/ASX Index"]},e.exports["#FX:US30-symbol-description"]={en:["Dow Jones Industrial Average Index"]},e.exports["#GBPAUD-symbol-description"]={en:["British Pound / Australian Dollar"],cs:["Britská Libra/Australský Dolar"]},e.exports["#GBPCAD-symbol-description"]={en:["British Pound / Canadian Dollar"],cs:["Britská Libra/Kanadský Dolar"]},e.exports["#GBPCHF-symbol-description"]={en:["British Pound / Swiss Franc"],cs:["Britská Libra/Švýcarský Frank"]},e.exports["#GBPEUR-symbol-description"]={en:["British Pound / Euro"],cs:["POUND STERLING / EURO"]},e.exports["#GBPJPY-symbol-description"]={en:["British Pound / Japanese Yen"],cs:["Britská Libra/Japonský Jen"]},e.exports["#GBPNZD-symbol-description"]={en:["British Pound / New Zealand Dollar"],cs:["Britská Libra/Novozélandský Dolar"]},e.exports["#GBPPLN-symbol-description"]={en:["British Pound / Polish Zloty"]},e.exports["#GBPRUB-symbol-description"]={en:["British Pound / Russian Ruble"],cs:["Britská Libra/Ruský Rubl"]},e.exports["#GBPUSD-symbol-description"]={en:["British Pound / U.S. Dollar"],cs:["Britská Libra/Americký Dolar"]},e.exports["#GER30-symbol-description"]={en:["DAX Index"],cs:["DAX index of German listed shares"]},e.exports["#GOOG-symbol-description"]={en:["Alphabet Inc (Google) Class C"]},
+e.exports["#GOOGL-symbol-description"]={en:["Alphabet Inc (Google) Class A"],cs:["GOOGLE INC"]},e.exports["#GPW:ACG-symbol-description"]={en:["Acautogaz"]},e.exports["#GPW:WIG20-symbol-description"]={en:["WIG20 Index"]},e.exports["#HSI:HSI-symbol-description"]={en:["Hang Seng Index"]},e.exports["#ICEUS:DX1!-symbol-description"]={en:["U.S. Dollar Index Futures"]},e.exports["#IDX:COMPOSITE-symbol-description"]={en:["IDX Composite Index"]},e.exports["#INDEX:HSCE-symbol-description"]={en:["Hang Seng China Enterprises Index"]},e.exports["#INDEX:JKSE-symbol-description"]={en:["Jakarta Composite Index"]},e.exports["#INDEX:KLSE-symbol-description"]={en:["Bursa Malaysia KLCI Index"]},e.exports["#INDEX:MIB-symbol-description"]={en:["MIB Index"]},e.exports["#INDEX:MOY0-symbol-description"]={en:["Euro Stoxx 50 Index"]},e.exports["#INDEX:STI-symbol-description"]={en:["STI Index"]},e.exports["#INDEX:TWII-symbol-description"]={en:["Taiwan Weighted Index"]},e.exports["#INDEX:XLY0-symbol-description"]={en:["Shanghai Composite Index"]},e.exports["#IOTUSD-symbol-description"]={en:["IOTA / U.S. Dollar"]},e.exports["#JPN225-symbol-description"]={en:["Japan 225 Index"],cs:["Nikkei 225 Index"]},e.exports["#JPYKRW-symbol-description"]={en:["Japanese Yen / South Korean Won"],cs:["YEN / WON"]},e.exports["#JPYRUB-symbol-description"]={en:["Japanese Yen / Russian Ruble"],cs:["JEN / RUSKÝ RUBL"]},e.exports["#JPYUSD-symbol-description"]={en:["Japanese Yen / U.S. Dollar"]},e.exports["#LKOH-symbol-description"]={en:["LUKOIL"]},e.exports["#LSE:SCHO-symbol-description"]={en:["Scholium Group Plc Ord 1P"]},e.exports["#LTCBRL-symbol-description"]={en:["Litecoin / Brazilian Real"]},e.exports["#LTCBTC-symbol-description"]={en:["Litecoin / Bitcoin"]},e.exports["#LTCUSD-symbol-description"]={en:["Litecoin / U.S. Dollar"]},e.exports["#LUNAUSD-symbol-description"]={en:["Luna / U.S. Dollar"]},e.exports["#MOEX:BR1!-symbol-description"]={en:["Brent Oil Futures"]},e.exports["#MOEX:GAZP-symbol-description"]={en:["GAZPROM"]},e.exports["#MOEX:IMOEX-symbol-description"]={en:["MOEX Russia Index"]},e.exports["#MOEX:MGNT-symbol-description"]={en:["MAGNIT"]},e.exports["#MOEX:MICEXINDEXCF-symbol-description"]={en:["MOEX Russia Index"]},e.exports["#MOEX:MX1!-symbol-description"]={en:["MICEX Index Futures"]},e.exports["#MOEX:MX2!-symbol-description"]={en:["MICEX Index Futures"]},e.exports["#MOEX:RI1!-symbol-description"]={en:["RTS Index Futures"]},e.exports["#MOEX:RTSI-symbol-description"]={en:["RTS Index"]},e.exports["#MOEX:RUAL-symbol-description"]={en:["United Company RUSAL PLC"]},e.exports["#MOEX:SBER-symbol-description"]={en:["SBERBANK"]},e.exports["#MOEX:VTBR-symbol-description"]={en:["VTB"]},e.exports["#MSFT-symbol-description"]={en:["Microsoft Corp."],cs:["MICROSOFT CORP"]},e.exports["#NAS100-symbol-description"]={en:["US 100 Cash CFD"],cs:["NASDAQ 100 index of US listed shares"]},e.exports["#NASDAQ:AMD-symbol-description"]={en:["Advanced Micro Devices Inc"]},e.exports["#NASDAQ:GOOG-symbol-description"]={en:["Alphabet Inc (Google) Class C"]},
+e.exports["#NASDAQ:GOOGL-symbol-description"]={en:["Alphabet Inc (Google) Class A"]},e.exports["#NASDAQ:HGX-symbol-description"]={en:["PHLX Housing Sector Index"]},e.exports["#NASDAQ:IEF-symbol-description"]={en:["Ishares 7-10 Year Treasury Bond ETF"]},e.exports["#NASDAQ:IEI-symbol-description"]={en:["Ishares 3-7 Year Treasury Bond ETF"]},e.exports["#NASDAQ:ITI-symbol-description"]={en:["Iteris Inc"],cs:["Iteris Inc."]},e.exports["#NASDAQ:IXIC-symbol-description"]={en:["Nasdaq Composite Index"]},e.exports["#NASDAQ:LCID-symbol-description"]={en:["Lucid Group, Inc."]},e.exports["#NASDAQ:LE-symbol-description"]={en:["Lands' End Inc"]},e.exports["#NASDAQ:NDX-symbol-description"]={en:["Nasdaq 100 Index"]},e.exports["#NASDAQ:OSX-symbol-description"]={en:["PHLX Oil Service Sector Index"]},e.exports["#NASDAQ:SHY-symbol-description"]={en:["Ishares 1-3 Year Treasury Bond ETF"]},e.exports["#NASDAQ:SOX-symbol-description"]={en:["Philadelphia Semiconductor Index"]},e.exports["#NASDAQ:TLT-symbol-description"]={en:["Ishares 20+ Year Treasury Bond ETF"]},e.exports["#NASDAQ:UTY-symbol-description"]={en:["PHLX Utility Sector Index"]},e.exports["#NASDAQ:XAU-symbol-description"]={en:["PHLX Gold and Silver Sector Index"]},e.exports["#NASDAQ:ZS-symbol-description"]={en:["Zscaler Inc"]},e.exports["#NEOUSD-symbol-description"]={en:["NEO / U.S. Dollar"]},e.exports["#NGAS-symbol-description"]={en:["Natural Gas (Henry Hub)"]},e.exports["#NKY-symbol-description"]={en:["Japan 225 Index"],cs:["Nikkei 225 Index"]},e.exports["#NSE:ITI-symbol-description"]={en:["Indian Telephone Industries Limited"]},e.exports["#NSE:NIFTY-symbol-description"]={en:["Nifty 50 Index"]},e.exports["#NYMEX:AEZ1!-symbol-description"]={en:["NY Ethanol Futures"]},e.exports["#NYMEX:CJ1!-symbol-description"]={en:["Cocoa Futures"]},e.exports["#NYMEX:CL1!-symbol-description"]={en:["Light Crude Oil Futures"]},e.exports["#NYMEX:HO1!-symbol-description"]={en:["NY Harbor ULSD Futures"]},e.exports["#NYMEX:KT1!-symbol-description"]={en:["Coffee Futures"]},e.exports["#NYMEX:NG1!-symbol-description"]={en:["Natural Gas Futures"]},e.exports["#NYMEX:PA1!-symbol-description"]={en:["Palladium Futures"]},e.exports["#NYMEX:PL1!-symbol-description"]={en:["Platinum Futures"]},e.exports["#NYMEX:RB1!-symbol-description"]={en:["RBOB Gasoline Futures"]},e.exports["#NYMEX:TT1!-symbol-description"]={en:["Cotton Futures"]},e.exports["#NYMEX_MINI:QG1!-symbol-description"]={en:["E-mini Natural Gas Futures"]},e.exports["#NYMEX_MINI:QM1!-symbol-description"]={en:["E-mini Light Crude Oil Futures"]},e.exports["#NYMEX_MINI:QU1!-symbol-description"]={en:["E-mini Gasoline Futures"]},e.exports["#NYSE:BABA-symbol-description"]={en:["Alibaba Group Holdings Ltd."],cs:["ALIBABA GROUP HLDG LTD"]},e.exports["#NYSE:F-symbol-description"]={en:["FORD MTR CO DEL"]},e.exports["#NYSE:HE-symbol-description"]={en:["Hawaiian Electric Industries"]},e.exports["#NYSE:NYA-symbol-description"]={en:["NYSE Composite Index"]},e.exports["#NYSE:PBR-symbol-description"]={en:["PETROLEO BRASILEIRO SA PETROBR"]},
+e.exports["#NYSE:XAX-symbol-description"]={en:["AMEX Composite Index"]},e.exports["#NYSE:XMI-symbol-description"]={en:["NYSE ARCA Major Market Index"]},e.exports["#NZDJPY-symbol-description"]={en:["New Zealand Dollar / Japanese Yen"],cs:["New Zealand Dollar/Japanese Yen"]},e.exports["#NZDUSD-symbol-description"]={en:["New Zealand Dollar / U.S. Dollar"],cs:["New Zealand Dollar/U.S. Dollar"]},e.exports["#NZX:ALLC-symbol-description"]={en:["S&P/NZX All Index (Capital Index)"]},e.exports["#NZX:NZ50G-symbol-description"]={en:["S&P / NZX 50 Index Gross"]},e.exports["#OANDA:NATGASUSD-symbol-description"]={en:["CFDs on Natural Gas"]},e.exports["#OANDA:SPX500USD-symbol-description"]={en:["S&P 500 Index"]},e.exports["#OANDA:XCUUSD-symbol-description"]={en:["CFDs on Copper (US$ / lb)"]},e.exports["#OMXCOP:OMXC25-symbol-description"]={en:["OMX Copenhagen 25 Index"]},e.exports["#OMXCOP:SCHO-symbol-description"]={en:["Schouw & Co A/S"]},e.exports["#OMXHEX:OMXH25-symbol-description"]={en:["OMX Helsinki 25 Index"]},e.exports["#OMXRSE:OMXRGI-symbol-description"]={en:["OMX Riga Gross Index"],cs:["OMX Riga GI"]},e.exports["#OMXSTO:OMXS30-symbol-description"]={en:["OMX Stockholm 30 Index"]},e.exports["#OMXTSE:OMXTGI-symbol-description"]={en:["OMX Tallinn Gross Index"],cs:["OMX Tallinn GI"]},e.exports["#OMXVSE:OMXVGI-symbol-description"]={en:["OMX Vilnius Gross Index"],cs:["OMX Vilnius GI"]},e.exports["#OTC:IHRMF-symbol-description"]={en:["Ishares MSCI Japan SHS"]},e.exports["#QSE:GNRI-symbol-description"]={en:["QE Index"]},e.exports["#RTS-symbol-description"]={en:["Russian RTS Index"]},e.exports["#RUSSELL:RUA-symbol-description"]={en:["Russell 3000 Index"]},e.exports["#RUSSELL:RUI-symbol-description"]={en:["Russell 1000 Index"]},e.exports["#RUSSELL:RUT-symbol-description"]={en:["Russell 2000 Index"]},e.exports["#SET:GC-symbol-description"]={en:["Global Connections Public Company"]},e.exports["#SIX:F-symbol-description"]={en:["Ford Motor Company"]},e.exports["#SIX:SMI-symbol-description"]={en:["Swiss Market Index"]},e.exports["#SOLUSD-symbol-description"]={en:["Solana / U.S. Dollar"]},e.exports["#SOYBNUSD-symbol-description"]={en:["CFDs on Soybeans"]},e.exports["#SP:OEX-symbol-description"]={en:["S&P 100 Index"]},e.exports["#SP:SPGSCI-symbol-description"]={en:["S&P Goldman Sachs Commodity Index"]},e.exports["#SP:SPX-symbol-description"]={en:["S&P 500 Index"]},e.exports["#SP:SVX-symbol-description"]={en:["S&P 500 Value Index"]},e.exports["#SPX500-symbol-description"]={en:["S&P 500 Index"],cs:["S&P 500 index of US listed shares"]},e.exports["#SUGARUSD-symbol-description"]={en:["CFDs on Sugar"]},e.exports["#SZSE:399001-symbol-description"]={en:["Shenzhen Component Index"],cs:["SZSE Component Index"]},e.exports["#TADAWUL:2370-symbol-description"]={en:["Middle East Specialized Cables Co."]},e.exports["#TADAWUL:TASI-symbol-description"]={en:["Tadawul All Shares Index"]},e.exports["#TASE:TA35-symbol-description"]={en:["TA-35 Index"]},e.exports["#TSX:TSX-symbol-description"]={en:["S&P/TSX Composite Index"]},
+e.exports["#TSX:TX60-symbol-description"]={en:["S&P/TSX 60 Index"]},e.exports["#TVC:AU10-symbol-description"]={en:["Australia Government Bonds 10 YR"]},e.exports["#TVC:AU10Y-symbol-description"]={en:["Australia Government Bonds 10 YR Yield"]},e.exports["#TVC:AXY-symbol-description"]={en:["Australian Dollar Currency Index"]},e.exports["#TVC:BXY-symbol-description"]={en:["British Pound Currency Index"]},e.exports["#TVC:CA10-symbol-description"]={en:["Canadian Government Bonds, 10 YR"]},e.exports["#TVC:CA10Y-symbol-description"]={en:["Canadian Government Bonds 10 YR Yield"]},e.exports["#TVC:CAC40-symbol-description"]={en:["CAC 40 Index"]},e.exports["#TVC:CN10-symbol-description"]={en:["China Government Bonds 10 YR"]},e.exports["#TVC:CN10Y-symbol-description"]={en:["China Government Bonds 10 YR Yield"]},e.exports["#TVC:CXY-symbol-description"]={en:["Canadian Dollar Currency Index"]},e.exports["#TVC:DE10-symbol-description"]={en:["German Government Bonds 10 YR"]},e.exports["#TVC:DE10Y-symbol-description"]={en:["German Government Bonds 10 YR Yield"]},e.exports["#TVC:DEU30-symbol-description"]={en:["DAX Index"]},e.exports["#TVC:DJI-symbol-description"]={en:["Dow Jones Industrial Average Index"]},e.exports["#TVC:DXY-symbol-description"]={en:["U.S. Dollar Index"],cs:["U.S. Dollar Currency Index"]},e.exports["#TVC:ES10-symbol-description"]={en:["Spain Government Bonds 10 YR"]},e.exports["#TVC:ES10Y-symbol-description"]={en:["Spain Government Bonds 10 YR Yield"]},e.exports["#TVC:EUBUND-symbol-description"]={en:["Euro Bund"]},e.exports["#TVC:EXY-symbol-description"]={en:["Euro Currency Index"]},e.exports["#TVC:FR10-symbol-description"]={en:["France Government Bonds 10 YR"]},e.exports["#TVC:FR10Y-symbol-description"]={en:["France Government Bonds 10 YR Yield"]},e.exports["#TVC:FTMIB-symbol-description"]={en:["Milano Italia Borsa Index"]},e.exports["#TVC:GB02-symbol-description"]={en:["UK Government Bonds 2 YR"]},e.exports["#TVC:GB10-symbol-description"]={en:["UK Government Bonds 10 YR"]},e.exports["#TVC:GB10Y-symbol-description"]={en:["UK Government Bonds 10 YR Yield"]},e.exports["#TVC:GOLD-symbol-description"]={en:["CFDs on Gold (US$ / OZ)"]},e.exports["#TVC:HSI-symbol-description"]={en:["Hang Seng Index"]},e.exports["#TVC:IBEX35-symbol-description"]={en:["IBEX 35 Index"]},e.exports["#TVC:ID03-symbol-description"]={en:["Indonesia Government Bonds 3 YR"]},e.exports["#TVC:ID10-symbol-description"]={en:["Indonesia Government Bonds 10 YR"]},e.exports["#TVC:ID10Y-symbol-description"]={en:["Indonesia Government Bonds 10 YR Yield"]},e.exports["#TVC:IN10-symbol-description"]={en:["India Government Bonds 10 YR"]},e.exports["#TVC:IN10Y-symbol-description"]={en:["India Government Bonds 10 YR Yield"],cs:["India Government Bonds 10 yr"]},e.exports["#TVC:IT10-symbol-description"]={en:["Italy Government Bonds 10 YR"]},e.exports["#TVC:IT10Y-symbol-description"]={en:["Italy Government Bonds 10 YR Yield"],cs:["Italy Government Bonds 10 yr"]},e.exports["#TVC:IXIC-symbol-description"]={en:["US Composite Index"],cs:["NASDAQ Composite Index"]},
+e.exports["#TVC:JP10-symbol-description"]={en:["Japan Government Bonds 10 YR"]},e.exports["#TVC:JP10Y-symbol-description"]={en:["Japan Government Bonds 10 YR Yield"],cs:["Japan Government Bonds 10 yr"]},e.exports["#TVC:JXY-symbol-description"]={en:["Japanese Yen Currency Index"]},e.exports["#TVC:KOSPI-symbol-description"]={en:["Korea Composite Stock Price Index"]},e.exports["#TVC:KR10-symbol-description"]={en:["Korea Government Bonds 10 YR"]},e.exports["#TVC:KR10Y-symbol-description"]={en:["Korea Government Bonds 10 YR Yield"]},e.exports["#TVC:MY10-symbol-description"]={en:["Malaysia Government Bonds 10 YR"]},e.exports["#TVC:MY10Y-symbol-description"]={en:["Malaysia Government Bonds 10 YR Yield"]},e.exports["#TVC:NDX-symbol-description"]={en:["US 100 Index"],cs:["NASDAQ 100 Index"]},e.exports["#TVC:NI225-symbol-description"]={en:["Japan 225 Index"],cs:["Nikkei 225 Index"]},e.exports["#TVC:NL10-symbol-description"]={en:["Netherlands Government Bonds, 10 YR"]},e.exports["#TVC:NL10Y-symbol-description"]={en:["Netherlands Government Bonds 10 YR Yield"]},e.exports["#TVC:NYA-symbol-description"]={en:["NYSE Composite Index"]},e.exports["#TVC:NZ10-symbol-description"]={en:["New Zealand Government Bonds, 10 YR"]},e.exports["#TVC:NZ10Y-symbol-description"]={en:["New Zealand Government Bonds 10 YR Yield"]},e.exports["#TVC:PALLADIUM-symbol-description"]={en:["CFDs on Palladium (US$ / OZ)"]},e.exports["#TVC:PL05Y-symbol-description"]={en:["Poland Government Bonds 5 YR Yield"]},e.exports["#TVC:PL10Y-symbol-description"]={en:["Poland Government Bonds 10 YR Yield"]},e.exports["#TVC:PLATINUM-symbol-description"]={en:["CFDs on Platinum (US$ / OZ)"]},e.exports["#TVC:PT10-symbol-description"]={en:["Portugal Government Bonds 10 YR"]},e.exports["#TVC:PT10Y-symbol-description"]={en:["Portugal Government Bonds 10 YR Yield"]},e.exports["#TVC:SA40-symbol-description"]={en:["South Africa Top 40 Index"]},e.exports["#TVC:SILVER-symbol-description"]={en:["CFDs on Silver (US$ / OZ)"]},e.exports["#TVC:SPX-symbol-description"]={en:["S&P 500 Index"]},e.exports["#TVC:SSMI-symbol-description"]={en:["Swiss Market Index"]},e.exports["#TVC:STI-symbol-description"]={en:["Straits Times Index"]},e.exports["#TVC:SX5E-symbol-description"]={en:["Euro Stoxx 50 Index"]},e.exports["#TVC:SXY-symbol-description"]={en:["Swiss Franc Currency Index"]},e.exports["#TVC:TR10-symbol-description"]={en:["Turkey Government Bonds 10 YR"]},e.exports["#TVC:TR10Y-symbol-description"]={en:["Turkey Government Bonds 10 YR Yield"],cs:["Turkey Government Bonds 10 YR"]},e.exports["#TVC:UKOIL-symbol-description"]={en:["CFDs on Brent Crude Oil"]},e.exports["#TVC:UKX-symbol-description"]={en:["UK 100 Index"]},e.exports["#TVC:US02-symbol-description"]={en:["US Government Bonds 2 YR"]},e.exports["#TVC:US02Y-symbol-description"]={en:["US Government Bonds 2 YR Yield"],cs:["US Government Bonds 2 yr"]},e.exports["#TVC:US05-symbol-description"]={en:["US Government Bonds 5 YR"]},e.exports["#TVC:US05Y-symbol-description"]={en:["US Government Bonds 5 YR Yield"],cs:["US Government Bonds 5 yr"]},
+e.exports["#TVC:US10-symbol-description"]={en:["US Government Bonds 10 YR"]},e.exports["#TVC:US10Y-symbol-description"]={en:["US Government Bonds 10 YR Yield"],cs:["US Government Bonds 10 yr"]},e.exports["#TVC:US30-symbol-description"]={en:["US Government Bonds 30 YR"]},e.exports["#TVC:USOIL-symbol-description"]={en:["CFDs on WTI Crude Oil"]},e.exports["#TVC:VIX-symbol-description"]={en:["Volatility S&P 500 Index"]},e.exports["#TVC:ZXY-symbol-description"]={en:["New Zealand Dollar Currency Index"]},e.exports["#TWII-symbol-description"]={en:["Taiwan Weighted Index"]},e.exports["#TWSE:TAIEX-symbol-description"]={en:["Taiwan Capitalization Weighted Stock Index"]},e.exports["#TWTR-symbol-description"]={en:["Twitter Inc"],cs:["TWITTER INC"]},e.exports["#UK100-symbol-description"]={en:["FTSE 100 Index"]},e.exports["#UKOIL-symbol-description"]={en:["CFDs on Crude Oil (Brent)"]},e.exports["#UNIUSD-symbol-description"]={en:["Uniswap / U.S. Dollar"]},e.exports["#US30-symbol-description"]={en:["Dow Jones Industrial Average Index"]},e.exports["#USDAUD-symbol-description"]={en:["U.S. Dollar / Australian Dollar"]},e.exports["#USDBRL-symbol-description"]={en:["U.S. Dollar / Brazilian Real"],cs:["Americký Dolar/Brazilský Real"]},e.exports["#USDCAD-symbol-description"]={en:["U.S. Dollar / Canadian Dollar"],cs:["Americký Dolar/Kanadský Dolar"]},e.exports["#USDCHF-symbol-description"]={en:["U.S. Dollar / Swiss Franc"],cs:["Americký Dolar/Švýcarský Frank"]},e.exports["#USDCNY-symbol-description"]={en:["U.S. Dollar / Chinese Yuan"],cs:["Americký Dolar/Yuan Renminbi"]},e.exports["#USDDKK-symbol-description"]={en:["U.S. Dollar / Danish Krone"],cs:["US DOLAR / DÁNSKÁ KORUNA"]},e.exports["#USDEUR-symbol-description"]={en:["U.S. Dollar / Euro"]},e.exports["#USDGBP-symbol-description"]={en:["U.S. Dollar / Pound Sterling"]},e.exports["#USDHKD-symbol-description"]={en:["U.S. Dollar / Hong Kong Dollar"],cs:["Americký Dolar/Hongkongský Dolar"]},e.exports["#USDHUF-symbol-description"]={en:["U.S. Dollar / Hungarian Forint"]},e.exports["#USDIDR-symbol-description"]={en:["U.S. Dollar / Rupiah"],cs:["Americký Dolar / Rupie"]},e.exports["#USDILS-symbol-description"]={en:["U.S. Dollar / Israeli Shekel"]},e.exports["#USDINR-symbol-description"]={en:["U.S. Dollar / Indian Rupee"],cs:["Americký Dolar / Indická Rupie"]},e.exports["#USDJPY-symbol-description"]={en:["U.S. Dollar / Japanese Yen"],cs:["Americký Dolar/Japonský Jen"]},e.exports["#USDKRW-symbol-description"]={en:["U.S. Dollar / South Korean"],cs:["US DOLLAR / WON"]},e.exports["#USDMXN-symbol-description"]={en:["U.S. Dollar / Mexican Peso"],cs:["Americký Dolar/Mexické Peso"]},e.exports["#USDNZD-symbol-description"]={en:["U.S. Dollar / New Zealand Dollar"]},e.exports["#USDPHP-symbol-description"]={en:["U.S. Dollar / Philippine peso"]},e.exports["#USDPLN-symbol-description"]={en:["U.S. Dollar / Polish Zloty"],cs:["USD/PLN"]},e.exports["#USDRUB-symbol-description"]={en:["U.S. Dollar / Russian Ruble"],cs:["US DOLLAR / RUSSIAN RUBLE"]},e.exports["#USDRUB_TOM-symbol-description"]={
+en:["U.S. Dollar / Russian Ruble TOM"],cs:["USD/RUB TOM"]},e.exports["#USDSEK-symbol-description"]={en:["U.S. Dollar / Swedish Krona"],cs:["U.S. Dollar/Swedish Krona"]},e.exports["#USDSGD-symbol-description"]={en:["U.S. Dollar / Singapore Dollar"],cs:["US DOLLAR / SINGAPORE DOLLAR"]},e.exports["#USDTHB-symbol-description"]={en:["U.S. Dollar / Thai Baht"]},e.exports["#USDTRY-symbol-description"]={en:["U.S. Dollar / Turkish Lira"],cs:["U.S. Dollar/Turkish New Lira"]},e.exports["#USDZAR-symbol-description"]={en:["U.S. Dollar / South African Rand"]},e.exports["#USOIL-symbol-description"]={en:["CFDs on Crude Oil (WTI)"]},e.exports["#WHEATUSD-symbol-description"]={en:["CFDs on Wheat"]},e.exports["#XAGUSD-symbol-description"]={en:["Silver / U.S. Dollar"],cs:["Silver/U.S. Dollar"]},e.exports["#XAUUSD-symbol-description"]={en:["Gold Spot / U.S. Dollar"],cs:["Zlato / Americký Dolar"]},e.exports["#XBTCAD-symbol-description"]={en:["Bitcoin / Canadian Dollar"]},e.exports["#XETR:DAX-symbol-description"]={en:["DAX Index"]},e.exports["#XMRUSD-symbol-description"]={en:["Monero / U.S. Dollar"]},e.exports["#XPDUSD-symbol-description"]={en:["CFDs on Palladium"]},e.exports["#XPTUSD-symbol-description"]={en:["Platinum / U.S. Dollar"],cs:["Platina/Americký Dolar"]},e.exports["#XRPBTC-symbol-description"]={en:["XRP / Bitcoin"],cs:["Ripple / Bitcoin"]},e.exports["#XRPEUR-symbol-description"]={en:["XRP / Euro"],cs:["Ripple / Euro"]},e.exports["#XRPUSD-symbol-description"]={en:["XRP / U.S. Dollar"],cs:["Ripple / U.S. Dollar"]},e.exports["#ZECUSD-symbol-description"]={en:["Zcash / U.S. Dollar"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.2486.11825549d0f3e1fd5ee7.js b/public/charting_library/bundles/cs.2486.11825549d0f3e1fd5ee7.js
new file mode 100644
index 0000000..d2b2180
--- /dev/null
+++ b/public/charting_library/bundles/cs.2486.11825549d0f3e1fd5ee7.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2486,4040,359],{55517:e=>{e.exports={en:["Add"]}},29619:e=>{e.exports={en:["Add custom color"],cs:["Add Custom Color"]}},80936:e=>{e.exports={en:["Opacity"]}},97349:e=>{e.exports={en:["Fr"]}},30961:e=>{e.exports={en:["Mo"]}},94748:e=>{e.exports={en:["Sa"]}},75005:e=>{e.exports={en:["Su"]}},92578:e=>{e.exports={en:["We"]}},8765:e=>{e.exports={en:["Th"]}},9135:e=>{e.exports={en:["Tu"]}},53288:e=>{e.exports={en:["animals & nature"]}},21311:e=>{e.exports={en:["activity"]}},90678:e=>{e.exports={en:["food & drink"]}},6715:e=>{e.exports={en:["flags"]}},98355:e=>{e.exports={en:["objects"]}},43438:e=>{e.exports={en:["smiles & people"]}},40457:e=>{e.exports={en:["symbols"]}},88906:e=>{e.exports={en:["recently used"]}},28562:e=>{e.exports={en:["travel & places"]}},24716:e=>{e.exports={en:["Another symbol"]}},41256:e=>{e.exports={en:["Back"]}},94849:e=>{e.exports={en:["Main chart symbol"]}},53174:e=>{e.exports={en:["Right"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"]}},4543:e=>{e.exports={en:["Cancel"],cs:["Zrušit"]}},24197:e=>{e.exports={en:["Center"]}},63245:e=>{e.exports={en:["Change symbol"]}},54613:e=>{e.exports={en:["Chart"]}},47742:e=>{e.exports={en:["Close menu"]}},34040:e=>{e.exports={en:["All sources"]}},96413:e=>{e.exports={en:["Apply defaults"],cs:["Apply Defaults"]}},77571:e=>{e.exports={en:["Apply to all"]}},28896:e=>{e.exports={en:["April"]}},11081:e=>{e.exports={en:["August"]}},27567:e=>{e.exports={en:["Bottom"]}},42358:e=>{e.exports={en:["Bond"]}},68043:e=>{e.exports={en:["Gradient"]}},6113:e=>{e.exports={en:["Do you really want to delete Chart Template '{name}' ?"]}},27390:e=>{e.exports={en:["Dotted line"]}},88123:e=>{e.exports={en:["Dashed line"]}},90082:e=>{e.exports={en:["December"]}},55319:e=>{e.exports={en:["Decrease"]}},78734:e=>{e.exports={en:["Description"],cs:["Popis"]}},81069:e=>{e.exports={en:["February"]}},3570:e=>{e.exports={en:["Friday"]}},95406:e=>{e.exports={en:["Horizontal"]}},8854:e=>{e.exports={en:["Hidden"]}},39832:e=>{e.exports={en:["Increase"]}},200:e=>{e.exports={en:["January"]}},6608:e=>{e.exports={en:["July"]}},61487:e=>{e.exports={en:["June"]}},37997:e=>{e.exports={en:["October"]}},55450:e=>{e.exports={en:["Offset"],cs:["Odsazení"]}},19295:e=>{e.exports={en:["Ok"]}},11626:e=>{e.exports={en:["Left"]}},28603:e=>{e.exports={en:["Line style"]}},19573:e=>{e.exports={en:["Monday"]}},43154:e=>{e.exports={en:["Months"]}},37117:e=>{e.exports={en:["More"],cs:["Více"]}},25734:e=>{e.exports={en:["May"],cs:["Květen"]}},93878:e=>{e.exports={en:["March"]}},68833:e=>{e.exports={en:["Middle"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"]}},76822:e=>{e.exports={en:["No symbols match your criteria"]}},4607:e=>{e.exports={en:["November"]}},65353:e=>{e.exports={en:["Normal"],cs:["Běžné"]}},69102:e=>{e.exports={en:["Next year"]}},17538:e=>{
+e.exports={en:["Next years"]}},92790:e=>{e.exports={en:["Next month"]}},71300:e=>{e.exports={en:["Number format is invalid."]}},28628:e=>{e.exports={en:["Sources"]}},88686:e=>{e.exports={en:["Solid"]}},30348:e=>{e.exports={en:["Saturday"]}},8573:e=>{e.exports={en:["Search"],cs:["Hledat"]}},57640:e=>{e.exports={en:["Select source"]}},32179:e=>{e.exports={en:["September"]}},31331:e=>{e.exports={en:["Specified value is more than the instrument maximum of {max}."]}},24216:e=>{e.exports={en:["Specified value is less than the instrument minimum of {min}."]}},61480:e=>{e.exports={en:["Sunday"]}},70235:e=>{e.exports={en:["Switch to months"]}},91245:e=>{e.exports={en:["Switch to dates"]}},71961:e=>{e.exports={en:["Switch to years"]}},95481:e=>{e.exports={en:["Symbol"]}},74007:e=>{e.exports={en:["Symbol & description"]}},51165:e=>{e.exports={en:["Symbol Search"]}},27254:e=>{e.exports={en:["Please enter the right date"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"]}},93984:e=>{e.exports={en:["Previous month"]}},75776:e=>{e.exports={en:["Previous year"]}},44701:e=>{e.exports={en:["Previous years"]}},89984:e=>{e.exports={en:["Remove color"]}},47550:e=>{e.exports={en:["Remove selected emoji"]}},50421:e=>{e.exports={en:["Right"]}},94226:e=>{e.exports={en:["Wednesday"]}},97118:e=>{e.exports={en:["Top"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},79137:e=>{e.exports={en:["Thursday"]}},54971:e=>{e.exports={en:["Thickness"]}},82160:e=>{e.exports={en:["Tuesday"]}},13748:e=>{e.exports={en:["Use special math signs to displace selected drawings: +,-,/,* for price and +,- for bar index."]}},69526:e=>{e.exports={en:["Vertical"]}},66181:e=>{e.exports={en:["Years"]}},70932:e=>{e.exports={en:["commodity"]}},79599:e=>{e.exports={en:["cfd"]}},29426:e=>{e.exports={en:["change opacity"]}},31675:e=>{e.exports={en:["change color"]}},28818:e=>{e.exports={en:["change line style"]}},73281:e=>{e.exports={en:["change thickness"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},5741:e=>{e.exports={en:["close"]}},46128:e=>{e.exports={en:["crypto"]}},47268:e=>{e.exports={en:["dr"]}},406:e=>{e.exports={en:["e.g. +1"]}},49957:e=>{e.exports={en:["e.g. /2"]}},54094:e=>{e.exports={en:["economy"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"]}},59319:e=>{e.exports={en:["high"]}},96008:e=>{e.exports={en:["hl2"]}},91189:e=>{e.exports={en:["hlc3"]}},49242:e=>{e.exports={en:["hlcc4"]}},87464:e=>{e.exports={en:["index"]}},90250:e=>{e.exports={en:["indices"]}},52793:e=>{e.exports={en:["ohlc4"]}},83584:e=>{e.exports={en:["open"]}},41902:e=>{e.exports={en:["low"]}},76752:e=>{e.exports={en:["stock"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.2530.6108ccc54d7b804c8af1.js b/public/charting_library/bundles/cs.2530.6108ccc54d7b804c8af1.js
new file mode 100644
index 0000000..01d409d
--- /dev/null
+++ b/public/charting_library/bundles/cs.2530.6108ccc54d7b804c8af1.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2530,4109,9093],{4543:e=>{e.exports={en:["Cancel"],cs:["Zrušit"]}},47742:e=>{e.exports={en:["Close menu"]}},69207:e=>{e.exports={en:["Add to favorites"],cs:["Přidat do oblíbených"]}},69644:e=>{e.exports={en:["Available for Pro accounts"]}},10640:e=>{e.exports={en:["Editors' picks"]}},84549:e=>{e.exports={en:["Indicators"],cs:["Indikátory"]}},70269:e=>{e.exports={en:["No indicators matched your criteria"],cs:["Indikátory nevyhovující vaším požadavkům"]}},7378:e=>{e.exports={en:["Script name"]}},8573:e=>{e.exports={en:["Search"],cs:["Hledat"]}},85106:e=>{e.exports={en:["Remove from favorites"],cs:["Odebrat z oblíbených"]}},33673:e=>{e.exports={en:["{studyTitle} added to chart"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.2787.b95db3c8cfe7fab3c811.js b/public/charting_library/bundles/cs.2787.b95db3c8cfe7fab3c811.js
new file mode 100644
index 0000000..c5e9ba9
--- /dev/null
+++ b/public/charting_library/bundles/cs.2787.b95db3c8cfe7fab3c811.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2787,6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],cs:["Souřadnice"]}},24197:e=>{e.exports={en:["Center"]}},27567:e=>{e.exports={en:["Bottom"]}},72942:e=>{e.exports={en:["Days"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},61856:e=>{e.exports={en:["Extend left line"]}},87430:e=>{e.exports={en:["Extend right line"]}},56796:e=>{e.exports={en:["Hours"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],cs:["Vstupy"]}},11626:e=>{e.exports={en:["Left"]}},43154:e=>{e.exports={en:["Months"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"]}},50421:e=>{e.exports={en:["Right"]}},835:e=>{e.exports={en:["Weeks"]}},97118:e=>{e.exports={en:["Top"]}},70320:e=>{e.exports={en:["Text"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"]}},19541:e=>{e.exports={en:["change {toolName} line width"]}},24059:e=>{e.exports={en:["change {toolName} line color"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"]}},21474:e=>{e.exports={en:["change {toolName} line left end"]}},54827:e=>{e.exports={en:["change {toolName} line right end"]}},66429:e=>{e.exports={en:["change {toolName} line style"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},35813:e=>{e.exports={en:["days"],cs:["Days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},
+2359:e=>{e.exports={en:["hours"],cs:["Hours"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"],cs:["Months"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"],cs:["Minutes"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.3181.259d07263a732c089332.js b/public/charting_library/bundles/cs.3181.259d07263a732c089332.js
new file mode 100644
index 0000000..f9a7330
--- /dev/null
+++ b/public/charting_library/bundles/cs.3181.259d07263a732c089332.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3181,6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"]}},33004:e=>{e.exports={en:["Counterclockwise"]}},78930:e=>{e.exports={en:["Coordinates"],cs:["Souřadnice"]}},24197:e=>{e.exports={en:["Center"]}},27567:e=>{e.exports={en:["Bottom"]}},72942:e=>{e.exports={en:["Days"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},56796:e=>{e.exports={en:["Hours"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],cs:["Vstupy"]}},11626:e=>{e.exports={en:["Left"]}},43154:e=>{e.exports={en:["Months"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"]}},50421:e=>{e.exports={en:["Right"]}},835:e=>{e.exports={en:["Weeks"]}},97118:e=>{e.exports={en:["Top"]}},70320:e=>{e.exports={en:["Text"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},60003:e=>{e.exports={en:["change {title} counterclockwise"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},46040:e=>{e.exports={en:["change {title} line width"]}},7455:e=>{e.exports={en:["change {title} line color"]}},30843:e=>{e.exports={en:["change {title} line style"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},35813:e=>{e.exports={en:["days"],cs:["Days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},2359:e=>{e.exports={en:["hours"],cs:["Hours"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"],cs:["Months"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{
+e.exports={en:["minutes"],cs:["Minutes"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.3355.c5e027afabcecc85b871.js b/public/charting_library/bundles/cs.3355.c5e027afabcecc85b871.js
new file mode 100644
index 0000000..1804cba
--- /dev/null
+++ b/public/charting_library/bundles/cs.3355.c5e027afabcecc85b871.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3355,6155,3367,2303,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],cs:["Souřadnice"]}},24197:e=>{e.exports={en:["Center"]}},6060:e=>{e.exports={en:["Add text"]}},27567:e=>{e.exports={en:["Bottom"]}},38408:e=>{e.exports={en:["Border"],cs:["Okraj"]}},79468:e=>{e.exports={en:["Background"],cs:["Pozadí"]}},72942:e=>{e.exports={en:["Days"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},56796:e=>{e.exports={en:["Hours"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],cs:["Vstupy"]}},74872:e=>{e.exports={en:["Label"],cs:["Štítek"]}},11626:e=>{e.exports={en:["Left"]}},43154:e=>{e.exports={en:["Months"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"]}},50421:e=>{e.exports={en:["Right"]}},835:e=>{e.exports={en:["Weeks"]}},97118:e=>{e.exports={en:["Top"]}},70320:e=>{e.exports={en:["Text"]}},7560:e=>{e.exports={en:["Text wrap"],cs:["Zabalte text"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},49765:e=>{e.exports={en:["change {title} background color"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},57122:e=>{e.exports={en:["change {title} text"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"]}},66668:e=>{e.exports={en:["change {toolName} text"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"]}},22231:e=>{
+e.exports={en:["change {toolName} text background color"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"]}},36666:e=>{e.exports={en:["change {toolName} text border color"]}},35423:e=>{e.exports={en:["change {toolName} text border width"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"]}},64500:e=>{e.exports={en:["change {toolName} text color"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"]}},21781:e=>{e.exports={en:["change {toolName} text font size"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},35813:e=>{e.exports={en:["days"],cs:["Days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},2359:e=>{e.exports={en:["hours"],cs:["Hours"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"],cs:["Months"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"],cs:["Minutes"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.3357.613d24759e11646b0997.js b/public/charting_library/bundles/cs.3357.613d24759e11646b0997.js
new file mode 100644
index 0000000..8a4827c
--- /dev/null
+++ b/public/charting_library/bundles/cs.3357.613d24759e11646b0997.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3357,4109,9093],{53288:e=>{e.exports={en:["animals & nature"]}},21311:e=>{e.exports={en:["activity"]}},90678:e=>{e.exports={en:["food & drink"]}},6715:e=>{e.exports={en:["flags"]}},98355:e=>{e.exports={en:["objects"]}},43438:e=>{e.exports={en:["smiles & people"]}},40457:e=>{e.exports={en:["symbols"]}},88906:e=>{e.exports={en:["recently used"]}},28562:e=>{e.exports={en:["travel & places"]}},4543:e=>{e.exports={en:["Cancel"],cs:["Zrušit"]}},47742:e=>{e.exports={en:["Close menu"]}},69207:e=>{e.exports={en:["Add to favorites"],cs:["Přidat do oblíbených"]}},80439:e=>{e.exports={en:["Do you really want to delete chart layout '{name}' ? This can't be undone. Your drawings and this layout will be gone forever."]}},56495:e=>{e.exports={en:["Do you really want to delete chart layout '{name}' that contains {n_drawings_on_n_symbols}? This can't be undone. Your drawings and this layout will be gone forever."]}},55108:e=>{e.exports={en:["Date modified (oldest first)"]}},75272:e=>{e.exports={en:["Date modified (newest first)"]}},11478:e=>{e.exports={en:["Layout name"]}},21329:e=>{e.exports={en:["Layout name (A to Z)"]}},11324:e=>{e.exports={en:["Layout name (Z to A)"]}},21355:e=>{e.exports={en:["Layouts"]}},63269:e=>{e.exports={en:["No layouts matched your criteria"]}},5191:e=>{e.exports={en:["Sort by layout name, date changed"]}},8573:e=>{e.exports={en:["Search"],cs:["Hledat"]}},85106:e=>{e.exports={en:["Remove from favorites"],cs:["Odebrat z oblíbených"]}},47550:e=>{e.exports={en:["Remove selected emoji"]}},30502:e=>{e.exports={en:["on {amount} symbol","on {amount} symbols"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.3367.8357e9248b9de0310231.js b/public/charting_library/bundles/cs.3367.8357e9248b9de0310231.js
new file mode 100644
index 0000000..bcbf90d
--- /dev/null
+++ b/public/charting_library/bundles/cs.3367.8357e9248b9de0310231.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3367,6155,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],cs:["Souřadnice"]}},24197:e=>{e.exports={en:["Center"]}},27567:e=>{e.exports={en:["Bottom"]}},38408:e=>{e.exports={en:["Border"],cs:["Okraj"]}},79468:e=>{e.exports={en:["Background"],cs:["Pozadí"]}},72942:e=>{e.exports={en:["Days"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},56796:e=>{e.exports={en:["Hours"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],cs:["Vstupy"]}},11626:e=>{e.exports={en:["Left"]}},43154:e=>{e.exports={en:["Months"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"]}},50421:e=>{e.exports={en:["Right"]}},835:e=>{e.exports={en:["Weeks"]}},97118:e=>{e.exports={en:["Top"]}},70320:e=>{e.exports={en:["Text"]}},7560:e=>{e.exports={en:["Text wrap"],cs:["Zabalte text"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},57122:e=>{e.exports={en:["change {title} text"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"]}},66668:e=>{e.exports={en:["change {toolName} text"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"]}},22231:e=>{e.exports={en:["change {toolName} text background color"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"]}},36666:e=>{e.exports={
+en:["change {toolName} text border color"]}},35423:e=>{e.exports={en:["change {toolName} text border width"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"]}},64500:e=>{e.exports={en:["change {toolName} text color"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"]}},21781:e=>{e.exports={en:["change {toolName} text font size"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},35813:e=>{e.exports={en:["days"],cs:["Days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},2359:e=>{e.exports={en:["hours"],cs:["Hours"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"],cs:["Months"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"],cs:["Minutes"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.359.3c5835e59f61404fe3cc.js b/public/charting_library/bundles/cs.359.3c5835e59f61404fe3cc.js
new file mode 100644
index 0000000..db0a559
--- /dev/null
+++ b/public/charting_library/bundles/cs.359.3c5835e59f61404fe3cc.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[359,4040],{41256:e=>{e.exports={en:["Back"]}},53174:e=>{e.exports={en:["Right"]}},4543:e=>{e.exports={en:["Cancel"],cs:["Zrušit"]}},47742:e=>{e.exports={en:["Close menu"]}},34040:e=>{e.exports={en:["All sources"]}},42358:e=>{e.exports={en:["Bond"]}},78734:e=>{e.exports={en:["Description"],cs:["Popis"]}},37117:e=>{e.exports={en:["More"],cs:["Více"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"]}},76822:e=>{e.exports={en:["No symbols match your criteria"]}},28628:e=>{e.exports={en:["Sources"]}},8573:e=>{e.exports={en:["Search"],cs:["Hledat"]}},57640:e=>{e.exports={en:["Select source"]}},95481:e=>{e.exports={en:["Symbol"]}},74007:e=>{e.exports={en:["Symbol & description"]}},51165:e=>{e.exports={en:["Symbol Search"]}},70932:e=>{e.exports={en:["commodity"]}},79599:e=>{e.exports={en:["cfd"]}},46128:e=>{e.exports={en:["crypto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"]}},87464:e=>{e.exports={en:["index"]}},90250:e=>{e.exports={en:["indices"]}},76752:e=>{e.exports={en:["stock"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.3597.9c639cb519af03750b8e.js b/public/charting_library/bundles/cs.3597.9c639cb519af03750b8e.js
new file mode 100644
index 0000000..00c5eb2
--- /dev/null
+++ b/public/charting_library/bundles/cs.3597.9c639cb519af03750b8e.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3597],{53288:e=>{e.exports={en:["animals & nature"]}},21311:e=>{e.exports={en:["activity"]}},90678:e=>{e.exports={en:["food & drink"]}},6715:e=>{e.exports={en:["flags"]}},98355:e=>{e.exports={en:["objects"]}},43438:e=>{e.exports={en:["smiles & people"]}},40457:e=>{e.exports={en:["symbols"]}},88906:e=>{e.exports={en:["recently used"]}},28562:e=>{e.exports={en:["travel & places"]}},4543:e=>{e.exports={en:["Cancel"],cs:["Zrušit"]}},47742:e=>{e.exports={en:["Close menu"]}},4461:e=>{e.exports={en:["Add emoji"]}},9372:e=>{e.exports={en:["Indicator template '{templateName}' already exists. Do you really want to replace it?"]}},19295:e=>{e.exports={en:["Ok"]}},85888:e=>{e.exports={en:["No results found"]}},64e3:e=>{e.exports={en:["Save"],cs:["Uložit"]}},71924:e=>{e.exports={en:["Save indicator template"]}},6081:e=>{e.exports={en:["Saved indicators"]}},63035:e=>{e.exports={en:["Selecting this option will set the {interval} interval on the chart when this template is applied"]}},13860:e=>{e.exports={en:["Selecting this option will set the {symbol} symbol on the chart when this template is applied"]}},18698:e=>{e.exports={en:["Remember Interval"]}},57149:e=>{e.exports={en:["Remember Symbol"]}},47550:e=>{e.exports={en:["Remove selected emoji"]}},59233:e=>{e.exports={en:["Template name"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.4040.333002e872dd8b0c1c95.js b/public/charting_library/bundles/cs.4040.333002e872dd8b0c1c95.js
new file mode 100644
index 0000000..16b97ea
--- /dev/null
+++ b/public/charting_library/bundles/cs.4040.333002e872dd8b0c1c95.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4040],{34040:e=>{e.exports={en:["All sources"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.4109.921da6023cc8aa9fe3a5.js b/public/charting_library/bundles/cs.4109.921da6023cc8aa9fe3a5.js
new file mode 100644
index 0000000..5c61185
--- /dev/null
+++ b/public/charting_library/bundles/cs.4109.921da6023cc8aa9fe3a5.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4109],{69207:e=>{e.exports={en:["Add to favorites"],cs:["Přidat do oblíbených"]}},85106:e=>{e.exports={en:["Remove from favorites"],cs:["Odebrat z oblíbených"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.4166.e3c369fb8ae4775c7f89.js b/public/charting_library/bundles/cs.4166.e3c369fb8ae4775c7f89.js
new file mode 100644
index 0000000..71a7301
--- /dev/null
+++ b/public/charting_library/bundles/cs.4166.e3c369fb8ae4775c7f89.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4166],{80996:e=>{e.exports={en:["Local drawings"]}},84212:e=>{e.exports={en:["No drawings yet"],cs:["Zatím Žádné Nákresy"]}},92931:e=>{e.exports={en:["Synced globally"]}},41870:e=>{e.exports={en:["Synced in layout"]}},8182:e=>{e.exports={en:["Remove all drawings for this symbol"]}},58407:e=>{e.exports={en:["remove all line tools for {symbol}"]}},90755:e=>{e.exports={en:["{drawingsCount} drawing","{drawingsCount} drawings"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.4211.932ffa2dc04657916b72.js b/public/charting_library/bundles/cs.4211.932ffa2dc04657916b72.js
new file mode 100644
index 0000000..bd4979a
--- /dev/null
+++ b/public/charting_library/bundles/cs.4211.932ffa2dc04657916b72.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4211,4040,359,4109,9093],{23821:e=>{e.exports={en:["Dot"]}},41256:e=>{e.exports={en:["Back"]}},53174:e=>{e.exports={en:["Right"]}},57e3:e=>{e.exports={en:["Compare"],cs:["Porovnat"]}},93111:e=>{e.exports={en:["Content"]}},8270:e=>{e.exports={en:["Copy link to the chart image"]}},4543:e=>{e.exports={en:["Cancel"],cs:["Zrušit"]}},59934:e=>{e.exports={en:["Channels"]}},63245:e=>{e.exports={en:["Change symbol"]}},56281:e=>{e.exports={en:["Chart style Columns"]}},64526:e=>{e.exports={en:["Chart style Candles"]}},9537:e=>{e.exports={en:["Chart style Area"]}},19265:e=>{e.exports={en:["Chart style Bars"]}},19579:e=>{e.exports={en:["Chart style Baseline"]}},47189:e=>{e.exports={en:["Chart style Kagi"]}},39883:e=>{e.exports={en:["Chart style HLC area"]}},67579:e=>{e.exports={en:["Chart style HLC bars"]}},44958:e=>{e.exports={en:["Chart style Hollow candles"]}},62423:e=>{e.exports={en:["Chart style Heikin Ashi"]}},70405:e=>{e.exports={en:["Chart style High-low"]}},92911:e=>{e.exports={en:["Chart style Line"]}},35458:e=>{e.exports={en:["Chart style Line with markers"]}},11604:e=>{e.exports={en:["Chart style Line break"]}},67346:e=>{e.exports={en:["Chart style Session volume profile"]}},40447:e=>{e.exports={en:["Chart style Step line"]}},22027:e=>{e.exports={en:["Chart style Point & figure"]}},49942:e=>{e.exports={en:["Chart style Range"]}},80082:e=>{e.exports={en:["Chart style Renko"]}},94861:e=>{e.exports={en:["Chart style Time Price Opportunity"]}},13618:e=>{e.exports={en:["Chart style Volume candles"]}},21190:e=>{e.exports={en:["Chart style Volume footprint"]}},53438:e=>{e.exports={en:["Chart template"]}},47742:e=>{e.exports={en:["Close menu"]}},81578:e=>{e.exports={en:["Cursors"]}},77915:e=>{e.exports={en:["Cycles"]}},32064:e=>{e.exports={en:["Annotation tools"],cs:["Annotation Tools"]}},69207:e=>{e.exports={en:["Add to favorites"],cs:["Přidat do oblíbených"]}},34040:e=>{e.exports={en:["All sources"]}},19147:e=>{e.exports={en:["Arrows"]}},42358:e=>{e.exports={en:["Bond"]}},65695:e=>{e.exports={en:["Brushes"]}},51494:e=>{e.exports={en:["Gann"]}},2654:e=>{e.exports={en:["Gann and Fibonacci tools"],cs:["Gann and Fibonacci Tools"]}},22145:e=>{e.exports={en:["Geometric shapes"],cs:["Geometric Shapes"]}},57157:e=>{e.exports={en:["Dot"],cs:["Tečka"]}},25848:e=>{e.exports={en:["Dark theme"]}},14939:e=>{e.exports={en:["Demonstration"]}},78734:e=>{e.exports={en:["Description"],cs:["Popis"]}},74385:e=>{e.exports={en:["Drawings"],cs:["Nákresy"]}},44255:e=>{e.exports={en:["Elliott waves"]}},8727:e=>{e.exports={en:["Eraser"],cs:["Guma"]}},93308:e=>{e.exports={en:["Extended session"]}},1410:e=>{e.exports={en:["Forecasting and measurement tools"],cs:["Prediction and Measurement Tools"]}},26578:e=>{e.exports={en:["Fibonacci"]}},67092:e=>{e.exports={en:["Fullscreen mode"],cs:["Režim Fullscreen"]}},83576:e=>{e.exports={en:["Function"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"]}},27077:e=>{e.exports={en:["Open Object Tree"]}},7386:e=>{e.exports={
+en:["Open chart layout"]}},79451:e=>{e.exports={en:["Lock all drawings"],cs:["Zamknout všechny nástroje pro kreslení"]}},35112:e=>{e.exports={en:["Move chart back"]}},12754:e=>{e.exports={en:["Move chart forward"]}},37117:e=>{e.exports={en:["More"],cs:["Více"]}},35553:e=>{e.exports={en:["Magic"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"]}},81031:e=>{e.exports={en:["Manage layout drawings"]}},91563:e=>{e.exports={en:["Measure"]}},97050:e=>{e.exports={en:["Measurer"]}},7276:e=>{e.exports={en:["Merge all scales to the left"]}},80219:e=>{e.exports={en:["Merge all scales to the right"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"]}},76822:e=>{e.exports={en:["No symbols match your criteria"]}},47202:e=>{e.exports={en:["Nothing matches your criteria"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"]}},3521:e=>{e.exports={en:["New drawings will sync globally"]}},93027:e=>{e.exports={en:["New drawings will sync in layout"]}},28628:e=>{e.exports={en:["Sources"]}},41569:e=>{e.exports={en:["Save chart layout"]}},8573:e=>{e.exports={en:["Search"],cs:["Hledat"]}},79354:e=>{e.exports={en:["Search tool or function"]}},57640:e=>{e.exports={en:["Select source"]}},65781:e=>{e.exports={en:["Shapes"]}},3154:e=>{e.exports={en:["Show Hidden Tools"]}},85786:e=>{e.exports={en:["Show Object Tree"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],cs:["Zůstat v režimu kreslení"]}},94593:e=>{e.exports={en:["Strong Magnet"]}},95481:e=>{e.exports={en:["Symbol"]}},74007:e=>{e.exports={en:["Symbol & description"]}},51165:e=>{e.exports={en:["Symbol Search"]}},23391:e=>{e.exports={en:["Sync drawings to all charts"]}},46417:e=>{e.exports={en:["Patterns"]}},36167:e=>{e.exports={en:["Pitchforks"]}},79366:e=>{e.exports={en:["Previous day close price line"]}},76753:e=>{e.exports={en:["Recent search"]}},28051:e=>{e.exports={en:["Regular session"]}},57118:e=>{e.exports={en:["Remove Drawings"]}},4474:e=>{e.exports={en:["Remove all indicators and drawing tools"]}},96374:e=>{e.exports={en:["Remove drawings"]}},85106:e=>{e.exports={en:["Remove from favorites"],cs:["Odebrat z oblíbených"]}},99984:e=>{e.exports={en:["Remove indicators"],cs:["Remove Indicators"]}},38206:e=>{e.exports={en:["Rename chart layout"]}},31789:e=>{e.exports={en:["Reset chart"]}},3519:e=>{e.exports={en:["Weak Magnet"]}},65831:e=>{e.exports={en:["Text & Notes"]}},48773:e=>{e.exports={en:["Trend line tools"],cs:["Trend Line Tools"]}},27463:e=>{e.exports={en:["Type to search for drawings, functions and settings"]}},69260:e=>{e.exports={en:["Volume-based"]}},78659:e=>{e.exports={en:["You're changing the user interface to the {name} theme. Would you like to switch the chart template's theme too?"]}},55774:e=>{e.exports={en:["Zoom In"],cs:["Přiblížit"]}},37310:e=>{e.exports={en:["Zoom Out"],cs:["Oddálit"]}},70932:e=>{e.exports={en:["commodity"]}},79599:e=>{e.exports={en:["cfd"]}},13489:e=>{e.exports={
+en:["change ideas visibility on chart"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"]}},46128:e=>{e.exports={en:["crypto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"]}},87464:e=>{e.exports={en:["index"]}},90250:e=>{e.exports={en:["indices"]}},76752:e=>{e.exports={en:["stock"]}},94521:e=>{e.exports={en:["sync drawings"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.4543.af2e0ddd821d5bacf27b.js b/public/charting_library/bundles/cs.4543.af2e0ddd821d5bacf27b.js
new file mode 100644
index 0000000..51013dc
--- /dev/null
+++ b/public/charting_library/bundles/cs.4543.af2e0ddd821d5bacf27b.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4543],{63271:e=>{e.exports={en:["Flipped"],cs:["Převrácený"]}},28941:e=>{e.exports={en:["Mirrored"],cs:["Zrcadlený"]}},92479:e=>{e.exports={en:["flip bars pattern"]}},20965:e=>{e.exports={en:["mirror bars pattern"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.4593.99cfdf832ec7f90cc2a7.js b/public/charting_library/bundles/cs.4593.99cfdf832ec7f90cc2a7.js
new file mode 100644
index 0000000..8027c83
--- /dev/null
+++ b/public/charting_library/bundles/cs.4593.99cfdf832ec7f90cc2a7.js
@@ -0,0 +1,4 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4593,4040,359,4821],{55517:e=>{e.exports={en:["Add"]}},29619:e=>{e.exports={en:["Add custom color"],cs:["Add Custom Color"]}},80936:e=>{e.exports={en:["Opacity"]}},33857:e=>{e.exports={en:["Cross"],cs:["Kříž"]}},97349:e=>{e.exports={en:["Fr"]}},30961:e=>{e.exports={en:["Mo"]}},94748:e=>{e.exports={en:["Sa"]}},75005:e=>{e.exports={en:["Su"]}},92578:e=>{e.exports={en:["We"]}},8765:e=>{e.exports={en:["Th"]}},9135:e=>{e.exports={en:["Tu"]}},53288:e=>{e.exports={en:["animals & nature"]}},21311:e=>{e.exports={en:["activity"]}},90678:e=>{e.exports={en:["food & drink"]}},6715:e=>{e.exports={en:["flags"]}},98355:e=>{e.exports={en:["objects"]}},43438:e=>{e.exports={en:["smiles & people"]}},40457:e=>{e.exports={en:["symbols"]}},88906:e=>{e.exports={en:["recently used"]}},28562:e=>{e.exports={en:["travel & places"]}},24716:e=>{e.exports={en:["Another symbol"]}},41256:e=>{e.exports={en:["Back"]}},76542:e=>{e.exports={en:["Labels on price scale"]}},94849:e=>{e.exports={en:["Main chart symbol"]}},49191:e=>{e.exports={en:["Values in status line"]}},53174:e=>{e.exports={en:["Right"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"]}},4543:e=>{e.exports={en:["Cancel"],cs:["Zrušit"]}},24197:e=>{e.exports={en:["Center"]}},63245:e=>{e.exports={en:["Change symbol"]}},54613:e=>{e.exports={en:["Chart"]}},5669:e=>{e.exports={en:["Circles"],cs:["Kruhy"]}},47742:e=>{e.exports={en:["Close menu"]}},8305:e=>{e.exports={en:["Above bar"],cs:["Above Bar"]}},69758:e=>{e.exports={en:["Absolute"],cs:["Absolutní"]}},34040:e=>{e.exports={en:["All sources"]}},62511:e=>{e.exports={en:["Apply Defaults"]}},28896:e=>{e.exports={en:["April"]}},7349:e=>{e.exports={en:["Area with breaks"],cs:["Přerušovaná Plocha"]}},11081:e=>{e.exports={en:["August"]}},27567:e=>{e.exports={en:["Bottom"]}},74406:e=>{e.exports={en:["Body"]}},42358:e=>{e.exports={en:["Bond"]}},38408:e=>{e.exports={en:["Border"],cs:["Okraj"]}},79468:e=>{e.exports={en:["Background"],cs:["Pozadí"]}},9417:e=>{e.exports={en:["Below bar"],cs:["Below Bar"]}},68043:e=>{e.exports={en:["Gradient"]}},27390:e=>{e.exports={en:["Dotted line"]}},71776:e=>{e.exports={en:["Down"]}},72942:e=>{e.exports={en:["Days"]}},88123:e=>{e.exports={en:["Dashed line"]}},73033:e=>{e.exports={en:["Developing VA"]}},90082:e=>{e.exports={en:["December"]}},55319:e=>{e.exports={en:["Decrease"]}},16564:e=>{e.exports={en:["Default"],cs:["Standardní"]}},48572:e=>{e.exports={en:["Defaults"],cs:["Výchozí"]}},78734:e=>{e.exports={en:["Description"],cs:["Popis"]}},81069:e=>{e.exports={en:["February"]}},3570:e=>{e.exports={en:["Friday"]}},56796:e=>{e.exports={en:["Hours"]}},95406:e=>{e.exports={en:["Horizontal"]}},8854:e=>{e.exports={en:["Hidden"]}},78057:e=>{e.exports={en:["Histogram"]}},39832:e=>{e.exports={en:["Increase"]}},21429:e=>{e.exports={en:["Inputs"],cs:["Vstupy"]}},200:e=>{e.exports={
+en:["January"]}},6608:e=>{e.exports={en:["July"]}},61487:e=>{e.exports={en:["June"]}},37997:e=>{e.exports={en:["October"]}},55450:e=>{e.exports={en:["Offset"],cs:["Odsazení"]}},19295:e=>{e.exports={en:["Ok"]}},89702:e=>{e.exports={en:["Outputs"]}},64075:e=>{e.exports={en:["Override min tick"],cs:["Přepsat Min Tick"]}},62791:e=>{e.exports={en:["Labels font"]}},11626:e=>{e.exports={en:["Left"]}},34862:e=>{e.exports={en:["Line with breaks"],cs:["Line With Breaks"]}},28603:e=>{e.exports={en:["Line style"]}},19573:e=>{e.exports={en:["Monday"]}},43154:e=>{e.exports={en:["Months"]}},37117:e=>{e.exports={en:["More"],cs:["Více"]}},25734:e=>{e.exports={en:["May"],cs:["Květen"]}},93878:e=>{e.exports={en:["March"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"]}},76822:e=>{e.exports={en:["No symbols match your criteria"]}},4607:e=>{e.exports={en:["November"]}},65353:e=>{e.exports={en:["Normal"],cs:["Běžné"]}},69102:e=>{e.exports={en:["Next year"]}},17538:e=>{e.exports={en:["Next years"]}},92790:e=>{e.exports={en:["Next month"]}},71300:e=>{e.exports={en:["Number format is invalid."]}},28628:e=>{e.exports={en:["Sources"]}},88686:e=>{e.exports={en:["Solid"]}},30348:e=>{e.exports={en:["Saturday"]}},99687:e=>{e.exports={en:["Save as default"],cs:["Save As Default"]}},8573:e=>{e.exports={en:["Search"],cs:["Hledat"]}},65188:e=>{e.exports={en:["Seconds"]}},57640:e=>{e.exports={en:["Select source"]}},32179:e=>{e.exports={en:["September"]}},38712:e=>{e.exports={en:["Signal labels"],cs:["Signal Labels"]}},31331:e=>{e.exports={en:["Specified value is more than the instrument maximum of {max}."]}},24216:e=>{e.exports={en:["Specified value is less than the instrument minimum of {min}."]}},14788:e=>{e.exports={en:["Step line with breaks"]}},11877:e=>{e.exports={en:["Step line with diamonds"]}},61480:e=>{e.exports={en:["Sunday"]}},70235:e=>{e.exports={en:["Switch to months"]}},91245:e=>{e.exports={en:["Switch to dates"]}},71961:e=>{e.exports={en:["Switch to years"]}},95481:e=>{e.exports={en:["Symbol"]}},74007:e=>{e.exports={en:["Symbol & description"]}},51165:e=>{e.exports={en:["Symbol Search"]}},10783:e=>{e.exports={en:["Placement"]}},27254:e=>{e.exports={en:["Please enter the right date"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"]}},59766:e=>{e.exports={en:["Precision"],cs:["Přesnost"]}},93984:e=>{e.exports={en:["Previous month"]}},75776:e=>{e.exports={en:["Previous year"]}},44701:e=>{e.exports={en:["Previous years"]}},98721:e=>{e.exports={en:["Quantity"]}},89984:e=>{e.exports={en:["Remove color"]}},47550:e=>{e.exports={en:["Remove selected emoji"]}},33533:e=>{e.exports={en:["Reset settings"]}},50421:e=>{e.exports={en:["Right"]}},94226:e=>{e.exports={en:["Wednesday"]}},835:e=>{e.exports={en:["Weeks"]}},32163:e=>{e.exports={en:["Wick"],cs:["Knot"]}},4622:e=>{e.exports={en:["Width (% of the box)"],cs:["Width (% of the Box)"]}},97118:e=>{e.exports={en:["Top"]}},25485:e=>{e.exports={en:["Text alignment"]}},77753:e=>{
+e.exports={en:["Text color"],cs:["Barva textu"]}},67781:e=>{e.exports={en:["Text orientation"]}},79137:e=>{e.exports={en:["Thursday"]}},54971:e=>{e.exports={en:["Thickness"]}},24821:e=>{e.exports={en:["Ticks"]}},6532:e=>{e.exports={en:["Trades on chart"],cs:["Trades on Chart"]}},82160:e=>{e.exports={en:["Tuesday"]}},22691:e=>{e.exports={en:["Up"]}},13748:e=>{e.exports={en:["Use special math signs to displace selected drawings: +,-,/,* for price and +,- for bar index."]}},81363:e=>{e.exports={en:["Volume profile"],cs:["Volume Profile"]}},60092:e=>{e.exports={en:["Values"]}},69526:e=>{e.exports={en:["Vertical"]}},66181:e=>{e.exports={en:["Years"]}},70932:e=>{e.exports={en:["commodity"]}},79599:e=>{e.exports={en:["cfd"]}},26476:e=>{e.exports={en:["change min tick"]}},29426:e=>{e.exports={en:["change opacity"]}},86955:e=>{e.exports={en:["change char"]}},31675:e=>{e.exports={en:["change color"]}},85889:e=>{e.exports={en:["change expand blocks"]}},27745:e=>{e.exports={en:["change font size"]}},28818:e=>{e.exports={en:["change line style"]}},6834:e=>{e.exports={en:["change location"]}},62294:e=>{e.exports={en:["change percent width"]}},81891:e=>{e.exports={en:["change placement"]}},43439:e=>{e.exports={en:["change plot type"]}},61863:e=>{e.exports={en:["change precision"]}},83468:e=>{e.exports={en:["change shape"]}},73281:e=>{e.exports={en:["change thickness"]}},21333:e=>{e.exports={en:["change value"]}},9344:e=>{e.exports={en:["change values visibility"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},5741:e=>{e.exports={en:["close"]}},46128:e=>{e.exports={en:["crypto"]}},35813:e=>{e.exports={en:["days"],cs:["Days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},47268:e=>{e.exports={en:["dr"]}},406:e=>{e.exports={en:["e.g. +1"]}},49957:e=>{e.exports={en:["e.g. /2"]}},54094:e=>{e.exports={en:["economy"]}},
+17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"]}},2359:e=>{e.exports={en:["hours"],cs:["Hours"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},59319:e=>{e.exports={en:["high"]}},96008:e=>{e.exports={en:["hl2"]}},91189:e=>{e.exports={en:["hlc3"]}},49242:e=>{e.exports={en:["hlcc4"]}},87464:e=>{e.exports={en:["index"]}},90250:e=>{e.exports={en:["indices"]}},52793:e=>{e.exports={en:["ohlc4"]}},83584:e=>{e.exports={en:["open"]}},41902:e=>{e.exports={en:["low"]}},95300:e=>{e.exports={en:["months"],cs:["Months"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"],cs:["Minutes"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},76752:e=>{e.exports={en:["stock"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.4821.0124e1463859eb34b0d7.js b/public/charting_library/bundles/cs.4821.0124e1463859eb34b0d7.js
new file mode 100644
index 0000000..4de8a50
--- /dev/null
+++ b/public/charting_library/bundles/cs.4821.0124e1463859eb34b0d7.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4821],{24821:e=>{e.exports={en:["Ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.5111.0e84f778015dc1f067f1.js b/public/charting_library/bundles/cs.5111.0e84f778015dc1f067f1.js
new file mode 100644
index 0000000..c02d42d
--- /dev/null
+++ b/public/charting_library/bundles/cs.5111.0e84f778015dc1f067f1.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5111],{77114:e=>{e.exports={en:["erase level line"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.5402.f7a00bf7d82b9a40920d.js b/public/charting_library/bundles/cs.5402.f7a00bf7d82b9a40920d.js
new file mode 100644
index 0000000..a6a49cb
--- /dev/null
+++ b/public/charting_library/bundles/cs.5402.f7a00bf7d82b9a40920d.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5402],{15402:e=>{e.exports={en:["Next time you can use {shortcut} for quick paste"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.5683.0a2c985dba54512056ce.js b/public/charting_library/bundles/cs.5683.0a2c985dba54512056ce.js
new file mode 100644
index 0000000..51faa84
--- /dev/null
+++ b/public/charting_library/bundles/cs.5683.0a2c985dba54512056ce.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5683],{97349:e=>{e.exports={en:["Fr"]}},30961:e=>{e.exports={en:["Mo"]}},94748:e=>{e.exports={en:["Sa"]}},75005:e=>{e.exports={en:["Su"]}},92578:e=>{e.exports={en:["We"]}},8765:e=>{e.exports={en:["Th"]}},9135:e=>{e.exports={en:["Tu"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"]}},4543:e=>{e.exports={en:["Cancel"],cs:["Zrušit"]}},47742:e=>{e.exports={en:["Close menu"]}},81861:e=>{e.exports={en:["Custom range"]}},28896:e=>{e.exports={en:["April"]}},11081:e=>{e.exports={en:["August"]}},42432:e=>{e.exports={en:["Go to"]}},90082:e=>{e.exports={en:["December"]}},81069:e=>{e.exports={en:["February"]}},3570:e=>{e.exports={en:["Friday"]}},200:e=>{e.exports={en:["January"]}},6608:e=>{e.exports={en:["July"]}},61487:e=>{e.exports={en:["June"]}},37997:e=>{e.exports={en:["October"]}},19295:e=>{e.exports={en:["Ok"]}},19573:e=>{e.exports={en:["Monday"]}},43154:e=>{e.exports={en:["Months"]}},37117:e=>{e.exports={en:["More"],cs:["Více"]}},25734:e=>{e.exports={en:["May"],cs:["Květen"]}},93878:e=>{e.exports={en:["March"]}},4607:e=>{e.exports={en:["November"]}},69102:e=>{e.exports={en:["Next year"]}},17538:e=>{e.exports={en:["Next years"]}},92790:e=>{e.exports={en:["Next month"]}},30348:e=>{e.exports={en:["Saturday"]}},32179:e=>{e.exports={en:["September"]}},61480:e=>{e.exports={en:["Sunday"]}},70235:e=>{e.exports={en:["Switch to months"]}},91245:e=>{e.exports={en:["Switch to dates"]}},71961:e=>{e.exports={en:["Switch to years"]}},27254:e=>{e.exports={en:["Please enter the right date"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"]}},93984:e=>{e.exports={en:["Previous month"]}},75776:e=>{e.exports={en:["Previous year"]}},44701:e=>{e.exports={en:["Previous years"]}},94226:e=>{e.exports={en:["Wednesday"]}},79137:e=>{e.exports={en:["Thursday"]}},82160:e=>{e.exports={en:["Tuesday"]}},66181:e=>{e.exports={en:["Years"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.5862.3039f470825daf65b9d6.js b/public/charting_library/bundles/cs.5862.3039f470825daf65b9d6.js
new file mode 100644
index 0000000..be95a78
--- /dev/null
+++ b/public/charting_library/bundles/cs.5862.3039f470825daf65b9d6.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5862],{4543:e=>{e.exports={en:["Cancel"],cs:["Zrušit"]}},32910:e=>{e.exports={en:["Choose image"]}},47742:e=>{e.exports={en:["Close menu"]}},98918:e=>{e.exports={en:["Drop image here!"]}},49580:e=>{e.exports={en:["Image is required"]}},41667:e=>{e.exports={en:["JPG, PNG or WEBP"]}},19295:e=>{e.exports={en:["Ok"]}},7654:e=>{e.exports={en:["Max size {value}"]}},64789:e=>{e.exports={en:["Something went wrong, try again"]}},73007:e=>{e.exports={en:["The image being pasted is way too large"]}},19788:e=>{e.exports={en:["Transparency"],cs:["Průhlednost"]}},16992:e=>{e.exports={en:["Upload a valid image. The file you uploaded was either not an image or a corrupted image."]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.6155.0d55563600ea0d002811.js b/public/charting_library/bundles/cs.6155.0d55563600ea0d002811.js
new file mode 100644
index 0000000..ae49c53
--- /dev/null
+++ b/public/charting_library/bundles/cs.6155.0d55563600ea0d002811.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],cs:["Souřadnice"]}},24197:e=>{e.exports={en:["Center"]}},27567:e=>{e.exports={en:["Bottom"]}},72942:e=>{e.exports={en:["Days"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},56796:e=>{e.exports={en:["Hours"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],cs:["Vstupy"]}},11626:e=>{e.exports={en:["Left"]}},43154:e=>{e.exports={en:["Months"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"]}},50421:e=>{e.exports={en:["Right"]}},835:e=>{e.exports={en:["Weeks"]}},97118:e=>{e.exports={en:["Top"]}},70320:e=>{e.exports={en:["Text"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},35813:e=>{e.exports={en:["days"],cs:["Days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},2359:e=>{e.exports={en:["hours"],cs:["Hours"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"],cs:["Months"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"],cs:["Minutes"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},45537:e=>{e.exports={en:["weeks"]}},
+92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.6290.a5f1298c89f78011c7d7.js b/public/charting_library/bundles/cs.6290.a5f1298c89f78011c7d7.js
new file mode 100644
index 0000000..b015a6a
--- /dev/null
+++ b/public/charting_library/bundles/cs.6290.a5f1298c89f78011c7d7.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6290,7122],{71682:e=>{e.exports={en:["in"],cs:["za"]}},72630:e=>{e.exports={en:["Closed"],cs:["Zavřený"]}},18741:e=>{e.exports={en:["Open"],cs:["Otevřený"]}},95931:e=>{e.exports={en:["Cancel Order"]}},59783:e=>{e.exports={en:["Close Position"]}},6060:e=>{e.exports={en:["Add text"]}},47545:e=>{e.exports={en:["FAILURE"],cs:["SELHÁNÍ"]}},1472:e=>{e.exports={en:["Head"]}},27443:e=>{e.exports={en:["Left Shoulder"]}},67710:e=>{e.exports={en:["Modify Order"]}},26409:e=>{e.exports={en:["SUCCESS"],cs:["ÚSPĚCH"]}},79463:e=>{e.exports={en:["Stop: {stopChange} ({stopChangePercent}) {stopChangePip}, Amount: {amount}"]}},24927:e=>{e.exports={en:["Protect Position"]}},10780:e=>{e.exports={en:["Qty: {qty}"]}},98818:e=>{e.exports={en:["Reverse Position"]}},14719:e=>{e.exports={en:["Right Shoulder"]}},36825:e=>{e.exports={en:["Risk/Reward Ratio: {ratio}"],cs:["Poměr rizika / odměny: {ratio}"]}},72274:e=>{e.exports={en:["Target: {profitChange} ({profitChangePercent}) {profitChangePip}, Amount: {amount}"]}},57122:e=>{e.exports={en:["change {title} text"]}},44994:e=>{e.exports={en:["distance: {number} px"],cs:["Vzdálenost: {number} px"]}},76250:e=>{e.exports={en:["{status} P&L: {pnl}"],cs:["{status} Z&Z: {pnl}"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.6342.6af643b9a34abf3f6313.js b/public/charting_library/bundles/cs.6342.6af643b9a34abf3f6313.js
new file mode 100644
index 0000000..a50d71a
--- /dev/null
+++ b/public/charting_library/bundles/cs.6342.6af643b9a34abf3f6313.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6342],{87859:e=>{e.exports={en:["Not applicable"],cs:["Nelze použít"]}},51998:e=>{e.exports={en:["Type the interval number for minute charts (i.e. 5 if it is going to be a five minute chart). Or number plus letter for H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)"]}},96941:e=>{e.exports={en:["Type the interval number for minute charts (i.e. 5 if it's going to be a five minute chart). Or number plus letter for other intervals: S for 1 second chart (15S for 15 second chart, etc.), H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.6406.78b7e0b0b9555ce886a5.js b/public/charting_library/bundles/cs.6406.78b7e0b0b9555ce886a5.js
new file mode 100644
index 0000000..0503636
--- /dev/null
+++ b/public/charting_library/bundles/cs.6406.78b7e0b0b9555ce886a5.js
@@ -0,0 +1,7 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6406,2787,6155,1432,5402,4821],{13616:e=>{e.exports={en:["#{count} (bar)"]}},80166:e=>{e.exports={en:["#{count} (price, bar)"]}},26381:e=>{e.exports={en:["#1 (bar)"]}},37814:e=>{e.exports={en:["#1 (price)"]}},6737:e=>{e.exports={en:["#1 (price, bar)"]}},87476:e=>{e.exports={en:["#1 (vertical position %, bar)"]}},29291:e=>{e.exports={en:["Median"],cs:["Střední"]}},75106:e=>{e.exports={en:["%"]}},53912:e=>{e.exports={en:["Coeffs as percents"]}},47370:e=>{e.exports={en:["Color"],cs:["Barva"]}},89735:e=>{e.exports={en:["Compact stats mode"]}},78930:e=>{e.exports={en:["Coordinates"],cs:["Souřadnice"]}},87145:e=>{e.exports={en:["Cash"]}},24197:e=>{e.exports={en:["Center"]}},4518:e=>{e.exports={en:["Change in pips"]}},9074:e=>{e.exports={en:["Change price offset"]}},390:e=>{e.exports={en:["Angle"],cs:["Úhel"]}},36335:e=>{e.exports={en:["Angles"],cs:["Úhly"]}},97668:e=>{e.exports={en:["Account size"]}},93857:e=>{e.exports={en:["Always show stats"]}},59129:e=>{e.exports={en:["Arcs"],cs:["Oblouky"]}},52648:e=>{e.exports={en:["Avg HL in minticks"]}},27567:e=>{e.exports={en:["Bottom"]}},17129:e=>{e.exports={en:["Bottom labels"],cs:["Bottom Labels"]}},38408:e=>{e.exports={en:["Border"],cs:["Okraj"]}},333:e=>{e.exports={en:["Borders"],cs:["Ohraničení"]}},79468:e=>{e.exports={en:["Background"],cs:["Pozadí"]}},58375:e=>{e.exports={en:["Background #1"]}},89073:e=>{e.exports={en:["Bars range"]}},62374:e=>{e.exports={en:["Date/time range"]}},72942:e=>{e.exports={en:["Days"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},3369:e=>{e.exports={en:["Distance"]}},71310:e=>{e.exports={en:["Emoji pin"]}},6002:e=>{e.exports={en:["Entry price"],cs:["Vstupní cena"]}},1337:e=>{e.exports={en:["Extend"],cs:["Rozšířit"]}},76410:e=>{e.exports={en:["Extend bottom"]}},25112:e=>{e.exports={en:["Extend left"],cs:["Rozšířit do leva"]}},61856:e=>{e.exports={en:["Extend left line"]}},819:e=>{e.exports={en:["Extend lines"],cs:["Rozšířit linie"]}},25188:e=>{e.exports={en:["Extend lines left"],cs:["Extend Lines Left"]}},79192:e=>{e.exports={en:["Extend lines right"]}},68461:e=>{e.exports={en:["Extend right"],cs:["Rozšířit do prava"]}},87430:e=>{e.exports={en:["Extend right line"]}},71397:e=>{e.exports={en:["Extend top"]}},2573:e=>{e.exports={en:["Font size"],cs:["Velikost Písma"]}},71525:e=>{e.exports={en:["Failure text"]}},28357:e=>{e.exports={en:["Failure background"]}},84885:e=>{e.exports={en:["Fans"],cs:["Vějíř"]}},66086:e=>{e.exports={en:["Fib levels based on log scale"]}},63271:e=>{e.exports={en:["Flipped"],cs:["Převrácený"]}},49275:e=>{e.exports={en:["HL bars"]}},56796:e=>{e.exports={en:["Hours"]}},95406:e=>{e.exports={en:["Horizontal"]}},81169:e=>{e.exports={en:["Invalid URL"]}},21429:e=>{e.exports={en:["Inputs"],cs:["Vstupy"]}},91612:e=>{e.exports={en:["Inside"],cs:["Uvnitř"]}},98136:e=>{e.exports={en:["OC bars"],cs:["OC Bars"]}},46005:e=>{e.exports={en:["Original"],cs:["Původní"]}},74045:e=>{e.exports={en:["Lot size"]}},71571:e=>{e.exports={en:["Lower band #1"]}},
+91889:e=>{e.exports={en:["Lower band #2"]}},83301:e=>{e.exports={en:["Lower band #3"]}},74872:e=>{e.exports={en:["Label"],cs:["Štítek"]}},73863:e=>{e.exports={en:["Label background"],cs:["Štítek Pozadí"]}},79650:e=>{e.exports={en:["Levels"],cs:["Úrovně"]}},36937:e=>{e.exports={en:["Levels line"],cs:["Levels Line"]}},11626:e=>{e.exports={en:["Left"]}},65e3:e=>{e.exports={en:["Left labels"],cs:["Popisky na levo"]}},32982:e=>{e.exports={en:["Line - HL/2"]}},80332:e=>{e.exports={en:["Line - open"],cs:["Line - Open"]}},30216:e=>{e.exports={en:["Line - close"],cs:["Line - Close"]}},18387:e=>{e.exports={en:["Line - high"],cs:["Line - High"]}},53880:e=>{e.exports={en:["Line - low"]}},3214:e=>{e.exports={en:["Mode"]}},70382:e=>{e.exports={en:["Modified Schiff"],cs:["Upravené Schiff"]}},43154:e=>{e.exports={en:["Months"]}},68833:e=>{e.exports={en:["Middle"]}},68286:e=>{e.exports={en:["Middle line"]}},12516:e=>{e.exports={en:["Middle point"]}},42562:e=>{e.exports={en:["Minutes"]}},28941:e=>{e.exports={en:["Mirrored"],cs:["Zrcadlený"]}},15402:e=>{e.exports={en:["Next time you can use {shortcut} for quick paste"]}},14279:e=>{e.exports={en:["Source background"]}},64598:e=>{e.exports={en:["Source border"]}},88479:e=>{e.exports={en:["Source text"]}},69904:e=>{e.exports={en:["Schiff"],cs:["Schiffovy"]}},65188:e=>{e.exports={en:["Seconds"]}},26754:e=>{e.exports={en:["Stats"]}},16053:e=>{e.exports={en:["Stats position"],cs:["Stats Position"]}},33310:e=>{e.exports={en:["Stop color"],cs:["Zrušit barvu"]}},23814:e=>{e.exports={en:["Stop level"]}},23971:e=>{e.exports={en:["Success text"]}},90431:e=>{e.exports={en:["Success background"]}},73525:e=>{e.exports={en:["Percent change"]}},33120:e=>{e.exports={en:["Percents"]}},83840:e=>{e.exports={en:["Price"],cs:["Cena"]}},97273:e=>{e.exports={en:["Price label"]}},42747:e=>{e.exports={en:["Price labels"]}},58557:e=>{e.exports={en:["Price levels"],cs:["Hladina ceny"]}},62362:e=>{e.exports={en:["Price range"],cs:["Cenové rozpětí"]}},78393:e=>{e.exports={en:["Price/bar ratio"],cs:["Price/Bar Ratio"]}},29416:e=>{e.exports={en:["Prices"],cs:["Ceny"]}},67852:e=>{e.exports={en:["Profit level"]}},27177:e=>{e.exports={en:["Ranges and ratio"]}},64489:e=>{e.exports={en:["Reverse"],cs:["Obrátit"]}},50421:e=>{e.exports={en:["Right"]}},28971:e=>{e.exports={en:["Right labels"]}},63886:e=>{e.exports={en:["Risk"]}},32998:e=>{e.exports={en:["Wave"]}},835:e=>{e.exports={en:["Weeks"]}},32163:e=>{e.exports={en:["Wick"],cs:["Knot"]}},97118:e=>{e.exports={en:["Top"]}},74939:e=>{e.exports={en:["Top labels"],cs:["Horní štítky"]}},95631:e=>{e.exports={en:["Target background"]}},79622:e=>{e.exports={en:["Target border"]}},3560:e=>{e.exports={en:["Target color"],cs:["Cílová Barva:"]}},59264:e=>{e.exports={en:["Target text"]}},70320:e=>{e.exports={en:["Text"]}},7560:e=>{e.exports={en:["Text wrap"],cs:["Zabalte text"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},54971:e=>{e.exports={en:["Thickness"]}},24821:e=>{e.exports={en:["Ticks"]}},56822:e=>{e.exports={en:["Time label"]}
+},58476:e=>{e.exports={en:["Time levels"]}},19788:e=>{e.exports={en:["Transparency"],cs:["Průhlednost"]}},51574:e=>{e.exports={en:["Trend line"]}},21315:e=>{e.exports={en:["Upper band #1"]}},65448:e=>{e.exports={en:["Upper band #2"]}},64848:e=>{e.exports={en:["Upper band #3"]}},28683:e=>{e.exports={en:["Use one color"]}},5682:e=>{e.exports={en:["VWAP"]}},37644:e=>{e.exports={en:["Volume"],cs:["Objem"]}},60092:e=>{e.exports={en:["Values"]}},29566:e=>{e.exports={en:["Variance"]}},69526:e=>{e.exports={en:["Vertical"]}},3894:e=>{e.exports={en:["change angle"]}},77931:e=>{e.exports={en:["change arrow color"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},77883:e=>{e.exports={en:["change flag color"]}},83842:e=>{e.exports={en:["change image"]}},65309:e=>{e.exports={en:["change image transparency"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},74883:e=>{e.exports={en:["change top margin"]}},69183:e=>{e.exports={en:["change vertical position Y coordinate"]}},83030:e=>{e.exports={en:["change {title} VWAP line color"]}},47479:e=>{e.exports={en:["change {title} VWAP line width"]}},31753:e=>{e.exports={en:["change {title} coeffs as percents visibility"]}},49442:e=>{e.exports={en:["change {title} color"]}},49904:e=>{e.exports={en:["change {title} compact stats mode"]}},97345:e=>{e.exports={en:["change {title} candle border up color"]}},88530:e=>{e.exports={en:["change {title} candle border visibility"]}},81139:e=>{e.exports={en:["change {title} candle border down color"]}},80022:e=>{e.exports={en:["change {title} candle down color"]}},21631:e=>{e.exports={en:["change {title} candle up color"]}},33589:e=>{e.exports={en:["change {title} candle wick color"]}},85382:e=>{e.exports={en:["change {title} candle wick visibility"]}},81340:e=>{e.exports={en:["change {title} change in pips visibility"]}},91600:e=>{e.exports={en:["change {title} currency"]}},59288:e=>{e.exports={en:["change {title} angle visibility"]}},99232:e=>{e.exports={en:["change {title} account size"]}},80390:e=>{e.exports={en:["change {title} always show stats"]}},59577:e=>{e.exports={en:["change {title} all lines color"]}},95582:e=>{e.exports={en:["change {title} arcs {index} line color"]}},8745:e=>{e.exports={en:["change {title} arcs {index} line width"]}},4313:e=>{e.exports={en:["change {title} arcs {index} line visibility"]}},39393:e=>{e.exports={en:["change {title} average HL value"]}},62130:e=>{e.exports={en:["change {title} bottom labels visibility"]}},13783:e=>{e.exports={en:["change {title} background transparency"]}},30839:e=>{e.exports={en:["change {title} background visibility"]}},49765:e=>{e.exports={en:["change {title} background color"]}},2788:e=>{e.exports={en:["change {title} background color 1"]}},47108:e=>{e.exports={en:["change {title} background color 2"]}},98845:e=>{e.exports={en:["change {title} bars range visibility"]}},37563:e=>{e.exports={en:["change {title} date/time range visibility"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},86650:e=>{e.exports={
+en:["change {title} degree"]}},45153:e=>{e.exports={en:["change {title} distance visibility"]}},73247:e=>{e.exports={en:["change {title} emoji"]}},53274:e=>{e.exports={en:["change {title} emoji visibility"]}},91534:e=>{e.exports={en:["change {title} entry price"]}},59665:e=>{e.exports={en:["change {title} extend bottom"]}},35139:e=>{e.exports={en:["change {title} extend left"]}},76295:e=>{e.exports={en:["change {title} extend lines"]}},30126:e=>{e.exports={en:["change {title} extend top"]}},58052:e=>{e.exports={en:["change {title} extending left"]}},74867:e=>{e.exports={en:["change {title} extending right"]}},10390:e=>{e.exports={en:["change {title} extension"]}},58406:e=>{e.exports={en:["change {title} failure text color"]}},91321:e=>{e.exports={en:["change {title} failure background color"]}},28833:e=>{e.exports={en:["change {title} fan {index} line visibility"]}},45732:e=>{e.exports={en:["change {title} fan {index} line width"]}},62500:e=>{e.exports={en:["change {title} fan {index} line color"]}},15972:e=>{e.exports={en:["change {title} fans visibility"]}},1716:e=>{e.exports={en:["change {title} fans line color"]}},85509:e=>{e.exports={en:["change {title} fib levels based on log scale"]}},10643:e=>{e.exports={en:["change {title} flipped"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},86993:e=>{e.exports={en:["change {title} image background color"]}},54087:e=>{e.exports={en:["change {title} lot size"]}},67450:e=>{e.exports={en:["change {title} lower band #1 line color"]}},87716:e=>{e.exports={en:["change {title} lower band #1 line visibility"]}},43181:e=>{e.exports={en:["change {title} lower band #1 line width"]}},35092:e=>{e.exports={en:["change {title} lower band #2 line color"]}},94308:e=>{e.exports={en:["change {title} lower band #2 line visibility"]}},8873:e=>{e.exports={en:["change {title} lower band #2 line width"]}},68180:e=>{e.exports={en:["change {title} lower band #3 line color"]}},32442:e=>{e.exports={en:["change {title} lower band #3 line visibility"]}},3476:e=>{e.exports={en:["change {title} lower band #3 line width"]}},55612:e=>{e.exports={en:["change {title} labels alignment"]}},19658:e=>{e.exports={en:["change {title} labels font size"]}},93340:e=>{e.exports={en:["change {title} labels visibility"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"]}},664:e=>{e.exports={en:["change {title} level {index} line color"]}},64707:e=>{e.exports={en:["change {title} level {index} line style"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"]}},54517:e=>{e.exports={en:["change {title} levels visibility"]}},63021:e=>{e.exports={en:["change {title} left labels visibility"]}},57462:e=>{e.exports={en:["change {title} mode"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},27470:e=>{e.exports={en:["change {title} middle point visibility"]}},38011:e=>{e.exports={
+en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},85198:e=>{e.exports={en:["change {title} mirrored"]}},63047:e=>{e.exports={en:["change {title} source background color"]}},93889:e=>{e.exports={en:["change {title} source border color"]}},45833:e=>{e.exports={en:["change {title} source text color"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},98463:e=>{e.exports={en:["change {title} style"]}},86722:e=>{e.exports={en:["change {title} stats position"]}},26598:e=>{e.exports={en:["change {title} stop color"]}},45438:e=>{e.exports={en:["change {title} stop level"]}},27503:e=>{e.exports={en:["change {title} stop price"]}},71715:e=>{e.exports={en:["change {title} success text color"]}},80428:e=>{e.exports={en:["change {title} success background color"]}},87246:e=>{e.exports={en:["change {title} percent change visibility"]}},98822:e=>{e.exports={en:["change {title} price label visibility"]}},343:e=>{e.exports={en:["change {title} price labels visibility"]}},63962:e=>{e.exports={en:["change {title} price range visibility"]}},727:e=>{e.exports={en:["change {title} price visibility"]}},4714:e=>{e.exports={en:["change {title} prices visibility"]}},64330:e=>{e.exports={en:["change {title} profit level"]}},12073:e=>{e.exports={en:["change {title} profit price"]}},50762:e=>{e.exports={en:["change {title} reverse"]}},8390:e=>{e.exports={en:["change {title} right labels visibility"]}},79875:e=>{e.exports={en:["change {title} risk"]}},60308:e=>{e.exports={en:["change {title} risk display mode"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},60111:e=>{e.exports={en:["change {title} width"]}},81301:e=>{e.exports={en:["change {title} top labels visibility"]}},25987:e=>{e.exports={en:["change {title} target background color"]}},24138:e=>{e.exports={en:["change {title} target border color"]}},10504:e=>{e.exports={en:["change {title} target color"]}},32230:e=>{e.exports={en:["change {title} target text color"]}},30353:e=>{e.exports={en:["change {title} text visibility"]}},55134:e=>{e.exports={en:["change {title} text alignment"]}},66960:e=>{e.exports={en:["change {title} time label visibility"]}},51085:e=>{e.exports={en:["change {title} transparency"]}},27326:e=>{e.exports={en:["change {title} upper band #1 line color"]}},44828:e=>{e.exports={en:["change {title} upper band #1 line visibility"]}},1353:e=>{e.exports={en:["change {title} upper band #1 line width"]}},12138:e=>{e.exports={en:["change {title} upper band #2 line color"]}},93075:e=>{e.exports={en:["change {title} upper band #2 line visibility"]}},7943:e=>{e.exports={en:["change {title} upper band #2 line width"]}},51780:e=>{e.exports={en:["change {title} upper band #3 line color"]}},15698:e=>{e.exports={en:["change {title} upper band #3 line visibility"]}},27414:e=>{e.exports={en:["change {title} upper band #3 line width"]}},36336:e=>{e.exports={en:["change {title} volume visibility"]}},23171:e=>{e.exports={
+en:["change {title} variance value"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"]}},19541:e=>{e.exports={en:["change {toolName} line width"]}},24059:e=>{e.exports={en:["change {toolName} line color"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"]}},21474:e=>{e.exports={en:["change {toolName} line left end"]}},54827:e=>{e.exports={en:["change {toolName} line right end"]}},66429:e=>{e.exports={en:["change {toolName} line style"]}},66668:e=>{e.exports={en:["change {toolName} text"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"]}},22231:e=>{e.exports={en:["change {toolName} text background color"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"]}},36666:e=>{e.exports={en:["change {toolName} text border color"]}},35423:e=>{e.exports={en:["change {toolName} text border width"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"]}},64500:e=>{e.exports={en:["change {toolName} text color"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"]}},21781:e=>{e.exports={en:["change {toolName} text font size"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},61218:e=>{e.exports={en:["backgrounds color"]}},48433:e=>{e.exports={en:["backgrounds filled"]}},35813:e=>{e.exports={en:["days"],cs:["Days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},2359:e=>{e.exports={en:["hours"],cs:["Hours"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},24621:e=>{e.exports={en:["lines color"]}},96400:e=>{e.exports={en:["lines style"]}},41594:e=>{e.exports={en:["lines width"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"],cs:["Months"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"],cs:["Minutes"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},59012:e=>{e.exports={en:["show price"]}},
+45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},44461:e=>{e.exports={en:["text color"],cs:["Barva textu"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.6645.638c62337337129de9dc.js b/public/charting_library/bundles/cs.6645.638c62337337129de9dc.js
new file mode 100644
index 0000000..63786b8
--- /dev/null
+++ b/public/charting_library/bundles/cs.6645.638c62337337129de9dc.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6645,6155,3367,2303,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],cs:["Souřadnice"]}},24197:e=>{e.exports={en:["Center"]}},6060:e=>{e.exports={en:["Add text"]}},27567:e=>{e.exports={en:["Bottom"]}},38408:e=>{e.exports={en:["Border"],cs:["Okraj"]}},79468:e=>{e.exports={en:["Background"],cs:["Pozadí"]}},72942:e=>{e.exports={en:["Days"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},56796:e=>{e.exports={en:["Hours"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],cs:["Vstupy"]}},34974:e=>{e.exports={en:["Label border"]}},73863:e=>{e.exports={en:["Label background"],cs:["Štítek Pozadí"]}},11626:e=>{e.exports={en:["Left"]}},97575:e=>{e.exports={en:["Line color"]}},43154:e=>{e.exports={en:["Months"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"]}},50421:e=>{e.exports={en:["Right"]}},835:e=>{e.exports={en:["Weeks"]}},97118:e=>{e.exports={en:["Top"]}},70320:e=>{e.exports={en:["Text"]}},7560:e=>{e.exports={en:["Text wrap"],cs:["Zabalte text"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},69437:e=>{e.exports={en:["change {title} border color"]}},19298:e=>{e.exports={en:["change {title} border visibility"]}},30839:e=>{e.exports={en:["change {title} background visibility"]}},49765:e=>{e.exports={en:["change {title} background color"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},7455:e=>{e.exports={en:["change {title} line color"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},57122:e=>{e.exports={en:["change {title} text"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},31689:e=>{e.exports={
+en:["change {toolName} labels alignment vertical"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"]}},66668:e=>{e.exports={en:["change {toolName} text"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"]}},22231:e=>{e.exports={en:["change {toolName} text background color"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"]}},36666:e=>{e.exports={en:["change {toolName} text border color"]}},35423:e=>{e.exports={en:["change {toolName} text border width"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"]}},64500:e=>{e.exports={en:["change {toolName} text color"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"]}},21781:e=>{e.exports={en:["change {toolName} text font size"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},35813:e=>{e.exports={en:["days"],cs:["Days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},2359:e=>{e.exports={en:["hours"],cs:["Hours"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"],cs:["Months"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"],cs:["Minutes"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.6655.0fd2fe635955f6cfa2ba.js b/public/charting_library/bundles/cs.6655.0fd2fe635955f6cfa2ba.js
new file mode 100644
index 0000000..afd27a0
--- /dev/null
+++ b/public/charting_library/bundles/cs.6655.0fd2fe635955f6cfa2ba.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6655,4040,359],{55517:e=>{e.exports={en:["Add"]}},29619:e=>{e.exports={en:["Add custom color"],cs:["Add Custom Color"]}},80936:e=>{e.exports={en:["Opacity"]}},97349:e=>{e.exports={en:["Fr"]}},30961:e=>{e.exports={en:["Mo"]}},94748:e=>{e.exports={en:["Sa"]}},75005:e=>{e.exports={en:["Su"]}},92578:e=>{e.exports={en:["We"]}},8765:e=>{e.exports={en:["Th"]}},9135:e=>{e.exports={en:["Tu"]}},53288:e=>{e.exports={en:["animals & nature"]}},21311:e=>{e.exports={en:["activity"]}},90678:e=>{e.exports={en:["food & drink"]}},6715:e=>{e.exports={en:["flags"]}},98355:e=>{e.exports={en:["objects"]}},43438:e=>{e.exports={en:["smiles & people"]}},40457:e=>{e.exports={en:["symbols"]}},88906:e=>{e.exports={en:["recently used"]}},28562:e=>{e.exports={en:["travel & places"]}},24716:e=>{e.exports={en:["Another symbol"]}},41256:e=>{e.exports={en:["Back"]}},94849:e=>{e.exports={en:["Main chart symbol"]}},53174:e=>{e.exports={en:["Right"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"]}},4543:e=>{e.exports={en:["Cancel"],cs:["Zrušit"]}},24197:e=>{e.exports={en:["Center"]}},63245:e=>{e.exports={en:["Change symbol"]}},54613:e=>{e.exports={en:["Chart"]}},47742:e=>{e.exports={en:["Close menu"]}},34040:e=>{e.exports={en:["All sources"]}},62511:e=>{e.exports={en:["Apply Defaults"]}},28896:e=>{e.exports={en:["April"]}},11081:e=>{e.exports={en:["August"]}},27567:e=>{e.exports={en:["Bottom"]}},42358:e=>{e.exports={en:["Bond"]}},68043:e=>{e.exports={en:["Gradient"]}},27390:e=>{e.exports={en:["Dotted line"]}},88123:e=>{e.exports={en:["Dashed line"]}},90082:e=>{e.exports={en:["December"]}},55319:e=>{e.exports={en:["Decrease"]}},48572:e=>{e.exports={en:["Defaults"],cs:["Výchozí"]}},78734:e=>{e.exports={en:["Description"],cs:["Popis"]}},81069:e=>{e.exports={en:["February"]}},3570:e=>{e.exports={en:["Friday"]}},95406:e=>{e.exports={en:["Horizontal"]}},8854:e=>{e.exports={en:["Hidden"]}},39832:e=>{e.exports={en:["Increase"]}},200:e=>{e.exports={en:["January"]}},6608:e=>{e.exports={en:["July"]}},61487:e=>{e.exports={en:["June"]}},37997:e=>{e.exports={en:["October"]}},55450:e=>{e.exports={en:["Offset"],cs:["Odsazení"]}},19295:e=>{e.exports={en:["Ok"]}},11626:e=>{e.exports={en:["Left"]}},28603:e=>{e.exports={en:["Line style"]}},19573:e=>{e.exports={en:["Monday"]}},43154:e=>{e.exports={en:["Months"]}},37117:e=>{e.exports={en:["More"],cs:["Více"]}},25734:e=>{e.exports={en:["May"],cs:["Květen"]}},93878:e=>{e.exports={en:["March"]}},68833:e=>{e.exports={en:["Middle"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"]}},76822:e=>{e.exports={en:["No symbols match your criteria"]}},4607:e=>{e.exports={en:["November"]}},65353:e=>{e.exports={en:["Normal"],cs:["Běžné"]}},69102:e=>{e.exports={en:["Next year"]}},17538:e=>{e.exports={en:["Next years"]}},92790:e=>{e.exports={en:["Next month"]}},71300:e=>{e.exports={
+en:["Number format is invalid."]}},28628:e=>{e.exports={en:["Sources"]}},88686:e=>{e.exports={en:["Solid"]}},30348:e=>{e.exports={en:["Saturday"]}},99687:e=>{e.exports={en:["Save as default"],cs:["Save As Default"]}},8573:e=>{e.exports={en:["Search"],cs:["Hledat"]}},57640:e=>{e.exports={en:["Select source"]}},8954:e=>{e.exports={en:["Selected Drawings"]}},32179:e=>{e.exports={en:["September"]}},31331:e=>{e.exports={en:["Specified value is more than the instrument maximum of {max}."]}},24216:e=>{e.exports={en:["Specified value is less than the instrument minimum of {min}."]}},61480:e=>{e.exports={en:["Sunday"]}},70235:e=>{e.exports={en:["Switch to months"]}},91245:e=>{e.exports={en:["Switch to dates"]}},71961:e=>{e.exports={en:["Switch to years"]}},95481:e=>{e.exports={en:["Symbol"]}},74007:e=>{e.exports={en:["Symbol & description"]}},51165:e=>{e.exports={en:["Symbol Search"]}},27254:e=>{e.exports={en:["Please enter the right date"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"]}},93984:e=>{e.exports={en:["Previous month"]}},75776:e=>{e.exports={en:["Previous year"]}},44701:e=>{e.exports={en:["Previous years"]}},89984:e=>{e.exports={en:["Remove color"]}},47550:e=>{e.exports={en:["Remove selected emoji"]}},33533:e=>{e.exports={en:["Reset settings"]}},50421:e=>{e.exports={en:["Right"]}},94226:e=>{e.exports={en:["Wednesday"]}},97118:e=>{e.exports={en:["Top"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},79137:e=>{e.exports={en:["Thursday"]}},54971:e=>{e.exports={en:["Thickness"]}},82160:e=>{e.exports={en:["Tuesday"]}},13748:e=>{e.exports={en:["Use special math signs to displace selected drawings: +,-,/,* for price and +,- for bar index."]}},69526:e=>{e.exports={en:["Vertical"]}},66181:e=>{e.exports={en:["Years"]}},70932:e=>{e.exports={en:["commodity"]}},79599:e=>{e.exports={en:["cfd"]}},29426:e=>{e.exports={en:["change opacity"]}},31675:e=>{e.exports={en:["change color"]}},28818:e=>{e.exports={en:["change line style"]}},73281:e=>{e.exports={en:["change thickness"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},23687:e=>{e.exports={en:["change {sourceTitle} title to {newSourceTitle}"]}},5741:e=>{e.exports={en:["close"]}},46128:e=>{e.exports={en:["crypto"]}},47268:e=>{e.exports={en:["dr"]}},406:e=>{e.exports={en:["e.g. +1"]}},49957:e=>{e.exports={en:["e.g. /2"]}},54094:e=>{e.exports={en:["economy"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"]}},59319:e=>{e.exports={en:["high"]}},96008:e=>{e.exports={en:["hl2"]}},91189:e=>{e.exports={en:["hlc3"]}},49242:e=>{e.exports={en:["hlcc4"]}},87464:e=>{e.exports={en:["index"]}},90250:e=>{e.exports={en:["indices"]}},52793:e=>{e.exports={en:["ohlc4"]}},83584:e=>{e.exports={en:["open"]}},41902:e=>{e.exports={en:["low"]}},76752:e=>{e.exports={en:["stock"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.6703.bdb6f2f6c5d635dc479f.js b/public/charting_library/bundles/cs.6703.bdb6f2f6c5d635dc479f.js
new file mode 100644
index 0000000..21fb071
--- /dev/null
+++ b/public/charting_library/bundles/cs.6703.bdb6f2f6c5d635dc479f.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6703,4040,359],{41256:e=>{e.exports={en:["Back"]}},53174:e=>{e.exports={en:["Right"]}},93193:e=>{e.exports={en:["Compare symbol"]}},4543:e=>{e.exports={en:["Cancel"],cs:["Zrušit"]}},47742:e=>{e.exports={en:["Close menu"]}},60085:e=>{e.exports={en:["Add to"]}},46622:e=>{e.exports={en:["Added symbols"]}},34040:e=>{e.exports={en:["All sources"]}},1048:e=>{e.exports={en:["Allow extend time scale"]}},42358:e=>{e.exports={en:["Bond"]}},78734:e=>{e.exports={en:["Description"],cs:["Popis"]}},37117:e=>{e.exports={en:["More"],cs:["Více"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"]}},37094:e=>{e.exports={en:["No symbols here yet — why not add some?"]}},76822:e=>{e.exports={en:["No symbols match your criteria"]}},63456:e=>{e.exports={en:["New pane"]}},60126:e=>{e.exports={en:["New price scale"]}},28628:e=>{e.exports={en:["Sources"]}},56136:e=>{e.exports={en:["Same % scale"]}},38137:e=>{e.exports={en:["Same scale"]}},8573:e=>{e.exports={en:["Search"],cs:["Hledat"]}},57640:e=>{e.exports={en:["Select source"]}},95481:e=>{e.exports={en:["Symbol"]}},74007:e=>{e.exports={en:["Symbol & description"]}},51165:e=>{e.exports={en:["Symbol Search"]}},8926:e=>{e.exports={en:["Recent symbols"]}},70932:e=>{e.exports={en:["commodity"]}},79599:e=>{e.exports={en:["cfd"]}},46128:e=>{e.exports={en:["crypto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"]}},87464:e=>{e.exports={en:["index"]}},90250:e=>{e.exports={en:["indices"]}},76752:e=>{e.exports={en:["stock"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.6760.d667b4a17bb7e3977273.js b/public/charting_library/bundles/cs.6760.d667b4a17bb7e3977273.js
new file mode 100644
index 0000000..99ee157
--- /dev/null
+++ b/public/charting_library/bundles/cs.6760.d667b4a17bb7e3977273.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6760,2787,6155,7850,7122,5111,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],cs:["Souřadnice"]}},24197:e=>{e.exports={en:["Center"]}},6060:e=>{e.exports={en:["Add text"]}},27567:e=>{e.exports={en:["Bottom"]}},79468:e=>{e.exports={en:["Background"],cs:["Pozadí"]}},72942:e=>{e.exports={en:["Days"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},61856:e=>{e.exports={en:["Extend left line"]}},87430:e=>{e.exports={en:["Extend right line"]}},56796:e=>{e.exports={en:["Hours"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],cs:["Vstupy"]}},79650:e=>{e.exports={en:["Levels"],cs:["Úrovně"]}},11626:e=>{e.exports={en:["Left"]}},43154:e=>{e.exports={en:["Months"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"]}},50421:e=>{e.exports={en:["Right"]}},835:e=>{e.exports={en:["Weeks"]}},97118:e=>{e.exports={en:["Top"]}},70320:e=>{e.exports={en:["Text"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},24821:e=>{e.exports={en:["Ticks"]}},51574:e=>{e.exports={en:["Trend line"]}},28683:e=>{e.exports={en:["Use one color"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},59577:e=>{e.exports={en:["change {title} all lines color"]}},13783:e=>{e.exports={en:["change {title} background transparency"]}},30839:e=>{e.exports={en:["change {title} background visibility"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"]}},664:e=>{e.exports={en:["change {title} level {index} line color"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"]}},54517:e=>{e.exports={en:["change {title} levels visibility"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},57122:e=>{e.exports={en:["change {title} text"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={
+en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"]}},19541:e=>{e.exports={en:["change {toolName} line width"]}},24059:e=>{e.exports={en:["change {toolName} line color"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"]}},21474:e=>{e.exports={en:["change {toolName} line left end"]}},54827:e=>{e.exports={en:["change {toolName} line right end"]}},66429:e=>{e.exports={en:["change {toolName} line style"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},35813:e=>{e.exports={en:["days"],cs:["Days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},77114:e=>{e.exports={en:["erase level line"]}},2359:e=>{e.exports={en:["hours"],cs:["Hours"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"],cs:["Months"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"],cs:["Minutes"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.6778.cb295f9cefe08c721b2c.js b/public/charting_library/bundles/cs.6778.cb295f9cefe08c721b2c.js
new file mode 100644
index 0000000..ab5e09f
--- /dev/null
+++ b/public/charting_library/bundles/cs.6778.cb295f9cefe08c721b2c.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6778],{36778:a=>{a.exports={en:["Last available bar"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.6822.4179cccc2fa59f991bf4.js b/public/charting_library/bundles/cs.6822.4179cccc2fa59f991bf4.js
new file mode 100644
index 0000000..cd41c59
--- /dev/null
+++ b/public/charting_library/bundles/cs.6822.4179cccc2fa59f991bf4.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6822],{94920:e=>{e.exports={en:["ADJ"],cs:["adj"]}},16755:e=>{e.exports={en:["B-ADJ"]}},82631:e=>{e.exports={en:["SET"]}},22233:e=>{e.exports={en:["auto"],cs:["automatické"]}},4161:e=>{e.exports={en:["log"]}},58221:e=>{e.exports={en:["All data"]}},19273:e=>{e.exports={en:["Year to day"]}},58426:e=>{e.exports={en:["{timePeriod} in {timeInterval}"]}},93020:e=>{e.exports={en:["Adjust data for dividends"]}},68921:e=>{e.exports={en:["Adjust for contract changes"]}},42432:e=>{e.exports={en:["Go to"]}},92966:e=>{e.exports={en:["Extended Hours is available only for intraday charts"]}},61206:e=>{e.exports={en:["Maximize chart"]}},2031:e=>{e.exports={en:["Main symbol data is adjusted for dividends only"]}},95739:e=>{e.exports={en:["Main symbol data is adjusted for splits only"]}},27665:e=>{e.exports={en:["Sessions"]}},31142:e=>{e.exports={en:["Restore chart"]}},41888:e=>{e.exports={en:["Toggle Auto Scale"],cs:["Přepnout na Auto Stupnici"]}},1e4:e=>{e.exports={en:["Toggle Log Scale"],cs:["Přepnout Log Měřítko"]}},81649:e=>{e.exports={en:["Toggle Percentage"],cs:["Přepnout na Procenta"]}},77073:e=>{e.exports={en:["Timezone"],cs:["Časové pásmo"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"]}},8586:e=>{e.exports={en:["ext"]}},63808:e=>{e.exports={en:["{str} day","{str} days"]}},62368:e=>{e.exports={en:["{str} day","{str} days"]}},561:e=>{e.exports={en:["{str} day intervals","{str} days intervals"]}},72495:e=>{e.exports={en:["{str} hour","{str} hours"]}},64963:e=>{e.exports={en:["{str} hour","{str} hours"]}},14887:e=>{e.exports={en:["{str} hour intervals","{str} hours intervals"]}},12752:e=>{e.exports={en:["{str} month","{str} months"]}},20062:e=>{e.exports={en:["{str} month","{str} months"]}},48514:e=>{e.exports={en:["{str} month intervals","{str} months intervals"]}},95484:e=>{e.exports={en:["{str} minute","{str} minutes"]}},5926:e=>{e.exports={en:["{str} minute","{str} minutes"]}},15489:e=>{e.exports={en:["{str} minute intervals","{str} minutes intervals"]}},6088:e=>{e.exports={en:["{str} week","{str} weeks"]}},49306:e=>{e.exports={en:["{str} week","{str} weeks"]}},60316:e=>{e.exports={en:["{str} week intervals","{str} weeks intervals"]}},96325:e=>{e.exports={en:["{str} year","{str} years"]}},91549:e=>{e.exports={en:["{str} year","{str} years"]}},78971:e=>{e.exports={en:["{str} year intervals","{str} years intervals"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.6838.b209fab6f81d9054b17c.js b/public/charting_library/bundles/cs.6838.b209fab6f81d9054b17c.js
new file mode 100644
index 0000000..0f9437d
--- /dev/null
+++ b/public/charting_library/bundles/cs.6838.b209fab6f81d9054b17c.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6838],{66838:e=>{e.exports={en:["Fact of the day"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.7122.b56804d4455c3a0204dd.js b/public/charting_library/bundles/cs.7122.b56804d4455c3a0204dd.js
new file mode 100644
index 0000000..0179055
--- /dev/null
+++ b/public/charting_library/bundles/cs.7122.b56804d4455c3a0204dd.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7122],{57122:e=>{e.exports={en:["change {title} text"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.7328.6e079881a6ff4ded3dbf.js b/public/charting_library/bundles/cs.7328.6e079881a6ff4ded3dbf.js
new file mode 100644
index 0000000..86583ad
--- /dev/null
+++ b/public/charting_library/bundles/cs.7328.6e079881a6ff4ded3dbf.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7328],{27328:e=>{e.exports={en:["Don't show again"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.7458.068c610f8718bc62a766.js b/public/charting_library/bundles/cs.7458.068c610f8718bc62a766.js
new file mode 100644
index 0000000..9de1307
--- /dev/null
+++ b/public/charting_library/bundles/cs.7458.068c610f8718bc62a766.js
@@ -0,0 +1,5 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7458,4821],{80587:e=>{e.exports={en:["bars"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"],cs:["(O+V+N+Z)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"],cs:["(V+N+Z)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"],cs:["(V+N)/2"]}},31882:e=>{e.exports={en:["12-hours"]}},5797:e=>{e.exports={en:["24-hours"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],cs:["Barva svíček založená na základě předchozího uzavření ceny"]}},23739:e=>{e.exports={en:["Canvas"]}},24197:e=>{e.exports={en:["Center"]}},15153:e=>{e.exports={en:["Chart basic styles"]}},45639:e=>{e.exports={en:["Chart values"]}},84831:e=>{e.exports={en:["Close line"]}},74622:e=>{e.exports={en:["Crosshair"],cs:["Nitkový kříž"]}},81849:e=>{e.exports={en:["Currency"],cs:["Měna"]}},3015:e=>{e.exports={en:["Currency and Unit"]}},93020:e=>{e.exports={en:["Adjust data for dividends"]}},68921:e=>{e.exports={en:["Adjust for contract changes"]}},36620:e=>{e.exports={en:["Alerts"],cs:["Upozornění"]}},14119:e=>{e.exports={en:["Arguments"]}},68650:e=>{e.exports={en:["Average close"]}},27567:e=>{e.exports={en:["Bottom"]}},3159:e=>{e.exports={en:["Bottom line"],cs:["Bottom Line"]}},74406:e=>{e.exports={en:["Body"]}},333:e=>{e.exports={en:["Borders"],cs:["Ohraničení"]}},79468:e=>{e.exports={en:["Background"],cs:["Pozadí"]}},10842:e=>{e.exports={en:["Bar change values"],cs:["Bar Change Values"]}},28975:e=>{e.exports={en:["Base level"],cs:["Base Level"]}},76473:e=>{e.exports={en:["Bid and ask"]}},32744:e=>{e.exports={en:["Buttons"]}},68662:e=>{e.exports={en:["Grid lines"]}},17611:e=>{e.exports={en:["Down bars"]}},23743:e=>{e.exports={en:["Down color"]}},48225:e=>{e.exports={en:["Data modification"]}},84838:e=>{e.exports={en:["Date format"],cs:["Date Format"]}},42357:e=>{e.exports={en:["Day of week on labels"]}},16564:e=>{e.exports={en:["Default"],cs:["Standardní"]}},78734:e=>{e.exports={en:["Description"],cs:["Popis"]}},89212:e=>{e.exports={en:["Display inactivity gaps on intraday"]}},59777:e=>{e.exports={en:["Electronic trading hours background"]}},69808:e=>{e.exports={en:["Events"],cs:["Akce"]}},41129:e=>{e.exports={en:["Fill"]}},61112:e=>{e.exports={en:["Fill top area"],cs:["Fill Top Area"]}},73185:e=>{e.exports={en:["Fill bottom area"],cs:["Fill Bottom Area"]}},95406:e=>{e.exports={en:["Horizontal"]}},61900:e=>{e.exports={en:["Horz only"]}},14180:e=>{e.exports={en:["High and low"]}},56359:e=>{e.exports={en:["High line"]}},47326:e=>{e.exports={en:["Integer"]}},84549:e=>{e.exports={en:["Indicators"],cs:["Indikátory"]}},78082:e=>{e.exports={en:["Indicators and financials"]}},25765:e=>{e.exports={en:["Open market status"]}},34579:e=>{e.exports={en:["Low line"]}},14876:e=>{e.exports={en:["Logo"]}},89315:e=>{e.exports={en:["Long Description"]}},72423:e=>{e.exports={en:["Last day change values"]}},11626:e=>{e.exports={en:["Left"]}},8249:e=>{e.exports={en:["Money"]}},70937:e=>{e.exports={en:["Margins"]}},68833:e=>{e.exports={en:["Middle"]}},58589:e=>{e.exports={en:["No overlapping labels"],
+cs:["No Overlapping Labels"]}},60798:e=>{e.exports={en:["None"]}},51019:e=>{e.exports={en:["Navigation"]}},99709:e=>{e.exports={en:["Name"]}},8852:e=>{e.exports={en:["Save chart left edge position when changing interval"]}},26204:e=>{e.exports={en:["Scale modes (A and L)"]}},93968:e=>{e.exports={en:["Scales"],cs:["Stupnice"]}},90275:e=>{e.exports={en:["Scales and lines"]}},30042:e=>{e.exports={en:["Scales placement"]}},28715:e=>{e.exports={en:["Status line"]}},95481:e=>{e.exports={en:["Symbol"]}},53263:e=>{e.exports={en:["Pane"]}},82894:e=>{e.exports={en:["Pane separators"]}},16207:e=>{e.exports={en:["Percentage"],cs:["Procenta"]}},94408:e=>{e.exports={en:["Pips"]}},60904:e=>{e.exports={en:["Pre/post market"]}},88327:e=>{e.exports={en:["Pre/post market hours background"]}},59766:e=>{e.exports={en:["Precision"],cs:["Přesnost"]}},83811:e=>{e.exports={en:["Previous day close"]}},35082:e=>{e.exports={en:["Price Scale"]}},27632:e=>{e.exports={en:["Price and percentage value"]}},62142:e=>{e.exports={en:["Price labels & lines"]}},84684:e=>{e.exports={en:["Price source"]}},73466:e=>{e.exports={en:["Projection up bars"]}},77430:e=>{e.exports={en:["Projection candles"]}},88367:e=>{e.exports={en:["Projection down bars"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"]}},50421:e=>{e.exports={en:["Right"]}},62532:e=>{e.exports={en:["Right Margin"]}},41571:e=>{e.exports={en:["Watermark"],cs:["Vodoznak"]}},32163:e=>{e.exports={en:["Wick"],cs:["Knot"]}},97118:e=>{e.exports={en:["Top"]}},89349:e=>{e.exports={en:["Top line"],cs:["Top Line"]}},70320:e=>{e.exports={en:["Text"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},20215:e=>{e.exports={en:["Thin bars"],cs:["Thin Bars"]}},70198:e=>{e.exports={en:["Title"]}},29854:e=>{e.exports={en:["Titles"]}},5791:e=>{e.exports={en:["Ticker"]}},16816:e=>{e.exports={en:["Ticker and description"]}},24821:e=>{e.exports={en:["Ticks"]}},93965:e=>{e.exports={en:["Time Scale"]}},5591:e=>{e.exports={en:["Time hours format"]}},77073:e=>{e.exports={en:["Timezone"],cs:["Časové pásmo"]}},76495:e=>{e.exports={en:["Trading"]}},33564:e=>{e.exports={en:["Unit"]}},23091:e=>{e.exports={en:["Up color"]}},36957:e=>{e.exports={en:["Up bars"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"]}},37644:e=>{e.exports={en:["Volume"],cs:["Objem"]}},51514:e=>{e.exports={en:["Value"],cs:["Hodnota"]}},31218:e=>{e.exports={en:["Value according to scale"]}},60092:e=>{e.exports={en:["Values"]}},83594:e=>{e.exports={en:["Vert and horz"]}},8402:e=>{e.exports={en:["Vert only"]}},69526:e=>{e.exports={en:["Vertical"]}},21105:e=>{e.exports={en:["candle"]}},27068:e=>{e.exports={en:["change HLC bars"]}},21201:e=>{e.exports={en:["change HLC bars color"]}},3311:e=>{e.exports={en:["change navigation buttons visibility"]}},96227:e=>{e.exports={en:["change open market status visibility"]}},43231:e=>{e.exports={en:["change average close price line width"]}},47026:e=>{e.exports={en:["change average close price line color"]}},86866:e=>{
+e.exports={en:["change area fill color"]}},89346:e=>{e.exports={en:["change area line width"]}},29605:e=>{e.exports={en:["change area line color"]}},4640:e=>{e.exports={en:["change area price source"]}},98407:e=>{e.exports={en:["change ask line color"]}},42190:e=>{e.exports={en:["change base level"]}},71785:e=>{e.exports={en:["change baseline bottom line color"]}},56175:e=>{e.exports={en:["change baseline bottom line width"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"]}},92873:e=>{e.exports={en:["change baseline fill top area color"]}},68609:e=>{e.exports={en:["change baseline price source"]}},69044:e=>{e.exports={en:["change baseline top line color"]}},68197:e=>{e.exports={en:["change baseline top line width"]}},33464:e=>{e.exports={en:["change bar up color"]}},27426:e=>{e.exports={en:["change bar change visibility"]}},59622:e=>{e.exports={en:["change bar down color"]}},17919:e=>{e.exports={en:["change bid line color"]}},32094:e=>{e.exports={en:["change bottom margin"]}},63119:e=>{e.exports={en:["change currency and unit labels visibility"]}},64003:e=>{e.exports={en:["change currency label visibility"]}},42803:e=>{e.exports={en:["change chart background color"]}},41382:e=>{e.exports={en:["change chart background type"]}},79637:e=>{e.exports={en:["change chart values visibility"]}},43090:e=>{e.exports={en:["change color bars based on previous close"]}},88324:e=>{e.exports={en:["change column up color"]}},93890:e=>{e.exports={en:["change column down color"]}},4727:e=>{e.exports={en:["change column price source"]}},50544:e=>{e.exports={en:["change crosshair width"]}},92885:e=>{e.exports={en:["change crosshair color"]}},68418:e=>{e.exports={en:["change crosshair style"]}},43109:e=>{e.exports={en:["change date format"]}},30418:e=>{e.exports={en:["change day of week on labels"]}},82063:e=>{e.exports={en:["change decimal places"]}},44223:e=>{e.exports={en:["change extended hours color"]}},47393:e=>{e.exports={en:["change electronic trading hours"]}},73844:e=>{e.exports={en:["change grid lines visibility"]}},61407:e=>{e.exports={en:["change high and low price line color"]}},39581:e=>{e.exports={en:["change high and low price line width"]}},6026:e=>{e.exports={en:["change high-low body color"]}},73021:e=>{e.exports={en:["change high-low body visibility"]}},46844:e=>{e.exports={en:["change high-low border color"]}},15801:e=>{e.exports={en:["change high-low borders visibility"]}},72399:e=>{e.exports={en:["change high-low labels visibility"]}},56961:e=>{e.exports={en:["change high-low labels color"]}},21133:e=>{e.exports={en:["change horz grid lines color"]}},63050:e=>{e.exports={en:["change indicator titles visibility"]}},49583:e=>{e.exports={en:["change indicator values visibility"]}},78310:e=>{e.exports={en:["change indicator arguments visibility"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"]}},66307:e=>{e.exports={en:["change last day change visibility"]}},91873:e=>{
+e.exports={en:["change legend background transparency"]}},14246:e=>{e.exports={en:["change legend background visibility"]}},88640:e=>{e.exports={en:["change line color"]}},41837:e=>{e.exports={en:["change line price source"]}},48339:e=>{e.exports={en:["change line width"]}},18378:e=>{e.exports={en:["change pane buttons visibility"]}},52203:e=>{e.exports={en:["change pane separators color"]}},38730:e=>{e.exports={en:["change post market color"]}},28075:e=>{e.exports={en:["change post market line color"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"]}},44371:e=>{e.exports={en:["change pre market color"]}},96114:e=>{e.exports={en:["change pre market line color"]}},69814:e=>{e.exports={en:["change previous close price line color"]}},13660:e=>{e.exports={en:["change previous close price line width"]}},87861:e=>{e.exports={en:["change price line color"]}},29353:e=>{e.exports={en:["change price line width"]}},16241:e=>{e.exports={en:["change range bars style"]}},65821:e=>{e.exports={en:["change range thin bars"]}},75487:e=>{e.exports={en:["change renko wick down color"]}},92277:e=>{e.exports={en:["change renko wick up color"]}},79604:e=>{e.exports={en:["change renko wick visibility"]}},82946:e=>{e.exports={en:["change right margin"]}},79545:e=>{e.exports={en:["change right margin percentage"]}},78995:e=>{e.exports={en:["change symbol watermark color"]}},73227:e=>{e.exports={en:["change symbol watermark visibility"]}},88167:e=>{e.exports={en:["change symbol description visibility"]}},12050:e=>{e.exports={en:["change symbol field visibility"]}},46066:e=>{e.exports={en:["change symbol last value mode"]}},902:e=>{e.exports={en:["change symbol legend format"]}},77408:e=>{e.exports={en:["change save chart left edge position when changing interval"]}},69023:e=>{e.exports={en:["change scale modes buttons visibility"]}},76131:e=>{e.exports={en:["change scales text color"]}},27792:e=>{e.exports={en:["change scales font size"]}},94997:e=>{e.exports={en:["change scales lines color"]}},60067:e=>{e.exports={en:["change sessions breaks visibility"]}},28175:e=>{e.exports={en:["change sessions breaks width"]}},33895:e=>{e.exports={en:["change sessions breaks color"]}},21641:e=>{e.exports={en:["change sessions breaks style"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"]}},60834:e=>{e.exports={en:["change thin bars"]}},39754:e=>{e.exports={en:["change time hours format"]}},74883:e=>{e.exports={en:["change top margin"]}},51250:e=>{e.exports={en:["change unit label visibility"]}},71805:e=>{e.exports={en:["change vert grid lines color"]}},96201:e=>{e.exports={en:["change volume values visibility"]}},17214:e=>{e.exports={en:["change {candleType} up border color"]}},36697:e=>{e.exports={en:["change {candleType} up color"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"]}},60608:e=>{e.exports={
+en:["change {candleType} body visibility"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"]}},20291:e=>{e.exports={en:["change {candleType} down border color"]}},64571:e=>{e.exports={en:["change {candleType} down color"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"]}},5012:e=>{e.exports={en:["change {chartType} down color"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"]}},6970:e=>{e.exports={en:["change {chartType} up color"]}},66110:e=>{e.exports={en:["change {inputName} property"]}},18077:e=>{e.exports={en:["adjust data for dividends"]}},1433:e=>{e.exports={en:["adjust for contract changes"]}},92598:e=>{e.exports={en:["hollow candles"],cs:["Duté Svíčky"]}},57243:e=>{e.exports={en:["range","ranges"]}},70282:e=>{e.exports={en:["renko"],cs:["Renko"]}},28871:e=>{e.exports={en:["toggle intraday inactivity gaps"]}},92978:e=>{e.exports={en:["use settlement as close on daily interval"]}},59644:e=>{e.exports={en:["{value} decimal","{value} decimals"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.7714.fb6a9318f826d9829d2d.js b/public/charting_library/bundles/cs.7714.fb6a9318f826d9829d2d.js
new file mode 100644
index 0000000..544d6f2
--- /dev/null
+++ b/public/charting_library/bundles/cs.7714.fb6a9318f826d9829d2d.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7714,4109,4166],{92389:e=>{e.exports={en:["Clone, Copy"]}},47742:e=>{e.exports={en:["Close menu"]}},83390:e=>{e.exports={en:["Create a group of drawings"]}},69207:e=>{e.exports={en:["Add to favorites"],cs:["Přidat do oblíbených"]}},40983:e=>{e.exports={en:["Group is hidden on current interval"]}},80014:e=>{e.exports={en:["Drawing is hidden on current interval"]}},88616:e=>{e.exports={en:["Object tree"]}},80996:e=>{e.exports={en:["Local drawings"]}},63944:e=>{e.exports={en:["Modified: {modificationDate}"]}},37117:e=>{e.exports={en:["More"],cs:["Více"]}},81031:e=>{e.exports={en:["Manage layout drawings"]}},84212:e=>{e.exports={en:["No drawings yet"],cs:["Zatím Žádné Nákresy"]}},92931:e=>{e.exports={en:["Synced globally"]}},41870:e=>{e.exports={en:["Synced in layout"]}},8182:e=>{e.exports={en:["Remove all drawings for this symbol"]}},85106:e=>{e.exports={en:["Remove from favorites"],cs:["Odebrat z oblíbených"]}},6321:e=>{e.exports={en:["Rename"]}},23687:e=>{e.exports={en:["change {sourceTitle} title to {newSourceTitle}"]}},93277:e=>{e.exports={en:["hide objects"]}},10370:e=>{e.exports={en:["insert source(s) after"]}},36044:e=>{e.exports={en:["move objects"]}},51382:e=>{e.exports={en:["show {title}"]}},23771:e=>{e.exports={en:["show objects"]}},79688:e=>{e.exports={en:["remove objects"]}},58407:e=>{e.exports={en:["remove all line tools for {symbol}"]}},90755:e=>{e.exports={en:["{drawingsCount} drawing","{drawingsCount} drawings"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.7827.ea2deb999b0c771280eb.js b/public/charting_library/bundles/cs.7827.ea2deb999b0c771280eb.js
new file mode 100644
index 0000000..922c10f
--- /dev/null
+++ b/public/charting_library/bundles/cs.7827.ea2deb999b0c771280eb.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7827,4109],{55517:e=>{e.exports={en:["Add"]}},29619:e=>{e.exports={en:["Add custom color"],cs:["Add Custom Color"]}},80936:e=>{e.exports={en:["Opacity"]}},64974:e=>{e.exports={en:["line tool(s) line style"]}},47370:e=>{e.exports={en:["Color"],cs:["Barva"]}},4543:e=>{e.exports={en:["Cancel"],cs:["Zrušit"]}},74089:e=>{e.exports={en:["Anchor drawing"]}},69207:e=>{e.exports={en:["Add to favorites"],cs:["Přidat do oblíbených"]}},99919:e=>{e.exports={en:["Align to 45 degree"]}},69715:e=>{e.exports={en:["Background color"],cs:["Barva pozadí"]}},7977:e=>{e.exports={en:["Background color 1"],cs:["Barva pozadí 1"]}},8111:e=>{e.exports={en:["Background color 2"],cs:["Barva pozadí 2"]}},57157:e=>{e.exports={en:["Dot"],cs:["Tečka"]}},27390:e=>{e.exports={en:["Dotted line"]}},88123:e=>{e.exports={en:["Dashed line"]}},14939:e=>{e.exports={en:["Demonstration"]}},31145:e=>{e.exports={en:["Disable align to 45 degrees mode"]}},83187:e=>{e.exports={en:["Enable align to 45 degrees mode"]}},8727:e=>{e.exports={en:["Eraser"],cs:["Guma"]}},92409:e=>{e.exports={en:["Font Size"],cs:["Velikost Písma"]}},2573:e=>{e.exports={en:["Font size"],cs:["Velikost Písma"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"]}},22688:e=>{e.exports={en:["Hide Favorite Drawing Tools Toolbar"]}},79451:e=>{e.exports={en:["Lock all drawings"],cs:["Zamknout všechny nástroje pro kreslení"]}},14097:e=>{e.exports={en:["Line tool backgrounds"]}},11989:e=>{e.exports={en:["Line tool colors"]}},81956:e=>{e.exports={en:["Line tool text colors"]}},53002:e=>{e.exports={en:["Line tool width"]}},75056:e=>{e.exports={en:["Line tool widths"]}},37117:e=>{e.exports={en:["More"],cs:["Více"]}},35553:e=>{e.exports={en:["Magic"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"]}},46193:e=>{e.exports={en:["Marker color"],cs:["Barva Označení"]}},91563:e=>{e.exports={en:["Measure"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"]}},3154:e=>{e.exports={en:["Show Hidden Tools"]}},85786:e=>{e.exports={en:["Show Object Tree"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],cs:["Zůstat v režimu kreslení"]}},65086:e=>{e.exports={en:["Stop background color"],cs:["Zrušit barvu pozadí"]}},28736:e=>{e.exports={en:["Profit background color"],cs:["Zisk - barva pozadí"]}},57118:e=>{e.exports={en:["Remove Drawings"]}},89984:e=>{e.exports={en:["Remove color"]}},85106:e=>{e.exports={en:["Remove from favorites"],cs:["Odebrat z oblíbených"]}},77753:e=>{e.exports={en:["Text color"],cs:["Barva textu"]}},55774:e=>{e.exports={en:["Zoom In"],cs:["Přiblížit"]}},37310:e=>{e.exports={en:["Zoom Out"],cs:["Oddálit"]}},96142:e=>{e.exports={en:["change line tool(s) text color"]}},50522:e=>{e.exports={en:["change line tool(s) background color"]}},78655:e=>{e.exports={en:["change line tool(s) color"]}},37453:e=>{e.exports={en:["change line tool(s) font size"]}},13423:e=>{e.exports={
+en:["change line tool(s) line style"]}},81303:e=>{e.exports={en:["change line tool(s) line width"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.7850.c4f446fdb53937cc86cb.js b/public/charting_library/bundles/cs.7850.c4f446fdb53937cc86cb.js
new file mode 100644
index 0000000..464795c
--- /dev/null
+++ b/public/charting_library/bundles/cs.7850.c4f446fdb53937cc86cb.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7850,7122,5111],{57122:e=>{e.exports={en:["change {title} text"]}},77114:e=>{e.exports={en:["erase level line"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.7952.0cb83b58212a65904f9d.js b/public/charting_library/bundles/cs.7952.0cb83b58212a65904f9d.js
new file mode 100644
index 0000000..d125c44
--- /dev/null
+++ b/public/charting_library/bundles/cs.7952.0cb83b58212a65904f9d.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7952,2787,6155,5111,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"]}},29291:e=>{e.exports={en:["Median"],cs:["Střední"]}},78930:e=>{e.exports={en:["Coordinates"],cs:["Souřadnice"]}},24197:e=>{e.exports={en:["Center"]}},27567:e=>{e.exports={en:["Bottom"]}},79468:e=>{e.exports={en:["Background"],cs:["Pozadí"]}},72942:e=>{e.exports={en:["Days"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},61856:e=>{e.exports={en:["Extend left line"]}},819:e=>{e.exports={en:["Extend lines"],cs:["Rozšířit linie"]}},87430:e=>{e.exports={en:["Extend right line"]}},56796:e=>{e.exports={en:["Hours"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],cs:["Vstupy"]}},11626:e=>{e.exports={en:["Left"]}},43154:e=>{e.exports={en:["Months"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"]}},50421:e=>{e.exports={en:["Right"]}},835:e=>{e.exports={en:["Weeks"]}},97118:e=>{e.exports={en:["Top"]}},70320:e=>{e.exports={en:["Text"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},24821:e=>{e.exports={en:["Ticks"]}},28683:e=>{e.exports={en:["Use one color"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},59577:e=>{e.exports={en:["change {title} all lines color"]}},13783:e=>{e.exports={en:["change {title} background transparency"]}},30839:e=>{e.exports={en:["change {title} background visibility"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},76295:e=>{e.exports={en:["change {title} extend lines"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"]}},664:e=>{e.exports={en:["change {title} level {index} line color"]}},64707:e=>{e.exports={en:["change {title} level {index} line style"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={
+en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"]}},19541:e=>{e.exports={en:["change {toolName} line width"]}},24059:e=>{e.exports={en:["change {toolName} line color"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"]}},21474:e=>{e.exports={en:["change {toolName} line left end"]}},54827:e=>{e.exports={en:["change {toolName} line right end"]}},66429:e=>{e.exports={en:["change {toolName} line style"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},35813:e=>{e.exports={en:["days"],cs:["Days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},77114:e=>{e.exports={en:["erase level line"]}},2359:e=>{e.exports={en:["hours"],cs:["Hours"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"],cs:["Months"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"],cs:["Minutes"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.8356.3131cfefc19bf35ba006.js b/public/charting_library/bundles/cs.8356.3131cfefc19bf35ba006.js
new file mode 100644
index 0000000..5b48d14
--- /dev/null
+++ b/public/charting_library/bundles/cs.8356.3131cfefc19bf35ba006.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8356,4109],{53288:e=>{e.exports={en:["animals & nature"]}},21311:e=>{e.exports={en:["activity"]}},90678:e=>{e.exports={en:["food & drink"]}},6715:e=>{e.exports={en:["flags"]}},98355:e=>{e.exports={en:["objects"]}},43438:e=>{e.exports={en:["smiles & people"]}},40457:e=>{e.exports={en:["symbols"]}},88906:e=>{e.exports={en:["recently used"]}},28562:e=>{e.exports={en:["travel & places"]}},23821:e=>{e.exports={en:["Dot"]}},57252:e=>{e.exports={en:["Days"]}},18817:e=>{e.exports={en:["Hours"]}},89506:e=>{e.exports={en:["Months"]}},21551:e=>{e.exports={en:["Minutes"]}},32116:e=>{e.exports={en:["Seconds"]}},22163:e=>{e.exports={en:["Ranges"]}},41815:e=>{e.exports={en:["Weeks"]}},49512:e=>{e.exports={en:["Ticks"]}},96554:e=>{e.exports={en:["Copy image"]}},81939:e=>{e.exports={en:["Copy link"],cs:["zkopírovat odkaz"]}},58425:e=>{e.exports={en:["Chart snapshot"]}},66418:e=>{e.exports={en:["Choose manually"]}},80335:e=>{e.exports={en:["Add custom interval"]}},69207:e=>{e.exports={en:["Add to favorites"],cs:["Přidat do oblíbených"]}},89771:e=>{e.exports={en:["All changes saved"]}},89911:e=>{e.exports={en:["Bar's style"],cs:["Typ grafu"]}},26200:e=>{e.exports={en:["Download image"]}},46838:e=>{e.exports={en:["Default templates"]}},6571:e=>{e.exports={en:["Everyone with the link can view and copy"]}},52530:e=>{e.exports={en:["Favorite Indicators"]}},70234:e=>{e.exports={en:["Favorites"]}},67092:e=>{e.exports={en:["Fullscreen mode"],cs:["Režim Fullscreen"]}},76443:e=>{e.exports={en:["Indicator templates"]}},84549:e=>{e.exports={en:["Indicators"],cs:["Indikátory"]}},62005:e=>{e.exports={en:["Indicators & Strategies"]}},44271:e=>{e.exports={en:["Open template"]}},46311:e=>{e.exports={en:["Open Interval Dialog"],cs:["Otevřít Interval Dialogu"]}},34770:e=>{e.exports={en:["Open chart in popup"]}},19159:e=>{e.exports={en:["Open in new tab"]}},65433:e=>{e.exports={en:["Open layout"]}},29517:e=>{e.exports={en:["Load Chart Layout"]}},93292:e=>{e.exports={en:["Loading..."]}},40115:e=>{e.exports={en:["Make a copy"]}},38973:e=>{e.exports={en:["Manage layouts"]}},83300:e=>{e.exports={en:["My templates"]}},92969:e=>{e.exports={en:["Number or {hotKey_0}"]}},64e3:e=>{e.exports={en:["Save"],cs:["Uložit"]}},26869:e=>{e.exports={en:["Save Indicator template"]}},15356:e=>{e.exports={en:["Save all charts for all symbols and intervals on your layout"]}},26276:e=>{e.exports={en:["Save layout"]}},81265:e=>{e.exports={en:["Sharing"]}},50021:e=>{e.exports={en:["Simply start typing while on the chart to pull up this search box"]}},51165:e=>{e.exports={en:["Symbol Search"]}},18243:e=>{e.exports={en:["Quick Search"]}},7448:e=>{e.exports={en:["Recently used"]}},11304:e=>{e.exports={en:["Redo {hint}"],cs:["Znovu {hint}"]}},85106:e=>{e.exports={en:["Remove from favorites"],cs:["Odebrat z oblíbených"]}},47550:e=>{e.exports={en:["Remove selected emoji"]}},6321:e=>{e.exports={en:["Rename"]}},87972:e=>{e.exports={en:["Take a snapshot"]}},41173:e=>{e.exports={en:["Time Interval"],
+cs:["Časový Interval"]}},28239:e=>{e.exports={en:["Tweet image"]}},66020:e=>{e.exports={en:["Undo {hint}"],cs:["Zpět {hint}"]}},36291:e=>{e.exports={en:["Unfavorite all"]}},18448:e=>{e.exports={en:["You have no Favorites Indicators yet"]}},6094:e=>{e.exports={en:["Your favorite layouts have moved to the top toolbar. You currently have {count} favorite. You can reduce the number to find them easier — unfavorite all in just one click or set up your choice manually.","Your favorite layouts have moved to the top toolbar. You currently have {count} favorites. You can reduce the number to find them easier — unfavorite all in just one click or set up your choice manually."]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.8370.da37ca095a984f601a1e.js b/public/charting_library/bundles/cs.8370.da37ca095a984f601a1e.js
new file mode 100644
index 0000000..60df46d
--- /dev/null
+++ b/public/charting_library/bundles/cs.8370.da37ca095a984f601a1e.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8370],{23970:e=>{e.exports={en:["days"]}},35157:e=>{e.exports={en:["hours"]}},18193:e=>{e.exports={en:["months"]}},79930:e=>{e.exports={en:["minutes"]}},7938:e=>{e.exports={en:["weeks"]}},48161:e=>{e.exports={en:["View Only Mode"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.8622.b162b43310f56287e24e.js b/public/charting_library/bundles/cs.8622.b162b43310f56287e24e.js
new file mode 100644
index 0000000..f15c25f
--- /dev/null
+++ b/public/charting_library/bundles/cs.8622.b162b43310f56287e24e.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8622],{13197:e=>{e.exports={en:["1/{minmove2} of 1/{pricescale}"]}},97349:e=>{e.exports={en:["Fr"]}},30961:e=>{e.exports={en:["Mo"]}},94748:e=>{e.exports={en:["Sa"]}},75005:e=>{e.exports={en:["Su"]}},92578:e=>{e.exports={en:["We"]}},8765:e=>{e.exports={en:["Th"]}},9135:e=>{e.exports={en:["Tu"]}},53174:e=>{e.exports={en:["Right"]}},47742:e=>{e.exports={en:["Close menu"]}},81849:e=>{e.exports={en:["Currency"],cs:["Měna"]}},12272:e=>{e.exports={en:["Current contract"],cs:["Current Contract"]}},17606:e=>{e.exports={en:["All sessions"]}},28896:e=>{e.exports={en:["April"]}},11081:e=>{e.exports={en:["August"]}},42358:e=>{e.exports={en:["Bond"]}},90082:e=>{e.exports={en:["December"]}},54602:e=>{e.exports={en:["Delisted"]}},78734:e=>{e.exports={en:["Description"],cs:["Popis"]}},63538:e=>{e.exports={en:["Exchange timezone"]}},88191:e=>{e.exports={en:["Expiration date"]}},56536:e=>{e.exports={en:["FIGI"]}},81069:e=>{e.exports={en:["February"]}},22928:e=>{e.exports={en:["Fri"]}},3570:e=>{e.exports={en:["Friday"]}},26931:e=>{e.exports={en:["Home page"]}},88104:e=>{e.exports={en:["ISIN"]}},7727:e=>{e.exports={en:["Industry"]}},200:e=>{e.exports={en:["January"]}},6608:e=>{e.exports={en:["July"]}},61487:e=>{e.exports={en:["June"]}},37997:e=>{e.exports={en:["October"]}},23339:e=>{e.exports={en:["Link copied to clipboard"]}},41224:e=>{e.exports={en:["Listed exchange"],cs:["Listed Exchange"]}},37150:e=>{e.exports={en:["Mon"]}},19573:e=>{e.exports={en:["Monday"]}},25734:e=>{e.exports={en:["May"],cs:["Květen"]}},93878:e=>{e.exports={en:["March"]}},41410:e=>{e.exports={en:["Market open"]}},62464:e=>{e.exports={en:["Market closed"]}},91563:e=>{e.exports={en:["Measure"]}},4607:e=>{e.exports={en:["November"]}},99709:e=>{e.exports={en:["Name"]}},97751:e=>{e.exports={en:["Source"],cs:["Zdroj"]}},32273:e=>{e.exports={en:["Sat"]}},30348:e=>{e.exports={en:["Saturday"]}},99804:e=>{e.exports={en:["Sector"]}},17502:e=>{e.exports={en:["Security Info"],cs:["Symbol Info"]}},32179:e=>{e.exports={en:["September"]}},77493:e=>{e.exports={en:["Sun"]}},61480:e=>{e.exports={en:["Sunday"]}},81314:e=>{e.exports={en:["Point value"]}},73897:e=>{e.exports={en:["Post-market"]}},39245:e=>{e.exports={en:["Pip size"],cs:["Pip Size"]}},36018:e=>{e.exports={en:["Pre-market"]}},16045:e=>{e.exports={en:["Website"]}},11532:e=>{e.exports={en:["Wed"]}},94226:e=>{e.exports={en:["Wednesday"]}},17254:e=>{e.exports={en:["Text copied to clipboard"]}},71388:e=>{e.exports={en:["Thu"]}},79137:e=>{e.exports={en:["Thursday"]}},24431:e=>{e.exports={en:["Tick size"]}},11916:e=>{e.exports={en:["Tue"]}},82160:e=>{e.exports={en:["Tuesday"]}},98413:e=>{e.exports={en:["Type"],cs:["Typ"]}},33564:e=>{e.exports={en:["Unit"]}},70932:e=>{e.exports={en:["commodity"]}},79599:e=>{e.exports={en:["cfd"]}},46128:e=>{e.exports={en:["crypto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"]}},87464:e=>{e.exports={en:["index"]}},90250:e=>{
+e.exports={en:["indices"]}},76752:e=>{e.exports={en:["stock"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.8763.bf9d4d175a7686effaf6.js b/public/charting_library/bundles/cs.8763.bf9d4d175a7686effaf6.js
new file mode 100644
index 0000000..b538420
--- /dev/null
+++ b/public/charting_library/bundles/cs.8763.bf9d4d175a7686effaf6.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8763,5111],{91612:e=>{e.exports={en:["Inside"],cs:["Uvnitř"]}},46005:e=>{e.exports={en:["Original"],cs:["Původní"]}},70382:e=>{e.exports={en:["Modified Schiff"],cs:["Upravené Schiff"]}},69904:e=>{e.exports={en:["Schiff"],cs:["Schiffovy"]}},98463:e=>{e.exports={en:["change {title} style"]}},77114:e=>{e.exports={en:["erase level line"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.8940.5460b0ccfae157b7bbe3.js b/public/charting_library/bundles/cs.8940.5460b0ccfae157b7bbe3.js
new file mode 100644
index 0000000..a276fa7
--- /dev/null
+++ b/public/charting_library/bundles/cs.8940.5460b0ccfae157b7bbe3.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8940,6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],cs:["Souřadnice"]}},24197:e=>{e.exports={en:["Center"]}},27567:e=>{e.exports={en:["Bottom"]}},38408:e=>{e.exports={en:["Border"],cs:["Okraj"]}},79468:e=>{e.exports={en:["Background"],cs:["Pozadí"]}},72942:e=>{e.exports={en:["Days"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},56796:e=>{e.exports={en:["Hours"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],cs:["Vstupy"]}},34974:e=>{e.exports={en:["Label border"]}},73863:e=>{e.exports={en:["Label background"],cs:["Štítek Pozadí"]}},95170:e=>{e.exports={en:["Label text"]}},11626:e=>{e.exports={en:["Left"]}},97575:e=>{e.exports={en:["Line color"]}},43154:e=>{e.exports={en:["Months"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"]}},50421:e=>{e.exports={en:["Right"]}},835:e=>{e.exports={en:["Weeks"]}},97118:e=>{e.exports={en:["Top"]}},70320:e=>{e.exports={en:["Text"]}},7560:e=>{e.exports={en:["Text wrap"],cs:["Zabalte text"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},7455:e=>{e.exports={en:["change {title} line color"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"]}},66668:e=>{e.exports={en:["change {toolName} text"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"]}},39587:e=>{e.exports={
+en:["change {toolName} text wrap"]}},22231:e=>{e.exports={en:["change {toolName} text background color"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"]}},36666:e=>{e.exports={en:["change {toolName} text border color"]}},35423:e=>{e.exports={en:["change {toolName} text border width"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"]}},64500:e=>{e.exports={en:["change {toolName} text color"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"]}},21781:e=>{e.exports={en:["change {toolName} text font size"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},35813:e=>{e.exports={en:["days"],cs:["Days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},2359:e=>{e.exports={en:["hours"],cs:["Hours"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"],cs:["Months"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"],cs:["Minutes"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.8975.0b3e843255e92a8c2808.js b/public/charting_library/bundles/cs.8975.0b3e843255e92a8c2808.js
new file mode 100644
index 0000000..e33e45f
--- /dev/null
+++ b/public/charting_library/bundles/cs.8975.0b3e843255e92a8c2808.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8975],{94073:e=>{e.exports={en:["A"]}},66384:e=>{e.exports={en:["L"]}},94465:e=>{e.exports={en:["Toggle auto scale"]}},46992:e=>{e.exports={en:["Toggle log scale"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.9003.299a55ed654df75bf43b.js b/public/charting_library/bundles/cs.9003.299a55ed654df75bf43b.js
new file mode 100644
index 0000000..3618629
--- /dev/null
+++ b/public/charting_library/bundles/cs.9003.299a55ed654df75bf43b.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9003,4040,359],{55517:e=>{e.exports={en:["Add"]}},29619:e=>{e.exports={en:["Add custom color"],cs:["Add Custom Color"]}},80936:e=>{e.exports={en:["Opacity"]}},97349:e=>{e.exports={en:["Fr"]}},30961:e=>{e.exports={en:["Mo"]}},94748:e=>{e.exports={en:["Sa"]}},75005:e=>{e.exports={en:["Su"]}},92578:e=>{e.exports={en:["We"]}},8765:e=>{e.exports={en:["Th"]}},9135:e=>{e.exports={en:["Tu"]}},24716:e=>{e.exports={en:["Another symbol"]}},41256:e=>{e.exports={en:["Back"]}},94849:e=>{e.exports={en:["Main chart symbol"]}},53174:e=>{e.exports={en:["Right"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"]}},4543:e=>{e.exports={en:["Cancel"],cs:["Zrušit"]}},63245:e=>{e.exports={en:["Change symbol"]}},54613:e=>{e.exports={en:["Chart"]}},47742:e=>{e.exports={en:["Close menu"]}},34040:e=>{e.exports={en:["All sources"]}},33391:e=>{e.exports={en:["Apply"],cs:["Použít"]}},28896:e=>{e.exports={en:["April"]}},11081:e=>{e.exports={en:["August"]}},42358:e=>{e.exports={en:["Bond"]}},27390:e=>{e.exports={en:["Dotted line"]}},88123:e=>{e.exports={en:["Dashed line"]}},90082:e=>{e.exports={en:["December"]}},55319:e=>{e.exports={en:["Decrease"]}},78734:e=>{e.exports={en:["Description"],cs:["Popis"]}},81069:e=>{e.exports={en:["February"]}},3570:e=>{e.exports={en:["Friday"]}},39832:e=>{e.exports={en:["Increase"]}},200:e=>{e.exports={en:["January"]}},6608:e=>{e.exports={en:["July"]}},61487:e=>{e.exports={en:["June"]}},37997:e=>{e.exports={en:["October"]}},55450:e=>{e.exports={en:["Offset"],cs:["Odsazení"]}},19295:e=>{e.exports={en:["Ok"]}},28603:e=>{e.exports={en:["Line style"]}},19573:e=>{e.exports={en:["Monday"]}},43154:e=>{e.exports={en:["Months"]}},37117:e=>{e.exports={en:["More"],cs:["Více"]}},25734:e=>{e.exports={en:["May"],cs:["Květen"]}},93878:e=>{e.exports={en:["March"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"]}},76822:e=>{e.exports={en:["No symbols match your criteria"]}},4607:e=>{e.exports={en:["November"]}},69102:e=>{e.exports={en:["Next year"]}},17538:e=>{e.exports={en:["Next years"]}},92790:e=>{e.exports={en:["Next month"]}},71300:e=>{e.exports={en:["Number format is invalid."]}},28628:e=>{e.exports={en:["Sources"]}},30348:e=>{e.exports={en:["Saturday"]}},10679:e=>{e.exports={en:['Set the "{inputInline}" time and price for "{studyShortDescription}"']}},59451:e=>{e.exports={en:['Set the "{inputTitle}" time for "{studyShortDescription}"']}},94238:e=>{e.exports={en:['Set the "{inputTitle}" price for "{studyShortDescription}"']}},92229:e=>{e.exports={en:['Set the time and price for "{studyShortDescription}"']}},60935:e=>{e.exports={en:['Set the time for "{studyShortDescription}"']}},24404:e=>{e.exports={en:['Set the price for "{studyShortDescription}"']}},8573:e=>{e.exports={en:["Search"],cs:["Hledat"]}},57640:e=>{e.exports={en:["Select source"]}},32179:e=>{e.exports={
+en:["September"]}},31331:e=>{e.exports={en:["Specified value is more than the instrument maximum of {max}."]}},24216:e=>{e.exports={en:["Specified value is less than the instrument minimum of {min}."]}},61480:e=>{e.exports={en:["Sunday"]}},70235:e=>{e.exports={en:["Switch to months"]}},91245:e=>{e.exports={en:["Switch to dates"]}},71961:e=>{e.exports={en:["Switch to years"]}},95481:e=>{e.exports={en:["Symbol"]}},74007:e=>{e.exports={en:["Symbol & description"]}},51165:e=>{e.exports={en:["Symbol Search"]}},27254:e=>{e.exports={en:["Please enter the right date"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"]}},93984:e=>{e.exports={en:["Previous month"]}},75776:e=>{e.exports={en:["Previous year"]}},44701:e=>{e.exports={en:["Previous years"]}},89984:e=>{e.exports={en:["Remove color"]}},94226:e=>{e.exports={en:["Wednesday"]}},79137:e=>{e.exports={en:["Thursday"]}},54971:e=>{e.exports={en:["Thickness"]}},82160:e=>{e.exports={en:["Tuesday"]}},66181:e=>{e.exports={en:["Years"]}},70932:e=>{e.exports={en:["commodity"]}},79599:e=>{e.exports={en:["cfd"]}},29426:e=>{e.exports={en:["change opacity"]}},31675:e=>{e.exports={en:["change color"]}},28818:e=>{e.exports={en:["change line style"]}},73281:e=>{e.exports={en:["change thickness"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},5741:e=>{e.exports={en:["close"]}},46128:e=>{e.exports={en:["crypto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"]}},59319:e=>{e.exports={en:["high"]}},96008:e=>{e.exports={en:["hl2"]}},91189:e=>{e.exports={en:["hlc3"]}},49242:e=>{e.exports={en:["hlcc4"]}},87464:e=>{e.exports={en:["index"]}},90250:e=>{e.exports={en:["indices"]}},52793:e=>{e.exports={en:["ohlc4"]}},83584:e=>{e.exports={en:["open"]}},41902:e=>{e.exports={en:["low"]}},76752:e=>{e.exports={en:["stock"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.9093.2cff9fa939c391056de4.js b/public/charting_library/bundles/cs.9093.2cff9fa939c391056de4.js
new file mode 100644
index 0000000..3d23dd4
--- /dev/null
+++ b/public/charting_library/bundles/cs.9093.2cff9fa939c391056de4.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9093,4109],{4543:e=>{e.exports={en:["Cancel"],cs:["Zrušit"]}},47742:e=>{e.exports={en:["Close menu"]}},69207:e=>{e.exports={en:["Add to favorites"],cs:["Přidat do oblíbených"]}},8573:e=>{e.exports={en:["Search"],cs:["Hledat"]}},85106:e=>{e.exports={en:["Remove from favorites"],cs:["Odebrat z oblíbených"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/cs.9494.40d61f8ac3ffd8535658.js b/public/charting_library/bundles/cs.9494.40d61f8ac3ffd8535658.js
new file mode 100644
index 0000000..5a653e3
--- /dev/null
+++ b/public/charting_library/bundles/cs.9494.40d61f8ac3ffd8535658.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9494,6155,3367,2303,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],cs:["Souřadnice"]}},24197:e=>{e.exports={en:["Center"]}},6060:e=>{e.exports={en:["Add text"]}},27567:e=>{e.exports={en:["Bottom"]}},38408:e=>{e.exports={en:["Border"],cs:["Okraj"]}},79468:e=>{e.exports={en:["Background"],cs:["Pozadí"]}},72942:e=>{e.exports={en:["Days"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},56796:e=>{e.exports={en:["Hours"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],cs:["Vstupy"]}},11626:e=>{e.exports={en:["Left"]}},43154:e=>{e.exports={en:["Months"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"]}},50421:e=>{e.exports={en:["Right"]}},835:e=>{e.exports={en:["Weeks"]}},97118:e=>{e.exports={en:["Top"]}},70320:e=>{e.exports={en:["Text"]}},7560:e=>{e.exports={en:["Text wrap"],cs:["Zabalte text"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},24821:e=>{e.exports={en:["Ticks"]}},28683:e=>{e.exports={en:["Use one color"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},26391:e=>{e.exports={en:["change the column width"]}},21863:e=>{e.exports={en:["change the row height"]}},59577:e=>{e.exports={en:["change {title} all lines color"]}},69437:e=>{e.exports={en:["change {title} border color"]}},13783:e=>{e.exports={en:["change {title} background transparency"]}},30839:e=>{e.exports={en:["change {title} background visibility"]}},49765:e=>{e.exports={en:["change {title} background color"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},55612:e=>{e.exports={en:["change {title} labels alignment"]}},93340:e=>{e.exports={en:["change {title} labels visibility"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"]}},664:e=>{e.exports={en:["change {title} level {index} line color"]}},64707:e=>{e.exports={en:["change {title} level {index} line style"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},57122:e=>{e.exports={en:["change {title} text"]}},71665:e=>{e.exports={en:["change {title} texts alignment"]}},98596:e=>{e.exports={
+en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"]}},66668:e=>{e.exports={en:["change {toolName} text"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"]}},22231:e=>{e.exports={en:["change {toolName} text background color"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"]}},36666:e=>{e.exports={en:["change {toolName} text border color"]}},35423:e=>{e.exports={en:["change {toolName} text border width"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"]}},64500:e=>{e.exports={en:["change {toolName} text color"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"]}},21781:e=>{e.exports={en:["change {toolName} text font size"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},48499:e=>{e.exports={en:["add column to right"]}},48407:e=>{e.exports={en:["add row below"]}},35813:e=>{e.exports={en:["days"],cs:["Days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},2359:e=>{e.exports={en:["hours"],cs:["Hours"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"],cs:["Months"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"],cs:["Minutes"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},80240:e=>{e.exports={en:["remove column"]}},4553:e=>{e.exports={en:["remove row"]}},24849:e=>{e.exports={en:["resize the cell"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/currency-label-menu-events.e269bd9e406f041eb8d5.js b/public/charting_library/bundles/currency-label-menu-events.e269bd9e406f041eb8d5.js
new file mode 100644
index 0000000..2a6e82a
--- /dev/null
+++ b/public/charting_library/bundles/currency-label-menu-events.e269bd9e406f041eb8d5.js
@@ -0,0 +1 @@
+"use strict";(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5639],{27267:(e,t,s)=>{function n(e,t,s,n,i){function o(i){if(e>i.timeStamp)return;const o=i.target;void 0!==s&&null!==t&&null!==o&&o.ownerDocument===n&&(t.contains(o)||s(i))}return i.click&&n.addEventListener("click",o,!1),i.mouseDown&&n.addEventListener("mousedown",o,!1),i.touchEnd&&n.addEventListener("touchend",o,!1),i.touchStart&&n.addEventListener("touchstart",o,!1),()=>{n.removeEventListener("click",o,!1),n.removeEventListener("mousedown",o,!1),n.removeEventListener("touchend",o,!1),n.removeEventListener("touchstart",o,!1)}}s.d(t,{addOutsideEventListener:()=>n})},19550:(e,t,s)=>{s.r(t),s.d(t,{CurrencyMenuResultEvents:()=>r});var n=s(27267),i=s(76422),o=s(52092);class r{constructor(e,t,s){this._close=()=>this.destroy(),this._el=e,this._eventParams=t,this._closeCallback=s,i.subscribe(o.CLOSE_POPUPS_AND_DIALOGS_COMMAND,this._close,this),this._emitGlobalEvent(!1),this._handlerOutsideClickDestroy=(0,n.addOutsideEventListener)(new CustomEvent("timestamp").timeStamp,this._el,this._close,this._el.ownerDocument,{touchEnd:!0,click:!0})}destroy(){this._handlerOutsideClickDestroy(),this._emitGlobalEvent(!0),i.unsubscribe(o.CLOSE_POPUPS_AND_DIALOGS_COMMAND,this._close,this),this._closeCallback?.()}_emitGlobalEvent(e){const[t,...s]=this._eventParams;i.emit(t,e,...s)}}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/currency-label-menu.574a3b52565fb7ee430a.js b/public/charting_library/bundles/currency-label-menu.574a3b52565fb7ee430a.js
new file mode 100644
index 0000000..e317326
--- /dev/null
+++ b/public/charting_library/bundles/currency-label-menu.574a3b52565fb7ee430a.js
@@ -0,0 +1,10 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2704],{97754:(e,t)=>{var n;!function(){"use strict";var o={}.hasOwnProperty;function r(){for(var e=[],t=0;t{e.exports={logo:"logo-PsAlMQQF",hidden:"hidden-PsAlMQQF",xxceptionallysmalldonotusebrv1023:"xxceptionallysmalldonotusebrv1023-PsAlMQQF",xxxsmall:"xxxsmall-PsAlMQQF",xxsmall:"xxsmall-PsAlMQQF",xsmall:"xsmall-PsAlMQQF",small:"small-PsAlMQQF",medium:"medium-PsAlMQQF",large:"large-PsAlMQQF",xlarge:"xlarge-PsAlMQQF",xxlarge:"xxlarge-PsAlMQQF",xxxlarge:"xxxlarge-PsAlMQQF",skeleton:"skeleton-PsAlMQQF",letter:"letter-PsAlMQQF"}},55679:e=>{e.exports={wrapper:"wrapper-TJ9ObuLF",animated:"animated-TJ9ObuLF",pulsation:"pulsation-TJ9ObuLF"}},96108:e=>{e.exports={"tablet-normal-breakpoint":"(max-width: 768px)","small-height-breakpoint":"(max-height: 360px)","tablet-small-breakpoint":"(max-width: 440px)"}},92335:e=>{e.exports={container:"container-qm7Rg5MB",mobile:"mobile-qm7Rg5MB",inputContainer:"inputContainer-qm7Rg5MB",withCancel:"withCancel-qm7Rg5MB",input:"input-qm7Rg5MB",icon:"icon-qm7Rg5MB",cancel:"cancel-qm7Rg5MB"}},16318:e=>{e.exports={scrollWrap:"scrollWrap-a62DpCum"}},72153:e=>{e.exports={container:"container-c8Hkfy8e",separator:"separator-c8Hkfy8e",section:"section-c8Hkfy8e"}},57628:e=>{e.exports={action:"action-peI7w0K1",hovered:"hovered-peI7w0K1",active:"active-peI7w0K1",label:"label-peI7w0K1",description:"description-peI7w0K1",selected:"selected-peI7w0K1",small:"small-peI7w0K1",withDescription:"withDescription-peI7w0K1",action__favoriteIcon:"action__favoriteIcon-peI7w0K1",action__favoriteIcon_active:"action__favoriteIcon_active-peI7w0K1",labelAndDescription:"labelAndDescription-peI7w0K1",icon:"icon-peI7w0K1",fakeIcon:"fakeIcon-peI7w0K1",highlighted:"highlighted-peI7w0K1"}},41161:e=>{e.exports={menu:"menu-kJ5smAAE",withDescriptions:"withDescriptions-kJ5smAAE",header:"header-kJ5smAAE",title:"title-kJ5smAAE",container:"container-kJ5smAAE",icon:"icon-kJ5smAAE",clear:"clear-kJ5smAAE",input:"input-kJ5smAAE",highlighted:"highlighted-kJ5smAAE",active:"active-kJ5smAAE",section:"section-kJ5smAAE"}},22413:e=>{e.exports={favorite:"favorite-_FRQhM5Y",hovered:"hovered-_FRQhM5Y",disabled:"disabled-_FRQhM5Y",focused:"focused-_FRQhM5Y",active:"active-_FRQhM5Y",checked:"checked-_FRQhM5Y"}},95059:e=>{e.exports={highlighted:"highlighted-cwp8YRo6"}},238:e=>{e.exports={separator:"separator-QjUlCDId",small:"small-QjUlCDId",normal:"normal-QjUlCDId",large:"large-QjUlCDId"}},49128:e=>{e.exports={icon:"icon-WB2y0EnP",dropped:"dropped-WB2y0EnP"}},53885:(e,t,n)=>{"use strict";n.d(t,{getStyleClasses:()=>a,isCircleLogoWithUrlProps:()=>c});var o=n(97754),r=n(52292),i=n(56057),s=n.n(i);function a(e,t=2,n){
+return o(s().logo,s()[e],n,0===t||1===t?o(r.skeletonTheme.wrapper,s().skeleton):s().letter,1===t&&r.skeletonTheme.animated)}function c(e){return"logoUrl"in e&&null!==e.logoUrl&&void 0!==e.logoUrl&&0!==e.logoUrl.length}},39416:(e,t,n)=>{"use strict";n.d(t,{useFunctionalRefObject:()=>i});var o=n(50959),r=n(43010);function i(e){const t=(0,o.useMemo)((()=>function(e){const t=n=>{e(n),t.current=n};return t.current=null,t}((e=>{a.current(e)}))),[]),n=(0,o.useRef)(null),i=t=>{if(null===t)return s(n.current,t),void(n.current=null);n.current!==e&&(n.current=e,s(n.current,t))},a=(0,o.useRef)(i);return a.current=i,(0,r.useIsomorphicLayoutEffect)((()=>{if(null!==t.current)return a.current(t.current),()=>a.current(null)}),[e]),t}function s(e,t){null!==e&&("function"==typeof e?e(t):e.current=t)}},27267:(e,t,n)=>{"use strict";function o(e,t,n,o,r){function i(r){if(e>r.timeStamp)return;const i=r.target;void 0!==n&&null!==t&&null!==i&&i.ownerDocument===o&&(t.contains(i)||n(r))}return r.click&&o.addEventListener("click",i,!1),r.mouseDown&&o.addEventListener("mousedown",i,!1),r.touchEnd&&o.addEventListener("touchend",i,!1),r.touchStart&&o.addEventListener("touchstart",i,!1),()=>{o.removeEventListener("click",i,!1),o.removeEventListener("mousedown",i,!1),o.removeEventListener("touchend",i,!1),o.removeEventListener("touchstart",i,!1)}}n.d(t,{addOutsideEventListener:()=>o})},52292:(e,t,n)=>{"use strict";n.d(t,{skeletonTheme:()=>r});var o=n(55679);const r=o},90186:(e,t,n)=>{"use strict";function o(e){return i(e,s)}function r(e){return i(e,a)}function i(e,t){const n=Object.entries(e).filter(t),o={};for(const[e,t]of n)o[e]=t;return o}function s(e){const[t,n]=e;return 0===t.indexOf("data-")&&"string"==typeof n}function a(e){return 0===e[0].indexOf("aria-")}n.d(t,{filterAriaProps:()=>r,filterDataProps:()=>o,filterProps:()=>i,isAriaAttribute:()=>a,isDataAttribute:()=>s})},87896:(e,t,n)=>{"use strict";n.d(t,{createReactRoot:()=>d});var o=n(50959),r=n(32227),i=n(4237);const s=(0,o.createContext)({isOnMobileAppPage:()=>!1,isRtl:!1,locale:"en"});var a=n(84015),c=n(63273);const l={iOs:"old",android:"new",old:"old",new:"new",any:"any"};function u(e){const[t]=(0,o.useState)({isOnMobileAppPage:e=>(0,a.isOnMobileAppPage)(l[e]),isRtl:(0,c.isRtl)(),locale:window.locale});return o.createElement(s.Provider,{value:t},e.children)}function d(e,t,n="legacy"){const s=o.createElement(u,null,e);if("modern"===n){const e=(0,i.createRoot)(t);return e.render(s),{render(t){e.render(o.createElement(u,null,t))},unmount(){e.unmount()}}}return r.render(s,t),{render(e){r.render(o.createElement(u,null,e),t)},unmount(){r.unmountComponentAtNode(t)}}}},24437:(e,t,n)=>{"use strict";n.d(t,{DialogBreakpoints:()=>r});var o=n(96108);const r={SmallHeight:o["small-height-breakpoint"],TabletSmall:o["tablet-small-breakpoint"],TabletNormal:o["tablet-normal-breakpoint"]}},69654:(e,t,n)=>{"use strict";n.d(t,{DialogSearch:()=>d});var o=n(50959),r=n(97754),i=n.n(r),s=n(11542),a=n(9745),c=n(6347),l=n(54313),u=n(92335);function d(e){
+const{children:t,isMobile:r,renderInput:d,onCancel:h,containerClassName:p,inputContainerClassName:v,iconClassName:f,cancelTitle:g=s.t(null,void 0,n(4543)),...C}=e;return o.createElement("div",{className:i()(u.container,r&&u.mobile,p)},o.createElement("div",{className:i()(u.inputContainer,r&&u.mobile,v,h&&u.withCancel)},d||o.createElement(m,{isMobile:r,...C})),t,o.createElement(a.Icon,{className:i()(u.icon,r&&u.mobile,f),icon:r?l:c}),h&&(!r||""!==C.value)&&o.createElement("div",{className:i()(u.cancel,r&&u.mobile),onClick:h},g))}function m(e){const{className:t,reference:n,isMobile:r,value:s,onChange:a,onFocus:c,onBlur:l,onKeyDown:d,onSelect:m,placeholder:h,activeDescendant:p,...v}=e;return o.createElement("input",{...v,ref:n,type:"text",className:i()(t,u.input,r&&u.mobile),autoComplete:"off",role:"searchbox","data-role":"search",placeholder:h,value:s,onChange:a,onFocus:c,onBlur:l,onSelect:m,onKeyDown:d,"aria-activedescendant":p})}},28587:(e,t,n)=>{"use strict";n.r(t),n.d(t,{UnitConversionRenderer:()=>U});var o=n(50959),r=n(52092),i=n(87896),s=n(76422),a=n(49992),c=n(90692),l=n(97006),u=n(68335);var d=n(24437),m=n(78135),h=n(97754),p=n.n(h),v=n(11542),f=n(9745),g=n(20520),C=n(27317),E=n(40173),x=n(11684),w=n(39706),y=n(36189),A=n(59695),b=n(24637),M=n(57628);const S=o.memo((function(e){const{label:t,icon:n,rules:r,search:i,description:s,onClick:a,onClose:c,isActive:l,isSmallSize:u,isSelected:d,selectedRef:m,hasDescriptions:h,hasIcons:v,isFavorite:f,onFavoriteClick:g}=e,C=(0,o.useCallback)((()=>{a(),c&&c()}),[a,c]),E=u&&M.small;return o.createElement("div",{className:p()(M.action,l&&M.active,E,h&&M.withDescription,d&&M.selected),onClick:C,ref:m},v&&(void 0!==n?o.createElement(A.CircleLogo,{logoUrl:n,size:h?"xsmall":"xxxsmall",className:p()(M.icon,E)}):o.createElement("span",{className:p()(M.fakeIcon,E)})),o.createElement("div",{className:p()(M.labelAndDescription,E)},o.createElement("span",{className:p()(M.label,E)},x(t)),h&&o.createElement("br",null),h&&o.createElement("span",{className:p()(M.description,E)},s?x(s):"")),void 0!==f&&o.createElement("div",{className:p()(M.action__favoriteIcon,f&&M.action__favoriteIcon_active)},o.createElement(y.FavoriteButton,{isActive:l,isFilled:f,onClick:function(e){e.stopPropagation(),g?.()}})));function x(e){return o.createElement(b.HighlightedText,{text:e,rules:r,queryString:i,className:p()(l&&M.highlighted,l&&M.active)})}}),((e,t)=>Object.keys(t).filter((e=>!["onClick","onClose","onFavoriteClick"].includes(e))).every((n=>t[n]===e[n]))));var k=n(51417),R=n(69311),I=n(41161),D=n(16318);const L=(0,E.mergeThemes)(C.DEFAULT_MENU_THEME,D);function N(e){const{title:t,sections:r,onClose:i,selectedId:s,selectedRef:a,search:c,setSearch:l,items:u,rules:d,searchRef:m,hasDescriptions:h,hasIcons:C,...E}=e,[y,A]=(0,o.useState)((()=>r.reduce(((e,t,n)=>(t.name&&(e[t.id]=!0),e)),{})));function b(e){const{id:t,...n}=e;return o.createElement(S,{key:t,rules:d,search:c,onClose:i,isSmallSize:!0,isSelected:t===s,selectedRef:t===s?a:void 0,hasDescriptions:h,hasIcons:C,...n})}
+return o.createElement(g.PopupMenu,{...E,onClose:i,className:p()(I.menu,h&&I.withDescriptions),theme:L,maxHeight:h?313:280,noMomentumBasedScroll:!0,isOpened:!0,onOpen:function(){m.current?.focus()}},o.createElement("div",{className:I.header},o.createElement("div",{className:I.title},t),o.createElement("div",{className:I.container},o.createElement(f.Icon,{icon:k,className:I.icon}),o.createElement("input",{size:1,type:"text",className:I.input,placeholder:v.t(null,void 0,n(8573)),autoComplete:"off","data-role":"search",onChange:function(e){l(e.target.value)},value:c,ref:m}),Boolean(c)&&o.createElement(f.Icon,{icon:R,className:I.clear,onClick:function(){l("")}}))),c?u.map(b):r.map(((e,t)=>o.createElement(o.Fragment,{key:e.id},Boolean(t)&&o.createElement(x.PopupMenuSeparator,null),e.name?o.createElement(w.CollapsibleSection,{summary:e.name,className:I.section,open:y[e.id],onStateChange:t=>A({...y,[e.id]:t})},e.actions.map(b)):e.actions.map(b)))))}var F=n(79418),_=n(69654),T=n(72153);function P(e){const{title:t,onClose:r,sections:i,selectedId:s,selectedRef:a,search:c,setSearch:l,items:u,rules:d,searchRef:m,hasIcons:h,hasDescriptions:p}=e;return o.createElement(F.AdaptivePopupDialog,{title:t,onClose:r,render:function(){return o.createElement(o.Fragment,null,o.createElement(_.DialogSearch,{placeholder:v.t(null,void 0,n(8573)),onChange:f,reference:m}),o.createElement("div",{className:T.container},c?u.map((e=>{const{id:t,isActive:n,...i}=e;return o.createElement(S,{key:t,isActive:n,onClose:r,rules:d,search:c,isSelected:t===s,selectedRef:t===s?a:void 0,hasIcons:h,hasDescriptions:p,...i})})):i.map(((e,t)=>o.createElement(o.Fragment,{key:e.id},e.name&&o.createElement("div",{className:T.section},e.name),e.actions.map(((n,l)=>{const{id:u,...m}=n,v=l===e.actions.length-1,f=t===i.length-1;return o.createElement(o.Fragment,{key:u},o.createElement(S,{rules:d,search:c,onClose:r,isSelected:u===s,selectedRef:u===s?a:void 0,hasIcons:h,hasDescriptions:p,...m}),!f&&v&&o.createElement("div",{className:T.separator}))})))))))},dataName:"unit-conversion-dialog",draggable:!1,fullScreen:!0,isOpened:!0});function f(e){l(e.target.value)}}const B={horizontalAttachEdge:m.HorizontalAttachEdge.Right,horizontalDropDirection:m.HorizontalDropDirection.FromRightToLeft};function O(e){const{element:t,...n}=e,[r,i]=(0,o.useState)(E()),[s,a]=(0,o.useState)(""),h=(0,o.useRef)(null),p=(0,o.useRef)(null),v=(0,o.useMemo)((()=>(0,l.createRegExpList)(s)),[s]),{activeIdx:f,setActiveIdx:g}=function(e,t,n,r="keydown"){const[i,s]=(0,o.useState)(-1);return(0,o.useEffect)((()=>{if(!e)return;const n=e=>{switch((0,u.hashFromEvent)(e)){case 40:if(i===t.length-1)break;e.preventDefault(),s(i+1);break;case 38:if(i<=0)break;e.preventDefault(),s(i-1)}};return e.addEventListener("keydown",n),()=>{e.removeEventListener("keydown",n)}}),[e,i,t]),(0,o.useEffect)((()=>{if(!e||!n)return;const o=e=>{e.repeat||13===(0,u.hashFromEvent)(e)&&n(t[i]??null,e)};return e.addEventListener(r,o),()=>{e.removeEventListener(r,o)}}),[e,i,t,n,r]),{activeIdx:i,setActiveIdx:s}}(h.current,r,(function(e){
+e&&(e.onClick(),n.onClose())}));!function(e,t=[]){(0,o.useEffect)((()=>{e(-1)}),[...t])}(g,[r]),function(e,t){(0,o.useEffect)((()=>{t>=0&&e.current?.scrollIntoView({block:"nearest"})}),[t])}(p,f),(0,o.useEffect)((()=>{i(s?function(e,t,n){const o=e.reduce(((e,t)=>[...e,...t.actions]),[]);return(0,l.rankedSearch)({data:o,rules:n,queryString:t,primaryKey:"label",secondaryKey:"description"})}(n.sections,s,v):E())}),[s,n.sections,v]);const C=(0,o.useMemo)((()=>({selectedId:Boolean(f>=0&&r[f])?r[f].id:"",selectedRef:p,search:s,setSearch:a,searchRef:h,items:r,rules:v,hasIcons:r.some((e=>void 0!==e.icon)),hasDescriptions:r.some((e=>void 0!==e.description))})),[f,p,s,a,h,r,v]);return o.createElement(c.MatchMedia,{rule:d.DialogBreakpoints.TabletSmall},(e=>e?o.createElement(P,{...n,...C}):o.createElement(N,{...n,...C,position:(0,m.getPopupPositioner)(t,B),doNotCloseOn:t})));function E(){return n.sections.reduce(((e,t)=>(e.push(...t.actions),e)),[])}}class U{constructor(e,t,n,o){this._rootInstance=null,this._close=()=>this.destroy(),this._title=e,this._element=t,this._sectionsGetter=n,this._menuClosedCallback=o,this._render(),a.favoriteCurrencyUnitConversionService.getOnChange().subscribe(this,this._render),s.subscribe(r.CLOSE_POPUPS_AND_DIALOGS_COMMAND,this._close,this)}destroy(){s.unsubscribe(r.CLOSE_POPUPS_AND_DIALOGS_COMMAND,this._close,this),a.favoriteCurrencyUnitConversionService.getOnChange().unsubscribeAll(this),null!==this._rootInstance&&(this._rootInstance.unmount(),this._rootInstance=null,this._menuClosedCallback())}_render(){const e=o.createElement(O,{title:this._title,sections:this._sectionsGetter(),element:this._element,onClose:this._close});null!==this._rootInstance?this._rootInstance.render(e):this._rootInstance=(0,i.createReactRoot)(e,document.createElement("div"),"modern")}}},74670:(e,t,n)=>{"use strict";n.d(t,{useActiveDescendant:()=>i});var o=n(50959),r=n(39416);function i(e,t=[]){const[n,i]=(0,o.useState)(!1),s=(0,r.useFunctionalRefObject)(e);return(0,o.useLayoutEffect)((()=>{const e=s.current;if(null===e)return;const t=e=>{switch(e.type){case"active-descendant-focus":i(!0);break;case"active-descendant-blur":i(!1)}};return e.addEventListener("active-descendant-focus",t),e.addEventListener("active-descendant-blur",t),()=>{e.removeEventListener("active-descendant-focus",t),e.removeEventListener("active-descendant-blur",t)}}),t),[s,n]}},59695:(e,t,n)=>{"use strict";n.d(t,{CircleLogo:()=>a,hiddenCircleLogoClass:()=>s});var o=n(50959),r=n(53885),i=n(56057);const s=n.n(i)().hidden;function a(e){const t=(0,r.isCircleLogoWithUrlProps)(e),[n,i]=(0,o.useState)(0),s=(0,o.useRef)(null),a=(0,r.getStyleClasses)(e.size,n,e.className),c=e.alt??e.title??"",l=t?c[0]:e.placeholderLetter;return(0,o.useEffect)((()=>i(s.current?.complete??!t?2:1)),[t]),t&&3!==n?o.createElement("img",{ref:s,className:a,crossOrigin:"",src:e.logoUrl,alt:c,title:e.title,loading:e.loading,onLoad:()=>i(2),onError:()=>i(3),"aria-label":e["aria-label"],"aria-hidden":e["aria-hidden"]}):o.createElement("span",{className:a,title:e.title,
+"aria-label":e["aria-label"],"aria-hidden":e["aria-hidden"]},l)}},71402:(e,t,n)=>{"use strict";n.d(t,{RemoveTitleType:()=>o,removeTitlesMap:()=>i});var o,r=n(11542);!function(e){e.Add="add",e.Remove="remove"}(o||(o={}));const i={[o.Add]:r.t(null,void 0,n(69207)),[o.Remove]:r.t(null,void 0,n(85106))}},36189:(e,t,n)=>{"use strict";n.d(t,{FavoriteButton:()=>m});var o=n(50959),r=n(97754),i=n.n(r),s=n(9745),a=n(71402),c=n(74670),l=n(39146),u=n(48010),d=n(22413);function m(e){const{className:t,isFilled:n,isActive:r,onClick:m,title:h,...p}=e,[v,f]=(0,c.useActiveDescendant)(null),g=h??(n?a.removeTitlesMap[a.RemoveTitleType.Remove]:a.removeTitlesMap[a.RemoveTitleType.Add]);return(0,o.useLayoutEffect)((()=>{const e=v.current;e instanceof HTMLElement&&g&&e.dispatchEvent(new CustomEvent("common-tooltip-update"))}),[g,v]),o.createElement(s.Icon,{...p,className:i()(d.favorite,"apply-common-tooltip",n&&d.checked,r&&d.active,f&&d.focused,t),onClick:m,icon:n?l:u,title:g,ariaLabel:g,ref:v})}},97006:(e,t,n)=>{"use strict";n.d(t,{createRegExpList:()=>a,getHighlightedChars:()=>c,rankedSearch:()=>s});var o=n(37265);function r(e){return e.replace(/[!-/[-^{-}?]/g,"\\$&")}var i;function s(e){const{data:t,rules:n,queryString:r,isPreventedFromFiltering:i,primaryKey:s,secondaryKey:a=s,optionalPrimaryKey:c,tertiaryKey:l}=e;return t.map((e=>{const t=c&&e[c]?e[c]:e[s],i=e[a],u=l&&e[l];let d,m=0;return n.forEach((e=>{const{re:n,fullMatch:s}=e;if(n.lastIndex=0,(0,o.isString)(t)&&t&&t.toLowerCase()===r.toLowerCase())return m=4,void(d=t.match(s)?.index);if((0,o.isString)(t)&&s.test(t))return m=3,void(d=t.match(s)?.index);if((0,o.isString)(i)&&s.test(i))return m=2,void(d=i.match(s)?.index);if((0,o.isString)(i)&&n.test(i))return m=2,void(d=i.match(n)?.index);if(Array.isArray(u))for(const e of u)if(s.test(e))return m=1,void(d=e.match(s)?.index)})),{matchPriority:m,matchIndex:d,item:e}})).filter((e=>i||e.matchPriority)).sort(((e,t)=>{if(e.matchPriorityt.matchPriority)return-1;if(e.matchPriority===t.matchPriority){if(void 0===e.matchIndex||void 0===t.matchIndex)return 0;if(e.matchIndex>t.matchIndex)return 1;if(e.matchIndexe))}function a(e,t){const n=[],o=e.toLowerCase(),i=e.split("").map(((e,t)=>`(${0!==t?`[/\\s-]${r(e)}`:r(e)})`)).join("(.*?)")+"(.*)";return n.push({fullMatch:new RegExp(`(${r(e)})`,"i"),re:new RegExp(`^${i}`,"i"),reserveRe:new RegExp(i,"i"),fuzzyHighlight:!0}),t&&t.hasOwnProperty(o)&&n.push({fullMatch:t[o],re:t[o],fuzzyHighlight:!1}),n}function c(e,t,n){const o=[];return e&&n?(n.forEach((e=>{const{fullMatch:n,re:r,reserveRe:i}=e;n.lastIndex=0,r.lastIndex=0;const s=n.exec(t),a=s||r.exec(t)||i&&i.exec(t);if(e.fuzzyHighlight=!s,a)if(e.fuzzyHighlight){let e=a.index;for(let t=1;t{"use strict";n.d(t,{HighlightedText:()=>a});var o=n(50959),r=n(97754),i=n(97006),s=n(95059);function a(e){const{queryString:t,rules:n,text:a,className:c}=e,l=(0,o.useMemo)((()=>(0,i.getHighlightedChars)(t,a,n)),[t,n,a]);return o.createElement(o.Fragment,null,l.length?a.split("").map(((e,t)=>o.createElement(o.Fragment,{key:t},l[t]?o.createElement("span",{className:r(s.highlighted,c)},e):o.createElement("span",null,e)))):a)}},11684:(e,t,n)=>{"use strict";n.d(t,{PopupMenuSeparator:()=>c});var o,r=n(50959),i=n(97754),s=n.n(i),a=n(238);function c(e){const{size:t="normal",className:n,ariaHidden:o=!1}=e;return r.createElement("div",{className:s()(a.separator,"small"===t&&a.small,"normal"===t&&a.normal,"large"===t&&a.large,n),role:"separator","aria-hidden":o})}!function(e){e.Small="small",e.Large="large",e.Normal="normal"}(o||(o={}))},20520:(e,t,n)=>{"use strict";n.d(t,{PopupMenu:()=>m});var o=n(50959),r=n(32227),i=n(88987),s=n(42842),a=n(27317),c=n(29197);const l=o.createContext(void 0);var u=n(36383);const d=o.createContext({setMenuMaxWidth:!1});function m(e){const{controller:t,children:n,isOpened:m,closeOnClickOutside:h=!0,doNotCloseOn:p,onClickOutside:v,onClose:f,onKeyboardClose:g,"data-name":C="popup-menu-container",...E}=e,x=(0,o.useContext)(c.CloseDelegateContext),w=o.useContext(d),y=(0,o.useContext)(l),A=(0,u.useOutsideEvent)({handler:function(e){v&&v(e);if(!h)return;const t=(0,i.default)(p)?p():null==p?[]:[p];if(t.length>0&&e.target instanceof Node)for(const n of t){const t=r.findDOMNode(n);if(t instanceof Node&&t.contains(e.target))return}f()},mouseDown:!0,touchStart:!0});return m?o.createElement(s.Portal,{top:"0",left:"0",right:"0",bottom:"0",pointerEvents:"none"},o.createElement("span",{ref:A,style:{pointerEvents:"auto"}},o.createElement(a.Menu,{...E,onClose:f,onKeyboardClose:g,onScroll:function(t){const{onScroll:n}=e;n&&n(t)},customCloseDelegate:x,customRemeasureDelegate:y,ref:t,"data-name":C,limitMaxWidth:w.setMenuMaxWidth,"data-tooltip-show-on-focus":"true"},n))):null}},10381:(e,t,n)=>{"use strict";n.d(t,{ToolWidgetCaret:()=>c});var o=n(50959),r=n(97754),i=n(9745),s=n(49128),a=n(578);function c(e){const{dropped:t,className:n}=e;return o.createElement(i.Icon,{className:r(n,s.icon,{[s.dropped]:t}),icon:a})}},40173:(e,t,n)=>{"use strict";function o(e,t,n={}){return Object.assign({},e,function(e,t,n={}){const o=Object.assign({},t);for(const r of Object.keys(t)){const i=n[r]||r;i in e&&(o[r]=[e[i],t[r]].join(" "))}return o}(e,t,n))}n.d(t,{mergeThemes:()=>o})},4237:(e,t,n)=>{"use strict";var o=n(32227);t.createRoot=o.createRoot,o.hydrateRoot},91836:e=>{e.exports={summary:"summary-ynHBVe1n",hovered:"hovered-ynHBVe1n",caret:"caret-ynHBVe1n"}},39706:(e,t,n)=>{"use strict";n.d(t,{CollapsibleSection:()=>c});var o=n(50959),r=n(97754),i=n.n(r),s=n(10381),a=n(91836);const c=(0,o.forwardRef)((function(e,t){const{open:n,summary:r,children:c,onStateChange:l,tabIndex:u,className:d,...m}=e
+;return o.createElement(o.Fragment,null,o.createElement("div",{...m,className:i()(d,a.summary),onClick:function(){l&&l(!n)},"data-open":n,"aria-expanded":n,ref:t,tabIndex:u},r,o.createElement(s.ToolWidgetCaret,{className:a.caret,dropped:Boolean(n)})),n&&c)}))},78135:(e,t,n)=>{"use strict";n.d(t,{HorizontalAttachEdge:()=>r,HorizontalDropDirection:()=>s,VerticalAttachEdge:()=>o,VerticalDropDirection:()=>i,getPopupPositioner:()=>l});var o,r,i,s,a=n(50151);!function(e){e[e.Top=0]="Top",e[e.Bottom=1]="Bottom",e[e.AutoStrict=2]="AutoStrict"}(o||(o={})),function(e){e[e.Left=0]="Left",e[e.Right=1]="Right"}(r||(r={})),function(e){e[e.FromTopToBottom=0]="FromTopToBottom",e[e.FromBottomToTop=1]="FromBottomToTop"}(i||(i={})),function(e){e[e.FromLeftToRight=0]="FromLeftToRight",e[e.FromRightToLeft=1]="FromRightToLeft"}(s||(s={}));const c={verticalAttachEdge:o.Bottom,horizontalAttachEdge:r.Left,verticalDropDirection:i.FromTopToBottom,horizontalDropDirection:s.FromLeftToRight,verticalMargin:0,horizontalMargin:0,matchButtonAndListboxWidths:!1};function l(e,t){return n=>{const{contentWidth:l,contentHeight:u,availableHeight:d}=n,m=(0,a.ensureNotNull)(e).getBoundingClientRect(),{horizontalAttachEdge:h=c.horizontalAttachEdge,horizontalDropDirection:p=c.horizontalDropDirection,horizontalMargin:v=c.horizontalMargin,verticalMargin:f=c.verticalMargin,matchButtonAndListboxWidths:g=c.matchButtonAndListboxWidths}=t;let C=t.verticalAttachEdge??c.verticalAttachEdge,E=t.verticalDropDirection??c.verticalDropDirection;C===o.AutoStrict&&(d{"use strict";n.r(t),n.d(t,{currencyActions:()=>a});var o=n(50151),r=n(11542),i=n(8481),s=n(49992);function a(e,t,a){if(null===t||t.readOnly)return[];const c=[],l=t=>{e.setPriceScaleCurrency(a,t)},u=t.selectedCurrency,d=t.originalCurrencies,m=t.baseCurrencies,h=t.displayedValues,p=s.favoriteCurrencyUnitConversionService.get().currencies,v={id:"first_section",actions:[]};if(d.size>1){const e=(0,i.createAction)("Mixed",r.t(null,void 0,n(54215)),void 0,void 0,null===t.selectedCurrency,(()=>l(null)));v.actions.push(e)}const f=e.model().availableCurrencies();if(null!==u){const e=(0,o.ensureNotNull)(f.item(u)),t=(0,i.createAction)(u,(0,o.ensureDefined)(h.get(u)),e.logoUrl,e.description,!0,(()=>{}),p.has(u),(()=>s.favoriteCurrencyUnitConversionService.toggle("currencies",u)));v.actions.push(t)}const g=f.filterConvertible(m,(e=>e!==u&&d.has(e)));for(const e of g){const n=(0,o.ensureNotNull)(f.item(e.id));v.actions.push((0,i.createAction)(e.id,e.code,n.logoUrl,n.description,t.selectedCurrency===e.id,(()=>l(e.id)),p.has(e.id),(()=>s.favoriteCurrencyUnitConversionService.toggle("currencies",e.id))))}v.actions.length>0&&c.push(v);const C=f.filterConvertible(m,(e=>e!==u&&!d.has(e))),E=[],x=[];for(const e of C){const n=(0,
+o.ensureNotNull)(f.item(e.id)),r=p.has(e.id),a=(0,i.createAction)(e.id,e.code,n.logoUrl,n.description,t.selectedCurrency===e.id,(()=>l(e.id)),r,(()=>s.favoriteCurrencyUnitConversionService.toggle("currencies",e.id)));r?E.push(a):x.push(a)}return(x.length>0||E.length>0)&&c.push({id:"second_section",actions:E.concat(x)}),c}},49992:(e,t,n)=>{"use strict";n.d(t,{favoriteCurrencyUnitConversionService:()=>a});var o=n(56840),r=n(21097),i=n(59063);class s extends i.AbstractJsonStoreService{constructor(e,t){super(e,t,"FAVORITE_CURRENCY_UNIT_CONVERSION_CHANGED","currencyUnitConversion.favorites",{currencies:new Set,units:new Set})}add(e,t){const n=this.get();n[e].add(t),this.set(n)}remove(e,t){const n=this.get();n[e].delete(t)&&this.set(n)}toggle(e,t){this.get()[e].has(t)?this.remove(e,t):this.add(e,t)}_serialize(e){return[[...e.currencies],[...e.units]]}_deserialize(e){return{currencies:new Set(e[0]),units:new Set(e[1])}}}const a=new s(r.TVXWindowEvents,o)},59363:(e,t,n)=>{"use strict";n.r(t),n.d(t,{unitActions:()=>a});var o=n(50151),r=n(11542),i=n(8481),s=n(49992);function a(e,t,a){if(null===t||0===t.availableGroups.size)return[];const c=[],l=t=>{e.setPriceScaleUnit(a,t)},u=t.selectedUnit,d=t.originalUnits,m=t.names,h=t.descriptions,p=s.favoriteCurrencyUnitConversionService.get().units,v={actions:[],id:"first_section"};if(d.size>1){const e=(0,i.createAction)("Mixed",r.t(null,void 0,n(54215)),void 0,void 0,null===t.selectedUnit,(()=>l(null)));v.actions.push(e)}const f=e.model().availableUnits();if(null!==u){const e=(0,i.createAction)(u,(0,o.ensureDefined)(m.get(u)),void 0,(0,o.ensureDefined)(h.get(u)),!0,(()=>{}),p.has(u),(()=>s.favoriteCurrencyUnitConversionService.toggle("units",u)));v.actions.push(e)}const g=f.unitsByGroups(t.availableGroups),C=[],E=[];for(const e of g)for(const t of e.units){const e=p.has(t.id);if(t.id===u||!e&&!d.has(t.id))continue;const n=(0,i.createAction)(t.id,t.name,void 0,t.description,!1,(()=>l(t.id)),e,(()=>s.favoriteCurrencyUnitConversionService.toggle("units",t.id)));e?E.push(n):C.push(n)}(C.length>0||E.length>0)&&v.actions.push(...E.sort(((e,t)=>e.label.toLowerCase().localeCompare(t.label.toLowerCase()))),...C),v.actions.length>0&&c.push(v);const x=u&&f.unitGroupById(u);if(null!==x)for(const e of g){if(e.name!==x)continue;const t=[];for(const n of e.units)n.id===u||d.has(n.id)||p.has(n.id)||t.push((0,i.createAction)(n.id,n.name,void 0,n.description,!1,(()=>l(n.id)),!1,(()=>s.favoriteCurrencyUnitConversionService.toggle("units",n.id))));t.length>0&&c.push({id:e.name,name:e.name,actions:t})}for(const e of g){if(e.name===x)continue;const t=[];for(const n of e.units)n.id===u||d.has(n.id)||p.has(n.id)||t.push((0,i.createAction)(n.id,n.name,void 0,n.description,!1,(()=>l(n.id)),!1,(()=>s.favoriteCurrencyUnitConversionService.toggle("units",n.id))));t.length>0&&c.push({id:e.name,name:e.name,actions:t})}return c}},8481:(e,t,n)=>{"use strict";function o(e,t,n,o,r,i,s,a){return{id:e,label:t,icon:n,description:o,isActive:r,onClick:i,isFavorite:s,onFavoriteClick:a}}n.d(t,{createAction:()=>o})},51417:e=>{
+e.exports=''},578:e=>{e.exports=''},69311:e=>{e.exports=''},39146:e=>{e.exports=''},48010:e=>{e.exports=''},54313:e=>{e.exports=''},6347:e=>{e.exports=''},55698:(e,t,n)=>{"use strict";n.d(t,{nanoid:()=>o});let o=(e=21)=>crypto.getRandomValues(new Uint8Array(e)).reduce(((e,t)=>e+=(t&=63)<36?t.toString(36):t<62?(t-26).toString(36).toUpperCase():t>62?"-":"_"),"")}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/custom-intervals-add-dialog.77db9d4f9796ed64c643.js b/public/charting_library/bundles/custom-intervals-add-dialog.77db9d4f9796ed64c643.js
new file mode 100644
index 0000000..4d1a21b
--- /dev/null
+++ b/public/charting_library/bundles/custom-intervals-add-dialog.77db9d4f9796ed64c643.js
@@ -0,0 +1,7 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4013],{61442:e=>{e.exports={button:"button-PYEOTd6i",disabled:"disabled-PYEOTd6i",hidden:"hidden-PYEOTd6i",icon:"icon-PYEOTd6i",dropped:"dropped-PYEOTd6i"}},99505:e=>{e.exports={button:"button-tFul0OhX","button-children":"button-children-tFul0OhX",hiddenArrow:"hiddenArrow-tFul0OhX",invisibleFocusHandler:"invisibleFocusHandler-tFul0OhX"}},65630:e=>{e.exports={placeholder:"placeholder-V6ceS6BN"}},86332:(e,t,n)=>{"use strict";n.d(t,{ControlGroupContext:()=>o});const o=n(50959).createContext({isGrouped:!1,cellState:{isTop:!0,isRight:!0,isBottom:!0,isLeft:!0}})},66686:(e,t,n)=>{"use strict";n.d(t,{useComposedKeyboardActionHandlers:()=>s,useKeyboardActionHandler:()=>i,useKeyboardClose:()=>u,useKeyboardEventHandler:()=>a,useKeyboardOpen:()=>d,useKeyboardToggle:()=>c});var o=n(50959),l=n(3343);const r=()=>!0;function i(e,t,n=r,l){return(0,o.useCallback)((o=>{if(l){if("horizontal"===l&&(40===o||38===o))return;if("vertical"===l&&(37===o||39===o))return}const r=e.map((e=>"function"==typeof e?e():e));return!(!n(o)||!r.includes(o))&&(t(o),!0)}),[...e,t,n])}function s(...e){return(0,o.useCallback)((t=>{for(const n of e)if(n(t))return!0;return!1}),[...e])}function a(e,t=!0,n=!1){const r=s(...e);return(0,o.useCallback)((e=>{const o=r((0,l.hashFromEvent)(e));o&&t&&e.preventDefault(),o&&n&&e.stopPropagation()}),[r])}function c(e,t=!0){return i([13,32],e,(function(e){if(13===e)return t;return!0}))}function u(e,t){return i([9,(0,o.useCallback)((()=>l.Modifiers.Shift+9),[]),27],t,(0,o.useCallback)((()=>e),[e]))}function d(e,t){return i([40,38],t,(0,o.useCallback)((()=>!e),[e]))}},36104:(e,t,n)=>{"use strict";n.d(t,{useControlDisclosure:()=>l});var o=n(7953);function l(e){const{intent:t,highlight:n,...l}=e,{isFocused:r,...i}=(0,o.useDisclosure)(l);return{...i,isFocused:r,highlight:n??r,intent:t??(r?"primary":"default")}}},7953:(e,t,n)=>{"use strict";n.d(t,{useDisclosure:()=>c});var o=n(50959),l=n(50151),r=n(54717),i=n(29202),s=n(47201),a=n(22064);function c(e){const{id:t,listboxId:n,disabled:c,buttonTabIndex:u=0,onFocus:d,onBlur:p,onClick:b}=e,[f,h]=(0,o.useState)(!1),[m,v]=(0,i.useFocus)(),g=m||f,C=n??void 0!==t?(0,a.createDomId)(t,"listbox"):void 0,x=(0,o.useRef)(null),S=(0,o.useCallback)((e=>x.current?.focus(e)),[x]),y=(0,o.useRef)(null),E=(0,o.useCallback)((()=>(0,l.ensureNotNull)(y.current).focus()),[y]),w=(0,o.useCallback)((()=>h(!0)),[h]),I=(0,o.useCallback)(((e=!1,t=!1)=>{h(!1);const{activeElement:n}=document;n&&(0,r.isTextEditingField)(n)||t||S({preventScroll:e})}),[h,S]),k=(0,o.useCallback)((()=>{f?I():w()}),[f,I,w]),O=c?[]:[d,v.onFocus],N=c?[]:[p,v.onBlur],R=c?[]:[b,k],F=(0,s.createSafeMulticastEventHandler)(...O),D=(0,s.createSafeMulticastEventHandler)(...N),A=(0,s.createSafeMulticastEventHandler)(...R);return{listboxId:C,isOpened:f,isFocused:g,buttonTabIndex:c?-1:u,listboxTabIndex:-1,open:w,close:I,toggle:k,onOpen:E,buttonFocusBindings:{onFocus:F,onBlur:D},onButtonClick:A,buttonRef:x,listboxRef:y,buttonAria:{"aria-controls":f?C:void 0,"aria-expanded":f,
+"aria-disabled":c}}}},29202:(e,t,n)=>{"use strict";n.d(t,{useFocus:()=>l});var o=n(50959);function l(e,t){const[n,l]=(0,o.useState)(!1);(0,o.useEffect)((()=>{t&&n&&l(!1)}),[t,n]);const r={onFocus:(0,o.useCallback)((function(t){void 0!==e&&e.current!==t.target||l(!0)}),[e]),onBlur:(0,o.useCallback)((function(t){void 0!==e&&e.current!==t.target||l(!1)}),[e])};return[n,r]}},36762:(e,t,n)=>{"use strict";n.d(t,{useItemsKeyboardNavigation:()=>a});var o,l=n(50959),r=n(66686);function i(e,t){return e>=0?e%t:(t-Math.abs(e)%t)%t}!function(e){e.Next="next",e.Previous="previous",e.First="first",e.Last="last"}(o||(o={}));const s=e=>({next:[40,()=>e()?37:39],previous:[38,()=>e()?39:37],first:[33,()=>e()?35:36],last:[34,()=>e()?36:35]});function a(e,t,n,o,a,c,u={},d,p){const b=(0,l.useCallback)((e=>{const t=n.findIndex(o);if(t===n.length-1&&!c)return void(d?.onFailNext&&d.onFailNext(e));const l=i(t+1,n.length);a&&a(n[l],"next")}),[n,o,a,c]),f=(0,l.useCallback)((e=>{const t=n.findIndex(o);if(0===t&&!c)return void(d?.onFailPrev&&d.onFailPrev(e));const l=i(t-1,n.length);a&&a(n[l],"previous")}),[n,o,a,c]),h=(0,l.useCallback)((()=>{a&&a(n[0],"first")}),[a,n]),m=(0,l.useCallback)((()=>{a&&a(n[n.length-1],"last")}),[a,n]),v=(0,l.useMemo)((()=>s(t)),[t]),{next:g=v.next,previous:C=v.previous,first:x=v.first,last:S=v.last}=u;return(0,r.useComposedKeyboardActionHandlers)((0,r.useKeyboardActionHandler)(g,b,p?.next??(()=>!0),e),(0,r.useKeyboardActionHandler)(C,f,p?.previous??(()=>!0),e),(0,r.useKeyboardActionHandler)(x,h,(()=>!0),e),(0,r.useKeyboardActionHandler)(S,m,(()=>!0),e))}},16921:(e,t,n)=>{"use strict";n.d(t,{useKeepActiveItemIntoView:()=>d});var o=n(50959),l=n(50151),r=n(74991);const i={duration:200,additionalScroll:0},s={vertical:{scrollSize:"scrollHeight",clientSize:"clientHeight",start:"top",end:"bottom",size:"height"},horizontal:{scrollSize:"scrollWidth",clientSize:"clientWidth",start:"left",end:"right",size:"width"}};function a(e,t){const n=s[e];return t[n.scrollSize]>t[n.clientSize]}function c(e,t,n,o,l,i){const a=function(e,t,n,o=0){const l=s[e];return{start:-1*o,middle:-1*(Math.floor(n[l.size]/2)-Math.floor(t[l.size]/2)),end:-1*(n[l.size]-t[l.size])+o}}(e,o,l,i.additionalScroll);let c=0;if(i.snapToMiddle||function(e,t,n){const o=s[e];return t[o.start]n[o.end]+n[o.size]/2}(e,o,l))c=a.middle;else{const t=function(e,t,n,o=0){const l=s[e],r=t[l.start]+Math.floor(t[l.size]/2),i=n[l.start]+Math.floor(n[l.size]/2);return{start:t[l.start]-n[l.start]-o,middle:r-i,end:t[l.end]-n[l.end]+o}}(e,o,l,i.additionalScroll),n=function(e){const{start:t,middle:n,end:o}=e,l=new Map([[Math.abs(t),{key:"start",value:Math.sign(t)}],[Math.abs(n),{key:"middle",value:Math.sign(n)}],[Math.abs(o),{key:"end",value:Math.sign(o)}]]),r=Math.min(...l.keys());return l.get(r)}(t);c=void 0!==n?a[n.key]:0}return i.align&&(c=a[i.align]),function(e){const{additionalScroll:t=0,duration:n=r.dur,func:o=r.easingFunc.easeInOutCubic,onScrollEnd:l,target:i,wrap:s,direction:a="vertical"}=e;let{targetRect:c,wrapRect:u}=e
+;c=c??i.getBoundingClientRect(),u=u??s.getBoundingClientRect();const d=("vertical"===a?c.top-u.top:c.left-u.left)+t,p="vertical"===a?"scrollTop":"scrollLeft",b=s?s[p]:0;let f,h=0;return h=window.requestAnimationFrame((function e(t){let r;if(f?r=t-f:(r=0,f=t),r>=n)return s[p]=b+d,void(l&&l());const i=b+d*o(r/n);s[p]=Math.floor(i),h=window.requestAnimationFrame(e)})),function(){window.cancelAnimationFrame(h),l&&l()}}({...i,target:t,targetRect:o,wrap:n,wrapRect:l,additionalScroll:c,direction:e})}class u{constructor(e=null){this._container=null,this._lastScrolledElement=null,this._stopVerticalScroll=null,this._stopHorizontalScroll=null,this._container=e}scrollTo(e,t=i){if(null!==this._container&&null!==e&&!function(e,t,n=0){const o=e.getBoundingClientRect(),l=t.getBoundingClientRect();return o.top-l.top>=0&&l.bottom-o.bottom>=0&&o.left-l.left>=n&&l.right-o.right>=n}(e,this._container,t.visibilityDetectionOffsetInline)){const n=e.getBoundingClientRect(),o=this._container.getBoundingClientRect();this.stopScroll(),a("vertical",this._container)&&(this._stopVerticalScroll=c("vertical",e,this._container,n,o,this._modifyOptions("vertical",t))),a("horizontal",this._container)&&(this._stopHorizontalScroll=c("horizontal",e,this._container,n,o,this._modifyOptions("horizontal",t)))}this._lastScrolledElement=e}scrollToLastElement(e){this.scrollTo(this._lastScrolledElement,e)}stopScroll(){null!==this._stopVerticalScroll&&this._stopVerticalScroll(),null!==this._stopHorizontalScroll&&this._stopHorizontalScroll()}getContainer(){return this._container}setContainer(e){this._container=e,this._container?.contains(this._lastScrolledElement)||(this._lastScrolledElement=null)}destroy(){this.stopScroll(),this._container=null,this._lastScrolledElement=null}_handleScrollEnd(e){"vertical"===e?this._stopVerticalScroll=null:this._stopHorizontalScroll=null}_modifyOptions(e,t){return Object.assign({},t,{onScrollEnd:()=>{this._handleScrollEnd(e),void 0!==t.onScrollEnd&&t.onScrollEnd()}})}}function d(e={}){const{activeItem:t,getKey:n,...r}=e,i=(0,o.useRef)(null),s=(0,o.useRef)(new Map),a=function(e){const t=(0,o.useRef)(null);return(0,o.useEffect)((()=>(t.current=new u(e),()=>(0,l.ensureNotNull)(t.current).destroy())),[]),t}(i.current),c=(0,o.useCallback)((()=>{null!==a.current&&null!==i.current&&a.current.getContainer()!==i.current&&a.current.setContainer(i.current)}),[a,i]),d=(0,o.useCallback)((e=>{i.current=e}),[i]),p=(0,o.useCallback)(((e,t)=>{const o=n?n(e):e;t?s.current.set(o,t):s.current.delete(o)}),[s,n]),b=(0,o.useCallback)(((e,t)=>{if(!e)return;const o=n?n(e):e,r=s.current.get(o);r&&(c(),(0,l.ensureNotNull)(a.current).scrollTo(r,t))}),[s,a,n]);return(0,o.useEffect)((()=>b(t,r)),[b,t]),[d,p,b]}},38528:(e,t,n)=>{"use strict";n.d(t,{useMergedRefs:()=>r});var o=n(50959),l=n(53017);function r(e){return(0,o.useCallback)((0,l.mergeRefs)(e),e)}},22064:(e,t,n)=>{"use strict";n.d(t,{createDomId:()=>p,joinDomIds:()=>b});const o="id",l=/\s/g,r="-",i="_",s=" ";function a(e){return"string"==typeof e}function c(e){switch(typeof e){case"string":return e
+;case"number":case"bigint":return e.toString(10);case"boolean":case"symbol":return e.toString();default:return null}}function u(e){return e.trim().length>0}function d(e){return e.replace(l,r)}function p(...e){const t=e.map(c).filter(a).filter(u).map(d);return(t.length>0&&t[0].startsWith(o+i)?t:[o,...t]).join(i)}function b(...e){return e.map(c).filter(a).filter(u).join(s)}},34094:(e,t,n)=>{"use strict";n.d(t,{getTextForTooltip:()=>i});var o=n(50959);const l=e=>(0,o.isValidElement)(e)&&Boolean(e.props.children),r=e=>null==e||"boolean"==typeof e||"{}"===JSON.stringify(e)?"":e.toString()+" ",i=e=>Array.isArray(e)||(0,o.isValidElement)(e)?o.Children.toArray(e).reduce(((e,t)=>{let n="";return n=(0,o.isValidElement)(t)&&l(t)?i(t.props.children):(0,o.isValidElement)(t)&&!l(t)?"":r(t),e.concat(n)}),"").trim():r(e)},59054:(e,t,n)=>{"use strict";n.d(t,{ControlDisclosureView:()=>m});var o=n(50959),l=n(97754),r=n.n(l),i=n(38528),s=n(67029),a=n(78274),c=n(4523),u=n(9745),d=n(2948),p=n(61442);function b(e){const{isDropped:t}=e;return o.createElement(u.Icon,{className:r()(p.icon,t&&p.dropped),icon:d})}function f(e){const{className:t,disabled:n,isDropped:l}=e;return o.createElement("span",{className:r()(p.button,n&&p.disabled,t)},o.createElement(b,{isDropped:l}))}var h=n(99505);const m=o.forwardRef(((e,t)=>{const{listboxId:n,className:l,listboxClassName:u,listboxTabIndex:d,hideArrowButton:p,matchButtonAndListboxWidths:b,popupPosition:m,disabled:v,isOpened:g,scrollWrapReference:C,repositionOnScroll:x,closeOnHeaderOverlap:S,listboxReference:y,size:E="small",onClose:w,onOpen:I,onListboxFocus:k,onListboxBlur:O,onListboxKeyDown:N,buttonChildren:R,children:F,caretClassName:D,buttonContainerClassName:A,listboxAria:_,...T}=e,M=(0,o.useRef)(null),P=!p&&o.createElement(a.EndSlot,null,o.createElement(f,{isDropped:g,disabled:v,className:D}));return o.createElement(c.PopupMenuDisclosureView,{buttonRef:M,listboxId:n,listboxClassName:u,listboxTabIndex:d,isOpened:g,onClose:w,onOpen:I,listboxReference:y,scrollWrapReference:C,onListboxFocus:k,onListboxBlur:O,onListboxKeyDown:N,listboxAria:_,matchButtonAndListboxWidths:b,popupPosition:m,button:o.createElement(s.ControlSkeleton,{...T,"data-role":"listbox",disabled:v,className:r()(h.button,l),size:E,ref:(0,i.useMergedRefs)([M,t]),middleSlot:o.createElement(a.MiddleSlot,null,o.createElement("span",{className:r()(h["button-children"],p&&h.hiddenArrow,A)},R)),endSlot:P}),popupChildren:F,repositionOnScroll:x,closeOnHeaderOverlap:S})}));m.displayName="ControlDisclosureView"},4523:(e,t,n)=>{"use strict";n.d(t,{PopupMenuDisclosureView:()=>u});var o=n(50959),l=n(20520),r=n(50151);const i={x:0,y:0};function s(e,t,n){return(0,o.useCallback)((()=>function(e,t,{x:n=i.x,y:o=i.y}=i){const l=(0,r.ensureNotNull)(e).getBoundingClientRect(),s={x:l.left+n,y:l.top+l.height+o,indentFromWindow:{top:4,bottom:4,left:4,right:4}};return t&&(s.overrideWidth=l.width),s}(e.current,t,n)),[e,t])}var a=n(86240);const c=parseInt(a["size-header-height"]);function u(e){
+const{button:t,popupChildren:n,buttonRef:r,listboxId:i,listboxClassName:a,listboxTabIndex:u,matchButtonAndListboxWidths:d,isOpened:p,scrollWrapReference:b,listboxReference:f,onClose:h,onOpen:m,onListboxFocus:v,onListboxBlur:g,onListboxKeyDown:C,listboxAria:x,repositionOnScroll:S=!0,closeOnHeaderOverlap:y=!1,popupPositionCorrection:E={x:0,y:0},popupPosition:w}=e,I=s(r,d,E),k=y?c:0;return o.createElement(o.Fragment,null,t,o.createElement(l.PopupMenu,{...x,id:i,className:a,tabIndex:u,isOpened:p,position:w||I,repositionOnScroll:S,onClose:h,onOpen:m,doNotCloseOn:r.current,reference:f,scrollWrapReference:b,onFocus:v,onBlur:g,onKeyDown:C,closeOnScrollOutsideOffset:k},n))}},90405:(e,t,n)=>{"use strict";n.d(t,{Select:()=>x});var o=n(50959),l=n(43010),r=n(22064),i=n(38528),s=n(16921),a=n(16396),c=n(90484),u=n(20057);var d=n(36762),p=n(26597),b=n(59054),f=n(36104),h=n(63273),m=n(65630);function v(e){return!e.readonly}function g(e,t){return t?.id??(0,r.createDomId)(e,"item",t?.value)}function C(e){const{selectedItem:t,placeholder:n}=e;if(!t)return o.createElement("span",{className:m.placeholder},n);const l=t.selectedContent??t.content??t.value;return o.createElement("span",null,l)}const x=o.forwardRef(((e,t)=>{const{id:n,menuClassName:m,menuItemClassName:x,tabIndex:S,disabled:y,highlight:E,intent:w,hideArrowButton:I,placeholder:k,addPlaceholderToItems:O=!1,value:N,"aria-labelledby":R,onFocus:F,onBlur:D,onClick:A,onChange:_,onKeyDown:T,repositionOnScroll:M=!0,openMenuOnEnter:P=!0,"aria-describedby":B,"aria-invalid":z,...K}=e;let{items:L}=e;if(k&&O){L=[{value:void 0,content:k,id:(0,r.createDomId)(n,"placeholder")},...L]}const{listboxId:H,isOpened:W,isFocused:V,buttonTabIndex:j,listboxTabIndex:Y,highlight:X,intent:$,open:q,onOpen:G,close:J,toggle:U,buttonFocusBindings:Z,onButtonClick:Q,buttonRef:ee,listboxRef:te,buttonAria:ne}=(0,f.useControlDisclosure)({id:n,disabled:y,buttonTabIndex:S,intent:w,highlight:E,onFocus:F,onBlur:D,onClick:A}),oe=L.filter(v),le=oe.find((e=>e.value===N)),[re,ie]=o.useState(k&&O?oe[0].value:le?.value),[se,ae,ce]=(0,s.useKeepActiveItemIntoView)({activeItem:le});(0,l.useIsomorphicLayoutEffect)((()=>ie(le?.value)),[N]);const ue=(0,r.joinDomIds)(R,n),de=ue.length>0?ue:void 0,pe=(0,o.useMemo)((()=>({role:"listbox","aria-labelledby":R,"aria-activedescendant":g(n,le)})),[R,le]),be=(0,o.useCallback)((e=>e.value===re),[re]),fe=(0,o.useCallback)((()=>(J(),_&&_(re))),[J,_,re]),he=(0,d.useItemsKeyboardNavigation)("vertical",h.isRtl,oe,be,(e=>{ie(e.value)}),!1,{next:[40],previous:[38]}),me=(0,p.useKeyboardToggle)(U,W||P),ve=(0,p.useKeyboardToggle)(fe),ge=(0,p.useKeyboardClose)(W,we),Ce=(0,p.useKeyboardOpen)(W,q),xe=(0,p.useKeyboardEventHandler)([me,ge,Ce]),Se=(0,p.useKeyboardEventHandler)([he,ve,ge]),ye=function(e){const t=(0,o.useRef)(""),n=(0,o.useMemo)((()=>(0,c.default)((()=>{t.current=""}),500)),[]),l=(0,o.useMemo)((()=>(0,u.default)(e,200)),[e]);return(0,o.useCallback)((e=>{e.key.length>0&&e.key.length<3&&(t.current+=e.key,l(t.current,e),n())}),[n,l])}(((t,n)=>{const o=function(e,t,n){return e.find((e=>{
+const o=t.toLowerCase();return!e.readonly&&(n?n(e).toLowerCase().startsWith(o):!e.readonly&&("string"==typeof e.content&&e.content.toLowerCase().startsWith(o)||"string"==typeof e.textContent&&e.textContent.toLowerCase().startsWith(o)||String(e.value??"").toLowerCase().startsWith(o)))}))}(oe,t,e.getSearchKey);void 0!==o&&_&&(n.stopPropagation(),W||q(),_(o.value))}));return o.createElement(b.ControlDisclosureView,{...K,...ne,...Z,id:n,role:"button",tabIndex:j,"aria-owns":ne["aria-controls"],"aria-haspopup":"listbox","aria-labelledby":de,disabled:y,hideArrowButton:I,isFocused:V,isOpened:W,highlight:X,intent:$,ref:(0,i.useMergedRefs)([ee,t]),onClick:Q,onOpen:function(){ce(le,{duration:0}),G()},onClose:we,onKeyDown:function(e){xe(e),T&&T(e);e.defaultPrevented||ye(e)},listboxId:H,listboxTabIndex:Y,listboxClassName:m,listboxAria:pe,"aria-describedby":B,"aria-invalid":z,listboxReference:te,scrollWrapReference:se,onListboxKeyDown:function(e){Se(e),e.defaultPrevented||ye(e)},buttonChildren:o.createElement(C,{selectedItem:le??null,placeholder:k}),repositionOnScroll:M},L.map(((e,t)=>{if(e.readonly)return o.createElement(o.Fragment,{key:`readonly_item_${t}`},e.content);const l=g(n,e);return o.createElement(a.PopupMenuItem,{key:l,id:l,className:x,role:"option","aria-selected":N===e.value,isActive:re===e.value,label:e.content??e.value,onClick:Ee,onClickArg:e.value,isDisabled:e.disabled,reference:t=>ae(e,t)})})));function Ee(e){_&&(_(e),ie(e))}function we(){ie(le?.value),J()}}));x.displayName="Select"},82576:e=>{e.exports={scrollable:"scrollable-P78dPRF5",content:"content-P78dPRF5",row:"row-P78dPRF5",title:"title-P78dPRF5",control:"control-P78dPRF5",inputWrap:"inputWrap-P78dPRF5",intervalsDesktopDialog:"intervalsDesktopDialog-P78dPRF5"}},42014:(e,t,n)=>{"use strict";n.d(t,{INTERVALS:()=>l});var o=n(11542);const l=[{name:"",label:o.t(null,{context:"interval"},n(79930))},{name:"H",label:o.t(null,{context:"interval"},n(35157))},{name:"D",label:o.t(null,{context:"interval"},n(23970))},{name:"W",label:o.t(null,{context:"interval"},n(7938))},{name:"M",label:o.t(null,{context:"interval"},n(18193))}]},17891:(e,t,n)=>{"use strict";n.r(t),n.d(t,{ToolWidgetIntervalsAddDialog:()=>v});var o=n(50959),l=n(32563),r=n(11542),i=n(50182),s=n(90405),a=n(86623),c=n(59064),u=n(86656),d=n(42014),p=n(10074),b=n(82576);const f=d.INTERVALS.map((e=>({value:e.name,content:e.label})));var h;!function(e){e.Invalid="invalid",e.AlreadyExists="already_exists"}(h||(h={}));const m={invalid:r.t(null,void 0,n(23323)),already_exists:r.t(null,void 0,n(17889))};function v(e){const{onAdd:t,onClose:h,onUnmount:v,intervalService:g,isSmallTablet:C}=e,[x,S]=(0,o.useState)(d.INTERVALS[0].name),[y,E]=(0,o.useState)(""),[w,I]=(0,o.useState)(null),k=(0,o.useRef)(null);(0,o.useEffect)((()=>(l.touch||k.current?.focus(),()=>{v&&v()})),[]);const O=(0,o.useCallback)((()=>!0),[]);return o.createElement(i.AdaptiveConfirmDialog,{dataName:"add-custom-interval-dialog",title:r.t(null,void 0,n(80335)),className:C?void 0:b.intervalsDesktopDialog,isOpened:!0,onSubmit:function(){
+if(!D(x,y))return;t(y,x),h()},onCancel:h,onClickOutside:h,onClose:h,render:()=>o.createElement(u.TouchScrollContainer,{className:b.scrollable,onScroll:R},o.createElement("div",{className:b.content},o.createElement("div",{className:b.row},o.createElement("div",{className:b.title},r.t(null,void 0,n(98413))),o.createElement(s.Select,{id:"metric-items",className:b.control,value:x,items:f,onChange:F})),o.createElement("div",{className:b.row},o.createElement("div",{className:b.title},r.t(null,void 0,n(17854))),o.createElement("div",{className:b.inputWrap},o.createElement(a.FormInput,{className:b.control,inputMode:"numeric",maxLength:6,reference:k,value:y,onChange:N,hasErrors:null!==w,errors:null===w?void 0:[m[w]],iconHidden:!0}))))),defaultActionOnClose:"none",submitButtonText:r.t(null,void 0,n(42790)),submitOnEnterKey:!0,forceCloseOnEsc:O,submitButtonDisabled:!Number(y)||null!==w,backdrop:!0});function N(e){const{value:t}=e.currentTarget;/^[0-9]*$/.test(t)&&(E(t),D(x,t))}function R(){c.globalCloseDelegate.fire()}function F(e){S(e),D(e,y)}function D(e,t){if(!Number(t))return I(null),!0;if(!g.isValidInterval(t,e))return I("invalid"),!1;const n=(0,p.normalizeIntervalString)(`${t}${e}`),o=g.getCustomIntervals();return g.getDefaultIntervals().includes(n)||o.includes(n)?(I("already_exists"),!1):(I(null),!0)}}},2948:e=>{e.exports=''},86240:e=>{"use strict";e.exports=JSON.parse('{"size-header-height":"64px","media-phone-vertical":"all and (max-width: 479px)","media-mf-phone-landscape":"all and (min-width: 568px)"}')}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/custom-themes-api.03c3a946dbdd9acb5770.js b/public/charting_library/bundles/custom-themes-api.03c3a946dbdd9acb5770.js
new file mode 100644
index 0000000..d4966c2
--- /dev/null
+++ b/public/charting_library/bundles/custom-themes-api.03c3a946dbdd9acb5770.js
@@ -0,0 +1,6 @@
+"use strict";(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2413],{20688:(o,r,l)=>{l.r(r),l.d(r,{CustomThemesApi:()=>t});var c=l(57626),e=l(36986);class t{async applyCustomThemes(o){const r=(0,e.getChartingLibraryGlobalContext)(),l=r.tradingViewApi.themes().getCurrentThemeName();(0,c.overrideStandardThemes)(o),await r.tradingViewApi.themes().setStdTheme(l,void 0,!0)}async resetCustomThemes(){const o=(0,e.getChartingLibraryGlobalContext)(),r=o.tradingViewApi.themes().getCurrentThemeName();(0,c.restoreStandardThemes)(),await o.tradingViewApi.themes().setStdTheme(r,void 0,!0)}}},57626:(o,r,l)=>{l.r(r),l.d(r,{addCustomThemesRootClass:()=>D,overrideStandardThemes:()=>O,removeCustomThemesRootClass:()=>E,restoreStandardThemes:()=>F});var c=l(30551),e=l(24317),t=l(85662),a=l(24633)
+;const n=JSON.parse('{"color-background-primary":"color-white","color-background-secondary":"color-cold-gray-50","color-background-tertiary":"color-cold-gray-100","color-background-dark-primary":"color-cold-gray-800","color-background-dark-secondary":"color-white","color-background-disabled":"color-cold-gray-150","color-background-special-primary":"color-white","color-background-special-secondary":"color-tv-blue-50","color-background-special-tertiary":"color-tv-blue-100","color-background-page-platform":"color-white","color-background-page-promo":"color-black","color-background-page-social":"color-white","color-background-dialog-simple":"color-white","color-background-dialog-complicated":"color-white","color-background-dialog-promo":"color-white","color-background-dialog-fullscreen":"color-white","color-content-icons-primary":"color-cold-gray-900","color-content-icons-secondary":"color-cold-gray-550","color-content-icons-tertiary":"color-cold-gray-300","color-content-text-promo-primary":"color-white","color-content-text-promo-secondary":"color-cold-gray-200","color-content-text-promo-tertiary":"color-cold-gray-450","color-content-text-social-primary":"color-cold-gray-900","color-content-text-social-secondary":"color-cold-gray-550","color-content-text-social-tertiary":"color-cold-gray-300","color-divider-line-primary-special":"color-cold-gray-900","color-divider-line-secondary-special":"color-tv-blue-100","color-divider-line-primary":"color-cold-gray-150","color-divider-line-secondary":"color-cold-gray-100","color-link-primary-default":"color-tv-blue-500","color-link-primary-hover":"color-tv-blue-600","color-link-primary-active":"color-tv-blue-700","color-link-secondary-default":"color-tv-blue-300","color-link-secondary-hover":"color-tv-blue-400","color-link-secondary-active":"color-tv-blue-500","color-static-transparent":"color-transparent","color-static-warning":"color-tan-orange-500","color-static-danger":"color-ripe-red-500","color-static-highlight":"color-tv-blue-50","color-static-neutral":"color-cold-gray-550","color-static-success":"color-minty-green-500","color-button-content-disabled":"color-cold-gray-300","color-button-content-ghost-neutral-bold-default":"color-cold-gray-900","color-button-content-ghost-neutral-bold-hover":"color-cold-gray-900","color-button-content-ghost-neutral-bold-active":"color-white","color-button-content-ghost-accent-default":"color-tv-blue-500","color-button-content-ghost-accent-hover":"color-tv-blue-500","color-button-content-ghost-accent-active":"color-white","color-button-content-ghost-neutral-default":"color-cold-gray-900","color-button-content-ghost-neutral-hover":"color-cold-gray-900","color-button-content-ghost-neutral-active":"color-cold-gray-900","color-button-content-ghost-neutral-is-selected":"color-cold-gray-900","color-button-content-primary-neutral-bold-default":"color-white","color-button-content-primary-neutral-bold-hover":"color-white","color-button-content-primary-neutral-bold-active":"color-white","color-button-content-primary-accent-default":"color-white","color-button-content-primary-accent-hover":"color-white","color-button-content-primary-accent-active":"color-white","color-button-content-primary-neutral-default":"color-cold-gray-900","color-button-content-primary-neutral-hover":"color-cold-gray-900","color-button-content-primary-neutral-active":"color-cold-gray-900","color-button-content-primary-neutral-is-selected":"color-cold-gray-900","color-button-content-primary-success-default":"color-white","color-button-content-primary-success-hover":"color-white","color-button-content-primary-success-active":"color-white","color-button-content-primary-accent-light-default":"color-tv-blue-600","color-button-content-primary-accent-light-hover":"color-tv-blue-600","color-button-content-primary-accent-light-active":"color-tv-blue-600","color-button-content-primary-accent-light-is-selected":"color-tv-blue-600","color-button-content-primary-danger-default":"color-white","color-button-content-primary-danger-hover":"color-white","color-button-content-primary-danger-active":"color-white","color-button-content-quiet-primary-neutral-bold-default":"color-cold-gray-900","color-button-content-quiet-primary-neutral-bold-hover":"color-white","color-button-content-quiet-primary-neutral-bold-active":"color-white","color-button-content-quiet-primary-neutral-default":"color-cold-gray-900","color-button-content-quiet-primary-neutral-hover":"color-cold-gray-900","color-button-content-quiet-primary-neutral-active":"color-cold-gray-900","color-button-content-quiet-primary-neutral-is-selected":"color-cold-gray-900","color-button-content-quiet-primary-accent-light-default":"color-tv-blue-500","color-button-content-quiet-primary-accent-light-hover":"color-tv-blue-500","color-button-content-quiet-primary-accent-light-active":"color-tv-blue-500","color-button-content-secondary-neutral-bold-default":"color-cold-gray-900","color-button-content-secondary-neutral-bold-hover":"color-white","color-button-content-secondary-neutral-bold-active":"color-white","color-button-content-secondary-accent-default":"color-tv-blue-500","color-button-content-secondary-accent-hover":"color-white","color-button-content-secondary-accent-active":"color-white","color-button-content-secondary-neutral-default":"color-cold-gray-900","color-button-content-secondary-neutral-hover":"color-cold-gray-900","color-button-content-secondary-neutral-active":"color-cold-gray-900","color-button-content-secondary-neutral-is-selected":"color-cold-gray-900","color-button-content-secondary-success-default":"color-minty-green-500","color-button-content-secondary-success-hover":"color-white","color-button-content-secondary-success-active":"color-white","color-button-content-secondary-accent-light-default":"color-tv-blue-600","color-button-content-secondary-accent-light-hover":"color-tv-blue-600","color-button-content-secondary-accent-light-active":"color-tv-blue-600","color-button-content-secondary-accent-light-is-selected":"color-tv-blue-600","color-button-content-secondary-danger-default":"color-ripe-red-500","color-button-content-secondary-danger-hover":"color-white","color-button-content-secondary-danger-active":"color-white","color-button-fill&border-disabled":"color-cold-gray-150","color-button-fill&border-ghost-neutral-bold-default":"color-static-transparent","color-button-fill&border-ghost-neutral-bold-hover":"color-cold-gray-800","color-button-fill&border-ghost-neutral-bold-active":"color-cold-gray-700","color-button-fill&border-ghost-accent-default":"color-static-transparent","color-button-fill&border-ghost-accent-hover":"color-tv-blue-500","color-button-fill&border-ghost-accent-active":"color-tv-blue-700","color-button-fill&border-ghost-neutral-default":"color-static-transparent","color-button-fill&border-ghost-neutral-hover":"color-cold-gray-100","color-button-fill&border-ghost-neutral-active":"color-cold-gray-150","color-button-fill&border-ghost-neutral-is-selected":"color-static-transparent","color-button-fill&border-ghost-accent-light-default":"color-static-transparent","color-button-fill&border-ghost-accent-light-hover":"color-tv-blue-100","color-button-fill&border-ghost-accent-light-active":"color-tv-blue-200","color-button-fill&border-ghost-accent-light-is-selected":"color-tv-blue-100","color-button-fill&border-primary-neutral-bold-default":"color-cold-gray-900","color-button-fill&border-primary-neutral-bold-hover":"color-cold-gray-800","color-button-fill&border-primary-neutral-bold-active":"color-cold-gray-700","color-button-fill&border-primary-accent-default":"color-tv-blue-500","color-button-fill&border-primary-accent-hover":"color-tv-blue-600","color-button-fill&border-primary-accent-active":"color-tv-blue-700","color-button-fill&border-primary-neutral-default":"color-cold-gray-100","color-button-fill&border-primary-neutral-hover":"color-cold-gray-150","color-button-fill&border-primary-neutral-active":"color-cold-gray-200","color-button-fill&border-primary-neutral-is-selected":"color-cold-gray-100","color-button-fill&border-primary-success-default":"color-minty-green-500","color-button-fill&border-primary-success-hover":"color-minty-green-600","color-button-fill&border-primary-success-active":"color-minty-green-700","color-button-fill&border-primary-accent-light-default":"color-tv-blue-50","color-button-fill&border-primary-accent-light-hover":"color-tv-blue-100","color-button-fill&border-primary-accent-light-active":"color-tv-blue-200","color-button-fill&border-primary-accent-light-is-selected":"color-tv-blue-100","color-button-fill&border-primary-danger-default":"color-ripe-red-500","color-button-fill&border-primary-danger-hover":"color-ripe-red-600","color-button-fill&border-primary-danger-active":"color-ripe-red-700","color-button-fill&border-quiet-primary-neutral-bold-default":"color-white","color-button-fill&border-quiet-primary-neutral-bold-hover":"color-cold-gray-900","color-button-fill&border-quiet-primary-neutral-bold-active":"color-cold-gray-800","color-button-fill&border-quiet-primary-accent-default":"color-white","color-button-fill&border-quiet-primary-accent-hover":"color-tv-blue-500","color-button-fill&border-quiet-primary-accent-active":"color-tv-blue-600","color-button-fill&border-quiet-primary-neutral-default":"color-white","color-button-fill&border-quiet-primary-neutral-hover":"color-cold-gray-100","color-button-fill&border-quiet-primary-neutral-active":"color-cold-gray-150","color-button-fill&border-quiet-primary-neutral-is-selected":"color-cold-gray-100","color-button-fill&border-quiet-primary-success-default":"color-white","color-button-fill&border-quiet-primary-success-hover":"color-minty-green-500","color-button-fill&border-quiet-primary-success-active":"color-minty-green-600","color-button-fill&border-quiet-primary-accent-light-default":"color-white","color-button-fill&border-quiet-primary-accent-light-hover":"color-tv-blue-50","color-button-fill&border-quiet-primary-accent-light-active":"color-tv-blue-100","color-button-fill&border-quiet-primary-accent-light-is-selected":"color-tv-blue-100","color-button-fill&border-quiet-primary-danger-default":"color-white","color-button-fill&border-quiet-primary-danger-hover":"color-ripe-red-500","color-button-fill&border-quiet-primary-danger-active":"color-ripe-red-600","color-button-fill&border-secondary-neutral-bold-default":"color-cold-gray-900","color-button-fill&border-secondary-neutral-bold-hover":"color-cold-gray-800","color-button-fill&border-secondary-neutral-bold-active":"color-cold-gray-700","color-button-fill&border-secondary-accent-default":"color-tv-blue-500","color-button-fill&border-secondary-accent-hover":"color-tv-blue-600","color-button-fill&border-secondary-accent-active":"color-tv-blue-700","color-button-fill&border-secondary-neutral-default":"color-cold-gray-150","color-button-fill&border-secondary-neutral-hover":"color-cold-gray-100","color-button-fill&border-secondary-neutral-active":"color-cold-gray-150","color-button-fill&border-secondary-neutral-is-selected":"color-cold-gray-100","color-button-fill&border-secondary-success-default":"color-minty-green-500","color-button-fill&border-secondary-success-hover":"color-minty-green-600","color-button-fill&border-secondary-success-active":"color-minty-green-700","color-button-fill&border-secondary-accent-light-default":"color-tv-blue-50","color-button-fill&border-secondary-accent-light-hover":"color-tv-blue-100","color-button-fill&border-secondary-accent-light-active":"color-tv-blue-200","color-button-fill&border-secondary-accent-light-is-selected":"color-tv-blue-100","color-button-fill&border-secondary-danger-default":"color-ripe-red-500","color-button-fill&border-secondary-danger-hover":"color-ripe-red-600","color-button-fill&border-secondary-danger-active":"color-ripe-red-700","color-text-field-border-default":"color-cold-gray-200","color-text-field-border-hover":"color-cold-gray-350","color-text-field-border-active":"color-tv-blue-500","color-text-field-border-disabled":"color-cold-gray-200","color-text-field-border-error":"color-ripe-red-500","color-text-field-border-focus-not-active":"color-tv-blue-500","color-text-field-border-focus-read-only":"color-tv-blue-500","color-text-field-border-read-only":"color-cold-gray-200","color-text-field-border-success":"color-minty-green-500","color-text-field-border-warning":"color-tan-orange-500","color-text-field-border-with-value":"color-cold-gray-200","color-text-field-description-default":"color-cold-gray-550","color-text-field-description-error":"color-ripe-red-500","color-text-field-description-success":"color-minty-green-500","color-text-field-description-warning":"color-tan-orange-500","color-text-field-fill-default":"color-static-transparent","color-text-field-fill-disabled":"color-cold-gray-100","color-text-field-fill-focus-read-only":"color-cold-gray-50","color-text-field-fill-read-only":"color-cold-gray-50","color-text-field-label-default":"color-cold-gray-550","color-text-field-label-error":"color-ripe-red-500","color-text-field-label-link":"color-tv-blue-500","color-text-field-label-success":"color-minty-green-500","color-text-field-label-warning":"color-tan-orange-500","color-text-field-left-slot-icon-default":"color-cold-gray-550","color-text-field-left-slot-icon-disabled":"color-cold-gray-350","color-text-field-placeholder-default":"color-cold-gray-550","color-text-field-placeholder-disabled":"color-cold-gray-350","color-text-field-right-slot-arrows-bg-default":"color-static-transparent","color-text-field-right-slot-arrows-bg-hover":"color-cold-gray-100","color-text-field-right-slot-arrows-bg-active":"color-cold-gray-150","color-text-field-right-slot-icons-and-text-default":"color-cold-gray-550","color-text-field-right-slot-icons-and-text-disabled":"color-cold-gray-350","color-text-field-right-slot-icons-and-text-active":"color-cold-gray-900","color-text-field-right-slot-icons-and-text-error":"color-ripe-red-500","color-text-field-right-slot-icons-and-text-hover":"color-cold-gray-900","color-text-field-value-default":"color-cold-gray-900","color-text-field-value-disabled":"color-cold-gray-550","color-counter-fill-danger":"color-ripe-red-500","color-counter-content-danger":"color-white","color-counter-fill-accent":"color-tv-blue-500","color-counter-content-accent":"color-white","color-counter-fill-accent-light":"color-tv-blue-50","color-counter-content-accent-light":"color-tv-blue-600","color-counter-fill-neutral-bold":"color-black","color-counter-content-neutral-bold":"color-white","color-counter-fill-neutral":"color-cold-gray-100","color-counter-content-neutral":"color-cold-gray-900","color-counter-border-primary":"color-white","color-counter-border-secondary":"color-white","color-counter-border-tertiary":"color-white","color-filter-select-fill&border-checked-default":"color-tv-blue-50","color-filter-select-fill&border-checked-hover":"color-tv-blue-100","color-filter-select-fill&border-checked-active":"color-tv-blue-200","color-filter-select-fill&border-checked-isOpened":"color-tv-blue-100","color-filter-select-content-checked-accent-default":"color-tv-blue-600","color-filter-select-content-checked-accent-hover":"color-tv-blue-600","color-filter-select-content-checked-accent-active":"color-tv-blue-600","color-filter-select-content-checked-neutral-default":"color-cold-gray-900","color-filter-select-content-checked-neutral-hover":"color-cold-gray-900","color-filter-select-content-checked-neutral-active":"color-cold-gray-900","color-filter-select-fill&border-not-checked-default":"color-cold-gray-150","color-filter-select-fill&border-not-checked-hover":"color-cold-gray-100","color-filter-select-fill&border-not-checked-active":"color-cold-gray-150","color-filter-select-fill&border-not-checked-isOpened":"color-cold-gray-100","color-filter-select-content-not-checked-default":"color-cold-gray-550","color-filter-select-content-not-checked-hover":"color-cold-gray-550","color-filter-select-content-not-checked-active":"color-cold-gray-550","color-symbol-change-positive":"color-minty-green-600","color-symbol-change-neutral":"color-cold-gray-900","color-symbol-change-negative":"color-ripe-red-600","color-symbol-rating-positive":"color-minty-green-600","color-symbol-rating-neutral":"color-cold-gray-550","color-symbol-rating-negative":"color-ripe-red-600","color-other-transparent":"color-transparent","color-other-transparent-pale":"color-transparent-80","color-shadow-primary-neutral-extra-heavy":"#00000033","color-shadow-primary-neutral-light":"color-cold-gray-150","color-shadow-secondary-neutral-light":"color-cold-gray-150","color-other-modal-background":"#9C9C9C80","color-other-shadow-primary-neutral-extra-heavy":"#00000033","color-other-shadow-primary-neutral-light":"color-cold-gray-150","color-other-shadow-secondary-neutral-light":"color-cold-gray-150","color-focus-outline-color-blue":"color-tv-blue-500","color-background-primary-accent-extra-light":"color-tv-blue-50","color-background-primary-accent-light":"color-tv-blue-100","color-background-primary-inverse":"color-white","color-background-primary-neutral-bold":"color-cold-gray-800","color-background-primary-neutral-extra-heavy":"color-black","color-background-primary-neutral-extra-light":"color-cold-gray-50","color-background-primary-neutral-light":"color-cold-gray-100","color-background-primary-neutral-normal":"color-cold-gray-150","color-background-secondary-inverse":"color-white","color-background-tertiary-inverse":"color-white","color-container-fill-primary-accent":"color-tv-blue-500","color-container-fill-primary-accent-bold":"color-tv-blue-700","color-container-fill-primary-accent-extra-light":"color-tv-blue-50","color-container-fill-primary-accent-light":"color-tv-blue-100","color-container-fill-primary-accent-normal":"color-tv-blue-200","color-container-fill-primary-accent-semi-bold":"color-tv-blue-600","color-container-fill-primary-accent-alt1-normal":"color-deep-blue-a400","color-container-fill-primary-accent-alt2-bold":"color-sky-blue-700","color-container-fill-primary-danger":"color-ripe-red-500","color-container-fill-primary-danger-bold":"color-ripe-red-700","color-container-fill-primary-danger-extra-light":"color-ripe-red-50","color-container-fill-primary-danger-light":"color-ripe-red-100","color-container-fill-primary-danger-normal":"color-ripe-red-200","color-container-fill-primary-danger-semi-bold":"color-ripe-red-600","color-container-fill-primary-inverse":"color-white","color-container-fill-primary-neutral":"color-cold-gray-400","color-container-fill-primary-neutral-bold":"color-cold-gray-700","color-container-fill-primary-neutral-extra-bold":"color-cold-gray-800","color-container-fill-primary-neutral-extra-heavy":"color-black","color-container-fill-primary-neutral-extra-light":"color-cold-gray-100","color-container-fill-primary-neutral-heavy":"color-cold-gray-900","color-container-fill-primary-neutral-light":"color-cold-gray-150","color-container-fill-primary-neutral-normal":"color-cold-gray-200","color-container-fill-primary-neutral-thin":"color-cold-gray-50","color-container-fill-primary-neutral-medium":"color-cold-gray-550","color-container-fill-primary-success":"color-minty-green-500","color-container-fill-primary-success-bold":"color-minty-green-700","color-container-fill-primary-success-extra-light":"color-minty-green-50","color-container-fill-primary-success-light":"color-minty-green-100","color-container-fill-primary-success-normal":"color-minty-green-200","color-container-fill-primary-success-semi-bold":"color-minty-green-600","color-container-fill-primary-warning":"color-tan-orange-500","color-container-fill-primary-warning-bold":"color-tan-orange-700","color-container-fill-primary-warning-extra-light":"color-tan-orange-50","color-container-fill-primary-warning-light":"color-tan-orange-100","color-container-fill-primary-warning-normal":"color-tan-orange-200","color-container-fill-primary-warning-semi-bold":"color-tan-orange-600","color-container-fill-quaternary-inverse":"color-white","color-container-fill-secondary-accent-extra-light":"color-tv-blue-50","color-container-fill-secondary-accent-light":"color-tv-blue-100","color-container-fill-secondary-accent-normal":"color-tv-blue-200","color-container-fill-secondary-accent":"color-tv-blue-a400","color-container-fill-secondary-accent-semi-bold":"color-tv-blue-600","color-container-fill-secondary-inverse":"color-white","color-container-fill-secondary-neutral-thin":"color-cold-gray-50","color-container-fill-secondary-neutral":"color-cold-gray-550","color-container-fill-secondary-neutral-extra-heavy":"color-black","color-container-fill-secondary-neutral-extra-light":"color-cold-gray-100","color-container-fill-secondary-neutral-heavy":"color-cold-gray-900","color-container-fill-secondary-neutral-light":"color-cold-gray-150","color-container-fill-secondary-neutral-normal":"color-cold-gray-300","color-container-fill-secondary-neutral-semi-bold":"color-cold-gray-600","color-container-fill-secondary-neutral-extra-bold":"color-cold-gray-800","color-container-fill-secondary-danger-bold":"color-ripe-red-700","color-container-fill-secondary-success-semi-bold":"color-minty-green-600","color-container-fill-secondary-warning-semi-bold":"color-tan-orange-600","color-container-fill-tertiary-accent":"color-tv-blue-a600","color-container-fill-tertiary-accent-bold":"color-tv-blue-a900","color-container-fill-tertiary-accent-light":"color-tv-blue-100","color-container-fill-tertiary-inverse":"color-white","color-container-fill-tertiary-neutral":"color-cold-gray-450","color-container-fill-tertiary-neutral-light":"color-cold-gray-150","color-container-fill-tertiary-neutral-heavy":"color-cold-gray-900","color-container-fill-quinary-inverse":"color-white","color-container-fill-senary-inverse":"color-white","color-content-primary-accent":"color-tv-blue-500","color-content-primary-accent-bold":"color-tv-blue-700","color-content-primary-accent-extra-bold":"color-tv-blue-800","color-content-primary-accent-heavy":"color-sky-blue-900","color-content-primary-accent-light":"color-tv-blue-300","color-content-primary-accent-normal":"color-tv-blue-400","color-content-primary-accent-semi-bold":"color-tv-blue-600","color-content-primary-accent-other-normal":"color-deep-blue-a400","color-content-primary-accent-other-bold":"color-sky-blue-700","color-content-primary-accent-other-extra-bold":"color-deep-blue-800","color-content-primary-attention":"color-banana-yellow-700","color-content-primary-danger":"color-ripe-red-500","color-content-primary-danger-bold":"color-ripe-red-700","color-content-primary-danger-semi-bold":"color-ripe-red-600","color-content-primary-danger-extra-bold":"color-ripe-red-800","color-content-primary-inverse":"color-white","color-content-primary-negative":"color-ripe-red-600","color-content-primary-neutral":"color-cold-gray-550","color-content-primary-neutral-bold":"color-cold-gray-900","color-content-primary-accent-extra-light":"color-tv-blue-100","color-content-primary-neutral-extra-light":"color-cold-gray-200","color-content-primary-neutral-light":"color-cold-gray-300","color-content-primary-neutral-normal":"color-cold-gray-450","color-content-primary-neutral-semi-bold":"color-cold-gray-700","color-content-primary-positive":"color-minty-green-600","color-content-primary-success":"color-minty-green-500","color-content-primary-success-bold":"color-minty-green-700","color-content-primary-success-extra-bold":"color-minty-green-800","color-content-primary-success-semi-bold":"color-minty-green-600","color-content-primary-warning":"color-tan-orange-500","color-content-primary-warning-bold":"color-tan-orange-700","color-content-primary-warning-extra-bold":"color-tan-orange-800","color-content-primary-warning-semi-bold":"color-tan-orange-600","color-content-secondary-accent":"color-tv-blue-500","color-content-secondary-accent-semi-bold":"color-tv-blue-600","color-content-secondary-accent-bold":"color-tv-blue-a700","color-content-secondary-accent-other-semi-bold":"color-grapes-purple-600","color-content-secondary-accent-other-extra-bold":"color-grapes-purple-800","color-content-secondary-inverse":"color-white","color-content-secondary-neutral":"color-cold-gray-650","color-content-secondary-neutral-bold":"color-cold-gray-900","color-content-secondary-accent-extra-light":"color-tv-blue-200","color-content-secondary-neutral-medium":"color-cold-gray-750","color-content-secondary-neutral-semi-bold":"color-cold-gray-850","color-content-secondary-warning-semi-bold":"color-tan-orange-600","color-content-secondary-warning-bold":"color-tan-orange-a700","color-content-secondary-danger-extra-bold":"color-berry-pink-800","color-content-secondary-success":"color-minty-green-500","color-content-secondary-success-semi-bold":"color-minty-green-600","color-content-secondary-success-extra-bold":"color-forest-green-800","color-content-tertiary-accent":"color-tv-blue-500","color-content-tertiary-accent-bold":"color-tv-blue-700","color-content-tertiary-success-extra-bold":"color-iguana-green-800","color-content-tertiary-accent-semi-bold":"color-tv-blue-600","color-content-tertiary-inverse":"color-white","color-content-quaternary-accent":"color-tv-blue-a400","color-content-quaternary-accent-semi-bold":"color-tv-blue-600","color-content-quinary-accent":"color-tv-blue-500","color-content-quinary-accent-semi-bold":"color-tv-blue-600","color-content-quinary-accent-bold":"color-tv-blue-700","color-border-primary-accent":"color-tv-blue-500","color-border-primary-accent-extra-light":"color-tv-blue-50","color-border-primary-danger":"color-ripe-red-500","color-border-primary-inverse":"color-white","color-border-primary-neutral":"color-cold-gray-350","color-border-primary-neutral-bold":"color-cold-gray-650","color-border-primary-neutral-extra-bold":"color-cold-gray-900","color-border-primary-neutral-extra-heavy":"color-black","color-border-primary-neutral-light":"color-cold-gray-150","color-border-primary-neutral-normal":"color-cold-gray-200","color-border-primary-neutral-semi-bold":"color-cold-gray-550","color-border-primary-success":"color-minty-green-500","color-border-primary-warning":"color-tan-orange-500","color-border-secondary-inverse":"color-white","color-border-secondary-neutral":"color-cold-gray-300","color-border-secondary-neutral-normal":"color-cold-gray-200","color-border-tertiary-inverse":"color-white","color-border-primary-neutral-extra-light":"color-cold-gray-100","color-overlay-accent-1-light":"#2962ff26","color-overlay-accent-1-normal":"#2962ff4d","color-overlay-accent-1-bold":"#2962ff66","color-overlay-accent-2-light":"#00acc126","color-overlay-accent-2-normal":"#00acc14d","color-overlay-accent-2-bold":"#00acc166","color-overlay-accent-3-light":"#9c27b026","color-overlay-accent-3-normal":"#9c27b04d","color-overlay-accent-3-bold":"#9c27b066","color-overlay-accent-4-light":"#5e35b126","color-overlay-accent-4-normal":"#5e35b14d","color-overlay-accent-4-bold":"#5e35b166","color-overlay-negative-1-light":"#cc2f3c26","color-overlay-negative-1-normal":"#cc2f3c4d","color-overlay-negative-1-bold":"#cc2f3c66","color-overlay-negative-2-light":"#e91e6326","color-overlay-negative-2-normal":"#e91e634d","color-overlay-negative-2-bold":"#e91e6366","color-overlay-neutral-1-light":"#63636326","color-overlay-neutral-1-normal":"#6363634d","color-overlay-neutral-1-bold":"#63636366","color-overlay-neutral-2-light":"#00000026","color-overlay-neutral-2-normal":"#0000004d","color-overlay-neutral-2-bold":"#00000066","color-overlay-positive-1-light":"#08998126","color-overlay-positive-1-normal":"#0899814d","color-overlay-positive-1-bold":"#08998166","color-overlay-positive-2-light":"#08995026","color-overlay-positive-2-normal":"#0899504d","color-overlay-positive-2-bold":"#08995066","color-overlay-positive-3-light":"#43a04726","color-overlay-positive-3-normal":"#43a0474d","color-overlay-positive-3-bold":"#43a04766","color-overlay-warning-1-light":"#ff980026","color-overlay-warning-1-normal":"#ff98004d","color-overlay-warning-1-bold":"#ff980066","color-overlay-warning-2-light":"#fdd83526","color-overlay-warning-2-normal":"#fdd8354d","color-overlay-warning-2-bold":"#fdd83566","color-heatmap-unchecked-default":"color-cold-gray-150","color-heatmap-unchecked-hover":"color-cold-gray-250","color-heatmap-unchecked-active":"color-cold-gray-350","color-heatmap-classic-minus3-default":"color-ripe-red-800","color-heatmap-classic-minus3-hover":"color-ripe-red-900","color-heatmap-classic-minus3-active":"color-ripe-red-a800","color-heatmap-classic-minus2-default":"color-ripe-red-500","color-heatmap-classic-minus2-hover":"color-ripe-red-600","color-heatmap-classic-minus2-active":"color-ripe-red-700","color-heatmap-classic-minus1-default":"color-ripe-red-300","color-heatmap-classic-minus1-hover":"color-ripe-red-400","color-heatmap-classic-minus1-active":"color-ripe-red-500","color-heatmap-classic-zero-default":"color-cold-gray-250","color-heatmap-classic-zero-hover":"color-cold-gray-350","color-heatmap-classic-zero-active":"color-cold-gray-450","color-heatmap-classic-plus1-default":"color-forest-green-300","color-heatmap-classic-plus1-hover":"color-forest-green-400","color-heatmap-classic-plus1-active":"color-forest-green-500","color-heatmap-classic-plus2-default":"color-forest-green-500","color-heatmap-classic-plus2-hover":"color-forest-green-600","color-heatmap-classic-plus2-active":"color-forest-green-700","color-heatmap-classic-plus3-default":"color-forest-green-700","color-heatmap-classic-plus3-hover":"color-forest-green-800","color-heatmap-classic-plus3-active":"color-forest-green-900","color-heatmap-classic-light-negative-xl":"color-ripe-red-300","color-heatmap-classic-light-negative-l":"color-ripe-red-200","color-heatmap-classic-light-negative-m":"color-ripe-red-100","color-heatmap-classic-light-negative-s":"color-ripe-red-50","color-heatmap-classic-light-neutral":"color-white","color-heatmap-classic-light-positive-s":"color-forest-green-50","color-heatmap-classic-light-positive-m":"color-forest-green-100","color-heatmap-classic-light-positive-l":"color-forest-green-200","color-heatmap-classic-light-positive-xl":"color-forest-green-300","color-heatmap-classic-light-empty":"color-cold-gray-150","color-heatmap-classic-light-hover":"color-tv-blue-50","color-heatmap-colorblind-minus3-default":"color-tan-orange-a700","color-heatmap-colorblind-minus3-hover":"color-tan-orange-a600","color-heatmap-colorblind-minus3-active":"color-tan-orange-a500","color-heatmap-colorblind-minus2-default":"#DE812F","color-heatmap-colorblind-minus2-hover":"#C47229","color-heatmap-colorblind-minus2-active":"#AA6324","color-heatmap-colorblind-minus1-default":"color-tan-orange-400","color-heatmap-colorblind-minus1-hover":"color-tan-orange-500","color-heatmap-colorblind-minus1-active":"color-tan-orange-600","color-heatmap-colorblind-zero-default":"color-cold-gray-250","color-heatmap-colorblind-zero-hover":"color-cold-gray-350","color-heatmap-colorblind-zero-active":"color-cold-gray-450","color-heatmap-colorblind-plus1-default":"color-tv-blue-200","color-heatmap-colorblind-plus1-hover":"color-tv-blue-300","color-heatmap-colorblind-plus1-active":"color-tv-blue-a200","color-heatmap-colorblind-plus2-default":"color-tv-blue-300","color-heatmap-colorblind-plus2-hover":"color-tv-blue-400","color-heatmap-colorblind-plus2-active":"color-tv-blue-500","color-heatmap-colorblind-plus3-default":"color-tv-blue-600","color-heatmap-colorblind-plus3-hover":"color-tv-blue-700","color-heatmap-colorblind-plus3-active":"color-tv-blue-800","color-heatmap-monochrome-minus3-default":"color-cold-gray-150","color-heatmap-monochrome-minus3-hover":"color-cold-gray-250","color-heatmap-monochrome-minus3-active":"color-cold-gray-350","color-heatmap-monochrome-minus2-default":"color-cold-gray-250","color-heatmap-monochrome-minus2-hover":"color-cold-gray-350","color-heatmap-monochrome-minus2-active":"color-cold-gray-450","color-heatmap-monochrome-minus1-default":"color-cold-gray-350","color-heatmap-monochrome-minus1-hover":"color-cold-gray-450","color-heatmap-monochrome-minus1-active":"color-cold-gray-550","color-heatmap-monochrome-zero-default":"color-cold-gray-500","color-heatmap-monochrome-zero-hover":"color-cold-gray-600","color-heatmap-monochrome-zero-active":"color-cold-gray-700","color-heatmap-monochrome-plus1-default":"color-cold-gray-600","color-heatmap-monochrome-plus1-hover":"color-cold-gray-500","color-heatmap-monochrome-plus1-active":"color-cold-gray-400","color-heatmap-monochrome-plus2-default":"color-cold-gray-750","color-heatmap-monochrome-plus2-hover":"color-cold-gray-650","color-heatmap-monochrome-plus2-active":"color-cold-gray-550","color-heatmap-monochrome-plus3-default":"color-cold-gray-900","color-heatmap-monochrome-plus3-hover":"color-cold-gray-800","color-heatmap-monochrome-plus3-active":"color-cold-gray-700","color-heatmap-positive-only-v1-default":"color-cold-gray-250","color-heatmap-positive-only-v1-hover":"color-cold-gray-350","color-heatmap-positive-only-v1-active":"color-cold-gray-400","color-heatmap-positive-only-v2-default":"color-tv-blue-200","color-heatmap-positive-only-v2-hover":"color-tv-blue-300","color-heatmap-positive-only-v2-active":"color-tv-blue-400","color-heatmap-positive-only-v3-default":"color-tv-blue-300","color-heatmap-positive-only-v3-hover":"color-tv-blue-400","color-heatmap-positive-only-v3-active":"color-tv-blue-500","color-heatmap-positive-only-v4-default":"color-tv-blue-600","color-heatmap-positive-only-v4-hover":"color-tv-blue-700","color-heatmap-positive-only-v4-active":"color-tv-blue-800","color-heatmap-positive-only-v5-default":"color-tv-blue-800","color-heatmap-positive-only-v5-hover":"color-tv-blue-900","color-heatmap-positive-only-v5-active":"color-tv-blue-a800","color-heatmap-positive-only-v6-default":"color-tv-blue-a700","color-heatmap-positive-only-v6-hover":"color-tv-blue-a800","color-heatmap-positive-only-v6-active":"color-tv-blue-a900","color-heatmap-positive-only-v7-default":"color-tv-blue-a800","color-heatmap-positive-only-v7-hover":"color-tv-blue-a700","color-heatmap-positive-only-v7-active":"color-tv-blue-800","color-heatmap-range-light-negative-xl":"color-tan-orange-300","color-heatmap-range-light-negative-l":"color-tan-orange-200","color-heatmap-range-light-negative-m":"color-tan-orange-100","color-heatmap-range-light-negative-s":"color-tan-orange-50","color-heatmap-range-light-neutral":"color-white","color-heatmap-range-light-positive-s":"color-sky-blue-50","color-heatmap-range-light-positive-m":"color-sky-blue-100","color-heatmap-range-light-positive-l":"color-sky-blue-200","color-heatmap-range-light-positive-xl":"color-sky-blue-300","color-heatmap-range-light-empty":"color-cold-gray-150","color-heatmap-range-light-hover":"color-tv-blue-50","color-heatmap-tan-orange-xs":"color-tan-orange-50","color-heatmap-tan-orange-s":"color-tan-orange-100","color-heatmap-tan-orange-m":"color-tan-orange-200","color-heatmap-tan-orange-l":"color-tan-orange-300","color-heatmap-tan-orange-xl":"color-tan-orange-400","color-heatmap-tan-orange-xxl":"color-tan-orange-500","color-heatmap-tan-orange-empty":"color-cold-gray-100","color-heatmap-tan-orange-border":"color-tan-orange-900","color-heatmap-sky-blue-xs":"color-sky-blue-50","color-heatmap-sky-blue-s":"color-sky-blue-100","color-heatmap-sky-blue-m":"color-sky-blue-200","color-heatmap-sky-blue-l":"color-sky-blue-300","color-heatmap-sky-blue-xl":"color-sky-blue-400","color-heatmap-sky-blue-xxl":"color-sky-blue-500","color-heatmap-sky-blue-empty":"color-cold-gray-100","color-heatmap-sky-blue-border":"color-sky-blue-900","color-heatmap-deep-blue-xs":"color-deep-blue-50","color-heatmap-deep-blue-s":"color-deep-blue-100","color-heatmap-deep-blue-m":"color-deep-blue-200","color-heatmap-deep-blue-l":"color-deep-blue-300","color-heatmap-deep-blue-xl":"color-deep-blue-400","color-heatmap-deep-blue-xxl":"color-deep-blue-500","color-heatmap-deep-blue-empty":"color-cold-gray-100","color-heatmap-deep-blue-border":"color-deep-blue-900","color-heatmap-tv-blue-xs":"color-tv-blue-50","color-heatmap-tv-blue-s":"color-tv-blue-100","color-heatmap-tv-blue-m":"color-tv-blue-200","color-heatmap-tv-blue-l":"color-tv-blue-300","color-heatmap-tv-blue-xl":"color-tv-blue-400","color-heatmap-tv-blue-xxl":"color-tv-blue-500","color-heatmap-tv-blue-empty":"color-cold-gray-100","color-heatmap-tv-blue-border":"color-tv-blue-900","color-heatmap-berry-pink-xs":"color-berry-pink-50","color-heatmap-berry-pink-s":"color-berry-pink-100","color-heatmap-berry-pink-m":"color-berry-pink-200","color-heatmap-berry-pink-l":"color-berry-pink-300","color-heatmap-berry-pink-xl":"color-berry-pink-400","color-heatmap-berry-pink-xxl":"color-berry-pink-500","color-heatmap-berry-pink-empty":"color-cold-gray-100","color-heatmap-berry-pink-border":"color-berry-pink-900","color-heatmap-forest-green-xs":"color-forest-green-50","color-heatmap-forest-green-s":"color-forest-green-100","color-heatmap-forest-green-m":"color-forest-green-200","color-heatmap-forest-green-l":"color-forest-green-300","color-heatmap-forest-green-xl":"color-forest-green-400","color-heatmap-forest-green-xxl":"color-forest-green-500","color-heatmap-forest-green-empty":"color-cold-gray-100","color-heatmap-forest-green-border":"color-forest-green-900"}'),i=JSON.parse('{"color-background-primary":"color-black","color-background-secondary":"color-cold-gray-850","color-background-tertiary":"color-cold-gray-800","color-background-dark-primary":"color-cold-gray-700","color-background-dark-secondary":"color-cold-gray-850","color-background-disabled":"color-cold-gray-750","color-background-special-primary":"color-black","color-background-special-secondary":"color-tv-blue-a900","color-background-special-tertiary":"color-tv-blue-a800","color-background-page-platform":"color-cold-gray-900","color-background-page-promo":"color-black","color-background-page-social":"color-black","color-background-dialog-simple":"color-cold-gray-850","color-background-dialog-complicated":"color-cold-gray-850","color-background-dialog-promo":"color-cold-gray-850","color-background-dialog-fullscreen":"color-black","color-content-icons-primary":"color-cold-gray-200","color-content-icons-secondary":"color-cold-gray-450","color-content-icons-tertiary":"color-cold-gray-650","color-content-text-promo-primary":"color-white","color-content-text-promo-secondary":"color-cold-gray-200","color-content-text-promo-tertiary":"color-cold-gray-450","color-content-text-social-primary":"color-cold-gray-200","color-content-text-social-secondary":"color-cold-gray-450","color-content-text-social-tertiary":"color-cold-gray-650","color-divider-line-primary-special":"color-tv-blue-200","color-divider-line-secondary-special":"color-tv-blue-a800","color-divider-line-primary":"color-cold-gray-750","color-divider-line-secondary":"color-cold-gray-800","color-link-primary-default":"color-tv-blue-300","color-link-primary-hover":"color-tv-blue-400","color-link-primary-active":"color-tv-blue-500","color-link-secondary-default":"color-tv-blue-a200","color-link-secondary-hover":"color-tv-blue-400","color-link-secondary-active":"color-tv-blue-500","color-static-warning":"color-tan-orange-500","color-static-danger":"color-ripe-red-500","color-static-highlight":"color-tv-blue-a900","color-static-neutral":"color-cold-gray-450","color-static-success":"color-minty-green-500","color-button-content-disabled":"color-cold-gray-650","color-button-content-ghost-neutral-bold-default":"color-cold-gray-200","color-button-content-ghost-neutral-bold-hover":"color-white","color-button-content-ghost-neutral-bold-active":"color-cold-gray-900","color-button-content-ghost-accent-default":"color-tv-blue-500","color-button-content-ghost-accent-hover":"color-tv-blue-500","color-button-content-ghost-accent-active":"color-white","color-button-content-ghost-neutral-default":"color-cold-gray-200","color-button-content-ghost-neutral-hover":"color-white","color-button-content-ghost-neutral-active":"color-white","color-button-content-ghost-neutral-is-selected":"color-cold-gray-200","color-button-content-primary-neutral-bold-default":"color-cold-gray-900","color-button-content-primary-neutral-bold-hover":"color-cold-gray-900","color-button-content-primary-neutral-bold-active":"color-cold-gray-900","color-button-content-primary-accent-default":"color-white","color-button-content-primary-accent-hover":"color-white","color-button-content-primary-accent-active":"color-white","color-button-content-primary-neutral-default":"color-white","color-button-content-primary-neutral-hover":"color-white","color-button-content-primary-neutral-active":"color-white","color-button-content-primary-neutral-is-selected":"color-white","color-button-content-primary-success-default":"color-white","color-button-content-primary-success-hover":"color-white","color-button-content-primary-success-active":"color-white","color-button-content-primary-accent-light-default":"color-tv-blue-200","color-button-content-primary-accent-light-hover":"color-tv-blue-200","color-button-content-primary-accent-light-active":"color-tv-blue-200","color-button-content-primary-accent-light-is-selected":"color-tv-blue-200","color-button-content-primary-danger-default":"color-white","color-button-content-primary-danger-hover":"color-white","color-button-content-primary-danger-active":"color-white","color-button-content-quiet-primary-neutral-bold-default":"color-cold-gray-200","color-button-content-quiet-primary-neutral-bold-hover":"color-cold-gray-900","color-button-content-quiet-primary-neutral-bold-active":"color-cold-gray-900","color-button-content-quiet-primary-neutral-default":"color-cold-gray-200","color-button-content-quiet-primary-neutral-hover":"color-white","color-button-content-quiet-primary-neutral-active":"color-white","color-button-content-quiet-primary-neutral-is-selected":"color-white","color-button-content-quiet-primary-accent-light-default":"color-tv-blue-500","color-button-content-quiet-primary-accent-light-hover":"color-tv-blue-100","color-button-content-quiet-primary-accent-light-active":"color-tv-blue-100","color-button-content-secondary-neutral-bold-default":"color-white","color-button-content-secondary-neutral-bold-hover":"color-cold-gray-900","color-button-content-secondary-neutral-bold-active":"color-cold-gray-900","color-button-content-secondary-accent-default":"color-tv-blue-500","color-button-content-secondary-accent-hover":"color-white","color-button-content-secondary-accent-active":"color-white","color-button-content-secondary-neutral-default":"color-cold-gray-200","color-button-content-secondary-neutral-hover":"color-white","color-button-content-secondary-neutral-active":"color-white","color-button-content-secondary-neutral-is-selected":"color-white","color-button-content-secondary-success-default":"color-minty-green-500","color-button-content-secondary-success-hover":"color-white","color-button-content-secondary-success-active":"color-white","color-button-content-secondary-accent-light-default":"color-tv-blue-200","color-button-content-secondary-accent-light-hover":"color-tv-blue-200","color-button-content-secondary-accent-light-active":"color-tv-blue-200","color-button-content-secondary-accent-light-is-selected":"color-tv-blue-200","color-button-content-secondary-danger-default":"color-ripe-red-500","color-button-content-secondary-danger-hover":"color-white","color-button-content-secondary-danger-active":"color-white","color-button-fill&border-disabled":"color-cold-gray-750","color-static-transparent":"color-transparent","color-button-fill&border-ghost-neutral-bold-default":"color-static-transparent","color-button-fill&border-ghost-neutral-bold-hover":"color-cold-gray-100","color-button-fill&border-ghost-neutral-bold-active":"color-cold-gray-200","color-button-fill&border-ghost-accent-default":"color-static-transparent","color-button-fill&border-ghost-accent-hover":"color-tv-blue-500","color-button-fill&border-ghost-accent-active":"color-tv-blue-700","color-button-fill&border-ghost-neutral-default":"color-static-transparent","color-button-fill&border-ghost-neutral-hover":"color-cold-gray-800","color-button-fill&border-ghost-neutral-active":"color-cold-gray-750","color-button-fill&border-ghost-neutral-is-selected":"color-static-transparent","color-button-fill&border-ghost-accent-light-default":"color-static-transparent","color-button-fill&border-ghost-accent-light-hover":"color-tv-blue-a700","color-button-fill&border-ghost-accent-light-active":"color-tv-blue-900","color-button-fill&border-ghost-accent-light-is-selected":"color-tv-blue-a700","color-button-fill&border-primary-neutral-bold-default":"color-white","color-button-fill&border-primary-neutral-bold-hover":"color-cold-gray-100","color-button-fill&border-primary-neutral-bold-active":"color-cold-gray-200","color-button-fill&border-primary-accent-default":"color-tv-blue-500","color-button-fill&border-primary-accent-hover":"color-tv-blue-600","color-button-fill&border-primary-accent-active":"color-tv-blue-700","color-button-fill&border-primary-neutral-default":"color-cold-gray-800","color-button-fill&border-primary-neutral-hover":"color-cold-gray-750","color-button-fill&border-primary-neutral-active":"color-cold-gray-700","color-button-fill&border-primary-neutral-is-selected":"color-cold-gray-800","color-button-fill&border-primary-success-default":"color-minty-green-500","color-button-fill&border-primary-success-hover":"color-minty-green-600","color-button-fill&border-primary-success-active":"color-minty-green-700","color-button-fill&border-primary-accent-light-default":"color-tv-blue-a800","color-button-fill&border-primary-accent-light-hover":"color-tv-blue-a700","color-button-fill&border-primary-accent-light-active":"color-tv-blue-900","color-button-fill&border-primary-accent-light-is-selected":"color-tv-blue-a700","color-button-fill&border-primary-danger-default":"color-ripe-red-500","color-button-fill&border-primary-danger-hover":"color-ripe-red-600","color-button-fill&border-primary-danger-active":"color-ripe-red-700","color-button-fill&border-quiet-primary-neutral-bold-default":"color-black","color-button-fill&border-quiet-primary-neutral-bold-hover":"color-white","color-button-fill&border-quiet-primary-neutral-bold-active":"color-cold-gray-100","color-button-fill&border-quiet-primary-accent-default":"color-black","color-button-fill&border-quiet-primary-accent-hover":"color-tv-blue-500","color-button-fill&border-quiet-primary-accent-active":"color-tv-blue-600","color-button-fill&border-quiet-primary-neutral-default":"color-black","color-button-fill&border-quiet-primary-neutral-hover":"color-cold-gray-800","color-button-fill&border-quiet-primary-neutral-active":"color-cold-gray-750","color-button-fill&border-quiet-primary-neutral-is-selected":"color-cold-gray-800","color-button-fill&border-quiet-primary-success-default":"color-black","color-button-fill&border-quiet-primary-success-hover":"color-minty-green-500","color-button-fill&border-quiet-primary-success-active":"color-minty-green-600","color-button-fill&border-quiet-primary-accent-light-default":"color-black","color-button-fill&border-quiet-primary-accent-light-hover":"color-tv-blue-a800","color-button-fill&border-quiet-primary-accent-light-active":"color-tv-blue-a700","color-button-fill&border-quiet-primary-accent-light-is-selected":"color-tv-blue-a700","color-button-fill&border-quiet-primary-danger-default":"color-black","color-button-fill&border-quiet-primary-danger-hover":"color-ripe-red-500","color-button-fill&border-quiet-primary-danger-active":"color-ripe-red-600","color-button-fill&border-secondary-neutral-bold-default":"color-white","color-button-fill&border-secondary-neutral-bold-hover":"color-cold-gray-100","color-button-fill&border-secondary-neutral-bold-active":"color-cold-gray-200","color-button-fill&border-secondary-accent-default":"color-tv-blue-500","color-button-fill&border-secondary-accent-hover":"color-tv-blue-600","color-button-fill&border-secondary-accent-active":"color-tv-blue-700","color-button-fill&border-secondary-neutral-default":"color-cold-gray-700","color-button-fill&border-secondary-neutral-hover":"color-cold-gray-800","color-button-fill&border-secondary-neutral-active":"color-cold-gray-750","color-button-fill&border-secondary-neutral-is-selected":"color-cold-gray-800","color-button-fill&border-secondary-success-default":"color-minty-green-500","color-button-fill&border-secondary-success-hover":"color-minty-green-600","color-button-fill&border-secondary-success-active":"color-minty-green-700","color-button-fill&border-secondary-accent-light-default":"color-tv-blue-a800","color-button-fill&border-secondary-accent-light-hover":"color-tv-blue-a700","color-button-fill&border-secondary-accent-light-active":"color-tv-blue-900","color-button-fill&border-secondary-accent-light-is-selected":"color-tv-blue-a700","color-button-fill&border-secondary-danger-default":"color-ripe-red-500","color-button-fill&border-secondary-danger-hover":"color-ripe-red-600","color-button-fill&border-secondary-danger-active":"color-ripe-red-700","color-text-field-border-default":"color-cold-gray-650","color-text-field-border-hover":"color-cold-gray-500","color-text-field-border-active":"color-tv-blue-500","color-text-field-border-disabled":"color-cold-gray-800","color-text-field-border-error":"color-ripe-red-500","color-text-field-border-focus-not-active":"color-tv-blue-500","color-text-field-border-focus-read-only":"color-tv-blue-500","color-text-field-border-read-only":"color-cold-gray-800","color-text-field-border-success":"color-minty-green-500","color-text-field-border-warning":"color-tan-orange-500","color-text-field-border-with-value":"color-cold-gray-650","color-text-field-description-default":"color-cold-gray-450","color-text-field-description-error":"color-ripe-red-500","color-text-field-description-success":"color-minty-green-500","color-text-field-description-warning":"color-tan-orange-500","color-text-field-fill-default":"color-static-transparent","color-text-field-fill-disabled":"color-cold-gray-800","color-text-field-fill-focus-read-only":"color-cold-gray-850","color-text-field-fill-read-only":"color-cold-gray-850","color-text-field-label-default":"color-cold-gray-450","color-text-field-label-error":"color-ripe-red-500","color-text-field-label-link":"color-tv-blue-500","color-text-field-label-success":"color-minty-green-500","color-text-field-label-warning":"color-tan-orange-500","color-text-field-left-slot-icon-default":"color-cold-gray-450","color-text-field-left-slot-icon-disabled":"color-cold-gray-650","color-text-field-placeholder-default":"color-cold-gray-450","color-text-field-placeholder-disabled":"color-cold-gray-650","color-text-field-right-slot-arrows-bg-default":"color-static-transparent","color-text-field-right-slot-arrows-bg-hover":"color-cold-gray-800","color-text-field-right-slot-arrows-bg-active":"color-cold-gray-750","color-text-field-right-slot-icons-and-text-default":"color-cold-gray-450","color-text-field-right-slot-icons-and-text-disabled":"color-cold-gray-650","color-text-field-right-slot-icons-and-text-active":"color-cold-gray-200","color-text-field-right-slot-icons-and-text-error":"color-ripe-red-500","color-text-field-right-slot-icons-and-text-hover":"color-cold-gray-200","color-text-field-value-default":"color-cold-gray-200","color-text-field-value-disabled":"color-cold-gray-450","color-counter-fill-danger":"color-ripe-red-500","color-counter-content-danger":"color-white","color-counter-fill-accent":"color-tv-blue-500","color-counter-content-accent":"color-white","color-counter-fill-accent-light":"color-tv-blue-a800","color-counter-content-accent-light":"color-tv-blue-100","color-counter-fill-neutral-bold":"color-white","color-counter-content-neutral-bold":"color-black","color-counter-fill-neutral":"color-cold-gray-800","color-counter-content-neutral":"color-cold-gray-200","color-counter-border-primary":"color-black","color-counter-border-secondary":"color-cold-gray-900","color-counter-border-tertiary":"color-cold-gray-850","color-filter-select-fill&border-checked-default":"color-tv-blue-a800","color-filter-select-fill&border-checked-hover":"color-tv-blue-a700","color-filter-select-fill&border-checked-active":"color-tv-blue-900","color-filter-select-fill&border-checked-isOpened":"color-tv-blue-a700","color-filter-select-content-checked-accent-default":"color-tv-blue-200","color-filter-select-content-checked-accent-hover":"color-tv-blue-200","color-filter-select-content-checked-accent-active":"color-tv-blue-200","color-filter-select-content-checked-neutral-default":"color-white","color-filter-select-content-checked-neutral-hover":"color-white","color-filter-select-content-checked-neutral-active":"color-white","color-filter-select-fill&border-not-checked-default":"color-cold-gray-700","color-filter-select-fill&border-not-checked-hover":"color-cold-gray-800","color-filter-select-fill&border-not-checked-active":"color-cold-gray-750","color-filter-select-fill&border-not-checked-isOpened":"color-cold-gray-800","color-filter-select-content-not-checked-default":"color-cold-gray-450","color-filter-select-content-not-checked-hover":"color-cold-gray-450","color-filter-select-content-not-checked-active":"color-cold-gray-450","color-symbol-change-positive":"color-minty-green-400","color-symbol-change-neutral":"color-cold-gray-200","color-symbol-change-negative":"color-ripe-red-400","color-symbol-rating-positive":"color-minty-green-400","color-symbol-rating-neutral":"color-cold-gray-450","color-symbol-rating-negative":"color-ripe-red-400","color-other-transparent":"color-transparent","color-other-transparent-pale":"color-transparent-80","color-shadow-primary-neutral-extra-heavy":"#00000066","color-shadow-primary-neutral-light":"color-cold-gray-750","color-shadow-secondary-neutral-light":"color-cold-gray-700","color-other-modal-background":"#0F0F0F80","color-other-shadow-primary-neutral-extra-heavy":"#00000066","color-other-shadow-primary-neutral-light":"color-cold-gray-750","color-other-shadow-secondary-neutral-light":"color-cold-gray-700","color-focus-outline-color-blue":"color-tv-blue-500","color-background-primary-accent-extra-light":"color-tv-blue-a900","color-background-primary-accent-light":"color-tv-blue-a800","color-background-primary-inverse":"color-black","color-background-primary-neutral-bold":"color-cold-gray-700","color-background-primary-neutral-extra-heavy":"color-black","color-background-primary-neutral-extra-light":"color-cold-gray-850","color-background-primary-neutral-light":"color-cold-gray-800","color-background-primary-neutral-normal":"color-cold-gray-750","color-background-secondary-inverse":"color-cold-gray-900","color-background-tertiary-inverse":"color-cold-gray-850","color-container-fill-primary-accent":"color-tv-blue-500","color-container-fill-primary-accent-bold":"color-tv-blue-700","color-container-fill-primary-accent-extra-light":"color-tv-blue-a900","color-container-fill-primary-accent-light":"color-tv-blue-a800","color-container-fill-primary-accent-normal":"color-tv-blue-a700","color-container-fill-primary-accent-semi-bold":"color-tv-blue-600","color-container-fill-primary-accent-alt1-normal":"color-deep-blue-a100","color-container-fill-primary-accent-alt2-bold":"color-sky-blue-300","color-container-fill-primary-danger":"color-ripe-red-500","color-container-fill-primary-danger-bold":"color-ripe-red-700","color-container-fill-primary-danger-extra-light":"color-ripe-red-a900","color-container-fill-primary-danger-light":"color-ripe-red-a800","color-container-fill-primary-danger-normal":"color-ripe-red-a700","color-container-fill-primary-danger-semi-bold":"color-ripe-red-600","color-container-fill-primary-inverse":"color-black","color-container-fill-primary-neutral":"color-cold-gray-600","color-container-fill-primary-neutral-bold":"color-cold-gray-200","color-container-fill-primary-neutral-extra-bold":"color-cold-gray-100","color-container-fill-primary-neutral-extra-heavy":"color-white","color-container-fill-primary-neutral-extra-light":"color-cold-gray-800","color-container-fill-primary-neutral-heavy":"color-white","color-container-fill-primary-neutral-light":"color-cold-gray-750","color-container-fill-primary-neutral-normal":"color-cold-gray-700","color-container-fill-primary-neutral-thin":"color-cold-gray-850","color-container-fill-primary-neutral-medium":"color-cold-gray-450","color-container-fill-primary-success":"color-minty-green-500","color-container-fill-primary-success-bold":"color-minty-green-700","color-container-fill-primary-success-extra-light":"color-minty-green-a900","color-container-fill-primary-success-light":"color-minty-green-a800","color-container-fill-primary-success-normal":"color-minty-green-a700","color-container-fill-primary-success-semi-bold":"color-minty-green-600","color-container-fill-primary-warning":"color-tan-orange-500","color-container-fill-primary-warning-bold":"color-tan-orange-700","color-container-fill-primary-warning-extra-light":"color-tan-orange-a900","color-container-fill-primary-warning-light":"color-tan-orange-a800","color-container-fill-primary-warning-normal":"color-tan-orange-a700","color-container-fill-primary-warning-semi-bold":"color-tan-orange-600","color-container-fill-quaternary-inverse":"color-white","color-container-fill-secondary-accent-extra-light":"color-tv-blue-a800","color-container-fill-secondary-accent-light":"color-tv-blue-a700","color-container-fill-secondary-accent-normal":"color-tv-blue-900","color-container-fill-secondary-accent":"color-tv-blue-a100","color-container-fill-secondary-accent-semi-bold":"color-tv-blue-300","color-container-fill-secondary-inverse":"color-cold-gray-900","color-container-fill-secondary-neutral-thin":"color-cold-gray-800","color-container-fill-secondary-neutral":"color-cold-gray-450","color-container-fill-secondary-neutral-extra-heavy":"color-black","color-container-fill-secondary-neutral-extra-light":"color-cold-gray-700","color-container-fill-secondary-neutral-heavy":"color-cold-gray-200","color-container-fill-secondary-neutral-light":"color-cold-gray-800","color-container-fill-secondary-neutral-normal":"color-cold-gray-600","color-container-fill-secondary-neutral-semi-bold":"color-cold-gray-400","color-container-fill-secondary-neutral-extra-bold":"color-cold-gray-450","color-container-fill-secondary-danger-bold":"color-ripe-red-300","color-container-fill-secondary-success-semi-bold":"color-minty-green-300","color-container-fill-secondary-warning-semi-bold":"color-tan-orange-300","color-container-fill-tertiary-accent":"color-tv-blue-a100","color-container-fill-tertiary-accent-bold":"color-tv-blue-a900","color-container-fill-tertiary-accent-light":"color-tv-blue-800","color-container-fill-tertiary-inverse":"color-cold-gray-850","color-container-fill-tertiary-neutral":"color-cold-gray-550","color-container-fill-tertiary-neutral-light":"color-cold-gray-900","color-container-fill-tertiary-neutral-heavy":"color-tv-blue-200","color-container-fill-quinary-inverse":"color-cold-gray-800","color-container-fill-senary-inverse":"color-cold-gray-700","color-content-primary-accent":"color-tv-blue-500","color-content-primary-accent-bold":"color-tv-blue-600","color-content-primary-accent-extra-bold":"color-tv-blue-a100","color-content-primary-accent-heavy":"color-sky-blue-500","color-content-primary-accent-light":"color-tv-blue-300","color-content-primary-accent-normal":"color-tv-blue-400","color-content-primary-accent-semi-bold":"color-tv-blue-500","color-content-primary-accent-other-normal":"color-deep-blue-a100","color-content-primary-accent-other-bold":"color-sky-blue-300","color-content-primary-accent-other-extra-bold":"color-deep-blue-a100","color-content-primary-attention":"color-banana-yellow-800","color-content-primary-danger":"color-ripe-red-500","color-content-primary-danger-bold":"color-ripe-red-300","color-content-primary-danger-semi-bold":"color-ripe-red-400","color-content-primary-danger-extra-bold":"color-ripe-red-a400","color-content-primary-inverse":"color-black","color-content-primary-negative":"color-ripe-red-400","color-content-primary-neutral":"color-cold-gray-450","color-content-primary-neutral-bold":"color-cold-gray-200","color-content-primary-accent-extra-light":"color-tv-blue-100","color-content-primary-neutral-extra-light":"color-cold-gray-650","color-content-primary-neutral-light":"color-cold-gray-650","color-content-primary-neutral-normal":"color-cold-gray-550","color-content-primary-neutral-semi-bold":"color-cold-gray-300","color-content-primary-positive":"color-minty-green-400","color-content-primary-success":"color-minty-green-500","color-content-primary-success-bold":"color-minty-green-300","color-content-primary-success-extra-bold":"color-minty-green-300","color-content-primary-success-semi-bold":"color-minty-green-400","color-content-primary-warning":"color-tan-orange-500","color-content-primary-warning-bold":"color-tan-orange-300","color-content-primary-warning-extra-bold":"color-tan-orange-a400","color-content-primary-warning-semi-bold":"color-tan-orange-400","color-content-secondary-accent":"color-tv-blue-400","color-content-secondary-accent-semi-bold":"color-tv-blue-200","color-content-secondary-accent-bold":"color-tv-blue-a200","color-content-secondary-accent-other-semi-bold":"color-grapes-purple-300","color-content-secondary-accent-other-extra-bold":"color-grapes-purple-a100","color-content-secondary-inverse":"color-cold-gray-900","color-content-secondary-neutral":"color-cold-gray-450","color-content-secondary-neutral-bold":"color-white","color-content-secondary-accent-extra-light":"color-tv-blue-600","color-content-secondary-neutral-medium":"color-cold-gray-300","color-content-secondary-neutral-semi-bold":"color-cold-gray-150","color-content-secondary-warning-semi-bold":"color-tan-orange-300","color-content-secondary-warning-bold":"color-banana-yellow-700","color-content-secondary-danger-extra-bold":"color-berry-pink-a200","color-content-secondary-success":"color-minty-green-300","color-content-secondary-success-semi-bold":"color-minty-green-300","color-content-secondary-success-extra-bold":"color-forest-green-400","color-content-tertiary-accent":"color-tv-blue-100","color-content-tertiary-accent-bold":"color-tv-blue-200","color-content-tertiary-success-extra-bold":"color-iguana-green-400","color-content-tertiary-accent-semi-bold":"color-tv-blue-100","color-content-tertiary-inverse":"color-white","color-content-quaternary-accent":"color-tv-blue-a100","color-content-quaternary-accent-semi-bold":"color-tv-blue-300","color-content-quinary-accent":"color-tv-blue-300","color-content-quinary-accent-semi-bold":"color-tv-blue-400","color-content-quinary-accent-bold":"color-tv-blue-500","color-border-primary-accent":"color-tv-blue-500","color-border-primary-accent-extra-light":"color-tv-blue-a800","color-border-primary-danger":"color-ripe-red-500","color-border-primary-inverse":"color-black","color-border-primary-neutral":"color-cold-gray-500","color-border-primary-neutral-bold":"color-cold-gray-350","color-border-primary-neutral-extra-bold":"color-white","color-border-primary-neutral-extra-heavy":"color-white","color-border-primary-neutral-light":"color-cold-gray-700","color-border-primary-neutral-normal":"color-cold-gray-800","color-border-primary-neutral-semi-bold":"color-cold-gray-450","color-border-primary-success":"color-minty-green-500","color-border-primary-warning":"color-tan-orange-500","color-border-secondary-inverse":"color-cold-gray-900","color-border-secondary-neutral":"color-cold-gray-700","color-border-secondary-neutral-normal":"color-cold-gray-650","color-border-tertiary-inverse":"color-cold-gray-850","color-border-primary-neutral-extra-light":"color-cold-gray-800","color-overlay-accent-1-light":"#448aff33","color-overlay-accent-1-normal":"#448aff4d","color-overlay-accent-1-bold":"#448aff66","color-overlay-accent-2-light":"#00bcd433","color-overlay-accent-2-normal":"#00bcd44d","color-overlay-accent-2-bold":"#00bcd466","color-overlay-accent-3-light":"#ea80fc33","color-overlay-accent-3-normal":"#ea80fc4d","color-overlay-accent-3-bold":"#ea80fc66","color-overlay-accent-4-light":"#b388ff33","color-overlay-accent-4-normal":"#b388ff4d","color-overlay-accent-4-bold":"#b388ff66","color-overlay-negative-1-light":"#f2364533","color-overlay-negative-1-normal":"#f236454d","color-overlay-negative-1-bold":"#f2364566","color-overlay-negative-2-light":"#ff408133","color-overlay-negative-2-normal":"#ff40814d","color-overlay-negative-2-bold":"#ff408166","color-overlay-neutral-1-light":"#b8b8b833","color-overlay-neutral-1-normal":"#b8b8b84d","color-overlay-neutral-1-bold":"#b8b8b866","color-overlay-neutral-2-light":"#ffffff33","color-overlay-neutral-2-normal":"#ffffff4d","color-overlay-neutral-2-bold":"#ffffff66","color-overlay-positive-1-light":"#22ab9433","color-overlay-positive-1-normal":"#22ab944d","color-overlay-positive-1-bold":"#22ab9466","color-overlay-positive-2-light":"#22ab6733","color-overlay-positive-2-normal":"#22ab674d","color-overlay-positive-2-bold":"#22ab6766","color-overlay-positive-3-light":"#4caf5033","color-overlay-positive-3-normal":"#4caf504d","color-overlay-positive-3-bold":"#4caf5066","color-overlay-warning-1-light":"#ff980033","color-overlay-warning-1-normal":"#ff98004d","color-overlay-warning-1-bold":"#ff980066","color-overlay-warning-2-light":"#fdd83533","color-overlay-warning-2-normal":"#fdd8354d","color-overlay-warning-2-bold":"#fdd83566","color-heatmap-unchecked-default":"color-cold-gray-200","color-heatmap-unchecked-hover":"color-cold-gray-300","color-heatmap-unchecked-active":"color-cold-gray-400","color-heatmap-classic-minus3-default":"color-ripe-red-500","color-heatmap-classic-minus3-hover":"color-ripe-red-400","color-heatmap-classic-minus3-active":"color-ripe-red-300","color-heatmap-classic-minus2-default":"color-ripe-red-700","color-heatmap-classic-minus2-hover":"color-ripe-red-600","color-heatmap-classic-minus2-active":"color-ripe-red-500","color-heatmap-classic-minus1-default":"color-ripe-red-900","color-heatmap-classic-minus1-hover":"color-ripe-red-800","color-heatmap-classic-minus1-active":"color-ripe-red-700","color-heatmap-classic-zero-default":"color-cold-gray-750","color-heatmap-classic-zero-hover":"color-cold-gray-650","color-heatmap-classic-zero-active":"color-cold-gray-550","color-heatmap-classic-plus1-default":"color-forest-green-900","color-heatmap-classic-plus1-hover":"color-forest-green-800","color-heatmap-classic-plus1-active":"color-forest-green-700","color-heatmap-classic-plus2-default":"color-forest-green-700","color-heatmap-classic-plus2-hover":"color-forest-green-600","color-heatmap-classic-plus2-active":"color-forest-green-500","color-heatmap-classic-plus3-default":"color-forest-green-500","color-heatmap-classic-plus3-hover":"color-forest-green-400","color-heatmap-classic-plus3-active":"color-forest-green-300","color-heatmap-classic-light-negative-xl":"color-ripe-red-400","color-heatmap-classic-light-negative-l":"color-ripe-red-500","color-heatmap-classic-light-negative-m":"color-ripe-red-700","color-heatmap-classic-light-negative-s":"color-ripe-red-900","color-heatmap-classic-light-neutral":"color-black","color-heatmap-classic-light-positive-s":"color-forest-green-900","color-heatmap-classic-light-positive-m":"color-forest-green-700","color-heatmap-classic-light-positive-l":"color-forest-green-500","color-heatmap-classic-light-positive-xl":"color-forest-green-400","color-heatmap-classic-light-empty":"color-cold-gray-750","color-heatmap-classic-light-hover":"color-tv-blue-800","color-heatmap-colorblind-minus3-default":"color-tan-orange-700","color-heatmap-colorblind-minus3-hover":"color-tan-orange-600","color-heatmap-colorblind-minus3-active":"color-tan-orange-500","color-heatmap-colorblind-minus2-default":"#AA6324","color-heatmap-colorblind-minus2-hover":"#DE812F","color-heatmap-colorblind-minus2-active":"#F78F34","color-heatmap-colorblind-minus1-default":"color-tan-orange-a800","color-heatmap-colorblind-minus1-hover":"color-tan-orange-a700","color-heatmap-colorblind-minus1-active":"color-tan-orange-a600","color-heatmap-colorblind-zero-default":"color-cold-gray-750","color-heatmap-colorblind-zero-hover":"color-cold-gray-650","color-heatmap-colorblind-zero-active":"color-cold-gray-550","color-heatmap-colorblind-plus1-default":"color-tv-blue-a800","color-heatmap-colorblind-plus1-hover":"color-tv-blue-a700","color-heatmap-colorblind-plus1-active":"color-tv-blue-800","color-heatmap-colorblind-plus2-default":"color-tv-blue-800","color-heatmap-colorblind-plus2-hover":"color-tv-blue-700","color-heatmap-colorblind-plus2-active":"color-tv-blue-600","color-heatmap-colorblind-plus3-default":"color-tv-blue-500","color-heatmap-colorblind-plus3-hover":"color-tv-blue-400","color-heatmap-colorblind-plus3-active":"color-tv-blue-300","color-heatmap-monochrome-minus3-default":"color-cold-gray-150","color-heatmap-monochrome-minus3-hover":"color-cold-gray-250","color-heatmap-monochrome-minus3-active":"color-cold-gray-350","color-heatmap-monochrome-minus2-default":"color-cold-gray-250","color-heatmap-monochrome-minus2-hover":"color-cold-gray-350","color-heatmap-monochrome-minus2-active":"color-cold-gray-450","color-heatmap-monochrome-minus1-default":"color-cold-gray-350","color-heatmap-monochrome-minus1-hover":"color-cold-gray-450","color-heatmap-monochrome-minus1-active":"color-cold-gray-550","color-heatmap-monochrome-zero-default":"color-cold-gray-450","color-heatmap-monochrome-zero-hover":"color-cold-gray-550","color-heatmap-monochrome-zero-active":"color-cold-gray-650","color-heatmap-monochrome-plus1-default":"color-cold-gray-550","color-heatmap-monochrome-plus1-hover":"color-cold-gray-650","color-heatmap-monochrome-plus1-active":"color-cold-gray-750","color-heatmap-monochrome-plus2-default":"color-cold-gray-650","color-heatmap-monochrome-plus2-hover":"color-cold-gray-550","color-heatmap-monochrome-plus2-active":"color-cold-gray-450","color-heatmap-monochrome-plus3-default":"color-cold-gray-800","color-heatmap-monochrome-plus3-hover":"color-cold-gray-700","color-heatmap-monochrome-plus3-active":"color-cold-gray-600","color-heatmap-positive-only-v1-default":"color-cold-gray-750","color-heatmap-positive-only-v1-hover":"color-cold-gray-650","color-heatmap-positive-only-v1-active":"color-cold-gray-550","color-heatmap-positive-only-v2-default":"color-tv-blue-a800","color-heatmap-positive-only-v2-hover":"color-tv-blue-a700","color-heatmap-positive-only-v2-active":"color-tv-blue-800","color-heatmap-positive-only-v3-default":"color-tv-blue-a700","color-heatmap-positive-only-v3-hover":"color-tv-blue-800","color-heatmap-positive-only-v3-active":"color-tv-blue-700","color-heatmap-positive-only-v4-default":"color-tv-blue-800","color-heatmap-positive-only-v4-hover":"color-tv-blue-700","color-heatmap-positive-only-v4-active":"color-tv-blue-600","color-heatmap-positive-only-v5-default":"color-tv-blue-600","color-heatmap-positive-only-v5-hover":"color-tv-blue-700","color-heatmap-positive-only-v5-active":"color-tv-blue-800","color-heatmap-positive-only-v6-default":"color-tv-blue-300","color-heatmap-positive-only-v6-hover":"color-tv-blue-400","color-heatmap-positive-only-v6-active":"color-tv-blue-600","color-heatmap-positive-only-v7-default":"color-tv-blue-200","color-heatmap-positive-only-v7-hover":"color-tv-blue-300","color-heatmap-positive-only-v7-active":"color-tv-blue-400","color-heatmap-range-light-negative-xl":"color-tan-orange-a600","color-heatmap-range-light-negative-l":"color-tan-orange-a700","color-heatmap-range-light-negative-m":"color-tan-orange-a800","color-heatmap-range-light-negative-s":"color-tan-orange-a900","color-heatmap-range-light-neutral":"color-black","color-heatmap-range-light-positive-s":"color-sky-blue-900","color-heatmap-range-light-positive-m":"color-sky-blue-700","color-heatmap-range-light-positive-l":"color-sky-blue-600","color-heatmap-range-light-positive-xl":"color-sky-blue-500","color-heatmap-range-light-empty":"color-cold-gray-750","color-heatmap-range-light-hover":"color-tv-blue-800","color-heatmap-tan-orange-xs":"color-tan-orange-a900","color-heatmap-tan-orange-s":"color-tan-orange-a800","color-heatmap-tan-orange-m":"color-tan-orange-a700","color-heatmap-tan-orange-l":"color-tan-orange-a600","color-heatmap-tan-orange-xl":"color-tan-orange-a500","color-heatmap-tan-orange-xxl":"color-tan-orange-a400","color-heatmap-tan-orange-empty":"color-cold-gray-800","color-heatmap-tan-orange-border":"color-tan-orange-100","color-heatmap-sky-blue-xs":"color-sky-blue-900","color-heatmap-sky-blue-s":"color-sky-blue-700","color-heatmap-sky-blue-m":"color-sky-blue-600","color-heatmap-sky-blue-l":"color-sky-blue-500","color-heatmap-sky-blue-xl":"color-sky-blue-400","color-heatmap-sky-blue-xxl":"color-sky-blue-300","color-heatmap-sky-blue-empty":"color-cold-gray-800","color-heatmap-sky-blue-border":"color-sky-blue-100","color-heatmap-deep-blue-xs":"color-deep-blue-900","color-heatmap-deep-blue-s":"color-deep-blue-700","color-heatmap-deep-blue-m":"color-deep-blue-600","color-heatmap-deep-blue-l":"color-deep-blue-500","color-heatmap-deep-blue-xl":"color-deep-blue-400","color-heatmap-deep-blue-xxl":"color-deep-blue-300","color-heatmap-deep-blue-empty":"color-cold-gray-800","color-heatmap-deep-blue-border":"color-deep-blue-100","color-heatmap-tv-blue-xs":"color-tv-blue-a900","color-heatmap-tv-blue-s":"color-tv-blue-a800","color-heatmap-tv-blue-m":"color-tv-blue-a700","color-heatmap-tv-blue-l":"color-tv-blue-a600","color-heatmap-tv-blue-xl":"color-tv-blue-a400","color-heatmap-tv-blue-xxl":"color-tv-blue-a200","color-heatmap-tv-blue-empty":"color-cold-gray-800","color-heatmap-tv-blue-border":"color-tv-blue-100","color-heatmap-berry-pink-xs":"color-berry-pink-900","color-heatmap-berry-pink-s":"color-berry-pink-700","color-heatmap-berry-pink-m":"color-berry-pink-600","color-heatmap-berry-pink-l":"color-berry-pink-500","color-heatmap-berry-pink-xl":"color-berry-pink-400","color-heatmap-berry-pink-xxl":"color-berry-pink-300","color-heatmap-berry-pink-empty":"color-cold-gray-800","color-heatmap-berry-pink-border":"color-berry-pink-100","color-heatmap-forest-green-xs":"color-forest-green-900","color-heatmap-forest-green-s":"color-forest-green-700","color-heatmap-forest-green-m":"color-forest-green-500","color-heatmap-forest-green-l":"color-forest-green-400","color-heatmap-forest-green-xl":"color-forest-green-300","color-heatmap-forest-green-xxl":"color-forest-green-200","color-heatmap-forest-green-empty":"color-cold-gray-800","color-heatmap-forest-green-border":"color-forest-green-100"}')
+;var d=l(579),b=l(20913),g=l(23420)
+;const y=JSON.parse('{"dark":{"color-absolute-price-arrow-hover":"color-cold-gray-200","color-absolute-price-input-wait":"color-cold-gray-700","color-absolute-price-list-item":"color-cold-gray-200","color-absolute-price-list-item-hover-bg":"color-cold-gray-800","color-absolute-price-list-item-selected":"color-tv-blue-50","color-absolute-price-list-item-selected-bg":"color-tv-blue-500","color-account-name":"color-cold-gray-200","color-active-bar":"color-white","color-active-border":"color-tv-blue-500","color-active-layout-text":"color-cold-gray-200","color-active-section-buy-bg":"color-tv-blue-500","color-active-section-sell-bg":"color-ripe-red-500","color-active-switch-bg":"color-tv-blue-500","color-active-tab-text-color":"color-white","color-add-dialog-text":"color-cold-gray-200","color-additional-text":"color-cold-gray-450","color-after-market-close":"color-tv-blue-500","color-after-market-close-bg":"color-tv-blue-400","color-arrow":"color-cold-gray-200","color-arrow-text":"color-cold-gray-450","color-arrow-text-hover":"color-cold-gray-450","color-ask-label":"color-tv-blue-500","color-background":"color-cold-gray-850","color-background-hover":"color-cold-gray-800","color-background-selected":"color-tv-blue-a900","color-background-transparent-sf15":"#13172200","color-bar":"color-cold-gray-200","color-before-market-open":"color-tan-orange-600","color-before-market-open-bg":"color-tan-orange-400","color-bg-separator":"color-cold-gray-800","color-bid-label":"color-ripe-red-500","color-blue-price":"color-tv-blue-500","color-bracket-checkbox-label":"color-cold-gray-300","color-bracket-input-disabled":"color-cold-gray-700","color-broker-button-bg-hover-dark":"color-cold-gray-800","color-broker-button-bg-hover-default":"color-cold-gray-800","color-broker-button-bg-hover-light":"color-cold-gray-100","color-broker-button-border-dark":"color-cold-gray-700","color-broker-button-border-default":"color-cold-gray-700","color-broker-button-border-light":"color-cold-gray-200","color-broker-button-icon-dark":"color-cold-gray-300","color-broker-button-icon-default":"color-cold-gray-300","color-broker-button-icon-light":"color-black","color-btn-activated-bg":"color-tv-blue-a800","color-btn-activated-border":"color-tv-blue-a800","color-btn-activated-content":"color-tv-blue-100","color-btn-black-focus-outline":"color-tv-blue-500","color-btn-black-friday-primary-content":"color-white","color-btn-black-ghost-active-bg":"color-cold-gray-100","color-btn-black-ghost-active-border":"color-cold-gray-900","color-btn-black-ghost-active-content":"color-cold-gray-900","color-btn-black-ghost-default-bg":"transparent","color-btn-black-ghost-default-border":"transparent","color-btn-black-ghost-default-content":"color-cold-gray-200","color-btn-black-ghost-hover-bg":"transparent","color-btn-black-ghost-hover-border":"color-white","color-btn-black-ghost-hover-content":"color-white","color-btn-black-primary-active-bg":"color-cold-gray-200","color-btn-black-primary-active-border":"color-cold-gray-200","color-btn-black-primary-active-content":"color-cold-gray-900","color-btn-black-primary-default-bg":"color-white","color-btn-black-primary-default-border":"color-white","color-btn-black-primary-default-content":"color-cold-gray-900","color-btn-black-primary-hover-bg":"color-cold-gray-100","color-btn-black-primary-hover-border":"color-cold-gray-100","color-btn-black-primary-hover-content":"color-cold-gray-900","color-btn-black-quiet-primary-active-bg":"color-cold-gray-100","color-btn-black-quiet-primary-active-border":"color-cold-gray-100","color-btn-black-quiet-primary-active-content":"color-cold-gray-900","color-btn-black-quiet-primary-default-bg":"color-black","color-btn-black-quiet-primary-default-border":"color-black","color-btn-black-quiet-primary-default-content":"color-cold-gray-200","color-btn-black-quiet-primary-hover-bg":"color-white","color-btn-black-quiet-primary-hover-border":"color-white","color-btn-black-quiet-primary-hover-content":"color-cold-gray-900","color-btn-black-secondary-active-bg":"color-cold-gray-200","color-btn-black-secondary-active-border":"color-cold-gray-200","color-btn-black-secondary-active-content":"color-cold-gray-900","color-btn-black-secondary-default-bg":"color-black","color-btn-black-secondary-default-border":"color-white","color-btn-black-secondary-default-content":"color-white","color-btn-black-secondary-hover-bg":"color-cold-gray-100","color-btn-black-secondary-hover-border":"color-cold-gray-100","color-btn-black-secondary-hover-content":"color-cold-gray-900","color-btn-brand-focus-outline":"color-tv-blue-500","color-btn-brand-ghost-active-bg":"color-tv-blue-700","color-btn-brand-ghost-active-border":"color-tv-blue-700","color-btn-brand-ghost-active-content":"color-white","color-btn-brand-ghost-default-bg":"transparent","color-btn-brand-ghost-default-border":"transparent","color-btn-brand-ghost-default-content":"color-tv-blue-500","color-btn-brand-ghost-hover-bg":"transparent","color-btn-brand-ghost-hover-border":"color-tv-blue-500","color-btn-brand-ghost-hover-content":"color-tv-blue-500","color-btn-brand-primary-active-bg":"color-tv-blue-700","color-btn-brand-primary-active-border":"color-tv-blue-700","color-btn-brand-primary-active-content":"color-white","color-btn-brand-primary-default-bg":"color-tv-blue-500","color-btn-brand-primary-default-border":"color-tv-blue-500","color-btn-brand-primary-default-content":"color-white","color-btn-brand-primary-hover-bg":"color-tv-blue-600","color-btn-brand-primary-hover-border":"color-tv-blue-600","color-btn-brand-primary-hover-content":"color-white","color-btn-brand-quiet-primary-active-bg":"color-tv-blue-a700","color-btn-brand-quiet-primary-active-border":"color-tv-blue-a700","color-btn-brand-quiet-primary-active-content":"color-tv-blue-100","color-btn-brand-quiet-primary-default-bg":"color-black","color-btn-brand-quiet-primary-default-border":"color-black","color-btn-brand-quiet-primary-default-content":"color-tv-blue-500","color-btn-brand-quiet-primary-hover-bg":"color-tv-blue-a800","color-btn-brand-quiet-primary-hover-border":"color-tv-blue-a800","color-btn-brand-quiet-primary-hover-content":"color-tv-blue-100","color-btn-brand-secondary-active-bg":"color-tv-blue-700","color-btn-brand-secondary-active-border":"color-tv-blue-700","color-btn-brand-secondary-active-content":"color-white","color-btn-brand-secondary-default-bg":"color-black","color-btn-brand-secondary-default-border":"color-tv-blue-500","color-btn-brand-secondary-default-content":"color-tv-blue-500","color-btn-brand-secondary-focus-visible-outline":"transparent","color-btn-brand-secondary-hover-bg":"color-tv-blue-600","color-btn-brand-secondary-hover-border":"color-tv-blue-600","color-btn-brand-secondary-hover-content":"color-white","color-btn-cyber-monday-primary-content":"color-cold-gray-900","color-btn-cyber-monday-secondary-active-bg":"color-sky-blue-a700","color-btn-cyber-monday-secondary-active-border":"color-sky-blue-a700","color-btn-cyber-monday-secondary-active-content":"color-cold-gray-900","color-btn-cyber-monday-secondary-default-bg":"transparent","color-btn-cyber-monday-secondary-default-border":"color-sky-blue-a400","color-btn-cyber-monday-secondary-default-content":"color-sky-blue-a400","color-btn-cyber-monday-secondary-hover-bg":"color-sky-blue-a400","color-btn-cyber-monday-secondary-hover-border":"color-sky-blue-a400","color-btn-cyber-monday-secondary-hover-content":"color-cold-gray-900","color-btn-danger":"color-ripe-red-700","color-btn-danger-active":"color-ripe-red-500","color-btn-danger-hover":"color-ripe-red-600","color-btn-disabled-bg":"color-cold-gray-750","color-btn-disabled-content":"color-cold-gray-600","color-btn-ghost-disabled-bg":"transparent","color-btn-ghost-disabled-border":"transparent","color-btn-gray-focus-outline":"color-tv-blue-500","color-btn-gray-ghost-active-bg":"color-cold-gray-800","color-btn-gray-ghost-active-border":"color-cold-gray-800","color-btn-gray-ghost-active-content":"color-white","color-btn-gray-ghost-default-bg":"transparent","color-btn-gray-ghost-default-border":"transparent","color-btn-gray-ghost-default-content":"color-cold-gray-200","color-btn-gray-ghost-hover-bg":"transparent","color-btn-gray-ghost-hover-border":"color-cold-gray-700","color-btn-gray-ghost-hover-content":"color-white","color-btn-gray-primary-active-bg":"color-cold-gray-700","color-btn-gray-primary-active-border":"transparent","color-btn-gray-primary-active-content":"color-white","color-btn-gray-primary-default-bg":"color-cold-gray-800","color-btn-gray-primary-default-border":"color-cold-gray-800","color-btn-gray-primary-default-content":"color-white","color-btn-gray-primary-hover-bg":"color-cold-gray-750","color-btn-gray-primary-hover-border":"color-cold-gray-750","color-btn-gray-primary-hover-content":"color-white","color-btn-gray-quiet-primary-active-bg":"color-cold-gray-750","color-btn-gray-quiet-primary-active-border":"transparent","color-btn-gray-quiet-primary-active-content":"color-white","color-btn-gray-quiet-primary-default-bg":"color-black","color-btn-gray-quiet-primary-default-border":"color-cold-gray-900","color-btn-gray-quiet-primary-default-content":"color-white","color-btn-gray-quiet-primary-hover-bg":"color-cold-gray-800","color-btn-gray-quiet-primary-hover-border":"color-cold-gray-800","color-btn-gray-quiet-primary-hover-content":"color-white","color-btn-gray-secondary-active-bg":"color-cold-gray-750","color-btn-gray-secondary-active-border":"color-cold-gray-750","color-btn-gray-secondary-active-content":"color-white","color-btn-gray-secondary-default-bg":"color-black","color-btn-gray-secondary-default-border":"color-cold-gray-700","color-btn-gray-secondary-default-content":"color-cold-gray-200","color-btn-gray-secondary-hover-bg":"color-cold-gray-800","color-btn-gray-secondary-hover-border":"color-cold-gray-800","color-btn-gray-secondary-hover-content":"color-white","color-btn-green-primary-active-bg":"color-minty-green-700","color-btn-green-primary-active-border":"color-minty-green-700","color-btn-green-primary-active-content":"color-white","color-btn-green-primary-default-bg":"color-minty-green-500","color-btn-green-primary-default-border":"color-minty-green-500","color-btn-green-primary-default-content":"color-white","color-btn-green-primary-hover-bg":"color-minty-green-600","color-btn-green-primary-hover-border":"color-minty-green-600","color-btn-green-primary-hover-content":"color-white","color-btn-green-secondary-active-bg":"color-minty-green-700","color-btn-green-secondary-active-border":"color-minty-green-700","color-btn-green-secondary-active-content":"color-white","color-btn-green-secondary-default-bg":"transparent","color-btn-green-secondary-default-border":"color-minty-green-500","color-btn-green-secondary-default-content":"color-minty-green-500","color-btn-green-secondary-hover-bg":"color-minty-green-600","color-btn-green-secondary-hover-border":"color-minty-green-600","color-btn-green-secondary-hover-content":"color-white","color-btn-invertedblack-focus-outline":"color-tv-blue-500","color-btn-invertedblack-ghost-active-bg":"color-cold-gray-800","color-btn-invertedblack-ghost-active-border":"color-white","color-btn-invertedblack-ghost-active-content":"color-white","color-btn-invertedblack-ghost-default-bg":"transparent","color-btn-invertedblack-ghost-default-border":"transparent","color-btn-invertedblack-ghost-default-content":"color-cold-gray-900","color-btn-invertedblack-ghost-hover-bg":"transparent","color-btn-invertedblack-ghost-hover-border":"color-cold-gray-900","color-btn-invertedblack-ghost-hover-content":"color-cold-gray-900","color-btn-invertedblack-primary-active-bg":"color-cold-gray-700","color-btn-invertedblack-primary-active-border":"color-cold-gray-700","color-btn-invertedblack-primary-active-content":"color-white","color-btn-invertedblack-primary-default-bg":"color-cold-gray-900","color-btn-invertedblack-primary-default-border":"color-cold-gray-900","color-btn-invertedblack-primary-default-content":"color-white","color-btn-invertedblack-primary-hover-bg":"color-cold-gray-800","color-btn-invertedblack-primary-hover-border":"color-cold-gray-800","color-btn-invertedblack-primary-hover-content":"color-white","color-btn-invertedblack-quiet-primary-active-bg":"color-cold-gray-800","color-btn-invertedblack-quiet-primary-active-border":"color-cold-gray-800","color-btn-invertedblack-quiet-primary-active-content":"color-white","color-btn-invertedblack-quiet-primary-default-bg":"color-white","color-btn-invertedblack-quiet-primary-default-border":"color-white","color-btn-invertedblack-quiet-primary-default-content":"color-cold-gray-900","color-btn-invertedblack-quiet-primary-hover-bg":"color-cold-gray-900","color-btn-invertedblack-quiet-primary-hover-border":"color-cold-gray-900","color-btn-invertedblack-quiet-primary-hover-content":"color-white","color-btn-invertedblack-secondary-active-bg":"color-cold-gray-700","color-btn-invertedblack-secondary-active-border":"color-cold-gray-700","color-btn-invertedblack-secondary-active-content":"color-white","color-btn-invertedblack-secondary-default-bg":"color-white","color-btn-invertedblack-secondary-default-border":"color-cold-gray-900","color-btn-invertedblack-secondary-default-content":"color-cold-gray-900","color-btn-invertedblack-secondary-hover-bg":"color-cold-gray-800","color-btn-invertedblack-secondary-hover-border":"color-cold-gray-800","color-btn-invertedblack-secondary-hover-content":"color-white","color-btn-primary-bg-active":"color-cold-gray-200","color-btn-primary-bg-default":"color-white","color-btn-primary-bg-hover":"color-cold-gray-100","color-btn-primary-disabled-bg":"color-cold-gray-750","color-btn-primary-disabled-border":"color-cold-gray-750","color-btn-primary-fg":"color-cold-gray-900","color-btn-primary-fg-default":"color-white","color-btn-primary-fg-other":"color-cold-gray-900","color-btn-quiet-primary-disabled-bg":"color-cold-gray-750","color-btn-quiet-primary-disabled-border":"color-cold-gray-750","color-btn-red-focus-outline":"color-ripe-red-500","color-btn-red-ghost-active-bg":"color-ripe-red-700","color-btn-red-ghost-active-border":"color-ripe-red-700","color-btn-red-ghost-active-content":"color-white","color-btn-red-ghost-default-bg":"transparent","color-btn-red-ghost-default-border":"transparent","color-btn-red-ghost-default-content":"color-ripe-red-500","color-btn-red-ghost-hover-bg":"transparent","color-btn-red-ghost-hover-border":"color-ripe-red-500","color-btn-red-ghost-hover-content":"color-ripe-red-500","color-btn-red-primary-active-bg":"color-ripe-red-700","color-btn-red-primary-active-border":"color-ripe-red-700","color-btn-red-primary-active-content":"color-white","color-btn-red-primary-default-bg":"color-ripe-red-500","color-btn-red-primary-default-border":"color-ripe-red-500","color-btn-red-primary-default-content":"color-white","color-btn-red-primary-hover-bg":"color-ripe-red-600","color-btn-red-primary-hover-border":"color-ripe-red-600","color-btn-red-primary-hover-content":"color-white","color-btn-red-quiet-primary-active-bg":"color-ripe-red-a900","color-btn-red-quiet-primary-active-border":"color-ripe-red-a900","color-btn-red-quiet-primary-active-content":"color-ripe-red-500","color-btn-red-quiet-primary-default-bg":"color-cold-gray-900","color-btn-red-quiet-primary-default-border":"color-cold-gray-900","color-btn-red-quiet-primary-default-content":"color-ripe-red-500","color-btn-red-quiet-primary-hover-bg":"color-cold-gray-800","color-btn-red-quiet-primary-hover-border":"color-cold-gray-800","color-btn-red-quiet-primary-hover-content":"color-ripe-red-500","color-btn-red-secondary-active-bg":"color-ripe-red-700","color-btn-red-secondary-active-border":"color-ripe-red-700","color-btn-red-secondary-active-content":"color-white","color-btn-red-secondary-default-bg":"transparent","color-btn-red-secondary-default-border":"color-ripe-red-500","color-btn-red-secondary-default-content":"color-ripe-red-500","color-btn-red-secondary-hover-bg":"color-ripe-red-600","color-btn-red-secondary-hover-border":"color-ripe-red-600","color-btn-red-secondary-hover-content":"color-white","color-btn-secondary-disabled-bg":"transparent","color-btn-secondary-disabled-border":"color-cold-gray-750","color-btn-sell":"color-ripe-red-500","color-btn-sell-active":"color-ripe-red-700","color-btn-sell-hover":"color-ripe-red-600","color-button-action-active":"color-cold-gray-700","color-button-action-background-disabled":"color-cold-gray-750","color-button-action-background-pl-disabled":"color-cold-gray-800","color-button-action-background-text-disabled":"color-cold-gray-650","color-button-action-border":"color-cold-gray-600","color-button-action-text":"color-cold-gray-200","color-button-action-text-disabled":"color-cold-gray-650","color-button-background":"color-cold-gray-800","color-button-bg":"color-cold-gray-450","color-button-bg-hover":"color-cold-gray-400","color-button-bg-selected":"color-tv-blue-a700","color-button-border":"color-cold-gray-650","color-button-disabled-bg":"color-cold-gray-750","color-button-hover":"color-cold-gray-800","color-button-position-buy":"color-tv-blue-500","color-button-position-buy-active":"color-tv-blue-700","color-button-position-buy-hover":"color-tv-blue-600","color-button-position-profit":"color-minty-green-500","color-button-position-profit-active":"color-minty-green-700","color-button-position-profit-hover":"color-minty-green-600","color-button-position-sell":"color-ripe-red-500","color-button-position-sell-active":"color-ripe-red-700","color-button-position-sell-hover":"color-ripe-red-600","color-button-text":"color-cold-gray-200","color-button-text-active":"color-white","color-button-text-color":"color-white","color-button-text-disabled":"color-cold-gray-600","color-buy-border-active":"color-tv-blue-500","color-buy-border-hover":"color-tv-blue-500","color-buy-btn-chart":"color-tv-blue-500","color-buy-btn-chart-active":"color-tv-blue-700","color-buy-btn-chart-hover":"color-tv-blue-600","color-buy-btn-text-dark":"color-tv-blue-50","color-buy-btn-text-default":"color-tv-blue-50","color-buy-btn-text-light":"color-white","color-buy-btn-withoutbg-active-chart-dark":"color-tv-blue-a900","color-buy-btn-withoutbg-active-chart-default":"color-tv-blue-a900","color-buy-btn-withoutbg-active-chart-light":"color-tv-blue-100","color-buy-btn-withoutbg-chart-dark":"color-cold-gray-900","color-buy-btn-withoutbg-chart-default":"color-cold-gray-900","color-buy-btn-withoutbg-chart-light":"color-white","color-buy-btn-withoutbg-hover-chart-dark":"color-tv-blue-a900","color-buy-btn-withoutbg-hover-chart-default":"color-tv-blue-a900","color-buy-btn-withoutbg-hover-chart-light":"color-tv-blue-50","color-calculator-active":"color-cold-gray-200","color-calendar-accent-color":"color-cold-gray-100","color-calendar-weekdays-bg-color":"color-cold-gray-800","color-card-bg":"#131722","color-caret-hover":"color-cold-gray-750","color-cell-content-text":"color-cold-gray-200","color-cell-text":"color-cold-gray-200","color-cell-text-falling":"color-ripe-red-500","color-cell-text-growing":"color-minty-green-400","color-checkbox":"color-cold-gray-650","color-checkbox-active":"color-tv-blue-700","color-checkbox-checked":"color-tv-blue-500","color-checkbox-checked-hover":"color-tv-blue-600","color-checkbox-disabled":"color-cold-gray-650","color-checkbox-disabled-bg":"color-cold-gray-800","color-checkbox-focused":"color-tv-blue-500","color-checkbox-hover":"color-cold-gray-600","color-checkbox-icon":"color-cold-gray-200","color-child-of-selected-background":"color-tv-blue-a900","color-child-of-selected-hovered-button-background":"color-tv-blue-a800","color-circle-logo-background":"color-cold-gray-800","color-circle-logo-letter":"color-cold-gray-600","color-close":"color-cold-gray-600","color-close-button-active-bg":"color-cold-gray-850","color-close-button-active-text":"color-white","color-close-button-hover-bg":"color-cold-gray-800","color-close-button-hover-text":"color-white","color-common-tooltip-force-transparent":"transparent","color-common-tooltip-hotkey-divider":"color-cold-gray-450","color-container-border":"color-cold-gray-800","color-container-hover-bg":"color-cold-gray-800","color-content-disabled":"color-cold-gray-600","color-content-item-bg":"color-cold-gray-850","color-context-menu-item-active-shortcut":"color-cold-gray-450","color-context-menu-item-checked":"color-cold-gray-450","color-control-border-hover":"color-cold-gray-550","color-control-disabled-bg":"color-cold-gray-800","color-control-disabled-text":"color-cold-gray-650","color-control-highlight-intent-default":"color-cold-gray-450","color-cross-white":"color-white","color-currency":"color-cold-gray-450","color-currency-active":"color-cold-gray-200","color-custom-button":"color-cold-gray-200","color-custom-button-hover":"color-cold-gray-800","color-custom-field-checkbox-label":"color-cold-gray-300","color-custom-field-section-title":"color-cold-gray-300","color-danger-row-border":"color-ripe-red-700","color-data-table-btn-hover":"color-cold-gray-50","color-data-table-cell-blue-background-bg":"color-cold-gray-750","color-data-table-cell-border":"color-cold-gray-750","color-data-table-cell-red-background-bg":"#2c2030","color-data-table-cell-status-bg":"color-cold-gray-850","color-data-table-stroke-grayed":"color-cold-gray-200","color-data-table-tbody-hover-bg":"color-cold-gray-900","color-data-table-thead-bg":"color-cold-gray-800","color-default-active-bg":"color-cold-gray-850","color-desktop-row-border":"color-cold-gray-800","color-desktop-table-background":"color-cold-gray-900","color-details-falling":"color-ripe-red-500","color-details-growing":"color-minty-green-400","color-dialog-background":"color-cold-gray-850","color-dialog-text":"color-cold-gray-200","color-disabled-title":"color-cold-gray-650","color-divider-intent-default":"color-cold-gray-800","color-divider-intent-primary":"color-cold-gray-700","color-dom-widget-button-active-ask":"color-tv-blue-700","color-dom-widget-button-active-bid":"color-ripe-red-700","color-dom-widget-button-ask":"color-tv-blue-500","color-dom-widget-button-bid":"color-ripe-red-500","color-dom-widget-button-close-cross":"color-cold-gray-300","color-dom-widget-button-disabled":"color-cold-gray-750","color-dom-widget-button-hover-ask":"color-tv-blue-600","color-dom-widget-button-hover-bid":"color-ripe-red-600","color-dom-widget-lock-active":"color-cold-gray-200","color-dom-widget-nav-border":"color-cold-gray-750","color-dot-bg":"color-cold-gray-650","color-drag-icon":"color-cold-gray-650","color-drawer-item-active-bg":"color-tv-blue-500","color-drawer-item-active-text":"color-cold-gray-200","color-drawer-item-text":"color-cold-gray-200","color-drop-layer":"color-cold-gray-800","color-drop-target-border":"color-tv-blue-500","color-dropdown-active-bg":"color-tv-blue-a800","color-dropzone-bg":"color-cold-gray-800","color-dropzone-border":"color-cold-gray-450","color-dropzone-icon-bg":"color-cold-gray-600","color-dropzone-text":"color-cold-gray-300","color-edit-button-background-hover":"color-cold-gray-700","color-edit-button-icon-hover":"color-cold-gray-200","color-edit-button-text":"color-cold-gray-200","color-edit-button-text-disabled":"color-cold-gray-650","color-empty-border":"color-white","color-empty-line":"color-ripe-red-400","color-error-background":"color-cold-gray-900","color-error-text":"color-cold-gray-400","color-expand-handle-bg-hover":"color-cold-gray-700","color-favorite-bg-hover":"color-cold-gray-800","color-favorite-border":"color-cold-gray-700","color-favorite-checked":"color-banana-yellow-800","color-favorite-round-bg":"color-white","color-favorite-round-text":"color-black","color-favorite-study-template-bg-hover":"color-cold-gray-800","color-favorite-study-template-border":"color-cold-gray-500","color-favorite-study-template-text":"color-cold-gray-450","color-favorite-study-template-text-hover":"color-cold-gray-450","color-favorite-text":"color-cold-gray-200","color-first-item-border":"transparent","color-floating-toolbar-shadow":"color-black","color-force-transparent":"transparent","color-gray":"color-cold-gray-700","color-grayed-text":"color-cold-gray-650","color-headcell-text-hovered":"color-cold-gray-200","color-header-border":"color-cold-gray-750","color-header-hover":"color-cold-gray-800","color-header-hovered-button-bg-disabled":"color-cold-gray-900","color-header-text-disabled":"color-cold-gray-600","color-header-title-symbol-exchange":"color-cold-gray-200","color-headerspace-btn-active-bg":"color-cold-gray-800","color-headerspace-btn-icon-color":"color-cold-gray-200","color-highlight-falling":"color-ripe-red-500","color-highlight-growing":"color-minty-green-400","color-highlight-search":"color-tv-blue-200","color-highlighted-text":"color-tv-blue-200","color-hovered-background":"color-cold-gray-800","color-hovered-button-background":"color-cold-gray-750","color-hovered-row-background":"color-cold-gray-800","color-hovered-settings-button-background":"color-cold-gray-750","color-hovered-watchlist-header-cell":"color-cold-gray-400","color-icon":"color-cold-gray-300","color-icon-background-selected-hover":"color-tv-blue-a700","color-icon-hover":"color-cold-gray-200","color-icon-hover-color":"color-cold-gray-200","color-icon-selected":"color-cold-gray-200","color-icon-selected-hover":"color-tv-blue-a700","color-indicators-text":"color-cold-gray-200","color-info":"color-cold-gray-400","color-info-icon":"color-cold-gray-650","color-info-table-row-hover-bg":"color-cold-gray-800","color-info-table-text-buy":"color-tv-blue-500","color-info-table-text-disabled":"color-cold-gray-700","color-info-table-text-highlighted":"color-cold-gray-200","color-info-table-text-sell":"color-ripe-red-500","color-informer-intent-danger-bg":"color-cold-gray-850","color-informer-intent-danger-border":"color-ripe-red-500","color-informer-intent-default":"color-cold-gray-450","color-informer-intent-default-bg":"color-cold-gray-850","color-informer-intent-default-border":"color-cold-gray-700","color-informer-intent-success-bg":"color-cold-gray-850","color-informer-intent-success-border":"color-minty-green-500","color-informer-intent-warning-bg":"color-cold-gray-850","color-informer-intent-warning-border":"color-tan-orange-500","color-informer-light-danger-bg":"color-ripe-red-a900","color-informer-light-default-bg":"color-cold-gray-800","color-informer-light-success-bg":"color-minty-green-a900","color-informer-light-warning-bg":"color-tan-orange-a900","color-informer-text-content":"color-cold-gray-200","color-input-bg":"color-cold-gray-850","color-input-border":"color-cold-gray-650","color-input-border-hover":"color-cold-gray-550","color-input-disabled-bg":"color-cold-gray-800","color-input-disabled-border":"color-cold-gray-650","color-input-disabled-text":"color-cold-gray-650","color-input-placeholder-wait":"color-cold-gray-500","color-input-readonly-bg":"color-cold-gray-800","color-input-readonly-border":"color-cold-gray-650","color-input-text":"color-cold-gray-200","color-item-action":"color-cold-gray-850","color-item-bg-selected":"color-tv-blue-a800","color-item-row-bg-hover":"color-cold-gray-800","color-item-row-border":"color-cold-gray-800","color-item-row-selected":"color-tv-blue-a800","color-item-row-text":"color-cold-gray-200","color-item-row-text-invalid":"color-ripe-red-400","color-item-shortcut-active-text":"color-cold-gray-200","color-item-text":"color-cold-gray-200","color-item-toolbox-active-text":"color-white","color-keyboard-button-bg":"color-cold-gray-850","color-keyboard-button-shadow":"color-cold-gray-750","color-keyboard-button-text":"color-cold-gray-200","color-legacy-bg-scroll-buttons-sf14":"#6a6d7899","color-light-tab-button-active-bg":"color-cold-gray-700","color-light-tab-button-default-bg":"color-cold-gray-800","color-light-tab-button-default-content":"color-cold-gray-200","color-light-tab-button-disabled-bg":"color-cold-gray-800","color-light-tab-button-disabled-content":"color-cold-gray-600","color-light-tab-button-hover-bg":"color-cold-gray-750","color-light-tab-button-selected-bg":"color-cold-gray-900","color-light-tab-button-selected-content":"color-white","color-linked-row-border":"color-tv-blue-700","color-load-chart-dialog-text":"color-cold-gray-350","color-loader-item-bg":"color-cold-gray-900","color-loading-buttons-dark":"color-cold-gray-800","color-loading-buttons-default":"color-cold-gray-800","color-loading-buttons-light":"color-cold-gray-100","color-long-position-bg":"#223d54","color-main-background":"color-cold-gray-850","color-main-content-text":"color-cold-gray-200","color-main-text":"color-cold-gray-200","color-margin-overflow":"color-ripe-red-500","color-menu-button":"color-cold-gray-850","color-menu-icon-hover":"color-cold-gray-200","color-menu-wrapper":"transparent","color-message-bg":"color-cold-gray-750","color-message-error-bg":"#6f2626","color-meter-buy-active-bg":"color-tv-blue-a800","color-meter-buy-bg":"color-tv-blue-a900","color-meter-sell-active-bg":"color-ripe-red-a800","color-meter-sell-bg":"color-ripe-red-a900","color-mobile-row-bottom-border":"color-cold-gray-750","color-mobile-table-background":"color-cold-gray-850","color-modal-backdrop":"color-cold-gray-950","color-now-border":"color-cold-gray-850","color-now-stick":"color-cold-gray-200","color-number-input-arrow-bg-hover":"color-cold-gray-750","color-number-input-arrow-hover":"color-cold-gray-200","color-opacity-bg":"color-black","color-open":"color-minty-green-500","color-option-active-bg":"color-cold-gray-800","color-option-hover-bg":"color-cold-gray-800","color-overall-volume-ask":"color-ripe-red-a900","color-overall-volume-bid":"color-tv-blue-a800","color-overall-volume-text-ask":"color-ripe-red-500","color-overall-volume-text-bid":"color-tv-blue-500","color-pane-bg-sf15":"#13172200","color-placeholder-down":"color-ripe-red-400","color-placeholder-up":"color-minty-green-400","color-pointer":"color-white","color-popup-menu-item":"color-cold-gray-750","color-position-warning-bg":"color-cold-gray-800","color-post-market":"color-tv-blue-500","color-pre-market":"color-tan-orange-600","color-preview-backdrop-background":"color-cold-gray-700","color-preview-error":"color-ripe-red-500","color-preview-main-text":"color-cold-gray-200","color-preview-warning-icon":"color-cold-gray-900","color-preview-warning-text":"color-cold-gray-200","color-price":"color-cold-gray-200","color-price-text":"color-cold-gray-200","color-primary-icon":"color-sky-blue-500","color-primary-popup":"color-cold-gray-900","color-progress":"color-tv-blue-500","color-progress-track":"color-cold-gray-650","color-properties-dialog-borders":"color-cold-gray-700","color-properties-dialog-defaults-text":"color-cold-gray-200","color-properties-dialog-tab-bg":"color-cold-gray-800","color-qty-bg-active-chart-dark":"color-cold-gray-900","color-qty-bg-active-chart-default":"color-cold-gray-900","color-qty-bg-active-chart-light":"color-cold-gray-150","color-qty-bg-chart-dark":"color-cold-gray-850","color-qty-bg-chart-default":"color-cold-gray-850","color-qty-bg-chart-light":"color-cold-gray-50","color-qty-bg-hover-chart-dark":"color-cold-gray-800","color-qty-bg-hover-chart-default":"color-cold-gray-800","color-qty-bg-hover-chart-light":"color-cold-gray-100","color-qty-text-chart-dark":"color-cold-gray-200","color-qty-text-chart-default":"color-cold-gray-200","color-qty-text-chart-light":"color-cold-gray-900","color-quantity-input-border":"color-cold-gray-650","color-quantity-input-disabled":"color-cold-gray-700","color-radio":"color-cold-gray-650","color-radio-checked":"color-tv-blue-500","color-radio-checked-bg":"color-cold-gray-200","color-radio-checked-hover":"color-tv-blue-600","color-radio-disabled":"color-cold-gray-650","color-radio-disabled-bg":"color-cold-gray-800","color-radio-hover":"color-cold-gray-600","color-range-background":"color-cold-gray-800","color-range-slider-bg":"color-cold-gray-700","color-range-slider-middle-bg":"color-tv-blue-500","color-red-price":"color-ripe-red-500","color-relative-price-arrow-hover":"color-cold-gray-200","color-relative-price-input-wait":"color-cold-gray-700","color-relative-price-list-item":"color-cold-gray-200","color-relative-price-list-item-hover-bg":"color-cold-gray-800","color-relative-price-list-item-selected":"color-tv-blue-50","color-relative-price-list-item-selected-bg":"color-tv-blue-500","color-remove-action-hover":"color-ripe-red-500","color-rename-input-background":"color-cold-gray-800","color-right-hover":"color-minty-green-700","color-right-main":"color-minty-green-600","color-round-tab-disabled-content":"color-cold-gray-600","color-round-tab-ghost-active-bg":"transparent","color-round-tab-ghost-active-border":"color-white","color-round-tab-ghost-active-content":"color-white","color-round-tab-ghost-default-bg":"transparent","color-round-tab-ghost-default-border":"transparent","color-round-tab-ghost-default-content":"color-cold-gray-200","color-round-tab-ghost-disabled-bg":"transparent","color-round-tab-ghost-hover-bg":"transparent","color-round-tab-ghost-hover-border":"color-cold-gray-700","color-round-tab-ghost-hover-content":"color-cold-gray-200","color-round-tab-ghost-selected-bg":"transparent","color-round-tab-ghost-selected-border":"color-white","color-round-tab-ghost-selected-content":"color-white","color-round-tab-primary-active-bg":"color-cold-gray-700","color-round-tab-primary-active-border":"color-cold-gray-700","color-round-tab-primary-active-content":"color-white","color-round-tab-primary-default-bg":"color-cold-gray-800","color-round-tab-primary-default-border":"color-cold-gray-800","color-round-tab-primary-default-content":"color-cold-gray-200","color-round-tab-primary-disabled-bg":"color-cold-gray-750","color-round-tab-primary-hover-bg":"color-cold-gray-750","color-round-tab-primary-hover-border":"color-cold-gray-750","color-round-tab-primary-hover-content":"color-cold-gray-200","color-round-tab-primary-selected-bg":"color-white","color-round-tab-primary-selected-border":"color-white","color-round-tab-primary-selected-content":"color-cold-gray-900","color-scroll-fade":"color-cold-gray-900","color-scrollbar-active":"color-cold-gray-350","color-scrollbar-default":"color-cold-gray-650","color-scrollbar-hover":"color-cold-gray-450","color-search-border":"color-cold-gray-700","color-section-bg":"color-cold-gray-800","color-section-buy-bg-active":"color-tv-blue-700","color-section-buy-bg-hover":"color-tv-blue-600","color-section-content":"color-cold-gray-650","color-section-content-active":"color-cold-gray-200","color-section-sell-bg-active":"color-ripe-red-700","color-section-sell-bg-hover":"color-ripe-red-600","color-selected-border":"color-cold-gray-200","color-selected-hovered-button-background":"color-tv-blue-a700","color-selected-symbol-background":"color-tv-blue-a800","color-sell-border-active":"color-ripe-red-500","color-sell-border-hover":"color-ripe-red-500","color-sell-btn-chart":"color-ripe-red-500","color-sell-btn-chart-active":"color-ripe-red-700","color-sell-btn-chart-hover":"color-ripe-red-600","color-sell-btn-text-dark":"color-ripe-red-50","color-sell-btn-text-default":"color-ripe-red-50","color-sell-btn-text-light":"color-white","color-sell-btn-withoutbg-active-chart-dark":"color-ripe-red-a900","color-sell-btn-withoutbg-active-chart-default":"color-ripe-red-a900","color-sell-btn-withoutbg-active-chart-light":"color-ripe-red-100","color-sell-btn-withoutbg-hover-chart-dark":"color-ripe-red-a900","color-sell-btn-withoutbg-hover-chart-default":"color-ripe-red-a900","color-sell-btn-withoutbg-hover-chart-light":"color-ripe-red-50","color-separator":"color-cold-gray-800","color-separator-active-background":"color-tv-blue-a800","color-separator-border":"color-cold-gray-800","color-shadow":"color-cold-gray-700","color-shadow-overlay-sf15":"#43465154","color-short-position-bg":"#49283b","color-small-bg":"color-cold-gray-850","color-solution-icon":"color-cold-gray-650","color-sort-button":"color-cold-gray-200","color-sort-button-bg-hover":"color-cold-gray-750","color-sort-button-icon-hover":"color-cold-gray-600","color-sortable-after-border":"color-cold-gray-450","color-spread":"color-cold-gray-300","color-spread-chart-dark":"color-cold-gray-200","color-spread-chart-default":"color-cold-gray-200","color-spread-chart-light":"color-cold-gray-900","color-square-tab-bg-active":"color-cold-gray-750","color-square-tab-bg-selected":"color-cold-gray-800","color-square-tab-bg-transparent":"transparent","color-square-tab-text-active":"color-white","color-success-row-border":"color-minty-green-600","color-suggestion-text":"color-cold-gray-450","color-swatch-border-hover":"color-cold-gray-650","color-switch-bg":"transparent","color-switch-border":"color-cold-gray-650","color-switch-hover-bg":"color-cold-gray-800","color-symbol":"color-cold-gray-400","color-symbol-border":"color-cold-gray-800","color-tab-disabled":"transparent","color-tab-hover":"color-cold-gray-800","color-tab-switcher-border":"color-cold-gray-700","color-table-faded-text":"#6a6d78","color-table-title-text":"#868993","color-tag-bg":"color-cold-gray-800","color-tag-bg-active":"color-tv-blue-a800","color-tag-bg-disabled":"color-cold-gray-750","color-tag-bg-hover":"color-cold-gray-750","color-tag-buy":"color-tv-blue-500","color-tag-sell":"color-ripe-red-500","color-tag-text":"color-white","color-tag-text-disabled":"color-cold-gray-600","color-tag-text-secondary":"color-cold-gray-200","color-templates-dialog-body-border":"color-cold-gray-700","color-text":"color-cold-gray-200","color-text-btn-activated-bg":"color-tv-blue-a800","color-text-btn-activated-content":"color-tv-blue-100","color-text-btn-bg-active-brand":"color-tv-blue-a800","color-text-btn-bg-active-gray":"color-cold-gray-750","color-text-btn-bg-active-light-gray":"color-cold-gray-750","color-text-btn-bg-checked-brand":"color-tv-blue-a800","color-text-btn-bg-checked-gray":"color-cold-gray-800","color-text-btn-bg-checked-light-gray":"color-cold-gray-800","color-text-btn-bg-hover-brand":"color-tv-blue-a800","color-text-btn-bg-hover-gray":"color-cold-gray-800","color-text-btn-bg-hover-light-gray":"color-cold-gray-800","color-text-btn-content-active-brand":"color-tv-blue-200","color-text-btn-content-active-gray":"color-white","color-text-btn-content-active-light-gray":"color-white","color-text-btn-content-brand":"color-tv-blue-500","color-text-btn-content-checked-brand":"color-tv-blue-100","color-text-btn-content-checked-gray":"color-white","color-text-btn-content-checked-light-gray":"color-white","color-text-btn-content-disabled-brand":"color-cold-gray-600","color-text-btn-content-disabled-gray":"color-cold-gray-600","color-text-btn-content-disabled-light-gray":"color-cold-gray-600","color-text-btn-content-gray":"color-cold-gray-200","color-text-btn-content-hover-brand":"color-tv-blue-100","color-text-btn-content-hover-gray":"color-white","color-text-btn-content-hover-light-gray":"color-white","color-text-btn-content-light-gray":"color-cold-gray-450","color-text-input":"color-cold-gray-200","color-text-white":"color-white","color-textarea-bg":"color-cold-gray-900","color-ticker":"color-cold-gray-200","color-ticker-background":"color-cold-gray-800","color-time-mark":"color-cold-gray-850","color-title":"color-cold-gray-650","color-title-background":"color-cold-gray-800","color-title-text":"color-cold-gray-200","color-toast-bg":"color-cold-gray-850","color-tooltip-background":"color-cold-gray-850","color-tooltip-blue":"color-tv-blue-a200","color-tooltip-card-shadow":"color-black","color-tooltip-force-transparent":"transparent","color-tooltip-gray":"color-cold-gray-300","color-tooltip-text":"color-cold-gray-200","color-tooltip-time":"color-cold-gray-100","color-tooltip-wizard-bg":"color-tv-blue-500","color-top-border-content":"color-cold-gray-700","color-trading-widget-title-text":"color-cold-gray-300","color-tree-bg":"color-cold-gray-900","color-tv-blue-400-item-hover":"color-cold-gray-800","color-tv-button-group-primary":"color-tv-blue-50","color-tv-dom-panel-header-bg":"color-cold-gray-900","color-tv-dom-widget-main-value-border":"color-cold-gray-750","color-ui-loading-indicator-bg":"color-cold-gray-900","color-underline-tab-active-content":"color-cold-gray-200","color-underline-tab-default-content":"color-cold-gray-200","color-underline-tab-selected-content":"color-cold-gray-200","color-unitconversion-active":"color-cold-gray-100","color-unitconversion-active-text":"color-black","color-unitconversion-bottom-border":"color-cold-gray-800","color-unitconversion-highlighted-text":"color-tv-blue-200","color-unitconversion-label":"color-cold-gray-200","color-unitconversion-selected-bg":"color-tv-blue-a800","color-wait":"color-cold-gray-700","color-warn-text":"color-tan-orange-600","color-week-day-text-active":"color-cold-gray-200","color-white-border":"transparent","color-white-hover":"color-white","color-widget-header-border":"color-cold-gray-800","color-widget-header-title-color":"color-cold-gray-200","color-widget-separator":"color-cold-gray-800","color-widgetbar-titles":"color-cold-gray-200"},"light":{"color-absolute-price-arrow-hover":"color-cold-gray-900","color-absolute-price-input-wait":"color-cold-gray-150","color-absolute-price-list-item":"color-cold-gray-800","color-absolute-price-list-item-hover-bg":"color-cold-gray-100","color-absolute-price-list-item-selected":"color-white","color-absolute-price-list-item-selected-bg":"color-tv-blue-500","color-account-name":"color-cold-gray-900","color-active-bar":"color-white","color-active-border":"color-tv-blue-500","color-active-layout-text":"color-white","color-active-section-buy-bg":"color-tv-blue-500","color-active-section-sell-bg":"color-ripe-red-500","color-active-switch-bg":"color-tv-blue-500","color-active-tab-text-color":"color-cold-gray-900","color-add-dialog-text":"color-cold-gray-900","color-additional-text":"color-cold-gray-400","color-after-market-close":"color-tv-blue-500","color-after-market-close-bg":"color-tv-blue-400","color-arrow":"color-cold-gray-900","color-arrow-text":"color-cold-gray-900","color-arrow-text-hover":"color-black","color-ask-label":"color-tv-blue-500","color-background":"color-white","color-background-hover":"color-cold-gray-100","color-background-selected":"color-tv-blue-50","color-background-transparent-sf15":"#ffffff00","color-bar":"color-cold-gray-900","color-before-market-open":"color-tan-orange-600","color-before-market-open-bg":"color-tan-orange-400","color-bg-separator":"color-cold-gray-100","color-bid-label":"color-ripe-red-500","color-blue-price":"color-tv-blue-500","color-bracket-checkbox-label":"color-black","color-bracket-input-disabled":"color-cold-gray-150","color-broker-button-bg-hover-dark":"color-cold-gray-800","color-broker-button-bg-hover-default":"color-cold-gray-100","color-broker-button-bg-hover-light":"color-cold-gray-100","color-broker-button-border-dark":"color-cold-gray-700","color-broker-button-border-default":"color-cold-gray-200","color-broker-button-border-light":"color-cold-gray-200","color-broker-button-icon-dark":"color-cold-gray-300","color-broker-button-icon-default":"color-black","color-broker-button-icon-light":"color-black","color-btn-activated-bg":"color-tv-blue-50","color-btn-activated-border":"color-tv-blue-50","color-btn-activated-content":"color-tv-blue-600","color-btn-black-focus-outline":"color-tv-blue-500","color-btn-black-friday-primary-content":"color-white","color-btn-black-ghost-active-bg":"color-cold-gray-800","color-btn-black-ghost-active-border":"color-white","color-btn-black-ghost-active-content":"color-white","color-btn-black-ghost-default-bg":"transparent","color-btn-black-ghost-default-border":"transparent","color-btn-black-ghost-default-content":"color-cold-gray-900","color-btn-black-ghost-hover-bg":"transparent","color-btn-black-ghost-hover-border":"color-cold-gray-900","color-btn-black-ghost-hover-content":"color-cold-gray-900","color-btn-black-primary-active-bg":"color-cold-gray-700","color-btn-black-primary-active-border":"color-cold-gray-700","color-btn-black-primary-active-content":"color-white","color-btn-black-primary-default-bg":"color-cold-gray-900","color-btn-black-primary-default-border":"color-cold-gray-900","color-btn-black-primary-default-content":"color-white","color-btn-black-primary-hover-bg":"color-cold-gray-800","color-btn-black-primary-hover-border":"color-cold-gray-800","color-btn-black-primary-hover-content":"color-white","color-btn-black-quiet-primary-active-bg":"color-cold-gray-800","color-btn-black-quiet-primary-active-border":"color-cold-gray-800","color-btn-black-quiet-primary-active-content":"color-white","color-btn-black-quiet-primary-default-bg":"color-white","color-btn-black-quiet-primary-default-border":"color-white","color-btn-black-quiet-primary-default-content":"color-cold-gray-900","color-btn-black-quiet-primary-hover-bg":"color-cold-gray-900","color-btn-black-quiet-primary-hover-border":"color-cold-gray-900","color-btn-black-quiet-primary-hover-content":"color-white","color-btn-black-secondary-active-bg":"color-cold-gray-700","color-btn-black-secondary-active-border":"color-cold-gray-700","color-btn-black-secondary-active-content":"color-white","color-btn-black-secondary-default-bg":"color-white","color-btn-black-secondary-default-border":"color-cold-gray-900","color-btn-black-secondary-default-content":"color-cold-gray-900","color-btn-black-secondary-hover-bg":"color-cold-gray-800","color-btn-black-secondary-hover-border":"color-cold-gray-800","color-btn-black-secondary-hover-content":"color-white","color-btn-brand-focus-outline":"color-tv-blue-500","color-btn-brand-ghost-active-bg":"color-tv-blue-700","color-btn-brand-ghost-active-border":"color-tv-blue-700","color-btn-brand-ghost-active-content":"color-white","color-btn-brand-ghost-default-bg":"transparent","color-btn-brand-ghost-default-border":"transparent","color-btn-brand-ghost-default-content":"color-tv-blue-500","color-btn-brand-ghost-hover-bg":"transparent","color-btn-brand-ghost-hover-border":"color-tv-blue-500","color-btn-brand-ghost-hover-content":"color-tv-blue-500","color-btn-brand-primary-active-bg":"color-tv-blue-700","color-btn-brand-primary-active-border":"color-tv-blue-700","color-btn-brand-primary-active-content":"color-white","color-btn-brand-primary-default-bg":"color-tv-blue-500","color-btn-brand-primary-default-border":"color-tv-blue-500","color-btn-brand-primary-default-content":"color-white","color-btn-brand-primary-hover-bg":"color-tv-blue-600","color-btn-brand-primary-hover-border":"color-tv-blue-600","color-btn-brand-primary-hover-content":"color-white","color-btn-brand-quiet-primary-active-bg":"color-tv-blue-100","color-btn-brand-quiet-primary-active-border":"color-tv-blue-100","color-btn-brand-quiet-primary-active-content":"color-tv-blue-600","color-btn-brand-quiet-primary-default-bg":"color-white","color-btn-brand-quiet-primary-default-border":"color-white","color-btn-brand-quiet-primary-default-content":"color-tv-blue-500","color-btn-brand-quiet-primary-hover-bg":"color-tv-blue-50","color-btn-brand-quiet-primary-hover-border":"color-tv-blue-50","color-btn-brand-quiet-primary-hover-content":"color-tv-blue-500","color-btn-brand-secondary-active-bg":"color-tv-blue-700","color-btn-brand-secondary-active-border":"color-tv-blue-700","color-btn-brand-secondary-active-content":"color-white","color-btn-brand-secondary-default-bg":"color-white","color-btn-brand-secondary-default-border":"color-tv-blue-500","color-btn-brand-secondary-default-content":"color-tv-blue-500","color-btn-brand-secondary-focus-visible-outline":"color-tv-blue-500","color-btn-brand-secondary-hover-bg":"color-tv-blue-600","color-btn-brand-secondary-hover-border":"color-tv-blue-600","color-btn-brand-secondary-hover-content":"color-white","color-btn-cyber-monday-primary-content":"color-cold-gray-900","color-btn-cyber-monday-secondary-active-bg":"color-sky-blue-a700","color-btn-cyber-monday-secondary-active-border":"color-sky-blue-a700","color-btn-cyber-monday-secondary-active-content":"color-cold-gray-900","color-btn-cyber-monday-secondary-default-bg":"transparent","color-btn-cyber-monday-secondary-default-border":"color-sky-blue-a400","color-btn-cyber-monday-secondary-default-content":"color-sky-blue-a400","color-btn-cyber-monday-secondary-hover-bg":"color-sky-blue-a400","color-btn-cyber-monday-secondary-hover-border":"color-sky-blue-a400","color-btn-cyber-monday-secondary-hover-content":"color-cold-gray-900","color-btn-danger":"color-ripe-red-400","color-btn-danger-active":"color-ripe-red-700","color-btn-danger-hover":"color-ripe-red-600","color-btn-disabled-bg":"color-cold-gray-150","color-btn-disabled-content":"color-cold-gray-300","color-btn-ghost-disabled-bg":"transparent","color-btn-ghost-disabled-border":"transparent","color-btn-gray-focus-outline":"color-tv-blue-500","color-btn-gray-ghost-active-bg":"color-cold-gray-100","color-btn-gray-ghost-active-border":"color-cold-gray-100","color-btn-gray-ghost-active-content":"color-cold-gray-900","color-btn-gray-ghost-default-bg":"transparent","color-btn-gray-ghost-default-border":"transparent","color-btn-gray-ghost-default-content":"color-cold-gray-900","color-btn-gray-ghost-hover-bg":"transparent","color-btn-gray-ghost-hover-border":"color-cold-gray-150","color-btn-gray-ghost-hover-content":"color-cold-gray-900","color-btn-gray-primary-active-bg":"color-cold-gray-200","color-btn-gray-primary-active-border":"transparent","color-btn-gray-primary-active-content":"color-cold-gray-900","color-btn-gray-primary-default-bg":"color-cold-gray-100","color-btn-gray-primary-default-border":"color-cold-gray-100","color-btn-gray-primary-default-content":"color-cold-gray-900","color-btn-gray-primary-hover-bg":"color-cold-gray-150","color-btn-gray-primary-hover-border":"color-cold-gray-150","color-btn-gray-primary-hover-content":"color-cold-gray-900","color-btn-gray-quiet-primary-active-bg":"color-cold-gray-150","color-btn-gray-quiet-primary-active-border":"transparent","color-btn-gray-quiet-primary-active-content":"color-cold-gray-900","color-btn-gray-quiet-primary-default-bg":"color-white","color-btn-gray-quiet-primary-default-border":"color-white","color-btn-gray-quiet-primary-default-content":"color-cold-gray-900","color-btn-gray-quiet-primary-hover-bg":"color-cold-gray-100","color-btn-gray-quiet-primary-hover-border":"color-cold-gray-100","color-btn-gray-quiet-primary-hover-content":"color-cold-gray-900","color-btn-gray-secondary-active-bg":"color-cold-gray-150","color-btn-gray-secondary-active-border":"color-cold-gray-150","color-btn-gray-secondary-active-content":"color-cold-gray-900","color-btn-gray-secondary-default-bg":"color-white","color-btn-gray-secondary-default-border":"color-cold-gray-150","color-btn-gray-secondary-default-content":"color-cold-gray-900","color-btn-gray-secondary-hover-bg":"color-cold-gray-100","color-btn-gray-secondary-hover-border":"color-cold-gray-100","color-btn-gray-secondary-hover-content":"color-cold-gray-900","color-btn-green-primary-active-bg":"color-minty-green-700","color-btn-green-primary-active-border":"color-minty-green-700","color-btn-green-primary-active-content":"color-white","color-btn-green-primary-default-bg":"color-minty-green-500","color-btn-green-primary-default-border":"color-minty-green-500","color-btn-green-primary-default-content":"color-white","color-btn-green-primary-hover-bg":"color-minty-green-600","color-btn-green-primary-hover-border":"color-minty-green-600","color-btn-green-primary-hover-content":"color-white","color-btn-green-secondary-active-bg":"color-minty-green-700","color-btn-green-secondary-active-border":"color-minty-green-700","color-btn-green-secondary-active-content":"color-white","color-btn-green-secondary-default-bg":"transparent","color-btn-green-secondary-default-border":"color-minty-green-500","color-btn-green-secondary-default-content":"color-minty-green-500","color-btn-green-secondary-hover-bg":"color-minty-green-600","color-btn-green-secondary-hover-border":"color-minty-green-600","color-btn-green-secondary-hover-content":"color-white","color-btn-invertedblack-focus-outline":"color-tv-blue-500","color-btn-invertedblack-ghost-active-bg":"color-cold-gray-100","color-btn-invertedblack-ghost-active-border":"color-cold-gray-900","color-btn-invertedblack-ghost-active-content":"color-cold-gray-900","color-btn-invertedblack-ghost-default-bg":"transparent","color-btn-invertedblack-ghost-default-border":"transparent","color-btn-invertedblack-ghost-default-content":"color-cold-gray-200","color-btn-invertedblack-ghost-hover-bg":"transparent","color-btn-invertedblack-ghost-hover-border":"color-white","color-btn-invertedblack-ghost-hover-content":"color-white","color-btn-invertedblack-primary-active-bg":"color-cold-gray-200","color-btn-invertedblack-primary-active-border":"color-cold-gray-200","color-btn-invertedblack-primary-active-content":"color-cold-gray-900","color-btn-invertedblack-primary-default-bg":"color-white","color-btn-invertedblack-primary-default-border":"color-white","color-btn-invertedblack-primary-default-content":"color-cold-gray-900","color-btn-invertedblack-primary-hover-bg":"color-cold-gray-100","color-btn-invertedblack-primary-hover-border":"color-cold-gray-100","color-btn-invertedblack-primary-hover-content":"color-cold-gray-900","color-btn-invertedblack-quiet-primary-active-bg":"color-cold-gray-100","color-btn-invertedblack-quiet-primary-active-border":"color-cold-gray-100","color-btn-invertedblack-quiet-primary-active-content":"color-cold-gray-900","color-btn-invertedblack-quiet-primary-default-bg":"color-black","color-btn-invertedblack-quiet-primary-default-border":"color-black","color-btn-invertedblack-quiet-primary-default-content":"color-cold-gray-200","color-btn-invertedblack-quiet-primary-hover-bg":"color-white","color-btn-invertedblack-quiet-primary-hover-border":"color-white","color-btn-invertedblack-quiet-primary-hover-content":"color-cold-gray-900","color-btn-invertedblack-secondary-active-bg":"color-cold-gray-200","color-btn-invertedblack-secondary-active-border":"color-cold-gray-200","color-btn-invertedblack-secondary-active-content":"color-cold-gray-900","color-btn-invertedblack-secondary-default-bg":"color-black","color-btn-invertedblack-secondary-default-border":"color-white","color-btn-invertedblack-secondary-default-content":"color-white","color-btn-invertedblack-secondary-hover-bg":"color-cold-gray-100","color-btn-invertedblack-secondary-hover-border":"color-cold-gray-100","color-btn-invertedblack-secondary-hover-content":"color-cold-gray-900","color-btn-primary-bg-active":"color-cold-gray-700","color-btn-primary-bg-default":"color-cold-gray-900","color-btn-primary-bg-hover":"color-cold-gray-800","color-btn-primary-disabled-bg":"color-cold-gray-150","color-btn-primary-disabled-border":"color-cold-gray-150","color-btn-primary-fg":"color-white","color-btn-primary-fg-default":"color-cold-gray-900","color-btn-primary-fg-other":"color-white","color-btn-quiet-primary-disabled-bg":"color-cold-gray-150","color-btn-quiet-primary-disabled-border":"color-cold-gray-150","color-btn-red-focus-outline":"color-ripe-red-500","color-btn-red-ghost-active-bg":"color-ripe-red-700","color-btn-red-ghost-active-border":"color-ripe-red-700","color-btn-red-ghost-active-content":"color-white","color-btn-red-ghost-default-bg":"transparent","color-btn-red-ghost-default-border":"transparent","color-btn-red-ghost-default-content":"color-ripe-red-500","color-btn-red-ghost-hover-bg":"transparent","color-btn-red-ghost-hover-border":"color-ripe-red-500","color-btn-red-ghost-hover-content":"color-ripe-red-500","color-btn-red-primary-active-bg":"color-ripe-red-700","color-btn-red-primary-active-border":"color-ripe-red-700","color-btn-red-primary-active-content":"color-white","color-btn-red-primary-default-bg":"color-ripe-red-500","color-btn-red-primary-default-border":"color-ripe-red-500","color-btn-red-primary-default-content":"color-white","color-btn-red-primary-hover-bg":"color-ripe-red-600","color-btn-red-primary-hover-border":"color-ripe-red-600","color-btn-red-primary-hover-content":"color-white","color-btn-red-quiet-primary-active-bg":"color-ripe-red-50","color-btn-red-quiet-primary-active-border":"color-ripe-red-50","color-btn-red-quiet-primary-active-content":"color-ripe-red-500","color-btn-red-quiet-primary-default-bg":"color-white","color-btn-red-quiet-primary-default-border":"color-white","color-btn-red-quiet-primary-default-content":"color-ripe-red-500","color-btn-red-quiet-primary-hover-bg":"color-cold-gray-100","color-btn-red-quiet-primary-hover-border":"color-cold-gray-100","color-btn-red-quiet-primary-hover-content":"color-ripe-red-500","color-btn-red-secondary-active-bg":"color-ripe-red-700","color-btn-red-secondary-active-border":"color-ripe-red-700","color-btn-red-secondary-active-content":"color-white","color-btn-red-secondary-default-bg":"transparent","color-btn-red-secondary-default-border":"color-ripe-red-500","color-btn-red-secondary-default-content":"color-ripe-red-500","color-btn-red-secondary-hover-bg":"color-ripe-red-600","color-btn-red-secondary-hover-border":"color-ripe-red-600","color-btn-red-secondary-hover-content":"color-white","color-btn-secondary-disabled-bg":"transparent","color-btn-secondary-disabled-border":"color-cold-gray-150","color-btn-sell":"color-ripe-red-500","color-btn-sell-active":"color-ripe-red-700","color-btn-sell-hover":"color-ripe-red-600","color-button-action-active":"color-cold-gray-700","color-button-action-background-disabled":"color-cold-gray-150","color-button-action-background-pl-disabled":"color-cold-gray-100","color-button-action-background-text-disabled":"color-cold-gray-300","color-button-action-border":"color-cold-gray-400","color-button-action-text":"color-cold-gray-900","color-button-action-text-disabled":"color-cold-gray-300","color-button-background":"color-cold-gray-100","color-button-bg":"color-cold-gray-400","color-button-bg-hover":"color-cold-gray-550","color-button-bg-selected":"color-tv-blue-200","color-button-border":"color-cold-gray-200","color-button-disabled-bg":"color-cold-gray-150","color-button-hover":"color-cold-gray-100","color-button-position-buy":"color-tv-blue-500","color-button-position-buy-active":"color-tv-blue-700","color-button-position-buy-hover":"color-tv-blue-600","color-button-position-profit":"color-minty-green-500","color-button-position-profit-active":"color-minty-green-700","color-button-position-profit-hover":"color-minty-green-600","color-button-position-sell":"color-ripe-red-500","color-button-position-sell-active":"color-ripe-red-700","color-button-position-sell-hover":"color-ripe-red-600","color-button-text":"color-cold-gray-900","color-button-text-active":"color-white","color-button-text-color":"color-white","color-button-text-disabled":"color-cold-gray-300","color-buy-border-active":"color-tv-blue-500","color-buy-border-hover":"color-tv-blue-500","color-buy-btn-chart":"color-tv-blue-500","color-buy-btn-chart-active":"color-tv-blue-700","color-buy-btn-chart-hover":"color-tv-blue-600","color-buy-btn-text-dark":"color-tv-blue-50","color-buy-btn-text-default":"color-white","color-buy-btn-text-light":"color-white","color-buy-btn-withoutbg-active-chart-dark":"color-tv-blue-a900","color-buy-btn-withoutbg-active-chart-default":"color-tv-blue-100","color-buy-btn-withoutbg-active-chart-light":"color-tv-blue-100","color-buy-btn-withoutbg-chart-dark":"color-cold-gray-900","color-buy-btn-withoutbg-chart-default":"color-white","color-buy-btn-withoutbg-chart-light":"color-white","color-buy-btn-withoutbg-hover-chart-dark":"color-tv-blue-a900","color-buy-btn-withoutbg-hover-chart-default":"color-tv-blue-50","color-buy-btn-withoutbg-hover-chart-light":"color-tv-blue-50","color-calculator-active":"color-cold-gray-900","color-calendar-accent-color":"color-white","color-calendar-weekdays-bg-color":"color-cold-gray-50","color-card-bg":"color-white","color-caret-hover":"color-cold-gray-100","color-cell-content-text":"color-cold-gray-900","color-cell-text":"color-cold-gray-900","color-cell-text-falling":"color-ripe-red-500","color-cell-text-growing":"color-minty-green-400","color-checkbox":"color-cold-gray-300","color-checkbox-active":"color-tv-blue-700","color-checkbox-checked":"color-tv-blue-500","color-checkbox-checked-hover":"color-tv-blue-600","color-checkbox-disabled":"color-cold-gray-300","color-checkbox-disabled-bg":"color-cold-gray-150","color-checkbox-focused":"color-tv-blue-500","color-checkbox-hover":"color-cold-gray-350","color-checkbox-icon":"color-white","color-child-of-selected-background":"color-tv-blue-50","color-child-of-selected-hovered-button-background":"color-tv-blue-100","color-circle-logo-background":"color-cold-gray-150","color-circle-logo-letter":"color-white","color-close":"color-cold-gray-400","color-close-button-active-bg":"color-cold-gray-150","color-close-button-active-text":"color-cold-gray-900","color-close-button-hover-bg":"color-cold-gray-100","color-close-button-hover-text":"color-cold-gray-900","color-common-tooltip-force-transparent":"transparent","color-common-tooltip-hotkey-divider":"color-cold-gray-600","color-common-tooltip-hotkey-text":"color-tan-orange-500","color-container-border":"color-cold-gray-100","color-container-hover-bg":"color-cold-gray-100","color-content-disabled":"color-cold-gray-300","color-content-item-bg":"color-white","color-context-menu-item-active-shortcut":"color-cold-gray-300","color-context-menu-item-checked":"color-cold-gray-900","color-control-border-hover":"color-cold-gray-350","color-control-disabled-bg":"color-cold-gray-100","color-control-disabled-text":"color-cold-gray-550","color-control-highlight-intent-danger":"color-control-intent-danger","color-control-highlight-intent-default":"color-cold-gray-300","color-control-highlight-intent-primary":"color-control-intent-primary","color-control-highlight-intent-success":"color-control-intent-success","color-control-highlight-intent-warning":"color-control-intent-warning","color-cross-white":"color-white","color-currency":"color-cold-gray-550","color-currency-active":"color-white","color-custom-button":"color-cold-gray-900","color-custom-button-hover":"color-cold-gray-100","color-custom-field-checkbox-label":"color-black","color-custom-field-section-title":"color-black","color-danger-row-border":"color-ripe-red-500","color-data-table-btn-hover":"color-cold-gray-650","color-data-table-cell-blue-background-bg":"#eaf3fb","color-data-table-cell-border":"#e6eaef","color-data-table-cell-red-background-bg":"#f4ecec","color-data-table-cell-status-bg":"#e6e9ed","color-data-table-stroke-grayed":"#999999","color-data-table-tbody-hover-bg":"#f3f5f9","color-data-table-thead-bg":"color-cold-gray-50","color-default-active-bg":"#ececec","color-desktop-row-border":"color-cold-gray-100","color-desktop-table-background":"color-white","color-details-falling":"color-ripe-red-500","color-details-growing":"color-minty-green-400","color-dialog-background":"color-white","color-dialog-text":"color-cold-gray-900","color-disabled-title":"color-cold-gray-300","color-divider-intent-default":"color-cold-gray-100","color-divider-intent-primary":"color-cold-gray-150","color-dom-widget-button-active-ask":"color-tv-blue-700","color-dom-widget-button-active-bid":"color-ripe-red-700","color-dom-widget-button-ask":"color-tv-blue-500","color-dom-widget-button-bid":"color-ripe-red-500","color-dom-widget-button-close-cross":"color-cold-gray-300","color-dom-widget-button-disabled":"color-cold-gray-150","color-dom-widget-button-hover-ask":"color-tv-blue-600","color-dom-widget-button-hover-bid":"color-ripe-red-600","color-dom-widget-lock-active":"color-cold-gray-900","color-dom-widget-nav-border":"color-cold-gray-50","color-dot-bg":"color-cold-gray-300","color-drag-icon":"color-cold-gray-300","color-drawer-item-active-bg":"color-tv-blue-500","color-drawer-item-active-text":"color-white","color-drawer-item-text":"color-cold-gray-900","color-drop-layer":"color-white","color-drop-target-border":"color-tv-blue-500","color-dropdown-active-bg":"color-tv-blue-100","color-dropzone-bg":"color-cold-gray-50","color-dropzone-border":"color-cold-gray-200","color-dropzone-icon-bg":"color-white","color-dropzone-text":"color-cold-gray-400","color-edit-button-background-hover":"color-cold-gray-150","color-edit-button-icon-hover":"color-cold-gray-900","color-edit-button-text":"color-cold-gray-900","color-edit-button-text-disabled":"color-cold-gray-300","color-empty-border":"color-black","color-empty-line":"color-ripe-red-400","color-error-background":"color-white","color-error-text":"color-cold-gray-700","color-expand-handle-bg-hover":"color-cold-gray-150","color-favorite-bg-hover":"color-cold-gray-100","color-favorite-border":"color-cold-gray-150","color-favorite-checked":"color-banana-yellow-700","color-favorite-round-bg":"color-black","color-favorite-round-text":"color-white","color-favorite-study-template-bg-hover":"color-cold-gray-100","color-favorite-study-template-border":"color-cold-gray-200","color-favorite-study-template-text":"color-cold-gray-900","color-favorite-study-template-text-hover":"color-black","color-favorite-text":"color-cold-gray-900","color-first-item-border":"transparent","color-floating-toolbar-shadow":"color-cold-gray-550","color-force-transparent":"transparent","color-gray":"color-cold-gray-150","color-grayed-text":"color-cold-gray-300","color-headcell-text-hovered":"color-cold-gray-900","color-header-border":"color-cold-gray-150","color-header-hover":"color-cold-gray-100","color-header-hovered-button-bg-disabled":"color-white","color-header-text-disabled":"color-cold-gray-300","color-header-title-symbol-exchange":"color-cold-gray-650","color-headerspace-btn-active-bg":"color-cold-gray-100","color-headerspace-btn-icon-color":"color-cold-gray-900","color-highlight-falling":"color-ripe-red-500","color-highlight-growing":"color-minty-green-400","color-highlight-search":"color-tv-blue-200","color-highlighted-text":"color-tv-blue-200","color-hovered-background":"color-cold-gray-100","color-hovered-button-background":"color-cold-gray-150","color-hovered-row-background":"color-cold-gray-100","color-hovered-settings-button-background":"color-cold-gray-150","color-hovered-watchlist-header-cell":"color-cold-gray-600","color-icon":"color-black","color-icon-background-selected-hover":"color-tv-blue-200","color-icon-hover":"color-cold-gray-900","color-icon-hover-color":"color-cold-gray-900","color-icon-selected":"color-white","color-icon-selected-hover":"color-tv-blue-200","color-indicators-text":"color-cold-gray-900","color-info":"color-cold-gray-400","color-info-icon":"color-cold-gray-200","color-info-table-row-hover-bg":"color-cold-gray-100","color-info-table-text-buy":"color-tv-blue-500","color-info-table-text-disabled":"color-cold-gray-150","color-info-table-text-highlighted":"color-cold-gray-900","color-info-table-text-sell":"color-ripe-red-500","color-informer-intent-danger":"color-ripe-red-500","color-informer-intent-danger-bg":"color-white","color-informer-intent-danger-border":"color-ripe-red-500","color-informer-intent-default":"color-cold-gray-550","color-informer-intent-default-bg":"color-white","color-informer-intent-default-border":"color-cold-gray-150","color-informer-intent-success":"color-minty-green-500","color-informer-intent-success-bg":"color-white","color-informer-intent-success-border":"color-minty-green-500","color-informer-intent-warning":"color-tan-orange-500","color-informer-intent-warning-bg":"color-white","color-informer-intent-warning-border":"color-tan-orange-500","color-informer-light-danger-bg":"color-ripe-red-50","color-informer-light-default-bg":"color-cold-gray-100","color-informer-light-success-bg":"color-minty-green-50","color-informer-light-warning-bg":"color-tan-orange-50","color-informer-text-content":"color-cold-gray-900","color-input-bg":"color-white","color-input-border":"color-cold-gray-200","color-input-border-hover":"color-cold-gray-350","color-input-disabled-bg":"color-cold-gray-100","color-input-disabled-border":"color-cold-gray-200","color-input-disabled-text":"color-cold-gray-300","color-input-placeholder-wait":"color-cold-gray-100","color-input-readonly-bg":"color-cold-gray-100","color-input-readonly-border":"color-cold-gray-200","color-input-text":"color-cold-gray-900","color-item-action":"color-white","color-item-bg-selected":"color-tv-blue-100","color-item-row-bg-hover":"color-cold-gray-100","color-item-row-border":"color-cold-gray-100","color-item-row-selected":"color-tv-blue-100","color-item-row-text":"color-cold-gray-900","color-item-row-text-invalid":"color-ripe-red-400","color-item-shortcut-active-text":"color-white","color-item-text":"color-cold-gray-900","color-item-toolbox-active-text":"color-white","color-keyboard-button-bg":"color-white","color-keyboard-button-shadow":"color-cold-gray-150","color-keyboard-button-text":"color-cold-gray-900","color-legacy-bg-scroll-buttons-sf14":"#1e222d99","color-light-tab-button-active-bg":"color-cold-gray-200","color-light-tab-button-default-bg":"color-cold-gray-100","color-light-tab-button-default-content":"color-cold-gray-900","color-light-tab-button-disabled-bg":"color-cold-gray-100","color-light-tab-button-disabled-content":"color-cold-gray-300","color-light-tab-button-hover-bg":"color-cold-gray-150","color-light-tab-button-selected-bg":"color-white","color-light-tab-button-selected-content":"color-cold-gray-900","color-linked-row-border":"color-tv-blue-500","color-load-chart-dialog-text":"color-cold-gray-900","color-loader-item-bg":"color-white","color-loading-buttons-dark":"color-cold-gray-800","color-loading-buttons-default":"color-cold-gray-100","color-loading-buttons-light":"color-cold-gray-100","color-long-position-bg":"#d8f0fa","color-main-background":"color-white","color-main-content-text":"color-cold-gray-900","color-main-text":"color-cold-gray-900","color-margin-overflow":"color-ripe-red-500","color-menu-button":"color-white","color-menu-icon-hover":"color-cold-gray-900","color-menu-wrapper":"transparent","color-message-bg":"color-minty-green-50","color-message-error-bg":"color-ripe-red-50","color-meter-buy-active-bg":"color-tv-blue-100","color-meter-buy-bg":"color-tv-blue-50","color-meter-sell-active-bg":"color-ripe-red-100","color-meter-sell-bg":"color-ripe-red-50","color-mobile-row-bottom-border":"color-cold-gray-150","color-mobile-table-background":"color-white","color-modal-backdrop":"color-cold-gray-400","color-now-border":"color-white","color-now-stick":"color-cold-gray-900","color-number-input-arrow-bg-hover":"color-cold-gray-100","color-number-input-arrow-hover":"color-cold-gray-900","color-opacity-bg":"color-white","color-open":"color-minty-green-500","color-option-active-bg":"#ececec","color-option-hover-bg":"#f2f2f2","color-overall-volume-ask":"color-ripe-red-50","color-overall-volume-bid":"color-tv-blue-50","color-overall-volume-text-ask":"color-ripe-red-500","color-overall-volume-text-bid":"color-tv-blue-500","color-pane-bg-sf15":"#ffffff00","color-placeholder-down":"color-ripe-red-400","color-placeholder-up":"color-minty-green-400","color-pointer":"color-white","color-popup-menu-item":"color-cold-gray-200","color-position-warning-bg":"color-cold-gray-50","color-post-market":"color-tv-blue-500","color-pre-market":"color-tan-orange-600","color-preview-backdrop-background":"color-cold-gray-100","color-preview-error":"color-ripe-red-500","color-preview-main-text":"color-cold-gray-900","color-preview-warning-icon":"color-white","color-preview-warning-text":"color-cold-gray-900","color-price":"color-cold-gray-900","color-price-text":"color-cold-gray-900","color-primary-icon":"color-sky-blue-500","color-primary-popup":"color-white","color-progress":"color-tv-blue-500","color-progress-track":"color-tv-blue-50","color-properties-dialog-borders":"color-cold-gray-150","color-properties-dialog-defaults-text":"color-cold-gray-900","color-properties-dialog-tab-bg":"color-cold-gray-100","color-qty-bg-active-chart-dark":"color-cold-gray-900","color-qty-bg-active-chart-default":"color-cold-gray-150","color-qty-bg-active-chart-light":"color-cold-gray-150","color-qty-bg-chart-dark":"color-cold-gray-850","color-qty-bg-chart-default":"color-cold-gray-50","color-qty-bg-chart-light":"color-cold-gray-50","color-qty-bg-hover-chart-dark":"color-cold-gray-800","color-qty-bg-hover-chart-default":"color-cold-gray-100","color-qty-bg-hover-chart-light":"color-cold-gray-100","color-qty-text-chart-dark":"color-cold-gray-200","color-qty-text-chart-default":"color-cold-gray-900","color-qty-text-chart-light":"color-cold-gray-900","color-quantity-input-border":"color-cold-gray-200","color-quantity-input-disabled":"color-cold-gray-150","color-radio":"color-cold-gray-300","color-radio-checked":"color-tv-blue-500","color-radio-checked-bg":"color-white","color-radio-checked-hover":"color-tv-blue-600","color-radio-disabled":"color-cold-gray-300","color-radio-disabled-bg":"color-cold-gray-150","color-radio-hover":"color-cold-gray-350","color-range-background":"color-cold-gray-100","color-range-slider-bg":"color-cold-gray-150","color-range-slider-middle-bg":"color-tv-blue-500","color-red-price":"color-ripe-red-500","color-relative-price-arrow-hover":"color-cold-gray-900","color-relative-price-input-wait":"color-cold-gray-150","color-relative-price-list-item":"color-cold-gray-800","color-relative-price-list-item-hover-bg":"color-cold-gray-100","color-relative-price-list-item-selected":"color-white","color-relative-price-list-item-selected-bg":"color-tv-blue-500","color-remove-action-hover":"color-ripe-red-600","color-rename-input-background":"color-white","color-right-hover":"color-minty-green-300","color-right-main":"color-minty-green-a600","color-round-tab-disabled-content":"color-cold-gray-300","color-round-tab-ghost-active-bg":"transparent","color-round-tab-ghost-active-border":"color-cold-gray-900","color-round-tab-ghost-active-content":"color-cold-gray-900","color-round-tab-ghost-default-bg":"transparent","color-round-tab-ghost-default-border":"transparent","color-round-tab-ghost-default-content":"color-cold-gray-900","color-round-tab-ghost-disabled-bg":"transparent","color-round-tab-ghost-hover-bg":"transparent","color-round-tab-ghost-hover-border":"color-cold-gray-150","color-round-tab-ghost-hover-content":"color-cold-gray-900","color-round-tab-ghost-selected-bg":"transparent","color-round-tab-ghost-selected-border":"color-cold-gray-900","color-round-tab-ghost-selected-content":"color-cold-gray-900","color-round-tab-primary-active-bg":"color-cold-gray-200","color-round-tab-primary-active-border":"color-cold-gray-200","color-round-tab-primary-active-content":"color-cold-gray-900","color-round-tab-primary-default-bg":"color-cold-gray-100","color-round-tab-primary-default-border":"color-cold-gray-100","color-round-tab-primary-default-content":"color-cold-gray-900","color-round-tab-primary-disabled-bg":"color-cold-gray-150","color-round-tab-primary-hover-bg":"color-cold-gray-150","color-round-tab-primary-hover-border":"color-cold-gray-150","color-round-tab-primary-hover-content":"color-cold-gray-900","color-round-tab-primary-selected-bg":"color-cold-gray-900","color-round-tab-primary-selected-border":"color-cold-gray-900","color-round-tab-primary-selected-content":"color-white","color-scroll-fade":"color-white","color-scrollbar-active":"color-cold-gray-400","color-scrollbar-default":"color-cold-gray-200","color-scrollbar-hover":"color-cold-gray-300","color-search-border":"color-cold-gray-150","color-section-bg":"color-cold-gray-100","color-section-buy-bg-active":"color-tv-blue-700","color-section-buy-bg-hover":"color-tv-blue-600","color-section-content":"color-cold-gray-300","color-section-content-active":"color-white","color-section-sell-bg-active":"color-ripe-red-700","color-section-sell-bg-hover":"color-ripe-red-600","color-selected-border":"color-cold-gray-900","color-selected-hovered-button-background":"color-tv-blue-200","color-selected-symbol-background":"color-tv-blue-100","color-sell-border-active":"color-ripe-red-500","color-sell-border-hover":"color-ripe-red-500","color-sell-btn-chart":"color-ripe-red-500","color-sell-btn-chart-active":"color-ripe-red-700","color-sell-btn-chart-hover":"color-ripe-red-600","color-sell-btn-text-dark":"color-ripe-red-50","color-sell-btn-text-default":"color-white","color-sell-btn-text-light":"color-white","color-sell-btn-withoutbg-active-chart-dark":"color-ripe-red-a900","color-sell-btn-withoutbg-active-chart-default":"color-ripe-red-100","color-sell-btn-withoutbg-active-chart-light":"color-ripe-red-100","color-sell-btn-withoutbg-hover-chart-dark":"color-ripe-red-a900","color-sell-btn-withoutbg-hover-chart-default":"color-ripe-red-50","color-sell-btn-withoutbg-hover-chart-light":"color-ripe-red-50","color-separator":"color-cold-gray-100","color-separator-active-background":"color-tv-blue-100","color-separator-border":"color-cold-gray-100","color-shadow":"color-cold-gray-150","color-shadow-overlay-sf15":"#e0e3eb54","color-short-position-bg":"#ffdbe1","color-small-bg":"color-white","color-solution-icon":"color-cold-gray-200","color-sort-button":"color-cold-gray-900","color-sort-button-bg-hover":"color-cold-gray-100","color-sort-button-icon-hover":"color-cold-gray-300","color-sortable-after-border":"#919691","color-spread":"color-black","color-spread-chart-dark":"color-cold-gray-200","color-spread-chart-default":"color-cold-gray-900","color-spread-chart-light":"color-cold-gray-900","color-square-tab-bg-active":"color-cold-gray-150","color-square-tab-bg-selected":"color-cold-gray-100","color-square-tab-bg-transparent":"transparent","color-square-tab-text-active":"color-cold-gray-900","color-success-row-border":"color-minty-green-600","color-suggestion-text":"#4a4a4a","color-swatch-border-hover":"color-cold-gray-200","color-switch-bg":"transparent","color-switch-border":"color-cold-gray-200","color-switch-hover-bg":"color-cold-gray-100","color-symbol":"color-cold-gray-900","color-symbol-border":"color-cold-gray-100","color-tab-disabled":"transparent","color-tab-hover":"color-cold-gray-100","color-tab-switcher-border":"color-cold-gray-100","color-table-faded-text":"#868993","color-table-title-text":"#6a6d78","color-tag-bg":"color-cold-gray-100","color-tag-bg-active":"color-tv-blue-50","color-tag-bg-disabled":"color-cold-gray-150","color-tag-bg-hover":"color-cold-gray-150","color-tag-buy":"color-tv-blue-500","color-tag-sell":"color-ripe-red-500","color-tag-text":"color-white","color-tag-text-disabled":"color-cold-gray-300","color-tag-text-secondary":"color-cold-gray-900","color-templates-dialog-body-border":"color-cold-gray-150","color-text":"color-cold-gray-900","color-text-btn-activated-bg":"color-tv-blue-50","color-text-btn-activated-content":"color-tv-blue-600","color-text-btn-bg-active-brand":"color-tv-blue-50","color-text-btn-bg-active-gray":"color-cold-gray-150","color-text-btn-bg-active-light-gray":"color-cold-gray-150","color-text-btn-bg-checked-brand":"color-tv-blue-50","color-text-btn-bg-checked-gray":"color-cold-gray-100","color-text-btn-bg-checked-light-gray":"color-cold-gray-100","color-text-btn-bg-hover-brand":"color-tv-blue-50","color-text-btn-bg-hover-gray":"color-cold-gray-100","color-text-btn-bg-hover-light-gray":"color-cold-gray-100","color-text-btn-content-active-brand":"color-tv-blue-500","color-text-btn-content-active-gray":"color-cold-gray-900","color-text-btn-content-active-light-gray":"color-cold-gray-900","color-text-btn-content-brand":"color-tv-blue-500","color-text-btn-content-checked-brand":"color-tv-blue-600","color-text-btn-content-checked-gray":"color-cold-gray-900","color-text-btn-content-checked-light-gray":"color-cold-gray-900","color-text-btn-content-disabled-brand":"color-cold-gray-300","color-text-btn-content-disabled-gray":"color-cold-gray-300","color-text-btn-content-disabled-light-gray":"color-cold-gray-300","color-text-btn-content-gray":"color-cold-gray-900","color-text-btn-content-hover-brand":"color-tv-blue-600","color-text-btn-content-hover-gray":"color-cold-gray-900","color-text-btn-content-hover-light-gray":"color-cold-gray-900","color-text-btn-content-light-gray":"color-cold-gray-550","color-text-input":"color-cold-gray-900","color-text-white":"color-white","color-textarea-bg":"color-white","color-ticker":"color-cold-gray-900","color-ticker-background":"color-cold-gray-100","color-time-mark":"color-white","color-title":"color-cold-gray-300","color-title-background":"color-cold-gray-100","color-title-text":"color-cold-gray-900","color-toast-bg":"color-white","color-tooltip-background":"color-white","color-tooltip-blue":"color-tv-blue-a200","color-tooltip-card-shadow":"color-cold-gray-500","color-tooltip-force-transparent":"transparent","color-tooltip-gray":"color-cold-gray-400","color-tooltip-text":"color-cold-gray-900","color-tooltip-time":"color-cold-gray-100","color-tooltip-wizard-bg":"color-tv-blue-500","color-top-border-content":"color-cold-gray-150","color-trading-widget-title-text":"color-black","color-tree-bg":"color-white","color-tv-blue-400-item-hover":"color-tv-blue-50","color-tv-button-group-primary":"#ffffff","color-tv-dom-panel-header-bg":"color-cold-gray-50","color-tv-dom-widget-main-value-border":"color-cold-gray-50","color-ui-loading-indicator-bg":"color-white","color-underline-tab-active-content":"color-cold-gray-900","color-underline-tab-default-content":"color-cold-gray-900","color-underline-tab-selected-content":"color-cold-gray-900","color-unitconversion-active":"color-cold-gray-800","color-unitconversion-active-text":"color-white","color-unitconversion-bottom-border":"color-cold-gray-100","color-unitconversion-highlighted-text":"color-tv-blue-200","color-unitconversion-label":"color-cold-gray-900","color-unitconversion-selected-bg":"color-tv-blue-100","color-wait":"color-cold-gray-150","color-warn-text":"color-tan-orange-600","color-week-day-text-active":"color-cold-gray-900","color-white-border":"color-cold-gray-200","color-white-hover":"color-white","color-widget-header-border":"color-cold-gray-150","color-widget-header-title-color":"color-cold-gray-900","color-widget-separator":"color-cold-gray-150","color-widgetbar-titles":"color-cold-gray-900"}}'),u={
+...i,...b,...y.dark},s={...n,...d,...y.light};function h(o){const r={};for(const[l,c]of Object.entries(o))"string"==typeof c&&(void 0===r[c]&&(r[c]=[]),r[c]?.push(l));return r}function v(o,r){const l=[];for(let c=1;c<20;c++)l.push(o[`${r}-${50*c}`]);return l}function p(o){return{color1:v(o,"color-tv-blue"),color2:v(o,"color-cold-gray"),color3:v(o,"color-ripe-red"),color4:v(o,"color-minty-green"),color5:v(o,"color-tan-orange"),color6:v(o,"color-grapes-purple"),color7:v(o,"color-banana-yellow"),white:[o["color-white"]],black:[o["color-black"]]}}const m=h(u),f=h(s);function k(o,r){const l=/([a-z]+[\-a-z+]+-[a-z]+)-?([0-9]+)?/.exec(o);if(null===l)return;const c=l[1],e=parseInt(l[2])/50-1;switch(c){case"color-tv-blue":return r.color1[e];case"color-cold-gray":return r.color2[e];case"color-ripe-red":return r.color3[e];case"color-minty-green":return r.color4[e];case"color-tan-orange":return r.color5[e];case"color-grapes-purple":return r.color6[e];case"color-banana-yellow":return r.color7[e];case"color-white":return r.white;case"color-black":return r.black}}const w={};for(const[o,r]of Object.entries(g))w[r]=o;const x=p(m),q=p(f);function z(o,r){return(r===a.StdTheme.Light?q:x)[o]}function T(o,r,l){const c=(r===a.StdTheme.Light?s:u)[o];if(void 0===c)return;return k(c,l)}function C(o,r){const l=w[o];if(void 0!==l)return k(l,r)}var S=l(36986);const L="theme-custom",$="--themed-",A="custom-theme-styles";function O(o){N(a.StdTheme.Light,o[a.StdTheme.Light]),N(a.StdTheme.Dark,o[a.StdTheme.Dark]),window.requestAnimationFrame((()=>{D(),function(o){const r=function(){const o=(0,S.getChartingLibraryGlobalContext)().document;let r=o.getElementById(A);r||(r=function(){const o=(0,S.getChartingLibraryGlobalContext)().document,r=o.createElement("style");return r.id=A,r}(),o.head.appendChild(r));return r}(),l=[j(":root",a.StdTheme.Light,o[a.StdTheme.Light]),j(".theme-dark:root",a.StdTheme.Dark,o[a.StdTheme.Dark]),G(o)].join("\n\n");r.textContent=l}(o)}))}function F(){(0,e.restoreStdThemes)(),window.requestAnimationFrame((()=>{!function(){const o=(0,S.getChartingLibraryGlobalContext)().document.getElementById(A);o&&o.remove()}(),E()}))}function D(){const o=window.document.documentElement.classList;o.contains(L)||o.add(L)}function E(){window.document.documentElement.classList.remove(L)}function j(o,r,l){const c=[];for(const[o,e]of Object.entries(l))if(Array.isArray(e)){const l=z(o,r);for(let o=0;o{e.exports={en:["days"],de:["Tage"]}},35157:e=>{e.exports={en:["hours"],de:["Stunden"]}},18193:e=>{e.exports={en:["months"],de:["Monate"]}},79930:e=>{e.exports={en:["minutes"],de:["Minuten"]}},7938:e=>{e.exports={en:["weeks"],de:["Wochen"]}},4543:e=>{e.exports={en:["Cancel"],de:["Abbrechen"]}},47742:e=>{e.exports={en:["Close menu"],de:["Menü schließen"]}},42790:e=>{e.exports={en:["Add"],de:["Hinzufügen"]}},17854:e=>{e.exports={en:["Interval"],de:["Intervall"]}},17889:e=>{e.exports={en:["Interval already exists, please use a different value"],de:["Dieses Intervall gibt es bereits, verwenden Sie bitte einen anderen Wert"]}},23323:e=>{e.exports={en:["Interval value is too big, please try again"],de:["Der Intervallwert ist zu hoch, versuchen Sie es bitte erneut"]}},19295:e=>{e.exports={en:["Ok"]}},98413:e=>{e.exports={en:["Type"],de:["Typ"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.1303.f07c410173ec0b804b22.js b/public/charting_library/bundles/de.1303.f07c410173ec0b804b22.js
new file mode 100644
index 0000000..6fd3d3f
--- /dev/null
+++ b/public/charting_library/bundles/de.1303.f07c410173ec0b804b22.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1303],{53288:e=>{e.exports={en:["animals & nature"],de:["Tiere & Natur"]}},21311:e=>{e.exports={en:["activity"],de:["Aktivität"]}},90678:e=>{e.exports={en:["food & drink"],de:["Essen & Trinken"]}},6715:e=>{e.exports={en:["flags"],de:["Flaggen"]}},98355:e=>{e.exports={en:["objects"],de:["Objekte"]}},43438:e=>{e.exports={en:["smiles & people"],de:["Smilies & Menschen"]}},40457:e=>{e.exports={en:["symbols"],de:["Symbole"]}},88906:e=>{e.exports={en:["recently used"],de:["Zuletzt genutzt"]}},28562:e=>{e.exports={en:["travel & places"],de:["Reisen & Orte"]}},64770:e=>{e.exports={en:["Confirmation"],de:["Bestätigung"]}},4543:e=>{e.exports={en:["Cancel"],de:["Abbrechen"]}},4461:e=>{e.exports={en:["Add emoji"],de:["Emoji hinzufügen"]}},19295:e=>{e.exports={en:["Ok"]}},38733:e=>{e.exports={en:["No"],de:["Nein"]}},85888:e=>{e.exports={en:["No results found"],de:["Keine Ergebnisse"]}},64e3:e=>{e.exports={en:["Save"],de:["Speichern"]}},47550:e=>{e.exports={en:["Remove selected emoji"],de:["Ausgewählten Emoji entfernen"]}},6321:e=>{e.exports={en:["Rename"],de:["Umbenennen"]}},55512:e=>{e.exports={en:["Yes"],de:["Ja"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.1308.d1a986137a3ad4cdfe66.js b/public/charting_library/bundles/de.1308.d1a986137a3ad4cdfe66.js
new file mode 100644
index 0000000..80b157b
--- /dev/null
+++ b/public/charting_library/bundles/de.1308.d1a986137a3ad4cdfe66.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1308,6155,5111,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],de:["#{count} (Preis, Bar)"]}},78930:e=>{e.exports={en:["Coordinates"],de:["Koordinaten"]}},24197:e=>{e.exports={en:["Center"],de:["Zentrieren"]}},27567:e=>{e.exports={en:["Bottom"],de:["Unten"]}},17129:e=>{e.exports={en:["Bottom labels"],de:["Beschriftungen"]}},79468:e=>{e.exports={en:["Background"],de:["Hintergrund"]}},81356:e=>{e.exports={en:["Grid"],de:["Gitter"]}},72942:e=>{e.exports={en:["Days"],de:["Tage"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],de:["Verschiebung (Preis, Balken)"]}},56796:e=>{e.exports={en:["Hours"],de:["Stunden"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],de:["Eingaben"]}},11626:e=>{e.exports={en:["Left"],de:["Links"]}},65e3:e=>{e.exports={en:["Left labels"],de:["Beschriftungen links"]}},43154:e=>{e.exports={en:["Months"],de:["Monate"]}},68833:e=>{e.exports={en:["Middle"],de:["Mitte"]}},42562:e=>{e.exports={en:["Minutes"],de:["Minuten"]}},65188:e=>{e.exports={en:["Seconds"]}},58557:e=>{e.exports={en:["Price levels"],de:["Preisniveaus"]}},64489:e=>{e.exports={en:["Reverse"],de:["Umkehren"]}},50421:e=>{e.exports={en:["Right"],de:["Rechts"]}},28971:e=>{e.exports={en:["Right labels"],de:["Beschriftung Rechts"]}},835:e=>{e.exports={en:["Weeks"],de:["Wochen"]}},97118:e=>{e.exports={en:["Top"],de:["Oben"]}},74939:e=>{e.exports={en:["Top labels"],de:["Markierungen an Oberseite"]}},70320:e=>{e.exports={en:["Text"]}},25485:e=>{e.exports={en:["Text alignment"],de:["Textausrichtung"]}},67781:e=>{e.exports={en:["Text orientation"],de:["Text Ausrichtung"]}},24821:e=>{e.exports={en:["Ticks"]}},58476:e=>{e.exports={en:["Time levels"],de:["Zeit-Ebenen"]}},28683:e=>{e.exports={en:["Use one color"],de:["Eine Farbe verwenden"]}},69526:e=>{e.exports={en:["Vertical"],de:["Vertikal"]}},2066:e=>{e.exports={en:["change bar X coordinate"],de:["X-Koordinate des Balkens ändern"]}},11737:e=>{e.exports={en:["change price Y coordinate"],de:["Y-Koordinate des Preises ändern"]}},59577:e=>{e.exports={en:["change {title} all lines color"],de:["alle Linienfarben von {title} ändern"]}},62130:e=>{e.exports={en:["change {title} bottom labels visibility"],de:["Sichtbarkeit von {title} der untersten Labels ändern"]}},13783:e=>{e.exports={en:["change {title} background transparency"],de:["Hintergrundtransparenz von {title} ändern"]}},30839:e=>{e.exports={en:["change {title} background visibility"],de:["Hintergrundsichtbarkeit von {title} ändern"]}},20664:e=>{e.exports={en:["change {title} grid visibility"],de:["Sichtbarkeit des Rasters von {title} ändern"]}},36467:e=>{e.exports={en:["change {title} grid line color"],de:["Rasterlinienfarbe von {title} ändern"]}},54244:e=>{e.exports={en:["change {title} grid line style"],de:["Rasterlinienstil von {title} ändern"]}},30127:e=>{e.exports={en:["change {title} grid line width"],de:["Rasterliniendicke von {title} ändern"]}},96135:e=>{e.exports={en:["change {title} days to"],
+de:["ändere {title} von Tagen auf"]}},91201:e=>{e.exports={en:["change {title} days from"],de:["ändere {title} auf Tage von"]}},8306:e=>{e.exports={en:["change {title} hours from"],de:["ändere {title} auf Stunden von"]}},67233:e=>{e.exports={en:["change {title} hours to"],de:["ändere {title} von Stunden auf"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],de:["{title} Ebene {index} Koeffizient der Linie ändern"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],de:["{title} Ebene {index} Linienfarbe ändern"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"],de:["{title} Ebene {index} Liniensichtbarkeit ändern"]}},63021:e=>{e.exports={en:["change {title} left labels visibility"],de:["Sichtbarkeit von {title} für linke Etiketten ändern"]}},99122:e=>{e.exports={en:["change {title} months from"],de:["ändere {title} auf Monate von"]}},10518:e=>{e.exports={en:["change {title} months to"],de:["ändere {title} von Monaten auf"]}},38011:e=>{e.exports={en:["change {title} minutes to"],de:["ändere {title} von Minuten auf"]}},59820:e=>{e.exports={en:["change {title} minutes from"],de:["ändere {title} auf Minuten von"]}},6573:e=>{e.exports={en:["change {title} seconds to"],de:["ändere {title} von Sekunden auf"]}},86780:e=>{e.exports={en:["change {title} seconds from"],de:["Sekunde von {title} ändern"]}},50762:e=>{e.exports={en:["change {title} reverse"],de:["{title} Umkehrung ändern"]}},8390:e=>{e.exports={en:["change {title} right labels visibility"],de:["Sichtbarkeit von {title} der rechten Labels ändern"]}},32481:e=>{e.exports={en:["change {title} weeks from"],de:["ändere {title} auf Wochen von"]}},18678:e=>{e.exports={en:["change {title} weeks to"],de:["ändere {title} von Wochen auf"]}},81301:e=>{e.exports={en:["change {title} top labels visibility"],de:["Sichtbarkeit von {title} der obersten Labels ändern"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],de:["Sichtbarkeit von {title} in Ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],de:["Sichtbarkeit von {title} auf Wochen ändern"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],de:["{title} Sichtbarkeit auf {ranges} ändern"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],de:["Sichtbarkeit von {title} auf Tage ändern"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],de:["Sichtbarkeit von {title} auf Stunden ändern"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],de:["Sichtbarkeit von {title} auf Minuten ändern"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],de:["Sichtbarkeit von {title} auf Monate ändern"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],de:["Sichtbarkeit von {title} in Sekunden"]}},25167:e=>{e.exports={en:["change {propertyName} property"],de:["Eigenschaft {propertyName} ändern"]}},35813:e=>{e.exports={en:["days"],de:["Tage"]}},89919:e=>{e.exports={en:["days to"],de:["Tage bis"]}},59215:e=>{e.exports={en:["days from"],de:["Tage von"]}},
+77114:e=>{e.exports={en:["erase level line"],de:["Linie der Ebene löschen"]}},2359:e=>{e.exports={en:["hours"],de:["Stunden"]}},82267:e=>{e.exports={en:["hours from"],de:["Stunden von"]}},15600:e=>{e.exports={en:["hours to"],de:["Stunden bis"]}},76261:e=>{e.exports={en:["move drawings"],de:["Zeichnungen verschieben"]}},95300:e=>{e.exports={en:["months"],de:["Monate"]}},17250:e=>{e.exports={en:["months from"],de:["Monate von"]}},2828:e=>{e.exports={en:["months to"],de:["Monate zu"]}},18726:e=>{e.exports={en:["minutes"],de:["Minuten"]}},67649:e=>{e.exports={en:["minutes to"],de:["Minuten bis"]}},22476:e=>{e.exports={en:["minutes from"],de:["Minuten von"]}},751:e=>{e.exports={en:["seconds"],de:["Sekunden"]}},73419:e=>{e.exports={en:["seconds to"],de:["Sekunden bis"]}},35801:e=>{e.exports={en:["seconds from"],de:["Sekunden von"]}},45537:e=>{e.exports={en:["weeks"],de:["Wochen"]}},92859:e=>{e.exports={en:["weeks from"],de:["Wochen von"]}},44127:e=>{e.exports={en:["weeks to"],de:["Wochen bis"]}},3539:e=>{e.exports={en:["ticks"],de:["Ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.1341.1068954aa326300ef390.js b/public/charting_library/bundles/de.1341.1068954aa326300ef390.js
new file mode 100644
index 0000000..cf1fb0f
--- /dev/null
+++ b/public/charting_library/bundles/de.1341.1068954aa326300ef390.js
@@ -0,0 +1,6 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1341,6155,4821],{13616:e=>{e.exports={en:["#{count} (bar)"]}},80166:e=>{e.exports={en:["#{count} (price, bar)"],de:["#{count} (Preis, Bar)"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],de:["Balken gemäß des vorherigen Schlusskurs färben"]}},78930:e=>{e.exports={en:["Coordinates"],de:["Koordinaten"]}},24197:e=>{e.exports={en:["Center"],de:["Zentrieren"]}},84831:e=>{e.exports={en:["Close line"],de:["Schlusskurslinie"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],de:["Daten für Dividenden anpassen"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],de:["Veränderungen der Kontraktgrößen und Verfalltage"]}},27567:e=>{e.exports={en:["Bottom"],de:["Unten"]}},3159:e=>{e.exports={en:["Bottom line"],de:["Unterste Linie"]}},74406:e=>{e.exports={en:["Body"],de:["Körper"]}},333:e=>{e.exports={en:["Borders"],de:["Rahmen"]}},42398:e=>{e.exports={en:["Base"],de:["Basis"]}},28975:e=>{e.exports={en:["Base level"],de:["Grundwert"]}},71776:e=>{e.exports={en:["Down"],de:["Abwärts"]}},17611:e=>{e.exports={en:["Down bars"]}},23743:e=>{e.exports={en:["Down color"],de:["Abwärts-Farbe"]}},48225:e=>{e.exports={en:["Data modification"],de:["Modifizierung der Daten"]}},72942:e=>{e.exports={en:["Days"],de:["Tage"]}},16564:e=>{e.exports={en:["Default"],de:["Standard"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],de:["Verschiebung (Preis, Balken)"]}},89212:e=>{e.exports={en:["Display inactivity gaps on intraday"]}},59777:e=>{e.exports={en:["Electronic trading hours background"],de:["Hintergrund der elektronischen Handelszeiten"]}},819:e=>{e.exports={en:["Extend lines"],de:["Linien verlängern"]}},41129:e=>{e.exports={en:["Fill"],de:["Füllen"]}},61112:e=>{e.exports={en:["Fill top area"],de:["Füllung oberer Bereich"]}},73185:e=>{e.exports={en:["Fill bottom area"],de:["Füllung unterer Bereich"]}},56796:e=>{e.exports={en:["Hours"],de:["Stunden"]}},95406:e=>{e.exports={en:["Horizontal"]}},56359:e=>{e.exports={en:["High line"],de:["Höchstkurslinie"]}},47326:e=>{e.exports={en:["Integer"]}},21429:e=>{e.exports={en:["Inputs"],de:["Eingaben"]}},64075:e=>{e.exports={en:["Override min tick"],de:["Min Tick überschreiben"]}},34579:e=>{e.exports={en:["Low line"],de:["Tiefstkurslinie"]}},11626:e=>{e.exports={en:["Left"],de:["Links"]}},43154:e=>{e.exports={en:["Months"],de:["Monate"]}},68833:e=>{e.exports={en:["Middle"],de:["Mitte"]}},42562:e=>{e.exports={en:["Minutes"],de:["Minuten"]}},65188:e=>{e.exports={en:["Seconds"]}},13350:e=>{e.exports={en:["Pearson's R"]}},88327:e=>{e.exports={en:["Pre/post market hours background"],de:["Hintergrund Vor-/Nachbörslich"]}},59766:e=>{e.exports={en:["Precision"],de:["Präzision"]}},84684:e=>{e.exports={en:["Price source"],de:["Preisquelle"]}},73466:e=>{e.exports={en:["Projection up bars"]}},77430:e=>{e.exports={en:["Projection candles"],de:["Projektionsbalken"]}},88367:e=>{
+e.exports={en:["Projection down bars"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"],de:["Reale Preise auf der Preisskala (anstelle des Heikin-Ashi-Preises)"]}},50421:e=>{e.exports={en:["Right"],de:["Rechts"]}},835:e=>{e.exports={en:["Weeks"],de:["Wochen"]}},32163:e=>{e.exports={en:["Wick"],de:["Docht"]}},97118:e=>{e.exports={en:["Top"],de:["Oben"]}},89349:e=>{e.exports={en:["Top line"],de:["Oberste Linie"]}},70320:e=>{e.exports={en:["Text"]}},25485:e=>{e.exports={en:["Text alignment"],de:["Textausrichtung"]}},67781:e=>{e.exports={en:["Text orientation"],de:["Text Ausrichtung"]}},20215:e=>{e.exports={en:["Thin bars"],de:["Dünne Balken verwenden"]}},24821:e=>{e.exports={en:["Ticks"]}},77073:e=>{e.exports={en:["Timezone"],de:["Zeitzone"]}},22691:e=>{e.exports={en:["Up"],de:["Aufwärts"]}},23091:e=>{e.exports={en:["Up color"],de:["Aufwärts-Farbe"]}},36957:e=>{e.exports={en:["Up bars"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"],de:["Settlement als Schlusskurs im Tagesintervall verwenden"]}},69526:e=>{e.exports={en:["Vertical"],de:["Vertikal"]}},21105:e=>{e.exports={en:["candle"],de:["Kerze"]}},27068:e=>{e.exports={en:["change HLC bars"],de:["HLC-Balken ändern"]}},21201:e=>{e.exports={en:["change HLC bars color"]}},86866:e=>{e.exports={en:["change area fill color"],de:["Farbe der Flächenfüllung ändern"]}},89346:e=>{e.exports={en:["change area line width"],de:["Breite der Bereichslinie ändern"]}},29605:e=>{e.exports={en:["change area line color"],de:["Farbe der Bereichslinie ändern"]}},4640:e=>{e.exports={en:["change area price source"],de:["Bereich der Preisquelle ändern"]}},42190:e=>{e.exports={en:["change base level"],de:["Basiswert ändern"]}},71785:e=>{e.exports={en:["change baseline bottom line color"],de:["Farbe der unteren Grundlinie ändern"]}},56175:e=>{e.exports={en:["change baseline bottom line width"],de:["Grundlinienbreite der unteren Linie ändern"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"],de:["Farbe der Basislinienfüllung im unteren Bereich ändern"]}},92873:e=>{e.exports={en:["change baseline fill top area color"],de:["Farbe der Basislinienfüllung im oberen Bereich ändern"]}},68609:e=>{e.exports={en:["change baseline price source"],de:["Preisquelle der Grundlinie ändern"]}},69044:e=>{e.exports={en:["change baseline top line color"],de:["Farbe der oberen Zeile der Grundlinie ändern"]}},68197:e=>{e.exports={en:["change baseline top line width"],de:["Grundlinienbreite der oberen Linie ändern"]}},33464:e=>{e.exports={en:["change bar up color"],de:["Farbe der Bull-Candle ändern"]}},2066:e=>{e.exports={en:["change bar X coordinate"],de:["X-Koordinate des Balkens ändern"]}},59622:e=>{e.exports={en:["change bar down color"],de:["Farbe der Bear-Candle ändern"]}},43090:e=>{e.exports={en:["change color bars based on previous close"],de:["Balken gemäß vorherigem Schlusskurs färben."]}},88324:e=>{e.exports={en:["change column up color"],de:["Farbe der Spalte oben ändern"]}},93890:e=>{e.exports={en:["change column down color"],
+de:["Farbe der Spalte unten ändern"]}},4727:e=>{e.exports={en:["change column price source"],de:["Spalte Preisquelle ändern"]}},82063:e=>{e.exports={en:["change decimal places"],de:["Dezimalstellen ändern"]}},44223:e=>{e.exports={en:["change extended hours color"],de:["Farbe der erweiterten Handelszeiten ändern"]}},47393:e=>{e.exports={en:["change electronic trading hours"],de:["Elektronische Handelszeiten ändern"]}},6026:e=>{e.exports={en:["change high-low body color"],de:["Farbe der Körper von Hochs/Tiefs ändern"]}},73021:e=>{e.exports={en:["change high-low body visibility"],de:["Sichtbarkeit der Körper von Hochs/Tiefs"]}},46844:e=>{e.exports={en:["change high-low border color"],de:["Randfarbe der Hochs/Tiefs ändern"]}},15801:e=>{e.exports={en:["change high-low borders visibility"],de:["Sichtbarkeit des Rands von Hochs/Tiefs ändern"]}},72399:e=>{e.exports={en:["change high-low labels visibility"],de:["Sichtbarkeit der Hoch/Tief-Labels ändern"]}},56961:e=>{e.exports={en:["change high-low labels color"],de:["Farbe der Hoch-Tief-Labels ändern"]}},88640:e=>{e.exports={en:["change line color"],de:["Linienfarbe ändern"]}},41837:e=>{e.exports={en:["change line price source"],de:["Ausgangspunkt der Preisline ändern"]}},48339:e=>{e.exports={en:["change line width"],de:["Linienbreite ändern"]}},38730:e=>{e.exports={en:["change post market color"],de:["Farbe des Post-Marktes ändern"]}},44371:e=>{e.exports={en:["change pre market color"],de:["Farbe des Pre-Markets ändern"]}},11737:e=>{e.exports={en:["change price Y coordinate"],de:["Y-Koordinate des Preises ändern"]}},16241:e=>{e.exports={en:["change range bars style"],de:["Stil der Reichweitenbalken ändern"]}},65821:e=>{e.exports={en:["change range thin bars"],de:["Bereich ändern auf dünne Balken"]}},75487:e=>{e.exports={en:["change renko wick down color"],de:["Farbe des Bear-Renko-Dochts ändern"]}},92277:e=>{e.exports={en:["change renko wick up color"],de:["Farbe des Bull-Renko-Dochts ändern"]}},79604:e=>{e.exports={en:["change renko wick visibility"],de:["Sichtbarkeit des Renko-Dochts ändern"]}},91109:e=>{e.exports={en:["change study overlay min tick"],de:["Overlay Studie in min tick ändern"]}},82924:e=>{e.exports={en:["change study overlay style"],de:["Overlay Stil ändern"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"],de:["die Anzeige der realen Preise auf der Preisskala ändern (anstelle des Heiken-Ashi-Preises)"]}},60834:e=>{e.exports={en:["change thin bars"],de:["auf dünne Balken wechseln"]}},78509:e=>{e.exports={en:["change {title} base line color"],de:["{title} Farbe der Grundlinie ändern"]}},27864:e=>{e.exports={en:["change {title} base line style"],de:["{title} Stil der Grundlinie ändern"]}},96177:e=>{e.exports={en:["change {title} base line visibility"],de:["{title} Sichtbarkeit der Grundlinie ändern"]}},17926:e=>{e.exports={en:["change {title} base line width"],de:["{title} Linienbreite der Grundlinie ändern"]}},41638:e=>{e.exports={en:["change {title} down line color"],
+de:["{title} Farbe der Abwärtslinie ändern"]}},51842:e=>{e.exports={en:["change {title} down line style"],de:["{title} Stil der Abwärtslinie ändern"]}},46410:e=>{e.exports={en:["change {title} down line visibility"],de:["{title} Sichtbarkeit der Abwärtslinie ändern"]}},64615:e=>{e.exports={en:["change {title} down line width"],de:["{title} Breite der Abwärtslinie ändern"]}},96135:e=>{e.exports={en:["change {title} days to"],de:["ändere {title} von Tagen auf"]}},91201:e=>{e.exports={en:["change {title} days from"],de:["ändere {title} auf Tage von"]}},76295:e=>{e.exports={en:["change {title} extend lines"],de:["{title} Linienerweiterungen ändern"]}},8306:e=>{e.exports={en:["change {title} hours from"],de:["ändere {title} auf Stunden von"]}},67233:e=>{e.exports={en:["change {title} hours to"],de:["ändere {title} von Stunden auf"]}},99122:e=>{e.exports={en:["change {title} months from"],de:["ändere {title} auf Monate von"]}},10518:e=>{e.exports={en:["change {title} months to"],de:["ändere {title} von Monaten auf"]}},38011:e=>{e.exports={en:["change {title} minutes to"],de:["ändere {title} von Minuten auf"]}},59820:e=>{e.exports={en:["change {title} minutes from"],de:["ändere {title} auf Minuten von"]}},6573:e=>{e.exports={en:["change {title} seconds to"],de:["ändere {title} von Sekunden auf"]}},86780:e=>{e.exports={en:["change {title} seconds from"],de:["Sekunde von {title} ändern"]}},6207:e=>{e.exports={en:["change {title} show pearson's r"],de:["{title} Pearson's R anzeigen"]}},32481:e=>{e.exports={en:["change {title} weeks from"],de:["ändere {title} auf Wochen von"]}},18678:e=>{e.exports={en:["change {title} weeks to"],de:["ändere {title} von Wochen auf"]}},42553:e=>{e.exports={en:["change {title} up line visibility"],de:["{title} Sichtbarkeit der Aufwärtslinie ändern"]}},63824:e=>{e.exports={en:["change {title} up line width"],de:["{title} Breite der Aufwärtslinie ändern"]}},89178:e=>{e.exports={en:["change {title} up line color"],de:["{title} Farbe der Aufwärtslinie ändern"]}},51188:e=>{e.exports={en:["change {title} up line style"],de:["{title} Stil der Aufwärtslinie ändern"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],de:["Sichtbarkeit von {title} in Ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],de:["Sichtbarkeit von {title} auf Wochen ändern"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],de:["{title} Sichtbarkeit auf {ranges} ändern"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],de:["Sichtbarkeit von {title} auf Tage ändern"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],de:["Sichtbarkeit von {title} auf Stunden ändern"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],de:["Sichtbarkeit von {title} auf Minuten ändern"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],de:["Sichtbarkeit von {title} auf Monate ändern"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],de:["Sichtbarkeit von {title} in Sekunden"]}},17214:e=>{e.exports={
+en:["change {candleType} up border color"],de:["{candleType} obere Randfarbe ändern"]}},36697:e=>{e.exports={en:["change {candleType} up color"],de:["{candleType} Farbe für aufwärts ändern"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"],de:["{candleType} Farbe des Abwärtsdochts ändern"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"],de:["{candleType} Farbe des Aufwärtsdochts ändern"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"],de:["{candleType} Sichtbarkeit der Dochte ändern"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"],de:["Sichtbarkeit des {candleType} Körpers ändern"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"],de:["{candleType} Sichtbarkeit des Rand ändern"]}},20291:e=>{e.exports={en:["change {candleType} down border color"],de:["{candleType} untere Randfarbe ändern"]}},64571:e=>{e.exports={en:["change {candleType} down color"],de:["{candleType} Farbe für abwärts ändern"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"],de:["{chartType} Farbe der Projektion des Abwärtsbalkens ändern"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"],de:["{chartType} Farbe des Rand des Aufwärtsbalkens ändern"]}},5012:e=>{e.exports={en:["change {chartType} down color"],de:["{chartType} Farbe für Abwärts ändern"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"],de:["{chartType} Farbe des Rands der Projektion des Abwärtsbalkens ändern"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"],de:["{chartType} Farbe der Projektion des Abwärtsbalkens ändern"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"],de:["{chartType} Farbe der Projektion des Aufwärtsbalkens ändern"]}},6970:e=>{e.exports={en:["change {chartType} up color"],de:["{chartType} Farbe für Aufwärts ändern"]}},66110:e=>{e.exports={en:["change {inputName} property"],de:["Eigenschaft von {inputName} ändern"]}},25167:e=>{e.exports={en:["change {propertyName} property"],de:["Eigenschaft {propertyName} ändern"]}},18077:e=>{e.exports={en:["adjust data for dividends"],de:["Daten für Dividenden anpassen"]}},1433:e=>{e.exports={en:["adjust for contract changes"],de:["Veränderungen der Kontraktgrößen und Verfalltage"]}},35813:e=>{e.exports={en:["days"],de:["Tage"]}},89919:e=>{e.exports={en:["days to"],de:["Tage bis"]}},59215:e=>{e.exports={en:["days from"],de:["Tage von"]}},2359:e=>{e.exports={en:["hours"],de:["Stunden"]}},82267:e=>{e.exports={en:["hours from"],de:["Stunden von"]}},15600:e=>{e.exports={en:["hours to"],de:["Stunden bis"]}},92598:e=>{e.exports={en:["hollow candles"],de:["Hollow Candles"]}},76261:e=>{e.exports={en:["move drawings"],de:["Zeichnungen verschieben"]}},95300:e=>{e.exports={en:["months"],de:["Monate"]}},17250:e=>{e.exports={en:["months from"],de:["Monate von"]}},2828:e=>{e.exports={en:["months to"],de:["Monate zu"]}},18726:e=>{e.exports={en:["minutes"],de:["Minuten"]}},67649:e=>{e.exports={en:["minutes to"],de:["Minuten bis"]}},22476:e=>{
+e.exports={en:["minutes from"],de:["Minuten von"]}},751:e=>{e.exports={en:["seconds"],de:["Sekunden"]}},73419:e=>{e.exports={en:["seconds to"],de:["Sekunden bis"]}},35801:e=>{e.exports={en:["seconds from"],de:["Sekunden von"]}},57243:e=>{e.exports={en:["range","ranges"],de:["Bereich","Bereiche"]}},70282:e=>{e.exports={en:["renko"],de:["Renko"]}},45537:e=>{e.exports={en:["weeks"],de:["Wochen"]}},92859:e=>{e.exports={en:["weeks from"],de:["Wochen von"]}},44127:e=>{e.exports={en:["weeks to"],de:["Wochen bis"]}},28871:e=>{e.exports={en:["toggle intraday inactivity gaps"]}},3539:e=>{e.exports={en:["ticks"],de:["Ticks"]}},92978:e=>{e.exports={en:["use settlement as close on daily interval"],de:["Settlement als Schlusskurs im Tagesintervall verwenden"]}},59644:e=>{e.exports={en:["{value} decimal","{value} decimals"],de:["{value} Dezimale","{value} Dezimalen"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.1427.8971bd84437c851f01a9.js b/public/charting_library/bundles/de.1427.8971bd84437c851f01a9.js
new file mode 100644
index 0000000..5e3143b
--- /dev/null
+++ b/public/charting_library/bundles/de.1427.8971bd84437c851f01a9.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1427,2787,6760,6155,7850,7122,5111,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],de:["#{count} (Preis, Bar)"]}},78930:e=>{e.exports={en:["Coordinates"],de:["Koordinaten"]}},24197:e=>{e.exports={en:["Center"],de:["Zentrieren"]}},6060:e=>{e.exports={en:["Add text"],de:["Text hinzufügen"]}},27567:e=>{e.exports={en:["Bottom"],de:["Unten"]}},79468:e=>{e.exports={en:["Background"],de:["Hintergrund"]}},72942:e=>{e.exports={en:["Days"],de:["Tage"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],de:["Verschiebung (Preis, Balken)"]}},61856:e=>{e.exports={en:["Extend left line"],de:["Linie nach links verlängern"]}},87430:e=>{e.exports={en:["Extend right line"],de:["Linie nach rechts verlängern"]}},95279:e=>{e.exports={en:["Full circles"],de:["Volle Kreise"]}},56796:e=>{e.exports={en:["Hours"],de:["Stunden"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],de:["Eingaben"]}},79650:e=>{e.exports={en:["Levels"],de:["Level"]}},11626:e=>{e.exports={en:["Left"],de:["Links"]}},43154:e=>{e.exports={en:["Months"],de:["Monate"]}},68833:e=>{e.exports={en:["Middle"],de:["Mitte"]}},42562:e=>{e.exports={en:["Minutes"],de:["Minuten"]}},65188:e=>{e.exports={en:["Seconds"]}},50421:e=>{e.exports={en:["Right"],de:["Rechts"]}},835:e=>{e.exports={en:["Weeks"],de:["Wochen"]}},97118:e=>{e.exports={en:["Top"],de:["Oben"]}},70320:e=>{e.exports={en:["Text"]}},25485:e=>{e.exports={en:["Text alignment"],de:["Textausrichtung"]}},67781:e=>{e.exports={en:["Text orientation"],de:["Text Ausrichtung"]}},24821:e=>{e.exports={en:["Ticks"]}},51574:e=>{e.exports={en:["Trend line"],de:["Trendlinie"]}},28683:e=>{e.exports={en:["Use one color"],de:["Eine Farbe verwenden"]}},69526:e=>{e.exports={en:["Vertical"],de:["Vertikal"]}},2066:e=>{e.exports={en:["change bar X coordinate"],de:["X-Koordinate des Balkens ändern"]}},11737:e=>{e.exports={en:["change price Y coordinate"],de:["Y-Koordinate des Preises ändern"]}},59577:e=>{e.exports={en:["change {title} all lines color"],de:["alle Linienfarben von {title} ändern"]}},13783:e=>{e.exports={en:["change {title} background transparency"],de:["Hintergrundtransparenz von {title} ändern"]}},30839:e=>{e.exports={en:["change {title} background visibility"],de:["Hintergrundsichtbarkeit von {title} ändern"]}},96135:e=>{e.exports={en:["change {title} days to"],de:["ändere {title} von Tagen auf"]}},91201:e=>{e.exports={en:["change {title} days from"],de:["ändere {title} auf Tage von"]}},30484:e=>{e.exports={en:["change {title} full circles visibility"],de:["Sichtbarkeit von {title} full circles ändern"]}},8306:e=>{e.exports={en:["change {title} hours from"],de:["ändere {title} auf Stunden von"]}},67233:e=>{e.exports={en:["change {title} hours to"],de:["ändere {title} von Stunden auf"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],de:["{title} Ebene {index} Koeffizient der Linie ändern"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],
+de:["{title} Ebene {index} Linienfarbe ändern"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"],de:["{title} Ebene {index} Liniensichtbarkeit ändern"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"],de:["{title} Ebene {index} Linienbreite ändern"]}},54517:e=>{e.exports={en:["change {title} levels visibility"],de:["Sichtbarkeit der {title} Ebenen ändern"]}},99122:e=>{e.exports={en:["change {title} months from"],de:["ändere {title} auf Monate von"]}},10518:e=>{e.exports={en:["change {title} months to"],de:["ändere {title} von Monaten auf"]}},38011:e=>{e.exports={en:["change {title} minutes to"],de:["ändere {title} von Minuten auf"]}},59820:e=>{e.exports={en:["change {title} minutes from"],de:["ändere {title} auf Minuten von"]}},6573:e=>{e.exports={en:["change {title} seconds to"],de:["ändere {title} von Sekunden auf"]}},86780:e=>{e.exports={en:["change {title} seconds from"],de:["Sekunde von {title} ändern"]}},32481:e=>{e.exports={en:["change {title} weeks from"],de:["ändere {title} auf Wochen von"]}},18678:e=>{e.exports={en:["change {title} weeks to"],de:["ändere {title} von Wochen auf"]}},57122:e=>{e.exports={en:["change {title} text"],de:["{title} Text ändern"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],de:["Sichtbarkeit von {title} in Ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],de:["Sichtbarkeit von {title} auf Wochen ändern"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],de:["{title} Sichtbarkeit auf {ranges} ändern"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],de:["Sichtbarkeit von {title} auf Tage ändern"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],de:["Sichtbarkeit von {title} auf Stunden ändern"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],de:["Sichtbarkeit von {title} auf Minuten ändern"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],de:["Sichtbarkeit von {title} auf Monate ändern"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],de:["Sichtbarkeit von {title} in Sekunden"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],de:["Sichtbarkeit der Linie von {toolName} ändern"]}},19541:e=>{e.exports={en:["change {toolName} line width"],de:["Linienbreite von {toolName} ändern"]}},24059:e=>{e.exports={en:["change {toolName} line color"],de:["Linienfarbe von {toolName} ändern"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],de:["Linien von {toolName} nach links erweitern"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],de:["Linien von {toolName} nach rechts erweitern"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],de:["Linien von {toolName} nach links bis zum Ende erweitern"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],de:["Linien von {toolName} nach rechts bis zum Ende erweitern"]}},66429:e=>{e.exports={en:["change {toolName} line style"],de:["Linienstil von {toolName} ändern"]}},25167:e=>{e.exports={
+en:["change {propertyName} property"],de:["Eigenschaft {propertyName} ändern"]}},35813:e=>{e.exports={en:["days"],de:["Tage"]}},89919:e=>{e.exports={en:["days to"],de:["Tage bis"]}},59215:e=>{e.exports={en:["days from"],de:["Tage von"]}},77114:e=>{e.exports={en:["erase level line"],de:["Linie der Ebene löschen"]}},2359:e=>{e.exports={en:["hours"],de:["Stunden"]}},82267:e=>{e.exports={en:["hours from"],de:["Stunden von"]}},15600:e=>{e.exports={en:["hours to"],de:["Stunden bis"]}},76261:e=>{e.exports={en:["move drawings"],de:["Zeichnungen verschieben"]}},95300:e=>{e.exports={en:["months"],de:["Monate"]}},17250:e=>{e.exports={en:["months from"],de:["Monate von"]}},2828:e=>{e.exports={en:["months to"],de:["Monate zu"]}},18726:e=>{e.exports={en:["minutes"],de:["Minuten"]}},67649:e=>{e.exports={en:["minutes to"],de:["Minuten bis"]}},22476:e=>{e.exports={en:["minutes from"],de:["Minuten von"]}},751:e=>{e.exports={en:["seconds"],de:["Sekunden"]}},73419:e=>{e.exports={en:["seconds to"],de:["Sekunden bis"]}},35801:e=>{e.exports={en:["seconds from"],de:["Sekunden von"]}},45537:e=>{e.exports={en:["weeks"],de:["Wochen"]}},92859:e=>{e.exports={en:["weeks from"],de:["Wochen von"]}},44127:e=>{e.exports={en:["weeks to"],de:["Wochen bis"]}},3539:e=>{e.exports={en:["ticks"],de:["Ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.1432.d43e80e1d49b8e361fa5.js b/public/charting_library/bundles/de.1432.d43e80e1d49b8e361fa5.js
new file mode 100644
index 0000000..838152e
--- /dev/null
+++ b/public/charting_library/bundles/de.1432.d43e80e1d49b8e361fa5.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1432,2787,6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],de:["#{count} (Preis, Bar)"]}},78930:e=>{e.exports={en:["Coordinates"],de:["Koordinaten"]}},24197:e=>{e.exports={en:["Center"],de:["Zentrieren"]}},27567:e=>{e.exports={en:["Bottom"],de:["Unten"]}},79468:e=>{e.exports={en:["Background"],de:["Hintergrund"]}},72942:e=>{e.exports={en:["Days"],de:["Tage"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],de:["Verschiebung (Preis, Balken)"]}},61856:e=>{e.exports={en:["Extend left line"],de:["Linie nach links verlängern"]}},87430:e=>{e.exports={en:["Extend right line"],de:["Linie nach rechts verlängern"]}},56796:e=>{e.exports={en:["Hours"],de:["Stunden"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],de:["Eingaben"]}},11626:e=>{e.exports={en:["Left"],de:["Links"]}},43154:e=>{e.exports={en:["Months"],de:["Monate"]}},68833:e=>{e.exports={en:["Middle"],de:["Mitte"]}},42562:e=>{e.exports={en:["Minutes"],de:["Minuten"]}},65188:e=>{e.exports={en:["Seconds"]}},50421:e=>{e.exports={en:["Right"],de:["Rechts"]}},835:e=>{e.exports={en:["Weeks"],de:["Wochen"]}},97118:e=>{e.exports={en:["Top"],de:["Oben"]}},70320:e=>{e.exports={en:["Text"]}},25485:e=>{e.exports={en:["Text alignment"],de:["Textausrichtung"]}},67781:e=>{e.exports={en:["Text orientation"],de:["Text Ausrichtung"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"],de:["Vertikal"]}},2066:e=>{e.exports={en:["change bar X coordinate"],de:["X-Koordinate des Balkens ändern"]}},11737:e=>{e.exports={en:["change price Y coordinate"],de:["Y-Koordinate des Preises ändern"]}},30839:e=>{e.exports={en:["change {title} background visibility"],de:["Hintergrundsichtbarkeit von {title} ändern"]}},49765:e=>{e.exports={en:["change {title} background color"],de:["Hintergrundfarbe von {title} ändern"]}},96135:e=>{e.exports={en:["change {title} days to"],de:["ändere {title} von Tagen auf"]}},91201:e=>{e.exports={en:["change {title} days from"],de:["ändere {title} auf Tage von"]}},8306:e=>{e.exports={en:["change {title} hours from"],de:["ändere {title} auf Stunden von"]}},67233:e=>{e.exports={en:["change {title} hours to"],de:["ändere {title} von Stunden auf"]}},99122:e=>{e.exports={en:["change {title} months from"],de:["ändere {title} auf Monate von"]}},10518:e=>{e.exports={en:["change {title} months to"],de:["ändere {title} von Monaten auf"]}},38011:e=>{e.exports={en:["change {title} minutes to"],de:["ändere {title} von Minuten auf"]}},59820:e=>{e.exports={en:["change {title} minutes from"],de:["ändere {title} auf Minuten von"]}},6573:e=>{e.exports={en:["change {title} seconds to"],de:["ändere {title} von Sekunden auf"]}},86780:e=>{e.exports={en:["change {title} seconds from"],de:["Sekunde von {title} ändern"]}},32481:e=>{e.exports={en:["change {title} weeks from"],de:["ändere {title} auf Wochen von"]}},18678:e=>{e.exports={en:["change {title} weeks to"],de:["ändere {title} von Wochen auf"]}},98596:e=>{e.exports={
+en:["change {title} visibility on ticks"],de:["Sichtbarkeit von {title} in Ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],de:["Sichtbarkeit von {title} auf Wochen ändern"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],de:["{title} Sichtbarkeit auf {ranges} ändern"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],de:["Sichtbarkeit von {title} auf Tage ändern"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],de:["Sichtbarkeit von {title} auf Stunden ändern"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],de:["Sichtbarkeit von {title} auf Minuten ändern"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],de:["Sichtbarkeit von {title} auf Monate ändern"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],de:["Sichtbarkeit von {title} in Sekunden"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],de:["Sichtbarkeit der Linie von {toolName} ändern"]}},19541:e=>{e.exports={en:["change {toolName} line width"],de:["Linienbreite von {toolName} ändern"]}},24059:e=>{e.exports={en:["change {toolName} line color"],de:["Linienfarbe von {toolName} ändern"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],de:["Linien von {toolName} nach links erweitern"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],de:["Linien von {toolName} nach rechts erweitern"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],de:["Linien von {toolName} nach links bis zum Ende erweitern"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],de:["Linien von {toolName} nach rechts bis zum Ende erweitern"]}},66429:e=>{e.exports={en:["change {toolName} line style"],de:["Linienstil von {toolName} ändern"]}},25167:e=>{e.exports={en:["change {propertyName} property"],de:["Eigenschaft {propertyName} ändern"]}},35813:e=>{e.exports={en:["days"],de:["Tage"]}},89919:e=>{e.exports={en:["days to"],de:["Tage bis"]}},59215:e=>{e.exports={en:["days from"],de:["Tage von"]}},2359:e=>{e.exports={en:["hours"],de:["Stunden"]}},82267:e=>{e.exports={en:["hours from"],de:["Stunden von"]}},15600:e=>{e.exports={en:["hours to"],de:["Stunden bis"]}},76261:e=>{e.exports={en:["move drawings"],de:["Zeichnungen verschieben"]}},95300:e=>{e.exports={en:["months"],de:["Monate"]}},17250:e=>{e.exports={en:["months from"],de:["Monate von"]}},2828:e=>{e.exports={en:["months to"],de:["Monate zu"]}},18726:e=>{e.exports={en:["minutes"],de:["Minuten"]}},67649:e=>{e.exports={en:["minutes to"],de:["Minuten bis"]}},22476:e=>{e.exports={en:["minutes from"],de:["Minuten von"]}},751:e=>{e.exports={en:["seconds"],de:["Sekunden"]}},73419:e=>{e.exports={en:["seconds to"],de:["Sekunden bis"]}},35801:e=>{e.exports={en:["seconds from"],de:["Sekunden von"]}},45537:e=>{e.exports={en:["weeks"],de:["Wochen"]}},92859:e=>{e.exports={en:["weeks from"],de:["Wochen von"]}},44127:e=>{e.exports={en:["weeks to"],de:["Wochen bis"]}},3539:e=>{e.exports={en:["ticks"],de:["Ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.1629.7afd8c16ef79eab8b22e.js b/public/charting_library/bundles/de.1629.7afd8c16ef79eab8b22e.js
new file mode 100644
index 0000000..6a01855
--- /dev/null
+++ b/public/charting_library/bundles/de.1629.7afd8c16ef79eab8b22e.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1629],{80473:e=>{e.exports={en:["Add column to right"],de:["Spalte rechts hinzufügen"]}},61702:e=>{e.exports={en:["Add row below"],de:["Zeile unten hinzufügen"]}},33500:e=>{e.exports={en:["Remove column"],de:["Spalte entfernen"]}},85069:e=>{e.exports={en:["Remove row"],de:["Zeile entfernen"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.1715.48491249cfe3a1a8a335.js b/public/charting_library/bundles/de.1715.48491249cfe3a1a8a335.js
new file mode 100644
index 0000000..f9bc2a5
--- /dev/null
+++ b/public/charting_library/bundles/de.1715.48491249cfe3a1a8a335.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1715],{79355:e=>{e.exports={en:["Save template as"],de:["Vorlage speichern als"]}},41018:e=>{e.exports={en:["Template '{themeName}' already exists. Do you really want to replace it?"],de:["Es gibt bereits eine '{themeName}' Vorlage. Möchten Sie diese ersetzen lassen?"]}},59233:e=>{e.exports={en:["Template name"],de:["Name der Vorlage"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.2134.fb8463bf93e547b8a24f.js b/public/charting_library/bundles/de.2134.fb8463bf93e547b8a24f.js
new file mode 100644
index 0000000..7a0b35f
--- /dev/null
+++ b/public/charting_library/bundles/de.2134.fb8463bf93e547b8a24f.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2134,4109],{14143:e=>{e.exports={en:["currency"],de:["Währung"]}},53288:e=>{e.exports={en:["animals & nature"],de:["Tiere & Natur"]}},21311:e=>{e.exports={en:["activity"],de:["Aktivität"]}},74245:e=>{e.exports={en:["arrows"],de:["Richtungspfeile"]}},51853:e=>{e.exports={en:["gestures & smileys"],de:["Gesten & Smileys"]}},90678:e=>{e.exports={en:["food & drink"],de:["Essen & Trinken"]}},6715:e=>{e.exports={en:["flags"],de:["Flaggen"]}},98355:e=>{e.exports={en:["objects"],de:["Objekte"]}},10522:e=>{e.exports={en:["nature"],de:["Natur"]}},43438:e=>{e.exports={en:["smiles & people"],de:["Smilies & Menschen"]}},40457:e=>{e.exports={en:["symbols"],de:["Symbole"]}},33282:e=>{e.exports={en:["symbols & flags"],de:["Symbole & Flaggen"]}},88906:e=>{e.exports={en:["recently used"],de:["Zuletzt genutzt"]}},28562:e=>{e.exports={en:["travel & places"],de:["Reisen & Orte"]}},93111:e=>{e.exports={en:["Content"],de:["Inhalt"]}},59934:e=>{e.exports={en:["Channels"],de:["Kanäle"]}},81578:e=>{e.exports={en:["Cursors"],de:["Mauszeiger"]}},77915:e=>{e.exports={en:["Cycles"],de:["Zyklen"]}},32064:e=>{e.exports={en:["Annotation tools"],de:["Text Tools"]}},69207:e=>{e.exports={en:["Add to favorites"],de:["Zu Favoriten hinzufügen"]}},19147:e=>{e.exports={en:["Arrows"],de:["Pfeile"]}},65695:e=>{e.exports={en:["Brushes"],de:["Pinsel"]}},51494:e=>{e.exports={en:["Gann"],de:["Gann-Analysen"]}},2654:e=>{e.exports={en:["Gann and Fibonacci tools"],de:["Gann und Fibonacci Tools"]}},22145:e=>{e.exports={en:["Geometric shapes"],de:["Geometrische Formen"]}},57157:e=>{e.exports={en:["Dot"],de:["Punkt"]}},14939:e=>{e.exports={en:["Demonstration"]}},16290:e=>{e.exports={en:["Emojis"]}},44255:e=>{e.exports={en:["Elliott waves"],de:["Elliott-Wellen"]}},8727:e=>{e.exports={en:["Eraser"],de:["Radierer"]}},1410:e=>{e.exports={en:["Forecasting and measurement tools"],de:["Prognose-/ Messwerkzeuge"]}},26578:e=>{e.exports={en:["Fibonacci"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"],de:["{hotKey_0} für eine temporäre Zeichnung halten"]}},99838:e=>{e.exports={en:["Hide Drawings Toolbar"],de:["Zeichnen-Werkzeugleiste ausblenden"]}},95343:e=>{e.exports={en:["Hide options"],de:["Optionen ausblenden"]}},73829:e=>{e.exports={en:["Icons"],de:["Symbole"]}},79451:e=>{e.exports={en:["Lock all drawings"],de:["Alle Zeichen-Tools fixieren"]}},35553:e=>{e.exports={en:["Magic"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"],de:["Der Magnet-Modus zieht Zeichnungen, die in der Nähe von Preisbalken platziert sind, an den nächstgelegenen OHLC-Wert."]}},41964:e=>{e.exports={en:["Magnets"],de:["Magnete"]}},91563:e=>{e.exports={en:["Measure"],de:["Messen"]}},97050:e=>{e.exports={en:["Measurer"],de:["Vermesser"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"],
+de:["Neue Zeichnungen werden in alle Charts im Layout repliziert und angezeigt wenn der gleiche Ticker ausgewählt ist."]}},65781:e=>{e.exports={en:["Shapes"],de:["Formen"]}},32579:e=>{e.exports={en:["Show Drawings Toolbar"],de:["Zeichen-Werkzeugleiste anzeigen"]}},51465:e=>{e.exports={en:["Show Favorite Drawing Tools Toolbar"],de:["Toolbar für favorisierte Zeichenwerkzeuge anzeigen"]}},3154:e=>{e.exports={en:["Show Hidden Tools"],de:["Versteckte Tools anzeigen"]}},85786:e=>{e.exports={en:["Show Object Tree"],de:["Objektbaum anzeigen"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],de:["Im Zeichenmodus bleiben"]}},50428:e=>{e.exports={en:["Stickers"],de:["Sticker"]}},94593:e=>{e.exports={en:["Strong Magnet"],de:["Starker Magnetmodus"]}},46417:e=>{e.exports={en:["Patterns"],de:["Chartmuster"]}},36167:e=>{e.exports={en:["Pitchforks"]}},57118:e=>{e.exports={en:["Remove Drawings"],de:["Zeichnungen entfernen"]}},25852:e=>{e.exports={en:["Remove objects"],de:["Objekte entfernen"]}},2671:e=>{e.exports={en:["Remove options"],de:["Optionen entfernen"]}},96374:e=>{e.exports={en:["Remove drawings"],de:["Zeichnungen entfernen"]}},53981:e=>{e.exports={en:["Remove drawings & indicators"],de:["Zeichnungen & Indikatoren entfernen"]}},85106:e=>{e.exports={en:["Remove from favorites"],de:["Aus Favoriten entfernen"]}},99984:e=>{e.exports={en:["Remove indicators"],de:["Indikatoren entfernen"]}},47550:e=>{e.exports={en:["Remove selected emoji"],de:["Ausgewählten Emoji entfernen"]}},3519:e=>{e.exports={en:["Weak Magnet"],de:["Leichter Magnetmodus"]}},65831:e=>{e.exports={en:["Text & Notes"],de:["Text & Notizen"]}},48773:e=>{e.exports={en:["Trend line tools"],de:["Trendlinien Tools"]}},69260:e=>{e.exports={en:["Volume-based"],de:["Volumenbezogen"]}},55774:e=>{e.exports={en:["Zoom In"],de:["Vergrößern"]}},37310:e=>{e.exports={en:["Zoom Out"],de:["Verkleinern"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"],de:["{hotKey_0} + Klick auf das Chart"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"],de:["{hotKey_0} — Kreis"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"],de:["{hotKey_0} — Zeichnen einer geraden Linie im Winkel von 45°"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"],de:["{hotKey_0} — feste Abstufungen"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"],de:["{hotKey_0} — Quadrat"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.2199.5cc70080a81e97402902.js b/public/charting_library/bundles/de.2199.5cc70080a81e97402902.js
new file mode 100644
index 0000000..04e3853
--- /dev/null
+++ b/public/charting_library/bundles/de.2199.5cc70080a81e97402902.js
@@ -0,0 +1,7 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2199],{48473:e=>{e.exports={en:["Real-time data for {symbolName}"],de:["Die Echtzeitdaten für {symbolName}"]}},84455:e=>{e.exports={en:["is provided by {exchange} exchange."],de:["werden von der {exchange} Börse bereitgestellt."]}},97349:e=>{e.exports={en:["Fr"],de:["Fr."]}},30961:e=>{e.exports={en:["Mo"],de:["Mo."]}},94748:e=>{e.exports={en:["Sa"],de:["Sa."]}},75005:e=>{e.exports={en:["Su"],de:["So."]}},92578:e=>{e.exports={en:["We"],de:["Mi."]}},8765:e=>{e.exports={en:["Th"],de:["Do."]}},9135:e=>{e.exports={en:["Tu"],de:["Di."]}},43206:e=>{e.exports={en:["Could not get Pine source code."],de:["Pine Quellcode konnte nicht geladen werden"]}},65495:e=>{e.exports={en:["Collapse pane"],de:["Fenster zuklappen"]}},40225:e=>{e.exports={en:["Continuous futures contracts"],de:["Fortwährende Terminkontrakte"]}},60657:e=>{e.exports={en:["Contract expired"],de:["Kontrakt abgelaufen"]}},58796:e=>{e.exports={en:["Cboe One"],de:["Cboe BZX"]}},63245:e=>{e.exports={en:["Change symbol"],de:["Symbol ändern"]}},45639:e=>{e.exports={en:["Chart values"],de:["Chartwerte"]}},28214:e=>{e.exports={en:["Create a free account"],de:["Erstellen Sie einen kostenlosen Account"]}},39301:e=>{e.exports={en:["All good things must come to an end - this contract has reached expiry!"],de:["Alles hat einmal ein Ende - Dieser Vertrag hat seinen Ablauf erreicht!"]}},29938:e=>{e.exports={en:["All's well — market is open."],de:["Alles ist gut — Markt ist geöffnet."]}},28896:e=>{e.exports={en:["April"]}},11081:e=>{e.exports={en:["August"]}},10842:e=>{e.exports={en:["Bar change values"],de:["Balken Änderungswerte"]}},70032:e=>{e.exports={en:["Buy real-time data"],de:["Echtzeitdaten kaufen"]}},99452:e=>{e.exports={en:["Go to editor"],de:["Gehe zum Editor"]}},13930:e=>{e.exports={en:["Double click"],de:["Doppelklick"]}},78992:e=>{e.exports={en:["Data error"],de:["Daten Problem"]}},32925:e=>{e.exports={en:["Data is updated once a day."],de:["Daten werden einmal täglich aktualisiert."]}},33039:e=>{e.exports={en:["Data is updated once per second, even if there are more updates on the market."],de:["Daten werden nur einmal pro Sekunde aktualisiert, auch wenn es mehr Änderungen am Markt gibt."]}},43348:e=>{e.exports={en:["Data is delayed"],de:["Daten sind verzögert"]}},38368:e=>{e.exports={en:["Data on our Basic plan is updated once per second, even if there are more updates on the market."],de:["Daten für Free-User werden nur ein mal pro Sekunde aktualisiert, auch wenn mehr Änderungen im Markt geschehen."]}},90082:e=>{e.exports={en:["December"],de:["Dezember"]}},19679:e=>{e.exports={en:["Defaulted bond"],de:["Notleidende Anleihe"]}},66260:e=>{e.exports={en:["Delete pane"],de:["Bereich Löschen"]}},54602:e=>{e.exports={en:["Delisted"],de:["Eingestellt"]}},31683:e=>{e.exports={en:["Delisted alert"],de:["Alarm: Börsenrückzug"]}},50035:e=>{e.exports={en:["Derived Data"],de:["Abgeleitete Daten"]}},5805:e=>{e.exports={en:["End of day data"],de:["End of Day Daten"]}},57335:e=>{e.exports={en:["Error"],
+de:["Fehler"]}},23302:e=>{e.exports={en:["Evening. Market is open for post-market trading."],de:["Guten Abend. Der Markt befindet sich im nachbörslichen Handel."]}},43383:e=>{e.exports={en:["Exchange disclaimer"],de:["Börsen-Disclaimer"]}},63538:e=>{e.exports={en:["Exchange timezone"],de:["Zeitzone wechseln"]}},81069:e=>{e.exports={en:["February"],de:["Februar"]}},5447:e=>{e.exports={en:["Fill out Exchange Agreements"],de:["Börsen-Vereinbarungen ausfüllen"]}},44454:e=>{e.exports={en:["Flag Symbol"],de:["Symbol markieren"]}},22928:e=>{e.exports={en:["Fri"],de:["Fr"]}},3570:e=>{e.exports={en:["Friday"],de:["Freitag"]}},59269:e=>{e.exports={en:["From our family to yours, wishing you a merry festive season."],de:["Wir wünschen Ihnen und Ihrer Familie frohe Feiertage."]}},14181:e=>{e.exports={en:["HKEX and/or any subsidiaries endeavour to ensure the accuracy and reliability of the information provided but do not guarantee its accuracy or reliability and accept no liability (whether in tort or contract or otherwise) for any loss or damage arising from any inaccuracies or omissions."],de:["HKEX und/oder enthaltene Tochtergesellschaften bemühen sich, die Genauigkeit und Zuverlässigkeit der zur Verfügung gestellten Informationen sicherzustellen, können jedoch die Genauigkeit und Zuverlässigkeit nicht garantieren und akzeptieren keine Haftung (weder Verschuldenshaftung noch Vertragshaftung oder anderweitig) für jegliche Verluste oder Schäden, die als Ergebnis von Ungenauigkeiten oder Unterlassungen auftreten."]}},87845:e=>{e.exports={en:["Holiday"],de:["Urlaub / Feiertag"]}},75119:e=>{e.exports={en:["Halal symbol"],de:["Halal-Symbol"]}},34987:e=>{e.exports={en:["Happy holidays, traders"],de:["Frohes Fest, liebe Trader"]}},44036:e=>{e.exports={en:["Indicator arguments"],de:["Funktionsargument des Indikators"]}},10319:e=>{e.exports={en:["Indicator error"],de:["Indikatorfehler"]}},7511:e=>{e.exports={en:["Indicator titles"],de:["Titel des Indikators"]}},51353:e=>{e.exports={en:["Indicator values"],de:["Werte des Indikators"]}},48758:e=>{e.exports={en:["Indicators update"],de:["Aktualisierung der Indikatoren"]}},95400:e=>{e.exports={en:["If you'd like {listedExchange} real-time data you'll need to complete an Exchange Agreement. Don't worry, it only takes a few clicks"],de:["Wenn Sie Echtzeitdaten von {listedExchange} wünschen, müssen Sie eine Börsenvereinbarung ausfüllen. Keine Sorge, es dauert nur ein paar Klicks"]}},43094:e=>{e.exports={en:["It'll close in {remainingTime}."],de:["Er wird in {remainingTime} geschlossen."]}},81509:e=>{e.exports={en:["It'll go to post-market trading in {remainingTime}."],de:["Der nachbörsliche Handel beginnt in {remainingTime}."]}},58470:e=>{e.exports={en:["It'll open for pre-market trading in {remainingTime}."],de:["Der vorbörsliche Handel beginnt in {remainingTime}."]}},99822:e=>{e.exports={en:["It'll open in {remainingTime}."],de:["Er wird in {remainingTime} geöffnet."]}},66595:e=>{e.exports={en:["It’ll open fully in {remainingTime}."],de:["Er wird in {remainingTime} vollständig geöffnet."]}},
+200:e=>{e.exports={en:["January"],de:["Januar"]}},6608:e=>{e.exports={en:["July"],de:["Juli"]}},61487:e=>{e.exports={en:["June"],de:["Juni"]}},91006:e=>{e.exports={en:["One update per second"],de:["Ein Update pro Sekunde"]}},79744:e=>{e.exports={en:["Oops. Something has gone wrong with one or more of your indicators. Please expand the indicator list for more details."],de:["Ups. Es ist ein Fehler bei einem oder mehreren Indikatoren aufgetreten. Erweitern Sie bitte die Indikatorliste für weitere Angaben."]}},64730:e=>{e.exports={en:["Oops. Something has gone wrong with one or more of your indicators. Resize the panes to see the details."],de:["Ups. Es ist ein Fehler bei einem oder mehreren Indikatoren aufgetreten. Passen Sie für weitere Angaben bitte die Größe der Ansichtsbereiche an."]}},84937:e=>{e.exports={en:["Obligation not paid. Issuer payments are over a month late, this is due to coupon or principal debt."],de:["Obligation nicht gezahlt. Die Emittentenzahlungen sind über einem Monat in Verzug. Der Grund hierfür ist eine Kupon- oder Hauptschuld."]}},37997:e=>{e.exports={en:["October"]}},25765:e=>{e.exports={en:["Open market status"],de:["Markt-Öffnungs-Status anzeigen"]}},72723:e=>{e.exports={en:["Opened in detached editor"],de:["Im separaten Editor geöffnet"]}},39664:e=>{e.exports={en:["Opened in editor"],de:["Im Editor geöffnet"]}},72423:e=>{e.exports={en:["Last day change values"],de:["Werte von Veränderungen am letzten Handelstag"]}},1356:e=>{e.exports={en:["Let it snow"],de:["Lassen wir es schneien"]}},27741:e=>{e.exports={en:["Learn more"],de:["Mehr erfahren"]}},12948:e=>{e.exports={en:["Move pane down"],de:["Bereich nach unten bewegen"]}},7310:e=>{e.exports={en:["Move pane up"],de:["Bereich nach oben bewegen"]}},37150:e=>{e.exports={en:["Mon"]}},19573:e=>{e.exports={en:["Monday"],de:["Montag"]}},37117:e=>{e.exports={en:["More"],de:["Mehr"]}},65420:e=>{e.exports={en:["Morning. Market is open for pre-market trading."],de:["Guten Morgen. Markt befindet sich im vorbörslichen Handel."]}},61206:e=>{e.exports={en:["Maximize chart"],de:["Chart maximieren"]}},90165:e=>{e.exports={en:["Maximize pane"],de:["Bereich Maximieren"]}},25734:e=>{e.exports={en:["May"],de:["Mai"]}},75018:e=>{e.exports={en:["Manage panes"],de:["Bereiche Verwalten"]}},93878:e=>{e.exports={en:["March"],de:["März"]}},41410:e=>{e.exports={en:["Market open"],de:["Markt ist geöffnet"]}},62464:e=>{e.exports={en:["Market closed"],de:["Markt ist geschlossen"]}},41392:e=>{e.exports={en:["Market is currently on holiday. Lucky them."],de:["Der Markt ist derzeit im Urlaub. Was für ein Leben."]}},4607:e=>{e.exports={en:["November"]}},87142:e=>{e.exports={en:["Source code"]}},32273:e=>{e.exports={en:["Sat"],de:["Sa"]}},30348:e=>{e.exports={en:["Saturday"],de:["Samstag"]}},90761:e=>{e.exports={en:["Scroll to the left"],de:["Nach links scrollen"]}},83040:e=>{e.exports={en:["Scroll to the most recent bar"],de:["Zum neuesten Balken scrollen"]}},25131:e=>{e.exports={en:["Scroll to the right"],de:["Nach rechts scrollen"]}},32179:e=>{e.exports={en:["September"]}
+},85786:e=>{e.exports={en:["Show Object Tree"],de:["Objektbaum anzeigen"]}},74759:e=>{e.exports={en:["Show interval settings"],de:["Intervalleinstellungen anzeigen"]}},86158:e=>{e.exports={en:["Study Error"]}},96341:e=>{e.exports={en:["Stop the snow"],de:["Schluss mit Schnee"]}},77493:e=>{e.exports={en:["Sun"],de:["Son"]}},61480:e=>{e.exports={en:["Sunday"],de:["Sonntag"]}},23079:e=>{e.exports={en:["Symbol price source"],de:["Quelle für Symbolpreis"]}},14771:e=>{e.exports={en:["Symbol title"],de:["Titel des Symbols"]}},71847:e=>{e.exports={en:["Synthetic instruments combining individual contracts. The 1! contract represents the front-month (nearest expiration) while the 2! represents the second nearest expiration."],de:["Synthetische Instrumente, die eine Kombination von individuellen Kontrakten darstellen. Der 1! Kontrakt stellt hierbei den Frontmonat dar (kürzeste Laufzeit), während 2! für den Kontrakt mit der zweitkürzesten Laufzeit steht."]}},44138:e=>{e.exports={en:["Synthetic symbol"],de:["Synthetisches Symbol"]}},73897:e=>{e.exports={en:["Post-market"],de:["Nachbörslich"]}},85996:e=>{e.exports={en:["Paid plans feature faster data updates."],de:["Kostenpflichtige Abos enthalten schnellere Daten-Updates"]}},36018:e=>{e.exports={en:["Pre-market"],de:["Vorbörslich"]}},94972:e=>{e.exports={en:["Primary listing"],de:["Primäre Auflistung"]}},20987:e=>{e.exports={en:["Real-time data for this symbol is not supported right now. We may support it in the future."],de:["Zurzeit werden keine Echtzeitdaten für dieses Symbol unterstützt. Dies kann sich jedoch in Zukunft ändern."]}},31539:e=>{e.exports={en:["Real-time data for {symbolName} is provided by {exchange} exchange."],de:["Echtzeit Daten für {symbolName} werden von der {exchange} Börse bereitgestellt."]}},31142:e=>{e.exports={en:["Restore chart"],de:["Chart wiederherstellen"]}},12486:e=>{e.exports={en:["Restore pane"],de:["Bereich wiederherstellen"]}},11532:e=>{e.exports={en:["Wed"],de:["Mi"]}},94226:e=>{e.exports={en:["Wednesday"],de:["Mittwoch"]}},7281:e=>{e.exports={en:["To get real-time data for {description}, please buy the real-time data package."],de:["Um Echtzeit Daten für {description} zu erhalten, kaufen Sie bitte das Echtzeit Datenpaket."]}},71388:e=>{e.exports={en:["Thu"],de:["Do"]}},79137:e=>{e.exports={en:["Thursday"],de:["Donnerstag"]}},95246:e=>{e.exports={en:["The main, or first, stock exchange where a company's stock is listed and traded."],de:["Die Haupt- oder erste Börse, auf der die Aktie eines Unternehmens notiert ist und gehandelt wird."]}},25608:e=>{e.exports={en:["The source code of this script version is open in the Pine Editor."],de:["Der Quellcode dieser Script-Version ist im Pine Editor geöffnet."]}},33161:e=>{e.exports={en:["The source code of this script version is open in the detached Pine Editor."],de:["Der Quellcode dieser Script-Version ist im separaten Pine Editor geöffnet."]}},24669:e=>{e.exports={en:["This data is real-time, but it may be slightly different to its official counterpart coming from primary exchanges."],
+de:["Hierbei handelt es sich um Echtzeitdaten. Sie können sich jedoch leicht von den offiziellen Gegenstücken unterscheiden, die von den Primärbörsen ausgesendet werden."]}},52668:e=>{e.exports={en:["This data is real-time, but it may be slightly different to its official counterpart coming from {exchange}."],de:["Hierbei handelt es sich um Echtzeitdaten. Sie können sich jedoch leicht von dem offiziellen Gegenstück unterscheiden, das von der {exchange} ausgesendet wird."]}},84484:e=>{e.exports={en:['This is a shariah-compliant bond, often referred to as a "sukuk," meaning that it complies with Islamic law that prohibits interest. Unlike conventional bonds, which involve paying interest, sukuk represent ownership in an underlying asset or project and investors earn returns based on profit-sharing or rental income.'],de:['Dies ist eine Scharia-konforme Anleihe, oft auch als "Sukuk" bezeichnet. Dies bedeutet, dass sie dem islamischen Gesetz entspricht, welches Zinsen verbietet. Im Gegensatz zu den konventionellen Anleihen, die eine Zinszahlung enthalten, stellt Sukuk das Eigentum an einem Basiswert oder Projekt dar und Anleger verdienen eine Rendite basierend auf einer Gewinnbeteiligung oder Mieteinnahmen.']}},67607:e=>{e.exports={en:["This is a shariah-compliant stock, meaning that it follows Islamic law. This company does not charge or receive interest, and does not engage with certain sectors (gambling, alcohol, tobacco, pork products)."],de:["Dies ist eine scharia-konforme Aktie, welche das islamische Gesetz befolgt. Dieses Unternehmen erhebt und erhält keine Zinsen, und ist nicht in bestimmten Sektoren aktiv (Glücksspiel, Alkohol, Tabak, Schweinefleischerzeugnisse)."]}},83556:e=>{e.exports={en:["This is no longer publicly trading so no new data will be added. But you can explore the historicals here."],de:["Die Börsennotierung wurde eingestellt, also werden keine neuen Daten hinzugefügt werden. Sie können sich jedoch hier die Altdaten ansehen."]}},44492:e=>{e.exports={en:["This real-time data is provided by {originalExchange} exchange. It may be slightly different from the official data directly from {exchange}. If this difference is crucial for you, you'll need to purchase real-time data from the primary exchange, which we can help with."],de:["Diese Echtzeitdaten werden von der {originalExchange} Börse angeboten. Es können leichte Unterschiede zu den offiziellen Daten in Erscheinung treten, welche direkt von {exchange} erhalten werden. Wenn sich diese Differenz für Ihre Handelsaktivitäten als wichtig erweisen sollte, dann können Sie die Echtzeitdaten von der Primärbörse erwerben. Wir können Ihnen hierbei weiterhelfen."]}},19481:e=>{e.exports={en:["This refers to financial indicators which are created by combining and/or processing raw data supplied from various sources."],de:["Dies bezieht sich auf finanzielle Indikatoren, die mit einer Kombination und/oder der Verarbeitung von Rohdaten erstellt werden, die aus verschiedenen Quellen kommen."]}},53272:e=>{e.exports={
+en:["This symbol doesn't exist, please pick another one."],de:["Dieses Symbol existiert nicht. Bitte wählen Sie ein anderes Symbol."]}},90589:e=>{e.exports={en:["This symbol is calculated by TradingView using the rate from other exchanges."],de:["Dieses Symbol wird von TradingView unter Verwendung der Kurse von anderen Börsen berechnet."]}},52176:e=>{e.exports={en:["Time for a walk — this market is closed."],de:["Zeit für einen Spaziergang — Dieser Markt ist geschlossen."]}},11916:e=>{e.exports={en:["Tue"],de:["Die"]}},82160:e=>{e.exports={en:["Tuesday"],de:["Dienstag"]}},13865:e=>{e.exports={en:["Unflag Symbol"],de:["Markierung aufheben"]}},37644:e=>{e.exports={en:["Volume"],de:["Volumen"]}},58744:e=>{e.exports={en:["You need to update one or more of your indicators. Check the indicator list for details."],de:["Sie müssen einen oder mehrere Indikatoren aktualisieren lassen. Überprüfen Sie bitte die Indikatorliste für weitere Angaben."]}},92663:e=>{e.exports={en:["You need to update one or more of your indicators. Resize the panes or the window to see the details."],de:["Sie müssen einen oder mehrere Indikatoren aktualisieren lassen. Passen Sie für weitere Angaben bitte die Fenstergröße oder die Ansichtsbereiche an."]}},97038:e=>{e.exports={en:["Zoom in"],de:["Vergrößern"]}},88710:e=>{e.exports={en:["Zoom out"],de:["Verkleinern"]}},96227:e=>{e.exports={en:["change open market status visibility"],de:["Sichtbarkeit des Marktstatus ändern"]}},27426:e=>{e.exports={en:["change bar change visibility"],de:["Sichtbarkeit des Countdowns bei Balkenschluss ändern"]}},79637:e=>{e.exports={en:["change chart values visibility"],de:["Sichtbarkeit der Chartwerte ändern"]}},63050:e=>{e.exports={en:["change indicator titles visibility"],de:["Sichtbarkeit der Indikatortitel ändern"]}},49583:e=>{e.exports={en:["change indicator values visibility"],de:["Sichtbarkeit der Indikatorwerte ändern"]}},78310:e=>{e.exports={en:["change indicator arguments visibility"],de:["Sichtbarkeit der Indikatorargumente ändern"]}},66307:e=>{e.exports={en:["change last day change visibility"],de:["Sichtbarkeit von Veränderung am letzten Handelstag ändern"]}},88167:e=>{e.exports={en:["change symbol description visibility"],de:["Sichtbarkeit der Symbolbeschreibung ändern"]}},12050:e=>{e.exports={en:["change symbol field visibility"],de:["Die Sichtbarkeit des Symbolfelds verändern"]}},96201:e=>{e.exports={en:["change volume values visibility"],de:["Sichtbarkeit der Volumenwerte ändern"]}},59938:e=>{e.exports={en:["less than 1 minute"],de:["weniger als 1 Minute"]}},51382:e=>{e.exports={en:["show {title}"],de:["{title} anzeigen"]}},51320:e=>{e.exports={en:["{days} and {hours}"],de:["{days} und {hours}"]}},55154:e=>{e.exports={en:["{exchange} by {originalExchange}"]}},90549:e=>{e.exports={en:["{hours} and {minutes}"],de:["{hours} und {minutes}"]}},51211:e=>{e.exports={en:["{listedExchange} real-time data is available for free to registered users."],de:["{listedExchange} Echtzeit Daten sind für registrierte User kostenlos verfügbar."]}},51931:e=>{e.exports={
+en:["Data is updated once every {amount} second, even if there are more updates on the market.","Data is updated once every {amount} seconds, even if there are more updates on the market."],de:["Die Daten werden einmal pro {amount} Sekunde aktualisiert, selbst wenn es mehr Updates auf dem Markt gibt.","Die Daten werden einmal alle {amount} Sekunden aktualisiert, selbst wenn es mehr Updates auf dem Markt gibt."]}},83978:e=>{e.exports={en:["Data on our Basic plan is updated once every {amount} second, even if there are more updates on the market.","Data on our Basic plan is updated once every {amount} seconds, even if there are more updates on the market."],de:["Die Daten bei unseren Basis-Abonnements werden einmal pro {amount} Sekunde aktualisiert, selbst wenn es mehr Updates auf dem Markt gibt.","Die Daten bei unseren Basis-Abonnements werden einmal alle {amount} Sekunden aktualisiert, selbst wenn es mehr Updates auf dem Markt gibt."]}},46960:e=>{e.exports={en:["Hide indicator legend","Hide indicators legend"],de:["Indikatorlegende ausblenden","Indikatorenlegende ausblenden"]}},36050:e=>{e.exports={en:["One update every {amount} second","One update every {amount} seconds"],de:["Ein Update jede {amount} Sekunde","Ein Update alle {amount} Sekunden"]}},36553:e=>{e.exports={en:["Show indicator legend","Show indicators legend"],de:["Indikatorlegende anzeigen","Indikatorenlegende anzeigen"]}},62218:e=>{e.exports={en:["{number} day","{number} days"],de:["{number} Tag","{number} Tage"]}},65463:e=>{e.exports={en:["{number} hour","{number} hours"],de:["{number} Stunde","{number} Stunden"]}},21730:e=>{e.exports={en:["{number} hour","{number} hours"],de:["{number} Stunde","{number} Stunden"]}},82796:e=>{e.exports={en:["{number} minute","{number} minutes"],de:["{number} Minute","{number} Minuten"]}},32547:e=>{e.exports={en:["{number} minute","{number} minutes"],de:["{number} Minute","{number} Minuten"]}},81227:e=>{e.exports={en:["{symbolName} data is delayed by {time} minute because of exchange requirements.","{symbolName} data is delayed by {time} minutes because of exchange requirements."],de:["{symbolName}-Daten sind aufgrund der Börsenvorschriften um {time} Minute verzögert.","{symbolName}-Daten sind aufgrund der Börsenvorschriften um {time} Minuten verzögert."]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.2303.a9546f2924221b57a144.js b/public/charting_library/bundles/de.2303.a9546f2924221b57a144.js
new file mode 100644
index 0000000..cf9ba5f
--- /dev/null
+++ b/public/charting_library/bundles/de.2303.a9546f2924221b57a144.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2303,6155,3367,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],de:["#{count} (Preis, Bar)"]}},78930:e=>{e.exports={en:["Coordinates"],de:["Koordinaten"]}},24197:e=>{e.exports={en:["Center"],de:["Zentrieren"]}},6060:e=>{e.exports={en:["Add text"],de:["Text hinzufügen"]}},27567:e=>{e.exports={en:["Bottom"],de:["Unten"]}},38408:e=>{e.exports={en:["Border"],de:["Rahmen"]}},79468:e=>{e.exports={en:["Background"],de:["Hintergrund"]}},72942:e=>{e.exports={en:["Days"],de:["Tage"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],de:["Verschiebung (Preis, Balken)"]}},56796:e=>{e.exports={en:["Hours"],de:["Stunden"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],de:["Eingaben"]}},11626:e=>{e.exports={en:["Left"],de:["Links"]}},43154:e=>{e.exports={en:["Months"],de:["Monate"]}},68833:e=>{e.exports={en:["Middle"],de:["Mitte"]}},42562:e=>{e.exports={en:["Minutes"],de:["Minuten"]}},65188:e=>{e.exports={en:["Seconds"]}},50421:e=>{e.exports={en:["Right"],de:["Rechts"]}},835:e=>{e.exports={en:["Weeks"],de:["Wochen"]}},97118:e=>{e.exports={en:["Top"],de:["Oben"]}},70320:e=>{e.exports={en:["Text"]}},7560:e=>{e.exports={en:["Text wrap"],de:["Textumfluss"]}},25485:e=>{e.exports={en:["Text alignment"],de:["Textausrichtung"]}},67781:e=>{e.exports={en:["Text orientation"],de:["Text Ausrichtung"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"],de:["Vertikal"]}},2066:e=>{e.exports={en:["change bar X coordinate"],de:["X-Koordinate des Balkens ändern"]}},11737:e=>{e.exports={en:["change price Y coordinate"],de:["Y-Koordinate des Preises ändern"]}},96135:e=>{e.exports={en:["change {title} days to"],de:["ändere {title} von Tagen auf"]}},91201:e=>{e.exports={en:["change {title} days from"],de:["ändere {title} auf Tage von"]}},8306:e=>{e.exports={en:["change {title} hours from"],de:["ändere {title} auf Stunden von"]}},67233:e=>{e.exports={en:["change {title} hours to"],de:["ändere {title} von Stunden auf"]}},99122:e=>{e.exports={en:["change {title} months from"],de:["ändere {title} auf Monate von"]}},10518:e=>{e.exports={en:["change {title} months to"],de:["ändere {title} von Monaten auf"]}},38011:e=>{e.exports={en:["change {title} minutes to"],de:["ändere {title} von Minuten auf"]}},59820:e=>{e.exports={en:["change {title} minutes from"],de:["ändere {title} auf Minuten von"]}},6573:e=>{e.exports={en:["change {title} seconds to"],de:["ändere {title} von Sekunden auf"]}},86780:e=>{e.exports={en:["change {title} seconds from"],de:["Sekunde von {title} ändern"]}},32481:e=>{e.exports={en:["change {title} weeks from"],de:["ändere {title} auf Wochen von"]}},18678:e=>{e.exports={en:["change {title} weeks to"],de:["ändere {title} von Wochen auf"]}},57122:e=>{e.exports={en:["change {title} text"],de:["{title} Text ändern"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],de:["Sichtbarkeit von {title} in Ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],
+de:["Sichtbarkeit von {title} auf Wochen ändern"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],de:["{title} Sichtbarkeit auf {ranges} ändern"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],de:["Sichtbarkeit von {title} auf Tage ändern"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],de:["Sichtbarkeit von {title} auf Stunden ändern"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],de:["Sichtbarkeit von {title} auf Minuten ändern"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],de:["Sichtbarkeit von {title} auf Monate ändern"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],de:["Sichtbarkeit von {title} in Sekunden"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],de:["Etiketten Ausrichtung von {toolName} auf vertikal ändern"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],de:["Etiketten Ausrichtung von {toolName} auf horizontal ändern"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],de:["Label-Ausrichtung {toolName} ändern"]}},66668:e=>{e.exports={en:["change {toolName} text"],de:["{toolName} Text ändern"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],de:["Sichtbarkeit des Text von {toolName} ändern"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],de:["{toolName} Textumbruch ändern"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],de:["Texthintergrundfarbe von {toolName} ändern"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],de:["Texthintergrundsichtbarkeit von {toolName} ändern"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],de:["Sichtbarkeit des {toolName} Textrahmenfarbe ändern"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],de:["Sichtbarkeit der {toolName} Textrahmendicke ändern"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],de:["Sichtbarkeit des {toolName} Textrahmens ändern"]}},64500:e=>{e.exports={en:["change {toolName} text color"],de:["Textfarbe von {toolName} ändern"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],de:['Textschriftart von {toolName} auf "fett" ändern']}},42694:e=>{e.exports={en:["change {toolName} text font italic"],de:['Textschriftart von {toolName} auf "kursiv" ändern']}},21781:e=>{e.exports={en:["change {toolName} text font size"],de:["Textgröße von {toolName} ändern"]}},25167:e=>{e.exports={en:["change {propertyName} property"],de:["Eigenschaft {propertyName} ändern"]}},35813:e=>{e.exports={en:["days"],de:["Tage"]}},89919:e=>{e.exports={en:["days to"],de:["Tage bis"]}},59215:e=>{e.exports={en:["days from"],de:["Tage von"]}},2359:e=>{e.exports={en:["hours"],de:["Stunden"]}},82267:e=>{e.exports={en:["hours from"],de:["Stunden von"]}},15600:e=>{e.exports={en:["hours to"],de:["Stunden bis"]}},76261:e=>{e.exports={en:["move drawings"],de:["Zeichnungen verschieben"]}},95300:e=>{e.exports={en:["months"],de:["Monate"]}},17250:e=>{e.exports={
+en:["months from"],de:["Monate von"]}},2828:e=>{e.exports={en:["months to"],de:["Monate zu"]}},18726:e=>{e.exports={en:["minutes"],de:["Minuten"]}},67649:e=>{e.exports={en:["minutes to"],de:["Minuten bis"]}},22476:e=>{e.exports={en:["minutes from"],de:["Minuten von"]}},751:e=>{e.exports={en:["seconds"],de:["Sekunden"]}},73419:e=>{e.exports={en:["seconds to"],de:["Sekunden bis"]}},35801:e=>{e.exports={en:["seconds from"],de:["Sekunden von"]}},45537:e=>{e.exports={en:["weeks"],de:["Wochen"]}},92859:e=>{e.exports={en:["weeks from"],de:["Wochen von"]}},44127:e=>{e.exports={en:["weeks to"],de:["Wochen bis"]}},3539:e=>{e.exports={en:["ticks"],de:["Ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.2342.4e495e3da576be4868f7.js b/public/charting_library/bundles/de.2342.4e495e3da576be4868f7.js
new file mode 100644
index 0000000..d8919ef
--- /dev/null
+++ b/public/charting_library/bundles/de.2342.4e495e3da576be4868f7.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2342],{64489:e=>{e.exports={en:["Reverse"],de:["Umkehren"]}},66643:e=>{e.exports={en:["reverse {tool}"],de:["Umkehren {tool}"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.2464.fc7f44a5c8b3791719aa.js b/public/charting_library/bundles/de.2464.fc7f44a5c8b3791719aa.js
new file mode 100644
index 0000000..8655b6a
--- /dev/null
+++ b/public/charting_library/bundles/de.2464.fc7f44a5c8b3791719aa.js
@@ -0,0 +1,56 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2464],{53310:e=>{e.exports={en:["Re"]}},85119:e=>{e.exports={en:["Dark"],de:["Dunkel"]}},96870:e=>{e.exports={en:["Light"],de:["Hell"]}},85886:e=>{e.exports={en:["d"],de:["t"]}},44634:e=>{e.exports={en:["h"]}},5977:e=>{e.exports={en:["m"]}},21492:e=>{e.exports={en:["s"]}},97559:e=>{e.exports={en:["{title} copy"],de:["{title} Kopieren"]}},38691:e=>{e.exports={en:["D"],de:["T"]}},77995:e=>{e.exports={en:["M"]}},93934:e=>{e.exports={en:["R"]}},82901:e=>{e.exports={en:["T"]}},7408:e=>{e.exports={en:["W"]}},38048:e=>{e.exports={en:["h"],de:["Std."]}},68430:e=>{e.exports={en:["m"]}},68823:e=>{e.exports={en:["s"]}},2696:e=>{e.exports={en:["C"]}},43253:e=>{e.exports={en:["H"]}},61372:e=>{e.exports={en:["HL2"]}},55096:e=>{e.exports={en:["HLC3"]}},94174:e=>{e.exports={en:["OHLC4"]}},89923:e=>{e.exports={en:["L"]}},46728:e=>{e.exports={en:["O"]}},32856:e=>{e.exports=Object.create(null),e.exports["%D_input"]={en:["%D"]},e.exports["%K_input"]={en:["%K"]},e.exports["%R_input"]={en:["%R"]},e.exports["+DI_input"]={en:["+DI"]},e.exports["-0.236 Level Color_input"]={en:["-0.236 Level Color"],de:["-0.236 Level Farbe"]},e.exports["-0.382 Level Color_input"]={en:["-0.382 Level Color"],de:["-0.382 Level Farbe"]},e.exports["-0.618 Level Color_input"]={en:["-0.618 Level Color"],de:["-0.618 Level Farbe"]},e.exports["-0.65 Level Color_input"]={en:["-0.65 Level Color"],de:["-0.65 Level Farbe"]},e.exports["-DI_input"]={en:["-DI"]},e.exports["0 Level Color_input"]={en:["0 Level Color"],de:["0 Level Farbe"]},e.exports["0.236 Level Color_input"]={en:["0.236 Level Color"],de:["0.236 Level Farbe"]},e.exports["0.382 Level Color_input"]={en:["0.382 Level Color"],de:["0.382 Level Farbe"]},e.exports["0.5 Level Color_input"]={en:["0.5 Level Color"],de:["0.5 Level Farbe"]},e.exports["0.618 Level Color_input"]={en:["0.618 Level Color"],de:["0.618 Level Farbe"]},e.exports["0.65 Level Color_input"]={en:["0.65 Level Color"],de:["0.65 Level Farbe"]},e.exports["0.786 Level Color_input"]={en:["0.786 Level Color"],de:["0.786 Level Farbe"]},e.exports["1 Level Color_input"]={en:["1 Level Color"],de:["1 Level Farbe"]},e.exports["1.272 Level Color_input"]={en:["1.272 Level Color"],de:["1.272 Level Farbe"]},e.exports["1.414 Level Color_input"]={en:["1.414 Level Color"],de:["1.414 Level Farbe"]},e.exports["1.618 Level Color_input"]={en:["1.618 Level Color"],de:["1.618 Level Farbe"]},e.exports["1.65 Level Color_input"]={en:["1.65 Level Color"],de:["1.65 Level Farbe"]},e.exports["1st Period_input"]={en:["1st Period"],de:["Erste Periode"]},e.exports["2.618 Level Color_input"]={en:["2.618 Level Color"],de:["2.618 Level Farbe"]},e.exports["2.65 Level Color_input"]={en:["2.65 Level Color"],de:["2.65 Level Farbe"]},e.exports["2nd Period_input"]={en:["2nd Period"],de:["2te Periode"]},e.exports["3.618 Level Color_input"]={en:["3.618 Level Color"],de:["3.618 Level Farbe"]},e.exports["3.65 Level Color_input"]={en:["3.65 Level Color"],de:["3.65 Level Farbe"]},e.exports["3rd Period_input"]={en:["3rd Period"],
+de:["3te Periode"]},e.exports["4.236 Level Color_input"]={en:["4.236 Level Color"],de:["4.236 Level Farbe"]},e.exports["4th Period_input"]={en:["4th Period"],de:["4te Periode"]},e.exports["5th Period_input"]={en:["5th Period"],de:["5te Periode"]},e.exports["6th Period_input"]={en:["6th Period"],de:["6te Periode"]},e.exports.ADR_B_input={en:["ADR_B"]},e.exports["ADX Smoothing_input"]={en:["ADX Smoothing"],de:["ADX Glättung"]},e.exports["ADX smoothing_input"]={en:["ADX smoothing"],de:["ADX Glättung"]},e.exports.ADX_input={en:["ADX"]},e.exports["ATR Mult_input"]={en:["ATR Mult"]},e.exports["ATR length_input"]={en:["ATR length"],de:["ATR-Länge"]},e.exports["ATR({atrValue})_input"]={en:["ATR({atrValue})"]},e.exports.ATR_input={en:["ATR"]},e.exports["Accumulation/Distribution_input"]={en:["Accumulation/Distribution"],de:["Akkumulation/Distribution"]},e.exports["All items_combobox_input"]={en:["All items"],de:["Alle Objekte"]},e.exports.All_input={en:["All"],de:["Alle"]},e.exports["Anchor Period_input"]={en:["Anchor Period"],de:["Verankerungszeitraum"]},e.exports["Another symbol_input"]={en:["Another symbol"],de:["Weiteres Symbol"]},e.exports["Aroon Down_input"]={en:["Aroon Down"]},e.exports["Aroon Up_input"]={en:["Aroon Up"]},e.exports.Average_input={en:["Average"],de:["Durchschnitt"]},e.exports["Averaging Periods_input"]={en:["Averaging Periods"],de:["Durchschnittsperioden"]},e.exports.Back_input={en:["Back"],de:["Zurück"]},e.exports["Bands style_input"]={en:["Bands style"],de:["Bänder-Stil"]},e.exports.Bar_input={en:["Bar"],de:["Balken"]},e.exports["Base Line Periods_input"]={en:["Base Line Periods"]},e.exports["Base Line_input"]={en:["Base Line"],de:["Grundlinie"]},e.exports.Basis_input={en:["Basis"]},e.exports["Bollinger Bands %B_input"]={en:["Bollinger Bands %B"]},e.exports["Bollinger Bands Width_input"]={en:["Bollinger Bands Width"],de:["Bollinger Bands-Breite"]},e.exports.Borders_input={en:["Borders"],de:["Rahmen"]},e.exports["Box size assignment method_input"]={en:["Box size assignment method"],de:["Zuweisungsmethode der Boxgrösse"]},e.exports["Box size_input"]={en:["Box size"],de:["Boxgröße"]},e.exports.CCI_input={en:["CCI"]},e.exports.CHOP_input={en:["CHOP"]},e.exports.Cancel_input={en:["Cancel"]},e.exports.Candles_input={en:["Candles"],de:["Kerzen"]},e.exports.Centered_input={en:["Centered"],de:["Zentriert"]},e.exports.Century_input={en:["Century"],de:["Jahrhundert"]},e.exports["Chaikin Oscillator_input"]={en:["Chaikin Oscillator"],de:["Chaikin-Oszillator"]},e.exports["Chande MO_input"]={en:["Chande MO"]},e.exports.Close_input={en:["Close"]},e.exports["Color 0_input"]={en:["Color 0"],de:["Farbe 0"]},e.exports["Color 1_input"]={en:["Color 1"],de:["Farbe 1"]},e.exports["Color 2_input"]={en:["Color 2"],de:["Farbe 2"]},e.exports["Color 3_input"]={en:["Color 3"],de:["Farbe 3"]},e.exports["Color 4_input"]={en:["Color 4"],de:["Farbe 4"]},e.exports["Color 5_input"]={en:["Color 5"],de:["Farbe 5"]},e.exports["Color 6_input"]={en:["Color 6"],de:["Farbe 6"]},e.exports["Color 7_input"]={en:["Color 7"],de:["Farbe 7"]},
+e.exports["Color 8_input"]={en:["Color 8"],de:["Farbe 8"]},e.exports["Color bars based on previous close_input"]={en:["Color bars based on previous close"],de:["Balken gemäß dem vorherigen Schließungspreis färben"]},e.exports["Color based on previous close_input"]={en:["Color based on previous close"],de:["Farben basierend auf vorherigem Schlusskurs"]},e.exports["Conversion Line Periods_input"]={en:["Conversion Line Periods"],de:["Conversion Line Perioden"]},e.exports["Conversion Line_input"]={en:["Conversion Line"]},e.exports.Correlation_input={en:["Correlation"],de:["Korrelation"]},e.exports.Count_input={en:["Count"],de:["Anzahl"]},e.exports.Crosses_input={en:["Crosses"],de:["Kreuzt"]},e.exports.Custom_input={en:["Custom"],de:["Benutzerdefiniert"]},e.exports.DEMA_input={en:["DEMA"]},e.exports["DI Length_input"]={en:["DI Length"],de:["DI-Länge"]},e.exports.DPO_input={en:["DPO"]},e.exports.D_input={en:["D"]},e.exports.Day_input={en:["Day"],de:["Tage"]},e.exports["Days Per Year_input"]={en:["Days Per Year"],de:["Tage pro Jahr"]},e.exports.Decade_input={en:["Decade"],de:["Jahrzehnt"]},e.exports.Delta_input={en:["Delta"]},e.exports.Depth_input={en:["Depth"],de:["Tiefe"]},e.exports["Detrended Price Oscillator_input"]={en:["Detrended Price Oscillator"],de:["Detrended Price-Oszillator"]},e.exports["Developing Poc_input"]={en:["Developing Poc"],de:["Entwicklung des Poc"]},e.exports["Deviation (%)_input"]={en:["Deviation (%)"],de:["Abweichung (%)"]},e.exports.Deviation_input={en:["Deviation"],de:["Abweichung"]},e.exports.Divisor_input={en:["Divisor"]},e.exports["Down Volume_input"]={en:["Down Volume"],de:["Abwärts-Volumen"]},e.exports["Down bars_input"]={en:["Down bars"],de:["Down-Balken"]},e.exports["Down color_input"]={en:["Down color"],de:["Down-Farbe"]},e.exports["Down fractals_input"]={en:["Down fractals"]},e.exports.EOM_input={en:["EOM"]},e.exports["Each (pre-market, market, post-market)_input"]={en:["Each (pre-market, market, post-market)"],de:["Jede (Vorbörslich, Hauptsitzung, Nachbörslich)"]},e.exports["Elder's Force Index_input"]={en:["Elder's Force Index"],de:["Elder's Force-Index"]},e.exports["Equality Line_input"]={en:["Equality Line"],de:["Gleichheitslinie"]},e.exports.Exponential_input={en:["Exponential"],de:["Exponentiell"]},e.exports["Extend POC Right_input"]={en:["Extend POC Right"]},e.exports["Extend Right_input"]={en:["Extend Right"],de:["Nach rechts erweitern"]},e.exports["Extend VAH Right_input"]={en:["Extend VAH Right"],de:["VAH nach rechts erweitern"]},e.exports["Extend VAL Right_input"]={en:["Extend VAL Right"],de:["VAL nach rechts erweitern"]},e.exports["Extend to last bar_input"]={en:["Extend to last bar"],de:["Erweitern bis zur letzten Bar"]},e.exports.Falling_input={en:["Falling"],de:["Fallend"]},e.exports["Fast Length_input"]={en:["Fast Length"],de:["Schnelle Periode"]},e.exports["Fast length_input"]={en:["Fast length"]},e.exports.Fill_input={en:["Fill"],de:["Füllen"]},e.exports.Fisher_input={en:["Fisher"]},e.exports.Growing_input={en:["Growing"],de:["Steigend"]},e.exports["HLC bars_input"]={
+en:["HLC bars"],de:["HLC-Balken"]},e.exports.HV_input={en:["HV"]},e.exports["Histogram Box_input"]={en:["Histogram Box"],de:["Histogram-Box"]},e.exports.Histogram_input={en:["Histogram"],de:["Histogramm"]},e.exports["Hull MA_input"]={en:["Hull MA"]},e.exports.Increment_input={en:["Increment"],de:["Schrittweite"]},e.exports.Indicator_input={en:["Indicator"],de:["Indikator"]},e.exports["Instrument 1_input"]={en:["Instrument 1"]},e.exports["Instrument 2_input"]={en:["Instrument 2"]},e.exports["Investor EMA 1 length_input"]={en:["Investor EMA 1 length"],de:["Investor EMA 1 Länge"]},e.exports["Investor EMA 2 length_input"]={en:["Investor EMA 2 length"],de:["Investor EMA 2 Länge"]},e.exports["Investor EMA 3 length_input"]={en:["Investor EMA 3 length"],de:["Investor EMA 3 Länge"]},e.exports["Investor EMA 4 length_input"]={en:["Investor EMA 4 length"],de:["Investor EMA 4 Länge"]},e.exports["Investor EMA 5 length_input"]={en:["Investor EMA 5 length"],de:["Investor EMA 5 Länge"]},e.exports["Investor EMA 6 length_input"]={en:["Investor EMA 6 length"],de:["Investor EMA 6 Länge"]},e.exports["Jaw Length_input"]={en:["Jaw Length"]},e.exports["Jaw Offset_input"]={en:["Jaw Offset"]},e.exports.Jaw_input={en:["Jaw"]},e.exports.KST_input={en:["KST"]},e.exports.K_input={en:["K"]},e.exports["Labels Position_input"]={en:["Labels Position"],de:["Label Position"]},e.exports["Labels on price scale_input"]={en:["Labels on price scale"],de:["Labels auf der Preisskala"]},e.exports["Lagging Span Periods_input"]={en:["Lagging Span Periods"],de:["Lagging-Span-Perioden"]},e.exports["Lagging Span_input"]={en:["Lagging Span"]},e.exports["Leading Shift Periods_input"]={en:["Leading Shift Periods"],de:["Die führenden Übergangsperioden"]},e.exports["Leading Span A_input"]={en:["Leading Span A"]},e.exports["Leading Span B_input"]={en:["Leading Span B"]},e.exports["Leading Span Periods_input"]={en:["Leading Span Periods"],de:["Leading Span B"]},e.exports["Length EMA_input"]={en:["Length EMA"],de:["Länge EMA"]},e.exports["Length MA_input"]={en:["Length MA"],de:["Länge MA"]},e.exports.Length1_input={en:["Length1"]},e.exports.Length2_input={en:["Length2"]},e.exports.Length3_input={en:["Length3"]},e.exports.Length_input={en:["Length"],de:["Länge"]},e.exports.Level_input={en:["Level"]},e.exports["Levels Format_input"]={en:["Levels Format"],de:["Level Format"]},e.exports.Limit_input={en:["Limit"]},e.exports.Line_input={en:["Line"],de:["Linie"]},e.exports["Lips Length_input"]={en:["Lips Length"]},e.exports["Lips Offset_input"]={en:["Lips Offset"]},e.exports.Lips_input={en:["Lips"]},e.exports["Long Length_input"]={en:["Long Length"]},e.exports["Long RoC Length_input"]={en:["Long RoC Length"]},e.exports["Long length_input"]={en:["Long length"]},e.exports["Long period_input"]={en:["Long period"],de:["Long Periode"]},e.exports.Long_input={en:["Long"]},e.exports["Lower Band_input"]={en:["Lower Band"],de:["Unteres Band"]},e.exports["Lower Deviation_input"]={en:["Lower Deviation"],de:["Untere Abweichung"]},e.exports["Lower Percentage_input"]={en:["Lower Percentage"],
+de:["Niedrigere Prozentzahl"]},e.exports.LowerLimit_input={en:["LowerLimit"],de:["UntereBegrenzung"]},e.exports.Lower_input={en:["Lower"],de:["Unteres Band"]},e.exports["MA Length_input"]={en:["MA Length"],de:["MA Länge"]},e.exports.MACD_input={en:["MACD"]},e.exports.MA_input={en:["MA"]},e.exports.MF_input={en:["MF"]},e.exports.MM_month_input={en:["MM"]},e.exports.MOM_input={en:["MOM"]},e.exports["Main chart symbol_input"]={en:["Main chart symbol"],de:["Symbol im Hauptchart"]},e.exports["Market Closed Percentage_input"]={en:["Market Closed Percentage"],de:["Markt-Close prozentual"]},e.exports["Market only_input"]={en:["Market only"],de:["Nur die Hauptsitzung"]},e.exports["Max value_input"]={en:["Max value"],de:["Maximalwert"]},e.exports.Median_input={en:["Median"]},e.exports.Method_input={en:["Method"],de:["Methode"]},e.exports.Middle_input={en:["Middle"],de:["Mitte"]},e.exports.Minimize_input={en:["Minimize"],de:["Minimieren"]},e.exports.Month_input={en:["Month"],de:["Monat"]},e.exports.Move_input={en:["Move"],de:["Bewegung"]},e.exports["Multi timeframe_input"]={en:["Multi timeframe"],de:["Multi-Zeitrahmen"]},e.exports.Multiplier_input={en:["Multiplier"],de:["Multiplikator"]},e.exports.NV_input={en:["NV"]},e.exports["Nothing selected_combobox_input"]={en:["Nothing selected"],de:["Keine Auswahl getroffen"]},e.exports["Number Of Rows_input"]={en:["Number Of Rows"],de:["Zeilenanzahl"]},e.exports["Number of line_input"]={en:["Number of line"],de:["Linienzahl"]},e.exports.OSC_input={en:["OSC"]},e.exports.Offset_input={en:["Offset"]},e.exports.OnBalanceVolume_input={en:["OnBalanceVolume"],de:["OnBalanceVolumen"]},e.exports["One step back building_input"]={en:["One step back building"],de:["Einen Schritt zurück bauen"]},e.exports.Oscillator_input={en:["Oscillator"],de:["Oszillator"]},e.exports.Overbought_input={en:["Overbought"],de:["Überkauft"]},e.exports.Oversold_input={en:["Oversold"],de:["Überverkauft"]},e.exports.POC_input={en:["POC"]},e.exports.PVT_input={en:["PVT"]},e.exports.P_input={en:["P"]},e.exports.ParabolicSAR_input={en:["ParabolicSAR"]},e.exports.Percent_input={en:["Percent"],de:["Prozent"]},e.exports["Percentage LTP({percentageLTPValue}%)_input"]={en:["Percentage LTP({percentageLTPValue}%)"],de:["Prozentsatz LTP({percentageLTPValue}%)"]},e.exports["Percentage LTP_input"]={en:["Percentage LTP"],de:["Prozentsatz LTP"]},e.exports.Percentage_input={en:["Percentage"],de:["Prozentsatz"]},e.exports.Period_input={en:["Period"],de:["Zeitraum"]},e.exports.Periods_input={en:["Periods"],de:["Zeiträume"]},e.exports["Phantom bars_input"]={en:["Phantom bars"],de:["Phantom-Balken"]},e.exports.Placement_input={en:["Placement"],de:["Platzierung"]},e.exports.Plot_input={en:["Plot"]},e.exports["Plots Background_input"]={en:["Plots Background"]},e.exports["Post-market only_input"]={en:["Post-market only"],de:["Nur nachbörsliche Sitzung"]},e.exports["Pre-market only_input"]={en:["Pre-market only"],de:["Nur vorbörslicher Markt"]},e.exports["Price source_input"]={en:["Price source"],de:["Preisquelle"]},e.exports.Price_input={
+en:["Price"],de:["Kurs"]},e.exports["Projection down bars_input"]={en:["Projection down bars"],de:["Prognose für Down-Balken"]},e.exports["Projection down color_input"]={en:["Projection down color"],de:["Farbe für Projektion nach unten"]},e.exports["Projection up bars_input"]={en:["Projection up bars"],de:["Prognose für Up-Balken"]},e.exports["Projection up color_input"]={en:["Projection up color"],de:["Farbe für Projektion nach oben"]},e.exports.Q_input={en:["Q"]},e.exports["ROC Length_input"]={en:["ROC Length"]},e.exports.ROCLen1_input={en:["ROCLen1"]},e.exports.ROCLen2_input={en:["ROCLen2"]},e.exports.ROCLen3_input={en:["ROCLen3"]},e.exports.ROCLen4_input={en:["ROCLen4"]},e.exports.ROC_input={en:["ROC"]},e.exports["RSI Length_input"]={en:["RSI Length"],de:["RSI Länge"]},e.exports["RSI Source_input"]={en:["RSI Source"],de:["RSI Quelle"]},e.exports.RSI_input={en:["RSI"]},e.exports.RVGI_input={en:["RVGI"]},e.exports.RVI_input={en:["RVI"]},e.exports.Range_input={en:["Range"],de:["Spanne"]},e.exports["Rate of Change Lookback_input"]={en:["Rate of Change Lookback"],de:["Rate of Change zurückliegende Perioden"]},e.exports["Reversal amount_input"]={en:["Reversal amount"],de:["Umkehrbetrag"]},e.exports["Rolling Period_input"]={en:["Rolling Period"],de:["Rollende Periode"]},e.exports["Row Size_input"]={en:["Row Size"],de:["Zeilengröße"]},e.exports["Rows Layout_input"]={en:["Rows Layout"],de:["Zeilenlayout"]},e.exports.SMALen1_input={en:["SMALen1"]},e.exports.SMALen2_input={en:["SMALen2"]},e.exports.SMALen3_input={en:["SMALen3"]},e.exports.SMALen4_input={en:["SMALen4"]},e.exports["SMI Ergodic Oscillator_input"]={en:["SMI Ergodic Oscillator"],de:["SMI Ergodic-Oszillator"]},e.exports.SMI_input={en:["SMI"]},e.exports.Session_input={en:["Session"]},e.exports.Sessions_input={en:["Sessions"]},e.exports.Shapes_input={en:["Shapes"],de:["Formen"]},e.exports["Short Length_input"]={en:["Short Length"]},e.exports["Short RoC Length_input"]={en:["Short RoC Length"]},e.exports["Short length_input"]={en:["Short length"]},e.exports["Short period_input"]={en:["Short period"],de:["Kurzer Zeitraum"]},e.exports.Short_input={en:["Short"]},e.exports["Show real prices on price scale (instead of Heikin-Ashi price)_input"]={en:["Show real prices on price scale (instead of Heikin-Ashi price)"],de:["Reale Preise auf der Preisachse anzeigen (anstatt der Heikin-Ashi-Preise)"]},e.exports.SigLen_input={en:["SigLen"]},e.exports.Sig_input={en:["Sig"]},e.exports.Sigma_input={en:["Sigma"]},e.exports["Signal Length_input"]={en:["Signal Length"],de:["Signallänge"]},e.exports["Signal line period_input"]={en:["Signal line period"],de:["Singnallinienperiode"]},e.exports["Signal smoothing_input"]={en:["Signal smoothing"],de:["Signalglättung"]},e.exports.Signal_input={en:["Signal"]},e.exports["Simple ma(oscillator)_input"]={en:["Simple ma(oscillator)"],de:["Simple ma(Oszillator)"]},e.exports["Simple ma(signal line)_input"]={en:["Simple ma(signal line)"],de:["Simple ma(Signallinie)"]},e.exports.Simple_input={en:["Simple"],de:["Einfach"]},
+e.exports["Slow Length_input"]={en:["Slow Length"],de:["Langsame Periode"]},e.exports["Slow length_input"]={en:["Slow length"]},e.exports["Smoothing Length_input"]={en:["Smoothing Length"],de:["Glättung der Länge"]},e.exports["Smoothing Line_input"]={en:["Smoothing Line"],de:["Glättung der Linie"]},e.exports.Smoothing_input={en:["Smoothing"],de:["Glättung"]},e.exports.Source_input={en:["Source"],de:["Quelle"]},e.exports["Standard Errors_input"]={en:["Standard Errors"],de:["Standart-Abweichung"]},e.exports.Start_input={en:["Start"]},e.exports.StdDev_input={en:["StdDev"],de:["Abweichungen"]},e.exports["Stochastic Length_input"]={en:["Stochastic Length"],de:["Stochastische Länge"]},e.exports.Style_input={en:["Style"],de:["Stil"]},e.exports.Symbol_input={en:["Symbol"]},e.exports.TEMA_input={en:["TEMA"]},e.exports.TRIX_input={en:["TRIX"]},e.exports["Teeth Length_input"]={en:["Teeth Length"]},e.exports["Teeth Offset_input"]={en:["Teeth Offset"]},e.exports.Teeth_input={en:["Teeth"]},e.exports["Ticks Per Row_input"]={en:["Ticks Per Row"],de:["Ticks pro Zeile"]},e.exports.Timeframe_input={en:["Timeframe"],de:["Zeitrahmen"]},e.exports.Total_input={en:["Total"],de:["Gesamt"]},e.exports["Trader EMA 1 length_input"]={en:["Trader EMA 1 length"],de:["Trader EMA 1-Länge"]},e.exports["Trader EMA 2 length_input"]={en:["Trader EMA 2 length"],de:["Trader EMA 2-Länge"]},e.exports["Trader EMA 3 length_input"]={en:["Trader EMA 3 length"],de:["Trader EMA 3-Länge"]},e.exports["Trader EMA 4 length_input"]={en:["Trader EMA 4 length"],de:["Trader EMA 4-Länge"]},e.exports["Trader EMA 5 length_input"]={en:["Trader EMA 5 length"],de:["Trader EMA 5-Länge"]},e.exports["Trader EMA 6 length_input"]={en:["Trader EMA 6 length"],de:["Trader EMA 6-Länge"]},e.exports.Traditional_input={en:["Traditional"],de:["Traditionell"]},e.exports.Trigger_input={en:["Trigger"],de:["Auslöser"]},e.exports.Type_input={en:["Type"],de:["Typ"]},e.exports.UO_input={en:["UO"]},e.exports["Up Volume_input"]={en:["Up Volume"],de:["Aufwärts-Volumen"]},e.exports["Up bars_input"]={en:["Up bars"],de:["Up-Balken"]},e.exports["Up color_input"]={en:["Up color"],de:["Up-Farbe"]},e.exports["Up fractals_input"]={en:["Up fractals"]},e.exports["Up/Down_input"]={en:["Up/Down"],de:["Auf/Ab"]},e.exports["UpDown Length_input"]={en:["UpDown Length"]},e.exports["Upper Band_input"]={en:["Upper Band"],de:["Oberes Band"]},e.exports["Upper Deviation_input"]={en:["Upper Deviation"],de:["Obere Abweichung"]},e.exports["Upper Percentage_input"]={en:["Upper Percentage"],de:["Höhere Prozentzahl"]},e.exports.UpperLimit_input={en:["UpperLimit"],de:["OberesLimit"]},e.exports.Upper_input={en:["Upper"],de:["Oberes Band"]},e.exports["Use Lower Deviation_input"]={en:["Use Lower Deviation"],de:["Benutze untere Abweichung"]},e.exports["Use Upper Deviation_input"]={en:["Use Upper Deviation"],de:["Benutze obere Abweichung"]},e.exports["VI +_input"]={en:["VI +"]},e.exports["VI -_input"]={en:["VI -"]},e.exports.VWAP_input={en:["VWAP"]},e.exports.VWMA_input={en:["VWMA"]},e.exports["Value Area Down_input"]={
+en:["Value Area Down"],de:["Value-Area abwärts"]},e.exports["Value Area Up_input"]={en:["Value Area Up"],de:["Value-Area aufwärts"]},e.exports["Value Area Volume_input"]={en:["Value Area Volume"],de:["Value Area Volumen"]},e.exports["Value Area volume_input"]={en:["Value Area volume"],de:["Volumen der Value-Area"]},e.exports["Value Area_input"]={en:["Value Area"]},e.exports.Value_input={en:["Value"],de:["Wert"]},e.exports["Values in status line_input"]={en:["Values in status line"],de:["Werte in der Statuszeile"]},e.exports.Volume_input={en:["Volume"],de:["Volumen"]},e.exports["WMA Length_input"]={en:["WMA Length"],de:["WMA Länge"]},e.exports["Wait for timeframe closes_input"]={en:["Wait for timeframe closes"],de:["Warten Sie auf die Zeitrahmenschließung"]},e.exports.Week_input={en:["Week"],de:["Woche"]},e.exports.Weighted_input={en:["Weighted"],de:["Gewichtet"]},e.exports.Wick_input={en:["Wick"],de:["Docht"]},e.exports.Wicks_input={en:["Wicks"],de:["Dochte"]},e.exports["Wilder's Smoothing_input"]={en:["Wilder's Smoothing"],de:["Wilder'sche Glättung"]},e.exports["Window Size_input"]={en:["Window Size"],de:["Fenstergröße"]},e.exports.X_input={en:["X"]},e.exports.YY_year_input={en:["YY"]},e.exports.Year_input={en:["Year"],de:["Jahr"]},e.exports["Zero Line_input"]={en:["Zero Line"],de:["Nulllinie"]},e.exports.Zero_input={en:["Zero"],de:["Null"]},e.exports.fastLength_input={en:["fastLength"]},e.exports.from_input={en:["from"],de:["von"]},e.exports.increment_input={en:["increment"],de:["Zuwachs"]},e.exports.isCentered_input={en:["isCentered"]},e.exports.len_input={en:["len"]},e.exports.length14_input={en:["length14"],de:["Länge14"]},e.exports.length28_input={en:["length28"],de:["Länge28"]},e.exports.length7_input={en:["length7"],de:["Länge7"]},e.exports.lengthRSI_input={en:["lengthRSI"],de:["LängeRSI"]},e.exports.lengthStoch_input={en:["lengthStoch"],de:["LängeStoch"]},e.exports.length_input={en:["length"],de:["Länge"]},e.exports.long_input={en:["long"]},e.exports.longlen_input={en:["longlen"]},e.exports.maximum_input={en:["maximum"],de:["Maximum"]},e.exports.mult_input={en:["mult"]},e.exports.p_input={en:["p"]},e.exports.q_input={en:["q"]},e.exports.resolution_input={en:["resolution"],de:["Auflösung"]},e.exports.roclen1_input={en:["roclen1"]},e.exports.roclen2_input={en:["roclen2"]},e.exports.roclen3_input={en:["roclen3"]},e.exports.roclen4_input={en:["roclen4"]},e.exports.short_input={en:["short"]},e.exports.shortlen_input={en:["shortlen"]},e.exports["show MA_input"]={en:["show MA"],de:["MA anzeigen"]},e.exports.siglen_input={en:["siglen"]},e.exports.signalLength_input={en:["signalLength"],de:["signalLänge"]},e.exports.slowLength_input={en:["slowLength"]},e.exports.smalen1_input={en:["smalen1"]},e.exports.smalen2_input={en:["smalen2"]},e.exports.smalen3_input={en:["smalen3"]},e.exports.smalen4_input={en:["smalen4"]},e.exports.smoothD_input={en:["smoothD"]},e.exports.smoothK_input={en:["smoothK"]},e.exports.start_input={en:["start"],de:["Start"]},e.exports.sym_input={en:["sym"]},e.exports.to_input={en:["to"],de:["nach"]
+},e.exports.useTrueRange_input={en:["useTrueRange"]},e.exports.x_input={en:["x"]},e.exports["yay Color 0_input"]={en:["yay Color 0"],de:["yay Farbe 0"]},e.exports["yay Color 1_input"]={en:["yay Color 1"],de:["yay Farbe 1"]},e.exports["{number} item_combobox_input"]={en:["{number} item","{number} items"],de:["{number} Objekt","{number} Objekte"]}},50873:e=>{e.exports={en:["ATR({atrValue})"]}},73425:e=>{e.exports={en:["Percentage LTP({percentageLTPValue}%)"],de:["Prozentsatz LTP({percentageLTPValue}%)"]}},40566:e=>{e.exports={en:["Traditional"],de:["Traditionell"]}},35359:e=>{e.exports={en:["Post"],de:["Nachbörslich"]}},93866:e=>{e.exports={en:["Pre"],de:["Vorbörslich"]}},75163:e=>{e.exports={en:["Invert scale"],de:["Skala invertieren"]}},35210:e=>{e.exports={en:["Indexed to 100"],de:["Auf 100 indexiert"]}},31340:e=>{e.exports={en:["Logarithmic"],de:["Logarithmisch"]}},19405:e=>{e.exports={en:["No overlapping labels"],de:["Keine überlappenden Labels"]}},34954:e=>{e.exports={en:["Percent"],de:["Prozent"]}},55300:e=>{e.exports={en:["Regular"],de:["Regulär"]}},8029:e=>{e.exports={en:["ETH"]}},34647:e=>{e.exports={en:["Electronic trading hours"],de:["Elektronische Handelszeiten"]}},36862:e=>{e.exports={en:["Extended trading hours"],de:["Verlängerte Handelszeit"]}},7807:e=>{e.exports={en:["POST"],de:["post"]}},46273:e=>{e.exports={en:["PRE"],de:["pre"]}},50434:e=>{e.exports={en:["Postmarket"],de:["Nach der Markteröffnung"]}},59330:e=>{e.exports={en:["Premarket"],de:["Vor der Markteröffnung"]}},35342:e=>{e.exports={en:["RTH"]}},84246:e=>{e.exports={en:["Regular trading hours"],de:["Reguläre Handelszeiten"]}},13132:e=>{e.exports={en:["May"],de:["Mai"]}},83477:e=>{e.exports=Object.create(null),e.exports["*All Candlestick Patterns*_study"]={en:["*All Candlestick Patterns*"],de:["*Alle Candlestick-Muster*"]},e.exports["24-hour Volume_study"]={en:["24-hour Volume"],de:["24-Stunden Volumen"]},e.exports["52 Week High/Low_study"]={en:["52 Week High/Low"],de:["52 Wochen Hoch/Tief"]},e.exports.ASI_study={en:["ASI"]},e.exports["Abandoned Baby - Bearish_study"]={en:["Abandoned Baby - Bearish"]},e.exports["Abandoned Baby - Bullish_study"]={en:["Abandoned Baby - Bullish"],de:["Abandoned Baby -Bullish"]},e.exports["Accelerator Oscillator_study"]={en:["Accelerator Oscillator"]},e.exports["Accounts payable_study"]={en:["Accounts payable"],de:["Verbindlichkeiten"]},e.exports["Accounts receivable - trade, net_study"]={en:["Accounts receivable - trade, net"],de:["Forderungen aus Lieferungen und Leistungen, netto"]},e.exports["Accounts receivables, gross_study"]={en:["Accounts receivables, gross"],de:["Forderungen aus Lieferungen und Leistungen, brutto"]},e.exports.Accruals_study={en:["Accruals"],de:["Rückstellungen"]},e.exports["Accrued payroll_study"]={en:["Accrued payroll"],de:["Rückstellungen für Gehaltsabrechnungen"]},e.exports["Accumulated depreciation, total_study"]={en:["Accumulated depreciation, total"],de:["Kumulierte Abschreibungen, gesamt"]},e.exports["Accumulation/Distribution_study"]={en:["Accumulation/Distribution"],
+de:["Kumulierung / Distribution"]},e.exports["Accumulative Swing Index_study"]={en:["Accumulative Swing Index"]},e.exports["Additional paid-in capital/Capital surplus_study"]={en:["Additional paid-in capital/Capital surplus"],de:["Zusätzliche Kapitaleinlage/Kapitalrücklage"]},e.exports["Advance Decline Line_study"]={en:["Advance Decline Line"]},e.exports["Advance Decline Ratio_study"]={en:["Advance Decline Ratio"]},e.exports["Advance/Decline Ratio (Bars)_study"]={en:["Advance/Decline Ratio (Bars)"],de:["Advance/Decline Ratio (Balken)"]},e.exports["Advance/Decline_study"]={en:["Advance/Decline"],de:["Anstieg/Rückgang"]},e.exports["After tax other income/expense_study"]={en:["After tax other income/expense"],de:["Sonstige Erträge/Aufwendungen nach Steuern"]},e.exports["All Chart Patterns_study"]={en:["All Chart Patterns"],de:["Alle Chartmuster"]},e.exports["Altman Z-score_study"]={en:["Altman Z-score"],de:["Altman Z-Score"]},e.exports["Amortization of deferred charges_study"]={en:["Amortization of deferred charges"],de:["Amortisation von Rechnungsabgrenzungsposten"]},e.exports["Amortization of intangibles_study"]={en:["Amortization of intangibles"],de:["Amortisation von immateriellen Vermögenswerten"]},e.exports.Amortization_study={en:["Amortization"],de:["Amortisation"]},e.exports["Anchored Volume Profile_study"]={en:["Anchored Volume Profile"],de:["Verankertes Volumenprofil"]},e.exports["Arnaud Legoux Moving Average_study"]={en:["Arnaud Legoux Moving Average"]},e.exports.Aroon_study={en:["Aroon"]},e.exports["Asset turnover_study"]={en:["Asset turnover"],de:["Kapitalumschlag"]},e.exports["Auto Anchored Volume Profile_study"]={en:["Auto Anchored Volume Profile"],de:["Auto-Anchored Volumenprofil"]},e.exports["Auto Fib Extension_study"]={en:["Auto Fib Extension"],de:["Auto-Fib Extension"]},e.exports["Auto Fib Retracement_study"]={en:["Auto Fib Retracement"]},e.exports["Auto Pitchfork_study"]={en:["Auto Pitchfork"],de:["Auto-Pitchfork"]},e.exports["Average Daily Range_study"]={en:["Average Daily Range"],de:["Durchschnittliche Tagesspanne"]},e.exports["Average Day Range_study"]={en:["Average Day Range"],de:["Durchschnittliche Tagesspanne"]},e.exports["Average Directional Index_study"]={en:["Average Directional Index"]},e.exports["Average Price_study"]={en:["Average Price"],de:["Durchschnittlicher Preis"]},e.exports["Average True Range_study"]={en:["Average True Range"]},e.exports["Average basic shares outstanding_study"]={en:["Average basic shares outstanding"],de:["Durchschnittlich unverwässerte Aktien im Umlauf"]},e.exports["Awesome Oscillator_study"]={en:["Awesome Oscillator"]},e.exports["Bad debt / Doubtful accounts_study"]={en:["Bad debt / Doubtful accounts"],de:["Zahlungsunfähige Forderungen / Zweifelhafte Forderungen"]},e.exports["Balance of Power_study"]={en:["Balance of Power"]},e.exports["BarUpDn Strategy_study"]={en:["BarUpDn Strategy"],de:["BarUpDn Strategie"]},e.exports["Basic EPS_study"]={en:["Basic EPS"],de:["Gewinn je Aktie"]},e.exports["Basic earnings per share (Basic EPS)_study"]={
+en:["Basic earnings per share (Basic EPS)"],de:["Unverwässerter Gewinn je Aktie (Basic EPS)"]},e.exports["Bearish Flag Chart Pattern_study"]={en:["Bearish Flag Chart Pattern"],de:["Bearish-Flag Chartmuster"]},e.exports["Bearish Pennant Chart Pattern_study"]={en:["Bearish Pennant Chart Pattern"],de:["Chartmuster: Bearish Pennant"]},e.exports["Beneish M-score_study"]={en:["Beneish M-score"]},e.exports["Bollinger Bands %B_study"]={en:["Bollinger Bands %B"]},e.exports["Bollinger Bands Strategy directed_study"]={en:["Bollinger Bands Strategy directed"]},e.exports["Bollinger Bands Strategy_study"]={en:["Bollinger Bands Strategy"]},e.exports["Bollinger Bands Width_study"]={en:["Bollinger Bands Width"]},e.exports["Bollinger Bands_study"]={en:["Bollinger Bands"]},e.exports["Book value per share_study"]={en:["Book value per share"],de:["Buchwert pro Aktie"]},e.exports["Bull Bear Power_study"]={en:["Bull Bear Power"]},e.exports["Bullish Flag Chart Pattern_study"]={en:["Bullish Flag Chart Pattern"],de:["Chartmuster: Bullish Flag"]},e.exports["Bullish Pennant Chart Pattern_study"]={en:["Bullish Pennant Chart Pattern"],de:["Bullish-Pennant Chartmuster"]},e.exports["Buyback yield %_study"]={en:["Buyback yield %"],de:["Rückkaufrendite %"]},e.exports["COGS to revenue ratio_study"]={en:["COGS to revenue ratio"],de:["Verhältnis von COGS zu Umsatz"]},e.exports.CRSI_study={en:["CRSI"]},e.exports["Capital and operating lease obligations_study"]={en:["Capital and operating lease obligations"],de:["Verpflichtungen aus Finanzierungs- und Operating-Leasingverhältnissen"]},e.exports["Capital expenditures - fixed assets_study"]={en:["Capital expenditures - fixed assets"],de:["Investitionen - Sachanlagen"]},e.exports["Capital expenditures - other assets_study"]={en:["Capital expenditures - other assets"],de:["Investitionen - sonstige Vermögenswerte"]},e.exports["Capital expenditures_study"]={en:["Capital expenditures"],de:["Investitionen in Sachanlagen"]},e.exports["Capitalized lease obligations_study"]={en:["Capitalized lease obligations"],de:["Kapitalisierte Leasing-Verpflichtungen"]},e.exports["Cash & equivalents_study"]={en:["Cash & equivalents"],de:["Bargeld und Äquivalente"]},e.exports["Cash and short term investments_study"]={en:["Cash and short term investments"],de:["Bargeld und kurzfristige Anlagen"]},e.exports["Cash conversion cycle_study"]={en:["Cash conversion cycle"],de:["Zyklus der Bargeldumwandlung"]},e.exports["Cash from financing activities_study"]={en:["Cash from financing activities"],de:["Barmittel aus Finanzierungstätigkeit"]},e.exports["Cash from investing activities_study"]={en:["Cash from investing activities"],de:["Barmittel aus Investitionstätigkeit"]},e.exports["Cash from operating activities_study"]={en:["Cash from operating activities"],de:["Barmittel aus laufender Geschäftstätigkeit"]},e.exports["Cash to debt ratio_study"]={en:["Cash to debt ratio"],de:["Verhältnis von Barmitteln zu Schulden"]},e.exports["Chaikin Money Flow_study"]={en:["Chaikin Money Flow"]},e.exports["Chaikin Oscillator_study"]={
+en:["Chaikin Oscillator"],de:["Chaikin-Oszillator"]},e.exports["Chaikin Volatility_study"]={en:["Chaikin Volatility"]},e.exports["Chande Kroll Stop_study"]={en:["Chande Kroll Stop"]},e.exports["Chande Momentum Oscillator_study"]={en:["Chande Momentum Oscillator"]},e.exports["Change in accounts payable_study"]={en:["Change in accounts payable"],de:["Veränderung der Forderungen und Verbindlichkeiten"]},e.exports["Change in accounts receivable_study"]={en:["Change in accounts receivable"],de:["Veränderung der Forderungen aus Lieferungen und Leistungen"]},e.exports["Change in accrued expenses_study"]={en:["Change in accrued expenses"],de:["Veränderung der aufgelaufenen Kosten"]},e.exports["Change in inventories_study"]={en:["Change in inventories"],de:["Veränderung des Inventars"]},e.exports["Change in other assets/liabilities_study"]={en:["Change in other assets/liabilities"],de:["Veränderung der sonstigen Aktiva/Passiva"]},e.exports["Change in taxes payable_study"]={en:["Change in taxes payable"],de:["Veränderung der Steuerverbindlichkeiten"]},e.exports["Changes in working capital_study"]={en:["Changes in working capital"],de:["Veränderungen im Working Capital"]},e.exports.ChannelBreakOutStrategy_study={en:["ChannelBreakOutStrategy"]},e.exports["Chop Zone_study"]={en:["Chop Zone"]},e.exports["Choppiness Index_study"]={en:["Choppiness Index"]},e.exports["Commodity Channel Index_study"]={en:["Commodity Channel Index"]},e.exports["Common dividends paid_study"]={en:["Common dividends paid"],de:["Gezahlte Stammdividenden"]},e.exports["Common equity, total_study"]={en:["Common equity, total"],de:["Stammkapital, gesamt"]},e.exports["Common stock par/Carrying value_study"]={en:["Common stock par/Carrying value"],de:["Stammaktien Nennwert/Buchwert"]},e.exports.Compare_study={en:["Compare"],de:["Vergleichen"]},e.exports["Conditional Expressions_study"]={en:["Conditional Expressions"],de:["bedingter Ausdruck"]},e.exports["Connors RSI_study"]={en:["Connors RSI"]},e.exports.ConnorsRSI_study={en:["ConnorsRSI"]},e.exports["Consecutive Up/Down Strategy_study"]={en:["Consecutive Up/Down Strategy"],de:["Consecutive Up-/Down-Strategy"]},e.exports["Coppock Curve_study"]={en:["Coppock Curve"]},e.exports["Correlation - Log_study"]={en:["Correlation - Log"]},e.exports["Correlation Coefficient_study"]={en:["Correlation Coefficient"],de:["Korrelations-Koeffizient"]},e.exports["Cost of goods sold_study"]={en:["Cost of goods sold"],de:["Kosten der verkauften Güter"]},e.exports["Cost of goods_study"]={en:["Cost of goods"],de:["Kosten der Güter"]},e.exports["Cumulative Volume Index_study"]={en:["Cumulative Volume Index"]},e.exports["Cup and Handle Chart Pattern_study"]={en:["Cup and Handle Chart Pattern"],de:["Tasse-Henkel-Chartmuster"]},e.exports["Current portion of LT debt and capital leases_study"]={en:["Current portion of LT debt and capital leases"],de:["Kurzfristiger Anteil an langfristigen Verbindlichkeiten und Finanzierungsleasingverträgen"]},e.exports["Current ratio_study"]={en:["Current ratio"],de:["Aktuelles Verhältnis"]},
+e.exports.DMI_study={en:["DMI"]},e.exports["Dark Cloud Cover - Bearish_study"]={en:["Dark Cloud Cover - Bearish"]},e.exports["Days inventory_study"]={en:["Days inventory"],de:["Tages Bestand"]},e.exports["Days payable_study"]={en:["Days payable"],de:["Zahlbare Tage"]},e.exports["Days sales outstanding_study"]={en:["Days sales outstanding"],de:["Außenstandsdauer der Verkäufe"]},e.exports["Debt to EBITDA ratio_study"]={en:["Debt to EBITDA ratio"],de:["Verhältnis Schulden zu EBITDA"]},e.exports["Debt to assets ratio_study"]={en:["Debt to assets ratio"],de:["Verschuldung im Verhältnis zum Vermögen"]},e.exports["Debt to equity ratio_study"]={en:["Debt to equity ratio"],de:["Fremdkapital zu Eigenkapital Verhältnis"]},e.exports["Debt to revenue ratio_study"]={en:["Debt to revenue ratio"],de:["Verschuldung im Verhältnis zu den Einnahmen"]},e.exports["Deferred income, current_study"]={en:["Deferred income, current"],de:["Passive Rechnungsabgrenzung, kurzfristig"]},e.exports["Deferred income, non-current_study"]={en:["Deferred income, non-current"],de:["Passive Rechnungsabgrenzung, langfristig"]},e.exports["Deferred tax assets_study"]={en:["Deferred tax assets"],de:["Aktive latente Steuern"]},e.exports["Deferred tax liabilities_study"]={en:["Deferred tax liabilities"],de:["Latente Steuerverbindlichkeiten"]},e.exports["Deferred taxes (cash flow)_study"]={en:["Deferred taxes (cash flow)"],de:["Latente Steuern (Cashflow)"]},e.exports["Deprecation and amortization_study"]={en:["Deprecation and amortization"],de:["Abschreibungen und Amortisation"]},e.exports["Depreciation & amortization (cash flow)_study"]={en:["Depreciation & amortization (cash flow)"],de:["Abschreibungen (Cashflow)"]},e.exports["Depreciation/depletion_study"]={en:["Depreciation/depletion"],de:["Abschreibung/Verluste"]},e.exports.Depreciation_study={en:["Depreciation"],de:["Abschreibung"]},e.exports["Detrended Price Oscillator_study"]={en:["Detrended Price Oscillator"]},e.exports["Diluted EPS_study"]={en:["Diluted EPS"],de:["Verwässerter EPS"]},e.exports["Diluted earnings per share (Diluted EPS)_study"]={en:["Diluted earnings per share (Diluted EPS)"],de:["Verwässertes Ergebnis je Aktie (Diluted EPS)"]},e.exports["Diluted net income available to common stockholders_study"]={en:["Diluted net income available to common stockholders"],de:["Verwässerter, den Stammaktionären zustehender Nettogewinn"]},e.exports["Diluted shares outstanding_study"]={en:["Diluted shares outstanding"],de:["Verwässerte ausstehende Aktien"]},e.exports["Dilution adjustment_study"]={en:["Dilution adjustment"],de:["Einstellung der Verdünnung"]},e.exports["Directional Movement Index_study"]={en:["Directional Movement Index"]},e.exports["Directional Movement_study"]={en:["Directional Movement"]},e.exports["Discontinued operations_study"]={en:["Discontinued operations"],de:["Aufgegebene Geschäftsbereiche"]},e.exports["Divergence Indicator_study"]={en:["Divergence Indicator"]},e.exports["Dividend payout ratio %_study"]={en:["Dividend payout ratio %"],de:["Ausschüttungsquote in %"]},
+e.exports["Dividend yield %_study"]={en:["Dividend yield %"],de:["Dividendenrendite in %"]},e.exports["Dividends payable_study"]={en:["Dividends payable"],de:["Zu zahlende Dividende"]},e.exports["Dividends per share - common stock primary issue_study"]={en:["Dividends per share - common stock primary issue"],de:["Dividende pro Aktie - Stammaktien Erstausgabe"]},e.exports["Doji Star - Bearish_study"]={en:["Doji Star - Bearish"]},e.exports["Doji Star - Bullish_study"]={en:["Doji Star - Bullish"]},e.exports.Doji_study={en:["Doji"]},e.exports["Donchian Channels_study"]={en:["Donchian Channels"]},e.exports["Double Bottom Chart Pattern_study"]={en:["Double Bottom Chart Pattern"],de:["Doppelboden Chartmuster"]},e.exports["Double EMA_study"]={en:["Double EMA"]},e.exports["Double Top Chart Pattern_study"]={en:["Double Top Chart Pattern"],de:["Doppeltop Chartmuster"]},e.exports["Downside Tasuki Gap - Bearish_study"]={en:["Downside Tasuki Gap - Bearish"],de:["Downside Tasuki Tasuki - Bearish"]},e.exports["Dragonfly Doji - Bullish_study"]={en:["Dragonfly Doji - Bullish"]},e.exports["EBITDA margin %_study"]={en:["EBITDA margin %"]},e.exports.EBITDA_study={en:["EBITDA"]},e.exports.EBIT_study={en:["EBIT"]},e.exports["EMA Cross_study"]={en:["EMA Cross"]},e.exports["EPS basic one year growth_study"]={en:["EPS basic one year growth"],de:["EPS basic einjähriges Wachstum"]},e.exports["EPS diluted one year growth_study"]={en:["EPS diluted one year growth"],de:["EPS verwässertes einjähriges Wachstum"]},e.exports["EPS estimates_study"]={en:["EPS estimates"],de:["EPS-Schätzungen"]},e.exports["Earnings yield_study"]={en:["Earnings yield"],de:["Ergebnis Rendite"]},e.exports["Ease Of Movement_study"]={en:["Ease Of Movement"]},e.exports["Ease of Movement_study"]={en:["Ease of Movement"],de:["Ease Of Movement"]},e.exports["Effective interest rate on debt %_study"]={en:["Effective interest rate on debt %"],de:["Effektiver Zinssatz für Fremdkapital %"]},e.exports["Elder Force Index_study"]={en:["Elder Force Index"],de:["Elder's Force Index"]},e.exports["Elder's Force Index_study"]={en:["Elder's Force Index"]},e.exports["Elders Force Index_study"]={en:["Elders Force Index"],de:["Elders Force-Index"]},e.exports["Elliott Wave Chart Pattern_study"]={en:["Elliott Wave Chart Pattern"],de:["Elliott-Wellen Chartmuster"]},e.exports["Engulfing - Bearish_study"]={en:["Engulfing - Bearish"]},e.exports["Engulfing - Bullish_study"]={en:["Engulfing - Bullish"]},e.exports["Enterprise value to EBIT ratio_study"]={en:["Enterprise value to EBIT ratio"],de:["Unternehmenswert zu EBIT Verhältnis"]},e.exports["Enterprise value to EBITDA ratio_study"]={en:["Enterprise value to EBITDA ratio"],de:["Unternehmenswert zu EBITDA Verhältnis"]},e.exports["Enterprise value to revenue ratio_study"]={en:["Enterprise value to revenue ratio"],de:["Unternehmenswert zu Umsatz Verhältnis"]},e.exports["Enterprise value_study"]={en:["Enterprise value"],de:["Unternehmenswert"]},e.exports.Envelope_study={en:["Envelope"]},e.exports.Envelopes_study={en:["Envelopes"],de:["Umrandungen"]},
+e.exports["Equity in earnings_study"]={en:["Equity in earnings"],de:["Anteil am Gewinn"]},e.exports["Equity to assets ratio_study"]={en:["Equity to assets ratio"],de:["Eigenkapital zu Aktiva Verhältnis"]},e.exports["Evening Doji Star - Bearish_study"]={en:["Evening Doji Star - Bearish"]},e.exports["Evening Star - Bearish_study"]={en:["Evening Star - Bearish"]},e.exports["Falling Three Methods - Bearish_study"]={en:["Falling Three Methods - Bearish"]},e.exports["Falling Wedge Chart Pattern_study"]={en:["Falling Wedge Chart Pattern"],de:["Fallende Keile Chartmuster"]},e.exports["Falling Window - Bearish_study"]={en:["Falling Window - Bearish"]},e.exports["Financing activities – other sources_study"]={en:["Financing activities – other sources"],de:["Finanzierungstätigkeit - andere Quellen"]},e.exports["Financing activities – other uses_study"]={en:["Financing activities – other uses"],de:["Finanzierungstätigkeit - sonstige Verwendung"]},e.exports["Fisher Transform_study"]={en:["Fisher Transform"]},e.exports["Fixed Range Volume Profile_study"]={en:["Fixed Range Volume Profile"]},e.exports["Fixed Range_study"]={en:["Fixed Range"]},e.exports["Float shares outstanding_study"]={en:["Float shares outstanding"],de:["Im Umlauf befindliche Aktien"]},e.exports["Free cash flow margin %_study"]={en:["Free cash flow margin %"],de:["Freie Cashflow-Marge in %"]},e.exports["Free cash flow_study"]={en:["Free cash flow"],de:["Freier Cashflow"]},e.exports["Fulmer H factor_study"]={en:["Fulmer H factor"],de:["Fulmer H-Faktor"]},e.exports["Funds from operations_study"]={en:["Funds from operations"],de:["Betriebsmittel aus der Geschäftstätigkeit"]},e.exports.Gaps_study={en:["Gaps"],de:["Lücken"]},e.exports["Goodwill to assets ratio_study"]={en:["Goodwill to assets ratio"],de:["Verhältnis Firmenwert zu Vermögenswerten"]},e.exports["Goodwill, net_study"]={en:["Goodwill, net"],de:["Geschäftswert, netto"]},e.exports["Graham's number_study"]={en:["Graham's number"],de:["Grahams Nummer"]},e.exports["Gravestone Doji - Bearish_study"]={en:["Gravestone Doji - Bearish"]},e.exports["Greedy Strategy_study"]={en:["Greedy Strategy"],de:["Greedy-Strategie"]},e.exports["Gross margin %_study"]={en:["Gross margin %"],de:["Bruttomarge in %"]},e.exports["Gross profit to assets ratio_study"]={en:["Gross profit to assets ratio"],de:["Verhältnis Bruttogewinn zu Aktiva"]},e.exports["Gross profit_study"]={en:["Gross profit"],de:["Bruttogewinn"]},e.exports["Gross property/plant/equipment_study"]={en:["Gross property/plant/equipment"],de:["Bruttosachwerte/Anlagen/Ausrüstung"]},e.exports["Guppy Multiple Moving Average_study"]={en:["Guppy Multiple Moving Average"],de:["Guppy Mehrfacher gleitender Durchschnitt"]},e.exports["Hammer - Bullish_study"]={en:["Hammer - Bullish"]},e.exports["Hanging Man - Bearish_study"]={en:["Hanging Man - Bearish"]},e.exports["Harami - Bearish_study"]={en:["Harami - Bearish"]},e.exports["Harami - Bullish_study"]={en:["Harami - Bullish"]},e.exports["Harami Cross - Bearish_study"]={en:["Harami Cross - Bearish"]},
+e.exports["Harami Cross - Bullish_study"]={en:["Harami Cross - Bullish"]},e.exports["Head and Shoulders Chart Pattern_study"]={en:["Head and Shoulders Chart Pattern"],de:["Chartmuster Kopf und Schultern"]},e.exports["Historical Volatility_study"]={en:["Historical Volatility"],de:["Historische Volatilität"]},e.exports["Hull Moving Average_study"]={en:["Hull Moving Average"]},e.exports["Ichimoku Cloud_study"]={en:["Ichimoku Cloud"]},e.exports.Ichimoku_study={en:["Ichimoku"]},e.exports.Impairments_study={en:["Impairments"],de:["Wertminderungen"]},e.exports["InSide Bar Strategy_study"]={en:["InSide Bar Strategy"],de:["InSide-Bar Strategie"]},e.exports["Income Tax Credits_study"]={en:["Income Tax Credits"],de:["Einkommenssteuergutschriften"]},e.exports["Income Tax, current - foreign_study"]={en:["Income Tax, current - foreign"],de:["Einkommensteuer, laufend - Ausland"]},e.exports["Income tax payable_study"]={en:["Income tax payable"],de:["Zu zahlende Einkommensteuer"]},e.exports["Income tax, current - domestic_study"]={en:["Income tax, current - domestic"],de:["Einkommensteuer, laufend - Inland"]},e.exports["Income tax, current_study"]={en:["Income tax, current"],de:["Einkommensteuer, laufend"]},e.exports["Income tax, deferred - domestic_study"]={en:["Income tax, deferred - domestic"],de:["Einkommensteuer, latent - Inland"]},e.exports["Income tax, deferred - foreign_study"]={en:["Income tax, deferred - foreign"],de:["Einkommensteuer, latent - Ausland"]},e.exports["Income tax, deferred_study"]={en:["Income tax, deferred"],de:["Einkommensteuer, latent"]},e.exports["Interest capitalized_study"]={en:["Interest capitalized"],de:["Kapitalisierte Zinsen"]},e.exports["Interest coverage_study"]={en:["Interest coverage"],de:["Zinsdeckung"]},e.exports["Interest expense on debt_study"]={en:["Interest expense on debt"],de:["Zinsaufwand für Fremdkapital"]},e.exports["Interest expense, net of interest capitalized_study"]={en:["Interest expense, net of interest capitalized"],de:["Zinsaufwendungen, abzüglich der kapitalisierten Zinsen"]},e.exports["Inventories - finished goods_study"]={en:["Inventories - finished goods"],de:["Bestände - Fertige Erzeugnisse"]},e.exports["Inventories - progress payments & other_study"]={en:["Inventories - progress payments & other"],de:["Bestände - Abschlagszahlungen & Sonstiges"]},e.exports["Inventories - raw materials_study"]={en:["Inventories - raw materials"],de:["Bestände - Rohmaterialien"]},e.exports["Inventories - work in progress_study"]={en:["Inventories - work in progress"],de:["Vorräte - laufende Arbeiten"]},e.exports["Inventory to revenue ratio_study"]={en:["Inventory to revenue ratio"],de:["Verhältnis von Beständen zu Umsatz"]},e.exports["Inventory turnover_study"]={en:["Inventory turnover"],de:["Umschlagshäufigkeit der Bestände"]},e.exports["Inverted Cup and Handle Chart Pattern_study"]={en:["Inverted Cup and Handle Chart Pattern"],de:["Chartmuster Tasse mit Henkel invers"]},e.exports["Inverted Hammer - Bullish_study"]={en:["Inverted Hammer - Bullish"]},
+e.exports["Inverted Head and Shoulders Chart Pattern_study"]={en:["Inverted Head and Shoulders Chart Pattern"],de:["Chartmuster Kopf und Schultern invers"]},e.exports["Investing activities – other sources_study"]={en:["Investing activities – other sources"],de:["Investitionstätigkeit - andere Quellen"]},e.exports["Investing activities – other uses_study"]={en:["Investing activities – other uses"],de:["Investitionstätigkeit - sonstige Verwendung"]},e.exports["Investments in unconsolidated subsidiaries_study"]={en:["Investments in unconsolidated subsidiaries"],de:["Anteile an nicht konsolidierten Tochterunternehmen"]},e.exports["Issuance of long term debt_study"]={en:["Issuance of long term debt"],de:["Emission von langfristigen Verbindlichkeiten"]},e.exports["Issuance/retirement of debt, net_study"]={en:["Issuance/retirement of debt, net"],de:["Emission/Tilgung von Schulden, netto"]},e.exports["Issuance/retirement of long term debt_study"]={en:["Issuance/retirement of long term debt"],de:["Ausgabe/Tilgung von langfristigen Verbindlichkeiten"]},e.exports["Issuance/retirement of other debt_study"]={en:["Issuance/retirement of other debt"],de:["Emission/Tilgung von sonstigen Schulden"]},e.exports["Issuance/retirement of short term debt_study"]={en:["Issuance/retirement of short term debt"],de:["Ausgabe/Tilgung von kurzfristigen Verbindlichkeiten"]},e.exports["Issuance/retirement of stock, net_study"]={en:["Issuance/retirement of stock, net"],de:["Ausgabe/Abgabe von Kapital, netto"]},e.exports["KZ index_study"]={en:["KZ index"],de:["KZ Index"]},e.exports["Keltner Channel Strategy_study"]={en:["Keltner Channel Strategy"],de:["Keltner Channel Strategie"]},e.exports["Keltner Channels Strategy_study"]={en:["Keltner Channels Strategy"],de:["Keltner-Channels Strategie"]},e.exports["Keltner Channels_study"]={en:["Keltner Channels"]},e.exports["Key stats_study"]={en:["Key stats"],de:["Schlüsseldaten"]},e.exports["Kicking - Bearish_study"]={en:["Kicking - Bearish"]},e.exports["Kicking - Bullish_study"]={en:["Kicking - Bullish"]},e.exports["Klinger Oscillator_study"]={en:["Klinger Oscillator"],de:["Klinger Oszillator"]},e.exports["Know Sure Thing_study"]={en:["Know Sure Thing"],de:["Know-Sure-Thing"]},e.exports["Least Squares Moving Average_study"]={en:["Least Squares Moving Average"],de:["Least-Squares Moving Average"]},e.exports["Legal claim expense_study"]={en:["Legal claim expense"],de:["Kosten für Rechtsansprüche"]},e.exports["Linear Regression Channel_study"]={en:["Linear Regression Channel"],de:["Linearer Regressionskanal"]},e.exports["Linear Regression Curve_study"]={en:["Linear Regression Curve"],de:["Linear Regression-Kurve"]},e.exports["Linear Regression Slope_study"]={en:["Linear Regression Slope"]},e.exports["Linear Regression_study"]={en:["Linear Regression"],de:["Lineare Regression"]},e.exports["Liquidity ratios_study"]={en:["Liquidity ratios"],de:["Liquiditätskennzahlen"]},e.exports["Long Lower Shadow - Bullish_study"]={en:["Long Lower Shadow - Bullish"]},e.exports["Long Upper Shadow - Bearish_study"]={
+en:["Long Upper Shadow - Bearish"]},e.exports["Long term debt excl. lease liabilities_study"]={en:["Long term debt excl. lease liabilities"],de:["Langfristige Schulden ohne Leasing-Verbindlichkeiten"]},e.exports["Long term debt to total assets ratio_study"]={en:["Long term debt to total assets ratio"],de:["Langfristige Schulden im Verhältnis zur Bilanzsumme"]},e.exports["Long term debt to total equity ratio_study"]={en:["Long term debt to total equity ratio"],de:["Langfristige Fremdkapitalquote"]},e.exports["Long term debt_study"]={en:["Long term debt"],de:["Langfristige Verbindlichkeiten"]},e.exports["Long term investments_study"]={en:["Long term investments"],de:["Langfristige Investitionen"]},e.exports["MA Cross_study"]={en:["MA Cross"]},e.exports["MA with EMA Cross_study"]={en:["MA with EMA Cross"],de:["MA mit EMA Cross"]},e.exports["MA/EMA Cross_study"]={en:["MA/EMA Cross"]},e.exports["MACD Strategy_study"]={en:["MACD Strategy"],de:["MACD Strategie"]},e.exports.MACD_study={en:["MACD"]},e.exports["Majority Rule_study"]={en:["Majority Rule"]},e.exports["Market capitalization_study"]={en:["Market capitalization"],de:["Marktkapitalisierung"]},e.exports["Marubozu Black - Bearish_study"]={en:["Marubozu Black - Bearish"]},e.exports["Marubozu White - Bullish_study"]={en:["Marubozu White - Bullish"]},e.exports["Mass Index_study"]={en:["Mass Index"],de:["Mass-Index"]},e.exports["McGinley Dynamic_study"]={en:["McGinley Dynamic"],de:["McGinley-Dynamik"]},e.exports["Median Price_study"]={en:["Median Price"],de:["Median Preis"]},e.exports.Median_study={en:["Median"],de:["Medianer Wert"]},e.exports["Minority interest_study"]={en:["Minority interest"],de:["Minderheitsanteil"]},e.exports["Miscellaneous non-operating expense_study"]={en:["Miscellaneous non-operating expense"],de:["Verschiedene nicht-operative Aufwendungen"]},e.exports["Momentum Strategy_study"]={en:["Momentum Strategy"],de:["Momentum-Strategie"]},e.exports.Momentum_study={en:["Momentum"]},e.exports["Money Flow Index_study"]={en:["Money Flow Index"]},e.exports["Money Flow_study"]={en:["Money Flow"]},e.exports["Moon Phases_study"]={en:["Moon Phases"]},e.exports["Morning Doji Star - Bullish_study"]={en:["Morning Doji Star - Bullish"]},e.exports["Morning Star - Bullish_study"]={en:["Morning Star - Bullish"]},e.exports["Moving Average Adaptive_study"]={en:["Moving Average Adaptive"]},e.exports["Moving Average Channel_study"]={en:["Moving Average Channel"]},e.exports["Moving Average Convergence Divergence_study"]={en:["Moving Average Convergence Divergence"]},e.exports["Moving Average Convergence/Divergence_study"]={en:["Moving Average Convergence/Divergence"],de:["Moving Average Konvergenz/Divergenz"]},e.exports["Moving Average Double_study"]={en:["Moving Average Double"]},e.exports["Moving Average Exponential_study"]={en:["Moving Average Exponential"],de:["Gleitender Durchschnitt exponentiell"]},e.exports["Moving Average Hamming_study"]={en:["Moving Average Hamming"]},e.exports["Moving Average Modified_study"]={en:["Moving Average Modified"]},
+e.exports["Moving Average Multiple_study"]={en:["Moving Average Multiple"]},e.exports["Moving Average Ribbon_study"]={en:["Moving Average Ribbon"],de:["Band des gleitenden Durchschnitts"]},e.exports["Moving Average Simple_study"]={en:["Moving Average Simple"],de:["Einfacher gleitender Durchschnitt"]},e.exports["Moving Average Triple_study"]={en:["Moving Average Triple"]},e.exports["Moving Average Weighted_study"]={en:["Moving Average Weighted"],de:["Gleitender Durchschnitt gewichtet"]},e.exports["Moving Average_study"]={en:["Moving Average"]},e.exports["MovingAvg Cross_study"]={en:["MovingAvg Cross"]},e.exports["MovingAvg2Line Cross_study"]={en:["MovingAvg2Line Cross"]},e.exports["Multi-Time Period Charts_study"]={en:["Multi-Time Period Charts"],de:["Multi-Time-Period Charts"]},e.exports["Net Volume_study"]={en:["Net Volume"],de:["Nettovolumen"]},e.exports["Net current asset value per share_study"]={en:["Net current asset value per share"],de:["Aktueller Nettovermögenswert pro Aktie"]},e.exports["Net debt_study"]={en:["Net debt"],de:["Nettoverschuldung"]},e.exports["Net income (cash flow)_study"]={en:["Net income (cash flow)"],de:["Nettoeinkommen (Cashflow)"]},e.exports["Net income before discontinued operations_study"]={en:["Net income before discontinued operations"],de:["Reingewinn vor aufgegebenen Geschäftsbereichen"]},e.exports["Net income per employee_study"]={en:["Net income per employee"],de:["Nettoeinkommen pro Mitarbeiter"]},e.exports["Net income_study"]={en:["Net income"],de:["Nettoeinkommen"]},e.exports["Net intangible assets_study"]={en:["Net intangible assets"],de:["Immaterielle Vermögenswerte, netto"]},e.exports["Net margin %_study"]={en:["Net margin %"],de:["Nettogewinnmarge in %"]},e.exports["Net property/plant/equipment_study"]={en:["Net property/plant/equipment"],de:["Netto-Sachanlagen/Ausstattung"]},e.exports["Non-cash items_study"]={en:["Non-cash items"],de:["Nicht monetäre Posten"]},e.exports["Non-controlling/minority interest_study"]={en:["Non-controlling/minority interest"],de:["Nicht beherrschende Anteile/Minderheitsanteile"]},e.exports["Non-operating income, excl. interest expenses_study"]={en:["Non-operating income, excl. interest expenses"],de:["Nicht-operative Erträge, exkl. Zinsaufwendungen"]},e.exports["Non-operating income, total_study"]={en:["Non-operating income, total"],de:["Nicht-operative Erträge, gesamt"]},e.exports["Non-operating interest income_study"]={en:["Non-operating interest income"],de:["Nicht-operative Zinserträge"]},e.exports["Note receivable - long term_study"]={en:["Note receivable - long term"],de:["Schuldscheindarlehen - langfristig"]},e.exports["Notes payable_study"]={en:["Notes payable"],de:["Schuldverschreibungen"]},e.exports["Number of employees_study"]={en:["Number of employees"],de:["Anzahl der Mitarbeiter"]},e.exports["Number of shareholders_study"]={en:["Number of shareholders"],de:["Anzahl der Aktionäre"]},e.exports["On Balance Volume_study"]={en:["On Balance Volume"]},e.exports["On Neck - Bearish_study"]={en:["On Neck - Bearish"]},
+e.exports["Open Interest_study"]={en:["Open Interest"]},e.exports["Operating earnings yield %_study"]={en:["Operating earnings yield %"],de:["Operative Ergebnisrendite %"]},e.exports["Operating expenses (excl. COGS)_study"]={en:["Operating expenses (excl. COGS)"],de:["Betriebliche Aufwendungen (exkl. COGS)"]},e.exports["Operating income_study"]={en:["Operating income"],de:["Betriebsergebnis"]},e.exports["Operating lease liabilities_study"]={en:["Operating lease liabilities"],de:["Verbindlichkeiten aus Operating Leasing"]},e.exports["Operating margin %_study"]={en:["Operating margin %"],de:["Operative Gewinnmarge in %"]},e.exports["Other COGS_study"]={en:["Other COGS"],de:["Sonstige COGS"]},e.exports["Other common equity_study"]={en:["Other common equity"],de:["Sonstiges allgemeines Eigenkapital"]},e.exports["Other cost of goods sold_study"]={en:["Other cost of goods sold"],de:["Sonstige Kosten der verkauften Waren"]},e.exports["Other current assets, total_study"]={en:["Other current assets, total"],de:["Sonstige kurzfristige Vermögenswerte, gesamt"]},e.exports["Other current liabilities_study"]={en:["Other current liabilities"],de:["Sonstige kurzfristige Verbindlichkeiten"]},e.exports["Other exceptional charges_study"]={en:["Other exceptional charges"],de:["Sonstige außergewöhnliche Belastungen"]},e.exports["Other financing cash flow items, total_study"]={en:["Other financing cash flow items, total"],de:["Sonstige Finanzierungs-Cashflow-Positionen, gesamt"]},e.exports["Other intangibles, net_study"]={en:["Other intangibles, net"],de:["Sonstige immaterielle Vermögensgegenstände, netto"]},e.exports["Other investing cash flow items, total_study"]={en:["Other investing cash flow items, total"],de:["Sonstige Cashflow-Positionen, gesamt"]},e.exports["Other investments_study"]={en:["Other investments"],de:["Sonstige Investitionen"]},e.exports["Other liabilities, total_study"]={en:["Other liabilities, total"],de:["Sonstige Verbindlichkeiten, gesamt"]},e.exports["Other long term assets, total_study"]={en:["Other long term assets, total"],de:["Sonstiges langfristiges Vermögen, gesamt"]},e.exports["Other non-current liabilities, total_study"]={en:["Other non-current liabilities, total"],de:["Sonstige langfristige Verbindlichkeiten, Gesamtbetrag"]},e.exports["Other operating expenses, total_study"]={en:["Other operating expenses, total"],de:["Sonstige betriebliche Aufwendungen, gesamt"]},e.exports["Other receivables_study"]={en:["Other receivables"],de:["Sonstige Forderungen"]},e.exports["Other short term debt_study"]={en:["Other short term debt"],de:["Sonstige kurzfristige Verbindlichkeiten"]},e.exports["OutSide Bar Strategy_study"]={en:["OutSide Bar Strategy"],de:["OutSide-Bar-Strategie"]},e.exports.Overlay_study={en:["Overlay"],de:["Überlagerung"]},e.exports["PEG ratio_study"]={en:["PEG ratio"],de:["PEG-Verhältnis"]},e.exports["Paid in capital_study"]={en:["Paid in capital"],de:["Eingezahltes Kapital"]},e.exports["Parabolic SAR Strategy_study"]={en:["Parabolic SAR Strategy"],de:["Parabolic-SAR Strategie"]},
+e.exports["Parabolic SAR_study"]={en:["Parabolic SAR"]},e.exports["Periodic Volume Profile_study"]={en:["Periodic Volume Profile"],de:["Periodisches Volumenprofil"]},e.exports["Piercing - Bullish_study"]={en:["Piercing - Bullish"]},e.exports["Piotroski F-score_study"]={en:["Piotroski F-score"],de:["Piotroski F-Score"]},e.exports["Pivot Extension Strategy_study"]={en:["Pivot Extension Strategy"],de:["Pivot-Extension-Strategie"]},e.exports["Pivot Points High Low_study"]={en:["Pivot Points High Low"]},e.exports["Pivot Points Standard_study"]={en:["Pivot Points Standard"]},e.exports["Pivot Reversal Strategy_study"]={en:["Pivot Reversal Strategy"],de:["Pivot Reversal-Strategie"]},e.exports["Preferred dividends paid_study"]={en:["Preferred dividends paid"],de:["Gezahlte Vorzugsdividenden"]},e.exports["Preferred dividends_study"]={en:["Preferred dividends"],de:["Vorzugsdividenden"]},e.exports["Preferred stock, carrying value_study"]={en:["Preferred stock, carrying value"],de:["Vorzugsaktien, Buchwert"]},e.exports["Prepaid expenses_study"]={en:["Prepaid expenses"],de:["Vorausbezahlte Aufwendungen"]},e.exports["Pretax equity in earnings_study"]={en:["Pretax equity in earnings"],de:["Anteil am Gewinn vor Steuern"]},e.exports["Pretax income_study"]={en:["Pretax income"],de:["Ergebnis vor Steuern"]},e.exports["Price Channel Strategy_study"]={en:["Price Channel Strategy"],de:["Price Channel-Strategie"]},e.exports["Price Channel_study"]={en:["Price Channel"]},e.exports["Price Oscillator_study"]={en:["Price Oscillator"],de:["Price-Oszillator"]},e.exports["Price Volume Trend_study"]={en:["Price Volume Trend"],de:["Price Volume-Trend"]},e.exports["Price earnings ratio forward_study"]={en:["Price earnings ratio forward"],de:["Kurs-Gewinn-Verhältnis vorwärts"]},e.exports["Price sales ratio forward_study"]={en:["Price sales ratio forward"],de:["Preis-Umsatz-Verhältnis vorwärts"]},e.exports["Price to book ratio_study"]={en:["Price to book ratio"],de:["Kurs-Buchwert-Verhältnis"]},e.exports["Price to cash flow ratio_study"]={en:["Price to cash flow ratio"],de:["Kurs-Cashflow-Verhältnis"]},e.exports["Price to earnings ratio_study"]={en:["Price to earnings ratio"],de:["Kurs-Gewinn-Verhältnis"]},e.exports["Price to free cash flow ratio_study"]={en:["Price to free cash flow ratio"],de:["Verhältnis Preis zu freiem Cashflow"]},e.exports["Price to sales ratio_study"]={en:["Price to sales ratio"],de:["Kurs-Umsatz-Verhältnis"]},e.exports["Price to tangible book ratio_study"]={en:["Price to tangible book ratio"],de:["Kurs-Buchwert-Verhältnis"]},e.exports["Profitability ratios_study"]={en:["Profitability ratios"],de:["Rentabilitätskennzahlen"]},e.exports["Provision for risks & charge_study"]={en:["Provision for risks & charge"],de:["Rückstellung für Risiken & Kosten"]},e.exports["Purchase of investments_study"]={en:["Purchase of investments"],de:["Erwerb von Beteiligungen"]},e.exports["Purchase/acquisition of business_study"]={en:["Purchase/acquisition of business"],de:["Kauf/Akquisition von Unternehmen"]},
+e.exports["Purchase/sale of business, net_study"]={en:["Purchase/sale of business, net"],de:["Kauf/Verkauf von Unternehmen, netto"]},e.exports["Purchase/sale of investments, net_study"]={en:["Purchase/sale of investments, net"],de:["Kauf/Verkauf von Beteiligungen, netto"]},e.exports["Quality ratio_study"]={en:["Quality ratio"],de:["Qualitätsverhältnis"]},e.exports["Quick ratio_study"]={en:["Quick ratio"],de:["Kurzfristiges Verhältnis"]},e.exports["RSI Strategy_study"]={en:["RSI Strategy"],de:["RSI-Strategie"]},e.exports["Rate Of Change_study"]={en:["Rate Of Change"]},e.exports["Rectangle Chart Pattern_study"]={en:["Rectangle Chart Pattern"],de:["Rechteck Chartmuster"]},e.exports["Reduction of long term debt_study"]={en:["Reduction of long term debt"],de:["Reduktion der langfristigen Verschuldung"]},e.exports["Relative Strength Index_study"]={en:["Relative Strength Index"]},e.exports["Relative Vigor Index_study"]={en:["Relative Vigor Index"]},e.exports["Relative Volatility Index_study"]={en:["Relative Volatility Index"]},e.exports["Relative Volume at Time_study"]={en:["Relative Volume at Time"],de:["Relatives Volumen zu einem Zeitpunkt"]},e.exports["Repurchase of common & preferred stock_study"]={en:["Repurchase of common & preferred stock"],de:["Rückkauf von Stamm- und Vorzugsaktien"]},e.exports["Research & development to revenue ratio_study"]={en:["Research & development to revenue ratio"],de:["Verhältnis Forschung & Entwicklung zum Umsatz"]},e.exports["Research & development_study"]={en:["Research & development"],de:["Forschung & Entwicklung"]},e.exports["Restructuring charge_study"]={en:["Restructuring charge"],de:["Umstrukturierungskosten"]},e.exports["Retained earnings_study"]={en:["Retained earnings"],de:["Einbehaltene Gewinne"]},e.exports["Return on assets %_study"]={en:["Return on assets %"],de:["Gesamtkapitalrentabilität in %"]},e.exports["Return on equity %_study"]={en:["Return on equity %"],de:["Eigenkapitalrendite in %"]},e.exports["Return on equity adjusted to book value %_study"]={en:["Return on equity adjusted to book value %"],de:["Eigenkapitalrendite angepasst an den Buchwert %"]},e.exports["Return on invested capital %_study"]={en:["Return on invested capital %"],de:["Rendite auf das investierte Kapital in %"]},e.exports["Return on tangible assets %_study"]={en:["Return on tangible assets %"],de:["Rendite auf das Sachanlagevermögen %"]},e.exports["Return on tangible equity %_study"]={en:["Return on tangible equity %"],de:["Rentabilität des materiellen Eigenkapitals %"]},e.exports["Revenue estimates_study"]={en:["Revenue estimates"],de:["Umsatzschätzungen"]},e.exports["Revenue one year growth_study"]={en:["Revenue one year growth"],de:["Umsatz ein Jahr Wachstum"]},e.exports["Revenue per employee_study"]={en:["Revenue per employee"],de:["Umsatz pro Mitarbeiter"]},e.exports["Rising Three Methods - Bullish_study"]={en:["Rising Three Methods - Bullish"]},e.exports["Rising Wedge Chart Pattern_study"]={en:["Rising Wedge Chart Pattern"],de:["Steigende Keile Chartmuster"]},
+e.exports["Rising Window - Bullish_study"]={en:["Rising Window - Bullish"]},e.exports["Rob Booker - ADX Breakout_study"]={en:["Rob Booker - ADX Breakout"]},e.exports["Rob Booker - Intraday Pivot Points_study"]={en:["Rob Booker - Intraday Pivot Points"],de:["Rob Booker - Intraday Pivotpunkte"]},e.exports["Rob Booker - Knoxville Divergence_study"]={en:["Rob Booker - Knoxville Divergence"],de:["Rob Booker - Knoxville-Divergenz"]},e.exports["Rob Booker - Missed Pivot Points_study"]={en:["Rob Booker - Missed Pivot Points"],de:["Rob Booker - Verpasste Pivotpunkte"]},e.exports["Rob Booker - Reversal_study"]={en:["Rob Booker - Reversal"],de:["Rob Booker - Umkehrungen"]},e.exports["Rob Booker - Ziv Ghost Pivots_study"]={en:["Rob Booker - Ziv Ghost Pivots"],de:["Rob Booker - Ziv Ghost Drehpunkte"]},e.exports["SMI Ergodic Indicator/Oscillator_study"]={en:["SMI Ergodic Indicator/Oscillator"],de:["SMI Ergodic Indikator/Oszillator"]},e.exports["SMI Ergodic Indicator_study"]={en:["SMI Ergodic Indicator"],de:["SMI Ergodic Indikator"]},e.exports["SMI Ergodic Oscillator_study"]={en:["SMI Ergodic Oscillator"],de:["SMI Ergodic Oszillator"]},e.exports["Sale of common & preferred stock_study"]={en:["Sale of common & preferred stock"],de:["Verkauf von Stamm- und Vorzugsaktien"]},e.exports["Sale of fixed assets & businesses_study"]={en:["Sale of fixed assets & businesses"],de:["Verkauf von Anlagevermögen & Unternehmen"]},e.exports["Sale/maturity of investments_study"]={en:["Sale/maturity of investments"],de:["Verkauf/Fälligkeit von Kapitalanlagen"]},e.exports["Selling/general/admin expenses, other_study"]={en:["Selling/general/admin expenses, other"],de:["Vertriebs-/Allgemeines/Verwaltungskosten, Sonstiges"]},e.exports["Selling/general/admin expenses, total_study"]={en:["Selling/general/admin expenses, total"],de:["Vertriebs-/Allgemeine/Administrationskosten, gesamt"]},e.exports["Session Volume HD_study"]={en:["Session Volume HD"]},e.exports["Session Volume Profile HD_study"]={en:["Session Volume Profile HD"],de:["Volumenprofil der Session HD"]},e.exports["Session Volume Profile_study"]={en:["Session Volume Profile"],de:["Volumenprofil der Session"]},e.exports["Session Volume_study"]={en:["Session Volume"]},e.exports["Shareholders' equity_study"]={en:["Shareholders' equity"],de:["Eigenkapital der Aktionäre"]},e.exports["Shares buyback ratio %_study"]={en:["Shares buyback ratio %"],de:["Aktienrückkaufquote %"]},e.exports["Shooting Star - Bearish_study"]={en:["Shooting Star - Bearish"]},e.exports["Short term debt excl. current portion of LT debt_study"]={en:["Short term debt excl. current portion of LT debt"],de:["Kurzfristige Schulden ohne kurzfristigen Anteil an langfristigen Schulden"]},e.exports["Short term debt_study"]={en:["Short term debt"],de:["Kurzfristige Verbindlichkeiten"]},e.exports["Short term investments_study"]={en:["Short term investments"],de:["Kurzfristige Investitionen"]},e.exports["Sloan ratio %_study"]={en:["Sloan ratio %"],de:["Sloan-Verhältnis %"]},e.exports["Smoothed Moving Average_study"]={
+en:["Smoothed Moving Average"]},e.exports["Solvency ratios_study"]={en:["Solvency ratios"],de:["Solvenz-Kennzahlen"]},e.exports["Spinning Top Black_study"]={en:["Spinning Top Black"]},e.exports["Spinning Top White_study"]={en:["Spinning Top White"]},e.exports["Springate score_study"]={en:["Springate score"],de:["Springate-Punktzahl"]},e.exports["Standard Deviation_study"]={en:["Standard Deviation"]},e.exports["Standard Error Bands_study"]={en:["Standard Error Bands"]},e.exports["Standard Error_study"]={en:["Standard Error"]},e.exports.Stoch_study={en:["Stoch"]},e.exports["Stochastic Momentum Index_study"]={en:["Stochastic Momentum Index"]},e.exports["Stochastic RSI_study"]={en:["Stochastic RSI"]},e.exports["Stochastic Slow Strategy_study"]={en:["Stochastic Slow Strategy"],de:["Stochastic Slow-Strategie"]},e.exports.Stochastic_study={en:["Stochastic"],de:["Stochastik"]},e.exports.SuperTrend_study={en:["SuperTrend"]},e.exports["Supertrend Strategy_study"]={en:["Supertrend Strategy"],de:["Supertrend-Strategie"]},e.exports.Supertrend_study={en:["Supertrend"]},e.exports["Sustainable growth rate_study"]={en:["Sustainable growth rate"],de:["Nachhaltige Wachstumsrate"]},e.exports.TRIX_study={en:["TRIX"]},e.exports["Tangible book value per share_study"]={en:["Tangible book value per share"],de:["Materieller Buchwert pro Aktie"]},e.exports["Tangible common equity ratio_study"]={en:["Tangible common equity ratio"],de:["Materielle Eigenkapitalquote"]},e.exports.Taxes_study={en:["Taxes"],de:["Steuern"]},e.exports["Technical Ratings Strategy_study"]={en:["Technical Ratings Strategy"],de:["Technische Ratings Strategie"]},e.exports["Technical Ratings_study"]={en:["Technical Ratings"],de:["Technische Ratings"]},e.exports.Technicals_study={en:["Technicals"],de:["Technische Daten"]},e.exports["Three Black Crows - Bearish_study"]={en:["Three Black Crows - Bearish"]},e.exports["Three White Soldiers - Bullish_study"]={en:["Three White Soldiers - Bullish"]},e.exports["Time Weighted Average Price_study"]={en:["Time Weighted Average Price"],de:["Zeitgewichteter Durchschnittspreis"]},e.exports["Tobin's Q (approximate)_study"]={en:["Tobin's Q (approximate)"],de:["Tobin's Q (annähernd)"]},e.exports["Total assets_study"]={en:["Total assets"],de:["Gesamtkapital"]},e.exports["Total cash dividends paid_study"]={en:["Total cash dividends paid"],de:["Insgesamt gezahlte Bardividenden"]},e.exports["Total common shares outstanding_study"]={en:["Total common shares outstanding"],de:["Ausstehende Stammaktien gesamt"]},e.exports["Total current assets_study"]={en:["Total current assets"],de:["Umlaufvermögen"]},e.exports["Total current liabilities_study"]={en:["Total current liabilities"],de:["Summe der kurzfristige Verbindlichkeiten"]},e.exports["Total debt_study"]={en:["Total debt"],de:["Gesamtverschuldung"]},e.exports["Total equity_study"]={en:["Total equity"],de:["Eigenkapital gesamt"]},e.exports["Total inventory_study"]={en:["Total inventory"],de:["Gesamtbestand"]},e.exports["Total liabilities & shareholders' equities_study"]={
+en:["Total liabilities & shareholders' equities"],de:["Gesamtverbindlichkeiten & Eigenkapital der Aktionäre"]},e.exports["Total liabilities_study"]={en:["Total liabilities"],de:["Summe Verbindlichkeiten"]},e.exports["Total non-current assets_study"]={en:["Total non-current assets"],de:["Summe Langfristiger Vermögenswerte"]},e.exports["Total non-current liabilities_study"]={en:["Total non-current liabilities"],de:["Summe Langfristiger Verbindlichkeiten"]},e.exports["Total operating expenses_study"]={en:["Total operating expenses"],de:["Betriebskosten insgesamt"]},e.exports["Total receivables, net_study"]={en:["Total receivables, net"],de:["Summe Forderungen, netto"]},e.exports["Total revenue_study"]={en:["Total revenue"],de:["Gesamtumsatz"]},e.exports["Trading Sessions_study"]={en:["Trading Sessions"],de:["Handelssitzungen"]},e.exports["Treasury stock - common_study"]={en:["Treasury stock - common"],de:["Eigene Aktien - Stammaktien"]},e.exports["Trend Strength Index_study"]={en:["Trend Strength Index"]},e.exports["Tri-Star - Bearish_study"]={en:["Tri-Star - Bearish"]},e.exports["Tri-Star - Bullish_study"]={en:["Tri-Star - Bullish"]},e.exports["Triangle Chart Pattern_study"]={en:["Triangle Chart Pattern"],de:["Dreieck Chartmuster"]},e.exports["Triple Bottom Chart Pattern_study"]={en:["Triple Bottom Chart Pattern"],de:["Dreifachboden Chartmuster"]},e.exports["Triple EMA_study"]={en:["Triple EMA"]},e.exports["Triple Top Chart Pattern_study"]={en:["Triple Top Chart Pattern"],de:["Dreifachtop Chartmuster"]},e.exports["True Strength Index_study"]={en:["True Strength Index"]},e.exports["True Strength Indicator_study"]={en:["True Strength Indicator"],de:["True Strength-Indikator"]},e.exports["Tweezer Top - Bearish_study"]={en:["Tweezer Top - Bearish"]},e.exports["Typical Price_study"]={en:["Typical Price"],de:["Typischer Preis"]},e.exports["Ultimate Oscillator_study"]={en:["Ultimate Oscillator"],de:["Ultimate-Oszillator"]},e.exports["Unrealized gain/loss_study"]={en:["Unrealized gain/loss"],de:["Unrealisierte Gewinne/Verluste"]},e.exports["Unusual income/expense_study"]={en:["Unusual income/expense"],de:["Ungewöhnliche Erträge/Aufwendungen"]},e.exports["Up/Down Volume_study"]={en:["Up/Down Volume"],de:["Aufwärts/Abwärts Volumen"]},e.exports["Upside Tasuki Gap - Bullish_study"]={en:["Upside Tasuki Gap - Bullish"]},e.exports["VWAP Auto Anchored_study"]={en:["VWAP Auto Anchored"],de:["VWAP Auto-Anchored"]},e.exports.VWAP_study={en:["VWAP"]},e.exports.VWMA_study={en:["VWMA"]},e.exports["Valuation ratios_study"]={en:["Valuation ratios"],de:["Bewertungskennzahlen"]},e.exports["Visible Average Price_study"]={en:["Visible Average Price"],de:["Sichtbarer Durchschnittspreis"]},e.exports["Visible Range Volume Profile_study"]={en:["Visible Range Volume Profile"],de:["Volumenprofil der sichtbaren Range"]},e.exports["Visible Range_study"]={en:["Visible Range"],de:["Sichtbare Spanne"]},e.exports.Vol_study={en:["Vol"]},e.exports["Volatility Close-to-Close_study"]={en:["Volatility Close-to-Close"]},e.exports["Volatility Index_study"]={
+en:["Volatility Index"]},e.exports["Volatility O-H-L-C_study"]={en:["Volatility O-H-L-C"]},e.exports["Volatility Stop_study"]={en:["Volatility Stop"],de:["Volatilitäts-Stopp"]},e.exports["Volatility Zero Trend Close-to-Close_study"]={en:["Volatility Zero Trend Close-to-Close"]},e.exports["Volty Expan Close Strategy_study"]={en:["Volty Expan Close Strategy"],de:["Volty-Expan-Close Strategie"]},e.exports["Volume Oscillator_study"]={en:["Volume Oscillator"],de:["Volumen Oszillator"]},e.exports["Volume Weighted Average Price_study"]={en:["Volume Weighted Average Price"],de:["Volumengewichteter Durchschnittspreis"]},e.exports["Volume Weighted Moving Average_study"]={en:["Volume Weighted Moving Average"],de:["Volumengewichteter gleitender Durchschnitt"]},e.exports.Volume_study={en:["Volume"],de:["Volumen"]},e.exports["Vortex Indicator_study"]={en:["Vortex Indicator"],de:["Vortex-Indikator"]},e.exports["Williams %R_study"]={en:["Williams %R"]},e.exports["Williams Alligator_study"]={en:["Williams Alligator"]},e.exports["Williams Fractal_study"]={en:["Williams Fractal"]},e.exports["Williams Fractals_study"]={en:["Williams Fractals"],de:["Williams Fraktale"]},e.exports["Williams Percent Range_study"]={en:["Williams Percent Range"]},e.exports["Woodies CCI_study"]={en:["Woodies CCI"]},e.exports["Zig Zag_study"]={en:["Zig Zag"]},e.exports["Zmijewski score_study"]={en:["Zmijewski score"],de:["Zmijewski-Punktzahl"]}},89633:e=>{e.exports={en:["Anchored Volume Profile"],de:["Verankertes Volumenprofil"]}},25705:e=>{e.exports={en:["Fixed Range Volume Profile"]}},24261:e=>{e.exports={en:["Vol"]}},67736:e=>{e.exports={en:["Minor"]}},922:e=>{e.exports={en:["Minute"]}},91405:e=>{e.exports={en:["Text"]}},78972:e=>{e.exports={en:["Couldn't copy"],de:["Konnte nicht kopiert werden"]}},10615:e=>{e.exports={en:["Couldn't cut"],de:["Ausschneiden fehlgeschlagen"]}},81518:e=>{e.exports={en:["Couldn't paste"],de:["Einfügen fehlgeschlagen"]}},83140:e=>{e.exports={en:["Countdown to bar close"],de:["Countdown zum nächsten Balken"]}},10871:e=>{e.exports={en:["Colombo"]}},55761:e=>{e.exports={en:["Columns"],de:["Säulen"]}},9818:e=>{e.exports={en:["Comment"],de:["Kommentar"]}},53942:e=>{e.exports={en:["Compare or Add Symbol"],de:["Symbol hinzufügen oder vergleichen"]}},12086:e=>{e.exports={en:["Compilation error"],de:["Kompilierungsfehler"]}},71692:e=>{e.exports={en:["Confirm to remove locked drawings"],de:["Bestätigen Sie die Entfernung von gesperrten Zeichnungen"]}},48141:e=>{e.exports={en:["Confirm Inputs"],de:["Eingabe bestätigen"]}},81605:e=>{e.exports={en:["Confirm Remove Study Tree"],de:["Bestätigen Sie das Löschen des gesamten Studienbaums"]}},38917:e=>{e.exports={en:["Copenhagen"]}},49680:e=>{e.exports={en:["Copy"],de:["Kopieren"]}},66134:e=>{e.exports={en:["Copy Chart Layout"],de:["Chart Layout kopieren"]}},63553:e=>{e.exports={en:["Copy price"],de:["Preis kopieren"]}},65736:e=>{e.exports={en:["Cairo"],de:["Kairo"]}},25381:e=>{e.exports={en:["Callout"]}},45054:e=>{e.exports={en:["Candles"],de:["Kerzen"]}},30948:e=>{e.exports={en:["Caracas"]}},
+70409:e=>{e.exports={en:["Casablanca"]}},37276:e=>{e.exports={en:["Change"],de:["Veränderung"]}},85124:e=>{e.exports={en:["Change Symbol"],de:["Symbol ändern"]}},2569:e=>{e.exports={en:["Change interval"],de:["Intervall ändern"]}},9687:e=>{e.exports={en:["Change interval. Press number or comma"],de:["Intervalländerung. Nummer oder Komma drücken"]}},36332:e=>{e.exports={en:["Change symbol. Start typing symbol name"],de:["Symbol ändern. Geben Sie den Symbolnamen ein"]}},48566:e=>{e.exports={en:["Change scale currency"],de:["Währungsskalierung ändern"]}},85110:e=>{e.exports={en:["Change scale unit"],de:["Maßeinheit ändern"]}},56275:e=>{e.exports={en:["Chart #{index}"]}},39950:e=>{e.exports={en:["Chart Properties"],de:["Chart Einstellungen"]}},98856:e=>{e.exports={en:["Chart by TradingView"],de:["Chart von TradingView"]}},1136:e=>{e.exports={en:["Chart for {symbol}, {interval}"],de:["Chart für {symbol}, {interval}"]}},69804:e=>{e.exports={en:["Chart image copied to clipboard {emoji}"],de:["Chart-Bild in Zwischenablage kopiert {emoji}"]}},6655:e=>{e.exports={en:["Chart image embed code copied to clipboard {emoji}"],de:["Der Einbettungscode des Chart-Bilds wurde in die Zwischenablage kopiert {emoji}"]}},36549:e=>{e.exports={en:["Chatham Islands"],de:["Chatham Inseln"]}},72452:e=>{e.exports={en:["Chicago"]}},50349:e=>{e.exports={en:["Chongqing"]}},91944:e=>{e.exports={en:["Circle"],de:["Kreis"]}},14985:e=>{e.exports={en:["Click to set a point"],de:["Klicken Sie, um einen Punkt zu setzen"]}},12537:e=>{e.exports={en:["Clone"],de:["Duplizieren"]}},62578:e=>{e.exports={en:["Close"]}},264:e=>{e.exports={en:["Create limit order"],de:["Limit-Order erstellen"]}},6969:e=>{e.exports={en:["Cross"],de:["Fadenkreuz"]}},74334:e=>{e.exports={en:["Cross Line"],de:["Fadenkreuz"]}},59396:e=>{e.exports={en:["Currencies"],de:["Devisen"]}},20177:e=>{e.exports={en:["Current interval and above"],de:["Aktueller Intervall und darüber"]}},494:e=>{e.exports={en:["Current interval and below"],de:["Aktueller Intervall und darunter"]}},60668:e=>{e.exports={en:["Current interval only"],de:["Nur aktueller Intervall"]}},78609:e=>{e.exports={en:["Curve"],de:["Kurve"]}},87380:e=>{e.exports={en:["Cycle"]}},84031:e=>{e.exports={en:["Cyclic Lines"],de:["Zyklische Linien"]}},93191:e=>{e.exports={en:["Cypher Pattern"]}},7219:e=>{e.exports={en:["A layout with that name already exists"],de:["Ein Layout mit diesem Namen existiert bereits"]}},67635:e=>{e.exports={en:["A layout with that name already exists. Do you want to overwrite it?"],de:["Ein Layout mit diesem Namen existiert bereits. Möchten Sie es überschreiben?"]}},46712:e=>{e.exports={en:["ABCD Pattern"],de:["ABCD Muster"]}},36485:e=>{e.exports={en:["Amsterdam"]}},24185:e=>{e.exports={en:["Anchor"],de:["Verankern"]}},42630:e=>{e.exports={en:["Anchorage"],de:["Verankerung"]}},42669:e=>{e.exports={en:["Anchored Text"],de:["Verankerter Text"]}},84541:e=>{e.exports={en:["Anchored VWAP"],de:["Verankerter VWAP"]}},77401:e=>{e.exports={en:["Access error"],de:["Zugriffsfehler"]}},46501:e=>{e.exports={
+en:["Add Symbol"],de:["Symbol hinzufügen"]}},2439:e=>{e.exports={en:["Add financial metric for {instrumentName}"],de:["Finanz-Metrik hinzufügen für {instrumentName}"]}},35088:e=>{e.exports={en:["Add indicator/strategy on {studyTitle}"],de:["Indikator / Strategie zu {studyTitle} hinzufügen"]}},35679:e=>{e.exports={en:["Add this financial metric to entire layout"],de:["Diese Finanzkennzahl zum gesamten Layout hinzufügen"]}},10996:e=>{e.exports={en:["Add this financial metric to favorites"],de:["Diesen finanziellen Datenpunkt zu den Favoriten hinzufügen"]}},26090:e=>{e.exports={en:["Add this indicator to entire layout"],de:["Den Indikator dem gesamten Layout hinzufügen"]}},92957:e=>{e.exports={en:["Add this indicator to favorites"],de:["Diesen Indikator zu den Favoriten hinzufügen"]}},95754:e=>{e.exports={en:["Add this strategy to entire layout"],de:["Die Strategie dem gesamten Layout hinzufügen"]}},39010:e=>{e.exports={en:["Add this symbol to entire layout"],de:["Das Symbol dem gesamten Layout hinzufügen"]}},426:e=>{e.exports={en:["Adelaide"]}},40452:e=>{e.exports={en:["Always invisible"],de:["Immer verborgen"]}},36299:e=>{e.exports={en:["Always visible"],de:["Immer sichtbar"]}},58026:e=>{e.exports={en:["All intervals"],de:["Alle Intervalle"]}},78358:e=>{e.exports={en:["Apply default"],de:["Standard anwenden"]}},22437:e=>{e.exports={en:["Apply these indicators to entire layout"],de:["Diese Indikatoren dem gesamten Layout hinzufügen"]}},27072:e=>{e.exports={en:["Apr"]}},59324:e=>{e.exports={en:["Arc"],de:["Bogen"]}},34456:e=>{e.exports={en:["Area"],de:["Fläche"]}},11858:e=>{e.exports={en:["Arrow"],de:["Pfeil"]}},34247:e=>{e.exports={en:["Arrow Down"],de:["Pfeil Abwärts"]}},36352:e=>{e.exports={en:["Arrow Marker"],de:["Pfeil-Markierung"]}},73193:e=>{e.exports={en:["Arrow Mark Down"],de:["Pfeil nach unten"]}},1949:e=>{e.exports={en:["Arrow Mark Left"],de:["Pfeil nach links"]}},86275:e=>{e.exports={en:["Arrow Mark Right"],de:["Pfeil nach rechts"]}},62453:e=>{e.exports={en:["Arrow Mark Up"],de:["Pfeil nach oben"]}},77231:e=>{e.exports={en:["Arrow Up"],de:["Pfeil Aufwärts"]}},98128:e=>{e.exports={en:["Astana"]}},63627:e=>{e.exports={en:["Ashgabat"],de:["Ashkhabad"]}},72445:e=>{e.exports={en:["At close"],de:["bei Schluß"]}},73702:e=>{e.exports={en:["Athens"],de:["Athen"]}},21469:e=>{e.exports={en:["Auto"]}},24157:e=>{e.exports={en:["Auto (fits data to screen)"],de:["Auto (an Bildschirm anpassen)"]}},46450:e=>{e.exports={en:["Aug"]}},21841:e=>{e.exports={en:["Average close price label"],de:["Label für den durchschnittlichen Schlusskurs"]}},16138:e=>{e.exports={en:["Average close price line"],de:["Durchschnittlicher Schlusskurs Linie"]}},73025:e=>{e.exports={en:["Avg"],de:["Durchschn."]}},87580:e=>{e.exports={en:["Azores"],de:["Azoren"]}},73905:e=>{e.exports={en:["Bogota"]}},90594:e=>{e.exports={en:["Bahrain"]}},70540:e=>{e.exports={en:["Balloon"],de:["Sprechblase"]}},47045:e=>{e.exports={en:["Bangkok"]}},92101:e=>{e.exports={en:["Bar Replay isn't available for this chart type. Want to exit Bar Replay?"],
+de:["Die Balkenwiedergabe ist nicht für diesen Charttyp verfügbar. Möchten Sie die Balkenwiedergabe schließen?"]}},32482:e=>{e.exports={en:["Bar Replay isn't available for this symbol. Want to exit Bar Replay?"],de:["Die Balkenwiedergabe ist nicht für dieses Symbol verfügbar. Möchten Sie die Balkenwiedergabe schließen?"]}},85902:e=>{e.exports={en:["Bar Replay isn't available for this time interval. Want to exit Bar Replay?"],de:["Die Balkenwiedergabe ist nicht für dieses Zeitintervall verfügbar. Möchten Sie die Balkenwiedergabe schließen?"]}},27377:e=>{e.exports={en:["Bars"],de:["Balken"]}},81994:e=>{e.exports={en:["Bars Pattern"],de:["Balkenmuster"]}},59213:e=>{e.exports={en:["Baseline"],de:["Grundlinie"]}},71797:e=>{e.exports={en:["Belgrade"],de:["Belgrad"]}},64313:e=>{e.exports={en:["Berlin"]}},43539:e=>{e.exports={en:["Brush"],de:["Pinsel"]}},91499:e=>{e.exports={en:["Brussels"],de:["Brüssel"]}},70876:e=>{e.exports={en:["Bratislava"]}},55481:e=>{e.exports={en:["Bring forward"],de:["Nach vorne bringen"]}},17293:e=>{e.exports={en:["Bring to front"],de:["Ganz nach vorne bringen"]}},79336:e=>{e.exports={en:["Brisbane"]}},33672:e=>{e.exports={en:["Bucharest"],de:["Bukarest"]}},20313:e=>{e.exports={en:["Budapest"]}},25282:e=>{e.exports={en:["Buenos Aires"]}},46768:e=>{e.exports={en:["By TradingView"],de:["Von TradingView"]}},54280:e=>{e.exports={en:["Go to date"],de:["Gehe zu Datum"]}},74975:e=>{e.exports={en:["Go to {lineToolName}"],de:["Gehe zu {lineToolName}"]}},15462:e=>{e.exports={en:["Got it"],de:["Ich akzeptiere"]}},47460:e=>{e.exports={en:["Gann Box"],de:["Gann-Box"]}},48683:e=>{e.exports={en:["Gann Fan"],de:["Gann Fächer"]}},44763:e=>{e.exports={en:["Gann Square"],de:["Gann Square (Quadrat)"]}},60707:e=>{e.exports={en:["Gann Square Fixed"],de:["Gann-Square fixiert"]}},46808:e=>{e.exports={en:["Ghost Feed"],de:["Ghost-Feed"]}},57726:e=>{e.exports={en:["Grand supercycle"],de:["Grand Supercycle"]}},15096:e=>{e.exports={en:["Do you really want to delete indicator template '{name}' ?"],de:["Möchten Sie die Indikatorvorlage '{name}' wirklich löschen?"]}},77174:e=>{e.exports={en:["Do you really want to delete study and all of it's children?"],de:["Möchten Sie wirklich diese Studie und ihre Ableger löschen?"]}},77125:e=>{e.exports={en:["Double Curve"],de:["Doppelkurve"]}},9430:e=>{e.exports={en:["Double-click any edge to reset layout grid"],de:["Doppelklicken Sie auf eine beliebige Kante, um das Layout-Raster zurückzusetzen."]}},75296:e=>{e.exports={en:["Double-click to finish Path"],de:["Doppelklicken um Pfad zu beenden"]}},17409:e=>{e.exports={en:["Double-click to finish Polyline"],de:["Doppelklicken um Linienzug zu beenden"]}},36539:e=>{e.exports={en:["Double-tap any edge to reset layout grid"],de:["Wenn Sie das Layout-Raster zurücksetzen möchten, tippen Sie einen Rand zweimal an"]}},57131:e=>{e.exports={en:["Data Provided by"],de:["Daten werden bereitgestellt von"]}},22677:e=>{e.exports={en:["Date"],de:["Datum"]}},85444:e=>{e.exports={en:["Date Range"],de:["Datumsbereich"]}},47017:e=>{e.exports={
+en:["Date and Price Range"],de:["Daten- und Preisbereich"]}},32084:e=>{e.exports={en:["Dec"],de:["Dez"]}},23403:e=>{e.exports={en:["Degree"],de:["Grad"]}},27358:e=>{e.exports={en:["Denver"]}},24959:e=>{e.exports={en:["Dhaka"]}},15179:e=>{e.exports={en:["Diamond"],de:["Diamant"]}},91544:e=>{e.exports={en:["Disjoint Channel"],de:["Entkoppelter Kanal"]}},70132:e=>{e.exports={en:["Displacement"],de:["Verschiebung"]}},93864:e=>{e.exports={en:["Drawings toolbar"],de:["Zeichen-Werkzeugleiste"]}},56916:e=>{e.exports={en:["Draw Horizontal Line at {price}"],de:["Eine horizontale Linie bei {price} einzeichnen"]}},23650:e=>{e.exports={en:["Dubai"]}},79716:e=>{e.exports={en:["Dublin"]}},73456:e=>{e.exports={en:["Emoji"]}},9541:e=>{e.exports={en:["Enter a new chart layout name"],de:["Chart Layout neu benennen"]}},80943:e=>{e.exports={en:["Elliott Correction Wave (ABC)"],de:["Elliott Korrektur Welle (ABC)"]}},75112:e=>{e.exports={en:["Elliott Double Combo Wave (WXY)"],de:["Elliot Doppel Combo Welle (WXY)"]}},61114:e=>{e.exports={en:["Elliott Impulse Wave (12345)"],de:["Elliot Impuls Welle (12345)"]}},72359:e=>{e.exports={en:["Elliott Triangle Wave (ABCDE)"],de:["Elliot Dreiecks-Welle (ABCDE)"]}},76129:e=>{e.exports={en:["Elliott Triple Combo Wave (WXYXZ)"],de:["Elliot Dreifach-Combo-Welle (WXYXZ)"]}},78996:e=>{e.exports={en:["Ellipse"]}},52788:e=>{e.exports={en:["Extended Line"],de:["Verlängerte Linie"]}},86905:e=>{e.exports={en:["Exchange"],de:["Börse"]}},19271:e=>{e.exports={en:["Existing pane above"],de:["Vorhandener Bereich darüber"]}},46545:e=>{e.exports={en:["Existing pane below"],de:["Vorhandener Bereich unterhalb"]}},20138:e=>{e.exports={en:["Forecast"],de:["Prognose"]}},2507:e=>{e.exports={en:["Feb"]}},59005:e=>{e.exports={en:["Fib Channel"],de:["Fib Kanal"]}},82330:e=>{e.exports={en:["Fib Circles"],de:["Fib Kreise"]}},55986:e=>{e.exports={en:["Fib Retracement"]}},33880:e=>{e.exports={en:["Fib Speed Resistance Arcs"],de:["Fib Speed Resistance Arcs (Bögen)"]}},2395:e=>{e.exports={en:["Fib Speed Resistance Fan"],de:["Fib Speed Resistance Fan (Fächer)"]}},39014:e=>{e.exports={en:["Fib Spiral"],de:["Fib Spirale"]}},30622:e=>{e.exports={en:["Fib Time Zone"],de:["Fib Zeitzonen"]}},85042:e=>{e.exports={en:["Fib Wedge"],de:["Fib Keil"]}},33885:e=>{e.exports={en:["Flag"],de:["Flagge"]}},14600:e=>{e.exports={en:["Flag Mark"],de:["Flagge"]}},45051:e=>{e.exports={en:["Flat Top/Bottom"]}},39643:e=>{e.exports={en:["Fraction part is invalid."],de:["Dieser Teil ist ungültig"]}},24077:e=>{e.exports={en:["Fundamental studies are no longer available on charts"],de:["Grundlegende Studien sind auf Charts nicht länger verfügbar"]}},31561:e=>{e.exports={en:["Kolkata"],de:["Kalkutta"]}},54533:e=>{e.exports={en:["Kathmandu"],de:["Katmandu"]}},83490:e=>{e.exports={en:["Kagi"]}},70913:e=>{e.exports={en:["Karachi"]}},76614:e=>{e.exports={en:["Kuwait"]}},38561:e=>{e.exports={en:["Kuala Lumpur"]}},99906:e=>{e.exports={en:["HLC area"],de:["HLC-Bereich"]}},886:e=>{e.exports={en:["HLC bars"],de:["HLC-Balken"]}},34491:e=>{e.exports={en:["Ho Chi Minh"]}},
+13459:e=>{e.exports={en:["Hollow candles"],de:["Hollow Candles"]}},48861:e=>{e.exports={en:["Hong Kong"],de:["Hongkong"]}},79668:e=>{e.exports={en:["Honolulu"]}},21795:e=>{e.exports={en:["Horizontal Line"],de:["Horizontale Linie"]}},25487:e=>{e.exports={en:["Horizontal Ray"],de:["Unterstützung-/Widerstandslinie"]}},21928:e=>{e.exports={en:["Head and Shoulders"],de:["Kopf und Schultern"]}},63876:e=>{e.exports={en:["Heikin Ashi"],de:["HeikinAshi"]}},48203:e=>{e.exports={en:["Helsinki"]}},27298:e=>{e.exports={en:["Hide"],de:["Verbergen"]}},47074:e=>{e.exports={en:["Hide all"],de:["Alles ausblenden"]}},52563:e=>{e.exports={en:["Hide all drawings"],de:["Alle Zeichentools verbergen"]}},90763:e=>{e.exports={en:["Hide all drawings and indicators"],de:["Alle Zeichnungen und Indikatoren verbergen"]}},18216:e=>{e.exports={en:["Hide all drawings, indicators, positions & orders"],de:["Alle Zeichnungen, Indikatoren, Positionen und Orders verbergen"]}},78525:e=>{e.exports={en:["Hide all indicators"],de:["Alle Indikatoren verbergen"]}},42164:e=>{e.exports={en:["Hide all positions & orders"],de:["Alle Positionen und Orders ausblenden"]}},3217:e=>{e.exports={en:["Hide drawings"],de:["Zeichnungen verbergen"]}},97878:e=>{e.exports={en:["Hide events on chart"],de:["Ereignisse im Chart ausblenden"]}},72351:e=>{e.exports={en:["Hide indicators"],de:["Indikatoren verbergen"]}},28345:e=>{e.exports={en:["Hide marks on bars"],de:["Markierungen auf Balken verbergen"]}},92226:e=>{e.exports={en:["Hide positions & orders"],de:["Positionen und Orders ausblenden"]}},78254:e=>{e.exports={en:["High"],de:["Hoch"]}},98236:e=>{e.exports={en:["High-low"],de:["High-Low"]}},99479:e=>{e.exports={en:["High and low price labels"],de:["Preislabel | Hoch/Tief"]}},33766:e=>{e.exports={en:["High and low price lines"],de:["Preislinien | Hoch/Tief"]}},69476:e=>{e.exports={en:["Highlighter"],de:["Text Marker"]}},72819:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."],de:["Das Histogramm ist zu groß. Erhöhen Sie bitte die {boldHighlightStart}Zeilengröße{boldHighlightEnd} im Einstellungsfenster."]}},94966:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Ticks Per Row{boldHighlightEnd} in the settings window."],de:["Das Histogramm ist zu groß. Erhöhen Sie bitte die {boldHighlightStart}Ticks pro Zeile{boldHighlightEnd} im Einstellungsfenster."]}},66751:e=>{e.exports={en:["Histogram is too large, please reduce {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."],de:["Das Histogramm ist zu groß. Verringern Sie bitte die {boldHighlightStart}Zeilengröße{boldHighlightEnd} im Einstellungsfenster."]}},68065:e=>{e.exports={en:["Image"],de:["Bild"]}},80185:e=>{e.exports={en:["Intervals less than {resolution} are not supported for {ticker}."],de:["Intervalle von weniger als {resolution} werden nicht für {ticker} unterstützt."]}},10268:e=>{e.exports={en:["Intermediate"]}},14285:e=>{e.exports={en:["Invalid Symbol"],de:["Ungültiges Symbol"]}},52969:e=>{
+e.exports={en:["Invalid symbol"],de:["Ungültiges Symbol"]}},37189:e=>{e.exports={en:["Invert scale"],de:["Skala invertieren"]}},89999:e=>{e.exports={en:["Indexed to 100"],de:["Auf 100 indexiert"]}},46850:e=>{e.exports={en:["Indicators value labels"],de:["Label der Indikatorenwerte"]}},54418:e=>{e.exports={en:["Indicators name labels"],de:["Namenslabel des Indikators"]}},40490:e=>{e.exports={en:["Indicators, Metrics and Strategies. Press slash"],de:["Indikatoren, Metriken und Strategien. Schrägstrich drücken"]}},15992:e=>{e.exports={en:["Info Line"],de:["Info Linie"]}},87829:e=>{e.exports={en:["Insert indicator"],de:["Indikator einfügen"]}},41686:e=>{e.exports={en:["Inside Pitchfork"],de:["Innerhalb der Pitchfork"]}},37913:e=>{e.exports={en:["Icon"],de:["Symbol"]}},78326:e=>{e.exports={en:["Istanbul"]}},39585:e=>{e.exports={en:["Johannesburg"]}},14995:e=>{e.exports={en:["Jakarta"]}},62310:e=>{e.exports={en:["Jan"]}},36057:e=>{e.exports={en:["Jerusalem"]}},53786:e=>{e.exports={en:["Jul"]}},429:e=>{e.exports={en:["Jun"]}},67560:e=>{e.exports={en:["Juneau"]}},62329:e=>{e.exports={en:["On the left"],de:["Auf der Linken Seite"]}},55813:e=>{e.exports={en:["On the right"],de:["Auf der Rechten Seite"]}},64818:e=>{e.exports={en:["Only {availableResolutions} intervals are supported for {ticker}."],de:["Nur {availableResolutions} Intervalle werden für {ticker} unterstützt."]}},21064:e=>{e.exports={en:["Oops!"],de:["Huch!"]}},51221:e=>{e.exports={en:["Object Tree"],de:["Objektbaum"]}},12179:e=>{e.exports={en:["Oct"],de:["Okt"]}},16610:e=>{e.exports={en:["Open"],de:["Eröffnung"]}},27884:e=>{e.exports={en:["Open layout. Press period"],de:["Layout öffnen. Punkt drücken"]}},75722:e=>{e.exports={en:["Oslo"]}},65318:e=>{e.exports={en:["Low"],de:["Tief"]}},51077:e=>{e.exports={en:["Lock"],de:["Fixieren"]}},79777:e=>{e.exports={en:["Lock/unlock"],de:["Fixieren / Lösen"]}},66005:e=>{e.exports={en:["Lock vertical cursor line by time"],de:["Vertikale Cursorlinie auf Zeitachse fixieren"]}},14017:e=>{e.exports={en:["Lock price to bar ratio"],de:["Kurs zu Balken Verhältnis fixieren"]}},16170:e=>{e.exports={en:["Logarithmic"],de:["Logarithmisch"]}},19439:e=>{e.exports={en:["London"]}},74832:e=>{e.exports={en:["Long Position"],de:["Long-Position"]}},28733:e=>{e.exports={en:["Los Angeles"]}},85924:e=>{e.exports={en:["Label Down"],de:["Label Abwärts"]}},52402:e=>{e.exports={en:["Label Up"],de:["Label Aufwärts"]}},5119:e=>{e.exports={en:["Labels"],de:["Beschriftungen"]}},19931:e=>{e.exports={en:["Lagos"]}},63815:e=>{e.exports={en:["Last day change"],de:["Veränderung am letzten Handelstag"]}},59444:e=>{e.exports={en:["Lima"]}},3554:e=>{e.exports={en:["Line"],de:["Linie"]}},9394:e=>{e.exports={en:["Line with markers"],de:["Linie mit Markierungen"]}},43588:e=>{e.exports={en:["Line break"],de:["Line Break"]}},56982:e=>{e.exports={en:["Lines"],de:["Linien"]}},37367:e=>{e.exports={en:["Link to the chart image copied to clipboard {emoji}"],de:["Link zu dem in die Zwischenablage kopierten Chart-Bild {emoji}"]}},53375:e=>{e.exports={en:["Lisbon"],
+de:["Lissabon"]}},81038:e=>{e.exports={en:["Luxembourg"],de:["Luxemburg"]}},60663:e=>{e.exports={en:["Move the point to position the anchor then tap to place"],de:["Bewegen Sie den Punkt, um den Anker zu positionieren, und tappen Sie dann um ihn zu platzieren."]}},35049:e=>{e.exports={en:["Move to"],de:["Bewegen nach"]}},26493:e=>{e.exports={en:["Move scale to left"],de:["Skala nach links bewegen"]}},40789:e=>{e.exports={en:["Move scale to right"],de:["Skala nach rechts bewegen"]}},57681:e=>{e.exports={en:["Modified Schiff Pitchfork"],de:["Modifizierte Schiff-Pitchfork"]}},93907:e=>{e.exports={en:["More settings"],de:["Weitere Einstellungen"]}},64039:e=>{e.exports={en:["Moscow"],de:["Moskau"]}},52066:e=>{e.exports={en:["Madrid"]}},38365:e=>{e.exports={en:["Malta"]}},48991:e=>{e.exports={en:["Manila"]}},92767:e=>{e.exports={en:["Mar"],de:["Mrz"]}},73332:e=>{e.exports={en:["Mexico City"],de:["Mexiko City"]}},88314:e=>{e.exports={en:["Merge all scales into one"],de:["Alle Skalen zu einer einzigen zusammenfügen"]}},54215:e=>{e.exports={en:["Mixed"],de:["Gemischt"]}},24866:e=>{e.exports={en:["Micro"]}},87957:e=>{e.exports={en:["Millennium"]}},14724:e=>{e.exports={en:["Minuette"]}},78273:e=>{e.exports={en:["Minuscule"]}},9865:e=>{e.exports={en:["Muscat"],de:["Muskat"]}},96935:e=>{e.exports={en:["N/A"],de:["Nicht verfügbar"]}},36252:e=>{e.exports={en:["No data here"],de:["Keine Daten vorhanden"]}},11254:e=>{e.exports={en:["No scale (fullscreen)"],de:["Keine Skalierung (Fullscreen)"]}},9140:e=>{e.exports={en:["No sync"],de:["Keine Synchronisation"]}},50910:e=>{e.exports={en:["No volume data"],de:["Keine Volumendaten"]}},99024:e=>{e.exports={en:["No, keep them"],de:["Nein, nicht entfernen"]}},94389:e=>{e.exports={en:["Note"],de:["Anmerkung"]}},26899:e=>{e.exports={en:["Nov"]}},67891:e=>{e.exports={en:["Norfolk Island"]}},40977:e=>{e.exports={en:["Nairobi"]}},40544:e=>{e.exports={en:["New York"]}},66103:e=>{e.exports={en:["New Zealand"],de:["Neuseeland"]}},15512:e=>{e.exports={en:["New pane above"],de:["Neuer Bereich oberhalb"]}},52160:e=>{e.exports={en:["New pane below"],de:["Neuer Bereich unterhalb"]}},94600:e=>{e.exports={en:["Nicosia"],de:["Nikosia"]}},73013:e=>{e.exports={en:["Something went wrong"],de:["Etwas ist schiefgelaufen"]}},83524:e=>{e.exports={en:["Something went wrong when creating the indicator."],de:["Etwas ist bei der Erstellung des Indikators schiefgegangen."]}},4509:e=>{e.exports={en:["Something went wrong. Please try again later."],de:["Es ist etwas schief gelaufen. Bitte versuchen Sie es erneut"]}},43047:e=>{e.exports={en:["Save New Chart Layout"],de:["Neues Chart-Layout speichern"]}},76266:e=>{e.exports={en:["Save as"],de:["Speichern unter"]}},55502:e=>{e.exports={en:["San Salvador"]}},30231:e=>{e.exports={en:["Santiago"]}},91912:e=>{e.exports={en:["Sao Paulo"]}},43931:e=>{e.exports={en:["Scale currency"],de:["Währung skalieren"]}},43758:e=>{e.exports={en:["Scale price chart only"],de:["Nur den Preis-Chart vergrößern"]}},40012:e=>{e.exports={en:["Scale unit"],de:["Maßeinheit"]}},42608:e=>{e.exports={
+en:["Schiff Pitchfork"],de:["Schiff-Pitchfork"]}},76078:e=>{e.exports={en:["Script may be not updated if you leave the page."],de:["Das Skript wird möglicherweise nicht aktualisiert, wenn Sie die Seite verlassen."]}},32514:e=>{e.exports={en:["Settings"],de:["Einstellungen"]}},70784:e=>{e.exports={en:["Second fraction part is invalid."],de:["Zweiter Bruchteil ungültig"]}},75594:e=>{e.exports={en:["Security info"],de:["Wertpapierinformationen"]}},21973:e=>{e.exports={en:["Send to back"],de:["Ganz nach hinten verschieben"]}},71179:e=>{e.exports={en:["Send backward"],de:["Eins nach hinten verschieben"]}},26820:e=>{e.exports={en:["Seoul"]}},6816:e=>{e.exports={en:["Sep"]}},94031:e=>{e.exports={en:["Session"],de:["Sitzung"]}},83298:e=>{e.exports={en:["Session volume profile"],de:["Session-Volumenprofil"]}},66707:e=>{e.exports={en:["Session breaks"],de:["Session-Wechsel"]}},1852:e=>{e.exports={en:["Shanghai"]}},8075:e=>{e.exports={en:["Short Position"],de:["Short-Position"]}},98334:e=>{e.exports={en:["Show"],de:["Anzeigen"]}},85891:e=>{e.exports={en:["Show all drawings"],de:["Alle Zeichnungen anzeigen"]}},25881:e=>{e.exports={en:["Show all drawings and indicators"],de:["Alle Zeichnungen und Indikatoren anzeigen"]}},86738:e=>{e.exports={en:["Show all drawings, indicators, positions & orders"],de:["Alle Zeichnungen, Indikatoren, Positionen und Orders anzeigen"]}},98753:e=>{e.exports={en:["Show all indicators"],de:["Alle Indikatoren anzeigen"]}},55418:e=>{e.exports={en:["Show all ideas"],de:["Alle Ideen anzeigen"]}},20506:e=>{e.exports={en:["Show all positions & orders"],de:["Alle Positionen und Orders anzeigen"]}},33158:e=>{e.exports={en:["Show continuous contract switch"],de:["Kontinuierlichen Kontraktwechsel anzeigen"]}},81465:e=>{e.exports={en:["Show contract expiration"],de:["Kontraktablauf anzeigen"]}},29449:e=>{e.exports={en:["Show dividends"],de:["Dividenden anzeigen"]}},37113:e=>{e.exports={en:["Show earnings"],de:["Earnings anzeigen"]}},10261:e=>{e.exports={en:["Show ideas of followed users"],de:["Ideen von Usern denen ich folge anzeigen"]}},62986:e=>{e.exports={en:["Show latest news"],de:["Die neuesten News anzeigen"]}},44020:e=>{e.exports={en:["Show my ideas only"],de:["Nur meine Ideen anzeigen"]}},50849:e=>{e.exports={en:["Show splits"],de:["Splits anzeigen"]}},67751:e=>{e.exports={en:["Signpost"]}},77377:e=>{e.exports={en:["Singapore"],de:["Singapur"]}},39090:e=>{e.exports={en:["Sine Line"],de:["Sinuslinie"]}},66205:e=>{e.exports={en:["Square"],de:["Rechteck"]}},86146:e=>{e.exports={en:["Studies limit exceeded: {number} studies per layout.\nPlease, remove some studies."],de:["Studien Limit erreicht: {number} Studien pro Layout.\nBitte entfernen Sie einige Studien."]}},92516:e=>{e.exports={en:["Style"],de:["Stil"]}},61507:e=>{e.exports={en:["Stack on the left"],de:["Links sammeln"]}},97800:e=>{e.exports={en:["Stack on the right"],de:["Rechts sammeln"]}},85166:e=>{e.exports={en:["Start using keyboard navigation mode. Press {shortcut}"],de:["Verwenden Sie den Modus Tastaturnavigation. {shortcut} drücken"]}},
+4035:e=>{e.exports={en:["Stay in drawing mode"],de:["Im Zeichenmodus bleiben"]}},69217:e=>{e.exports={en:["Step line"],de:["Step-Line"]}},43114:e=>{e.exports={en:["Sticker"]}},86716:e=>{e.exports={en:["Stockholm"]}},1145:e=>{e.exports={en:["Submicro"]}},63375:e=>{e.exports={en:["Submillennium"]}},30585:e=>{e.exports={en:["Subminuette"]}},67948:e=>{e.exports={en:["Supercycle"]}},3348:e=>{e.exports={en:["Supermillennium"]}},18905:e=>{e.exports={en:["Switch to {resolution}"],de:["Auf {resolution} umschalten"]}},31622:e=>{e.exports={en:["Sydney"]}},70963:e=>{e.exports={en:["Symbol Error"],de:["Symbol Fehler"]}},32390:e=>{e.exports={en:["Symbol name label"],de:["Name des Symbols"]}},10127:e=>{e.exports={en:["Symbol last price label"],de:["Letzter Wert des Symbols"]}},39079:e=>{e.exports={en:["Sync globally"],de:["Global synchronisieren"]}},46607:e=>{e.exports={en:["Sync in layout"],de:["Auf alle Charts anwenden"]}},76519:e=>{e.exports={en:["Point & figure"],de:["Point & Figure"]}},39949:e=>{e.exports={en:["Polyline"],de:["Linienzug"]}},371:e=>{e.exports={en:["Path"],de:["Pfad"]}},59256:e=>{e.exports={en:["Parallel Channel"],de:["Paralleler Kanal"]}},61879:e=>{e.exports={en:["Paris"]}},35140:e=>{e.exports={en:["Paste"],de:["Einfügen"]}},6919:e=>{e.exports={en:["Percent"],de:["Prozent"]}},24436:e=>{e.exports={en:["Perth"]}},14055:e=>{e.exports={en:["Phoenix"]}},34156:e=>{e.exports={en:["Pitchfan"]}},19634:e=>{e.exports={en:["Pitchfork"]}},86631:e=>{e.exports={en:["Pin"],de:["Stecknadel"]}},33110:e=>{e.exports={en:["Pin to new left scale"],de:["An neue linke Skala anheften"]}},28280:e=>{e.exports={en:["Pin to new right scale"],de:["An neue rechte Skala anheften"]}},14115:e=>{e.exports={en:["Pin to left scale"],de:["An linke Skala anheften"]}},72046:e=>{e.exports={en:["Pin to left scale (hidden)"],de:["An linke Skala anheften (verborgen)"]}},81054:e=>{e.exports={en:["Pin to right scale"],de:["An rechte Skala anheften"]}},16986:e=>{e.exports={en:["Pin to right scale (hidden)"],de:["An rechte Skala anheften (verborgen)"]}},60035:e=>{e.exports={en:["Pin to scale (now left)"],de:["An Skala anheften (Jetzt links)"]}},94210:e=>{e.exports={en:["Pin to scale (now no scale)"],de:["An Skala anheften (Jetzt keine Skala)"]}},10761:e=>{e.exports={en:["Pin to scale (now right)"],de:["An Skala anheften (Jetzt rechts)"]}},76150:e=>{e.exports={en:["Pin to scale (now {label})"],de:["An Skala anheften (Jetzt {label})"]}},29436:e=>{e.exports={en:["Pin to scale {label}"],de:["An Skala angeheftet {label}"]}},2165:e=>{e.exports={en:["Pin to scale {label} (hidden)"],de:["An Skala anheften {label} (verborgen)"]}},90095:e=>{e.exports={en:["Pinned to left scale"],de:["An linke Skala angeheftet"]}},32538:e=>{e.exports={en:["Pinned to left scale (hidden)"],de:["An linke Skala angeheftet (verborgen)"]}},44579:e=>{e.exports={en:["Pinned to right scale"],de:["An rechte Skala angeheftet"]}},94559:e=>{e.exports={en:["Pinned to right scale (hidden)"],de:["An rechte Skala anheften (verborgen)"]}},12645:e=>{e.exports={en:["Pinned to scale {label}"],
+de:["An Skala angeheftet {label}"]}},3564:e=>{e.exports={en:["Pinned to scale {label} (hidden)"],de:["An Skala angeheftet {label} (verborgen)"]}},71566:e=>{e.exports={en:["Plus button"],de:["Skala + Plustaste für Ordermanagement"]}},28298:e=>{e.exports={en:["Please give us a clipboard writing permission in your browser or press {keystroke}"],de:["Bitte erteilen Sie uns eine Schreibberechtigung für die Zwischenablage in Ihrem Browser oder drücken Sie {keystroke}"]}},81248:e=>{e.exports={en:["Prague"],de:["Prag"]}},81712:e=>{e.exports={en:["Press and hold {key} while zooming to maintain the chart position"],de:["Drücken und halten Sie {key} beim Zoomen, um die Chartposition bei zu behalten"]}},91282:e=>{e.exports={en:["Price Label"],de:["Preis-Label"]}},97512:e=>{e.exports={en:["Price Note"],de:["Kurs Notiz"]}},68941:e=>{e.exports={en:["Price Range"],de:["Preisspanne"]}},66123:e=>{e.exports={en:["Price format is invalid."],de:["Preisformat ist ungültig."]}},72926:e=>{e.exports={en:["Price line"],de:["Preislinie"]}},59189:e=>{e.exports={en:["Primary"]}},75747:e=>{e.exports={en:["Projection"],de:["Projektion"]}},55801:e=>{e.exports={en:["Published on {customer}, {date}"],de:["Veröffentlicht von {customer},{date}"]}},14568:e=>{e.exports={en:["Q1"]}},13534:e=>{e.exports={en:["Q2"]}},14530:e=>{e.exports={en:["Q3"]}},3762:e=>{e.exports={en:["Q4"]}},28756:e=>{e.exports={en:["Qatar"],de:["Katar"]}},57959:e=>{e.exports={en:["Quick search. Press {shortcut}"],de:["Schnellsuche. {shortcut} drücken"]}},56820:e=>{e.exports={en:["Rotated Rectangle"],de:["Drehbares Rechteck"]}},52961:e=>{e.exports={en:["Rome"],de:["Rom"]}},50318:e=>{e.exports={en:["Ray"],de:["Strahl"]}},55169:e=>{e.exports={en:["Range"]}},13386:e=>{e.exports={en:["Reykjavik"]}},26001:e=>{e.exports={en:["Rectangle"],de:["Rechteck"]}},48236:e=>{e.exports={en:["Redo"],de:["Wiederherstellen"]}},2460:e=>{e.exports={en:["Regression Trend"],de:["Regressionstrend"]}},67410:e=>{e.exports={en:["Remove"],de:["Entfernen"]}},3061:e=>{e.exports={en:["Remove this financial metric from favorites"],de:["Diesen finanziellen Datenpunkt aus den Favoriten entfernen"]}},58764:e=>{e.exports={en:["Remove this indicator from favorites"],de:["Diesen Indikator aus den Favoriten entfernen"]}},86285:e=>{e.exports={en:["Remove {drawings}"],de:["{drawings} entfernen"]}},87796:e=>{e.exports={en:["Remove {drawings} & {indicators}"],de:["{drawings} & {indicators} entfernen"]}},87797:e=>{e.exports={en:["Remove {indicators}"],de:["{indicators} entfernen"]}},22584:e=>{e.exports={en:["Rename Chart Layout"],de:["Chart-Layout umbenennen"]}},88130:e=>{e.exports={en:["Renko"]}},75246:e=>{e.exports={en:["Reset chart view"],de:["Chartansicht zurücksetzen"]}},88853:e=>{e.exports={en:["Reset points"],de:["Punkte zurücksetzen"]}},15332:e=>{e.exports={en:["Reset price scale"],de:["Kursskala zurücksetzen"]}},54170:e=>{e.exports={en:["Reset time scale"],de:["Zeitachse zurücksetzen"]}},37974:e=>{e.exports={en:["Riyadh"],de:["Riad"]}},94022:e=>{e.exports={en:["Riga"]}},60630:e=>{e.exports={en:["Runtime error"],
+de:["Laufzeitfehler"]}},66719:e=>{e.exports={en:["Warning"],de:["Warnung"]}},5959:e=>{e.exports={en:["Warsaw"],de:["Warschau"]}},41446:e=>{e.exports={en:["To calculate the VWAP indicator, more data is needed. Zoom out or scroll left to load more historical data."]}},98549:e=>{e.exports={en:["Tokelau"]}},69122:e=>{e.exports={en:["Tokyo"],de:["Tokio"]}},10095:e=>{e.exports={en:["Toronto"]}},17981:e=>{e.exports={en:["Table"],de:["Tabelle"]}},11034:e=>{e.exports={en:["Taipei"]}},79995:e=>{e.exports={en:["Tallinn"]}},6686:e=>{e.exports={en:["Tehran"]}},93553:e=>{e.exports={en:["Template"],de:["Vorlage"]}},81657:e=>{e.exports={en:["The data vendor doesn't provide volume data for this symbol."],de:["Der Datenlieferant stellt keine Volumendaten für dieses Symbol zur Verfügung."]}},49947:e=>{e.exports={en:["The publication preview could not be loaded. Please disable your browser extensions and try again."],de:["Die Veröffentlichungsvorschau konnte nicht geladen werden. Bitte deaktivieren Sie Ihre Browser-Erweiterungen und versuchen Sie es erneut."]}},99274:e=>{e.exports={en:["The request took too long to process. Ensure you have a stable internet connection. If the issue persists, try decreasing the length of the requested time interval."],de:["Die Verarbeitungsdauer der Anfrage war zu lange. Stellen Sie bitte sicher, dass Sie über eine stabile Internetverbindung verfügen. Wenn der Fehler bestehen bleibt, dann verkürzen Sie die Länge des angefragten Zeitintervalls."]}},43716:e=>{e.exports={en:["There's no data for your selected period and chart timeframe."],de:["Es gibt keine Daten für den von Ihnen gewählten Zeitraum und Chart-Zeitrahmen."]}},93738:e=>{e.exports={en:["This file is too big. Max size is {value}."],de:["Die Datei ist zu groß. Die max. Dateigröße beträgt {value}."]}},59519:e=>{e.exports={en:["This indicator cannot be applied to another indicator."],de:["Dieser Indikator kann nicht auf einen anderen Indikator angewandt werden"]}},18260:e=>{e.exports={en:["This script contains an error. Please contact its author."],de:["Dieses Script enthält einen Fehler. Kontaktieren Sie bitte den Autor."]}},76989:e=>{e.exports={en:["This script is invite-only. To request access, please contact its author."],de:["Dieses Skript ist nur auf Einladung verfügbar. Um Zugang zu erhalten, wenden Sie sich bitte an den jeweiligen Autor."]}},47773:e=>{e.exports={en:["This symbol is only available on {linkStart}TradingView{linkEnd}."],de:["Das, nur auf {linkStart}Tradingview{linkEnd} verfügbare, Symbol."]}},46982:e=>{e.exports={en:["Three Drives Pattern"],de:["Three-Drives-Muster"]}},80254:e=>{e.exports={en:["Tick-based intervals are not available for {ticker}."],de:["Intervalle auf Tick-Basis sind nicht für {ticker} erhältlich."]}},12806:e=>{e.exports={en:["Time"],de:["Zeit"]}},20909:e=>{e.exports={en:["Time zone"],de:["Zeitzone"]}},46852:e=>{e.exports={en:["Time Cycles"],de:["Zeitzyklen"]}},17809:e=>{e.exports={en:["Time Price Opportunity"]}},66823:e=>{e.exports={en:["Trade"]}},7697:e=>{e.exports={
+en:["TradingView is interactive and has commands to use with a screen reader. The following is a list of keyboard commands available to interact on the platform"],de:["TradingView ist interaktiv und verfügt über Steuerbefehle, die mit einem Screenreader verwendet werden können. Es folgt eine Liste von Tastatureingaben, die für die Interaktion mit der Plattform verwendet werden können"]}},35757:e=>{e.exports={en:["Trend Angle"],de:["Trendwinkel"]}},97339:e=>{e.exports={en:["Trend Line"],de:["Trendlinie"]}},80583:e=>{e.exports={en:["Trend-Based Fib Extension"],de:["Trendbasierte Fib-Extension"]}},72159:e=>{e.exports={en:["Trend-Based Fib Time"],de:["Trendbasierte Fib-Zeit"]}},1671:e=>{e.exports={en:["Triangle"],de:["Dreieck"]}},76152:e=>{e.exports={en:["Triangle Down"],de:["Dreieck Abwärts"]}},90148:e=>{e.exports={en:["Triangle Pattern"],de:["Dreiecksmuster"]}},21236:e=>{e.exports={en:["Triangle Up"],de:["Dreieck Aufwärts"]}},21007:e=>{e.exports={en:["Tunis"]}},1833:e=>{e.exports={en:["UTC"]}},14804:e=>{e.exports={en:["Undo"],de:["Rückgängig"]}},56815:e=>{e.exports={en:["Unexpected error in Deep Backtesting mode. Contact support for more information."],de:["Unerwarteter Fehler im Modus Deep Backtesting. Kontaktieren Sie den Kundendienst für weitere Informationen."]}},15432:e=>{e.exports={en:["Units"],de:["Einheiten"]}},11768:e=>{e.exports={en:["Unknown error"],de:["Unbekannter Fehler"]}},99894:e=>{e.exports={en:["Unlock"],de:["Entsperren"]}},75546:e=>{e.exports={en:["Unsupported interval"],de:["Nicht unterstütztes Intervall"]}},8580:e=>{e.exports={en:["User-defined error"],de:["Benutzerdefinierter Fehler"]}},81030:e=>{e.exports={en:["VWAP is waiting for more data"]}},40693:e=>{e.exports={en:["Volume Profile Fixed Range"]}},39903:e=>{e.exports={en:["Volume Profile indicator available only on our upgraded plans."],de:["Der Volumenprofil-Indikator ist nur in unseren leistungsstarken Abonnements verfügbar."]}},93722:e=>{e.exports={en:["Volume candles"],de:["Volumenkerzen"]}},69156:e=>{e.exports={en:["Volume data is not provided in BIST MIXED data plan."],de:["Volumendaten sind nicht im BIST MIXED Daten-Abonnement enthalten."]}},92763:e=>{e.exports={en:["Volume footprint"],de:["Volumen-Fußabdruck"]}},32838:e=>{e.exports={en:["Vancouver"]}},29535:e=>{e.exports={en:["Vertical Line"],de:["Vertikale Linie"]}},23160:e=>{e.exports={en:["Vienna"],de:["Wien"]}},60534:e=>{e.exports={en:["Vilnius"]}},40091:e=>{e.exports={en:["Visibility"],de:["Sichtbarkeit"]}},54853:e=>{e.exports={en:["Visibility on intervals"],de:["Sichtbarkeit der Intervalle"]}},58302:e=>{e.exports={en:["Visible on tap"],de:["Sichtbar bei Antippen"]}},10309:e=>{e.exports={en:["Visible on mouse over"],de:["Sichtbar, wenn der Mauszeiger darüber bewegt wird"]}},4077:e=>{e.exports={en:["Visual order"],de:["Visuelle Reihenfolge"]}},11316:e=>{e.exports={en:["X Cross"],de:["X Kreuz"]}},42231:e=>{e.exports={en:["XABCD Pattern"],de:["XABCD-Muster"]}},25059:e=>{e.exports={en:["You cannot see this pivot timeframe on this resolution"],
+de:["Sie können dieses Pivot-Zeitfenster nicht mit dieser Auflösung sehen."]}},41019:e=>{e.exports={en:["You have locked drawings on this symbol. Do you want to remove the locked drawings too?"],de:["Sie haben gesperrte Zeichnungen für dieses Symbol. Möchten Sie auch die Zeichnungen entfernen?"]}},53168:e=>{e.exports={en:["Yangon"],de:["Rangun"]}},93123:e=>{e.exports={en:["Yes, remove them"],de:["Ja, entfernen"]}},62859:e=>{e.exports={en:["Zurich"],de:["Zürich"]}},47977:e=>{e.exports={en:["change Elliott degree"],de:["Elliott-Grad ändern"]}},61557:e=>{e.exports={en:["change no overlapping labels"],de:["überlappenden Labels anpassen"]}},76852:e=>{e.exports={en:["change average close price label visibility"],de:["Sichtbarkeit des Labels für den durchschnittlichen Schlusskurs ändern"]}},1022:e=>{e.exports={en:["change average close price line visibility"],de:["Sichtbarkeit der Linie für den durchschnittlichen Schlusskurs ändern"]}},69362:e=>{e.exports={en:["change bid and ask labels visibility"],de:["Sichtbarkeit der Bid- und Ask-Labels ändern"]}},52919:e=>{e.exports={en:["change bid and ask lines visibility"],de:["Sichtbarkeit der Bid- und Ask-Linien ändern"]}},32302:e=>{e.exports={en:["change currency"],de:["Währung ändern"]}},68846:e=>{e.exports={en:["change chart layout to {title}"],de:["Chart-Layout ändern zu {title}"]}},18867:e=>{e.exports={en:["change continuous contract switch visibility"],de:["Änderung des kontinuierlichen Kontrakts unterbricht die Sichtbarkeit"]}},39383:e=>{e.exports={en:["change countdown to bar close visibility"],de:["Sichtbarkeit des Countdowns bei Balkenschluss ändern"]}},16979:e=>{e.exports={en:["change date range"],de:["Datumsbereich ändern"]}},53929:e=>{e.exports={en:["change dividends visibility"],de:["Sichtbarkeit der Dividenden ändern"]}},6119:e=>{e.exports={en:["change events visibility on chart"],de:["Sichtbarkeit von Events auf dem Chart ändern"]}},6819:e=>{e.exports={en:["change earnings visibility"],de:["Sichtbarkeit der Earnings ändern"]}},85532:e=>{e.exports={en:["change futures contract expiration visibility"],de:["Die Ablaufsichtbarkeit des Terminkontrakts ändern"]}},24226:e=>{e.exports={en:["change high and low price labels visibility"],de:["Sichtbarkeit von Hoch und Tief Preislabels ändern"]}},80692:e=>{e.exports={en:["change high and low price lines visibility"],de:["Sichtbarkeit von Hoch und Tief Preislinien ändern"]}},24893:e=>{e.exports={en:["change indicators name labels visibility"],de:["ändert die Sichtbarkeit des Namenslabels der Indikatoren"]}},64729:e=>{e.exports={en:["change indicators value labels visibility"],de:["Ändert die Sichtbarkeit des Labels für Indikatorenwerte"]}},50243:e=>{e.exports={en:["change latest news and Minds visibility"],de:["Sichtbarkeit der neuesten Updates ändern"]}},88849:e=>{e.exports={en:["change linking group"],de:["Verknüpfungsgruppe ändern"]}},14691:e=>{e.exports={en:["change pane height"],de:["Höhe des Fensters ändern"]}},96379:e=>{e.exports={en:["change plus button visibility"],de:["Sichtbarkeit der Plustaste ändern"]}},
+76660:e=>{e.exports={en:["change point"],de:["Punkt ändern"]}},30870:e=>{e.exports={en:["change pre/post market price label visibility"],de:["Sichtbarkeit des Preislabels vorbörslich/nachbörslich ändern"]}},11718:e=>{e.exports={en:["change pre/post market price line visibility"],de:["Sichtbarkeit der Preislinie vorbörslich/nachbörslich ändern"]}},58419:e=>{e.exports={en:["change previous close price line visibility"],de:["Sichtbarkeit der Linie des vorherigen Schlusskurses ändern"]}},8662:e=>{e.exports={en:["change price line visibility"],de:["Kurslinie ändern"]}},2509:e=>{e.exports={en:["change price to bar ratio"],de:["Verhältnis von Preis zu Balken ändern"]}},32829:e=>{e.exports={en:["change resolution"],de:["Auflösung ändern"]}},35400:e=>{e.exports={en:["change symbol"],de:["Symbol ändern"]}},73357:e=>{e.exports={en:["change symbol labels visibility"],de:["Sichtbarkeit der Symbolbeschriftungen ändern"]}},67453:e=>{e.exports={en:["change symbol last value visibility"],de:["Sichtbarkeit des letzten Wertes des Symbols ändern"]}},4729:e=>{e.exports={en:["change symbol previous close value visibility"],de:["Sichtbarkeit des Symbols für den vorherigen Schlusswert ändern"]}},87041:e=>{e.exports={en:["change session"],de:["Session ändern"]}},38413:e=>{e.exports={en:["change session breaks visibility"],de:["Sichtbarkeit der Session-Übergänge ändern"]}},49965:e=>{e.exports={en:["change series style"],de:["Reihen-Stil ändern"]}},47474:e=>{e.exports={en:["change splits visibility"],de:["Sichtbarkeit der Splits ändern"]}},20137:e=>{e.exports={en:["change timezone"],de:["Zeitzone ändern"]}},85975:e=>{e.exports={en:["change unit"],de:["Einheit ändern"]}},1924:e=>{e.exports={en:["change visibility"],de:["Sichtbarkeit ändern"]}},84331:e=>{e.exports={en:["change visibility at current interval"],de:["Sichtbarkeit im aktuellen Intervall ändern"]}},45800:e=>{e.exports={en:["change visibility at current interval and above"],de:["Sichtbarkeit im aktuellen Intervall und darüber ändern"]}},75645:e=>{e.exports={en:["change visibility at current interval and below"],de:["Sichtbarkeit im aktuellen Intervall und darunter ändern"]}},57916:e=>{e.exports={en:["change visibility at all intervals"],de:["Sichtbarkeit in allen Intervallen ändern"]}},94566:e=>{e.exports={en:["charts by TradingView"],de:["Charts von TradingView"]}},32943:e=>{e.exports={en:["clone line tools"],de:["Linien-Klon Werkzeug"]}},46219:e=>{e.exports={en:["create line tools group"],de:["Linien-Tool-Gruppe erstellen"]}},95394:e=>{e.exports={en:["create line tools group from selection"],de:["Linien-Tool-Gruppe aus Auswahl erstellen"]}},12898:e=>{e.exports={en:["create {tool}"],de:["{tool} erstellen"]}},94227:e=>{e.exports={en:["cut sources"],de:["Quellen ausschneiden"]}},11500:e=>{e.exports={en:["cut {title}"],de:["{title} ausschneiden"]}},63869:e=>{e.exports={en:["anchor objects"],de:["Objekte verankern"]}},12570:e=>{e.exports={en:["add line tool {lineTool} to group {name}"],de:["Linien Tool {lineTool} zu Gruppe {name} hinzufügen"]}},21162:e=>{e.exports={
+en:["add line tool(s) to group {group}"],de:["Linienwerkzeug(e) zur Gruppe {group} hinzufügen"]}},67608:e=>{e.exports={en:["add this financial metric to entire layout"],de:["Diese Finanzkennzahl zum gesamten Layout hinzufügen"]}},96677:e=>{e.exports={en:["add this indicator to entire layout"],de:["Den Indikator dem gesamten Layout hinzufügen"]}},58156:e=>{e.exports={en:["add this strategy to entire layout"],de:["Die Strategie dem gesamten Layout hinzufügen"]}},79290:e=>{e.exports={en:["add this symbol to entire layout"],de:["Das Symbol dem gesamten Layout hinzufügen"]}},4128:e=>{e.exports={en:["align to 45 degrees"],de:["auf 45 Grad ausrichten"]}},68231:e=>{e.exports={en:["apply chart theme"],de:["Chart-Thema anwenden"]}},99551:e=>{e.exports={en:["apply all chart properties"],de:["alle Chart-Eigenschaften anwenden"]}},89720:e=>{e.exports={en:["apply drawing template"],de:["Zeichenvorlage verwenden"]}},27851:e=>{e.exports={en:["apply factory defaults to selected sources"],de:["Werkseinstellungen auf ausgewählte Quellen anwenden"]}},70507:e=>{e.exports={en:["apply indicators to entire layout"],de:["Indikatoren auf das gesamte Layout anwenden"]}},69604:e=>{e.exports={en:["apply study template {template}"],de:["Studienvorlage anwenden {template}"]}},86708:e=>{e.exports={en:["apply toolbars theme"],de:["Thema auf Symbolleisten anwenden"]}},1979:e=>{e.exports={en:["bring group {title} forward"],de:["Gruppe {title} nach vorne bringen"]}},53159:e=>{e.exports={en:["bring {title} to front"],de:["{title} nach vorne bringen"]}},41966:e=>{e.exports={en:["bring {title} forward"],de:["{title} nach vorne bewegen"]}},44676:e=>{e.exports={en:["by TradingView"],de:["von TradingView"]}},58850:e=>{e.exports={en:["date range lock"],de:["Sperre für Datumsbereich"]}},99395:e=>{e.exports={en:["exclude line tools from group {group}"],de:["Linien-Tools aus Gruppe {group} ausschliessen"]}},13017:e=>{e.exports={en:["hide {title}"],de:["Verberge {title}"]}},62249:e=>{e.exports={en:["hide marks on bars"],de:["Markierungen auf Balken verbergen"]}},56558:e=>{e.exports={en:["interval lock"],de:["Intervall verriegeln"]}},6830:e=>{e.exports={en:["invert scale"],de:["Skala invertieren"]}},48818:e=>{e.exports={en:["insert {title}"],de:["{title} einfügen"]}},56307:e=>{e.exports={en:["insert {title} after {targetTitle}"],de:["{title} nach {targetTitle} einfügen"]}},32960:e=>{e.exports={en:["insert {title} after {target}"],de:["{title} einfügen nach {target}"]}},57106:e=>{e.exports={en:["insert {title} before {target}"],de:["{title} vor {target} einfügen"]}},46229:e=>{e.exports={en:["insert {title} before {targetTitle}"],de:["{title} vor {targetTitle} einfügen"]}},43364:e=>{e.exports={en:["load default drawing template"],de:["Standard-Zeichnungsvorlage laden"]}},62011:e=>{e.exports={en:["loading..."],de:["lade..."]}},76104:e=>{e.exports={en:["lock {title}"],de:["Fixiere {title}"]}},20453:e=>{e.exports={en:["lock group {group}"],de:["Gruppe {group} fixieren"]}},18942:e=>{e.exports={en:["lock objects"],de:["Objekte verriegeln"]}},98277:e=>{e.exports={
+en:["move"],de:["bewegen"]}},58228:e=>{e.exports={en:["move {title} to new left scale"],de:["{title} zu neuer Kursskala, links, bewegen"]}},77482:e=>{e.exports={en:["move {title} to new right scale"],de:["bewege {title} zu neuer rechter Skala"]}},64077:e=>{e.exports={en:["move all scales to left"],de:["Alle Skalen nach links bewegen"]}},19013:e=>{e.exports={en:["move all scales to right"],de:["Alle Skalen nach rechts bewegen"]}},52510:e=>{e.exports={en:["move drawing(s)"],de:["Zeichnung(en) bewegen"]}},79209:e=>{e.exports={en:["move left"],de:["nach links bewegen"]}},60114:e=>{e.exports={en:["move right"],de:["nach rechts bewegen"]}},44854:e=>{e.exports={en:["move scale"],de:["Skala bewegen"]}},10625:e=>{e.exports={en:["make {title} no scale (Full screen)"],de:["Skalierung für {title} aufheben (Vollbild)"]}},76709:e=>{e.exports={en:["make group {group} invisible"],de:["Gruppe {group} unsichtbar machen"]}},45987:e=>{e.exports={en:["make group {group} visible"],de:["Gruppe {group} sichtbar machen"]}},78055:e=>{e.exports={en:["merge down"],de:["nach unten zusammenführen"]}},41866:e=>{e.exports={en:["merge to pane"],de:["zum Fensterbereich zusammenfassen"]}},52458:e=>{e.exports={en:["merge up"],de:["nach oben zusammenführen"]}},90091:e=>{e.exports={en:["n/a"],de:["keine Angabe"]}},94981:e=>{e.exports={en:["scale price"],de:["Preisskala"]}},63796:e=>{e.exports={en:["scale price chart only"],de:["Nur den Preis-Chart vergrößern"]}},70771:e=>{e.exports={en:["scale time"],de:["Skalenzeit"]}},42070:e=>{e.exports={en:["scroll"],de:["scrollen"]}},87840:e=>{e.exports={en:["scroll time"],de:["Zeitachse scrollen"]}},82241:e=>{e.exports={en:["set price scale selection strategy to {title}"],de:["Auswahlstrategie der Preisskala auf {title} setzen"]}},40962:e=>{e.exports={en:["send {title} backward"],de:["{title} nach hinten bewegen"]}},5005:e=>{e.exports={en:["send {title} to back"],de:["{title} nach hinten verschieben"]}},69546:e=>{e.exports={en:["send group {title} backward"],de:["Gruppe {title} nach hinten verschieben"]}},63934:e=>{e.exports={en:["share line tools globally"],de:["Linientools global teilen"]}},90221:e=>{e.exports={en:["share line tools in layout"],de:["Linienwerkzeuge im Layout freigeben"]}},13336:e=>{e.exports={en:["show all ideas"],de:["alle Ideen anzeigen"]}},91395:e=>{e.exports={en:["show ideas of followed users"],de:["Ideen von Usern denen ich folge anzeigen"]}},57460:e=>{e.exports={en:["show my ideas only"],de:["nur meine Ideen anzeigen"]}},4114:e=>{e.exports={en:["stay in drawing mode"],de:["im Zeichenmodus bleiben"]}},3350:e=>{e.exports={en:["stop syncing drawing"],de:["Zeichnung nicht mehr synchronisieren"]}},49183:e=>{e.exports={en:["stop syncing line tool(s)"],de:["Synchronisierung der Linienwerkzeuge beenden"]}},53278:e=>{e.exports={en:["symbol lock"],de:["Symbol verriegeln"]}},91677:e=>{e.exports={en:["sync time"],de:["Uhrzeit synchronisieren"]}},3140:e=>{e.exports={en:["powered by"],de:["unterstützt von"]}},92800:e=>{e.exports={en:["powered by TradingView"],de:["unterstützt von TradingView"]}},
+62192:e=>{e.exports={en:["paste drawing"],de:["Zeichnung einfügen"]}},1064:e=>{e.exports={en:["paste indicator"],de:["Indikator einfügen"]}},57010:e=>{e.exports={en:["paste {title}"],de:["{title} einfügen"]}},78690:e=>{e.exports={en:["pin to left scale"],de:["an linke Skala anheften"]}},7495:e=>{e.exports={en:["pin to right scale"],de:["An rechte Skala anheften"]}},81566:e=>{e.exports={en:["pin to scale {label}"],de:["an Skala anheften {label}"]}},2618:e=>{e.exports={en:["rearrange panes"],de:["Ebenen neu anordnen"]}},60806:e=>{e.exports={en:["remove all indicators"],de:["alle Indikatoren entfernen"]}},29096:e=>{e.exports={en:["remove all indicators and drawing tools"],de:["alle Indikatoren und Zeichentools entfernen"]}},27171:e=>{e.exports={en:["remove deselected empty line tools"],de:["Entfernung deaktivierter Leerzeilen-Werkzeuge"]}},30538:e=>{e.exports={en:["remove drawings"],de:["Zeichnungen entfernen"]}},1193:e=>{e.exports={en:["remove drawings group"],de:["Zeichnungen der Gruppe entfernen"]}},38199:e=>{e.exports={en:["remove line data sources"],de:["Datenquellen entfernen"]}},93333:e=>{e.exports={en:["remove pane"],de:["Ebene entfernen"]}},94543:e=>{e.exports={en:["remove {title}"],de:["{title} entfernen"]}},41430:e=>{e.exports={en:["removing line tools group {name}"],de:["Linienwerkzeuge der Gruppe {name} entfernen"]}},80491:e=>{e.exports={en:["rename group {group} to {newName}"],de:["Gruppe {group} zu {newName} umbenennen"]}},85366:e=>{e.exports={en:["reset layout sizes"],de:["Layoutgröße zurücksetzen"]}},3323:e=>{e.exports={en:["reset scales"],de:["Skalen zurücksetzen"]}},17336:e=>{e.exports={en:["reset time scale"],de:["Zeitachse zurücksetzen"]}},47418:e=>{e.exports={en:["resize layout"],de:["Größe des Layouts ändern"]}},85815:e=>{e.exports={en:["restore defaults"],de:["Standardeinstellungen wiederherstellen"]}},96881:e=>{e.exports={en:["restore study defaults"],de:["Analysenstandard wiederherstellen"]}},63095:e=>{e.exports={en:["toggle maximized pane state"],de:["Maximierten Fensterstatus umschalten"]}},42240:e=>{e.exports={en:["toggle auto scale"],de:["auf automatische Skalierung umschalten"]}},46054:e=>{e.exports={en:["toggle collapsed pane state"],de:["Minimierten Fensterstatus umschalten"]}},24736:e=>{e.exports={en:["toggle indexed to 100 scale"],de:["auf 100 indexiert"]}},49695:e=>{e.exports={en:["toggle lock scale"],de:["Skala verriegeln"]}},49403:e=>{e.exports={en:["toggle log scale"],de:["auf logarithmische Skalierung umschalten"]}},98994:e=>{e.exports={en:["toggle percentage scale"],de:["Prozentskala umschalten"]}},80688:e=>{e.exports={en:["toggle regular scale"],de:["reguläre Skala"]}},46807:e=>{e.exports={en:["track time"],de:["Uhrzeit verfolgen"]}},8040:e=>{e.exports={en:["turn line tools sharing off"],de:["Freigabe von Linientools ausschalten"]}},99234:e=>{e.exports={en:["unanchor objects"],de:["Verankerung von Objekten lösen"]}},23230:e=>{e.exports={en:["unlock objects"],de:["Objekte entriegeln"]}},74590:e=>{e.exports={en:["unlock group {group}"],de:["Gruppe {group} Fixierung aufheben"]}},
+12525:e=>{e.exports={en:["unlock {title}"],de:["{title} entriegeln"]}},81576:e=>{e.exports={en:["unmerge to new bottom pane"],de:["zum neuen unteren Fenster anheften"]}},79443:e=>{e.exports={en:["unmerge up"],de:["Obere Zusammenführung lösen"]}},46453:e=>{e.exports={en:["unmerge down"],de:["Untere Zusammenführung lösen"]}},94656:e=>{e.exports={en:["{chartStyle} chart type isn't currently available for tick-based intervals."],de:["Oh nein! Der Charttyp {chartStyle} ist zurzeit nicht für Intervalle auf Tick-Basis erhältlich."]}},41643:e=>{e.exports={en:["{count} bars"],de:["{count} Balken"]}},83470:e=>{e.exports={en:["{symbol} financials by TradingView"],de:["{symbol} Finanzdaten von TradingView"]}},40947:e=>{e.exports={en:["{userName} published on {customer}, {date}"],de:["{userName} freigegeben für {customer}, {date}"]}},91084:e=>{e.exports={en:["zoom"],de:["vergrößern"]}},49856:e=>{e.exports={en:["zoom in"],de:["Vergrößern"]}},73638:e=>{e.exports={en:["zoom out"],de:["Verkleinern"]}},41807:e=>{e.exports={en:["day","days"],de:["Tag","Tage"]}},42328:e=>{e.exports={en:["hour","hours"],de:["Stunde","Stunden"]}},98393:e=>{e.exports={en:["month","months"],de:["Monat","Monate"]}},78318:e=>{e.exports={en:["minute","minutes"],de:["Minute","Minuten"]}},33232:e=>{e.exports={en:["second","seconds"],de:["Sekunde","Sekunden"]}},89937:e=>{e.exports={en:["range","ranges"],de:["Bereich","Bereiche"]}},48898:e=>{e.exports={en:["week","weeks"],de:["Woche","Wochen"]}},11913:e=>{e.exports={en:["tick","ticks"],de:["Tick","Ticks"]}},22299:e=>{e.exports={en:["{amount} drawing","{amount} drawings"],de:["{amount} Zeichnung","{amount} Zeichnungen"]}},68984:e=>{e.exports={en:["{amount} indicator","{amount} indicators"],de:["{amount} Indikator","{amount} Indikatoren"]}},58590:e=>{e.exports={en:["{count}m","{count}m"],de:["{count} M.","{count} M."]}},47801:e=>{e.exports={en:["{count}d","{count}d"],de:["{count} T.","{count} T."]}},46766:e=>{e.exports={en:["{count}y","{count}y"],de:["{count} J.","{count} J."]}},56316:e=>{e.exports=Object.create(null),e.exports["#AAPL-symbol-description"]={en:["Apple Inc"]},e.exports["#AMEX:SCHO-symbol-description"]={en:["Schwab Short-Term U.S. Treasury ETF"]},e.exports["#AMEX:SHYG-symbol-description"]={en:["Shares 0-5 YEAR High Yield Corporate Bond ETF"]},e.exports["#ASX:XAF-symbol-description"]={en:["S&P/ASX All Australian 50 Index"]},e.exports["#ASX:XAT-symbol-description"]={en:["S&P/ASX All Australian 200 Index"]},e.exports["#ASX:XJO-symbol-description"]={en:["S&P/ASX 200 Index"]},e.exports["#AUDCAD-symbol-description"]={en:["Australian Dollar/Canadian Dollar"],de:["Australischer Dollar/Kanadischer Dollar"]},e.exports["#AUDCHF-symbol-description"]={en:["Australian Dollar / Swiss Franc"],de:["Australischer Dollar/Schweizer Franken"]},e.exports["#AUDJPY-symbol-description"]={en:["Australian Dollar / Japanese Yen"],de:["Australischer Dollar/Japanischer Yen"]},e.exports["#AUDNZD-symbol-description"]={en:["Australian Dollar / New Zealand Dollar"],de:["Australischer Dollar/Neuseeländischer Dollar"]},
+e.exports["#AUDRUB-symbol-description"]={en:["Australian Dollar / Russian Ruble"],de:["Australischer Dollar/Russischer Rubel"]},e.exports["#AUDUSD-symbol-description"]={en:["Australian Dollar / U.S. Dollar"],de:["Australischer Dollar/U.S. Dollar"]},e.exports["#BCBA:IMV-symbol-description"]={en:["S&P MERVAL Index"]},e.exports["#BCHEUR-symbol-description"]={en:["Bitcoin Cash / Euro"]},e.exports["#BCHUSD-symbol-description"]={en:["Bitcoin Cash / U.S. Dollar"],de:["Bitcoin Cash / Dollar"]},e.exports["#BELEX:BELEX15-symbol-description"]={en:["BELEX 15 Index"]},e.exports["#BIST:XU100-symbol-description"]={en:["BIST 100 Index"]},e.exports["#BITMEX:XBT-symbol-description"]={en:["Bitcoin / U.S. Dollar Index"]},e.exports["#BME:IBC-symbol-description"]={en:["IBEX 35 Index"]},e.exports["#BMFBOVESPA:IBOV-symbol-description"]={en:["Bovespa Index"]},e.exports["#BMFBOVESPA:IBRA-symbol-description"]={en:["IBrasil Index"]},e.exports["#BMFBOVESPA:IBXL-symbol-description"]={en:["Brazil 50 Index"]},e.exports["#BMV:CT-symbol-description"]={en:["China SX20 RT"]},e.exports["#BMV:F-symbol-description"]={en:["Ford Motor Company"]},e.exports["#BMV:ME-symbol-description"]={en:["S&P/BMV IPC Index"]},e.exports["#BRLJPY-symbol-description"]={en:["Brazilian Real / Japanese Yen"],de:["Brasilianischer Real / Japanischer Yen"]},e.exports["#BSE:ITI-symbol-description"]={en:["ITI Ltd"]},e.exports["#BSE:SENSEX-symbol-description"]={en:["S&P BSE Sensex Index"]},e.exports["#BTCBRL-symbol-description"]={en:["Bitcoin / Brazilian Real"],de:["Bitcoin / Brasilianischer Real"]},e.exports["#BTCCAD-symbol-description"]={en:["Bitcoin / Canadian Dollar"],de:["Bitcoin / Kanadischer Dollar"]},e.exports["#BTCCNY-symbol-description"]={en:["Bitcoin / Chinese Yuan"],de:["Bitcoin / Chinesischer Yuan"]},e.exports["#BTCEUR-symbol-description"]={en:["Bitcoin / Euro"]},e.exports["#BTCGBP-symbol-description"]={en:["Bitcoin / British Pound"],de:["Bitcoin / Britisches Pfund"]},e.exports["#BTCJPY-symbol-description"]={en:["Bitcoin / Japanese Yen"],de:["Bitcoin / Japanischer Yen"]},e.exports["#BTCKRW-symbol-description"]={en:["Bitcoin / South Korean Won"],de:["Bitcoin / Südkoreanischer Won"]},e.exports["#BTCPLN-symbol-description"]={en:["Bitcoin / Polish Zloty"],de:["Bitcoin / Polnischer Zloty"]},e.exports["#BTCRUB-symbol-description"]={en:["Bitcoin / Russian Ruble"],de:["Bitcoin / Russischer Rubel"]},e.exports["#BTCTHB-symbol-description"]={en:["Bitcoin / Thai Baht"],de:["Bitcoin / Thailändischer Baht"]},e.exports["#BTCUSD-symbol-description"]={en:["Bitcoin / U.S. Dollar"],de:["Bitcoin / Dollar"]},e.exports["#BTGUSD-symbol-description"]={en:["Bitcoin Gold / U.S. Dollar"]},e.exports["#BVL:SPBLPGPT-symbol-description"]={en:["S&P / BVL Peru General Index (PEN)"]},e.exports["#BVSP-symbol-description"]={en:["Brazil Bovespa Index"]},e.exports["#CADJPY-symbol-description"]={en:["Canadian Dollar / Japanese Yen"],de:["Kanadischer Dollar/Japanischer Yen"]},e.exports["#CADUSD-symbol-description"]={en:["Canadian Dollar / U.S. Dollar"],de:["Kanadischer Dollar / US-Dollar"]},
+e.exports["#CBOE:OEX-symbol-description"]={en:["S&P 100 Index"]},e.exports["#CBOE:VIX-symbol-description"]={en:["Volatility S&P 500 Index"]},e.exports["#CBOT:ZB1!-symbol-description"]={en:["T-Bond Futures"]},e.exports["#CBOT:ZC1!-symbol-description"]={en:["Corn Futures"],de:["Mais Futures"]},e.exports["#CBOT:ZM1!-symbol-description"]={en:["Soybean Meal Futures"],de:["Sojabohnen Mehl Futures"]},e.exports["#CBOT:ZN1!-symbol-description"]={en:["10 Year T-Note Futures"],de:["10 Jahres T-Note Futures"]},e.exports["#CBOT:ZO1!-symbol-description"]={en:["Oat Futures"],de:["Hafer Futures"]},e.exports["#CBOT:ZQ1!-symbol-description"]={en:["30 Day Federal Funds Interest Rate Futures"],de:["30 Tages Federal Funds Zinsraten Futures"]},e.exports["#CBOT:ZR1!-symbol-description"]={en:["Rice Futures"],de:["Reis Futures"]},e.exports["#CBOT:ZS1!-symbol-description"]={en:["Soybean Futures"],de:["Sojabohnen Futures"]},e.exports["#CBOT:ZW1!-symbol-description"]={en:["Wheat Futures"],de:["Weizen Futures"]},e.exports["#CBOT_MINI:XK1!-symbol-description"]={en:["Soybean Mini Futures"],de:["Sojabohnen Mini Futures"]},e.exports["#CBOT_MINI:XW1!-symbol-description"]={en:["Wheat Mini Futures"],de:["Weizen Mini Futures"]},e.exports["#CBOT_MINI:YM1!-symbol-description"]={en:["E-mini Dow Jones ($5) Futures"],de:["E-MINI DOW JONES ($5) Futures"]},e.exports["#CHFJPY-symbol-description"]={en:["Swiss Franc / Japanese Yen"],de:["Schweizer Franken/Japanischer Yen"]},e.exports["#CHFUSD-symbol-description"]={en:["Swiss Franc / U.S. Dollar"],de:["Schweizer Franken / US-Dollar"]},e.exports["#CME:BTC1!-symbol-description"]={en:["Bitcoin CME Futures"]},e.exports["#CME:CB1!-symbol-description"]={en:["Butter Futures-Cash (Continuous: Current contract in front)"],de:["Butter Futures-Cash (Continuous: aktueller vorne)"]},e.exports["#CME:GF1!-symbol-description"]={en:["Feeder Cattle Futures"],de:["Mastrind Futures"]},e.exports["#CME:HE1!-symbol-description"]={en:["Lean Hogs Futures"],de:["Mager-Schwein Futures"]},e.exports["#CME:LE1!-symbol-description"]={en:["Live Cattle Futures"],de:["Lebendvieh Futures"]},e.exports["#CME_MINI:E71!-symbol-description"]={en:["Euro E-mini Futures"]},e.exports["#CME_MINI:ES1!-symbol-description"]={en:["S&P 500 E-mini Futures"]},e.exports["#CME_MINI:J71!-symbol-description"]={en:["Japanese Yen E-mini Futures"],de:["Japanischer Jen E-mini Futures"]},e.exports["#CME_MINI:NQ1!-symbol-description"]={en:["NASDAQ 100 E-mini Futures"],de:["NASDAQ 100 E-MINI Futures"]},e.exports["#CME_MINI:RTY1!-symbol-description"]={en:["E-Mini Russell 2000 Index Futures"]},e.exports["#COMEX:AEP1!-symbol-description"]={en:["Aluminium European Premium Futures"],de:["Europäische Premium Aluminium Futures"]},e.exports["#COMEX:AUP1!-symbol-description"]={en:["Aluminum MW U.S. Transaction Premium Platts (25MT) Futures"]},e.exports["#COMEX:GC1!-symbol-description"]={en:["Gold Futures"]},e.exports["#COMEX:HG1!-symbol-description"]={en:["Copper Futures"],de:["Kupfer Futures"]},e.exports["#COMEX:SI1!-symbol-description"]={en:["Silver Futures"],de:["Silber Futures"]},
+e.exports["#COMEX_MINI:QC1!-symbol-description"]={en:["E-mini Copper Futures"],de:["E-mini Kupfer Futures"]},e.exports["#COMEX_MINI:QI1!-symbol-description"]={en:["Silver (Mini) Futures"],de:["Silber (Mini) Futures"]},e.exports["#COMEX_MINI:QO1!-symbol-description"]={en:["Gold (Mini) Futures"]},e.exports["#COPPER-symbol-description"]={en:["CFDs on Copper"],de:["Kupfer CFD's"]},e.exports["#CORNUSD-symbol-description"]={en:["CFDs on Corn"],de:["CFDs auf Mais"]},e.exports["#COTUSD-symbol-description"]={en:["CFDs on Cotton"],de:["CFDs auf Baumwolle"]},e.exports["#CRYPTOCAP:TOTAL-symbol-description"]={en:["Crypto Total Market Cap, $"],de:["Total Krypto Marktkapitalisierung, $"]},e.exports["#DFM:DFMGI-symbol-description"]={en:["DFM Index"]},e.exports["#DJ:DJA-symbol-description"]={en:["Dow Jones Composite Average Index"]},e.exports["#DJ:DJCIAGC-symbol-description"]={en:["Dow Jones Commodity Index Agriculture Capped Component"]},e.exports["#DJ:DJCICC-symbol-description"]={en:["Dow Jones Commodity Index Cocoa"]},e.exports["#DJ:DJCIEN-symbol-description"]={en:["Dow Jones Commodity Index Energy"]},e.exports["#DJ:DJCIGC-symbol-description"]={en:["Dow Jones Commodity Index Gold"]},e.exports["#DJ:DJCIGR-symbol-description"]={en:["Dow Jones Commodity Index Grains"]},e.exports["#DJ:DJCIIK-symbol-description"]={en:["Dow Jones Commodity Index Nickel"]},e.exports["#DJ:DJCIKC-symbol-description"]={en:["Dow Jones Commodity Index Coffee"]},e.exports["#DJ:DJCISB-symbol-description"]={en:["Dow Jones Commodity Index Sugar"]},e.exports["#DJ:DJCISI-symbol-description"]={en:["Dow Jones Commodity Index Silver"]},e.exports["#DJ:DJI-symbol-description"]={en:["Dow Jones Industrial Average Index"],de:["Dow Jones Industrial Average"]},e.exports["#DJ:DJT-symbol-description"]={en:["Dow Jones Transportation Average Index"]},e.exports["#DJ:DJU-symbol-description"]={en:["Dow Jones Utility Average Index"]},e.exports["#DJ:DJUSCL-symbol-description"]={en:["Dow Jones U.S. Coal Index"]},e.exports["#EGX:EGX30-symbol-description"]={en:["EGX 30 Index"]},e.exports["#ETCBTC-symbol-description"]={en:["Ethereum Classic / Bitcoin"]},e.exports["#ETCEUR-symbol-description"]={en:["Ethereum Classic / Euro"]},e.exports["#ETCUSD-symbol-description"]={en:["Ethereum Classic / U.S. Dollar"],de:["Ethereum Classic / Dollar"]},e.exports["#ETHBTC-symbol-description"]={en:["Ethereum / Bitcoin"]},e.exports["#ETHEUR-symbol-description"]={en:["Ethereum / Euro"]},e.exports["#ETHGBP-symbol-description"]={en:["Ethereum / British Pound"],de:["Ethereum / Britisches Pfund"]},e.exports["#ETHJPY-symbol-description"]={en:["Ethereum / Japanese Yen"],de:["Ethereum / Japanischer Jen"]},e.exports["#ETHKRW-symbol-description"]={en:["Ethereum / South Korean Won"],de:["Ethereum / Südkoreanischer Won"]},e.exports["#ETHTHB-symbol-description"]={en:["Ethereum / Thai Baht"],de:["Ethereum / Thailändischer Baht"]},e.exports["#ETHUSD-symbol-description"]={en:["Ethereum / U.S. Dollar"],de:["Ethereum / Dollar"]},e.exports["#EUBUND-symbol-description"]={en:["Euro Bund"]},
+e.exports["#EURAUD-symbol-description"]={en:["Euro / Australian Dollar"],de:["Euro / Australischer Dollar"]},e.exports["#EURBRL-symbol-description"]={en:["Euro / Brazilian Real"],de:["Euro / Brasilianischer Real"]},e.exports["#EURCAD-symbol-description"]={en:["Euro / Canadian Dollar"],de:["Euro / Kanadischer Dollar"]},e.exports["#EURCHF-symbol-description"]={en:["Euro / Swiss Franc"],de:["Euro / Schweizer Franken"]},e.exports["#EURGBP-symbol-description"]={en:["Euro / British Pound"],de:["Euro / Britisches Pfund"]},e.exports["#EURJPY-symbol-description"]={en:["Euro / Japanese Yen"],de:["Euro / Japanischer Yen"]},e.exports["#EURNOK-symbol-description"]={en:["Euro / Norwegian Krone"],de:["Euro / Norwegische Krone"]},e.exports["#EURNZD-symbol-description"]={en:["Euro / New Zealand Dollar"],de:["Euro / Neuseeländischer Dollar"]},e.exports["#EURONEXT:AEX-symbol-description"]={en:["AEX Index"]},e.exports["#EURONEXT:BEL20-symbol-description"]={en:["BEL 20 Index"]},e.exports["#EURONEXT:PX1-symbol-description"]={en:["CAC 40 Index"]},e.exports["#EURRUB-symbol-description"]={en:["Euro / Russian Ruble"],de:["EURO / RUSSISCHER RUBEL"]},e.exports["#EURRUB_TOM-symbol-description"]={en:["Euro / Russian Ruble TOM"],de:["EUR/RUB TOM"]},e.exports["#EURSEK-symbol-description"]={en:["Euro / Swedish Krona"],de:["Euro / Schwedische Krone"]},e.exports["#EURTRY-symbol-description"]={en:["Euro / Turkish Lira"],de:["Euro / Neue Türkische Lira"]},e.exports["#EURUSD-symbol-description"]={en:["Euro / U.S. Dollar"],de:["Euro / US-Dollar"]},e.exports["#EUSTX50-symbol-description"]={en:["Euro Stoxx 50 Index"]},e.exports["#FOREXCOM:US2000-symbol-description"]={en:["US Small Cap 2000"]},e.exports["#FRA40-symbol-description"]={en:["CAC 40 Index"]},e.exports["#FRED:GDP-symbol-description"]={en:["Gross Domestic Product, 1 Decimal"],de:["Bruttoinlandsprodukt, 1-Dezimal"]},e.exports["#FRED:POP-symbol-description"]={en:["Total Population: All Ages Including Armed Forces Overseas"],de:["Gesamtbevölkerung: alle Altersgruppen einschließlich der Streitkräfte im Ausland"]},e.exports["#FRED:UNRATE-symbol-description"]={en:["Civilian Unemployment Rate"],de:["Arbeitslosenquote Zivil"]},e.exports["#FTSEMYX:FBMKLCI-symbol-description"]={en:["FTSE Bursa Malaysia KLCI Index"]},e.exports["#FWB:KT1-symbol-description"]={en:["Key Tronic Corр."]},e.exports["#FX:AUS200-symbol-description"]={en:["S&P/ASX Index"]},e.exports["#FX:US30-symbol-description"]={en:["Dow Jones Industrial Average Index"]},e.exports["#GBPAUD-symbol-description"]={en:["British Pound / Australian Dollar"],de:["Britisches Pfund / Australischer Dollar"]},e.exports["#GBPCAD-symbol-description"]={en:["British Pound / Canadian Dollar"],de:["Britisches Pfund / Kanadischer Dollar"]},e.exports["#GBPCHF-symbol-description"]={en:["British Pound / Swiss Franc"],de:["Britisches Pfund / Schweizer Franken"]},e.exports["#GBPEUR-symbol-description"]={en:["British Pound / Euro"],de:["PFUND STERLING / EURO"]},e.exports["#GBPJPY-symbol-description"]={en:["British Pound / Japanese Yen"],
+de:["Britisches Pfund / Japanischer Yen"]},e.exports["#GBPNZD-symbol-description"]={en:["British Pound / New Zealand Dollar"],de:["Britisches Pfund / Neuseeländischer Dollar"]},e.exports["#GBPPLN-symbol-description"]={en:["British Pound / Polish Zloty"],de:["Britisches Pfund / Polnischer Zloty"]},e.exports["#GBPRUB-symbol-description"]={en:["British Pound / Russian Ruble"],de:["Pfund Sterling / Russischer Rubel"]},e.exports["#GBPUSD-symbol-description"]={en:["British Pound / U.S. Dollar"],de:["Britisches Pfund / US-Dollar"]},e.exports["#GER30-symbol-description"]={en:["DAX Index"]},e.exports["#GOOG-symbol-description"]={en:["Alphabet Inc (Google) Class C"]},e.exports["#GOOGL-symbol-description"]={en:["Alphabet Inc (Google) Class A"]},e.exports["#GPW:ACG-symbol-description"]={en:["Acautogaz"]},e.exports["#GPW:WIG20-symbol-description"]={en:["WIG20 Index"]},e.exports["#HSI:HSI-symbol-description"]={en:["Hang Seng Index"]},e.exports["#ICEUS:DX1!-symbol-description"]={en:["U.S. Dollar Index Futures"]},e.exports["#IDX:COMPOSITE-symbol-description"]={en:["IDX Composite Index"]},e.exports["#INDEX:HSCE-symbol-description"]={en:["Hang Seng China Enterprises Index"],de:["Hang Seng Chinenischer Leitindex"]},e.exports["#INDEX:JKSE-symbol-description"]={en:["Jakarta Composite Index"]},e.exports["#INDEX:KLSE-symbol-description"]={en:["Bursa Malaysia KLCI Index"]},e.exports["#INDEX:MIB-symbol-description"]={en:["MIB Index"]},e.exports["#INDEX:MOY0-symbol-description"]={en:["Euro Stoxx 50 Index"]},e.exports["#INDEX:STI-symbol-description"]={en:["STI Index"]},e.exports["#INDEX:TWII-symbol-description"]={en:["Taiwan Weighted Index"]},e.exports["#INDEX:XLY0-symbol-description"]={en:["Shanghai Composite Index"]},e.exports["#IOTUSD-symbol-description"]={en:["IOTA / U.S. Dollar"]},e.exports["#JPN225-symbol-description"]={en:["Japan 225 Index"]},e.exports["#JPYKRW-symbol-description"]={en:["Japanese Yen / South Korean Won"],de:["Japanischer Yen / Südkoreanischer Won"]},e.exports["#JPYRUB-symbol-description"]={en:["Japanese Yen / Russian Ruble"],de:["Japanischer Yen / Russischer Rubel"]},e.exports["#JPYUSD-symbol-description"]={en:["Japanese Yen / U.S. Dollar"],de:["Japanischer Yen / US-Dollar"]},e.exports["#LKOH-symbol-description"]={en:["LUKOIL"]},e.exports["#LSE:SCHO-symbol-description"]={en:["Scholium Group Plc Ord 1P"]},e.exports["#LTCBRL-symbol-description"]={en:["Litecoin / Brazilian Real"],de:["Litecoin / Brasilianischer Real"]},e.exports["#LTCBTC-symbol-description"]={en:["Litecoin / Bitcoin"]},e.exports["#LTCUSD-symbol-description"]={en:["Litecoin / U.S. Dollar"],de:["Litecoin / Dollar"]},e.exports["#LUNAUSD-symbol-description"]={en:["Luna / U.S. Dollar"]},e.exports["#MOEX:BR1!-symbol-description"]={en:["Brent Oil Futures"]},e.exports["#MOEX:GAZP-symbol-description"]={en:["GAZPROM"]},e.exports["#MOEX:IMOEX-symbol-description"]={en:["MOEX Russia Index"]},e.exports["#MOEX:MGNT-symbol-description"]={en:["MAGNIT"]},e.exports["#MOEX:MICEXINDEXCF-symbol-description"]={en:["MOEX Russia Index"]},
+e.exports["#MOEX:MX1!-symbol-description"]={en:["MICEX Index Futures"]},e.exports["#MOEX:MX2!-symbol-description"]={en:["MICEX Index Futures"]},e.exports["#MOEX:RI1!-symbol-description"]={en:["RTS Index Futures"]},e.exports["#MOEX:RTSI-symbol-description"]={en:["RTS Index"]},e.exports["#MOEX:RUAL-symbol-description"]={en:["United Company RUSAL PLC"]},e.exports["#MOEX:SBER-symbol-description"]={en:["SBERBANK"]},e.exports["#MOEX:VTBR-symbol-description"]={en:["VTB"]},e.exports["#MSFT-symbol-description"]={en:["Microsoft Corp."]},e.exports["#NAS100-symbol-description"]={en:["US 100 Cash CFD"]},e.exports["#NASDAQ:AMD-symbol-description"]={en:["Advanced Micro Devices Inc"]},e.exports["#NASDAQ:GOOG-symbol-description"]={en:["Alphabet Inc (Google) Class C"]},e.exports["#NASDAQ:GOOGL-symbol-description"]={en:["Alphabet Inc (Google) Class A"]},e.exports["#NASDAQ:HGX-symbol-description"]={en:["PHLX Housing Sector Index"]},e.exports["#NASDAQ:IEF-symbol-description"]={en:["Ishares 7-10 Year Treasury Bond ETF"],de:["Ishares 7-10 Year Treasury BondETF"]},e.exports["#NASDAQ:IEI-symbol-description"]={en:["Ishares 3-7 Year Treasury Bond ETF"]},e.exports["#NASDAQ:ITI-symbol-description"]={en:["Iteris Inc"]},e.exports["#NASDAQ:IXIC-symbol-description"]={en:["Nasdaq Composite Index"]},e.exports["#NASDAQ:LCID-symbol-description"]={en:["Lucid Group, Inc."],de:["#NASDAQ:LCID-Symbolbeschreibung"]},e.exports["#NASDAQ:LE-symbol-description"]={en:["Lands' End Inc"]},e.exports["#NASDAQ:NDX-symbol-description"]={en:["Nasdaq 100 Index"]},e.exports["#NASDAQ:OSX-symbol-description"]={en:["PHLX Oil Service Sector Index"]},e.exports["#NASDAQ:SHY-symbol-description"]={en:["Ishares 1-3 Year Treasury Bond ETF"]},e.exports["#NASDAQ:SOX-symbol-description"]={en:["Philadelphia Semiconductor Index"]},e.exports["#NASDAQ:TLT-symbol-description"]={en:["Ishares 20+ Year Treasury Bond ETF"]},e.exports["#NASDAQ:UTY-symbol-description"]={en:["PHLX Utility Sector Index"]},e.exports["#NASDAQ:XAU-symbol-description"]={en:["PHLX Gold and Silver Sector Index"]},e.exports["#NASDAQ:ZS-symbol-description"]={en:["Zscaler Inc"]},e.exports["#NEOUSD-symbol-description"]={en:["NEO / U.S. Dollar"]},e.exports["#NGAS-symbol-description"]={en:["Natural Gas (Henry Hub)"],de:["Erdgas (Henry Hub)"]},e.exports["#NKY-symbol-description"]={en:["Japan 225 Index"]},e.exports["#NSE:ITI-symbol-description"]={en:["Indian Telephone Industries Limited"]},e.exports["#NSE:NIFTY-symbol-description"]={en:["Nifty 50 Index"]},e.exports["#NYMEX:AEZ1!-symbol-description"]={en:["NY Ethanol Futures"]},e.exports["#NYMEX:CJ1!-symbol-description"]={en:["Cocoa Futures"]},e.exports["#NYMEX:CL1!-symbol-description"]={en:["Light Crude Oil Futures"]},e.exports["#NYMEX:HO1!-symbol-description"]={en:["NY Harbor ULSD Futures"]},e.exports["#NYMEX:KT1!-symbol-description"]={en:["Coffee Futures"],de:["Kaffee Futures"]},e.exports["#NYMEX:NG1!-symbol-description"]={en:["Natural Gas Futures"]},e.exports["#NYMEX:PA1!-symbol-description"]={en:["Palladium Futures"]},e.exports["#NYMEX:PL1!-symbol-description"]={
+en:["Platinum Futures"],de:["Platin Futures"]},e.exports["#NYMEX:RB1!-symbol-description"]={en:["RBOB Gasoline Futures"]},e.exports["#NYMEX:TT1!-symbol-description"]={en:["Cotton Futures"],de:["Baumwoll-Futures"]},e.exports["#NYMEX_MINI:QG1!-symbol-description"]={en:["E-mini Natural Gas Futures"],de:["E-mini Erdgas Futures"]},e.exports["#NYMEX_MINI:QM1!-symbol-description"]={en:["E-mini Light Crude Oil Futures"],de:["E-mini Leicht-Rohöl Futures"]},e.exports["#NYMEX_MINI:QU1!-symbol-description"]={en:["E-mini Gasoline Futures"],de:["E-mini Benzin Futures"]},e.exports["#NYSE:BABA-symbol-description"]={en:["Alibaba Group Holdings Ltd."]},e.exports["#NYSE:F-symbol-description"]={en:["FORD MTR CO DEL"]},e.exports["#NYSE:HE-symbol-description"]={en:["Hawaiian Electric Industries"]},e.exports["#NYSE:NYA-symbol-description"]={en:["NYSE Composite Index"]},e.exports["#NYSE:PBR-symbol-description"]={en:["PETROLEO BRASILEIRO SA PETROBR"]},e.exports["#NYSE:XAX-symbol-description"]={en:["AMEX Composite Index"]},e.exports["#NYSE:XMI-symbol-description"]={en:["NYSE ARCA Major Market Index"]},e.exports["#NZDJPY-symbol-description"]={en:["New Zealand Dollar / Japanese Yen"],de:["Neuseeländischer Dollar / Japanischer Yen"]},e.exports["#NZDUSD-symbol-description"]={en:["New Zealand Dollar / U.S. Dollar"],de:["Neuseeländischer Dollar / US-Dollar"]},e.exports["#NZX:ALLC-symbol-description"]={en:["S&P/NZX All Index (Capital Index)"],de:["S&P/NZX ALL Index ( Capital Index )"]},e.exports["#NZX:NZ50G-symbol-description"]={en:["S&P / NZX 50 Index Gross"],de:["S&P / NZX 50 Index"]},e.exports["#OANDA:NATGASUSD-symbol-description"]={en:["CFDs on Natural Gas"],de:["Erdgas CFD's"]},e.exports["#OANDA:SPX500USD-symbol-description"]={en:["S&P 500 Index"]},e.exports["#OANDA:XCUUSD-symbol-description"]={en:["CFDs on Copper (US$ / lb)"],de:["Kupfer CFD's (US$ / lb)"]},e.exports["#OMXCOP:OMXC25-symbol-description"]={en:["OMX Copenhagen 25 Index"]},e.exports["#OMXCOP:SCHO-symbol-description"]={en:["Schouw & Co A/S"]},e.exports["#OMXHEX:OMXH25-symbol-description"]={en:["OMX Helsinki 25 Index"]},e.exports["#OMXRSE:OMXRGI-symbol-description"]={en:["OMX Riga Gross Index"]},e.exports["#OMXSTO:OMXS30-symbol-description"]={en:["OMX Stockholm 30 Index"]},e.exports["#OMXTSE:OMXTGI-symbol-description"]={en:["OMX Tallinn Gross Index"]},e.exports["#OMXVSE:OMXVGI-symbol-description"]={en:["OMX Vilnius Gross Index"]},e.exports["#OTC:IHRMF-symbol-description"]={en:["Ishares MSCI Japan SHS"]},e.exports["#QSE:GNRI-symbol-description"]={en:["QE Index"]},e.exports["#RTS-symbol-description"]={en:["Russian RTS Index"],de:["Russischer RTS Index"]},e.exports["#RUSSELL:RUA-symbol-description"]={en:["Russell 3000 Index"]},e.exports["#RUSSELL:RUI-symbol-description"]={en:["Russell 1000 Index"]},e.exports["#RUSSELL:RUT-symbol-description"]={en:["Russell 2000 Index"]},e.exports["#SET:GC-symbol-description"]={en:["Global Connections Public Company"]},e.exports["#SIX:F-symbol-description"]={en:["Ford Motor Company"]},e.exports["#SIX:SMI-symbol-description"]={en:["Swiss Market Index"]
+},e.exports["#SOLUSD-symbol-description"]={en:["Solana / U.S. Dollar"]},e.exports["#SOYBNUSD-symbol-description"]={en:["CFDs on Soybeans"],de:["CFDs auf Sojabohnen"]},e.exports["#SP:OEX-symbol-description"]={en:["S&P 100 Index"]},e.exports["#SP:SPGSCI-symbol-description"]={en:["S&P Goldman Sachs Commodity Index"]},e.exports["#SP:SPX-symbol-description"]={en:["S&P 500 Index"]},e.exports["#SP:SVX-symbol-description"]={en:["S&P 500 Value Index"]},e.exports["#SPX500-symbol-description"]={en:["S&P 500 Index"]},e.exports["#SUGARUSD-symbol-description"]={en:["CFDs on Sugar"],de:["CFDs auf Zucker"]},e.exports["#SZSE:399001-symbol-description"]={en:["Shenzhen Component Index"]},e.exports["#TADAWUL:2370-symbol-description"]={en:["Middle East Specialized Cables Co."],de:["#TADAWUL:2370-Symbolbeschreibung"]},e.exports["#TADAWUL:TASI-symbol-description"]={en:["Tadawul All Shares Index"],de:["Tadawul Aktienindex"]},e.exports["#TASE:TA35-symbol-description"]={en:["TA-35 Index"],de:["TA -35 Index"]},e.exports["#TSX:TSX-symbol-description"]={en:["S&P/TSX Composite Index"]},e.exports["#TSX:TX60-symbol-description"]={en:["S&P/TSX 60 Index"]},e.exports["#TVC:AU10-symbol-description"]={en:["Australia Government Bonds 10 YR"],de:["Australische Staatsanleihe 10-Jahre"]},e.exports["#TVC:AU10Y-symbol-description"]={en:["Australia Government Bonds 10 YR Yield"],de:["Australische Staatsanleihen 10-Jahre"]},e.exports["#TVC:AXY-symbol-description"]={en:["Australian Dollar Currency Index"],de:["Australischer-Dollar Währungsindex"]},e.exports["#TVC:BXY-symbol-description"]={en:["British Pound Currency Index"],de:["Britischer-Pfund Währungsindex"]},e.exports["#TVC:CA10-symbol-description"]={en:["Canadian Government Bonds, 10 YR"],de:["Kanadische Staatsanleihen, 10 YR"]},e.exports["#TVC:CA10Y-symbol-description"]={en:["Canadian Government Bonds 10 YR Yield"],de:["Kanadische Staatsanleihen 10 YR Rendite"]},e.exports["#TVC:CAC40-symbol-description"]={en:["CAC 40 Index"]},e.exports["#TVC:CN10-symbol-description"]={en:["China Government Bonds 10 YR"],de:["Chinesische Staatsanleihe 10-Jahre"]},e.exports["#TVC:CN10Y-symbol-description"]={en:["China Government Bonds 10 YR Yield"],de:["Chinesische Staatsanleihen 10-Jahre"]},e.exports["#TVC:CXY-symbol-description"]={en:["Canadian Dollar Currency Index"],de:["Kanadischer-Dollar Währungsindex"]},e.exports["#TVC:DE10-symbol-description"]={en:["German Government Bonds 10 YR"],de:["Deutsche Staatsanleihen 10-Jahre"]},e.exports["#TVC:DE10Y-symbol-description"]={en:["German Government Bonds 10 YR Yield"],de:["Deutsche Staatsanleihen 10-Jahre"]},e.exports["#TVC:DEU30-symbol-description"]={en:["DAX Index"]},e.exports["#TVC:DJI-symbol-description"]={en:["Dow Jones Industrial Average Index"]},e.exports["#TVC:DXY-symbol-description"]={en:["U.S. Dollar Index"],de:["US-Dollar Währungsindex"]},e.exports["#TVC:ES10-symbol-description"]={en:["Spain Government Bonds 10 YR"],de:["Spanische Staatsanleihe 10-Jahre"]},e.exports["#TVC:ES10Y-symbol-description"]={en:["Spain Government Bonds 10 YR Yield"],
+de:["Spanische Staatsanleihen 10-Jahre"]},e.exports["#TVC:EUBUND-symbol-description"]={en:["Euro Bund"]},e.exports["#TVC:EXY-symbol-description"]={en:["Euro Currency Index"],de:["Euro Währungsindex"]},e.exports["#TVC:FR10-symbol-description"]={en:["France Government Bonds 10 YR"],de:["Französiche Staatsanleihe 10-Jahre"]},e.exports["#TVC:FR10Y-symbol-description"]={en:["France Government Bonds 10 YR Yield"],de:["Französiche Staatsanleihen 10-Jahre"]},e.exports["#TVC:FTMIB-symbol-description"]={en:["Milano Italia Borsa Index"]},e.exports["#TVC:GB02-symbol-description"]={en:["UK Government Bonds 2 YR"],de:["UK Staatsanleihe 2-Jahre"]},e.exports["#TVC:GB10-symbol-description"]={en:["UK Government Bonds 10 YR"],de:["UK Staatsanleihe 10-Jahre"]},e.exports["#TVC:GB10Y-symbol-description"]={en:["UK Government Bonds 10 YR Yield"],de:["Britische Staatsanleihen 10-Jahre"]},e.exports["#TVC:GOLD-symbol-description"]={en:["CFDs on Gold (US$ / OZ)"],de:["GOLD CFD's (US$ / OZ)"]},e.exports["#TVC:HSI-symbol-description"]={en:["Hang Seng Index"]},e.exports["#TVC:IBEX35-symbol-description"]={en:["IBEX 35 Index"]},e.exports["#TVC:ID03-symbol-description"]={en:["Indonesia Government Bonds 3 YR"],de:["Indonesische Staatsanleihe 3-Jahre"]},e.exports["#TVC:ID10-symbol-description"]={en:["Indonesia Government Bonds 10 YR"],de:["Indonesische Staatsanleihe 10-Jahre"]},e.exports["#TVC:ID10Y-symbol-description"]={en:["Indonesia Government Bonds 10 YR Yield"],de:["Indonesien Staatsanleihen 10 YR Rendite"]},e.exports["#TVC:IN10-symbol-description"]={en:["India Government Bonds 10 YR"],de:["India Staatsanleihe 10-Jahre"]},e.exports["#TVC:IN10Y-symbol-description"]={en:["India Government Bonds 10 YR Yield"],de:["Indische Staatsanleihen 10 Jahre"]},e.exports["#TVC:IT10-symbol-description"]={en:["Italy Government Bonds 10 YR"],de:["Italienische Staatsanleihe 10-Jahre"]},e.exports["#TVC:IT10Y-symbol-description"]={en:["Italy Government Bonds 10 YR Yield"],de:["Italienische Staatsanleihen 10 Jahre"]},e.exports["#TVC:IXIC-symbol-description"]={en:["US Composite Index"]},e.exports["#TVC:JP10-symbol-description"]={en:["Japan Government Bonds 10 YR"],de:["Japanische Staatsanleihe 10-Jahre"]},e.exports["#TVC:JP10Y-symbol-description"]={en:["Japan Government Bonds 10 YR Yield"],de:["Japanische Staatsanleihen 10 Jahre"]},e.exports["#TVC:JXY-symbol-description"]={en:["Japanese Yen Currency Index"],de:["Japanischer-Yen Währungsindex"]},e.exports["#TVC:KOSPI-symbol-description"]={en:["Korea Composite Stock Price Index"]},e.exports["#TVC:KR10-symbol-description"]={en:["Korea Government Bonds 10 YR"],de:["Koreanische Staatsanleihe 10-Jahre"]},e.exports["#TVC:KR10Y-symbol-description"]={en:["Korea Government Bonds 10 YR Yield"],de:["Koreanische Staatsanleihen 10-Jahre"]},e.exports["#TVC:MY10-symbol-description"]={en:["Malaysia Government Bonds 10 YR"],de:["Malaysische Staatsanleihen 10 YR"]},e.exports["#TVC:MY10Y-symbol-description"]={en:["Malaysia Government Bonds 10 YR Yield"],de:["Malaysische Staatsanleihen 10 Jahre"]},e.exports["#TVC:NDX-symbol-description"]={
+en:["US 100 Index"]},e.exports["#TVC:NI225-symbol-description"]={en:["Japan 225 Index"]},e.exports["#TVC:NL10-symbol-description"]={en:["Netherlands Government Bonds, 10 YR"],de:["Niederländische Staatsanleihen, 10 YR"]},e.exports["#TVC:NL10Y-symbol-description"]={en:["Netherlands Government Bonds 10 YR Yield"],de:["Niederländische Staatsanleihen 10 YR Rendite"]},e.exports["#TVC:NYA-symbol-description"]={en:["NYSE Composite Index"]},e.exports["#TVC:NZ10-symbol-description"]={en:["New Zealand Government Bonds, 10 YR"],de:["Neuseeländische Staatsanleihen, 10 YR"]},e.exports["#TVC:NZ10Y-symbol-description"]={en:["New Zealand Government Bonds 10 YR Yield"],de:["Neuseeländische Staatsanleihen 10 YR Rendite"]},e.exports["#TVC:PALLADIUM-symbol-description"]={en:["CFDs on Palladium (US$ / OZ)"],de:["Palladium CFD's (US$ / OZ)"]},e.exports["#TVC:PL05Y-symbol-description"]={en:["Poland Government Bonds 5 YR Yield"],de:["Polnische Staatsanleihen 5 Jahre"]},e.exports["#TVC:PL10Y-symbol-description"]={en:["Poland Government Bonds 10 YR Yield"],de:["Polnische Staatsanleihen 10 Jahre"]},e.exports["#TVC:PLATINUM-symbol-description"]={en:["CFDs on Platinum (US$ / OZ)"],de:["CFDs auf Platin (US$ / OZ)"]},e.exports["#TVC:PT10-symbol-description"]={en:["Portugal Government Bonds 10 YR"],de:["Portugiesische Staatsanleihe 10-Jahre"]},e.exports["#TVC:PT10Y-symbol-description"]={en:["Portugal Government Bonds 10 YR Yield"],de:["Portugiesische Staatsanleihen 10-Jahre"]},e.exports["#TVC:SA40-symbol-description"]={en:["South Africa Top 40 Index"]},e.exports["#TVC:SILVER-symbol-description"]={en:["CFDs on Silver (US$ / OZ)"],de:["Silber CFD's (US$ / OZ)"]},e.exports["#TVC:SPX-symbol-description"]={en:["S&P 500 Index"],de:["S&P 500"]},e.exports["#TVC:SSMI-symbol-description"]={en:["Swiss Market Index"],de:["Schweizer Marktindex"]},e.exports["#TVC:STI-symbol-description"]={en:["Straits Times Index"]},e.exports["#TVC:SX5E-symbol-description"]={en:["Euro Stoxx 50 Index"]},e.exports["#TVC:SXY-symbol-description"]={en:["Swiss Franc Currency Index"],de:["Schweizer Franken Währungsindex"]},e.exports["#TVC:TR10-symbol-description"]={en:["Turkey Government Bonds 10 YR"],de:["Türkei Staatsanleihe 10-Jahre"]},e.exports["#TVC:TR10Y-symbol-description"]={en:["Turkey Government Bonds 10 YR Yield"],de:["Türkische Staatsanleihen 10 Jahre"]},e.exports["#TVC:UKOIL-symbol-description"]={en:["CFDs on Brent Crude Oil"],de:["Brent Rohöl CFD's"]},e.exports["#TVC:UKX-symbol-description"]={en:["UK 100 Index"]},e.exports["#TVC:US02-symbol-description"]={en:["US Government Bonds 2 YR"],de:["US Staatsanleihe 2-Jahre"]},e.exports["#TVC:US02Y-symbol-description"]={en:["US Government Bonds 2 YR Yield"],de:["US Staatsanleihen 2 Jahre"]},e.exports["#TVC:US05-symbol-description"]={en:["US Government Bonds 5 YR"],de:["US Staatsanleihe 5-Jahre"]},e.exports["#TVC:US05Y-symbol-description"]={en:["US Government Bonds 5 YR Yield"],de:["US Staatsanleihen 5 Jahre"]},e.exports["#TVC:US10-symbol-description"]={en:["US Government Bonds 10 YR"],de:["US Staatsanleihe 10-Jahre"]},
+e.exports["#TVC:US10Y-symbol-description"]={en:["US Government Bonds 10 YR Yield"],de:["US Staatsanleihen 10 Jahre"]},e.exports["#TVC:US30-symbol-description"]={en:["US Government Bonds 30 YR"],de:["US-Staatsanleihen 30 Jahre"]},e.exports["#TVC:USOIL-symbol-description"]={en:["CFDs on WTI Crude Oil"],de:["WTI Rohöl CFD's"]},e.exports["#TVC:VIX-symbol-description"]={en:["Volatility S&P 500 Index"],de:["Volatilitätsindex S&P 500"]},e.exports["#TVC:ZXY-symbol-description"]={en:["New Zealand Dollar Currency Index"]},e.exports["#TWII-symbol-description"]={en:["Taiwan Weighted Index"]},e.exports["#TWSE:TAIEX-symbol-description"]={en:["Taiwan Capitalization Weighted Stock Index"]},e.exports["#TWTR-symbol-description"]={en:["Twitter Inc"],de:["TWITTER INC"]},e.exports["#UK100-symbol-description"]={en:["FTSE 100 Index"],de:["FTSE 100 Englischer Leitindex"]},e.exports["#UKOIL-symbol-description"]={en:["CFDs on Crude Oil (Brent)"],de:["Rohöl CFD's (Brent)"]},e.exports["#UNIUSD-symbol-description"]={en:["Uniswap / U.S. Dollar"]},e.exports["#US30-symbol-description"]={en:["Dow Jones Industrial Average Index"]},e.exports["#USDAUD-symbol-description"]={en:["U.S. Dollar / Australian Dollar"],de:["US-Dollar / Australischer Dollar"]},e.exports["#USDBRL-symbol-description"]={en:["U.S. Dollar / Brazilian Real"],de:["US Dollar / Brasilianischer Real"]},e.exports["#USDCAD-symbol-description"]={en:["U.S. Dollar / Canadian Dollar"],de:["US-Dollar / Kanadischer Dollar"]},e.exports["#USDCHF-symbol-description"]={en:["U.S. Dollar / Swiss Franc"],de:["US-Dollar / Schweizer Franken"]},e.exports["#USDCNY-symbol-description"]={en:["U.S. Dollar / Chinese Yuan"],de:["US DOLLAR / YUAN RENMINBI"]},e.exports["#USDDKK-symbol-description"]={en:["U.S. Dollar / Danish Krone"],de:["US DOLLAR / DÄNISCHE KRONE"]},e.exports["#USDEUR-symbol-description"]={en:["U.S. Dollar / Euro"],de:["US-Dollar / Euro"]},e.exports["#USDGBP-symbol-description"]={en:["U.S. Dollar / Pound Sterling"],de:["US-Dollar / Pfund Sterling"]},e.exports["#USDHKD-symbol-description"]={en:["U.S. Dollar / Hong Kong Dollar"],de:["U.S.-Dollar/Hongkong-Dollar"]},e.exports["#USDHUF-symbol-description"]={en:["U.S. Dollar / Hungarian Forint"],de:["U.S. Dollar / Ungarischer Forint"]},e.exports["#USDIDR-symbol-description"]={en:["U.S. Dollar / Rupiah"],de:["US Dollar / Rupie"]},e.exports["#USDILS-symbol-description"]={en:["U.S. Dollar / Israeli Shekel"],de:["U.S. Dollar / Israelischer Shekel"]},e.exports["#USDINR-symbol-description"]={en:["U.S. Dollar / Indian Rupee"],de:["US-Dollar / Indische Rupie"]},e.exports["#USDJPY-symbol-description"]={en:["U.S. Dollar / Japanese Yen"],de:["US-Dollar / Japanischer Yen"]},e.exports["#USDKRW-symbol-description"]={en:["U.S. Dollar / South Korean"],de:["U.S. Dollar / Südkorea"]},e.exports["#USDMXN-symbol-description"]={en:["U.S. Dollar / Mexican Peso"],de:["U.S. Dollar/Mexikanischer Peso"]},e.exports["#USDNZD-symbol-description"]={en:["U.S. Dollar / New Zealand Dollar"],de:["US Dollar / Neuseeland Dollar"]},e.exports["#USDPHP-symbol-description"]={
+en:["U.S. Dollar / Philippine peso"],de:["US Dollar / Philippinischer Peso"]},e.exports["#USDPLN-symbol-description"]={en:["U.S. Dollar / Polish Zloty"],de:["USD/PLN"]},e.exports["#USDRUB-symbol-description"]={en:["U.S. Dollar / Russian Ruble"],de:["U.S. Dollar / Russischer Rubel"]},e.exports["#USDRUB_TOM-symbol-description"]={en:["U.S. Dollar / Russian Ruble TOM"],de:["USD/RUB TOM"]},e.exports["#USDSEK-symbol-description"]={en:["U.S. Dollar / Swedish Krona"],de:["US-Dollar / Schwedische Krone"]},e.exports["#USDSGD-symbol-description"]={en:["U.S. Dollar / Singapore Dollar"],de:["US-DOLLAR / SINGAPUR-DOLLAR"]},e.exports["#USDTHB-symbol-description"]={en:["U.S. Dollar / Thai Baht"]},e.exports["#USDTRY-symbol-description"]={en:["U.S. Dollar / Turkish Lira"],de:["US-Dollar / Türkische Neue Lira"]},e.exports["#USDZAR-symbol-description"]={en:["U.S. Dollar / South African Rand"],de:["U.S. Dollar / Süd Afrikanischer Rand"]},e.exports["#USOIL-symbol-description"]={en:["CFDs on Crude Oil (WTI)"],de:["Rohöl CFD's (WTI)"]},e.exports["#WHEATUSD-symbol-description"]={en:["CFDs on Wheat"],de:["CFDs auf Weizen"]},e.exports["#XAGUSD-symbol-description"]={en:["Silver / U.S. Dollar"],de:["Silber / US-Dollar"]},e.exports["#XAUUSD-symbol-description"]={en:["Gold Spot / U.S. Dollar"]},e.exports["#XBTCAD-symbol-description"]={en:["Bitcoin / Canadian Dollar"],de:["Bitcoin / Kanadischer Dollar"]},e.exports["#XETR:DAX-symbol-description"]={en:["DAX Index"]},e.exports["#XMRUSD-symbol-description"]={en:["Monero / U.S. Dollar"]},e.exports["#XPDUSD-symbol-description"]={en:["CFDs on Palladium"],de:["Palladium CFD's"]},e.exports["#XPTUSD-symbol-description"]={en:["Platinum / U.S. Dollar"],de:["Platinum / US-Dollar"]},e.exports["#XRPBTC-symbol-description"]={en:["XRP / Bitcoin"]},e.exports["#XRPEUR-symbol-description"]={en:["XRP / Euro"]},e.exports["#XRPUSD-symbol-description"]={en:["XRP / U.S. Dollar"],de:["XRP / US Dollar"]},e.exports["#ZECUSD-symbol-description"]={en:["Zcash / U.S. Dollar"],de:["Zach / U.S. Dollar"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.2486.11825549d0f3e1fd5ee7.js b/public/charting_library/bundles/de.2486.11825549d0f3e1fd5ee7.js
new file mode 100644
index 0000000..7282b6f
--- /dev/null
+++ b/public/charting_library/bundles/de.2486.11825549d0f3e1fd5ee7.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2486,4040,359],{55517:e=>{e.exports={en:["Add"],de:["Hinzufügen"]}},29619:e=>{e.exports={en:["Add custom color"],de:["Individuelle Farbe hinzufügen"]}},80936:e=>{e.exports={en:["Opacity"],de:["Deckkraft"]}},97349:e=>{e.exports={en:["Fr"],de:["Fr."]}},30961:e=>{e.exports={en:["Mo"],de:["Mo."]}},94748:e=>{e.exports={en:["Sa"],de:["Sa."]}},75005:e=>{e.exports={en:["Su"],de:["So."]}},92578:e=>{e.exports={en:["We"],de:["Mi."]}},8765:e=>{e.exports={en:["Th"],de:["Do."]}},9135:e=>{e.exports={en:["Tu"],de:["Di."]}},53288:e=>{e.exports={en:["animals & nature"],de:["Tiere & Natur"]}},21311:e=>{e.exports={en:["activity"],de:["Aktivität"]}},90678:e=>{e.exports={en:["food & drink"],de:["Essen & Trinken"]}},6715:e=>{e.exports={en:["flags"],de:["Flaggen"]}},98355:e=>{e.exports={en:["objects"],de:["Objekte"]}},43438:e=>{e.exports={en:["smiles & people"],de:["Smilies & Menschen"]}},40457:e=>{e.exports={en:["symbols"],de:["Symbole"]}},88906:e=>{e.exports={en:["recently used"],de:["Zuletzt genutzt"]}},28562:e=>{e.exports={en:["travel & places"],de:["Reisen & Orte"]}},24716:e=>{e.exports={en:["Another symbol"],de:["Weiteres Symbol"]}},41256:e=>{e.exports={en:["Back"],de:["Zurück"]}},94849:e=>{e.exports={en:["Main chart symbol"],de:["Symbol im Hauptchart"]}},53174:e=>{e.exports={en:["Right"],de:["Rechter"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"],de:["Kalender steht derzeit auf Jahr {year}"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"],de:["Kalender steht derzeit auf den Jahren von {year_start} bis {year_end}"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"],de:["Kalender steht derzeit auf {month}"]}},4543:e=>{e.exports={en:["Cancel"],de:["Abbrechen"]}},24197:e=>{e.exports={en:["Center"],de:["Zentrieren"]}},63245:e=>{e.exports={en:["Change symbol"],de:["Symbol ändern"]}},54613:e=>{e.exports={en:["Chart"]}},47742:e=>{e.exports={en:["Close menu"],de:["Menü schließen"]}},34040:e=>{e.exports={en:["All sources"],de:["Alle Quellen"]}},96413:e=>{e.exports={en:["Apply defaults"],de:["Voreinstellungen anwenden"]}},77571:e=>{e.exports={en:["Apply to all"],de:["Auf alle Anwenden"]}},28896:e=>{e.exports={en:["April"]}},11081:e=>{e.exports={en:["August"]}},27567:e=>{e.exports={en:["Bottom"],de:["Unten"]}},42358:e=>{e.exports={en:["Bond"],de:["Anleihe"]}},68043:e=>{e.exports={en:["Gradient"],de:["Farbverlauf"]}},6113:e=>{e.exports={en:["Do you really want to delete Chart Template '{name}' ?"],de:["Möchten Sie die Chart-Vorlage '{name}' wirklich löschen?"]}},27390:e=>{e.exports={en:["Dotted line"],de:["Gepunktete Linie"]}},88123:e=>{e.exports={en:["Dashed line"],de:["Gestrichelte Linie"]}},90082:e=>{e.exports={en:["December"],de:["Dezember"]}},55319:e=>{e.exports={en:["Decrease"],de:["Verringern"]}},78734:e=>{e.exports={en:["Description"],de:["Beschreibung"]}},81069:e=>{e.exports={en:["February"],de:["Februar"]}},3570:e=>{e.exports={en:["Friday"],de:["Freitag"]}},95406:e=>{e.exports={
+en:["Horizontal"]}},8854:e=>{e.exports={en:["Hidden"],de:["Versteckt"]}},39832:e=>{e.exports={en:["Increase"],de:["Erhöhen"]}},200:e=>{e.exports={en:["January"],de:["Januar"]}},6608:e=>{e.exports={en:["July"],de:["Juli"]}},61487:e=>{e.exports={en:["June"],de:["Juni"]}},37997:e=>{e.exports={en:["October"]}},55450:e=>{e.exports={en:["Offset"],de:["Ausgleich"]}},19295:e=>{e.exports={en:["Ok"]}},11626:e=>{e.exports={en:["Left"],de:["Links"]}},28603:e=>{e.exports={en:["Line style"],de:["Linienstil"]}},19573:e=>{e.exports={en:["Monday"],de:["Montag"]}},43154:e=>{e.exports={en:["Months"],de:["Monate"]}},37117:e=>{e.exports={en:["More"],de:["Mehr"]}},25734:e=>{e.exports={en:["May"],de:["Mai"]}},93878:e=>{e.exports={en:["March"],de:["März"]}},68833:e=>{e.exports={en:["Middle"],de:["Mitte"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],de:["Keine Börsen entsprechen Ihren Kriterien"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],de:["Für Ihre Kriterien gibt es keine übereinstimmenden Symbole"]}},4607:e=>{e.exports={en:["November"]}},65353:e=>{e.exports={en:["Normal"]}},69102:e=>{e.exports={en:["Next year"],de:["Nächstes Jahr"]}},17538:e=>{e.exports={en:["Next years"],de:["Nächste Jahre"]}},92790:e=>{e.exports={en:["Next month"],de:["Nächster Monat"]}},71300:e=>{e.exports={en:["Number format is invalid."],de:["Ungültiges Zahlenformat"]}},28628:e=>{e.exports={en:["Sources"],de:["Quellen"]}},88686:e=>{e.exports={en:["Solid"],de:["Einfarbig"]}},30348:e=>{e.exports={en:["Saturday"],de:["Samstag"]}},8573:e=>{e.exports={en:["Search"],de:["Suche"]}},57640:e=>{e.exports={en:["Select source"],de:["Quelle wählen"]}},32179:e=>{e.exports={en:["September"]}},31331:e=>{e.exports={en:["Specified value is more than the instrument maximum of {max}."],de:["Der angegebene Wert ist größer als das Instrumentenmaximum von {max}."]}},24216:e=>{e.exports={en:["Specified value is less than the instrument minimum of {min}."],de:["Der angegebene Wert ist kleiner als das Instrumentenminimum von {min}."]}},61480:e=>{e.exports={en:["Sunday"],de:["Sonntag"]}},70235:e=>{e.exports={en:["Switch to months"],de:["Zu Monaten wechseln"]}},91245:e=>{e.exports={en:["Switch to dates"],de:["Zu Daten wechseln"]}},71961:e=>{e.exports={en:["Switch to years"],de:["Zu Jahren wechseln"]}},95481:e=>{e.exports={en:["Symbol"]}},74007:e=>{e.exports={en:["Symbol & description"],de:["Symbol & Beschreibung"]}},51165:e=>{e.exports={en:["Symbol Search"],de:["Symbol Suche"]}},27254:e=>{e.exports={en:["Please enter the right date"],de:["Bitte geben Sie das richtige Datum ein"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"],de:["Bitte geben Sie das korrekte Datumsformat ein yyyy-mm-dd"]}},93984:e=>{e.exports={en:["Previous month"],de:["Vorheriger Monat"]}},75776:e=>{e.exports={en:["Previous year"],de:["Vorheriges Jahr"]}},44701:e=>{e.exports={en:["Previous years"],de:["Frühere Jahre"]}},89984:e=>{e.exports={en:["Remove color"],de:["Farbe entfernen"]}},47550:e=>{e.exports={en:["Remove selected emoji"],
+de:["Ausgewählten Emoji entfernen"]}},50421:e=>{e.exports={en:["Right"],de:["Rechts"]}},94226:e=>{e.exports={en:["Wednesday"],de:["Mittwoch"]}},97118:e=>{e.exports={en:["Top"],de:["Oben"]}},25485:e=>{e.exports={en:["Text alignment"],de:["Textausrichtung"]}},67781:e=>{e.exports={en:["Text orientation"],de:["Text Ausrichtung"]}},79137:e=>{e.exports={en:["Thursday"],de:["Donnerstag"]}},54971:e=>{e.exports={en:["Thickness"],de:["Stärke"]}},82160:e=>{e.exports={en:["Tuesday"],de:["Dienstag"]}},13748:e=>{e.exports={en:["Use special math signs to displace selected drawings: +,-,/,* for price and +,- for bar index."],de:["Verwenden Sie spezielle mathematische Zeichen, um ausgewählte Zeichnungen zu verschieben: +,-,/,* für Preis- und +,- für Balken-Index."]}},69526:e=>{e.exports={en:["Vertical"],de:["Vertikal"]}},66181:e=>{e.exports={en:["Years"],de:["Jahre"]}},70932:e=>{e.exports={en:["commodity"],de:["Rohstoff"]}},79599:e=>{e.exports={en:["cfd"]}},29426:e=>{e.exports={en:["change opacity"],de:["Transparenz ändern"]}},31675:e=>{e.exports={en:["change color"],de:["Farbe ändern"]}},28818:e=>{e.exports={en:["change line style"],de:["Linienart ändern"]}},73281:e=>{e.exports={en:["change thickness"],de:["Stärke ändern"]}},25167:e=>{e.exports={en:["change {propertyName} property"],de:["Eigenschaft {propertyName} ändern"]}},5741:e=>{e.exports={en:["close"],de:["Close"]}},46128:e=>{e.exports={en:["crypto"]}},47268:e=>{e.exports={en:["dr"]}},406:e=>{e.exports={en:["e.g. +1"],de:["z.B. +1"]}},49957:e=>{e.exports={en:["e.g. /2"],de:["z.B. /2"]}},54094:e=>{e.exports={en:["economy"],de:["Wirtschaft"]}},17770:e=>{e.exports={en:["forex"],de:["Devisen"]}},4723:e=>{e.exports={en:["futures"],de:["Futures"]}},59319:e=>{e.exports={en:["high"],de:["High"]}},96008:e=>{e.exports={en:["hl2"]}},91189:e=>{e.exports={en:["hlc3"]}},49242:e=>{e.exports={en:["hlcc4"]}},87464:e=>{e.exports={en:["index"],de:["Index"]}},90250:e=>{e.exports={en:["indices"],de:["Indizes"]}},52793:e=>{e.exports={en:["ohlc4"]}},83584:e=>{e.exports={en:["open"]}},41902:e=>{e.exports={en:["low"],de:["Low"]}},76752:e=>{e.exports={en:["stock"],de:["Aktie"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.2530.6108ccc54d7b804c8af1.js b/public/charting_library/bundles/de.2530.6108ccc54d7b804c8af1.js
new file mode 100644
index 0000000..26aa86c
--- /dev/null
+++ b/public/charting_library/bundles/de.2530.6108ccc54d7b804c8af1.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2530,4109,9093],{4543:e=>{e.exports={en:["Cancel"],de:["Abbrechen"]}},47742:e=>{e.exports={en:["Close menu"],de:["Menü schließen"]}},69207:e=>{e.exports={en:["Add to favorites"],de:["Zu Favoriten hinzufügen"]}},69644:e=>{e.exports={en:["Available for Pro accounts"],de:["Erhältlich für Pro-Konten"]}},10640:e=>{e.exports={en:["Editors' picks"],de:["Editor's Picks"]}},84549:e=>{e.exports={en:["Indicators"],de:["Indikatoren"]}},70269:e=>{e.exports={en:["No indicators matched your criteria"],de:["Keine passenden Indikatoren zu Ihren Kriterien gefunden"]}},7378:e=>{e.exports={en:["Script name"],de:["Skripname"]}},8573:e=>{e.exports={en:["Search"],de:["Suche"]}},85106:e=>{e.exports={en:["Remove from favorites"],de:["Aus Favoriten entfernen"]}},33673:e=>{e.exports={en:["{studyTitle} added to chart"],de:["{studyTitle} dem Chart hinzugefügt"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.2787.b95db3c8cfe7fab3c811.js b/public/charting_library/bundles/de.2787.b95db3c8cfe7fab3c811.js
new file mode 100644
index 0000000..e8c4d6f
--- /dev/null
+++ b/public/charting_library/bundles/de.2787.b95db3c8cfe7fab3c811.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2787,6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],de:["#{count} (Preis, Bar)"]}},78930:e=>{e.exports={en:["Coordinates"],de:["Koordinaten"]}},24197:e=>{e.exports={en:["Center"],de:["Zentrieren"]}},27567:e=>{e.exports={en:["Bottom"],de:["Unten"]}},72942:e=>{e.exports={en:["Days"],de:["Tage"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],de:["Verschiebung (Preis, Balken)"]}},61856:e=>{e.exports={en:["Extend left line"],de:["Linie nach links verlängern"]}},87430:e=>{e.exports={en:["Extend right line"],de:["Linie nach rechts verlängern"]}},56796:e=>{e.exports={en:["Hours"],de:["Stunden"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],de:["Eingaben"]}},11626:e=>{e.exports={en:["Left"],de:["Links"]}},43154:e=>{e.exports={en:["Months"],de:["Monate"]}},68833:e=>{e.exports={en:["Middle"],de:["Mitte"]}},42562:e=>{e.exports={en:["Minutes"],de:["Minuten"]}},65188:e=>{e.exports={en:["Seconds"]}},50421:e=>{e.exports={en:["Right"],de:["Rechts"]}},835:e=>{e.exports={en:["Weeks"],de:["Wochen"]}},97118:e=>{e.exports={en:["Top"],de:["Oben"]}},70320:e=>{e.exports={en:["Text"]}},25485:e=>{e.exports={en:["Text alignment"],de:["Textausrichtung"]}},67781:e=>{e.exports={en:["Text orientation"],de:["Text Ausrichtung"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"],de:["Vertikal"]}},2066:e=>{e.exports={en:["change bar X coordinate"],de:["X-Koordinate des Balkens ändern"]}},11737:e=>{e.exports={en:["change price Y coordinate"],de:["Y-Koordinate des Preises ändern"]}},96135:e=>{e.exports={en:["change {title} days to"],de:["ändere {title} von Tagen auf"]}},91201:e=>{e.exports={en:["change {title} days from"],de:["ändere {title} auf Tage von"]}},8306:e=>{e.exports={en:["change {title} hours from"],de:["ändere {title} auf Stunden von"]}},67233:e=>{e.exports={en:["change {title} hours to"],de:["ändere {title} von Stunden auf"]}},99122:e=>{e.exports={en:["change {title} months from"],de:["ändere {title} auf Monate von"]}},10518:e=>{e.exports={en:["change {title} months to"],de:["ändere {title} von Monaten auf"]}},38011:e=>{e.exports={en:["change {title} minutes to"],de:["ändere {title} von Minuten auf"]}},59820:e=>{e.exports={en:["change {title} minutes from"],de:["ändere {title} auf Minuten von"]}},6573:e=>{e.exports={en:["change {title} seconds to"],de:["ändere {title} von Sekunden auf"]}},86780:e=>{e.exports={en:["change {title} seconds from"],de:["Sekunde von {title} ändern"]}},32481:e=>{e.exports={en:["change {title} weeks from"],de:["ändere {title} auf Wochen von"]}},18678:e=>{e.exports={en:["change {title} weeks to"],de:["ändere {title} von Wochen auf"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],de:["Sichtbarkeit von {title} in Ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],de:["Sichtbarkeit von {title} auf Wochen ändern"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],de:["{title} Sichtbarkeit auf {ranges} ändern"]}},
+56402:e=>{e.exports={en:["change {title} visibility on days"],de:["Sichtbarkeit von {title} auf Tage ändern"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],de:["Sichtbarkeit von {title} auf Stunden ändern"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],de:["Sichtbarkeit von {title} auf Minuten ändern"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],de:["Sichtbarkeit von {title} auf Monate ändern"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],de:["Sichtbarkeit von {title} in Sekunden"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],de:["Sichtbarkeit der Linie von {toolName} ändern"]}},19541:e=>{e.exports={en:["change {toolName} line width"],de:["Linienbreite von {toolName} ändern"]}},24059:e=>{e.exports={en:["change {toolName} line color"],de:["Linienfarbe von {toolName} ändern"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],de:["Linien von {toolName} nach links erweitern"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],de:["Linien von {toolName} nach rechts erweitern"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],de:["Linien von {toolName} nach links bis zum Ende erweitern"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],de:["Linien von {toolName} nach rechts bis zum Ende erweitern"]}},66429:e=>{e.exports={en:["change {toolName} line style"],de:["Linienstil von {toolName} ändern"]}},25167:e=>{e.exports={en:["change {propertyName} property"],de:["Eigenschaft {propertyName} ändern"]}},35813:e=>{e.exports={en:["days"],de:["Tage"]}},89919:e=>{e.exports={en:["days to"],de:["Tage bis"]}},59215:e=>{e.exports={en:["days from"],de:["Tage von"]}},2359:e=>{e.exports={en:["hours"],de:["Stunden"]}},82267:e=>{e.exports={en:["hours from"],de:["Stunden von"]}},15600:e=>{e.exports={en:["hours to"],de:["Stunden bis"]}},76261:e=>{e.exports={en:["move drawings"],de:["Zeichnungen verschieben"]}},95300:e=>{e.exports={en:["months"],de:["Monate"]}},17250:e=>{e.exports={en:["months from"],de:["Monate von"]}},2828:e=>{e.exports={en:["months to"],de:["Monate zu"]}},18726:e=>{e.exports={en:["minutes"],de:["Minuten"]}},67649:e=>{e.exports={en:["minutes to"],de:["Minuten bis"]}},22476:e=>{e.exports={en:["minutes from"],de:["Minuten von"]}},751:e=>{e.exports={en:["seconds"],de:["Sekunden"]}},73419:e=>{e.exports={en:["seconds to"],de:["Sekunden bis"]}},35801:e=>{e.exports={en:["seconds from"],de:["Sekunden von"]}},45537:e=>{e.exports={en:["weeks"],de:["Wochen"]}},92859:e=>{e.exports={en:["weeks from"],de:["Wochen von"]}},44127:e=>{e.exports={en:["weeks to"],de:["Wochen bis"]}},3539:e=>{e.exports={en:["ticks"],de:["Ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.3181.259d07263a732c089332.js b/public/charting_library/bundles/de.3181.259d07263a732c089332.js
new file mode 100644
index 0000000..4b3aac0
--- /dev/null
+++ b/public/charting_library/bundles/de.3181.259d07263a732c089332.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3181,6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],de:["#{count} (Preis, Bar)"]}},33004:e=>{e.exports={en:["Counterclockwise"],de:["Gegen den Uhrzeigersinn"]}},78930:e=>{e.exports={en:["Coordinates"],de:["Koordinaten"]}},24197:e=>{e.exports={en:["Center"],de:["Zentrieren"]}},27567:e=>{e.exports={en:["Bottom"],de:["Unten"]}},72942:e=>{e.exports={en:["Days"],de:["Tage"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],de:["Verschiebung (Preis, Balken)"]}},56796:e=>{e.exports={en:["Hours"],de:["Stunden"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],de:["Eingaben"]}},11626:e=>{e.exports={en:["Left"],de:["Links"]}},43154:e=>{e.exports={en:["Months"],de:["Monate"]}},68833:e=>{e.exports={en:["Middle"],de:["Mitte"]}},42562:e=>{e.exports={en:["Minutes"],de:["Minuten"]}},65188:e=>{e.exports={en:["Seconds"]}},50421:e=>{e.exports={en:["Right"],de:["Rechts"]}},835:e=>{e.exports={en:["Weeks"],de:["Wochen"]}},97118:e=>{e.exports={en:["Top"],de:["Oben"]}},70320:e=>{e.exports={en:["Text"]}},25485:e=>{e.exports={en:["Text alignment"],de:["Textausrichtung"]}},67781:e=>{e.exports={en:["Text orientation"],de:["Text Ausrichtung"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"],de:["Vertikal"]}},2066:e=>{e.exports={en:["change bar X coordinate"],de:["X-Koordinate des Balkens ändern"]}},11737:e=>{e.exports={en:["change price Y coordinate"],de:["Y-Koordinate des Preises ändern"]}},60003:e=>{e.exports={en:["change {title} counterclockwise"],de:["{title} gegen den Uhrzeigersinn ändern"]}},96135:e=>{e.exports={en:["change {title} days to"],de:["ändere {title} von Tagen auf"]}},91201:e=>{e.exports={en:["change {title} days from"],de:["ändere {title} auf Tage von"]}},8306:e=>{e.exports={en:["change {title} hours from"],de:["ändere {title} auf Stunden von"]}},67233:e=>{e.exports={en:["change {title} hours to"],de:["ändere {title} von Stunden auf"]}},46040:e=>{e.exports={en:["change {title} line width"],de:["Linienbreite von {title} ändern"]}},7455:e=>{e.exports={en:["change {title} line color"],de:["Linienfarbe von {title} ändern"]}},30843:e=>{e.exports={en:["change {title} line style"],de:["Linienart von {title} ändern"]}},99122:e=>{e.exports={en:["change {title} months from"],de:["ändere {title} auf Monate von"]}},10518:e=>{e.exports={en:["change {title} months to"],de:["ändere {title} von Monaten auf"]}},38011:e=>{e.exports={en:["change {title} minutes to"],de:["ändere {title} von Minuten auf"]}},59820:e=>{e.exports={en:["change {title} minutes from"],de:["ändere {title} auf Minuten von"]}},6573:e=>{e.exports={en:["change {title} seconds to"],de:["ändere {title} von Sekunden auf"]}},86780:e=>{e.exports={en:["change {title} seconds from"],de:["Sekunde von {title} ändern"]}},32481:e=>{e.exports={en:["change {title} weeks from"],de:["ändere {title} auf Wochen von"]}},18678:e=>{e.exports={en:["change {title} weeks to"],de:["ändere {title} von Wochen auf"]}},98596:e=>{e.exports={
+en:["change {title} visibility on ticks"],de:["Sichtbarkeit von {title} in Ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],de:["Sichtbarkeit von {title} auf Wochen ändern"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],de:["{title} Sichtbarkeit auf {ranges} ändern"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],de:["Sichtbarkeit von {title} auf Tage ändern"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],de:["Sichtbarkeit von {title} auf Stunden ändern"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],de:["Sichtbarkeit von {title} auf Minuten ändern"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],de:["Sichtbarkeit von {title} auf Monate ändern"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],de:["Sichtbarkeit von {title} in Sekunden"]}},25167:e=>{e.exports={en:["change {propertyName} property"],de:["Eigenschaft {propertyName} ändern"]}},35813:e=>{e.exports={en:["days"],de:["Tage"]}},89919:e=>{e.exports={en:["days to"],de:["Tage bis"]}},59215:e=>{e.exports={en:["days from"],de:["Tage von"]}},2359:e=>{e.exports={en:["hours"],de:["Stunden"]}},82267:e=>{e.exports={en:["hours from"],de:["Stunden von"]}},15600:e=>{e.exports={en:["hours to"],de:["Stunden bis"]}},76261:e=>{e.exports={en:["move drawings"],de:["Zeichnungen verschieben"]}},95300:e=>{e.exports={en:["months"],de:["Monate"]}},17250:e=>{e.exports={en:["months from"],de:["Monate von"]}},2828:e=>{e.exports={en:["months to"],de:["Monate zu"]}},18726:e=>{e.exports={en:["minutes"],de:["Minuten"]}},67649:e=>{e.exports={en:["minutes to"],de:["Minuten bis"]}},22476:e=>{e.exports={en:["minutes from"],de:["Minuten von"]}},751:e=>{e.exports={en:["seconds"],de:["Sekunden"]}},73419:e=>{e.exports={en:["seconds to"],de:["Sekunden bis"]}},35801:e=>{e.exports={en:["seconds from"],de:["Sekunden von"]}},45537:e=>{e.exports={en:["weeks"],de:["Wochen"]}},92859:e=>{e.exports={en:["weeks from"],de:["Wochen von"]}},44127:e=>{e.exports={en:["weeks to"],de:["Wochen bis"]}},3539:e=>{e.exports={en:["ticks"],de:["Ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.3355.c5e027afabcecc85b871.js b/public/charting_library/bundles/de.3355.c5e027afabcecc85b871.js
new file mode 100644
index 0000000..88603ac
--- /dev/null
+++ b/public/charting_library/bundles/de.3355.c5e027afabcecc85b871.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3355,6155,3367,2303,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],de:["#{count} (Preis, Bar)"]}},78930:e=>{e.exports={en:["Coordinates"],de:["Koordinaten"]}},24197:e=>{e.exports={en:["Center"],de:["Zentrieren"]}},6060:e=>{e.exports={en:["Add text"],de:["Text hinzufügen"]}},27567:e=>{e.exports={en:["Bottom"],de:["Unten"]}},38408:e=>{e.exports={en:["Border"],de:["Rahmen"]}},79468:e=>{e.exports={en:["Background"],de:["Hintergrund"]}},72942:e=>{e.exports={en:["Days"],de:["Tage"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],de:["Verschiebung (Preis, Balken)"]}},56796:e=>{e.exports={en:["Hours"],de:["Stunden"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],de:["Eingaben"]}},74872:e=>{e.exports={en:["Label"],de:["Beschriftung"]}},11626:e=>{e.exports={en:["Left"],de:["Links"]}},43154:e=>{e.exports={en:["Months"],de:["Monate"]}},68833:e=>{e.exports={en:["Middle"],de:["Mitte"]}},42562:e=>{e.exports={en:["Minutes"],de:["Minuten"]}},65188:e=>{e.exports={en:["Seconds"]}},50421:e=>{e.exports={en:["Right"],de:["Rechts"]}},835:e=>{e.exports={en:["Weeks"],de:["Wochen"]}},97118:e=>{e.exports={en:["Top"],de:["Oben"]}},70320:e=>{e.exports={en:["Text"]}},7560:e=>{e.exports={en:["Text wrap"],de:["Textumfluss"]}},25485:e=>{e.exports={en:["Text alignment"],de:["Textausrichtung"]}},67781:e=>{e.exports={en:["Text orientation"],de:["Text Ausrichtung"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"],de:["Vertikal"]}},2066:e=>{e.exports={en:["change bar X coordinate"],de:["X-Koordinate des Balkens ändern"]}},11737:e=>{e.exports={en:["change price Y coordinate"],de:["Y-Koordinate des Preises ändern"]}},49765:e=>{e.exports={en:["change {title} background color"],de:["Hintergrundfarbe von {title} ändern"]}},96135:e=>{e.exports={en:["change {title} days to"],de:["ändere {title} von Tagen auf"]}},91201:e=>{e.exports={en:["change {title} days from"],de:["ändere {title} auf Tage von"]}},8306:e=>{e.exports={en:["change {title} hours from"],de:["ändere {title} auf Stunden von"]}},67233:e=>{e.exports={en:["change {title} hours to"],de:["ändere {title} von Stunden auf"]}},99122:e=>{e.exports={en:["change {title} months from"],de:["ändere {title} auf Monate von"]}},10518:e=>{e.exports={en:["change {title} months to"],de:["ändere {title} von Monaten auf"]}},38011:e=>{e.exports={en:["change {title} minutes to"],de:["ändere {title} von Minuten auf"]}},59820:e=>{e.exports={en:["change {title} minutes from"],de:["ändere {title} auf Minuten von"]}},6573:e=>{e.exports={en:["change {title} seconds to"],de:["ändere {title} von Sekunden auf"]}},86780:e=>{e.exports={en:["change {title} seconds from"],de:["Sekunde von {title} ändern"]}},32481:e=>{e.exports={en:["change {title} weeks from"],de:["ändere {title} auf Wochen von"]}},18678:e=>{e.exports={en:["change {title} weeks to"],de:["ändere {title} von Wochen auf"]}},57122:e=>{e.exports={en:["change {title} text"],de:["{title} Text ändern"]}},98596:e=>{e.exports={
+en:["change {title} visibility on ticks"],de:["Sichtbarkeit von {title} in Ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],de:["Sichtbarkeit von {title} auf Wochen ändern"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],de:["{title} Sichtbarkeit auf {ranges} ändern"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],de:["Sichtbarkeit von {title} auf Tage ändern"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],de:["Sichtbarkeit von {title} auf Stunden ändern"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],de:["Sichtbarkeit von {title} auf Minuten ändern"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],de:["Sichtbarkeit von {title} auf Monate ändern"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],de:["Sichtbarkeit von {title} in Sekunden"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],de:["Etiketten Ausrichtung von {toolName} auf vertikal ändern"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],de:["Etiketten Ausrichtung von {toolName} auf horizontal ändern"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],de:["Label-Ausrichtung {toolName} ändern"]}},66668:e=>{e.exports={en:["change {toolName} text"],de:["{toolName} Text ändern"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],de:["Sichtbarkeit des Text von {toolName} ändern"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],de:["{toolName} Textumbruch ändern"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],de:["Texthintergrundfarbe von {toolName} ändern"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],de:["Texthintergrundsichtbarkeit von {toolName} ändern"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],de:["Sichtbarkeit des {toolName} Textrahmenfarbe ändern"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],de:["Sichtbarkeit der {toolName} Textrahmendicke ändern"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],de:["Sichtbarkeit des {toolName} Textrahmens ändern"]}},64500:e=>{e.exports={en:["change {toolName} text color"],de:["Textfarbe von {toolName} ändern"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],de:['Textschriftart von {toolName} auf "fett" ändern']}},42694:e=>{e.exports={en:["change {toolName} text font italic"],de:['Textschriftart von {toolName} auf "kursiv" ändern']}},21781:e=>{e.exports={en:["change {toolName} text font size"],de:["Textgröße von {toolName} ändern"]}},25167:e=>{e.exports={en:["change {propertyName} property"],de:["Eigenschaft {propertyName} ändern"]}},35813:e=>{e.exports={en:["days"],de:["Tage"]}},89919:e=>{e.exports={en:["days to"],de:["Tage bis"]}},59215:e=>{e.exports={en:["days from"],de:["Tage von"]}},2359:e=>{e.exports={en:["hours"],de:["Stunden"]}},82267:e=>{e.exports={en:["hours from"],de:["Stunden von"]}},15600:e=>{e.exports={en:["hours to"],de:["Stunden bis"]}},
+76261:e=>{e.exports={en:["move drawings"],de:["Zeichnungen verschieben"]}},95300:e=>{e.exports={en:["months"],de:["Monate"]}},17250:e=>{e.exports={en:["months from"],de:["Monate von"]}},2828:e=>{e.exports={en:["months to"],de:["Monate zu"]}},18726:e=>{e.exports={en:["minutes"],de:["Minuten"]}},67649:e=>{e.exports={en:["minutes to"],de:["Minuten bis"]}},22476:e=>{e.exports={en:["minutes from"],de:["Minuten von"]}},751:e=>{e.exports={en:["seconds"],de:["Sekunden"]}},73419:e=>{e.exports={en:["seconds to"],de:["Sekunden bis"]}},35801:e=>{e.exports={en:["seconds from"],de:["Sekunden von"]}},45537:e=>{e.exports={en:["weeks"],de:["Wochen"]}},92859:e=>{e.exports={en:["weeks from"],de:["Wochen von"]}},44127:e=>{e.exports={en:["weeks to"],de:["Wochen bis"]}},3539:e=>{e.exports={en:["ticks"],de:["Ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.3357.613d24759e11646b0997.js b/public/charting_library/bundles/de.3357.613d24759e11646b0997.js
new file mode 100644
index 0000000..2a3a043
--- /dev/null
+++ b/public/charting_library/bundles/de.3357.613d24759e11646b0997.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3357,4109,9093],{53288:e=>{e.exports={en:["animals & nature"],de:["Tiere & Natur"]}},21311:e=>{e.exports={en:["activity"],de:["Aktivität"]}},90678:e=>{e.exports={en:["food & drink"],de:["Essen & Trinken"]}},6715:e=>{e.exports={en:["flags"],de:["Flaggen"]}},98355:e=>{e.exports={en:["objects"],de:["Objekte"]}},43438:e=>{e.exports={en:["smiles & people"],de:["Smilies & Menschen"]}},40457:e=>{e.exports={en:["symbols"],de:["Symbole"]}},88906:e=>{e.exports={en:["recently used"],de:["Zuletzt genutzt"]}},28562:e=>{e.exports={en:["travel & places"],de:["Reisen & Orte"]}},4543:e=>{e.exports={en:["Cancel"],de:["Abbrechen"]}},47742:e=>{e.exports={en:["Close menu"],de:["Menü schließen"]}},69207:e=>{e.exports={en:["Add to favorites"],de:["Zu Favoriten hinzufügen"]}},80439:e=>{e.exports={en:["Do you really want to delete chart layout '{name}' ? This can't be undone. Your drawings and this layout will be gone forever."],de:["Möchten Sie das Chartlayout '{name}' wirklich löschen? Dies kann nicht rückgängig gemacht werden. Ihre Zeichnungen und das Layout werden für immer gelöscht."]}},56495:e=>{e.exports={en:["Do you really want to delete chart layout '{name}' that contains {n_drawings_on_n_symbols}? This can't be undone. Your drawings and this layout will be gone forever."],de:["Möchten Sie wirklich das Chartlayout '{name}' löschen, das {n_drawings_on_n_symbols} enthält? Dies kann nicht rückgängig gemacht werden. Ihre Zeichnungen und das Layout werden für immer gelöscht."]}},55108:e=>{e.exports={en:["Date modified (oldest first)"],de:["Bearbeitungs-Datum (ältestes zuerst)"]}},75272:e=>{e.exports={en:["Date modified (newest first)"],de:["Bearbeitungs-Datum (neuestes zuerst)"]}},11478:e=>{e.exports={en:["Layout name"],de:["Layout Name"]}},21329:e=>{e.exports={en:["Layout name (A to Z)"],de:["Layout Name (A bis Z)"]}},11324:e=>{e.exports={en:["Layout name (Z to A)"],de:["Layout Name (Z-A)"]}},21355:e=>{e.exports={en:["Layouts"]}},63269:e=>{e.exports={en:["No layouts matched your criteria"],de:["Keine Layouts entsprechen Ihren Kriterien"]}},5191:e=>{e.exports={en:["Sort by layout name, date changed"],de:["Nach Layout-Name sortieren, Änderungsdatum"]}},8573:e=>{e.exports={en:["Search"],de:["Suche"]}},85106:e=>{e.exports={en:["Remove from favorites"],de:["Aus Favoriten entfernen"]}},47550:e=>{e.exports={en:["Remove selected emoji"],de:["Ausgewählten Emoji entfernen"]}},30502:e=>{e.exports={en:["on {amount} symbol","on {amount} symbols"],de:["auf {amount} Symbol","auf {amount} Symbolen"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.3367.8357e9248b9de0310231.js b/public/charting_library/bundles/de.3367.8357e9248b9de0310231.js
new file mode 100644
index 0000000..ae863c3
--- /dev/null
+++ b/public/charting_library/bundles/de.3367.8357e9248b9de0310231.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3367,6155,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],de:["#{count} (Preis, Bar)"]}},78930:e=>{e.exports={en:["Coordinates"],de:["Koordinaten"]}},24197:e=>{e.exports={en:["Center"],de:["Zentrieren"]}},27567:e=>{e.exports={en:["Bottom"],de:["Unten"]}},38408:e=>{e.exports={en:["Border"],de:["Rahmen"]}},79468:e=>{e.exports={en:["Background"],de:["Hintergrund"]}},72942:e=>{e.exports={en:["Days"],de:["Tage"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],de:["Verschiebung (Preis, Balken)"]}},56796:e=>{e.exports={en:["Hours"],de:["Stunden"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],de:["Eingaben"]}},11626:e=>{e.exports={en:["Left"],de:["Links"]}},43154:e=>{e.exports={en:["Months"],de:["Monate"]}},68833:e=>{e.exports={en:["Middle"],de:["Mitte"]}},42562:e=>{e.exports={en:["Minutes"],de:["Minuten"]}},65188:e=>{e.exports={en:["Seconds"]}},50421:e=>{e.exports={en:["Right"],de:["Rechts"]}},835:e=>{e.exports={en:["Weeks"],de:["Wochen"]}},97118:e=>{e.exports={en:["Top"],de:["Oben"]}},70320:e=>{e.exports={en:["Text"]}},7560:e=>{e.exports={en:["Text wrap"],de:["Textumfluss"]}},25485:e=>{e.exports={en:["Text alignment"],de:["Textausrichtung"]}},67781:e=>{e.exports={en:["Text orientation"],de:["Text Ausrichtung"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"],de:["Vertikal"]}},2066:e=>{e.exports={en:["change bar X coordinate"],de:["X-Koordinate des Balkens ändern"]}},11737:e=>{e.exports={en:["change price Y coordinate"],de:["Y-Koordinate des Preises ändern"]}},96135:e=>{e.exports={en:["change {title} days to"],de:["ändere {title} von Tagen auf"]}},91201:e=>{e.exports={en:["change {title} days from"],de:["ändere {title} auf Tage von"]}},8306:e=>{e.exports={en:["change {title} hours from"],de:["ändere {title} auf Stunden von"]}},67233:e=>{e.exports={en:["change {title} hours to"],de:["ändere {title} von Stunden auf"]}},99122:e=>{e.exports={en:["change {title} months from"],de:["ändere {title} auf Monate von"]}},10518:e=>{e.exports={en:["change {title} months to"],de:["ändere {title} von Monaten auf"]}},38011:e=>{e.exports={en:["change {title} minutes to"],de:["ändere {title} von Minuten auf"]}},59820:e=>{e.exports={en:["change {title} minutes from"],de:["ändere {title} auf Minuten von"]}},6573:e=>{e.exports={en:["change {title} seconds to"],de:["ändere {title} von Sekunden auf"]}},86780:e=>{e.exports={en:["change {title} seconds from"],de:["Sekunde von {title} ändern"]}},32481:e=>{e.exports={en:["change {title} weeks from"],de:["ändere {title} auf Wochen von"]}},18678:e=>{e.exports={en:["change {title} weeks to"],de:["ändere {title} von Wochen auf"]}},57122:e=>{e.exports={en:["change {title} text"],de:["{title} Text ändern"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],de:["Sichtbarkeit von {title} in Ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],de:["Sichtbarkeit von {title} auf Wochen ändern"]}},55616:e=>{e.exports={
+en:["change {title} visibility on {ranges}"],de:["{title} Sichtbarkeit auf {ranges} ändern"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],de:["Sichtbarkeit von {title} auf Tage ändern"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],de:["Sichtbarkeit von {title} auf Stunden ändern"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],de:["Sichtbarkeit von {title} auf Minuten ändern"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],de:["Sichtbarkeit von {title} auf Monate ändern"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],de:["Sichtbarkeit von {title} in Sekunden"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],de:["Etiketten Ausrichtung von {toolName} auf vertikal ändern"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],de:["Etiketten Ausrichtung von {toolName} auf horizontal ändern"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],de:["Label-Ausrichtung {toolName} ändern"]}},66668:e=>{e.exports={en:["change {toolName} text"],de:["{toolName} Text ändern"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],de:["Sichtbarkeit des Text von {toolName} ändern"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],de:["{toolName} Textumbruch ändern"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],de:["Texthintergrundfarbe von {toolName} ändern"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],de:["Texthintergrundsichtbarkeit von {toolName} ändern"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],de:["Sichtbarkeit des {toolName} Textrahmenfarbe ändern"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],de:["Sichtbarkeit der {toolName} Textrahmendicke ändern"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],de:["Sichtbarkeit des {toolName} Textrahmens ändern"]}},64500:e=>{e.exports={en:["change {toolName} text color"],de:["Textfarbe von {toolName} ändern"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],de:['Textschriftart von {toolName} auf "fett" ändern']}},42694:e=>{e.exports={en:["change {toolName} text font italic"],de:['Textschriftart von {toolName} auf "kursiv" ändern']}},21781:e=>{e.exports={en:["change {toolName} text font size"],de:["Textgröße von {toolName} ändern"]}},25167:e=>{e.exports={en:["change {propertyName} property"],de:["Eigenschaft {propertyName} ändern"]}},35813:e=>{e.exports={en:["days"],de:["Tage"]}},89919:e=>{e.exports={en:["days to"],de:["Tage bis"]}},59215:e=>{e.exports={en:["days from"],de:["Tage von"]}},2359:e=>{e.exports={en:["hours"],de:["Stunden"]}},82267:e=>{e.exports={en:["hours from"],de:["Stunden von"]}},15600:e=>{e.exports={en:["hours to"],de:["Stunden bis"]}},76261:e=>{e.exports={en:["move drawings"],de:["Zeichnungen verschieben"]}},95300:e=>{e.exports={en:["months"],de:["Monate"]}},17250:e=>{e.exports={en:["months from"],de:["Monate von"]}},2828:e=>{e.exports={en:["months to"],
+de:["Monate zu"]}},18726:e=>{e.exports={en:["minutes"],de:["Minuten"]}},67649:e=>{e.exports={en:["minutes to"],de:["Minuten bis"]}},22476:e=>{e.exports={en:["minutes from"],de:["Minuten von"]}},751:e=>{e.exports={en:["seconds"],de:["Sekunden"]}},73419:e=>{e.exports={en:["seconds to"],de:["Sekunden bis"]}},35801:e=>{e.exports={en:["seconds from"],de:["Sekunden von"]}},45537:e=>{e.exports={en:["weeks"],de:["Wochen"]}},92859:e=>{e.exports={en:["weeks from"],de:["Wochen von"]}},44127:e=>{e.exports={en:["weeks to"],de:["Wochen bis"]}},3539:e=>{e.exports={en:["ticks"],de:["Ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.359.3c5835e59f61404fe3cc.js b/public/charting_library/bundles/de.359.3c5835e59f61404fe3cc.js
new file mode 100644
index 0000000..9d3ac48
--- /dev/null
+++ b/public/charting_library/bundles/de.359.3c5835e59f61404fe3cc.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[359,4040],{41256:e=>{e.exports={en:["Back"],de:["Zurück"]}},53174:e=>{e.exports={en:["Right"],de:["Rechter"]}},4543:e=>{e.exports={en:["Cancel"],de:["Abbrechen"]}},47742:e=>{e.exports={en:["Close menu"],de:["Menü schließen"]}},34040:e=>{e.exports={en:["All sources"],de:["Alle Quellen"]}},42358:e=>{e.exports={en:["Bond"],de:["Anleihe"]}},78734:e=>{e.exports={en:["Description"],de:["Beschreibung"]}},37117:e=>{e.exports={en:["More"],de:["Mehr"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],de:["Keine Börsen entsprechen Ihren Kriterien"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],de:["Für Ihre Kriterien gibt es keine übereinstimmenden Symbole"]}},28628:e=>{e.exports={en:["Sources"],de:["Quellen"]}},8573:e=>{e.exports={en:["Search"],de:["Suche"]}},57640:e=>{e.exports={en:["Select source"],de:["Quelle wählen"]}},95481:e=>{e.exports={en:["Symbol"]}},74007:e=>{e.exports={en:["Symbol & description"],de:["Symbol & Beschreibung"]}},51165:e=>{e.exports={en:["Symbol Search"],de:["Symbol Suche"]}},70932:e=>{e.exports={en:["commodity"],de:["Rohstoff"]}},79599:e=>{e.exports={en:["cfd"]}},46128:e=>{e.exports={en:["crypto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"],de:["Wirtschaft"]}},17770:e=>{e.exports={en:["forex"],de:["Devisen"]}},4723:e=>{e.exports={en:["futures"],de:["Futures"]}},87464:e=>{e.exports={en:["index"],de:["Index"]}},90250:e=>{e.exports={en:["indices"],de:["Indizes"]}},76752:e=>{e.exports={en:["stock"],de:["Aktie"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.3597.9c639cb519af03750b8e.js b/public/charting_library/bundles/de.3597.9c639cb519af03750b8e.js
new file mode 100644
index 0000000..19c91b9
--- /dev/null
+++ b/public/charting_library/bundles/de.3597.9c639cb519af03750b8e.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3597],{53288:e=>{e.exports={en:["animals & nature"],de:["Tiere & Natur"]}},21311:e=>{e.exports={en:["activity"],de:["Aktivität"]}},90678:e=>{e.exports={en:["food & drink"],de:["Essen & Trinken"]}},6715:e=>{e.exports={en:["flags"],de:["Flaggen"]}},98355:e=>{e.exports={en:["objects"],de:["Objekte"]}},43438:e=>{e.exports={en:["smiles & people"],de:["Smilies & Menschen"]}},40457:e=>{e.exports={en:["symbols"],de:["Symbole"]}},88906:e=>{e.exports={en:["recently used"],de:["Zuletzt genutzt"]}},28562:e=>{e.exports={en:["travel & places"],de:["Reisen & Orte"]}},4543:e=>{e.exports={en:["Cancel"],de:["Abbrechen"]}},47742:e=>{e.exports={en:["Close menu"],de:["Menü schließen"]}},4461:e=>{e.exports={en:["Add emoji"],de:["Emoji hinzufügen"]}},9372:e=>{e.exports={en:["Indicator template '{templateName}' already exists. Do you really want to replace it?"],de:["Die Indikatorvorlage '{templateName}' gibt es bereits. Möchten Sie diese wirklich ersetzen?"]}},19295:e=>{e.exports={en:["Ok"]}},85888:e=>{e.exports={en:["No results found"],de:["Keine Ergebnisse"]}},64e3:e=>{e.exports={en:["Save"],de:["Speichern"]}},71924:e=>{e.exports={en:["Save indicator template"],de:["Indikatorvorlage speichern"]}},6081:e=>{e.exports={en:["Saved indicators"],de:["Gespeicherte Indikatoren"]}},63035:e=>{e.exports={en:["Selecting this option will set the {interval} interval on the chart when this template is applied"],de:["Durch Auswahl dieser Option wird das {interval}-Intervall im Chart festgelegt, wenn diese Vorlage angewendet wird"]}},13860:e=>{e.exports={en:["Selecting this option will set the {symbol} symbol on the chart when this template is applied"],de:["Wenn Sie diese Option wählen, wird das {symbol}-Symbol auf dem Chart gesetzt, wenn diese Vorlage angewendet wird."]}},18698:e=>{e.exports={en:["Remember Interval"],de:["Interval merken"]}},57149:e=>{e.exports={en:["Remember Symbol"],de:["Symbol merken"]}},47550:e=>{e.exports={en:["Remove selected emoji"],de:["Ausgewählten Emoji entfernen"]}},59233:e=>{e.exports={en:["Template name"],de:["Name der Vorlage"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.4040.333002e872dd8b0c1c95.js b/public/charting_library/bundles/de.4040.333002e872dd8b0c1c95.js
new file mode 100644
index 0000000..b20c4eb
--- /dev/null
+++ b/public/charting_library/bundles/de.4040.333002e872dd8b0c1c95.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4040],{34040:e=>{e.exports={en:["All sources"],de:["Alle Quellen"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.4109.921da6023cc8aa9fe3a5.js b/public/charting_library/bundles/de.4109.921da6023cc8aa9fe3a5.js
new file mode 100644
index 0000000..ab42579
--- /dev/null
+++ b/public/charting_library/bundles/de.4109.921da6023cc8aa9fe3a5.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4109],{69207:e=>{e.exports={en:["Add to favorites"],de:["Zu Favoriten hinzufügen"]}},85106:e=>{e.exports={en:["Remove from favorites"],de:["Aus Favoriten entfernen"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.4166.e3c369fb8ae4775c7f89.js b/public/charting_library/bundles/de.4166.e3c369fb8ae4775c7f89.js
new file mode 100644
index 0000000..cb78a52
--- /dev/null
+++ b/public/charting_library/bundles/de.4166.e3c369fb8ae4775c7f89.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4166],{80996:e=>{e.exports={en:["Local drawings"],de:["Lokale Zeichnungen"]}},84212:e=>{e.exports={en:["No drawings yet"],de:["Noch keine Zeichnungen"]}},92931:e=>{e.exports={en:["Synced globally"],de:["Global synchronisiert"]}},41870:e=>{e.exports={en:["Synced in layout"],de:["Im Layout synchronisiert"]}},8182:e=>{e.exports={en:["Remove all drawings for this symbol"],de:["Alle Zeichnungen für dieses Symbol entfernen"]}},58407:e=>{e.exports={en:["remove all line tools for {symbol}"],de:["alle Linienwerkzeuge für {symbol} entfernen"]}},90755:e=>{e.exports={en:["{drawingsCount} drawing","{drawingsCount} drawings"],de:["{drawingsCount} Zeichnung","{drawingsCount} Zeichnungen"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.4211.932ffa2dc04657916b72.js b/public/charting_library/bundles/de.4211.932ffa2dc04657916b72.js
new file mode 100644
index 0000000..f6c41ad
--- /dev/null
+++ b/public/charting_library/bundles/de.4211.932ffa2dc04657916b72.js
@@ -0,0 +1,4 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4211,4040,359,4109,9093],{23821:e=>{e.exports={en:["Dot"],de:["Punkt"]}},41256:e=>{e.exports={en:["Back"],de:["Zurück"]}},53174:e=>{e.exports={en:["Right"],de:["Rechter"]}},57e3:e=>{e.exports={en:["Compare"],de:["Vergleichen"]}},93111:e=>{e.exports={en:["Content"],de:["Inhalt"]}},8270:e=>{e.exports={en:["Copy link to the chart image"],de:["Link zum Chart-Bild kopieren"]}},4543:e=>{e.exports={en:["Cancel"],de:["Abbrechen"]}},59934:e=>{e.exports={en:["Channels"],de:["Kanäle"]}},63245:e=>{e.exports={en:["Change symbol"],de:["Symbol ändern"]}},56281:e=>{e.exports={en:["Chart style Columns"],de:["Chartstil Spalten"]}},64526:e=>{e.exports={en:["Chart style Candles"],de:["Chartstil Kerzen"]}},9537:e=>{e.exports={en:["Chart style Area"],de:["Chartstil Bereich"]}},19265:e=>{e.exports={en:["Chart style Bars"],de:["Chartstil Balken"]}},19579:e=>{e.exports={en:["Chart style Baseline"],de:["Chartstil Baseline"]}},47189:e=>{e.exports={en:["Chart style Kagi"],de:["Chartstil Kagi"]}},39883:e=>{e.exports={en:["Chart style HLC area"],de:["Chartstil HLC-Bereich"]}},67579:e=>{e.exports={en:["Chart style HLC bars"]}},44958:e=>{e.exports={en:["Chart style Hollow candles"],de:["Chartstil hohle Kerzen"]}},62423:e=>{e.exports={en:["Chart style Heikin Ashi"],de:["Chartstil Heikin Ashi"]}},70405:e=>{e.exports={en:["Chart style High-low"],de:["Chartstil Hoch-Tief"]}},92911:e=>{e.exports={en:["Chart style Line"],de:["Chartstil Linie"]}},35458:e=>{e.exports={en:["Chart style Line with markers"],de:["Chartstil Linie mit Markierungen"]}},11604:e=>{e.exports={en:["Chart style Line break"],de:["Chartstil Line Break"]}},67346:e=>{e.exports={en:["Chart style Session volume profile"],de:["Chartstil Session-Volumenprofil"]}},40447:e=>{e.exports={en:["Chart style Step line"],de:["Chartstil Step-Line"]}},22027:e=>{e.exports={en:["Chart style Point & figure"],de:["Chartstil Point & Figure"]}},49942:e=>{e.exports={en:["Chart style Range"],de:["Chartstil Range"]}},80082:e=>{e.exports={en:["Chart style Renko"],de:["Chartstil Renko"]}},94861:e=>{e.exports={en:["Chart style Time Price Opportunity"],de:["Chartstil Time Price Opportunity"]}},13618:e=>{e.exports={en:["Chart style Volume candles"],de:["Chartstil Volumenkerzen"]}},21190:e=>{e.exports={en:["Chart style Volume footprint"],de:["Chartstil Volumen-Fußabdruck"]}},53438:e=>{e.exports={en:["Chart template"],de:["Chartvorlage"]}},47742:e=>{e.exports={en:["Close menu"],de:["Menü schließen"]}},81578:e=>{e.exports={en:["Cursors"],de:["Mauszeiger"]}},77915:e=>{e.exports={en:["Cycles"],de:["Zyklen"]}},32064:e=>{e.exports={en:["Annotation tools"],de:["Text Tools"]}},69207:e=>{e.exports={en:["Add to favorites"],de:["Zu Favoriten hinzufügen"]}},34040:e=>{e.exports={en:["All sources"],de:["Alle Quellen"]}},19147:e=>{e.exports={en:["Arrows"],de:["Pfeile"]}},42358:e=>{e.exports={en:["Bond"],de:["Anleihe"]}},65695:e=>{e.exports={en:["Brushes"],de:["Pinsel"]}},51494:e=>{e.exports={en:["Gann"],de:["Gann-Analysen"]}},2654:e=>{e.exports={
+en:["Gann and Fibonacci tools"],de:["Gann und Fibonacci Tools"]}},22145:e=>{e.exports={en:["Geometric shapes"],de:["Geometrische Formen"]}},57157:e=>{e.exports={en:["Dot"],de:["Punkt"]}},25848:e=>{e.exports={en:["Dark theme"],de:["Dunkles Thema"]}},14939:e=>{e.exports={en:["Demonstration"]}},78734:e=>{e.exports={en:["Description"],de:["Beschreibung"]}},74385:e=>{e.exports={en:["Drawings"],de:["Zeichnungen"]}},44255:e=>{e.exports={en:["Elliott waves"],de:["Elliott-Wellen"]}},8727:e=>{e.exports={en:["Eraser"],de:["Radierer"]}},93308:e=>{e.exports={en:["Extended session"],de:["Verlängerte Handelszeit"]}},1410:e=>{e.exports={en:["Forecasting and measurement tools"],de:["Prognose-/ Messwerkzeuge"]}},26578:e=>{e.exports={en:["Fibonacci"]}},67092:e=>{e.exports={en:["Fullscreen mode"],de:["Vollbildmodus"]}},83576:e=>{e.exports={en:["Function"],de:["Funktion"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"],de:["{hotKey_0} für eine temporäre Zeichnung halten"]}},27077:e=>{e.exports={en:["Open Object Tree"],de:["Objektbaum öffnen"]}},7386:e=>{e.exports={en:["Open chart layout"],de:["Chart-Layout öffnen"]}},79451:e=>{e.exports={en:["Lock all drawings"],de:["Alle Zeichen-Tools fixieren"]}},35112:e=>{e.exports={en:["Move chart back"],de:["Chart nach hinten bewegen"]}},12754:e=>{e.exports={en:["Move chart forward"],de:["Chart nach vorne bewegen"]}},37117:e=>{e.exports={en:["More"],de:["Mehr"]}},35553:e=>{e.exports={en:["Magic"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"],de:["Der Magnet-Modus zieht Zeichnungen, die in der Nähe von Preisbalken platziert sind, an den nächstgelegenen OHLC-Wert."]}},81031:e=>{e.exports={en:["Manage layout drawings"],de:["Zeichnungen des Layouts verwalten"]}},91563:e=>{e.exports={en:["Measure"],de:["Messen"]}},97050:e=>{e.exports={en:["Measurer"],de:["Vermesser"]}},7276:e=>{e.exports={en:["Merge all scales to the left"],de:["Alle Skalen auf der linken Seite zusammenführen"]}},80219:e=>{e.exports={en:["Merge all scales to the right"],de:["Alle Skalen nach rechts zusammenführen"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],de:["Keine Börsen entsprechen Ihren Kriterien"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],de:["Für Ihre Kriterien gibt es keine übereinstimmenden Symbole"]}},47202:e=>{e.exports={en:["Nothing matches your criteria"],de:["Nichts entspricht Ihren Kriterien"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"],de:["Neue Zeichnungen werden in alle Charts im Layout repliziert und angezeigt wenn der gleiche Ticker ausgewählt ist."]}},3521:e=>{e.exports={en:["New drawings will sync globally"],de:["Neue Zeichnungen werden global synchronisiert"]}},93027:e=>{e.exports={en:["New drawings will sync in layout"],de:["Neue Zeichnungen werden im Layout synchronisiert"]}},28628:e=>{e.exports={en:["Sources"],de:["Quellen"]}},41569:e=>{e.exports={en:["Save chart layout"],de:["Chart-Layout speichern"]}},
+8573:e=>{e.exports={en:["Search"],de:["Suche"]}},79354:e=>{e.exports={en:["Search tool or function"],de:["Tool oder Funktion suchen"]}},57640:e=>{e.exports={en:["Select source"],de:["Quelle wählen"]}},65781:e=>{e.exports={en:["Shapes"],de:["Formen"]}},3154:e=>{e.exports={en:["Show Hidden Tools"],de:["Versteckte Tools anzeigen"]}},85786:e=>{e.exports={en:["Show Object Tree"],de:["Objektbaum anzeigen"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],de:["Im Zeichenmodus bleiben"]}},94593:e=>{e.exports={en:["Strong Magnet"],de:["Starker Magnetmodus"]}},95481:e=>{e.exports={en:["Symbol"]}},74007:e=>{e.exports={en:["Symbol & description"],de:["Symbol & Beschreibung"]}},51165:e=>{e.exports={en:["Symbol Search"],de:["Symbol Suche"]}},23391:e=>{e.exports={en:["Sync drawings to all charts"],de:["Zeichen-Tools mit allen Charts synchronisieren"]}},46417:e=>{e.exports={en:["Patterns"],de:["Chartmuster"]}},36167:e=>{e.exports={en:["Pitchforks"]}},79366:e=>{e.exports={en:["Previous day close price line"],de:["Preisline | Schlusskurs Vortag"]}},76753:e=>{e.exports={en:["Recent search"],de:["Letzte Suche"]}},28051:e=>{e.exports={en:["Regular session"],de:["Reguläre Handelszeit"]}},57118:e=>{e.exports={en:["Remove Drawings"],de:["Zeichnungen entfernen"]}},4474:e=>{e.exports={en:["Remove all indicators and drawing tools"],de:["Alle Indikatoren und Zeichenwerkzeuge entfernen"]}},96374:e=>{e.exports={en:["Remove drawings"],de:["Zeichnungen entfernen"]}},85106:e=>{e.exports={en:["Remove from favorites"],de:["Aus Favoriten entfernen"]}},99984:e=>{e.exports={en:["Remove indicators"],de:["Indikatoren entfernen"]}},38206:e=>{e.exports={en:["Rename chart layout"],de:["Chart-Layout umbenennen"]}},31789:e=>{e.exports={en:["Reset chart"],de:["Chart zurücksetzen"]}},3519:e=>{e.exports={en:["Weak Magnet"],de:["Leichter Magnetmodus"]}},65831:e=>{e.exports={en:["Text & Notes"],de:["Text & Notizen"]}},48773:e=>{e.exports={en:["Trend line tools"],de:["Trendlinien Tools"]}},27463:e=>{e.exports={en:["Type to search for drawings, functions and settings"],de:["Tippen Sie, um nach Zeichnungen, Funktionen und Einstellungen zu suchen"]}},69260:e=>{e.exports={en:["Volume-based"],de:["Volumenbezogen"]}},78659:e=>{e.exports={en:["You're changing the user interface to the {name} theme. Would you like to switch the chart template's theme too?"],de:["Sie ändern die Benutzeroberfläche zum {name} Thema. Möchten Sie auch das Thema der Chart-Vorlage ändern?"]}},55774:e=>{e.exports={en:["Zoom In"],de:["Vergrößern"]}},37310:e=>{e.exports={en:["Zoom Out"],de:["Verkleinern"]}},70932:e=>{e.exports={en:["commodity"],de:["Rohstoff"]}},79599:e=>{e.exports={en:["cfd"]}},13489:e=>{e.exports={en:["change ideas visibility on chart"],de:["Sichtbarkeit der Ideen auf dem Chart ändern"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"],de:["Sichtbarkeit von Indikatoren- und Finanzdaten-Labels ändern"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"],
+de:["Ändert die Sichtbarkeit des Labels für Werte der Indikatoren und Finanzkennzahlen"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"],de:["Sichtbarkeit der Preislinie vorbörslich/nachbörslich ändern"]}},46128:e=>{e.exports={en:["crypto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"],de:["Wirtschaft"]}},17770:e=>{e.exports={en:["forex"],de:["Devisen"]}},4723:e=>{e.exports={en:["futures"],de:["Futures"]}},87464:e=>{e.exports={en:["index"],de:["Index"]}},90250:e=>{e.exports={en:["indices"],de:["Indizes"]}},76752:e=>{e.exports={en:["stock"],de:["Aktie"]}},94521:e=>{e.exports={en:["sync drawings"],de:["Zeichnungen synchronisieren"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"],de:["{hotKey_0} + Klick auf das Chart"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"],de:["{hotKey_0} — Kreis"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"],de:["{hotKey_0} — Zeichnen einer geraden Linie im Winkel von 45°"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"],de:["{hotKey_0} — feste Abstufungen"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"],de:["{hotKey_0} — Quadrat"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.4543.af2e0ddd821d5bacf27b.js b/public/charting_library/bundles/de.4543.af2e0ddd821d5bacf27b.js
new file mode 100644
index 0000000..b77d9c4
--- /dev/null
+++ b/public/charting_library/bundles/de.4543.af2e0ddd821d5bacf27b.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4543],{63271:e=>{e.exports={en:["Flipped"],de:["Umgedreht"]}},28941:e=>{e.exports={en:["Mirrored"],de:["Gespiegelt"]}},92479:e=>{e.exports={en:["flip bars pattern"],de:["Balkenmuster umdrehen"]}},20965:e=>{e.exports={en:["mirror bars pattern"],de:["Balkenmuster spiegeln"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.4593.99cfdf832ec7f90cc2a7.js b/public/charting_library/bundles/de.4593.99cfdf832ec7f90cc2a7.js
new file mode 100644
index 0000000..6b9738a
--- /dev/null
+++ b/public/charting_library/bundles/de.4593.99cfdf832ec7f90cc2a7.js
@@ -0,0 +1,5 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4593,4040,359,4821],{55517:e=>{e.exports={en:["Add"],de:["Hinzufügen"]}},29619:e=>{e.exports={en:["Add custom color"],de:["Individuelle Farbe hinzufügen"]}},80936:e=>{e.exports={en:["Opacity"],de:["Deckkraft"]}},33857:e=>{e.exports={en:["Cross"]}},97349:e=>{e.exports={en:["Fr"],de:["Fr."]}},30961:e=>{e.exports={en:["Mo"],de:["Mo."]}},94748:e=>{e.exports={en:["Sa"],de:["Sa."]}},75005:e=>{e.exports={en:["Su"],de:["So."]}},92578:e=>{e.exports={en:["We"],de:["Mi."]}},8765:e=>{e.exports={en:["Th"],de:["Do."]}},9135:e=>{e.exports={en:["Tu"],de:["Di."]}},53288:e=>{e.exports={en:["animals & nature"],de:["Tiere & Natur"]}},21311:e=>{e.exports={en:["activity"],de:["Aktivität"]}},90678:e=>{e.exports={en:["food & drink"],de:["Essen & Trinken"]}},6715:e=>{e.exports={en:["flags"],de:["Flaggen"]}},98355:e=>{e.exports={en:["objects"],de:["Objekte"]}},43438:e=>{e.exports={en:["smiles & people"],de:["Smilies & Menschen"]}},40457:e=>{e.exports={en:["symbols"],de:["Symbole"]}},88906:e=>{e.exports={en:["recently used"],de:["Zuletzt genutzt"]}},28562:e=>{e.exports={en:["travel & places"],de:["Reisen & Orte"]}},24716:e=>{e.exports={en:["Another symbol"],de:["Weiteres Symbol"]}},41256:e=>{e.exports={en:["Back"],de:["Zurück"]}},76542:e=>{e.exports={en:["Labels on price scale"],de:["Labels auf der Preisskala"]}},94849:e=>{e.exports={en:["Main chart symbol"],de:["Symbol im Hauptchart"]}},49191:e=>{e.exports={en:["Values in status line"],de:["Werte in der Statuszeile"]}},53174:e=>{e.exports={en:["Right"],de:["Rechter"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"],de:["Kalender steht derzeit auf Jahr {year}"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"],de:["Kalender steht derzeit auf den Jahren von {year_start} bis {year_end}"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"],de:["Kalender steht derzeit auf {month}"]}},4543:e=>{e.exports={en:["Cancel"],de:["Abbrechen"]}},24197:e=>{e.exports={en:["Center"],de:["Zentrieren"]}},63245:e=>{e.exports={en:["Change symbol"],de:["Symbol ändern"]}},54613:e=>{e.exports={en:["Chart"]}},5669:e=>{e.exports={en:["Circles"],de:["Kreise"]}},47742:e=>{e.exports={en:["Close menu"],de:["Menü schließen"]}},8305:e=>{e.exports={en:["Above bar"],de:["Oberhalb des Balkens"]}},69758:e=>{e.exports={en:["Absolute"],de:["Absolut"]}},34040:e=>{e.exports={en:["All sources"],de:["Alle Quellen"]}},62511:e=>{e.exports={en:["Apply Defaults"],de:["Voreinstellungen anwenden"]}},28896:e=>{e.exports={en:["April"]}},7349:e=>{e.exports={en:["Area with breaks"],de:["Fläche mit Lücken"]}},11081:e=>{e.exports={en:["August"]}},27567:e=>{e.exports={en:["Bottom"],de:["Unten"]}},74406:e=>{e.exports={en:["Body"],de:["Körper"]}},42358:e=>{e.exports={en:["Bond"],de:["Anleihe"]}},38408:e=>{e.exports={en:["Border"],de:["Rahmen"]}},79468:e=>{e.exports={en:["Background"],de:["Hintergrund"]}},9417:e=>{e.exports={en:["Below bar"],de:["Unterhalb der Bars"]}},68043:e=>{e.exports={en:["Gradient"],
+de:["Farbverlauf"]}},27390:e=>{e.exports={en:["Dotted line"],de:["Gepunktete Linie"]}},71776:e=>{e.exports={en:["Down"],de:["Abwärts"]}},72942:e=>{e.exports={en:["Days"],de:["Tage"]}},88123:e=>{e.exports={en:["Dashed line"],de:["Gestrichelte Linie"]}},73033:e=>{e.exports={en:["Developing VA"]}},90082:e=>{e.exports={en:["December"],de:["Dezember"]}},55319:e=>{e.exports={en:["Decrease"],de:["Verringern"]}},16564:e=>{e.exports={en:["Default"],de:["Standard"]}},48572:e=>{e.exports={en:["Defaults"],de:["Standardeinstellungen"]}},78734:e=>{e.exports={en:["Description"],de:["Beschreibung"]}},81069:e=>{e.exports={en:["February"],de:["Februar"]}},3570:e=>{e.exports={en:["Friday"],de:["Freitag"]}},56796:e=>{e.exports={en:["Hours"],de:["Stunden"]}},95406:e=>{e.exports={en:["Horizontal"]}},8854:e=>{e.exports={en:["Hidden"],de:["Versteckt"]}},78057:e=>{e.exports={en:["Histogram"],de:["Histogramm"]}},39832:e=>{e.exports={en:["Increase"],de:["Erhöhen"]}},21429:e=>{e.exports={en:["Inputs"],de:["Eingaben"]}},200:e=>{e.exports={en:["January"],de:["Januar"]}},6608:e=>{e.exports={en:["July"],de:["Juli"]}},61487:e=>{e.exports={en:["June"],de:["Juni"]}},37997:e=>{e.exports={en:["October"]}},55450:e=>{e.exports={en:["Offset"],de:["Ausgleich"]}},19295:e=>{e.exports={en:["Ok"]}},89702:e=>{e.exports={en:["Outputs"],de:["Ausgaben"]}},64075:e=>{e.exports={en:["Override min tick"],de:["Min Tick überschreiben"]}},62791:e=>{e.exports={en:["Labels font"],de:["Label Schrift"]}},11626:e=>{e.exports={en:["Left"],de:["Links"]}},34862:e=>{e.exports={en:["Line with breaks"],de:["Linie mit Unterbrechungen"]}},28603:e=>{e.exports={en:["Line style"],de:["Linienstil"]}},19573:e=>{e.exports={en:["Monday"],de:["Montag"]}},43154:e=>{e.exports={en:["Months"],de:["Monate"]}},37117:e=>{e.exports={en:["More"],de:["Mehr"]}},25734:e=>{e.exports={en:["May"],de:["Mai"]}},93878:e=>{e.exports={en:["March"],de:["März"]}},68833:e=>{e.exports={en:["Middle"],de:["Mitte"]}},42562:e=>{e.exports={en:["Minutes"],de:["Minuten"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],de:["Keine Börsen entsprechen Ihren Kriterien"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],de:["Für Ihre Kriterien gibt es keine übereinstimmenden Symbole"]}},4607:e=>{e.exports={en:["November"]}},65353:e=>{e.exports={en:["Normal"]}},69102:e=>{e.exports={en:["Next year"],de:["Nächstes Jahr"]}},17538:e=>{e.exports={en:["Next years"],de:["Nächste Jahre"]}},92790:e=>{e.exports={en:["Next month"],de:["Nächster Monat"]}},71300:e=>{e.exports={en:["Number format is invalid."],de:["Ungültiges Zahlenformat"]}},28628:e=>{e.exports={en:["Sources"],de:["Quellen"]}},88686:e=>{e.exports={en:["Solid"],de:["Einfarbig"]}},30348:e=>{e.exports={en:["Saturday"],de:["Samstag"]}},99687:e=>{e.exports={en:["Save as default"],de:["Als Standard speichern"]}},8573:e=>{e.exports={en:["Search"],de:["Suche"]}},65188:e=>{e.exports={en:["Seconds"]}},57640:e=>{e.exports={en:["Select source"],de:["Quelle wählen"]}},32179:e=>{e.exports={en:["September"]}},38712:e=>{e.exports={en:["Signal labels"],
+de:["Signal Labels"]}},31331:e=>{e.exports={en:["Specified value is more than the instrument maximum of {max}."],de:["Der angegebene Wert ist größer als das Instrumentenmaximum von {max}."]}},24216:e=>{e.exports={en:["Specified value is less than the instrument minimum of {min}."],de:["Der angegebene Wert ist kleiner als das Instrumentenminimum von {min}."]}},14788:e=>{e.exports={en:["Step line with breaks"],de:["Step-Line mit Umbruch"]}},11877:e=>{e.exports={en:["Step line with diamonds"],de:["Stufenlinie mit Rhomben"]}},61480:e=>{e.exports={en:["Sunday"],de:["Sonntag"]}},70235:e=>{e.exports={en:["Switch to months"],de:["Zu Monaten wechseln"]}},91245:e=>{e.exports={en:["Switch to dates"],de:["Zu Daten wechseln"]}},71961:e=>{e.exports={en:["Switch to years"],de:["Zu Jahren wechseln"]}},95481:e=>{e.exports={en:["Symbol"]}},74007:e=>{e.exports={en:["Symbol & description"],de:["Symbol & Beschreibung"]}},51165:e=>{e.exports={en:["Symbol Search"],de:["Symbol Suche"]}},10783:e=>{e.exports={en:["Placement"],de:["Platzierung"]}},27254:e=>{e.exports={en:["Please enter the right date"],de:["Bitte geben Sie das richtige Datum ein"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"],de:["Bitte geben Sie das korrekte Datumsformat ein yyyy-mm-dd"]}},59766:e=>{e.exports={en:["Precision"],de:["Präzision"]}},93984:e=>{e.exports={en:["Previous month"],de:["Vorheriger Monat"]}},75776:e=>{e.exports={en:["Previous year"],de:["Vorheriges Jahr"]}},44701:e=>{e.exports={en:["Previous years"],de:["Frühere Jahre"]}},98721:e=>{e.exports={en:["Quantity"],de:["Anzahl"]}},89984:e=>{e.exports={en:["Remove color"],de:["Farbe entfernen"]}},47550:e=>{e.exports={en:["Remove selected emoji"],de:["Ausgewählten Emoji entfernen"]}},33533:e=>{e.exports={en:["Reset settings"],de:["Einstellungen zurücksetzen"]}},50421:e=>{e.exports={en:["Right"],de:["Rechts"]}},94226:e=>{e.exports={en:["Wednesday"],de:["Mittwoch"]}},835:e=>{e.exports={en:["Weeks"],de:["Wochen"]}},32163:e=>{e.exports={en:["Wick"],de:["Docht"]}},4622:e=>{e.exports={en:["Width (% of the box)"],de:["Breite (% der Box)"]}},97118:e=>{e.exports={en:["Top"],de:["Oben"]}},25485:e=>{e.exports={en:["Text alignment"],de:["Textausrichtung"]}},77753:e=>{e.exports={en:["Text color"],de:["Textfarbe"]}},67781:e=>{e.exports={en:["Text orientation"],de:["Text Ausrichtung"]}},79137:e=>{e.exports={en:["Thursday"],de:["Donnerstag"]}},54971:e=>{e.exports={en:["Thickness"],de:["Stärke"]}},24821:e=>{e.exports={en:["Ticks"]}},6532:e=>{e.exports={en:["Trades on chart"],de:["Trades auf dem Chart"]}},82160:e=>{e.exports={en:["Tuesday"],de:["Dienstag"]}},22691:e=>{e.exports={en:["Up"],de:["Aufwärts"]}},13748:e=>{e.exports={en:["Use special math signs to displace selected drawings: +,-,/,* for price and +,- for bar index."],de:["Verwenden Sie spezielle mathematische Zeichen, um ausgewählte Zeichnungen zu verschieben: +,-,/,* für Preis- und +,- für Balken-Index."]}},81363:e=>{e.exports={en:["Volume profile"],de:["Volumenprofil"]}},60092:e=>{e.exports={en:["Values"],de:["Werte"]}},69526:e=>{
+e.exports={en:["Vertical"],de:["Vertikal"]}},66181:e=>{e.exports={en:["Years"],de:["Jahre"]}},70932:e=>{e.exports={en:["commodity"],de:["Rohstoff"]}},79599:e=>{e.exports={en:["cfd"]}},26476:e=>{e.exports={en:["change min tick"],de:["Min Tick ändern"]}},29426:e=>{e.exports={en:["change opacity"],de:["Transparenz ändern"]}},86955:e=>{e.exports={en:["change char"],de:["Zeichen ändern"]}},31675:e=>{e.exports={en:["change color"],de:["Farbe ändern"]}},85889:e=>{e.exports={en:["change expand blocks"],de:["Blockerweiterungen ändern"]}},27745:e=>{e.exports={en:["change font size"],de:["Schriftgröße ändern"]}},28818:e=>{e.exports={en:["change line style"],de:["Linienart ändern"]}},6834:e=>{e.exports={en:["change location"],de:["Ort ändern"]}},62294:e=>{e.exports={en:["change percent width"],de:["Prozentuale Breite ändern"]}},81891:e=>{e.exports={en:["change placement"],de:["Platzierung ändern"]}},43439:e=>{e.exports={en:["change plot type"],de:["Darstellungsart ändern"]}},61863:e=>{e.exports={en:["change precision"],de:["Präzision ändern"]}},83468:e=>{e.exports={en:["change shape"],de:["Form ändern"]}},73281:e=>{e.exports={en:["change thickness"],de:["Stärke ändern"]}},21333:e=>{e.exports={en:["change value"],de:["Wert ändern"]}},9344:e=>{e.exports={en:["change values visibility"],de:["Sichtbarkeit der Werte ändern"]}},96135:e=>{e.exports={en:["change {title} days to"],de:["ändere {title} von Tagen auf"]}},91201:e=>{e.exports={en:["change {title} days from"],de:["ändere {title} auf Tage von"]}},8306:e=>{e.exports={en:["change {title} hours from"],de:["ändere {title} auf Stunden von"]}},67233:e=>{e.exports={en:["change {title} hours to"],de:["ändere {title} von Stunden auf"]}},99122:e=>{e.exports={en:["change {title} months from"],de:["ändere {title} auf Monate von"]}},10518:e=>{e.exports={en:["change {title} months to"],de:["ändere {title} von Monaten auf"]}},38011:e=>{e.exports={en:["change {title} minutes to"],de:["ändere {title} von Minuten auf"]}},59820:e=>{e.exports={en:["change {title} minutes from"],de:["ändere {title} auf Minuten von"]}},6573:e=>{e.exports={en:["change {title} seconds to"],de:["ändere {title} von Sekunden auf"]}},86780:e=>{e.exports={en:["change {title} seconds from"],de:["Sekunde von {title} ändern"]}},32481:e=>{e.exports={en:["change {title} weeks from"],de:["ändere {title} auf Wochen von"]}},18678:e=>{e.exports={en:["change {title} weeks to"],de:["ändere {title} von Wochen auf"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],de:["Sichtbarkeit von {title} in Ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],de:["Sichtbarkeit von {title} auf Wochen ändern"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],de:["{title} Sichtbarkeit auf {ranges} ändern"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],de:["Sichtbarkeit von {title} auf Tage ändern"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],de:["Sichtbarkeit von {title} auf Stunden ändern"]}},78219:e=>{e.exports={
+en:["change {title} visibility on minutes"],de:["Sichtbarkeit von {title} auf Minuten ändern"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],de:["Sichtbarkeit von {title} auf Monate ändern"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],de:["Sichtbarkeit von {title} in Sekunden"]}},25167:e=>{e.exports={en:["change {propertyName} property"],de:["Eigenschaft {propertyName} ändern"]}},5741:e=>{e.exports={en:["close"],de:["Close"]}},46128:e=>{e.exports={en:["crypto"]}},35813:e=>{e.exports={en:["days"],de:["Tage"]}},89919:e=>{e.exports={en:["days to"],de:["Tage bis"]}},59215:e=>{e.exports={en:["days from"],de:["Tage von"]}},47268:e=>{e.exports={en:["dr"]}},406:e=>{e.exports={en:["e.g. +1"],de:["z.B. +1"]}},49957:e=>{e.exports={en:["e.g. /2"],de:["z.B. /2"]}},54094:e=>{e.exports={en:["economy"],de:["Wirtschaft"]}},17770:e=>{e.exports={en:["forex"],de:["Devisen"]}},4723:e=>{e.exports={en:["futures"],de:["Futures"]}},2359:e=>{e.exports={en:["hours"],de:["Stunden"]}},82267:e=>{e.exports={en:["hours from"],de:["Stunden von"]}},15600:e=>{e.exports={en:["hours to"],de:["Stunden bis"]}},59319:e=>{e.exports={en:["high"],de:["High"]}},96008:e=>{e.exports={en:["hl2"]}},91189:e=>{e.exports={en:["hlc3"]}},49242:e=>{e.exports={en:["hlcc4"]}},87464:e=>{e.exports={en:["index"],de:["Index"]}},90250:e=>{e.exports={en:["indices"],de:["Indizes"]}},52793:e=>{e.exports={en:["ohlc4"]}},83584:e=>{e.exports={en:["open"]}},41902:e=>{e.exports={en:["low"],de:["Low"]}},95300:e=>{e.exports={en:["months"],de:["Monate"]}},17250:e=>{e.exports={en:["months from"],de:["Monate von"]}},2828:e=>{e.exports={en:["months to"],de:["Monate zu"]}},18726:e=>{e.exports={en:["minutes"],de:["Minuten"]}},67649:e=>{e.exports={en:["minutes to"],de:["Minuten bis"]}},22476:e=>{e.exports={en:["minutes from"],de:["Minuten von"]}},751:e=>{e.exports={en:["seconds"],de:["Sekunden"]}},73419:e=>{e.exports={en:["seconds to"],de:["Sekunden bis"]}},35801:e=>{e.exports={en:["seconds from"],de:["Sekunden von"]}},76752:e=>{e.exports={en:["stock"],de:["Aktie"]}},45537:e=>{e.exports={en:["weeks"],de:["Wochen"]}},92859:e=>{e.exports={en:["weeks from"],de:["Wochen von"]}},44127:e=>{e.exports={en:["weeks to"],de:["Wochen bis"]}},3539:e=>{e.exports={en:["ticks"],de:["Ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.4821.0124e1463859eb34b0d7.js b/public/charting_library/bundles/de.4821.0124e1463859eb34b0d7.js
new file mode 100644
index 0000000..4de8a50
--- /dev/null
+++ b/public/charting_library/bundles/de.4821.0124e1463859eb34b0d7.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4821],{24821:e=>{e.exports={en:["Ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.5111.0e84f778015dc1f067f1.js b/public/charting_library/bundles/de.5111.0e84f778015dc1f067f1.js
new file mode 100644
index 0000000..e91ed10
--- /dev/null
+++ b/public/charting_library/bundles/de.5111.0e84f778015dc1f067f1.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5111],{77114:e=>{e.exports={en:["erase level line"],de:["Linie der Ebene löschen"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.5402.f7a00bf7d82b9a40920d.js b/public/charting_library/bundles/de.5402.f7a00bf7d82b9a40920d.js
new file mode 100644
index 0000000..1873d9c
--- /dev/null
+++ b/public/charting_library/bundles/de.5402.f7a00bf7d82b9a40920d.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5402],{15402:e=>{e.exports={en:["Next time you can use {shortcut} for quick paste"],de:["Beim nächsten Mal können Sie {shortcut} zum schnellen Einfügen verwenden"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.5683.0a2c985dba54512056ce.js b/public/charting_library/bundles/de.5683.0a2c985dba54512056ce.js
new file mode 100644
index 0000000..2e2da2f
--- /dev/null
+++ b/public/charting_library/bundles/de.5683.0a2c985dba54512056ce.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5683],{97349:e=>{e.exports={en:["Fr"],de:["Fr."]}},30961:e=>{e.exports={en:["Mo"],de:["Mo."]}},94748:e=>{e.exports={en:["Sa"],de:["Sa."]}},75005:e=>{e.exports={en:["Su"],de:["So."]}},92578:e=>{e.exports={en:["We"],de:["Mi."]}},8765:e=>{e.exports={en:["Th"],de:["Do."]}},9135:e=>{e.exports={en:["Tu"],de:["Di."]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"],de:["Kalender steht derzeit auf Jahr {year}"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"],de:["Kalender steht derzeit auf den Jahren von {year_start} bis {year_end}"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"],de:["Kalender steht derzeit auf {month}"]}},4543:e=>{e.exports={en:["Cancel"],de:["Abbrechen"]}},47742:e=>{e.exports={en:["Close menu"],de:["Menü schließen"]}},81861:e=>{e.exports={en:["Custom range"],de:["Benutzerdefinierter Bereich"]}},28896:e=>{e.exports={en:["April"]}},11081:e=>{e.exports={en:["August"]}},42432:e=>{e.exports={en:["Go to"],de:["Gehe zu"]}},90082:e=>{e.exports={en:["December"],de:["Dezember"]}},81069:e=>{e.exports={en:["February"],de:["Februar"]}},3570:e=>{e.exports={en:["Friday"],de:["Freitag"]}},200:e=>{e.exports={en:["January"],de:["Januar"]}},6608:e=>{e.exports={en:["July"],de:["Juli"]}},61487:e=>{e.exports={en:["June"],de:["Juni"]}},37997:e=>{e.exports={en:["October"]}},19295:e=>{e.exports={en:["Ok"]}},19573:e=>{e.exports={en:["Monday"],de:["Montag"]}},43154:e=>{e.exports={en:["Months"],de:["Monate"]}},37117:e=>{e.exports={en:["More"],de:["Mehr"]}},25734:e=>{e.exports={en:["May"],de:["Mai"]}},93878:e=>{e.exports={en:["March"],de:["März"]}},4607:e=>{e.exports={en:["November"]}},69102:e=>{e.exports={en:["Next year"],de:["Nächstes Jahr"]}},17538:e=>{e.exports={en:["Next years"],de:["Nächste Jahre"]}},92790:e=>{e.exports={en:["Next month"],de:["Nächster Monat"]}},30348:e=>{e.exports={en:["Saturday"],de:["Samstag"]}},32179:e=>{e.exports={en:["September"]}},61480:e=>{e.exports={en:["Sunday"],de:["Sonntag"]}},70235:e=>{e.exports={en:["Switch to months"],de:["Zu Monaten wechseln"]}},91245:e=>{e.exports={en:["Switch to dates"],de:["Zu Daten wechseln"]}},71961:e=>{e.exports={en:["Switch to years"],de:["Zu Jahren wechseln"]}},27254:e=>{e.exports={en:["Please enter the right date"],de:["Bitte geben Sie das richtige Datum ein"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"],de:["Bitte geben Sie das korrekte Datumsformat ein yyyy-mm-dd"]}},93984:e=>{e.exports={en:["Previous month"],de:["Vorheriger Monat"]}},75776:e=>{e.exports={en:["Previous year"],de:["Vorheriges Jahr"]}},44701:e=>{e.exports={en:["Previous years"],de:["Frühere Jahre"]}},94226:e=>{e.exports={en:["Wednesday"],de:["Mittwoch"]}},79137:e=>{e.exports={en:["Thursday"],de:["Donnerstag"]}},82160:e=>{e.exports={en:["Tuesday"],de:["Dienstag"]}},66181:e=>{e.exports={en:["Years"],de:["Jahre"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.5862.3039f470825daf65b9d6.js b/public/charting_library/bundles/de.5862.3039f470825daf65b9d6.js
new file mode 100644
index 0000000..5a3e634
--- /dev/null
+++ b/public/charting_library/bundles/de.5862.3039f470825daf65b9d6.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5862],{4543:e=>{e.exports={en:["Cancel"],de:["Abbrechen"]}},32910:e=>{e.exports={en:["Choose image"],de:["Bild wählen"]}},47742:e=>{e.exports={en:["Close menu"],de:["Menü schließen"]}},98918:e=>{e.exports={en:["Drop image here!"],de:["Bild hierher ziehen!"]}},49580:e=>{e.exports={en:["Image is required"],de:["Bild wird benötigt"]}},41667:e=>{e.exports={en:["JPG, PNG or WEBP"],de:["JPG, PNG oder WEBP"]}},19295:e=>{e.exports={en:["Ok"]}},7654:e=>{e.exports={en:["Max size {value}"],de:["Maximale Größe {value}"]}},64789:e=>{e.exports={en:["Something went wrong, try again"],de:["Etwas ist schief gelaufen, erneut versuchen"]}},73007:e=>{e.exports={en:["The image being pasted is way too large"],de:["Das eingefügte Bild ist viel zu groß"]}},19788:e=>{e.exports={en:["Transparency"],de:["Transparenz"]}},16992:e=>{e.exports={en:["Upload a valid image. The file you uploaded was either not an image or a corrupted image."],de:["Laden Sie ein gültiges Bild hoch. Die Datei, welche Sie hochgeladen haben, war entweder kein Bild oder ein beschädigtes Bild."]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.6155.0d55563600ea0d002811.js b/public/charting_library/bundles/de.6155.0d55563600ea0d002811.js
new file mode 100644
index 0000000..dc546ec
--- /dev/null
+++ b/public/charting_library/bundles/de.6155.0d55563600ea0d002811.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],de:["#{count} (Preis, Bar)"]}},78930:e=>{e.exports={en:["Coordinates"],de:["Koordinaten"]}},24197:e=>{e.exports={en:["Center"],de:["Zentrieren"]}},27567:e=>{e.exports={en:["Bottom"],de:["Unten"]}},72942:e=>{e.exports={en:["Days"],de:["Tage"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],de:["Verschiebung (Preis, Balken)"]}},56796:e=>{e.exports={en:["Hours"],de:["Stunden"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],de:["Eingaben"]}},11626:e=>{e.exports={en:["Left"],de:["Links"]}},43154:e=>{e.exports={en:["Months"],de:["Monate"]}},68833:e=>{e.exports={en:["Middle"],de:["Mitte"]}},42562:e=>{e.exports={en:["Minutes"],de:["Minuten"]}},65188:e=>{e.exports={en:["Seconds"]}},50421:e=>{e.exports={en:["Right"],de:["Rechts"]}},835:e=>{e.exports={en:["Weeks"],de:["Wochen"]}},97118:e=>{e.exports={en:["Top"],de:["Oben"]}},70320:e=>{e.exports={en:["Text"]}},25485:e=>{e.exports={en:["Text alignment"],de:["Textausrichtung"]}},67781:e=>{e.exports={en:["Text orientation"],de:["Text Ausrichtung"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"],de:["Vertikal"]}},2066:e=>{e.exports={en:["change bar X coordinate"],de:["X-Koordinate des Balkens ändern"]}},11737:e=>{e.exports={en:["change price Y coordinate"],de:["Y-Koordinate des Preises ändern"]}},96135:e=>{e.exports={en:["change {title} days to"],de:["ändere {title} von Tagen auf"]}},91201:e=>{e.exports={en:["change {title} days from"],de:["ändere {title} auf Tage von"]}},8306:e=>{e.exports={en:["change {title} hours from"],de:["ändere {title} auf Stunden von"]}},67233:e=>{e.exports={en:["change {title} hours to"],de:["ändere {title} von Stunden auf"]}},99122:e=>{e.exports={en:["change {title} months from"],de:["ändere {title} auf Monate von"]}},10518:e=>{e.exports={en:["change {title} months to"],de:["ändere {title} von Monaten auf"]}},38011:e=>{e.exports={en:["change {title} minutes to"],de:["ändere {title} von Minuten auf"]}},59820:e=>{e.exports={en:["change {title} minutes from"],de:["ändere {title} auf Minuten von"]}},6573:e=>{e.exports={en:["change {title} seconds to"],de:["ändere {title} von Sekunden auf"]}},86780:e=>{e.exports={en:["change {title} seconds from"],de:["Sekunde von {title} ändern"]}},32481:e=>{e.exports={en:["change {title} weeks from"],de:["ändere {title} auf Wochen von"]}},18678:e=>{e.exports={en:["change {title} weeks to"],de:["ändere {title} von Wochen auf"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],de:["Sichtbarkeit von {title} in Ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],de:["Sichtbarkeit von {title} auf Wochen ändern"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],de:["{title} Sichtbarkeit auf {ranges} ändern"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],de:["Sichtbarkeit von {title} auf Tage ändern"]}},68715:e=>{e.exports={
+en:["change {title} visibility on hours"],de:["Sichtbarkeit von {title} auf Stunden ändern"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],de:["Sichtbarkeit von {title} auf Minuten ändern"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],de:["Sichtbarkeit von {title} auf Monate ändern"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],de:["Sichtbarkeit von {title} in Sekunden"]}},25167:e=>{e.exports={en:["change {propertyName} property"],de:["Eigenschaft {propertyName} ändern"]}},35813:e=>{e.exports={en:["days"],de:["Tage"]}},89919:e=>{e.exports={en:["days to"],de:["Tage bis"]}},59215:e=>{e.exports={en:["days from"],de:["Tage von"]}},2359:e=>{e.exports={en:["hours"],de:["Stunden"]}},82267:e=>{e.exports={en:["hours from"],de:["Stunden von"]}},15600:e=>{e.exports={en:["hours to"],de:["Stunden bis"]}},76261:e=>{e.exports={en:["move drawings"],de:["Zeichnungen verschieben"]}},95300:e=>{e.exports={en:["months"],de:["Monate"]}},17250:e=>{e.exports={en:["months from"],de:["Monate von"]}},2828:e=>{e.exports={en:["months to"],de:["Monate zu"]}},18726:e=>{e.exports={en:["minutes"],de:["Minuten"]}},67649:e=>{e.exports={en:["minutes to"],de:["Minuten bis"]}},22476:e=>{e.exports={en:["minutes from"],de:["Minuten von"]}},751:e=>{e.exports={en:["seconds"],de:["Sekunden"]}},73419:e=>{e.exports={en:["seconds to"],de:["Sekunden bis"]}},35801:e=>{e.exports={en:["seconds from"],de:["Sekunden von"]}},45537:e=>{e.exports={en:["weeks"],de:["Wochen"]}},92859:e=>{e.exports={en:["weeks from"],de:["Wochen von"]}},44127:e=>{e.exports={en:["weeks to"],de:["Wochen bis"]}},3539:e=>{e.exports={en:["ticks"],de:["Ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.6290.a5f1298c89f78011c7d7.js b/public/charting_library/bundles/de.6290.a5f1298c89f78011c7d7.js
new file mode 100644
index 0000000..9722347
--- /dev/null
+++ b/public/charting_library/bundles/de.6290.a5f1298c89f78011c7d7.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6290,7122],{71682:e=>{e.exports={en:["in"]}},72630:e=>{e.exports={en:["Closed"],de:["Geschlossen"]}},18741:e=>{e.exports={en:["Open"],de:["Offener"]}},95931:e=>{e.exports={en:["Cancel Order"],de:["Auftrag abbrechen"]}},59783:e=>{e.exports={en:["Close Position"],de:["Position Schließen"]}},6060:e=>{e.exports={en:["Add text"],de:["Text hinzufügen"]}},47545:e=>{e.exports={en:["FAILURE"],de:["FEHLER"]}},1472:e=>{e.exports={en:["Head"],de:["Kopf"]}},27443:e=>{e.exports={en:["Left Shoulder"],de:["Linke Schulter"]}},67710:e=>{e.exports={en:["Modify Order"],de:["Order modifizieren"]}},26409:e=>{e.exports={en:["SUCCESS"],de:["ERFOLG"]}},79463:e=>{e.exports={en:["Stop: {stopChange} ({stopChangePercent}) {stopChangePip}, Amount: {amount}"],de:["Stop: {stopChange} ({stopChangePercent}) {stopChangePip}, Betrag: {amount}"]}},24927:e=>{e.exports={en:["Protect Position"],de:["Position absichern"]}},10780:e=>{e.exports={en:["Qty: {qty}"],de:["Anz: {qty}"]}},98818:e=>{e.exports={en:["Reverse Position"],de:["Position Umkehren"]}},14719:e=>{e.exports={en:["Right Shoulder"],de:["Rechte Schulter"]}},36825:e=>{e.exports={en:["Risk/Reward Ratio: {ratio}"],de:["Chance/Risiko Verhältnis: {ratio}"]}},72274:e=>{e.exports={en:["Target: {profitChange} ({profitChangePercent}) {profitChangePip}, Amount: {amount}"],de:["Ziel: {profitChange} ({profitChangePercent}) {profitChangePip}, Betrag: {amount}"]}},57122:e=>{e.exports={en:["change {title} text"],de:["{title} Text ändern"]}},44994:e=>{e.exports={en:["distance: {number} px"],de:["Abstand: {number} px"]}},76250:e=>{e.exports={en:["{status} P&L: {pnl}"],de:["{status} G&V: {pnl}"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.6342.6af643b9a34abf3f6313.js b/public/charting_library/bundles/de.6342.6af643b9a34abf3f6313.js
new file mode 100644
index 0000000..37c6334
--- /dev/null
+++ b/public/charting_library/bundles/de.6342.6af643b9a34abf3f6313.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6342],{87859:e=>{e.exports={en:["Not applicable"],de:["Nicht anwendbar"]}},51998:e=>{e.exports={en:["Type the interval number for minute charts (i.e. 5 if it is going to be a five minute chart). Or number plus letter for H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)"],de:["Geben Sie die Intervall-Nummer für Minuten-Charts ein (z.B. 5, wenn es sich um einen Fünf-Minuten-Chart handelt). Oder Zahl plus Buchstabe für H (stündlich), D (täglich), W (wöchentlich), M (monatlich) Intervalle (d.h. D oder 2H)"]}},96941:e=>{e.exports={en:["Type the interval number for minute charts (i.e. 5 if it's going to be a five minute chart). Or number plus letter for other intervals: S for 1 second chart (15S for 15 second chart, etc.), H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)"],de:["Geben Sie die Intervallnummer für Minuten-Charts ein (d.h. 5, wenn es sich um ein Fünf-Minuten-Chart handeln soll). Oder Nummer und Buchstabe für andere Intervalle: S für 1-Sekunden-Chart (15S für 15-Sekunden-Chart, etc.), H (stündliche), D (tägliche), W (wöchentliche), M (monatliche) Intervalle (z.B. D oder 2H)"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.6406.78b7e0b0b9555ce886a5.js b/public/charting_library/bundles/de.6406.78b7e0b0b9555ce886a5.js
new file mode 100644
index 0000000..9d2049e
--- /dev/null
+++ b/public/charting_library/bundles/de.6406.78b7e0b0b9555ce886a5.js
@@ -0,0 +1,10 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6406,2787,6155,1432,5402,4821],{13616:e=>{e.exports={en:["#{count} (bar)"]}},80166:e=>{e.exports={en:["#{count} (price, bar)"],de:["#{count} (Preis, Bar)"]}},26381:e=>{e.exports={en:["#1 (bar)"],de:["#1 (Bar)"]}},37814:e=>{e.exports={en:["#1 (price)"],de:["#1 (Preis)"]}},6737:e=>{e.exports={en:["#1 (price, bar)"],de:["#1 (Preis, Bar)"]}},87476:e=>{e.exports={en:["#1 (vertical position %, bar)"],de:["#1(vertikale Position %, Balken)"]}},29291:e=>{e.exports={en:["Median"],de:["Medianer Wert"]}},75106:e=>{e.exports={en:["%"]}},53912:e=>{e.exports={en:["Coeffs as percents"],de:["Koeffizienten als Prozentangaben"]}},47370:e=>{e.exports={en:["Color"],de:["Farbe"]}},89735:e=>{e.exports={en:["Compact stats mode"],de:["Kompakter Statistik-Modus"]}},78930:e=>{e.exports={en:["Coordinates"],de:["Koordinaten"]}},87145:e=>{e.exports={en:["Cash"]}},24197:e=>{e.exports={en:["Center"],de:["Zentrieren"]}},4518:e=>{e.exports={en:["Change in pips"],de:["Veränderung in Pips"]}},9074:e=>{e.exports={en:["Change price offset"],de:["Preis-Offset ändern"]}},390:e=>{e.exports={en:["Angle"],de:["Winkel"]}},36335:e=>{e.exports={en:["Angles"],de:["Winkel"]}},97668:e=>{e.exports={en:["Account size"],de:["Kontogröße"]}},93857:e=>{e.exports={en:["Always show stats"],de:["Statistik immer anzeigen"]}},59129:e=>{e.exports={en:["Arcs"],de:["Bögen"]}},52648:e=>{e.exports={en:["Avg HL in minticks"],de:["Durchschnittliche HL in Minticks"]}},27567:e=>{e.exports={en:["Bottom"],de:["Unten"]}},17129:e=>{e.exports={en:["Bottom labels"],de:["Beschriftungen"]}},38408:e=>{e.exports={en:["Border"],de:["Rahmen"]}},333:e=>{e.exports={en:["Borders"],de:["Rahmen"]}},79468:e=>{e.exports={en:["Background"],de:["Hintergrund"]}},58375:e=>{e.exports={en:["Background #1"],de:["Hintergrund #1"]}},89073:e=>{e.exports={en:["Bars range"],de:["Spanne der Balken"]}},62374:e=>{e.exports={en:["Date/time range"],de:["Datum/Zeitspanne"]}},72942:e=>{e.exports={en:["Days"],de:["Tage"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],de:["Verschiebung (Preis, Balken)"]}},3369:e=>{e.exports={en:["Distance"],de:["Distanz"]}},71310:e=>{e.exports={en:["Emoji pin"],de:["Emoji Pin"]}},6002:e=>{e.exports={en:["Entry price"],de:["Einstiegspreis"]}},1337:e=>{e.exports={en:["Extend"],de:["Verlängern"]}},76410:e=>{e.exports={en:["Extend bottom"],de:["Nach unten verlängern"]}},25112:e=>{e.exports={en:["Extend left"],de:["Nach links verlängern"]}},61856:e=>{e.exports={en:["Extend left line"],de:["Linie nach links verlängern"]}},819:e=>{e.exports={en:["Extend lines"],de:["Linien verlängern"]}},25188:e=>{e.exports={en:["Extend lines left"],de:["Linien nach links erweitern"]}},79192:e=>{e.exports={en:["Extend lines right"],de:["Linien nach rechts erweitern"]}},68461:e=>{e.exports={en:["Extend right"],de:["Nach rechts verlängern"]}},87430:e=>{e.exports={en:["Extend right line"],de:["Linie nach rechts verlängern"]}},71397:e=>{e.exports={en:["Extend top"],de:["Nach oben verlängern"]}},2573:e=>{e.exports={en:["Font size"],
+de:["Schriftgröße"]}},71525:e=>{e.exports={en:["Failure text"],de:["Fehlschlag Text"]}},28357:e=>{e.exports={en:["Failure background"],de:["Fehlschlag Hintergrund"]}},84885:e=>{e.exports={en:["Fans"],de:["Fächer"]}},66086:e=>{e.exports={en:["Fib levels based on log scale"],de:["Fib Level, basierend auf logarithmischer Skalierung"]}},63271:e=>{e.exports={en:["Flipped"],de:["Umgedreht"]}},49275:e=>{e.exports={en:["HL bars"],de:["HL Balken"]}},56796:e=>{e.exports={en:["Hours"],de:["Stunden"]}},95406:e=>{e.exports={en:["Horizontal"]}},81169:e=>{e.exports={en:["Invalid URL"],de:["Ungültige URL"]}},21429:e=>{e.exports={en:["Inputs"],de:["Eingaben"]}},91612:e=>{e.exports={en:["Inside"],de:["Mittig"]}},98136:e=>{e.exports={en:["OC bars"],de:["OC Bars"]}},46005:e=>{e.exports={en:["Original"]}},74045:e=>{e.exports={en:["Lot size"],de:["Lot Größe"]}},71571:e=>{e.exports={en:["Lower band #1"],de:["Unteres Band"]}},91889:e=>{e.exports={en:["Lower band #2"],de:["Unteres Band #2"]}},83301:e=>{e.exports={en:["Lower band #3"],de:["Unteres Band #3"]}},74872:e=>{e.exports={en:["Label"],de:["Beschriftung"]}},73863:e=>{e.exports={en:["Label background"],de:["Hintergrund des Labels"]}},79650:e=>{e.exports={en:["Levels"],de:["Level"]}},36937:e=>{e.exports={en:["Levels line"],de:["Levels-Linie"]}},11626:e=>{e.exports={en:["Left"],de:["Links"]}},65e3:e=>{e.exports={en:["Left labels"],de:["Beschriftungen links"]}},32982:e=>{e.exports={en:["Line - HL/2"],de:["Linie - HT/2"]}},80332:e=>{e.exports={en:["Line - open"],de:["Linie - Eröffnung"]}},30216:e=>{e.exports={en:["Line - close"],de:["Linie - Schluss"]}},18387:e=>{e.exports={en:["Line - high"],de:["Linie - Hoch"]}},53880:e=>{e.exports={en:["Line - low"],de:["Linie - Tief"]}},3214:e=>{e.exports={en:["Mode"],de:["Modus"]}},70382:e=>{e.exports={en:["Modified Schiff"],de:["Schiff modifiziert"]}},43154:e=>{e.exports={en:["Months"],de:["Monate"]}},68833:e=>{e.exports={en:["Middle"],de:["Mitte"]}},68286:e=>{e.exports={en:["Middle line"],de:["Mittellinie"]}},12516:e=>{e.exports={en:["Middle point"],de:["Mittelpunkt"]}},42562:e=>{e.exports={en:["Minutes"],de:["Minuten"]}},28941:e=>{e.exports={en:["Mirrored"],de:["Gespiegelt"]}},15402:e=>{e.exports={en:["Next time you can use {shortcut} for quick paste"],de:["Beim nächsten Mal können Sie {shortcut} zum schnellen Einfügen verwenden"]}},14279:e=>{e.exports={en:["Source background"],de:["Quelle Hintergrund"]}},64598:e=>{e.exports={en:["Source border"],de:["Quelle Grenze"]}},88479:e=>{e.exports={en:["Source text"],de:["Quell Text"]}},69904:e=>{e.exports={en:["Schiff"]}},65188:e=>{e.exports={en:["Seconds"]}},26754:e=>{e.exports={en:["Stats"],de:["Statistiken"]}},16053:e=>{e.exports={en:["Stats position"],de:["Stats Position"]}},33310:e=>{e.exports={en:["Stop color"],de:["Stopp Farbe"]}},23814:e=>{e.exports={en:["Stop level"],de:["Stop Level"]}},23971:e=>{e.exports={en:["Success text"],de:["Erfolg Text"]}},90431:e=>{e.exports={en:["Success background"],de:["Erfolg Hintergrund"]}},73525:e=>{e.exports={en:["Percent change"],de:["Prozentuale Veränderung"]}},
+33120:e=>{e.exports={en:["Percents"],de:["Prozente"]}},83840:e=>{e.exports={en:["Price"],de:["Preis"]}},97273:e=>{e.exports={en:["Price label"],de:["Preis-Label"]}},42747:e=>{e.exports={en:["Price labels"],de:["Preislabel"]}},58557:e=>{e.exports={en:["Price levels"],de:["Preisniveaus"]}},62362:e=>{e.exports={en:["Price range"],de:["Preisspanne"]}},78393:e=>{e.exports={en:["Price/bar ratio"],de:["Price/Bar Ratio"]}},29416:e=>{e.exports={en:["Prices"],de:["Preise"]}},67852:e=>{e.exports={en:["Profit level"],de:["Profit Level"]}},27177:e=>{e.exports={en:["Ranges and ratio"],de:["Bereiche und Verhältnis"]}},64489:e=>{e.exports={en:["Reverse"],de:["Umkehren"]}},50421:e=>{e.exports={en:["Right"],de:["Rechts"]}},28971:e=>{e.exports={en:["Right labels"],de:["Beschriftung Rechts"]}},63886:e=>{e.exports={en:["Risk"],de:["Risiko"]}},32998:e=>{e.exports={en:["Wave"],de:["Welle"]}},835:e=>{e.exports={en:["Weeks"],de:["Wochen"]}},32163:e=>{e.exports={en:["Wick"],de:["Docht"]}},97118:e=>{e.exports={en:["Top"],de:["Oben"]}},74939:e=>{e.exports={en:["Top labels"],de:["Markierungen an Oberseite"]}},95631:e=>{e.exports={en:["Target background"],de:["Ziel Hintergrund"]}},79622:e=>{e.exports={en:["Target border"],de:["Ziel Grenze"]}},3560:e=>{e.exports={en:["Target color"],de:["Kursziel Farbe"]}},59264:e=>{e.exports={en:["Target text"],de:["Ziel Text"]}},70320:e=>{e.exports={en:["Text"]}},7560:e=>{e.exports={en:["Text wrap"],de:["Textumfluss"]}},25485:e=>{e.exports={en:["Text alignment"],de:["Textausrichtung"]}},67781:e=>{e.exports={en:["Text orientation"],de:["Text Ausrichtung"]}},54971:e=>{e.exports={en:["Thickness"],de:["Stärke"]}},24821:e=>{e.exports={en:["Ticks"]}},56822:e=>{e.exports={en:["Time label"],de:["Zeitstempel"]}},58476:e=>{e.exports={en:["Time levels"],de:["Zeit-Ebenen"]}},19788:e=>{e.exports={en:["Transparency"],de:["Transparenz"]}},51574:e=>{e.exports={en:["Trend line"],de:["Trendlinie"]}},21315:e=>{e.exports={en:["Upper band #1"],de:["Oberes Band"]}},65448:e=>{e.exports={en:["Upper band #2"],de:["Oberes Band #2"]}},64848:e=>{e.exports={en:["Upper band #3"],de:["Oberes Band #3"]}},28683:e=>{e.exports={en:["Use one color"],de:["Eine Farbe verwenden"]}},5682:e=>{e.exports={en:["VWAP"]}},37644:e=>{e.exports={en:["Volume"],de:["Volumen"]}},60092:e=>{e.exports={en:["Values"],de:["Werte"]}},29566:e=>{e.exports={en:["Variance"],de:["Abweichung"]}},69526:e=>{e.exports={en:["Vertical"],de:["Vertikal"]}},3894:e=>{e.exports={en:["change angle"],de:["Winkel ändern"]}},77931:e=>{e.exports={en:["change arrow color"],de:["Pfeilfarbe ändern"]}},2066:e=>{e.exports={en:["change bar X coordinate"],de:["X-Koordinate des Balkens ändern"]}},77883:e=>{e.exports={en:["change flag color"],de:["Flaggenfarbe ändern"]}},83842:e=>{e.exports={en:["change image"],de:["Bild ändern"]}},65309:e=>{e.exports={en:["change image transparency"],de:["Transparenz des Bildes ändern"]}},11737:e=>{e.exports={en:["change price Y coordinate"],de:["Y-Koordinate des Preises ändern"]}},74883:e=>{e.exports={en:["change top margin"],de:["oberen Rand ändern"]}},
+69183:e=>{e.exports={en:["change vertical position Y coordinate"],de:["Vertikale Position der y-Koordinate ändern"]}},83030:e=>{e.exports={en:["change {title} VWAP line color"],de:["{title} Linienfarbe VWAP"]}},47479:e=>{e.exports={en:["change {title} VWAP line width"],de:["{title} Linienbreite VWAP"]}},31753:e=>{e.exports={en:["change {title} coeffs as percents visibility"],de:["Sichtbarkeit der {title} Koeffizienten als Prozent ändern"]}},49442:e=>{e.exports={en:["change {title} color"],de:["{title} Farbe ändern"]}},49904:e=>{e.exports={en:["change {title} compact stats mode"],de:["{title} Kompakt-Statistik-Modus ändern"]}},97345:e=>{e.exports={en:["change {title} candle border up color"],de:["{title} Farbe des Kerzenkörperrands einer Aufwärtskerze ändern"]}},88530:e=>{e.exports={en:["change {title} candle border visibility"],de:["{title} Sichtbarkeit des Kerzenkörperrands ändern"]}},81139:e=>{e.exports={en:["change {title} candle border down color"],de:["{title} Farbe des Kerzenkörperrands einer Abwärtskerze ändern"]}},80022:e=>{e.exports={en:["change {title} candle down color"],de:["{title} Farbe für Abwärtskerze ändern"]}},21631:e=>{e.exports={en:["change {title} candle up color"],de:["{title} Farbe für Aufwärtskerze ändern"]}},33589:e=>{e.exports={en:["change {title} candle wick color"],de:["{title} Kerzendochtfarbe ändern"]}},85382:e=>{e.exports={en:["change {title} candle wick visibility"],de:["{title} Sichtbarkeit des Kerzendochts ändern"]}},81340:e=>{e.exports={en:["change {title} change in pips visibility"],de:["Veränderung {title} Sichtbarkeit der Veränderung in Pips"]}},91600:e=>{e.exports={en:["change {title} currency"],de:["{title} Währung ändern"]}},59288:e=>{e.exports={en:["change {title} angle visibility"],de:["Sichtbarkeit des Ankerpunkts von {title} ändern"]}},99232:e=>{e.exports={en:["change {title} account size"],de:["{title} Accountgröße ändern"]}},80390:e=>{e.exports={en:["change {title} always show stats"],de:['Anzeige von {title} "Status immer anzeigen" ändern']}},59577:e=>{e.exports={en:["change {title} all lines color"],de:["alle Linienfarben von {title} ändern"]}},95582:e=>{e.exports={en:["change {title} arcs {index} line color"],de:["{index} Linienfarbe der Bögen von {title} ändern"]}},8745:e=>{e.exports={en:["change {title} arcs {index} line width"],de:["{index} Linienbreite der Bögen von {title} ändern"]}},4313:e=>{e.exports={en:["change {title} arcs {index} line visibility"],de:["Sichtbarkeit der {index} Bögen von {title} ändern"]}},39393:e=>{e.exports={en:["change {title} average HL value"],de:["{title} durchschnittlicher HL Wert ändern"]}},62130:e=>{e.exports={en:["change {title} bottom labels visibility"],de:["Sichtbarkeit von {title} der untersten Labels ändern"]}},13783:e=>{e.exports={en:["change {title} background transparency"],de:["Hintergrundtransparenz von {title} ändern"]}},30839:e=>{e.exports={en:["change {title} background visibility"],de:["Hintergrundsichtbarkeit von {title} ändern"]}},49765:e=>{e.exports={en:["change {title} background color"],
+de:["Hintergrundfarbe von {title} ändern"]}},2788:e=>{e.exports={en:["change {title} background color 1"],de:["{title} Hintergrundfarbe 1 ändern"]}},47108:e=>{e.exports={en:["change {title} background color 2"],de:["{title} Hintergrundfarbe 2 ändern"]}},98845:e=>{e.exports={en:["change {title} bars range visibility"],de:["Sichtbarkeit der Balkenrange von {title} ändern"]}},37563:e=>{e.exports={en:["change {title} date/time range visibility"],de:["Sichtbarkeit des Datums/Zeitfensters von {title} ändern"]}},96135:e=>{e.exports={en:["change {title} days to"],de:["ändere {title} von Tagen auf"]}},91201:e=>{e.exports={en:["change {title} days from"],de:["ändere {title} auf Tage von"]}},86650:e=>{e.exports={en:["change {title} degree"],de:["Neigung von {title} ändern"]}},45153:e=>{e.exports={en:["change {title} distance visibility"],de:["Sichtbarkeit der Distanz von {title} ändern"]}},73247:e=>{e.exports={en:["change {title} emoji"],de:["{title} Emoji ändern"]}},53274:e=>{e.exports={en:["change {title} emoji visibility"],de:["{title} Emoji Sichtbarkeit ändern"]}},91534:e=>{e.exports={en:["change {title} entry price"],de:["{title} Einstiegspreis ändert"]}},59665:e=>{e.exports={en:["change {title} extend bottom"],de:["{title} zum Boden erweitern"]}},35139:e=>{e.exports={en:["change {title} extend left"],de:["{title} nach links erweitern"]}},76295:e=>{e.exports={en:["change {title} extend lines"],de:["{title} Linienerweiterungen ändern"]}},30126:e=>{e.exports={en:["change {title} extend top"],de:["{title} zum Top erweitern"]}},58052:e=>{e.exports={en:["change {title} extending left"],de:["{title} Erweiterung nach links ändern"]}},74867:e=>{e.exports={en:["change {title} extending right"],de:["{title} Erweiterung nach rechts ändern"]}},10390:e=>{e.exports={en:["change {title} extension"],de:["Erweiterung {title} ändern"]}},58406:e=>{e.exports={en:["change {title} failure text color"],de:["{title} Fehler-Textfarbe ändern"]}},91321:e=>{e.exports={en:["change {title} failure background color"],de:["{title} Hintergrundfarbe des Fehlers ändern"]}},28833:e=>{e.exports={en:["change {title} fan {index} line visibility"],de:["Sichtbarkeit der {index} Fächer von {title} ändern"]}},45732:e=>{e.exports={en:["change {title} fan {index} line width"],de:["{index} Linienbreite des Fächer von {title} ändern"]}},62500:e=>{e.exports={en:["change {title} fan {index} line color"],de:["{index} Linienfarbe des Fächer von {title} ändern"]}},15972:e=>{e.exports={en:["change {title} fans visibility"],de:["{title} Sichtbarkeit von Fächern ändern"]}},1716:e=>{e.exports={en:["change {title} fans line color"],de:["{title} Fächerlinienfarbe ändern"]}},85509:e=>{e.exports={en:["change {title} fib levels based on log scale"],de:["{title} Fib-Levels basierend auf der Log-Skala ändern"]}},10643:e=>{e.exports={en:["change {title} flipped"],de:["{title} umdrehen"]}},8306:e=>{e.exports={en:["change {title} hours from"],de:["ändere {title} auf Stunden von"]}},67233:e=>{e.exports={en:["change {title} hours to"],de:["ändere {title} von Stunden auf"]}},86993:e=>{
+e.exports={en:["change {title} image background color"],de:["{title} Hintergrundfarbe des Bilds ändern"]}},54087:e=>{e.exports={en:["change {title} lot size"],de:["{title} Lotsize ändern"]}},67450:e=>{e.exports={en:["change {title} lower band #1 line color"],de:["{title} Linienfarbe des unteren Bands ändern"]}},87716:e=>{e.exports={en:["change {title} lower band #1 line visibility"],de:["{title} Sichtbarkeit des unteren Bands ändern"]}},43181:e=>{e.exports={en:["change {title} lower band #1 line width"],de:["{title} Linienbreite des unteren Bands ändern"]}},35092:e=>{e.exports={en:["change {title} lower band #2 line color"],de:["Ändern Sie die Linienfarbe des unteren Bands #2 von {title}"]}},94308:e=>{e.exports={en:["change {title} lower band #2 line visibility"],de:["Ändern Sie die Sichtbarkeit der Zeile des unteren Bands #2 von {title}"]}},8873:e=>{e.exports={en:["change {title} lower band #2 line width"],de:["Ändern Sie die Linienbreite des unteren Bands #2 von {title}"]}},68180:e=>{e.exports={en:["change {title} lower band #3 line color"],de:["Ändern Sie die Linienfarbe des unteren Bands #3 von {title}"]}},32442:e=>{e.exports={en:["change {title} lower band #3 line visibility"],de:["Ändern Sie die Sichtbarkeit der Linie des unteren Bands #3 von {title}"]}},3476:e=>{e.exports={en:["change {title} lower band #3 line width"],de:["Ändern Sie die Linienbreite des unteren Bands #3 von {title}"]}},55612:e=>{e.exports={en:["change {title} labels alignment"],de:["Ausrichtung der {title} Etiketten ändern"]}},19658:e=>{e.exports={en:["change {title} labels font size"],de:["Schriftgröße der {title} Label ändern"]}},93340:e=>{e.exports={en:["change {title} labels visibility"],de:["Sichtbarkeit der Labels von {title} ändern"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],de:["{title} Ebene {index} Koeffizient der Linie ändern"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],de:["{title} Ebene {index} Linienfarbe ändern"]}},64707:e=>{e.exports={en:["change {title} level {index} line style"],de:["Linienstil von {title} Ebene {index} ändern"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"],de:["{title} Ebene {index} Liniensichtbarkeit ändern"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"],de:["{title} Ebene {index} Linienbreite ändern"]}},54517:e=>{e.exports={en:["change {title} levels visibility"],de:["Sichtbarkeit der {title} Ebenen ändern"]}},63021:e=>{e.exports={en:["change {title} left labels visibility"],de:["Sichtbarkeit von {title} für linke Etiketten ändern"]}},57462:e=>{e.exports={en:["change {title} mode"],de:["{title} Modus ändern"]}},99122:e=>{e.exports={en:["change {title} months from"],de:["ändere {title} auf Monate von"]}},10518:e=>{e.exports={en:["change {title} months to"],de:["ändere {title} von Monaten auf"]}},27470:e=>{e.exports={en:["change {title} middle point visibility"],de:["Sichtbarkeit des Mittelpunkts von {title} ändern"]}},38011:e=>{e.exports={en:["change {title} minutes to"],
+de:["ändere {title} von Minuten auf"]}},59820:e=>{e.exports={en:["change {title} minutes from"],de:["ändere {title} auf Minuten von"]}},85198:e=>{e.exports={en:["change {title} mirrored"],de:["{title} spiegeln"]}},63047:e=>{e.exports={en:["change {title} source background color"],de:["{title} Hintergrundfarbe der Quelle ändern"]}},93889:e=>{e.exports={en:["change {title} source border color"],de:["{title} Färbung des Rands der Quelle ändern"]}},45833:e=>{e.exports={en:["change {title} source text color"],de:["{title} Quelltext Farbe ändern"]}},6573:e=>{e.exports={en:["change {title} seconds to"],de:["ändere {title} von Sekunden auf"]}},86780:e=>{e.exports={en:["change {title} seconds from"],de:["Sekunde von {title} ändern"]}},98463:e=>{e.exports={en:["change {title} style"],de:["Stil von {title} ändern"]}},86722:e=>{e.exports={en:["change {title} stats position"],de:["Position der Statusanzeige von {title} ändern"]}},26598:e=>{e.exports={en:["change {title} stop color"],de:["{title} Farbe des Stopps ändern"]}},45438:e=>{e.exports={en:["change {title} stop level"],de:["{title} Level des Stopp ändern"]}},27503:e=>{e.exports={en:["change {title} stop price"],de:["{title} Preis des Stopp ändern"]}},71715:e=>{e.exports={en:["change {title} success text color"],de:["Textfarbe für {title} Erfolg ändern"]}},80428:e=>{e.exports={en:["change {title} success background color"],de:["Hintergrundfarbe für {title} Erfolg ändern"]}},87246:e=>{e.exports={en:["change {title} percent change visibility"],de:["Veränderung {title} Sichtbarkeit der prozentualen Veränderung"]}},98822:e=>{e.exports={en:["change {title} price label visibility"],de:["Sichtbarkeit des Preislabels {title} ändern"]}},343:e=>{e.exports={en:["change {title} price labels visibility"],de:["Sichtbarkeit des Preislabels von {title} ändern"]}},63962:e=>{e.exports={en:["change {title} price range visibility"],de:["Sichtbarkeit der Preisrange von {title} ändern"]}},727:e=>{e.exports={en:["change {title} price visibility"],de:["{title} Preissichtbarkeit ändern"]}},4714:e=>{e.exports={en:["change {title} prices visibility"],de:["Sichtbarkeit der Preise von {title} ändern"]}},64330:e=>{e.exports={en:["change {title} profit level"],de:["{title} Profitlevel ändern"]}},12073:e=>{e.exports={en:["change {title} profit price"],de:["{title} Preis des Profit ändern"]}},50762:e=>{e.exports={en:["change {title} reverse"],de:["{title} Umkehrung ändern"]}},8390:e=>{e.exports={en:["change {title} right labels visibility"],de:["Sichtbarkeit von {title} der rechten Labels ändern"]}},79875:e=>{e.exports={en:["change {title} risk"],de:["{title} Risiko ändern"]}},60308:e=>{e.exports={en:["change {title} risk display mode"],de:["{title} Risiko-Anzeige ändern"]}},32481:e=>{e.exports={en:["change {title} weeks from"],de:["ändere {title} auf Wochen von"]}},18678:e=>{e.exports={en:["change {title} weeks to"],de:["ändere {title} von Wochen auf"]}},60111:e=>{e.exports={en:["change {title} width"],de:["{title} Breite ändern"]}},81301:e=>{e.exports={en:["change {title} top labels visibility"],
+de:["Sichtbarkeit von {title} der obersten Labels ändern"]}},25987:e=>{e.exports={en:["change {title} target background color"],de:["{title} Hintergrundfarbe des Ziels ändern"]}},24138:e=>{e.exports={en:["change {title} target border color"],de:["{title} Färbung des Rands des Ziels ändern"]}},10504:e=>{e.exports={en:["change {title} target color"],de:["{title} Farbe des Ziels ändern"]}},32230:e=>{e.exports={en:["change {title} target text color"],de:["{title} Textfarbe des Ziels ändern"]}},30353:e=>{e.exports={en:["change {title} text visibility"],de:["{title} Textsichtbarkeit ändern"]}},55134:e=>{e.exports={en:["change {title} text alignment"],de:["{title} Textausrichtung ändern"]}},66960:e=>{e.exports={en:["change {title} time label visibility"],de:["Sichtbarkeit von {title} Zeitlabel ändern"]}},51085:e=>{e.exports={en:["change {title} transparency"],de:["{title} Transparenz ändern"]}},27326:e=>{e.exports={en:["change {title} upper band #1 line color"],de:["{title} Linienfarbe des oberen Bands ändern"]}},44828:e=>{e.exports={en:["change {title} upper band #1 line visibility"],de:["{title} Sichtbarkeit des oberen Bands ändern"]}},1353:e=>{e.exports={en:["change {title} upper band #1 line width"],de:["{title} Linienbreite des unteren Bands ändern"]}},12138:e=>{e.exports={en:["change {title} upper band #2 line color"],de:["Ändern Sie die Linienfarbe des oberen Bands #2 von {title}"]}},93075:e=>{e.exports={en:["change {title} upper band #2 line visibility"],de:["Ändern Sie die Sichtbarkeit der Linie des oberen Bands #2 von {title}"]}},7943:e=>{e.exports={en:["change {title} upper band #2 line width"],de:["Ändern Sie die Linienbreite des oberen Bands #2 von {title}"]}},51780:e=>{e.exports={en:["change {title} upper band #3 line color"],de:["Ändern Sie die Linienfarbe des oberen Bands #3 von {title}"]}},15698:e=>{e.exports={en:["change {title} upper band #3 line visibility"],de:["Ändern Sie die Sichtbarkeit der Linie des oberen Bands #3 von {title}"]}},27414:e=>{e.exports={en:["change {title} upper band #3 line width"],de:["Ändern Sie die Linienbreite des oberen Bands #3 von {title}"]}},36336:e=>{e.exports={en:["change {title} volume visibility"],de:["{title} Volumensichtbarkeit ändern"]}},23171:e=>{e.exports={en:["change {title} variance value"],de:["{title} Wert der Varianz verändern"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],de:["Sichtbarkeit von {title} in Ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],de:["Sichtbarkeit von {title} auf Wochen ändern"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],de:["{title} Sichtbarkeit auf {ranges} ändern"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],de:["Sichtbarkeit von {title} auf Tage ändern"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],de:["Sichtbarkeit von {title} auf Stunden ändern"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],de:["Sichtbarkeit von {title} auf Minuten ändern"]}},67583:e=>{e.exports={
+en:["change {title} visibility on months"],de:["Sichtbarkeit von {title} auf Monate ändern"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],de:["Sichtbarkeit von {title} in Sekunden"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],de:["Etiketten Ausrichtung von {toolName} auf vertikal ändern"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],de:["Etiketten Ausrichtung von {toolName} auf horizontal ändern"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],de:["Label-Ausrichtung {toolName} ändern"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],de:["Sichtbarkeit der Linie von {toolName} ändern"]}},19541:e=>{e.exports={en:["change {toolName} line width"],de:["Linienbreite von {toolName} ändern"]}},24059:e=>{e.exports={en:["change {toolName} line color"],de:["Linienfarbe von {toolName} ändern"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],de:["Linien von {toolName} nach links erweitern"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],de:["Linien von {toolName} nach rechts erweitern"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],de:["Linien von {toolName} nach links bis zum Ende erweitern"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],de:["Linien von {toolName} nach rechts bis zum Ende erweitern"]}},66429:e=>{e.exports={en:["change {toolName} line style"],de:["Linienstil von {toolName} ändern"]}},66668:e=>{e.exports={en:["change {toolName} text"],de:["{toolName} Text ändern"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],de:["Sichtbarkeit des Text von {toolName} ändern"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],de:["{toolName} Textumbruch ändern"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],de:["Texthintergrundfarbe von {toolName} ändern"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],de:["Texthintergrundsichtbarkeit von {toolName} ändern"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],de:["Sichtbarkeit des {toolName} Textrahmenfarbe ändern"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],de:["Sichtbarkeit der {toolName} Textrahmendicke ändern"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],de:["Sichtbarkeit des {toolName} Textrahmens ändern"]}},64500:e=>{e.exports={en:["change {toolName} text color"],de:["Textfarbe von {toolName} ändern"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],de:['Textschriftart von {toolName} auf "fett" ändern']}},42694:e=>{e.exports={en:["change {toolName} text font italic"],de:['Textschriftart von {toolName} auf "kursiv" ändern']}},21781:e=>{e.exports={en:["change {toolName} text font size"],de:["Textgröße von {toolName} ändern"]}},25167:e=>{e.exports={en:["change {propertyName} property"],de:["Eigenschaft {propertyName} ändern"]}},61218:e=>{e.exports={en:["backgrounds color"],de:["Hintergrundfarbe"]}},48433:e=>{e.exports={
+en:["backgrounds filled"],de:["Hintergründe ausgefüllt"]}},35813:e=>{e.exports={en:["days"],de:["Tage"]}},89919:e=>{e.exports={en:["days to"],de:["Tage bis"]}},59215:e=>{e.exports={en:["days from"],de:["Tage von"]}},2359:e=>{e.exports={en:["hours"],de:["Stunden"]}},82267:e=>{e.exports={en:["hours from"],de:["Stunden von"]}},15600:e=>{e.exports={en:["hours to"],de:["Stunden bis"]}},24621:e=>{e.exports={en:["lines color"],de:["Linienfarbe"]}},96400:e=>{e.exports={en:["lines style"],de:["Linienstil"]}},41594:e=>{e.exports={en:["lines width"],de:["Linienbreite"]}},76261:e=>{e.exports={en:["move drawings"],de:["Zeichnungen verschieben"]}},95300:e=>{e.exports={en:["months"],de:["Monate"]}},17250:e=>{e.exports={en:["months from"],de:["Monate von"]}},2828:e=>{e.exports={en:["months to"],de:["Monate zu"]}},18726:e=>{e.exports={en:["minutes"],de:["Minuten"]}},67649:e=>{e.exports={en:["minutes to"],de:["Minuten bis"]}},22476:e=>{e.exports={en:["minutes from"],de:["Minuten von"]}},751:e=>{e.exports={en:["seconds"],de:["Sekunden"]}},73419:e=>{e.exports={en:["seconds to"],de:["Sekunden bis"]}},35801:e=>{e.exports={en:["seconds from"],de:["Sekunden von"]}},59012:e=>{e.exports={en:["show price"],de:["Preis anzeigen"]}},45537:e=>{e.exports={en:["weeks"],de:["Wochen"]}},92859:e=>{e.exports={en:["weeks from"],de:["Wochen von"]}},44127:e=>{e.exports={en:["weeks to"],de:["Wochen bis"]}},44461:e=>{e.exports={en:["text color"],de:["Textfarbe"]}},3539:e=>{e.exports={en:["ticks"],de:["Ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.6645.638c62337337129de9dc.js b/public/charting_library/bundles/de.6645.638c62337337129de9dc.js
new file mode 100644
index 0000000..8a63a83
--- /dev/null
+++ b/public/charting_library/bundles/de.6645.638c62337337129de9dc.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6645,6155,3367,2303,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],de:["#{count} (Preis, Bar)"]}},78930:e=>{e.exports={en:["Coordinates"],de:["Koordinaten"]}},24197:e=>{e.exports={en:["Center"],de:["Zentrieren"]}},6060:e=>{e.exports={en:["Add text"],de:["Text hinzufügen"]}},27567:e=>{e.exports={en:["Bottom"],de:["Unten"]}},38408:e=>{e.exports={en:["Border"],de:["Rahmen"]}},79468:e=>{e.exports={en:["Background"],de:["Hintergrund"]}},72942:e=>{e.exports={en:["Days"],de:["Tage"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],de:["Verschiebung (Preis, Balken)"]}},56796:e=>{e.exports={en:["Hours"],de:["Stunden"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],de:["Eingaben"]}},34974:e=>{e.exports={en:["Label border"],de:["Label Rahmen"]}},73863:e=>{e.exports={en:["Label background"],de:["Hintergrund des Labels"]}},11626:e=>{e.exports={en:["Left"],de:["Links"]}},97575:e=>{e.exports={en:["Line color"],de:["Linienfarbe"]}},43154:e=>{e.exports={en:["Months"],de:["Monate"]}},68833:e=>{e.exports={en:["Middle"],de:["Mitte"]}},42562:e=>{e.exports={en:["Minutes"],de:["Minuten"]}},65188:e=>{e.exports={en:["Seconds"]}},50421:e=>{e.exports={en:["Right"],de:["Rechts"]}},835:e=>{e.exports={en:["Weeks"],de:["Wochen"]}},97118:e=>{e.exports={en:["Top"],de:["Oben"]}},70320:e=>{e.exports={en:["Text"]}},7560:e=>{e.exports={en:["Text wrap"],de:["Textumfluss"]}},25485:e=>{e.exports={en:["Text alignment"],de:["Textausrichtung"]}},67781:e=>{e.exports={en:["Text orientation"],de:["Text Ausrichtung"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"],de:["Vertikal"]}},2066:e=>{e.exports={en:["change bar X coordinate"],de:["X-Koordinate des Balkens ändern"]}},11737:e=>{e.exports={en:["change price Y coordinate"],de:["Y-Koordinate des Preises ändern"]}},69437:e=>{e.exports={en:["change {title} border color"],de:["{title} Rahmenfarbe ändern"]}},19298:e=>{e.exports={en:["change {title} border visibility"],de:["{title} Rahmensichtbarkeit ändern"]}},30839:e=>{e.exports={en:["change {title} background visibility"],de:["Hintergrundsichtbarkeit von {title} ändern"]}},49765:e=>{e.exports={en:["change {title} background color"],de:["Hintergrundfarbe von {title} ändern"]}},96135:e=>{e.exports={en:["change {title} days to"],de:["ändere {title} von Tagen auf"]}},91201:e=>{e.exports={en:["change {title} days from"],de:["ändere {title} auf Tage von"]}},8306:e=>{e.exports={en:["change {title} hours from"],de:["ändere {title} auf Stunden von"]}},67233:e=>{e.exports={en:["change {title} hours to"],de:["ändere {title} von Stunden auf"]}},7455:e=>{e.exports={en:["change {title} line color"],de:["Linienfarbe von {title} ändern"]}},99122:e=>{e.exports={en:["change {title} months from"],de:["ändere {title} auf Monate von"]}},10518:e=>{e.exports={en:["change {title} months to"],de:["ändere {title} von Monaten auf"]}},38011:e=>{e.exports={en:["change {title} minutes to"],de:["ändere {title} von Minuten auf"]}},59820:e=>{
+e.exports={en:["change {title} minutes from"],de:["ändere {title} auf Minuten von"]}},6573:e=>{e.exports={en:["change {title} seconds to"],de:["ändere {title} von Sekunden auf"]}},86780:e=>{e.exports={en:["change {title} seconds from"],de:["Sekunde von {title} ändern"]}},32481:e=>{e.exports={en:["change {title} weeks from"],de:["ändere {title} auf Wochen von"]}},18678:e=>{e.exports={en:["change {title} weeks to"],de:["ändere {title} von Wochen auf"]}},57122:e=>{e.exports={en:["change {title} text"],de:["{title} Text ändern"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],de:["Sichtbarkeit von {title} in Ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],de:["Sichtbarkeit von {title} auf Wochen ändern"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],de:["{title} Sichtbarkeit auf {ranges} ändern"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],de:["Sichtbarkeit von {title} auf Tage ändern"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],de:["Sichtbarkeit von {title} auf Stunden ändern"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],de:["Sichtbarkeit von {title} auf Minuten ändern"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],de:["Sichtbarkeit von {title} auf Monate ändern"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],de:["Sichtbarkeit von {title} in Sekunden"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],de:["Etiketten Ausrichtung von {toolName} auf vertikal ändern"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],de:["Etiketten Ausrichtung von {toolName} auf horizontal ändern"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],de:["Label-Ausrichtung {toolName} ändern"]}},66668:e=>{e.exports={en:["change {toolName} text"],de:["{toolName} Text ändern"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],de:["Sichtbarkeit des Text von {toolName} ändern"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],de:["{toolName} Textumbruch ändern"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],de:["Texthintergrundfarbe von {toolName} ändern"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],de:["Texthintergrundsichtbarkeit von {toolName} ändern"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],de:["Sichtbarkeit des {toolName} Textrahmenfarbe ändern"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],de:["Sichtbarkeit der {toolName} Textrahmendicke ändern"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],de:["Sichtbarkeit des {toolName} Textrahmens ändern"]}},64500:e=>{e.exports={en:["change {toolName} text color"],de:["Textfarbe von {toolName} ändern"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],de:['Textschriftart von {toolName} auf "fett" ändern']}},42694:e=>{e.exports={en:["change {toolName} text font italic"],
+de:['Textschriftart von {toolName} auf "kursiv" ändern']}},21781:e=>{e.exports={en:["change {toolName} text font size"],de:["Textgröße von {toolName} ändern"]}},25167:e=>{e.exports={en:["change {propertyName} property"],de:["Eigenschaft {propertyName} ändern"]}},35813:e=>{e.exports={en:["days"],de:["Tage"]}},89919:e=>{e.exports={en:["days to"],de:["Tage bis"]}},59215:e=>{e.exports={en:["days from"],de:["Tage von"]}},2359:e=>{e.exports={en:["hours"],de:["Stunden"]}},82267:e=>{e.exports={en:["hours from"],de:["Stunden von"]}},15600:e=>{e.exports={en:["hours to"],de:["Stunden bis"]}},76261:e=>{e.exports={en:["move drawings"],de:["Zeichnungen verschieben"]}},95300:e=>{e.exports={en:["months"],de:["Monate"]}},17250:e=>{e.exports={en:["months from"],de:["Monate von"]}},2828:e=>{e.exports={en:["months to"],de:["Monate zu"]}},18726:e=>{e.exports={en:["minutes"],de:["Minuten"]}},67649:e=>{e.exports={en:["minutes to"],de:["Minuten bis"]}},22476:e=>{e.exports={en:["minutes from"],de:["Minuten von"]}},751:e=>{e.exports={en:["seconds"],de:["Sekunden"]}},73419:e=>{e.exports={en:["seconds to"],de:["Sekunden bis"]}},35801:e=>{e.exports={en:["seconds from"],de:["Sekunden von"]}},45537:e=>{e.exports={en:["weeks"],de:["Wochen"]}},92859:e=>{e.exports={en:["weeks from"],de:["Wochen von"]}},44127:e=>{e.exports={en:["weeks to"],de:["Wochen bis"]}},3539:e=>{e.exports={en:["ticks"],de:["Ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.6655.0fd2fe635955f6cfa2ba.js b/public/charting_library/bundles/de.6655.0fd2fe635955f6cfa2ba.js
new file mode 100644
index 0000000..770471f
--- /dev/null
+++ b/public/charting_library/bundles/de.6655.0fd2fe635955f6cfa2ba.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6655,4040,359],{55517:e=>{e.exports={en:["Add"],de:["Hinzufügen"]}},29619:e=>{e.exports={en:["Add custom color"],de:["Individuelle Farbe hinzufügen"]}},80936:e=>{e.exports={en:["Opacity"],de:["Deckkraft"]}},97349:e=>{e.exports={en:["Fr"],de:["Fr."]}},30961:e=>{e.exports={en:["Mo"],de:["Mo."]}},94748:e=>{e.exports={en:["Sa"],de:["Sa."]}},75005:e=>{e.exports={en:["Su"],de:["So."]}},92578:e=>{e.exports={en:["We"],de:["Mi."]}},8765:e=>{e.exports={en:["Th"],de:["Do."]}},9135:e=>{e.exports={en:["Tu"],de:["Di."]}},53288:e=>{e.exports={en:["animals & nature"],de:["Tiere & Natur"]}},21311:e=>{e.exports={en:["activity"],de:["Aktivität"]}},90678:e=>{e.exports={en:["food & drink"],de:["Essen & Trinken"]}},6715:e=>{e.exports={en:["flags"],de:["Flaggen"]}},98355:e=>{e.exports={en:["objects"],de:["Objekte"]}},43438:e=>{e.exports={en:["smiles & people"],de:["Smilies & Menschen"]}},40457:e=>{e.exports={en:["symbols"],de:["Symbole"]}},88906:e=>{e.exports={en:["recently used"],de:["Zuletzt genutzt"]}},28562:e=>{e.exports={en:["travel & places"],de:["Reisen & Orte"]}},24716:e=>{e.exports={en:["Another symbol"],de:["Weiteres Symbol"]}},41256:e=>{e.exports={en:["Back"],de:["Zurück"]}},94849:e=>{e.exports={en:["Main chart symbol"],de:["Symbol im Hauptchart"]}},53174:e=>{e.exports={en:["Right"],de:["Rechter"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"],de:["Kalender steht derzeit auf Jahr {year}"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"],de:["Kalender steht derzeit auf den Jahren von {year_start} bis {year_end}"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"],de:["Kalender steht derzeit auf {month}"]}},4543:e=>{e.exports={en:["Cancel"],de:["Abbrechen"]}},24197:e=>{e.exports={en:["Center"],de:["Zentrieren"]}},63245:e=>{e.exports={en:["Change symbol"],de:["Symbol ändern"]}},54613:e=>{e.exports={en:["Chart"]}},47742:e=>{e.exports={en:["Close menu"],de:["Menü schließen"]}},34040:e=>{e.exports={en:["All sources"],de:["Alle Quellen"]}},62511:e=>{e.exports={en:["Apply Defaults"],de:["Voreinstellungen anwenden"]}},28896:e=>{e.exports={en:["April"]}},11081:e=>{e.exports={en:["August"]}},27567:e=>{e.exports={en:["Bottom"],de:["Unten"]}},42358:e=>{e.exports={en:["Bond"],de:["Anleihe"]}},68043:e=>{e.exports={en:["Gradient"],de:["Farbverlauf"]}},27390:e=>{e.exports={en:["Dotted line"],de:["Gepunktete Linie"]}},88123:e=>{e.exports={en:["Dashed line"],de:["Gestrichelte Linie"]}},90082:e=>{e.exports={en:["December"],de:["Dezember"]}},55319:e=>{e.exports={en:["Decrease"],de:["Verringern"]}},48572:e=>{e.exports={en:["Defaults"],de:["Standardeinstellungen"]}},78734:e=>{e.exports={en:["Description"],de:["Beschreibung"]}},81069:e=>{e.exports={en:["February"],de:["Februar"]}},3570:e=>{e.exports={en:["Friday"],de:["Freitag"]}},95406:e=>{e.exports={en:["Horizontal"]}},8854:e=>{e.exports={en:["Hidden"],de:["Versteckt"]}},39832:e=>{e.exports={en:["Increase"],de:["Erhöhen"]}},200:e=>{e.exports={
+en:["January"],de:["Januar"]}},6608:e=>{e.exports={en:["July"],de:["Juli"]}},61487:e=>{e.exports={en:["June"],de:["Juni"]}},37997:e=>{e.exports={en:["October"]}},55450:e=>{e.exports={en:["Offset"],de:["Ausgleich"]}},19295:e=>{e.exports={en:["Ok"]}},11626:e=>{e.exports={en:["Left"],de:["Links"]}},28603:e=>{e.exports={en:["Line style"],de:["Linienstil"]}},19573:e=>{e.exports={en:["Monday"],de:["Montag"]}},43154:e=>{e.exports={en:["Months"],de:["Monate"]}},37117:e=>{e.exports={en:["More"],de:["Mehr"]}},25734:e=>{e.exports={en:["May"],de:["Mai"]}},93878:e=>{e.exports={en:["March"],de:["März"]}},68833:e=>{e.exports={en:["Middle"],de:["Mitte"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],de:["Keine Börsen entsprechen Ihren Kriterien"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],de:["Für Ihre Kriterien gibt es keine übereinstimmenden Symbole"]}},4607:e=>{e.exports={en:["November"]}},65353:e=>{e.exports={en:["Normal"]}},69102:e=>{e.exports={en:["Next year"],de:["Nächstes Jahr"]}},17538:e=>{e.exports={en:["Next years"],de:["Nächste Jahre"]}},92790:e=>{e.exports={en:["Next month"],de:["Nächster Monat"]}},71300:e=>{e.exports={en:["Number format is invalid."],de:["Ungültiges Zahlenformat"]}},28628:e=>{e.exports={en:["Sources"],de:["Quellen"]}},88686:e=>{e.exports={en:["Solid"],de:["Einfarbig"]}},30348:e=>{e.exports={en:["Saturday"],de:["Samstag"]}},99687:e=>{e.exports={en:["Save as default"],de:["Als Standard speichern"]}},8573:e=>{e.exports={en:["Search"],de:["Suche"]}},57640:e=>{e.exports={en:["Select source"],de:["Quelle wählen"]}},8954:e=>{e.exports={en:["Selected Drawings"],de:["Ausgewählte Zeichnungen"]}},32179:e=>{e.exports={en:["September"]}},31331:e=>{e.exports={en:["Specified value is more than the instrument maximum of {max}."],de:["Der angegebene Wert ist größer als das Instrumentenmaximum von {max}."]}},24216:e=>{e.exports={en:["Specified value is less than the instrument minimum of {min}."],de:["Der angegebene Wert ist kleiner als das Instrumentenminimum von {min}."]}},61480:e=>{e.exports={en:["Sunday"],de:["Sonntag"]}},70235:e=>{e.exports={en:["Switch to months"],de:["Zu Monaten wechseln"]}},91245:e=>{e.exports={en:["Switch to dates"],de:["Zu Daten wechseln"]}},71961:e=>{e.exports={en:["Switch to years"],de:["Zu Jahren wechseln"]}},95481:e=>{e.exports={en:["Symbol"]}},74007:e=>{e.exports={en:["Symbol & description"],de:["Symbol & Beschreibung"]}},51165:e=>{e.exports={en:["Symbol Search"],de:["Symbol Suche"]}},27254:e=>{e.exports={en:["Please enter the right date"],de:["Bitte geben Sie das richtige Datum ein"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"],de:["Bitte geben Sie das korrekte Datumsformat ein yyyy-mm-dd"]}},93984:e=>{e.exports={en:["Previous month"],de:["Vorheriger Monat"]}},75776:e=>{e.exports={en:["Previous year"],de:["Vorheriges Jahr"]}},44701:e=>{e.exports={en:["Previous years"],de:["Frühere Jahre"]}},89984:e=>{e.exports={en:["Remove color"],de:["Farbe entfernen"]}},47550:e=>{e.exports={en:["Remove selected emoji"],
+de:["Ausgewählten Emoji entfernen"]}},33533:e=>{e.exports={en:["Reset settings"],de:["Einstellungen zurücksetzen"]}},50421:e=>{e.exports={en:["Right"],de:["Rechts"]}},94226:e=>{e.exports={en:["Wednesday"],de:["Mittwoch"]}},97118:e=>{e.exports={en:["Top"],de:["Oben"]}},25485:e=>{e.exports={en:["Text alignment"],de:["Textausrichtung"]}},67781:e=>{e.exports={en:["Text orientation"],de:["Text Ausrichtung"]}},79137:e=>{e.exports={en:["Thursday"],de:["Donnerstag"]}},54971:e=>{e.exports={en:["Thickness"],de:["Stärke"]}},82160:e=>{e.exports={en:["Tuesday"],de:["Dienstag"]}},13748:e=>{e.exports={en:["Use special math signs to displace selected drawings: +,-,/,* for price and +,- for bar index."],de:["Verwenden Sie spezielle mathematische Zeichen, um ausgewählte Zeichnungen zu verschieben: +,-,/,* für Preis- und +,- für Balken-Index."]}},69526:e=>{e.exports={en:["Vertical"],de:["Vertikal"]}},66181:e=>{e.exports={en:["Years"],de:["Jahre"]}},70932:e=>{e.exports={en:["commodity"],de:["Rohstoff"]}},79599:e=>{e.exports={en:["cfd"]}},29426:e=>{e.exports={en:["change opacity"],de:["Transparenz ändern"]}},31675:e=>{e.exports={en:["change color"],de:["Farbe ändern"]}},28818:e=>{e.exports={en:["change line style"],de:["Linienart ändern"]}},73281:e=>{e.exports={en:["change thickness"],de:["Stärke ändern"]}},25167:e=>{e.exports={en:["change {propertyName} property"],de:["Eigenschaft {propertyName} ändern"]}},23687:e=>{e.exports={en:["change {sourceTitle} title to {newSourceTitle}"],de:["{sourceTitle} zu {newSourceTitle} ändern"]}},5741:e=>{e.exports={en:["close"],de:["Close"]}},46128:e=>{e.exports={en:["crypto"]}},47268:e=>{e.exports={en:["dr"]}},406:e=>{e.exports={en:["e.g. +1"],de:["z.B. +1"]}},49957:e=>{e.exports={en:["e.g. /2"],de:["z.B. /2"]}},54094:e=>{e.exports={en:["economy"],de:["Wirtschaft"]}},17770:e=>{e.exports={en:["forex"],de:["Devisen"]}},4723:e=>{e.exports={en:["futures"],de:["Futures"]}},59319:e=>{e.exports={en:["high"],de:["High"]}},96008:e=>{e.exports={en:["hl2"]}},91189:e=>{e.exports={en:["hlc3"]}},49242:e=>{e.exports={en:["hlcc4"]}},87464:e=>{e.exports={en:["index"],de:["Index"]}},90250:e=>{e.exports={en:["indices"],de:["Indizes"]}},52793:e=>{e.exports={en:["ohlc4"]}},83584:e=>{e.exports={en:["open"]}},41902:e=>{e.exports={en:["low"],de:["Low"]}},76752:e=>{e.exports={en:["stock"],de:["Aktie"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.6703.bdb6f2f6c5d635dc479f.js b/public/charting_library/bundles/de.6703.bdb6f2f6c5d635dc479f.js
new file mode 100644
index 0000000..9651717
--- /dev/null
+++ b/public/charting_library/bundles/de.6703.bdb6f2f6c5d635dc479f.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6703,4040,359],{41256:e=>{e.exports={en:["Back"],de:["Zurück"]}},53174:e=>{e.exports={en:["Right"],de:["Rechter"]}},93193:e=>{e.exports={en:["Compare symbol"],de:["Symbol vergleichen"]}},4543:e=>{e.exports={en:["Cancel"],de:["Abbrechen"]}},47742:e=>{e.exports={en:["Close menu"],de:["Menü schließen"]}},60085:e=>{e.exports={en:["Add to"],de:["hinzufügen zu"]}},46622:e=>{e.exports={en:["Added symbols"],de:["Hinzugefügte Symbole"]}},34040:e=>{e.exports={en:["All sources"],de:["Alle Quellen"]}},1048:e=>{e.exports={en:["Allow extend time scale"],de:["Zeitskala verlängern lassen"]}},42358:e=>{e.exports={en:["Bond"],de:["Anleihe"]}},78734:e=>{e.exports={en:["Description"],de:["Beschreibung"]}},37117:e=>{e.exports={en:["More"],de:["Mehr"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],de:["Keine Börsen entsprechen Ihren Kriterien"]}},37094:e=>{e.exports={en:["No symbols here yet — why not add some?"],de:["Hier gibt es noch keine Symbole - warum nicht welche hinzufügen?"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],de:["Für Ihre Kriterien gibt es keine übereinstimmenden Symbole"]}},63456:e=>{e.exports={en:["New pane"],de:["Neuer Bereich"]}},60126:e=>{e.exports={en:["New price scale"],de:["Neue Preisskala"]}},28628:e=>{e.exports={en:["Sources"],de:["Quellen"]}},56136:e=>{e.exports={en:["Same % scale"],de:["Selbe % Skala"]}},38137:e=>{e.exports={en:["Same scale"],de:["Selbe Skala"]}},8573:e=>{e.exports={en:["Search"],de:["Suche"]}},57640:e=>{e.exports={en:["Select source"],de:["Quelle wählen"]}},95481:e=>{e.exports={en:["Symbol"]}},74007:e=>{e.exports={en:["Symbol & description"],de:["Symbol & Beschreibung"]}},51165:e=>{e.exports={en:["Symbol Search"],de:["Symbol Suche"]}},8926:e=>{e.exports={en:["Recent symbols"],de:["Letzte Symbole"]}},70932:e=>{e.exports={en:["commodity"],de:["Rohstoff"]}},79599:e=>{e.exports={en:["cfd"]}},46128:e=>{e.exports={en:["crypto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"],de:["Wirtschaft"]}},17770:e=>{e.exports={en:["forex"],de:["Devisen"]}},4723:e=>{e.exports={en:["futures"],de:["Futures"]}},87464:e=>{e.exports={en:["index"],de:["Index"]}},90250:e=>{e.exports={en:["indices"],de:["Indizes"]}},76752:e=>{e.exports={en:["stock"],de:["Aktie"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.6760.d667b4a17bb7e3977273.js b/public/charting_library/bundles/de.6760.d667b4a17bb7e3977273.js
new file mode 100644
index 0000000..5e98b8c
--- /dev/null
+++ b/public/charting_library/bundles/de.6760.d667b4a17bb7e3977273.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6760,2787,6155,7850,7122,5111,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],de:["#{count} (Preis, Bar)"]}},78930:e=>{e.exports={en:["Coordinates"],de:["Koordinaten"]}},24197:e=>{e.exports={en:["Center"],de:["Zentrieren"]}},6060:e=>{e.exports={en:["Add text"],de:["Text hinzufügen"]}},27567:e=>{e.exports={en:["Bottom"],de:["Unten"]}},79468:e=>{e.exports={en:["Background"],de:["Hintergrund"]}},72942:e=>{e.exports={en:["Days"],de:["Tage"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],de:["Verschiebung (Preis, Balken)"]}},61856:e=>{e.exports={en:["Extend left line"],de:["Linie nach links verlängern"]}},87430:e=>{e.exports={en:["Extend right line"],de:["Linie nach rechts verlängern"]}},56796:e=>{e.exports={en:["Hours"],de:["Stunden"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],de:["Eingaben"]}},79650:e=>{e.exports={en:["Levels"],de:["Level"]}},11626:e=>{e.exports={en:["Left"],de:["Links"]}},43154:e=>{e.exports={en:["Months"],de:["Monate"]}},68833:e=>{e.exports={en:["Middle"],de:["Mitte"]}},42562:e=>{e.exports={en:["Minutes"],de:["Minuten"]}},65188:e=>{e.exports={en:["Seconds"]}},50421:e=>{e.exports={en:["Right"],de:["Rechts"]}},835:e=>{e.exports={en:["Weeks"],de:["Wochen"]}},97118:e=>{e.exports={en:["Top"],de:["Oben"]}},70320:e=>{e.exports={en:["Text"]}},25485:e=>{e.exports={en:["Text alignment"],de:["Textausrichtung"]}},67781:e=>{e.exports={en:["Text orientation"],de:["Text Ausrichtung"]}},24821:e=>{e.exports={en:["Ticks"]}},51574:e=>{e.exports={en:["Trend line"],de:["Trendlinie"]}},28683:e=>{e.exports={en:["Use one color"],de:["Eine Farbe verwenden"]}},69526:e=>{e.exports={en:["Vertical"],de:["Vertikal"]}},2066:e=>{e.exports={en:["change bar X coordinate"],de:["X-Koordinate des Balkens ändern"]}},11737:e=>{e.exports={en:["change price Y coordinate"],de:["Y-Koordinate des Preises ändern"]}},59577:e=>{e.exports={en:["change {title} all lines color"],de:["alle Linienfarben von {title} ändern"]}},13783:e=>{e.exports={en:["change {title} background transparency"],de:["Hintergrundtransparenz von {title} ändern"]}},30839:e=>{e.exports={en:["change {title} background visibility"],de:["Hintergrundsichtbarkeit von {title} ändern"]}},96135:e=>{e.exports={en:["change {title} days to"],de:["ändere {title} von Tagen auf"]}},91201:e=>{e.exports={en:["change {title} days from"],de:["ändere {title} auf Tage von"]}},8306:e=>{e.exports={en:["change {title} hours from"],de:["ändere {title} auf Stunden von"]}},67233:e=>{e.exports={en:["change {title} hours to"],de:["ändere {title} von Stunden auf"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],de:["{title} Ebene {index} Koeffizient der Linie ändern"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],de:["{title} Ebene {index} Linienfarbe ändern"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"],de:["{title} Ebene {index} Liniensichtbarkeit ändern"]}},97870:e=>{e.exports={
+en:["change {title} level {index} line width"],de:["{title} Ebene {index} Linienbreite ändern"]}},54517:e=>{e.exports={en:["change {title} levels visibility"],de:["Sichtbarkeit der {title} Ebenen ändern"]}},99122:e=>{e.exports={en:["change {title} months from"],de:["ändere {title} auf Monate von"]}},10518:e=>{e.exports={en:["change {title} months to"],de:["ändere {title} von Monaten auf"]}},38011:e=>{e.exports={en:["change {title} minutes to"],de:["ändere {title} von Minuten auf"]}},59820:e=>{e.exports={en:["change {title} minutes from"],de:["ändere {title} auf Minuten von"]}},6573:e=>{e.exports={en:["change {title} seconds to"],de:["ändere {title} von Sekunden auf"]}},86780:e=>{e.exports={en:["change {title} seconds from"],de:["Sekunde von {title} ändern"]}},32481:e=>{e.exports={en:["change {title} weeks from"],de:["ändere {title} auf Wochen von"]}},18678:e=>{e.exports={en:["change {title} weeks to"],de:["ändere {title} von Wochen auf"]}},57122:e=>{e.exports={en:["change {title} text"],de:["{title} Text ändern"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],de:["Sichtbarkeit von {title} in Ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],de:["Sichtbarkeit von {title} auf Wochen ändern"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],de:["{title} Sichtbarkeit auf {ranges} ändern"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],de:["Sichtbarkeit von {title} auf Tage ändern"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],de:["Sichtbarkeit von {title} auf Stunden ändern"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],de:["Sichtbarkeit von {title} auf Minuten ändern"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],de:["Sichtbarkeit von {title} auf Monate ändern"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],de:["Sichtbarkeit von {title} in Sekunden"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],de:["Sichtbarkeit der Linie von {toolName} ändern"]}},19541:e=>{e.exports={en:["change {toolName} line width"],de:["Linienbreite von {toolName} ändern"]}},24059:e=>{e.exports={en:["change {toolName} line color"],de:["Linienfarbe von {toolName} ändern"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],de:["Linien von {toolName} nach links erweitern"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],de:["Linien von {toolName} nach rechts erweitern"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],de:["Linien von {toolName} nach links bis zum Ende erweitern"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],de:["Linien von {toolName} nach rechts bis zum Ende erweitern"]}},66429:e=>{e.exports={en:["change {toolName} line style"],de:["Linienstil von {toolName} ändern"]}},25167:e=>{e.exports={en:["change {propertyName} property"],de:["Eigenschaft {propertyName} ändern"]}},35813:e=>{e.exports={en:["days"],de:["Tage"]}},89919:e=>{e.exports={en:["days to"],de:["Tage bis"]}},59215:e=>{e.exports={
+en:["days from"],de:["Tage von"]}},77114:e=>{e.exports={en:["erase level line"],de:["Linie der Ebene löschen"]}},2359:e=>{e.exports={en:["hours"],de:["Stunden"]}},82267:e=>{e.exports={en:["hours from"],de:["Stunden von"]}},15600:e=>{e.exports={en:["hours to"],de:["Stunden bis"]}},76261:e=>{e.exports={en:["move drawings"],de:["Zeichnungen verschieben"]}},95300:e=>{e.exports={en:["months"],de:["Monate"]}},17250:e=>{e.exports={en:["months from"],de:["Monate von"]}},2828:e=>{e.exports={en:["months to"],de:["Monate zu"]}},18726:e=>{e.exports={en:["minutes"],de:["Minuten"]}},67649:e=>{e.exports={en:["minutes to"],de:["Minuten bis"]}},22476:e=>{e.exports={en:["minutes from"],de:["Minuten von"]}},751:e=>{e.exports={en:["seconds"],de:["Sekunden"]}},73419:e=>{e.exports={en:["seconds to"],de:["Sekunden bis"]}},35801:e=>{e.exports={en:["seconds from"],de:["Sekunden von"]}},45537:e=>{e.exports={en:["weeks"],de:["Wochen"]}},92859:e=>{e.exports={en:["weeks from"],de:["Wochen von"]}},44127:e=>{e.exports={en:["weeks to"],de:["Wochen bis"]}},3539:e=>{e.exports={en:["ticks"],de:["Ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.6778.cb295f9cefe08c721b2c.js b/public/charting_library/bundles/de.6778.cb295f9cefe08c721b2c.js
new file mode 100644
index 0000000..a3eaac0
--- /dev/null
+++ b/public/charting_library/bundles/de.6778.cb295f9cefe08c721b2c.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6778],{36778:e=>{e.exports={en:["Last available bar"],de:["Letzter vorhandener Balken"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.6822.4179cccc2fa59f991bf4.js b/public/charting_library/bundles/de.6822.4179cccc2fa59f991bf4.js
new file mode 100644
index 0000000..e95c9bc
--- /dev/null
+++ b/public/charting_library/bundles/de.6822.4179cccc2fa59f991bf4.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6822],{94920:e=>{e.exports={en:["ADJ"],de:["Anp."]}},16755:e=>{e.exports={en:["B-ADJ"],de:["b-adj"]}},82631:e=>{e.exports={en:["SET"],de:["setzen"]}},22233:e=>{e.exports={en:["auto"]}},4161:e=>{e.exports={en:["log"]}},58221:e=>{e.exports={en:["All data"],de:["Alle Daten"]}},19273:e=>{e.exports={en:["Year to day"],de:["Jahr zu Tag"]}},58426:e=>{e.exports={en:["{timePeriod} in {timeInterval}"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],de:["Daten für Dividenden anpassen"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],de:["Veränderungen der Kontraktgrößen und Verfalltage"]}},42432:e=>{e.exports={en:["Go to"],de:["Gehe zu"]}},92966:e=>{e.exports={en:["Extended Hours is available only for intraday charts"],de:["Verlängerte Handelszeiten sind nur für Intraday-Charts verfügbar"]}},61206:e=>{e.exports={en:["Maximize chart"],de:["Chart maximieren"]}},2031:e=>{e.exports={en:["Main symbol data is adjusted for dividends only"],de:["Die Daten des Hauptsymbols sind nur für die Dividenden angepasst"]}},95739:e=>{e.exports={en:["Main symbol data is adjusted for splits only"],de:["Die Daten des Hauptsymbols werden nur für Splits angepasst"]}},27665:e=>{e.exports={en:["Sessions"]}},31142:e=>{e.exports={en:["Restore chart"],de:["Chart wiederherstellen"]}},41888:e=>{e.exports={en:["Toggle Auto Scale"],de:["Auf automatische Skalierung umschalten"]}},1e4:e=>{e.exports={en:["Toggle Log Scale"],de:["Auf logarithmische Skalierung umschalten"]}},81649:e=>{e.exports={en:["Toggle Percentage"],de:["Auf Prozent umschalten"]}},77073:e=>{e.exports={en:["Timezone"],de:["Zeitzone"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"],de:["Settlement als Schlusskurs im Tagesintervall verwenden"]}},8586:e=>{e.exports={en:["ext"],de:["verl."]}},63808:e=>{e.exports={en:["{str} day","{str} days"],de:["{str} Tag","{str} Tage"]}},62368:e=>{e.exports={en:["{str} day","{str} days"],de:["{str} Tag","{str} Tage"]}},561:e=>{e.exports={en:["{str} day intervals","{str} days intervals"],de:["{str}-tägige Intervalle","{str}-tägige Intervalle"]}},72495:e=>{e.exports={en:["{str} hour","{str} hours"],de:["{str} Stunde","{str} Stunden"]}},64963:e=>{e.exports={en:["{str} hour","{str} hours"],de:["{str} Stunde","{str} Stunden"]}},14887:e=>{e.exports={en:["{str} hour intervals","{str} hours intervals"],de:["{str}-stündige Intervalle","{str}-stündige Intervalle"]}},12752:e=>{e.exports={en:["{str} month","{str} months"],de:["{str} Monat","{str} Monate"]}},20062:e=>{e.exports={en:["{str} month","{str} months"],de:["{str} Monat","{str} Monate"]}},48514:e=>{e.exports={en:["{str} month intervals","{str} months intervals"],de:["{str}-monatige Intervalle","{str}-monatige Intervalle"]}},95484:e=>{e.exports={en:["{str} minute","{str} minutes"],de:["{str} Minute","{str} Minuten"]}},5926:e=>{e.exports={en:["{str} minute","{str} minutes"],de:["{str} Minute","{str} Minuten"]}},15489:e=>{e.exports={en:["{str} minute intervals","{str} minutes intervals"],
+de:["{str}-minütige Intervalle","{str}-minütige Intervalle"]}},6088:e=>{e.exports={en:["{str} week","{str} weeks"],de:["{str} Woche","{str} Wochen"]}},49306:e=>{e.exports={en:["{str} week","{str} weeks"],de:["{str} Woche","{str} Wochen"]}},60316:e=>{e.exports={en:["{str} week intervals","{str} weeks intervals"],de:["{str}-wöchige Intervalle","{str}-wöchige Intervalle"]}},96325:e=>{e.exports={en:["{str} year","{str} years"],de:["{str} Jahr","{str} Jahre"]}},91549:e=>{e.exports={en:["{str} year","{str} years"],de:["{str} Jahr","{str} Jahre"]}},78971:e=>{e.exports={en:["{str} year intervals","{str} years intervals"],de:["{str}-jährige Intervalle","{str}-jährige Intervalle"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.6838.b209fab6f81d9054b17c.js b/public/charting_library/bundles/de.6838.b209fab6f81d9054b17c.js
new file mode 100644
index 0000000..61b441a
--- /dev/null
+++ b/public/charting_library/bundles/de.6838.b209fab6f81d9054b17c.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6838],{66838:e=>{e.exports={en:["Fact of the day"],de:["Fakt des Tages"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.7122.b56804d4455c3a0204dd.js b/public/charting_library/bundles/de.7122.b56804d4455c3a0204dd.js
new file mode 100644
index 0000000..63282e5
--- /dev/null
+++ b/public/charting_library/bundles/de.7122.b56804d4455c3a0204dd.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7122],{57122:e=>{e.exports={en:["change {title} text"],de:["{title} Text ändern"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.7328.6e079881a6ff4ded3dbf.js b/public/charting_library/bundles/de.7328.6e079881a6ff4ded3dbf.js
new file mode 100644
index 0000000..a015d3c
--- /dev/null
+++ b/public/charting_library/bundles/de.7328.6e079881a6ff4ded3dbf.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7328],{27328:e=>{e.exports={en:["Don't show again"],de:["Nicht mehr anzeigen"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.7458.068c610f8718bc62a766.js b/public/charting_library/bundles/de.7458.068c610f8718bc62a766.js
new file mode 100644
index 0000000..08118c4
--- /dev/null
+++ b/public/charting_library/bundles/de.7458.068c610f8718bc62a766.js
@@ -0,0 +1,7 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7458,4821],{80587:e=>{e.exports={en:["bars"],de:["Balken"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"]}},31882:e=>{e.exports={en:["12-hours"],de:["12-Stunden"]}},5797:e=>{e.exports={en:["24-hours"],de:["24-Stunden"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],de:["Balken gemäß des vorherigen Schlusskurs färben"]}},23739:e=>{e.exports={en:["Canvas"]}},24197:e=>{e.exports={en:["Center"],de:["Zentrieren"]}},15153:e=>{e.exports={en:["Chart basic styles"],de:["Grundtypen von Charts"]}},45639:e=>{e.exports={en:["Chart values"],de:["Chartwerte"]}},84831:e=>{e.exports={en:["Close line"],de:["Schlusskurslinie"]}},74622:e=>{e.exports={en:["Crosshair"],de:["Fadenkreuz"]}},81849:e=>{e.exports={en:["Currency"],de:["Währung"]}},3015:e=>{e.exports={en:["Currency and Unit"],de:["Währung und Einheit"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],de:["Daten für Dividenden anpassen"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],de:["Veränderungen der Kontraktgrößen und Verfalltage"]}},36620:e=>{e.exports={en:["Alerts"],de:["Alarme"]}},14119:e=>{e.exports={en:["Arguments"],de:["Argumente"]}},68650:e=>{e.exports={en:["Average close"],de:["Durchschnittlicher Schlusskurs"]}},27567:e=>{e.exports={en:["Bottom"],de:["Unten"]}},3159:e=>{e.exports={en:["Bottom line"],de:["Unterste Linie"]}},74406:e=>{e.exports={en:["Body"],de:["Körper"]}},333:e=>{e.exports={en:["Borders"],de:["Rahmen"]}},79468:e=>{e.exports={en:["Background"],de:["Hintergrund"]}},10842:e=>{e.exports={en:["Bar change values"],de:["Balken Änderungswerte"]}},28975:e=>{e.exports={en:["Base level"],de:["Grundwert"]}},76473:e=>{e.exports={en:["Bid and ask"],de:["Bid und Ask"]}},32744:e=>{e.exports={en:["Buttons"]}},68662:e=>{e.exports={en:["Grid lines"],de:["Rasterlinien"]}},17611:e=>{e.exports={en:["Down bars"]}},23743:e=>{e.exports={en:["Down color"],de:["Abwärts-Farbe"]}},48225:e=>{e.exports={en:["Data modification"],de:["Modifizierung der Daten"]}},84838:e=>{e.exports={en:["Date format"],de:["Datumsformat"]}},42357:e=>{e.exports={en:["Day of week on labels"],de:["Wochentag auf den Labels"]}},16564:e=>{e.exports={en:["Default"],de:["Standard"]}},78734:e=>{e.exports={en:["Description"],de:["Beschreibung"]}},89212:e=>{e.exports={en:["Display inactivity gaps on intraday"]}},59777:e=>{e.exports={en:["Electronic trading hours background"],de:["Hintergrund der elektronischen Handelszeiten"]}},69808:e=>{e.exports={en:["Events"],de:["Ereignisse"]}},41129:e=>{e.exports={en:["Fill"],de:["Füllen"]}},61112:e=>{e.exports={en:["Fill top area"],de:["Füllung oberer Bereich"]}},73185:e=>{e.exports={en:["Fill bottom area"],de:["Füllung unterer Bereich"]}},95406:e=>{e.exports={en:["Horizontal"]}},61900:e=>{e.exports={en:["Horz only"],de:["Nur horiz."]}},14180:e=>{e.exports={en:["High and low"],de:["Hoch und Tief"]}},56359:e=>{e.exports={en:["High line"],de:["Höchstkurslinie"]}},47326:e=>{e.exports={
+en:["Integer"]}},84549:e=>{e.exports={en:["Indicators"],de:["Indikatoren"]}},78082:e=>{e.exports={en:["Indicators and financials"],de:["Indikatoren und Finanzdaten"]}},25765:e=>{e.exports={en:["Open market status"],de:["Markt-Öffnungs-Status anzeigen"]}},34579:e=>{e.exports={en:["Low line"],de:["Tiefstkurslinie"]}},14876:e=>{e.exports={en:["Logo"]}},89315:e=>{e.exports={en:["Long Description"],de:["Ausführliche Beschreibung"]}},72423:e=>{e.exports={en:["Last day change values"],de:["Werte von Veränderungen am letzten Handelstag"]}},11626:e=>{e.exports={en:["Left"],de:["Links"]}},8249:e=>{e.exports={en:["Money"],de:["Kapital"]}},70937:e=>{e.exports={en:["Margins"]}},68833:e=>{e.exports={en:["Middle"],de:["Mitte"]}},58589:e=>{e.exports={en:["No overlapping labels"],de:["Keine überlappenden Label"]}},60798:e=>{e.exports={en:["None"],de:["Keine"]}},51019:e=>{e.exports={en:["Navigation"]}},99709:e=>{e.exports={en:["Name"]}},8852:e=>{e.exports={en:["Save chart left edge position when changing interval"],de:["Position des linken Chartrands bei einer Intervalländerung speichern"]}},26204:e=>{e.exports={en:["Scale modes (A and L)"],de:["Skalierungsmodus (A und L)"]}},93968:e=>{e.exports={en:["Scales"],de:["Skalierungen"]}},90275:e=>{e.exports={en:["Scales and lines"],de:["Skala und Linien"]}},30042:e=>{e.exports={en:["Scales placement"],de:["Skalen Platzierung"]}},28715:e=>{e.exports={en:["Status line"],de:["Status Zeile"]}},95481:e=>{e.exports={en:["Symbol"]}},53263:e=>{e.exports={en:["Pane"],de:["Bereich"]}},82894:e=>{e.exports={en:["Pane separators"],de:["Trennstreifen zwischen den Fenstern"]}},16207:e=>{e.exports={en:["Percentage"],de:["Prozentsatz"]}},94408:e=>{e.exports={en:["Pips"]}},60904:e=>{e.exports={en:["Pre/post market"],de:["Vor/nach der Hauptsitzung"]}},88327:e=>{e.exports={en:["Pre/post market hours background"],de:["Hintergrund Vor-/Nachbörslich"]}},59766:e=>{e.exports={en:["Precision"],de:["Präzision"]}},83811:e=>{e.exports={en:["Previous day close"],de:["Schlusskurs Vortag"]}},35082:e=>{e.exports={en:["Price Scale"],de:["Preis-Skala"]}},27632:e=>{e.exports={en:["Price and percentage value"],de:["Preis und Prozentwert"]}},62142:e=>{e.exports={en:["Price labels & lines"],de:["Preis-Label & Linien"]}},84684:e=>{e.exports={en:["Price source"],de:["Preisquelle"]}},73466:e=>{e.exports={en:["Projection up bars"]}},77430:e=>{e.exports={en:["Projection candles"],de:["Projektionsbalken"]}},88367:e=>{e.exports={en:["Projection down bars"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"],de:["Reale Preise auf der Preisskala (anstelle des Heikin-Ashi-Preises)"]}},50421:e=>{e.exports={en:["Right"],de:["Rechts"]}},62532:e=>{e.exports={en:["Right Margin"],de:["Rechter Seitenrand"]}},41571:e=>{e.exports={en:["Watermark"],de:["Wasserzeichen"]}},32163:e=>{e.exports={en:["Wick"],de:["Docht"]}},97118:e=>{e.exports={en:["Top"],de:["Oben"]}},89349:e=>{e.exports={en:["Top line"],de:["Oberste Linie"]}},70320:e=>{e.exports={en:["Text"]}},25485:e=>{e.exports={en:["Text alignment"],
+de:["Textausrichtung"]}},67781:e=>{e.exports={en:["Text orientation"],de:["Text Ausrichtung"]}},20215:e=>{e.exports={en:["Thin bars"],de:["Dünne Balken verwenden"]}},70198:e=>{e.exports={en:["Title"],de:["Titel"]}},29854:e=>{e.exports={en:["Titles"],de:["Titel"]}},5791:e=>{e.exports={en:["Ticker"],de:["Ticker, Name"]}},16816:e=>{e.exports={en:["Ticker and description"],de:["Ticker und Beschreibung"]}},24821:e=>{e.exports={en:["Ticks"]}},93965:e=>{e.exports={en:["Time Scale"],de:["Zeit-Skala"]}},5591:e=>{e.exports={en:["Time hours format"],de:["Format der Uhrzeit"]}},77073:e=>{e.exports={en:["Timezone"],de:["Zeitzone"]}},76495:e=>{e.exports={en:["Trading"]}},33564:e=>{e.exports={en:["Unit"],de:["Einheit"]}},23091:e=>{e.exports={en:["Up color"],de:["Aufwärts-Farbe"]}},36957:e=>{e.exports={en:["Up bars"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"],de:["Settlement als Schlusskurs im Tagesintervall verwenden"]}},37644:e=>{e.exports={en:["Volume"],de:["Volumen"]}},51514:e=>{e.exports={en:["Value"],de:["Wert"]}},31218:e=>{e.exports={en:["Value according to scale"],de:["Wert laut Skala"]}},60092:e=>{e.exports={en:["Values"],de:["Werte"]}},83594:e=>{e.exports={en:["Vert and horz"],de:["Vert. und horiz."]}},8402:e=>{e.exports={en:["Vert only"],de:["Nur vert."]}},69526:e=>{e.exports={en:["Vertical"],de:["Vertikal"]}},21105:e=>{e.exports={en:["candle"],de:["Kerze"]}},27068:e=>{e.exports={en:["change HLC bars"],de:["HLC-Balken ändern"]}},21201:e=>{e.exports={en:["change HLC bars color"]}},3311:e=>{e.exports={en:["change navigation buttons visibility"],de:["Sichtbarkeit der Navigationsschaltflächen ändern"]}},96227:e=>{e.exports={en:["change open market status visibility"],de:["Sichtbarkeit des Marktstatus ändern"]}},43231:e=>{e.exports={en:["change average close price line width"],de:["Breite der durchschnittlichen Schlusskurslinie ändern"]}},47026:e=>{e.exports={en:["change average close price line color"],de:["Farbe der durchschnittlichen Schlusskurslinie ändern"]}},86866:e=>{e.exports={en:["change area fill color"],de:["Farbe der Flächenfüllung ändern"]}},89346:e=>{e.exports={en:["change area line width"],de:["Breite der Bereichslinie ändern"]}},29605:e=>{e.exports={en:["change area line color"],de:["Farbe der Bereichslinie ändern"]}},4640:e=>{e.exports={en:["change area price source"],de:["Bereich der Preisquelle ändern"]}},98407:e=>{e.exports={en:["change ask line color"],de:["Farbe der Ask-Linie ändern"]}},42190:e=>{e.exports={en:["change base level"],de:["Basiswert ändern"]}},71785:e=>{e.exports={en:["change baseline bottom line color"],de:["Farbe der unteren Grundlinie ändern"]}},56175:e=>{e.exports={en:["change baseline bottom line width"],de:["Grundlinienbreite der unteren Linie ändern"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"],de:["Farbe der Basislinienfüllung im unteren Bereich ändern"]}},92873:e=>{e.exports={en:["change baseline fill top area color"],de:["Farbe der Basislinienfüllung im oberen Bereich ändern"]}},68609:e=>{e.exports={
+en:["change baseline price source"],de:["Preisquelle der Grundlinie ändern"]}},69044:e=>{e.exports={en:["change baseline top line color"],de:["Farbe der oberen Zeile der Grundlinie ändern"]}},68197:e=>{e.exports={en:["change baseline top line width"],de:["Grundlinienbreite der oberen Linie ändern"]}},33464:e=>{e.exports={en:["change bar up color"],de:["Farbe der Bull-Candle ändern"]}},27426:e=>{e.exports={en:["change bar change visibility"],de:["Sichtbarkeit des Countdowns bei Balkenschluss ändern"]}},59622:e=>{e.exports={en:["change bar down color"],de:["Farbe der Bear-Candle ändern"]}},17919:e=>{e.exports={en:["change bid line color"],de:["Farbe der Bid-Linie ändern"]}},32094:e=>{e.exports={en:["change bottom margin"],de:["unteren Rand ändern"]}},63119:e=>{e.exports={en:["change currency and unit labels visibility"],de:["Sichtbarkeit von Währungs- und Einheitenbeschriftungen ändern"]}},64003:e=>{e.exports={en:["change currency label visibility"],de:["Sichtbarkeit des Währungslabels ändern"]}},42803:e=>{e.exports={en:["change chart background color"],de:["Hintergrundfarbe der Chart ändern"]}},41382:e=>{e.exports={en:["change chart background type"],de:["Chart-Hintergrundtyp ändern"]}},79637:e=>{e.exports={en:["change chart values visibility"],de:["Sichtbarkeit der Chartwerte ändern"]}},43090:e=>{e.exports={en:["change color bars based on previous close"],de:["Balken gemäß vorherigem Schlusskurs färben."]}},88324:e=>{e.exports={en:["change column up color"],de:["Farbe der Spalte oben ändern"]}},93890:e=>{e.exports={en:["change column down color"],de:["Farbe der Spalte unten ändern"]}},4727:e=>{e.exports={en:["change column price source"],de:["Spalte Preisquelle ändern"]}},50544:e=>{e.exports={en:["change crosshair width"],de:["Fadenkreuzbreite ändern"]}},92885:e=>{e.exports={en:["change crosshair color"],de:["Farbe des Fadenkreuzes ändern"]}},68418:e=>{e.exports={en:["change crosshair style"],de:["Fadenkreuzstil ändern"]}},43109:e=>{e.exports={en:["change date format"],de:["Datumsformat ändern"]}},30418:e=>{e.exports={en:["change day of week on labels"],de:["Wochentag auf den Labels ändern"]}},82063:e=>{e.exports={en:["change decimal places"],de:["Dezimalstellen ändern"]}},44223:e=>{e.exports={en:["change extended hours color"],de:["Farbe der erweiterten Handelszeiten ändern"]}},47393:e=>{e.exports={en:["change electronic trading hours"],de:["Elektronische Handelszeiten ändern"]}},73844:e=>{e.exports={en:["change grid lines visibility"],de:["Sichtbarkeit der Rasterlinien ändern"]}},61407:e=>{e.exports={en:["change high and low price line color"],de:["Farbe der Hoch- und Tiefstpreislinien ändern"]}},39581:e=>{e.exports={en:["change high and low price line width"],de:["Breite der Hoch- und Tiefstpreislinien ändern"]}},6026:e=>{e.exports={en:["change high-low body color"],de:["Farbe der Körper von Hochs/Tiefs ändern"]}},73021:e=>{e.exports={en:["change high-low body visibility"],de:["Sichtbarkeit der Körper von Hochs/Tiefs"]}},46844:e=>{e.exports={en:["change high-low border color"],
+de:["Randfarbe der Hochs/Tiefs ändern"]}},15801:e=>{e.exports={en:["change high-low borders visibility"],de:["Sichtbarkeit des Rands von Hochs/Tiefs ändern"]}},72399:e=>{e.exports={en:["change high-low labels visibility"],de:["Sichtbarkeit der Hoch/Tief-Labels ändern"]}},56961:e=>{e.exports={en:["change high-low labels color"],de:["Farbe der Hoch-Tief-Labels ändern"]}},21133:e=>{e.exports={en:["change horz grid lines color"],de:["Farbe der horizontalen Gitterlinien ändern"]}},63050:e=>{e.exports={en:["change indicator titles visibility"],de:["Sichtbarkeit der Indikatortitel ändern"]}},49583:e=>{e.exports={en:["change indicator values visibility"],de:["Sichtbarkeit der Indikatorwerte ändern"]}},78310:e=>{e.exports={en:["change indicator arguments visibility"],de:["Sichtbarkeit der Indikatorargumente ändern"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"],de:["Sichtbarkeit von Indikatoren- und Finanzdaten-Labels ändern"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"],de:["Ändert die Sichtbarkeit des Labels für Werte der Indikatoren und Finanzkennzahlen"]}},66307:e=>{e.exports={en:["change last day change visibility"],de:["Sichtbarkeit von Veränderung am letzten Handelstag ändern"]}},91873:e=>{e.exports={en:["change legend background transparency"],de:["Hintergrundtransparenz der Legende ändern"]}},14246:e=>{e.exports={en:["change legend background visibility"],de:["Hintergrundsichtbarkeit der Legende ändern"]}},88640:e=>{e.exports={en:["change line color"],de:["Linienfarbe ändern"]}},41837:e=>{e.exports={en:["change line price source"],de:["Ausgangspunkt der Preisline ändern"]}},48339:e=>{e.exports={en:["change line width"],de:["Linienbreite ändern"]}},18378:e=>{e.exports={en:["change pane buttons visibility"],de:["Sichtbarkeit der Schaltflächen des Fensters ändern"]}},52203:e=>{e.exports={en:["change pane separators color"],de:["Farbe der Trennstreifen im Fenster ändern"]}},38730:e=>{e.exports={en:["change post market color"],de:["Farbe des Post-Marktes ändern"]}},28075:e=>{e.exports={en:["change post market line color"],de:["Farbe der Post-Market-Linie ändern"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"],de:["Sichtbarkeit der Preislinie vorbörslich/nachbörslich ändern"]}},44371:e=>{e.exports={en:["change pre market color"],de:["Farbe des Pre-Markets ändern"]}},96114:e=>{e.exports={en:["change pre market line color"],de:["Farbe der Pre-Market-Linie ändern"]}},69814:e=>{e.exports={en:["change previous close price line color"],de:["Farbe der Linie des vorherigen Schlusskurses ändern"]}},13660:e=>{e.exports={en:["change previous close price line width"],de:["Linienbreite des vorherigen Schlusskurses ändern"]}},87861:e=>{e.exports={en:["change price line color"],de:["Farbe der Preislinie ändern"]}},29353:e=>{e.exports={en:["change price line width"],de:["Preislinienbreite ändern"]}},16241:e=>{e.exports={en:["change range bars style"],de:["Stil der Reichweitenbalken ändern"]}},65821:e=>{e.exports={
+en:["change range thin bars"],de:["Bereich ändern auf dünne Balken"]}},75487:e=>{e.exports={en:["change renko wick down color"],de:["Farbe des Bear-Renko-Dochts ändern"]}},92277:e=>{e.exports={en:["change renko wick up color"],de:["Farbe des Bull-Renko-Dochts ändern"]}},79604:e=>{e.exports={en:["change renko wick visibility"],de:["Sichtbarkeit des Renko-Dochts ändern"]}},82946:e=>{e.exports={en:["change right margin"],de:["unteren Rand ändern"]}},79545:e=>{e.exports={en:["change right margin percentage"],de:["Prozentsatz des rechten Seitenrands ändern"]}},78995:e=>{e.exports={en:["change symbol watermark color"],de:["Farbe des Symbol-Wasserzeichens ändern"]}},73227:e=>{e.exports={en:["change symbol watermark visibility"],de:["Sichtbarkeit des Symbolwasserzeichens ändern"]}},88167:e=>{e.exports={en:["change symbol description visibility"],de:["Sichtbarkeit der Symbolbeschreibung ändern"]}},12050:e=>{e.exports={en:["change symbol field visibility"],de:["Die Sichtbarkeit des Symbolfelds verändern"]}},46066:e=>{e.exports={en:["change symbol last value mode"],de:["Anzeigemodus des letzten Wertes ändern"]}},902:e=>{e.exports={en:["change symbol legend format"],de:["Format der Symbollegende ändern"]}},77408:e=>{e.exports={en:["change save chart left edge position when changing interval"],de:["Ändern: Position des linken Chartrands bei einer Intervalländerung speichern"]}},69023:e=>{e.exports={en:["change scale modes buttons visibility"],de:["die Sichtbarkeit der Buttons für Skalierungsmodus ändern"]}},76131:e=>{e.exports={en:["change scales text color"],de:["Textfarbe der Skalen ändern"]}},27792:e=>{e.exports={en:["change scales font size"],de:["Schriftgröße der Skalen ändern"]}},94997:e=>{e.exports={en:["change scales lines color"],de:["Farbe der Skalenlinien ändern"]}},60067:e=>{e.exports={en:["change sessions breaks visibility"],de:["Sichtbarkeit der Session-Übergänge ändern"]}},28175:e=>{e.exports={en:["change sessions breaks width"],de:["Linienbreite der Sitzungs-Übergänge ändern"]}},33895:e=>{e.exports={en:["change sessions breaks color"],de:["Farbe der Sitzungs-Übergänge ändern"]}},21641:e=>{e.exports={en:["change sessions breaks style"],de:["Stil der Session-Übergänge ändern"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"],de:["die Anzeige der realen Preise auf der Preisskala ändern (anstelle des Heiken-Ashi-Preises)"]}},60834:e=>{e.exports={en:["change thin bars"],de:["auf dünne Balken wechseln"]}},39754:e=>{e.exports={en:["change time hours format"],de:["Format der Uhrzeit ändern"]}},74883:e=>{e.exports={en:["change top margin"],de:["oberen Rand ändern"]}},51250:e=>{e.exports={en:["change unit label visibility"],de:["Sichtbarkeit des Einheitenlabels ändern"]}},71805:e=>{e.exports={en:["change vert grid lines color"],de:["Farbe der vertikalen Gitterlinien ändern"]}},96201:e=>{e.exports={en:["change volume values visibility"],de:["Sichtbarkeit der Volumenwerte ändern"]}},17214:e=>{e.exports={en:["change {candleType} up border color"],
+de:["{candleType} obere Randfarbe ändern"]}},36697:e=>{e.exports={en:["change {candleType} up color"],de:["{candleType} Farbe für aufwärts ändern"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"],de:["{candleType} Farbe des Abwärtsdochts ändern"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"],de:["{candleType} Farbe des Aufwärtsdochts ändern"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"],de:["{candleType} Sichtbarkeit der Dochte ändern"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"],de:["Sichtbarkeit des {candleType} Körpers ändern"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"],de:["{candleType} Sichtbarkeit des Rand ändern"]}},20291:e=>{e.exports={en:["change {candleType} down border color"],de:["{candleType} untere Randfarbe ändern"]}},64571:e=>{e.exports={en:["change {candleType} down color"],de:["{candleType} Farbe für abwärts ändern"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"],de:["{chartType} Farbe der Projektion des Abwärtsbalkens ändern"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"],de:["{chartType} Farbe des Rand des Aufwärtsbalkens ändern"]}},5012:e=>{e.exports={en:["change {chartType} down color"],de:["{chartType} Farbe für Abwärts ändern"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"],de:["{chartType} Farbe des Rands der Projektion des Abwärtsbalkens ändern"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"],de:["{chartType} Farbe der Projektion des Abwärtsbalkens ändern"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"],de:["{chartType} Farbe der Projektion des Aufwärtsbalkens ändern"]}},6970:e=>{e.exports={en:["change {chartType} up color"],de:["{chartType} Farbe für Aufwärts ändern"]}},66110:e=>{e.exports={en:["change {inputName} property"],de:["Eigenschaft von {inputName} ändern"]}},18077:e=>{e.exports={en:["adjust data for dividends"],de:["Daten für Dividenden anpassen"]}},1433:e=>{e.exports={en:["adjust for contract changes"],de:["Veränderungen der Kontraktgrößen und Verfalltage"]}},92598:e=>{e.exports={en:["hollow candles"],de:["Hollow Candles"]}},57243:e=>{e.exports={en:["range","ranges"],de:["Bereich","Bereiche"]}},70282:e=>{e.exports={en:["renko"],de:["Renko"]}},28871:e=>{e.exports={en:["toggle intraday inactivity gaps"]}},92978:e=>{e.exports={en:["use settlement as close on daily interval"],de:["Settlement als Schlusskurs im Tagesintervall verwenden"]}},59644:e=>{e.exports={en:["{value} decimal","{value} decimals"],de:["{value} Dezimale","{value} Dezimalen"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.7714.fb6a9318f826d9829d2d.js b/public/charting_library/bundles/de.7714.fb6a9318f826d9829d2d.js
new file mode 100644
index 0000000..80270d3
--- /dev/null
+++ b/public/charting_library/bundles/de.7714.fb6a9318f826d9829d2d.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7714,4109,4166],{92389:e=>{e.exports={en:["Clone, Copy"],de:["Klonen, Kopieren"]}},47742:e=>{e.exports={en:["Close menu"],de:["Menü schließen"]}},83390:e=>{e.exports={en:["Create a group of drawings"],de:["Erstellen Sie eine Gruppe von Zeichnungen"]}},69207:e=>{e.exports={en:["Add to favorites"],de:["Zu Favoriten hinzufügen"]}},40983:e=>{e.exports={en:["Group is hidden on current interval"],de:["Gruppe ist im aktuellen Intervall verborgen"]}},80014:e=>{e.exports={en:["Drawing is hidden on current interval"],de:["Zeichnung ist für das aktuelle Intervall ausgeblendet"]}},88616:e=>{e.exports={en:["Object tree"],de:["Objektbaum"]}},80996:e=>{e.exports={en:["Local drawings"],de:["Lokale Zeichnungen"]}},63944:e=>{e.exports={en:["Modified: {modificationDate}"],de:["Änderungsdatum: {modificationDate}"]}},37117:e=>{e.exports={en:["More"],de:["Mehr"]}},81031:e=>{e.exports={en:["Manage layout drawings"],de:["Zeichnungen des Layouts verwalten"]}},84212:e=>{e.exports={en:["No drawings yet"],de:["Noch keine Zeichnungen"]}},92931:e=>{e.exports={en:["Synced globally"],de:["Global synchronisiert"]}},41870:e=>{e.exports={en:["Synced in layout"],de:["Im Layout synchronisiert"]}},8182:e=>{e.exports={en:["Remove all drawings for this symbol"],de:["Alle Zeichnungen für dieses Symbol entfernen"]}},85106:e=>{e.exports={en:["Remove from favorites"],de:["Aus Favoriten entfernen"]}},6321:e=>{e.exports={en:["Rename"],de:["Umbenennen"]}},23687:e=>{e.exports={en:["change {sourceTitle} title to {newSourceTitle}"],de:["{sourceTitle} zu {newSourceTitle} ändern"]}},93277:e=>{e.exports={en:["hide objects"],de:["Objekte ausblenden"]}},10370:e=>{e.exports={en:["insert source(s) after"],de:["Quelle(n) einfügen nach"]}},36044:e=>{e.exports={en:["move objects"],de:["Objekte Bewegen"]}},51382:e=>{e.exports={en:["show {title}"],de:["{title} anzeigen"]}},23771:e=>{e.exports={en:["show objects"],de:["Objekte einblenden"]}},79688:e=>{e.exports={en:["remove objects"],de:["Objekte entfernen"]}},58407:e=>{e.exports={en:["remove all line tools for {symbol}"],de:["alle Linienwerkzeuge für {symbol} entfernen"]}},90755:e=>{e.exports={en:["{drawingsCount} drawing","{drawingsCount} drawings"],de:["{drawingsCount} Zeichnung","{drawingsCount} Zeichnungen"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.7827.ea2deb999b0c771280eb.js b/public/charting_library/bundles/de.7827.ea2deb999b0c771280eb.js
new file mode 100644
index 0000000..19a9e08
--- /dev/null
+++ b/public/charting_library/bundles/de.7827.ea2deb999b0c771280eb.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7827,4109],{55517:e=>{e.exports={en:["Add"],de:["Hinzufügen"]}},29619:e=>{e.exports={en:["Add custom color"],de:["Individuelle Farbe hinzufügen"]}},80936:e=>{e.exports={en:["Opacity"],de:["Deckkraft"]}},64974:e=>{e.exports={en:["line tool(s) line style"],de:["Linientool(s) Linienstil"]}},47370:e=>{e.exports={en:["Color"],de:["Farbe"]}},4543:e=>{e.exports={en:["Cancel"],de:["Abbrechen"]}},74089:e=>{e.exports={en:["Anchor drawing"],de:["Zeichnung verankern"]}},69207:e=>{e.exports={en:["Add to favorites"],de:["Zu Favoriten hinzufügen"]}},99919:e=>{e.exports={en:["Align to 45 degree"],de:["Auf 45 Grad ausrichten"]}},69715:e=>{e.exports={en:["Background color"],de:["Hintergrundfarbe"]}},7977:e=>{e.exports={en:["Background color 1"],de:["Hintergrundfarbe 1"]}},8111:e=>{e.exports={en:["Background color 2"],de:["Hintergrundfarbe 2"]}},57157:e=>{e.exports={en:["Dot"],de:["Punkt"]}},27390:e=>{e.exports={en:["Dotted line"],de:["Gepunktete Linie"]}},88123:e=>{e.exports={en:["Dashed line"],de:["Gestrichelte Linie"]}},14939:e=>{e.exports={en:["Demonstration"]}},31145:e=>{e.exports={en:["Disable align to 45 degrees mode"],de:['Modus "auf 45 Grad ausrichten" deaktivieren']}},83187:e=>{e.exports={en:["Enable align to 45 degrees mode"],de:['Modus "auf 45 Grad ausrichten" aktivieren']}},8727:e=>{e.exports={en:["Eraser"],de:["Radierer"]}},92409:e=>{e.exports={en:["Font Size"],de:["Schriftgröße"]}},2573:e=>{e.exports={en:["Font size"],de:["Schriftgröße"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"],de:["{hotKey_0} für eine temporäre Zeichnung halten"]}},22688:e=>{e.exports={en:["Hide Favorite Drawing Tools Toolbar"],de:["Toolbar für favorisierte Zeichenwerkzeuge verbergen"]}},79451:e=>{e.exports={en:["Lock all drawings"],de:["Alle Zeichen-Tools fixieren"]}},14097:e=>{e.exports={en:["Line tool backgrounds"],de:["Linienwerkzeug Hintergründe"]}},11989:e=>{e.exports={en:["Line tool colors"],de:["Linienwerkzeug Farben"]}},81956:e=>{e.exports={en:["Line tool text colors"],de:["Linienwerkzeug Textfarben"]}},53002:e=>{e.exports={en:["Line tool width"],de:["Linien-Werkzeug Breite"]}},75056:e=>{e.exports={en:["Line tool widths"],de:["Linien-Werkzeug Breiten"]}},37117:e=>{e.exports={en:["More"],de:["Mehr"]}},35553:e=>{e.exports={en:["Magic"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"],de:["Der Magnet-Modus zieht Zeichnungen, die in der Nähe von Preisbalken platziert sind, an den nächstgelegenen OHLC-Wert."]}},46193:e=>{e.exports={en:["Marker color"],de:["Stiftfarbe"]}},91563:e=>{e.exports={en:["Measure"],de:["Messen"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"],de:["Neue Zeichnungen werden in alle Charts im Layout repliziert und angezeigt wenn der gleiche Ticker ausgewählt ist."]}},3154:e=>{e.exports={en:["Show Hidden Tools"],de:["Versteckte Tools anzeigen"]}},85786:e=>{e.exports={en:["Show Object Tree"],
+de:["Objektbaum anzeigen"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],de:["Im Zeichenmodus bleiben"]}},65086:e=>{e.exports={en:["Stop background color"],de:["Hintergrundfarbe stoppen"]}},28736:e=>{e.exports={en:["Profit background color"],de:["Gewinn Farbe Hintergrund"]}},57118:e=>{e.exports={en:["Remove Drawings"],de:["Zeichnungen entfernen"]}},89984:e=>{e.exports={en:["Remove color"],de:["Farbe entfernen"]}},85106:e=>{e.exports={en:["Remove from favorites"],de:["Aus Favoriten entfernen"]}},77753:e=>{e.exports={en:["Text color"],de:["Textfarbe"]}},55774:e=>{e.exports={en:["Zoom In"],de:["Vergrößern"]}},37310:e=>{e.exports={en:["Zoom Out"],de:["Verkleinern"]}},96142:e=>{e.exports={en:["change line tool(s) text color"],de:["Textfarbe des Linienwerkzeugs ändern"]}},50522:e=>{e.exports={en:["change line tool(s) background color"],de:["Hintergrundfarbe des Linienwerkzeuges ändern"]}},78655:e=>{e.exports={en:["change line tool(s) color"],de:["Farbe des Linienwerkzeugs ändern"]}},37453:e=>{e.exports={en:["change line tool(s) font size"],de:["Schriftgröße des Linientools ändern"]}},13423:e=>{e.exports={en:["change line tool(s) line style"],de:["Linienart des Linienwerkzeugs ändern"]}},81303:e=>{e.exports={en:["change line tool(s) line width"],de:["Linienbreite des Linienwerkzeugs ändern"]}},25167:e=>{e.exports={en:["change {propertyName} property"],de:["Eigenschaft {propertyName} ändern"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"],de:["{hotKey_0} + Klick auf das Chart"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"],de:["{hotKey_0} — Kreis"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"],de:["{hotKey_0} — Zeichnen einer geraden Linie im Winkel von 45°"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"],de:["{hotKey_0} — feste Abstufungen"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"],de:["{hotKey_0} — Quadrat"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.7850.c4f446fdb53937cc86cb.js b/public/charting_library/bundles/de.7850.c4f446fdb53937cc86cb.js
new file mode 100644
index 0000000..53429de
--- /dev/null
+++ b/public/charting_library/bundles/de.7850.c4f446fdb53937cc86cb.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7850,7122,5111],{57122:e=>{e.exports={en:["change {title} text"],de:["{title} Text ändern"]}},77114:e=>{e.exports={en:["erase level line"],de:["Linie der Ebene löschen"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.7952.0cb83b58212a65904f9d.js b/public/charting_library/bundles/de.7952.0cb83b58212a65904f9d.js
new file mode 100644
index 0000000..8b4f483
--- /dev/null
+++ b/public/charting_library/bundles/de.7952.0cb83b58212a65904f9d.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7952,2787,6155,5111,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],de:["#{count} (Preis, Bar)"]}},29291:e=>{e.exports={en:["Median"],de:["Medianer Wert"]}},78930:e=>{e.exports={en:["Coordinates"],de:["Koordinaten"]}},24197:e=>{e.exports={en:["Center"],de:["Zentrieren"]}},27567:e=>{e.exports={en:["Bottom"],de:["Unten"]}},79468:e=>{e.exports={en:["Background"],de:["Hintergrund"]}},72942:e=>{e.exports={en:["Days"],de:["Tage"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],de:["Verschiebung (Preis, Balken)"]}},61856:e=>{e.exports={en:["Extend left line"],de:["Linie nach links verlängern"]}},819:e=>{e.exports={en:["Extend lines"],de:["Linien verlängern"]}},87430:e=>{e.exports={en:["Extend right line"],de:["Linie nach rechts verlängern"]}},56796:e=>{e.exports={en:["Hours"],de:["Stunden"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],de:["Eingaben"]}},11626:e=>{e.exports={en:["Left"],de:["Links"]}},43154:e=>{e.exports={en:["Months"],de:["Monate"]}},68833:e=>{e.exports={en:["Middle"],de:["Mitte"]}},42562:e=>{e.exports={en:["Minutes"],de:["Minuten"]}},65188:e=>{e.exports={en:["Seconds"]}},50421:e=>{e.exports={en:["Right"],de:["Rechts"]}},835:e=>{e.exports={en:["Weeks"],de:["Wochen"]}},97118:e=>{e.exports={en:["Top"],de:["Oben"]}},70320:e=>{e.exports={en:["Text"]}},25485:e=>{e.exports={en:["Text alignment"],de:["Textausrichtung"]}},67781:e=>{e.exports={en:["Text orientation"],de:["Text Ausrichtung"]}},24821:e=>{e.exports={en:["Ticks"]}},28683:e=>{e.exports={en:["Use one color"],de:["Eine Farbe verwenden"]}},69526:e=>{e.exports={en:["Vertical"],de:["Vertikal"]}},2066:e=>{e.exports={en:["change bar X coordinate"],de:["X-Koordinate des Balkens ändern"]}},11737:e=>{e.exports={en:["change price Y coordinate"],de:["Y-Koordinate des Preises ändern"]}},59577:e=>{e.exports={en:["change {title} all lines color"],de:["alle Linienfarben von {title} ändern"]}},13783:e=>{e.exports={en:["change {title} background transparency"],de:["Hintergrundtransparenz von {title} ändern"]}},30839:e=>{e.exports={en:["change {title} background visibility"],de:["Hintergrundsichtbarkeit von {title} ändern"]}},96135:e=>{e.exports={en:["change {title} days to"],de:["ändere {title} von Tagen auf"]}},91201:e=>{e.exports={en:["change {title} days from"],de:["ändere {title} auf Tage von"]}},76295:e=>{e.exports={en:["change {title} extend lines"],de:["{title} Linienerweiterungen ändern"]}},8306:e=>{e.exports={en:["change {title} hours from"],de:["ändere {title} auf Stunden von"]}},67233:e=>{e.exports={en:["change {title} hours to"],de:["ändere {title} von Stunden auf"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],de:["{title} Ebene {index} Koeffizient der Linie ändern"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],de:["{title} Ebene {index} Linienfarbe ändern"]}},64707:e=>{e.exports={en:["change {title} level {index} line style"],de:["Linienstil von {title} Ebene {index} ändern"]}},51403:e=>{
+e.exports={en:["change {title} level {index} line visibility"],de:["{title} Ebene {index} Liniensichtbarkeit ändern"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"],de:["{title} Ebene {index} Linienbreite ändern"]}},99122:e=>{e.exports={en:["change {title} months from"],de:["ändere {title} auf Monate von"]}},10518:e=>{e.exports={en:["change {title} months to"],de:["ändere {title} von Monaten auf"]}},38011:e=>{e.exports={en:["change {title} minutes to"],de:["ändere {title} von Minuten auf"]}},59820:e=>{e.exports={en:["change {title} minutes from"],de:["ändere {title} auf Minuten von"]}},6573:e=>{e.exports={en:["change {title} seconds to"],de:["ändere {title} von Sekunden auf"]}},86780:e=>{e.exports={en:["change {title} seconds from"],de:["Sekunde von {title} ändern"]}},32481:e=>{e.exports={en:["change {title} weeks from"],de:["ändere {title} auf Wochen von"]}},18678:e=>{e.exports={en:["change {title} weeks to"],de:["ändere {title} von Wochen auf"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],de:["Sichtbarkeit von {title} in Ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],de:["Sichtbarkeit von {title} auf Wochen ändern"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],de:["{title} Sichtbarkeit auf {ranges} ändern"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],de:["Sichtbarkeit von {title} auf Tage ändern"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],de:["Sichtbarkeit von {title} auf Stunden ändern"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],de:["Sichtbarkeit von {title} auf Minuten ändern"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],de:["Sichtbarkeit von {title} auf Monate ändern"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],de:["Sichtbarkeit von {title} in Sekunden"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],de:["Sichtbarkeit der Linie von {toolName} ändern"]}},19541:e=>{e.exports={en:["change {toolName} line width"],de:["Linienbreite von {toolName} ändern"]}},24059:e=>{e.exports={en:["change {toolName} line color"],de:["Linienfarbe von {toolName} ändern"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],de:["Linien von {toolName} nach links erweitern"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],de:["Linien von {toolName} nach rechts erweitern"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],de:["Linien von {toolName} nach links bis zum Ende erweitern"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],de:["Linien von {toolName} nach rechts bis zum Ende erweitern"]}},66429:e=>{e.exports={en:["change {toolName} line style"],de:["Linienstil von {toolName} ändern"]}},25167:e=>{e.exports={en:["change {propertyName} property"],de:["Eigenschaft {propertyName} ändern"]}},35813:e=>{e.exports={en:["days"],de:["Tage"]}},89919:e=>{e.exports={en:["days to"],de:["Tage bis"]}},59215:e=>{e.exports={en:["days from"],de:["Tage von"]}},77114:e=>{
+e.exports={en:["erase level line"],de:["Linie der Ebene löschen"]}},2359:e=>{e.exports={en:["hours"],de:["Stunden"]}},82267:e=>{e.exports={en:["hours from"],de:["Stunden von"]}},15600:e=>{e.exports={en:["hours to"],de:["Stunden bis"]}},76261:e=>{e.exports={en:["move drawings"],de:["Zeichnungen verschieben"]}},95300:e=>{e.exports={en:["months"],de:["Monate"]}},17250:e=>{e.exports={en:["months from"],de:["Monate von"]}},2828:e=>{e.exports={en:["months to"],de:["Monate zu"]}},18726:e=>{e.exports={en:["minutes"],de:["Minuten"]}},67649:e=>{e.exports={en:["minutes to"],de:["Minuten bis"]}},22476:e=>{e.exports={en:["minutes from"],de:["Minuten von"]}},751:e=>{e.exports={en:["seconds"],de:["Sekunden"]}},73419:e=>{e.exports={en:["seconds to"],de:["Sekunden bis"]}},35801:e=>{e.exports={en:["seconds from"],de:["Sekunden von"]}},45537:e=>{e.exports={en:["weeks"],de:["Wochen"]}},92859:e=>{e.exports={en:["weeks from"],de:["Wochen von"]}},44127:e=>{e.exports={en:["weeks to"],de:["Wochen bis"]}},3539:e=>{e.exports={en:["ticks"],de:["Ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.8356.3131cfefc19bf35ba006.js b/public/charting_library/bundles/de.8356.3131cfefc19bf35ba006.js
new file mode 100644
index 0000000..d54181f
--- /dev/null
+++ b/public/charting_library/bundles/de.8356.3131cfefc19bf35ba006.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8356,4109],{53288:e=>{e.exports={en:["animals & nature"],de:["Tiere & Natur"]}},21311:e=>{e.exports={en:["activity"],de:["Aktivität"]}},90678:e=>{e.exports={en:["food & drink"],de:["Essen & Trinken"]}},6715:e=>{e.exports={en:["flags"],de:["Flaggen"]}},98355:e=>{e.exports={en:["objects"],de:["Objekte"]}},43438:e=>{e.exports={en:["smiles & people"],de:["Smilies & Menschen"]}},40457:e=>{e.exports={en:["symbols"],de:["Symbole"]}},88906:e=>{e.exports={en:["recently used"],de:["Zuletzt genutzt"]}},28562:e=>{e.exports={en:["travel & places"],de:["Reisen & Orte"]}},23821:e=>{e.exports={en:["Dot"],de:["Punkt"]}},57252:e=>{e.exports={en:["Days"],de:["Tage"]}},18817:e=>{e.exports={en:["Hours"],de:["Stunden"]}},89506:e=>{e.exports={en:["Months"],de:["Monate"]}},21551:e=>{e.exports={en:["Minutes"],de:["Minuten"]}},32116:e=>{e.exports={en:["Seconds"],de:["Sekunden"]}},22163:e=>{e.exports={en:["Ranges"],de:["Bereiche"]}},41815:e=>{e.exports={en:["Weeks"],de:["Wochen"]}},49512:e=>{e.exports={en:["Ticks"]}},96554:e=>{e.exports={en:["Copy image"],de:["Bild kopieren"]}},81939:e=>{e.exports={en:["Copy link"],de:["Link kopieren"]}},58425:e=>{e.exports={en:["Chart snapshot"],de:["Chart Snapshot"]}},66418:e=>{e.exports={en:["Choose manually"],de:["Manuell auswählen"]}},80335:e=>{e.exports={en:["Add custom interval"],de:["Individuelles Interval hinzufügen"]}},69207:e=>{e.exports={en:["Add to favorites"],de:["Zu Favoriten hinzufügen"]}},89771:e=>{e.exports={en:["All changes saved"],de:["Alle Änderungen speichern"]}},89911:e=>{e.exports={en:["Bar's style"],de:["Balken Darstellung"]}},26200:e=>{e.exports={en:["Download image"],de:["Bild herunterladen"]}},46838:e=>{e.exports={en:["Default templates"],de:["Standardvorlagen"]}},6571:e=>{e.exports={en:["Everyone with the link can view and copy"],de:["Jeder mit dem Link kann es sehen und kopieren"]}},52530:e=>{e.exports={en:["Favorite Indicators"],de:["Favorisierte Indikatoren"]}},70234:e=>{e.exports={en:["Favorites"],de:["Favoriten"]}},67092:e=>{e.exports={en:["Fullscreen mode"],de:["Vollbildmodus"]}},76443:e=>{e.exports={en:["Indicator templates"],de:["Indikator-Vorlagen"]}},84549:e=>{e.exports={en:["Indicators"],de:["Indikatoren"]}},62005:e=>{e.exports={en:["Indicators & Strategies"],de:["Indikatoren & Strategien"]}},44271:e=>{e.exports={en:["Open template"],de:["Vorlage öffnen"]}},46311:e=>{e.exports={en:["Open Interval Dialog"],de:["Intervall-Dialog öffnen"]}},34770:e=>{e.exports={en:["Open chart in popup"],de:["Chart in Pop-up öffnen"]}},19159:e=>{e.exports={en:["Open in new tab"],de:["In neuem Tab öffnen"]}},65433:e=>{e.exports={en:["Open layout"],de:["Layout öffnen"]}},29517:e=>{e.exports={en:["Load Chart Layout"],de:["Chart-Layout laden"]}},93292:e=>{e.exports={en:["Loading..."],de:["Lade ..."]}},40115:e=>{e.exports={en:["Make a copy"],de:["Kopie erstellen"]}},38973:e=>{e.exports={en:["Manage layouts"],de:["Layouts verwalten"]}},83300:e=>{e.exports={en:["My templates"],de:["Meine Vorlagen"]}},92969:e=>{e.exports={
+en:["Number or {hotKey_0}"],de:["Zahl oder {hotKey_0}"]}},64e3:e=>{e.exports={en:["Save"],de:["Speichern"]}},26869:e=>{e.exports={en:["Save Indicator template"],de:["Indikator Vorlage wird gespeichert"]}},15356:e=>{e.exports={en:["Save all charts for all symbols and intervals on your layout"],de:["Speichern Sie alle Charts für alle Symbole und Intervalle in Ihrem Layout"]}},26276:e=>{e.exports={en:["Save layout"],de:["Layout speichern"]}},81265:e=>{e.exports={en:["Sharing"],de:["Teilen"]}},50021:e=>{e.exports={en:["Simply start typing while on the chart to pull up this search box"],de:["Beginnen Sie einfach zu tippen, während Sie auf dem Chart sind, um dieses Suchfeld aufzurufen."]}},51165:e=>{e.exports={en:["Symbol Search"],de:["Symbol Suche"]}},18243:e=>{e.exports={en:["Quick Search"],de:["Schnellsuche"]}},7448:e=>{e.exports={en:["Recently used"],de:["Kürzlich verwendet"]}},11304:e=>{e.exports={en:["Redo {hint}"],de:["Wiederherstellen {hint}"]}},85106:e=>{e.exports={en:["Remove from favorites"],de:["Aus Favoriten entfernen"]}},47550:e=>{e.exports={en:["Remove selected emoji"],de:["Ausgewählten Emoji entfernen"]}},6321:e=>{e.exports={en:["Rename"],de:["Umbenennen"]}},87972:e=>{e.exports={en:["Take a snapshot"],de:["Snapshot erstellen"]}},41173:e=>{e.exports={en:["Time Interval"],de:["Zeitinterval"]}},28239:e=>{e.exports={en:["Tweet image"],de:["Chart-Bild tweeten"]}},66020:e=>{e.exports={en:["Undo {hint}"],de:["Rückgängig {hint}"]}},36291:e=>{e.exports={en:["Unfavorite all"],de:["Alle aus den Favoriten entfernen"]}},18448:e=>{e.exports={en:["You have no Favorites Indicators yet"],de:["Sie haben noch keine Favorisierten Indikatoren"]}},6094:e=>{e.exports={en:["Your favorite layouts have moved to the top toolbar. You currently have {count} favorite. You can reduce the number to find them easier — unfavorite all in just one click or set up your choice manually.","Your favorite layouts have moved to the top toolbar. You currently have {count} favorites. You can reduce the number to find them easier — unfavorite all in just one click or set up your choice manually."],de:["Ihre bevorzugten Layouts befinden sich nun in der oberen Symbolleiste. Sie verfügen aktuell über {count} Favoriten. Sie können die Anzahl reduzieren, damit Sie die Layouts leichter finden können — Sie können alle mit einem Klick aus den Favoriten entfernen oder Ihre Wahl manuell treffen.","Ihre bevorzugten Layouts befinden sich nun in der oberen Symbolleiste. Sie verfügen aktuell über {count} Favoriten. Sie können die Anzahl reduzieren, damit Sie die Layouts leichter finden können — Sie können alle mit einem Klick aus den Favoriten entfernen oder Ihre Wahl manuell treffen."]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.8370.da37ca095a984f601a1e.js b/public/charting_library/bundles/de.8370.da37ca095a984f601a1e.js
new file mode 100644
index 0000000..cff3897
--- /dev/null
+++ b/public/charting_library/bundles/de.8370.da37ca095a984f601a1e.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8370],{23970:e=>{e.exports={en:["days"],de:["Tage"]}},35157:e=>{e.exports={en:["hours"],de:["Stunden"]}},18193:e=>{e.exports={en:["months"],de:["Monate"]}},79930:e=>{e.exports={en:["minutes"],de:["Minuten"]}},7938:e=>{e.exports={en:["weeks"],de:["Wochen"]}},48161:e=>{e.exports={en:["View Only Mode"],de:["Ansichtsmodus"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.8622.b162b43310f56287e24e.js b/public/charting_library/bundles/de.8622.b162b43310f56287e24e.js
new file mode 100644
index 0000000..a8da002
--- /dev/null
+++ b/public/charting_library/bundles/de.8622.b162b43310f56287e24e.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8622],{13197:e=>{e.exports={en:["1/{minmove2} of 1/{pricescale}"],de:["1/{minmove2} von 1/{pricescale}"]}},97349:e=>{e.exports={en:["Fr"],de:["Fr."]}},30961:e=>{e.exports={en:["Mo"],de:["Mo."]}},94748:e=>{e.exports={en:["Sa"],de:["Sa."]}},75005:e=>{e.exports={en:["Su"],de:["So."]}},92578:e=>{e.exports={en:["We"],de:["Mi."]}},8765:e=>{e.exports={en:["Th"],de:["Do."]}},9135:e=>{e.exports={en:["Tu"],de:["Di."]}},53174:e=>{e.exports={en:["Right"],de:["Rechter"]}},47742:e=>{e.exports={en:["Close menu"],de:["Menü schließen"]}},81849:e=>{e.exports={en:["Currency"],de:["Währung"]}},12272:e=>{e.exports={en:["Current contract"],de:["Aktueller Kontrakt"]}},17606:e=>{e.exports={en:["All sessions"],de:["Alle Sitzungen"]}},28896:e=>{e.exports={en:["April"]}},11081:e=>{e.exports={en:["August"]}},42358:e=>{e.exports={en:["Bond"],de:["Anleihe"]}},90082:e=>{e.exports={en:["December"],de:["Dezember"]}},54602:e=>{e.exports={en:["Delisted"],de:["Eingestellt"]}},78734:e=>{e.exports={en:["Description"],de:["Beschreibung"]}},63538:e=>{e.exports={en:["Exchange timezone"],de:["Zeitzone wechseln"]}},88191:e=>{e.exports={en:["Expiration date"],de:["Ablaufdatum"]}},56536:e=>{e.exports={en:["FIGI"]}},81069:e=>{e.exports={en:["February"],de:["Februar"]}},22928:e=>{e.exports={en:["Fri"],de:["Fr"]}},3570:e=>{e.exports={en:["Friday"],de:["Freitag"]}},26931:e=>{e.exports={en:["Home page"],de:["Homepage"]}},88104:e=>{e.exports={en:["ISIN"]}},7727:e=>{e.exports={en:["Industry"],de:["Branche"]}},200:e=>{e.exports={en:["January"],de:["Januar"]}},6608:e=>{e.exports={en:["July"],de:["Juli"]}},61487:e=>{e.exports={en:["June"],de:["Juni"]}},37997:e=>{e.exports={en:["October"]}},23339:e=>{e.exports={en:["Link copied to clipboard"],de:["Link in Zwischenablage kopiert"]}},41224:e=>{e.exports={en:["Listed exchange"],de:["Gelistete Börse"]}},37150:e=>{e.exports={en:["Mon"]}},19573:e=>{e.exports={en:["Monday"],de:["Montag"]}},25734:e=>{e.exports={en:["May"],de:["Mai"]}},93878:e=>{e.exports={en:["March"],de:["März"]}},41410:e=>{e.exports={en:["Market open"],de:["Markt ist geöffnet"]}},62464:e=>{e.exports={en:["Market closed"],de:["Markt ist geschlossen"]}},91563:e=>{e.exports={en:["Measure"],de:["Messen"]}},4607:e=>{e.exports={en:["November"]}},99709:e=>{e.exports={en:["Name"]}},97751:e=>{e.exports={en:["Source"],de:["Quelle"]}},32273:e=>{e.exports={en:["Sat"],de:["Sa"]}},30348:e=>{e.exports={en:["Saturday"],de:["Samstag"]}},99804:e=>{e.exports={en:["Sector"],de:["Sektor"]}},17502:e=>{e.exports={en:["Security Info"],de:["Symbol Info"]}},32179:e=>{e.exports={en:["September"]}},77493:e=>{e.exports={en:["Sun"],de:["Son"]}},61480:e=>{e.exports={en:["Sunday"],de:["Sonntag"]}},81314:e=>{e.exports={en:["Point value"],de:["Punktwert"]}},73897:e=>{e.exports={en:["Post-market"],de:["Nachbörslich"]}},39245:e=>{e.exports={en:["Pip size"],de:["Pip-Größe"]}},36018:e=>{e.exports={en:["Pre-market"],de:["Vorbörslich"]}},16045:e=>{e.exports={en:["Website"],de:["Webseite"]}},11532:e=>{e.exports={en:["Wed"],
+de:["Mi"]}},94226:e=>{e.exports={en:["Wednesday"],de:["Mittwoch"]}},17254:e=>{e.exports={en:["Text copied to clipboard"],de:["Text in die Zwischenablage kopiert"]}},71388:e=>{e.exports={en:["Thu"],de:["Do"]}},79137:e=>{e.exports={en:["Thursday"],de:["Donnerstag"]}},24431:e=>{e.exports={en:["Tick size"],de:["Tickgröße"]}},11916:e=>{e.exports={en:["Tue"],de:["Die"]}},82160:e=>{e.exports={en:["Tuesday"],de:["Dienstag"]}},98413:e=>{e.exports={en:["Type"],de:["Typ"]}},33564:e=>{e.exports={en:["Unit"],de:["Einheit"]}},70932:e=>{e.exports={en:["commodity"],de:["Rohstoff"]}},79599:e=>{e.exports={en:["cfd"]}},46128:e=>{e.exports={en:["crypto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"],de:["Wirtschaft"]}},17770:e=>{e.exports={en:["forex"],de:["Devisen"]}},4723:e=>{e.exports={en:["futures"],de:["Futures"]}},87464:e=>{e.exports={en:["index"],de:["Index"]}},90250:e=>{e.exports={en:["indices"],de:["Indizes"]}},76752:e=>{e.exports={en:["stock"],de:["Aktie"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.8763.bf9d4d175a7686effaf6.js b/public/charting_library/bundles/de.8763.bf9d4d175a7686effaf6.js
new file mode 100644
index 0000000..a7ed754
--- /dev/null
+++ b/public/charting_library/bundles/de.8763.bf9d4d175a7686effaf6.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8763,5111],{91612:e=>{e.exports={en:["Inside"],de:["Mittig"]}},46005:e=>{e.exports={en:["Original"]}},70382:e=>{e.exports={en:["Modified Schiff"],de:["Schiff modifiziert"]}},69904:e=>{e.exports={en:["Schiff"]}},98463:e=>{e.exports={en:["change {title} style"],de:["Stil von {title} ändern"]}},77114:e=>{e.exports={en:["erase level line"],de:["Linie der Ebene löschen"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.8940.5460b0ccfae157b7bbe3.js b/public/charting_library/bundles/de.8940.5460b0ccfae157b7bbe3.js
new file mode 100644
index 0000000..1748e2c
--- /dev/null
+++ b/public/charting_library/bundles/de.8940.5460b0ccfae157b7bbe3.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8940,6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],de:["#{count} (Preis, Bar)"]}},78930:e=>{e.exports={en:["Coordinates"],de:["Koordinaten"]}},24197:e=>{e.exports={en:["Center"],de:["Zentrieren"]}},27567:e=>{e.exports={en:["Bottom"],de:["Unten"]}},38408:e=>{e.exports={en:["Border"],de:["Rahmen"]}},79468:e=>{e.exports={en:["Background"],de:["Hintergrund"]}},72942:e=>{e.exports={en:["Days"],de:["Tage"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],de:["Verschiebung (Preis, Balken)"]}},56796:e=>{e.exports={en:["Hours"],de:["Stunden"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],de:["Eingaben"]}},34974:e=>{e.exports={en:["Label border"],de:["Label Rahmen"]}},73863:e=>{e.exports={en:["Label background"],de:["Hintergrund des Labels"]}},95170:e=>{e.exports={en:["Label text"],de:["Label Text"]}},11626:e=>{e.exports={en:["Left"],de:["Links"]}},97575:e=>{e.exports={en:["Line color"],de:["Linienfarbe"]}},43154:e=>{e.exports={en:["Months"],de:["Monate"]}},68833:e=>{e.exports={en:["Middle"],de:["Mitte"]}},42562:e=>{e.exports={en:["Minutes"],de:["Minuten"]}},65188:e=>{e.exports={en:["Seconds"]}},50421:e=>{e.exports={en:["Right"],de:["Rechts"]}},835:e=>{e.exports={en:["Weeks"],de:["Wochen"]}},97118:e=>{e.exports={en:["Top"],de:["Oben"]}},70320:e=>{e.exports={en:["Text"]}},7560:e=>{e.exports={en:["Text wrap"],de:["Textumfluss"]}},25485:e=>{e.exports={en:["Text alignment"],de:["Textausrichtung"]}},67781:e=>{e.exports={en:["Text orientation"],de:["Text Ausrichtung"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"],de:["Vertikal"]}},2066:e=>{e.exports={en:["change bar X coordinate"],de:["X-Koordinate des Balkens ändern"]}},11737:e=>{e.exports={en:["change price Y coordinate"],de:["Y-Koordinate des Preises ändern"]}},96135:e=>{e.exports={en:["change {title} days to"],de:["ändere {title} von Tagen auf"]}},91201:e=>{e.exports={en:["change {title} days from"],de:["ändere {title} auf Tage von"]}},8306:e=>{e.exports={en:["change {title} hours from"],de:["ändere {title} auf Stunden von"]}},67233:e=>{e.exports={en:["change {title} hours to"],de:["ändere {title} von Stunden auf"]}},7455:e=>{e.exports={en:["change {title} line color"],de:["Linienfarbe von {title} ändern"]}},99122:e=>{e.exports={en:["change {title} months from"],de:["ändere {title} auf Monate von"]}},10518:e=>{e.exports={en:["change {title} months to"],de:["ändere {title} von Monaten auf"]}},38011:e=>{e.exports={en:["change {title} minutes to"],de:["ändere {title} von Minuten auf"]}},59820:e=>{e.exports={en:["change {title} minutes from"],de:["ändere {title} auf Minuten von"]}},6573:e=>{e.exports={en:["change {title} seconds to"],de:["ändere {title} von Sekunden auf"]}},86780:e=>{e.exports={en:["change {title} seconds from"],de:["Sekunde von {title} ändern"]}},32481:e=>{e.exports={en:["change {title} weeks from"],de:["ändere {title} auf Wochen von"]}},18678:e=>{e.exports={en:["change {title} weeks to"],
+de:["ändere {title} von Wochen auf"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],de:["Sichtbarkeit von {title} in Ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],de:["Sichtbarkeit von {title} auf Wochen ändern"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],de:["{title} Sichtbarkeit auf {ranges} ändern"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],de:["Sichtbarkeit von {title} auf Tage ändern"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],de:["Sichtbarkeit von {title} auf Stunden ändern"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],de:["Sichtbarkeit von {title} auf Minuten ändern"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],de:["Sichtbarkeit von {title} auf Monate ändern"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],de:["Sichtbarkeit von {title} in Sekunden"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],de:["Etiketten Ausrichtung von {toolName} auf vertikal ändern"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],de:["Etiketten Ausrichtung von {toolName} auf horizontal ändern"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],de:["Label-Ausrichtung {toolName} ändern"]}},66668:e=>{e.exports={en:["change {toolName} text"],de:["{toolName} Text ändern"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],de:["Sichtbarkeit des Text von {toolName} ändern"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],de:["{toolName} Textumbruch ändern"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],de:["Texthintergrundfarbe von {toolName} ändern"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],de:["Texthintergrundsichtbarkeit von {toolName} ändern"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],de:["Sichtbarkeit des {toolName} Textrahmenfarbe ändern"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],de:["Sichtbarkeit der {toolName} Textrahmendicke ändern"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],de:["Sichtbarkeit des {toolName} Textrahmens ändern"]}},64500:e=>{e.exports={en:["change {toolName} text color"],de:["Textfarbe von {toolName} ändern"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],de:['Textschriftart von {toolName} auf "fett" ändern']}},42694:e=>{e.exports={en:["change {toolName} text font italic"],de:['Textschriftart von {toolName} auf "kursiv" ändern']}},21781:e=>{e.exports={en:["change {toolName} text font size"],de:["Textgröße von {toolName} ändern"]}},25167:e=>{e.exports={en:["change {propertyName} property"],de:["Eigenschaft {propertyName} ändern"]}},35813:e=>{e.exports={en:["days"],de:["Tage"]}},89919:e=>{e.exports={en:["days to"],de:["Tage bis"]}},59215:e=>{e.exports={en:["days from"],de:["Tage von"]}},2359:e=>{e.exports={en:["hours"],de:["Stunden"]}},82267:e=>{e.exports={en:["hours from"],de:["Stunden von"]}},
+15600:e=>{e.exports={en:["hours to"],de:["Stunden bis"]}},76261:e=>{e.exports={en:["move drawings"],de:["Zeichnungen verschieben"]}},95300:e=>{e.exports={en:["months"],de:["Monate"]}},17250:e=>{e.exports={en:["months from"],de:["Monate von"]}},2828:e=>{e.exports={en:["months to"],de:["Monate zu"]}},18726:e=>{e.exports={en:["minutes"],de:["Minuten"]}},67649:e=>{e.exports={en:["minutes to"],de:["Minuten bis"]}},22476:e=>{e.exports={en:["minutes from"],de:["Minuten von"]}},751:e=>{e.exports={en:["seconds"],de:["Sekunden"]}},73419:e=>{e.exports={en:["seconds to"],de:["Sekunden bis"]}},35801:e=>{e.exports={en:["seconds from"],de:["Sekunden von"]}},45537:e=>{e.exports={en:["weeks"],de:["Wochen"]}},92859:e=>{e.exports={en:["weeks from"],de:["Wochen von"]}},44127:e=>{e.exports={en:["weeks to"],de:["Wochen bis"]}},3539:e=>{e.exports={en:["ticks"],de:["Ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.8975.0b3e843255e92a8c2808.js b/public/charting_library/bundles/de.8975.0b3e843255e92a8c2808.js
new file mode 100644
index 0000000..abc0985
--- /dev/null
+++ b/public/charting_library/bundles/de.8975.0b3e843255e92a8c2808.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8975],{94073:e=>{e.exports={en:["A"]}},66384:e=>{e.exports={en:["L"]}},94465:e=>{e.exports={en:["Toggle auto scale"],de:["Auto-Skalierung umschalten"]}},46992:e=>{e.exports={en:["Toggle log scale"],de:["Log-Skala umschalten"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.9003.299a55ed654df75bf43b.js b/public/charting_library/bundles/de.9003.299a55ed654df75bf43b.js
new file mode 100644
index 0000000..496d90d
--- /dev/null
+++ b/public/charting_library/bundles/de.9003.299a55ed654df75bf43b.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9003,4040,359],{55517:e=>{e.exports={en:["Add"],de:["Hinzufügen"]}},29619:e=>{e.exports={en:["Add custom color"],de:["Individuelle Farbe hinzufügen"]}},80936:e=>{e.exports={en:["Opacity"],de:["Deckkraft"]}},97349:e=>{e.exports={en:["Fr"],de:["Fr."]}},30961:e=>{e.exports={en:["Mo"],de:["Mo."]}},94748:e=>{e.exports={en:["Sa"],de:["Sa."]}},75005:e=>{e.exports={en:["Su"],de:["So."]}},92578:e=>{e.exports={en:["We"],de:["Mi."]}},8765:e=>{e.exports={en:["Th"],de:["Do."]}},9135:e=>{e.exports={en:["Tu"],de:["Di."]}},24716:e=>{e.exports={en:["Another symbol"],de:["Weiteres Symbol"]}},41256:e=>{e.exports={en:["Back"],de:["Zurück"]}},94849:e=>{e.exports={en:["Main chart symbol"],de:["Symbol im Hauptchart"]}},53174:e=>{e.exports={en:["Right"],de:["Rechter"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"],de:["Kalender steht derzeit auf Jahr {year}"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"],de:["Kalender steht derzeit auf den Jahren von {year_start} bis {year_end}"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"],de:["Kalender steht derzeit auf {month}"]}},4543:e=>{e.exports={en:["Cancel"],de:["Abbrechen"]}},63245:e=>{e.exports={en:["Change symbol"],de:["Symbol ändern"]}},54613:e=>{e.exports={en:["Chart"]}},47742:e=>{e.exports={en:["Close menu"],de:["Menü schließen"]}},34040:e=>{e.exports={en:["All sources"],de:["Alle Quellen"]}},33391:e=>{e.exports={en:["Apply"],de:["Anwenden"]}},28896:e=>{e.exports={en:["April"]}},11081:e=>{e.exports={en:["August"]}},42358:e=>{e.exports={en:["Bond"],de:["Anleihe"]}},27390:e=>{e.exports={en:["Dotted line"],de:["Gepunktete Linie"]}},88123:e=>{e.exports={en:["Dashed line"],de:["Gestrichelte Linie"]}},90082:e=>{e.exports={en:["December"],de:["Dezember"]}},55319:e=>{e.exports={en:["Decrease"],de:["Verringern"]}},78734:e=>{e.exports={en:["Description"],de:["Beschreibung"]}},81069:e=>{e.exports={en:["February"],de:["Februar"]}},3570:e=>{e.exports={en:["Friday"],de:["Freitag"]}},39832:e=>{e.exports={en:["Increase"],de:["Erhöhen"]}},200:e=>{e.exports={en:["January"],de:["Januar"]}},6608:e=>{e.exports={en:["July"],de:["Juli"]}},61487:e=>{e.exports={en:["June"],de:["Juni"]}},37997:e=>{e.exports={en:["October"]}},55450:e=>{e.exports={en:["Offset"],de:["Ausgleich"]}},19295:e=>{e.exports={en:["Ok"]}},28603:e=>{e.exports={en:["Line style"],de:["Linienstil"]}},19573:e=>{e.exports={en:["Monday"],de:["Montag"]}},43154:e=>{e.exports={en:["Months"],de:["Monate"]}},37117:e=>{e.exports={en:["More"],de:["Mehr"]}},25734:e=>{e.exports={en:["May"],de:["Mai"]}},93878:e=>{e.exports={en:["March"],de:["März"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],de:["Keine Börsen entsprechen Ihren Kriterien"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],de:["Für Ihre Kriterien gibt es keine übereinstimmenden Symbole"]}},4607:e=>{e.exports={en:["November"]}},69102:e=>{e.exports={en:["Next year"],de:["Nächstes Jahr"]}},17538:e=>{e.exports={
+en:["Next years"],de:["Nächste Jahre"]}},92790:e=>{e.exports={en:["Next month"],de:["Nächster Monat"]}},71300:e=>{e.exports={en:["Number format is invalid."],de:["Ungültiges Zahlenformat"]}},28628:e=>{e.exports={en:["Sources"],de:["Quellen"]}},30348:e=>{e.exports={en:["Saturday"],de:["Samstag"]}},10679:e=>{e.exports={en:['Set the "{inputInline}" time and price for "{studyShortDescription}"'],de:["Legen Sie die {inputInline} Zeit und den Preis für {studyShortDescription} fest"]}},59451:e=>{e.exports={en:['Set the "{inputTitle}" time for "{studyShortDescription}"'],de:["Legen Sie die {inputTitle} Zeit für {studyShortDescription} fest"]}},94238:e=>{e.exports={en:['Set the "{inputTitle}" price for "{studyShortDescription}"'],de:["Legen Sie den {inputTitle} Preis für {studyShortDescription} fest"]}},92229:e=>{e.exports={en:['Set the time and price for "{studyShortDescription}"'],de:['Legen Sie die Zeit und den Preis für "{studyShortDescription}" fest']}},60935:e=>{e.exports={en:['Set the time for "{studyShortDescription}"'],de:['Legen Sie die Zeit für "{studyShortDescription}" fest']}},24404:e=>{e.exports={en:['Set the price for "{studyShortDescription}"'],de:['Legen Sie den Preis für "{studyShortDescription}" fest']}},8573:e=>{e.exports={en:["Search"],de:["Suche"]}},57640:e=>{e.exports={en:["Select source"],de:["Quelle wählen"]}},32179:e=>{e.exports={en:["September"]}},31331:e=>{e.exports={en:["Specified value is more than the instrument maximum of {max}."],de:["Der angegebene Wert ist größer als das Instrumentenmaximum von {max}."]}},24216:e=>{e.exports={en:["Specified value is less than the instrument minimum of {min}."],de:["Der angegebene Wert ist kleiner als das Instrumentenminimum von {min}."]}},61480:e=>{e.exports={en:["Sunday"],de:["Sonntag"]}},70235:e=>{e.exports={en:["Switch to months"],de:["Zu Monaten wechseln"]}},91245:e=>{e.exports={en:["Switch to dates"],de:["Zu Daten wechseln"]}},71961:e=>{e.exports={en:["Switch to years"],de:["Zu Jahren wechseln"]}},95481:e=>{e.exports={en:["Symbol"]}},74007:e=>{e.exports={en:["Symbol & description"],de:["Symbol & Beschreibung"]}},51165:e=>{e.exports={en:["Symbol Search"],de:["Symbol Suche"]}},27254:e=>{e.exports={en:["Please enter the right date"],de:["Bitte geben Sie das richtige Datum ein"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"],de:["Bitte geben Sie das korrekte Datumsformat ein yyyy-mm-dd"]}},93984:e=>{e.exports={en:["Previous month"],de:["Vorheriger Monat"]}},75776:e=>{e.exports={en:["Previous year"],de:["Vorheriges Jahr"]}},44701:e=>{e.exports={en:["Previous years"],de:["Frühere Jahre"]}},89984:e=>{e.exports={en:["Remove color"],de:["Farbe entfernen"]}},94226:e=>{e.exports={en:["Wednesday"],de:["Mittwoch"]}},79137:e=>{e.exports={en:["Thursday"],de:["Donnerstag"]}},54971:e=>{e.exports={en:["Thickness"],de:["Stärke"]}},82160:e=>{e.exports={en:["Tuesday"],de:["Dienstag"]}},66181:e=>{e.exports={en:["Years"],de:["Jahre"]}},70932:e=>{e.exports={en:["commodity"],de:["Rohstoff"]}},79599:e=>{e.exports={en:["cfd"]}},29426:e=>{e.exports={
+en:["change opacity"],de:["Transparenz ändern"]}},31675:e=>{e.exports={en:["change color"],de:["Farbe ändern"]}},28818:e=>{e.exports={en:["change line style"],de:["Linienart ändern"]}},73281:e=>{e.exports={en:["change thickness"],de:["Stärke ändern"]}},25167:e=>{e.exports={en:["change {propertyName} property"],de:["Eigenschaft {propertyName} ändern"]}},5741:e=>{e.exports={en:["close"],de:["Close"]}},46128:e=>{e.exports={en:["crypto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"],de:["Wirtschaft"]}},17770:e=>{e.exports={en:["forex"],de:["Devisen"]}},4723:e=>{e.exports={en:["futures"],de:["Futures"]}},59319:e=>{e.exports={en:["high"],de:["High"]}},96008:e=>{e.exports={en:["hl2"]}},91189:e=>{e.exports={en:["hlc3"]}},49242:e=>{e.exports={en:["hlcc4"]}},87464:e=>{e.exports={en:["index"],de:["Index"]}},90250:e=>{e.exports={en:["indices"],de:["Indizes"]}},52793:e=>{e.exports={en:["ohlc4"]}},83584:e=>{e.exports={en:["open"]}},41902:e=>{e.exports={en:["low"],de:["Low"]}},76752:e=>{e.exports={en:["stock"],de:["Aktie"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.9093.2cff9fa939c391056de4.js b/public/charting_library/bundles/de.9093.2cff9fa939c391056de4.js
new file mode 100644
index 0000000..96209e5
--- /dev/null
+++ b/public/charting_library/bundles/de.9093.2cff9fa939c391056de4.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9093,4109],{4543:e=>{e.exports={en:["Cancel"],de:["Abbrechen"]}},47742:e=>{e.exports={en:["Close menu"],de:["Menü schließen"]}},69207:e=>{e.exports={en:["Add to favorites"],de:["Zu Favoriten hinzufügen"]}},8573:e=>{e.exports={en:["Search"],de:["Suche"]}},85106:e=>{e.exports={en:["Remove from favorites"],de:["Aus Favoriten entfernen"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/de.9494.40d61f8ac3ffd8535658.js b/public/charting_library/bundles/de.9494.40d61f8ac3ffd8535658.js
new file mode 100644
index 0000000..3409e00
--- /dev/null
+++ b/public/charting_library/bundles/de.9494.40d61f8ac3ffd8535658.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9494,6155,3367,2303,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],de:["#{count} (Preis, Bar)"]}},78930:e=>{e.exports={en:["Coordinates"],de:["Koordinaten"]}},24197:e=>{e.exports={en:["Center"],de:["Zentrieren"]}},6060:e=>{e.exports={en:["Add text"],de:["Text hinzufügen"]}},27567:e=>{e.exports={en:["Bottom"],de:["Unten"]}},38408:e=>{e.exports={en:["Border"],de:["Rahmen"]}},79468:e=>{e.exports={en:["Background"],de:["Hintergrund"]}},72942:e=>{e.exports={en:["Days"],de:["Tage"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],de:["Verschiebung (Preis, Balken)"]}},56796:e=>{e.exports={en:["Hours"],de:["Stunden"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],de:["Eingaben"]}},11626:e=>{e.exports={en:["Left"],de:["Links"]}},43154:e=>{e.exports={en:["Months"],de:["Monate"]}},68833:e=>{e.exports={en:["Middle"],de:["Mitte"]}},42562:e=>{e.exports={en:["Minutes"],de:["Minuten"]}},65188:e=>{e.exports={en:["Seconds"]}},50421:e=>{e.exports={en:["Right"],de:["Rechts"]}},835:e=>{e.exports={en:["Weeks"],de:["Wochen"]}},97118:e=>{e.exports={en:["Top"],de:["Oben"]}},70320:e=>{e.exports={en:["Text"]}},7560:e=>{e.exports={en:["Text wrap"],de:["Textumfluss"]}},25485:e=>{e.exports={en:["Text alignment"],de:["Textausrichtung"]}},67781:e=>{e.exports={en:["Text orientation"],de:["Text Ausrichtung"]}},24821:e=>{e.exports={en:["Ticks"]}},28683:e=>{e.exports={en:["Use one color"],de:["Eine Farbe verwenden"]}},69526:e=>{e.exports={en:["Vertical"],de:["Vertikal"]}},2066:e=>{e.exports={en:["change bar X coordinate"],de:["X-Koordinate des Balkens ändern"]}},11737:e=>{e.exports={en:["change price Y coordinate"],de:["Y-Koordinate des Preises ändern"]}},26391:e=>{e.exports={en:["change the column width"],de:["Spaltenbreite ändern"]}},21863:e=>{e.exports={en:["change the row height"],de:["Zeilenhöhe ändern"]}},59577:e=>{e.exports={en:["change {title} all lines color"],de:["alle Linienfarben von {title} ändern"]}},69437:e=>{e.exports={en:["change {title} border color"],de:["{title} Rahmenfarbe ändern"]}},13783:e=>{e.exports={en:["change {title} background transparency"],de:["Hintergrundtransparenz von {title} ändern"]}},30839:e=>{e.exports={en:["change {title} background visibility"],de:["Hintergrundsichtbarkeit von {title} ändern"]}},49765:e=>{e.exports={en:["change {title} background color"],de:["Hintergrundfarbe von {title} ändern"]}},96135:e=>{e.exports={en:["change {title} days to"],de:["ändere {title} von Tagen auf"]}},91201:e=>{e.exports={en:["change {title} days from"],de:["ändere {title} auf Tage von"]}},8306:e=>{e.exports={en:["change {title} hours from"],de:["ändere {title} auf Stunden von"]}},67233:e=>{e.exports={en:["change {title} hours to"],de:["ändere {title} von Stunden auf"]}},55612:e=>{e.exports={en:["change {title} labels alignment"],de:["Ausrichtung der {title} Etiketten ändern"]}},93340:e=>{e.exports={en:["change {title} labels visibility"],de:["Sichtbarkeit der Labels von {title} ändern"]}},27154:e=>{
+e.exports={en:["change {title} level {index} line coeff"],de:["{title} Ebene {index} Koeffizient der Linie ändern"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],de:["{title} Ebene {index} Linienfarbe ändern"]}},64707:e=>{e.exports={en:["change {title} level {index} line style"],de:["Linienstil von {title} Ebene {index} ändern"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"],de:["{title} Ebene {index} Liniensichtbarkeit ändern"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"],de:["{title} Ebene {index} Linienbreite ändern"]}},99122:e=>{e.exports={en:["change {title} months from"],de:["ändere {title} auf Monate von"]}},10518:e=>{e.exports={en:["change {title} months to"],de:["ändere {title} von Monaten auf"]}},38011:e=>{e.exports={en:["change {title} minutes to"],de:["ändere {title} von Minuten auf"]}},59820:e=>{e.exports={en:["change {title} minutes from"],de:["ändere {title} auf Minuten von"]}},6573:e=>{e.exports={en:["change {title} seconds to"],de:["ändere {title} von Sekunden auf"]}},86780:e=>{e.exports={en:["change {title} seconds from"],de:["Sekunde von {title} ändern"]}},32481:e=>{e.exports={en:["change {title} weeks from"],de:["ändere {title} auf Wochen von"]}},18678:e=>{e.exports={en:["change {title} weeks to"],de:["ändere {title} von Wochen auf"]}},57122:e=>{e.exports={en:["change {title} text"],de:["{title} Text ändern"]}},71665:e=>{e.exports={en:["change {title} texts alignment"],de:["{title} Textausrichtung ändern"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],de:["Sichtbarkeit von {title} in Ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],de:["Sichtbarkeit von {title} auf Wochen ändern"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],de:["{title} Sichtbarkeit auf {ranges} ändern"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],de:["Sichtbarkeit von {title} auf Tage ändern"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],de:["Sichtbarkeit von {title} auf Stunden ändern"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],de:["Sichtbarkeit von {title} auf Minuten ändern"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],de:["Sichtbarkeit von {title} auf Monate ändern"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],de:["Sichtbarkeit von {title} in Sekunden"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],de:["Etiketten Ausrichtung von {toolName} auf vertikal ändern"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],de:["Etiketten Ausrichtung von {toolName} auf horizontal ändern"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],de:["Label-Ausrichtung {toolName} ändern"]}},66668:e=>{e.exports={en:["change {toolName} text"],de:["{toolName} Text ändern"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],de:["Sichtbarkeit des Text von {toolName} ändern"]}},39587:e=>{e.exports={
+en:["change {toolName} text wrap"],de:["{toolName} Textumbruch ändern"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],de:["Texthintergrundfarbe von {toolName} ändern"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],de:["Texthintergrundsichtbarkeit von {toolName} ändern"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],de:["Sichtbarkeit des {toolName} Textrahmenfarbe ändern"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],de:["Sichtbarkeit der {toolName} Textrahmendicke ändern"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],de:["Sichtbarkeit des {toolName} Textrahmens ändern"]}},64500:e=>{e.exports={en:["change {toolName} text color"],de:["Textfarbe von {toolName} ändern"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],de:['Textschriftart von {toolName} auf "fett" ändern']}},42694:e=>{e.exports={en:["change {toolName} text font italic"],de:['Textschriftart von {toolName} auf "kursiv" ändern']}},21781:e=>{e.exports={en:["change {toolName} text font size"],de:["Textgröße von {toolName} ändern"]}},25167:e=>{e.exports={en:["change {propertyName} property"],de:["Eigenschaft {propertyName} ändern"]}},48499:e=>{e.exports={en:["add column to right"],de:["Spalte rechts hinzufügen"]}},48407:e=>{e.exports={en:["add row below"],de:["Zeile unten hinzufügen"]}},35813:e=>{e.exports={en:["days"],de:["Tage"]}},89919:e=>{e.exports={en:["days to"],de:["Tage bis"]}},59215:e=>{e.exports={en:["days from"],de:["Tage von"]}},2359:e=>{e.exports={en:["hours"],de:["Stunden"]}},82267:e=>{e.exports={en:["hours from"],de:["Stunden von"]}},15600:e=>{e.exports={en:["hours to"],de:["Stunden bis"]}},76261:e=>{e.exports={en:["move drawings"],de:["Zeichnungen verschieben"]}},95300:e=>{e.exports={en:["months"],de:["Monate"]}},17250:e=>{e.exports={en:["months from"],de:["Monate von"]}},2828:e=>{e.exports={en:["months to"],de:["Monate zu"]}},18726:e=>{e.exports={en:["minutes"],de:["Minuten"]}},67649:e=>{e.exports={en:["minutes to"],de:["Minuten bis"]}},22476:e=>{e.exports={en:["minutes from"],de:["Minuten von"]}},751:e=>{e.exports={en:["seconds"],de:["Sekunden"]}},73419:e=>{e.exports={en:["seconds to"],de:["Sekunden bis"]}},35801:e=>{e.exports={en:["seconds from"],de:["Sekunden von"]}},80240:e=>{e.exports={en:["remove column"],de:["Spalte entfernen"]}},4553:e=>{e.exports={en:["remove row"],de:["Zeile entfernen"]}},24849:e=>{e.exports={en:["resize the cell"],de:["Zellengröße ändern"]}},45537:e=>{e.exports={en:["weeks"],de:["Wochen"]}},92859:e=>{e.exports={en:["weeks from"],de:["Wochen von"]}},44127:e=>{e.exports={en:["weeks to"],de:["Wochen bis"]}},3539:e=>{e.exports={en:["ticks"],de:["Ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/delete-locked-line-confirm-dialog-content.53a9c5f5df1264b687e2.js b/public/charting_library/bundles/delete-locked-line-confirm-dialog-content.53a9c5f5df1264b687e2.js
new file mode 100644
index 0000000..c48b5da
--- /dev/null
+++ b/public/charting_library/bundles/delete-locked-line-confirm-dialog-content.53a9c5f5df1264b687e2.js
@@ -0,0 +1,5 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4598],{97754:(e,t)=>{var r;!function(){"use strict";var n={}.hasOwnProperty;function o(){for(var e=[],t=0;t{e.exports={wrapper:"wrapper-GZajBGIm",input:"input-GZajBGIm",view:"view-GZajBGIm",danger:"danger-GZajBGIm"}},4052:e=>{e.exports={box:"box-ywH2tsV_",noOutline:"noOutline-ywH2tsV_",disabled:"disabled-ywH2tsV_","intent-danger":"intent-danger-ywH2tsV_",checked:"checked-ywH2tsV_",check:"check-ywH2tsV_",icon:"icon-ywH2tsV_",dot:"dot-ywH2tsV_",disableActiveStyles:"disableActiveStyles-ywH2tsV_"}},65592:e=>{e.exports={checkbox:"checkbox-vyj6oJxw",reverse:"reverse-vyj6oJxw",label:"label-vyj6oJxw",baseline:"baseline-vyj6oJxw"}},73903:e=>{e.exports={checkbox:"checkbox-WcA5vXoU"}},70673:(e,t,r)=>{"use strict";r.d(t,{CheckboxInput:()=>c});var n=r(50959),o=r(97754),s=r(90186),a=r(5811),i=r(11362),u=r.n(i);function c(e){const t=o(u().wrapper,e.className);return n.createElement("span",{className:t,title:e.title,style:e.style},n.createElement("input",{id:e.id,tabIndex:e.tabIndex,className:o(e.intent&&u()[e.intent],u().input),type:"checkbox",name:e.name,checked:e.checked,disabled:e.disabled,value:e.value,autoFocus:e.autoFocus,role:e.role,onChange:function(){e.onChange?.(e.value)},ref:e.reference,"aria-required":e["aria-required"],"aria-describedby":e["aria-describedby"],"aria-invalid":e["aria-invalid"],...(0,s.filterDataProps)(e)}),n.createElement(a.CheckboxView,{className:u().view,indeterminate:e.indeterminate,checked:e.checked,disabled:e.disabled,intent:e.intent,tabIndex:e.tabIndex}))}},5811:(e,t,r)=>{"use strict";r.d(t,{CheckboxView:()=>c});var n=r(50959),o=r(97754),s=r(9745),a=r(65890),i=r(4052),u=r.n(i);function c(e){const{indeterminate:t,checked:r,tabIndex:i,className:c,disabled:l,disableActiveStyles:f,intent:p,hideIcon:d,...h}=e,b=t||!r||d?"":a,y=o(u().box,u()[`intent-${p}`],!t&&u().check,!!t&&u().dot,-1===i&&u().noOutline,c,r&&u().checked,l&&u().disabled,f&&u().disableActiveStyles);return n.createElement("span",{className:y,...h},n.createElement(s.Icon,{icon:b,className:u().icon}))}},15294:(e,t,r)=>{"use strict";r.d(t,{Checkbox:()=>c});var n=r(50959),o=r(97754),s=r(59416),a=r(70673),i=r(65592),u=r.n(i);class c extends n.PureComponent{render(){const{inputClassName:e,labelClassName:t,...r}=this.props,s=o(this.props.className,u().checkbox,{[u().reverse]:Boolean(this.props.labelPositionReverse),[u().baseline]:Boolean(this.props.labelAlignBaseline)}),i=o(u().label,t,{[u().disabled]:this.props.disabled});let c=null;return this.props.label&&(c=n.createElement("span",{className:i,title:this.props.title},this.props.label)),n.createElement("label",{className:s},n.createElement(a.CheckboxInput,{...r,
+className:e}),c)}}c.defaultProps={value:"on"};(0,s.makeSwitchGroupItem)(c);r(5811)},9745:(e,t,r)=>{"use strict";r.d(t,{Icon:()=>o});var n=r(50959);const o=n.forwardRef(((e,t)=>{const{icon:r="",title:o,ariaLabel:s,ariaLabelledby:a,ariaHidden:i,...u}=e,c=!!(o||s||a);return n.createElement("span",{role:"img",...u,ref:t,"aria-label":s,"aria-labelledby":a,"aria-hidden":i||!c,title:o,dangerouslySetInnerHTML:{__html:r}})}))},59416:(e,t,r)=>{"use strict";r.d(t,{SwitchGroup:()=>a,makeSwitchGroupItem:()=>i});var n=r(50959),o=r(55883);const s=(0,n.createContext)({getName:()=>"",getValues:()=>[],getOnChange:()=>o.default,subscribe:o.default,unsubscribe:o.default});class a extends n.PureComponent{constructor(e){super(e),this._subscriptions=new Set,this._getName=()=>this.props.name,this._getValues=()=>this.props.values,this._getOnChange=()=>this.props.onChange,this._subscribe=e=>{this._subscriptions.add(e)},this._unsubscribe=e=>{this._subscriptions.delete(e)},this.state={switchGroupContext:{getName:this._getName,getValues:this._getValues,getOnChange:this._getOnChange,subscribe:this._subscribe,unsubscribe:this._unsubscribe}}}render(){return n.createElement(s.Provider,{value:this.state.switchGroupContext},this.props.children)}componentDidUpdate(e){this._notify(this._getUpdates(this.props.values,e.values))}_notify(e){this._subscriptions.forEach((t=>t(e)))}_getUpdates(e,t){return[...t,...e].filter((r=>t.includes(r)?!e.includes(r):e.includes(r)))}}function i(e){var t;return t=class extends n.PureComponent{constructor(){super(...arguments),this._onChange=e=>{this.context.getOnChange()(e)},this._onUpdate=e=>{e.includes(this.props.value)&&this.forceUpdate()}}componentDidMount(){this.context.subscribe(this._onUpdate)}render(){return n.createElement(e,{...this.props,name:this._getName(),onChange:this._onChange,checked:this._isChecked()})}componentWillUnmount(){this.context.unsubscribe(this._onUpdate)}_getName(){return this.context.getName()}_isChecked(){return this.context.getValues().includes(this.props.value)}},t.contextType=s,t}},90186:(e,t,r)=>{"use strict";function n(e){return s(e,a)}function o(e){return s(e,i)}function s(e,t){const r=Object.entries(e).filter(t),n={};for(const[e,t]of r)n[e]=t;return n}function a(e){const[t,r]=e;return 0===t.indexOf("data-")&&"string"==typeof r}function i(e){return 0===e[0].indexOf("aria-")}r.d(t,{filterAriaProps:()=>o,filterDataProps:()=>n,filterProps:()=>s,isAriaAttribute:()=>i,isDataAttribute:()=>a})},43982:(e,t,r)=>{"use strict";r.d(t,{useProperty:()=>o});var n=r(50959);const o=e=>{const[t,r]=(0,n.useState)(e.value());return(0,n.useEffect)((()=>{const t=e=>{r(e.value())};t(e);const n={};return e.subscribe(n,t),()=>e.unsubscribe(n,t)}),[e]),t}},95257:(e,t)=>{"use strict"
+;var r=Symbol.for("react.element"),n=Symbol.for("react.portal"),o=Symbol.for("react.fragment"),s=Symbol.for("react.strict_mode"),a=Symbol.for("react.profiler"),i=Symbol.for("react.provider"),u=Symbol.for("react.context"),c=Symbol.for("react.forward_ref"),l=Symbol.for("react.suspense"),f=Symbol.for("react.memo"),p=Symbol.for("react.lazy"),d=Symbol.iterator;var h={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},b=Object.assign,y={};function m(e,t,r){this.props=e,this.context=t,this.refs=y,this.updater=r||h}function v(){}function _(e,t,r){this.props=e,this.context=t,this.refs=y,this.updater=r||h}m.prototype.isReactComponent={},m.prototype.setState=function(e,t){if("object"!=typeof e&&"function"!=typeof e&&null!=e)throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,e,t,"setState")},m.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},v.prototype=m.prototype;var g=_.prototype=new v;g.constructor=_,b(g,m.prototype),g.isPureReactComponent=!0;var w=Array.isArray,x=Object.prototype.hasOwnProperty,k={current:null},C={key:!0,ref:!0,__self:!0,__source:!0};function S(e,t,n){var o,s={},a=null,i=null;if(null!=t)for(o in void 0!==t.ref&&(i=t.ref),void 0!==t.key&&(a=""+t.key),t)x.call(t,o)&&!C.hasOwnProperty(o)&&(s[o]=t[o]);var u=arguments.length-2;if(1===u)s.children=n;else if(1{"use strict";e.exports=r(95257)},27215:e=>{e.exports={description:"description-CQ7tC6Wp"}},20307:(e,t,r)=>{"use strict";r.r(t),r.d(t,{getContent:()=>h});var n=r(50959),o=r(7029),s=r(11542),a=r(15294),i=r(73903);function u(e){return n.createElement(a.Checkbox,{checked:e.checked,onChange:e.onChange,label:e.label||s.t(null,void 0,r(27328)),className:i.checkbox})}var c=r(43982),l=r(69293);function f(){const e=(0,c.useProperty)(l.doNotShowDeleteLockedLineConfirmProperty);return n.createElement(u,{checked:e,onChange:function(){l.doNotShowDeleteLockedLineConfirmProperty.setValue(!e)},label:o.t(null,void 0,r(27328))})}var p=r(27215);function d(e){const{text:t}=e;return n.createElement(n.Fragment,null,n.createElement("p",{className:p.description},t),n.createElement(f,null))}function h(e){return n.createElement(d,{text:e})}},65890:e=>{e.exports=''},55883:(e,t,r)=>{"use strict";r.d(t,{default:()=>n});const n=function(){}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/demonstration-highlighter.f67ae87ec1068bb8268d.js b/public/charting_library/bundles/demonstration-highlighter.f67ae87ec1068bb8268d.js
new file mode 100644
index 0000000..c4eb760
--- /dev/null
+++ b/public/charting_library/bundles/demonstration-highlighter.f67ae87ec1068bb8268d.js
@@ -0,0 +1,5 @@
+"use strict";(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[360],{70849:(t,e,i)=>{i.d(e,{BrushBasePaneView:()=>c});var n=i(86441),o=i(74011),r=i(11064),s=i(95201),a=i(36036),l=i(56468),h=i(27916);class c extends h.LineSourcePaneView{constructor(){super(...arguments),this._polygonRenderer=new o.PolygonRenderer,this._renderer=new s.CompositeRenderer}renderer(t){return this._invalidated&&this._updateImpl(t),this._renderer}_updateImpl(t){super._updateImpl(t);const e=Math.max(1,this._source.smooth()),i=this._points;if(0===i.length)return void this._renderer.clear();const n=[i[0]];for(let t=1;t0){const e=1!==t?[o.points[0],o.points[t-1]]:[o.points[0]],i=new r.SelectionRenderer({points:e.map(a.mapLineSourcePaneViewPointToLineAnchorPoint),bgColors:this._lineAnchorColors(e),visible:this.areAnchorsVisible(),hittestResult:l.HitTarget.Regular,barSpacing:this._getModel().timeScale().barSpacing()});this._renderer.append(i)}}}_addAnchors(){return!0}_smoothArray(t,e){if(1===t.length)return t;const i=new Array(t.length);for(let o=0;o{i.r(e),i.d(e,{LineToolDemonstrationHighlighter:()=>h});var n=i(92184),o=i(32679),r=i(64195),s=i(51056),a=i(70849);class l extends a.BrushBasePaneView{_createPolygonRendererData(){return{points:this._points,color:this._source.color(),linewidth:this._source.width(),backcolor:"rgba(0, 0, 0, 0)",fillBackground:!1,linestyle:s.LINESTYLE_SOLID,filled:!1,globalAlpha:1-this._source.animationProgress(),disableInteractions:!0}}_addAnchors(){return!1}}class h extends r.LineToolBrushBase{constructor(t,e,i,o){super(t,h.createProperties(t.backgroundTheme().spawnOwnership()),!1,(0,n.randomHash)()),this._creationTime=null,this._color=e,this._width=i,this._visibilityTime=o,this._setPaneViews([new l(this,t)])}smooth(){return 5}color(){return this._color}width(){return this._width}name(){return"Presentation highlighter"}canBeHidden(){return!1}finish(){super.finish(),this._creationTime=performance.now()}animationProgress(){if(null===this._creationTime)return 0;const t=(performance.now()-this._creationTime)/this._visibilityTime;return Math.min(1,t)}static createProperties(t){const e=new o.DefaultProperty({defaultName:"",useUserPreferences:!1,state:void 0,theme:t});return this._configureProperties(e),e}_ignoreSourceEvent(t){return"data-source-change"===t.type&&t.sourceId!==this.model().crosshairSource().id()}}},27916:(t,e,i)=>{i.d(e,{
+LineSourcePaneView:()=>g,createLineSourcePaneViewPoint:()=>p,thirdPointCursorType:()=>_});var n=i(19625),o=i(50151),r=i(69186),s=i(56468),a=i(11064),l=i(36036),h=i(72791),c=i(17330);const d=n.colorsPalette["color-tv-blue-600"];var u;function _(t,e){const i=e.x-t.x,n=e.y-t.y,o=Math.abs(Math.atan2(i,n));return o>Math.PI/4&&o<3*Math.PI/4?h.PaneCursorType.VerticalResize:h.PaneCursorType.HorizontalResize}function p(t,e){return t.pointIndex=e,t}!function(t){t[t.RegularAnchorRadius=6]="RegularAnchorRadius",t[t.TouchAnchorRadius=13]="TouchAnchorRadius",t[t.RegularStrokeWidth=1]="RegularStrokeWidth",t[t.TouchStrokeWidth=3]="TouchStrokeWidth",t[t.RegularSelectedStrokeWidth=3]="RegularSelectedStrokeWidth",t[t.TouchSelectedStrokeWidth=0]="TouchSelectedStrokeWidth"}(u||(u={}));class g{constructor(t,e){this._invalidated=!0,this._points=[],this._middlePoint=null,this._selectionRenderers=[],this._lineAnchorRenderers=[],this._source=t,this._model=e}priceToCoordinate(t){const e=this._source.priceScale();if(null===e)return null;const i=this._source.ownerSource(),n=null!==i?i.firstValue():null;return null===n?null:e.priceToCoordinate(t,n)}anchorColor(){return d}isHoveredSource(){return this._source===this._model.hoveredSource()}isSelectedSource(){return this._model.selection().isSelected(this._source)}isBeingEdited(){return this._model.lineBeingEdited()===this._source}isEditMode(){return!this._model.isSnapshot()}areAnchorsVisible(){return(this.isHoveredSource()&&!this.isLocked()||this.isSelectedSource())&&this.isEditMode()}update(){this._invalidated=!0}isLocked(){return Boolean(this._source.isLocked&&this._source.isLocked())}addAnchors(t,e={}){let i=this._getPoints();this._model.lineBeingCreated()===this._source&&(i=i.slice(0,-1));const n=this._source.points(),o=i.map(((t,e)=>{const i=n[e],o=(0,l.lineSourcePaneViewPointToLineAnchorPoint)(t);return i&&(o.snappingPrice=i.price,o.snappingIndex=i.index),o}));t.append(this.createLineAnchor({...e,points:o},0))}createLineAnchor(t,e){const i=t.points.map((t=>t.point));if(this.isLocked()){const n=this._getSelectionRenderer(e);return n.setData({bgColors:this._lineAnchorColors(i),points:t.points,visible:this.areAnchorsVisible(),hittestResult:s.HitTarget.Regular,barSpacing:this._model.timeScale().barSpacing()}),n}const n=(0,r.lastMouseOrTouchEventInfo)().isTouch,o=this._getLineAnchorRenderer(e),a=this.isHoveredSource()?this._model.lastHittestData()?.pointIndex??null:null;return o.setData({...t,color:this.anchorColor(),backgroundColors:this._lineAnchorColors(i),hoveredPointIndex:a,linePointBeingEdited:this.isBeingEdited()?this._model.linePointBeingEdited():null,radius:this._anchorRadius(),strokeWidth:n?u.TouchStrokeWidth:u.RegularStrokeWidth,selected:this.isSelectedSource(),selectedStrokeWidth:n?u.TouchSelectedStrokeWidth:u.RegularSelectedStrokeWidth,visible:this.areAnchorsVisible(),clickHandler:t.clickHandler}),o}_anchorRadius(){return(0,r.lastMouseOrTouchEventInfo)().isTouch?u.TouchAnchorRadius:u.RegularAnchorRadius}_lineAnchorColors(t){const e=(0,
+o.ensureNotNull)(this._model.paneForSource(this._source)).height();return t.map((t=>this._model.backgroundColorAtYPercentFromTop(t.y/e)))}_updateImpl(t){this._points=[];this._model.timeScale().isEmpty()||this._validatePriceScale()&&(this._source.points().forEach(((t,e)=>{const i=this._source.pointToScreenPoint(t);i&&this._points.push(p(i,e))})),2===this._points.length&&(this._middlePoint=this._source.calcMiddlePoint(this._points[0],this._points[1])),this._invalidated=!1)}_validatePriceScale(){const t=this._source.priceScale();return null!==t&&!t.isEmpty()}_getSource(){return this._source}_getPoints(){return this._points}_getModel(){return this._model}_height(){const t=this._source.priceScale();return null!==t?t.height():0}_width(){return this._model.timeScale().width()}_needLabelExclusionPath(t,e){const i=this._source.properties().childs();return"middle"===(e??i.vertLabelsAlign.value())&&(0,c.needTextExclusionPath)(t)}_addAlertRenderer(t,e,i=this._source.properties().linecolor.value()){}_getAlertRenderer(t,e=this._source.properties().linecolor.value(),i){return null}_getSelectionRenderer(t){for(;this._selectionRenderers.length<=t;)this._selectionRenderers.push(new a.SelectionRenderer);return this._selectionRenderers[t]}_getLineAnchorRenderer(t){for(;this._lineAnchorRenderers.length<=t;)this._lineAnchorRenderers.push(new l.LineAnchorRenderer);return this._lineAnchorRenderers[t]}}},36036:(t,e,i)=>{i.d(e,{LineAnchorRenderer:()=>f,lineSourcePaneViewPointToLineAnchorPoint:()=>m,mapLineSourcePaneViewPointToLineAnchorPoint:()=>S});var n=i(86441),o=i(34026),r=i(50151),s=i(37743),a=i(37265),l=i(56468),h=i(72791),c=i(61993),d=i(30125);function u(t,e,i,n){const{point:o}=e,r=i+n/2;(0,s.drawRoundRect)(t,o.x-r,o.y-r,2*r,2*r,(i+n)/2),t.closePath(),t.lineWidth=n}function _(t,e,i,n){t.globalAlpha=.2,u(t,e,i,n),t.stroke(),t.globalAlpha=1}function p(t,e,i,n){u(t,e,i-n,n),t.fill(),t.stroke()}function g(t,e,i,n){const{point:o}=e;t.globalAlpha=.2,t.beginPath(),t.arc(o.x,o.y,i+n/2,0,2*Math.PI,!0),t.closePath(),t.lineWidth=n,t.stroke(),t.globalAlpha=1}function P(t,e,i,n){const{point:o}=e;t.beginPath(),t.arc(o.x,o.y,i-n/2,0,2*Math.PI,!0),t.closePath(),t.lineWidth=n,t.fill(),t.stroke()}class f extends d.BitmapCoordinatesPaneRenderer{constructor(t){super(),this._data=t??null}setData(t){this._data=t}hitTest(t){if(null===this._data||this._data.disableInteractions)return null;const{radius:e,points:i}=this._data,n=e+(0,c.interactionTolerance)().anchor;for(const e of i){if(e.point.subtract(t).length()<=n)return new l.HitTestResult(e.hitTarget??l.HitTarget.ChangePoint,{areaName:l.AreaName.AnchorPoint,pointIndex:e.pointIndex,cursorType:e.cursorType??h.PaneCursorType.Default,activeItem:e.activeItem,snappingPrice:e.snappingPrice,snappingIndex:e.snappingIndex,nonDiscreteIndex:e.nonDiscreteIndex,possibleMovingDirections:e.possibleMovingDirections,clickHandler:this._data.clickHandler,tapHandler:this._data.clickHandler})}return null}doesIntersectWithBox(t){return null!==this._data&&this._data.points.some((e=>(0,o.pointInBox)(e.point,t)))}_drawImpl(t){
+if(null===this._data||!this._data.visible)return;const e=[],i=[],n=[],o=[];for(let t=0;t{i.d(e,{PolygonRenderer:()=>p});var n=i(34026),o=i(4652),r=i(91046),s=i(49857),a=i(56468),l=i(19063),h=i(75919),c=i(61993),d=i(37743),u=i(51056),_=i(64034);class p extends h.MediaCoordinatesPaneRenderer{constructor(t){super(),this._data=null,this._backHittest=new a.HitTestResult(a.HitTarget.MovePointBackground),this._points=[],this._hittest=t??new a.HitTestResult(a.HitTarget.MovePoint)}setData(t){this._data=t,this._points=t.points}hitTest(t){if(null===this._data||this._data.disableInteractions)return null;const e=Math.max((0,c.interactionTolerance)().line,Math.ceil(this._data.linewidth/2)),i=this._points.length;if(1===i){return(0,n.pointInCircle)(t,this._points[0],e)?this._hittest:null}for(let n=1;n0){const n=this._points[0],r=this._points[i-1];if((0,o.distanceToSegment)(n,r,t).distance<=e)return this._hittest}return this._data.filled&&this._data.fillBackground&&(0,n.pointInPolygon)(t,this._data.points)?this._backHittest:null}_drawImpl(t){const e=t.context,i=this._points.length;if(null===this._data||0===i)return;const n=e.globalAlpha;try{if(void 0!==this._data.globalAlpha&&(e.globalAlpha=this._data.globalAlpha),1===i)return void this._drawPoint(e,this._points[0],this._data.linewidth/2,this._data.color);e.beginPath();const t=this._data.linestyle===u.LINESTYLE_SOLID?"round":"butt",n=this._data.linecap??t;e.lineCap=n,e.strokeStyle=this._data.color,e.lineWidth=this._data.linewidth,e.lineJoin=this._data.linejoin??"round",(0,d.setLineStyle)(e,this._data.linestyle)
+;const o=this._points[0];e.moveTo(o.x,o.y);for(const t of this._points)e.lineTo(t.x,t.y);if(this._data.filled&&this._data.fillBackground&&(e.fillStyle=(0,l.generateColor)(this._data.backcolor,this._data.transparency),e.fill()),this._data.filled&&!this._data.skipClosePath&&e.closePath(),i>1){if(this._data.leftend===s.LineEnd.Arrow){const t=this._correctArrowPoints(this._points[1],this._points[0],e.lineWidth,n);(0,r.drawArrow)(t[0],t[1],e,e.lineWidth,_.dpr1PixelRatioInfo)}if(this._data.rightend===s.LineEnd.Arrow){const t=this._correctArrowPoints(this._points[i-2],this._points[i-1],e.lineWidth,n);(0,r.drawArrow)(t[0],t[1],e,e.lineWidth,_.dpr1PixelRatioInfo)}}this._data.linewidth>0&&e.stroke()}finally{e.globalAlpha=n}}_drawPoint(t,e,i,n){0!==i&&(t.beginPath(),t.fillStyle=n,t.arc(e.x,e.y,i,0,2*Math.PI,!0),t.fill(),t.closePath())}_correctArrowPoints(t,e,i,n){const o=e.subtract(t),r=o.length();if("butt"===n||r<1)return[t,e];const s=r+i/2;return[t,o.scaled(s/r).add(t)]}}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/dot.3d617b6b01edba83a7f4.cur b/public/charting_library/bundles/dot.3d617b6b01edba83a7f4.cur
new file mode 100644
index 0000000..8b12138
Binary files /dev/null and b/public/charting_library/bundles/dot.3d617b6b01edba83a7f4.cur differ
diff --git a/public/charting_library/bundles/drawing-toolbar.e22124b593441fe5404a.js b/public/charting_library/bundles/drawing-toolbar.e22124b593441fe5404a.js
new file mode 100644
index 0000000..24e7f27
--- /dev/null
+++ b/public/charting_library/bundles/drawing-toolbar.e22124b593441fe5404a.js
@@ -0,0 +1,22 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2878],{3845:e=>{e.exports={"default-drawer-min-top-distance":"100px"}},22413:e=>{e.exports={favorite:"favorite-_FRQhM5Y",hovered:"hovered-_FRQhM5Y",disabled:"disabled-_FRQhM5Y",focused:"focused-_FRQhM5Y",active:"active-_FRQhM5Y",checked:"checked-_FRQhM5Y"}},95214:e=>{e.exports={item:"item-zwyEh4hn",label:"label-zwyEh4hn",labelRow:"labelRow-zwyEh4hn",toolbox:"toolbox-zwyEh4hn"}},238:e=>{e.exports={separator:"separator-QjUlCDId",small:"small-QjUlCDId",normal:"normal-QjUlCDId",large:"large-QjUlCDId"}},67842:(e,t,o)=>{"use strict";o.d(t,{useResizeObserver:()=>s});var n=o(50959),i=o(43010),l=o(39416);function s(e,t=[]){const{callback:o,ref:s=null}=function(e){return"function"==typeof e?{callback:e}:e}(e),a=(0,n.useRef)(null),r=(0,n.useRef)(o);r.current=o;const c=(0,l.useFunctionalRefObject)(s),u=(0,n.useCallback)((e=>{c(e),null!==a.current&&(a.current.disconnect(),null!==e&&a.current.observe(e))}),[c,a]);return(0,i.useIsomorphicLayoutEffect)((()=>(a.current=new ResizeObserver(((e,t)=>{r.current(e,t)})),c.current&&u(c.current),()=>{a.current?.disconnect()})),[c,...t]),u}},47201:(e,t,o)=>{"use strict";function n(...e){return t=>{for(const o of e)void 0!==o&&o(t)}}o.d(t,{createSafeMulticastEventHandler:()=>n})},45601:(e,t,o)=>{"use strict";o.d(t,{Measure:()=>i});var n=o(67842);function i(e){const{children:t,onResize:o}=e;return t((0,n.useResizeObserver)(o||(()=>{}),[null===o]))}},74670:(e,t,o)=>{"use strict";o.d(t,{useActiveDescendant:()=>l});var n=o(50959),i=o(39416);function l(e,t=[]){const[o,l]=(0,n.useState)(!1),s=(0,i.useFunctionalRefObject)(e);return(0,n.useLayoutEffect)((()=>{const e=s.current;if(null===e)return;const t=e=>{switch(e.type){case"active-descendant-focus":l(!0);break;case"active-descendant-blur":l(!1)}};return e.addEventListener("active-descendant-focus",t),e.addEventListener("active-descendant-blur",t),()=>{e.removeEventListener("active-descendant-focus",t),e.removeEventListener("active-descendant-blur",t)}}),t),[s,o]}},71402:(e,t,o)=>{"use strict";o.d(t,{RemoveTitleType:()=>n,removeTitlesMap:()=>l});var n,i=o(11542);!function(e){e.Add="add",e.Remove="remove"}(n||(n={}));const l={[n.Add]:i.t(null,void 0,o(69207)),[n.Remove]:i.t(null,void 0,o(85106))}},36189:(e,t,o)=>{"use strict";o.d(t,{FavoriteButton:()=>h});var n=o(50959),i=o(97754),l=o.n(i),s=o(9745),a=o(71402),r=o(74670),c=o(39146),u=o(48010),d=o(22413);function h(e){const{className:t,isFilled:o,isActive:i,onClick:h,title:m,...v}=e,[p,g]=(0,r.useActiveDescendant)(null),b=m??(o?a.removeTitlesMap[a.RemoveTitleType.Remove]:a.removeTitlesMap[a.RemoveTitleType.Add]);return(0,n.useLayoutEffect)((()=>{const e=p.current;e instanceof HTMLElement&&b&&e.dispatchEvent(new CustomEvent("common-tooltip-update"))}),[b,p]),n.createElement(s.Icon,{...v,className:l()(d.favorite,"apply-common-tooltip",o&&d.checked,i&&d.active,g&&d.focused,t),onClick:h,icon:o?c:u,title:b,ariaLabel:b,ref:p})}},78036:(e,t,o)=>{"use strict";o.d(t,{useEnsuredContext:()=>l});var n=o(50959),i=o(50151);function l(e){
+return(0,i.ensureNotNull)((0,n.useContext)(e))}},70412:(e,t,o)=>{"use strict";o.d(t,{hoverMouseEventFilter:()=>l,useAccurateHover:()=>s,useHover:()=>i});var n=o(50959);function i(){const[e,t]=(0,n.useState)(!1);return[e,{onMouseOver:function(e){l(e)&&t(!0)},onMouseOut:function(e){l(e)&&t(!1)}}]}function l(e){return!e.currentTarget.contains(e.relatedTarget)}function s(e){const[t,o]=(0,n.useState)(!1);return(0,n.useEffect)((()=>{const t=t=>{if(null===e.current)return;const n=e.current.contains(t.target);o(n)};return document.addEventListener("mouseover",t),()=>document.removeEventListener("mouseover",t)}),[]),t}},29006:(e,t,o)=>{"use strict";o.d(t,{useResizeObserver:()=>n.useResizeObserver});var n=o(67842)},29185:(e,t,o)=>{"use strict";o.d(t,{useWatchedValue:()=>i});var n=o(50959);const i=(e,t=[])=>{const[o,i]=(0,n.useState)(e.value());return(0,n.useEffect)((()=>{const t=e=>i(e);return e.subscribe(t),()=>e.unsubscribe(t)}),[e,...t]),[o,t=>e.setValue(t)]}},81332:(e,t,o)=>{"use strict";o.d(t,{multilineLabelWithIconAndToolboxTheme:()=>s});var n=o(40173),i=o(9059),l=o(95214);const s=(0,n.mergeThemes)(i,l)},11684:(e,t,o)=>{"use strict";o.d(t,{PopupMenuSeparator:()=>r});var n,i=o(50959),l=o(97754),s=o.n(l),a=o(238);function r(e){const{size:t="normal",className:o,ariaHidden:n=!1}=e;return i.createElement("div",{className:s()(a.separator,"small"===t&&a.small,"normal"===t&&a.normal,"large"===t&&a.large,o),role:"separator","aria-hidden":n})}!function(e){e.Small="small",e.Large="large",e.Normal="normal"}(n||(n={}))},6132:(e,t,o)=>{"use strict";var n=o(22134);function i(){}function l(){}l.resetWarningCache=i,e.exports=function(){function e(e,t,o,i,l,s){if(s!==n){var a=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw a.name="Invariant Violation",a}}function t(){return e}e.isRequired=e;var o={array:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:l,resetWarningCache:i};return o.PropTypes=o,o}},19036:(e,t,o)=>{e.exports=o(6132)()},22134:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},89888:e=>{e.exports={button:"button-LkmyTVRc",active:"active-LkmyTVRc"}},77020:e=>{e.exports={dropdown:"dropdown-pbhJWNrt",buttonWrap:"buttonWrap-pbhJWNrt",control:"control-pbhJWNrt",arrow:"arrow-pbhJWNrt",arrowIcon:"arrowIcon-pbhJWNrt",isOpened:"isOpened-pbhJWNrt",hover:"hover-pbhJWNrt",isGrayed:"isGrayed-pbhJWNrt",accessible:"accessible-pbhJWNrt"}},55973:e=>{e.exports={title:"title-u3QJgF_p"}},3088:e=>{e.exports={container:"container-Wp9adlfh",mirror:"mirror-Wp9adlfh",background:"background-Wp9adlfh",arrow:"arrow-Wp9adlfh"}},11766:e=>{e.exports={item:"item-uxNfqe_g",label:"label-uxNfqe_g"}},63754:e=>{e.exports={drawingToolbar:"drawingToolbar-BfVZxb4b",isHidden:"isHidden-BfVZxb4b",inner:"inner-BfVZxb4b",group:"group-BfVZxb4b",lastGroup:"lastGroup-BfVZxb4b",
+fill:"fill-BfVZxb4b"}},55613:e=>{e.exports={toggleButton:"toggleButton-OhcB9eH7",collapsed:"collapsed-OhcB9eH7",background:"background-OhcB9eH7",arrow:"arrow-OhcB9eH7",accessible:"accessible-OhcB9eH7"}},74099:e=>{e.exports={item:"item-yfwdxbRo",hovered:"hovered-yfwdxbRo"}},89265:e=>{e.exports={desktopSize:"desktopSize-l1SzP6TV",smallSize:"smallSize-l1SzP6TV",tabs:"tabs-l1SzP6TV",categories:"categories-l1SzP6TV"}},33892:e=>{e.exports={sticker:"sticker-aZclaNCs"}},65171:e=>{e.exports={"tablet-small-breakpoint":"(max-width: 440px)",stickerRow:"stickerRow-KUOIljqV"}},59453:e=>{e.exports={wrapper:"wrapper-FNeSdxed"}},33430:e=>{e.exports={drawer:"drawer-PzCssz1z",menuBox:"menuBox-PzCssz1z"}},57503:e=>{e.exports={toolButtonMagnet:"toolButtonMagnet-wg76fIbD",toolButtonMagnet__menuItem:"toolButtonMagnet__menuItem-wg76fIbD",toolButtonMagnet__hintPlaceholder:"toolButtonMagnet__hintPlaceholder-wg76fIbD"}},73824:e=>{e.exports={sectionTitle:"sectionTitle-Srvnqigs",newBadge:"newBadge-Srvnqigs",label:"label-Srvnqigs"}},82374:e=>{e.exports={wrap:"wrap-Z4M3tWHb",scrollWrap:"scrollWrap-Z4M3tWHb",noScrollBar:"noScrollBar-Z4M3tWHb",content:"content-Z4M3tWHb",icon:"icon-Z4M3tWHb",scrollBot:"scrollBot-Z4M3tWHb",scrollTop:"scrollTop-Z4M3tWHb",isVisible:"isVisible-Z4M3tWHb",iconWrap:"iconWrap-Z4M3tWHb",fadeBot:"fadeBot-Z4M3tWHb",fadeTop:"fadeTop-Z4M3tWHb"}},29703:e=>{e.exports={iconContainer:"iconContainer-dmpvVypS"}},20243:(e,t,o)=>{"use strict";o.d(t,{focusFirstMenuItem:()=>u,handleAccessibleMenuFocus:()=>r,handleAccessibleMenuKeyDown:()=>c,queryMenuElements:()=>m});var n=o(19291),i=o(57177),l=o(68335),s=o(15754);const a=[37,39,38,40];function r(e,t){if(!e.target)return;const o=e.relatedTarget?.getAttribute("aria-activedescendant");if(e.relatedTarget!==t.current){const e=o&&document.getElementById(o);if(!e||e!==t.current)return}u(e.target)}function c(e){if(e.defaultPrevented)return;const t=(0,l.hashFromEvent)(e);if(!a.includes(t))return;const o=document.activeElement;if(!(document.activeElement instanceof HTMLElement))return;const s=m(e.currentTarget).sort(n.navigationOrderComparator);if(0===s.length)return;const r=document.activeElement.closest('[data-role="menuitem"]')||document.activeElement.parentElement?.querySelector('[data-role="menuitem"]');if(!(r instanceof HTMLElement))return;const c=s.indexOf(r);if(-1===c)return;const u=v(r),p=u.indexOf(document.activeElement),g=-1!==p,b=e=>{o&&(0,i.becomeSecondaryElement)(o),(0,i.becomeMainElement)(e),e.focus()};switch((0,n.mapKeyCodeToDirection)(t)){case"inlinePrev":if(!u.length)return;e.preventDefault(),b(0===p?s[c]:g?d(u,p,-1):u[u.length-1]);break;case"inlineNext":if(!u.length)return;e.preventDefault(),p===u.length-1?b(s[c]):b(g?d(u,p,1):u[0]);break;case"blockPrev":{e.preventDefault();const t=d(s,c,-1);if(g){const e=h(t,p);b(e||t);break}b(t);break}case"blockNext":{e.preventDefault();const t=d(s,c,1);if(g){const e=h(t,p);b(e||t);break}b(t)}}}function u(e){const[t]=m(e);t&&((0,i.becomeMainElement)(t),t.focus())}function d(e,t,o){return e[(t+e.length+o)%e.length]}function h(e,t){const o=v(e)
+;return o.length?o[(t+o.length)%o.length]:null}function m(e){return Array.from(e.querySelectorAll('[data-role="menuitem"]:not([disabled]):not([aria-disabled])')).filter((0,s.createScopedVisibleElementFilter)(e))}function v(e){return Array.from(e.querySelectorAll("[tabindex]:not([disabled]):not([aria-disabled])")).filter((0,s.createScopedVisibleElementFilter)(e))}},40894:(e,t,o)=>{"use strict";o.d(t,{MenuFavoriteButton:()=>u});var n=o(50959),i=o(97754),l=o.n(i),s=o(50238),a=o(36189),r=o(71402),c=o(89888);function u(e){const{onClick:t,isFilled:o,isActive:i,...u}=e,[d,h]=(0,s.useRovingTabindexElement)(null),m=o?r.removeTitlesMap[r.RemoveTitleType.Remove]:r.removeTitlesMap[r.RemoveTitleType.Add];return(0,n.useLayoutEffect)((()=>{const e=d.current;e instanceof HTMLElement&&e.dispatchEvent(new CustomEvent("common-tooltip-update"))}),[m,d]),n.createElement("button",{ref:d,tabIndex:h,onClick:t,className:l()(c.button,i&&c.active,"apply-common-tooltip"),type:"button","aria-label":m,"data-tooltip":m},n.createElement(a.FavoriteButton,{...u,isFilled:o,isActive:i,title:""}))}},16829:(e,t,o)=>{"use strict";o.d(t,{ToolWidgetMenuSummary:()=>s});var n=o(50959),i=o(97754),l=o(55973);function s(e){return n.createElement("div",{className:i(e.className,l.title)},e.children)}},37159:(e,t,o)=>{"use strict";o.r(t),o.d(t,{DrawingToolbarRenderer:()=>Co});var n=o(50959),i=o(32227),l=o(50151),s=o(97754),a=o.n(s),r=o(32563),c=o(56840),u=o(56570),d=o(928),h=o(76422),m=o(52033),v=o(49483),p=o(84015),g=o(2627);class b{constructor(e){this._drawingsAccess=e||{tools:[],type:"black"}}isToolEnabled(e){const t=this._findTool(e);return!(!t||!t.grayed)||("black"===this._drawingsAccess.type?!t:!!t)}isToolGrayed(e){const t=this._findTool(e);return Boolean(t&&t.grayed)}_findTool(e){return this._drawingsAccess.tools.find((t=>t.name===e))}}var f=o(59511),T=o(6307),w=o(9745),C=o(61119),_=o(78871),x=o(45601),E=o(82374),F=o(61380);class k extends n.PureComponent{constructor(e){super(e),this._scroll=null,this._handleScrollTop=()=>{this.animateTo(Math.max(0,this.currentPosition()-(this.state.heightWrap-50)))},this._handleScrollBot=()=>{this.animateTo(Math.min((this.state.heightContent||0)-(this.state.heightWrap||0),this.currentPosition()+(this.state.heightWrap-50)))},this._handleResizeWrap=([e])=>{this.setState({heightWrap:e.contentRect.height})},this._handleResizeContent=([e])=>{this.setState({heightContent:e.contentRect.height})},this._handleScroll=()=>{const{onScroll:e}=this.props;e&&e(this.currentPosition(),this.isAtTop(),this.isAtBot()),this._checkButtonsVisibility()},this._checkButtonsVisibility=()=>{const{isVisibleTopButton:e,isVisibleBotButton:t}=this.state,o=this.isAtTop(),n=this.isAtBot();o||e?o&&e&&this.setState({isVisibleTopButton:!1}):this.setState({isVisibleTopButton:!0}),n||t?n&&t&&this.setState({isVisibleBotButton:!1}):this.setState({isVisibleBotButton:!0})},this.state={heightContent:0,heightWrap:0,isVisibleBotButton:!1,isVisibleTopButton:!1}}componentDidMount(){this._checkButtonsVisibility()}componentDidUpdate(e,t){
+t.heightWrap===this.state.heightWrap&&t.heightContent===this.state.heightContent||this._handleScroll()}currentPosition(){return this._scroll?this._scroll.scrollTop:0}isAtTop(){return this.currentPosition()<=1}isAtBot(){return this.currentPosition()+this.state.heightWrap>=this.state.heightContent-1}animateTo(e,t=_.dur){const o=this._scroll;o&&(0,C.doAnimate)({onStep(e,t){o.scrollTop=t},from:o.scrollTop,to:Math.round(e),easing:_.easingFunc.easeInOutCubic,duration:t})}render(){const{children:e,isVisibleScrollbar:t,isVisibleFade:o,isVisibleButtons:i,onMouseOver:l,onMouseOut:s}=this.props,{heightContent:r,heightWrap:c,isVisibleBotButton:u,isVisibleTopButton:d}=this.state;return n.createElement(x.Measure,{onResize:this._handleResizeWrap},(h=>n.createElement("div",{className:E.wrap,onMouseOver:l,onMouseOut:s,ref:h},n.createElement("div",{className:a()(E.scrollWrap,{[E.noScrollBar]:!t}),onScroll:this._handleScroll,ref:e=>this._scroll=e},n.createElement(x.Measure,{onResize:this._handleResizeContent},(t=>n.createElement("div",{className:E.content,ref:t},e)))),o&&n.createElement("div",{className:a()(E.fadeTop,{[E.isVisible]:d&&r>c})}),o&&n.createElement("div",{className:a()(E.fadeBot,{[E.isVisible]:u&&r>c})}),i&&n.createElement("div",{className:a()(E.scrollTop,{[E.isVisible]:d&&r>c}),onClick:this._handleScrollTop},n.createElement("div",{className:E.iconWrap},n.createElement(w.Icon,{icon:F,className:E.icon}))),i&&n.createElement("div",{className:a()(E.scrollBot,{[E.isVisible]:u&&r>c}),onClick:this._handleScrollBot},n.createElement("div",{className:E.iconWrap},n.createElement(w.Icon,{icon:F,className:E.icon}))))))}}k.defaultProps={isVisibleScrollbar:!0};var S=o(26709),y=o(59064),L=o(29835),A=o(50238);function M(e){const[t,o]=(0,A.useRovingTabindexElement)(null);return n.createElement(L.ToolButton,{...e,ref:t,tag:"button",tabIndex:o})}function I(e){const{id:t,action:o,isActive:i,isHidden:l,isTransparent:s,toolName:a}=e;return n.createElement(M,{id:t,icon:g.lineToolsInfo[a].icon,isActive:i,isHidden:l,isTransparent:s,onClick:o,tooltip:g.lineToolsInfo[a].localizedName,"data-name":a})}var W,B=o(11542),D=o(90186),N=o(29185),R=o(64147);!function(e){e.Icons="icons",e.Emojis="emojis",e.Stickers="stickers"}(W||(W={}));const V=c.getValue("ToolButtonIcons.LastCategory",W.Emojis),H=new R.WatchedValue(V);function z(){const[e,t]=(0,N.useWatchedValue)(H);return[e,(0,n.useCallback)((e=>{t(e),function(e){c.setValue("ToolButtonIcons.LastCategory",e)}(e)}),[t])]}var P=o(99616),O=o(59453);function j(e){return n.createElement("div",{className:O.wrapper},e.text)}var U=o(84243),Z=o(51609),G=o(22976),K=o(70616),q=o(18042),J=o(44986),Q=o(83778),Y=o(48748)
+;const $=["0xF087","0xF088","0xF164","0xF165","0xF0A4","0xF0A5","0xF007","0xF0A6","0xF0A7","0xF118","0xF11A","0xF119","0xF183"],X=["0xF153","0xF154","0xF155","0xF156","0xF157","0xF158","0xF159","0xF195","0xF15A"],ee=["0xF060","0xF061","0xF062","0xF063","0xF053","0xF054","0xF077","0xF078","0xF07D","0xF07E","0xF0A9","0xF0AA","0xF0AB","0xF0D9","0xF0DA","0xF0D7","0xF0D8","0xF102","0xF103","0xF104","0xF105","0xF106","0xF107","0xF137","0xF139","0xF13A","0xF112","0xF064","0xF148","0xF149","0xF177","0xF178","0xF175","0xF176","0xF01A","0xF01B","0xF065","0xF066"],te=["0xF11D","0xF11E","0xF024","0xF004","0xF005","0xF006","0xF046","0xF00C","0xF00D","0xF011","0xF012","0xF021","0xF01E","0xF192","0xF041","0xF14A","0xF055","0xF056","0xF057","0xF059","0xF058","0xF05A","0xF05B","0xF05C","0xF05D","0xF05E","0xF067","0xF068","0xF069","0xF06A","0xF071","0xF06E","0xF070","0xF075","0xF08A","0xF0A3","0xF0E5","0xF110","0xF111","0xF123","0xF124","0xF10C","0xF128","0xF129","0xF12A","0xF140","0xF113","0xF17C","0xF179"],oe=["0xF06C","0xF185","0xF186","0xF188","0xF0E7"],ne=["0xF000","0xF002","0xF00E","0xF015","0xF017","0xF030","0xF013","0xF043","0xF06B","0xF072","0xF076","0xF080","0xF084","0xF040","0xF0A1","0xF0A2","0xF0D6","0xF0E3","0xF0EB","0xF0F3","0xF135","0xF13D","0xF2FE"],ie=[...$,...X,...ee,...te,...oe,...ne].map((e=>+e)),le=new Set(ie);const se=[{title:B.t(null,{context:"emoji_group"},o(88906)),emojis:[],content:n.createElement(P.IconItem,{icon:J})},{title:B.t(null,{context:"emoji_group"},o(51853)),emojis:$,content:n.createElement(P.IconItem,{icon:Q})},{title:B.t(null,{context:"emoji_group"},o(33282)),emojis:te,content:n.createElement(P.IconItem,{icon:K})},{title:B.t(null,{context:"emoji_group"},o(10522)),emojis:oe,content:n.createElement(P.IconItem,{icon:Y})},{title:B.t(null,{context:"emoji_group"},o(14143)),emojis:X,content:n.createElement(P.IconItem,{icon:G})},{title:B.t(null,{context:"emoji_group"},o(98355)),emojis:ne,content:n.createElement(P.IconItem,{icon:q})},{title:B.t(null,{context:"emoji_group"},o(74245)),emojis:ee,content:n.createElement(P.IconItem,{icon:Z})}],ae={[W.Icons]:U.drawingToolsIcons.heart,[W.Emojis]:U.drawingToolsIcons.smile,[W.Stickers]:U.drawingToolsIcons.sticker},re=[{title:W.Emojis,content:n.createElement(j,{text:B.t(null,void 0,o(16290))})},{title:W.Stickers,content:n.createElement(j,{text:B.t(null,void 0,o(50428))})},{title:W.Icons,content:n.createElement(j,{text:B.t(null,void 0,o(73829))})}];var ce=o(3343),ue=o(20520),de=o(27317),he=o(76460),me=o(41590),ve=o(40173),pe=o(20243),ge=o(14665);const be=o(77020),fe=(0,n.forwardRef)(((e,t)=>{const{buttonActiveClass:o,buttonClass:i,buttonIcon:l,buttonTitle:a,buttonHotKey:c,dropdownTooltip:u,children:d,isActive:h,isGrayed:m,onClickWhenGrayed:v,checkable:p,isSmallTablet:g,theme:b=be,onClickButton:f,onArrowClick:T,openDropdownByClick:C,onMenuFocus:_=pe.handleAccessibleMenuFocus,onMenuKeyDown:x=pe.handleAccessibleMenuKeyDown,...E}=e,F=(0,ve.mergeThemes)(de.DEFAULT_MENU_THEME,{menuBox:b.menuBox}),[k,S]=(0,n.useState)(!1),[y,M]=(0,n.useState)(!1),I=(0,n.useRef)(null),W=(0,
+n.useRef)(null),B=(0,n.useRef)(null),D=(0,n.useRef)(0),N=(0,n.useRef)(0),[R,V]=(0,A.useRovingTabindexElement)(null),[H,z]=(0,A.useRovingTabindexElement)(null);return(0,n.useImperativeHandle)(t,(()=>({open:()=>S(!0)})),[]),n.createElement("div",{...E,className:s(b.dropdown,{[b.isGrayed]:m,[b.isActive]:h,[b.isOpened]:k}),onClick:m?v:void 0,onKeyDown:function(e){if(e.defaultPrevented||!(e.target instanceof Node))return;const t=(0,ce.hashFromEvent)(e);if(e.currentTarget.contains(e.target)||27!==t)return;e.preventDefault(),P(!1),y&&H?.current?.focus()},ref:I},n.createElement("div",{ref:W,className:b.control},n.createElement("div",{...function(){if(!m)return r.mobiletouch?p?{onTouchStart:U,onTouchEnd:G,onTouchMove:Z}:{onClick:j}:{onMouseDown:U,onMouseUp:K};return{}}(),className:s(b.buttonWrap,b.accessible)},n.createElement(L.ToolButton,{activeClass:o,className:s(i,b.button),icon:l,isActive:h,isGrayed:m,isTransparent:!p,ref:R,tag:"button",tabIndex:V,onClick:function(e){if(!(0,he.isKeyboardClick)(e))return;C?P(!0,!0):f?.()},tooltip:a,buttonHotKey:c,"data-tooltip-delay":1500,tooltipPosition:"vertical"})),!m&&!r.mobiletouch&&n.createElement("button",{className:s(b.arrow,u&&"apply-common-tooltip common-tooltip-vertical",b.accessible),onClick:function(e){T?.(),P(void 0,(0,he.isKeyboardClick)(e))},onKeyDown:function(e){if(e.defaultPrevented||!(e.target instanceof Node))return;const t=(0,ce.hashFromEvent)(e);if(e.currentTarget.contains(e.target))switch(t){case 39:if(k)return;e.preventDefault(),P(!0,!0);break;case 27:if(!k)return;e.preventDefault(),P(!1)}},type:"button",ref:H,tabIndex:z,"aria-pressed":h,"aria-label":u,"data-tooltip":u},n.createElement(w.Icon,{className:b.arrowIcon,icon:ge}))),!m&&(g?k&&n.createElement(me.Drawer,{className:b.drawer,onClose:O,position:"Bottom"},d):n.createElement(ue.PopupMenu,{theme:F,doNotCloseOn:function(){if(null===I.current)return[];return[I.current]},isOpened:k,onClose:O,position:function(){if(!W||!W.current)return{x:0,y:0};const e=W.current.getBoundingClientRect();return{x:e.left+e.width+1,y:e.top-6}},onKeyDown:x,onFocus:e=>_(e,H),controller:B,onOpen:function(){B.current?.focus()},tabIndex:-1},d)));function P(e,t=!1){const o=void 0!==e?e:!k;S(o),M(!!o&&t)}function O(){P(!1)}function j(){f&&f(),P()}function U(){if(r.mobiletouch&&!p)!N.current&&f&&f();else{if(D.current)return clearTimeout(D.current),D.current=0,void P(!0);D.current=setTimeout((()=>{D.current=0,!N.current&&f&&f()}),175)}N.current=setTimeout((()=>{N.current=0,P(!0)}),300)}function Z(){clearTimeout(N.current),N.current=0,clearTimeout(D.current),D.current=0}function G(e){e.cancelable&&e.preventDefault(),K()}function K(){N.current&&(clearTimeout(N.current),N.current=0,k?P(!1):p||k||r.mobiletouch||!h&&!C?!D.current&&f&&f():P(!0))}}));var Te=o(38297),we=o(85034),Ce=o(59063),_e=o(21097);class xe extends Ce.CommonJsonStoreService{constructor(e,t,o,n,i=18){super(_e.TVXWindowEvents,c,e,t,[]),this._onChangeDrawingState=()=>{const e=d[this._drawingType].value();this._promote(e)},this._sanitizer=o,this._drawingType=n,this._maxRecentCount=i,
+d[this._drawingType].subscribe(this._onChangeDrawingState)}destroy(){d[this._drawingType].unsubscribe(this._onChangeDrawingState),super.destroy()}_deserialize(e){const t=this._sanitizer(e);return this._removeUnavailableRecents(e,t)}_removeUnavailableRecents(e,t){return Array.isArray(e)?e.length>this._maxRecentCount&&(t=e.slice(0,this._maxRecentCount)):t=[],t}_promote(e){let t=[...this.get()];const o=t.indexOf(e);-1!==o&&t.splice(o,1),t=[e,...t.slice(0,this._maxRecentCount-1)],this.set(t)}}const Ee=new xe("RECENT_ICONS_CHANGED","linetoolicon.recenticons",(function(e){return e.filter((e=>le.has(e)))}),"iconTool");var Fe=o(29703);function ke(e){const{fallback:t,...o}=e;return n.createElement(n.Suspense,{fallback:t??null},n.createElement(Se,{...o}))}const Se=n.lazy((async()=>{const{getSvgContentForCharCode:e}=await o.e(7987).then(o.bind(o,25482));return{default:t=>{const{charCode:o}=t,i=e(o)??void 0;return n.createElement(w.Icon,{icon:i,className:Fe.iconContainer})}}}));var ye=o(74099);var Le=o(173);const Ae=new xe("RECENT_EMOJIS_CHANGED","linetoolemoji.recents",Le.removeUnavailableEmoji,"emojiTool");var Me;!function(e){e.Elon="elon",e.Doge="doge",e.Dislike="dislike",e.Yolo="yolo",e.Whale="whale",e.Wagmi="wagmi",e.Tendies="tendies",e.Short="short",e.Rugged="rugged",e.Shill="shill",e.Rekt="rekt",e.Sell="sell",e.PaperHands="paper-hands",e.Og="og",e.Fud="fud",e.Gm="gm",e.Ngmi="ngmi",e.Moon="moon",e.Love="love",e.Lambo="lambo",e.Ethereum="ethereum",e.Look="look",e.DiamondHand="diamond-hand",e.Leap="leap",e.Like="like",e.Few="few",e.Bitcoin="bitcoin",e.BagHolder="bag-holder",e.BuyTheDip="buy-the-dip",e.Buy="buy",e.Hodl="hodl"}(Me||(Me={}));const Ie=["elon","doge","dislike","yolo","whale","wagmi","tendies","short","rugged","shill","rekt","sell","paper-hands","og","fud","gm","ngmi","moon","love","lambo","ethereum","look","diamond-hand","leap","like","few","bitcoin","bag-holder","buy-the-dip","buy","hodl"];var We=o(37603),Be=o(90624);const De=new Set(Ie);const Ne=[{title:B.t(null,{context:"emoji_group"},o(88906)),emojis:[],content:n.createElement(P.IconItem,{icon:We})},{title:"TradingView",emojis:Ie,content:n.createElement(P.IconItem,{icon:Be})}],Re=new xe("RECENT_STICKERS_CHANGED","linetoolsticker.recents",(function(e){return e.filter((e=>De.has(e)))}),"stickerTool",3);var Ve=o(78036),He=o(47291),ze=o(33892);var Pe,Oe=o(26601),je=o(65171);!function(e){e.Icon="LineToolIcon",e.Emoji="LineToolEmoji",e.Sticker="LineToolSticker"}(Pe||(Pe={}));const Ue={[W.Icons]:{service:Ee,toolName:"LineToolIcon",ItemComponent:function(e){const{emoji:t,className:o}=e;return n.createElement("div",{className:a()(ye.item,o)},n.createElement(ke,{charCode:Number(t)}))},icons:se,onEmojiSelect:e=>{d.iconTool.setValue(Number(e)),d.tool.setValue("LineToolIcon")}},[W.Emojis]:{service:Ae,toolName:"LineToolEmoji",icons:(0,Le.emojiGroups)(),onEmojiSelect:e=>{d.emojiTool.setValue(e),d.tool.setValue("LineToolEmoji")}},[W.Stickers]:{service:Re,toolName:"LineToolSticker",ItemComponent:function(e){const{emoji:t}=e,{size:i}=(0,
+Ve.useEnsuredContext)(He.EmojiListContentContext),[l,s]=(0,n.useState)();return(0,n.useEffect)((()=>{o.e(5598).then(o.bind(o,47992)).then((({getSvgContentForSticker:e})=>{const o=e(t);o&&s(o)}))}),[]),n.createElement(w.Icon,{className:ze.sticker,icon:null!==l?l:void 0,style:{width:`${i}px`,height:`${i}px`}})},RowComponent:function(e){return n.createElement(Oe.EmojisRow,{...e,className:je.stickerRow})},icons:Ne,onEmojiSelect:e=>{d.stickerTool.setValue(e),d.tool.setValue("LineToolSticker")},getEmojiSize:e=>e?78:112}};var Ze=o(89265);function Ge(e){const{isSmallTablet:t,maxHeight:o,activeTab:i,setActiveTab:l}=e,a=Ue[i],{service:r,ItemComponent:c,RowComponent:u,onEmojiSelect:d,getEmojiSize:h}=a,m=h&&h(t),[v,p]=(0,n.useState)(Ke(a));return(0,n.useLayoutEffect)((()=>{const e={},t=()=>{const e=Ke(a);p(e)};return t(),r.getOnChange().subscribe(e,t),()=>{r.getOnChange().unsubscribeAll(e)}}),[a]),n.createElement("div",{style:{maxHeight:o}},n.createElement(Te.EmojiList,{className:s(Ze.desktopSize,t&&Ze.smallSize),emojis:v,onSelect:function(e){d(e),(0,y.globalCloseMenu)()},ItemComponent:c,RowComponent:u,height:o,category:i,emojiSize:m}),n.createElement(we.GroupTabs,{className:Ze.tabs,tabClassName:Ze.categories,tabs:re,activeTab:i,onTabClick:function(e){l(e)}}))}function Ke(e){const{icons:t,service:o}=e,n=[...t],i=o.get();return n[0].emojis=i.map((e=>String(e))),n.filter((e=>e.emojis.length))}var qe=o(19291),Je=o(68335),Qe=o(3845),Ye=o(33430);const $e={icon:B.t(null,void 0,o(37913)),dropdownTooltip:B.t(null,void 0,o(73829))},Xe=(0,ve.mergeThemes)(be,{menuBox:Ye.menuBox,drawer:Ye.drawer}),et=parseInt(Qe["default-drawer-min-top-distance"]);function tt(e){const{isGrayed:t,isSmallTablet:o}=e,i=(0,D.filterDataProps)(e),[l,s]=z(),[a]=(0,N.useWatchedValue)(d.tool),{toolName:r}=Ue[l];return n.createElement(fe,{theme:Xe,buttonIcon:ae[l],buttonTitle:$e.icon,dropdownTooltip:$e.dropdownTooltip,isActive:a===r,isGrayed:t,isSmallTablet:o,onClickButton:function(){c()},onClickWhenGrayed:()=>(0,h.emit)("onGrayedObjectClicked",{type:"drawing",name:g.lineToolsInfo[r].localizedName}),onArrowClick:function(){c("menu")},openDropdownByClick:!0,onMenuFocus:ot,onMenuKeyDown:function(e){if(e.defaultPrevented)return;const t=(0,Je.hashFromEvent)(e);9!==t&&t!==Je.Modifiers.Shift+9||(0,qe.updateTabIndexes)()},...i},n.createElement(Ge,{isSmallTablet:o,maxHeight:o?Math.min(679,window.innerHeight-et):679,activeTab:l,setActiveTab:s}));function c(e){0}}function ot(e){if(!e.target)return;const t=e.currentTarget;e.target===t&&((0,qe.updateTabIndexes)(),setTimeout((()=>{if(document.activeElement!==t)return;const[e]=(0,qe.queryTabbableElements)(t).sort(qe.navigationOrderComparator);e&&e.focus()})))}var nt=o(32679);class it extends n.PureComponent{constructor(e){super(e),this._handleClick=()=>{this.props.saveDefaultOnChange&&(0,nt.allowSavingDefaults)(!0);const e=!this.props.property.value();this.props.property.setValue(e),this.props.saveDefaultOnChange&&(0,nt.allowSavingDefaults)(!1),this.props.onClick&&this.props.onClick(e)},this.state={
+isActive:this.props.property.value()}}componentDidMount(){this.props.property.subscribe(this,this._onChange)}componentWillUnmount(){this.props.property.unsubscribe(this,this._onChange)}render(){const{toolName:e}=this.props,{isActive:t}=this.state,o=g.lineToolsInfo[e];return n.createElement(M,{icon:t&&o.iconActive?o.iconActive:o.icon,isActive:t,onClick:this._handleClick,tooltip:o.localizedName,buttonHotKey:o.hotKey,"data-name":e})}_onChange(e){this.setState({isActive:e.value()})}}class lt extends n.PureComponent{constructor(e){super(e),this._handleClick=()=>{d.tool.setValue(this.props.toolName),this.props.onClick?.()},this._onChange=()=>{this.setState({isActive:d.tool.value()===this.props.toolName})},this.state={isActive:d.tool.value()===this.props.toolName}}componentDidMount(){d.tool.subscribe(this._onChange)}componentWillUnmount(){d.tool.unsubscribe(this._onChange)}render(){const{toolName:e}=this.props,{isActive:t}=this.state,o=g.lineToolsInfo[e];return n.createElement(M,{icon:g.lineToolsInfo[e].icon,isActive:t,isTransparent:!0,onClick:this._handleClick,tooltip:o.localizedName,buttonHotKey:o.hotKey,"data-name":e})}}class st extends n.PureComponent{constructor(e){super(e),this._boundUndoModel=null,this._handleClick=()=>{const e=this._activeChartWidget();e.hasModel()&&e.model().zoomFromViewport()},this._syncUnzoomButton=()=>{const e=this._activeChartWidget();let t=!1;if(e.hasModel()){const o=e.model();this._boundUndoModel!==o&&(this._boundUndoModel&&this._boundUndoModel.zoomStack().onChange().unsubscribe(null,this._syncUnzoomButton),o.zoomStack().onChange().subscribe(null,this._syncUnzoomButton),this._boundUndoModel=o),t=!o.zoomStack().isEmpty()}else e.withModel(null,this._syncUnzoomButton);this.setState({isVisible:t})},this.state={isVisible:!1}}componentDidMount(){this.props.chartWidgetCollection.activeChartWidget.subscribe(this._syncUnzoomButton,{callWithLast:!0})}componentWillUnmount(){this.props.chartWidgetCollection.activeChartWidget.unsubscribe(this._syncUnzoomButton)}render(){return this.state.isVisible?n.createElement(I,{action:this._handleClick,isTransparent:!0,toolName:"zoom-out"}):n.createElement("div",null)}_activeChartWidget(){return this.props.chartWidgetCollection.activeChartWidget.value()}}var at=o(11684),rt=o(26744),ct=o(16829),ut=o(40894),dt=o(10838),ht=o(81332),mt=o(32755),vt=o(73824);function pt(e){return"name"in e}new Set(["LineToolTable"]);class gt extends n.PureComponent{constructor(e){super(e),this._onChangeDrawingState=()=>{const e=this._getActiveToolName();this.setState({current:e||this.state.current,isActive:!!e})},this._handleClickButton=()=>{this._trackClick();const{current:e}=this.state;!v.CheckMobile.any()&&e&&this._selectTool(e)},this._handleClickItem=e=>{this._selectTool(e)},this._handleGrayedClick=e=>{(0,h.emit)("onGrayedObjectClicked",{type:"drawing",name:g.lineToolsInfo[e].localizedName})},this._handleClickFavorite=e=>{this.state.favState&&this.state.favState[e]?rt.LinetoolsFavoritesStore.removeFavorite(e):rt.LinetoolsFavoritesStore.addFavorite(e)},this._onAddFavorite=e=>{
+this.setState({favState:{...this.state.favState,[e]:!0}})},this._onRemoveFavorite=e=>{this.setState({favState:{...this.state.favState,[e]:!1}})},this._onSyncFavorites=()=>{this.setState({favState:this._composeFavState()})},this._handleArrowClick=()=>{this._trackClick("menu")},this._trackClick=e=>{const{trackLabel:t}=this.props};const t=this._getActiveToolName();this.state={current:t||this._firstNonGrayedTool(),favState:this._composeFavState(),isActive:!!t}}componentDidMount(){d.tool.subscribe(this._onChangeDrawingState),rt.LinetoolsFavoritesStore.favoriteAdded.subscribe(null,this._onAddFavorite),rt.LinetoolsFavoritesStore.favoriteRemoved.subscribe(null,this._onRemoveFavorite),rt.LinetoolsFavoritesStore.favoritesSynced.subscribe(null,this._onSyncFavorites)}componentWillUnmount(){d.tool.unsubscribe(this._onChangeDrawingState),rt.LinetoolsFavoritesStore.favoriteAdded.unsubscribe(null,this._onAddFavorite),rt.LinetoolsFavoritesStore.favoriteRemoved.unsubscribe(null,this._onRemoveFavorite),rt.LinetoolsFavoritesStore.favoritesSynced.unsubscribe(null,this._onSyncFavorites)}componentDidUpdate(e,t){e.lineTools!==this.props.lineTools&&this.setState({favState:this._composeFavState()})}render(){const{current:e,favState:t,isActive:o}=this.state;if(!e)return n.createElement(n.Fragment,null);const{favoriting:i,grayedTools:l,lineTools:s,dropdownTooltip:a,isSmallTablet:r}=this.props,c=this._showShortcuts(),u=g.lineToolsInfo[e],d=(0,D.filterDataProps)(this.props);return n.createElement("span",null,n.createElement(fe,{buttonIcon:u.icon,buttonTitle:u.localizedName,buttonHotKey:u.hotKey,dropdownTooltip:a,isActive:o,onClickButton:this._handleClickButton,onArrowClick:this._handleArrowClick,isSmallTablet:r,...d},s.map(((s,a)=>{if("title"in s)return n.createElement(n.Fragment,{key:s.title??`separator${a}`},a>0?n.createElement(at.PopupMenuSeparator,null):null,s.title&&n.createElement(ct.ToolWidgetMenuSummary,{className:vt.sectionTitle},s.title));const{name:u}=s,d=g.lineToolsInfo[u]?.selectHotkey?.hash,h=g.lineToolsInfo[u],m=l[u];return n.createElement(dt.AccessibleMenuItem,{key:u,"data-name":u,theme:r?ht.multilineLabelWithIconAndToolboxTheme:void 0,dontClosePopup:m,forceShowShortcuts:c,shortcut:!r&&d?(0,Je.humanReadableHash)(d):void 0,icon:h.icon,isActive:o&&e===u,appearAsDisabled:m,label:n.createElement("div",{className:vt.label},h.localizedName,!1),showToolboxOnFocus:!0,onClick:m?this._handleGrayedClick:this._handleClickItem,onClickArg:u,showToolboxOnHover:!t[u],toolbox:i&&!m?n.createElement(ut.MenuFavoriteButton,{isActive:o&&e===u,isFilled:t[u],onClick:()=>this._handleClickFavorite(u)}):void 0})}))))}_firstNonGrayedTool(){const{grayedTools:e,lineTools:t}=this.props;return t.find((t=>pt(t)&&!e[t.name]))?.name}_showShortcuts(){return this.props.lineTools.some((e=>"hotkeyHash"in e))}_getActiveToolName(){return this.props.lineTools.find((e=>pt(e)&&e.name===d.tool.value()))?.name}async _selectTool(e){await(0,mt.initLineTool)(e),d.tool.setValue(e)}_composeFavState(){const e={};return this.props.lineTools.forEach((t=>{
+pt(t)&&(e[t.name]=rt.LinetoolsFavoritesStore.isFavorite(t.name))})),e}}var bt=o(51768),ft=o(16396),Tt=o(11766);const wt=(0,ve.mergeThemes)(ft.DEFAULT_POPUP_MENU_ITEM_THEME,Tt),Ct=!1;class _t extends n.PureComponent{constructor(e){super(e),this._handleRemoveToolClick=()=>{r.mobiletouch||this._handleRemoveDrawings(),Et()},this._handleRemoveDrawings=()=>{xt("remove drawing"),this.props.chartWidgetCollection.activeChartWidget.value().actions().paneRemoveAllDrawingTools.execute()},this._handleRemoveStudies=()=>{xt("remove indicator"),this.props.chartWidgetCollection.activeChartWidget.value().actions().paneRemoveAllStudies.execute()},this._handleRemoveAll=()=>{xt("remove all"),this.props.chartWidgetCollection.activeChartWidget.value().actions().paneRemoveAllStudiesDrawingTools.execute()},this._handleActiveChartWidgetChanged=e=>{this._activeChartWidget&&this._unsubscribeToModelChanges(this._activeChartWidget),e&&this._subscribeToModelChanges(e),this._activeChartWidget=e,this._handleCollectionChanged()},this._handleCollectionChanged=()=>{this.setState(this._getActualState())},this._getActualState=()=>{if(!this._activeChartWidget||!this._activeChartWidget.hasModel())return{removeAllDrawingsLabel:B.t(null,void 0,o(96374)),removeAllStudiesLabel:B.t(null,void 0,o(99984)),removeAllLabel:B.t(null,void 0,o(53981))};const e=this._activeChartWidget.actions();return{removeAllDrawingsLabel:e.paneRemoveAllDrawingTools.getState().label,removeAllStudiesLabel:e.paneRemoveAllStudies.getState().label,removeAllLabel:e.paneRemoveAllStudiesDrawingTools.getState().label}},this._activeChartWidget=this.props.chartWidgetCollection.activeChartWidget.value(),this.state=this._getActualState()}componentDidMount(){this.props.chartWidgetCollection.activeChartWidget.subscribe(this._handleActiveChartWidgetChanged,{callWithLast:!0})}componentWillUnmount(){this._activeChartWidget&&this._unsubscribeToModelChanges(this._activeChartWidget),this.props.chartWidgetCollection.activeChartWidget.unsubscribe(this._handleActiveChartWidgetChanged)}render(){const e=this.props.isSmallTablet?wt:void 0,{removeAllDrawingsLabel:t,removeAllStudiesLabel:i,removeAllLabel:l}=this.state;return n.createElement(fe,{buttonIcon:g.lineToolsInfo[this.props.toolName].icon,buttonTitle:t,onClickButton:this._handleRemoveToolClick,dropdownTooltip:B.t(null,void 0,o(2671)),isSmallTablet:this.props.isSmallTablet,"data-name":this.props.toolName,onArrowClick:this._handleArrowClick,openDropdownByClick:Ct},n.createElement(dt.AccessibleMenuItem,{"data-name":"remove-drawing-tools",label:t,onClick:this._handleRemoveDrawings,theme:e}),n.createElement(dt.AccessibleMenuItem,{"data-name":"remove-studies",label:i,onClick:this._handleRemoveStudies,theme:e}),n.createElement(dt.AccessibleMenuItem,{"data-name":"remove-all",label:l,onClick:this._handleRemoveAll,theme:e}))}_handleArrowClick(){Et("menu")}_subscribeToModelChanges(e){e.withModel(this,(()=>{this._handleCollectionChanged(),e.model().model().dataSourceCollectionChanged().subscribe(this,this._handleCollectionChanged)}))}_unsubscribeToModelChanges(e){
+e.hasModel()&&e.model().model().dataSourceCollectionChanged().unsubscribe(this,this._handleCollectionChanged),e.modelCreated().unsubscribeAll(this)}}function xt(e){(0,bt.trackEvent)("GUI","Chart Left Toolbar",e)}function Et(e){0}var Ft=o(7029),kt=o(90995),St=o(14881);const yt=n.createContext({hideMode:"drawings",isActive:!1});function Lt(e){const{hideMode:t,option:{label:o,dataName:i,getBoxedValue:l},isSmallTablet:s,onClick:a}=e,{hideMode:r,isActive:c}=(0,n.useContext)(yt),u=l?.();return"all"===t||u?n.createElement(dt.AccessibleMenuItem,{label:o,isActive:r===t&&c,onClick:function(){a(t,(0,kt.toggleHideMode)(t))},"data-name":i,theme:s?wt:void 0}):n.createElement(n.Fragment,null)}const At={drawings:{active:U.drawingToolsIcons.hideAllDrawingToolsActive,inactive:U.drawingToolsIcons.hideAllDrawingTools},indicators:{active:U.drawingToolsIcons.hideAllIndicatorsActive,inactive:U.drawingToolsIcons.hideAllIndicators},positions:{active:U.drawingToolsIcons.hideAllPositionsToolsActive,inactive:U.drawingToolsIcons.hideAllPositionsTools},all:{active:U.drawingToolsIcons.hideAllDrawingsActive,inactive:U.drawingToolsIcons.hideAllDrawings}};function Mt(e){const{isSmallTablet:t}=e,[{isActive:i,hideMode:s},a]=(0,n.useState)((()=>({isActive:!1,hideMode:(0,kt.getSavedHideMode)()})));(0,n.useEffect)((()=>(St.hideStateChange.subscribe(null,a),()=>{St.hideStateChange.unsubscribe(null,a)})),[]);const r=g.lineToolsInfo.hideAllDrawings,{trackLabel:c,tooltip:u,dataName:d}=(0,l.ensureDefined)((0,kt.getHideOptions)().get(s)),h=At[s][i?"active":"inactive"],m=i?u.active:u.inactive;return n.createElement(fe,{buttonIcon:h,buttonTitle:m,buttonHotKey:r.hotKey,dropdownTooltip:Ft.t(null,void 0,o(95343)),onClickButton:function(){(0,kt.toggleHideMode)(s),It(c,!i),Wt(i?"on":"off")},isSmallTablet:t,isActive:i,checkable:!0,"data-name":"hide-all","data-type":d,onArrowClick:function(){Wt("menu")}},n.createElement(yt.Provider,{value:{isActive:i,hideMode:s}},Array.from((0,kt.getHideOptions)()).map((([e,o])=>n.createElement(Lt,{key:e,hideMode:e,option:o,isSmallTablet:t,onClick:v})))));function v(e,t){It((0,l.ensureDefined)((0,kt.getHideOptions)().get(e)).trackLabel,t)}}function It(e,t){(0,bt.trackEvent)("GUI","Chart Left Toolbar",`${e} ${t?"on":"off"}`)}function Wt(e){0}var Bt=o(9726),Dt=o(53573);const Nt=B.t(null,void 0,o(51465));class Rt extends n.PureComponent{constructor(){super(...arguments),this._instance=null,this._promise=null,this._bindedForceUpdate=()=>this.forceUpdate(),this._handleClick=()=>{null!==this._instance&&(this._instance.isVisible()?(this._instance.hideAndSaveSettingsValue(),this._trackClick(!1)):(this._instance.showAndSaveSettingsValue(),this._trackClick(!0)))}}componentDidMount(){const e=this._promise=(0,l.ensureNotNull)((0,Bt.getFavoriteDrawingToolbarPromise)());e.then((t=>{this._promise===e&&(this._instance=t,this._instance.canBeShown().subscribe(this._bindedForceUpdate),this._instance.visibility().subscribe(this._bindedForceUpdate),this.forceUpdate())}))}componentWillUnmount(){this._promise=null,
+null!==this._instance&&(this._instance.canBeShown().unsubscribe(this._bindedForceUpdate),this._instance.visibility().unsubscribe(this._bindedForceUpdate),this._instance=null)}render(){return null!==this._instance&&this._instance.canBeShown().value()?n.createElement(M,{id:this.props.id,icon:Dt,isActive:this._instance.isVisible(),onClick:this._handleClick,tooltip:Nt}):null}_trackClick(e){0}}var Vt=o(77975),Ht=o(92693),zt=o(81171),Pt=o(57503);const Ot={[Ht.MagnetMode.WeakMagnet]:{id:Ht.MagnetMode.WeakMagnet,name:"weakMagnet",icon:U.drawingToolsIcons.magnet,localizedName:B.t(null,void 0,o(3519))},[Ht.MagnetMode.StrongMagnet]:{id:Ht.MagnetMode.StrongMagnet,name:"strongMagnet",icon:U.drawingToolsIcons.strongMagnet,localizedName:B.t(null,void 0,o(94593))}};function jt(e){const{isSmallTablet:t}=e,i=(0,Vt.useWatchedValueReadonly)({watchedValue:(0,zt.magnetEnabled)()}),l=(0,Vt.useWatchedValueReadonly)({watchedValue:(0,zt.magnetMode)()});return n.createElement("div",{className:Pt.toolButtonMagnet},n.createElement(fe,{"data-name":"magnet-button",buttonIcon:Ot[l].icon,buttonTitle:g.lineToolsInfo.magnet.localizedName,dropdownTooltip:B.t(null,void 0,o(41964)),isActive:i,onClickButton:function(){const e=!i;(0,bt.trackEvent)("GUI","Chart Left Toolbar","magnet mode "+(e?"on":"off")),!1;(0,zt.setIsMagnetEnabled)(e)},buttonHotKey:g.lineToolsInfo.magnet.hotKey,checkable:!0,isSmallTablet:t,onArrowClick:function(){0}},Object.values(Ot).map((({id:e,name:o,localizedName:a,icon:r})=>n.createElement(dt.AccessibleMenuItem,{key:e,className:t?Pt.toolButtonMagnet__menuItem:void 0,"data-name":o,icon:r,isActive:i&&l===e,label:a,onClick:s,onClickArg:e})))),!1);function s(e){void 0!==e&&((0,bt.trackEvent)("GUI","Magnet mode",e===Ht.MagnetMode.WeakMagnet?"Weak":"Strong"),(0,zt.setMagnetMode)(e))}}var Ut;!function(e){e.Screenshot="drawing-toolbar-screenshot",e.FavoriteDrawings="drawing-toolbar-favorite-drawings",e.ObjectTree="drawing-toolbar-object-tree"}(Ut||(Ut={}));var Zt=o(70412),Gt=o(14729),Kt=o(27235),qt=o(29197),Jt=o(6190),Qt=o(3088);const Yt=Qt,$t="http://www.w3.org/2000/svg";function Xt(e){const{direction:t,theme:o=Qt}=e;return n.createElement("svg",{xmlns:$t,width:"9",height:"27",viewBox:"0 0 9 27",className:s(o.container,"right"===t?o.mirror:null),onContextMenu:Gt.preventDefault},n.createElement("g",{fill:"none",fillRule:"evenodd"},n.createElement("path",{className:o.background,d:"M4.5.5a4 4 0 0 1 4 4v18a4 4 0 1 1-8 0v-18a4 4 0 0 1 4-4z"}),n.createElement("path",{className:o.arrow,d:"M5.5 10l-2 3.5 2 3.5"})))}var eo=o(39416),to=o(7047),oo=o(55613);const no=(0,ve.mergeThemes)(Yt,oo),io={hide:B.t(null,void 0,o(99838)),show:B.t(null,void 0,o(32579))},lo=(0,n.forwardRef)(((e,t)=>{const{toolbarVisible:o,"data-name":i}=e,l=(0,eo.useFunctionalRefObject)(t);return n.createElement("button",{"data-tooltip-show-on-focus":"true",...to.MouseClickAutoBlurHandler.attributes(),ref:l,type:"button","aria-label":o?io.hide:io.show,"data-tooltip":o?io.hide:io.show,
+className:s(no.toggleButton,"apply-common-tooltip common-tooltip-vertical",!o&&no.collapsed,no.accessible),onClick:function(){T.isDrawingToolbarVisible.setValue(!T.isDrawingToolbarVisible.value())},"data-name":i,"data-value":o?"visible":"collapsed"},n.createElement(Xt,{direction:o?"left":"right",theme:o?void 0:no}))}));var so=o(37558),ao=o(24437),ro=o(90692);const co={chartWidgetCollection:o(19036).any.isRequired};var uo=o(77151),ho=o(63754);const mo=u.enabled("right_toolbar"),vo=u.enabled("keep_object_tree_widget_in_right_toolbar"),po=(u.enabled("saveload_separate_drawings_storage"),(0,v.onWidget)()),go=new m.Delegate,bo=bt.trackEvent.bind(null,"GUI","Chart Left Toolbar"),fo=(e,t)=>bo(`${e} ${t?"on":"off"}`);class To extends n.PureComponent{constructor(e){super(e),this._grayedTools={},this._handleMeasureClick=()=>{wo("measure")},this._handleZoomInClick=()=>{wo("zoom in")},this._handleDrawingClick=e=>{fo("drawing mode",e),wo("drawing mode",e?"on":"off")},this._handleLockClick=e=>{fo("lock all drawing",e),wo("lock",e?"on":"off")},this._handleSyncClick=e=>{fo("sync",e),wo("sync",e?"on":"off")},this._handleObjectsTreeClick=()=>{this._activeChartWidget().showObjectsTreeDialog(),wo("object tree")},this._handleMouseOver=e=>{(0,Zt.hoverMouseEventFilter)(e)&&this.setState({isHovered:!0})},this._handleMouseOut=e=>{(0,Zt.hoverMouseEventFilter)(e)&&this.setState({isHovered:!1})},this._handleChangeVisibility=e=>{this.setState({isVisible:e})},this._handleEsc=()=>{d.resetToCursor(!0)},this._handleWidgetbarSettled=e=>{this.setState({isWidgetbarVisible:Boolean(window.widgetbar?.visible().value()),widgetbarSettled:e})},this._handleWidgetbarVisible=e=>{this.setState({isWidgetbarVisible:e})},d.init(),this._toolsFilter=new b(this.props.drawingsAccess),this._filteredLineTools=f.lineTools.reduce(((e,t)=>{const{id:o,title:n,trackLabel:i}=t,l=e=>this._toolsFilter.isToolEnabled(g.lineToolsInfo[e.name].localizedName),s=[];return(0,f.isLineToolsGroupWithSections)(t)?t.sections.forEach((e=>{const t=e.items.filter(l);t.length&&s.push({title:e.title},...t)})):s.push(...t.items.filter(l)),s.length&&e.push({id:o,title:n,trackLabel:i,items:s}),e}),[]),this._filteredLineTools.forEach((e=>{e.items.forEach((e=>{"name"in e&&(this._grayedTools[e.name]=this._toolsFilter.isToolGrayed(g.lineToolsInfo[e.name].localizedName))}))})),this.state={isHovered:!1,isVisible:T.isDrawingToolbarVisible.value(),isWidgetbarVisible:Boolean(window.widgetbar?.visible().value()),widgetbarSettled:void 0!==window.widgetbar},this._features={favoriting:!this.props.readOnly&&!po&&u.enabled("items_favoriting"),multicharts:u.enabled("support_multicharts"),tools:!po||!0},this._registry={chartWidgetCollection:this.props.chartWidgetCollection},this._negotiateResizer()}componentDidMount(){T.isDrawingToolbarVisible.subscribe(this._handleChangeVisibility),y.globalCloseDelegate.subscribe(this,this._handleGlobalClose),this._tool=d.tool.spawn(),this._tool.subscribe(this._updateHotkeys.bind(this)),this._initHotkeys(),
+this.props.widgetbarSettled&&(this.props.widgetbarSettled.subscribe(this,this._handleWidgetbarSettled),v.CheckMobile.any()&&window.widgetbar?.visible().subscribe(this._handleWidgetbarVisible))}componentWillUnmount(){window.widgetbar?.visible().unsubscribe(this._handleWidgetbarVisible),T.isDrawingToolbarVisible.unsubscribe(this._handleChangeVisibility),y.globalCloseDelegate.unsubscribe(this,this._handleGlobalClose),this._tool.destroy(),this._hotkeys.destroy()}componentDidUpdate(e,t){const{isVisible:o,widgetbarSettled:n}=this.state;o!==t.isVisible&&(h.emit("toggle_sidebar",!o),c.setValue("ChartDrawingToolbarWidget.visible",o),this._negotiateResizer()),t.widgetbarSettled!==n&&n&&v.CheckMobile.any()&&window.widgetbar?.visible().subscribe(this._handleWidgetbarVisible)}render(){const{bgColor:e,chartWidgetCollection:t,readOnly:o}=this.props,{isHovered:i,isVisible:l}=this.state,a={backgroundColor:e&&`#${e}`};let c;c=n.createElement(lo,{toolbarVisible:l,"data-name":"toolbar-drawing-toggle-button"});const h=()=>!!this._features.tools&&!(!u.enabled("show_object_tree")||vo&&!mo);return n.createElement(uo.RegistryProvider,{validation:co,value:this._registry},n.createElement(qt.CloseDelegateContext.Provider,{value:go},n.createElement(so.DrawerManager,null,n.createElement(ro.MatchMedia,{rule:ao.DialogBreakpoints.TabletSmall},(e=>n.createElement(Jt.Toolbar,{id:"drawing-toolbar",className:s(ho.drawingToolbar,{[ho.isHidden]:!l}),style:a,onClick:this.props.onClick,onContextMenu:Gt.preventDefaultForContextMenu,orientation:"vertical"},n.createElement(k,{onScroll:this._handleGlobalClose,isVisibleFade:r.mobiletouch,isVisibleButtons:!r.mobiletouch&&i,isVisibleScrollbar:!1,onMouseOver:this._handleMouseOver,onMouseOut:this._handleMouseOut},n.createElement("div",{className:ho.inner},!o&&n.createElement("div",{className:ho.group,style:a},this._filteredLineTools.map((o=>n.createElement(gt,{key:o.id,"data-name":o.id,chartWidgetCollection:t,favoriting:this._features.favoriting&&!("linetool-group-cursors"===o.id&&(0,p.isOnMobileAppPage)("any")),grayedTools:this._grayedTools,dropdownTooltip:o.title,lineTools:o.items,isSmallTablet:e,trackLabel:o.trackLabel}))),this._toolsFilter.isToolEnabled("Font Icons")&&n.createElement(tt,{"data-name":"linetool-group-font-icons",isGrayed:this._grayedTools["Font Icons"],isSmallTablet:e})),!o&&n.createElement("div",{className:ho.group,style:a},n.createElement(lt,{toolName:"measure",onClick:this._handleMeasureClick}),n.createElement(lt,{toolName:"zoom",onClick:this._handleZoomInClick}),n.createElement(st,{chartWidgetCollection:t})),!o&&n.createElement("div",{className:ho.group,style:a},n.createElement(jt,{isSmallTablet:e}),this._features.tools&&n.createElement(it,{property:d.properties().childs().stayInDrawingMode,saveDefaultOnChange:!0,toolName:"drawginmode",onClick:this._handleDrawingClick}),this._features.tools&&n.createElement(it,{property:d.lockDrawings(),toolName:"lockAllDrawings",onClick:this._handleLockClick}),this._features.tools&&n.createElement(Mt,{isSmallTablet:e
+}),!1),!o&&this._features.tools&&n.createElement("div",{className:ho.group,style:a},n.createElement(_t,{chartWidgetCollection:t,isSmallTablet:e,toolName:"removeAllDrawingTools"})),n.createElement("div",{className:ho.fill,style:a}),!o&&(this._features.tools||!1)&&n.createElement("div",{className:s(ho.group,ho.lastGroup),style:a},!1,this._features.tools&&this._features.favoriting&&n.createElement(Rt,{id:Ut.FavoriteDrawings}),h()&&n.createElement(I,{id:Ut.ObjectTree,action:this._handleObjectsTreeClick,toolName:"showObjectsTree"}))))))),c)))}_activeChartWidget(){return this.props.chartWidgetCollection.activeChartWidget.value()}_negotiateResizer(){const e=Kt.TOOLBAR_WIDTH_COLLAPSED;this.props.resizerBridge.negotiateWidth(this.state.isVisible?Kt.TOOLBAR_WIDTH_EXPANDED:e)}_handleGlobalClose(){go.fire()}_updateHotkeys(){this._hotkeys.promote()}_initHotkeys(){this._hotkeys=S.createGroup({desc:"Drawing Toolbar"}),this._hotkeys.add({desc:"Reset",hotkey:27,handler:()=>this._handleEsc(),isDisabled:()=>d.toolIsCursor(d.tool.value())})}}function wo(e,t){0}class Co{constructor(e,t){this._component=null,this._handleRef=e=>{this._component=e},this._container=e,i.render(n.createElement(To,{...t,ref:this._handleRef}),this._container)}destroy(){i.unmountComponentAtNode(this._container)}getComponent(){return(0,l.ensureNotNull)(this._component)}}},59511:(e,t,o)=>{"use strict";o.d(t,{isLineToolsGroupWithSections:()=>r,lineTools:()=>a,lineToolsFlat:()=>c});var n=o(11542),i=(o(49483),o(56570)),l=o(37265);const s=i.enabled("image_drawingtool"),a=[{id:"linetool-group-cursors",title:n.t(null,void 0,o(81578)),sections:[{items:[{name:"cursor"},{name:"dot"},{name:"arrow"},{name:"demonstration"},null].filter(l.isExistent)},{items:[{name:"eraser"}]}],trackLabel:null},{id:"linetool-group-trend-line",title:n.t(null,void 0,o(48773)),sections:[{title:n.t(null,void 0,o(56982)),items:[{name:"LineToolTrendLine"},{name:"LineToolRay"},{name:"LineToolInfoLine"},{name:"LineToolExtended"},{name:"LineToolTrendAngle"},{name:"LineToolHorzLine"},{name:"LineToolHorzRay"},{name:"LineToolVertLine"},{name:"LineToolCrossLine"}]},{title:n.t(null,void 0,o(59934)),items:[{name:"LineToolParallelChannel"},{name:"LineToolRegressionTrend"},{name:"LineToolFlatBottom"},{name:"LineToolDisjointAngle"}]},{title:n.t(null,void 0,o(36167)),items:[{name:"LineToolPitchfork"},{name:"LineToolSchiffPitchfork2"},{name:"LineToolSchiffPitchfork"},{name:"LineToolInsidePitchfork"}]}],trackLabel:null},{id:"linetool-group-gann-and-fibonacci",title:n.t(null,void 0,o(2654)),sections:[{title:n.t(null,void 0,o(26578)),items:[{name:"LineToolFibRetracement"},{name:"LineToolTrendBasedFibExtension"},{name:"LineToolFibChannel"},{name:"LineToolFibTimeZone"},{name:"LineToolFibSpeedResistanceFan"},{name:"LineToolTrendBasedFibTime"},{name:"LineToolFibCircles"},{name:"LineToolFibSpiral"},{name:"LineToolFibSpeedResistanceArcs"},{name:"LineToolFibWedge"},{name:"LineToolPitchfan"}]},{title:n.t(null,void 0,o(51494)),items:[{name:"LineToolGannSquare"},{name:"LineToolGannFixed"},{name:"LineToolGannComplex"},{
+name:"LineToolGannFan"}]}],trackLabel:null},{id:"linetool-group-patterns",title:n.t(null,void 0,o(46417)),sections:[{title:n.t(null,void 0,o(46417)),items:[{name:"LineTool5PointsPattern"},{name:"LineToolCypherPattern"},{name:"LineToolHeadAndShoulders"},{name:"LineToolABCD"},{name:"LineToolTrianglePattern"},{name:"LineToolThreeDrivers"}]},{title:n.t(null,void 0,o(44255)),items:[{name:"LineToolElliottImpulse"},{name:"LineToolElliottCorrection"},{name:"LineToolElliottTriangle"},{name:"LineToolElliottDoubleCombo"},{name:"LineToolElliottTripleCombo"}]},{title:n.t(null,void 0,o(77915)),items:[{name:"LineToolCircleLines"},{name:"LineToolTimeCycles"},{name:"LineToolSineLine"}]}],trackLabel:null},{id:"linetool-group-prediction-and-measurement",title:n.t(null,void 0,o(1410)),sections:[{title:n.t(null,void 0,o(75747)),items:[{name:"LineToolRiskRewardLong"},{name:"LineToolRiskRewardShort"},{name:"LineToolPrediction"},{name:"LineToolBarsPattern"},{name:"LineToolGhostFeed"},{name:"LineToolProjection"}].filter(l.isExistent)},{title:n.t(null,void 0,o(69260)),items:[{name:"LineToolAnchoredVWAP"},{name:"LineToolFixedRangeVolumeProfile"},null].filter(l.isExistent)},{title:n.t(null,void 0,o(97050)),items:[{name:"LineToolPriceRange"},{name:"LineToolDateRange"},{name:"LineToolDateAndPriceRange"}]}],trackLabel:null},{id:"linetool-group-geometric-shapes",title:n.t(null,void 0,o(22145)),sections:[{title:n.t(null,void 0,o(65695)),items:[{name:"LineToolBrush"},{name:"LineToolHighlighter"}]},{title:n.t(null,void 0,o(19147)),items:[{name:"LineToolArrowMarker"},{name:"LineToolArrow"},{name:"LineToolArrowMarkUp"},{name:"LineToolArrowMarkDown"},{name:"LineToolArrowMarkLeft"},{name:"LineToolArrowMarkRight"}].filter(l.isExistent)},{title:n.t(null,void 0,o(65781)),items:[{name:"LineToolRectangle"},{name:"LineToolRotatedRectangle"},{name:"LineToolPath"},{name:"LineToolCircle"},{name:"LineToolEllipse"},{name:"LineToolPolyline"},{name:"LineToolTriangle"},{name:"LineToolArc"},{name:"LineToolBezierQuadro"},{name:"LineToolBezierCubic"}]}],trackLabel:null},{id:"linetool-group-annotation",title:n.t(null,void 0,o(32064)),sections:[{title:n.t(null,void 0,o(65831)),items:[{name:"LineToolText"},{name:"LineToolTextAbsolute"},{name:"LineToolTextNote"},{name:"LineToolPriceNote"},{name:"LineToolNote"},{name:"LineToolTable"},{name:"LineToolCallout"},{name:"LineToolComment"},{name:"LineToolPriceLabel"},{name:"LineToolSignpost"},{name:"LineToolFlagMark"}].filter(l.isExistent)},{title:n.t(null,void 0,o(93111)),items:[s?{name:"LineToolImage"}:null,null,null].filter(l.isExistent)}],trackLabel:null}];function r(e){return"sections"in e}const c=a.map((function(e){return r(e)?e.sections.map((e=>e.items)).flat():e.items})).flat()},77151:(e,t,o)=>{"use strict";o.d(t,{RegistryProvider:()=>r,registryContextType:()=>c,validateRegistry:()=>a});var n=o(50959),i=o(19036),l=o.n(i);const s=n.createContext({});function a(e,t){l().checkPropTypes(t,e,"context","RegistryContext")}function r(e){const{validation:t,value:o}=e;return a(o,t),n.createElement(s.Provider,{value:o},e.children)}
+function c(){return s}},61380:e=>{e.exports=''},51609:e=>{e.exports=''},22976:e=>{e.exports=''},70616:e=>{e.exports=''},48748:e=>{e.exports=''},18042:e=>{e.exports=''},44986:e=>{
+e.exports=''},83778:e=>{e.exports=''},90624:e=>{
+e.exports=''
+},14665:e=>{e.exports=''},39146:e=>{e.exports=''},48010:e=>{e.exports=''}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.101.d2f212f7ba1b45845d9f.js b/public/charting_library/bundles/el.101.d2f212f7ba1b45845d9f.js
new file mode 100644
index 0000000..6fb3225
--- /dev/null
+++ b/public/charting_library/bundles/el.101.d2f212f7ba1b45845d9f.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[101],{23970:e=>{e.exports={en:["days"]}},35157:e=>{e.exports={en:["hours"]}},18193:e=>{e.exports={en:["months"]}},79930:e=>{e.exports={en:["minutes"]}},7938:e=>{e.exports={en:["weeks"]}},4543:e=>{e.exports={en:["Cancel"],el:["Άκυρο"]}},47742:e=>{e.exports={en:["Close menu"]}},42790:e=>{e.exports={en:["Add"],el:["Προσθήκη"]}},17854:e=>{e.exports={en:["Interval"]}},17889:e=>{e.exports={en:["Interval already exists, please use a different value"]}},23323:e=>{e.exports={en:["Interval value is too big, please try again"]}},19295:e=>{e.exports={en:["Ok"]}},98413:e=>{e.exports={en:["Type"],el:["Τύπος"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.1303.f07c410173ec0b804b22.js b/public/charting_library/bundles/el.1303.f07c410173ec0b804b22.js
new file mode 100644
index 0000000..4cc6147
--- /dev/null
+++ b/public/charting_library/bundles/el.1303.f07c410173ec0b804b22.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1303],{53288:e=>{e.exports={en:["animals & nature"]}},21311:e=>{e.exports={en:["activity"]}},90678:e=>{e.exports={en:["food & drink"]}},6715:e=>{e.exports={en:["flags"]}},98355:e=>{e.exports={en:["objects"]}},43438:e=>{e.exports={en:["smiles & people"]}},40457:e=>{e.exports={en:["symbols"]}},88906:e=>{e.exports={en:["recently used"]}},28562:e=>{e.exports={en:["travel & places"]}},64770:e=>{e.exports={en:["Confirmation"],el:["Επιβεβαίωση"]}},4543:e=>{e.exports={en:["Cancel"],el:["Άκυρο"]}},4461:e=>{e.exports={en:["Add emoji"]}},19295:e=>{e.exports={en:["Ok"]}},38733:e=>{e.exports={en:["No"]}},85888:e=>{e.exports={en:["No results found"]}},64e3:e=>{e.exports={en:["Save"],el:["Αποθήκευση"]}},47550:e=>{e.exports={en:["Remove selected emoji"]}},6321:e=>{e.exports={en:["Rename"]}},55512:e=>{e.exports={en:["Yes"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.1308.d1a986137a3ad4cdfe66.js b/public/charting_library/bundles/el.1308.d1a986137a3ad4cdfe66.js
new file mode 100644
index 0000000..97f4fb5
--- /dev/null
+++ b/public/charting_library/bundles/el.1308.d1a986137a3ad4cdfe66.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1308,6155,5111,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],el:["Συντεταγμένες"]}},24197:e=>{e.exports={en:["Center"]}},27567:e=>{e.exports={en:["Bottom"]}},17129:e=>{e.exports={en:["Bottom labels"],el:["Bottom Labels"]}},79468:e=>{e.exports={en:["Background"],el:["Υπόβαθρο"]}},81356:e=>{e.exports={en:["Grid"],el:["Πλέγμα"]}},72942:e=>{e.exports={en:["Days"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},56796:e=>{e.exports={en:["Hours"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"]}},11626:e=>{e.exports={en:["Left"]}},65e3:e=>{e.exports={en:["Left labels"],el:["Ετικέτες Δεξιά"]}},43154:e=>{e.exports={en:["Months"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"]}},58557:e=>{e.exports={en:["Price levels"],el:["Price Levels"]}},64489:e=>{e.exports={en:["Reverse"]}},50421:e=>{e.exports={en:["Right"]}},28971:e=>{e.exports={en:["Right labels"],el:["Right Labels"]}},835:e=>{e.exports={en:["Weeks"]}},97118:e=>{e.exports={en:["Top"]}},74939:e=>{e.exports={en:["Top labels"],el:["Ετικέτες Πάνω"]}},70320:e=>{e.exports={en:["Text"],el:["Κείμενο"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},24821:e=>{e.exports={en:["Ticks"]}},58476:e=>{e.exports={en:["Time levels"]}},28683:e=>{e.exports={en:["Use one color"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},59577:e=>{e.exports={en:["change {title} all lines color"]}},62130:e=>{e.exports={en:["change {title} bottom labels visibility"]}},13783:e=>{e.exports={en:["change {title} background transparency"]}},30839:e=>{e.exports={en:["change {title} background visibility"]}},20664:e=>{e.exports={en:["change {title} grid visibility"]}},36467:e=>{e.exports={en:["change {title} grid line color"]}},54244:e=>{e.exports={en:["change {title} grid line style"]}},30127:e=>{e.exports={en:["change {title} grid line width"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"]}},664:e=>{e.exports={en:["change {title} level {index} line color"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"]}},63021:e=>{e.exports={en:["change {title} left labels visibility"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},50762:e=>{e.exports={en:["change {title} reverse"]}},8390:e=>{e.exports={
+en:["change {title} right labels visibility"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},81301:e=>{e.exports={en:["change {title} top labels visibility"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},77114:e=>{e.exports={en:["erase level line"]}},2359:e=>{e.exports={en:["hours"],el:["Hours"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"],el:["Months"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"],el:["Minutes"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.1341.1068954aa326300ef390.js b/public/charting_library/bundles/el.1341.1068954aa326300ef390.js
new file mode 100644
index 0000000..bad9bd9
--- /dev/null
+++ b/public/charting_library/bundles/el.1341.1068954aa326300ef390.js
@@ -0,0 +1,4 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1341,6155,4821],{13616:e=>{e.exports={en:["#{count} (bar)"]}},80166:e=>{e.exports={en:["#{count} (price, bar)"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"]}},23111:e=>{e.exports={en:["Color bars based on previous close"]}},78930:e=>{e.exports={en:["Coordinates"],el:["Συντεταγμένες"]}},24197:e=>{e.exports={en:["Center"]}},84831:e=>{e.exports={en:["Close line"]}},93020:e=>{e.exports={en:["Adjust data for dividends"]}},68921:e=>{e.exports={en:["Adjust for contract changes"]}},27567:e=>{e.exports={en:["Bottom"]}},3159:e=>{e.exports={en:["Bottom line"],el:["Bottom Line"]}},74406:e=>{e.exports={en:["Body"]}},333:e=>{e.exports={en:["Borders"],el:["Περιθώρια"]}},42398:e=>{e.exports={en:["Base"]}},28975:e=>{e.exports={en:["Base level"],el:["Base Level"]}},71776:e=>{e.exports={en:["Down"]}},17611:e=>{e.exports={en:["Down bars"]}},23743:e=>{e.exports={en:["Down color"]}},48225:e=>{e.exports={en:["Data modification"]}},72942:e=>{e.exports={en:["Days"]}},16564:e=>{e.exports={en:["Default"],el:["Προεπιλογή"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},89212:e=>{e.exports={en:["Display inactivity gaps on intraday"]}},59777:e=>{e.exports={en:["Electronic trading hours background"]}},819:e=>{e.exports={en:["Extend lines"],el:["Extend Lines"]}},41129:e=>{e.exports={en:["Fill"]}},61112:e=>{e.exports={en:["Fill top area"],el:["Fill Top Area"]}},73185:e=>{e.exports={en:["Fill bottom area"],el:["Fill Bottom Area"]}},56796:e=>{e.exports={en:["Hours"]}},95406:e=>{e.exports={en:["Horizontal"]}},56359:e=>{e.exports={en:["High line"]}},47326:e=>{e.exports={en:["Integer"]}},21429:e=>{e.exports={en:["Inputs"]}},64075:e=>{e.exports={en:["Override min tick"],el:["Override Min Tick"]}},34579:e=>{e.exports={en:["Low line"]}},11626:e=>{e.exports={en:["Left"]}},43154:e=>{e.exports={en:["Months"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"]}},13350:e=>{e.exports={en:["Pearson's R"]}},88327:e=>{e.exports={en:["Pre/post market hours background"]}},59766:e=>{e.exports={en:["Precision"],el:["Ακρίβεια"]}},84684:e=>{e.exports={en:["Price source"]}},73466:e=>{e.exports={en:["Projection up bars"]}},77430:e=>{e.exports={en:["Projection candles"]}},88367:e=>{e.exports={en:["Projection down bars"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"]}},50421:e=>{e.exports={en:["Right"]}},835:e=>{e.exports={en:["Weeks"]}},32163:e=>{e.exports={en:["Wick"]}},97118:e=>{e.exports={en:["Top"]}},89349:e=>{e.exports={en:["Top line"],el:["Top Line"]}},70320:e=>{e.exports={en:["Text"],el:["Κείμενο"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},20215:e=>{e.exports={en:["Thin bars"],el:["Thin Bars"]}},24821:e=>{e.exports={en:["Ticks"]}},77073:e=>{e.exports={en:["Timezone"]}},22691:e=>{e.exports={en:["Up"]}},23091:e=>{e.exports={en:["Up color"]}},36957:e=>{
+e.exports={en:["Up bars"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"]}},69526:e=>{e.exports={en:["Vertical"]}},21105:e=>{e.exports={en:["candle"]}},27068:e=>{e.exports={en:["change HLC bars"]}},21201:e=>{e.exports={en:["change HLC bars color"]}},86866:e=>{e.exports={en:["change area fill color"]}},89346:e=>{e.exports={en:["change area line width"]}},29605:e=>{e.exports={en:["change area line color"]}},4640:e=>{e.exports={en:["change area price source"]}},42190:e=>{e.exports={en:["change base level"]}},71785:e=>{e.exports={en:["change baseline bottom line color"]}},56175:e=>{e.exports={en:["change baseline bottom line width"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"]}},92873:e=>{e.exports={en:["change baseline fill top area color"]}},68609:e=>{e.exports={en:["change baseline price source"]}},69044:e=>{e.exports={en:["change baseline top line color"]}},68197:e=>{e.exports={en:["change baseline top line width"]}},33464:e=>{e.exports={en:["change bar up color"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},59622:e=>{e.exports={en:["change bar down color"]}},43090:e=>{e.exports={en:["change color bars based on previous close"]}},88324:e=>{e.exports={en:["change column up color"]}},93890:e=>{e.exports={en:["change column down color"]}},4727:e=>{e.exports={en:["change column price source"]}},82063:e=>{e.exports={en:["change decimal places"]}},44223:e=>{e.exports={en:["change extended hours color"]}},47393:e=>{e.exports={en:["change electronic trading hours"]}},6026:e=>{e.exports={en:["change high-low body color"]}},73021:e=>{e.exports={en:["change high-low body visibility"]}},46844:e=>{e.exports={en:["change high-low border color"]}},15801:e=>{e.exports={en:["change high-low borders visibility"]}},72399:e=>{e.exports={en:["change high-low labels visibility"]}},56961:e=>{e.exports={en:["change high-low labels color"]}},88640:e=>{e.exports={en:["change line color"]}},41837:e=>{e.exports={en:["change line price source"]}},48339:e=>{e.exports={en:["change line width"]}},38730:e=>{e.exports={en:["change post market color"]}},44371:e=>{e.exports={en:["change pre market color"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},16241:e=>{e.exports={en:["change range bars style"]}},65821:e=>{e.exports={en:["change range thin bars"]}},75487:e=>{e.exports={en:["change renko wick down color"]}},92277:e=>{e.exports={en:["change renko wick up color"]}},79604:e=>{e.exports={en:["change renko wick visibility"]}},91109:e=>{e.exports={en:["change study overlay min tick"]}},82924:e=>{e.exports={en:["change study overlay style"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"]}},60834:e=>{e.exports={en:["change thin bars"]}},78509:e=>{e.exports={en:["change {title} base line color"]}},27864:e=>{e.exports={en:["change {title} base line style"]}},96177:e=>{e.exports={en:["change {title} base line visibility"]}},17926:e=>{e.exports={en:["change {title} base line width"]}},41638:e=>{e.exports={
+en:["change {title} down line color"]}},51842:e=>{e.exports={en:["change {title} down line style"]}},46410:e=>{e.exports={en:["change {title} down line visibility"]}},64615:e=>{e.exports={en:["change {title} down line width"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},76295:e=>{e.exports={en:["change {title} extend lines"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},6207:e=>{e.exports={en:["change {title} show pearson's r"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},42553:e=>{e.exports={en:["change {title} up line visibility"]}},63824:e=>{e.exports={en:["change {title} up line width"]}},89178:e=>{e.exports={en:["change {title} up line color"]}},51188:e=>{e.exports={en:["change {title} up line style"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},17214:e=>{e.exports={en:["change {candleType} up border color"]}},36697:e=>{e.exports={en:["change {candleType} up color"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"]}},20291:e=>{e.exports={en:["change {candleType} down border color"]}},64571:e=>{e.exports={en:["change {candleType} down color"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"]}},5012:e=>{e.exports={en:["change {chartType} down color"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"]}},6970:e=>{e.exports={en:["change {chartType} up color"]}},66110:e=>{e.exports={en:["change {inputName} property"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},18077:e=>{e.exports={en:["adjust data for dividends"]}},1433:e=>{e.exports={
+en:["adjust for contract changes"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},2359:e=>{e.exports={en:["hours"],el:["Hours"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},92598:e=>{e.exports={en:["hollow candles"],el:["Hollow Candles"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"],el:["Months"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"],el:["Minutes"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},57243:e=>{e.exports={en:["range","ranges"]}},70282:e=>{e.exports={en:["renko"],el:["Renko"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},28871:e=>{e.exports={en:["toggle intraday inactivity gaps"]}},3539:e=>{e.exports={en:["ticks"]}},92978:e=>{e.exports={en:["use settlement as close on daily interval"]}},59644:e=>{e.exports={en:["{value} decimal","{value} decimals"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.1427.8971bd84437c851f01a9.js b/public/charting_library/bundles/el.1427.8971bd84437c851f01a9.js
new file mode 100644
index 0000000..5162b5b
--- /dev/null
+++ b/public/charting_library/bundles/el.1427.8971bd84437c851f01a9.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1427,2787,6760,6155,7850,7122,5111,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],el:["Συντεταγμένες"]}},24197:e=>{e.exports={en:["Center"]}},6060:e=>{e.exports={en:["Add text"]}},27567:e=>{e.exports={en:["Bottom"]}},79468:e=>{e.exports={en:["Background"],el:["Υπόβαθρο"]}},72942:e=>{e.exports={en:["Days"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},61856:e=>{e.exports={en:["Extend left line"]}},87430:e=>{e.exports={en:["Extend right line"]}},95279:e=>{e.exports={en:["Full circles"],el:["Full Circles"]}},56796:e=>{e.exports={en:["Hours"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"]}},79650:e=>{e.exports={en:["Levels"]}},11626:e=>{e.exports={en:["Left"]}},43154:e=>{e.exports={en:["Months"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"]}},50421:e=>{e.exports={en:["Right"]}},835:e=>{e.exports={en:["Weeks"]}},97118:e=>{e.exports={en:["Top"]}},70320:e=>{e.exports={en:["Text"],el:["Κείμενο"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},24821:e=>{e.exports={en:["Ticks"]}},51574:e=>{e.exports={en:["Trend line"]}},28683:e=>{e.exports={en:["Use one color"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},59577:e=>{e.exports={en:["change {title} all lines color"]}},13783:e=>{e.exports={en:["change {title} background transparency"]}},30839:e=>{e.exports={en:["change {title} background visibility"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},30484:e=>{e.exports={en:["change {title} full circles visibility"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"]}},664:e=>{e.exports={en:["change {title} level {index} line color"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"]}},54517:e=>{e.exports={en:["change {title} levels visibility"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},57122:e=>{e.exports={en:["change {title} text"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={
+en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"]}},19541:e=>{e.exports={en:["change {toolName} line width"]}},24059:e=>{e.exports={en:["change {toolName} line color"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"]}},21474:e=>{e.exports={en:["change {toolName} line left end"]}},54827:e=>{e.exports={en:["change {toolName} line right end"]}},66429:e=>{e.exports={en:["change {toolName} line style"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},77114:e=>{e.exports={en:["erase level line"]}},2359:e=>{e.exports={en:["hours"],el:["Hours"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"],el:["Months"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"],el:["Minutes"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.1432.d43e80e1d49b8e361fa5.js b/public/charting_library/bundles/el.1432.d43e80e1d49b8e361fa5.js
new file mode 100644
index 0000000..42b752e
--- /dev/null
+++ b/public/charting_library/bundles/el.1432.d43e80e1d49b8e361fa5.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1432,2787,6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],el:["Συντεταγμένες"]}},24197:e=>{e.exports={en:["Center"]}},27567:e=>{e.exports={en:["Bottom"]}},79468:e=>{e.exports={en:["Background"],el:["Υπόβαθρο"]}},72942:e=>{e.exports={en:["Days"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},61856:e=>{e.exports={en:["Extend left line"]}},87430:e=>{e.exports={en:["Extend right line"]}},56796:e=>{e.exports={en:["Hours"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"]}},11626:e=>{e.exports={en:["Left"]}},43154:e=>{e.exports={en:["Months"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"]}},50421:e=>{e.exports={en:["Right"]}},835:e=>{e.exports={en:["Weeks"]}},97118:e=>{e.exports={en:["Top"]}},70320:e=>{e.exports={en:["Text"],el:["Κείμενο"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},30839:e=>{e.exports={en:["change {title} background visibility"]}},49765:e=>{e.exports={en:["change {title} background color"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"]}},19541:e=>{e.exports={en:["change {toolName} line width"]}},24059:e=>{e.exports={en:["change {toolName} line color"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"]}},21474:e=>{e.exports={en:["change {toolName} line left end"]}},54827:e=>{e.exports={en:["change {toolName} line right end"]}},66429:e=>{e.exports={
+en:["change {toolName} line style"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},2359:e=>{e.exports={en:["hours"],el:["Hours"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"],el:["Months"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"],el:["Minutes"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.1629.7afd8c16ef79eab8b22e.js b/public/charting_library/bundles/el.1629.7afd8c16ef79eab8b22e.js
new file mode 100644
index 0000000..8d92dd4
--- /dev/null
+++ b/public/charting_library/bundles/el.1629.7afd8c16ef79eab8b22e.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1629],{80473:e=>{e.exports={en:["Add column to right"]}},61702:e=>{e.exports={en:["Add row below"]}},33500:e=>{e.exports={en:["Remove column"]}},85069:e=>{e.exports={en:["Remove row"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.1715.48491249cfe3a1a8a335.js b/public/charting_library/bundles/el.1715.48491249cfe3a1a8a335.js
new file mode 100644
index 0000000..cc890f6
--- /dev/null
+++ b/public/charting_library/bundles/el.1715.48491249cfe3a1a8a335.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1715],{79355:e=>{e.exports={en:["Save template as"]}},41018:e=>{e.exports={en:["Template '{themeName}' already exists. Do you really want to replace it?"]}},59233:e=>{e.exports={en:["Template name"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.2134.fb8463bf93e547b8a24f.js b/public/charting_library/bundles/el.2134.fb8463bf93e547b8a24f.js
new file mode 100644
index 0000000..566d15d
--- /dev/null
+++ b/public/charting_library/bundles/el.2134.fb8463bf93e547b8a24f.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2134,4109],{14143:e=>{e.exports={en:["currency"]}},53288:e=>{e.exports={en:["animals & nature"]}},21311:e=>{e.exports={en:["activity"]}},74245:e=>{e.exports={en:["arrows"]}},51853:e=>{e.exports={en:["gestures & smileys"]}},90678:e=>{e.exports={en:["food & drink"]}},6715:e=>{e.exports={en:["flags"]}},98355:e=>{e.exports={en:["objects"]}},10522:e=>{e.exports={en:["nature"]}},43438:e=>{e.exports={en:["smiles & people"]}},40457:e=>{e.exports={en:["symbols"]}},33282:e=>{e.exports={en:["symbols & flags"]}},88906:e=>{e.exports={en:["recently used"]}},28562:e=>{e.exports={en:["travel & places"]}},93111:e=>{e.exports={en:["Content"]}},59934:e=>{e.exports={en:["Channels"]}},81578:e=>{e.exports={en:["Cursors"]}},77915:e=>{e.exports={en:["Cycles"]}},32064:e=>{e.exports={en:["Annotation tools"],el:["Annotation Tools"]}},69207:e=>{e.exports={en:["Add to favorites"],el:["Προσθήκη στα αγαπημένα"]}},19147:e=>{e.exports={en:["Arrows"]}},65695:e=>{e.exports={en:["Brushes"]}},51494:e=>{e.exports={en:["Gann"]}},2654:e=>{e.exports={en:["Gann and Fibonacci tools"],el:["Gann and Fibonacci Tools"]}},22145:e=>{e.exports={en:["Geometric shapes"],el:["Geometric Shapes"]}},57157:e=>{e.exports={en:["Dot"]}},14939:e=>{e.exports={en:["Demonstration"]}},16290:e=>{e.exports={en:["Emojis"]}},44255:e=>{e.exports={en:["Elliott waves"]}},8727:e=>{e.exports={en:["Eraser"]}},1410:e=>{e.exports={en:["Forecasting and measurement tools"],el:["Prediction and Measurement Tools"]}},26578:e=>{e.exports={en:["Fibonacci"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"]}},99838:e=>{e.exports={en:["Hide Drawings Toolbar"]}},95343:e=>{e.exports={en:["Hide options"]}},73829:e=>{e.exports={en:["Icons"]}},79451:e=>{e.exports={en:["Lock all drawings"],el:["Κλείδωμα Εργαλείων Σχεδίασης"]}},35553:e=>{e.exports={en:["Magic"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"]}},41964:e=>{e.exports={en:["Magnets"]}},91563:e=>{e.exports={en:["Measure"]}},97050:e=>{e.exports={en:["Measurer"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"]}},65781:e=>{e.exports={en:["Shapes"]}},32579:e=>{e.exports={en:["Show Drawings Toolbar"]}},51465:e=>{e.exports={en:["Show Favorite Drawing Tools Toolbar"]}},3154:e=>{e.exports={en:["Show Hidden Tools"]}},85786:e=>{e.exports={en:["Show Object Tree"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],el:["Παραμονή στη Λειτουργία Σχεδίασης"]}},50428:e=>{e.exports={en:["Stickers"]}},94593:e=>{e.exports={en:["Strong Magnet"]}},46417:e=>{e.exports={en:["Patterns"]}},36167:e=>{e.exports={en:["Pitchforks"]}},57118:e=>{e.exports={en:["Remove Drawings"]}},25852:e=>{e.exports={en:["Remove objects"]}},2671:e=>{e.exports={en:["Remove options"]}},96374:e=>{e.exports={en:["Remove drawings"]}},53981:e=>{e.exports={en:["Remove drawings & indicators"]}},85106:e=>{e.exports={en:["Remove from favorites"],el:["Διαγραφή απο τα αγαπημένα"]}},
+99984:e=>{e.exports={en:["Remove indicators"],el:["Remove Indicators"]}},47550:e=>{e.exports={en:["Remove selected emoji"]}},3519:e=>{e.exports={en:["Weak Magnet"]}},65831:e=>{e.exports={en:["Text & Notes"]}},48773:e=>{e.exports={en:["Trend line tools"],el:["Trend Line Tools"]}},69260:e=>{e.exports={en:["Volume-based"]}},55774:e=>{e.exports={en:["Zoom In"],el:["Μεγέθυνση"]}},37310:e=>{e.exports={en:["Zoom Out"],el:["Σμίκρυνση"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.2199.5cc70080a81e97402902.js b/public/charting_library/bundles/el.2199.5cc70080a81e97402902.js
new file mode 100644
index 0000000..0fa3362
--- /dev/null
+++ b/public/charting_library/bundles/el.2199.5cc70080a81e97402902.js
@@ -0,0 +1,4 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2199],{48473:e=>{e.exports={en:["Real-time data for {symbolName}"]}},84455:e=>{e.exports={en:["is provided by {exchange} exchange."]}},97349:e=>{e.exports={en:["Fr"]}},30961:e=>{e.exports={en:["Mo"]}},94748:e=>{e.exports={en:["Sa"]}},75005:e=>{e.exports={en:["Su"]}},92578:e=>{e.exports={en:["We"]}},8765:e=>{e.exports={en:["Th"]}},9135:e=>{e.exports={en:["Tu"]}},43206:e=>{e.exports={en:["Could not get Pine source code."]}},65495:e=>{e.exports={en:["Collapse pane"]}},40225:e=>{e.exports={en:["Continuous futures contracts"]}},60657:e=>{e.exports={en:["Contract expired"]}},58796:e=>{e.exports={en:["Cboe One"]}},63245:e=>{e.exports={en:["Change symbol"]}},45639:e=>{e.exports={en:["Chart values"]}},28214:e=>{e.exports={en:["Create a free account"]}},39301:e=>{e.exports={en:["All good things must come to an end - this contract has reached expiry!"]}},29938:e=>{e.exports={en:["All's well — market is open."]}},28896:e=>{e.exports={en:["April"]}},11081:e=>{e.exports={en:["August"]}},10842:e=>{e.exports={en:["Bar change values"],el:["Bar Change Values"]}},70032:e=>{e.exports={en:["Buy real-time data"]}},99452:e=>{e.exports={en:["Go to editor"]}},13930:e=>{e.exports={en:["Double click"]}},78992:e=>{e.exports={en:["Data error"]}},32925:e=>{e.exports={en:["Data is updated once a day."]}},33039:e=>{e.exports={en:["Data is updated once per second, even if there are more updates on the market."]}},43348:e=>{e.exports={en:["Data is delayed"]}},38368:e=>{e.exports={en:["Data on our Basic plan is updated once per second, even if there are more updates on the market."]}},90082:e=>{e.exports={en:["December"]}},19679:e=>{e.exports={en:["Defaulted bond"]}},66260:e=>{e.exports={en:["Delete pane"]}},54602:e=>{e.exports={en:["Delisted"]}},31683:e=>{e.exports={en:["Delisted alert"]}},50035:e=>{e.exports={en:["Derived Data"]}},5805:e=>{e.exports={en:["End of day data"]}},57335:e=>{e.exports={en:["Error"]}},23302:e=>{e.exports={en:["Evening. Market is open for post-market trading."]}},43383:e=>{e.exports={en:["Exchange disclaimer"]}},63538:e=>{e.exports={en:["Exchange timezone"]}},81069:e=>{e.exports={en:["February"]}},5447:e=>{e.exports={en:["Fill out Exchange Agreements"]}},44454:e=>{e.exports={en:["Flag Symbol"]}},22928:e=>{e.exports={en:["Fri"]}},3570:e=>{e.exports={en:["Friday"]}},59269:e=>{e.exports={en:["From our family to yours, wishing you a merry festive season."]}},14181:e=>{e.exports={en:["HKEX and/or any subsidiaries endeavour to ensure the accuracy and reliability of the information provided but do not guarantee its accuracy or reliability and accept no liability (whether in tort or contract or otherwise) for any loss or damage arising from any inaccuracies or omissions."]}},87845:e=>{e.exports={en:["Holiday"]}},75119:e=>{e.exports={en:["Halal symbol"]}},34987:e=>{e.exports={en:["Happy holidays, traders"]}},44036:e=>{e.exports={en:["Indicator arguments"],el:["Indicator Arguments"]}},10319:e=>{e.exports={en:["Indicator error"]}},7511:e=>{e.exports={
+en:["Indicator titles"],el:["Indicator Titles"]}},51353:e=>{e.exports={en:["Indicator values"],el:["Indicator Values"]}},48758:e=>{e.exports={en:["Indicators update"]}},95400:e=>{e.exports={en:["If you'd like {listedExchange} real-time data you'll need to complete an Exchange Agreement. Don't worry, it only takes a few clicks"]}},43094:e=>{e.exports={en:["It'll close in {remainingTime}."]}},81509:e=>{e.exports={en:["It'll go to post-market trading in {remainingTime}."]}},58470:e=>{e.exports={en:["It'll open for pre-market trading in {remainingTime}."]}},99822:e=>{e.exports={en:["It'll open in {remainingTime}."]}},66595:e=>{e.exports={en:["It’ll open fully in {remainingTime}."]}},200:e=>{e.exports={en:["January"]}},6608:e=>{e.exports={en:["July"]}},61487:e=>{e.exports={en:["June"]}},91006:e=>{e.exports={en:["One update per second"]}},79744:e=>{e.exports={en:["Oops. Something has gone wrong with one or more of your indicators. Please expand the indicator list for more details."]}},64730:e=>{e.exports={en:["Oops. Something has gone wrong with one or more of your indicators. Resize the panes to see the details."]}},84937:e=>{e.exports={en:["Obligation not paid. Issuer payments are over a month late, this is due to coupon or principal debt."]}},37997:e=>{e.exports={en:["October"]}},25765:e=>{e.exports={en:["Open market status"]}},72723:e=>{e.exports={en:["Opened in detached editor"]}},39664:e=>{e.exports={en:["Opened in editor"]}},72423:e=>{e.exports={en:["Last day change values"]}},1356:e=>{e.exports={en:["Let it snow"]}},27741:e=>{e.exports={en:["Learn more"]}},12948:e=>{e.exports={en:["Move pane down"]}},7310:e=>{e.exports={en:["Move pane up"]}},37150:e=>{e.exports={en:["Mon"]}},19573:e=>{e.exports={en:["Monday"]}},37117:e=>{e.exports={en:["More"]}},65420:e=>{e.exports={en:["Morning. Market is open for pre-market trading."]}},61206:e=>{e.exports={en:["Maximize chart"]}},90165:e=>{e.exports={en:["Maximize pane"]}},25734:e=>{e.exports={en:["May"],el:["Μαι"]}},75018:e=>{e.exports={en:["Manage panes"]}},93878:e=>{e.exports={en:["March"]}},41410:e=>{e.exports={en:["Market open"]}},62464:e=>{e.exports={en:["Market closed"]}},41392:e=>{e.exports={en:["Market is currently on holiday. Lucky them."]}},4607:e=>{e.exports={en:["November"]}},87142:e=>{e.exports={en:["Source code"]}},32273:e=>{e.exports={en:["Sat"]}},30348:e=>{e.exports={en:["Saturday"]}},90761:e=>{e.exports={en:["Scroll to the left"]}},83040:e=>{e.exports={en:["Scroll to the most recent bar"]}},25131:e=>{e.exports={en:["Scroll to the right"]}},32179:e=>{e.exports={en:["September"]}},85786:e=>{e.exports={en:["Show Object Tree"]}},74759:e=>{e.exports={en:["Show interval settings"]}},86158:e=>{e.exports={en:["Study Error"]}},96341:e=>{e.exports={en:["Stop the snow"]}},77493:e=>{e.exports={en:["Sun"]}},61480:e=>{e.exports={en:["Sunday"]}},23079:e=>{e.exports={en:["Symbol price source"]}},14771:e=>{e.exports={en:["Symbol title"]}},71847:e=>{e.exports={
+en:["Synthetic instruments combining individual contracts. The 1! contract represents the front-month (nearest expiration) while the 2! represents the second nearest expiration."]}},44138:e=>{e.exports={en:["Synthetic symbol"]}},73897:e=>{e.exports={en:["Post-market"]}},85996:e=>{e.exports={en:["Paid plans feature faster data updates."]}},36018:e=>{e.exports={en:["Pre-market"]}},94972:e=>{e.exports={en:["Primary listing"]}},20987:e=>{e.exports={en:["Real-time data for this symbol is not supported right now. We may support it in the future."]}},31539:e=>{e.exports={en:["Real-time data for {symbolName} is provided by {exchange} exchange."]}},31142:e=>{e.exports={en:["Restore chart"]}},12486:e=>{e.exports={en:["Restore pane"]}},11532:e=>{e.exports={en:["Wed"]}},94226:e=>{e.exports={en:["Wednesday"]}},7281:e=>{e.exports={en:["To get real-time data for {description}, please buy the real-time data package."]}},71388:e=>{e.exports={en:["Thu"]}},79137:e=>{e.exports={en:["Thursday"]}},95246:e=>{e.exports={en:["The main, or first, stock exchange where a company's stock is listed and traded."]}},25608:e=>{e.exports={en:["The source code of this script version is open in the Pine Editor."]}},33161:e=>{e.exports={en:["The source code of this script version is open in the detached Pine Editor."]}},24669:e=>{e.exports={en:["This data is real-time, but it may be slightly different to its official counterpart coming from primary exchanges."]}},52668:e=>{e.exports={en:["This data is real-time, but it may be slightly different to its official counterpart coming from {exchange}."]}},84484:e=>{e.exports={en:['This is a shariah-compliant bond, often referred to as a "sukuk," meaning that it complies with Islamic law that prohibits interest. Unlike conventional bonds, which involve paying interest, sukuk represent ownership in an underlying asset or project and investors earn returns based on profit-sharing or rental income.']}},67607:e=>{e.exports={en:["This is a shariah-compliant stock, meaning that it follows Islamic law. This company does not charge or receive interest, and does not engage with certain sectors (gambling, alcohol, tobacco, pork products)."]}},83556:e=>{e.exports={en:["This is no longer publicly trading so no new data will be added. But you can explore the historicals here."]}},44492:e=>{e.exports={en:["This real-time data is provided by {originalExchange} exchange. It may be slightly different from the official data directly from {exchange}. If this difference is crucial for you, you'll need to purchase real-time data from the primary exchange, which we can help with."]}},19481:e=>{e.exports={en:["This refers to financial indicators which are created by combining and/or processing raw data supplied from various sources."]}},53272:e=>{e.exports={en:["This symbol doesn't exist, please pick another one."]}},90589:e=>{e.exports={en:["This symbol is calculated by TradingView using the rate from other exchanges."]}},52176:e=>{e.exports={en:["Time for a walk — this market is closed."]}},11916:e=>{e.exports={en:["Tue"]}},
+82160:e=>{e.exports={en:["Tuesday"]}},13865:e=>{e.exports={en:["Unflag Symbol"]}},37644:e=>{e.exports={en:["Volume"],el:["Όγκος"]}},58744:e=>{e.exports={en:["You need to update one or more of your indicators. Check the indicator list for details."]}},92663:e=>{e.exports={en:["You need to update one or more of your indicators. Resize the panes or the window to see the details."]}},97038:e=>{e.exports={en:["Zoom in"],el:["Μεγέθυνση"]}},88710:e=>{e.exports={en:["Zoom out"],el:["Σμίκρυνση"]}},96227:e=>{e.exports={en:["change open market status visibility"]}},27426:e=>{e.exports={en:["change bar change visibility"]}},79637:e=>{e.exports={en:["change chart values visibility"]}},63050:e=>{e.exports={en:["change indicator titles visibility"]}},49583:e=>{e.exports={en:["change indicator values visibility"]}},78310:e=>{e.exports={en:["change indicator arguments visibility"]}},66307:e=>{e.exports={en:["change last day change visibility"]}},88167:e=>{e.exports={en:["change symbol description visibility"]}},12050:e=>{e.exports={en:["change symbol field visibility"]}},96201:e=>{e.exports={en:["change volume values visibility"]}},59938:e=>{e.exports={en:["less than 1 minute"]}},51382:e=>{e.exports={en:["show {title}"]}},51320:e=>{e.exports={en:["{days} and {hours}"]}},55154:e=>{e.exports={en:["{exchange} by {originalExchange}"]}},90549:e=>{e.exports={en:["{hours} and {minutes}"]}},51211:e=>{e.exports={en:["{listedExchange} real-time data is available for free to registered users."]}},51931:e=>{e.exports={en:["Data is updated once every {amount} second, even if there are more updates on the market.","Data is updated once every {amount} seconds, even if there are more updates on the market."]}},83978:e=>{e.exports={en:["Data on our Basic plan is updated once every {amount} second, even if there are more updates on the market.","Data on our Basic plan is updated once every {amount} seconds, even if there are more updates on the market."]}},46960:e=>{e.exports={en:["Hide indicator legend","Hide indicators legend"]}},36050:e=>{e.exports={en:["One update every {amount} second","One update every {amount} seconds"]}},36553:e=>{e.exports={en:["Show indicator legend","Show indicators legend"]}},62218:e=>{e.exports={en:["{number} day","{number} days"]}},65463:e=>{e.exports={en:["{number} hour","{number} hours"]}},21730:e=>{e.exports={en:["{number} hour","{number} hours"]}},82796:e=>{e.exports={en:["{number} minute","{number} minutes"]}},32547:e=>{e.exports={en:["{number} minute","{number} minutes"]}},81227:e=>{e.exports={en:["{symbolName} data is delayed by {time} minute because of exchange requirements.","{symbolName} data is delayed by {time} minutes because of exchange requirements."]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.2303.a9546f2924221b57a144.js b/public/charting_library/bundles/el.2303.a9546f2924221b57a144.js
new file mode 100644
index 0000000..a812cbf
--- /dev/null
+++ b/public/charting_library/bundles/el.2303.a9546f2924221b57a144.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2303,6155,3367,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],el:["Συντεταγμένες"]}},24197:e=>{e.exports={en:["Center"]}},6060:e=>{e.exports={en:["Add text"]}},27567:e=>{e.exports={en:["Bottom"]}},38408:e=>{e.exports={en:["Border"]}},79468:e=>{e.exports={en:["Background"],el:["Υπόβαθρο"]}},72942:e=>{e.exports={en:["Days"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},56796:e=>{e.exports={en:["Hours"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"]}},11626:e=>{e.exports={en:["Left"]}},43154:e=>{e.exports={en:["Months"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"]}},50421:e=>{e.exports={en:["Right"]}},835:e=>{e.exports={en:["Weeks"]}},97118:e=>{e.exports={en:["Top"]}},70320:e=>{e.exports={en:["Text"],el:["Κείμενο"]}},7560:e=>{e.exports={en:["Text wrap"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},57122:e=>{e.exports={en:["change {title} text"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"]}},66668:e=>{e.exports={en:["change {toolName} text"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"]}},22231:e=>{e.exports={en:["change {toolName} text background color"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"]}},36666:e=>{
+e.exports={en:["change {toolName} text border color"]}},35423:e=>{e.exports={en:["change {toolName} text border width"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"]}},64500:e=>{e.exports={en:["change {toolName} text color"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"]}},21781:e=>{e.exports={en:["change {toolName} text font size"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},2359:e=>{e.exports={en:["hours"],el:["Hours"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"],el:["Months"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"],el:["Minutes"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.2342.4e495e3da576be4868f7.js b/public/charting_library/bundles/el.2342.4e495e3da576be4868f7.js
new file mode 100644
index 0000000..250c348
--- /dev/null
+++ b/public/charting_library/bundles/el.2342.4e495e3da576be4868f7.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2342],{64489:e=>{e.exports={en:["Reverse"]}},66643:e=>{e.exports={en:["reverse {tool}"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.2464.fc7f44a5c8b3791719aa.js b/public/charting_library/bundles/el.2464.fc7f44a5c8b3791719aa.js
new file mode 100644
index 0000000..91c0c4b
--- /dev/null
+++ b/public/charting_library/bundles/el.2464.fc7f44a5c8b3791719aa.js
@@ -0,0 +1,42 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2464],{53310:e=>{e.exports={en:["Re"]}},85119:e=>{e.exports={en:["Dark"]}},96870:e=>{e.exports={en:["Light"]}},85886:e=>{e.exports={en:["d"]}},44634:e=>{e.exports={en:["h"],el:["ω"]}},5977:e=>{e.exports={en:["m"]}},21492:e=>{e.exports={en:["s"]}},97559:e=>{e.exports={en:["{title} copy"]}},38691:e=>{e.exports={en:["D"]}},77995:e=>{e.exports={en:["M"]}},93934:e=>{e.exports={en:["R"]}},82901:e=>{e.exports={en:["T"]}},7408:e=>{e.exports={en:["W"]}},38048:e=>{e.exports={en:["h"]}},68430:e=>{e.exports={en:["m"]}},68823:e=>{e.exports={en:["s"]}},2696:e=>{e.exports={en:["C"]}},43253:e=>{e.exports={en:["H"]}},61372:e=>{e.exports={en:["HL2"]}},55096:e=>{e.exports={en:["HLC3"]}},94174:e=>{e.exports={en:["OHLC4"]}},89923:e=>{e.exports={en:["L"]}},46728:e=>{e.exports={en:["O"]}},32856:e=>{e.exports=Object.create(null),e.exports["%D_input"]={en:["%D"]},e.exports["%K_input"]={en:["%K"]},e.exports["%R_input"]={en:["%R"]},e.exports["+DI_input"]={en:["+DI"]},e.exports["-0.236 Level Color_input"]={en:["-0.236 Level Color"]},e.exports["-0.382 Level Color_input"]={en:["-0.382 Level Color"]},e.exports["-0.618 Level Color_input"]={en:["-0.618 Level Color"]},e.exports["-0.65 Level Color_input"]={en:["-0.65 Level Color"]},e.exports["-DI_input"]={en:["-DI"]},e.exports["0 Level Color_input"]={en:["0 Level Color"]},e.exports["0.236 Level Color_input"]={en:["0.236 Level Color"]},e.exports["0.382 Level Color_input"]={en:["0.382 Level Color"]},e.exports["0.5 Level Color_input"]={en:["0.5 Level Color"]},e.exports["0.618 Level Color_input"]={en:["0.618 Level Color"]},e.exports["0.65 Level Color_input"]={en:["0.65 Level Color"]},e.exports["0.786 Level Color_input"]={en:["0.786 Level Color"]},e.exports["1 Level Color_input"]={en:["1 Level Color"]},e.exports["1.272 Level Color_input"]={en:["1.272 Level Color"]},e.exports["1.414 Level Color_input"]={en:["1.414 Level Color"]},e.exports["1.618 Level Color_input"]={en:["1.618 Level Color"]},e.exports["1.65 Level Color_input"]={en:["1.65 Level Color"]},e.exports["1st Period_input"]={en:["1st Period"]},e.exports["2.618 Level Color_input"]={en:["2.618 Level Color"]},e.exports["2.65 Level Color_input"]={en:["2.65 Level Color"]},e.exports["2nd Period_input"]={en:["2nd Period"]},e.exports["3.618 Level Color_input"]={en:["3.618 Level Color"]},e.exports["3.65 Level Color_input"]={en:["3.65 Level Color"]},e.exports["3rd Period_input"]={en:["3rd Period"]},e.exports["4.236 Level Color_input"]={en:["4.236 Level Color"]},e.exports["4th Period_input"]={en:["4th Period"]},e.exports["5th Period_input"]={en:["5th Period"]},e.exports["6th Period_input"]={en:["6th Period"]},e.exports.ADR_B_input={en:["ADR_B"]},e.exports["ADX Smoothing_input"]={en:["ADX Smoothing"]},e.exports["ADX smoothing_input"]={en:["ADX smoothing"]},e.exports.ADX_input={en:["ADX"]},e.exports["ATR Mult_input"]={en:["ATR Mult"]},e.exports["ATR length_input"]={en:["ATR length"]},e.exports["ATR({atrValue})_input"]={en:["ATR({atrValue})"]},e.exports.ATR_input={en:["ATR"]},
+e.exports["Accumulation/Distribution_input"]={en:["Accumulation/Distribution"]},e.exports["All items_combobox_input"]={en:["All items"]},e.exports.All_input={en:["All"]},e.exports["Anchor Period_input"]={en:["Anchor Period"]},e.exports["Another symbol_input"]={en:["Another symbol"]},e.exports["Aroon Down_input"]={en:["Aroon Down"]},e.exports["Aroon Up_input"]={en:["Aroon Up"]},e.exports.Average_input={en:["Average"]},e.exports["Averaging Periods_input"]={en:["Averaging Periods"]},e.exports.Back_input={en:["Back"]},e.exports["Bands style_input"]={en:["Bands style"]},e.exports.Bar_input={en:["Bar"]},e.exports["Base Line Periods_input"]={en:["Base Line Periods"]},e.exports["Base Line_input"]={en:["Base Line"]},e.exports.Basis_input={en:["Basis"]},e.exports["Bollinger Bands %B_input"]={en:["Bollinger Bands %B"]},e.exports["Bollinger Bands Width_input"]={en:["Bollinger Bands Width"]},e.exports.Borders_input={en:["Borders"]},e.exports["Box size assignment method_input"]={en:["Box size assignment method"]},e.exports["Box size_input"]={en:["Box size"]},e.exports.CCI_input={en:["CCI"]},e.exports.CHOP_input={en:["CHOP"]},e.exports.Cancel_input={en:["Cancel"]},e.exports.Candles_input={en:["Candles"]},e.exports.Centered_input={en:["Centered"]},e.exports.Century_input={en:["Century"]},e.exports["Chaikin Oscillator_input"]={en:["Chaikin Oscillator"]},e.exports["Chande MO_input"]={en:["Chande MO"]},e.exports.Close_input={en:["Close"]},e.exports["Color 0_input"]={en:["Color 0"]},e.exports["Color 1_input"]={en:["Color 1"]},e.exports["Color 2_input"]={en:["Color 2"]},e.exports["Color 3_input"]={en:["Color 3"]},e.exports["Color 4_input"]={en:["Color 4"]},e.exports["Color 5_input"]={en:["Color 5"]},e.exports["Color 6_input"]={en:["Color 6"]},e.exports["Color 7_input"]={en:["Color 7"]},e.exports["Color 8_input"]={en:["Color 8"]},e.exports["Color bars based on previous close_input"]={en:["Color bars based on previous close"]},e.exports["Color based on previous close_input"]={en:["Color based on previous close"]},e.exports["Conversion Line Periods_input"]={en:["Conversion Line Periods"]},e.exports["Conversion Line_input"]={en:["Conversion Line"]},e.exports.Correlation_input={en:["Correlation"]},e.exports.Count_input={en:["Count"]},e.exports.Crosses_input={en:["Crosses"]},e.exports.Custom_input={en:["Custom"]},e.exports.DEMA_input={en:["DEMA"]},e.exports["DI Length_input"]={en:["DI Length"]},e.exports.DPO_input={en:["DPO"]},e.exports.D_input={en:["D"]},e.exports.Day_input={en:["Day"]},e.exports["Days Per Year_input"]={en:["Days Per Year"]},e.exports.Decade_input={en:["Decade"]},e.exports.Delta_input={en:["Delta"]},e.exports.Depth_input={en:["Depth"]},e.exports["Detrended Price Oscillator_input"]={en:["Detrended Price Oscillator"]},e.exports["Developing Poc_input"]={en:["Developing Poc"]},e.exports["Deviation (%)_input"]={en:["Deviation (%)"]},e.exports.Deviation_input={en:["Deviation"]},e.exports.Divisor_input={en:["Divisor"]},e.exports["Down Volume_input"]={en:["Down Volume"]},e.exports["Down bars_input"]={en:["Down bars"]},
+e.exports["Down color_input"]={en:["Down color"]},e.exports["Down fractals_input"]={en:["Down fractals"]},e.exports.EOM_input={en:["EOM"]},e.exports["Each (pre-market, market, post-market)_input"]={en:["Each (pre-market, market, post-market)"]},e.exports["Elder's Force Index_input"]={en:["Elder's Force Index"]},e.exports["Equality Line_input"]={en:["Equality Line"]},e.exports.Exponential_input={en:["Exponential"]},e.exports["Extend POC Right_input"]={en:["Extend POC Right"]},e.exports["Extend Right_input"]={en:["Extend Right"]},e.exports["Extend VAH Right_input"]={en:["Extend VAH Right"]},e.exports["Extend VAL Right_input"]={en:["Extend VAL Right"]},e.exports["Extend to last bar_input"]={en:["Extend to last bar"]},e.exports.Falling_input={en:["Falling"]},e.exports["Fast Length_input"]={en:["Fast Length"]},e.exports["Fast length_input"]={en:["Fast length"]},e.exports.Fill_input={en:["Fill"]},e.exports.Fisher_input={en:["Fisher"]},e.exports.Growing_input={en:["Growing"]},e.exports["HLC bars_input"]={en:["HLC bars"]},e.exports.HV_input={en:["HV"]},e.exports["Histogram Box_input"]={en:["Histogram Box"]},e.exports.Histogram_input={en:["Histogram"]},e.exports["Hull MA_input"]={en:["Hull MA"]},e.exports.Increment_input={en:["Increment"]},e.exports.Indicator_input={en:["Indicator"]},e.exports["Instrument 1_input"]={en:["Instrument 1"]},e.exports["Instrument 2_input"]={en:["Instrument 2"]},e.exports["Investor EMA 1 length_input"]={en:["Investor EMA 1 length"]},e.exports["Investor EMA 2 length_input"]={en:["Investor EMA 2 length"]},e.exports["Investor EMA 3 length_input"]={en:["Investor EMA 3 length"]},e.exports["Investor EMA 4 length_input"]={en:["Investor EMA 4 length"]},e.exports["Investor EMA 5 length_input"]={en:["Investor EMA 5 length"]},e.exports["Investor EMA 6 length_input"]={en:["Investor EMA 6 length"]},e.exports["Jaw Length_input"]={en:["Jaw Length"]},e.exports["Jaw Offset_input"]={en:["Jaw Offset"]},e.exports.Jaw_input={en:["Jaw"]},e.exports.KST_input={en:["KST"]},e.exports.K_input={en:["K"]},e.exports["Labels Position_input"]={en:["Labels Position"]},e.exports["Labels on price scale_input"]={en:["Labels on price scale"]},e.exports["Lagging Span Periods_input"]={en:["Lagging Span Periods"]},e.exports["Lagging Span_input"]={en:["Lagging Span"]},e.exports["Leading Shift Periods_input"]={en:["Leading Shift Periods"]},e.exports["Leading Span A_input"]={en:["Leading Span A"],el:["Lead 1"]},e.exports["Leading Span B_input"]={en:["Leading Span B"]},e.exports["Leading Span Periods_input"]={en:["Leading Span Periods"],el:["Lagging Span 2 Periods"]},e.exports["Length EMA_input"]={en:["Length EMA"]},e.exports["Length MA_input"]={en:["Length MA"]},e.exports.Length1_input={en:["Length1"]},e.exports.Length2_input={en:["Length2"]},e.exports.Length3_input={en:["Length3"]},e.exports.Length_input={en:["Length"]},e.exports.Level_input={en:["Level"]},e.exports["Levels Format_input"]={en:["Levels Format"]},e.exports.Limit_input={en:["Limit"]},e.exports.Line_input={en:["Line"]},e.exports["Lips Length_input"]={en:["Lips Length"]},
+e.exports["Lips Offset_input"]={en:["Lips Offset"]},e.exports.Lips_input={en:["Lips"]},e.exports["Long Length_input"]={en:["Long Length"]},e.exports["Long RoC Length_input"]={en:["Long RoC Length"]},e.exports["Long length_input"]={en:["Long length"]},e.exports["Long period_input"]={en:["Long period"]},e.exports.Long_input={en:["Long"]},e.exports["Lower Band_input"]={en:["Lower Band"]},e.exports["Lower Deviation_input"]={en:["Lower Deviation"]},e.exports["Lower Percentage_input"]={en:["Lower Percentage"]},e.exports.LowerLimit_input={en:["LowerLimit"]},e.exports.Lower_input={en:["Lower"]},e.exports["MA Length_input"]={en:["MA Length"]},e.exports.MACD_input={en:["MACD"]},e.exports.MA_input={en:["MA"]},e.exports.MF_input={en:["MF"]},e.exports.MM_month_input={en:["MM"]},e.exports.MOM_input={en:["MOM"]},e.exports["Main chart symbol_input"]={en:["Main chart symbol"]},e.exports["Market Closed Percentage_input"]={en:["Market Closed Percentage"]},e.exports["Market only_input"]={en:["Market only"]},e.exports["Max value_input"]={en:["Max value"]},e.exports.Median_input={en:["Median"]},e.exports.Method_input={en:["Method"]},e.exports.Middle_input={en:["Middle"]},e.exports.Minimize_input={en:["Minimize"]},e.exports.Month_input={en:["Month"]},e.exports.Move_input={en:["Move"]},e.exports["Multi timeframe_input"]={en:["Multi timeframe"]},e.exports.Multiplier_input={en:["Multiplier"]},e.exports.NV_input={en:["NV"]},e.exports["Nothing selected_combobox_input"]={en:["Nothing selected"]},e.exports["Number Of Rows_input"]={en:["Number Of Rows"]},e.exports["Number of line_input"]={en:["Number of line"]},e.exports.OSC_input={en:["OSC"]},e.exports.Offset_input={en:["Offset"]},e.exports.OnBalanceVolume_input={en:["OnBalanceVolume"]},e.exports["One step back building_input"]={en:["One step back building"]},e.exports.Oscillator_input={en:["Oscillator"]},e.exports.Overbought_input={en:["Overbought"]},e.exports.Oversold_input={en:["Oversold"]},e.exports.POC_input={en:["POC"]},e.exports.PVT_input={en:["PVT"]},e.exports.P_input={en:["P"]},e.exports.ParabolicSAR_input={en:["ParabolicSAR"]},e.exports.Percent_input={en:["Percent"]},e.exports["Percentage LTP({percentageLTPValue}%)_input"]={en:["Percentage LTP({percentageLTPValue}%)"]},e.exports["Percentage LTP_input"]={en:["Percentage LTP"]},e.exports.Percentage_input={en:["Percentage"]},e.exports.Period_input={en:["Period"]},e.exports.Periods_input={en:["Periods"]},e.exports["Phantom bars_input"]={en:["Phantom bars"]},e.exports.Placement_input={en:["Placement"]},e.exports.Plot_input={en:["Plot"]},e.exports["Plots Background_input"]={en:["Plots Background"]},e.exports["Post-market only_input"]={en:["Post-market only"]},e.exports["Pre-market only_input"]={en:["Pre-market only"]},e.exports["Price source_input"]={en:["Price source"]},e.exports.Price_input={en:["Price"]},e.exports["Projection down bars_input"]={en:["Projection down bars"]},e.exports["Projection down color_input"]={en:["Projection down color"]},e.exports["Projection up bars_input"]={en:["Projection up bars"]},
+e.exports["Projection up color_input"]={en:["Projection up color"]},e.exports.Q_input={en:["Q"]},e.exports["ROC Length_input"]={en:["ROC Length"]},e.exports.ROCLen1_input={en:["ROCLen1"]},e.exports.ROCLen2_input={en:["ROCLen2"]},e.exports.ROCLen3_input={en:["ROCLen3"]},e.exports.ROCLen4_input={en:["ROCLen4"]},e.exports.ROC_input={en:["ROC"]},e.exports["RSI Length_input"]={en:["RSI Length"]},e.exports["RSI Source_input"]={en:["RSI Source"]},e.exports.RSI_input={en:["RSI"]},e.exports.RVGI_input={en:["RVGI"]},e.exports.RVI_input={en:["RVI"]},e.exports.Range_input={en:["Range"]},e.exports["Rate of Change Lookback_input"]={en:["Rate of Change Lookback"]},e.exports["Reversal amount_input"]={en:["Reversal amount"]},e.exports["Rolling Period_input"]={en:["Rolling Period"]},e.exports["Row Size_input"]={en:["Row Size"]},e.exports["Rows Layout_input"]={en:["Rows Layout"]},e.exports.SMALen1_input={en:["SMALen1"]},e.exports.SMALen2_input={en:["SMALen2"]},e.exports.SMALen3_input={en:["SMALen3"]},e.exports.SMALen4_input={en:["SMALen4"]},e.exports["SMI Ergodic Oscillator_input"]={en:["SMI Ergodic Oscillator"]},e.exports.SMI_input={en:["SMI"]},e.exports.Session_input={en:["Session"]},e.exports.Sessions_input={en:["Sessions"]},e.exports.Shapes_input={en:["Shapes"]},e.exports["Short Length_input"]={en:["Short Length"]},e.exports["Short RoC Length_input"]={en:["Short RoC Length"]},e.exports["Short length_input"]={en:["Short length"]},e.exports["Short period_input"]={en:["Short period"]},e.exports.Short_input={en:["Short"]},e.exports["Show real prices on price scale (instead of Heikin-Ashi price)_input"]={en:["Show real prices on price scale (instead of Heikin-Ashi price)"]},e.exports.SigLen_input={en:["SigLen"]},e.exports.Sig_input={en:["Sig"]},e.exports.Sigma_input={en:["Sigma"]},e.exports["Signal Length_input"]={en:["Signal Length"]},e.exports["Signal line period_input"]={en:["Signal line period"]},e.exports["Signal smoothing_input"]={en:["Signal smoothing"]},e.exports.Signal_input={en:["Signal"]},e.exports["Simple ma(oscillator)_input"]={en:["Simple ma(oscillator)"]},e.exports["Simple ma(signal line)_input"]={en:["Simple ma(signal line)"]},e.exports.Simple_input={en:["Simple"]},e.exports["Slow Length_input"]={en:["Slow Length"]},e.exports["Slow length_input"]={en:["Slow length"]},e.exports["Smoothing Length_input"]={en:["Smoothing Length"]},e.exports["Smoothing Line_input"]={en:["Smoothing Line"]},e.exports.Smoothing_input={en:["Smoothing"]},e.exports.Source_input={en:["Source"]},e.exports["Standard Errors_input"]={en:["Standard Errors"]},e.exports.Start_input={en:["Start"],el:["Αρχή"]},e.exports.StdDev_input={en:["StdDev"]},e.exports["Stochastic Length_input"]={en:["Stochastic Length"]},e.exports.Style_input={en:["Style"]},e.exports.Symbol_input={en:["Symbol"]},e.exports.TEMA_input={en:["TEMA"]},e.exports.TRIX_input={en:["TRIX"]},e.exports["Teeth Length_input"]={en:["Teeth Length"]},e.exports["Teeth Offset_input"]={en:["Teeth Offset"]},e.exports.Teeth_input={en:["Teeth"]},e.exports["Ticks Per Row_input"]={en:["Ticks Per Row"]},
+e.exports.Timeframe_input={en:["Timeframe"]},e.exports.Total_input={en:["Total"]},e.exports["Trader EMA 1 length_input"]={en:["Trader EMA 1 length"]},e.exports["Trader EMA 2 length_input"]={en:["Trader EMA 2 length"]},e.exports["Trader EMA 3 length_input"]={en:["Trader EMA 3 length"]},e.exports["Trader EMA 4 length_input"]={en:["Trader EMA 4 length"]},e.exports["Trader EMA 5 length_input"]={en:["Trader EMA 5 length"]},e.exports["Trader EMA 6 length_input"]={en:["Trader EMA 6 length"]},e.exports.Traditional_input={en:["Traditional"]},e.exports.Trigger_input={en:["Trigger"]},e.exports.Type_input={en:["Type"]},e.exports.UO_input={en:["UO"]},e.exports["Up Volume_input"]={en:["Up Volume"]},e.exports["Up bars_input"]={en:["Up bars"]},e.exports["Up color_input"]={en:["Up color"]},e.exports["Up fractals_input"]={en:["Up fractals"]},e.exports["Up/Down_input"]={en:["Up/Down"]},e.exports["UpDown Length_input"]={en:["UpDown Length"]},e.exports["Upper Band_input"]={en:["Upper Band"]},e.exports["Upper Deviation_input"]={en:["Upper Deviation"]},e.exports["Upper Percentage_input"]={en:["Upper Percentage"]},e.exports.UpperLimit_input={en:["UpperLimit"]},e.exports.Upper_input={en:["Upper"]},e.exports["Use Lower Deviation_input"]={en:["Use Lower Deviation"]},e.exports["Use Upper Deviation_input"]={en:["Use Upper Deviation"]},e.exports["VI +_input"]={en:["VI +"]},e.exports["VI -_input"]={en:["VI -"]},e.exports.VWAP_input={en:["VWAP"]},e.exports.VWMA_input={en:["VWMA"]},e.exports["Value Area Down_input"]={en:["Value Area Down"]},e.exports["Value Area Up_input"]={en:["Value Area Up"]},e.exports["Value Area Volume_input"]={en:["Value Area Volume"]},e.exports["Value Area volume_input"]={en:["Value Area volume"]},e.exports["Value Area_input"]={en:["Value Area"]},e.exports.Value_input={en:["Value"]},e.exports["Values in status line_input"]={en:["Values in status line"]},e.exports.Volume_input={en:["Volume"]},e.exports["WMA Length_input"]={en:["WMA Length"]},e.exports["Wait for timeframe closes_input"]={en:["Wait for timeframe closes"]},e.exports.Week_input={en:["Week"]},e.exports.Weighted_input={en:["Weighted"]},e.exports.Wick_input={en:["Wick"]},e.exports.Wicks_input={en:["Wicks"]},e.exports["Wilder's Smoothing_input"]={en:["Wilder's Smoothing"]},e.exports["Window Size_input"]={en:["Window Size"]},e.exports.X_input={en:["X"]},e.exports.YY_year_input={en:["YY"]},e.exports.Year_input={en:["Year"]},e.exports["Zero Line_input"]={en:["Zero Line"]},e.exports.Zero_input={en:["Zero"]},e.exports.fastLength_input={en:["fastLength"]},e.exports.from_input={en:["from"]},e.exports.increment_input={en:["increment"]},e.exports.isCentered_input={en:["isCentered"]},e.exports.len_input={en:["len"]},e.exports.length14_input={en:["length14"]},e.exports.length28_input={en:["length28"]},e.exports.length7_input={en:["length7"]},e.exports.lengthRSI_input={en:["lengthRSI"]},e.exports.lengthStoch_input={en:["lengthStoch"]},e.exports.length_input={en:["length"]},e.exports.long_input={en:["long"]},e.exports.longlen_input={en:["longlen"]},e.exports.maximum_input={
+en:["maximum"]},e.exports.mult_input={en:["mult"]},e.exports.p_input={en:["p"]},e.exports.q_input={en:["q"]},e.exports.resolution_input={en:["resolution"]},e.exports.roclen1_input={en:["roclen1"]},e.exports.roclen2_input={en:["roclen2"]},e.exports.roclen3_input={en:["roclen3"]},e.exports.roclen4_input={en:["roclen4"]},e.exports.short_input={en:["short"]},e.exports.shortlen_input={en:["shortlen"]},e.exports["show MA_input"]={en:["show MA"]},e.exports.siglen_input={en:["siglen"]},e.exports.signalLength_input={en:["signalLength"]},e.exports.slowLength_input={en:["slowLength"]},e.exports.smalen1_input={en:["smalen1"]},e.exports.smalen2_input={en:["smalen2"]},e.exports.smalen3_input={en:["smalen3"]},e.exports.smalen4_input={en:["smalen4"]},e.exports.smoothD_input={en:["smoothD"]},e.exports.smoothK_input={en:["smoothK"]},e.exports.start_input={en:["start"]},e.exports.sym_input={en:["sym"]},e.exports.to_input={en:["to"]},e.exports.useTrueRange_input={en:["useTrueRange"]},e.exports.x_input={en:["x"]},e.exports["yay Color 0_input"]={en:["yay Color 0"]},e.exports["yay Color 1_input"]={en:["yay Color 1"]},e.exports["{number} item_combobox_input"]={en:["{number} item","{number} items"]}},50873:e=>{e.exports={en:["ATR({atrValue})"]}},73425:e=>{e.exports={en:["Percentage LTP({percentageLTPValue}%)"]}},40566:e=>{e.exports={en:["Traditional"]}},35359:e=>{e.exports={en:["Post"]}},93866:e=>{e.exports={en:["Pre"]}},75163:e=>{e.exports={en:["Invert scale"],el:["Invert Scale"]}},35210:e=>{e.exports={en:["Indexed to 100"]}},31340:e=>{e.exports={en:["Logarithmic"]}},19405:e=>{e.exports={en:["No overlapping labels"],el:["No Overlapping Labels"]}},34954:e=>{e.exports={en:["Percent"]}},55300:e=>{e.exports={en:["Regular"]}},8029:e=>{e.exports={en:["ETH"]}},34647:e=>{e.exports={en:["Electronic trading hours"]}},36862:e=>{e.exports={en:["Extended trading hours"]}},7807:e=>{e.exports={en:["POST"]}},46273:e=>{e.exports={en:["PRE"]}},50434:e=>{e.exports={en:["Postmarket"]}},59330:e=>{e.exports={en:["Premarket"]}},35342:e=>{e.exports={en:["RTH"]}},84246:e=>{e.exports={en:["Regular trading hours"]}},13132:e=>{e.exports={en:["May"],el:["Μαι"]}},83477:e=>{e.exports=Object.create(null),e.exports["*All Candlestick Patterns*_study"]={en:["*All Candlestick Patterns*"]},e.exports["24-hour Volume_study"]={en:["24-hour Volume"]},e.exports["52 Week High/Low_study"]={en:["52 Week High/Low"]},e.exports.ASI_study={en:["ASI"]},e.exports["Abandoned Baby - Bearish_study"]={en:["Abandoned Baby - Bearish"]},e.exports["Abandoned Baby - Bullish_study"]={en:["Abandoned Baby - Bullish"]},e.exports["Accelerator Oscillator_study"]={en:["Accelerator Oscillator"]},e.exports["Accounts payable_study"]={en:["Accounts payable"]},e.exports["Accounts receivable - trade, net_study"]={en:["Accounts receivable - trade, net"]},e.exports["Accounts receivables, gross_study"]={en:["Accounts receivables, gross"]},e.exports.Accruals_study={en:["Accruals"]},e.exports["Accrued payroll_study"]={en:["Accrued payroll"]},e.exports["Accumulated depreciation, total_study"]={
+en:["Accumulated depreciation, total"]},e.exports["Accumulation/Distribution_study"]={en:["Accumulation/Distribution"]},e.exports["Accumulative Swing Index_study"]={en:["Accumulative Swing Index"]},e.exports["Additional paid-in capital/Capital surplus_study"]={en:["Additional paid-in capital/Capital surplus"]},e.exports["Advance Decline Line_study"]={en:["Advance Decline Line"]},e.exports["Advance Decline Ratio_study"]={en:["Advance Decline Ratio"]},e.exports["Advance/Decline Ratio (Bars)_study"]={en:["Advance/Decline Ratio (Bars)"]},e.exports["Advance/Decline_study"]={en:["Advance/Decline"]},e.exports["After tax other income/expense_study"]={en:["After tax other income/expense"]},e.exports["All Chart Patterns_study"]={en:["All Chart Patterns"]},e.exports["Altman Z-score_study"]={en:["Altman Z-score"]},e.exports["Amortization of deferred charges_study"]={en:["Amortization of deferred charges"]},e.exports["Amortization of intangibles_study"]={en:["Amortization of intangibles"]},e.exports.Amortization_study={en:["Amortization"]},e.exports["Anchored Volume Profile_study"]={en:["Anchored Volume Profile"]},e.exports["Arnaud Legoux Moving Average_study"]={en:["Arnaud Legoux Moving Average"]},e.exports.Aroon_study={en:["Aroon"]},e.exports["Asset turnover_study"]={en:["Asset turnover"]},e.exports["Auto Anchored Volume Profile_study"]={en:["Auto Anchored Volume Profile"]},e.exports["Auto Fib Extension_study"]={en:["Auto Fib Extension"]},e.exports["Auto Fib Retracement_study"]={en:["Auto Fib Retracement"]},e.exports["Auto Pitchfork_study"]={en:["Auto Pitchfork"]},e.exports["Average Daily Range_study"]={en:["Average Daily Range"]},e.exports["Average Day Range_study"]={en:["Average Day Range"]},e.exports["Average Directional Index_study"]={en:["Average Directional Index"]},e.exports["Average Price_study"]={en:["Average Price"]},e.exports["Average True Range_study"]={en:["Average True Range"]},e.exports["Average basic shares outstanding_study"]={en:["Average basic shares outstanding"]},e.exports["Awesome Oscillator_study"]={en:["Awesome Oscillator"]},e.exports["Bad debt / Doubtful accounts_study"]={en:["Bad debt / Doubtful accounts"]},e.exports["Balance of Power_study"]={en:["Balance of Power"]},e.exports["BarUpDn Strategy_study"]={en:["BarUpDn Strategy"]},e.exports["Basic EPS_study"]={en:["Basic EPS"]},e.exports["Basic earnings per share (Basic EPS)_study"]={en:["Basic earnings per share (Basic EPS)"]},e.exports["Bearish Flag Chart Pattern_study"]={en:["Bearish Flag Chart Pattern"]},e.exports["Bearish Pennant Chart Pattern_study"]={en:["Bearish Pennant Chart Pattern"]},e.exports["Beneish M-score_study"]={en:["Beneish M-score"]},e.exports["Bollinger Bands %B_study"]={en:["Bollinger Bands %B"]},e.exports["Bollinger Bands Strategy directed_study"]={en:["Bollinger Bands Strategy directed"]},e.exports["Bollinger Bands Strategy_study"]={en:["Bollinger Bands Strategy"]},e.exports["Bollinger Bands Width_study"]={en:["Bollinger Bands Width"]},e.exports["Bollinger Bands_study"]={en:["Bollinger Bands"]},
+e.exports["Book value per share_study"]={en:["Book value per share"]},e.exports["Bull Bear Power_study"]={en:["Bull Bear Power"]},e.exports["Bullish Flag Chart Pattern_study"]={en:["Bullish Flag Chart Pattern"]},e.exports["Bullish Pennant Chart Pattern_study"]={en:["Bullish Pennant Chart Pattern"]},e.exports["Buyback yield %_study"]={en:["Buyback yield %"]},e.exports["COGS to revenue ratio_study"]={en:["COGS to revenue ratio"]},e.exports.CRSI_study={en:["CRSI"]},e.exports["Capital and operating lease obligations_study"]={en:["Capital and operating lease obligations"]},e.exports["Capital expenditures - fixed assets_study"]={en:["Capital expenditures - fixed assets"]},e.exports["Capital expenditures - other assets_study"]={en:["Capital expenditures - other assets"]},e.exports["Capital expenditures_study"]={en:["Capital expenditures"]},e.exports["Capitalized lease obligations_study"]={en:["Capitalized lease obligations"]},e.exports["Cash & equivalents_study"]={en:["Cash & equivalents"]},e.exports["Cash and short term investments_study"]={en:["Cash and short term investments"]},e.exports["Cash conversion cycle_study"]={en:["Cash conversion cycle"]},e.exports["Cash from financing activities_study"]={en:["Cash from financing activities"]},e.exports["Cash from investing activities_study"]={en:["Cash from investing activities"]},e.exports["Cash from operating activities_study"]={en:["Cash from operating activities"]},e.exports["Cash to debt ratio_study"]={en:["Cash to debt ratio"]},e.exports["Chaikin Money Flow_study"]={en:["Chaikin Money Flow"]},e.exports["Chaikin Oscillator_study"]={en:["Chaikin Oscillator"]},e.exports["Chaikin Volatility_study"]={en:["Chaikin Volatility"]},e.exports["Chande Kroll Stop_study"]={en:["Chande Kroll Stop"]},e.exports["Chande Momentum Oscillator_study"]={en:["Chande Momentum Oscillator"]},e.exports["Change in accounts payable_study"]={en:["Change in accounts payable"]},e.exports["Change in accounts receivable_study"]={en:["Change in accounts receivable"]},e.exports["Change in accrued expenses_study"]={en:["Change in accrued expenses"]},e.exports["Change in inventories_study"]={en:["Change in inventories"]},e.exports["Change in other assets/liabilities_study"]={en:["Change in other assets/liabilities"]},e.exports["Change in taxes payable_study"]={en:["Change in taxes payable"]},e.exports["Changes in working capital_study"]={en:["Changes in working capital"]},e.exports.ChannelBreakOutStrategy_study={en:["ChannelBreakOutStrategy"]},e.exports["Chop Zone_study"]={en:["Chop Zone"]},e.exports["Choppiness Index_study"]={en:["Choppiness Index"]},e.exports["Commodity Channel Index_study"]={en:["Commodity Channel Index"]},e.exports["Common dividends paid_study"]={en:["Common dividends paid"]},e.exports["Common equity, total_study"]={en:["Common equity, total"]},e.exports["Common stock par/Carrying value_study"]={en:["Common stock par/Carrying value"]},e.exports.Compare_study={en:["Compare"],el:["Σύγκριση"]},e.exports["Conditional Expressions_study"]={en:["Conditional Expressions"]},
+e.exports["Connors RSI_study"]={en:["Connors RSI"]},e.exports.ConnorsRSI_study={en:["ConnorsRSI"]},e.exports["Consecutive Up/Down Strategy_study"]={en:["Consecutive Up/Down Strategy"]},e.exports["Coppock Curve_study"]={en:["Coppock Curve"]},e.exports["Correlation - Log_study"]={en:["Correlation - Log"]},e.exports["Correlation Coefficient_study"]={en:["Correlation Coefficient"]},e.exports["Cost of goods sold_study"]={en:["Cost of goods sold"]},e.exports["Cost of goods_study"]={en:["Cost of goods"]},e.exports["Cumulative Volume Index_study"]={en:["Cumulative Volume Index"]},e.exports["Cup and Handle Chart Pattern_study"]={en:["Cup and Handle Chart Pattern"]},e.exports["Current portion of LT debt and capital leases_study"]={en:["Current portion of LT debt and capital leases"]},e.exports["Current ratio_study"]={en:["Current ratio"]},e.exports.DMI_study={en:["DMI"]},e.exports["Dark Cloud Cover - Bearish_study"]={en:["Dark Cloud Cover - Bearish"]},e.exports["Days inventory_study"]={en:["Days inventory"]},e.exports["Days payable_study"]={en:["Days payable"]},e.exports["Days sales outstanding_study"]={en:["Days sales outstanding"]},e.exports["Debt to EBITDA ratio_study"]={en:["Debt to EBITDA ratio"]},e.exports["Debt to assets ratio_study"]={en:["Debt to assets ratio"]},e.exports["Debt to equity ratio_study"]={en:["Debt to equity ratio"]},e.exports["Debt to revenue ratio_study"]={en:["Debt to revenue ratio"]},e.exports["Deferred income, current_study"]={en:["Deferred income, current"]},e.exports["Deferred income, non-current_study"]={en:["Deferred income, non-current"]},e.exports["Deferred tax assets_study"]={en:["Deferred tax assets"]},e.exports["Deferred tax liabilities_study"]={en:["Deferred tax liabilities"]},e.exports["Deferred taxes (cash flow)_study"]={en:["Deferred taxes (cash flow)"]},e.exports["Deprecation and amortization_study"]={en:["Deprecation and amortization"]},e.exports["Depreciation & amortization (cash flow)_study"]={en:["Depreciation & amortization (cash flow)"]},e.exports["Depreciation/depletion_study"]={en:["Depreciation/depletion"]},e.exports.Depreciation_study={en:["Depreciation"]},e.exports["Detrended Price Oscillator_study"]={en:["Detrended Price Oscillator"]},e.exports["Diluted EPS_study"]={en:["Diluted EPS"]},e.exports["Diluted earnings per share (Diluted EPS)_study"]={en:["Diluted earnings per share (Diluted EPS)"]},e.exports["Diluted net income available to common stockholders_study"]={en:["Diluted net income available to common stockholders"]},e.exports["Diluted shares outstanding_study"]={en:["Diluted shares outstanding"]},e.exports["Dilution adjustment_study"]={en:["Dilution adjustment"]},e.exports["Directional Movement Index_study"]={en:["Directional Movement Index"]},e.exports["Directional Movement_study"]={en:["Directional Movement"]},e.exports["Discontinued operations_study"]={en:["Discontinued operations"]},e.exports["Divergence Indicator_study"]={en:["Divergence Indicator"]},e.exports["Dividend payout ratio %_study"]={en:["Dividend payout ratio %"]},e.exports["Dividend yield %_study"]={
+en:["Dividend yield %"]},e.exports["Dividends payable_study"]={en:["Dividends payable"]},e.exports["Dividends per share - common stock primary issue_study"]={en:["Dividends per share - common stock primary issue"]},e.exports["Doji Star - Bearish_study"]={en:["Doji Star - Bearish"]},e.exports["Doji Star - Bullish_study"]={en:["Doji Star - Bullish"]},e.exports.Doji_study={en:["Doji"]},e.exports["Donchian Channels_study"]={en:["Donchian Channels"]},e.exports["Double Bottom Chart Pattern_study"]={en:["Double Bottom Chart Pattern"]},e.exports["Double EMA_study"]={en:["Double EMA"]},e.exports["Double Top Chart Pattern_study"]={en:["Double Top Chart Pattern"]},e.exports["Downside Tasuki Gap - Bearish_study"]={en:["Downside Tasuki Gap - Bearish"]},e.exports["Dragonfly Doji - Bullish_study"]={en:["Dragonfly Doji - Bullish"]},e.exports["EBITDA margin %_study"]={en:["EBITDA margin %"]},e.exports.EBITDA_study={en:["EBITDA"]},e.exports.EBIT_study={en:["EBIT"]},e.exports["EMA Cross_study"]={en:["EMA Cross"]},e.exports["EPS basic one year growth_study"]={en:["EPS basic one year growth"]},e.exports["EPS diluted one year growth_study"]={en:["EPS diluted one year growth"]},e.exports["EPS estimates_study"]={en:["EPS estimates"]},e.exports["Earnings yield_study"]={en:["Earnings yield"]},e.exports["Ease Of Movement_study"]={en:["Ease Of Movement"]},e.exports["Ease of Movement_study"]={en:["Ease of Movement"],el:["Ease Of Movement"]},e.exports["Effective interest rate on debt %_study"]={en:["Effective interest rate on debt %"]},e.exports["Elder Force Index_study"]={en:["Elder Force Index"],el:["Elder's Force Index"]},e.exports["Elder's Force Index_study"]={en:["Elder's Force Index"]},e.exports["Elders Force Index_study"]={en:["Elders Force Index"]},e.exports["Elliott Wave Chart Pattern_study"]={en:["Elliott Wave Chart Pattern"]},e.exports["Engulfing - Bearish_study"]={en:["Engulfing - Bearish"]},e.exports["Engulfing - Bullish_study"]={en:["Engulfing - Bullish"]},e.exports["Enterprise value to EBIT ratio_study"]={en:["Enterprise value to EBIT ratio"]},e.exports["Enterprise value to EBITDA ratio_study"]={en:["Enterprise value to EBITDA ratio"]},e.exports["Enterprise value to revenue ratio_study"]={en:["Enterprise value to revenue ratio"]},e.exports["Enterprise value_study"]={en:["Enterprise value"]},e.exports.Envelope_study={en:["Envelope"]},e.exports.Envelopes_study={en:["Envelopes"]},e.exports["Equity in earnings_study"]={en:["Equity in earnings"]},e.exports["Equity to assets ratio_study"]={en:["Equity to assets ratio"]},e.exports["Evening Doji Star - Bearish_study"]={en:["Evening Doji Star - Bearish"]},e.exports["Evening Star - Bearish_study"]={en:["Evening Star - Bearish"]},e.exports["Falling Three Methods - Bearish_study"]={en:["Falling Three Methods - Bearish"]},e.exports["Falling Wedge Chart Pattern_study"]={en:["Falling Wedge Chart Pattern"]},e.exports["Falling Window - Bearish_study"]={en:["Falling Window - Bearish"]},e.exports["Financing activities – other sources_study"]={en:["Financing activities – other sources"]},
+e.exports["Financing activities – other uses_study"]={en:["Financing activities – other uses"]},e.exports["Fisher Transform_study"]={en:["Fisher Transform"]},e.exports["Fixed Range Volume Profile_study"]={en:["Fixed Range Volume Profile"]},e.exports["Fixed Range_study"]={en:["Fixed Range"]},e.exports["Float shares outstanding_study"]={en:["Float shares outstanding"]},e.exports["Free cash flow margin %_study"]={en:["Free cash flow margin %"]},e.exports["Free cash flow_study"]={en:["Free cash flow"]},e.exports["Fulmer H factor_study"]={en:["Fulmer H factor"]},e.exports["Funds from operations_study"]={en:["Funds from operations"]},e.exports.Gaps_study={en:["Gaps"]},e.exports["Goodwill to assets ratio_study"]={en:["Goodwill to assets ratio"]},e.exports["Goodwill, net_study"]={en:["Goodwill, net"]},e.exports["Graham's number_study"]={en:["Graham's number"]},e.exports["Gravestone Doji - Bearish_study"]={en:["Gravestone Doji - Bearish"]},e.exports["Greedy Strategy_study"]={en:["Greedy Strategy"]},e.exports["Gross margin %_study"]={en:["Gross margin %"]},e.exports["Gross profit to assets ratio_study"]={en:["Gross profit to assets ratio"]},e.exports["Gross profit_study"]={en:["Gross profit"]},e.exports["Gross property/plant/equipment_study"]={en:["Gross property/plant/equipment"]},e.exports["Guppy Multiple Moving Average_study"]={en:["Guppy Multiple Moving Average"]},e.exports["Hammer - Bullish_study"]={en:["Hammer - Bullish"]},e.exports["Hanging Man - Bearish_study"]={en:["Hanging Man - Bearish"]},e.exports["Harami - Bearish_study"]={en:["Harami - Bearish"]},e.exports["Harami - Bullish_study"]={en:["Harami - Bullish"]},e.exports["Harami Cross - Bearish_study"]={en:["Harami Cross - Bearish"]},e.exports["Harami Cross - Bullish_study"]={en:["Harami Cross - Bullish"]},e.exports["Head and Shoulders Chart Pattern_study"]={en:["Head and Shoulders Chart Pattern"]},e.exports["Historical Volatility_study"]={en:["Historical Volatility"]},e.exports["Hull Moving Average_study"]={en:["Hull Moving Average"]},e.exports["Ichimoku Cloud_study"]={en:["Ichimoku Cloud"]},e.exports.Ichimoku_study={en:["Ichimoku"]},e.exports.Impairments_study={en:["Impairments"]},e.exports["InSide Bar Strategy_study"]={en:["InSide Bar Strategy"]},e.exports["Income Tax Credits_study"]={en:["Income Tax Credits"]},e.exports["Income Tax, current - foreign_study"]={en:["Income Tax, current - foreign"]},e.exports["Income tax payable_study"]={en:["Income tax payable"]},e.exports["Income tax, current - domestic_study"]={en:["Income tax, current - domestic"]},e.exports["Income tax, current_study"]={en:["Income tax, current"]},e.exports["Income tax, deferred - domestic_study"]={en:["Income tax, deferred - domestic"]},e.exports["Income tax, deferred - foreign_study"]={en:["Income tax, deferred - foreign"]},e.exports["Income tax, deferred_study"]={en:["Income tax, deferred"]},e.exports["Interest capitalized_study"]={en:["Interest capitalized"]},e.exports["Interest coverage_study"]={en:["Interest coverage"]},e.exports["Interest expense on debt_study"]={
+en:["Interest expense on debt"]},e.exports["Interest expense, net of interest capitalized_study"]={en:["Interest expense, net of interest capitalized"]},e.exports["Inventories - finished goods_study"]={en:["Inventories - finished goods"]},e.exports["Inventories - progress payments & other_study"]={en:["Inventories - progress payments & other"]},e.exports["Inventories - raw materials_study"]={en:["Inventories - raw materials"]},e.exports["Inventories - work in progress_study"]={en:["Inventories - work in progress"]},e.exports["Inventory to revenue ratio_study"]={en:["Inventory to revenue ratio"]},e.exports["Inventory turnover_study"]={en:["Inventory turnover"]},e.exports["Inverted Cup and Handle Chart Pattern_study"]={en:["Inverted Cup and Handle Chart Pattern"]},e.exports["Inverted Hammer - Bullish_study"]={en:["Inverted Hammer - Bullish"]},e.exports["Inverted Head and Shoulders Chart Pattern_study"]={en:["Inverted Head and Shoulders Chart Pattern"]},e.exports["Investing activities – other sources_study"]={en:["Investing activities – other sources"]},e.exports["Investing activities – other uses_study"]={en:["Investing activities – other uses"]},e.exports["Investments in unconsolidated subsidiaries_study"]={en:["Investments in unconsolidated subsidiaries"]},e.exports["Issuance of long term debt_study"]={en:["Issuance of long term debt"]},e.exports["Issuance/retirement of debt, net_study"]={en:["Issuance/retirement of debt, net"]},e.exports["Issuance/retirement of long term debt_study"]={en:["Issuance/retirement of long term debt"]},e.exports["Issuance/retirement of other debt_study"]={en:["Issuance/retirement of other debt"]},e.exports["Issuance/retirement of short term debt_study"]={en:["Issuance/retirement of short term debt"]},e.exports["Issuance/retirement of stock, net_study"]={en:["Issuance/retirement of stock, net"]},e.exports["KZ index_study"]={en:["KZ index"]},e.exports["Keltner Channel Strategy_study"]={en:["Keltner Channel Strategy"]},e.exports["Keltner Channels Strategy_study"]={en:["Keltner Channels Strategy"]},e.exports["Keltner Channels_study"]={en:["Keltner Channels"]},e.exports["Key stats_study"]={en:["Key stats"]},e.exports["Kicking - Bearish_study"]={en:["Kicking - Bearish"]},e.exports["Kicking - Bullish_study"]={en:["Kicking - Bullish"]},e.exports["Klinger Oscillator_study"]={en:["Klinger Oscillator"]},e.exports["Know Sure Thing_study"]={en:["Know Sure Thing"]},e.exports["Least Squares Moving Average_study"]={en:["Least Squares Moving Average"],el:["Κινητός μέσος ελαχίστων τετραγώνων"]},e.exports["Legal claim expense_study"]={en:["Legal claim expense"]},e.exports["Linear Regression Channel_study"]={en:["Linear Regression Channel"]},e.exports["Linear Regression Curve_study"]={en:["Linear Regression Curve"]},e.exports["Linear Regression Slope_study"]={en:["Linear Regression Slope"]},e.exports["Linear Regression_study"]={en:["Linear Regression"]},e.exports["Liquidity ratios_study"]={en:["Liquidity ratios"]},e.exports["Long Lower Shadow - Bullish_study"]={en:["Long Lower Shadow - Bullish"]},
+e.exports["Long Upper Shadow - Bearish_study"]={en:["Long Upper Shadow - Bearish"]},e.exports["Long term debt excl. lease liabilities_study"]={en:["Long term debt excl. lease liabilities"]},e.exports["Long term debt to total assets ratio_study"]={en:["Long term debt to total assets ratio"]},e.exports["Long term debt to total equity ratio_study"]={en:["Long term debt to total equity ratio"]},e.exports["Long term debt_study"]={en:["Long term debt"]},e.exports["Long term investments_study"]={en:["Long term investments"]},e.exports["MA Cross_study"]={en:["MA Cross"]},e.exports["MA with EMA Cross_study"]={en:["MA with EMA Cross"]},e.exports["MA/EMA Cross_study"]={en:["MA/EMA Cross"]},e.exports["MACD Strategy_study"]={en:["MACD Strategy"]},e.exports.MACD_study={en:["MACD"]},e.exports["Majority Rule_study"]={en:["Majority Rule"]},e.exports["Market capitalization_study"]={en:["Market capitalization"]},e.exports["Marubozu Black - Bearish_study"]={en:["Marubozu Black - Bearish"]},e.exports["Marubozu White - Bullish_study"]={en:["Marubozu White - Bullish"]},e.exports["Mass Index_study"]={en:["Mass Index"]},e.exports["McGinley Dynamic_study"]={en:["McGinley Dynamic"]},e.exports["Median Price_study"]={en:["Median Price"]},e.exports.Median_study={en:["Median"]},e.exports["Minority interest_study"]={en:["Minority interest"]},e.exports["Miscellaneous non-operating expense_study"]={en:["Miscellaneous non-operating expense"]},e.exports["Momentum Strategy_study"]={en:["Momentum Strategy"]},e.exports.Momentum_study={en:["Momentum"]},e.exports["Money Flow Index_study"]={en:["Money Flow Index"]},e.exports["Money Flow_study"]={en:["Money Flow"]},e.exports["Moon Phases_study"]={en:["Moon Phases"]},e.exports["Morning Doji Star - Bullish_study"]={en:["Morning Doji Star - Bullish"]},e.exports["Morning Star - Bullish_study"]={en:["Morning Star - Bullish"]},e.exports["Moving Average Adaptive_study"]={en:["Moving Average Adaptive"]},e.exports["Moving Average Channel_study"]={en:["Moving Average Channel"]},e.exports["Moving Average Convergence Divergence_study"]={en:["Moving Average Convergence Divergence"]},e.exports["Moving Average Convergence/Divergence_study"]={en:["Moving Average Convergence/Divergence"]},e.exports["Moving Average Double_study"]={en:["Moving Average Double"]},e.exports["Moving Average Exponential_study"]={en:["Moving Average Exponential"]},e.exports["Moving Average Hamming_study"]={en:["Moving Average Hamming"]},e.exports["Moving Average Modified_study"]={en:["Moving Average Modified"]},e.exports["Moving Average Multiple_study"]={en:["Moving Average Multiple"]},e.exports["Moving Average Ribbon_study"]={en:["Moving Average Ribbon"]},e.exports["Moving Average Simple_study"]={en:["Moving Average Simple"]},e.exports["Moving Average Triple_study"]={en:["Moving Average Triple"]},e.exports["Moving Average Weighted_study"]={en:["Moving Average Weighted"]},e.exports["Moving Average_study"]={en:["Moving Average"]},e.exports["MovingAvg Cross_study"]={en:["MovingAvg Cross"]},e.exports["MovingAvg2Line Cross_study"]={
+en:["MovingAvg2Line Cross"]},e.exports["Multi-Time Period Charts_study"]={en:["Multi-Time Period Charts"]},e.exports["Net Volume_study"]={en:["Net Volume"]},e.exports["Net current asset value per share_study"]={en:["Net current asset value per share"]},e.exports["Net debt_study"]={en:["Net debt"]},e.exports["Net income (cash flow)_study"]={en:["Net income (cash flow)"]},e.exports["Net income before discontinued operations_study"]={en:["Net income before discontinued operations"]},e.exports["Net income per employee_study"]={en:["Net income per employee"]},e.exports["Net income_study"]={en:["Net income"]},e.exports["Net intangible assets_study"]={en:["Net intangible assets"]},e.exports["Net margin %_study"]={en:["Net margin %"]},e.exports["Net property/plant/equipment_study"]={en:["Net property/plant/equipment"]},e.exports["Non-cash items_study"]={en:["Non-cash items"]},e.exports["Non-controlling/minority interest_study"]={en:["Non-controlling/minority interest"]},e.exports["Non-operating income, excl. interest expenses_study"]={en:["Non-operating income, excl. interest expenses"]},e.exports["Non-operating income, total_study"]={en:["Non-operating income, total"]},e.exports["Non-operating interest income_study"]={en:["Non-operating interest income"]},e.exports["Note receivable - long term_study"]={en:["Note receivable - long term"]},e.exports["Notes payable_study"]={en:["Notes payable"]},e.exports["Number of employees_study"]={en:["Number of employees"]},e.exports["Number of shareholders_study"]={en:["Number of shareholders"]},e.exports["On Balance Volume_study"]={en:["On Balance Volume"]},e.exports["On Neck - Bearish_study"]={en:["On Neck - Bearish"]},e.exports["Open Interest_study"]={en:["Open Interest"]},e.exports["Operating earnings yield %_study"]={en:["Operating earnings yield %"]},e.exports["Operating expenses (excl. COGS)_study"]={en:["Operating expenses (excl. COGS)"]},e.exports["Operating income_study"]={en:["Operating income"]},e.exports["Operating lease liabilities_study"]={en:["Operating lease liabilities"]},e.exports["Operating margin %_study"]={en:["Operating margin %"]},e.exports["Other COGS_study"]={en:["Other COGS"]},e.exports["Other common equity_study"]={en:["Other common equity"]},e.exports["Other cost of goods sold_study"]={en:["Other cost of goods sold"]},e.exports["Other current assets, total_study"]={en:["Other current assets, total"]},e.exports["Other current liabilities_study"]={en:["Other current liabilities"]},e.exports["Other exceptional charges_study"]={en:["Other exceptional charges"]},e.exports["Other financing cash flow items, total_study"]={en:["Other financing cash flow items, total"]},e.exports["Other intangibles, net_study"]={en:["Other intangibles, net"]},e.exports["Other investing cash flow items, total_study"]={en:["Other investing cash flow items, total"]},e.exports["Other investments_study"]={en:["Other investments"]},e.exports["Other liabilities, total_study"]={en:["Other liabilities, total"]},e.exports["Other long term assets, total_study"]={
+en:["Other long term assets, total"]},e.exports["Other non-current liabilities, total_study"]={en:["Other non-current liabilities, total"]},e.exports["Other operating expenses, total_study"]={en:["Other operating expenses, total"]},e.exports["Other receivables_study"]={en:["Other receivables"]},e.exports["Other short term debt_study"]={en:["Other short term debt"]},e.exports["OutSide Bar Strategy_study"]={en:["OutSide Bar Strategy"]},e.exports.Overlay_study={en:["Overlay"]},e.exports["PEG ratio_study"]={en:["PEG ratio"]},e.exports["Paid in capital_study"]={en:["Paid in capital"]},e.exports["Parabolic SAR Strategy_study"]={en:["Parabolic SAR Strategy"]},e.exports["Parabolic SAR_study"]={en:["Parabolic SAR"]},e.exports["Periodic Volume Profile_study"]={en:["Periodic Volume Profile"]},e.exports["Piercing - Bullish_study"]={en:["Piercing - Bullish"]},e.exports["Piotroski F-score_study"]={en:["Piotroski F-score"]},e.exports["Pivot Extension Strategy_study"]={en:["Pivot Extension Strategy"]},e.exports["Pivot Points High Low_study"]={en:["Pivot Points High Low"]},e.exports["Pivot Points Standard_study"]={en:["Pivot Points Standard"]},e.exports["Pivot Reversal Strategy_study"]={en:["Pivot Reversal Strategy"]},e.exports["Preferred dividends paid_study"]={en:["Preferred dividends paid"]},e.exports["Preferred dividends_study"]={en:["Preferred dividends"]},e.exports["Preferred stock, carrying value_study"]={en:["Preferred stock, carrying value"]},e.exports["Prepaid expenses_study"]={en:["Prepaid expenses"]},e.exports["Pretax equity in earnings_study"]={en:["Pretax equity in earnings"]},e.exports["Pretax income_study"]={en:["Pretax income"]},e.exports["Price Channel Strategy_study"]={en:["Price Channel Strategy"]},e.exports["Price Channel_study"]={en:["Price Channel"]},e.exports["Price Oscillator_study"]={en:["Price Oscillator"]},e.exports["Price Volume Trend_study"]={en:["Price Volume Trend"]},e.exports["Price earnings ratio forward_study"]={en:["Price earnings ratio forward"]},e.exports["Price sales ratio forward_study"]={en:["Price sales ratio forward"]},e.exports["Price to book ratio_study"]={en:["Price to book ratio"]},e.exports["Price to cash flow ratio_study"]={en:["Price to cash flow ratio"]},e.exports["Price to earnings ratio_study"]={en:["Price to earnings ratio"]},e.exports["Price to free cash flow ratio_study"]={en:["Price to free cash flow ratio"]},e.exports["Price to sales ratio_study"]={en:["Price to sales ratio"]},e.exports["Price to tangible book ratio_study"]={en:["Price to tangible book ratio"]},e.exports["Profitability ratios_study"]={en:["Profitability ratios"]},e.exports["Provision for risks & charge_study"]={en:["Provision for risks & charge"]},e.exports["Purchase of investments_study"]={en:["Purchase of investments"]},e.exports["Purchase/acquisition of business_study"]={en:["Purchase/acquisition of business"]},e.exports["Purchase/sale of business, net_study"]={en:["Purchase/sale of business, net"]},e.exports["Purchase/sale of investments, net_study"]={en:["Purchase/sale of investments, net"]},
+e.exports["Quality ratio_study"]={en:["Quality ratio"]},e.exports["Quick ratio_study"]={en:["Quick ratio"]},e.exports["RSI Strategy_study"]={en:["RSI Strategy"]},e.exports["Rate Of Change_study"]={en:["Rate Of Change"]},e.exports["Rectangle Chart Pattern_study"]={en:["Rectangle Chart Pattern"]},e.exports["Reduction of long term debt_study"]={en:["Reduction of long term debt"]},e.exports["Relative Strength Index_study"]={en:["Relative Strength Index"]},e.exports["Relative Vigor Index_study"]={en:["Relative Vigor Index"]},e.exports["Relative Volatility Index_study"]={en:["Relative Volatility Index"]},e.exports["Relative Volume at Time_study"]={en:["Relative Volume at Time"]},e.exports["Repurchase of common & preferred stock_study"]={en:["Repurchase of common & preferred stock"]},e.exports["Research & development to revenue ratio_study"]={en:["Research & development to revenue ratio"]},e.exports["Research & development_study"]={en:["Research & development"]},e.exports["Restructuring charge_study"]={en:["Restructuring charge"]},e.exports["Retained earnings_study"]={en:["Retained earnings"]},e.exports["Return on assets %_study"]={en:["Return on assets %"]},e.exports["Return on equity %_study"]={en:["Return on equity %"]},e.exports["Return on equity adjusted to book value %_study"]={en:["Return on equity adjusted to book value %"]},e.exports["Return on invested capital %_study"]={en:["Return on invested capital %"]},e.exports["Return on tangible assets %_study"]={en:["Return on tangible assets %"]},e.exports["Return on tangible equity %_study"]={en:["Return on tangible equity %"]},e.exports["Revenue estimates_study"]={en:["Revenue estimates"]},e.exports["Revenue one year growth_study"]={en:["Revenue one year growth"]},e.exports["Revenue per employee_study"]={en:["Revenue per employee"]},e.exports["Rising Three Methods - Bullish_study"]={en:["Rising Three Methods - Bullish"]},e.exports["Rising Wedge Chart Pattern_study"]={en:["Rising Wedge Chart Pattern"]},e.exports["Rising Window - Bullish_study"]={en:["Rising Window - Bullish"]},e.exports["Rob Booker - ADX Breakout_study"]={en:["Rob Booker - ADX Breakout"]},e.exports["Rob Booker - Intraday Pivot Points_study"]={en:["Rob Booker - Intraday Pivot Points"]},e.exports["Rob Booker - Knoxville Divergence_study"]={en:["Rob Booker - Knoxville Divergence"]},e.exports["Rob Booker - Missed Pivot Points_study"]={en:["Rob Booker - Missed Pivot Points"]},e.exports["Rob Booker - Reversal_study"]={en:["Rob Booker - Reversal"]},e.exports["Rob Booker - Ziv Ghost Pivots_study"]={en:["Rob Booker - Ziv Ghost Pivots"]},e.exports["SMI Ergodic Indicator/Oscillator_study"]={en:["SMI Ergodic Indicator/Oscillator"]},e.exports["SMI Ergodic Indicator_study"]={en:["SMI Ergodic Indicator"]},e.exports["SMI Ergodic Oscillator_study"]={en:["SMI Ergodic Oscillator"]},e.exports["Sale of common & preferred stock_study"]={en:["Sale of common & preferred stock"]},e.exports["Sale of fixed assets & businesses_study"]={en:["Sale of fixed assets & businesses"]},e.exports["Sale/maturity of investments_study"]={
+en:["Sale/maturity of investments"]},e.exports["Selling/general/admin expenses, other_study"]={en:["Selling/general/admin expenses, other"]},e.exports["Selling/general/admin expenses, total_study"]={en:["Selling/general/admin expenses, total"]},e.exports["Session Volume HD_study"]={en:["Session Volume HD"],el:["Session Volume"]},e.exports["Session Volume Profile HD_study"]={en:["Session Volume Profile HD"]},e.exports["Session Volume Profile_study"]={en:["Session Volume Profile"]},e.exports["Session Volume_study"]={en:["Session Volume"]},e.exports["Shareholders' equity_study"]={en:["Shareholders' equity"]},e.exports["Shares buyback ratio %_study"]={en:["Shares buyback ratio %"]},e.exports["Shooting Star - Bearish_study"]={en:["Shooting Star - Bearish"]},e.exports["Short term debt excl. current portion of LT debt_study"]={en:["Short term debt excl. current portion of LT debt"]},e.exports["Short term debt_study"]={en:["Short term debt"]},e.exports["Short term investments_study"]={en:["Short term investments"]},e.exports["Sloan ratio %_study"]={en:["Sloan ratio %"]},e.exports["Smoothed Moving Average_study"]={en:["Smoothed Moving Average"]},e.exports["Solvency ratios_study"]={en:["Solvency ratios"]},e.exports["Spinning Top Black_study"]={en:["Spinning Top Black"]},e.exports["Spinning Top White_study"]={en:["Spinning Top White"]},e.exports["Springate score_study"]={en:["Springate score"]},e.exports["Standard Deviation_study"]={en:["Standard Deviation"]},e.exports["Standard Error Bands_study"]={en:["Standard Error Bands"]},e.exports["Standard Error_study"]={en:["Standard Error"]},e.exports.Stoch_study={en:["Stoch"]},e.exports["Stochastic Momentum Index_study"]={en:["Stochastic Momentum Index"]},e.exports["Stochastic RSI_study"]={en:["Stochastic RSI"]},e.exports["Stochastic Slow Strategy_study"]={en:["Stochastic Slow Strategy"]},e.exports.Stochastic_study={en:["Stochastic"]},e.exports.SuperTrend_study={en:["SuperTrend"]},e.exports["Supertrend Strategy_study"]={en:["Supertrend Strategy"]},e.exports.Supertrend_study={en:["Supertrend"]},e.exports["Sustainable growth rate_study"]={en:["Sustainable growth rate"]},e.exports.TRIX_study={en:["TRIX"]},e.exports["Tangible book value per share_study"]={en:["Tangible book value per share"]},e.exports["Tangible common equity ratio_study"]={en:["Tangible common equity ratio"]},e.exports.Taxes_study={en:["Taxes"]},e.exports["Technical Ratings Strategy_study"]={en:["Technical Ratings Strategy"]},e.exports["Technical Ratings_study"]={en:["Technical Ratings"]},e.exports.Technicals_study={en:["Technicals"]},e.exports["Three Black Crows - Bearish_study"]={en:["Three Black Crows - Bearish"]},e.exports["Three White Soldiers - Bullish_study"]={en:["Three White Soldiers - Bullish"]},e.exports["Time Weighted Average Price_study"]={en:["Time Weighted Average Price"]},e.exports["Tobin's Q (approximate)_study"]={en:["Tobin's Q (approximate)"]},e.exports["Total assets_study"]={en:["Total assets"]},e.exports["Total cash dividends paid_study"]={en:["Total cash dividends paid"]},
+e.exports["Total common shares outstanding_study"]={en:["Total common shares outstanding"]},e.exports["Total current assets_study"]={en:["Total current assets"]},e.exports["Total current liabilities_study"]={en:["Total current liabilities"]},e.exports["Total debt_study"]={en:["Total debt"]},e.exports["Total equity_study"]={en:["Total equity"]},e.exports["Total inventory_study"]={en:["Total inventory"]},e.exports["Total liabilities & shareholders' equities_study"]={en:["Total liabilities & shareholders' equities"]},e.exports["Total liabilities_study"]={en:["Total liabilities"]},e.exports["Total non-current assets_study"]={en:["Total non-current assets"]},e.exports["Total non-current liabilities_study"]={en:["Total non-current liabilities"]},e.exports["Total operating expenses_study"]={en:["Total operating expenses"]},e.exports["Total receivables, net_study"]={en:["Total receivables, net"]},e.exports["Total revenue_study"]={en:["Total revenue"]},e.exports["Trading Sessions_study"]={en:["Trading Sessions"]},e.exports["Treasury stock - common_study"]={en:["Treasury stock - common"]},e.exports["Trend Strength Index_study"]={en:["Trend Strength Index"]},e.exports["Tri-Star - Bearish_study"]={en:["Tri-Star - Bearish"]},e.exports["Tri-Star - Bullish_study"]={en:["Tri-Star - Bullish"]},e.exports["Triangle Chart Pattern_study"]={en:["Triangle Chart Pattern"]},e.exports["Triple Bottom Chart Pattern_study"]={en:["Triple Bottom Chart Pattern"]},e.exports["Triple EMA_study"]={en:["Triple EMA"]},e.exports["Triple Top Chart Pattern_study"]={en:["Triple Top Chart Pattern"]},e.exports["True Strength Index_study"]={en:["True Strength Index"]},e.exports["True Strength Indicator_study"]={en:["True Strength Indicator"]},e.exports["Tweezer Top - Bearish_study"]={en:["Tweezer Top - Bearish"]},e.exports["Typical Price_study"]={en:["Typical Price"]},e.exports["Ultimate Oscillator_study"]={en:["Ultimate Oscillator"]},e.exports["Unrealized gain/loss_study"]={en:["Unrealized gain/loss"]},e.exports["Unusual income/expense_study"]={en:["Unusual income/expense"]},e.exports["Up/Down Volume_study"]={en:["Up/Down Volume"]},e.exports["Upside Tasuki Gap - Bullish_study"]={en:["Upside Tasuki Gap - Bullish"]},e.exports["VWAP Auto Anchored_study"]={en:["VWAP Auto Anchored"]},e.exports.VWAP_study={en:["VWAP"]},e.exports.VWMA_study={en:["VWMA"]},e.exports["Valuation ratios_study"]={en:["Valuation ratios"]},e.exports["Visible Average Price_study"]={en:["Visible Average Price"]},e.exports["Visible Range Volume Profile_study"]={en:["Visible Range Volume Profile"]},e.exports["Visible Range_study"]={en:["Visible Range"]},e.exports.Vol_study={en:["Vol"]},e.exports["Volatility Close-to-Close_study"]={en:["Volatility Close-to-Close"]},e.exports["Volatility Index_study"]={en:["Volatility Index"]},e.exports["Volatility O-H-L-C_study"]={en:["Volatility O-H-L-C"]},e.exports["Volatility Stop_study"]={en:["Volatility Stop"]},e.exports["Volatility Zero Trend Close-to-Close_study"]={en:["Volatility Zero Trend Close-to-Close"]},e.exports["Volty Expan Close Strategy_study"]={
+en:["Volty Expan Close Strategy"]},e.exports["Volume Oscillator_study"]={en:["Volume Oscillator"],el:["Ταλαντωτής όγκου"]},e.exports["Volume Weighted Average Price_study"]={en:["Volume Weighted Average Price"]},e.exports["Volume Weighted Moving Average_study"]={en:["Volume Weighted Moving Average"]},e.exports.Volume_study={en:["Volume"],el:["Όγκος"]},e.exports["Vortex Indicator_study"]={en:["Vortex Indicator"]},e.exports["Williams %R_study"]={en:["Williams %R"]},e.exports["Williams Alligator_study"]={en:["Williams Alligator"]},e.exports["Williams Fractal_study"]={en:["Williams Fractal"]},e.exports["Williams Fractals_study"]={en:["Williams Fractals"]},e.exports["Williams Percent Range_study"]={en:["Williams Percent Range"]},e.exports["Woodies CCI_study"]={en:["Woodies CCI"]},e.exports["Zig Zag_study"]={en:["Zig Zag"]},e.exports["Zmijewski score_study"]={en:["Zmijewski score"]}},89633:e=>{e.exports={en:["Anchored Volume Profile"]}},25705:e=>{e.exports={en:["Fixed Range Volume Profile"]}},24261:e=>{e.exports={en:["Vol"]}},67736:e=>{e.exports={en:["Minor"]}},922:e=>{e.exports={en:["Minute"]}},91405:e=>{e.exports={en:["Text"]}},78972:e=>{e.exports={en:["Couldn't copy"]}},10615:e=>{e.exports={en:["Couldn't cut"]}},81518:e=>{e.exports={en:["Couldn't paste"]}},83140:e=>{e.exports={en:["Countdown to bar close"],el:["Countdown To Bar Close"]}},10871:e=>{e.exports={en:["Colombo"]}},55761:e=>{e.exports={en:["Columns"],el:["Στήλες"]}},9818:e=>{e.exports={en:["Comment"],el:["Σχόλιο"]}},53942:e=>{e.exports={en:["Compare or Add Symbol"],el:["Σύγκριση ή Προσθήκη Συμβόλου"]}},12086:e=>{e.exports={en:["Compilation error"]}},71692:e=>{e.exports={en:["Confirm to remove locked drawings"]}},48141:e=>{e.exports={en:["Confirm Inputs"]}},81605:e=>{e.exports={en:["Confirm Remove Study Tree"]}},38917:e=>{e.exports={en:["Copenhagen"]}},49680:e=>{e.exports={en:["Copy"],el:["Αντιγραφή"]}},66134:e=>{e.exports={en:["Copy Chart Layout"]}},63553:e=>{e.exports={en:["Copy price"]}},65736:e=>{e.exports={en:["Cairo"]}},25381:e=>{e.exports={en:["Callout"]}},45054:e=>{e.exports={en:["Candles"]}},30948:e=>{e.exports={en:["Caracas"]}},70409:e=>{e.exports={en:["Casablanca"]}},37276:e=>{e.exports={en:["Change"]}},85124:e=>{e.exports={en:["Change Symbol"],el:["Αλλαγή Συμβόλου"]}},2569:e=>{e.exports={en:["Change interval"],el:["Αλλαγή διαστήματος"]}},9687:e=>{e.exports={en:["Change interval. Press number or comma"]}},36332:e=>{e.exports={en:["Change symbol. Start typing symbol name"]}},48566:e=>{e.exports={en:["Change scale currency"]}},85110:e=>{e.exports={en:["Change scale unit"]}},56275:e=>{e.exports={en:["Chart #{index}"]}},39950:e=>{e.exports={en:["Chart Properties"],el:["Ιδιότητες γραφήματος"]}},98856:e=>{e.exports={en:["Chart by TradingView"]}},1136:e=>{e.exports={en:["Chart for {symbol}, {interval}"]}},69804:e=>{e.exports={en:["Chart image copied to clipboard {emoji}"]}},6655:e=>{e.exports={en:["Chart image embed code copied to clipboard {emoji}"]}},36549:e=>{e.exports={en:["Chatham Islands"]}},72452:e=>{e.exports={en:["Chicago"]}},50349:e=>{e.exports={
+en:["Chongqing"]}},91944:e=>{e.exports={en:["Circle"]}},14985:e=>{e.exports={en:["Click to set a point"],el:["Κάντε κλικ για να δημιουργία σημείου"]}},12537:e=>{e.exports={en:["Clone"],el:["Κλωνοποίηση"]}},62578:e=>{e.exports={en:["Close"],el:["Κλείσιμο"]}},264:e=>{e.exports={en:["Create limit order"]}},6969:e=>{e.exports={en:["Cross"]}},74334:e=>{e.exports={en:["Cross Line"]}},59396:e=>{e.exports={en:["Currencies"]}},20177:e=>{e.exports={en:["Current interval and above"]}},494:e=>{e.exports={en:["Current interval and below"]}},60668:e=>{e.exports={en:["Current interval only"]}},78609:e=>{e.exports={en:["Curve"]}},87380:e=>{e.exports={en:["Cycle"]}},84031:e=>{e.exports={en:["Cyclic Lines"]}},93191:e=>{e.exports={en:["Cypher Pattern"]}},7219:e=>{e.exports={en:["A layout with that name already exists"]}},67635:e=>{e.exports={en:["A layout with that name already exists. Do you want to overwrite it?"]}},46712:e=>{e.exports={en:["ABCD Pattern"]}},36485:e=>{e.exports={en:["Amsterdam"]}},24185:e=>{e.exports={en:["Anchor"]}},42630:e=>{e.exports={en:["Anchorage"]}},42669:e=>{e.exports={en:["Anchored Text"],el:["Καρφιτσωμένο κείμενο"]}},84541:e=>{e.exports={en:["Anchored VWAP"]}},77401:e=>{e.exports={en:["Access error"]}},46501:e=>{e.exports={en:["Add Symbol"],el:["Εισαγωγή Συμβόλου"]}},2439:e=>{e.exports={en:["Add financial metric for {instrumentName}"]}},35088:e=>{e.exports={en:["Add indicator/strategy on {studyTitle}"]}},35679:e=>{e.exports={en:["Add this financial metric to entire layout"]}},10996:e=>{e.exports={en:["Add this financial metric to favorites"]}},26090:e=>{e.exports={en:["Add this indicator to entire layout"]}},92957:e=>{e.exports={en:["Add this indicator to favorites"]}},95754:e=>{e.exports={en:["Add this strategy to entire layout"]}},39010:e=>{e.exports={en:["Add this symbol to entire layout"]}},426:e=>{e.exports={en:["Adelaide"]}},40452:e=>{e.exports={en:["Always invisible"],el:["Always Invisible"]}},36299:e=>{e.exports={en:["Always visible"],el:["Always Visible"]}},58026:e=>{e.exports={en:["All intervals"]}},78358:e=>{e.exports={en:["Apply default"],el:["Apply Default"]}},22437:e=>{e.exports={en:["Apply these indicators to entire layout"]}},27072:e=>{e.exports={en:["Apr"],el:["Απρ"]}},59324:e=>{e.exports={en:["Arc"]}},34456:e=>{e.exports={en:["Area"]}},11858:e=>{e.exports={en:["Arrow"]}},34247:e=>{e.exports={en:["Arrow Down"]}},36352:e=>{e.exports={en:["Arrow Marker"]}},73193:e=>{e.exports={en:["Arrow Mark Down"]}},1949:e=>{e.exports={en:["Arrow Mark Left"]}},86275:e=>{e.exports={en:["Arrow Mark Right"]}},62453:e=>{e.exports={en:["Arrow Mark Up"]}},77231:e=>{e.exports={en:["Arrow Up"]}},98128:e=>{e.exports={en:["Astana"]}},63627:e=>{e.exports={en:["Ashgabat"],el:["Ashkhabad"]}},72445:e=>{e.exports={en:["At close"]}},73702:e=>{e.exports={en:["Athens"],el:["Αθηνα"]}},21469:e=>{e.exports={en:["Auto"]}},24157:e=>{e.exports={en:["Auto (fits data to screen)"],el:["Auto (Fits Data To Screen)"]}},46450:e=>{e.exports={en:["Aug"],el:["Αυγ"]}},21841:e=>{e.exports={en:["Average close price label"]}},16138:e=>{
+e.exports={en:["Average close price line"]}},73025:e=>{e.exports={en:["Avg"]}},87580:e=>{e.exports={en:["Azores"]}},73905:e=>{e.exports={en:["Bogota"]}},90594:e=>{e.exports={en:["Bahrain"]}},70540:e=>{e.exports={en:["Balloon"]}},47045:e=>{e.exports={en:["Bangkok"]}},92101:e=>{e.exports={en:["Bar Replay isn't available for this chart type. Want to exit Bar Replay?"]}},32482:e=>{e.exports={en:["Bar Replay isn't available for this symbol. Want to exit Bar Replay?"]}},85902:e=>{e.exports={en:["Bar Replay isn't available for this time interval. Want to exit Bar Replay?"]}},27377:e=>{e.exports={en:["Bars"]}},81994:e=>{e.exports={en:["Bars Pattern"]}},59213:e=>{e.exports={en:["Baseline"]}},71797:e=>{e.exports={en:["Belgrade"]}},64313:e=>{e.exports={en:["Berlin"]}},43539:e=>{e.exports={en:["Brush"]}},91499:e=>{e.exports={en:["Brussels"]}},70876:e=>{e.exports={en:["Bratislava"]}},55481:e=>{e.exports={en:["Bring forward"],el:["Μετακίνηση μπροστά"]}},17293:e=>{e.exports={en:["Bring to front"],el:["Τοποθέτηση μπροστά"]}},79336:e=>{e.exports={en:["Brisbane"]}},33672:e=>{e.exports={en:["Bucharest"]}},20313:e=>{e.exports={en:["Budapest"]}},25282:e=>{e.exports={en:["Buenos Aires"]}},46768:e=>{e.exports={en:["By TradingView"]}},54280:e=>{e.exports={en:["Go to date"]}},74975:e=>{e.exports={en:["Go to {lineToolName}"]}},15462:e=>{e.exports={en:["Got it"]}},47460:e=>{e.exports={en:["Gann Box"]}},48683:e=>{e.exports={en:["Gann Fan"]}},44763:e=>{e.exports={en:["Gann Square"]}},60707:e=>{e.exports={en:["Gann Square Fixed"]}},46808:e=>{e.exports={en:["Ghost Feed"]}},57726:e=>{e.exports={en:["Grand supercycle"],el:["Grand Supercycle"]}},15096:e=>{e.exports={en:["Do you really want to delete indicator template '{name}' ?"]}},77174:e=>{e.exports={en:["Do you really want to delete study and all of it's children?"]}},77125:e=>{e.exports={en:["Double Curve"]}},9430:e=>{e.exports={en:["Double-click any edge to reset layout grid"]}},75296:e=>{e.exports={en:["Double-click to finish Path"]}},17409:e=>{e.exports={en:["Double-click to finish Polyline"]}},36539:e=>{e.exports={en:["Double-tap any edge to reset layout grid"]}},57131:e=>{e.exports={en:["Data Provided by"]}},22677:e=>{e.exports={en:["Date"]}},85444:e=>{e.exports={en:["Date Range"],el:["Εύρος ημ/νιας"]}},47017:e=>{e.exports={en:["Date and Price Range"]}},32084:e=>{e.exports={en:["Dec"],el:["Δεκ"]}},23403:e=>{e.exports={en:["Degree"]}},27358:e=>{e.exports={en:["Denver"]}},24959:e=>{e.exports={en:["Dhaka"]}},15179:e=>{e.exports={en:["Diamond"]}},91544:e=>{e.exports={en:["Disjoint Channel"]}},70132:e=>{e.exports={en:["Displacement"]}},93864:e=>{e.exports={en:["Drawings toolbar"],el:["Drawings Toolbar"]}},56916:e=>{e.exports={en:["Draw Horizontal Line at {price}"]}},23650:e=>{e.exports={en:["Dubai"]}},79716:e=>{e.exports={en:["Dublin"]}},73456:e=>{e.exports={en:["Emoji"]}},9541:e=>{e.exports={en:["Enter a new chart layout name"]}},80943:e=>{e.exports={en:["Elliott Correction Wave (ABC)"]}},75112:e=>{e.exports={en:["Elliott Double Combo Wave (WXY)"]}},61114:e=>{e.exports={
+en:["Elliott Impulse Wave (12345)"]}},72359:e=>{e.exports={en:["Elliott Triangle Wave (ABCDE)"]}},76129:e=>{e.exports={en:["Elliott Triple Combo Wave (WXYXZ)"]}},78996:e=>{e.exports={en:["Ellipse"]}},52788:e=>{e.exports={en:["Extended Line"]}},86905:e=>{e.exports={en:["Exchange"]}},19271:e=>{e.exports={en:["Existing pane above"],el:["Existing Pane Above"]}},46545:e=>{e.exports={en:["Existing pane below"],el:["Existing Pane Below"]}},20138:e=>{e.exports={en:["Forecast"],el:["Πρόβλεψη"]}},2507:e=>{e.exports={en:["Feb"],el:["Φεβ"]}},59005:e=>{e.exports={en:["Fib Channel"]}},82330:e=>{e.exports={en:["Fib Circles"]}},55986:e=>{e.exports={en:["Fib Retracement"]}},33880:e=>{e.exports={en:["Fib Speed Resistance Arcs"]}},2395:e=>{e.exports={en:["Fib Speed Resistance Fan"]}},39014:e=>{e.exports={en:["Fib Spiral"]}},30622:e=>{e.exports={en:["Fib Time Zone"]}},85042:e=>{e.exports={en:["Fib Wedge"]}},33885:e=>{e.exports={en:["Flag"]}},14600:e=>{e.exports={en:["Flag Mark"]}},45051:e=>{e.exports={en:["Flat Top/Bottom"]}},39643:e=>{e.exports={en:["Fraction part is invalid."]}},24077:e=>{e.exports={en:["Fundamental studies are no longer available on charts"]}},31561:e=>{e.exports={en:["Kolkata"]}},54533:e=>{e.exports={en:["Kathmandu"]}},83490:e=>{e.exports={en:["Kagi"]}},70913:e=>{e.exports={en:["Karachi"]}},76614:e=>{e.exports={en:["Kuwait"]}},38561:e=>{e.exports={en:["Kuala Lumpur"]}},99906:e=>{e.exports={en:["HLC area"]}},886:e=>{e.exports={en:["HLC bars"]}},34491:e=>{e.exports={en:["Ho Chi Minh"]}},13459:e=>{e.exports={en:["Hollow candles"],el:["Hollow Candles"]}},48861:e=>{e.exports={en:["Hong Kong"]}},79668:e=>{e.exports={en:["Honolulu"]}},21795:e=>{e.exports={en:["Horizontal Line"]}},25487:e=>{e.exports={en:["Horizontal Ray"]}},21928:e=>{e.exports={en:["Head and Shoulders"]}},63876:e=>{e.exports={en:["Heikin Ashi"]}},48203:e=>{e.exports={en:["Helsinki"]}},27298:e=>{e.exports={en:["Hide"],el:["Απόκρυψη"]}},47074:e=>{e.exports={en:["Hide all"]}},52563:e=>{e.exports={en:["Hide all drawings"]}},90763:e=>{e.exports={en:["Hide all drawings and indicators"]}},18216:e=>{e.exports={en:["Hide all drawings, indicators, positions & orders"]}},78525:e=>{e.exports={en:["Hide all indicators"]}},42164:e=>{e.exports={en:["Hide all positions & orders"]}},3217:e=>{e.exports={en:["Hide drawings"]}},97878:e=>{e.exports={en:["Hide events on chart"],el:["Hide Events on Chart"]}},72351:e=>{e.exports={en:["Hide indicators"]}},28345:e=>{e.exports={en:["Hide marks on bars"],el:["Hide Marks On Bars"]}},92226:e=>{e.exports={en:["Hide positions & orders"]}},78254:e=>{e.exports={en:["High"],el:["Υψηλό"]}},98236:e=>{e.exports={en:["High-low"]}},99479:e=>{e.exports={en:["High and low price labels"]}},33766:e=>{e.exports={en:["High and low price lines"]}},69476:e=>{e.exports={en:["Highlighter"]}},72819:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."]}},94966:e=>{e.exports={
+en:["Histogram is too large, please increase {boldHighlightStart}Ticks Per Row{boldHighlightEnd} in the settings window."]}},66751:e=>{e.exports={en:["Histogram is too large, please reduce {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."]}},68065:e=>{e.exports={en:["Image"]}},80185:e=>{e.exports={en:["Intervals less than {resolution} are not supported for {ticker}."]}},10268:e=>{e.exports={en:["Intermediate"]}},14285:e=>{e.exports={en:["Invalid Symbol"],el:["Άκυρο σύμβολο"]}},52969:e=>{e.exports={en:["Invalid symbol"]}},37189:e=>{e.exports={en:["Invert scale"],el:["Invert Scale"]}},89999:e=>{e.exports={en:["Indexed to 100"]}},46850:e=>{e.exports={en:["Indicators value labels"]}},54418:e=>{e.exports={en:["Indicators name labels"]}},40490:e=>{e.exports={en:["Indicators, Metrics and Strategies. Press slash"]}},15992:e=>{e.exports={en:["Info Line"]}},87829:e=>{e.exports={en:["Insert indicator"],el:["Προσθήκη Τεχικού Δείκτη"]}},41686:e=>{e.exports={en:["Inside Pitchfork"]}},37913:e=>{e.exports={en:["Icon"],el:["Εικονίδιο"]}},78326:e=>{e.exports={en:["Istanbul"]}},39585:e=>{e.exports={en:["Johannesburg"]}},14995:e=>{e.exports={en:["Jakarta"]}},62310:e=>{e.exports={en:["Jan"],el:["Ιαν"]}},36057:e=>{e.exports={en:["Jerusalem"]}},53786:e=>{e.exports={en:["Jul"],el:["Ιουλ"]}},429:e=>{e.exports={en:["Jun"],el:["Ιουν"]}},67560:e=>{e.exports={en:["Juneau"]}},62329:e=>{e.exports={en:["On the left"]}},55813:e=>{e.exports={en:["On the right"]}},64818:e=>{e.exports={en:["Only {availableResolutions} intervals are supported for {ticker}."]}},21064:e=>{e.exports={en:["Oops!"]}},51221:e=>{e.exports={en:["Object Tree"]}},12179:e=>{e.exports={en:["Oct"],el:["Οκτ"]}},16610:e=>{e.exports={en:["Open"],el:["Άνοιγμα"]}},27884:e=>{e.exports={en:["Open layout. Press period"]}},75722:e=>{e.exports={en:["Oslo"]}},65318:e=>{e.exports={en:["Low"],el:["Χαμηλό"]}},51077:e=>{e.exports={en:["Lock"],el:["Κλείδωμα"]}},79777:e=>{e.exports={en:["Lock/unlock"],el:["Κλείδωμα/Ξεκλείδωμα"]}},66005:e=>{e.exports={en:["Lock vertical cursor line by time"]}},14017:e=>{e.exports={en:["Lock price to bar ratio"],el:["Lock Price To Bar Ratio"]}},16170:e=>{e.exports={en:["Logarithmic"]}},19439:e=>{e.exports={en:["London"]}},74832:e=>{e.exports={en:["Long Position"]}},28733:e=>{e.exports={en:["Los Angeles"]}},85924:e=>{e.exports={en:["Label Down"]}},52402:e=>{e.exports={en:["Label Up"]}},5119:e=>{e.exports={en:["Labels"],el:["Ετικέτες"]}},19931:e=>{e.exports={en:["Lagos"]}},63815:e=>{e.exports={en:["Last day change"]}},59444:e=>{e.exports={en:["Lima"]}},3554:e=>{e.exports={en:["Line"]}},9394:e=>{e.exports={en:["Line with markers"],el:["With Markers"]}},43588:e=>{e.exports={en:["Line break"],el:["Line Break"]}},56982:e=>{e.exports={en:["Lines"]}},37367:e=>{e.exports={en:["Link to the chart image copied to clipboard {emoji}"]}},53375:e=>{e.exports={en:["Lisbon"]}},81038:e=>{e.exports={en:["Luxembourg"]}},60663:e=>{e.exports={en:["Move the point to position the anchor then tap to place"]}},35049:e=>{e.exports={en:["Move to"]}},26493:e=>{e.exports={
+en:["Move scale to left"]}},40789:e=>{e.exports={en:["Move scale to right"]}},57681:e=>{e.exports={en:["Modified Schiff Pitchfork"]}},93907:e=>{e.exports={en:["More settings"]}},64039:e=>{e.exports={en:["Moscow"]}},52066:e=>{e.exports={en:["Madrid"]}},38365:e=>{e.exports={en:["Malta"]}},48991:e=>{e.exports={en:["Manila"]}},92767:e=>{e.exports={en:["Mar"],el:["Μαρ"]}},73332:e=>{e.exports={en:["Mexico City"]}},88314:e=>{e.exports={en:["Merge all scales into one"]}},54215:e=>{e.exports={en:["Mixed"]}},24866:e=>{e.exports={en:["Micro"]}},87957:e=>{e.exports={en:["Millennium"]}},14724:e=>{e.exports={en:["Minuette"]}},78273:e=>{e.exports={en:["Minuscule"]}},9865:e=>{e.exports={en:["Muscat"]}},96935:e=>{e.exports={en:["N/A"]}},36252:e=>{e.exports={en:["No data here"]}},11254:e=>{e.exports={en:["No scale (fullscreen)"],el:["No Scale (Fullscreen)"]}},9140:e=>{e.exports={en:["No sync"]}},50910:e=>{e.exports={en:["No volume data"]}},99024:e=>{e.exports={en:["No, keep them"]}},94389:e=>{e.exports={en:["Note"],el:["Σημείωση"]}},26899:e=>{e.exports={en:["Nov"],el:["Νοε"]}},67891:e=>{e.exports={en:["Norfolk Island"]}},40977:e=>{e.exports={en:["Nairobi"]}},40544:e=>{e.exports={en:["New York"]}},66103:e=>{e.exports={en:["New Zealand"]}},15512:e=>{e.exports={en:["New pane above"]}},52160:e=>{e.exports={en:["New pane below"]}},94600:e=>{e.exports={en:["Nicosia"]}},73013:e=>{e.exports={en:["Something went wrong"]}},83524:e=>{e.exports={en:["Something went wrong when creating the indicator."]}},4509:e=>{e.exports={en:["Something went wrong. Please try again later."]}},43047:e=>{e.exports={en:["Save New Chart Layout"]}},76266:e=>{e.exports={en:["Save as"],el:["Αποθήκευση ως"]}},55502:e=>{e.exports={en:["San Salvador"]}},30231:e=>{e.exports={en:["Santiago"]}},91912:e=>{e.exports={en:["Sao Paulo"]}},43931:e=>{e.exports={en:["Scale currency"]}},43758:e=>{e.exports={en:["Scale price chart only"],el:["Scale Price Chart Only"]}},40012:e=>{e.exports={en:["Scale unit"]}},42608:e=>{e.exports={en:["Schiff Pitchfork"]}},76078:e=>{e.exports={en:["Script may be not updated if you leave the page."]}},32514:e=>{e.exports={en:["Settings"],el:["Ρυθμίσεις"]}},70784:e=>{e.exports={en:["Second fraction part is invalid."]}},75594:e=>{e.exports={en:["Security info"]}},21973:e=>{e.exports={en:["Send to back"],el:["Τοποθέτηση πίσω"]}},71179:e=>{e.exports={en:["Send backward"],el:["Μετακίνηση προς τα πίσω"]}},26820:e=>{e.exports={en:["Seoul"]}},6816:e=>{e.exports={en:["Sep"],el:["Σεπ"]}},94031:e=>{e.exports={en:["Session"]}},83298:e=>{e.exports={en:["Session volume profile"]}},66707:e=>{e.exports={en:["Session breaks"],el:["Session Breaks"]}},1852:e=>{e.exports={en:["Shanghai"]}},8075:e=>{e.exports={en:["Short Position"]}},98334:e=>{e.exports={en:["Show"],el:["Εμφάνιση"]}},85891:e=>{e.exports={en:["Show all drawings"]}},25881:e=>{e.exports={en:["Show all drawings and indicators"]}},86738:e=>{e.exports={en:["Show all drawings, indicators, positions & orders"]}},98753:e=>{e.exports={en:["Show all indicators"]}},55418:e=>{e.exports={en:["Show all ideas"],
+el:["Show All Ideas"]}},20506:e=>{e.exports={en:["Show all positions & orders"]}},33158:e=>{e.exports={en:["Show continuous contract switch"]}},81465:e=>{e.exports={en:["Show contract expiration"]}},29449:e=>{e.exports={en:["Show dividends"],el:["Show Dividends"]}},37113:e=>{e.exports={en:["Show earnings"],el:["Show Earnings"]}},10261:e=>{e.exports={en:["Show ideas of followed users"],el:["Show Ideas of Followed Users"]}},62986:e=>{e.exports={en:["Show latest news"]}},44020:e=>{e.exports={en:["Show my ideas only"],el:["Show My Ideas Only"]}},50849:e=>{e.exports={en:["Show splits"],el:["Show Splits"]}},67751:e=>{e.exports={en:["Signpost"]}},77377:e=>{e.exports={en:["Singapore"]}},39090:e=>{e.exports={en:["Sine Line"]}},66205:e=>{e.exports={en:["Square"]}},86146:e=>{e.exports={en:["Studies limit exceeded: {number} studies per layout.\nPlease, remove some studies."]}},92516:e=>{e.exports={en:["Style"],el:["Στυλ"]}},61507:e=>{e.exports={en:["Stack on the left"]}},97800:e=>{e.exports={en:["Stack on the right"]}},85166:e=>{e.exports={en:["Start using keyboard navigation mode. Press {shortcut}"]}},4035:e=>{e.exports={en:["Stay in drawing mode"],el:["Παραμονή στη Λειτουργία Σχεδίασης"]}},69217:e=>{e.exports={en:["Step line"],el:["Step Line"]}},43114:e=>{e.exports={en:["Sticker"]}},86716:e=>{e.exports={en:["Stockholm"]}},1145:e=>{e.exports={en:["Submicro"]}},63375:e=>{e.exports={en:["Submillennium"]}},30585:e=>{e.exports={en:["Subminuette"]}},67948:e=>{e.exports={en:["Supercycle"]}},3348:e=>{e.exports={en:["Supermillennium"]}},18905:e=>{e.exports={en:["Switch to {resolution}"]}},31622:e=>{e.exports={en:["Sydney"]}},70963:e=>{e.exports={en:["Symbol Error"]}},32390:e=>{e.exports={en:["Symbol name label"],el:["Symbol Name Label"]}},10127:e=>{e.exports={en:["Symbol last price label"],el:["Symbol Last Value Label"]}},39079:e=>{e.exports={en:["Sync globally"]}},46607:e=>{e.exports={en:["Sync in layout"],el:["Sync To All Charts"]}},76519:e=>{e.exports={en:["Point & figure"],el:["Point & Figure"]}},39949:e=>{e.exports={en:["Polyline"]}},371:e=>{e.exports={en:["Path"]}},59256:e=>{e.exports={en:["Parallel Channel"]}},61879:e=>{e.exports={en:["Paris"]}},35140:e=>{e.exports={en:["Paste"]}},6919:e=>{e.exports={en:["Percent"]}},24436:e=>{e.exports={en:["Perth"]}},14055:e=>{e.exports={en:["Phoenix"]}},34156:e=>{e.exports={en:["Pitchfan"]}},19634:e=>{e.exports={en:["Pitchfork"]}},86631:e=>{e.exports={en:["Pin"]}},33110:e=>{e.exports={en:["Pin to new left scale"]}},28280:e=>{e.exports={en:["Pin to new right scale"]}},14115:e=>{e.exports={en:["Pin to left scale"]}},72046:e=>{e.exports={en:["Pin to left scale (hidden)"]}},81054:e=>{e.exports={en:["Pin to right scale"]}},16986:e=>{e.exports={en:["Pin to right scale (hidden)"]}},60035:e=>{e.exports={en:["Pin to scale (now left)"]}},94210:e=>{e.exports={en:["Pin to scale (now no scale)"]}},10761:e=>{e.exports={en:["Pin to scale (now right)"]}},76150:e=>{e.exports={en:["Pin to scale (now {label})"]}},29436:e=>{e.exports={en:["Pin to scale {label}"]}},2165:e=>{e.exports={
+en:["Pin to scale {label} (hidden)"]}},90095:e=>{e.exports={en:["Pinned to left scale"]}},32538:e=>{e.exports={en:["Pinned to left scale (hidden)"]}},44579:e=>{e.exports={en:["Pinned to right scale"]}},94559:e=>{e.exports={en:["Pinned to right scale (hidden)"]}},12645:e=>{e.exports={en:["Pinned to scale {label}"]}},3564:e=>{e.exports={en:["Pinned to scale {label} (hidden)"]}},71566:e=>{e.exports={en:["Plus button"]}},28298:e=>{e.exports={en:["Please give us a clipboard writing permission in your browser or press {keystroke}"]}},81248:e=>{e.exports={en:["Prague"]}},81712:e=>{e.exports={en:["Press and hold {key} while zooming to maintain the chart position"]}},91282:e=>{e.exports={en:["Price Label"]}},97512:e=>{e.exports={en:["Price Note"]}},68941:e=>{e.exports={en:["Price Range"]}},66123:e=>{e.exports={en:["Price format is invalid."]}},72926:e=>{e.exports={en:["Price line"],el:["Γραμμή Τιμής"]}},59189:e=>{e.exports={en:["Primary"]}},75747:e=>{e.exports={en:["Projection"]}},55801:e=>{e.exports={en:["Published on {customer}, {date}"]}},14568:e=>{e.exports={en:["Q1"]}},13534:e=>{e.exports={en:["Q2"]}},14530:e=>{e.exports={en:["Q3"]}},3762:e=>{e.exports={en:["Q4"]}},28756:e=>{e.exports={en:["Qatar"]}},57959:e=>{e.exports={en:["Quick search. Press {shortcut}"]}},56820:e=>{e.exports={en:["Rotated Rectangle"]}},52961:e=>{e.exports={en:["Rome"]}},50318:e=>{e.exports={en:["Ray"]}},55169:e=>{e.exports={en:["Range"]}},13386:e=>{e.exports={en:["Reykjavik"]}},26001:e=>{e.exports={en:["Rectangle"]}},48236:e=>{e.exports={en:["Redo"]}},2460:e=>{e.exports={en:["Regression Trend"]}},67410:e=>{e.exports={en:["Remove"],el:["Αφαίρεση"]}},3061:e=>{e.exports={en:["Remove this financial metric from favorites"]}},58764:e=>{e.exports={en:["Remove this indicator from favorites"]}},86285:e=>{e.exports={en:["Remove {drawings}"]}},87796:e=>{e.exports={en:["Remove {drawings} & {indicators}"]}},87797:e=>{e.exports={en:["Remove {indicators}"]}},22584:e=>{e.exports={en:["Rename Chart Layout"]}},88130:e=>{e.exports={en:["Renko"]}},75246:e=>{e.exports={en:["Reset chart view"]}},88853:e=>{e.exports={en:["Reset points"]}},15332:e=>{e.exports={en:["Reset price scale"],el:["Reset Price Scale"]}},54170:e=>{e.exports={en:["Reset time scale"],el:["Reset Time Scale"]}},37974:e=>{e.exports={en:["Riyadh"]}},94022:e=>{e.exports={en:["Riga"]}},60630:e=>{e.exports={en:["Runtime error"]}},66719:e=>{e.exports={en:["Warning"]}},5959:e=>{e.exports={en:["Warsaw"]}},41446:e=>{e.exports={en:["To calculate the VWAP indicator, more data is needed. Zoom out or scroll left to load more historical data."]}},98549:e=>{e.exports={en:["Tokelau"]}},69122:e=>{e.exports={en:["Tokyo"]}},10095:e=>{e.exports={en:["Toronto"]}},17981:e=>{e.exports={en:["Table"]}},11034:e=>{e.exports={en:["Taipei"]}},79995:e=>{e.exports={en:["Tallinn"]}},6686:e=>{e.exports={en:["Tehran"]}},93553:e=>{e.exports={en:["Template"]}},81657:e=>{e.exports={en:["The data vendor doesn't provide volume data for this symbol."]}},49947:e=>{e.exports={
+en:["The publication preview could not be loaded. Please disable your browser extensions and try again."]}},99274:e=>{e.exports={en:["The request took too long to process. Ensure you have a stable internet connection. If the issue persists, try decreasing the length of the requested time interval."]}},43716:e=>{e.exports={en:["There's no data for your selected period and chart timeframe."]}},93738:e=>{e.exports={en:["This file is too big. Max size is {value}."]}},59519:e=>{e.exports={en:["This indicator cannot be applied to another indicator."]}},18260:e=>{e.exports={en:["This script contains an error. Please contact its author."]}},76989:e=>{e.exports={en:["This script is invite-only. To request access, please contact its author."]}},47773:e=>{e.exports={en:["This symbol is only available on {linkStart}TradingView{linkEnd}."],el:["The symbol available only on {linkStart}TradingView{linkEnd}."]}},46982:e=>{e.exports={en:["Three Drives Pattern"]}},80254:e=>{e.exports={en:["Tick-based intervals are not available for {ticker}."]}},12806:e=>{e.exports={en:["Time"]}},20909:e=>{e.exports={en:["Time zone"],el:["Ζώνη Ώρας"]}},46852:e=>{e.exports={en:["Time Cycles"]}},17809:e=>{e.exports={en:["Time Price Opportunity"]}},66823:e=>{e.exports={en:["Trade"]}},7697:e=>{e.exports={en:["TradingView is interactive and has commands to use with a screen reader. The following is a list of keyboard commands available to interact on the platform"]}},35757:e=>{e.exports={en:["Trend Angle"]}},97339:e=>{e.exports={en:["Trend Line"]}},80583:e=>{e.exports={en:["Trend-Based Fib Extension"]}},72159:e=>{e.exports={en:["Trend-Based Fib Time"]}},1671:e=>{e.exports={en:["Triangle"]}},76152:e=>{e.exports={en:["Triangle Down"]}},90148:e=>{e.exports={en:["Triangle Pattern"]}},21236:e=>{e.exports={en:["Triangle Up"]}},21007:e=>{e.exports={en:["Tunis"]}},1833:e=>{e.exports={en:["UTC"]}},14804:e=>{e.exports={en:["Undo"],el:["Αναίρεση"]}},56815:e=>{e.exports={en:["Unexpected error in Deep Backtesting mode. Contact support for more information."]}},15432:e=>{e.exports={en:["Units"]}},11768:e=>{e.exports={en:["Unknown error"]}},99894:e=>{e.exports={en:["Unlock"]}},75546:e=>{e.exports={en:["Unsupported interval"]}},8580:e=>{e.exports={en:["User-defined error"]}},81030:e=>{e.exports={en:["VWAP is waiting for more data"]}},40693:e=>{e.exports={en:["Volume Profile Fixed Range"]}},39903:e=>{e.exports={en:["Volume Profile indicator available only on our upgraded plans."]}},93722:e=>{e.exports={en:["Volume candles"]}},69156:e=>{e.exports={en:["Volume data is not provided in BIST MIXED data plan."]}},92763:e=>{e.exports={en:["Volume footprint"]}},32838:e=>{e.exports={en:["Vancouver"]}},29535:e=>{e.exports={en:["Vertical Line"]}},23160:e=>{e.exports={en:["Vienna"]}},60534:e=>{e.exports={en:["Vilnius"]}},40091:e=>{e.exports={en:["Visibility"]}},54853:e=>{e.exports={en:["Visibility on intervals"]}},58302:e=>{e.exports={en:["Visible on tap"]}},10309:e=>{e.exports={en:["Visible on mouse over"],el:["Visible on Mouse Over"]}},4077:e=>{e.exports={en:["Visual order"],
+el:["Σειρά Εμφάνισης"]}},11316:e=>{e.exports={en:["X Cross"]}},42231:e=>{e.exports={en:["XABCD Pattern"]}},25059:e=>{e.exports={en:["You cannot see this pivot timeframe on this resolution"]}},41019:e=>{e.exports={en:["You have locked drawings on this symbol. Do you want to remove the locked drawings too?"]}},53168:e=>{e.exports={en:["Yangon"]}},93123:e=>{e.exports={en:["Yes, remove them"]}},62859:e=>{e.exports={en:["Zurich"]}},47977:e=>{e.exports={en:["change Elliott degree"]}},61557:e=>{e.exports={en:["change no overlapping labels"]}},76852:e=>{e.exports={en:["change average close price label visibility"]}},1022:e=>{e.exports={en:["change average close price line visibility"]}},69362:e=>{e.exports={en:["change bid and ask labels visibility"]}},52919:e=>{e.exports={en:["change bid and ask lines visibility"]}},32302:e=>{e.exports={en:["change currency"]}},68846:e=>{e.exports={en:["change chart layout to {title}"]}},18867:e=>{e.exports={en:["change continuous contract switch visibility"]}},39383:e=>{e.exports={en:["change countdown to bar close visibility"]}},16979:e=>{e.exports={en:["change date range"]}},53929:e=>{e.exports={en:["change dividends visibility"]}},6119:e=>{e.exports={en:["change events visibility on chart"]}},6819:e=>{e.exports={en:["change earnings visibility"]}},85532:e=>{e.exports={en:["change futures contract expiration visibility"]}},24226:e=>{e.exports={en:["change high and low price labels visibility"]}},80692:e=>{e.exports={en:["change high and low price lines visibility"]}},24893:e=>{e.exports={en:["change indicators name labels visibility"]}},64729:e=>{e.exports={en:["change indicators value labels visibility"]}},50243:e=>{e.exports={en:["change latest news and Minds visibility"]}},88849:e=>{e.exports={en:["change linking group"]}},14691:e=>{e.exports={en:["change pane height"]}},96379:e=>{e.exports={en:["change plus button visibility"]}},76660:e=>{e.exports={en:["change point"]}},30870:e=>{e.exports={en:["change pre/post market price label visibility"]}},11718:e=>{e.exports={en:["change pre/post market price line visibility"]}},58419:e=>{e.exports={en:["change previous close price line visibility"]}},8662:e=>{e.exports={en:["change price line visibility"]}},2509:e=>{e.exports={en:["change price to bar ratio"]}},32829:e=>{e.exports={en:["change resolution"],el:["Change Resolution"]}},35400:e=>{e.exports={en:["change symbol"],el:["Change symbol"]}},73357:e=>{e.exports={en:["change symbol labels visibility"]}},67453:e=>{e.exports={en:["change symbol last value visibility"]}},4729:e=>{e.exports={en:["change symbol previous close value visibility"]}},87041:e=>{e.exports={en:["change session"]}},38413:e=>{e.exports={en:["change session breaks visibility"]}},49965:e=>{e.exports={en:["change series style"]}},47474:e=>{e.exports={en:["change splits visibility"]}},20137:e=>{e.exports={en:["change timezone"]}},85975:e=>{e.exports={en:["change unit"]}},1924:e=>{e.exports={en:["change visibility"]}},84331:e=>{e.exports={en:["change visibility at current interval"]}},45800:e=>{e.exports={
+en:["change visibility at current interval and above"]}},75645:e=>{e.exports={en:["change visibility at current interval and below"]}},57916:e=>{e.exports={en:["change visibility at all intervals"]}},94566:e=>{e.exports={en:["charts by TradingView"]}},32943:e=>{e.exports={en:["clone line tools"]}},46219:e=>{e.exports={en:["create line tools group"]}},95394:e=>{e.exports={en:["create line tools group from selection"]}},12898:e=>{e.exports={en:["create {tool}"]}},94227:e=>{e.exports={en:["cut sources"]}},11500:e=>{e.exports={en:["cut {title}"]}},63869:e=>{e.exports={en:["anchor objects"]}},12570:e=>{e.exports={en:["add line tool {lineTool} to group {name}"]}},21162:e=>{e.exports={en:["add line tool(s) to group {group}"]}},67608:e=>{e.exports={en:["add this financial metric to entire layout"]}},96677:e=>{e.exports={en:["add this indicator to entire layout"]}},58156:e=>{e.exports={en:["add this strategy to entire layout"]}},79290:e=>{e.exports={en:["add this symbol to entire layout"]}},4128:e=>{e.exports={en:["align to 45 degrees"]}},68231:e=>{e.exports={en:["apply chart theme"]}},99551:e=>{e.exports={en:["apply all chart properties"]}},89720:e=>{e.exports={en:["apply drawing template"]}},27851:e=>{e.exports={en:["apply factory defaults to selected sources"]}},70507:e=>{e.exports={en:["apply indicators to entire layout"]}},69604:e=>{e.exports={en:["apply study template {template}"]}},86708:e=>{e.exports={en:["apply toolbars theme"]}},1979:e=>{e.exports={en:["bring group {title} forward"]}},53159:e=>{e.exports={en:["bring {title} to front"]}},41966:e=>{e.exports={en:["bring {title} forward"]}},44676:e=>{e.exports={en:["by TradingView"]}},58850:e=>{e.exports={en:["date range lock"]}},99395:e=>{e.exports={en:["exclude line tools from group {group}"]}},13017:e=>{e.exports={en:["hide {title}"]}},62249:e=>{e.exports={en:["hide marks on bars"],el:["Hide Marks On Bars"]}},56558:e=>{e.exports={en:["interval lock"]}},6830:e=>{e.exports={en:["invert scale"],el:["Invert Scale"]}},48818:e=>{e.exports={en:["insert {title}"]}},56307:e=>{e.exports={en:["insert {title} after {targetTitle}"]}},32960:e=>{e.exports={en:["insert {title} after {target}"]}},57106:e=>{e.exports={en:["insert {title} before {target}"]}},46229:e=>{e.exports={en:["insert {title} before {targetTitle}"]}},43364:e=>{e.exports={en:["load default drawing template"]}},62011:e=>{e.exports={en:["loading..."],el:["ενημέρωση..."]}},76104:e=>{e.exports={en:["lock {title}"]}},20453:e=>{e.exports={en:["lock group {group}"]}},18942:e=>{e.exports={en:["lock objects"]}},98277:e=>{e.exports={en:["move"]}},58228:e=>{e.exports={en:["move {title} to new left scale"]}},77482:e=>{e.exports={en:["move {title} to new right scale"]}},64077:e=>{e.exports={en:["move all scales to left"]}},19013:e=>{e.exports={en:["move all scales to right"]}},52510:e=>{e.exports={en:["move drawing(s)"]}},79209:e=>{e.exports={en:["move left"]}},60114:e=>{e.exports={en:["move right"]}},44854:e=>{e.exports={en:["move scale"]}},10625:e=>{e.exports={en:["make {title} no scale (Full screen)"]}},76709:e=>{
+e.exports={en:["make group {group} invisible"]}},45987:e=>{e.exports={en:["make group {group} visible"]}},78055:e=>{e.exports={en:["merge down"]}},41866:e=>{e.exports={en:["merge to pane"]}},52458:e=>{e.exports={en:["merge up"]}},90091:e=>{e.exports={en:["n/a"]}},94981:e=>{e.exports={en:["scale price"]}},63796:e=>{e.exports={en:["scale price chart only"],el:["Scale Price Chart Only"]}},70771:e=>{e.exports={en:["scale time"]}},42070:e=>{e.exports={en:["scroll"]}},87840:e=>{e.exports={en:["scroll time"]}},82241:e=>{e.exports={en:["set price scale selection strategy to {title}"]}},40962:e=>{e.exports={en:["send {title} backward"]}},5005:e=>{e.exports={en:["send {title} to back"]}},69546:e=>{e.exports={en:["send group {title} backward"]}},63934:e=>{e.exports={en:["share line tools globally"]}},90221:e=>{e.exports={en:["share line tools in layout"]}},13336:e=>{e.exports={en:["show all ideas"]}},91395:e=>{e.exports={en:["show ideas of followed users"]}},57460:e=>{e.exports={en:["show my ideas only"]}},4114:e=>{e.exports={en:["stay in drawing mode"]}},3350:e=>{e.exports={en:["stop syncing drawing"]}},49183:e=>{e.exports={en:["stop syncing line tool(s)"]}},53278:e=>{e.exports={en:["symbol lock"]}},91677:e=>{e.exports={en:["sync time"]}},3140:e=>{e.exports={en:["powered by"]}},92800:e=>{e.exports={en:["powered by TradingView"]}},62192:e=>{e.exports={en:["paste drawing"]}},1064:e=>{e.exports={en:["paste indicator"]}},57010:e=>{e.exports={en:["paste {title}"]}},78690:e=>{e.exports={en:["pin to left scale"]}},7495:e=>{e.exports={en:["pin to right scale"]}},81566:e=>{e.exports={en:["pin to scale {label}"]}},2618:e=>{e.exports={en:["rearrange panes"]}},60806:e=>{e.exports={en:["remove all indicators"]}},29096:e=>{e.exports={en:["remove all indicators and drawing tools"]}},27171:e=>{e.exports={en:["remove deselected empty line tools"]}},30538:e=>{e.exports={en:["remove drawings"]}},1193:e=>{e.exports={en:["remove drawings group"]}},38199:e=>{e.exports={en:["remove line data sources"]}},93333:e=>{e.exports={en:["remove pane"]}},94543:e=>{e.exports={en:["remove {title}"]}},41430:e=>{e.exports={en:["removing line tools group {name}"]}},80491:e=>{e.exports={en:["rename group {group} to {newName}"]}},85366:e=>{e.exports={en:["reset layout sizes"]}},3323:e=>{e.exports={en:["reset scales"]}},17336:e=>{e.exports={en:["reset time scale"],el:["Reset Time Scale"]}},47418:e=>{e.exports={en:["resize layout"]}},85815:e=>{e.exports={en:["restore defaults"]}},96881:e=>{e.exports={en:["restore study defaults"]}},63095:e=>{e.exports={en:["toggle maximized pane state"]}},42240:e=>{e.exports={en:["toggle auto scale"]}},46054:e=>{e.exports={en:["toggle collapsed pane state"]}},24736:e=>{e.exports={en:["toggle indexed to 100 scale"]}},49695:e=>{e.exports={en:["toggle lock scale"]}},49403:e=>{e.exports={en:["toggle log scale"]}},98994:e=>{e.exports={en:["toggle percentage scale"],el:["Toggle Percentage Scale"]}},80688:e=>{e.exports={en:["toggle regular scale"]}},46807:e=>{e.exports={en:["track time"]}},8040:e=>{e.exports={
+en:["turn line tools sharing off"]}},99234:e=>{e.exports={en:["unanchor objects"]}},23230:e=>{e.exports={en:["unlock objects"]}},74590:e=>{e.exports={en:["unlock group {group}"]}},12525:e=>{e.exports={en:["unlock {title}"]}},81576:e=>{e.exports={en:["unmerge to new bottom pane"]}},79443:e=>{e.exports={en:["unmerge up"]}},46453:e=>{e.exports={en:["unmerge down"]}},94656:e=>{e.exports={en:["{chartStyle} chart type isn't currently available for tick-based intervals."]}},41643:e=>{e.exports={en:["{count} bars"]}},83470:e=>{e.exports={en:["{symbol} financials by TradingView"]}},40947:e=>{e.exports={en:["{userName} published on {customer}, {date}"]}},91084:e=>{e.exports={en:["zoom"]}},49856:e=>{e.exports={en:["zoom in"]}},73638:e=>{e.exports={en:["zoom out"]}},41807:e=>{e.exports={en:["day","days"]}},42328:e=>{e.exports={en:["hour","hours"]}},98393:e=>{e.exports={en:["month","months"]}},78318:e=>{e.exports={en:["minute","minutes"]}},33232:e=>{e.exports={en:["second","seconds"]}},89937:e=>{e.exports={en:["range","ranges"]}},48898:e=>{e.exports={en:["week","weeks"]}},11913:e=>{e.exports={en:["tick","ticks"]}},22299:e=>{e.exports={en:["{amount} drawing","{amount} drawings"]}},68984:e=>{e.exports={en:["{amount} indicator","{amount} indicators"]}},58590:e=>{e.exports={en:["{count}m","{count}m"]}},47801:e=>{e.exports={en:["{count}d","{count}d"]}},46766:e=>{e.exports={en:["{count}y","{count}y"]}},56316:e=>{e.exports=Object.create(null),e.exports["#AAPL-symbol-description"]={en:["Apple Inc"],el:["APPLE INC"]},e.exports["#AMEX:SCHO-symbol-description"]={en:["Schwab Short-Term U.S. Treasury ETF"]},e.exports["#AMEX:SHYG-symbol-description"]={en:["Shares 0-5 YEAR High Yield Corporate Bond ETF"]},e.exports["#ASX:XAF-symbol-description"]={en:["S&P/ASX All Australian 50 Index"]},e.exports["#ASX:XAT-symbol-description"]={en:["S&P/ASX All Australian 200 Index"]},e.exports["#ASX:XJO-symbol-description"]={en:["S&P/ASX 200 Index"]},e.exports["#AUDCAD-symbol-description"]={en:["Australian Dollar/Canadian Dollar"]},e.exports["#AUDCHF-symbol-description"]={en:["Australian Dollar / Swiss Franc"],el:["Australian Dollar/Swiss Franc"]},e.exports["#AUDJPY-symbol-description"]={en:["Australian Dollar / Japanese Yen"],el:["Australian Dollar/Japanese Yen"]},e.exports["#AUDNZD-symbol-description"]={en:["Australian Dollar / New Zealand Dollar"],el:["Australian Dollar/New Zealand Dollar"]},e.exports["#AUDRUB-symbol-description"]={en:["Australian Dollar / Russian Ruble"],el:["AUSTRALIAN DOLLAR / RUSSIAN RUBLE"]},e.exports["#AUDUSD-symbol-description"]={en:["Australian Dollar / U.S. Dollar"],el:["Australian Dollar/U.S. Dollar"]},e.exports["#BCBA:IMV-symbol-description"]={en:["S&P MERVAL Index"],el:["MERVAL Index"]},e.exports["#BCHEUR-symbol-description"]={en:["Bitcoin Cash / Euro"]},e.exports["#BCHUSD-symbol-description"]={en:["Bitcoin Cash / U.S. Dollar"]},e.exports["#BELEX:BELEX15-symbol-description"]={en:["BELEX 15 Index"]},e.exports["#BIST:XU100-symbol-description"]={en:["BIST 100 Index"]},e.exports["#BITMEX:XBT-symbol-description"]={
+en:["Bitcoin / U.S. Dollar Index"]},e.exports["#BME:IBC-symbol-description"]={en:["IBEX 35 Index"]},e.exports["#BMFBOVESPA:IBOV-symbol-description"]={en:["Bovespa Index"],el:["IBovespa Index"]},e.exports["#BMFBOVESPA:IBRA-symbol-description"]={en:["IBrasil Index"]},e.exports["#BMFBOVESPA:IBXL-symbol-description"]={en:["Brazil 50 Index"],el:["IBRX 50 Index"]},e.exports["#BMV:CT-symbol-description"]={en:["China SX20 RT"]},e.exports["#BMV:F-symbol-description"]={en:["Ford Motor Company"]},e.exports["#BMV:ME-symbol-description"]={en:["S&P/BMV IPC Index"],el:["IPC Mexico Index"]},e.exports["#BRLJPY-symbol-description"]={en:["Brazilian Real / Japanese Yen"]},e.exports["#BSE:ITI-symbol-description"]={en:["ITI Ltd"]},e.exports["#BSE:SENSEX-symbol-description"]={en:["S&P BSE Sensex Index"]},e.exports["#BTCBRL-symbol-description"]={en:["Bitcoin / Brazilian Real"]},e.exports["#BTCCAD-symbol-description"]={en:["Bitcoin / Canadian Dollar"]},e.exports["#BTCCNY-symbol-description"]={en:["Bitcoin / Chinese Yuan"]},e.exports["#BTCEUR-symbol-description"]={en:["Bitcoin / Euro"]},e.exports["#BTCGBP-symbol-description"]={en:["Bitcoin / British Pound"]},e.exports["#BTCJPY-symbol-description"]={en:["Bitcoin / Japanese Yen"]},e.exports["#BTCKRW-symbol-description"]={en:["Bitcoin / South Korean Won"]},e.exports["#BTCPLN-symbol-description"]={en:["Bitcoin / Polish Zloty"]},e.exports["#BTCRUB-symbol-description"]={en:["Bitcoin / Russian Ruble"]},e.exports["#BTCTHB-symbol-description"]={en:["Bitcoin / Thai Baht"]},e.exports["#BTCUSD-symbol-description"]={en:["Bitcoin / U.S. Dollar"],el:["Bitcoin / Dollar"]},e.exports["#BTGUSD-symbol-description"]={en:["Bitcoin Gold / U.S. Dollar"]},e.exports["#BVL:SPBLPGPT-symbol-description"]={en:["S&P / BVL Peru General Index (PEN)"]},e.exports["#BVSP-symbol-description"]={en:["Brazil Bovespa Index"]},e.exports["#CADJPY-symbol-description"]={en:["Canadian Dollar / Japanese Yen"],el:["Canadian Dollar/Japanese Yen"]},e.exports["#CADUSD-symbol-description"]={en:["Canadian Dollar / U.S. Dollar"]},e.exports["#CBOE:OEX-symbol-description"]={en:["S&P 100 Index"]},e.exports["#CBOE:VIX-symbol-description"]={en:["Volatility S&P 500 Index"]},e.exports["#CBOT:ZB1!-symbol-description"]={en:["T-Bond Futures"]},e.exports["#CBOT:ZC1!-symbol-description"]={en:["Corn Futures"]},e.exports["#CBOT:ZM1!-symbol-description"]={en:["Soybean Meal Futures"]},e.exports["#CBOT:ZN1!-symbol-description"]={en:["10 Year T-Note Futures"]},e.exports["#CBOT:ZO1!-symbol-description"]={en:["Oat Futures"]},e.exports["#CBOT:ZQ1!-symbol-description"]={en:["30 Day Federal Funds Interest Rate Futures"]},e.exports["#CBOT:ZR1!-symbol-description"]={en:["Rice Futures"]},e.exports["#CBOT:ZS1!-symbol-description"]={en:["Soybean Futures"]},e.exports["#CBOT:ZW1!-symbol-description"]={en:["Wheat Futures"]},e.exports["#CBOT_MINI:XK1!-symbol-description"]={en:["Soybean Mini Futures"]},e.exports["#CBOT_MINI:XW1!-symbol-description"]={en:["Wheat Mini Futures"]},e.exports["#CBOT_MINI:YM1!-symbol-description"]={en:["E-mini Dow Jones ($5) Futures"]},
+e.exports["#CHFJPY-symbol-description"]={en:["Swiss Franc / Japanese Yen"],el:["Swiss Franc/Japanese Yen"]},e.exports["#CHFUSD-symbol-description"]={en:["Swiss Franc / U.S. Dollar"]},e.exports["#CME:BTC1!-symbol-description"]={en:["Bitcoin CME Futures"]},e.exports["#CME:CB1!-symbol-description"]={en:["Butter Futures-Cash (Continuous: Current contract in front)"]},e.exports["#CME:GF1!-symbol-description"]={en:["Feeder Cattle Futures"]},e.exports["#CME:HE1!-symbol-description"]={en:["Lean Hogs Futures"]},e.exports["#CME:LE1!-symbol-description"]={en:["Live Cattle Futures"]},e.exports["#CME_MINI:E71!-symbol-description"]={en:["Euro E-mini Futures"]},e.exports["#CME_MINI:ES1!-symbol-description"]={en:["S&P 500 E-mini Futures"]},e.exports["#CME_MINI:J71!-symbol-description"]={en:["Japanese Yen E-mini Futures"]},e.exports["#CME_MINI:NQ1!-symbol-description"]={en:["NASDAQ 100 E-mini Futures"]},e.exports["#CME_MINI:RTY1!-symbol-description"]={en:["E-Mini Russell 2000 Index Futures"]},e.exports["#COMEX:AEP1!-symbol-description"]={en:["Aluminium European Premium Futures"]},e.exports["#COMEX:AUP1!-symbol-description"]={en:["Aluminum MW U.S. Transaction Premium Platts (25MT) Futures"]},e.exports["#COMEX:GC1!-symbol-description"]={en:["Gold Futures"]},e.exports["#COMEX:HG1!-symbol-description"]={en:["Copper Futures"]},e.exports["#COMEX:SI1!-symbol-description"]={en:["Silver Futures"]},e.exports["#COMEX_MINI:QC1!-symbol-description"]={en:["E-mini Copper Futures"]},e.exports["#COMEX_MINI:QI1!-symbol-description"]={en:["Silver (Mini) Futures"]},e.exports["#COMEX_MINI:QO1!-symbol-description"]={en:["Gold (Mini) Futures"]},e.exports["#COPPER-symbol-description"]={en:["CFDs on Copper"],el:["Copper"]},e.exports["#CORNUSD-symbol-description"]={en:["CFDs on Corn"]},e.exports["#COTUSD-symbol-description"]={en:["CFDs on Cotton"]},e.exports["#CRYPTOCAP:TOTAL-symbol-description"]={en:["Crypto Total Market Cap, $"]},e.exports["#DFM:DFMGI-symbol-description"]={en:["DFM Index"]},e.exports["#DJ:DJA-symbol-description"]={en:["Dow Jones Composite Average Index"]},e.exports["#DJ:DJCIAGC-symbol-description"]={en:["Dow Jones Commodity Index Agriculture Capped Component"]},e.exports["#DJ:DJCICC-symbol-description"]={en:["Dow Jones Commodity Index Cocoa"]},e.exports["#DJ:DJCIEN-symbol-description"]={en:["Dow Jones Commodity Index Energy"]},e.exports["#DJ:DJCIGC-symbol-description"]={en:["Dow Jones Commodity Index Gold"]},e.exports["#DJ:DJCIGR-symbol-description"]={en:["Dow Jones Commodity Index Grains"]},e.exports["#DJ:DJCIIK-symbol-description"]={en:["Dow Jones Commodity Index Nickel"]},e.exports["#DJ:DJCIKC-symbol-description"]={en:["Dow Jones Commodity Index Coffee"]},e.exports["#DJ:DJCISB-symbol-description"]={en:["Dow Jones Commodity Index Sugar"]},e.exports["#DJ:DJCISI-symbol-description"]={en:["Dow Jones Commodity Index Silver"]},e.exports["#DJ:DJI-symbol-description"]={en:["Dow Jones Industrial Average Index"]},e.exports["#DJ:DJT-symbol-description"]={en:["Dow Jones Transportation Average Index"]},e.exports["#DJ:DJU-symbol-description"]={
+en:["Dow Jones Utility Average Index"]},e.exports["#DJ:DJUSCL-symbol-description"]={en:["Dow Jones U.S. Coal Index"]},e.exports["#EGX:EGX30-symbol-description"]={en:["EGX 30 Index"],el:["EGX 30 Price Return Index"]},e.exports["#ETCBTC-symbol-description"]={en:["Ethereum Classic / Bitcoin"]},e.exports["#ETCEUR-symbol-description"]={en:["Ethereum Classic / Euro"]},e.exports["#ETCUSD-symbol-description"]={en:["Ethereum Classic / U.S. Dollar"]},e.exports["#ETHBTC-symbol-description"]={en:["Ethereum / Bitcoin"]},e.exports["#ETHEUR-symbol-description"]={en:["Ethereum / Euro"]},e.exports["#ETHGBP-symbol-description"]={en:["Ethereum / British Pound"]},e.exports["#ETHJPY-symbol-description"]={en:["Ethereum / Japanese Yen"]},e.exports["#ETHKRW-symbol-description"]={en:["Ethereum / South Korean Won"]},e.exports["#ETHTHB-symbol-description"]={en:["Ethereum / Thai Baht"]},e.exports["#ETHUSD-symbol-description"]={en:["Ethereum / U.S. Dollar"]},e.exports["#EUBUND-symbol-description"]={en:["Euro Bund"]},e.exports["#EURAUD-symbol-description"]={en:["Euro / Australian Dollar"],el:["Euro Fx/Australian Dollar"]},e.exports["#EURBRL-symbol-description"]={en:["Euro / Brazilian Real"]},e.exports["#EURCAD-symbol-description"]={en:["Euro / Canadian Dollar"],el:["Euro Fx/Canadian Dollar"]},e.exports["#EURCHF-symbol-description"]={en:["Euro / Swiss Franc"],el:["Euro Fx/Swiss Franc"]},e.exports["#EURGBP-symbol-description"]={en:["Euro / British Pound"],el:["Euro Fx/British Pound"]},e.exports["#EURJPY-symbol-description"]={en:["Euro / Japanese Yen"],el:["Euro Fx/Japanese Yen"]},e.exports["#EURNOK-symbol-description"]={en:["Euro / Norwegian Krone"]},e.exports["#EURNZD-symbol-description"]={en:["Euro / New Zealand Dollar"],el:["Euro Fx/New Zealand Dollar"]},e.exports["#EURONEXT:AEX-symbol-description"]={en:["AEX Index"]},e.exports["#EURONEXT:BEL20-symbol-description"]={en:["BEL 20 Index"]},e.exports["#EURONEXT:PX1-symbol-description"]={en:["CAC 40 Index"]},e.exports["#EURRUB-symbol-description"]={en:["Euro / Russian Ruble"],el:["EURO / RUSSIAN RUBLE"]},e.exports["#EURRUB_TOM-symbol-description"]={en:["Euro / Russian Ruble TOM"],el:["EUR/RUB TOM"]},e.exports["#EURSEK-symbol-description"]={en:["Euro / Swedish Krona"]},e.exports["#EURTRY-symbol-description"]={en:["Euro / Turkish Lira"],el:["Euro Fx/Turkish New Lira"]},e.exports["#EURUSD-symbol-description"]={en:["Euro / U.S. Dollar"],el:["Euro Fx/U.S. Dollar"]},e.exports["#EUSTX50-symbol-description"]={en:["Euro Stoxx 50 Index"],el:["Euro Stoxx 50 index of European listed shares"]},e.exports["#FOREXCOM:US2000-symbol-description"]={en:["US Small Cap 2000"]},e.exports["#FRA40-symbol-description"]={en:["CAC 40 Index"]},e.exports["#FRED:GDP-symbol-description"]={en:["Gross Domestic Product, 1 Decimal"]},e.exports["#FRED:POP-symbol-description"]={en:["Total Population: All Ages Including Armed Forces Overseas"]},e.exports["#FRED:UNRATE-symbol-description"]={en:["Civilian Unemployment Rate"]},e.exports["#FTSEMYX:FBMKLCI-symbol-description"]={en:["FTSE Bursa Malaysia KLCI Index"]},
+e.exports["#FWB:KT1-symbol-description"]={en:["Key Tronic Corр."]},e.exports["#FX:AUS200-symbol-description"]={en:["S&P/ASX Index"]},e.exports["#FX:US30-symbol-description"]={en:["Dow Jones Industrial Average Index"]},e.exports["#GBPAUD-symbol-description"]={en:["British Pound / Australian Dollar"],el:["British Pound/Australian Dollar"]},e.exports["#GBPCAD-symbol-description"]={en:["British Pound / Canadian Dollar"],el:["British Pound/Canadian Dollar"]},e.exports["#GBPCHF-symbol-description"]={en:["British Pound / Swiss Franc"],el:["British Pound/Swiss Franc"]},e.exports["#GBPEUR-symbol-description"]={en:["British Pound / Euro"],el:["POUND STERLING / EURO"]},e.exports["#GBPJPY-symbol-description"]={en:["British Pound / Japanese Yen"],el:["British Pound/Japanese Yen"]},e.exports["#GBPNZD-symbol-description"]={en:["British Pound / New Zealand Dollar"],el:["British Pound/New Zealand Dollar"]},e.exports["#GBPPLN-symbol-description"]={en:["British Pound / Polish Zloty"]},e.exports["#GBPRUB-symbol-description"]={en:["British Pound / Russian Ruble"],el:["Pound Sterling / Russian Ruble"]},e.exports["#GBPUSD-symbol-description"]={en:["British Pound / U.S. Dollar"],el:["British Pound/U.S. Dollar"]},e.exports["#GER30-symbol-description"]={en:["DAX Index"],el:["DAX index of German listed shares"]},e.exports["#GOOG-symbol-description"]={en:["Alphabet Inc (Google) Class C"]},e.exports["#GOOGL-symbol-description"]={en:["Alphabet Inc (Google) Class A"],el:["GOOGLE INC"]},e.exports["#GPW:ACG-symbol-description"]={en:["Acautogaz"]},e.exports["#GPW:WIG20-symbol-description"]={en:["WIG20 Index"]},e.exports["#HSI:HSI-symbol-description"]={en:["Hang Seng Index"]},e.exports["#ICEUS:DX1!-symbol-description"]={en:["U.S. Dollar Index Futures"]},e.exports["#IDX:COMPOSITE-symbol-description"]={en:["IDX Composite Index"]},e.exports["#INDEX:HSCE-symbol-description"]={en:["Hang Seng China Enterprises Index"]},e.exports["#INDEX:JKSE-symbol-description"]={en:["Jakarta Composite Index"]},e.exports["#INDEX:KLSE-symbol-description"]={en:["Bursa Malaysia KLCI Index"]},e.exports["#INDEX:MIB-symbol-description"]={en:["MIB Index"]},e.exports["#INDEX:MOY0-symbol-description"]={en:["Euro Stoxx 50 Index"]},e.exports["#INDEX:STI-symbol-description"]={en:["STI Index"]},e.exports["#INDEX:TWII-symbol-description"]={en:["Taiwan Weighted Index"]},e.exports["#INDEX:XLY0-symbol-description"]={en:["Shanghai Composite Index"]},e.exports["#IOTUSD-symbol-description"]={en:["IOTA / U.S. Dollar"]},e.exports["#JPN225-symbol-description"]={en:["Japan 225 Index"],el:["Nikkei 225 Index"]},e.exports["#JPYKRW-symbol-description"]={en:["Japanese Yen / South Korean Won"],el:["YEN / WON"]},e.exports["#JPYRUB-symbol-description"]={en:["Japanese Yen / Russian Ruble"],el:["YEN / RUSSIAN RUBLE"]},e.exports["#JPYUSD-symbol-description"]={en:["Japanese Yen / U.S. Dollar"]},e.exports["#LKOH-symbol-description"]={en:["LUKOIL"]},e.exports["#LSE:SCHO-symbol-description"]={en:["Scholium Group Plc Ord 1P"]},e.exports["#LTCBRL-symbol-description"]={en:["Litecoin / Brazilian Real"]},
+e.exports["#LTCBTC-symbol-description"]={en:["Litecoin / Bitcoin"]},e.exports["#LTCUSD-symbol-description"]={en:["Litecoin / U.S. Dollar"]},e.exports["#LUNAUSD-symbol-description"]={en:["Luna / U.S. Dollar"]},e.exports["#MOEX:BR1!-symbol-description"]={en:["Brent Oil Futures"]},e.exports["#MOEX:GAZP-symbol-description"]={en:["GAZPROM"]},e.exports["#MOEX:IMOEX-symbol-description"]={en:["MOEX Russia Index"]},e.exports["#MOEX:MGNT-symbol-description"]={en:["MAGNIT"]},e.exports["#MOEX:MICEXINDEXCF-symbol-description"]={en:["MOEX Russia Index"]},e.exports["#MOEX:MX1!-symbol-description"]={en:["MICEX Index Futures"]},e.exports["#MOEX:MX2!-symbol-description"]={en:["MICEX Index Futures"]},e.exports["#MOEX:RI1!-symbol-description"]={en:["RTS Index Futures"]},e.exports["#MOEX:RTSI-symbol-description"]={en:["RTS Index"]},e.exports["#MOEX:RUAL-symbol-description"]={en:["United Company RUSAL PLC"]},e.exports["#MOEX:SBER-symbol-description"]={en:["SBERBANK"]},e.exports["#MOEX:VTBR-symbol-description"]={en:["VTB"]},e.exports["#MSFT-symbol-description"]={en:["Microsoft Corp."],el:["MICROSOFT CORP"]},e.exports["#NAS100-symbol-description"]={en:["US 100 Cash CFD"],el:["NASDAQ 100 index of US listed shares"]},e.exports["#NASDAQ:AMD-symbol-description"]={en:["Advanced Micro Devices Inc"]},e.exports["#NASDAQ:GOOG-symbol-description"]={en:["Alphabet Inc (Google) Class C"]},e.exports["#NASDAQ:GOOGL-symbol-description"]={en:["Alphabet Inc (Google) Class A"]},e.exports["#NASDAQ:HGX-symbol-description"]={en:["PHLX Housing Sector Index"]},e.exports["#NASDAQ:IEF-symbol-description"]={en:["Ishares 7-10 Year Treasury Bond ETF"]},e.exports["#NASDAQ:IEI-symbol-description"]={en:["Ishares 3-7 Year Treasury Bond ETF"]},e.exports["#NASDAQ:ITI-symbol-description"]={en:["Iteris Inc"],el:["Iteris Inc."]},e.exports["#NASDAQ:IXIC-symbol-description"]={en:["Nasdaq Composite Index"]},e.exports["#NASDAQ:LCID-symbol-description"]={en:["Lucid Group, Inc."]},e.exports["#NASDAQ:LE-symbol-description"]={en:["Lands' End Inc"]},e.exports["#NASDAQ:NDX-symbol-description"]={en:["Nasdaq 100 Index"]},e.exports["#NASDAQ:OSX-symbol-description"]={en:["PHLX Oil Service Sector Index"]},e.exports["#NASDAQ:SHY-symbol-description"]={en:["Ishares 1-3 Year Treasury Bond ETF"]},e.exports["#NASDAQ:SOX-symbol-description"]={en:["Philadelphia Semiconductor Index"]},e.exports["#NASDAQ:TLT-symbol-description"]={en:["Ishares 20+ Year Treasury Bond ETF"]},e.exports["#NASDAQ:UTY-symbol-description"]={en:["PHLX Utility Sector Index"]},e.exports["#NASDAQ:XAU-symbol-description"]={en:["PHLX Gold and Silver Sector Index"]},e.exports["#NASDAQ:ZS-symbol-description"]={en:["Zscaler Inc"]},e.exports["#NEOUSD-symbol-description"]={en:["NEO / U.S. Dollar"]},e.exports["#NGAS-symbol-description"]={en:["Natural Gas (Henry Hub)"]},e.exports["#NKY-symbol-description"]={en:["Japan 225 Index"],el:["Nikkei 225 Index"]},e.exports["#NSE:ITI-symbol-description"]={en:["Indian Telephone Industries Limited"]},e.exports["#NSE:NIFTY-symbol-description"]={en:["Nifty 50 Index"]},
+e.exports["#NYMEX:AEZ1!-symbol-description"]={en:["NY Ethanol Futures"]},e.exports["#NYMEX:CJ1!-symbol-description"]={en:["Cocoa Futures"]},e.exports["#NYMEX:CL1!-symbol-description"]={en:["Light Crude Oil Futures"]},e.exports["#NYMEX:HO1!-symbol-description"]={en:["NY Harbor ULSD Futures"]},e.exports["#NYMEX:KT1!-symbol-description"]={en:["Coffee Futures"]},e.exports["#NYMEX:NG1!-symbol-description"]={en:["Natural Gas Futures"]},e.exports["#NYMEX:PA1!-symbol-description"]={en:["Palladium Futures"]},e.exports["#NYMEX:PL1!-symbol-description"]={en:["Platinum Futures"]},e.exports["#NYMEX:RB1!-symbol-description"]={en:["RBOB Gasoline Futures"]},e.exports["#NYMEX:TT1!-symbol-description"]={en:["Cotton Futures"]},e.exports["#NYMEX_MINI:QG1!-symbol-description"]={en:["E-mini Natural Gas Futures"]},e.exports["#NYMEX_MINI:QM1!-symbol-description"]={en:["E-mini Light Crude Oil Futures"]},e.exports["#NYMEX_MINI:QU1!-symbol-description"]={en:["E-mini Gasoline Futures"]},e.exports["#NYSE:BABA-symbol-description"]={en:["Alibaba Group Holdings Ltd."],el:["ALIBABA GROUP HLDG LTD"]},e.exports["#NYSE:F-symbol-description"]={en:["FORD MTR CO DEL"]},e.exports["#NYSE:HE-symbol-description"]={en:["Hawaiian Electric Industries"]},e.exports["#NYSE:NYA-symbol-description"]={en:["NYSE Composite Index"]},e.exports["#NYSE:PBR-symbol-description"]={en:["PETROLEO BRASILEIRO SA PETROBR"]},e.exports["#NYSE:XAX-symbol-description"]={en:["AMEX Composite Index"]},e.exports["#NYSE:XMI-symbol-description"]={en:["NYSE ARCA Major Market Index"]},e.exports["#NZDJPY-symbol-description"]={en:["New Zealand Dollar / Japanese Yen"],el:["New Zealand Dollar/Japanese Yen"]},e.exports["#NZDUSD-symbol-description"]={en:["New Zealand Dollar / U.S. Dollar"],el:["New Zealand Dollar/U.S. Dollar"]},e.exports["#NZX:ALLC-symbol-description"]={en:["S&P/NZX All Index (Capital Index)"]},e.exports["#NZX:NZ50G-symbol-description"]={en:["S&P / NZX 50 Index Gross"]},e.exports["#OANDA:NATGASUSD-symbol-description"]={en:["CFDs on Natural Gas"]},e.exports["#OANDA:SPX500USD-symbol-description"]={en:["S&P 500 Index"]},e.exports["#OANDA:XCUUSD-symbol-description"]={en:["CFDs on Copper (US$ / lb)"]},e.exports["#OMXCOP:OMXC25-symbol-description"]={en:["OMX Copenhagen 25 Index"]},e.exports["#OMXCOP:SCHO-symbol-description"]={en:["Schouw & Co A/S"]},e.exports["#OMXHEX:OMXH25-symbol-description"]={en:["OMX Helsinki 25 Index"]},e.exports["#OMXRSE:OMXRGI-symbol-description"]={en:["OMX Riga Gross Index"],el:["OMX Riga GI"]},e.exports["#OMXSTO:OMXS30-symbol-description"]={en:["OMX Stockholm 30 Index"]},e.exports["#OMXTSE:OMXTGI-symbol-description"]={en:["OMX Tallinn Gross Index"],el:["OMX Tallinn GI"]},e.exports["#OMXVSE:OMXVGI-symbol-description"]={en:["OMX Vilnius Gross Index"],el:["OMX Vilnius GI"]},e.exports["#OTC:IHRMF-symbol-description"]={en:["Ishares MSCI Japan SHS"]},e.exports["#QSE:GNRI-symbol-description"]={en:["QE Index"]},e.exports["#RTS-symbol-description"]={en:["Russian RTS Index"]},e.exports["#RUSSELL:RUA-symbol-description"]={en:["Russell 3000 Index"]},
+e.exports["#RUSSELL:RUI-symbol-description"]={en:["Russell 1000 Index"]},e.exports["#RUSSELL:RUT-symbol-description"]={en:["Russell 2000 Index"]},e.exports["#SET:GC-symbol-description"]={en:["Global Connections Public Company"]},e.exports["#SIX:F-symbol-description"]={en:["Ford Motor Company"]},e.exports["#SIX:SMI-symbol-description"]={en:["Swiss Market Index"]},e.exports["#SOLUSD-symbol-description"]={en:["Solana / U.S. Dollar"]},e.exports["#SOYBNUSD-symbol-description"]={en:["CFDs on Soybeans"]},e.exports["#SP:OEX-symbol-description"]={en:["S&P 100 Index"]},e.exports["#SP:SPGSCI-symbol-description"]={en:["S&P Goldman Sachs Commodity Index"]},e.exports["#SP:SPX-symbol-description"]={en:["S&P 500 Index"]},e.exports["#SP:SVX-symbol-description"]={en:["S&P 500 Value Index"]},e.exports["#SPX500-symbol-description"]={en:["S&P 500 Index"],el:["S&P 500 index of US listed shares"]},e.exports["#SUGARUSD-symbol-description"]={en:["CFDs on Sugar"]},e.exports["#SZSE:399001-symbol-description"]={en:["Shenzhen Component Index"],el:["SZSE Component Index"]},e.exports["#TADAWUL:2370-symbol-description"]={en:["Middle East Specialized Cables Co."]},e.exports["#TADAWUL:TASI-symbol-description"]={en:["Tadawul All Shares Index"]},e.exports["#TASE:TA35-symbol-description"]={en:["TA-35 Index"]},e.exports["#TSX:TSX-symbol-description"]={en:["S&P/TSX Composite Index"]},e.exports["#TSX:TX60-symbol-description"]={en:["S&P/TSX 60 Index"]},e.exports["#TVC:AU10-symbol-description"]={en:["Australia Government Bonds 10 YR"]},e.exports["#TVC:AU10Y-symbol-description"]={en:["Australia Government Bonds 10 YR Yield"]},e.exports["#TVC:AXY-symbol-description"]={en:["Australian Dollar Currency Index"]},e.exports["#TVC:BXY-symbol-description"]={en:["British Pound Currency Index"]},e.exports["#TVC:CA10-symbol-description"]={en:["Canadian Government Bonds, 10 YR"]},e.exports["#TVC:CA10Y-symbol-description"]={en:["Canadian Government Bonds 10 YR Yield"]},e.exports["#TVC:CAC40-symbol-description"]={en:["CAC 40 Index"]},e.exports["#TVC:CN10-symbol-description"]={en:["China Government Bonds 10 YR"]},e.exports["#TVC:CN10Y-symbol-description"]={en:["China Government Bonds 10 YR Yield"]},e.exports["#TVC:CXY-symbol-description"]={en:["Canadian Dollar Currency Index"]},e.exports["#TVC:DE10-symbol-description"]={en:["German Government Bonds 10 YR"]},e.exports["#TVC:DE10Y-symbol-description"]={en:["German Government Bonds 10 YR Yield"]},e.exports["#TVC:DEU30-symbol-description"]={en:["DAX Index"]},e.exports["#TVC:DJI-symbol-description"]={en:["Dow Jones Industrial Average Index"]},e.exports["#TVC:DXY-symbol-description"]={en:["U.S. Dollar Index"],el:["U.S. Dollar Currency Index"]},e.exports["#TVC:ES10-symbol-description"]={en:["Spain Government Bonds 10 YR"]},e.exports["#TVC:ES10Y-symbol-description"]={en:["Spain Government Bonds 10 YR Yield"]},e.exports["#TVC:EUBUND-symbol-description"]={en:["Euro Bund"]},e.exports["#TVC:EXY-symbol-description"]={en:["Euro Currency Index"]},e.exports["#TVC:FR10-symbol-description"]={en:["France Government Bonds 10 YR"]},
+e.exports["#TVC:FR10Y-symbol-description"]={en:["France Government Bonds 10 YR Yield"]},e.exports["#TVC:FTMIB-symbol-description"]={en:["Milano Italia Borsa Index"]},e.exports["#TVC:GB02-symbol-description"]={en:["UK Government Bonds 2 YR"]},e.exports["#TVC:GB10-symbol-description"]={en:["UK Government Bonds 10 YR"]},e.exports["#TVC:GB10Y-symbol-description"]={en:["UK Government Bonds 10 YR Yield"]},e.exports["#TVC:GOLD-symbol-description"]={en:["CFDs on Gold (US$ / OZ)"]},e.exports["#TVC:HSI-symbol-description"]={en:["Hang Seng Index"]},e.exports["#TVC:IBEX35-symbol-description"]={en:["IBEX 35 Index"]},e.exports["#TVC:ID03-symbol-description"]={en:["Indonesia Government Bonds 3 YR"]},e.exports["#TVC:ID10-symbol-description"]={en:["Indonesia Government Bonds 10 YR"]},e.exports["#TVC:ID10Y-symbol-description"]={en:["Indonesia Government Bonds 10 YR Yield"]},e.exports["#TVC:IN10-symbol-description"]={en:["India Government Bonds 10 YR"]},e.exports["#TVC:IN10Y-symbol-description"]={en:["India Government Bonds 10 YR Yield"],el:["India Government Bonds 10 yr"]},e.exports["#TVC:IT10-symbol-description"]={en:["Italy Government Bonds 10 YR"]},e.exports["#TVC:IT10Y-symbol-description"]={en:["Italy Government Bonds 10 YR Yield"],el:["Italy Government Bonds 10 yr"]},e.exports["#TVC:IXIC-symbol-description"]={en:["US Composite Index"],el:["NASDAQ Composite Index"]},e.exports["#TVC:JP10-symbol-description"]={en:["Japan Government Bonds 10 YR"]},e.exports["#TVC:JP10Y-symbol-description"]={en:["Japan Government Bonds 10 YR Yield"],el:["Japan Government Bonds 10 yr"]},e.exports["#TVC:JXY-symbol-description"]={en:["Japanese Yen Currency Index"]},e.exports["#TVC:KOSPI-symbol-description"]={en:["Korea Composite Stock Price Index"]},e.exports["#TVC:KR10-symbol-description"]={en:["Korea Government Bonds 10 YR"]},e.exports["#TVC:KR10Y-symbol-description"]={en:["Korea Government Bonds 10 YR Yield"]},e.exports["#TVC:MY10-symbol-description"]={en:["Malaysia Government Bonds 10 YR"]},e.exports["#TVC:MY10Y-symbol-description"]={en:["Malaysia Government Bonds 10 YR Yield"]},e.exports["#TVC:NDX-symbol-description"]={en:["US 100 Index"],el:["NASDAQ 100 Index"]},e.exports["#TVC:NI225-symbol-description"]={en:["Japan 225 Index"],el:["Nikkei 225 Index"]},e.exports["#TVC:NL10-symbol-description"]={en:["Netherlands Government Bonds, 10 YR"]},e.exports["#TVC:NL10Y-symbol-description"]={en:["Netherlands Government Bonds 10 YR Yield"]},e.exports["#TVC:NYA-symbol-description"]={en:["NYSE Composite Index"]},e.exports["#TVC:NZ10-symbol-description"]={en:["New Zealand Government Bonds, 10 YR"]},e.exports["#TVC:NZ10Y-symbol-description"]={en:["New Zealand Government Bonds 10 YR Yield"]},e.exports["#TVC:PALLADIUM-symbol-description"]={en:["CFDs on Palladium (US$ / OZ)"]},e.exports["#TVC:PL05Y-symbol-description"]={en:["Poland Government Bonds 5 YR Yield"]},e.exports["#TVC:PL10Y-symbol-description"]={en:["Poland Government Bonds 10 YR Yield"]},e.exports["#TVC:PLATINUM-symbol-description"]={en:["CFDs on Platinum (US$ / OZ)"]},
+e.exports["#TVC:PT10-symbol-description"]={en:["Portugal Government Bonds 10 YR"]},e.exports["#TVC:PT10Y-symbol-description"]={en:["Portugal Government Bonds 10 YR Yield"]},e.exports["#TVC:SA40-symbol-description"]={en:["South Africa Top 40 Index"]},e.exports["#TVC:SILVER-symbol-description"]={en:["CFDs on Silver (US$ / OZ)"]},e.exports["#TVC:SPX-symbol-description"]={en:["S&P 500 Index"]},e.exports["#TVC:SSMI-symbol-description"]={en:["Swiss Market Index"]},e.exports["#TVC:STI-symbol-description"]={en:["Straits Times Index"]},e.exports["#TVC:SX5E-symbol-description"]={en:["Euro Stoxx 50 Index"]},e.exports["#TVC:SXY-symbol-description"]={en:["Swiss Franc Currency Index"]},e.exports["#TVC:TR10-symbol-description"]={en:["Turkey Government Bonds 10 YR"]},e.exports["#TVC:TR10Y-symbol-description"]={en:["Turkey Government Bonds 10 YR Yield"],el:["Turkey Government Bonds 10 YR"]},e.exports["#TVC:UKOIL-symbol-description"]={en:["CFDs on Brent Crude Oil"]},e.exports["#TVC:UKX-symbol-description"]={en:["UK 100 Index"]},e.exports["#TVC:US02-symbol-description"]={en:["US Government Bonds 2 YR"]},e.exports["#TVC:US02Y-symbol-description"]={en:["US Government Bonds 2 YR Yield"],el:["US Government Bonds 2 yr"]},e.exports["#TVC:US05-symbol-description"]={en:["US Government Bonds 5 YR"]},e.exports["#TVC:US05Y-symbol-description"]={en:["US Government Bonds 5 YR Yield"],el:["US Government Bonds 5 yr"]},e.exports["#TVC:US10-symbol-description"]={en:["US Government Bonds 10 YR"]},e.exports["#TVC:US10Y-symbol-description"]={en:["US Government Bonds 10 YR Yield"],el:["US Government Bonds 10 yr"]},e.exports["#TVC:US30-symbol-description"]={en:["US Government Bonds 30 YR"]},e.exports["#TVC:USOIL-symbol-description"]={en:["CFDs on WTI Crude Oil"]},e.exports["#TVC:VIX-symbol-description"]={en:["Volatility S&P 500 Index"]},e.exports["#TVC:ZXY-symbol-description"]={en:["New Zealand Dollar Currency Index"]},e.exports["#TWII-symbol-description"]={en:["Taiwan Weighted Index"]},e.exports["#TWSE:TAIEX-symbol-description"]={en:["Taiwan Capitalization Weighted Stock Index"]},e.exports["#TWTR-symbol-description"]={en:["Twitter Inc"],el:["TWITTER INC"]},e.exports["#UK100-symbol-description"]={en:["FTSE 100 Index"]},e.exports["#UKOIL-symbol-description"]={en:["CFDs on Crude Oil (Brent)"]},e.exports["#UNIUSD-symbol-description"]={en:["Uniswap / U.S. Dollar"]},e.exports["#US30-symbol-description"]={en:["Dow Jones Industrial Average Index"]},e.exports["#USDAUD-symbol-description"]={en:["U.S. Dollar / Australian Dollar"]},e.exports["#USDBRL-symbol-description"]={en:["U.S. Dollar / Brazilian Real"]},e.exports["#USDCAD-symbol-description"]={en:["U.S. Dollar / Canadian Dollar"],el:["U.S. Dollar/Canadian Dollar"]},e.exports["#USDCHF-symbol-description"]={en:["U.S. Dollar / Swiss Franc"],el:["U.S. Dollar/Swiss Franc"]},e.exports["#USDCNY-symbol-description"]={en:["U.S. Dollar / Chinese Yuan"],el:["U.S. Dollar / Yuan Renminbi"]},e.exports["#USDDKK-symbol-description"]={en:["U.S. Dollar / Danish Krone"],el:["US DOLLAR / DANISH KRONE"]},
+e.exports["#USDEUR-symbol-description"]={en:["U.S. Dollar / Euro"]},e.exports["#USDGBP-symbol-description"]={en:["U.S. Dollar / Pound Sterling"]},e.exports["#USDHKD-symbol-description"]={en:["U.S. Dollar / Hong Kong Dollar"],el:["U.S. Dollar/Hong Kong Dollar"]},e.exports["#USDHUF-symbol-description"]={en:["U.S. Dollar / Hungarian Forint"]},e.exports["#USDIDR-symbol-description"]={en:["U.S. Dollar / Rupiah"]},e.exports["#USDILS-symbol-description"]={en:["U.S. Dollar / Israeli Shekel"]},e.exports["#USDINR-symbol-description"]={en:["U.S. Dollar / Indian Rupee"]},e.exports["#USDJPY-symbol-description"]={en:["U.S. Dollar / Japanese Yen"],el:["U.S. Dollar/Japanese Yen"]},e.exports["#USDKRW-symbol-description"]={en:["U.S. Dollar / South Korean"],el:["US DOLLAR / WON"]},e.exports["#USDMXN-symbol-description"]={en:["U.S. Dollar / Mexican Peso"]},e.exports["#USDNZD-symbol-description"]={en:["U.S. Dollar / New Zealand Dollar"]},e.exports["#USDPHP-symbol-description"]={en:["U.S. Dollar / Philippine peso"]},e.exports["#USDPLN-symbol-description"]={en:["U.S. Dollar / Polish Zloty"],el:["USD/PLN"]},e.exports["#USDRUB-symbol-description"]={en:["U.S. Dollar / Russian Ruble"],el:["US DOLLAR / RUSSIAN RUBLE"]},e.exports["#USDRUB_TOM-symbol-description"]={en:["U.S. Dollar / Russian Ruble TOM"],el:["USD/RUB TOM"]},e.exports["#USDSEK-symbol-description"]={en:["U.S. Dollar / Swedish Krona"],el:["U.S. Dollar/Swedish Krona"]},e.exports["#USDSGD-symbol-description"]={en:["U.S. Dollar / Singapore Dollar"],el:["US DOLLAR / SINGAPORE DOLLAR"]},e.exports["#USDTHB-symbol-description"]={en:["U.S. Dollar / Thai Baht"]},e.exports["#USDTRY-symbol-description"]={en:["U.S. Dollar / Turkish Lira"],el:["U.S. Dollar/Turkish New Lira"]},e.exports["#USDZAR-symbol-description"]={en:["U.S. Dollar / South African Rand"]},e.exports["#USOIL-symbol-description"]={en:["CFDs on Crude Oil (WTI)"]},e.exports["#WHEATUSD-symbol-description"]={en:["CFDs on Wheat"]},e.exports["#XAGUSD-symbol-description"]={en:["Silver / U.S. Dollar"],el:["Silver/U.S. Dollar"]},e.exports["#XAUUSD-symbol-description"]={en:["Gold Spot / U.S. Dollar"],el:["Gold / U.S. Dollar"]},e.exports["#XBTCAD-symbol-description"]={en:["Bitcoin / Canadian Dollar"]},e.exports["#XETR:DAX-symbol-description"]={en:["DAX Index"]},e.exports["#XMRUSD-symbol-description"]={en:["Monero / U.S. Dollar"]},e.exports["#XPDUSD-symbol-description"]={en:["CFDs on Palladium"]},e.exports["#XPTUSD-symbol-description"]={en:["Platinum / U.S. Dollar"],el:["Platinum/U.S. Dollar"]},e.exports["#XRPBTC-symbol-description"]={en:["XRP / Bitcoin"],el:["Ripple / Bitcoin"]},e.exports["#XRPEUR-symbol-description"]={en:["XRP / Euro"],el:["Ripple / Euro"]},e.exports["#XRPUSD-symbol-description"]={en:["XRP / U.S. Dollar"],el:["Ripple / U.S. Dollar"]},e.exports["#ZECUSD-symbol-description"]={en:["Zcash / U.S. Dollar"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.2486.11825549d0f3e1fd5ee7.js b/public/charting_library/bundles/el.2486.11825549d0f3e1fd5ee7.js
new file mode 100644
index 0000000..2160946
--- /dev/null
+++ b/public/charting_library/bundles/el.2486.11825549d0f3e1fd5ee7.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2486,4040,359],{55517:e=>{e.exports={en:["Add"]}},29619:e=>{e.exports={en:["Add custom color"],el:["Add Custom Color"]}},80936:e=>{e.exports={en:["Opacity"]}},97349:e=>{e.exports={en:["Fr"]}},30961:e=>{e.exports={en:["Mo"]}},94748:e=>{e.exports={en:["Sa"]}},75005:e=>{e.exports={en:["Su"]}},92578:e=>{e.exports={en:["We"]}},8765:e=>{e.exports={en:["Th"]}},9135:e=>{e.exports={en:["Tu"]}},53288:e=>{e.exports={en:["animals & nature"]}},21311:e=>{e.exports={en:["activity"]}},90678:e=>{e.exports={en:["food & drink"]}},6715:e=>{e.exports={en:["flags"]}},98355:e=>{e.exports={en:["objects"]}},43438:e=>{e.exports={en:["smiles & people"]}},40457:e=>{e.exports={en:["symbols"]}},88906:e=>{e.exports={en:["recently used"]}},28562:e=>{e.exports={en:["travel & places"]}},24716:e=>{e.exports={en:["Another symbol"]}},41256:e=>{e.exports={en:["Back"]}},94849:e=>{e.exports={en:["Main chart symbol"]}},53174:e=>{e.exports={en:["Right"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"]}},4543:e=>{e.exports={en:["Cancel"],el:["Άκυρο"]}},24197:e=>{e.exports={en:["Center"]}},63245:e=>{e.exports={en:["Change symbol"]}},54613:e=>{e.exports={en:["Chart"]}},47742:e=>{e.exports={en:["Close menu"]}},34040:e=>{e.exports={en:["All sources"]}},96413:e=>{e.exports={en:["Apply defaults"],el:["Apply Defaults"]}},77571:e=>{e.exports={en:["Apply to all"]}},28896:e=>{e.exports={en:["April"]}},11081:e=>{e.exports={en:["August"]}},27567:e=>{e.exports={en:["Bottom"]}},42358:e=>{e.exports={en:["Bond"]}},68043:e=>{e.exports={en:["Gradient"]}},6113:e=>{e.exports={en:["Do you really want to delete Chart Template '{name}' ?"]}},27390:e=>{e.exports={en:["Dotted line"]}},88123:e=>{e.exports={en:["Dashed line"]}},90082:e=>{e.exports={en:["December"]}},55319:e=>{e.exports={en:["Decrease"]}},78734:e=>{e.exports={en:["Description"]}},81069:e=>{e.exports={en:["February"]}},3570:e=>{e.exports={en:["Friday"]}},95406:e=>{e.exports={en:["Horizontal"]}},8854:e=>{e.exports={en:["Hidden"]}},39832:e=>{e.exports={en:["Increase"]}},200:e=>{e.exports={en:["January"]}},6608:e=>{e.exports={en:["July"]}},61487:e=>{e.exports={en:["June"]}},37997:e=>{e.exports={en:["October"]}},55450:e=>{e.exports={en:["Offset"]}},19295:e=>{e.exports={en:["Ok"]}},11626:e=>{e.exports={en:["Left"]}},28603:e=>{e.exports={en:["Line style"]}},19573:e=>{e.exports={en:["Monday"]}},43154:e=>{e.exports={en:["Months"]}},37117:e=>{e.exports={en:["More"]}},25734:e=>{e.exports={en:["May"],el:["Μαι"]}},93878:e=>{e.exports={en:["March"]}},68833:e=>{e.exports={en:["Middle"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"]}},76822:e=>{e.exports={en:["No symbols match your criteria"]}},4607:e=>{e.exports={en:["November"]}},65353:e=>{e.exports={en:["Normal"]}},69102:e=>{e.exports={en:["Next year"]}},17538:e=>{e.exports={en:["Next years"]}},92790:e=>{e.exports={
+en:["Next month"]}},71300:e=>{e.exports={en:["Number format is invalid."]}},28628:e=>{e.exports={en:["Sources"]}},88686:e=>{e.exports={en:["Solid"]}},30348:e=>{e.exports={en:["Saturday"]}},8573:e=>{e.exports={en:["Search"],el:["Αναζήτησή"]}},57640:e=>{e.exports={en:["Select source"]}},32179:e=>{e.exports={en:["September"]}},31331:e=>{e.exports={en:["Specified value is more than the instrument maximum of {max}."]}},24216:e=>{e.exports={en:["Specified value is less than the instrument minimum of {min}."]}},61480:e=>{e.exports={en:["Sunday"]}},70235:e=>{e.exports={en:["Switch to months"]}},91245:e=>{e.exports={en:["Switch to dates"]}},71961:e=>{e.exports={en:["Switch to years"]}},95481:e=>{e.exports={en:["Symbol"],el:["Σύμβολο"]}},74007:e=>{e.exports={en:["Symbol & description"]}},51165:e=>{e.exports={en:["Symbol Search"]}},27254:e=>{e.exports={en:["Please enter the right date"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"]}},93984:e=>{e.exports={en:["Previous month"]}},75776:e=>{e.exports={en:["Previous year"]}},44701:e=>{e.exports={en:["Previous years"]}},89984:e=>{e.exports={en:["Remove color"]}},47550:e=>{e.exports={en:["Remove selected emoji"]}},50421:e=>{e.exports={en:["Right"]}},94226:e=>{e.exports={en:["Wednesday"]}},97118:e=>{e.exports={en:["Top"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},79137:e=>{e.exports={en:["Thursday"]}},54971:e=>{e.exports={en:["Thickness"]}},82160:e=>{e.exports={en:["Tuesday"]}},13748:e=>{e.exports={en:["Use special math signs to displace selected drawings: +,-,/,* for price and +,- for bar index."]}},69526:e=>{e.exports={en:["Vertical"]}},66181:e=>{e.exports={en:["Years"]}},70932:e=>{e.exports={en:["commodity"]}},79599:e=>{e.exports={en:["cfd"]}},29426:e=>{e.exports={en:["change opacity"]}},31675:e=>{e.exports={en:["change color"]}},28818:e=>{e.exports={en:["change line style"]}},73281:e=>{e.exports={en:["change thickness"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},5741:e=>{e.exports={en:["close"]}},46128:e=>{e.exports={en:["crypto"]}},47268:e=>{e.exports={en:["dr"]}},406:e=>{e.exports={en:["e.g. +1"]}},49957:e=>{e.exports={en:["e.g. /2"]}},54094:e=>{e.exports={en:["economy"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"]}},59319:e=>{e.exports={en:["high"]}},96008:e=>{e.exports={en:["hl2"]}},91189:e=>{e.exports={en:["hlc3"]}},49242:e=>{e.exports={en:["hlcc4"]}},87464:e=>{e.exports={en:["index"]}},90250:e=>{e.exports={en:["indices"]}},52793:e=>{e.exports={en:["ohlc4"]}},83584:e=>{e.exports={en:["open"]}},41902:e=>{e.exports={en:["low"]}},76752:e=>{e.exports={en:["stock"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.2530.6108ccc54d7b804c8af1.js b/public/charting_library/bundles/el.2530.6108ccc54d7b804c8af1.js
new file mode 100644
index 0000000..82c7588
--- /dev/null
+++ b/public/charting_library/bundles/el.2530.6108ccc54d7b804c8af1.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2530,4109,9093],{4543:e=>{e.exports={en:["Cancel"],el:["Άκυρο"]}},47742:e=>{e.exports={en:["Close menu"]}},69207:e=>{e.exports={en:["Add to favorites"],el:["Προσθήκη στα αγαπημένα"]}},69644:e=>{e.exports={en:["Available for Pro accounts"]}},10640:e=>{e.exports={en:["Editors' picks"]}},84549:e=>{e.exports={en:["Indicators"],el:["Τέχν. Δείκτες"]}},70269:e=>{e.exports={en:["No indicators matched your criteria"],el:["Δε βρέθηκαν Τέχνικο. Δείκτες που να ταιριάζουν με τα κριτήρια αναζήτησης"]}},7378:e=>{e.exports={en:["Script name"]}},8573:e=>{e.exports={en:["Search"],el:["Αναζήτησή"]}},85106:e=>{e.exports={en:["Remove from favorites"],el:["Διαγραφή απο τα αγαπημένα"]}},33673:e=>{e.exports={en:["{studyTitle} added to chart"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.2787.b95db3c8cfe7fab3c811.js b/public/charting_library/bundles/el.2787.b95db3c8cfe7fab3c811.js
new file mode 100644
index 0000000..b0545ad
--- /dev/null
+++ b/public/charting_library/bundles/el.2787.b95db3c8cfe7fab3c811.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2787,6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],el:["Συντεταγμένες"]}},24197:e=>{e.exports={en:["Center"]}},27567:e=>{e.exports={en:["Bottom"]}},72942:e=>{e.exports={en:["Days"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},61856:e=>{e.exports={en:["Extend left line"]}},87430:e=>{e.exports={en:["Extend right line"]}},56796:e=>{e.exports={en:["Hours"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"]}},11626:e=>{e.exports={en:["Left"]}},43154:e=>{e.exports={en:["Months"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"]}},50421:e=>{e.exports={en:["Right"]}},835:e=>{e.exports={en:["Weeks"]}},97118:e=>{e.exports={en:["Top"]}},70320:e=>{e.exports={en:["Text"],el:["Κείμενο"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"]}},19541:e=>{e.exports={en:["change {toolName} line width"]}},24059:e=>{e.exports={en:["change {toolName} line color"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"]}},21474:e=>{e.exports={en:["change {toolName} line left end"]}},54827:e=>{e.exports={en:["change {toolName} line right end"]}},66429:e=>{e.exports={en:["change {toolName} line style"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},2359:e=>{
+e.exports={en:["hours"],el:["Hours"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"],el:["Months"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"],el:["Minutes"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.3181.259d07263a732c089332.js b/public/charting_library/bundles/el.3181.259d07263a732c089332.js
new file mode 100644
index 0000000..226b5de
--- /dev/null
+++ b/public/charting_library/bundles/el.3181.259d07263a732c089332.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3181,6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"]}},33004:e=>{e.exports={en:["Counterclockwise"]}},78930:e=>{e.exports={en:["Coordinates"],el:["Συντεταγμένες"]}},24197:e=>{e.exports={en:["Center"]}},27567:e=>{e.exports={en:["Bottom"]}},72942:e=>{e.exports={en:["Days"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},56796:e=>{e.exports={en:["Hours"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"]}},11626:e=>{e.exports={en:["Left"]}},43154:e=>{e.exports={en:["Months"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"]}},50421:e=>{e.exports={en:["Right"]}},835:e=>{e.exports={en:["Weeks"]}},97118:e=>{e.exports={en:["Top"]}},70320:e=>{e.exports={en:["Text"],el:["Κείμενο"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},60003:e=>{e.exports={en:["change {title} counterclockwise"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},46040:e=>{e.exports={en:["change {title} line width"]}},7455:e=>{e.exports={en:["change {title} line color"]}},30843:e=>{e.exports={en:["change {title} line style"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},2359:e=>{e.exports={en:["hours"],el:["Hours"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"],el:["Months"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={
+en:["minutes"],el:["Minutes"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.3355.c5e027afabcecc85b871.js b/public/charting_library/bundles/el.3355.c5e027afabcecc85b871.js
new file mode 100644
index 0000000..a88c557
--- /dev/null
+++ b/public/charting_library/bundles/el.3355.c5e027afabcecc85b871.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3355,6155,3367,2303,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],el:["Συντεταγμένες"]}},24197:e=>{e.exports={en:["Center"]}},6060:e=>{e.exports={en:["Add text"]}},27567:e=>{e.exports={en:["Bottom"]}},38408:e=>{e.exports={en:["Border"]}},79468:e=>{e.exports={en:["Background"],el:["Υπόβαθρο"]}},72942:e=>{e.exports={en:["Days"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},56796:e=>{e.exports={en:["Hours"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"]}},74872:e=>{e.exports={en:["Label"],el:["Ετικέτα"]}},11626:e=>{e.exports={en:["Left"]}},43154:e=>{e.exports={en:["Months"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"]}},50421:e=>{e.exports={en:["Right"]}},835:e=>{e.exports={en:["Weeks"]}},97118:e=>{e.exports={en:["Top"]}},70320:e=>{e.exports={en:["Text"],el:["Κείμενο"]}},7560:e=>{e.exports={en:["Text wrap"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},49765:e=>{e.exports={en:["change {title} background color"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},57122:e=>{e.exports={en:["change {title} text"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"]}},66668:e=>{e.exports={en:["change {toolName} text"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"]}},22231:e=>{e.exports={
+en:["change {toolName} text background color"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"]}},36666:e=>{e.exports={en:["change {toolName} text border color"]}},35423:e=>{e.exports={en:["change {toolName} text border width"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"]}},64500:e=>{e.exports={en:["change {toolName} text color"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"]}},21781:e=>{e.exports={en:["change {toolName} text font size"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},2359:e=>{e.exports={en:["hours"],el:["Hours"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"],el:["Months"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"],el:["Minutes"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.3357.613d24759e11646b0997.js b/public/charting_library/bundles/el.3357.613d24759e11646b0997.js
new file mode 100644
index 0000000..4493e4c
--- /dev/null
+++ b/public/charting_library/bundles/el.3357.613d24759e11646b0997.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3357,4109,9093],{53288:e=>{e.exports={en:["animals & nature"]}},21311:e=>{e.exports={en:["activity"]}},90678:e=>{e.exports={en:["food & drink"]}},6715:e=>{e.exports={en:["flags"]}},98355:e=>{e.exports={en:["objects"]}},43438:e=>{e.exports={en:["smiles & people"]}},40457:e=>{e.exports={en:["symbols"]}},88906:e=>{e.exports={en:["recently used"]}},28562:e=>{e.exports={en:["travel & places"]}},4543:e=>{e.exports={en:["Cancel"],el:["Άκυρο"]}},47742:e=>{e.exports={en:["Close menu"]}},69207:e=>{e.exports={en:["Add to favorites"],el:["Προσθήκη στα αγαπημένα"]}},80439:e=>{e.exports={en:["Do you really want to delete chart layout '{name}' ? This can't be undone. Your drawings and this layout will be gone forever."]}},56495:e=>{e.exports={en:["Do you really want to delete chart layout '{name}' that contains {n_drawings_on_n_symbols}? This can't be undone. Your drawings and this layout will be gone forever."]}},55108:e=>{e.exports={en:["Date modified (oldest first)"]}},75272:e=>{e.exports={en:["Date modified (newest first)"]}},11478:e=>{e.exports={en:["Layout name"]}},21329:e=>{e.exports={en:["Layout name (A to Z)"]}},11324:e=>{e.exports={en:["Layout name (Z to A)"]}},21355:e=>{e.exports={en:["Layouts"]}},63269:e=>{e.exports={en:["No layouts matched your criteria"]}},5191:e=>{e.exports={en:["Sort by layout name, date changed"]}},8573:e=>{e.exports={en:["Search"],el:["Αναζήτησή"]}},85106:e=>{e.exports={en:["Remove from favorites"],el:["Διαγραφή απο τα αγαπημένα"]}},47550:e=>{e.exports={en:["Remove selected emoji"]}},30502:e=>{e.exports={en:["on {amount} symbol","on {amount} symbols"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.3367.8357e9248b9de0310231.js b/public/charting_library/bundles/el.3367.8357e9248b9de0310231.js
new file mode 100644
index 0000000..c0e76bb
--- /dev/null
+++ b/public/charting_library/bundles/el.3367.8357e9248b9de0310231.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3367,6155,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],el:["Συντεταγμένες"]}},24197:e=>{e.exports={en:["Center"]}},27567:e=>{e.exports={en:["Bottom"]}},38408:e=>{e.exports={en:["Border"]}},79468:e=>{e.exports={en:["Background"],el:["Υπόβαθρο"]}},72942:e=>{e.exports={en:["Days"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},56796:e=>{e.exports={en:["Hours"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"]}},11626:e=>{e.exports={en:["Left"]}},43154:e=>{e.exports={en:["Months"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"]}},50421:e=>{e.exports={en:["Right"]}},835:e=>{e.exports={en:["Weeks"]}},97118:e=>{e.exports={en:["Top"]}},70320:e=>{e.exports={en:["Text"],el:["Κείμενο"]}},7560:e=>{e.exports={en:["Text wrap"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},57122:e=>{e.exports={en:["change {title} text"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"]}},66668:e=>{e.exports={en:["change {toolName} text"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"]}},22231:e=>{e.exports={en:["change {toolName} text background color"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"]}},36666:e=>{e.exports={
+en:["change {toolName} text border color"]}},35423:e=>{e.exports={en:["change {toolName} text border width"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"]}},64500:e=>{e.exports={en:["change {toolName} text color"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"]}},21781:e=>{e.exports={en:["change {toolName} text font size"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},2359:e=>{e.exports={en:["hours"],el:["Hours"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"],el:["Months"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"],el:["Minutes"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.359.3c5835e59f61404fe3cc.js b/public/charting_library/bundles/el.359.3c5835e59f61404fe3cc.js
new file mode 100644
index 0000000..42d0488
--- /dev/null
+++ b/public/charting_library/bundles/el.359.3c5835e59f61404fe3cc.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[359,4040],{41256:e=>{e.exports={en:["Back"]}},53174:e=>{e.exports={en:["Right"]}},4543:e=>{e.exports={en:["Cancel"],el:["Άκυρο"]}},47742:e=>{e.exports={en:["Close menu"]}},34040:e=>{e.exports={en:["All sources"]}},42358:e=>{e.exports={en:["Bond"]}},78734:e=>{e.exports={en:["Description"]}},37117:e=>{e.exports={en:["More"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"]}},76822:e=>{e.exports={en:["No symbols match your criteria"]}},28628:e=>{e.exports={en:["Sources"]}},8573:e=>{e.exports={en:["Search"],el:["Αναζήτησή"]}},57640:e=>{e.exports={en:["Select source"]}},95481:e=>{e.exports={en:["Symbol"],el:["Σύμβολο"]}},74007:e=>{e.exports={en:["Symbol & description"]}},51165:e=>{e.exports={en:["Symbol Search"]}},70932:e=>{e.exports={en:["commodity"]}},79599:e=>{e.exports={en:["cfd"]}},46128:e=>{e.exports={en:["crypto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"]}},87464:e=>{e.exports={en:["index"]}},90250:e=>{e.exports={en:["indices"]}},76752:e=>{e.exports={en:["stock"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.3597.9c639cb519af03750b8e.js b/public/charting_library/bundles/el.3597.9c639cb519af03750b8e.js
new file mode 100644
index 0000000..8d08868
--- /dev/null
+++ b/public/charting_library/bundles/el.3597.9c639cb519af03750b8e.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3597],{53288:e=>{e.exports={en:["animals & nature"]}},21311:e=>{e.exports={en:["activity"]}},90678:e=>{e.exports={en:["food & drink"]}},6715:e=>{e.exports={en:["flags"]}},98355:e=>{e.exports={en:["objects"]}},43438:e=>{e.exports={en:["smiles & people"]}},40457:e=>{e.exports={en:["symbols"]}},88906:e=>{e.exports={en:["recently used"]}},28562:e=>{e.exports={en:["travel & places"]}},4543:e=>{e.exports={en:["Cancel"],el:["Άκυρο"]}},47742:e=>{e.exports={en:["Close menu"]}},4461:e=>{e.exports={en:["Add emoji"]}},9372:e=>{e.exports={en:["Indicator template '{templateName}' already exists. Do you really want to replace it?"]}},19295:e=>{e.exports={en:["Ok"]}},85888:e=>{e.exports={en:["No results found"]}},64e3:e=>{e.exports={en:["Save"],el:["Αποθήκευση"]}},71924:e=>{e.exports={en:["Save indicator template"]}},6081:e=>{e.exports={en:["Saved indicators"]}},63035:e=>{e.exports={en:["Selecting this option will set the {interval} interval on the chart when this template is applied"]}},13860:e=>{e.exports={en:["Selecting this option will set the {symbol} symbol on the chart when this template is applied"]}},18698:e=>{e.exports={en:["Remember Interval"]}},57149:e=>{e.exports={en:["Remember Symbol"]}},47550:e=>{e.exports={en:["Remove selected emoji"]}},59233:e=>{e.exports={en:["Template name"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.4040.333002e872dd8b0c1c95.js b/public/charting_library/bundles/el.4040.333002e872dd8b0c1c95.js
new file mode 100644
index 0000000..16b97ea
--- /dev/null
+++ b/public/charting_library/bundles/el.4040.333002e872dd8b0c1c95.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4040],{34040:e=>{e.exports={en:["All sources"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.4109.921da6023cc8aa9fe3a5.js b/public/charting_library/bundles/el.4109.921da6023cc8aa9fe3a5.js
new file mode 100644
index 0000000..d71dd20
--- /dev/null
+++ b/public/charting_library/bundles/el.4109.921da6023cc8aa9fe3a5.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4109],{69207:e=>{e.exports={en:["Add to favorites"],el:["Προσθήκη στα αγαπημένα"]}},85106:e=>{e.exports={en:["Remove from favorites"],el:["Διαγραφή απο τα αγαπημένα"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.4166.e3c369fb8ae4775c7f89.js b/public/charting_library/bundles/el.4166.e3c369fb8ae4775c7f89.js
new file mode 100644
index 0000000..4465d5f
--- /dev/null
+++ b/public/charting_library/bundles/el.4166.e3c369fb8ae4775c7f89.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4166],{80996:e=>{e.exports={en:["Local drawings"]}},84212:e=>{e.exports={en:["No drawings yet"],el:["Δεν υπάρχουν ακομα σχέδια"]}},92931:e=>{e.exports={en:["Synced globally"]}},41870:e=>{e.exports={en:["Synced in layout"]}},8182:e=>{e.exports={en:["Remove all drawings for this symbol"]}},58407:e=>{e.exports={en:["remove all line tools for {symbol}"]}},90755:e=>{e.exports={en:["{drawingsCount} drawing","{drawingsCount} drawings"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.4211.932ffa2dc04657916b72.js b/public/charting_library/bundles/el.4211.932ffa2dc04657916b72.js
new file mode 100644
index 0000000..be49ec0
--- /dev/null
+++ b/public/charting_library/bundles/el.4211.932ffa2dc04657916b72.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4211,4040,359,4109,9093],{23821:e=>{e.exports={en:["Dot"]}},41256:e=>{e.exports={en:["Back"]}},53174:e=>{e.exports={en:["Right"]}},57e3:e=>{e.exports={en:["Compare"],el:["Σύγκριση"]}},93111:e=>{e.exports={en:["Content"]}},8270:e=>{e.exports={en:["Copy link to the chart image"]}},4543:e=>{e.exports={en:["Cancel"],el:["Άκυρο"]}},59934:e=>{e.exports={en:["Channels"]}},63245:e=>{e.exports={en:["Change symbol"]}},56281:e=>{e.exports={en:["Chart style Columns"]}},64526:e=>{e.exports={en:["Chart style Candles"]}},9537:e=>{e.exports={en:["Chart style Area"]}},19265:e=>{e.exports={en:["Chart style Bars"]}},19579:e=>{e.exports={en:["Chart style Baseline"]}},47189:e=>{e.exports={en:["Chart style Kagi"]}},39883:e=>{e.exports={en:["Chart style HLC area"]}},67579:e=>{e.exports={en:["Chart style HLC bars"]}},44958:e=>{e.exports={en:["Chart style Hollow candles"]}},62423:e=>{e.exports={en:["Chart style Heikin Ashi"]}},70405:e=>{e.exports={en:["Chart style High-low"]}},92911:e=>{e.exports={en:["Chart style Line"]}},35458:e=>{e.exports={en:["Chart style Line with markers"]}},11604:e=>{e.exports={en:["Chart style Line break"]}},67346:e=>{e.exports={en:["Chart style Session volume profile"]}},40447:e=>{e.exports={en:["Chart style Step line"]}},22027:e=>{e.exports={en:["Chart style Point & figure"]}},49942:e=>{e.exports={en:["Chart style Range"]}},80082:e=>{e.exports={en:["Chart style Renko"]}},94861:e=>{e.exports={en:["Chart style Time Price Opportunity"]}},13618:e=>{e.exports={en:["Chart style Volume candles"]}},21190:e=>{e.exports={en:["Chart style Volume footprint"]}},53438:e=>{e.exports={en:["Chart template"]}},47742:e=>{e.exports={en:["Close menu"]}},81578:e=>{e.exports={en:["Cursors"]}},77915:e=>{e.exports={en:["Cycles"]}},32064:e=>{e.exports={en:["Annotation tools"],el:["Annotation Tools"]}},69207:e=>{e.exports={en:["Add to favorites"],el:["Προσθήκη στα αγαπημένα"]}},34040:e=>{e.exports={en:["All sources"]}},19147:e=>{e.exports={en:["Arrows"]}},42358:e=>{e.exports={en:["Bond"]}},65695:e=>{e.exports={en:["Brushes"]}},51494:e=>{e.exports={en:["Gann"]}},2654:e=>{e.exports={en:["Gann and Fibonacci tools"],el:["Gann and Fibonacci Tools"]}},22145:e=>{e.exports={en:["Geometric shapes"],el:["Geometric Shapes"]}},57157:e=>{e.exports={en:["Dot"]}},25848:e=>{e.exports={en:["Dark theme"]}},14939:e=>{e.exports={en:["Demonstration"]}},78734:e=>{e.exports={en:["Description"]}},74385:e=>{e.exports={en:["Drawings"],el:["Σχέδια"]}},44255:e=>{e.exports={en:["Elliott waves"]}},8727:e=>{e.exports={en:["Eraser"]}},93308:e=>{e.exports={en:["Extended session"]}},1410:e=>{e.exports={en:["Forecasting and measurement tools"],el:["Prediction and Measurement Tools"]}},26578:e=>{e.exports={en:["Fibonacci"]}},67092:e=>{e.exports={en:["Fullscreen mode"],el:["Λειτουργία πλήρους οθόνης"]}},83576:e=>{e.exports={en:["Function"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"]}},27077:e=>{e.exports={en:["Open Object Tree"]}},7386:e=>{e.exports={en:["Open chart layout"]}},
+79451:e=>{e.exports={en:["Lock all drawings"],el:["Κλείδωμα Εργαλείων Σχεδίασης"]}},35112:e=>{e.exports={en:["Move chart back"]}},12754:e=>{e.exports={en:["Move chart forward"]}},37117:e=>{e.exports={en:["More"]}},35553:e=>{e.exports={en:["Magic"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"]}},81031:e=>{e.exports={en:["Manage layout drawings"]}},91563:e=>{e.exports={en:["Measure"]}},97050:e=>{e.exports={en:["Measurer"]}},7276:e=>{e.exports={en:["Merge all scales to the left"]}},80219:e=>{e.exports={en:["Merge all scales to the right"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"]}},76822:e=>{e.exports={en:["No symbols match your criteria"]}},47202:e=>{e.exports={en:["Nothing matches your criteria"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"]}},3521:e=>{e.exports={en:["New drawings will sync globally"]}},93027:e=>{e.exports={en:["New drawings will sync in layout"]}},28628:e=>{e.exports={en:["Sources"]}},41569:e=>{e.exports={en:["Save chart layout"]}},8573:e=>{e.exports={en:["Search"],el:["Αναζήτησή"]}},79354:e=>{e.exports={en:["Search tool or function"]}},57640:e=>{e.exports={en:["Select source"]}},65781:e=>{e.exports={en:["Shapes"]}},3154:e=>{e.exports={en:["Show Hidden Tools"]}},85786:e=>{e.exports={en:["Show Object Tree"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],el:["Παραμονή στη Λειτουργία Σχεδίασης"]}},94593:e=>{e.exports={en:["Strong Magnet"]}},95481:e=>{e.exports={en:["Symbol"],el:["Σύμβολο"]}},74007:e=>{e.exports={en:["Symbol & description"]}},51165:e=>{e.exports={en:["Symbol Search"]}},23391:e=>{e.exports={en:["Sync drawings to all charts"]}},46417:e=>{e.exports={en:["Patterns"]}},36167:e=>{e.exports={en:["Pitchforks"]}},79366:e=>{e.exports={en:["Previous day close price line"]}},76753:e=>{e.exports={en:["Recent search"]}},28051:e=>{e.exports={en:["Regular session"]}},57118:e=>{e.exports={en:["Remove Drawings"]}},4474:e=>{e.exports={en:["Remove all indicators and drawing tools"]}},96374:e=>{e.exports={en:["Remove drawings"]}},85106:e=>{e.exports={en:["Remove from favorites"],el:["Διαγραφή απο τα αγαπημένα"]}},99984:e=>{e.exports={en:["Remove indicators"],el:["Remove Indicators"]}},38206:e=>{e.exports={en:["Rename chart layout"]}},31789:e=>{e.exports={en:["Reset chart"]}},3519:e=>{e.exports={en:["Weak Magnet"]}},65831:e=>{e.exports={en:["Text & Notes"]}},48773:e=>{e.exports={en:["Trend line tools"],el:["Trend Line Tools"]}},27463:e=>{e.exports={en:["Type to search for drawings, functions and settings"]}},69260:e=>{e.exports={en:["Volume-based"]}},78659:e=>{e.exports={en:["You're changing the user interface to the {name} theme. Would you like to switch the chart template's theme too?"]}},55774:e=>{e.exports={en:["Zoom In"],el:["Μεγέθυνση"]}},37310:e=>{e.exports={en:["Zoom Out"],el:["Σμίκρυνση"]}},70932:e=>{e.exports={en:["commodity"]}},79599:e=>{e.exports={en:["cfd"]}},13489:e=>{e.exports={en:["change ideas visibility on chart"]}},35111:e=>{
+e.exports={en:["change indicators and financials name labels visibility"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"]}},46128:e=>{e.exports={en:["crypto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"]}},87464:e=>{e.exports={en:["index"]}},90250:e=>{e.exports={en:["indices"]}},76752:e=>{e.exports={en:["stock"]}},94521:e=>{e.exports={en:["sync drawings"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.4543.af2e0ddd821d5bacf27b.js b/public/charting_library/bundles/el.4543.af2e0ddd821d5bacf27b.js
new file mode 100644
index 0000000..508a429
--- /dev/null
+++ b/public/charting_library/bundles/el.4543.af2e0ddd821d5bacf27b.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4543],{63271:e=>{e.exports={en:["Flipped"]}},28941:e=>{e.exports={en:["Mirrored"]}},92479:e=>{e.exports={en:["flip bars pattern"]}},20965:e=>{e.exports={en:["mirror bars pattern"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.4593.99cfdf832ec7f90cc2a7.js b/public/charting_library/bundles/el.4593.99cfdf832ec7f90cc2a7.js
new file mode 100644
index 0000000..f64cf7f
--- /dev/null
+++ b/public/charting_library/bundles/el.4593.99cfdf832ec7f90cc2a7.js
@@ -0,0 +1,4 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4593,4040,359,4821],{55517:e=>{e.exports={en:["Add"]}},29619:e=>{e.exports={en:["Add custom color"],el:["Add Custom Color"]}},80936:e=>{e.exports={en:["Opacity"]}},33857:e=>{e.exports={en:["Cross"]}},97349:e=>{e.exports={en:["Fr"]}},30961:e=>{e.exports={en:["Mo"]}},94748:e=>{e.exports={en:["Sa"]}},75005:e=>{e.exports={en:["Su"]}},92578:e=>{e.exports={en:["We"]}},8765:e=>{e.exports={en:["Th"]}},9135:e=>{e.exports={en:["Tu"]}},53288:e=>{e.exports={en:["animals & nature"]}},21311:e=>{e.exports={en:["activity"]}},90678:e=>{e.exports={en:["food & drink"]}},6715:e=>{e.exports={en:["flags"]}},98355:e=>{e.exports={en:["objects"]}},43438:e=>{e.exports={en:["smiles & people"]}},40457:e=>{e.exports={en:["symbols"]}},88906:e=>{e.exports={en:["recently used"]}},28562:e=>{e.exports={en:["travel & places"]}},24716:e=>{e.exports={en:["Another symbol"]}},41256:e=>{e.exports={en:["Back"]}},76542:e=>{e.exports={en:["Labels on price scale"]}},94849:e=>{e.exports={en:["Main chart symbol"]}},49191:e=>{e.exports={en:["Values in status line"]}},53174:e=>{e.exports={en:["Right"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"]}},4543:e=>{e.exports={en:["Cancel"],el:["Άκυρο"]}},24197:e=>{e.exports={en:["Center"]}},63245:e=>{e.exports={en:["Change symbol"]}},54613:e=>{e.exports={en:["Chart"]}},5669:e=>{e.exports={en:["Circles"]}},47742:e=>{e.exports={en:["Close menu"]}},8305:e=>{e.exports={en:["Above bar"],el:["Above Bar"]}},69758:e=>{e.exports={en:["Absolute"]}},34040:e=>{e.exports={en:["All sources"]}},62511:e=>{e.exports={en:["Apply Defaults"]}},28896:e=>{e.exports={en:["April"]}},7349:e=>{e.exports={en:["Area with breaks"],el:["Area With Breaks"]}},11081:e=>{e.exports={en:["August"]}},27567:e=>{e.exports={en:["Bottom"]}},74406:e=>{e.exports={en:["Body"]}},42358:e=>{e.exports={en:["Bond"]}},38408:e=>{e.exports={en:["Border"]}},79468:e=>{e.exports={en:["Background"],el:["Υπόβαθρο"]}},9417:e=>{e.exports={en:["Below bar"],el:["Below Bar"]}},68043:e=>{e.exports={en:["Gradient"]}},27390:e=>{e.exports={en:["Dotted line"]}},71776:e=>{e.exports={en:["Down"]}},72942:e=>{e.exports={en:["Days"]}},88123:e=>{e.exports={en:["Dashed line"]}},73033:e=>{e.exports={en:["Developing VA"]}},90082:e=>{e.exports={en:["December"]}},55319:e=>{e.exports={en:["Decrease"]}},16564:e=>{e.exports={en:["Default"],el:["Προεπιλογή"]}},48572:e=>{e.exports={en:["Defaults"],el:["Προεπιλογές"]}},78734:e=>{e.exports={en:["Description"]}},81069:e=>{e.exports={en:["February"]}},3570:e=>{e.exports={en:["Friday"]}},56796:e=>{e.exports={en:["Hours"]}},95406:e=>{e.exports={en:["Horizontal"]}},8854:e=>{e.exports={en:["Hidden"]}},78057:e=>{e.exports={en:["Histogram"],el:["Ιστόγραμμα"]}},39832:e=>{e.exports={en:["Increase"]}},21429:e=>{e.exports={en:["Inputs"]}},200:e=>{e.exports={en:["January"]}},6608:e=>{e.exports={en:["July"]}},61487:e=>{
+e.exports={en:["June"]}},37997:e=>{e.exports={en:["October"]}},55450:e=>{e.exports={en:["Offset"]}},19295:e=>{e.exports={en:["Ok"]}},89702:e=>{e.exports={en:["Outputs"]}},64075:e=>{e.exports={en:["Override min tick"],el:["Override Min Tick"]}},62791:e=>{e.exports={en:["Labels font"]}},11626:e=>{e.exports={en:["Left"]}},34862:e=>{e.exports={en:["Line with breaks"],el:["Line With Breaks"]}},28603:e=>{e.exports={en:["Line style"]}},19573:e=>{e.exports={en:["Monday"]}},43154:e=>{e.exports={en:["Months"]}},37117:e=>{e.exports={en:["More"]}},25734:e=>{e.exports={en:["May"],el:["Μαι"]}},93878:e=>{e.exports={en:["March"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"]}},76822:e=>{e.exports={en:["No symbols match your criteria"]}},4607:e=>{e.exports={en:["November"]}},65353:e=>{e.exports={en:["Normal"]}},69102:e=>{e.exports={en:["Next year"]}},17538:e=>{e.exports={en:["Next years"]}},92790:e=>{e.exports={en:["Next month"]}},71300:e=>{e.exports={en:["Number format is invalid."]}},28628:e=>{e.exports={en:["Sources"]}},88686:e=>{e.exports={en:["Solid"]}},30348:e=>{e.exports={en:["Saturday"]}},99687:e=>{e.exports={en:["Save as default"],el:["Save As Default"]}},8573:e=>{e.exports={en:["Search"],el:["Αναζήτησή"]}},65188:e=>{e.exports={en:["Seconds"]}},57640:e=>{e.exports={en:["Select source"]}},32179:e=>{e.exports={en:["September"]}},38712:e=>{e.exports={en:["Signal labels"],el:["Signal Labels"]}},31331:e=>{e.exports={en:["Specified value is more than the instrument maximum of {max}."]}},24216:e=>{e.exports={en:["Specified value is less than the instrument minimum of {min}."]}},14788:e=>{e.exports={en:["Step line with breaks"]}},11877:e=>{e.exports={en:["Step line with diamonds"]}},61480:e=>{e.exports={en:["Sunday"]}},70235:e=>{e.exports={en:["Switch to months"]}},91245:e=>{e.exports={en:["Switch to dates"]}},71961:e=>{e.exports={en:["Switch to years"]}},95481:e=>{e.exports={en:["Symbol"],el:["Σύμβολο"]}},74007:e=>{e.exports={en:["Symbol & description"]}},51165:e=>{e.exports={en:["Symbol Search"]}},10783:e=>{e.exports={en:["Placement"]}},27254:e=>{e.exports={en:["Please enter the right date"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"]}},59766:e=>{e.exports={en:["Precision"],el:["Ακρίβεια"]}},93984:e=>{e.exports={en:["Previous month"]}},75776:e=>{e.exports={en:["Previous year"]}},44701:e=>{e.exports={en:["Previous years"]}},98721:e=>{e.exports={en:["Quantity"]}},89984:e=>{e.exports={en:["Remove color"]}},47550:e=>{e.exports={en:["Remove selected emoji"]}},33533:e=>{e.exports={en:["Reset settings"],el:["Reset Settings"]}},50421:e=>{e.exports={en:["Right"]}},94226:e=>{e.exports={en:["Wednesday"]}},835:e=>{e.exports={en:["Weeks"]}},32163:e=>{e.exports={en:["Wick"]}},4622:e=>{e.exports={en:["Width (% of the box)"],el:["Width (% of the Box)"]}},97118:e=>{e.exports={en:["Top"]}},25485:e=>{e.exports={en:["Text alignment"]}},77753:e=>{e.exports={en:["Text color"],el:["Χρώμα κειμένου"]}},67781:e=>{e.exports={
+en:["Text orientation"]}},79137:e=>{e.exports={en:["Thursday"]}},54971:e=>{e.exports={en:["Thickness"]}},24821:e=>{e.exports={en:["Ticks"]}},6532:e=>{e.exports={en:["Trades on chart"],el:["Trades on Chart"]}},82160:e=>{e.exports={en:["Tuesday"]}},22691:e=>{e.exports={en:["Up"]}},13748:e=>{e.exports={en:["Use special math signs to displace selected drawings: +,-,/,* for price and +,- for bar index."]}},81363:e=>{e.exports={en:["Volume profile"],el:["Volume Profile"]}},60092:e=>{e.exports={en:["Values"]}},69526:e=>{e.exports={en:["Vertical"]}},66181:e=>{e.exports={en:["Years"]}},70932:e=>{e.exports={en:["commodity"]}},79599:e=>{e.exports={en:["cfd"]}},26476:e=>{e.exports={en:["change min tick"]}},29426:e=>{e.exports={en:["change opacity"]}},86955:e=>{e.exports={en:["change char"]}},31675:e=>{e.exports={en:["change color"]}},85889:e=>{e.exports={en:["change expand blocks"]}},27745:e=>{e.exports={en:["change font size"]}},28818:e=>{e.exports={en:["change line style"]}},6834:e=>{e.exports={en:["change location"]}},62294:e=>{e.exports={en:["change percent width"]}},81891:e=>{e.exports={en:["change placement"]}},43439:e=>{e.exports={en:["change plot type"]}},61863:e=>{e.exports={en:["change precision"]}},83468:e=>{e.exports={en:["change shape"]}},73281:e=>{e.exports={en:["change thickness"]}},21333:e=>{e.exports={en:["change value"]}},9344:e=>{e.exports={en:["change values visibility"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},5741:e=>{e.exports={en:["close"]}},46128:e=>{e.exports={en:["crypto"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},47268:e=>{e.exports={en:["dr"]}},406:e=>{e.exports={en:["e.g. +1"]}},49957:e=>{e.exports={en:["e.g. /2"]}},54094:e=>{e.exports={en:["economy"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"]}},2359:e=>{
+e.exports={en:["hours"],el:["Hours"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},59319:e=>{e.exports={en:["high"]}},96008:e=>{e.exports={en:["hl2"]}},91189:e=>{e.exports={en:["hlc3"]}},49242:e=>{e.exports={en:["hlcc4"]}},87464:e=>{e.exports={en:["index"]}},90250:e=>{e.exports={en:["indices"]}},52793:e=>{e.exports={en:["ohlc4"]}},83584:e=>{e.exports={en:["open"]}},41902:e=>{e.exports={en:["low"]}},95300:e=>{e.exports={en:["months"],el:["Months"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"],el:["Minutes"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},76752:e=>{e.exports={en:["stock"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.4821.0124e1463859eb34b0d7.js b/public/charting_library/bundles/el.4821.0124e1463859eb34b0d7.js
new file mode 100644
index 0000000..4de8a50
--- /dev/null
+++ b/public/charting_library/bundles/el.4821.0124e1463859eb34b0d7.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4821],{24821:e=>{e.exports={en:["Ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.5111.0e84f778015dc1f067f1.js b/public/charting_library/bundles/el.5111.0e84f778015dc1f067f1.js
new file mode 100644
index 0000000..c02d42d
--- /dev/null
+++ b/public/charting_library/bundles/el.5111.0e84f778015dc1f067f1.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5111],{77114:e=>{e.exports={en:["erase level line"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.5402.f7a00bf7d82b9a40920d.js b/public/charting_library/bundles/el.5402.f7a00bf7d82b9a40920d.js
new file mode 100644
index 0000000..a6a49cb
--- /dev/null
+++ b/public/charting_library/bundles/el.5402.f7a00bf7d82b9a40920d.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5402],{15402:e=>{e.exports={en:["Next time you can use {shortcut} for quick paste"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.5683.0a2c985dba54512056ce.js b/public/charting_library/bundles/el.5683.0a2c985dba54512056ce.js
new file mode 100644
index 0000000..596b07f
--- /dev/null
+++ b/public/charting_library/bundles/el.5683.0a2c985dba54512056ce.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5683],{97349:e=>{e.exports={en:["Fr"]}},30961:e=>{e.exports={en:["Mo"]}},94748:e=>{e.exports={en:["Sa"]}},75005:e=>{e.exports={en:["Su"]}},92578:e=>{e.exports={en:["We"]}},8765:e=>{e.exports={en:["Th"]}},9135:e=>{e.exports={en:["Tu"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"]}},4543:e=>{e.exports={en:["Cancel"],el:["Άκυρο"]}},47742:e=>{e.exports={en:["Close menu"]}},81861:e=>{e.exports={en:["Custom range"]}},28896:e=>{e.exports={en:["April"]}},11081:e=>{e.exports={en:["August"]}},42432:e=>{e.exports={en:["Go to"]}},90082:e=>{e.exports={en:["December"]}},81069:e=>{e.exports={en:["February"]}},3570:e=>{e.exports={en:["Friday"]}},200:e=>{e.exports={en:["January"]}},6608:e=>{e.exports={en:["July"]}},61487:e=>{e.exports={en:["June"]}},37997:e=>{e.exports={en:["October"]}},19295:e=>{e.exports={en:["Ok"]}},19573:e=>{e.exports={en:["Monday"]}},43154:e=>{e.exports={en:["Months"]}},37117:e=>{e.exports={en:["More"]}},25734:e=>{e.exports={en:["May"],el:["Μαι"]}},93878:e=>{e.exports={en:["March"]}},4607:e=>{e.exports={en:["November"]}},69102:e=>{e.exports={en:["Next year"]}},17538:e=>{e.exports={en:["Next years"]}},92790:e=>{e.exports={en:["Next month"]}},30348:e=>{e.exports={en:["Saturday"]}},32179:e=>{e.exports={en:["September"]}},61480:e=>{e.exports={en:["Sunday"]}},70235:e=>{e.exports={en:["Switch to months"]}},91245:e=>{e.exports={en:["Switch to dates"]}},71961:e=>{e.exports={en:["Switch to years"]}},27254:e=>{e.exports={en:["Please enter the right date"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"]}},93984:e=>{e.exports={en:["Previous month"]}},75776:e=>{e.exports={en:["Previous year"]}},44701:e=>{e.exports={en:["Previous years"]}},94226:e=>{e.exports={en:["Wednesday"]}},79137:e=>{e.exports={en:["Thursday"]}},82160:e=>{e.exports={en:["Tuesday"]}},66181:e=>{e.exports={en:["Years"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.5862.3039f470825daf65b9d6.js b/public/charting_library/bundles/el.5862.3039f470825daf65b9d6.js
new file mode 100644
index 0000000..e6049a7
--- /dev/null
+++ b/public/charting_library/bundles/el.5862.3039f470825daf65b9d6.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5862],{4543:e=>{e.exports={en:["Cancel"],el:["Άκυρο"]}},32910:e=>{e.exports={en:["Choose image"]}},47742:e=>{e.exports={en:["Close menu"]}},98918:e=>{e.exports={en:["Drop image here!"]}},49580:e=>{e.exports={en:["Image is required"]}},41667:e=>{e.exports={en:["JPG, PNG or WEBP"]}},19295:e=>{e.exports={en:["Ok"]}},7654:e=>{e.exports={en:["Max size {value}"]}},64789:e=>{e.exports={en:["Something went wrong, try again"]}},73007:e=>{e.exports={en:["The image being pasted is way too large"]}},19788:e=>{e.exports={en:["Transparency"],el:["Διαφάνεια"]}},16992:e=>{e.exports={en:["Upload a valid image. The file you uploaded was either not an image or a corrupted image."]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.6155.0d55563600ea0d002811.js b/public/charting_library/bundles/el.6155.0d55563600ea0d002811.js
new file mode 100644
index 0000000..378d475
--- /dev/null
+++ b/public/charting_library/bundles/el.6155.0d55563600ea0d002811.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],el:["Συντεταγμένες"]}},24197:e=>{e.exports={en:["Center"]}},27567:e=>{e.exports={en:["Bottom"]}},72942:e=>{e.exports={en:["Days"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},56796:e=>{e.exports={en:["Hours"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"]}},11626:e=>{e.exports={en:["Left"]}},43154:e=>{e.exports={en:["Months"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"]}},50421:e=>{e.exports={en:["Right"]}},835:e=>{e.exports={en:["Weeks"]}},97118:e=>{e.exports={en:["Top"]}},70320:e=>{e.exports={en:["Text"],el:["Κείμενο"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},2359:e=>{e.exports={en:["hours"],el:["Hours"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"],el:["Months"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"],el:["Minutes"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{
+e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.6290.a5f1298c89f78011c7d7.js b/public/charting_library/bundles/el.6290.a5f1298c89f78011c7d7.js
new file mode 100644
index 0000000..36c2a50
--- /dev/null
+++ b/public/charting_library/bundles/el.6290.a5f1298c89f78011c7d7.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6290,7122],{71682:e=>{e.exports={en:["in"],el:["σε"]}},72630:e=>{e.exports={en:["Closed"]}},18741:e=>{e.exports={en:["Open"],el:["Opened"]}},95931:e=>{e.exports={en:["Cancel Order"]}},59783:e=>{e.exports={en:["Close Position"]}},6060:e=>{e.exports={en:["Add text"]}},47545:e=>{e.exports={en:["FAILURE"],el:["ΑΠΟΤΥΧΙΑ"]}},1472:e=>{e.exports={en:["Head"]}},27443:e=>{e.exports={en:["Left Shoulder"]}},67710:e=>{e.exports={en:["Modify Order"]}},26409:e=>{e.exports={en:["SUCCESS"],el:["ΕΠΙΤΥΧΙΑ"]}},79463:e=>{e.exports={en:["Stop: {stopChange} ({stopChangePercent}) {stopChangePip}, Amount: {amount}"]}},24927:e=>{e.exports={en:["Protect Position"]}},10780:e=>{e.exports={en:["Qty: {qty}"]}},98818:e=>{e.exports={en:["Reverse Position"]}},14719:e=>{e.exports={en:["Right Shoulder"]}},36825:e=>{e.exports={en:["Risk/Reward Ratio: {ratio}"]}},72274:e=>{e.exports={en:["Target: {profitChange} ({profitChangePercent}) {profitChangePip}, Amount: {amount}"]}},57122:e=>{e.exports={en:["change {title} text"]}},44994:e=>{e.exports={en:["distance: {number} px"],el:["απόσταση: {number} px"]}},76250:e=>{e.exports={en:["{status} P&L: {pnl}"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.6342.6af643b9a34abf3f6313.js b/public/charting_library/bundles/el.6342.6af643b9a34abf3f6313.js
new file mode 100644
index 0000000..2c94c39
--- /dev/null
+++ b/public/charting_library/bundles/el.6342.6af643b9a34abf3f6313.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6342],{87859:e=>{e.exports={en:["Not applicable"],el:["Μη εφαρμόσιμο"]}},51998:e=>{e.exports={en:["Type the interval number for minute charts (i.e. 5 if it is going to be a five minute chart). Or number plus letter for H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)"]}},96941:e=>{e.exports={en:["Type the interval number for minute charts (i.e. 5 if it's going to be a five minute chart). Or number plus letter for other intervals: S for 1 second chart (15S for 15 second chart, etc.), H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.6406.78b7e0b0b9555ce886a5.js b/public/charting_library/bundles/el.6406.78b7e0b0b9555ce886a5.js
new file mode 100644
index 0000000..d36adff
--- /dev/null
+++ b/public/charting_library/bundles/el.6406.78b7e0b0b9555ce886a5.js
@@ -0,0 +1,6 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6406,2787,6155,1432,5402,4821],{13616:e=>{e.exports={en:["#{count} (bar)"]}},80166:e=>{e.exports={en:["#{count} (price, bar)"]}},26381:e=>{e.exports={en:["#1 (bar)"]}},37814:e=>{e.exports={en:["#1 (price)"]}},6737:e=>{e.exports={en:["#1 (price, bar)"]}},87476:e=>{e.exports={en:["#1 (vertical position %, bar)"]}},29291:e=>{e.exports={en:["Median"]}},75106:e=>{e.exports={en:["%"]}},53912:e=>{e.exports={en:["Coeffs as percents"]}},47370:e=>{e.exports={en:["Color"],el:["Χρώμα"]}},89735:e=>{e.exports={en:["Compact stats mode"]}},78930:e=>{e.exports={en:["Coordinates"],el:["Συντεταγμένες"]}},87145:e=>{e.exports={en:["Cash"]}},24197:e=>{e.exports={en:["Center"]}},4518:e=>{e.exports={en:["Change in pips"]}},9074:e=>{e.exports={en:["Change price offset"]}},390:e=>{e.exports={en:["Angle"]}},36335:e=>{e.exports={en:["Angles"]}},97668:e=>{e.exports={en:["Account size"]}},93857:e=>{e.exports={en:["Always show stats"]}},59129:e=>{e.exports={en:["Arcs"]}},52648:e=>{e.exports={en:["Avg HL in minticks"]}},27567:e=>{e.exports={en:["Bottom"]}},17129:e=>{e.exports={en:["Bottom labels"],el:["Bottom Labels"]}},38408:e=>{e.exports={en:["Border"]}},333:e=>{e.exports={en:["Borders"],el:["Περιθώρια"]}},79468:e=>{e.exports={en:["Background"],el:["Υπόβαθρο"]}},58375:e=>{e.exports={en:["Background #1"]}},89073:e=>{e.exports={en:["Bars range"]}},62374:e=>{e.exports={en:["Date/time range"]}},72942:e=>{e.exports={en:["Days"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},3369:e=>{e.exports={en:["Distance"]}},71310:e=>{e.exports={en:["Emoji pin"]}},6002:e=>{e.exports={en:["Entry price"]}},1337:e=>{e.exports={en:["Extend"]}},76410:e=>{e.exports={en:["Extend bottom"]}},25112:e=>{e.exports={en:["Extend left"]}},61856:e=>{e.exports={en:["Extend left line"]}},819:e=>{e.exports={en:["Extend lines"],el:["Extend Lines"]}},25188:e=>{e.exports={en:["Extend lines left"],el:["Extend Lines Left"]}},79192:e=>{e.exports={en:["Extend lines right"]}},68461:e=>{e.exports={en:["Extend right"]}},87430:e=>{e.exports={en:["Extend right line"]}},71397:e=>{e.exports={en:["Extend top"]}},2573:e=>{e.exports={en:["Font size"],el:["Μέγεθος γραμματοσειράς"]}},71525:e=>{e.exports={en:["Failure text"]}},28357:e=>{e.exports={en:["Failure background"]}},84885:e=>{e.exports={en:["Fans"]}},66086:e=>{e.exports={en:["Fib levels based on log scale"]}},63271:e=>{e.exports={en:["Flipped"]}},49275:e=>{e.exports={en:["HL bars"],el:["HL Bars"]}},56796:e=>{e.exports={en:["Hours"]}},95406:e=>{e.exports={en:["Horizontal"]}},81169:e=>{e.exports={en:["Invalid URL"]}},21429:e=>{e.exports={en:["Inputs"]}},91612:e=>{e.exports={en:["Inside"]}},98136:e=>{e.exports={en:["OC bars"],el:["OC Bars"]}},46005:e=>{e.exports={en:["Original"]}},74045:e=>{e.exports={en:["Lot size"]}},71571:e=>{e.exports={en:["Lower band #1"],el:["Lower Band"]}},91889:e=>{e.exports={en:["Lower band #2"]}},83301:e=>{e.exports={en:["Lower band #3"]}},74872:e=>{e.exports={en:["Label"],el:["Ετικέτα"]}},73863:e=>{e.exports={en:["Label background"],
+el:["Υπόβαθρο Ετικέτας"]}},79650:e=>{e.exports={en:["Levels"]}},36937:e=>{e.exports={en:["Levels line"],el:["Levels Line"]}},11626:e=>{e.exports={en:["Left"]}},65e3:e=>{e.exports={en:["Left labels"],el:["Ετικέτες Δεξιά"]}},32982:e=>{e.exports={en:["Line - HL/2"]}},80332:e=>{e.exports={en:["Line - open"],el:["Line - Open"]}},30216:e=>{e.exports={en:["Line - close"],el:["Line - Close"]}},18387:e=>{e.exports={en:["Line - high"],el:["Line - High"]}},53880:e=>{e.exports={en:["Line - low"],el:["Line - Low"]}},3214:e=>{e.exports={en:["Mode"]}},70382:e=>{e.exports={en:["Modified Schiff"]}},43154:e=>{e.exports={en:["Months"]}},68833:e=>{e.exports={en:["Middle"]}},68286:e=>{e.exports={en:["Middle line"]}},12516:e=>{e.exports={en:["Middle point"]}},42562:e=>{e.exports={en:["Minutes"]}},28941:e=>{e.exports={en:["Mirrored"]}},15402:e=>{e.exports={en:["Next time you can use {shortcut} for quick paste"]}},14279:e=>{e.exports={en:["Source background"]}},64598:e=>{e.exports={en:["Source border"]}},88479:e=>{e.exports={en:["Source text"]}},69904:e=>{e.exports={en:["Schiff"]}},65188:e=>{e.exports={en:["Seconds"]}},26754:e=>{e.exports={en:["Stats"]}},16053:e=>{e.exports={en:["Stats position"],el:["Stats Position"]}},33310:e=>{e.exports={en:["Stop color"]}},23814:e=>{e.exports={en:["Stop level"]}},23971:e=>{e.exports={en:["Success text"]}},90431:e=>{e.exports={en:["Success background"]}},73525:e=>{e.exports={en:["Percent change"]}},33120:e=>{e.exports={en:["Percents"]}},83840:e=>{e.exports={en:["Price"],el:["Τιμή"]}},97273:e=>{e.exports={en:["Price label"],el:["Price Label"]}},42747:e=>{e.exports={en:["Price labels"]}},58557:e=>{e.exports={en:["Price levels"],el:["Price Levels"]}},62362:e=>{e.exports={en:["Price range"],el:["Price Range"]}},78393:e=>{e.exports={en:["Price/bar ratio"],el:["Price/Bar Ratio"]}},29416:e=>{e.exports={en:["Prices"],el:["Τιμές"]}},67852:e=>{e.exports={en:["Profit level"]}},27177:e=>{e.exports={en:["Ranges and ratio"]}},64489:e=>{e.exports={en:["Reverse"]}},50421:e=>{e.exports={en:["Right"]}},28971:e=>{e.exports={en:["Right labels"],el:["Right Labels"]}},63886:e=>{e.exports={en:["Risk"]}},32998:e=>{e.exports={en:["Wave"]}},835:e=>{e.exports={en:["Weeks"]}},32163:e=>{e.exports={en:["Wick"]}},97118:e=>{e.exports={en:["Top"]}},74939:e=>{e.exports={en:["Top labels"],el:["Ετικέτες Πάνω"]}},95631:e=>{e.exports={en:["Target background"]}},79622:e=>{e.exports={en:["Target border"]}},3560:e=>{e.exports={en:["Target color"]}},59264:e=>{e.exports={en:["Target text"]}},70320:e=>{e.exports={en:["Text"],el:["Κείμενο"]}},7560:e=>{e.exports={en:["Text wrap"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},54971:e=>{e.exports={en:["Thickness"]}},24821:e=>{e.exports={en:["Ticks"]}},56822:e=>{e.exports={en:["Time label"]}},58476:e=>{e.exports={en:["Time levels"]}},19788:e=>{e.exports={en:["Transparency"],el:["Διαφάνεια"]}},51574:e=>{e.exports={en:["Trend line"]}},21315:e=>{e.exports={en:["Upper band #1"],el:["Upper Band"]}},65448:e=>{e.exports={en:["Upper band #2"]}},64848:e=>{
+e.exports={en:["Upper band #3"]}},28683:e=>{e.exports={en:["Use one color"]}},5682:e=>{e.exports={en:["VWAP"]}},37644:e=>{e.exports={en:["Volume"],el:["Όγκος"]}},60092:e=>{e.exports={en:["Values"]}},29566:e=>{e.exports={en:["Variance"]}},69526:e=>{e.exports={en:["Vertical"]}},3894:e=>{e.exports={en:["change angle"]}},77931:e=>{e.exports={en:["change arrow color"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},77883:e=>{e.exports={en:["change flag color"]}},83842:e=>{e.exports={en:["change image"]}},65309:e=>{e.exports={en:["change image transparency"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},74883:e=>{e.exports={en:["change top margin"]}},69183:e=>{e.exports={en:["change vertical position Y coordinate"]}},83030:e=>{e.exports={en:["change {title} VWAP line color"]}},47479:e=>{e.exports={en:["change {title} VWAP line width"]}},31753:e=>{e.exports={en:["change {title} coeffs as percents visibility"]}},49442:e=>{e.exports={en:["change {title} color"]}},49904:e=>{e.exports={en:["change {title} compact stats mode"]}},97345:e=>{e.exports={en:["change {title} candle border up color"]}},88530:e=>{e.exports={en:["change {title} candle border visibility"]}},81139:e=>{e.exports={en:["change {title} candle border down color"]}},80022:e=>{e.exports={en:["change {title} candle down color"]}},21631:e=>{e.exports={en:["change {title} candle up color"]}},33589:e=>{e.exports={en:["change {title} candle wick color"]}},85382:e=>{e.exports={en:["change {title} candle wick visibility"]}},81340:e=>{e.exports={en:["change {title} change in pips visibility"]}},91600:e=>{e.exports={en:["change {title} currency"]}},59288:e=>{e.exports={en:["change {title} angle visibility"]}},99232:e=>{e.exports={en:["change {title} account size"]}},80390:e=>{e.exports={en:["change {title} always show stats"]}},59577:e=>{e.exports={en:["change {title} all lines color"]}},95582:e=>{e.exports={en:["change {title} arcs {index} line color"]}},8745:e=>{e.exports={en:["change {title} arcs {index} line width"]}},4313:e=>{e.exports={en:["change {title} arcs {index} line visibility"]}},39393:e=>{e.exports={en:["change {title} average HL value"]}},62130:e=>{e.exports={en:["change {title} bottom labels visibility"]}},13783:e=>{e.exports={en:["change {title} background transparency"]}},30839:e=>{e.exports={en:["change {title} background visibility"]}},49765:e=>{e.exports={en:["change {title} background color"]}},2788:e=>{e.exports={en:["change {title} background color 1"]}},47108:e=>{e.exports={en:["change {title} background color 2"]}},98845:e=>{e.exports={en:["change {title} bars range visibility"]}},37563:e=>{e.exports={en:["change {title} date/time range visibility"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},86650:e=>{e.exports={en:["change {title} degree"]}},45153:e=>{e.exports={en:["change {title} distance visibility"]}},73247:e=>{e.exports={en:["change {title} emoji"]}},53274:e=>{e.exports={en:["change {title} emoji visibility"]}},91534:e=>{e.exports={
+en:["change {title} entry price"]}},59665:e=>{e.exports={en:["change {title} extend bottom"]}},35139:e=>{e.exports={en:["change {title} extend left"]}},76295:e=>{e.exports={en:["change {title} extend lines"]}},30126:e=>{e.exports={en:["change {title} extend top"]}},58052:e=>{e.exports={en:["change {title} extending left"]}},74867:e=>{e.exports={en:["change {title} extending right"]}},10390:e=>{e.exports={en:["change {title} extension"]}},58406:e=>{e.exports={en:["change {title} failure text color"]}},91321:e=>{e.exports={en:["change {title} failure background color"]}},28833:e=>{e.exports={en:["change {title} fan {index} line visibility"]}},45732:e=>{e.exports={en:["change {title} fan {index} line width"]}},62500:e=>{e.exports={en:["change {title} fan {index} line color"]}},15972:e=>{e.exports={en:["change {title} fans visibility"]}},1716:e=>{e.exports={en:["change {title} fans line color"]}},85509:e=>{e.exports={en:["change {title} fib levels based on log scale"]}},10643:e=>{e.exports={en:["change {title} flipped"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},86993:e=>{e.exports={en:["change {title} image background color"]}},54087:e=>{e.exports={en:["change {title} lot size"]}},67450:e=>{e.exports={en:["change {title} lower band #1 line color"]}},87716:e=>{e.exports={en:["change {title} lower band #1 line visibility"]}},43181:e=>{e.exports={en:["change {title} lower band #1 line width"]}},35092:e=>{e.exports={en:["change {title} lower band #2 line color"]}},94308:e=>{e.exports={en:["change {title} lower band #2 line visibility"]}},8873:e=>{e.exports={en:["change {title} lower band #2 line width"]}},68180:e=>{e.exports={en:["change {title} lower band #3 line color"]}},32442:e=>{e.exports={en:["change {title} lower band #3 line visibility"]}},3476:e=>{e.exports={en:["change {title} lower band #3 line width"]}},55612:e=>{e.exports={en:["change {title} labels alignment"]}},19658:e=>{e.exports={en:["change {title} labels font size"]}},93340:e=>{e.exports={en:["change {title} labels visibility"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"]}},664:e=>{e.exports={en:["change {title} level {index} line color"]}},64707:e=>{e.exports={en:["change {title} level {index} line style"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"]}},54517:e=>{e.exports={en:["change {title} levels visibility"]}},63021:e=>{e.exports={en:["change {title} left labels visibility"]}},57462:e=>{e.exports={en:["change {title} mode"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},27470:e=>{e.exports={en:["change {title} middle point visibility"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},85198:e=>{e.exports={en:["change {title} mirrored"]}},63047:e=>{e.exports={en:["change {title} source background color"]}},93889:e=>{e.exports={
+en:["change {title} source border color"]}},45833:e=>{e.exports={en:["change {title} source text color"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},98463:e=>{e.exports={en:["change {title} style"]}},86722:e=>{e.exports={en:["change {title} stats position"]}},26598:e=>{e.exports={en:["change {title} stop color"]}},45438:e=>{e.exports={en:["change {title} stop level"]}},27503:e=>{e.exports={en:["change {title} stop price"]}},71715:e=>{e.exports={en:["change {title} success text color"]}},80428:e=>{e.exports={en:["change {title} success background color"]}},87246:e=>{e.exports={en:["change {title} percent change visibility"]}},98822:e=>{e.exports={en:["change {title} price label visibility"]}},343:e=>{e.exports={en:["change {title} price labels visibility"]}},63962:e=>{e.exports={en:["change {title} price range visibility"]}},727:e=>{e.exports={en:["change {title} price visibility"]}},4714:e=>{e.exports={en:["change {title} prices visibility"]}},64330:e=>{e.exports={en:["change {title} profit level"]}},12073:e=>{e.exports={en:["change {title} profit price"]}},50762:e=>{e.exports={en:["change {title} reverse"]}},8390:e=>{e.exports={en:["change {title} right labels visibility"]}},79875:e=>{e.exports={en:["change {title} risk"]}},60308:e=>{e.exports={en:["change {title} risk display mode"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},60111:e=>{e.exports={en:["change {title} width"]}},81301:e=>{e.exports={en:["change {title} top labels visibility"]}},25987:e=>{e.exports={en:["change {title} target background color"]}},24138:e=>{e.exports={en:["change {title} target border color"]}},10504:e=>{e.exports={en:["change {title} target color"]}},32230:e=>{e.exports={en:["change {title} target text color"]}},30353:e=>{e.exports={en:["change {title} text visibility"]}},55134:e=>{e.exports={en:["change {title} text alignment"]}},66960:e=>{e.exports={en:["change {title} time label visibility"]}},51085:e=>{e.exports={en:["change {title} transparency"]}},27326:e=>{e.exports={en:["change {title} upper band #1 line color"]}},44828:e=>{e.exports={en:["change {title} upper band #1 line visibility"]}},1353:e=>{e.exports={en:["change {title} upper band #1 line width"]}},12138:e=>{e.exports={en:["change {title} upper band #2 line color"]}},93075:e=>{e.exports={en:["change {title} upper band #2 line visibility"]}},7943:e=>{e.exports={en:["change {title} upper band #2 line width"]}},51780:e=>{e.exports={en:["change {title} upper band #3 line color"]}},15698:e=>{e.exports={en:["change {title} upper band #3 line visibility"]}},27414:e=>{e.exports={en:["change {title} upper band #3 line width"]}},36336:e=>{e.exports={en:["change {title} volume visibility"]}},23171:e=>{e.exports={en:["change {title} variance value"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},
+56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"]}},19541:e=>{e.exports={en:["change {toolName} line width"]}},24059:e=>{e.exports={en:["change {toolName} line color"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"]}},21474:e=>{e.exports={en:["change {toolName} line left end"]}},54827:e=>{e.exports={en:["change {toolName} line right end"]}},66429:e=>{e.exports={en:["change {toolName} line style"]}},66668:e=>{e.exports={en:["change {toolName} text"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"]}},22231:e=>{e.exports={en:["change {toolName} text background color"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"]}},36666:e=>{e.exports={en:["change {toolName} text border color"]}},35423:e=>{e.exports={en:["change {toolName} text border width"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"]}},64500:e=>{e.exports={en:["change {toolName} text color"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"]}},21781:e=>{e.exports={en:["change {toolName} text font size"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},61218:e=>{e.exports={en:["backgrounds color"]}},48433:e=>{e.exports={en:["backgrounds filled"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},2359:e=>{e.exports={en:["hours"],el:["Hours"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},24621:e=>{e.exports={en:["lines color"]}},96400:e=>{e.exports={en:["lines style"]}},41594:e=>{e.exports={en:["lines width"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"],el:["Months"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"],el:["Minutes"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},59012:e=>{e.exports={en:["show price"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},44461:e=>{e.exports={en:["text color"],el:["Χρώμα κειμένου"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.6645.638c62337337129de9dc.js b/public/charting_library/bundles/el.6645.638c62337337129de9dc.js
new file mode 100644
index 0000000..1f59280
--- /dev/null
+++ b/public/charting_library/bundles/el.6645.638c62337337129de9dc.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6645,6155,3367,2303,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],el:["Συντεταγμένες"]}},24197:e=>{e.exports={en:["Center"]}},6060:e=>{e.exports={en:["Add text"]}},27567:e=>{e.exports={en:["Bottom"]}},38408:e=>{e.exports={en:["Border"]}},79468:e=>{e.exports={en:["Background"],el:["Υπόβαθρο"]}},72942:e=>{e.exports={en:["Days"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},56796:e=>{e.exports={en:["Hours"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"]}},34974:e=>{e.exports={en:["Label border"]}},73863:e=>{e.exports={en:["Label background"],el:["Υπόβαθρο Ετικέτας"]}},11626:e=>{e.exports={en:["Left"]}},97575:e=>{e.exports={en:["Line color"]}},43154:e=>{e.exports={en:["Months"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"]}},50421:e=>{e.exports={en:["Right"]}},835:e=>{e.exports={en:["Weeks"]}},97118:e=>{e.exports={en:["Top"]}},70320:e=>{e.exports={en:["Text"],el:["Κείμενο"]}},7560:e=>{e.exports={en:["Text wrap"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},69437:e=>{e.exports={en:["change {title} border color"]}},19298:e=>{e.exports={en:["change {title} border visibility"]}},30839:e=>{e.exports={en:["change {title} background visibility"]}},49765:e=>{e.exports={en:["change {title} background color"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},7455:e=>{e.exports={en:["change {title} line color"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},57122:e=>{e.exports={en:["change {title} text"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"]}},88277:e=>{
+e.exports={en:["change {toolName} labels alignment horizontal"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"]}},66668:e=>{e.exports={en:["change {toolName} text"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"]}},22231:e=>{e.exports={en:["change {toolName} text background color"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"]}},36666:e=>{e.exports={en:["change {toolName} text border color"]}},35423:e=>{e.exports={en:["change {toolName} text border width"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"]}},64500:e=>{e.exports={en:["change {toolName} text color"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"]}},21781:e=>{e.exports={en:["change {toolName} text font size"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},2359:e=>{e.exports={en:["hours"],el:["Hours"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"],el:["Months"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"],el:["Minutes"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.6655.0fd2fe635955f6cfa2ba.js b/public/charting_library/bundles/el.6655.0fd2fe635955f6cfa2ba.js
new file mode 100644
index 0000000..ac4a1f0
--- /dev/null
+++ b/public/charting_library/bundles/el.6655.0fd2fe635955f6cfa2ba.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6655,4040,359],{55517:e=>{e.exports={en:["Add"]}},29619:e=>{e.exports={en:["Add custom color"],el:["Add Custom Color"]}},80936:e=>{e.exports={en:["Opacity"]}},97349:e=>{e.exports={en:["Fr"]}},30961:e=>{e.exports={en:["Mo"]}},94748:e=>{e.exports={en:["Sa"]}},75005:e=>{e.exports={en:["Su"]}},92578:e=>{e.exports={en:["We"]}},8765:e=>{e.exports={en:["Th"]}},9135:e=>{e.exports={en:["Tu"]}},53288:e=>{e.exports={en:["animals & nature"]}},21311:e=>{e.exports={en:["activity"]}},90678:e=>{e.exports={en:["food & drink"]}},6715:e=>{e.exports={en:["flags"]}},98355:e=>{e.exports={en:["objects"]}},43438:e=>{e.exports={en:["smiles & people"]}},40457:e=>{e.exports={en:["symbols"]}},88906:e=>{e.exports={en:["recently used"]}},28562:e=>{e.exports={en:["travel & places"]}},24716:e=>{e.exports={en:["Another symbol"]}},41256:e=>{e.exports={en:["Back"]}},94849:e=>{e.exports={en:["Main chart symbol"]}},53174:e=>{e.exports={en:["Right"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"]}},4543:e=>{e.exports={en:["Cancel"],el:["Άκυρο"]}},24197:e=>{e.exports={en:["Center"]}},63245:e=>{e.exports={en:["Change symbol"]}},54613:e=>{e.exports={en:["Chart"]}},47742:e=>{e.exports={en:["Close menu"]}},34040:e=>{e.exports={en:["All sources"]}},62511:e=>{e.exports={en:["Apply Defaults"]}},28896:e=>{e.exports={en:["April"]}},11081:e=>{e.exports={en:["August"]}},27567:e=>{e.exports={en:["Bottom"]}},42358:e=>{e.exports={en:["Bond"]}},68043:e=>{e.exports={en:["Gradient"]}},27390:e=>{e.exports={en:["Dotted line"]}},88123:e=>{e.exports={en:["Dashed line"]}},90082:e=>{e.exports={en:["December"]}},55319:e=>{e.exports={en:["Decrease"]}},48572:e=>{e.exports={en:["Defaults"],el:["Προεπιλογές"]}},78734:e=>{e.exports={en:["Description"]}},81069:e=>{e.exports={en:["February"]}},3570:e=>{e.exports={en:["Friday"]}},95406:e=>{e.exports={en:["Horizontal"]}},8854:e=>{e.exports={en:["Hidden"]}},39832:e=>{e.exports={en:["Increase"]}},200:e=>{e.exports={en:["January"]}},6608:e=>{e.exports={en:["July"]}},61487:e=>{e.exports={en:["June"]}},37997:e=>{e.exports={en:["October"]}},55450:e=>{e.exports={en:["Offset"]}},19295:e=>{e.exports={en:["Ok"]}},11626:e=>{e.exports={en:["Left"]}},28603:e=>{e.exports={en:["Line style"]}},19573:e=>{e.exports={en:["Monday"]}},43154:e=>{e.exports={en:["Months"]}},37117:e=>{e.exports={en:["More"]}},25734:e=>{e.exports={en:["May"],el:["Μαι"]}},93878:e=>{e.exports={en:["March"]}},68833:e=>{e.exports={en:["Middle"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"]}},76822:e=>{e.exports={en:["No symbols match your criteria"]}},4607:e=>{e.exports={en:["November"]}},65353:e=>{e.exports={en:["Normal"]}},69102:e=>{e.exports={en:["Next year"]}},17538:e=>{e.exports={en:["Next years"]}},92790:e=>{e.exports={en:["Next month"]}},71300:e=>{e.exports={en:["Number format is invalid."]}},28628:e=>{e.exports={
+en:["Sources"]}},88686:e=>{e.exports={en:["Solid"]}},30348:e=>{e.exports={en:["Saturday"]}},99687:e=>{e.exports={en:["Save as default"],el:["Save As Default"]}},8573:e=>{e.exports={en:["Search"],el:["Αναζήτησή"]}},57640:e=>{e.exports={en:["Select source"]}},8954:e=>{e.exports={en:["Selected Drawings"]}},32179:e=>{e.exports={en:["September"]}},31331:e=>{e.exports={en:["Specified value is more than the instrument maximum of {max}."]}},24216:e=>{e.exports={en:["Specified value is less than the instrument minimum of {min}."]}},61480:e=>{e.exports={en:["Sunday"]}},70235:e=>{e.exports={en:["Switch to months"]}},91245:e=>{e.exports={en:["Switch to dates"]}},71961:e=>{e.exports={en:["Switch to years"]}},95481:e=>{e.exports={en:["Symbol"],el:["Σύμβολο"]}},74007:e=>{e.exports={en:["Symbol & description"]}},51165:e=>{e.exports={en:["Symbol Search"]}},27254:e=>{e.exports={en:["Please enter the right date"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"]}},93984:e=>{e.exports={en:["Previous month"]}},75776:e=>{e.exports={en:["Previous year"]}},44701:e=>{e.exports={en:["Previous years"]}},89984:e=>{e.exports={en:["Remove color"]}},47550:e=>{e.exports={en:["Remove selected emoji"]}},33533:e=>{e.exports={en:["Reset settings"],el:["Reset Settings"]}},50421:e=>{e.exports={en:["Right"]}},94226:e=>{e.exports={en:["Wednesday"]}},97118:e=>{e.exports={en:["Top"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},79137:e=>{e.exports={en:["Thursday"]}},54971:e=>{e.exports={en:["Thickness"]}},82160:e=>{e.exports={en:["Tuesday"]}},13748:e=>{e.exports={en:["Use special math signs to displace selected drawings: +,-,/,* for price and +,- for bar index."]}},69526:e=>{e.exports={en:["Vertical"]}},66181:e=>{e.exports={en:["Years"]}},70932:e=>{e.exports={en:["commodity"]}},79599:e=>{e.exports={en:["cfd"]}},29426:e=>{e.exports={en:["change opacity"]}},31675:e=>{e.exports={en:["change color"]}},28818:e=>{e.exports={en:["change line style"]}},73281:e=>{e.exports={en:["change thickness"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},23687:e=>{e.exports={en:["change {sourceTitle} title to {newSourceTitle}"]}},5741:e=>{e.exports={en:["close"]}},46128:e=>{e.exports={en:["crypto"]}},47268:e=>{e.exports={en:["dr"]}},406:e=>{e.exports={en:["e.g. +1"]}},49957:e=>{e.exports={en:["e.g. /2"]}},54094:e=>{e.exports={en:["economy"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"]}},59319:e=>{e.exports={en:["high"]}},96008:e=>{e.exports={en:["hl2"]}},91189:e=>{e.exports={en:["hlc3"]}},49242:e=>{e.exports={en:["hlcc4"]}},87464:e=>{e.exports={en:["index"]}},90250:e=>{e.exports={en:["indices"]}},52793:e=>{e.exports={en:["ohlc4"]}},83584:e=>{e.exports={en:["open"]}},41902:e=>{e.exports={en:["low"]}},76752:e=>{e.exports={en:["stock"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.6703.bdb6f2f6c5d635dc479f.js b/public/charting_library/bundles/el.6703.bdb6f2f6c5d635dc479f.js
new file mode 100644
index 0000000..7cbd2a1
--- /dev/null
+++ b/public/charting_library/bundles/el.6703.bdb6f2f6c5d635dc479f.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6703,4040,359],{41256:e=>{e.exports={en:["Back"]}},53174:e=>{e.exports={en:["Right"]}},93193:e=>{e.exports={en:["Compare symbol"]}},4543:e=>{e.exports={en:["Cancel"],el:["Άκυρο"]}},47742:e=>{e.exports={en:["Close menu"]}},60085:e=>{e.exports={en:["Add to"]}},46622:e=>{e.exports={en:["Added symbols"]}},34040:e=>{e.exports={en:["All sources"]}},1048:e=>{e.exports={en:["Allow extend time scale"]}},42358:e=>{e.exports={en:["Bond"]}},78734:e=>{e.exports={en:["Description"]}},37117:e=>{e.exports={en:["More"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"]}},37094:e=>{e.exports={en:["No symbols here yet — why not add some?"]}},76822:e=>{e.exports={en:["No symbols match your criteria"]}},63456:e=>{e.exports={en:["New pane"]}},60126:e=>{e.exports={en:["New price scale"]}},28628:e=>{e.exports={en:["Sources"]}},56136:e=>{e.exports={en:["Same % scale"]}},38137:e=>{e.exports={en:["Same scale"]}},8573:e=>{e.exports={en:["Search"],el:["Αναζήτησή"]}},57640:e=>{e.exports={en:["Select source"]}},95481:e=>{e.exports={en:["Symbol"],el:["Σύμβολο"]}},74007:e=>{e.exports={en:["Symbol & description"]}},51165:e=>{e.exports={en:["Symbol Search"]}},8926:e=>{e.exports={en:["Recent symbols"]}},70932:e=>{e.exports={en:["commodity"]}},79599:e=>{e.exports={en:["cfd"]}},46128:e=>{e.exports={en:["crypto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"]}},87464:e=>{e.exports={en:["index"]}},90250:e=>{e.exports={en:["indices"]}},76752:e=>{e.exports={en:["stock"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.6760.d667b4a17bb7e3977273.js b/public/charting_library/bundles/el.6760.d667b4a17bb7e3977273.js
new file mode 100644
index 0000000..d287d69
--- /dev/null
+++ b/public/charting_library/bundles/el.6760.d667b4a17bb7e3977273.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6760,2787,6155,7850,7122,5111,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],el:["Συντεταγμένες"]}},24197:e=>{e.exports={en:["Center"]}},6060:e=>{e.exports={en:["Add text"]}},27567:e=>{e.exports={en:["Bottom"]}},79468:e=>{e.exports={en:["Background"],el:["Υπόβαθρο"]}},72942:e=>{e.exports={en:["Days"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},61856:e=>{e.exports={en:["Extend left line"]}},87430:e=>{e.exports={en:["Extend right line"]}},56796:e=>{e.exports={en:["Hours"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"]}},79650:e=>{e.exports={en:["Levels"]}},11626:e=>{e.exports={en:["Left"]}},43154:e=>{e.exports={en:["Months"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"]}},50421:e=>{e.exports={en:["Right"]}},835:e=>{e.exports={en:["Weeks"]}},97118:e=>{e.exports={en:["Top"]}},70320:e=>{e.exports={en:["Text"],el:["Κείμενο"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},24821:e=>{e.exports={en:["Ticks"]}},51574:e=>{e.exports={en:["Trend line"]}},28683:e=>{e.exports={en:["Use one color"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},59577:e=>{e.exports={en:["change {title} all lines color"]}},13783:e=>{e.exports={en:["change {title} background transparency"]}},30839:e=>{e.exports={en:["change {title} background visibility"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"]}},664:e=>{e.exports={en:["change {title} level {index} line color"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"]}},54517:e=>{e.exports={en:["change {title} levels visibility"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},57122:e=>{e.exports={en:["change {title} text"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={
+en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"]}},19541:e=>{e.exports={en:["change {toolName} line width"]}},24059:e=>{e.exports={en:["change {toolName} line color"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"]}},21474:e=>{e.exports={en:["change {toolName} line left end"]}},54827:e=>{e.exports={en:["change {toolName} line right end"]}},66429:e=>{e.exports={en:["change {toolName} line style"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},77114:e=>{e.exports={en:["erase level line"]}},2359:e=>{e.exports={en:["hours"],el:["Hours"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"],el:["Months"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"],el:["Minutes"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.6778.cb295f9cefe08c721b2c.js b/public/charting_library/bundles/el.6778.cb295f9cefe08c721b2c.js
new file mode 100644
index 0000000..ab5e09f
--- /dev/null
+++ b/public/charting_library/bundles/el.6778.cb295f9cefe08c721b2c.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6778],{36778:a=>{a.exports={en:["Last available bar"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.6822.4179cccc2fa59f991bf4.js b/public/charting_library/bundles/el.6822.4179cccc2fa59f991bf4.js
new file mode 100644
index 0000000..b0263e9
--- /dev/null
+++ b/public/charting_library/bundles/el.6822.4179cccc2fa59f991bf4.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6822],{94920:e=>{e.exports={en:["ADJ"],el:["adj"]}},16755:e=>{e.exports={en:["B-ADJ"]}},82631:e=>{e.exports={en:["SET"]}},22233:e=>{e.exports={en:["auto"],el:["αυτοματο"]}},4161:e=>{e.exports={en:["log"]}},58221:e=>{e.exports={en:["All data"]}},19273:e=>{e.exports={en:["Year to day"]}},58426:e=>{e.exports={en:["{timePeriod} in {timeInterval}"]}},93020:e=>{e.exports={en:["Adjust data for dividends"]}},68921:e=>{e.exports={en:["Adjust for contract changes"]}},42432:e=>{e.exports={en:["Go to"]}},92966:e=>{e.exports={en:["Extended Hours is available only for intraday charts"]}},61206:e=>{e.exports={en:["Maximize chart"]}},2031:e=>{e.exports={en:["Main symbol data is adjusted for dividends only"]}},95739:e=>{e.exports={en:["Main symbol data is adjusted for splits only"]}},27665:e=>{e.exports={en:["Sessions"]}},31142:e=>{e.exports={en:["Restore chart"]}},41888:e=>{e.exports={en:["Toggle Auto Scale"],el:["Αυτόματη κλίμακα"]}},1e4:e=>{e.exports={en:["Toggle Log Scale"],el:["Λογαριθμική κλίμακα"]}},81649:e=>{e.exports={en:["Toggle Percentage"],el:["Ποσοστιαία κλίμακα"]}},77073:e=>{e.exports={en:["Timezone"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"]}},8586:e=>{e.exports={en:["ext"]}},63808:e=>{e.exports={en:["{str} day","{str} days"]}},62368:e=>{e.exports={en:["{str} day","{str} days"]}},561:e=>{e.exports={en:["{str} day intervals","{str} days intervals"]}},72495:e=>{e.exports={en:["{str} hour","{str} hours"]}},64963:e=>{e.exports={en:["{str} hour","{str} hours"]}},14887:e=>{e.exports={en:["{str} hour intervals","{str} hours intervals"]}},12752:e=>{e.exports={en:["{str} month","{str} months"]}},20062:e=>{e.exports={en:["{str} month","{str} months"]}},48514:e=>{e.exports={en:["{str} month intervals","{str} months intervals"]}},95484:e=>{e.exports={en:["{str} minute","{str} minutes"]}},5926:e=>{e.exports={en:["{str} minute","{str} minutes"]}},15489:e=>{e.exports={en:["{str} minute intervals","{str} minutes intervals"]}},6088:e=>{e.exports={en:["{str} week","{str} weeks"]}},49306:e=>{e.exports={en:["{str} week","{str} weeks"]}},60316:e=>{e.exports={en:["{str} week intervals","{str} weeks intervals"]}},96325:e=>{e.exports={en:["{str} year","{str} years"]}},91549:e=>{e.exports={en:["{str} year","{str} years"]}},78971:e=>{e.exports={en:["{str} year intervals","{str} years intervals"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.6838.b209fab6f81d9054b17c.js b/public/charting_library/bundles/el.6838.b209fab6f81d9054b17c.js
new file mode 100644
index 0000000..0f9437d
--- /dev/null
+++ b/public/charting_library/bundles/el.6838.b209fab6f81d9054b17c.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6838],{66838:e=>{e.exports={en:["Fact of the day"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.7122.b56804d4455c3a0204dd.js b/public/charting_library/bundles/el.7122.b56804d4455c3a0204dd.js
new file mode 100644
index 0000000..0179055
--- /dev/null
+++ b/public/charting_library/bundles/el.7122.b56804d4455c3a0204dd.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7122],{57122:e=>{e.exports={en:["change {title} text"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.7328.6e079881a6ff4ded3dbf.js b/public/charting_library/bundles/el.7328.6e079881a6ff4ded3dbf.js
new file mode 100644
index 0000000..86583ad
--- /dev/null
+++ b/public/charting_library/bundles/el.7328.6e079881a6ff4ded3dbf.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7328],{27328:e=>{e.exports={en:["Don't show again"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.7458.068c610f8718bc62a766.js b/public/charting_library/bundles/el.7458.068c610f8718bc62a766.js
new file mode 100644
index 0000000..3f6cd01
--- /dev/null
+++ b/public/charting_library/bundles/el.7458.068c610f8718bc62a766.js
@@ -0,0 +1,5 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7458,4821],{80587:e=>{e.exports={en:["bars"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"]}},31882:e=>{e.exports={en:["12-hours"]}},5797:e=>{e.exports={en:["24-hours"]}},23111:e=>{e.exports={en:["Color bars based on previous close"]}},23739:e=>{e.exports={en:["Canvas"]}},24197:e=>{e.exports={en:["Center"]}},15153:e=>{e.exports={en:["Chart basic styles"]}},45639:e=>{e.exports={en:["Chart values"]}},84831:e=>{e.exports={en:["Close line"]}},74622:e=>{e.exports={en:["Crosshair"]}},81849:e=>{e.exports={en:["Currency"]}},3015:e=>{e.exports={en:["Currency and Unit"]}},93020:e=>{e.exports={en:["Adjust data for dividends"]}},68921:e=>{e.exports={en:["Adjust for contract changes"]}},36620:e=>{e.exports={en:["Alerts"]}},14119:e=>{e.exports={en:["Arguments"]}},68650:e=>{e.exports={en:["Average close"]}},27567:e=>{e.exports={en:["Bottom"]}},3159:e=>{e.exports={en:["Bottom line"],el:["Bottom Line"]}},74406:e=>{e.exports={en:["Body"]}},333:e=>{e.exports={en:["Borders"],el:["Περιθώρια"]}},79468:e=>{e.exports={en:["Background"],el:["Υπόβαθρο"]}},10842:e=>{e.exports={en:["Bar change values"],el:["Bar Change Values"]}},28975:e=>{e.exports={en:["Base level"],el:["Base Level"]}},76473:e=>{e.exports={en:["Bid and ask"]}},32744:e=>{e.exports={en:["Buttons"]}},68662:e=>{e.exports={en:["Grid lines"]}},17611:e=>{e.exports={en:["Down bars"]}},23743:e=>{e.exports={en:["Down color"]}},48225:e=>{e.exports={en:["Data modification"]}},84838:e=>{e.exports={en:["Date format"],el:["Date Format"]}},42357:e=>{e.exports={en:["Day of week on labels"]}},16564:e=>{e.exports={en:["Default"],el:["Προεπιλογή"]}},78734:e=>{e.exports={en:["Description"]}},89212:e=>{e.exports={en:["Display inactivity gaps on intraday"]}},59777:e=>{e.exports={en:["Electronic trading hours background"]}},69808:e=>{e.exports={en:["Events"],el:["Γεγονότα"]}},41129:e=>{e.exports={en:["Fill"]}},61112:e=>{e.exports={en:["Fill top area"],el:["Fill Top Area"]}},73185:e=>{e.exports={en:["Fill bottom area"],el:["Fill Bottom Area"]}},95406:e=>{e.exports={en:["Horizontal"]}},61900:e=>{e.exports={en:["Horz only"]}},14180:e=>{e.exports={en:["High and low"]}},56359:e=>{e.exports={en:["High line"]}},47326:e=>{e.exports={en:["Integer"]}},84549:e=>{e.exports={en:["Indicators"],el:["Τέχν. Δείκτες"]}},78082:e=>{e.exports={en:["Indicators and financials"]}},25765:e=>{e.exports={en:["Open market status"]}},34579:e=>{e.exports={en:["Low line"]}},14876:e=>{e.exports={en:["Logo"]}},89315:e=>{e.exports={en:["Long Description"]}},72423:e=>{e.exports={en:["Last day change values"]}},11626:e=>{e.exports={en:["Left"]}},8249:e=>{e.exports={en:["Money"]}},70937:e=>{e.exports={en:["Margins"]}},68833:e=>{e.exports={en:["Middle"]}},58589:e=>{e.exports={en:["No overlapping labels"],el:["No Overlapping Labels"]}},60798:e=>{e.exports={en:["None"]}},51019:e=>{e.exports={en:["Navigation"]}},99709:e=>{e.exports={en:["Name"]}},8852:e=>{e.exports={
+en:["Save chart left edge position when changing interval"]}},26204:e=>{e.exports={en:["Scale modes (A and L)"]}},93968:e=>{e.exports={en:["Scales"],el:["Κλίμακες"]}},90275:e=>{e.exports={en:["Scales and lines"]}},30042:e=>{e.exports={en:["Scales placement"]}},28715:e=>{e.exports={en:["Status line"]}},95481:e=>{e.exports={en:["Symbol"],el:["Σύμβολο"]}},53263:e=>{e.exports={en:["Pane"]}},82894:e=>{e.exports={en:["Pane separators"]}},16207:e=>{e.exports={en:["Percentage"],el:["Ποσοστό"]}},94408:e=>{e.exports={en:["Pips"]}},60904:e=>{e.exports={en:["Pre/post market"]}},88327:e=>{e.exports={en:["Pre/post market hours background"]}},59766:e=>{e.exports={en:["Precision"],el:["Ακρίβεια"]}},83811:e=>{e.exports={en:["Previous day close"]}},35082:e=>{e.exports={en:["Price Scale"]}},27632:e=>{e.exports={en:["Price and percentage value"]}},62142:e=>{e.exports={en:["Price labels & lines"]}},84684:e=>{e.exports={en:["Price source"]}},73466:e=>{e.exports={en:["Projection up bars"]}},77430:e=>{e.exports={en:["Projection candles"]}},88367:e=>{e.exports={en:["Projection down bars"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"]}},50421:e=>{e.exports={en:["Right"]}},62532:e=>{e.exports={en:["Right Margin"]}},41571:e=>{e.exports={en:["Watermark"]}},32163:e=>{e.exports={en:["Wick"]}},97118:e=>{e.exports={en:["Top"]}},89349:e=>{e.exports={en:["Top line"],el:["Top Line"]}},70320:e=>{e.exports={en:["Text"],el:["Κείμενο"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},20215:e=>{e.exports={en:["Thin bars"],el:["Thin Bars"]}},70198:e=>{e.exports={en:["Title"]}},29854:e=>{e.exports={en:["Titles"]}},5791:e=>{e.exports={en:["Ticker"]}},16816:e=>{e.exports={en:["Ticker and description"]}},24821:e=>{e.exports={en:["Ticks"]}},93965:e=>{e.exports={en:["Time Scale"]}},5591:e=>{e.exports={en:["Time hours format"]}},77073:e=>{e.exports={en:["Timezone"]}},76495:e=>{e.exports={en:["Trading"]}},33564:e=>{e.exports={en:["Unit"]}},23091:e=>{e.exports={en:["Up color"]}},36957:e=>{e.exports={en:["Up bars"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"]}},37644:e=>{e.exports={en:["Volume"],el:["Όγκος"]}},51514:e=>{e.exports={en:["Value"]}},31218:e=>{e.exports={en:["Value according to scale"]}},60092:e=>{e.exports={en:["Values"]}},83594:e=>{e.exports={en:["Vert and horz"]}},8402:e=>{e.exports={en:["Vert only"]}},69526:e=>{e.exports={en:["Vertical"]}},21105:e=>{e.exports={en:["candle"]}},27068:e=>{e.exports={en:["change HLC bars"]}},21201:e=>{e.exports={en:["change HLC bars color"]}},3311:e=>{e.exports={en:["change navigation buttons visibility"]}},96227:e=>{e.exports={en:["change open market status visibility"]}},43231:e=>{e.exports={en:["change average close price line width"]}},47026:e=>{e.exports={en:["change average close price line color"]}},86866:e=>{e.exports={en:["change area fill color"]}},89346:e=>{e.exports={en:["change area line width"]}},29605:e=>{e.exports={en:["change area line color"]}},4640:e=>{e.exports={
+en:["change area price source"]}},98407:e=>{e.exports={en:["change ask line color"]}},42190:e=>{e.exports={en:["change base level"]}},71785:e=>{e.exports={en:["change baseline bottom line color"]}},56175:e=>{e.exports={en:["change baseline bottom line width"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"]}},92873:e=>{e.exports={en:["change baseline fill top area color"]}},68609:e=>{e.exports={en:["change baseline price source"]}},69044:e=>{e.exports={en:["change baseline top line color"]}},68197:e=>{e.exports={en:["change baseline top line width"]}},33464:e=>{e.exports={en:["change bar up color"]}},27426:e=>{e.exports={en:["change bar change visibility"]}},59622:e=>{e.exports={en:["change bar down color"]}},17919:e=>{e.exports={en:["change bid line color"]}},32094:e=>{e.exports={en:["change bottom margin"]}},63119:e=>{e.exports={en:["change currency and unit labels visibility"]}},64003:e=>{e.exports={en:["change currency label visibility"]}},42803:e=>{e.exports={en:["change chart background color"]}},41382:e=>{e.exports={en:["change chart background type"]}},79637:e=>{e.exports={en:["change chart values visibility"]}},43090:e=>{e.exports={en:["change color bars based on previous close"]}},88324:e=>{e.exports={en:["change column up color"]}},93890:e=>{e.exports={en:["change column down color"]}},4727:e=>{e.exports={en:["change column price source"]}},50544:e=>{e.exports={en:["change crosshair width"]}},92885:e=>{e.exports={en:["change crosshair color"]}},68418:e=>{e.exports={en:["change crosshair style"]}},43109:e=>{e.exports={en:["change date format"]}},30418:e=>{e.exports={en:["change day of week on labels"]}},82063:e=>{e.exports={en:["change decimal places"]}},44223:e=>{e.exports={en:["change extended hours color"]}},47393:e=>{e.exports={en:["change electronic trading hours"]}},73844:e=>{e.exports={en:["change grid lines visibility"]}},61407:e=>{e.exports={en:["change high and low price line color"]}},39581:e=>{e.exports={en:["change high and low price line width"]}},6026:e=>{e.exports={en:["change high-low body color"]}},73021:e=>{e.exports={en:["change high-low body visibility"]}},46844:e=>{e.exports={en:["change high-low border color"]}},15801:e=>{e.exports={en:["change high-low borders visibility"]}},72399:e=>{e.exports={en:["change high-low labels visibility"]}},56961:e=>{e.exports={en:["change high-low labels color"]}},21133:e=>{e.exports={en:["change horz grid lines color"]}},63050:e=>{e.exports={en:["change indicator titles visibility"]}},49583:e=>{e.exports={en:["change indicator values visibility"]}},78310:e=>{e.exports={en:["change indicator arguments visibility"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"]}},66307:e=>{e.exports={en:["change last day change visibility"]}},91873:e=>{e.exports={en:["change legend background transparency"]}},14246:e=>{e.exports={en:["change legend background visibility"]}},88640:e=>{e.exports={en:["change line color"]}},
+41837:e=>{e.exports={en:["change line price source"]}},48339:e=>{e.exports={en:["change line width"]}},18378:e=>{e.exports={en:["change pane buttons visibility"]}},52203:e=>{e.exports={en:["change pane separators color"]}},38730:e=>{e.exports={en:["change post market color"]}},28075:e=>{e.exports={en:["change post market line color"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"]}},44371:e=>{e.exports={en:["change pre market color"]}},96114:e=>{e.exports={en:["change pre market line color"]}},69814:e=>{e.exports={en:["change previous close price line color"]}},13660:e=>{e.exports={en:["change previous close price line width"]}},87861:e=>{e.exports={en:["change price line color"]}},29353:e=>{e.exports={en:["change price line width"]}},16241:e=>{e.exports={en:["change range bars style"]}},65821:e=>{e.exports={en:["change range thin bars"]}},75487:e=>{e.exports={en:["change renko wick down color"]}},92277:e=>{e.exports={en:["change renko wick up color"]}},79604:e=>{e.exports={en:["change renko wick visibility"]}},82946:e=>{e.exports={en:["change right margin"]}},79545:e=>{e.exports={en:["change right margin percentage"]}},78995:e=>{e.exports={en:["change symbol watermark color"]}},73227:e=>{e.exports={en:["change symbol watermark visibility"]}},88167:e=>{e.exports={en:["change symbol description visibility"]}},12050:e=>{e.exports={en:["change symbol field visibility"]}},46066:e=>{e.exports={en:["change symbol last value mode"]}},902:e=>{e.exports={en:["change symbol legend format"]}},77408:e=>{e.exports={en:["change save chart left edge position when changing interval"]}},69023:e=>{e.exports={en:["change scale modes buttons visibility"]}},76131:e=>{e.exports={en:["change scales text color"]}},27792:e=>{e.exports={en:["change scales font size"]}},94997:e=>{e.exports={en:["change scales lines color"]}},60067:e=>{e.exports={en:["change sessions breaks visibility"]}},28175:e=>{e.exports={en:["change sessions breaks width"]}},33895:e=>{e.exports={en:["change sessions breaks color"]}},21641:e=>{e.exports={en:["change sessions breaks style"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"]}},60834:e=>{e.exports={en:["change thin bars"]}},39754:e=>{e.exports={en:["change time hours format"]}},74883:e=>{e.exports={en:["change top margin"]}},51250:e=>{e.exports={en:["change unit label visibility"]}},71805:e=>{e.exports={en:["change vert grid lines color"]}},96201:e=>{e.exports={en:["change volume values visibility"]}},17214:e=>{e.exports={en:["change {candleType} up border color"]}},36697:e=>{e.exports={en:["change {candleType} up color"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"]}},20291:e=>{e.exports={en:["change {candleType} down border color"]}},64571:e=>{
+e.exports={en:["change {candleType} down color"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"]}},5012:e=>{e.exports={en:["change {chartType} down color"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"]}},6970:e=>{e.exports={en:["change {chartType} up color"]}},66110:e=>{e.exports={en:["change {inputName} property"]}},18077:e=>{e.exports={en:["adjust data for dividends"]}},1433:e=>{e.exports={en:["adjust for contract changes"]}},92598:e=>{e.exports={en:["hollow candles"],el:["Hollow Candles"]}},57243:e=>{e.exports={en:["range","ranges"]}},70282:e=>{e.exports={en:["renko"],el:["Renko"]}},28871:e=>{e.exports={en:["toggle intraday inactivity gaps"]}},92978:e=>{e.exports={en:["use settlement as close on daily interval"]}},59644:e=>{e.exports={en:["{value} decimal","{value} decimals"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.7714.fb6a9318f826d9829d2d.js b/public/charting_library/bundles/el.7714.fb6a9318f826d9829d2d.js
new file mode 100644
index 0000000..98a0353
--- /dev/null
+++ b/public/charting_library/bundles/el.7714.fb6a9318f826d9829d2d.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7714,4109,4166],{92389:e=>{e.exports={en:["Clone, Copy"]}},47742:e=>{e.exports={en:["Close menu"]}},83390:e=>{e.exports={en:["Create a group of drawings"]}},69207:e=>{e.exports={en:["Add to favorites"],el:["Προσθήκη στα αγαπημένα"]}},40983:e=>{e.exports={en:["Group is hidden on current interval"]}},80014:e=>{e.exports={en:["Drawing is hidden on current interval"]}},88616:e=>{e.exports={en:["Object tree"]}},80996:e=>{e.exports={en:["Local drawings"]}},63944:e=>{e.exports={en:["Modified: {modificationDate}"]}},37117:e=>{e.exports={en:["More"]}},81031:e=>{e.exports={en:["Manage layout drawings"]}},84212:e=>{e.exports={en:["No drawings yet"],el:["Δεν υπάρχουν ακομα σχέδια"]}},92931:e=>{e.exports={en:["Synced globally"]}},41870:e=>{e.exports={en:["Synced in layout"]}},8182:e=>{e.exports={en:["Remove all drawings for this symbol"]}},85106:e=>{e.exports={en:["Remove from favorites"],el:["Διαγραφή απο τα αγαπημένα"]}},6321:e=>{e.exports={en:["Rename"]}},23687:e=>{e.exports={en:["change {sourceTitle} title to {newSourceTitle}"]}},93277:e=>{e.exports={en:["hide objects"]}},10370:e=>{e.exports={en:["insert source(s) after"]}},36044:e=>{e.exports={en:["move objects"]}},51382:e=>{e.exports={en:["show {title}"]}},23771:e=>{e.exports={en:["show objects"]}},79688:e=>{e.exports={en:["remove objects"]}},58407:e=>{e.exports={en:["remove all line tools for {symbol}"]}},90755:e=>{e.exports={en:["{drawingsCount} drawing","{drawingsCount} drawings"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.7827.ea2deb999b0c771280eb.js b/public/charting_library/bundles/el.7827.ea2deb999b0c771280eb.js
new file mode 100644
index 0000000..73b05c8
--- /dev/null
+++ b/public/charting_library/bundles/el.7827.ea2deb999b0c771280eb.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7827,4109],{55517:e=>{e.exports={en:["Add"]}},29619:e=>{e.exports={en:["Add custom color"],el:["Add Custom Color"]}},80936:e=>{e.exports={en:["Opacity"]}},64974:e=>{e.exports={en:["line tool(s) line style"]}},47370:e=>{e.exports={en:["Color"],el:["Χρώμα"]}},4543:e=>{e.exports={en:["Cancel"],el:["Άκυρο"]}},74089:e=>{e.exports={en:["Anchor drawing"]}},69207:e=>{e.exports={en:["Add to favorites"],el:["Προσθήκη στα αγαπημένα"]}},99919:e=>{e.exports={en:["Align to 45 degree"]}},69715:e=>{e.exports={en:["Background color"],el:["Χρώμα Υπόβαθρου"]}},7977:e=>{e.exports={en:["Background color 1"],el:["Χρωμα υπόβαθρου 1"]}},8111:e=>{e.exports={en:["Background color 2"],el:["Χρώμα υπόβαθρου 2"]}},57157:e=>{e.exports={en:["Dot"]}},27390:e=>{e.exports={en:["Dotted line"]}},88123:e=>{e.exports={en:["Dashed line"]}},14939:e=>{e.exports={en:["Demonstration"]}},31145:e=>{e.exports={en:["Disable align to 45 degrees mode"]}},83187:e=>{e.exports={en:["Enable align to 45 degrees mode"]}},8727:e=>{e.exports={en:["Eraser"]}},92409:e=>{e.exports={en:["Font Size"],el:["Μέγεθος γραμματοσειράς"]}},2573:e=>{e.exports={en:["Font size"],el:["Μέγεθος γραμματοσειράς"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"]}},22688:e=>{e.exports={en:["Hide Favorite Drawing Tools Toolbar"]}},79451:e=>{e.exports={en:["Lock all drawings"],el:["Κλείδωμα Εργαλείων Σχεδίασης"]}},14097:e=>{e.exports={en:["Line tool backgrounds"]}},11989:e=>{e.exports={en:["Line tool colors"]}},81956:e=>{e.exports={en:["Line tool text colors"]}},53002:e=>{e.exports={en:["Line tool width"]}},75056:e=>{e.exports={en:["Line tool widths"]}},37117:e=>{e.exports={en:["More"]}},35553:e=>{e.exports={en:["Magic"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"]}},46193:e=>{e.exports={en:["Marker color"]}},91563:e=>{e.exports={en:["Measure"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"]}},3154:e=>{e.exports={en:["Show Hidden Tools"]}},85786:e=>{e.exports={en:["Show Object Tree"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],el:["Παραμονή στη Λειτουργία Σχεδίασης"]}},65086:e=>{e.exports={en:["Stop background color"],el:["Stop Background Color"]}},28736:e=>{e.exports={en:["Profit background color"],el:["Profit Background Color"]}},57118:e=>{e.exports={en:["Remove Drawings"]}},89984:e=>{e.exports={en:["Remove color"]}},85106:e=>{e.exports={en:["Remove from favorites"],el:["Διαγραφή απο τα αγαπημένα"]}},77753:e=>{e.exports={en:["Text color"],el:["Χρώμα κειμένου"]}},55774:e=>{e.exports={en:["Zoom In"],el:["Μεγέθυνση"]}},37310:e=>{e.exports={en:["Zoom Out"],el:["Σμίκρυνση"]}},96142:e=>{e.exports={en:["change line tool(s) text color"]}},50522:e=>{e.exports={en:["change line tool(s) background color"]}},78655:e=>{e.exports={en:["change line tool(s) color"]}},37453:e=>{e.exports={en:["change line tool(s) font size"]}},13423:e=>{e.exports={
+en:["change line tool(s) line style"]}},81303:e=>{e.exports={en:["change line tool(s) line width"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.7850.c4f446fdb53937cc86cb.js b/public/charting_library/bundles/el.7850.c4f446fdb53937cc86cb.js
new file mode 100644
index 0000000..464795c
--- /dev/null
+++ b/public/charting_library/bundles/el.7850.c4f446fdb53937cc86cb.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7850,7122,5111],{57122:e=>{e.exports={en:["change {title} text"]}},77114:e=>{e.exports={en:["erase level line"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.7952.0cb83b58212a65904f9d.js b/public/charting_library/bundles/el.7952.0cb83b58212a65904f9d.js
new file mode 100644
index 0000000..d76903a
--- /dev/null
+++ b/public/charting_library/bundles/el.7952.0cb83b58212a65904f9d.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7952,2787,6155,5111,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"]}},29291:e=>{e.exports={en:["Median"]}},78930:e=>{e.exports={en:["Coordinates"],el:["Συντεταγμένες"]}},24197:e=>{e.exports={en:["Center"]}},27567:e=>{e.exports={en:["Bottom"]}},79468:e=>{e.exports={en:["Background"],el:["Υπόβαθρο"]}},72942:e=>{e.exports={en:["Days"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},61856:e=>{e.exports={en:["Extend left line"]}},819:e=>{e.exports={en:["Extend lines"],el:["Extend Lines"]}},87430:e=>{e.exports={en:["Extend right line"]}},56796:e=>{e.exports={en:["Hours"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"]}},11626:e=>{e.exports={en:["Left"]}},43154:e=>{e.exports={en:["Months"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"]}},50421:e=>{e.exports={en:["Right"]}},835:e=>{e.exports={en:["Weeks"]}},97118:e=>{e.exports={en:["Top"]}},70320:e=>{e.exports={en:["Text"],el:["Κείμενο"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},24821:e=>{e.exports={en:["Ticks"]}},28683:e=>{e.exports={en:["Use one color"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},59577:e=>{e.exports={en:["change {title} all lines color"]}},13783:e=>{e.exports={en:["change {title} background transparency"]}},30839:e=>{e.exports={en:["change {title} background visibility"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},76295:e=>{e.exports={en:["change {title} extend lines"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"]}},664:e=>{e.exports={en:["change {title} level {index} line color"]}},64707:e=>{e.exports={en:["change {title} level {index} line style"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},
+67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"]}},19541:e=>{e.exports={en:["change {toolName} line width"]}},24059:e=>{e.exports={en:["change {toolName} line color"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"]}},21474:e=>{e.exports={en:["change {toolName} line left end"]}},54827:e=>{e.exports={en:["change {toolName} line right end"]}},66429:e=>{e.exports={en:["change {toolName} line style"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},77114:e=>{e.exports={en:["erase level line"]}},2359:e=>{e.exports={en:["hours"],el:["Hours"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"],el:["Months"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"],el:["Minutes"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.8356.3131cfefc19bf35ba006.js b/public/charting_library/bundles/el.8356.3131cfefc19bf35ba006.js
new file mode 100644
index 0000000..9a2db3c
--- /dev/null
+++ b/public/charting_library/bundles/el.8356.3131cfefc19bf35ba006.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8356,4109],{53288:e=>{e.exports={en:["animals & nature"]}},21311:e=>{e.exports={en:["activity"]}},90678:e=>{e.exports={en:["food & drink"]}},6715:e=>{e.exports={en:["flags"]}},98355:e=>{e.exports={en:["objects"]}},43438:e=>{e.exports={en:["smiles & people"]}},40457:e=>{e.exports={en:["symbols"]}},88906:e=>{e.exports={en:["recently used"]}},28562:e=>{e.exports={en:["travel & places"]}},23821:e=>{e.exports={en:["Dot"]}},57252:e=>{e.exports={en:["Days"]}},18817:e=>{e.exports={en:["Hours"]}},89506:e=>{e.exports={en:["Months"]}},21551:e=>{e.exports={en:["Minutes"]}},32116:e=>{e.exports={en:["Seconds"]}},22163:e=>{e.exports={en:["Ranges"]}},41815:e=>{e.exports={en:["Weeks"]}},49512:e=>{e.exports={en:["Ticks"]}},96554:e=>{e.exports={en:["Copy image"]}},81939:e=>{e.exports={en:["Copy link"]}},58425:e=>{e.exports={en:["Chart snapshot"]}},66418:e=>{e.exports={en:["Choose manually"]}},80335:e=>{e.exports={en:["Add custom interval"]}},69207:e=>{e.exports={en:["Add to favorites"],el:["Προσθήκη στα αγαπημένα"]}},89771:e=>{e.exports={en:["All changes saved"]}},89911:e=>{e.exports={en:["Bar's style"],el:["Bar's Style"]}},26200:e=>{e.exports={en:["Download image"]}},46838:e=>{e.exports={en:["Default templates"]}},6571:e=>{e.exports={en:["Everyone with the link can view and copy"]}},52530:e=>{e.exports={en:["Favorite Indicators"]}},70234:e=>{e.exports={en:["Favorites"]}},67092:e=>{e.exports={en:["Fullscreen mode"],el:["Λειτουργία πλήρους οθόνης"]}},76443:e=>{e.exports={en:["Indicator templates"]}},84549:e=>{e.exports={en:["Indicators"],el:["Τέχν. Δείκτες"]}},62005:e=>{e.exports={en:["Indicators & Strategies"]}},44271:e=>{e.exports={en:["Open template"]}},46311:e=>{e.exports={en:["Open Interval Dialog"],el:["Άνοιγμα διαλόγου διαστήματος"]}},34770:e=>{e.exports={en:["Open chart in popup"]}},19159:e=>{e.exports={en:["Open in new tab"]}},65433:e=>{e.exports={en:["Open layout"]}},29517:e=>{e.exports={en:["Load Chart Layout"]}},93292:e=>{e.exports={en:["Loading..."]}},40115:e=>{e.exports={en:["Make a copy"]}},38973:e=>{e.exports={en:["Manage layouts"]}},83300:e=>{e.exports={en:["My templates"]}},92969:e=>{e.exports={en:["Number or {hotKey_0}"]}},64e3:e=>{e.exports={en:["Save"],el:["Αποθήκευση"]}},26869:e=>{e.exports={en:["Save Indicator template"]}},15356:e=>{e.exports={en:["Save all charts for all symbols and intervals on your layout"]}},26276:e=>{e.exports={en:["Save layout"]}},81265:e=>{e.exports={en:["Sharing"]}},50021:e=>{e.exports={en:["Simply start typing while on the chart to pull up this search box"]}},51165:e=>{e.exports={en:["Symbol Search"]}},18243:e=>{e.exports={en:["Quick Search"]}},7448:e=>{e.exports={en:["Recently used"]}},11304:e=>{e.exports={en:["Redo {hint}"]}},85106:e=>{e.exports={en:["Remove from favorites"],el:["Διαγραφή απο τα αγαπημένα"]}},47550:e=>{e.exports={en:["Remove selected emoji"]}},6321:e=>{e.exports={en:["Rename"]}},87972:e=>{e.exports={en:["Take a snapshot"]}},41173:e=>{e.exports={en:["Time Interval"],el:["Χρονικό εύρος"]}},28239:e=>{
+e.exports={en:["Tweet image"]}},66020:e=>{e.exports={en:["Undo {hint}"],el:["Αναίρεση {hint}"]}},36291:e=>{e.exports={en:["Unfavorite all"]}},18448:e=>{e.exports={en:["You have no Favorites Indicators yet"]}},6094:e=>{e.exports={en:["Your favorite layouts have moved to the top toolbar. You currently have {count} favorite. You can reduce the number to find them easier — unfavorite all in just one click or set up your choice manually.","Your favorite layouts have moved to the top toolbar. You currently have {count} favorites. You can reduce the number to find them easier — unfavorite all in just one click or set up your choice manually."]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.8370.da37ca095a984f601a1e.js b/public/charting_library/bundles/el.8370.da37ca095a984f601a1e.js
new file mode 100644
index 0000000..60df46d
--- /dev/null
+++ b/public/charting_library/bundles/el.8370.da37ca095a984f601a1e.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8370],{23970:e=>{e.exports={en:["days"]}},35157:e=>{e.exports={en:["hours"]}},18193:e=>{e.exports={en:["months"]}},79930:e=>{e.exports={en:["minutes"]}},7938:e=>{e.exports={en:["weeks"]}},48161:e=>{e.exports={en:["View Only Mode"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.8622.b162b43310f56287e24e.js b/public/charting_library/bundles/el.8622.b162b43310f56287e24e.js
new file mode 100644
index 0000000..cdcd604
--- /dev/null
+++ b/public/charting_library/bundles/el.8622.b162b43310f56287e24e.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8622],{13197:e=>{e.exports={en:["1/{minmove2} of 1/{pricescale}"]}},97349:e=>{e.exports={en:["Fr"]}},30961:e=>{e.exports={en:["Mo"]}},94748:e=>{e.exports={en:["Sa"]}},75005:e=>{e.exports={en:["Su"]}},92578:e=>{e.exports={en:["We"]}},8765:e=>{e.exports={en:["Th"]}},9135:e=>{e.exports={en:["Tu"]}},53174:e=>{e.exports={en:["Right"]}},47742:e=>{e.exports={en:["Close menu"]}},81849:e=>{e.exports={en:["Currency"]}},12272:e=>{e.exports={en:["Current contract"],el:["Current Contract"]}},17606:e=>{e.exports={en:["All sessions"]}},28896:e=>{e.exports={en:["April"]}},11081:e=>{e.exports={en:["August"]}},42358:e=>{e.exports={en:["Bond"]}},90082:e=>{e.exports={en:["December"]}},54602:e=>{e.exports={en:["Delisted"]}},78734:e=>{e.exports={en:["Description"]}},63538:e=>{e.exports={en:["Exchange timezone"]}},88191:e=>{e.exports={en:["Expiration date"]}},56536:e=>{e.exports={en:["FIGI"]}},81069:e=>{e.exports={en:["February"]}},22928:e=>{e.exports={en:["Fri"]}},3570:e=>{e.exports={en:["Friday"]}},26931:e=>{e.exports={en:["Home page"]}},88104:e=>{e.exports={en:["ISIN"]}},7727:e=>{e.exports={en:["Industry"]}},200:e=>{e.exports={en:["January"]}},6608:e=>{e.exports={en:["July"]}},61487:e=>{e.exports={en:["June"]}},37997:e=>{e.exports={en:["October"]}},23339:e=>{e.exports={en:["Link copied to clipboard"]}},41224:e=>{e.exports={en:["Listed exchange"],el:["Listed Exchange"]}},37150:e=>{e.exports={en:["Mon"]}},19573:e=>{e.exports={en:["Monday"]}},25734:e=>{e.exports={en:["May"],el:["Μαι"]}},93878:e=>{e.exports={en:["March"]}},41410:e=>{e.exports={en:["Market open"]}},62464:e=>{e.exports={en:["Market closed"]}},91563:e=>{e.exports={en:["Measure"]}},4607:e=>{e.exports={en:["November"]}},99709:e=>{e.exports={en:["Name"]}},97751:e=>{e.exports={en:["Source"]}},32273:e=>{e.exports={en:["Sat"]}},30348:e=>{e.exports={en:["Saturday"]}},99804:e=>{e.exports={en:["Sector"]}},17502:e=>{e.exports={en:["Security Info"],el:["Symbol Info"]}},32179:e=>{e.exports={en:["September"]}},77493:e=>{e.exports={en:["Sun"]}},61480:e=>{e.exports={en:["Sunday"]}},81314:e=>{e.exports={en:["Point value"]}},73897:e=>{e.exports={en:["Post-market"]}},39245:e=>{e.exports={en:["Pip size"],el:["Pip Size"]}},36018:e=>{e.exports={en:["Pre-market"]}},16045:e=>{e.exports={en:["Website"]}},11532:e=>{e.exports={en:["Wed"]}},94226:e=>{e.exports={en:["Wednesday"]}},17254:e=>{e.exports={en:["Text copied to clipboard"]}},71388:e=>{e.exports={en:["Thu"]}},79137:e=>{e.exports={en:["Thursday"]}},24431:e=>{e.exports={en:["Tick size"]}},11916:e=>{e.exports={en:["Tue"]}},82160:e=>{e.exports={en:["Tuesday"]}},98413:e=>{e.exports={en:["Type"],el:["Τύπος"]}},33564:e=>{e.exports={en:["Unit"]}},70932:e=>{e.exports={en:["commodity"]}},79599:e=>{e.exports={en:["cfd"]}},46128:e=>{e.exports={en:["crypto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"]}},87464:e=>{e.exports={en:["index"]}},90250:e=>{e.exports={en:["indices"]}},76752:e=>{
+e.exports={en:["stock"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.8763.bf9d4d175a7686effaf6.js b/public/charting_library/bundles/el.8763.bf9d4d175a7686effaf6.js
new file mode 100644
index 0000000..7ccd430
--- /dev/null
+++ b/public/charting_library/bundles/el.8763.bf9d4d175a7686effaf6.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8763,5111],{91612:e=>{e.exports={en:["Inside"]}},46005:e=>{e.exports={en:["Original"]}},70382:e=>{e.exports={en:["Modified Schiff"]}},69904:e=>{e.exports={en:["Schiff"]}},98463:e=>{e.exports={en:["change {title} style"]}},77114:e=>{e.exports={en:["erase level line"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.8940.5460b0ccfae157b7bbe3.js b/public/charting_library/bundles/el.8940.5460b0ccfae157b7bbe3.js
new file mode 100644
index 0000000..41f52f1
--- /dev/null
+++ b/public/charting_library/bundles/el.8940.5460b0ccfae157b7bbe3.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8940,6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],el:["Συντεταγμένες"]}},24197:e=>{e.exports={en:["Center"]}},27567:e=>{e.exports={en:["Bottom"]}},38408:e=>{e.exports={en:["Border"]}},79468:e=>{e.exports={en:["Background"],el:["Υπόβαθρο"]}},72942:e=>{e.exports={en:["Days"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},56796:e=>{e.exports={en:["Hours"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"]}},34974:e=>{e.exports={en:["Label border"]}},73863:e=>{e.exports={en:["Label background"],el:["Υπόβαθρο Ετικέτας"]}},95170:e=>{e.exports={en:["Label text"]}},11626:e=>{e.exports={en:["Left"]}},97575:e=>{e.exports={en:["Line color"]}},43154:e=>{e.exports={en:["Months"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"]}},50421:e=>{e.exports={en:["Right"]}},835:e=>{e.exports={en:["Weeks"]}},97118:e=>{e.exports={en:["Top"]}},70320:e=>{e.exports={en:["Text"],el:["Κείμενο"]}},7560:e=>{e.exports={en:["Text wrap"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},7455:e=>{e.exports={en:["change {title} line color"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"]}},66668:e=>{e.exports={en:["change {toolName} text"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"]}},
+22231:e=>{e.exports={en:["change {toolName} text background color"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"]}},36666:e=>{e.exports={en:["change {toolName} text border color"]}},35423:e=>{e.exports={en:["change {toolName} text border width"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"]}},64500:e=>{e.exports={en:["change {toolName} text color"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"]}},21781:e=>{e.exports={en:["change {toolName} text font size"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},2359:e=>{e.exports={en:["hours"],el:["Hours"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"],el:["Months"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"],el:["Minutes"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.8975.0b3e843255e92a8c2808.js b/public/charting_library/bundles/el.8975.0b3e843255e92a8c2808.js
new file mode 100644
index 0000000..e33e45f
--- /dev/null
+++ b/public/charting_library/bundles/el.8975.0b3e843255e92a8c2808.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8975],{94073:e=>{e.exports={en:["A"]}},66384:e=>{e.exports={en:["L"]}},94465:e=>{e.exports={en:["Toggle auto scale"]}},46992:e=>{e.exports={en:["Toggle log scale"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.9003.299a55ed654df75bf43b.js b/public/charting_library/bundles/el.9003.299a55ed654df75bf43b.js
new file mode 100644
index 0000000..63972d5
--- /dev/null
+++ b/public/charting_library/bundles/el.9003.299a55ed654df75bf43b.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9003,4040,359],{55517:e=>{e.exports={en:["Add"]}},29619:e=>{e.exports={en:["Add custom color"],el:["Add Custom Color"]}},80936:e=>{e.exports={en:["Opacity"]}},97349:e=>{e.exports={en:["Fr"]}},30961:e=>{e.exports={en:["Mo"]}},94748:e=>{e.exports={en:["Sa"]}},75005:e=>{e.exports={en:["Su"]}},92578:e=>{e.exports={en:["We"]}},8765:e=>{e.exports={en:["Th"]}},9135:e=>{e.exports={en:["Tu"]}},24716:e=>{e.exports={en:["Another symbol"]}},41256:e=>{e.exports={en:["Back"]}},94849:e=>{e.exports={en:["Main chart symbol"]}},53174:e=>{e.exports={en:["Right"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"]}},4543:e=>{e.exports={en:["Cancel"],el:["Άκυρο"]}},63245:e=>{e.exports={en:["Change symbol"]}},54613:e=>{e.exports={en:["Chart"]}},47742:e=>{e.exports={en:["Close menu"]}},34040:e=>{e.exports={en:["All sources"]}},33391:e=>{e.exports={en:["Apply"],el:["Εφαρμογή"]}},28896:e=>{e.exports={en:["April"]}},11081:e=>{e.exports={en:["August"]}},42358:e=>{e.exports={en:["Bond"]}},27390:e=>{e.exports={en:["Dotted line"]}},88123:e=>{e.exports={en:["Dashed line"]}},90082:e=>{e.exports={en:["December"]}},55319:e=>{e.exports={en:["Decrease"]}},78734:e=>{e.exports={en:["Description"]}},81069:e=>{e.exports={en:["February"]}},3570:e=>{e.exports={en:["Friday"]}},39832:e=>{e.exports={en:["Increase"]}},200:e=>{e.exports={en:["January"]}},6608:e=>{e.exports={en:["July"]}},61487:e=>{e.exports={en:["June"]}},37997:e=>{e.exports={en:["October"]}},55450:e=>{e.exports={en:["Offset"]}},19295:e=>{e.exports={en:["Ok"]}},28603:e=>{e.exports={en:["Line style"]}},19573:e=>{e.exports={en:["Monday"]}},43154:e=>{e.exports={en:["Months"]}},37117:e=>{e.exports={en:["More"]}},25734:e=>{e.exports={en:["May"],el:["Μαι"]}},93878:e=>{e.exports={en:["March"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"]}},76822:e=>{e.exports={en:["No symbols match your criteria"]}},4607:e=>{e.exports={en:["November"]}},69102:e=>{e.exports={en:["Next year"]}},17538:e=>{e.exports={en:["Next years"]}},92790:e=>{e.exports={en:["Next month"]}},71300:e=>{e.exports={en:["Number format is invalid."]}},28628:e=>{e.exports={en:["Sources"]}},30348:e=>{e.exports={en:["Saturday"]}},10679:e=>{e.exports={en:['Set the "{inputInline}" time and price for "{studyShortDescription}"']}},59451:e=>{e.exports={en:['Set the "{inputTitle}" time for "{studyShortDescription}"']}},94238:e=>{e.exports={en:['Set the "{inputTitle}" price for "{studyShortDescription}"']}},92229:e=>{e.exports={en:['Set the time and price for "{studyShortDescription}"']}},60935:e=>{e.exports={en:['Set the time for "{studyShortDescription}"']}},24404:e=>{e.exports={en:['Set the price for "{studyShortDescription}"']}},8573:e=>{e.exports={en:["Search"],el:["Αναζήτησή"]}},57640:e=>{e.exports={en:["Select source"]}},32179:e=>{e.exports={en:["September"]}},31331:e=>{e.exports={
+en:["Specified value is more than the instrument maximum of {max}."]}},24216:e=>{e.exports={en:["Specified value is less than the instrument minimum of {min}."]}},61480:e=>{e.exports={en:["Sunday"]}},70235:e=>{e.exports={en:["Switch to months"]}},91245:e=>{e.exports={en:["Switch to dates"]}},71961:e=>{e.exports={en:["Switch to years"]}},95481:e=>{e.exports={en:["Symbol"],el:["Σύμβολο"]}},74007:e=>{e.exports={en:["Symbol & description"]}},51165:e=>{e.exports={en:["Symbol Search"]}},27254:e=>{e.exports={en:["Please enter the right date"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"]}},93984:e=>{e.exports={en:["Previous month"]}},75776:e=>{e.exports={en:["Previous year"]}},44701:e=>{e.exports={en:["Previous years"]}},89984:e=>{e.exports={en:["Remove color"]}},94226:e=>{e.exports={en:["Wednesday"]}},79137:e=>{e.exports={en:["Thursday"]}},54971:e=>{e.exports={en:["Thickness"]}},82160:e=>{e.exports={en:["Tuesday"]}},66181:e=>{e.exports={en:["Years"]}},70932:e=>{e.exports={en:["commodity"]}},79599:e=>{e.exports={en:["cfd"]}},29426:e=>{e.exports={en:["change opacity"]}},31675:e=>{e.exports={en:["change color"]}},28818:e=>{e.exports={en:["change line style"]}},73281:e=>{e.exports={en:["change thickness"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},5741:e=>{e.exports={en:["close"]}},46128:e=>{e.exports={en:["crypto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"]}},59319:e=>{e.exports={en:["high"]}},96008:e=>{e.exports={en:["hl2"]}},91189:e=>{e.exports={en:["hlc3"]}},49242:e=>{e.exports={en:["hlcc4"]}},87464:e=>{e.exports={en:["index"]}},90250:e=>{e.exports={en:["indices"]}},52793:e=>{e.exports={en:["ohlc4"]}},83584:e=>{e.exports={en:["open"]}},41902:e=>{e.exports={en:["low"]}},76752:e=>{e.exports={en:["stock"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.9093.2cff9fa939c391056de4.js b/public/charting_library/bundles/el.9093.2cff9fa939c391056de4.js
new file mode 100644
index 0000000..5aa6ad4
--- /dev/null
+++ b/public/charting_library/bundles/el.9093.2cff9fa939c391056de4.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9093,4109],{4543:e=>{e.exports={en:["Cancel"],el:["Άκυρο"]}},47742:e=>{e.exports={en:["Close menu"]}},69207:e=>{e.exports={en:["Add to favorites"],el:["Προσθήκη στα αγαπημένα"]}},8573:e=>{e.exports={en:["Search"],el:["Αναζήτησή"]}},85106:e=>{e.exports={en:["Remove from favorites"],el:["Διαγραφή απο τα αγαπημένα"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/el.9494.40d61f8ac3ffd8535658.js b/public/charting_library/bundles/el.9494.40d61f8ac3ffd8535658.js
new file mode 100644
index 0000000..11dcb83
--- /dev/null
+++ b/public/charting_library/bundles/el.9494.40d61f8ac3ffd8535658.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9494,6155,3367,2303,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],el:["Συντεταγμένες"]}},24197:e=>{e.exports={en:["Center"]}},6060:e=>{e.exports={en:["Add text"]}},27567:e=>{e.exports={en:["Bottom"]}},38408:e=>{e.exports={en:["Border"]}},79468:e=>{e.exports={en:["Background"],el:["Υπόβαθρο"]}},72942:e=>{e.exports={en:["Days"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},56796:e=>{e.exports={en:["Hours"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"]}},11626:e=>{e.exports={en:["Left"]}},43154:e=>{e.exports={en:["Months"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"]}},50421:e=>{e.exports={en:["Right"]}},835:e=>{e.exports={en:["Weeks"]}},97118:e=>{e.exports={en:["Top"]}},70320:e=>{e.exports={en:["Text"],el:["Κείμενο"]}},7560:e=>{e.exports={en:["Text wrap"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},24821:e=>{e.exports={en:["Ticks"]}},28683:e=>{e.exports={en:["Use one color"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},26391:e=>{e.exports={en:["change the column width"]}},21863:e=>{e.exports={en:["change the row height"]}},59577:e=>{e.exports={en:["change {title} all lines color"]}},69437:e=>{e.exports={en:["change {title} border color"]}},13783:e=>{e.exports={en:["change {title} background transparency"]}},30839:e=>{e.exports={en:["change {title} background visibility"]}},49765:e=>{e.exports={en:["change {title} background color"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},55612:e=>{e.exports={en:["change {title} labels alignment"]}},93340:e=>{e.exports={en:["change {title} labels visibility"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"]}},664:e=>{e.exports={en:["change {title} level {index} line color"]}},64707:e=>{e.exports={en:["change {title} level {index} line style"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},57122:e=>{e.exports={en:["change {title} text"]}},71665:e=>{e.exports={en:["change {title} texts alignment"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},
+71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"]}},66668:e=>{e.exports={en:["change {toolName} text"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"]}},22231:e=>{e.exports={en:["change {toolName} text background color"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"]}},36666:e=>{e.exports={en:["change {toolName} text border color"]}},35423:e=>{e.exports={en:["change {toolName} text border width"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"]}},64500:e=>{e.exports={en:["change {toolName} text color"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"]}},21781:e=>{e.exports={en:["change {toolName} text font size"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},48499:e=>{e.exports={en:["add column to right"]}},48407:e=>{e.exports={en:["add row below"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},2359:e=>{e.exports={en:["hours"],el:["Hours"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"],el:["Months"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"],el:["Minutes"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},80240:e=>{e.exports={en:["remove column"]}},4553:e=>{e.exports={en:["remove row"]}},24849:e=>{e.exports={en:["resize the cell"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/empty-coin-dark.d6d07bff92d7e4dff5ad.svg b/public/charting_library/bundles/empty-coin-dark.d6d07bff92d7e4dff5ad.svg
new file mode 100644
index 0000000..ca7bd06
--- /dev/null
+++ b/public/charting_library/bundles/empty-coin-dark.d6d07bff92d7e4dff5ad.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public/charting_library/bundles/empty-coin-light.6d0b731ac6f489f06e65.svg b/public/charting_library/bundles/empty-coin-light.6d0b731ac6f489f06e65.svg
new file mode 100644
index 0000000..362b322
--- /dev/null
+++ b/public/charting_library/bundles/empty-coin-light.6d0b731ac6f489f06e65.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.101.d2f212f7ba1b45845d9f.js b/public/charting_library/bundles/en.101.d2f212f7ba1b45845d9f.js
new file mode 100644
index 0000000..e48f73f
--- /dev/null
+++ b/public/charting_library/bundles/en.101.d2f212f7ba1b45845d9f.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[101],{23970:e=>{e.exports={en:["days"]}},35157:e=>{e.exports={en:["hours"]}},18193:e=>{e.exports={en:["months"]}},79930:e=>{e.exports={en:["minutes"]}},7938:e=>{e.exports={en:["weeks"]}},4543:e=>{e.exports={en:["Cancel"]}},47742:e=>{e.exports={en:["Close menu"]}},42790:e=>{e.exports={en:["Add"]}},17854:e=>{e.exports={en:["Interval"]}},17889:e=>{e.exports={en:["Interval already exists, please use a different value"]}},23323:e=>{e.exports={en:["Interval value is too big, please try again"]}},19295:e=>{e.exports={en:["Ok"]}},98413:e=>{e.exports={en:["Type"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.1303.f07c410173ec0b804b22.js b/public/charting_library/bundles/en.1303.f07c410173ec0b804b22.js
new file mode 100644
index 0000000..1d529df
--- /dev/null
+++ b/public/charting_library/bundles/en.1303.f07c410173ec0b804b22.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1303],{53288:e=>{e.exports={en:["animals & nature"]}},21311:e=>{e.exports={en:["activity"]}},90678:e=>{e.exports={en:["food & drink"]}},6715:e=>{e.exports={en:["flags"]}},98355:e=>{e.exports={en:["objects"]}},43438:e=>{e.exports={en:["smiles & people"]}},40457:e=>{e.exports={en:["symbols"]}},88906:e=>{e.exports={en:["recently used"]}},28562:e=>{e.exports={en:["travel & places"]}},64770:e=>{e.exports={en:["Confirmation"]}},4543:e=>{e.exports={en:["Cancel"]}},4461:e=>{e.exports={en:["Add emoji"]}},19295:e=>{e.exports={en:["Ok"]}},38733:e=>{e.exports={en:["No"]}},85888:e=>{e.exports={en:["No results found"]}},64e3:e=>{e.exports={en:["Save"]}},47550:e=>{e.exports={en:["Remove selected emoji"]}},6321:e=>{e.exports={en:["Rename"]}},55512:e=>{e.exports={en:["Yes"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.1308.d1a986137a3ad4cdfe66.js b/public/charting_library/bundles/en.1308.d1a986137a3ad4cdfe66.js
new file mode 100644
index 0000000..669c456
--- /dev/null
+++ b/public/charting_library/bundles/en.1308.d1a986137a3ad4cdfe66.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1308,6155,5111,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"]}},78930:e=>{e.exports={en:["Coordinates"]}},24197:e=>{e.exports={en:["Center"]}},27567:e=>{e.exports={en:["Bottom"]}},17129:e=>{e.exports={en:["Bottom labels"]}},79468:e=>{e.exports={en:["Background"]}},81356:e=>{e.exports={en:["Grid"]}},72942:e=>{e.exports={en:["Days"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},56796:e=>{e.exports={en:["Hours"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"]}},11626:e=>{e.exports={en:["Left"]}},65e3:e=>{e.exports={en:["Left labels"]}},43154:e=>{e.exports={en:["Months"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"]}},58557:e=>{e.exports={en:["Price levels"]}},64489:e=>{e.exports={en:["Reverse"]}},50421:e=>{e.exports={en:["Right"]}},28971:e=>{e.exports={en:["Right labels"]}},835:e=>{e.exports={en:["Weeks"]}},97118:e=>{e.exports={en:["Top"]}},74939:e=>{e.exports={en:["Top labels"]}},70320:e=>{e.exports={en:["Text"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},24821:e=>{e.exports={en:["Ticks"]}},58476:e=>{e.exports={en:["Time levels"]}},28683:e=>{e.exports={en:["Use one color"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},59577:e=>{e.exports={en:["change {title} all lines color"]}},62130:e=>{e.exports={en:["change {title} bottom labels visibility"]}},13783:e=>{e.exports={en:["change {title} background transparency"]}},30839:e=>{e.exports={en:["change {title} background visibility"]}},20664:e=>{e.exports={en:["change {title} grid visibility"]}},36467:e=>{e.exports={en:["change {title} grid line color"]}},54244:e=>{e.exports={en:["change {title} grid line style"]}},30127:e=>{e.exports={en:["change {title} grid line width"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"]}},664:e=>{e.exports={en:["change {title} level {index} line color"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"]}},63021:e=>{e.exports={en:["change {title} left labels visibility"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},50762:e=>{e.exports={en:["change {title} reverse"]}},8390:e=>{e.exports={en:["change {title} right labels visibility"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},81301:e=>{
+e.exports={en:["change {title} top labels visibility"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},77114:e=>{e.exports={en:["erase level line"]}},2359:e=>{e.exports={en:["hours"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.1341.1068954aa326300ef390.js b/public/charting_library/bundles/en.1341.1068954aa326300ef390.js
new file mode 100644
index 0000000..afc677e
--- /dev/null
+++ b/public/charting_library/bundles/en.1341.1068954aa326300ef390.js
@@ -0,0 +1,4 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1341,6155,4821],{13616:e=>{e.exports={en:["#{count} (bar)"]}},80166:e=>{e.exports={en:["#{count} (price, bar)"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"]}},23111:e=>{e.exports={en:["Color bars based on previous close"]}},78930:e=>{e.exports={en:["Coordinates"]}},24197:e=>{e.exports={en:["Center"]}},84831:e=>{e.exports={en:["Close line"]}},93020:e=>{e.exports={en:["Adjust data for dividends"]}},68921:e=>{e.exports={en:["Adjust for contract changes"]}},27567:e=>{e.exports={en:["Bottom"]}},3159:e=>{e.exports={en:["Bottom line"]}},74406:e=>{e.exports={en:["Body"]}},333:e=>{e.exports={en:["Borders"]}},42398:e=>{e.exports={en:["Base"]}},28975:e=>{e.exports={en:["Base level"]}},71776:e=>{e.exports={en:["Down"]}},17611:e=>{e.exports={en:["Down bars"]}},23743:e=>{e.exports={en:["Down color"]}},48225:e=>{e.exports={en:["Data modification"]}},72942:e=>{e.exports={en:["Days"]}},16564:e=>{e.exports={en:["Default"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},89212:e=>{e.exports={en:["Display inactivity gaps on intraday"]}},59777:e=>{e.exports={en:["Electronic trading hours background"]}},819:e=>{e.exports={en:["Extend lines"]}},41129:e=>{e.exports={en:["Fill"]}},61112:e=>{e.exports={en:["Fill top area"]}},73185:e=>{e.exports={en:["Fill bottom area"]}},56796:e=>{e.exports={en:["Hours"]}},95406:e=>{e.exports={en:["Horizontal"]}},56359:e=>{e.exports={en:["High line"]}},47326:e=>{e.exports={en:["Integer"]}},21429:e=>{e.exports={en:["Inputs"]}},64075:e=>{e.exports={en:["Override min tick"]}},34579:e=>{e.exports={en:["Low line"]}},11626:e=>{e.exports={en:["Left"]}},43154:e=>{e.exports={en:["Months"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"]}},13350:e=>{e.exports={en:["Pearson's R"]}},88327:e=>{e.exports={en:["Pre/post market hours background"]}},59766:e=>{e.exports={en:["Precision"]}},84684:e=>{e.exports={en:["Price source"]}},73466:e=>{e.exports={en:["Projection up bars"]}},77430:e=>{e.exports={en:["Projection candles"]}},88367:e=>{e.exports={en:["Projection down bars"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"]}},50421:e=>{e.exports={en:["Right"]}},835:e=>{e.exports={en:["Weeks"]}},32163:e=>{e.exports={en:["Wick"]}},97118:e=>{e.exports={en:["Top"]}},89349:e=>{e.exports={en:["Top line"]}},70320:e=>{e.exports={en:["Text"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},20215:e=>{e.exports={en:["Thin bars"]}},24821:e=>{e.exports={en:["Ticks"]}},77073:e=>{e.exports={en:["Timezone"]}},22691:e=>{e.exports={en:["Up"]}},23091:e=>{e.exports={en:["Up color"]}},36957:e=>{e.exports={en:["Up bars"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"]}},69526:e=>{e.exports={en:["Vertical"]}},21105:e=>{e.exports={en:["candle"]}},27068:e=>{e.exports={en:["change HLC bars"]}},21201:e=>{e.exports={
+en:["change HLC bars color"]}},86866:e=>{e.exports={en:["change area fill color"]}},89346:e=>{e.exports={en:["change area line width"]}},29605:e=>{e.exports={en:["change area line color"]}},4640:e=>{e.exports={en:["change area price source"]}},42190:e=>{e.exports={en:["change base level"]}},71785:e=>{e.exports={en:["change baseline bottom line color"]}},56175:e=>{e.exports={en:["change baseline bottom line width"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"]}},92873:e=>{e.exports={en:["change baseline fill top area color"]}},68609:e=>{e.exports={en:["change baseline price source"]}},69044:e=>{e.exports={en:["change baseline top line color"]}},68197:e=>{e.exports={en:["change baseline top line width"]}},33464:e=>{e.exports={en:["change bar up color"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},59622:e=>{e.exports={en:["change bar down color"]}},43090:e=>{e.exports={en:["change color bars based on previous close"]}},88324:e=>{e.exports={en:["change column up color"]}},93890:e=>{e.exports={en:["change column down color"]}},4727:e=>{e.exports={en:["change column price source"]}},82063:e=>{e.exports={en:["change decimal places"]}},44223:e=>{e.exports={en:["change extended hours color"]}},47393:e=>{e.exports={en:["change electronic trading hours"]}},6026:e=>{e.exports={en:["change high-low body color"]}},73021:e=>{e.exports={en:["change high-low body visibility"]}},46844:e=>{e.exports={en:["change high-low border color"]}},15801:e=>{e.exports={en:["change high-low borders visibility"]}},72399:e=>{e.exports={en:["change high-low labels visibility"]}},56961:e=>{e.exports={en:["change high-low labels color"]}},88640:e=>{e.exports={en:["change line color"]}},41837:e=>{e.exports={en:["change line price source"]}},48339:e=>{e.exports={en:["change line width"]}},38730:e=>{e.exports={en:["change post market color"]}},44371:e=>{e.exports={en:["change pre market color"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},16241:e=>{e.exports={en:["change range bars style"]}},65821:e=>{e.exports={en:["change range thin bars"]}},75487:e=>{e.exports={en:["change renko wick down color"]}},92277:e=>{e.exports={en:["change renko wick up color"]}},79604:e=>{e.exports={en:["change renko wick visibility"]}},91109:e=>{e.exports={en:["change study overlay min tick"]}},82924:e=>{e.exports={en:["change study overlay style"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"]}},60834:e=>{e.exports={en:["change thin bars"]}},78509:e=>{e.exports={en:["change {title} base line color"]}},27864:e=>{e.exports={en:["change {title} base line style"]}},96177:e=>{e.exports={en:["change {title} base line visibility"]}},17926:e=>{e.exports={en:["change {title} base line width"]}},41638:e=>{e.exports={en:["change {title} down line color"]}},51842:e=>{e.exports={en:["change {title} down line style"]}},46410:e=>{e.exports={en:["change {title} down line visibility"]}},64615:e=>{e.exports={en:["change {title} down line width"]}},96135:e=>{e.exports={
+en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},76295:e=>{e.exports={en:["change {title} extend lines"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},6207:e=>{e.exports={en:["change {title} show pearson's r"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},42553:e=>{e.exports={en:["change {title} up line visibility"]}},63824:e=>{e.exports={en:["change {title} up line width"]}},89178:e=>{e.exports={en:["change {title} up line color"]}},51188:e=>{e.exports={en:["change {title} up line style"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},17214:e=>{e.exports={en:["change {candleType} up border color"]}},36697:e=>{e.exports={en:["change {candleType} up color"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"]}},20291:e=>{e.exports={en:["change {candleType} down border color"]}},64571:e=>{e.exports={en:["change {candleType} down color"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"]}},5012:e=>{e.exports={en:["change {chartType} down color"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"]}},6970:e=>{e.exports={en:["change {chartType} up color"]}},66110:e=>{e.exports={en:["change {inputName} property"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},18077:e=>{e.exports={en:["adjust data for dividends"]}},1433:e=>{e.exports={en:["adjust for contract changes"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},2359:e=>{e.exports={en:["hours"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},92598:e=>{
+e.exports={en:["hollow candles"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},57243:e=>{e.exports={en:["range","ranges"]}},70282:e=>{e.exports={en:["renko"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},28871:e=>{e.exports={en:["toggle intraday inactivity gaps"]}},3539:e=>{e.exports={en:["ticks"]}},92978:e=>{e.exports={en:["use settlement as close on daily interval"]}},59644:e=>{e.exports={en:["{value} decimal","{value} decimals"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.1427.8971bd84437c851f01a9.js b/public/charting_library/bundles/en.1427.8971bd84437c851f01a9.js
new file mode 100644
index 0000000..d13c813
--- /dev/null
+++ b/public/charting_library/bundles/en.1427.8971bd84437c851f01a9.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1427,2787,6760,6155,7850,7122,5111,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"]}},78930:e=>{e.exports={en:["Coordinates"]}},24197:e=>{e.exports={en:["Center"]}},6060:e=>{e.exports={en:["Add text"]}},27567:e=>{e.exports={en:["Bottom"]}},79468:e=>{e.exports={en:["Background"]}},72942:e=>{e.exports={en:["Days"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},61856:e=>{e.exports={en:["Extend left line"]}},87430:e=>{e.exports={en:["Extend right line"]}},95279:e=>{e.exports={en:["Full circles"]}},56796:e=>{e.exports={en:["Hours"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"]}},79650:e=>{e.exports={en:["Levels"]}},11626:e=>{e.exports={en:["Left"]}},43154:e=>{e.exports={en:["Months"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"]}},50421:e=>{e.exports={en:["Right"]}},835:e=>{e.exports={en:["Weeks"]}},97118:e=>{e.exports={en:["Top"]}},70320:e=>{e.exports={en:["Text"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},24821:e=>{e.exports={en:["Ticks"]}},51574:e=>{e.exports={en:["Trend line"]}},28683:e=>{e.exports={en:["Use one color"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},59577:e=>{e.exports={en:["change {title} all lines color"]}},13783:e=>{e.exports={en:["change {title} background transparency"]}},30839:e=>{e.exports={en:["change {title} background visibility"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},30484:e=>{e.exports={en:["change {title} full circles visibility"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"]}},664:e=>{e.exports={en:["change {title} level {index} line color"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"]}},54517:e=>{e.exports={en:["change {title} levels visibility"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},57122:e=>{e.exports={en:["change {title} text"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={
+en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"]}},19541:e=>{e.exports={en:["change {toolName} line width"]}},24059:e=>{e.exports={en:["change {toolName} line color"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"]}},21474:e=>{e.exports={en:["change {toolName} line left end"]}},54827:e=>{e.exports={en:["change {toolName} line right end"]}},66429:e=>{e.exports={en:["change {toolName} line style"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},77114:e=>{e.exports={en:["erase level line"]}},2359:e=>{e.exports={en:["hours"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.1432.d43e80e1d49b8e361fa5.js b/public/charting_library/bundles/en.1432.d43e80e1d49b8e361fa5.js
new file mode 100644
index 0000000..dd56bd9
--- /dev/null
+++ b/public/charting_library/bundles/en.1432.d43e80e1d49b8e361fa5.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1432,2787,6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"]}},78930:e=>{e.exports={en:["Coordinates"]}},24197:e=>{e.exports={en:["Center"]}},27567:e=>{e.exports={en:["Bottom"]}},79468:e=>{e.exports={en:["Background"]}},72942:e=>{e.exports={en:["Days"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},61856:e=>{e.exports={en:["Extend left line"]}},87430:e=>{e.exports={en:["Extend right line"]}},56796:e=>{e.exports={en:["Hours"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"]}},11626:e=>{e.exports={en:["Left"]}},43154:e=>{e.exports={en:["Months"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"]}},50421:e=>{e.exports={en:["Right"]}},835:e=>{e.exports={en:["Weeks"]}},97118:e=>{e.exports={en:["Top"]}},70320:e=>{e.exports={en:["Text"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},30839:e=>{e.exports={en:["change {title} background visibility"]}},49765:e=>{e.exports={en:["change {title} background color"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"]}},19541:e=>{e.exports={en:["change {toolName} line width"]}},24059:e=>{e.exports={en:["change {toolName} line color"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"]}},21474:e=>{e.exports={en:["change {toolName} line left end"]}},54827:e=>{e.exports={en:["change {toolName} line right end"]}},66429:e=>{e.exports={en:["change {toolName} line style"]}},25167:e=>{e.exports={
+en:["change {propertyName} property"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},2359:e=>{e.exports={en:["hours"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.1629.7afd8c16ef79eab8b22e.js b/public/charting_library/bundles/en.1629.7afd8c16ef79eab8b22e.js
new file mode 100644
index 0000000..8d92dd4
--- /dev/null
+++ b/public/charting_library/bundles/en.1629.7afd8c16ef79eab8b22e.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1629],{80473:e=>{e.exports={en:["Add column to right"]}},61702:e=>{e.exports={en:["Add row below"]}},33500:e=>{e.exports={en:["Remove column"]}},85069:e=>{e.exports={en:["Remove row"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.1715.48491249cfe3a1a8a335.js b/public/charting_library/bundles/en.1715.48491249cfe3a1a8a335.js
new file mode 100644
index 0000000..cc890f6
--- /dev/null
+++ b/public/charting_library/bundles/en.1715.48491249cfe3a1a8a335.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1715],{79355:e=>{e.exports={en:["Save template as"]}},41018:e=>{e.exports={en:["Template '{themeName}' already exists. Do you really want to replace it?"]}},59233:e=>{e.exports={en:["Template name"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.2134.fb8463bf93e547b8a24f.js b/public/charting_library/bundles/en.2134.fb8463bf93e547b8a24f.js
new file mode 100644
index 0000000..367febc
--- /dev/null
+++ b/public/charting_library/bundles/en.2134.fb8463bf93e547b8a24f.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2134,4109],{14143:e=>{e.exports={en:["currency"]}},53288:e=>{e.exports={en:["animals & nature"]}},21311:e=>{e.exports={en:["activity"]}},74245:e=>{e.exports={en:["arrows"]}},51853:e=>{e.exports={en:["gestures & smileys"]}},90678:e=>{e.exports={en:["food & drink"]}},6715:e=>{e.exports={en:["flags"]}},98355:e=>{e.exports={en:["objects"]}},10522:e=>{e.exports={en:["nature"]}},43438:e=>{e.exports={en:["smiles & people"]}},40457:e=>{e.exports={en:["symbols"]}},33282:e=>{e.exports={en:["symbols & flags"]}},88906:e=>{e.exports={en:["recently used"]}},28562:e=>{e.exports={en:["travel & places"]}},93111:e=>{e.exports={en:["Content"]}},59934:e=>{e.exports={en:["Channels"]}},81578:e=>{e.exports={en:["Cursors"]}},77915:e=>{e.exports={en:["Cycles"]}},32064:e=>{e.exports={en:["Annotation tools"]}},69207:e=>{e.exports={en:["Add to favorites"]}},19147:e=>{e.exports={en:["Arrows"]}},65695:e=>{e.exports={en:["Brushes"]}},51494:e=>{e.exports={en:["Gann"]}},2654:e=>{e.exports={en:["Gann and Fibonacci tools"]}},22145:e=>{e.exports={en:["Geometric shapes"]}},57157:e=>{e.exports={en:["Dot"]}},14939:e=>{e.exports={en:["Demonstration"]}},16290:e=>{e.exports={en:["Emojis"]}},44255:e=>{e.exports={en:["Elliott waves"]}},8727:e=>{e.exports={en:["Eraser"]}},1410:e=>{e.exports={en:["Forecasting and measurement tools"]}},26578:e=>{e.exports={en:["Fibonacci"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"]}},99838:e=>{e.exports={en:["Hide Drawings Toolbar"]}},95343:e=>{e.exports={en:["Hide options"]}},73829:e=>{e.exports={en:["Icons"]}},79451:e=>{e.exports={en:["Lock all drawings"]}},35553:e=>{e.exports={en:["Magic"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"]}},41964:e=>{e.exports={en:["Magnets"]}},91563:e=>{e.exports={en:["Measure"]}},97050:e=>{e.exports={en:["Measurer"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"]}},65781:e=>{e.exports={en:["Shapes"]}},32579:e=>{e.exports={en:["Show Drawings Toolbar"]}},51465:e=>{e.exports={en:["Show Favorite Drawing Tools Toolbar"]}},3154:e=>{e.exports={en:["Show Hidden Tools"]}},85786:e=>{e.exports={en:["Show Object Tree"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"]}},50428:e=>{e.exports={en:["Stickers"]}},94593:e=>{e.exports={en:["Strong Magnet"]}},46417:e=>{e.exports={en:["Patterns"]}},36167:e=>{e.exports={en:["Pitchforks"]}},57118:e=>{e.exports={en:["Remove Drawings"]}},25852:e=>{e.exports={en:["Remove objects"]}},2671:e=>{e.exports={en:["Remove options"]}},96374:e=>{e.exports={en:["Remove drawings"]}},53981:e=>{e.exports={en:["Remove drawings & indicators"]}},85106:e=>{e.exports={en:["Remove from favorites"]}},99984:e=>{e.exports={en:["Remove indicators"]}},47550:e=>{e.exports={en:["Remove selected emoji"]}},3519:e=>{e.exports={en:["Weak Magnet"]}},65831:e=>{e.exports={en:["Text & Notes"]}},48773:e=>{e.exports={en:["Trend line tools"]}},69260:e=>{e.exports={
+en:["Volume-based"]}},55774:e=>{e.exports={en:["Zoom In"]}},37310:e=>{e.exports={en:["Zoom Out"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.2199.5cc70080a81e97402902.js b/public/charting_library/bundles/en.2199.5cc70080a81e97402902.js
new file mode 100644
index 0000000..ef312fa
--- /dev/null
+++ b/public/charting_library/bundles/en.2199.5cc70080a81e97402902.js
@@ -0,0 +1,4 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2199],{48473:e=>{e.exports={en:["Real-time data for {symbolName}"]}},84455:e=>{e.exports={en:["is provided by {exchange} exchange."]}},97349:e=>{e.exports={en:["Fr"]}},30961:e=>{e.exports={en:["Mo"]}},94748:e=>{e.exports={en:["Sa"]}},75005:e=>{e.exports={en:["Su"]}},92578:e=>{e.exports={en:["We"]}},8765:e=>{e.exports={en:["Th"]}},9135:e=>{e.exports={en:["Tu"]}},43206:e=>{e.exports={en:["Could not get Pine source code."]}},65495:e=>{e.exports={en:["Collapse pane"]}},40225:e=>{e.exports={en:["Continuous futures contracts"]}},60657:e=>{e.exports={en:["Contract expired"]}},58796:e=>{e.exports={en:["Cboe One"]}},63245:e=>{e.exports={en:["Change symbol"]}},45639:e=>{e.exports={en:["Chart values"]}},28214:e=>{e.exports={en:["Create a free account"]}},39301:e=>{e.exports={en:["All good things must come to an end - this contract has reached expiry!"]}},29938:e=>{e.exports={en:["All's well — market is open."]}},28896:e=>{e.exports={en:["April"]}},11081:e=>{e.exports={en:["August"]}},10842:e=>{e.exports={en:["Bar change values"]}},70032:e=>{e.exports={en:["Buy real-time data"]}},99452:e=>{e.exports={en:["Go to editor"]}},13930:e=>{e.exports={en:["Double click"]}},78992:e=>{e.exports={en:["Data error"]}},32925:e=>{e.exports={en:["Data is updated once a day."]}},33039:e=>{e.exports={en:["Data is updated once per second, even if there are more updates on the market."]}},43348:e=>{e.exports={en:["Data is delayed"]}},38368:e=>{e.exports={en:["Data on our Basic plan is updated once per second, even if there are more updates on the market."]}},90082:e=>{e.exports={en:["December"]}},19679:e=>{e.exports={en:["Defaulted bond"]}},66260:e=>{e.exports={en:["Delete pane"]}},54602:e=>{e.exports={en:["Delisted"]}},31683:e=>{e.exports={en:["Delisted alert"]}},50035:e=>{e.exports={en:["Derived Data"]}},5805:e=>{e.exports={en:["End of day data"]}},57335:e=>{e.exports={en:["Error"]}},23302:e=>{e.exports={en:["Evening. Market is open for post-market trading."]}},43383:e=>{e.exports={en:["Exchange disclaimer"]}},63538:e=>{e.exports={en:["Exchange timezone"]}},81069:e=>{e.exports={en:["February"]}},5447:e=>{e.exports={en:["Fill out Exchange Agreements"]}},44454:e=>{e.exports={en:["Flag Symbol"]}},22928:e=>{e.exports={en:["Fri"]}},3570:e=>{e.exports={en:["Friday"]}},59269:e=>{e.exports={en:["From our family to yours, wishing you a merry festive season."]}},14181:e=>{e.exports={en:["HKEX and/or any subsidiaries endeavour to ensure the accuracy and reliability of the information provided but do not guarantee its accuracy or reliability and accept no liability (whether in tort or contract or otherwise) for any loss or damage arising from any inaccuracies or omissions."]}},87845:e=>{e.exports={en:["Holiday"]}},75119:e=>{e.exports={en:["Halal symbol"]}},34987:e=>{e.exports={en:["Happy holidays, traders"]}},44036:e=>{e.exports={en:["Indicator arguments"]}},10319:e=>{e.exports={en:["Indicator error"]}},7511:e=>{e.exports={en:["Indicator titles"]}},51353:e=>{e.exports={
+en:["Indicator values"]}},48758:e=>{e.exports={en:["Indicators update"]}},95400:e=>{e.exports={en:["If you'd like {listedExchange} real-time data you'll need to complete an Exchange Agreement. Don't worry, it only takes a few clicks"]}},43094:e=>{e.exports={en:["It'll close in {remainingTime}."]}},81509:e=>{e.exports={en:["It'll go to post-market trading in {remainingTime}."]}},58470:e=>{e.exports={en:["It'll open for pre-market trading in {remainingTime}."]}},99822:e=>{e.exports={en:["It'll open in {remainingTime}."]}},66595:e=>{e.exports={en:["It’ll open fully in {remainingTime}."]}},200:e=>{e.exports={en:["January"]}},6608:e=>{e.exports={en:["July"]}},61487:e=>{e.exports={en:["June"]}},91006:e=>{e.exports={en:["One update per second"]}},79744:e=>{e.exports={en:["Oops. Something has gone wrong with one or more of your indicators. Please expand the indicator list for more details."]}},64730:e=>{e.exports={en:["Oops. Something has gone wrong with one or more of your indicators. Resize the panes to see the details."]}},84937:e=>{e.exports={en:["Obligation not paid. Issuer payments are over a month late, this is due to coupon or principal debt."]}},37997:e=>{e.exports={en:["October"]}},25765:e=>{e.exports={en:["Open market status"]}},72723:e=>{e.exports={en:["Opened in detached editor"]}},39664:e=>{e.exports={en:["Opened in editor"]}},72423:e=>{e.exports={en:["Last day change values"]}},1356:e=>{e.exports={en:["Let it snow"]}},27741:e=>{e.exports={en:["Learn more"]}},12948:e=>{e.exports={en:["Move pane down"]}},7310:e=>{e.exports={en:["Move pane up"]}},37150:e=>{e.exports={en:["Mon"]}},19573:e=>{e.exports={en:["Monday"]}},37117:e=>{e.exports={en:["More"]}},65420:e=>{e.exports={en:["Morning. Market is open for pre-market trading."]}},61206:e=>{e.exports={en:["Maximize chart"]}},90165:e=>{e.exports={en:["Maximize pane"]}},25734:e=>{e.exports={en:["May"]}},75018:e=>{e.exports={en:["Manage panes"]}},93878:e=>{e.exports={en:["March"]}},41410:e=>{e.exports={en:["Market open"]}},62464:e=>{e.exports={en:["Market closed"]}},41392:e=>{e.exports={en:["Market is currently on holiday. Lucky them."]}},4607:e=>{e.exports={en:["November"]}},87142:e=>{e.exports={en:["Source code"]}},32273:e=>{e.exports={en:["Sat"]}},30348:e=>{e.exports={en:["Saturday"]}},90761:e=>{e.exports={en:["Scroll to the left"]}},83040:e=>{e.exports={en:["Scroll to the most recent bar"]}},25131:e=>{e.exports={en:["Scroll to the right"]}},32179:e=>{e.exports={en:["September"]}},85786:e=>{e.exports={en:["Show Object Tree"]}},74759:e=>{e.exports={en:["Show interval settings"]}},86158:e=>{e.exports={en:["Study Error"]}},96341:e=>{e.exports={en:["Stop the snow"]}},77493:e=>{e.exports={en:["Sun"]}},61480:e=>{e.exports={en:["Sunday"]}},23079:e=>{e.exports={en:["Symbol price source"]}},14771:e=>{e.exports={en:["Symbol title"]}},71847:e=>{e.exports={en:["Synthetic instruments combining individual contracts. The 1! contract represents the front-month (nearest expiration) while the 2! represents the second nearest expiration."]}},44138:e=>{e.exports={en:["Synthetic symbol"]
+}},73897:e=>{e.exports={en:["Post-market"]}},85996:e=>{e.exports={en:["Paid plans feature faster data updates."]}},36018:e=>{e.exports={en:["Pre-market"]}},94972:e=>{e.exports={en:["Primary listing"]}},20987:e=>{e.exports={en:["Real-time data for this symbol is not supported right now. We may support it in the future."]}},31539:e=>{e.exports={en:["Real-time data for {symbolName} is provided by {exchange} exchange."]}},31142:e=>{e.exports={en:["Restore chart"]}},12486:e=>{e.exports={en:["Restore pane"]}},11532:e=>{e.exports={en:["Wed"]}},94226:e=>{e.exports={en:["Wednesday"]}},7281:e=>{e.exports={en:["To get real-time data for {description}, please buy the real-time data package."]}},71388:e=>{e.exports={en:["Thu"]}},79137:e=>{e.exports={en:["Thursday"]}},95246:e=>{e.exports={en:["The main, or first, stock exchange where a company's stock is listed and traded."]}},25608:e=>{e.exports={en:["The source code of this script version is open in the Pine Editor."]}},33161:e=>{e.exports={en:["The source code of this script version is open in the detached Pine Editor."]}},24669:e=>{e.exports={en:["This data is real-time, but it may be slightly different to its official counterpart coming from primary exchanges."]}},52668:e=>{e.exports={en:["This data is real-time, but it may be slightly different to its official counterpart coming from {exchange}."]}},84484:e=>{e.exports={en:['This is a shariah-compliant bond, often referred to as a "sukuk," meaning that it complies with Islamic law that prohibits interest. Unlike conventional bonds, which involve paying interest, sukuk represent ownership in an underlying asset or project and investors earn returns based on profit-sharing or rental income.']}},67607:e=>{e.exports={en:["This is a shariah-compliant stock, meaning that it follows Islamic law. This company does not charge or receive interest, and does not engage with certain sectors (gambling, alcohol, tobacco, pork products)."]}},83556:e=>{e.exports={en:["This is no longer publicly trading so no new data will be added. But you can explore the historicals here."]}},44492:e=>{e.exports={en:["This real-time data is provided by {originalExchange} exchange. It may be slightly different from the official data directly from {exchange}. If this difference is crucial for you, you'll need to purchase real-time data from the primary exchange, which we can help with."]}},19481:e=>{e.exports={en:["This refers to financial indicators which are created by combining and/or processing raw data supplied from various sources."]}},53272:e=>{e.exports={en:["This symbol doesn't exist, please pick another one."]}},90589:e=>{e.exports={en:["This symbol is calculated by TradingView using the rate from other exchanges."]}},52176:e=>{e.exports={en:["Time for a walk — this market is closed."]}},11916:e=>{e.exports={en:["Tue"]}},82160:e=>{e.exports={en:["Tuesday"]}},13865:e=>{e.exports={en:["Unflag Symbol"]}},37644:e=>{e.exports={en:["Volume"]}},58744:e=>{e.exports={
+en:["You need to update one or more of your indicators. Check the indicator list for details."]}},92663:e=>{e.exports={en:["You need to update one or more of your indicators. Resize the panes or the window to see the details."]}},97038:e=>{e.exports={en:["Zoom in"]}},88710:e=>{e.exports={en:["Zoom out"]}},96227:e=>{e.exports={en:["change open market status visibility"]}},27426:e=>{e.exports={en:["change bar change visibility"]}},79637:e=>{e.exports={en:["change chart values visibility"]}},63050:e=>{e.exports={en:["change indicator titles visibility"]}},49583:e=>{e.exports={en:["change indicator values visibility"]}},78310:e=>{e.exports={en:["change indicator arguments visibility"]}},66307:e=>{e.exports={en:["change last day change visibility"]}},88167:e=>{e.exports={en:["change symbol description visibility"]}},12050:e=>{e.exports={en:["change symbol field visibility"]}},96201:e=>{e.exports={en:["change volume values visibility"]}},59938:e=>{e.exports={en:["less than 1 minute"]}},51382:e=>{e.exports={en:["show {title}"]}},51320:e=>{e.exports={en:["{days} and {hours}"]}},55154:e=>{e.exports={en:["{exchange} by {originalExchange}"]}},90549:e=>{e.exports={en:["{hours} and {minutes}"]}},51211:e=>{e.exports={en:["{listedExchange} real-time data is available for free to registered users."]}},51931:e=>{e.exports={en:["Data is updated once every {amount} second, even if there are more updates on the market.","Data is updated once every {amount} seconds, even if there are more updates on the market."]}},83978:e=>{e.exports={en:["Data on our Basic plan is updated once every {amount} second, even if there are more updates on the market.","Data on our Basic plan is updated once every {amount} seconds, even if there are more updates on the market."]}},46960:e=>{e.exports={en:["Hide indicator legend","Hide indicators legend"]}},36050:e=>{e.exports={en:["One update every {amount} second","One update every {amount} seconds"]}},36553:e=>{e.exports={en:["Show indicator legend","Show indicators legend"]}},62218:e=>{e.exports={en:["{number} day","{number} days"]}},65463:e=>{e.exports={en:["{number} hour","{number} hours"]}},21730:e=>{e.exports={en:["{number} hour","{number} hours"]}},82796:e=>{e.exports={en:["{number} minute","{number} minutes"]}},32547:e=>{e.exports={en:["{number} minute","{number} minutes"]}},81227:e=>{e.exports={en:["{symbolName} data is delayed by {time} minute because of exchange requirements.","{symbolName} data is delayed by {time} minutes because of exchange requirements."]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.2303.a9546f2924221b57a144.js b/public/charting_library/bundles/en.2303.a9546f2924221b57a144.js
new file mode 100644
index 0000000..cae21a8
--- /dev/null
+++ b/public/charting_library/bundles/en.2303.a9546f2924221b57a144.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2303,6155,3367,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"]}},78930:e=>{e.exports={en:["Coordinates"]}},24197:e=>{e.exports={en:["Center"]}},6060:e=>{e.exports={en:["Add text"]}},27567:e=>{e.exports={en:["Bottom"]}},38408:e=>{e.exports={en:["Border"]}},79468:e=>{e.exports={en:["Background"]}},72942:e=>{e.exports={en:["Days"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},56796:e=>{e.exports={en:["Hours"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"]}},11626:e=>{e.exports={en:["Left"]}},43154:e=>{e.exports={en:["Months"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"]}},50421:e=>{e.exports={en:["Right"]}},835:e=>{e.exports={en:["Weeks"]}},97118:e=>{e.exports={en:["Top"]}},70320:e=>{e.exports={en:["Text"]}},7560:e=>{e.exports={en:["Text wrap"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},57122:e=>{e.exports={en:["change {title} text"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"]}},66668:e=>{e.exports={en:["change {toolName} text"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"]}},22231:e=>{e.exports={en:["change {toolName} text background color"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"]}},36666:e=>{e.exports={en:["change {toolName} text border color"]}},
+35423:e=>{e.exports={en:["change {toolName} text border width"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"]}},64500:e=>{e.exports={en:["change {toolName} text color"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"]}},21781:e=>{e.exports={en:["change {toolName} text font size"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},2359:e=>{e.exports={en:["hours"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.2342.4e495e3da576be4868f7.js b/public/charting_library/bundles/en.2342.4e495e3da576be4868f7.js
new file mode 100644
index 0000000..250c348
--- /dev/null
+++ b/public/charting_library/bundles/en.2342.4e495e3da576be4868f7.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2342],{64489:e=>{e.exports={en:["Reverse"]}},66643:e=>{e.exports={en:["reverse {tool}"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.2464.fc7f44a5c8b3791719aa.js b/public/charting_library/bundles/en.2464.fc7f44a5c8b3791719aa.js
new file mode 100644
index 0000000..358482e
--- /dev/null
+++ b/public/charting_library/bundles/en.2464.fc7f44a5c8b3791719aa.js
@@ -0,0 +1,41 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2464],{53310:e=>{e.exports={en:["Re"]}},85119:e=>{e.exports={en:["Dark"]}},96870:e=>{e.exports={en:["Light"]}},85886:e=>{e.exports={en:["d"]}},44634:e=>{e.exports={en:["h"]}},5977:e=>{e.exports={en:["m"]}},21492:e=>{e.exports={en:["s"]}},97559:e=>{e.exports={en:["{title} copy"]}},38691:e=>{e.exports={en:["D"]}},77995:e=>{e.exports={en:["M"]}},93934:e=>{e.exports={en:["R"]}},82901:e=>{e.exports={en:["T"]}},7408:e=>{e.exports={en:["W"]}},38048:e=>{e.exports={en:["h"]}},68430:e=>{e.exports={en:["m"]}},68823:e=>{e.exports={en:["s"]}},2696:e=>{e.exports={en:["C"]}},43253:e=>{e.exports={en:["H"]}},61372:e=>{e.exports={en:["HL2"]}},55096:e=>{e.exports={en:["HLC3"]}},94174:e=>{e.exports={en:["OHLC4"]}},89923:e=>{e.exports={en:["L"]}},46728:e=>{e.exports={en:["O"]}},32856:e=>{e.exports=Object.create(null),e.exports["%D_input"]={en:["%D"]},e.exports["%K_input"]={en:["%K"]},e.exports["%R_input"]={en:["%R"]},e.exports["+DI_input"]={en:["+DI"]},e.exports["-0.236 Level Color_input"]={en:["-0.236 Level Color"]},e.exports["-0.382 Level Color_input"]={en:["-0.382 Level Color"]},e.exports["-0.618 Level Color_input"]={en:["-0.618 Level Color"]},e.exports["-0.65 Level Color_input"]={en:["-0.65 Level Color"]},e.exports["-DI_input"]={en:["-DI"]},e.exports["0 Level Color_input"]={en:["0 Level Color"]},e.exports["0.236 Level Color_input"]={en:["0.236 Level Color"]},e.exports["0.382 Level Color_input"]={en:["0.382 Level Color"]},e.exports["0.5 Level Color_input"]={en:["0.5 Level Color"]},e.exports["0.618 Level Color_input"]={en:["0.618 Level Color"]},e.exports["0.65 Level Color_input"]={en:["0.65 Level Color"]},e.exports["0.786 Level Color_input"]={en:["0.786 Level Color"]},e.exports["1 Level Color_input"]={en:["1 Level Color"]},e.exports["1.272 Level Color_input"]={en:["1.272 Level Color"]},e.exports["1.414 Level Color_input"]={en:["1.414 Level Color"]},e.exports["1.618 Level Color_input"]={en:["1.618 Level Color"]},e.exports["1.65 Level Color_input"]={en:["1.65 Level Color"]},e.exports["1st Period_input"]={en:["1st Period"]},e.exports["2.618 Level Color_input"]={en:["2.618 Level Color"]},e.exports["2.65 Level Color_input"]={en:["2.65 Level Color"]},e.exports["2nd Period_input"]={en:["2nd Period"]},e.exports["3.618 Level Color_input"]={en:["3.618 Level Color"]},e.exports["3.65 Level Color_input"]={en:["3.65 Level Color"]},e.exports["3rd Period_input"]={en:["3rd Period"]},e.exports["4.236 Level Color_input"]={en:["4.236 Level Color"]},e.exports["4th Period_input"]={en:["4th Period"]},e.exports["5th Period_input"]={en:["5th Period"]},e.exports["6th Period_input"]={en:["6th Period"]},e.exports.ADR_B_input={en:["ADR_B"]},e.exports["ADX Smoothing_input"]={en:["ADX Smoothing"]},e.exports["ADX smoothing_input"]={en:["ADX smoothing"]},e.exports.ADX_input={en:["ADX"]},e.exports["ATR Mult_input"]={en:["ATR Mult"]},e.exports["ATR length_input"]={en:["ATR length"]},e.exports["ATR({atrValue})_input"]={en:["ATR({atrValue})"]},e.exports.ATR_input={en:["ATR"]},
+e.exports["Accumulation/Distribution_input"]={en:["Accumulation/Distribution"]},e.exports["All items_combobox_input"]={en:["All items"]},e.exports.All_input={en:["All"]},e.exports["Anchor Period_input"]={en:["Anchor Period"]},e.exports["Another symbol_input"]={en:["Another symbol"]},e.exports["Aroon Down_input"]={en:["Aroon Down"]},e.exports["Aroon Up_input"]={en:["Aroon Up"]},e.exports.Average_input={en:["Average"]},e.exports["Averaging Periods_input"]={en:["Averaging Periods"]},e.exports.Back_input={en:["Back"]},e.exports["Bands style_input"]={en:["Bands style"]},e.exports.Bar_input={en:["Bar"]},e.exports["Base Line Periods_input"]={en:["Base Line Periods"]},e.exports["Base Line_input"]={en:["Base Line"]},e.exports.Basis_input={en:["Basis"]},e.exports["Bollinger Bands %B_input"]={en:["Bollinger Bands %B"]},e.exports["Bollinger Bands Width_input"]={en:["Bollinger Bands Width"]},e.exports.Borders_input={en:["Borders"]},e.exports["Box size assignment method_input"]={en:["Box size assignment method"]},e.exports["Box size_input"]={en:["Box size"]},e.exports.CCI_input={en:["CCI"]},e.exports.CHOP_input={en:["CHOP"]},e.exports.Cancel_input={en:["Cancel"]},e.exports.Candles_input={en:["Candles"]},e.exports.Centered_input={en:["Centered"]},e.exports.Century_input={en:["Century"]},e.exports["Chaikin Oscillator_input"]={en:["Chaikin Oscillator"]},e.exports["Chande MO_input"]={en:["Chande MO"]},e.exports.Close_input={en:["Close"]},e.exports["Color 0_input"]={en:["Color 0"]},e.exports["Color 1_input"]={en:["Color 1"]},e.exports["Color 2_input"]={en:["Color 2"]},e.exports["Color 3_input"]={en:["Color 3"]},e.exports["Color 4_input"]={en:["Color 4"]},e.exports["Color 5_input"]={en:["Color 5"]},e.exports["Color 6_input"]={en:["Color 6"]},e.exports["Color 7_input"]={en:["Color 7"]},e.exports["Color 8_input"]={en:["Color 8"]},e.exports["Color bars based on previous close_input"]={en:["Color bars based on previous close"]},e.exports["Color based on previous close_input"]={en:["Color based on previous close"]},e.exports["Conversion Line Periods_input"]={en:["Conversion Line Periods"]},e.exports["Conversion Line_input"]={en:["Conversion Line"]},e.exports.Correlation_input={en:["Correlation"]},e.exports.Count_input={en:["Count"]},e.exports.Crosses_input={en:["Crosses"]},e.exports.Custom_input={en:["Custom"]},e.exports.DEMA_input={en:["DEMA"]},e.exports["DI Length_input"]={en:["DI Length"]},e.exports.DPO_input={en:["DPO"]},e.exports.D_input={en:["D"]},e.exports.Day_input={en:["Day"]},e.exports["Days Per Year_input"]={en:["Days Per Year"]},e.exports.Decade_input={en:["Decade"]},e.exports.Delta_input={en:["Delta"]},e.exports.Depth_input={en:["Depth"]},e.exports["Detrended Price Oscillator_input"]={en:["Detrended Price Oscillator"]},e.exports["Developing Poc_input"]={en:["Developing Poc"]},e.exports["Deviation (%)_input"]={en:["Deviation (%)"]},e.exports.Deviation_input={en:["Deviation"]},e.exports.Divisor_input={en:["Divisor"]},e.exports["Down Volume_input"]={en:["Down Volume"]},e.exports["Down bars_input"]={en:["Down bars"]},
+e.exports["Down color_input"]={en:["Down color"]},e.exports["Down fractals_input"]={en:["Down fractals"]},e.exports.EOM_input={en:["EOM"]},e.exports["Each (pre-market, market, post-market)_input"]={en:["Each (pre-market, market, post-market)"]},e.exports["Elder's Force Index_input"]={en:["Elder's Force Index"]},e.exports["Equality Line_input"]={en:["Equality Line"]},e.exports.Exponential_input={en:["Exponential"]},e.exports["Extend POC Right_input"]={en:["Extend POC Right"]},e.exports["Extend Right_input"]={en:["Extend Right"]},e.exports["Extend VAH Right_input"]={en:["Extend VAH Right"]},e.exports["Extend VAL Right_input"]={en:["Extend VAL Right"]},e.exports["Extend to last bar_input"]={en:["Extend to last bar"]},e.exports.Falling_input={en:["Falling"]},e.exports["Fast Length_input"]={en:["Fast Length"]},e.exports["Fast length_input"]={en:["Fast length"]},e.exports.Fill_input={en:["Fill"]},e.exports.Fisher_input={en:["Fisher"]},e.exports.Growing_input={en:["Growing"]},e.exports["HLC bars_input"]={en:["HLC bars"]},e.exports.HV_input={en:["HV"]},e.exports["Histogram Box_input"]={en:["Histogram Box"]},e.exports.Histogram_input={en:["Histogram"]},e.exports["Hull MA_input"]={en:["Hull MA"]},e.exports.Increment_input={en:["Increment"]},e.exports.Indicator_input={en:["Indicator"]},e.exports["Instrument 1_input"]={en:["Instrument 1"]},e.exports["Instrument 2_input"]={en:["Instrument 2"]},e.exports["Investor EMA 1 length_input"]={en:["Investor EMA 1 length"]},e.exports["Investor EMA 2 length_input"]={en:["Investor EMA 2 length"]},e.exports["Investor EMA 3 length_input"]={en:["Investor EMA 3 length"]},e.exports["Investor EMA 4 length_input"]={en:["Investor EMA 4 length"]},e.exports["Investor EMA 5 length_input"]={en:["Investor EMA 5 length"]},e.exports["Investor EMA 6 length_input"]={en:["Investor EMA 6 length"]},e.exports["Jaw Length_input"]={en:["Jaw Length"]},e.exports["Jaw Offset_input"]={en:["Jaw Offset"]},e.exports.Jaw_input={en:["Jaw"]},e.exports.KST_input={en:["KST"]},e.exports.K_input={en:["K"]},e.exports["Labels Position_input"]={en:["Labels Position"]},e.exports["Labels on price scale_input"]={en:["Labels on price scale"]},e.exports["Lagging Span Periods_input"]={en:["Lagging Span Periods"]},e.exports["Lagging Span_input"]={en:["Lagging Span"]},e.exports["Leading Shift Periods_input"]={en:["Leading Shift Periods"]},e.exports["Leading Span A_input"]={en:["Leading Span A"]},e.exports["Leading Span B_input"]={en:["Leading Span B"]},e.exports["Leading Span Periods_input"]={en:["Leading Span Periods"]},e.exports["Length EMA_input"]={en:["Length EMA"]},e.exports["Length MA_input"]={en:["Length MA"]},e.exports.Length1_input={en:["Length1"]},e.exports.Length2_input={en:["Length2"]},e.exports.Length3_input={en:["Length3"]},e.exports.Length_input={en:["Length"]},e.exports.Level_input={en:["Level"]},e.exports["Levels Format_input"]={en:["Levels Format"]},e.exports.Limit_input={en:["Limit"]},e.exports.Line_input={en:["Line"]},e.exports["Lips Length_input"]={en:["Lips Length"]},e.exports["Lips Offset_input"]={en:["Lips Offset"]
+},e.exports.Lips_input={en:["Lips"]},e.exports["Long Length_input"]={en:["Long Length"]},e.exports["Long RoC Length_input"]={en:["Long RoC Length"]},e.exports["Long length_input"]={en:["Long length"]},e.exports["Long period_input"]={en:["Long period"]},e.exports.Long_input={en:["Long"]},e.exports["Lower Band_input"]={en:["Lower Band"]},e.exports["Lower Deviation_input"]={en:["Lower Deviation"]},e.exports["Lower Percentage_input"]={en:["Lower Percentage"]},e.exports.LowerLimit_input={en:["LowerLimit"]},e.exports.Lower_input={en:["Lower"]},e.exports["MA Length_input"]={en:["MA Length"]},e.exports.MACD_input={en:["MACD"]},e.exports.MA_input={en:["MA"]},e.exports.MF_input={en:["MF"]},e.exports.MM_month_input={en:["MM"]},e.exports.MOM_input={en:["MOM"]},e.exports["Main chart symbol_input"]={en:["Main chart symbol"]},e.exports["Market Closed Percentage_input"]={en:["Market Closed Percentage"]},e.exports["Market only_input"]={en:["Market only"]},e.exports["Max value_input"]={en:["Max value"]},e.exports.Median_input={en:["Median"]},e.exports.Method_input={en:["Method"]},e.exports.Middle_input={en:["Middle"]},e.exports.Minimize_input={en:["Minimize"]},e.exports.Month_input={en:["Month"]},e.exports.Move_input={en:["Move"]},e.exports["Multi timeframe_input"]={en:["Multi timeframe"]},e.exports.Multiplier_input={en:["Multiplier"]},e.exports.NV_input={en:["NV"]},e.exports["Nothing selected_combobox_input"]={en:["Nothing selected"]},e.exports["Number Of Rows_input"]={en:["Number Of Rows"]},e.exports["Number of line_input"]={en:["Number of line"]},e.exports.OSC_input={en:["OSC"]},e.exports.Offset_input={en:["Offset"]},e.exports.OnBalanceVolume_input={en:["OnBalanceVolume"]},e.exports["One step back building_input"]={en:["One step back building"]},e.exports.Oscillator_input={en:["Oscillator"]},e.exports.Overbought_input={en:["Overbought"]},e.exports.Oversold_input={en:["Oversold"]},e.exports.POC_input={en:["POC"]},e.exports.PVT_input={en:["PVT"]},e.exports.P_input={en:["P"]},e.exports.ParabolicSAR_input={en:["ParabolicSAR"]},e.exports.Percent_input={en:["Percent"]},e.exports["Percentage LTP({percentageLTPValue}%)_input"]={en:["Percentage LTP({percentageLTPValue}%)"]},e.exports["Percentage LTP_input"]={en:["Percentage LTP"]},e.exports.Percentage_input={en:["Percentage"]},e.exports.Period_input={en:["Period"]},e.exports.Periods_input={en:["Periods"]},e.exports["Phantom bars_input"]={en:["Phantom bars"]},e.exports.Placement_input={en:["Placement"]},e.exports.Plot_input={en:["Plot"]},e.exports["Plots Background_input"]={en:["Plots Background"]},e.exports["Post-market only_input"]={en:["Post-market only"]},e.exports["Pre-market only_input"]={en:["Pre-market only"]},e.exports["Price source_input"]={en:["Price source"]},e.exports.Price_input={en:["Price"]},e.exports["Projection down bars_input"]={en:["Projection down bars"]},e.exports["Projection down color_input"]={en:["Projection down color"]},e.exports["Projection up bars_input"]={en:["Projection up bars"]},e.exports["Projection up color_input"]={en:["Projection up color"]},
+e.exports.Q_input={en:["Q"]},e.exports["ROC Length_input"]={en:["ROC Length"]},e.exports.ROCLen1_input={en:["ROCLen1"]},e.exports.ROCLen2_input={en:["ROCLen2"]},e.exports.ROCLen3_input={en:["ROCLen3"]},e.exports.ROCLen4_input={en:["ROCLen4"]},e.exports.ROC_input={en:["ROC"]},e.exports["RSI Length_input"]={en:["RSI Length"]},e.exports["RSI Source_input"]={en:["RSI Source"]},e.exports.RSI_input={en:["RSI"]},e.exports.RVGI_input={en:["RVGI"]},e.exports.RVI_input={en:["RVI"]},e.exports.Range_input={en:["Range"]},e.exports["Rate of Change Lookback_input"]={en:["Rate of Change Lookback"]},e.exports["Reversal amount_input"]={en:["Reversal amount"]},e.exports["Rolling Period_input"]={en:["Rolling Period"]},e.exports["Row Size_input"]={en:["Row Size"]},e.exports["Rows Layout_input"]={en:["Rows Layout"]},e.exports.SMALen1_input={en:["SMALen1"]},e.exports.SMALen2_input={en:["SMALen2"]},e.exports.SMALen3_input={en:["SMALen3"]},e.exports.SMALen4_input={en:["SMALen4"]},e.exports["SMI Ergodic Oscillator_input"]={en:["SMI Ergodic Oscillator"]},e.exports.SMI_input={en:["SMI"]},e.exports.Session_input={en:["Session"]},e.exports.Sessions_input={en:["Sessions"]},e.exports.Shapes_input={en:["Shapes"]},e.exports["Short Length_input"]={en:["Short Length"]},e.exports["Short RoC Length_input"]={en:["Short RoC Length"]},e.exports["Short length_input"]={en:["Short length"]},e.exports["Short period_input"]={en:["Short period"]},e.exports.Short_input={en:["Short"]},e.exports["Show real prices on price scale (instead of Heikin-Ashi price)_input"]={en:["Show real prices on price scale (instead of Heikin-Ashi price)"]},e.exports.SigLen_input={en:["SigLen"]},e.exports.Sig_input={en:["Sig"]},e.exports.Sigma_input={en:["Sigma"]},e.exports["Signal Length_input"]={en:["Signal Length"]},e.exports["Signal line period_input"]={en:["Signal line period"]},e.exports["Signal smoothing_input"]={en:["Signal smoothing"]},e.exports.Signal_input={en:["Signal"]},e.exports["Simple ma(oscillator)_input"]={en:["Simple ma(oscillator)"]},e.exports["Simple ma(signal line)_input"]={en:["Simple ma(signal line)"]},e.exports.Simple_input={en:["Simple"]},e.exports["Slow Length_input"]={en:["Slow Length"]},e.exports["Slow length_input"]={en:["Slow length"]},e.exports["Smoothing Length_input"]={en:["Smoothing Length"]},e.exports["Smoothing Line_input"]={en:["Smoothing Line"]},e.exports.Smoothing_input={en:["Smoothing"]},e.exports.Source_input={en:["Source"]},e.exports["Standard Errors_input"]={en:["Standard Errors"]},e.exports.Start_input={en:["Start"]},e.exports.StdDev_input={en:["StdDev"]},e.exports["Stochastic Length_input"]={en:["Stochastic Length"]},e.exports.Style_input={en:["Style"]},e.exports.Symbol_input={en:["Symbol"]},e.exports.TEMA_input={en:["TEMA"]},e.exports.TRIX_input={en:["TRIX"]},e.exports["Teeth Length_input"]={en:["Teeth Length"]},e.exports["Teeth Offset_input"]={en:["Teeth Offset"]},e.exports.Teeth_input={en:["Teeth"]},e.exports["Ticks Per Row_input"]={en:["Ticks Per Row"]},e.exports.Timeframe_input={en:["Timeframe"]},e.exports.Total_input={en:["Total"]},
+e.exports["Trader EMA 1 length_input"]={en:["Trader EMA 1 length"]},e.exports["Trader EMA 2 length_input"]={en:["Trader EMA 2 length"]},e.exports["Trader EMA 3 length_input"]={en:["Trader EMA 3 length"]},e.exports["Trader EMA 4 length_input"]={en:["Trader EMA 4 length"]},e.exports["Trader EMA 5 length_input"]={en:["Trader EMA 5 length"]},e.exports["Trader EMA 6 length_input"]={en:["Trader EMA 6 length"]},e.exports.Traditional_input={en:["Traditional"]},e.exports.Trigger_input={en:["Trigger"]},e.exports.Type_input={en:["Type"]},e.exports.UO_input={en:["UO"]},e.exports["Up Volume_input"]={en:["Up Volume"]},e.exports["Up bars_input"]={en:["Up bars"]},e.exports["Up color_input"]={en:["Up color"]},e.exports["Up fractals_input"]={en:["Up fractals"]},e.exports["Up/Down_input"]={en:["Up/Down"]},e.exports["UpDown Length_input"]={en:["UpDown Length"]},e.exports["Upper Band_input"]={en:["Upper Band"]},e.exports["Upper Deviation_input"]={en:["Upper Deviation"]},e.exports["Upper Percentage_input"]={en:["Upper Percentage"]},e.exports.UpperLimit_input={en:["UpperLimit"]},e.exports.Upper_input={en:["Upper"]},e.exports["Use Lower Deviation_input"]={en:["Use Lower Deviation"]},e.exports["Use Upper Deviation_input"]={en:["Use Upper Deviation"]},e.exports["VI +_input"]={en:["VI +"]},e.exports["VI -_input"]={en:["VI -"]},e.exports.VWAP_input={en:["VWAP"]},e.exports.VWMA_input={en:["VWMA"]},e.exports["Value Area Down_input"]={en:["Value Area Down"]},e.exports["Value Area Up_input"]={en:["Value Area Up"]},e.exports["Value Area Volume_input"]={en:["Value Area Volume"]},e.exports["Value Area volume_input"]={en:["Value Area volume"]},e.exports["Value Area_input"]={en:["Value Area"]},e.exports.Value_input={en:["Value"]},e.exports["Values in status line_input"]={en:["Values in status line"]},e.exports.Volume_input={en:["Volume"]},e.exports["WMA Length_input"]={en:["WMA Length"]},e.exports["Wait for timeframe closes_input"]={en:["Wait for timeframe closes"]},e.exports.Week_input={en:["Week"]},e.exports.Weighted_input={en:["Weighted"]},e.exports.Wick_input={en:["Wick"]},e.exports.Wicks_input={en:["Wicks"]},e.exports["Wilder's Smoothing_input"]={en:["Wilder's Smoothing"]},e.exports["Window Size_input"]={en:["Window Size"]},e.exports.X_input={en:["X"]},e.exports.YY_year_input={en:["YY"]},e.exports.Year_input={en:["Year"]},e.exports["Zero Line_input"]={en:["Zero Line"]},e.exports.Zero_input={en:["Zero"]},e.exports.fastLength_input={en:["fastLength"]},e.exports.from_input={en:["from"]},e.exports.increment_input={en:["increment"]},e.exports.isCentered_input={en:["isCentered"]},e.exports.len_input={en:["len"]},e.exports.length14_input={en:["length14"]},e.exports.length28_input={en:["length28"]},e.exports.length7_input={en:["length7"]},e.exports.lengthRSI_input={en:["lengthRSI"]},e.exports.lengthStoch_input={en:["lengthStoch"]},e.exports.length_input={en:["length"]},e.exports.long_input={en:["long"]},e.exports.longlen_input={en:["longlen"]},e.exports.maximum_input={en:["maximum"]},e.exports.mult_input={en:["mult"]},e.exports.p_input={en:["p"]},
+e.exports.q_input={en:["q"]},e.exports.resolution_input={en:["resolution"]},e.exports.roclen1_input={en:["roclen1"]},e.exports.roclen2_input={en:["roclen2"]},e.exports.roclen3_input={en:["roclen3"]},e.exports.roclen4_input={en:["roclen4"]},e.exports.short_input={en:["short"]},e.exports.shortlen_input={en:["shortlen"]},e.exports["show MA_input"]={en:["show MA"]},e.exports.siglen_input={en:["siglen"]},e.exports.signalLength_input={en:["signalLength"]},e.exports.slowLength_input={en:["slowLength"]},e.exports.smalen1_input={en:["smalen1"]},e.exports.smalen2_input={en:["smalen2"]},e.exports.smalen3_input={en:["smalen3"]},e.exports.smalen4_input={en:["smalen4"]},e.exports.smoothD_input={en:["smoothD"]},e.exports.smoothK_input={en:["smoothK"]},e.exports.start_input={en:["start"]},e.exports.sym_input={en:["sym"]},e.exports.to_input={en:["to"]},e.exports.useTrueRange_input={en:["useTrueRange"]},e.exports.x_input={en:["x"]},e.exports["yay Color 0_input"]={en:["yay Color 0"]},e.exports["yay Color 1_input"]={en:["yay Color 1"]},e.exports["{number} item_combobox_input"]={en:["{number} item","{number} items"]}},50873:e=>{e.exports={en:["ATR({atrValue})"]}},73425:e=>{e.exports={en:["Percentage LTP({percentageLTPValue}%)"]}},40566:e=>{e.exports={en:["Traditional"]}},35359:e=>{e.exports={en:["Post"]}},93866:e=>{e.exports={en:["Pre"]}},75163:e=>{e.exports={en:["Invert scale"]}},35210:e=>{e.exports={en:["Indexed to 100"]}},31340:e=>{e.exports={en:["Logarithmic"]}},19405:e=>{e.exports={en:["No overlapping labels"]}},34954:e=>{e.exports={en:["Percent"]}},55300:e=>{e.exports={en:["Regular"]}},8029:e=>{e.exports={en:["ETH"]}},34647:e=>{e.exports={en:["Electronic trading hours"]}},36862:e=>{e.exports={en:["Extended trading hours"]}},7807:e=>{e.exports={en:["POST"]}},46273:e=>{e.exports={en:["PRE"]}},50434:e=>{e.exports={en:["Postmarket"]}},59330:e=>{e.exports={en:["Premarket"]}},35342:e=>{e.exports={en:["RTH"]}},84246:e=>{e.exports={en:["Regular trading hours"]}},13132:e=>{e.exports={en:["May"]}},83477:e=>{e.exports=Object.create(null),e.exports["*All Candlestick Patterns*_study"]={en:["*All Candlestick Patterns*"]},e.exports["24-hour Volume_study"]={en:["24-hour Volume"]},e.exports["52 Week High/Low_study"]={en:["52 Week High/Low"]},e.exports.ASI_study={en:["ASI"]},e.exports["Abandoned Baby - Bearish_study"]={en:["Abandoned Baby - Bearish"]},e.exports["Abandoned Baby - Bullish_study"]={en:["Abandoned Baby - Bullish"]},e.exports["Accelerator Oscillator_study"]={en:["Accelerator Oscillator"]},e.exports["Accounts payable_study"]={en:["Accounts payable"]},e.exports["Accounts receivable - trade, net_study"]={en:["Accounts receivable - trade, net"]},e.exports["Accounts receivables, gross_study"]={en:["Accounts receivables, gross"]},e.exports.Accruals_study={en:["Accruals"]},e.exports["Accrued payroll_study"]={en:["Accrued payroll"]},e.exports["Accumulated depreciation, total_study"]={en:["Accumulated depreciation, total"]},e.exports["Accumulation/Distribution_study"]={en:["Accumulation/Distribution"]},
+e.exports["Accumulative Swing Index_study"]={en:["Accumulative Swing Index"]},e.exports["Additional paid-in capital/Capital surplus_study"]={en:["Additional paid-in capital/Capital surplus"]},e.exports["Advance Decline Line_study"]={en:["Advance Decline Line"]},e.exports["Advance Decline Ratio_study"]={en:["Advance Decline Ratio"]},e.exports["Advance/Decline Ratio (Bars)_study"]={en:["Advance/Decline Ratio (Bars)"]},e.exports["Advance/Decline_study"]={en:["Advance/Decline"]},e.exports["After tax other income/expense_study"]={en:["After tax other income/expense"]},e.exports["All Chart Patterns_study"]={en:["All Chart Patterns"]},e.exports["Altman Z-score_study"]={en:["Altman Z-score"]},e.exports["Amortization of deferred charges_study"]={en:["Amortization of deferred charges"]},e.exports["Amortization of intangibles_study"]={en:["Amortization of intangibles"]},e.exports.Amortization_study={en:["Amortization"]},e.exports["Anchored Volume Profile_study"]={en:["Anchored Volume Profile"]},e.exports["Arnaud Legoux Moving Average_study"]={en:["Arnaud Legoux Moving Average"]},e.exports.Aroon_study={en:["Aroon"]},e.exports["Asset turnover_study"]={en:["Asset turnover"]},e.exports["Auto Anchored Volume Profile_study"]={en:["Auto Anchored Volume Profile"]},e.exports["Auto Fib Extension_study"]={en:["Auto Fib Extension"]},e.exports["Auto Fib Retracement_study"]={en:["Auto Fib Retracement"]},e.exports["Auto Pitchfork_study"]={en:["Auto Pitchfork"]},e.exports["Average Daily Range_study"]={en:["Average Daily Range"]},e.exports["Average Day Range_study"]={en:["Average Day Range"]},e.exports["Average Directional Index_study"]={en:["Average Directional Index"]},e.exports["Average Price_study"]={en:["Average Price"]},e.exports["Average True Range_study"]={en:["Average True Range"]},e.exports["Average basic shares outstanding_study"]={en:["Average basic shares outstanding"]},e.exports["Awesome Oscillator_study"]={en:["Awesome Oscillator"]},e.exports["Bad debt / Doubtful accounts_study"]={en:["Bad debt / Doubtful accounts"]},e.exports["Balance of Power_study"]={en:["Balance of Power"]},e.exports["BarUpDn Strategy_study"]={en:["BarUpDn Strategy"]},e.exports["Basic EPS_study"]={en:["Basic EPS"]},e.exports["Basic earnings per share (Basic EPS)_study"]={en:["Basic earnings per share (Basic EPS)"]},e.exports["Bearish Flag Chart Pattern_study"]={en:["Bearish Flag Chart Pattern"]},e.exports["Bearish Pennant Chart Pattern_study"]={en:["Bearish Pennant Chart Pattern"]},e.exports["Beneish M-score_study"]={en:["Beneish M-score"]},e.exports["Bollinger Bands %B_study"]={en:["Bollinger Bands %B"]},e.exports["Bollinger Bands Strategy directed_study"]={en:["Bollinger Bands Strategy directed"]},e.exports["Bollinger Bands Strategy_study"]={en:["Bollinger Bands Strategy"]},e.exports["Bollinger Bands Width_study"]={en:["Bollinger Bands Width"]},e.exports["Bollinger Bands_study"]={en:["Bollinger Bands"]},e.exports["Book value per share_study"]={en:["Book value per share"]},e.exports["Bull Bear Power_study"]={en:["Bull Bear Power"]},
+e.exports["Bullish Flag Chart Pattern_study"]={en:["Bullish Flag Chart Pattern"]},e.exports["Bullish Pennant Chart Pattern_study"]={en:["Bullish Pennant Chart Pattern"]},e.exports["Buyback yield %_study"]={en:["Buyback yield %"]},e.exports["COGS to revenue ratio_study"]={en:["COGS to revenue ratio"]},e.exports.CRSI_study={en:["CRSI"]},e.exports["Capital and operating lease obligations_study"]={en:["Capital and operating lease obligations"]},e.exports["Capital expenditures - fixed assets_study"]={en:["Capital expenditures - fixed assets"]},e.exports["Capital expenditures - other assets_study"]={en:["Capital expenditures - other assets"]},e.exports["Capital expenditures_study"]={en:["Capital expenditures"]},e.exports["Capitalized lease obligations_study"]={en:["Capitalized lease obligations"]},e.exports["Cash & equivalents_study"]={en:["Cash & equivalents"]},e.exports["Cash and short term investments_study"]={en:["Cash and short term investments"]},e.exports["Cash conversion cycle_study"]={en:["Cash conversion cycle"]},e.exports["Cash from financing activities_study"]={en:["Cash from financing activities"]},e.exports["Cash from investing activities_study"]={en:["Cash from investing activities"]},e.exports["Cash from operating activities_study"]={en:["Cash from operating activities"]},e.exports["Cash to debt ratio_study"]={en:["Cash to debt ratio"]},e.exports["Chaikin Money Flow_study"]={en:["Chaikin Money Flow"]},e.exports["Chaikin Oscillator_study"]={en:["Chaikin Oscillator"]},e.exports["Chaikin Volatility_study"]={en:["Chaikin Volatility"]},e.exports["Chande Kroll Stop_study"]={en:["Chande Kroll Stop"]},e.exports["Chande Momentum Oscillator_study"]={en:["Chande Momentum Oscillator"]},e.exports["Change in accounts payable_study"]={en:["Change in accounts payable"]},e.exports["Change in accounts receivable_study"]={en:["Change in accounts receivable"]},e.exports["Change in accrued expenses_study"]={en:["Change in accrued expenses"]},e.exports["Change in inventories_study"]={en:["Change in inventories"]},e.exports["Change in other assets/liabilities_study"]={en:["Change in other assets/liabilities"]},e.exports["Change in taxes payable_study"]={en:["Change in taxes payable"]},e.exports["Changes in working capital_study"]={en:["Changes in working capital"]},e.exports.ChannelBreakOutStrategy_study={en:["ChannelBreakOutStrategy"]},e.exports["Chop Zone_study"]={en:["Chop Zone"]},e.exports["Choppiness Index_study"]={en:["Choppiness Index"]},e.exports["Commodity Channel Index_study"]={en:["Commodity Channel Index"]},e.exports["Common dividends paid_study"]={en:["Common dividends paid"]},e.exports["Common equity, total_study"]={en:["Common equity, total"]},e.exports["Common stock par/Carrying value_study"]={en:["Common stock par/Carrying value"]},e.exports.Compare_study={en:["Compare"]},e.exports["Conditional Expressions_study"]={en:["Conditional Expressions"]},e.exports["Connors RSI_study"]={en:["Connors RSI"]},e.exports.ConnorsRSI_study={en:["ConnorsRSI"]},e.exports["Consecutive Up/Down Strategy_study"]={
+en:["Consecutive Up/Down Strategy"]},e.exports["Coppock Curve_study"]={en:["Coppock Curve"]},e.exports["Correlation - Log_study"]={en:["Correlation - Log"]},e.exports["Correlation Coefficient_study"]={en:["Correlation Coefficient"]},e.exports["Cost of goods sold_study"]={en:["Cost of goods sold"]},e.exports["Cost of goods_study"]={en:["Cost of goods"]},e.exports["Cumulative Volume Index_study"]={en:["Cumulative Volume Index"]},e.exports["Cup and Handle Chart Pattern_study"]={en:["Cup and Handle Chart Pattern"]},e.exports["Current portion of LT debt and capital leases_study"]={en:["Current portion of LT debt and capital leases"]},e.exports["Current ratio_study"]={en:["Current ratio"]},e.exports.DMI_study={en:["DMI"]},e.exports["Dark Cloud Cover - Bearish_study"]={en:["Dark Cloud Cover - Bearish"]},e.exports["Days inventory_study"]={en:["Days inventory"]},e.exports["Days payable_study"]={en:["Days payable"]},e.exports["Days sales outstanding_study"]={en:["Days sales outstanding"]},e.exports["Debt to EBITDA ratio_study"]={en:["Debt to EBITDA ratio"]},e.exports["Debt to assets ratio_study"]={en:["Debt to assets ratio"]},e.exports["Debt to equity ratio_study"]={en:["Debt to equity ratio"]},e.exports["Debt to revenue ratio_study"]={en:["Debt to revenue ratio"]},e.exports["Deferred income, current_study"]={en:["Deferred income, current"]},e.exports["Deferred income, non-current_study"]={en:["Deferred income, non-current"]},e.exports["Deferred tax assets_study"]={en:["Deferred tax assets"]},e.exports["Deferred tax liabilities_study"]={en:["Deferred tax liabilities"]},e.exports["Deferred taxes (cash flow)_study"]={en:["Deferred taxes (cash flow)"]},e.exports["Deprecation and amortization_study"]={en:["Deprecation and amortization"]},e.exports["Depreciation & amortization (cash flow)_study"]={en:["Depreciation & amortization (cash flow)"]},e.exports["Depreciation/depletion_study"]={en:["Depreciation/depletion"]},e.exports.Depreciation_study={en:["Depreciation"]},e.exports["Detrended Price Oscillator_study"]={en:["Detrended Price Oscillator"]},e.exports["Diluted EPS_study"]={en:["Diluted EPS"]},e.exports["Diluted earnings per share (Diluted EPS)_study"]={en:["Diluted earnings per share (Diluted EPS)"]},e.exports["Diluted net income available to common stockholders_study"]={en:["Diluted net income available to common stockholders"]},e.exports["Diluted shares outstanding_study"]={en:["Diluted shares outstanding"]},e.exports["Dilution adjustment_study"]={en:["Dilution adjustment"]},e.exports["Directional Movement Index_study"]={en:["Directional Movement Index"]},e.exports["Directional Movement_study"]={en:["Directional Movement"]},e.exports["Discontinued operations_study"]={en:["Discontinued operations"]},e.exports["Divergence Indicator_study"]={en:["Divergence Indicator"]},e.exports["Dividend payout ratio %_study"]={en:["Dividend payout ratio %"]},e.exports["Dividend yield %_study"]={en:["Dividend yield %"]},e.exports["Dividends payable_study"]={en:["Dividends payable"]},
+e.exports["Dividends per share - common stock primary issue_study"]={en:["Dividends per share - common stock primary issue"]},e.exports["Doji Star - Bearish_study"]={en:["Doji Star - Bearish"]},e.exports["Doji Star - Bullish_study"]={en:["Doji Star - Bullish"]},e.exports.Doji_study={en:["Doji"]},e.exports["Donchian Channels_study"]={en:["Donchian Channels"]},e.exports["Double Bottom Chart Pattern_study"]={en:["Double Bottom Chart Pattern"]},e.exports["Double EMA_study"]={en:["Double EMA"]},e.exports["Double Top Chart Pattern_study"]={en:["Double Top Chart Pattern"]},e.exports["Downside Tasuki Gap - Bearish_study"]={en:["Downside Tasuki Gap - Bearish"]},e.exports["Dragonfly Doji - Bullish_study"]={en:["Dragonfly Doji - Bullish"]},e.exports["EBITDA margin %_study"]={en:["EBITDA margin %"]},e.exports.EBITDA_study={en:["EBITDA"]},e.exports.EBIT_study={en:["EBIT"]},e.exports["EMA Cross_study"]={en:["EMA Cross"]},e.exports["EPS basic one year growth_study"]={en:["EPS basic one year growth"]},e.exports["EPS diluted one year growth_study"]={en:["EPS diluted one year growth"]},e.exports["EPS estimates_study"]={en:["EPS estimates"]},e.exports["Earnings yield_study"]={en:["Earnings yield"]},e.exports["Ease Of Movement_study"]={en:["Ease Of Movement"]},e.exports["Ease of Movement_study"]={en:["Ease of Movement"]},e.exports["Effective interest rate on debt %_study"]={en:["Effective interest rate on debt %"]},e.exports["Elder Force Index_study"]={en:["Elder Force Index"]},e.exports["Elder's Force Index_study"]={en:["Elder's Force Index"]},e.exports["Elders Force Index_study"]={en:["Elders Force Index"]},e.exports["Elliott Wave Chart Pattern_study"]={en:["Elliott Wave Chart Pattern"]},e.exports["Engulfing - Bearish_study"]={en:["Engulfing - Bearish"]},e.exports["Engulfing - Bullish_study"]={en:["Engulfing - Bullish"]},e.exports["Enterprise value to EBIT ratio_study"]={en:["Enterprise value to EBIT ratio"]},e.exports["Enterprise value to EBITDA ratio_study"]={en:["Enterprise value to EBITDA ratio"]},e.exports["Enterprise value to revenue ratio_study"]={en:["Enterprise value to revenue ratio"]},e.exports["Enterprise value_study"]={en:["Enterprise value"]},e.exports.Envelope_study={en:["Envelope"]},e.exports.Envelopes_study={en:["Envelopes"]},e.exports["Equity in earnings_study"]={en:["Equity in earnings"]},e.exports["Equity to assets ratio_study"]={en:["Equity to assets ratio"]},e.exports["Evening Doji Star - Bearish_study"]={en:["Evening Doji Star - Bearish"]},e.exports["Evening Star - Bearish_study"]={en:["Evening Star - Bearish"]},e.exports["Falling Three Methods - Bearish_study"]={en:["Falling Three Methods - Bearish"]},e.exports["Falling Wedge Chart Pattern_study"]={en:["Falling Wedge Chart Pattern"]},e.exports["Falling Window - Bearish_study"]={en:["Falling Window - Bearish"]},e.exports["Financing activities – other sources_study"]={en:["Financing activities – other sources"]},e.exports["Financing activities – other uses_study"]={en:["Financing activities – other uses"]},e.exports["Fisher Transform_study"]={
+en:["Fisher Transform"]},e.exports["Fixed Range Volume Profile_study"]={en:["Fixed Range Volume Profile"]},e.exports["Fixed Range_study"]={en:["Fixed Range"]},e.exports["Float shares outstanding_study"]={en:["Float shares outstanding"]},e.exports["Free cash flow margin %_study"]={en:["Free cash flow margin %"]},e.exports["Free cash flow_study"]={en:["Free cash flow"]},e.exports["Fulmer H factor_study"]={en:["Fulmer H factor"]},e.exports["Funds from operations_study"]={en:["Funds from operations"]},e.exports.Gaps_study={en:["Gaps"]},e.exports["Goodwill to assets ratio_study"]={en:["Goodwill to assets ratio"]},e.exports["Goodwill, net_study"]={en:["Goodwill, net"]},e.exports["Graham's number_study"]={en:["Graham's number"]},e.exports["Gravestone Doji - Bearish_study"]={en:["Gravestone Doji - Bearish"]},e.exports["Greedy Strategy_study"]={en:["Greedy Strategy"]},e.exports["Gross margin %_study"]={en:["Gross margin %"]},e.exports["Gross profit to assets ratio_study"]={en:["Gross profit to assets ratio"]},e.exports["Gross profit_study"]={en:["Gross profit"]},e.exports["Gross property/plant/equipment_study"]={en:["Gross property/plant/equipment"]},e.exports["Guppy Multiple Moving Average_study"]={en:["Guppy Multiple Moving Average"]},e.exports["Hammer - Bullish_study"]={en:["Hammer - Bullish"]},e.exports["Hanging Man - Bearish_study"]={en:["Hanging Man - Bearish"]},e.exports["Harami - Bearish_study"]={en:["Harami - Bearish"]},e.exports["Harami - Bullish_study"]={en:["Harami - Bullish"]},e.exports["Harami Cross - Bearish_study"]={en:["Harami Cross - Bearish"]},e.exports["Harami Cross - Bullish_study"]={en:["Harami Cross - Bullish"]},e.exports["Head and Shoulders Chart Pattern_study"]={en:["Head and Shoulders Chart Pattern"]},e.exports["Historical Volatility_study"]={en:["Historical Volatility"]},e.exports["Hull Moving Average_study"]={en:["Hull Moving Average"]},e.exports["Ichimoku Cloud_study"]={en:["Ichimoku Cloud"]},e.exports.Ichimoku_study={en:["Ichimoku"]},e.exports.Impairments_study={en:["Impairments"]},e.exports["InSide Bar Strategy_study"]={en:["InSide Bar Strategy"]},e.exports["Income Tax Credits_study"]={en:["Income Tax Credits"]},e.exports["Income Tax, current - foreign_study"]={en:["Income Tax, current - foreign"]},e.exports["Income tax payable_study"]={en:["Income tax payable"]},e.exports["Income tax, current - domestic_study"]={en:["Income tax, current - domestic"]},e.exports["Income tax, current_study"]={en:["Income tax, current"]},e.exports["Income tax, deferred - domestic_study"]={en:["Income tax, deferred - domestic"]},e.exports["Income tax, deferred - foreign_study"]={en:["Income tax, deferred - foreign"]},e.exports["Income tax, deferred_study"]={en:["Income tax, deferred"]},e.exports["Interest capitalized_study"]={en:["Interest capitalized"]},e.exports["Interest coverage_study"]={en:["Interest coverage"]},e.exports["Interest expense on debt_study"]={en:["Interest expense on debt"]},e.exports["Interest expense, net of interest capitalized_study"]={en:["Interest expense, net of interest capitalized"]},
+e.exports["Inventories - finished goods_study"]={en:["Inventories - finished goods"]},e.exports["Inventories - progress payments & other_study"]={en:["Inventories - progress payments & other"]},e.exports["Inventories - raw materials_study"]={en:["Inventories - raw materials"]},e.exports["Inventories - work in progress_study"]={en:["Inventories - work in progress"]},e.exports["Inventory to revenue ratio_study"]={en:["Inventory to revenue ratio"]},e.exports["Inventory turnover_study"]={en:["Inventory turnover"]},e.exports["Inverted Cup and Handle Chart Pattern_study"]={en:["Inverted Cup and Handle Chart Pattern"]},e.exports["Inverted Hammer - Bullish_study"]={en:["Inverted Hammer - Bullish"]},e.exports["Inverted Head and Shoulders Chart Pattern_study"]={en:["Inverted Head and Shoulders Chart Pattern"]},e.exports["Investing activities – other sources_study"]={en:["Investing activities – other sources"]},e.exports["Investing activities – other uses_study"]={en:["Investing activities – other uses"]},e.exports["Investments in unconsolidated subsidiaries_study"]={en:["Investments in unconsolidated subsidiaries"]},e.exports["Issuance of long term debt_study"]={en:["Issuance of long term debt"]},e.exports["Issuance/retirement of debt, net_study"]={en:["Issuance/retirement of debt, net"]},e.exports["Issuance/retirement of long term debt_study"]={en:["Issuance/retirement of long term debt"]},e.exports["Issuance/retirement of other debt_study"]={en:["Issuance/retirement of other debt"]},e.exports["Issuance/retirement of short term debt_study"]={en:["Issuance/retirement of short term debt"]},e.exports["Issuance/retirement of stock, net_study"]={en:["Issuance/retirement of stock, net"]},e.exports["KZ index_study"]={en:["KZ index"]},e.exports["Keltner Channel Strategy_study"]={en:["Keltner Channel Strategy"]},e.exports["Keltner Channels Strategy_study"]={en:["Keltner Channels Strategy"]},e.exports["Keltner Channels_study"]={en:["Keltner Channels"]},e.exports["Key stats_study"]={en:["Key stats"]},e.exports["Kicking - Bearish_study"]={en:["Kicking - Bearish"]},e.exports["Kicking - Bullish_study"]={en:["Kicking - Bullish"]},e.exports["Klinger Oscillator_study"]={en:["Klinger Oscillator"]},e.exports["Know Sure Thing_study"]={en:["Know Sure Thing"]},e.exports["Least Squares Moving Average_study"]={en:["Least Squares Moving Average"]},e.exports["Legal claim expense_study"]={en:["Legal claim expense"]},e.exports["Linear Regression Channel_study"]={en:["Linear Regression Channel"]},e.exports["Linear Regression Curve_study"]={en:["Linear Regression Curve"]},e.exports["Linear Regression Slope_study"]={en:["Linear Regression Slope"]},e.exports["Linear Regression_study"]={en:["Linear Regression"]},e.exports["Liquidity ratios_study"]={en:["Liquidity ratios"]},e.exports["Long Lower Shadow - Bullish_study"]={en:["Long Lower Shadow - Bullish"]},e.exports["Long Upper Shadow - Bearish_study"]={en:["Long Upper Shadow - Bearish"]},e.exports["Long term debt excl. lease liabilities_study"]={en:["Long term debt excl. lease liabilities"]},
+e.exports["Long term debt to total assets ratio_study"]={en:["Long term debt to total assets ratio"]},e.exports["Long term debt to total equity ratio_study"]={en:["Long term debt to total equity ratio"]},e.exports["Long term debt_study"]={en:["Long term debt"]},e.exports["Long term investments_study"]={en:["Long term investments"]},e.exports["MA Cross_study"]={en:["MA Cross"]},e.exports["MA with EMA Cross_study"]={en:["MA with EMA Cross"]},e.exports["MA/EMA Cross_study"]={en:["MA/EMA Cross"]},e.exports["MACD Strategy_study"]={en:["MACD Strategy"]},e.exports.MACD_study={en:["MACD"]},e.exports["Majority Rule_study"]={en:["Majority Rule"]},e.exports["Market capitalization_study"]={en:["Market capitalization"]},e.exports["Marubozu Black - Bearish_study"]={en:["Marubozu Black - Bearish"]},e.exports["Marubozu White - Bullish_study"]={en:["Marubozu White - Bullish"]},e.exports["Mass Index_study"]={en:["Mass Index"]},e.exports["McGinley Dynamic_study"]={en:["McGinley Dynamic"]},e.exports["Median Price_study"]={en:["Median Price"]},e.exports.Median_study={en:["Median"]},e.exports["Minority interest_study"]={en:["Minority interest"]},e.exports["Miscellaneous non-operating expense_study"]={en:["Miscellaneous non-operating expense"]},e.exports["Momentum Strategy_study"]={en:["Momentum Strategy"]},e.exports.Momentum_study={en:["Momentum"]},e.exports["Money Flow Index_study"]={en:["Money Flow Index"]},e.exports["Money Flow_study"]={en:["Money Flow"]},e.exports["Moon Phases_study"]={en:["Moon Phases"]},e.exports["Morning Doji Star - Bullish_study"]={en:["Morning Doji Star - Bullish"]},e.exports["Morning Star - Bullish_study"]={en:["Morning Star - Bullish"]},e.exports["Moving Average Adaptive_study"]={en:["Moving Average Adaptive"]},e.exports["Moving Average Channel_study"]={en:["Moving Average Channel"]},e.exports["Moving Average Convergence Divergence_study"]={en:["Moving Average Convergence Divergence"]},e.exports["Moving Average Convergence/Divergence_study"]={en:["Moving Average Convergence/Divergence"]},e.exports["Moving Average Double_study"]={en:["Moving Average Double"]},e.exports["Moving Average Exponential_study"]={en:["Moving Average Exponential"]},e.exports["Moving Average Hamming_study"]={en:["Moving Average Hamming"]},e.exports["Moving Average Modified_study"]={en:["Moving Average Modified"]},e.exports["Moving Average Multiple_study"]={en:["Moving Average Multiple"]},e.exports["Moving Average Ribbon_study"]={en:["Moving Average Ribbon"]},e.exports["Moving Average Simple_study"]={en:["Moving Average Simple"]},e.exports["Moving Average Triple_study"]={en:["Moving Average Triple"]},e.exports["Moving Average Weighted_study"]={en:["Moving Average Weighted"]},e.exports["Moving Average_study"]={en:["Moving Average"]},e.exports["MovingAvg Cross_study"]={en:["MovingAvg Cross"]},e.exports["MovingAvg2Line Cross_study"]={en:["MovingAvg2Line Cross"]},e.exports["Multi-Time Period Charts_study"]={en:["Multi-Time Period Charts"]},e.exports["Net Volume_study"]={en:["Net Volume"]},e.exports["Net current asset value per share_study"]={
+en:["Net current asset value per share"]},e.exports["Net debt_study"]={en:["Net debt"]},e.exports["Net income (cash flow)_study"]={en:["Net income (cash flow)"]},e.exports["Net income before discontinued operations_study"]={en:["Net income before discontinued operations"]},e.exports["Net income per employee_study"]={en:["Net income per employee"]},e.exports["Net income_study"]={en:["Net income"]},e.exports["Net intangible assets_study"]={en:["Net intangible assets"]},e.exports["Net margin %_study"]={en:["Net margin %"]},e.exports["Net property/plant/equipment_study"]={en:["Net property/plant/equipment"]},e.exports["Non-cash items_study"]={en:["Non-cash items"]},e.exports["Non-controlling/minority interest_study"]={en:["Non-controlling/minority interest"]},e.exports["Non-operating income, excl. interest expenses_study"]={en:["Non-operating income, excl. interest expenses"]},e.exports["Non-operating income, total_study"]={en:["Non-operating income, total"]},e.exports["Non-operating interest income_study"]={en:["Non-operating interest income"]},e.exports["Note receivable - long term_study"]={en:["Note receivable - long term"]},e.exports["Notes payable_study"]={en:["Notes payable"]},e.exports["Number of employees_study"]={en:["Number of employees"]},e.exports["Number of shareholders_study"]={en:["Number of shareholders"]},e.exports["On Balance Volume_study"]={en:["On Balance Volume"]},e.exports["On Neck - Bearish_study"]={en:["On Neck - Bearish"]},e.exports["Open Interest_study"]={en:["Open Interest"]},e.exports["Operating earnings yield %_study"]={en:["Operating earnings yield %"]},e.exports["Operating expenses (excl. COGS)_study"]={en:["Operating expenses (excl. COGS)"]},e.exports["Operating income_study"]={en:["Operating income"]},e.exports["Operating lease liabilities_study"]={en:["Operating lease liabilities"]},e.exports["Operating margin %_study"]={en:["Operating margin %"]},e.exports["Other COGS_study"]={en:["Other COGS"]},e.exports["Other common equity_study"]={en:["Other common equity"]},e.exports["Other cost of goods sold_study"]={en:["Other cost of goods sold"]},e.exports["Other current assets, total_study"]={en:["Other current assets, total"]},e.exports["Other current liabilities_study"]={en:["Other current liabilities"]},e.exports["Other exceptional charges_study"]={en:["Other exceptional charges"]},e.exports["Other financing cash flow items, total_study"]={en:["Other financing cash flow items, total"]},e.exports["Other intangibles, net_study"]={en:["Other intangibles, net"]},e.exports["Other investing cash flow items, total_study"]={en:["Other investing cash flow items, total"]},e.exports["Other investments_study"]={en:["Other investments"]},e.exports["Other liabilities, total_study"]={en:["Other liabilities, total"]},e.exports["Other long term assets, total_study"]={en:["Other long term assets, total"]},e.exports["Other non-current liabilities, total_study"]={en:["Other non-current liabilities, total"]},e.exports["Other operating expenses, total_study"]={en:["Other operating expenses, total"]},
+e.exports["Other receivables_study"]={en:["Other receivables"]},e.exports["Other short term debt_study"]={en:["Other short term debt"]},e.exports["OutSide Bar Strategy_study"]={en:["OutSide Bar Strategy"]},e.exports.Overlay_study={en:["Overlay"]},e.exports["PEG ratio_study"]={en:["PEG ratio"]},e.exports["Paid in capital_study"]={en:["Paid in capital"]},e.exports["Parabolic SAR Strategy_study"]={en:["Parabolic SAR Strategy"]},e.exports["Parabolic SAR_study"]={en:["Parabolic SAR"]},e.exports["Periodic Volume Profile_study"]={en:["Periodic Volume Profile"]},e.exports["Piercing - Bullish_study"]={en:["Piercing - Bullish"]},e.exports["Piotroski F-score_study"]={en:["Piotroski F-score"]},e.exports["Pivot Extension Strategy_study"]={en:["Pivot Extension Strategy"]},e.exports["Pivot Points High Low_study"]={en:["Pivot Points High Low"]},e.exports["Pivot Points Standard_study"]={en:["Pivot Points Standard"]},e.exports["Pivot Reversal Strategy_study"]={en:["Pivot Reversal Strategy"]},e.exports["Preferred dividends paid_study"]={en:["Preferred dividends paid"]},e.exports["Preferred dividends_study"]={en:["Preferred dividends"]},e.exports["Preferred stock, carrying value_study"]={en:["Preferred stock, carrying value"]},e.exports["Prepaid expenses_study"]={en:["Prepaid expenses"]},e.exports["Pretax equity in earnings_study"]={en:["Pretax equity in earnings"]},e.exports["Pretax income_study"]={en:["Pretax income"]},e.exports["Price Channel Strategy_study"]={en:["Price Channel Strategy"]},e.exports["Price Channel_study"]={en:["Price Channel"]},e.exports["Price Oscillator_study"]={en:["Price Oscillator"]},e.exports["Price Volume Trend_study"]={en:["Price Volume Trend"]},e.exports["Price earnings ratio forward_study"]={en:["Price earnings ratio forward"]},e.exports["Price sales ratio forward_study"]={en:["Price sales ratio forward"]},e.exports["Price to book ratio_study"]={en:["Price to book ratio"]},e.exports["Price to cash flow ratio_study"]={en:["Price to cash flow ratio"]},e.exports["Price to earnings ratio_study"]={en:["Price to earnings ratio"]},e.exports["Price to free cash flow ratio_study"]={en:["Price to free cash flow ratio"]},e.exports["Price to sales ratio_study"]={en:["Price to sales ratio"]},e.exports["Price to tangible book ratio_study"]={en:["Price to tangible book ratio"]},e.exports["Profitability ratios_study"]={en:["Profitability ratios"]},e.exports["Provision for risks & charge_study"]={en:["Provision for risks & charge"]},e.exports["Purchase of investments_study"]={en:["Purchase of investments"]},e.exports["Purchase/acquisition of business_study"]={en:["Purchase/acquisition of business"]},e.exports["Purchase/sale of business, net_study"]={en:["Purchase/sale of business, net"]},e.exports["Purchase/sale of investments, net_study"]={en:["Purchase/sale of investments, net"]},e.exports["Quality ratio_study"]={en:["Quality ratio"]},e.exports["Quick ratio_study"]={en:["Quick ratio"]},e.exports["RSI Strategy_study"]={en:["RSI Strategy"]},e.exports["Rate Of Change_study"]={en:["Rate Of Change"]},
+e.exports["Rectangle Chart Pattern_study"]={en:["Rectangle Chart Pattern"]},e.exports["Reduction of long term debt_study"]={en:["Reduction of long term debt"]},e.exports["Relative Strength Index_study"]={en:["Relative Strength Index"]},e.exports["Relative Vigor Index_study"]={en:["Relative Vigor Index"]},e.exports["Relative Volatility Index_study"]={en:["Relative Volatility Index"]},e.exports["Relative Volume at Time_study"]={en:["Relative Volume at Time"]},e.exports["Repurchase of common & preferred stock_study"]={en:["Repurchase of common & preferred stock"]},e.exports["Research & development to revenue ratio_study"]={en:["Research & development to revenue ratio"]},e.exports["Research & development_study"]={en:["Research & development"]},e.exports["Restructuring charge_study"]={en:["Restructuring charge"]},e.exports["Retained earnings_study"]={en:["Retained earnings"]},e.exports["Return on assets %_study"]={en:["Return on assets %"]},e.exports["Return on equity %_study"]={en:["Return on equity %"]},e.exports["Return on equity adjusted to book value %_study"]={en:["Return on equity adjusted to book value %"]},e.exports["Return on invested capital %_study"]={en:["Return on invested capital %"]},e.exports["Return on tangible assets %_study"]={en:["Return on tangible assets %"]},e.exports["Return on tangible equity %_study"]={en:["Return on tangible equity %"]},e.exports["Revenue estimates_study"]={en:["Revenue estimates"]},e.exports["Revenue one year growth_study"]={en:["Revenue one year growth"]},e.exports["Revenue per employee_study"]={en:["Revenue per employee"]},e.exports["Rising Three Methods - Bullish_study"]={en:["Rising Three Methods - Bullish"]},e.exports["Rising Wedge Chart Pattern_study"]={en:["Rising Wedge Chart Pattern"]},e.exports["Rising Window - Bullish_study"]={en:["Rising Window - Bullish"]},e.exports["Rob Booker - ADX Breakout_study"]={en:["Rob Booker - ADX Breakout"]},e.exports["Rob Booker - Intraday Pivot Points_study"]={en:["Rob Booker - Intraday Pivot Points"]},e.exports["Rob Booker - Knoxville Divergence_study"]={en:["Rob Booker - Knoxville Divergence"]},e.exports["Rob Booker - Missed Pivot Points_study"]={en:["Rob Booker - Missed Pivot Points"]},e.exports["Rob Booker - Reversal_study"]={en:["Rob Booker - Reversal"]},e.exports["Rob Booker - Ziv Ghost Pivots_study"]={en:["Rob Booker - Ziv Ghost Pivots"]},e.exports["SMI Ergodic Indicator/Oscillator_study"]={en:["SMI Ergodic Indicator/Oscillator"]},e.exports["SMI Ergodic Indicator_study"]={en:["SMI Ergodic Indicator"]},e.exports["SMI Ergodic Oscillator_study"]={en:["SMI Ergodic Oscillator"]},e.exports["Sale of common & preferred stock_study"]={en:["Sale of common & preferred stock"]},e.exports["Sale of fixed assets & businesses_study"]={en:["Sale of fixed assets & businesses"]},e.exports["Sale/maturity of investments_study"]={en:["Sale/maturity of investments"]},e.exports["Selling/general/admin expenses, other_study"]={en:["Selling/general/admin expenses, other"]},e.exports["Selling/general/admin expenses, total_study"]={
+en:["Selling/general/admin expenses, total"]},e.exports["Session Volume HD_study"]={en:["Session Volume HD"]},e.exports["Session Volume Profile HD_study"]={en:["Session Volume Profile HD"]},e.exports["Session Volume Profile_study"]={en:["Session Volume Profile"]},e.exports["Session Volume_study"]={en:["Session Volume"]},e.exports["Shareholders' equity_study"]={en:["Shareholders' equity"]},e.exports["Shares buyback ratio %_study"]={en:["Shares buyback ratio %"]},e.exports["Shooting Star - Bearish_study"]={en:["Shooting Star - Bearish"]},e.exports["Short term debt excl. current portion of LT debt_study"]={en:["Short term debt excl. current portion of LT debt"]},e.exports["Short term debt_study"]={en:["Short term debt"]},e.exports["Short term investments_study"]={en:["Short term investments"]},e.exports["Sloan ratio %_study"]={en:["Sloan ratio %"]},e.exports["Smoothed Moving Average_study"]={en:["Smoothed Moving Average"]},e.exports["Solvency ratios_study"]={en:["Solvency ratios"]},e.exports["Spinning Top Black_study"]={en:["Spinning Top Black"]},e.exports["Spinning Top White_study"]={en:["Spinning Top White"]},e.exports["Springate score_study"]={en:["Springate score"]},e.exports["Standard Deviation_study"]={en:["Standard Deviation"]},e.exports["Standard Error Bands_study"]={en:["Standard Error Bands"]},e.exports["Standard Error_study"]={en:["Standard Error"]},e.exports.Stoch_study={en:["Stoch"]},e.exports["Stochastic Momentum Index_study"]={en:["Stochastic Momentum Index"]},e.exports["Stochastic RSI_study"]={en:["Stochastic RSI"]},e.exports["Stochastic Slow Strategy_study"]={en:["Stochastic Slow Strategy"]},e.exports.Stochastic_study={en:["Stochastic"]},e.exports.SuperTrend_study={en:["SuperTrend"]},e.exports["Supertrend Strategy_study"]={en:["Supertrend Strategy"]},e.exports.Supertrend_study={en:["Supertrend"]},e.exports["Sustainable growth rate_study"]={en:["Sustainable growth rate"]},e.exports.TRIX_study={en:["TRIX"]},e.exports["Tangible book value per share_study"]={en:["Tangible book value per share"]},e.exports["Tangible common equity ratio_study"]={en:["Tangible common equity ratio"]},e.exports.Taxes_study={en:["Taxes"]},e.exports["Technical Ratings Strategy_study"]={en:["Technical Ratings Strategy"]},e.exports["Technical Ratings_study"]={en:["Technical Ratings"]},e.exports.Technicals_study={en:["Technicals"]},e.exports["Three Black Crows - Bearish_study"]={en:["Three Black Crows - Bearish"]},e.exports["Three White Soldiers - Bullish_study"]={en:["Three White Soldiers - Bullish"]},e.exports["Time Weighted Average Price_study"]={en:["Time Weighted Average Price"]},e.exports["Tobin's Q (approximate)_study"]={en:["Tobin's Q (approximate)"]},e.exports["Total assets_study"]={en:["Total assets"]},e.exports["Total cash dividends paid_study"]={en:["Total cash dividends paid"]},e.exports["Total common shares outstanding_study"]={en:["Total common shares outstanding"]},e.exports["Total current assets_study"]={en:["Total current assets"]},e.exports["Total current liabilities_study"]={en:["Total current liabilities"]},
+e.exports["Total debt_study"]={en:["Total debt"]},e.exports["Total equity_study"]={en:["Total equity"]},e.exports["Total inventory_study"]={en:["Total inventory"]},e.exports["Total liabilities & shareholders' equities_study"]={en:["Total liabilities & shareholders' equities"]},e.exports["Total liabilities_study"]={en:["Total liabilities"]},e.exports["Total non-current assets_study"]={en:["Total non-current assets"]},e.exports["Total non-current liabilities_study"]={en:["Total non-current liabilities"]},e.exports["Total operating expenses_study"]={en:["Total operating expenses"]},e.exports["Total receivables, net_study"]={en:["Total receivables, net"]},e.exports["Total revenue_study"]={en:["Total revenue"]},e.exports["Trading Sessions_study"]={en:["Trading Sessions"]},e.exports["Treasury stock - common_study"]={en:["Treasury stock - common"]},e.exports["Trend Strength Index_study"]={en:["Trend Strength Index"]},e.exports["Tri-Star - Bearish_study"]={en:["Tri-Star - Bearish"]},e.exports["Tri-Star - Bullish_study"]={en:["Tri-Star - Bullish"]},e.exports["Triangle Chart Pattern_study"]={en:["Triangle Chart Pattern"]},e.exports["Triple Bottom Chart Pattern_study"]={en:["Triple Bottom Chart Pattern"]},e.exports["Triple EMA_study"]={en:["Triple EMA"]},e.exports["Triple Top Chart Pattern_study"]={en:["Triple Top Chart Pattern"]},e.exports["True Strength Index_study"]={en:["True Strength Index"]},e.exports["True Strength Indicator_study"]={en:["True Strength Indicator"]},e.exports["Tweezer Top - Bearish_study"]={en:["Tweezer Top - Bearish"]},e.exports["Typical Price_study"]={en:["Typical Price"]},e.exports["Ultimate Oscillator_study"]={en:["Ultimate Oscillator"]},e.exports["Unrealized gain/loss_study"]={en:["Unrealized gain/loss"]},e.exports["Unusual income/expense_study"]={en:["Unusual income/expense"]},e.exports["Up/Down Volume_study"]={en:["Up/Down Volume"]},e.exports["Upside Tasuki Gap - Bullish_study"]={en:["Upside Tasuki Gap - Bullish"]},e.exports["VWAP Auto Anchored_study"]={en:["VWAP Auto Anchored"]},e.exports.VWAP_study={en:["VWAP"]},e.exports.VWMA_study={en:["VWMA"]},e.exports["Valuation ratios_study"]={en:["Valuation ratios"]},e.exports["Visible Average Price_study"]={en:["Visible Average Price"]},e.exports["Visible Range Volume Profile_study"]={en:["Visible Range Volume Profile"]},e.exports["Visible Range_study"]={en:["Visible Range"]},e.exports.Vol_study={en:["Vol"]},e.exports["Volatility Close-to-Close_study"]={en:["Volatility Close-to-Close"]},e.exports["Volatility Index_study"]={en:["Volatility Index"]},e.exports["Volatility O-H-L-C_study"]={en:["Volatility O-H-L-C"]},e.exports["Volatility Stop_study"]={en:["Volatility Stop"]},e.exports["Volatility Zero Trend Close-to-Close_study"]={en:["Volatility Zero Trend Close-to-Close"]},e.exports["Volty Expan Close Strategy_study"]={en:["Volty Expan Close Strategy"]},e.exports["Volume Oscillator_study"]={en:["Volume Oscillator"]},e.exports["Volume Weighted Average Price_study"]={en:["Volume Weighted Average Price"]},e.exports["Volume Weighted Moving Average_study"]={
+en:["Volume Weighted Moving Average"]},e.exports.Volume_study={en:["Volume"]},e.exports["Vortex Indicator_study"]={en:["Vortex Indicator"]},e.exports["Williams %R_study"]={en:["Williams %R"]},e.exports["Williams Alligator_study"]={en:["Williams Alligator"]},e.exports["Williams Fractal_study"]={en:["Williams Fractal"]},e.exports["Williams Fractals_study"]={en:["Williams Fractals"]},e.exports["Williams Percent Range_study"]={en:["Williams Percent Range"]},e.exports["Woodies CCI_study"]={en:["Woodies CCI"]},e.exports["Zig Zag_study"]={en:["Zig Zag"]},e.exports["Zmijewski score_study"]={en:["Zmijewski score"]}},89633:e=>{e.exports={en:["Anchored Volume Profile"]}},25705:e=>{e.exports={en:["Fixed Range Volume Profile"]}},24261:e=>{e.exports={en:["Vol"]}},67736:e=>{e.exports={en:["Minor"]}},922:e=>{e.exports={en:["Minute"]}},91405:e=>{e.exports={en:["Text"]}},78972:e=>{e.exports={en:["Couldn't copy"]}},10615:e=>{e.exports={en:["Couldn't cut"]}},81518:e=>{e.exports={en:["Couldn't paste"]}},83140:e=>{e.exports={en:["Countdown to bar close"]}},10871:e=>{e.exports={en:["Colombo"]}},55761:e=>{e.exports={en:["Columns"]}},9818:e=>{e.exports={en:["Comment"]}},53942:e=>{e.exports={en:["Compare or Add Symbol"]}},12086:e=>{e.exports={en:["Compilation error"]}},71692:e=>{e.exports={en:["Confirm to remove locked drawings"]}},48141:e=>{e.exports={en:["Confirm Inputs"]}},81605:e=>{e.exports={en:["Confirm Remove Study Tree"]}},38917:e=>{e.exports={en:["Copenhagen"]}},49680:e=>{e.exports={en:["Copy"]}},66134:e=>{e.exports={en:["Copy Chart Layout"]}},63553:e=>{e.exports={en:["Copy price"]}},65736:e=>{e.exports={en:["Cairo"]}},25381:e=>{e.exports={en:["Callout"]}},45054:e=>{e.exports={en:["Candles"]}},30948:e=>{e.exports={en:["Caracas"]}},70409:e=>{e.exports={en:["Casablanca"]}},37276:e=>{e.exports={en:["Change"]}},85124:e=>{e.exports={en:["Change Symbol"]}},2569:e=>{e.exports={en:["Change interval"]}},9687:e=>{e.exports={en:["Change interval. Press number or comma"]}},36332:e=>{e.exports={en:["Change symbol. Start typing symbol name"]}},48566:e=>{e.exports={en:["Change scale currency"]}},85110:e=>{e.exports={en:["Change scale unit"]}},56275:e=>{e.exports={en:["Chart #{index}"]}},39950:e=>{e.exports={en:["Chart Properties"]}},98856:e=>{e.exports={en:["Chart by TradingView"]}},1136:e=>{e.exports={en:["Chart for {symbol}, {interval}"]}},69804:e=>{e.exports={en:["Chart image copied to clipboard {emoji}"]}},6655:e=>{e.exports={en:["Chart image embed code copied to clipboard {emoji}"]}},36549:e=>{e.exports={en:["Chatham Islands"]}},72452:e=>{e.exports={en:["Chicago"]}},50349:e=>{e.exports={en:["Chongqing"]}},91944:e=>{e.exports={en:["Circle"]}},14985:e=>{e.exports={en:["Click to set a point"]}},12537:e=>{e.exports={en:["Clone"]}},62578:e=>{e.exports={en:["Close"]}},264:e=>{e.exports={en:["Create limit order"]}},6969:e=>{e.exports={en:["Cross"]}},74334:e=>{e.exports={en:["Cross Line"]}},59396:e=>{e.exports={en:["Currencies"]}},20177:e=>{e.exports={en:["Current interval and above"]}},494:e=>{e.exports={en:["Current interval and below"]}},60668:e=>{
+e.exports={en:["Current interval only"]}},78609:e=>{e.exports={en:["Curve"]}},87380:e=>{e.exports={en:["Cycle"]}},84031:e=>{e.exports={en:["Cyclic Lines"]}},93191:e=>{e.exports={en:["Cypher Pattern"]}},7219:e=>{e.exports={en:["A layout with that name already exists"]}},67635:e=>{e.exports={en:["A layout with that name already exists. Do you want to overwrite it?"]}},46712:e=>{e.exports={en:["ABCD Pattern"]}},36485:e=>{e.exports={en:["Amsterdam"]}},24185:e=>{e.exports={en:["Anchor"]}},42630:e=>{e.exports={en:["Anchorage"]}},42669:e=>{e.exports={en:["Anchored Text"]}},84541:e=>{e.exports={en:["Anchored VWAP"]}},77401:e=>{e.exports={en:["Access error"]}},46501:e=>{e.exports={en:["Add Symbol"]}},2439:e=>{e.exports={en:["Add financial metric for {instrumentName}"]}},35088:e=>{e.exports={en:["Add indicator/strategy on {studyTitle}"]}},35679:e=>{e.exports={en:["Add this financial metric to entire layout"]}},10996:e=>{e.exports={en:["Add this financial metric to favorites"]}},26090:e=>{e.exports={en:["Add this indicator to entire layout"]}},92957:e=>{e.exports={en:["Add this indicator to favorites"]}},95754:e=>{e.exports={en:["Add this strategy to entire layout"]}},39010:e=>{e.exports={en:["Add this symbol to entire layout"]}},426:e=>{e.exports={en:["Adelaide"]}},40452:e=>{e.exports={en:["Always invisible"]}},36299:e=>{e.exports={en:["Always visible"]}},58026:e=>{e.exports={en:["All intervals"]}},78358:e=>{e.exports={en:["Apply default"]}},22437:e=>{e.exports={en:["Apply these indicators to entire layout"]}},27072:e=>{e.exports={en:["Apr"]}},59324:e=>{e.exports={en:["Arc"]}},34456:e=>{e.exports={en:["Area"]}},11858:e=>{e.exports={en:["Arrow"]}},34247:e=>{e.exports={en:["Arrow Down"]}},36352:e=>{e.exports={en:["Arrow Marker"]}},73193:e=>{e.exports={en:["Arrow Mark Down"]}},1949:e=>{e.exports={en:["Arrow Mark Left"]}},86275:e=>{e.exports={en:["Arrow Mark Right"]}},62453:e=>{e.exports={en:["Arrow Mark Up"]}},77231:e=>{e.exports={en:["Arrow Up"]}},98128:e=>{e.exports={en:["Astana"]}},63627:e=>{e.exports={en:["Ashgabat"]}},72445:e=>{e.exports={en:["At close"]}},73702:e=>{e.exports={en:["Athens"]}},21469:e=>{e.exports={en:["Auto"]}},24157:e=>{e.exports={en:["Auto (fits data to screen)"]}},46450:e=>{e.exports={en:["Aug"]}},21841:e=>{e.exports={en:["Average close price label"]}},16138:e=>{e.exports={en:["Average close price line"]}},73025:e=>{e.exports={en:["Avg"]}},87580:e=>{e.exports={en:["Azores"]}},73905:e=>{e.exports={en:["Bogota"]}},90594:e=>{e.exports={en:["Bahrain"]}},70540:e=>{e.exports={en:["Balloon"]}},47045:e=>{e.exports={en:["Bangkok"]}},92101:e=>{e.exports={en:["Bar Replay isn't available for this chart type. Want to exit Bar Replay?"]}},32482:e=>{e.exports={en:["Bar Replay isn't available for this symbol. Want to exit Bar Replay?"]}},85902:e=>{e.exports={en:["Bar Replay isn't available for this time interval. Want to exit Bar Replay?"]}},27377:e=>{e.exports={en:["Bars"]}},81994:e=>{e.exports={en:["Bars Pattern"]}},59213:e=>{e.exports={en:["Baseline"]}},71797:e=>{e.exports={en:["Belgrade"]}},64313:e=>{e.exports={
+en:["Berlin"]}},43539:e=>{e.exports={en:["Brush"]}},91499:e=>{e.exports={en:["Brussels"]}},70876:e=>{e.exports={en:["Bratislava"]}},55481:e=>{e.exports={en:["Bring forward"]}},17293:e=>{e.exports={en:["Bring to front"]}},79336:e=>{e.exports={en:["Brisbane"]}},33672:e=>{e.exports={en:["Bucharest"]}},20313:e=>{e.exports={en:["Budapest"]}},25282:e=>{e.exports={en:["Buenos Aires"]}},46768:e=>{e.exports={en:["By TradingView"]}},54280:e=>{e.exports={en:["Go to date"]}},74975:e=>{e.exports={en:["Go to {lineToolName}"]}},15462:e=>{e.exports={en:["Got it"]}},47460:e=>{e.exports={en:["Gann Box"]}},48683:e=>{e.exports={en:["Gann Fan"]}},44763:e=>{e.exports={en:["Gann Square"]}},60707:e=>{e.exports={en:["Gann Square Fixed"]}},46808:e=>{e.exports={en:["Ghost Feed"]}},57726:e=>{e.exports={en:["Grand supercycle"]}},15096:e=>{e.exports={en:["Do you really want to delete indicator template '{name}' ?"]}},77174:e=>{e.exports={en:["Do you really want to delete study and all of it's children?"]}},77125:e=>{e.exports={en:["Double Curve"]}},9430:e=>{e.exports={en:["Double-click any edge to reset layout grid"]}},75296:e=>{e.exports={en:["Double-click to finish Path"]}},17409:e=>{e.exports={en:["Double-click to finish Polyline"]}},36539:e=>{e.exports={en:["Double-tap any edge to reset layout grid"]}},57131:e=>{e.exports={en:["Data Provided by"]}},22677:e=>{e.exports={en:["Date"]}},85444:e=>{e.exports={en:["Date Range"]}},47017:e=>{e.exports={en:["Date and Price Range"]}},32084:e=>{e.exports={en:["Dec"]}},23403:e=>{e.exports={en:["Degree"]}},27358:e=>{e.exports={en:["Denver"]}},24959:e=>{e.exports={en:["Dhaka"]}},15179:e=>{e.exports={en:["Diamond"]}},91544:e=>{e.exports={en:["Disjoint Channel"]}},70132:e=>{e.exports={en:["Displacement"]}},93864:e=>{e.exports={en:["Drawings toolbar"]}},56916:e=>{e.exports={en:["Draw Horizontal Line at {price}"]}},23650:e=>{e.exports={en:["Dubai"]}},79716:e=>{e.exports={en:["Dublin"]}},73456:e=>{e.exports={en:["Emoji"]}},9541:e=>{e.exports={en:["Enter a new chart layout name"]}},80943:e=>{e.exports={en:["Elliott Correction Wave (ABC)"]}},75112:e=>{e.exports={en:["Elliott Double Combo Wave (WXY)"]}},61114:e=>{e.exports={en:["Elliott Impulse Wave (12345)"]}},72359:e=>{e.exports={en:["Elliott Triangle Wave (ABCDE)"]}},76129:e=>{e.exports={en:["Elliott Triple Combo Wave (WXYXZ)"]}},78996:e=>{e.exports={en:["Ellipse"]}},52788:e=>{e.exports={en:["Extended Line"]}},86905:e=>{e.exports={en:["Exchange"]}},19271:e=>{e.exports={en:["Existing pane above"]}},46545:e=>{e.exports={en:["Existing pane below"]}},20138:e=>{e.exports={en:["Forecast"]}},2507:e=>{e.exports={en:["Feb"]}},59005:e=>{e.exports={en:["Fib Channel"]}},82330:e=>{e.exports={en:["Fib Circles"]}},55986:e=>{e.exports={en:["Fib Retracement"]}},33880:e=>{e.exports={en:["Fib Speed Resistance Arcs"]}},2395:e=>{e.exports={en:["Fib Speed Resistance Fan"]}},39014:e=>{e.exports={en:["Fib Spiral"]}},30622:e=>{e.exports={en:["Fib Time Zone"]}},85042:e=>{e.exports={en:["Fib Wedge"]}},33885:e=>{e.exports={en:["Flag"]}},14600:e=>{e.exports={en:["Flag Mark"]}},45051:e=>{
+e.exports={en:["Flat Top/Bottom"]}},39643:e=>{e.exports={en:["Fraction part is invalid."]}},24077:e=>{e.exports={en:["Fundamental studies are no longer available on charts"]}},31561:e=>{e.exports={en:["Kolkata"]}},54533:e=>{e.exports={en:["Kathmandu"]}},83490:e=>{e.exports={en:["Kagi"]}},70913:e=>{e.exports={en:["Karachi"]}},76614:e=>{e.exports={en:["Kuwait"]}},38561:e=>{e.exports={en:["Kuala Lumpur"]}},99906:e=>{e.exports={en:["HLC area"]}},886:e=>{e.exports={en:["HLC bars"]}},34491:e=>{e.exports={en:["Ho Chi Minh"]}},13459:e=>{e.exports={en:["Hollow candles"]}},48861:e=>{e.exports={en:["Hong Kong"]}},79668:e=>{e.exports={en:["Honolulu"]}},21795:e=>{e.exports={en:["Horizontal Line"]}},25487:e=>{e.exports={en:["Horizontal Ray"]}},21928:e=>{e.exports={en:["Head and Shoulders"]}},63876:e=>{e.exports={en:["Heikin Ashi"]}},48203:e=>{e.exports={en:["Helsinki"]}},27298:e=>{e.exports={en:["Hide"]}},47074:e=>{e.exports={en:["Hide all"]}},52563:e=>{e.exports={en:["Hide all drawings"]}},90763:e=>{e.exports={en:["Hide all drawings and indicators"]}},18216:e=>{e.exports={en:["Hide all drawings, indicators, positions & orders"]}},78525:e=>{e.exports={en:["Hide all indicators"]}},42164:e=>{e.exports={en:["Hide all positions & orders"]}},3217:e=>{e.exports={en:["Hide drawings"]}},97878:e=>{e.exports={en:["Hide events on chart"]}},72351:e=>{e.exports={en:["Hide indicators"]}},28345:e=>{e.exports={en:["Hide marks on bars"]}},92226:e=>{e.exports={en:["Hide positions & orders"]}},78254:e=>{e.exports={en:["High"]}},98236:e=>{e.exports={en:["High-low"]}},99479:e=>{e.exports={en:["High and low price labels"]}},33766:e=>{e.exports={en:["High and low price lines"]}},69476:e=>{e.exports={en:["Highlighter"]}},72819:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."]}},94966:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Ticks Per Row{boldHighlightEnd} in the settings window."]}},66751:e=>{e.exports={en:["Histogram is too large, please reduce {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."]}},68065:e=>{e.exports={en:["Image"]}},80185:e=>{e.exports={en:["Intervals less than {resolution} are not supported for {ticker}."]}},10268:e=>{e.exports={en:["Intermediate"]}},14285:e=>{e.exports={en:["Invalid Symbol"]}},52969:e=>{e.exports={en:["Invalid symbol"]}},37189:e=>{e.exports={en:["Invert scale"]}},89999:e=>{e.exports={en:["Indexed to 100"]}},46850:e=>{e.exports={en:["Indicators value labels"]}},54418:e=>{e.exports={en:["Indicators name labels"]}},40490:e=>{e.exports={en:["Indicators, Metrics and Strategies. Press slash"]}},15992:e=>{e.exports={en:["Info Line"]}},87829:e=>{e.exports={en:["Insert indicator"]}},41686:e=>{e.exports={en:["Inside Pitchfork"]}},37913:e=>{e.exports={en:["Icon"]}},78326:e=>{e.exports={en:["Istanbul"]}},39585:e=>{e.exports={en:["Johannesburg"]}},14995:e=>{e.exports={en:["Jakarta"]}},62310:e=>{e.exports={en:["Jan"]}},36057:e=>{e.exports={en:["Jerusalem"]}},53786:e=>{e.exports={en:["Jul"]}
+},429:e=>{e.exports={en:["Jun"]}},67560:e=>{e.exports={en:["Juneau"]}},62329:e=>{e.exports={en:["On the left"]}},55813:e=>{e.exports={en:["On the right"]}},64818:e=>{e.exports={en:["Only {availableResolutions} intervals are supported for {ticker}."]}},21064:e=>{e.exports={en:["Oops!"]}},51221:e=>{e.exports={en:["Object Tree"]}},12179:e=>{e.exports={en:["Oct"]}},16610:e=>{e.exports={en:["Open"]}},27884:e=>{e.exports={en:["Open layout. Press period"]}},75722:e=>{e.exports={en:["Oslo"]}},65318:e=>{e.exports={en:["Low"]}},51077:e=>{e.exports={en:["Lock"]}},79777:e=>{e.exports={en:["Lock/unlock"]}},66005:e=>{e.exports={en:["Lock vertical cursor line by time"]}},14017:e=>{e.exports={en:["Lock price to bar ratio"]}},16170:e=>{e.exports={en:["Logarithmic"]}},19439:e=>{e.exports={en:["London"]}},74832:e=>{e.exports={en:["Long Position"]}},28733:e=>{e.exports={en:["Los Angeles"]}},85924:e=>{e.exports={en:["Label Down"]}},52402:e=>{e.exports={en:["Label Up"]}},5119:e=>{e.exports={en:["Labels"]}},19931:e=>{e.exports={en:["Lagos"]}},63815:e=>{e.exports={en:["Last day change"]}},59444:e=>{e.exports={en:["Lima"]}},3554:e=>{e.exports={en:["Line"]}},9394:e=>{e.exports={en:["Line with markers"]}},43588:e=>{e.exports={en:["Line break"]}},56982:e=>{e.exports={en:["Lines"]}},37367:e=>{e.exports={en:["Link to the chart image copied to clipboard {emoji}"]}},53375:e=>{e.exports={en:["Lisbon"]}},81038:e=>{e.exports={en:["Luxembourg"]}},60663:e=>{e.exports={en:["Move the point to position the anchor then tap to place"]}},35049:e=>{e.exports={en:["Move to"]}},26493:e=>{e.exports={en:["Move scale to left"]}},40789:e=>{e.exports={en:["Move scale to right"]}},57681:e=>{e.exports={en:["Modified Schiff Pitchfork"]}},93907:e=>{e.exports={en:["More settings"]}},64039:e=>{e.exports={en:["Moscow"]}},52066:e=>{e.exports={en:["Madrid"]}},38365:e=>{e.exports={en:["Malta"]}},48991:e=>{e.exports={en:["Manila"]}},92767:e=>{e.exports={en:["Mar"]}},73332:e=>{e.exports={en:["Mexico City"]}},88314:e=>{e.exports={en:["Merge all scales into one"]}},54215:e=>{e.exports={en:["Mixed"]}},24866:e=>{e.exports={en:["Micro"]}},87957:e=>{e.exports={en:["Millennium"]}},14724:e=>{e.exports={en:["Minuette"]}},78273:e=>{e.exports={en:["Minuscule"]}},9865:e=>{e.exports={en:["Muscat"]}},96935:e=>{e.exports={en:["N/A"]}},36252:e=>{e.exports={en:["No data here"]}},11254:e=>{e.exports={en:["No scale (fullscreen)"]}},9140:e=>{e.exports={en:["No sync"]}},50910:e=>{e.exports={en:["No volume data"]}},99024:e=>{e.exports={en:["No, keep them"]}},94389:e=>{e.exports={en:["Note"]}},26899:e=>{e.exports={en:["Nov"]}},67891:e=>{e.exports={en:["Norfolk Island"]}},40977:e=>{e.exports={en:["Nairobi"]}},40544:e=>{e.exports={en:["New York"]}},66103:e=>{e.exports={en:["New Zealand"]}},15512:e=>{e.exports={en:["New pane above"]}},52160:e=>{e.exports={en:["New pane below"]}},94600:e=>{e.exports={en:["Nicosia"]}},73013:e=>{e.exports={en:["Something went wrong"]}},83524:e=>{e.exports={en:["Something went wrong when creating the indicator."]}},4509:e=>{e.exports={
+en:["Something went wrong. Please try again later."]}},43047:e=>{e.exports={en:["Save New Chart Layout"]}},76266:e=>{e.exports={en:["Save as"]}},55502:e=>{e.exports={en:["San Salvador"]}},30231:e=>{e.exports={en:["Santiago"]}},91912:e=>{e.exports={en:["Sao Paulo"]}},43931:e=>{e.exports={en:["Scale currency"]}},43758:e=>{e.exports={en:["Scale price chart only"]}},40012:e=>{e.exports={en:["Scale unit"]}},42608:e=>{e.exports={en:["Schiff Pitchfork"]}},76078:e=>{e.exports={en:["Script may be not updated if you leave the page."]}},32514:e=>{e.exports={en:["Settings"]}},70784:e=>{e.exports={en:["Second fraction part is invalid."]}},75594:e=>{e.exports={en:["Security info"]}},21973:e=>{e.exports={en:["Send to back"]}},71179:e=>{e.exports={en:["Send backward"]}},26820:e=>{e.exports={en:["Seoul"]}},6816:e=>{e.exports={en:["Sep"]}},94031:e=>{e.exports={en:["Session"]}},83298:e=>{e.exports={en:["Session volume profile"]}},66707:e=>{e.exports={en:["Session breaks"]}},1852:e=>{e.exports={en:["Shanghai"]}},8075:e=>{e.exports={en:["Short Position"]}},98334:e=>{e.exports={en:["Show"]}},85891:e=>{e.exports={en:["Show all drawings"]}},25881:e=>{e.exports={en:["Show all drawings and indicators"]}},86738:e=>{e.exports={en:["Show all drawings, indicators, positions & orders"]}},98753:e=>{e.exports={en:["Show all indicators"]}},55418:e=>{e.exports={en:["Show all ideas"]}},20506:e=>{e.exports={en:["Show all positions & orders"]}},33158:e=>{e.exports={en:["Show continuous contract switch"]}},81465:e=>{e.exports={en:["Show contract expiration"]}},29449:e=>{e.exports={en:["Show dividends"]}},37113:e=>{e.exports={en:["Show earnings"]}},10261:e=>{e.exports={en:["Show ideas of followed users"]}},62986:e=>{e.exports={en:["Show latest news"]}},44020:e=>{e.exports={en:["Show my ideas only"]}},50849:e=>{e.exports={en:["Show splits"]}},67751:e=>{e.exports={en:["Signpost"]}},77377:e=>{e.exports={en:["Singapore"]}},39090:e=>{e.exports={en:["Sine Line"]}},66205:e=>{e.exports={en:["Square"]}},86146:e=>{e.exports={en:["Studies limit exceeded: {number} studies per layout.\nPlease, remove some studies."]}},92516:e=>{e.exports={en:["Style"]}},61507:e=>{e.exports={en:["Stack on the left"]}},97800:e=>{e.exports={en:["Stack on the right"]}},85166:e=>{e.exports={en:["Start using keyboard navigation mode. Press {shortcut}"]}},4035:e=>{e.exports={en:["Stay in drawing mode"]}},69217:e=>{e.exports={en:["Step line"]}},43114:e=>{e.exports={en:["Sticker"]}},86716:e=>{e.exports={en:["Stockholm"]}},1145:e=>{e.exports={en:["Submicro"]}},63375:e=>{e.exports={en:["Submillennium"]}},30585:e=>{e.exports={en:["Subminuette"]}},67948:e=>{e.exports={en:["Supercycle"]}},3348:e=>{e.exports={en:["Supermillennium"]}},18905:e=>{e.exports={en:["Switch to {resolution}"]}},31622:e=>{e.exports={en:["Sydney"]}},70963:e=>{e.exports={en:["Symbol Error"]}},32390:e=>{e.exports={en:["Symbol name label"]}},10127:e=>{e.exports={en:["Symbol last price label"]}},39079:e=>{e.exports={en:["Sync globally"]}},46607:e=>{e.exports={en:["Sync in layout"]}},76519:e=>{e.exports={en:["Point & figure"]}},
+39949:e=>{e.exports={en:["Polyline"]}},371:e=>{e.exports={en:["Path"]}},59256:e=>{e.exports={en:["Parallel Channel"]}},61879:e=>{e.exports={en:["Paris"]}},35140:e=>{e.exports={en:["Paste"]}},6919:e=>{e.exports={en:["Percent"]}},24436:e=>{e.exports={en:["Perth"]}},14055:e=>{e.exports={en:["Phoenix"]}},34156:e=>{e.exports={en:["Pitchfan"]}},19634:e=>{e.exports={en:["Pitchfork"]}},86631:e=>{e.exports={en:["Pin"]}},33110:e=>{e.exports={en:["Pin to new left scale"]}},28280:e=>{e.exports={en:["Pin to new right scale"]}},14115:e=>{e.exports={en:["Pin to left scale"]}},72046:e=>{e.exports={en:["Pin to left scale (hidden)"]}},81054:e=>{e.exports={en:["Pin to right scale"]}},16986:e=>{e.exports={en:["Pin to right scale (hidden)"]}},60035:e=>{e.exports={en:["Pin to scale (now left)"]}},94210:e=>{e.exports={en:["Pin to scale (now no scale)"]}},10761:e=>{e.exports={en:["Pin to scale (now right)"]}},76150:e=>{e.exports={en:["Pin to scale (now {label})"]}},29436:e=>{e.exports={en:["Pin to scale {label}"]}},2165:e=>{e.exports={en:["Pin to scale {label} (hidden)"]}},90095:e=>{e.exports={en:["Pinned to left scale"]}},32538:e=>{e.exports={en:["Pinned to left scale (hidden)"]}},44579:e=>{e.exports={en:["Pinned to right scale"]}},94559:e=>{e.exports={en:["Pinned to right scale (hidden)"]}},12645:e=>{e.exports={en:["Pinned to scale {label}"]}},3564:e=>{e.exports={en:["Pinned to scale {label} (hidden)"]}},71566:e=>{e.exports={en:["Plus button"]}},28298:e=>{e.exports={en:["Please give us a clipboard writing permission in your browser or press {keystroke}"]}},81248:e=>{e.exports={en:["Prague"]}},81712:e=>{e.exports={en:["Press and hold {key} while zooming to maintain the chart position"]}},91282:e=>{e.exports={en:["Price Label"]}},97512:e=>{e.exports={en:["Price Note"]}},68941:e=>{e.exports={en:["Price Range"]}},66123:e=>{e.exports={en:["Price format is invalid."]}},72926:e=>{e.exports={en:["Price line"]}},59189:e=>{e.exports={en:["Primary"]}},75747:e=>{e.exports={en:["Projection"]}},55801:e=>{e.exports={en:["Published on {customer}, {date}"]}},14568:e=>{e.exports={en:["Q1"]}},13534:e=>{e.exports={en:["Q2"]}},14530:e=>{e.exports={en:["Q3"]}},3762:e=>{e.exports={en:["Q4"]}},28756:e=>{e.exports={en:["Qatar"]}},57959:e=>{e.exports={en:["Quick search. Press {shortcut}"]}},56820:e=>{e.exports={en:["Rotated Rectangle"]}},52961:e=>{e.exports={en:["Rome"]}},50318:e=>{e.exports={en:["Ray"]}},55169:e=>{e.exports={en:["Range"]}},13386:e=>{e.exports={en:["Reykjavik"]}},26001:e=>{e.exports={en:["Rectangle"]}},48236:e=>{e.exports={en:["Redo"]}},2460:e=>{e.exports={en:["Regression Trend"]}},67410:e=>{e.exports={en:["Remove"]}},3061:e=>{e.exports={en:["Remove this financial metric from favorites"]}},58764:e=>{e.exports={en:["Remove this indicator from favorites"]}},86285:e=>{e.exports={en:["Remove {drawings}"]}},87796:e=>{e.exports={en:["Remove {drawings} & {indicators}"]}},87797:e=>{e.exports={en:["Remove {indicators}"]}},22584:e=>{e.exports={en:["Rename Chart Layout"]}},88130:e=>{e.exports={en:["Renko"]}},75246:e=>{e.exports={en:["Reset chart view"]}},
+88853:e=>{e.exports={en:["Reset points"]}},15332:e=>{e.exports={en:["Reset price scale"]}},54170:e=>{e.exports={en:["Reset time scale"]}},37974:e=>{e.exports={en:["Riyadh"]}},94022:e=>{e.exports={en:["Riga"]}},60630:e=>{e.exports={en:["Runtime error"]}},66719:e=>{e.exports={en:["Warning"]}},5959:e=>{e.exports={en:["Warsaw"]}},41446:e=>{e.exports={en:["To calculate the VWAP indicator, more data is needed. Zoom out or scroll left to load more historical data."]}},98549:e=>{e.exports={en:["Tokelau"]}},69122:e=>{e.exports={en:["Tokyo"]}},10095:e=>{e.exports={en:["Toronto"]}},17981:e=>{e.exports={en:["Table"]}},11034:e=>{e.exports={en:["Taipei"]}},79995:e=>{e.exports={en:["Tallinn"]}},6686:e=>{e.exports={en:["Tehran"]}},93553:e=>{e.exports={en:["Template"]}},81657:e=>{e.exports={en:["The data vendor doesn't provide volume data for this symbol."]}},49947:e=>{e.exports={en:["The publication preview could not be loaded. Please disable your browser extensions and try again."]}},99274:e=>{e.exports={en:["The request took too long to process. Ensure you have a stable internet connection. If the issue persists, try decreasing the length of the requested time interval."]}},43716:e=>{e.exports={en:["There's no data for your selected period and chart timeframe."]}},93738:e=>{e.exports={en:["This file is too big. Max size is {value}."]}},59519:e=>{e.exports={en:["This indicator cannot be applied to another indicator."]}},18260:e=>{e.exports={en:["This script contains an error. Please contact its author."]}},76989:e=>{e.exports={en:["This script is invite-only. To request access, please contact its author."]}},47773:e=>{e.exports={en:["This symbol is only available on {linkStart}TradingView{linkEnd}."]}},46982:e=>{e.exports={en:["Three Drives Pattern"]}},80254:e=>{e.exports={en:["Tick-based intervals are not available for {ticker}."]}},12806:e=>{e.exports={en:["Time"]}},20909:e=>{e.exports={en:["Time zone"]}},46852:e=>{e.exports={en:["Time Cycles"]}},17809:e=>{e.exports={en:["Time Price Opportunity"]}},66823:e=>{e.exports={en:["Trade"]}},7697:e=>{e.exports={en:["TradingView is interactive and has commands to use with a screen reader. The following is a list of keyboard commands available to interact on the platform"]}},35757:e=>{e.exports={en:["Trend Angle"]}},97339:e=>{e.exports={en:["Trend Line"]}},80583:e=>{e.exports={en:["Trend-Based Fib Extension"]}},72159:e=>{e.exports={en:["Trend-Based Fib Time"]}},1671:e=>{e.exports={en:["Triangle"]}},76152:e=>{e.exports={en:["Triangle Down"]}},90148:e=>{e.exports={en:["Triangle Pattern"]}},21236:e=>{e.exports={en:["Triangle Up"]}},21007:e=>{e.exports={en:["Tunis"]}},1833:e=>{e.exports={en:["UTC"]}},14804:e=>{e.exports={en:["Undo"]}},56815:e=>{e.exports={en:["Unexpected error in Deep Backtesting mode. Contact support for more information."]}},15432:e=>{e.exports={en:["Units"]}},11768:e=>{e.exports={en:["Unknown error"]}},99894:e=>{e.exports={en:["Unlock"]}},75546:e=>{e.exports={en:["Unsupported interval"]}},8580:e=>{e.exports={en:["User-defined error"]}},81030:e=>{e.exports={
+en:["VWAP is waiting for more data"]}},40693:e=>{e.exports={en:["Volume Profile Fixed Range"]}},39903:e=>{e.exports={en:["Volume Profile indicator available only on our upgraded plans."]}},93722:e=>{e.exports={en:["Volume candles"]}},69156:e=>{e.exports={en:["Volume data is not provided in BIST MIXED data plan."]}},92763:e=>{e.exports={en:["Volume footprint"]}},32838:e=>{e.exports={en:["Vancouver"]}},29535:e=>{e.exports={en:["Vertical Line"]}},23160:e=>{e.exports={en:["Vienna"]}},60534:e=>{e.exports={en:["Vilnius"]}},40091:e=>{e.exports={en:["Visibility"]}},54853:e=>{e.exports={en:["Visibility on intervals"]}},58302:e=>{e.exports={en:["Visible on tap"]}},10309:e=>{e.exports={en:["Visible on mouse over"]}},4077:e=>{e.exports={en:["Visual order"]}},11316:e=>{e.exports={en:["X Cross"]}},42231:e=>{e.exports={en:["XABCD Pattern"]}},25059:e=>{e.exports={en:["You cannot see this pivot timeframe on this resolution"]}},41019:e=>{e.exports={en:["You have locked drawings on this symbol. Do you want to remove the locked drawings too?"]}},53168:e=>{e.exports={en:["Yangon"]}},93123:e=>{e.exports={en:["Yes, remove them"]}},62859:e=>{e.exports={en:["Zurich"]}},47977:e=>{e.exports={en:["change Elliott degree"]}},61557:e=>{e.exports={en:["change no overlapping labels"]}},76852:e=>{e.exports={en:["change average close price label visibility"]}},1022:e=>{e.exports={en:["change average close price line visibility"]}},69362:e=>{e.exports={en:["change bid and ask labels visibility"]}},52919:e=>{e.exports={en:["change bid and ask lines visibility"]}},32302:e=>{e.exports={en:["change currency"]}},68846:e=>{e.exports={en:["change chart layout to {title}"]}},18867:e=>{e.exports={en:["change continuous contract switch visibility"]}},39383:e=>{e.exports={en:["change countdown to bar close visibility"]}},16979:e=>{e.exports={en:["change date range"]}},53929:e=>{e.exports={en:["change dividends visibility"]}},6119:e=>{e.exports={en:["change events visibility on chart"]}},6819:e=>{e.exports={en:["change earnings visibility"]}},85532:e=>{e.exports={en:["change futures contract expiration visibility"]}},24226:e=>{e.exports={en:["change high and low price labels visibility"]}},80692:e=>{e.exports={en:["change high and low price lines visibility"]}},24893:e=>{e.exports={en:["change indicators name labels visibility"]}},64729:e=>{e.exports={en:["change indicators value labels visibility"]}},50243:e=>{e.exports={en:["change latest news and Minds visibility"]}},88849:e=>{e.exports={en:["change linking group"]}},14691:e=>{e.exports={en:["change pane height"]}},96379:e=>{e.exports={en:["change plus button visibility"]}},76660:e=>{e.exports={en:["change point"]}},30870:e=>{e.exports={en:["change pre/post market price label visibility"]}},11718:e=>{e.exports={en:["change pre/post market price line visibility"]}},58419:e=>{e.exports={en:["change previous close price line visibility"]}},8662:e=>{e.exports={en:["change price line visibility"]}},2509:e=>{e.exports={en:["change price to bar ratio"]}},32829:e=>{e.exports={en:["change resolution"]}},35400:e=>{
+e.exports={en:["change symbol"]}},73357:e=>{e.exports={en:["change symbol labels visibility"]}},67453:e=>{e.exports={en:["change symbol last value visibility"]}},4729:e=>{e.exports={en:["change symbol previous close value visibility"]}},87041:e=>{e.exports={en:["change session"]}},38413:e=>{e.exports={en:["change session breaks visibility"]}},49965:e=>{e.exports={en:["change series style"]}},47474:e=>{e.exports={en:["change splits visibility"]}},20137:e=>{e.exports={en:["change timezone"]}},85975:e=>{e.exports={en:["change unit"]}},1924:e=>{e.exports={en:["change visibility"]}},84331:e=>{e.exports={en:["change visibility at current interval"]}},45800:e=>{e.exports={en:["change visibility at current interval and above"]}},75645:e=>{e.exports={en:["change visibility at current interval and below"]}},57916:e=>{e.exports={en:["change visibility at all intervals"]}},94566:e=>{e.exports={en:["charts by TradingView"]}},32943:e=>{e.exports={en:["clone line tools"]}},46219:e=>{e.exports={en:["create line tools group"]}},95394:e=>{e.exports={en:["create line tools group from selection"]}},12898:e=>{e.exports={en:["create {tool}"]}},94227:e=>{e.exports={en:["cut sources"]}},11500:e=>{e.exports={en:["cut {title}"]}},63869:e=>{e.exports={en:["anchor objects"]}},12570:e=>{e.exports={en:["add line tool {lineTool} to group {name}"]}},21162:e=>{e.exports={en:["add line tool(s) to group {group}"]}},67608:e=>{e.exports={en:["add this financial metric to entire layout"]}},96677:e=>{e.exports={en:["add this indicator to entire layout"]}},58156:e=>{e.exports={en:["add this strategy to entire layout"]}},79290:e=>{e.exports={en:["add this symbol to entire layout"]}},4128:e=>{e.exports={en:["align to 45 degrees"]}},68231:e=>{e.exports={en:["apply chart theme"]}},99551:e=>{e.exports={en:["apply all chart properties"]}},89720:e=>{e.exports={en:["apply drawing template"]}},27851:e=>{e.exports={en:["apply factory defaults to selected sources"]}},70507:e=>{e.exports={en:["apply indicators to entire layout"]}},69604:e=>{e.exports={en:["apply study template {template}"]}},86708:e=>{e.exports={en:["apply toolbars theme"]}},1979:e=>{e.exports={en:["bring group {title} forward"]}},53159:e=>{e.exports={en:["bring {title} to front"]}},41966:e=>{e.exports={en:["bring {title} forward"]}},44676:e=>{e.exports={en:["by TradingView"]}},58850:e=>{e.exports={en:["date range lock"]}},99395:e=>{e.exports={en:["exclude line tools from group {group}"]}},13017:e=>{e.exports={en:["hide {title}"]}},62249:e=>{e.exports={en:["hide marks on bars"]}},56558:e=>{e.exports={en:["interval lock"]}},6830:e=>{e.exports={en:["invert scale"]}},48818:e=>{e.exports={en:["insert {title}"]}},56307:e=>{e.exports={en:["insert {title} after {targetTitle}"]}},32960:e=>{e.exports={en:["insert {title} after {target}"]}},57106:e=>{e.exports={en:["insert {title} before {target}"]}},46229:e=>{e.exports={en:["insert {title} before {targetTitle}"]}},43364:e=>{e.exports={en:["load default drawing template"]}},62011:e=>{e.exports={en:["loading..."]}},76104:e=>{e.exports={en:["lock {title}"]}},
+20453:e=>{e.exports={en:["lock group {group}"]}},18942:e=>{e.exports={en:["lock objects"]}},98277:e=>{e.exports={en:["move"]}},58228:e=>{e.exports={en:["move {title} to new left scale"]}},77482:e=>{e.exports={en:["move {title} to new right scale"]}},64077:e=>{e.exports={en:["move all scales to left"]}},19013:e=>{e.exports={en:["move all scales to right"]}},52510:e=>{e.exports={en:["move drawing(s)"]}},79209:e=>{e.exports={en:["move left"]}},60114:e=>{e.exports={en:["move right"]}},44854:e=>{e.exports={en:["move scale"]}},10625:e=>{e.exports={en:["make {title} no scale (Full screen)"]}},76709:e=>{e.exports={en:["make group {group} invisible"]}},45987:e=>{e.exports={en:["make group {group} visible"]}},78055:e=>{e.exports={en:["merge down"]}},41866:e=>{e.exports={en:["merge to pane"]}},52458:e=>{e.exports={en:["merge up"]}},90091:e=>{e.exports={en:["n/a"]}},94981:e=>{e.exports={en:["scale price"]}},63796:e=>{e.exports={en:["scale price chart only"]}},70771:e=>{e.exports={en:["scale time"]}},42070:e=>{e.exports={en:["scroll"]}},87840:e=>{e.exports={en:["scroll time"]}},82241:e=>{e.exports={en:["set price scale selection strategy to {title}"]}},40962:e=>{e.exports={en:["send {title} backward"]}},5005:e=>{e.exports={en:["send {title} to back"]}},69546:e=>{e.exports={en:["send group {title} backward"]}},63934:e=>{e.exports={en:["share line tools globally"]}},90221:e=>{e.exports={en:["share line tools in layout"]}},13336:e=>{e.exports={en:["show all ideas"]}},91395:e=>{e.exports={en:["show ideas of followed users"]}},57460:e=>{e.exports={en:["show my ideas only"]}},4114:e=>{e.exports={en:["stay in drawing mode"]}},3350:e=>{e.exports={en:["stop syncing drawing"]}},49183:e=>{e.exports={en:["stop syncing line tool(s)"]}},53278:e=>{e.exports={en:["symbol lock"]}},91677:e=>{e.exports={en:["sync time"]}},3140:e=>{e.exports={en:["powered by"]}},92800:e=>{e.exports={en:["powered by TradingView"]}},62192:e=>{e.exports={en:["paste drawing"]}},1064:e=>{e.exports={en:["paste indicator"]}},57010:e=>{e.exports={en:["paste {title}"]}},78690:e=>{e.exports={en:["pin to left scale"]}},7495:e=>{e.exports={en:["pin to right scale"]}},81566:e=>{e.exports={en:["pin to scale {label}"]}},2618:e=>{e.exports={en:["rearrange panes"]}},60806:e=>{e.exports={en:["remove all indicators"]}},29096:e=>{e.exports={en:["remove all indicators and drawing tools"]}},27171:e=>{e.exports={en:["remove deselected empty line tools"]}},30538:e=>{e.exports={en:["remove drawings"]}},1193:e=>{e.exports={en:["remove drawings group"]}},38199:e=>{e.exports={en:["remove line data sources"]}},93333:e=>{e.exports={en:["remove pane"]}},94543:e=>{e.exports={en:["remove {title}"]}},41430:e=>{e.exports={en:["removing line tools group {name}"]}},80491:e=>{e.exports={en:["rename group {group} to {newName}"]}},85366:e=>{e.exports={en:["reset layout sizes"]}},3323:e=>{e.exports={en:["reset scales"]}},17336:e=>{e.exports={en:["reset time scale"]}},47418:e=>{e.exports={en:["resize layout"]}},85815:e=>{e.exports={en:["restore defaults"]}},96881:e=>{e.exports={en:["restore study defaults"]
+}},63095:e=>{e.exports={en:["toggle maximized pane state"]}},42240:e=>{e.exports={en:["toggle auto scale"]}},46054:e=>{e.exports={en:["toggle collapsed pane state"]}},24736:e=>{e.exports={en:["toggle indexed to 100 scale"]}},49695:e=>{e.exports={en:["toggle lock scale"]}},49403:e=>{e.exports={en:["toggle log scale"]}},98994:e=>{e.exports={en:["toggle percentage scale"]}},80688:e=>{e.exports={en:["toggle regular scale"]}},46807:e=>{e.exports={en:["track time"]}},8040:e=>{e.exports={en:["turn line tools sharing off"]}},99234:e=>{e.exports={en:["unanchor objects"]}},23230:e=>{e.exports={en:["unlock objects"]}},74590:e=>{e.exports={en:["unlock group {group}"]}},12525:e=>{e.exports={en:["unlock {title}"]}},81576:e=>{e.exports={en:["unmerge to new bottom pane"]}},79443:e=>{e.exports={en:["unmerge up"]}},46453:e=>{e.exports={en:["unmerge down"]}},94656:e=>{e.exports={en:["{chartStyle} chart type isn't currently available for tick-based intervals."]}},41643:e=>{e.exports={en:["{count} bars"]}},83470:e=>{e.exports={en:["{symbol} financials by TradingView"]}},40947:e=>{e.exports={en:["{userName} published on {customer}, {date}"]}},91084:e=>{e.exports={en:["zoom"]}},49856:e=>{e.exports={en:["zoom in"]}},73638:e=>{e.exports={en:["zoom out"]}},41807:e=>{e.exports={en:["day","days"]}},42328:e=>{e.exports={en:["hour","hours"]}},98393:e=>{e.exports={en:["month","months"]}},78318:e=>{e.exports={en:["minute","minutes"]}},33232:e=>{e.exports={en:["second","seconds"]}},89937:e=>{e.exports={en:["range","ranges"]}},48898:e=>{e.exports={en:["week","weeks"]}},11913:e=>{e.exports={en:["tick","ticks"]}},22299:e=>{e.exports={en:["{amount} drawing","{amount} drawings"]}},68984:e=>{e.exports={en:["{amount} indicator","{amount} indicators"]}},58590:e=>{e.exports={en:["{count}m","{count}m"]}},47801:e=>{e.exports={en:["{count}d","{count}d"]}},46766:e=>{e.exports={en:["{count}y","{count}y"]}},56316:e=>{e.exports=Object.create(null),e.exports["#AAPL-symbol-description"]={en:["Apple Inc"]},e.exports["#AMEX:SCHO-symbol-description"]={en:["Schwab Short-Term U.S. Treasury ETF"]},e.exports["#AMEX:SHYG-symbol-description"]={en:["Shares 0-5 YEAR High Yield Corporate Bond ETF"]},e.exports["#ASX:XAF-symbol-description"]={en:["S&P/ASX All Australian 50 Index"]},e.exports["#ASX:XAT-symbol-description"]={en:["S&P/ASX All Australian 200 Index"]},e.exports["#ASX:XJO-symbol-description"]={en:["S&P/ASX 200 Index"]},e.exports["#AUDCAD-symbol-description"]={en:["Australian Dollar/Canadian Dollar"]},e.exports["#AUDCHF-symbol-description"]={en:["Australian Dollar / Swiss Franc"]},e.exports["#AUDJPY-symbol-description"]={en:["Australian Dollar / Japanese Yen"]},e.exports["#AUDNZD-symbol-description"]={en:["Australian Dollar / New Zealand Dollar"]},e.exports["#AUDRUB-symbol-description"]={en:["Australian Dollar / Russian Ruble"]},e.exports["#AUDUSD-symbol-description"]={en:["Australian Dollar / U.S. Dollar"]},e.exports["#BCBA:IMV-symbol-description"]={en:["S&P MERVAL Index"]},e.exports["#BCHEUR-symbol-description"]={en:["Bitcoin Cash / Euro"]},
+e.exports["#BCHUSD-symbol-description"]={en:["Bitcoin Cash / U.S. Dollar"]},e.exports["#BELEX:BELEX15-symbol-description"]={en:["BELEX 15 Index"]},e.exports["#BIST:XU100-symbol-description"]={en:["BIST 100 Index"]},e.exports["#BITMEX:XBT-symbol-description"]={en:["Bitcoin / U.S. Dollar Index"]},e.exports["#BME:IBC-symbol-description"]={en:["IBEX 35 Index"]},e.exports["#BMFBOVESPA:IBOV-symbol-description"]={en:["Bovespa Index"]},e.exports["#BMFBOVESPA:IBRA-symbol-description"]={en:["IBrasil Index"]},e.exports["#BMFBOVESPA:IBXL-symbol-description"]={en:["Brazil 50 Index"]},e.exports["#BMV:CT-symbol-description"]={en:["China SX20 RT"]},e.exports["#BMV:F-symbol-description"]={en:["Ford Motor Company"]},e.exports["#BMV:ME-symbol-description"]={en:["S&P/BMV IPC Index"]},e.exports["#BRLJPY-symbol-description"]={en:["Brazilian Real / Japanese Yen"]},e.exports["#BSE:ITI-symbol-description"]={en:["ITI Ltd"]},e.exports["#BSE:SENSEX-symbol-description"]={en:["S&P BSE Sensex Index"]},e.exports["#BTCBRL-symbol-description"]={en:["Bitcoin / Brazilian Real"]},e.exports["#BTCCAD-symbol-description"]={en:["Bitcoin / Canadian Dollar"]},e.exports["#BTCCNY-symbol-description"]={en:["Bitcoin / Chinese Yuan"]},e.exports["#BTCEUR-symbol-description"]={en:["Bitcoin / Euro"]},e.exports["#BTCGBP-symbol-description"]={en:["Bitcoin / British Pound"]},e.exports["#BTCJPY-symbol-description"]={en:["Bitcoin / Japanese Yen"]},e.exports["#BTCKRW-symbol-description"]={en:["Bitcoin / South Korean Won"]},e.exports["#BTCPLN-symbol-description"]={en:["Bitcoin / Polish Zloty"]},e.exports["#BTCRUB-symbol-description"]={en:["Bitcoin / Russian Ruble"]},e.exports["#BTCTHB-symbol-description"]={en:["Bitcoin / Thai Baht"]},e.exports["#BTCUSD-symbol-description"]={en:["Bitcoin / U.S. Dollar"]},e.exports["#BTGUSD-symbol-description"]={en:["Bitcoin Gold / U.S. Dollar"]},e.exports["#BVL:SPBLPGPT-symbol-description"]={en:["S&P / BVL Peru General Index (PEN)"]},e.exports["#BVSP-symbol-description"]={en:["Brazil Bovespa Index"]},e.exports["#CADJPY-symbol-description"]={en:["Canadian Dollar / Japanese Yen"]},e.exports["#CADUSD-symbol-description"]={en:["Canadian Dollar / U.S. Dollar"]},e.exports["#CBOE:OEX-symbol-description"]={en:["S&P 100 Index"]},e.exports["#CBOE:VIX-symbol-description"]={en:["Volatility S&P 500 Index"]},e.exports["#CBOT:ZB1!-symbol-description"]={en:["T-Bond Futures"]},e.exports["#CBOT:ZC1!-symbol-description"]={en:["Corn Futures"]},e.exports["#CBOT:ZM1!-symbol-description"]={en:["Soybean Meal Futures"]},e.exports["#CBOT:ZN1!-symbol-description"]={en:["10 Year T-Note Futures"]},e.exports["#CBOT:ZO1!-symbol-description"]={en:["Oat Futures"]},e.exports["#CBOT:ZQ1!-symbol-description"]={en:["30 Day Federal Funds Interest Rate Futures"]},e.exports["#CBOT:ZR1!-symbol-description"]={en:["Rice Futures"]},e.exports["#CBOT:ZS1!-symbol-description"]={en:["Soybean Futures"]},e.exports["#CBOT:ZW1!-symbol-description"]={en:["Wheat Futures"]},e.exports["#CBOT_MINI:XK1!-symbol-description"]={en:["Soybean Mini Futures"]},
+e.exports["#CBOT_MINI:XW1!-symbol-description"]={en:["Wheat Mini Futures"]},e.exports["#CBOT_MINI:YM1!-symbol-description"]={en:["E-mini Dow Jones ($5) Futures"]},e.exports["#CHFJPY-symbol-description"]={en:["Swiss Franc / Japanese Yen"]},e.exports["#CHFUSD-symbol-description"]={en:["Swiss Franc / U.S. Dollar"]},e.exports["#CME:BTC1!-symbol-description"]={en:["Bitcoin CME Futures"]},e.exports["#CME:CB1!-symbol-description"]={en:["Butter Futures-Cash (Continuous: Current contract in front)"]},e.exports["#CME:GF1!-symbol-description"]={en:["Feeder Cattle Futures"]},e.exports["#CME:HE1!-symbol-description"]={en:["Lean Hogs Futures"]},e.exports["#CME:LE1!-symbol-description"]={en:["Live Cattle Futures"]},e.exports["#CME_MINI:E71!-symbol-description"]={en:["Euro E-mini Futures"]},e.exports["#CME_MINI:ES1!-symbol-description"]={en:["S&P 500 E-mini Futures"]},e.exports["#CME_MINI:J71!-symbol-description"]={en:["Japanese Yen E-mini Futures"]},e.exports["#CME_MINI:NQ1!-symbol-description"]={en:["NASDAQ 100 E-mini Futures"]},e.exports["#CME_MINI:RTY1!-symbol-description"]={en:["E-Mini Russell 2000 Index Futures"]},e.exports["#COMEX:AEP1!-symbol-description"]={en:["Aluminium European Premium Futures"]},e.exports["#COMEX:AUP1!-symbol-description"]={en:["Aluminum MW U.S. Transaction Premium Platts (25MT) Futures"]},e.exports["#COMEX:GC1!-symbol-description"]={en:["Gold Futures"]},e.exports["#COMEX:HG1!-symbol-description"]={en:["Copper Futures"]},e.exports["#COMEX:SI1!-symbol-description"]={en:["Silver Futures"]},e.exports["#COMEX_MINI:QC1!-symbol-description"]={en:["E-mini Copper Futures"]},e.exports["#COMEX_MINI:QI1!-symbol-description"]={en:["Silver (Mini) Futures"]},e.exports["#COMEX_MINI:QO1!-symbol-description"]={en:["Gold (Mini) Futures"]},e.exports["#COPPER-symbol-description"]={en:["CFDs on Copper"]},e.exports["#CORNUSD-symbol-description"]={en:["CFDs on Corn"]},e.exports["#COTUSD-symbol-description"]={en:["CFDs on Cotton"]},e.exports["#CRYPTOCAP:TOTAL-symbol-description"]={en:["Crypto Total Market Cap, $"]},e.exports["#DFM:DFMGI-symbol-description"]={en:["DFM Index"]},e.exports["#DJ:DJA-symbol-description"]={en:["Dow Jones Composite Average Index"]},e.exports["#DJ:DJCIAGC-symbol-description"]={en:["Dow Jones Commodity Index Agriculture Capped Component"]},e.exports["#DJ:DJCICC-symbol-description"]={en:["Dow Jones Commodity Index Cocoa"]},e.exports["#DJ:DJCIEN-symbol-description"]={en:["Dow Jones Commodity Index Energy"]},e.exports["#DJ:DJCIGC-symbol-description"]={en:["Dow Jones Commodity Index Gold"]},e.exports["#DJ:DJCIGR-symbol-description"]={en:["Dow Jones Commodity Index Grains"]},e.exports["#DJ:DJCIIK-symbol-description"]={en:["Dow Jones Commodity Index Nickel"]},e.exports["#DJ:DJCIKC-symbol-description"]={en:["Dow Jones Commodity Index Coffee"]},e.exports["#DJ:DJCISB-symbol-description"]={en:["Dow Jones Commodity Index Sugar"]},e.exports["#DJ:DJCISI-symbol-description"]={en:["Dow Jones Commodity Index Silver"]},e.exports["#DJ:DJI-symbol-description"]={en:["Dow Jones Industrial Average Index"]},
+e.exports["#DJ:DJT-symbol-description"]={en:["Dow Jones Transportation Average Index"]},e.exports["#DJ:DJU-symbol-description"]={en:["Dow Jones Utility Average Index"]},e.exports["#DJ:DJUSCL-symbol-description"]={en:["Dow Jones U.S. Coal Index"]},e.exports["#EGX:EGX30-symbol-description"]={en:["EGX 30 Index"]},e.exports["#ETCBTC-symbol-description"]={en:["Ethereum Classic / Bitcoin"]},e.exports["#ETCEUR-symbol-description"]={en:["Ethereum Classic / Euro"]},e.exports["#ETCUSD-symbol-description"]={en:["Ethereum Classic / U.S. Dollar"]},e.exports["#ETHBTC-symbol-description"]={en:["Ethereum / Bitcoin"]},e.exports["#ETHEUR-symbol-description"]={en:["Ethereum / Euro"]},e.exports["#ETHGBP-symbol-description"]={en:["Ethereum / British Pound"]},e.exports["#ETHJPY-symbol-description"]={en:["Ethereum / Japanese Yen"]},e.exports["#ETHKRW-symbol-description"]={en:["Ethereum / South Korean Won"]},e.exports["#ETHTHB-symbol-description"]={en:["Ethereum / Thai Baht"]},e.exports["#ETHUSD-symbol-description"]={en:["Ethereum / U.S. Dollar"]},e.exports["#EUBUND-symbol-description"]={en:["Euro Bund"]},e.exports["#EURAUD-symbol-description"]={en:["Euro / Australian Dollar"]},e.exports["#EURBRL-symbol-description"]={en:["Euro / Brazilian Real"]},e.exports["#EURCAD-symbol-description"]={en:["Euro / Canadian Dollar"]},e.exports["#EURCHF-symbol-description"]={en:["Euro / Swiss Franc"]},e.exports["#EURGBP-symbol-description"]={en:["Euro / British Pound"]},e.exports["#EURJPY-symbol-description"]={en:["Euro / Japanese Yen"]},e.exports["#EURNOK-symbol-description"]={en:["Euro / Norwegian Krone"]},e.exports["#EURNZD-symbol-description"]={en:["Euro / New Zealand Dollar"]},e.exports["#EURONEXT:AEX-symbol-description"]={en:["AEX Index"]},e.exports["#EURONEXT:BEL20-symbol-description"]={en:["BEL 20 Index"]},e.exports["#EURONEXT:PX1-symbol-description"]={en:["CAC 40 Index"]},e.exports["#EURRUB-symbol-description"]={en:["Euro / Russian Ruble"]},e.exports["#EURRUB_TOM-symbol-description"]={en:["Euro / Russian Ruble TOM"]},e.exports["#EURSEK-symbol-description"]={en:["Euro / Swedish Krona"]},e.exports["#EURTRY-symbol-description"]={en:["Euro / Turkish Lira"]},e.exports["#EURUSD-symbol-description"]={en:["Euro / U.S. Dollar"]},e.exports["#EUSTX50-symbol-description"]={en:["Euro Stoxx 50 Index"]},e.exports["#FOREXCOM:US2000-symbol-description"]={en:["US Small Cap 2000"]},e.exports["#FRA40-symbol-description"]={en:["CAC 40 Index"]},e.exports["#FRED:GDP-symbol-description"]={en:["Gross Domestic Product, 1 Decimal"]},e.exports["#FRED:POP-symbol-description"]={en:["Total Population: All Ages Including Armed Forces Overseas"]},e.exports["#FRED:UNRATE-symbol-description"]={en:["Civilian Unemployment Rate"]},e.exports["#FTSEMYX:FBMKLCI-symbol-description"]={en:["FTSE Bursa Malaysia KLCI Index"]},e.exports["#FWB:KT1-symbol-description"]={en:["Key Tronic Corр."]},e.exports["#FX:AUS200-symbol-description"]={en:["S&P/ASX Index"]},e.exports["#FX:US30-symbol-description"]={en:["Dow Jones Industrial Average Index"]},e.exports["#GBPAUD-symbol-description"]={
+en:["British Pound / Australian Dollar"]},e.exports["#GBPCAD-symbol-description"]={en:["British Pound / Canadian Dollar"]},e.exports["#GBPCHF-symbol-description"]={en:["British Pound / Swiss Franc"]},e.exports["#GBPEUR-symbol-description"]={en:["British Pound / Euro"]},e.exports["#GBPJPY-symbol-description"]={en:["British Pound / Japanese Yen"]},e.exports["#GBPNZD-symbol-description"]={en:["British Pound / New Zealand Dollar"]},e.exports["#GBPPLN-symbol-description"]={en:["British Pound / Polish Zloty"]},e.exports["#GBPRUB-symbol-description"]={en:["British Pound / Russian Ruble"]},e.exports["#GBPUSD-symbol-description"]={en:["British Pound / U.S. Dollar"]},e.exports["#GER30-symbol-description"]={en:["DAX Index"]},e.exports["#GOOG-symbol-description"]={en:["Alphabet Inc (Google) Class C"]},e.exports["#GOOGL-symbol-description"]={en:["Alphabet Inc (Google) Class A"]},e.exports["#GPW:ACG-symbol-description"]={en:["Acautogaz"]},e.exports["#GPW:WIG20-symbol-description"]={en:["WIG20 Index"]},e.exports["#HSI:HSI-symbol-description"]={en:["Hang Seng Index"]},e.exports["#ICEUS:DX1!-symbol-description"]={en:["U.S. Dollar Index Futures"]},e.exports["#IDX:COMPOSITE-symbol-description"]={en:["IDX Composite Index"]},e.exports["#INDEX:HSCE-symbol-description"]={en:["Hang Seng China Enterprises Index"]},e.exports["#INDEX:JKSE-symbol-description"]={en:["Jakarta Composite Index"]},e.exports["#INDEX:KLSE-symbol-description"]={en:["Bursa Malaysia KLCI Index"]},e.exports["#INDEX:MIB-symbol-description"]={en:["MIB Index"]},e.exports["#INDEX:MOY0-symbol-description"]={en:["Euro Stoxx 50 Index"]},e.exports["#INDEX:STI-symbol-description"]={en:["STI Index"]},e.exports["#INDEX:TWII-symbol-description"]={en:["Taiwan Weighted Index"]},e.exports["#INDEX:XLY0-symbol-description"]={en:["Shanghai Composite Index"]},e.exports["#IOTUSD-symbol-description"]={en:["IOTA / U.S. Dollar"]},e.exports["#JPN225-symbol-description"]={en:["Japan 225 Index"]},e.exports["#JPYKRW-symbol-description"]={en:["Japanese Yen / South Korean Won"]},e.exports["#JPYRUB-symbol-description"]={en:["Japanese Yen / Russian Ruble"]},e.exports["#JPYUSD-symbol-description"]={en:["Japanese Yen / U.S. Dollar"]},e.exports["#LKOH-symbol-description"]={en:["LUKOIL"]},e.exports["#LSE:SCHO-symbol-description"]={en:["Scholium Group Plc Ord 1P"]},e.exports["#LTCBRL-symbol-description"]={en:["Litecoin / Brazilian Real"]},e.exports["#LTCBTC-symbol-description"]={en:["Litecoin / Bitcoin"]},e.exports["#LTCUSD-symbol-description"]={en:["Litecoin / U.S. Dollar"]},e.exports["#LUNAUSD-symbol-description"]={en:["Luna / U.S. Dollar"]},e.exports["#MOEX:BR1!-symbol-description"]={en:["Brent Oil Futures"]},e.exports["#MOEX:GAZP-symbol-description"]={en:["GAZPROM"]},e.exports["#MOEX:IMOEX-symbol-description"]={en:["MOEX Russia Index"]},e.exports["#MOEX:MGNT-symbol-description"]={en:["MAGNIT"]},e.exports["#MOEX:MICEXINDEXCF-symbol-description"]={en:["MOEX Russia Index"]},e.exports["#MOEX:MX1!-symbol-description"]={en:["MICEX Index Futures"]},e.exports["#MOEX:MX2!-symbol-description"]={
+en:["MICEX Index Futures"]},e.exports["#MOEX:RI1!-symbol-description"]={en:["RTS Index Futures"]},e.exports["#MOEX:RTSI-symbol-description"]={en:["RTS Index"]},e.exports["#MOEX:RUAL-symbol-description"]={en:["United Company RUSAL PLC"]},e.exports["#MOEX:SBER-symbol-description"]={en:["SBERBANK"]},e.exports["#MOEX:VTBR-symbol-description"]={en:["VTB"]},e.exports["#MSFT-symbol-description"]={en:["Microsoft Corp."]},e.exports["#NAS100-symbol-description"]={en:["US 100 Cash CFD"]},e.exports["#NASDAQ:AMD-symbol-description"]={en:["Advanced Micro Devices Inc"]},e.exports["#NASDAQ:GOOG-symbol-description"]={en:["Alphabet Inc (Google) Class C"]},e.exports["#NASDAQ:GOOGL-symbol-description"]={en:["Alphabet Inc (Google) Class A"]},e.exports["#NASDAQ:HGX-symbol-description"]={en:["PHLX Housing Sector Index"]},e.exports["#NASDAQ:IEF-symbol-description"]={en:["Ishares 7-10 Year Treasury Bond ETF"]},e.exports["#NASDAQ:IEI-symbol-description"]={en:["Ishares 3-7 Year Treasury Bond ETF"]},e.exports["#NASDAQ:ITI-symbol-description"]={en:["Iteris Inc"]},e.exports["#NASDAQ:IXIC-symbol-description"]={en:["Nasdaq Composite Index"]},e.exports["#NASDAQ:LCID-symbol-description"]={en:["Lucid Group, Inc."]},e.exports["#NASDAQ:LE-symbol-description"]={en:["Lands' End Inc"]},e.exports["#NASDAQ:NDX-symbol-description"]={en:["Nasdaq 100 Index"]},e.exports["#NASDAQ:OSX-symbol-description"]={en:["PHLX Oil Service Sector Index"]},e.exports["#NASDAQ:SHY-symbol-description"]={en:["Ishares 1-3 Year Treasury Bond ETF"]},e.exports["#NASDAQ:SOX-symbol-description"]={en:["Philadelphia Semiconductor Index"]},e.exports["#NASDAQ:TLT-symbol-description"]={en:["Ishares 20+ Year Treasury Bond ETF"]},e.exports["#NASDAQ:UTY-symbol-description"]={en:["PHLX Utility Sector Index"]},e.exports["#NASDAQ:XAU-symbol-description"]={en:["PHLX Gold and Silver Sector Index"]},e.exports["#NASDAQ:ZS-symbol-description"]={en:["Zscaler Inc"]},e.exports["#NEOUSD-symbol-description"]={en:["NEO / U.S. Dollar"]},e.exports["#NGAS-symbol-description"]={en:["Natural Gas (Henry Hub)"]},e.exports["#NKY-symbol-description"]={en:["Japan 225 Index"]},e.exports["#NSE:ITI-symbol-description"]={en:["Indian Telephone Industries Limited"]},e.exports["#NSE:NIFTY-symbol-description"]={en:["Nifty 50 Index"]},e.exports["#NYMEX:AEZ1!-symbol-description"]={en:["NY Ethanol Futures"]},e.exports["#NYMEX:CJ1!-symbol-description"]={en:["Cocoa Futures"]},e.exports["#NYMEX:CL1!-symbol-description"]={en:["Light Crude Oil Futures"]},e.exports["#NYMEX:HO1!-symbol-description"]={en:["NY Harbor ULSD Futures"]},e.exports["#NYMEX:KT1!-symbol-description"]={en:["Coffee Futures"]},e.exports["#NYMEX:NG1!-symbol-description"]={en:["Natural Gas Futures"]},e.exports["#NYMEX:PA1!-symbol-description"]={en:["Palladium Futures"]},e.exports["#NYMEX:PL1!-symbol-description"]={en:["Platinum Futures"]},e.exports["#NYMEX:RB1!-symbol-description"]={en:["RBOB Gasoline Futures"]},e.exports["#NYMEX:TT1!-symbol-description"]={en:["Cotton Futures"]},e.exports["#NYMEX_MINI:QG1!-symbol-description"]={en:["E-mini Natural Gas Futures"]},
+e.exports["#NYMEX_MINI:QM1!-symbol-description"]={en:["E-mini Light Crude Oil Futures"]},e.exports["#NYMEX_MINI:QU1!-symbol-description"]={en:["E-mini Gasoline Futures"]},e.exports["#NYSE:BABA-symbol-description"]={en:["Alibaba Group Holdings Ltd."]},e.exports["#NYSE:F-symbol-description"]={en:["FORD MTR CO DEL"]},e.exports["#NYSE:HE-symbol-description"]={en:["Hawaiian Electric Industries"]},e.exports["#NYSE:NYA-symbol-description"]={en:["NYSE Composite Index"]},e.exports["#NYSE:PBR-symbol-description"]={en:["PETROLEO BRASILEIRO SA PETROBR"]},e.exports["#NYSE:XAX-symbol-description"]={en:["AMEX Composite Index"]},e.exports["#NYSE:XMI-symbol-description"]={en:["NYSE ARCA Major Market Index"]},e.exports["#NZDJPY-symbol-description"]={en:["New Zealand Dollar / Japanese Yen"]},e.exports["#NZDUSD-symbol-description"]={en:["New Zealand Dollar / U.S. Dollar"]},e.exports["#NZX:ALLC-symbol-description"]={en:["S&P/NZX All Index (Capital Index)"]},e.exports["#NZX:NZ50G-symbol-description"]={en:["S&P / NZX 50 Index Gross"]},e.exports["#OANDA:NATGASUSD-symbol-description"]={en:["CFDs on Natural Gas"]},e.exports["#OANDA:SPX500USD-symbol-description"]={en:["S&P 500 Index"]},e.exports["#OANDA:XCUUSD-symbol-description"]={en:["CFDs on Copper (US$ / lb)"]},e.exports["#OMXCOP:OMXC25-symbol-description"]={en:["OMX Copenhagen 25 Index"]},e.exports["#OMXCOP:SCHO-symbol-description"]={en:["Schouw & Co A/S"]},e.exports["#OMXHEX:OMXH25-symbol-description"]={en:["OMX Helsinki 25 Index"]},e.exports["#OMXRSE:OMXRGI-symbol-description"]={en:["OMX Riga Gross Index"]},e.exports["#OMXSTO:OMXS30-symbol-description"]={en:["OMX Stockholm 30 Index"]},e.exports["#OMXTSE:OMXTGI-symbol-description"]={en:["OMX Tallinn Gross Index"]},e.exports["#OMXVSE:OMXVGI-symbol-description"]={en:["OMX Vilnius Gross Index"]},e.exports["#OTC:IHRMF-symbol-description"]={en:["Ishares MSCI Japan SHS"]},e.exports["#QSE:GNRI-symbol-description"]={en:["QE Index"]},e.exports["#RTS-symbol-description"]={en:["Russian RTS Index"]},e.exports["#RUSSELL:RUA-symbol-description"]={en:["Russell 3000 Index"]},e.exports["#RUSSELL:RUI-symbol-description"]={en:["Russell 1000 Index"]},e.exports["#RUSSELL:RUT-symbol-description"]={en:["Russell 2000 Index"]},e.exports["#SET:GC-symbol-description"]={en:["Global Connections Public Company"]},e.exports["#SIX:F-symbol-description"]={en:["Ford Motor Company"]},e.exports["#SIX:SMI-symbol-description"]={en:["Swiss Market Index"]},e.exports["#SOLUSD-symbol-description"]={en:["Solana / U.S. Dollar"]},e.exports["#SOYBNUSD-symbol-description"]={en:["CFDs on Soybeans"]},e.exports["#SP:OEX-symbol-description"]={en:["S&P 100 Index"]},e.exports["#SP:SPGSCI-symbol-description"]={en:["S&P Goldman Sachs Commodity Index"]},e.exports["#SP:SPX-symbol-description"]={en:["S&P 500 Index"]},e.exports["#SP:SVX-symbol-description"]={en:["S&P 500 Value Index"]},e.exports["#SPX500-symbol-description"]={en:["S&P 500 Index"]},e.exports["#SUGARUSD-symbol-description"]={en:["CFDs on Sugar"]},e.exports["#SZSE:399001-symbol-description"]={en:["Shenzhen Component Index"]},
+e.exports["#TADAWUL:2370-symbol-description"]={en:["Middle East Specialized Cables Co."]},e.exports["#TADAWUL:TASI-symbol-description"]={en:["Tadawul All Shares Index"]},e.exports["#TASE:TA35-symbol-description"]={en:["TA-35 Index"]},e.exports["#TSX:TSX-symbol-description"]={en:["S&P/TSX Composite Index"]},e.exports["#TSX:TX60-symbol-description"]={en:["S&P/TSX 60 Index"]},e.exports["#TVC:AU10-symbol-description"]={en:["Australia Government Bonds 10 YR"]},e.exports["#TVC:AU10Y-symbol-description"]={en:["Australia Government Bonds 10 YR Yield"]},e.exports["#TVC:AXY-symbol-description"]={en:["Australian Dollar Currency Index"]},e.exports["#TVC:BXY-symbol-description"]={en:["British Pound Currency Index"]},e.exports["#TVC:CA10-symbol-description"]={en:["Canadian Government Bonds, 10 YR"]},e.exports["#TVC:CA10Y-symbol-description"]={en:["Canadian Government Bonds 10 YR Yield"]},e.exports["#TVC:CAC40-symbol-description"]={en:["CAC 40 Index"]},e.exports["#TVC:CN10-symbol-description"]={en:["China Government Bonds 10 YR"]},e.exports["#TVC:CN10Y-symbol-description"]={en:["China Government Bonds 10 YR Yield"]},e.exports["#TVC:CXY-symbol-description"]={en:["Canadian Dollar Currency Index"]},e.exports["#TVC:DE10-symbol-description"]={en:["German Government Bonds 10 YR"]},e.exports["#TVC:DE10Y-symbol-description"]={en:["German Government Bonds 10 YR Yield"]},e.exports["#TVC:DEU30-symbol-description"]={en:["DAX Index"]},e.exports["#TVC:DJI-symbol-description"]={en:["Dow Jones Industrial Average Index"]},e.exports["#TVC:DXY-symbol-description"]={en:["U.S. Dollar Index"]},e.exports["#TVC:ES10-symbol-description"]={en:["Spain Government Bonds 10 YR"]},e.exports["#TVC:ES10Y-symbol-description"]={en:["Spain Government Bonds 10 YR Yield"]},e.exports["#TVC:EUBUND-symbol-description"]={en:["Euro Bund"]},e.exports["#TVC:EXY-symbol-description"]={en:["Euro Currency Index"]},e.exports["#TVC:FR10-symbol-description"]={en:["France Government Bonds 10 YR"]},e.exports["#TVC:FR10Y-symbol-description"]={en:["France Government Bonds 10 YR Yield"]},e.exports["#TVC:FTMIB-symbol-description"]={en:["Milano Italia Borsa Index"]},e.exports["#TVC:GB02-symbol-description"]={en:["UK Government Bonds 2 YR"]},e.exports["#TVC:GB10-symbol-description"]={en:["UK Government Bonds 10 YR"]},e.exports["#TVC:GB10Y-symbol-description"]={en:["UK Government Bonds 10 YR Yield"]},e.exports["#TVC:GOLD-symbol-description"]={en:["CFDs on Gold (US$ / OZ)"]},e.exports["#TVC:HSI-symbol-description"]={en:["Hang Seng Index"]},e.exports["#TVC:IBEX35-symbol-description"]={en:["IBEX 35 Index"]},e.exports["#TVC:ID03-symbol-description"]={en:["Indonesia Government Bonds 3 YR"]},e.exports["#TVC:ID10-symbol-description"]={en:["Indonesia Government Bonds 10 YR"]},e.exports["#TVC:ID10Y-symbol-description"]={en:["Indonesia Government Bonds 10 YR Yield"]},e.exports["#TVC:IN10-symbol-description"]={en:["India Government Bonds 10 YR"]},e.exports["#TVC:IN10Y-symbol-description"]={en:["India Government Bonds 10 YR Yield"]},e.exports["#TVC:IT10-symbol-description"]={
+en:["Italy Government Bonds 10 YR"]},e.exports["#TVC:IT10Y-symbol-description"]={en:["Italy Government Bonds 10 YR Yield"]},e.exports["#TVC:IXIC-symbol-description"]={en:["US Composite Index"]},e.exports["#TVC:JP10-symbol-description"]={en:["Japan Government Bonds 10 YR"]},e.exports["#TVC:JP10Y-symbol-description"]={en:["Japan Government Bonds 10 YR Yield"]},e.exports["#TVC:JXY-symbol-description"]={en:["Japanese Yen Currency Index"]},e.exports["#TVC:KOSPI-symbol-description"]={en:["Korea Composite Stock Price Index"]},e.exports["#TVC:KR10-symbol-description"]={en:["Korea Government Bonds 10 YR"]},e.exports["#TVC:KR10Y-symbol-description"]={en:["Korea Government Bonds 10 YR Yield"]},e.exports["#TVC:MY10-symbol-description"]={en:["Malaysia Government Bonds 10 YR"]},e.exports["#TVC:MY10Y-symbol-description"]={en:["Malaysia Government Bonds 10 YR Yield"]},e.exports["#TVC:NDX-symbol-description"]={en:["US 100 Index"]},e.exports["#TVC:NI225-symbol-description"]={en:["Japan 225 Index"]},e.exports["#TVC:NL10-symbol-description"]={en:["Netherlands Government Bonds, 10 YR"]},e.exports["#TVC:NL10Y-symbol-description"]={en:["Netherlands Government Bonds 10 YR Yield"]},e.exports["#TVC:NYA-symbol-description"]={en:["NYSE Composite Index"]},e.exports["#TVC:NZ10-symbol-description"]={en:["New Zealand Government Bonds, 10 YR"]},e.exports["#TVC:NZ10Y-symbol-description"]={en:["New Zealand Government Bonds 10 YR Yield"]},e.exports["#TVC:PALLADIUM-symbol-description"]={en:["CFDs on Palladium (US$ / OZ)"]},e.exports["#TVC:PL05Y-symbol-description"]={en:["Poland Government Bonds 5 YR Yield"]},e.exports["#TVC:PL10Y-symbol-description"]={en:["Poland Government Bonds 10 YR Yield"]},e.exports["#TVC:PLATINUM-symbol-description"]={en:["CFDs on Platinum (US$ / OZ)"]},e.exports["#TVC:PT10-symbol-description"]={en:["Portugal Government Bonds 10 YR"]},e.exports["#TVC:PT10Y-symbol-description"]={en:["Portugal Government Bonds 10 YR Yield"]},e.exports["#TVC:SA40-symbol-description"]={en:["South Africa Top 40 Index"]},e.exports["#TVC:SILVER-symbol-description"]={en:["CFDs on Silver (US$ / OZ)"]},e.exports["#TVC:SPX-symbol-description"]={en:["S&P 500 Index"]},e.exports["#TVC:SSMI-symbol-description"]={en:["Swiss Market Index"]},e.exports["#TVC:STI-symbol-description"]={en:["Straits Times Index"]},e.exports["#TVC:SX5E-symbol-description"]={en:["Euro Stoxx 50 Index"]},e.exports["#TVC:SXY-symbol-description"]={en:["Swiss Franc Currency Index"]},e.exports["#TVC:TR10-symbol-description"]={en:["Turkey Government Bonds 10 YR"]},e.exports["#TVC:TR10Y-symbol-description"]={en:["Turkey Government Bonds 10 YR Yield"]},e.exports["#TVC:UKOIL-symbol-description"]={en:["CFDs on Brent Crude Oil"]},e.exports["#TVC:UKX-symbol-description"]={en:["UK 100 Index"]},e.exports["#TVC:US02-symbol-description"]={en:["US Government Bonds 2 YR"]},e.exports["#TVC:US02Y-symbol-description"]={en:["US Government Bonds 2 YR Yield"]},e.exports["#TVC:US05-symbol-description"]={en:["US Government Bonds 5 YR"]},e.exports["#TVC:US05Y-symbol-description"]={
+en:["US Government Bonds 5 YR Yield"]},e.exports["#TVC:US10-symbol-description"]={en:["US Government Bonds 10 YR"]},e.exports["#TVC:US10Y-symbol-description"]={en:["US Government Bonds 10 YR Yield"]},e.exports["#TVC:US30-symbol-description"]={en:["US Government Bonds 30 YR"]},e.exports["#TVC:USOIL-symbol-description"]={en:["CFDs on WTI Crude Oil"]},e.exports["#TVC:VIX-symbol-description"]={en:["Volatility S&P 500 Index"]},e.exports["#TVC:ZXY-symbol-description"]={en:["New Zealand Dollar Currency Index"]},e.exports["#TWII-symbol-description"]={en:["Taiwan Weighted Index"]},e.exports["#TWSE:TAIEX-symbol-description"]={en:["Taiwan Capitalization Weighted Stock Index"]},e.exports["#TWTR-symbol-description"]={en:["Twitter Inc"]},e.exports["#UK100-symbol-description"]={en:["FTSE 100 Index"]},e.exports["#UKOIL-symbol-description"]={en:["CFDs on Crude Oil (Brent)"]},e.exports["#UNIUSD-symbol-description"]={en:["Uniswap / U.S. Dollar"]},e.exports["#US30-symbol-description"]={en:["Dow Jones Industrial Average Index"]},e.exports["#USDAUD-symbol-description"]={en:["U.S. Dollar / Australian Dollar"]},e.exports["#USDBRL-symbol-description"]={en:["U.S. Dollar / Brazilian Real"]},e.exports["#USDCAD-symbol-description"]={en:["U.S. Dollar / Canadian Dollar"]},e.exports["#USDCHF-symbol-description"]={en:["U.S. Dollar / Swiss Franc"]},e.exports["#USDCNY-symbol-description"]={en:["U.S. Dollar / Chinese Yuan"]},e.exports["#USDDKK-symbol-description"]={en:["U.S. Dollar / Danish Krone"]},e.exports["#USDEUR-symbol-description"]={en:["U.S. Dollar / Euro"]},e.exports["#USDGBP-symbol-description"]={en:["U.S. Dollar / Pound Sterling"]},e.exports["#USDHKD-symbol-description"]={en:["U.S. Dollar / Hong Kong Dollar"]},e.exports["#USDHUF-symbol-description"]={en:["U.S. Dollar / Hungarian Forint"]},e.exports["#USDIDR-symbol-description"]={en:["U.S. Dollar / Rupiah"]},e.exports["#USDILS-symbol-description"]={en:["U.S. Dollar / Israeli Shekel"]},e.exports["#USDINR-symbol-description"]={en:["U.S. Dollar / Indian Rupee"]},e.exports["#USDJPY-symbol-description"]={en:["U.S. Dollar / Japanese Yen"]},e.exports["#USDKRW-symbol-description"]={en:["U.S. Dollar / South Korean"]},e.exports["#USDMXN-symbol-description"]={en:["U.S. Dollar / Mexican Peso"]},e.exports["#USDNZD-symbol-description"]={en:["U.S. Dollar / New Zealand Dollar"]},e.exports["#USDPHP-symbol-description"]={en:["U.S. Dollar / Philippine peso"]},e.exports["#USDPLN-symbol-description"]={en:["U.S. Dollar / Polish Zloty"]},e.exports["#USDRUB-symbol-description"]={en:["U.S. Dollar / Russian Ruble"]},e.exports["#USDRUB_TOM-symbol-description"]={en:["U.S. Dollar / Russian Ruble TOM"]},e.exports["#USDSEK-symbol-description"]={en:["U.S. Dollar / Swedish Krona"]},e.exports["#USDSGD-symbol-description"]={en:["U.S. Dollar / Singapore Dollar"]},e.exports["#USDTHB-symbol-description"]={en:["U.S. Dollar / Thai Baht"]},e.exports["#USDTRY-symbol-description"]={en:["U.S. Dollar / Turkish Lira"]},e.exports["#USDZAR-symbol-description"]={en:["U.S. Dollar / South African Rand"]},
+e.exports["#USOIL-symbol-description"]={en:["CFDs on Crude Oil (WTI)"]},e.exports["#WHEATUSD-symbol-description"]={en:["CFDs on Wheat"]},e.exports["#XAGUSD-symbol-description"]={en:["Silver / U.S. Dollar"]},e.exports["#XAUUSD-symbol-description"]={en:["Gold Spot / U.S. Dollar"]},e.exports["#XBTCAD-symbol-description"]={en:["Bitcoin / Canadian Dollar"]},e.exports["#XETR:DAX-symbol-description"]={en:["DAX Index"]},e.exports["#XMRUSD-symbol-description"]={en:["Monero / U.S. Dollar"]},e.exports["#XPDUSD-symbol-description"]={en:["CFDs on Palladium"]},e.exports["#XPTUSD-symbol-description"]={en:["Platinum / U.S. Dollar"]},e.exports["#XRPBTC-symbol-description"]={en:["XRP / Bitcoin"]},e.exports["#XRPEUR-symbol-description"]={en:["XRP / Euro"]},e.exports["#XRPUSD-symbol-description"]={en:["XRP / U.S. Dollar"]},e.exports["#ZECUSD-symbol-description"]={en:["Zcash / U.S. Dollar"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.2486.11825549d0f3e1fd5ee7.js b/public/charting_library/bundles/en.2486.11825549d0f3e1fd5ee7.js
new file mode 100644
index 0000000..9557097
--- /dev/null
+++ b/public/charting_library/bundles/en.2486.11825549d0f3e1fd5ee7.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2486,4040,359],{55517:e=>{e.exports={en:["Add"]}},29619:e=>{e.exports={en:["Add custom color"]}},80936:e=>{e.exports={en:["Opacity"]}},97349:e=>{e.exports={en:["Fr"]}},30961:e=>{e.exports={en:["Mo"]}},94748:e=>{e.exports={en:["Sa"]}},75005:e=>{e.exports={en:["Su"]}},92578:e=>{e.exports={en:["We"]}},8765:e=>{e.exports={en:["Th"]}},9135:e=>{e.exports={en:["Tu"]}},53288:e=>{e.exports={en:["animals & nature"]}},21311:e=>{e.exports={en:["activity"]}},90678:e=>{e.exports={en:["food & drink"]}},6715:e=>{e.exports={en:["flags"]}},98355:e=>{e.exports={en:["objects"]}},43438:e=>{e.exports={en:["smiles & people"]}},40457:e=>{e.exports={en:["symbols"]}},88906:e=>{e.exports={en:["recently used"]}},28562:e=>{e.exports={en:["travel & places"]}},24716:e=>{e.exports={en:["Another symbol"]}},41256:e=>{e.exports={en:["Back"]}},94849:e=>{e.exports={en:["Main chart symbol"]}},53174:e=>{e.exports={en:["Right"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"]}},4543:e=>{e.exports={en:["Cancel"]}},24197:e=>{e.exports={en:["Center"]}},63245:e=>{e.exports={en:["Change symbol"]}},54613:e=>{e.exports={en:["Chart"]}},47742:e=>{e.exports={en:["Close menu"]}},34040:e=>{e.exports={en:["All sources"]}},96413:e=>{e.exports={en:["Apply defaults"]}},77571:e=>{e.exports={en:["Apply to all"]}},28896:e=>{e.exports={en:["April"]}},11081:e=>{e.exports={en:["August"]}},27567:e=>{e.exports={en:["Bottom"]}},42358:e=>{e.exports={en:["Bond"]}},68043:e=>{e.exports={en:["Gradient"]}},6113:e=>{e.exports={en:["Do you really want to delete Chart Template '{name}' ?"]}},27390:e=>{e.exports={en:["Dotted line"]}},88123:e=>{e.exports={en:["Dashed line"]}},90082:e=>{e.exports={en:["December"]}},55319:e=>{e.exports={en:["Decrease"]}},78734:e=>{e.exports={en:["Description"]}},81069:e=>{e.exports={en:["February"]}},3570:e=>{e.exports={en:["Friday"]}},95406:e=>{e.exports={en:["Horizontal"]}},8854:e=>{e.exports={en:["Hidden"]}},39832:e=>{e.exports={en:["Increase"]}},200:e=>{e.exports={en:["January"]}},6608:e=>{e.exports={en:["July"]}},61487:e=>{e.exports={en:["June"]}},37997:e=>{e.exports={en:["October"]}},55450:e=>{e.exports={en:["Offset"]}},19295:e=>{e.exports={en:["Ok"]}},11626:e=>{e.exports={en:["Left"]}},28603:e=>{e.exports={en:["Line style"]}},19573:e=>{e.exports={en:["Monday"]}},43154:e=>{e.exports={en:["Months"]}},37117:e=>{e.exports={en:["More"]}},25734:e=>{e.exports={en:["May"]}},93878:e=>{e.exports={en:["March"]}},68833:e=>{e.exports={en:["Middle"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"]}},76822:e=>{e.exports={en:["No symbols match your criteria"]}},4607:e=>{e.exports={en:["November"]}},65353:e=>{e.exports={en:["Normal"]}},69102:e=>{e.exports={en:["Next year"]}},17538:e=>{e.exports={en:["Next years"]}},92790:e=>{e.exports={en:["Next month"]}},71300:e=>{e.exports={en:["Number format is invalid."]}},
+28628:e=>{e.exports={en:["Sources"]}},88686:e=>{e.exports={en:["Solid"]}},30348:e=>{e.exports={en:["Saturday"]}},8573:e=>{e.exports={en:["Search"]}},57640:e=>{e.exports={en:["Select source"]}},32179:e=>{e.exports={en:["September"]}},31331:e=>{e.exports={en:["Specified value is more than the instrument maximum of {max}."]}},24216:e=>{e.exports={en:["Specified value is less than the instrument minimum of {min}."]}},61480:e=>{e.exports={en:["Sunday"]}},70235:e=>{e.exports={en:["Switch to months"]}},91245:e=>{e.exports={en:["Switch to dates"]}},71961:e=>{e.exports={en:["Switch to years"]}},95481:e=>{e.exports={en:["Symbol"]}},74007:e=>{e.exports={en:["Symbol & description"]}},51165:e=>{e.exports={en:["Symbol Search"]}},27254:e=>{e.exports={en:["Please enter the right date"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"]}},93984:e=>{e.exports={en:["Previous month"]}},75776:e=>{e.exports={en:["Previous year"]}},44701:e=>{e.exports={en:["Previous years"]}},89984:e=>{e.exports={en:["Remove color"]}},47550:e=>{e.exports={en:["Remove selected emoji"]}},50421:e=>{e.exports={en:["Right"]}},94226:e=>{e.exports={en:["Wednesday"]}},97118:e=>{e.exports={en:["Top"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},79137:e=>{e.exports={en:["Thursday"]}},54971:e=>{e.exports={en:["Thickness"]}},82160:e=>{e.exports={en:["Tuesday"]}},13748:e=>{e.exports={en:["Use special math signs to displace selected drawings: +,-,/,* for price and +,- for bar index."]}},69526:e=>{e.exports={en:["Vertical"]}},66181:e=>{e.exports={en:["Years"]}},70932:e=>{e.exports={en:["commodity"]}},79599:e=>{e.exports={en:["cfd"]}},29426:e=>{e.exports={en:["change opacity"]}},31675:e=>{e.exports={en:["change color"]}},28818:e=>{e.exports={en:["change line style"]}},73281:e=>{e.exports={en:["change thickness"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},5741:e=>{e.exports={en:["close"]}},46128:e=>{e.exports={en:["crypto"]}},47268:e=>{e.exports={en:["dr"]}},406:e=>{e.exports={en:["e.g. +1"]}},49957:e=>{e.exports={en:["e.g. /2"]}},54094:e=>{e.exports={en:["economy"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"]}},59319:e=>{e.exports={en:["high"]}},96008:e=>{e.exports={en:["hl2"]}},91189:e=>{e.exports={en:["hlc3"]}},49242:e=>{e.exports={en:["hlcc4"]}},87464:e=>{e.exports={en:["index"]}},90250:e=>{e.exports={en:["indices"]}},52793:e=>{e.exports={en:["ohlc4"]}},83584:e=>{e.exports={en:["open"]}},41902:e=>{e.exports={en:["low"]}},76752:e=>{e.exports={en:["stock"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.2530.6108ccc54d7b804c8af1.js b/public/charting_library/bundles/en.2530.6108ccc54d7b804c8af1.js
new file mode 100644
index 0000000..9de0c54
--- /dev/null
+++ b/public/charting_library/bundles/en.2530.6108ccc54d7b804c8af1.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2530,4109,9093],{4543:e=>{e.exports={en:["Cancel"]}},47742:e=>{e.exports={en:["Close menu"]}},69207:e=>{e.exports={en:["Add to favorites"]}},69644:e=>{e.exports={en:["Available for Pro accounts"]}},10640:e=>{e.exports={en:["Editors' picks"]}},84549:e=>{e.exports={en:["Indicators"]}},70269:e=>{e.exports={en:["No indicators matched your criteria"]}},7378:e=>{e.exports={en:["Script name"]}},8573:e=>{e.exports={en:["Search"]}},85106:e=>{e.exports={en:["Remove from favorites"]}},33673:e=>{e.exports={en:["{studyTitle} added to chart"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.2787.b95db3c8cfe7fab3c811.js b/public/charting_library/bundles/en.2787.b95db3c8cfe7fab3c811.js
new file mode 100644
index 0000000..afab5fb
--- /dev/null
+++ b/public/charting_library/bundles/en.2787.b95db3c8cfe7fab3c811.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2787,6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"]}},78930:e=>{e.exports={en:["Coordinates"]}},24197:e=>{e.exports={en:["Center"]}},27567:e=>{e.exports={en:["Bottom"]}},72942:e=>{e.exports={en:["Days"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},61856:e=>{e.exports={en:["Extend left line"]}},87430:e=>{e.exports={en:["Extend right line"]}},56796:e=>{e.exports={en:["Hours"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"]}},11626:e=>{e.exports={en:["Left"]}},43154:e=>{e.exports={en:["Months"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"]}},50421:e=>{e.exports={en:["Right"]}},835:e=>{e.exports={en:["Weeks"]}},97118:e=>{e.exports={en:["Top"]}},70320:e=>{e.exports={en:["Text"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"]}},19541:e=>{e.exports={en:["change {toolName} line width"]}},24059:e=>{e.exports={en:["change {toolName} line color"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"]}},21474:e=>{e.exports={en:["change {toolName} line left end"]}},54827:e=>{e.exports={en:["change {toolName} line right end"]}},66429:e=>{e.exports={en:["change {toolName} line style"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},2359:e=>{e.exports={en:["hours"]}},82267:e=>{
+e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.3181.259d07263a732c089332.js b/public/charting_library/bundles/en.3181.259d07263a732c089332.js
new file mode 100644
index 0000000..d056710
--- /dev/null
+++ b/public/charting_library/bundles/en.3181.259d07263a732c089332.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3181,6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"]}},33004:e=>{e.exports={en:["Counterclockwise"]}},78930:e=>{e.exports={en:["Coordinates"]}},24197:e=>{e.exports={en:["Center"]}},27567:e=>{e.exports={en:["Bottom"]}},72942:e=>{e.exports={en:["Days"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},56796:e=>{e.exports={en:["Hours"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"]}},11626:e=>{e.exports={en:["Left"]}},43154:e=>{e.exports={en:["Months"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"]}},50421:e=>{e.exports={en:["Right"]}},835:e=>{e.exports={en:["Weeks"]}},97118:e=>{e.exports={en:["Top"]}},70320:e=>{e.exports={en:["Text"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},60003:e=>{e.exports={en:["change {title} counterclockwise"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},46040:e=>{e.exports={en:["change {title} line width"]}},7455:e=>{e.exports={en:["change {title} line color"]}},30843:e=>{e.exports={en:["change {title} line style"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},2359:e=>{e.exports={en:["hours"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{
+e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.3355.c5e027afabcecc85b871.js b/public/charting_library/bundles/en.3355.c5e027afabcecc85b871.js
new file mode 100644
index 0000000..58f9b28
--- /dev/null
+++ b/public/charting_library/bundles/en.3355.c5e027afabcecc85b871.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3355,6155,3367,2303,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"]}},78930:e=>{e.exports={en:["Coordinates"]}},24197:e=>{e.exports={en:["Center"]}},6060:e=>{e.exports={en:["Add text"]}},27567:e=>{e.exports={en:["Bottom"]}},38408:e=>{e.exports={en:["Border"]}},79468:e=>{e.exports={en:["Background"]}},72942:e=>{e.exports={en:["Days"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},56796:e=>{e.exports={en:["Hours"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"]}},74872:e=>{e.exports={en:["Label"]}},11626:e=>{e.exports={en:["Left"]}},43154:e=>{e.exports={en:["Months"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"]}},50421:e=>{e.exports={en:["Right"]}},835:e=>{e.exports={en:["Weeks"]}},97118:e=>{e.exports={en:["Top"]}},70320:e=>{e.exports={en:["Text"]}},7560:e=>{e.exports={en:["Text wrap"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},49765:e=>{e.exports={en:["change {title} background color"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},57122:e=>{e.exports={en:["change {title} text"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"]}},66668:e=>{e.exports={en:["change {toolName} text"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"]}},22231:e=>{e.exports={en:["change {toolName} text background color"]}},31133:e=>{e.exports={
+en:["change {toolName} text background visibility"]}},36666:e=>{e.exports={en:["change {toolName} text border color"]}},35423:e=>{e.exports={en:["change {toolName} text border width"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"]}},64500:e=>{e.exports={en:["change {toolName} text color"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"]}},21781:e=>{e.exports={en:["change {toolName} text font size"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},2359:e=>{e.exports={en:["hours"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.3357.613d24759e11646b0997.js b/public/charting_library/bundles/en.3357.613d24759e11646b0997.js
new file mode 100644
index 0000000..7f8c592
--- /dev/null
+++ b/public/charting_library/bundles/en.3357.613d24759e11646b0997.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3357,4109,9093],{53288:e=>{e.exports={en:["animals & nature"]}},21311:e=>{e.exports={en:["activity"]}},90678:e=>{e.exports={en:["food & drink"]}},6715:e=>{e.exports={en:["flags"]}},98355:e=>{e.exports={en:["objects"]}},43438:e=>{e.exports={en:["smiles & people"]}},40457:e=>{e.exports={en:["symbols"]}},88906:e=>{e.exports={en:["recently used"]}},28562:e=>{e.exports={en:["travel & places"]}},4543:e=>{e.exports={en:["Cancel"]}},47742:e=>{e.exports={en:["Close menu"]}},69207:e=>{e.exports={en:["Add to favorites"]}},80439:e=>{e.exports={en:["Do you really want to delete chart layout '{name}' ? This can't be undone. Your drawings and this layout will be gone forever."]}},56495:e=>{e.exports={en:["Do you really want to delete chart layout '{name}' that contains {n_drawings_on_n_symbols}? This can't be undone. Your drawings and this layout will be gone forever."]}},55108:e=>{e.exports={en:["Date modified (oldest first)"]}},75272:e=>{e.exports={en:["Date modified (newest first)"]}},11478:e=>{e.exports={en:["Layout name"]}},21329:e=>{e.exports={en:["Layout name (A to Z)"]}},11324:e=>{e.exports={en:["Layout name (Z to A)"]}},21355:e=>{e.exports={en:["Layouts"]}},63269:e=>{e.exports={en:["No layouts matched your criteria"]}},5191:e=>{e.exports={en:["Sort by layout name, date changed"]}},8573:e=>{e.exports={en:["Search"]}},85106:e=>{e.exports={en:["Remove from favorites"]}},47550:e=>{e.exports={en:["Remove selected emoji"]}},30502:e=>{e.exports={en:["on {amount} symbol","on {amount} symbols"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.3367.8357e9248b9de0310231.js b/public/charting_library/bundles/en.3367.8357e9248b9de0310231.js
new file mode 100644
index 0000000..e896ad6
--- /dev/null
+++ b/public/charting_library/bundles/en.3367.8357e9248b9de0310231.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3367,6155,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"]}},78930:e=>{e.exports={en:["Coordinates"]}},24197:e=>{e.exports={en:["Center"]}},27567:e=>{e.exports={en:["Bottom"]}},38408:e=>{e.exports={en:["Border"]}},79468:e=>{e.exports={en:["Background"]}},72942:e=>{e.exports={en:["Days"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},56796:e=>{e.exports={en:["Hours"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"]}},11626:e=>{e.exports={en:["Left"]}},43154:e=>{e.exports={en:["Months"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"]}},50421:e=>{e.exports={en:["Right"]}},835:e=>{e.exports={en:["Weeks"]}},97118:e=>{e.exports={en:["Top"]}},70320:e=>{e.exports={en:["Text"]}},7560:e=>{e.exports={en:["Text wrap"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},57122:e=>{e.exports={en:["change {title} text"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"]}},66668:e=>{e.exports={en:["change {toolName} text"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"]}},22231:e=>{e.exports={en:["change {toolName} text background color"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"]}},36666:e=>{e.exports={en:["change {toolName} text border color"]}},35423:e=>{e.exports={
+en:["change {toolName} text border width"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"]}},64500:e=>{e.exports={en:["change {toolName} text color"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"]}},21781:e=>{e.exports={en:["change {toolName} text font size"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},2359:e=>{e.exports={en:["hours"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.359.3c5835e59f61404fe3cc.js b/public/charting_library/bundles/en.359.3c5835e59f61404fe3cc.js
new file mode 100644
index 0000000..e1441c5
--- /dev/null
+++ b/public/charting_library/bundles/en.359.3c5835e59f61404fe3cc.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[359,4040],{41256:e=>{e.exports={en:["Back"]}},53174:e=>{e.exports={en:["Right"]}},4543:e=>{e.exports={en:["Cancel"]}},47742:e=>{e.exports={en:["Close menu"]}},34040:e=>{e.exports={en:["All sources"]}},42358:e=>{e.exports={en:["Bond"]}},78734:e=>{e.exports={en:["Description"]}},37117:e=>{e.exports={en:["More"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"]}},76822:e=>{e.exports={en:["No symbols match your criteria"]}},28628:e=>{e.exports={en:["Sources"]}},8573:e=>{e.exports={en:["Search"]}},57640:e=>{e.exports={en:["Select source"]}},95481:e=>{e.exports={en:["Symbol"]}},74007:e=>{e.exports={en:["Symbol & description"]}},51165:e=>{e.exports={en:["Symbol Search"]}},70932:e=>{e.exports={en:["commodity"]}},79599:e=>{e.exports={en:["cfd"]}},46128:e=>{e.exports={en:["crypto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"]}},87464:e=>{e.exports={en:["index"]}},90250:e=>{e.exports={en:["indices"]}},76752:e=>{e.exports={en:["stock"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.3597.9c639cb519af03750b8e.js b/public/charting_library/bundles/en.3597.9c639cb519af03750b8e.js
new file mode 100644
index 0000000..c5ea805
--- /dev/null
+++ b/public/charting_library/bundles/en.3597.9c639cb519af03750b8e.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3597],{53288:e=>{e.exports={en:["animals & nature"]}},21311:e=>{e.exports={en:["activity"]}},90678:e=>{e.exports={en:["food & drink"]}},6715:e=>{e.exports={en:["flags"]}},98355:e=>{e.exports={en:["objects"]}},43438:e=>{e.exports={en:["smiles & people"]}},40457:e=>{e.exports={en:["symbols"]}},88906:e=>{e.exports={en:["recently used"]}},28562:e=>{e.exports={en:["travel & places"]}},4543:e=>{e.exports={en:["Cancel"]}},47742:e=>{e.exports={en:["Close menu"]}},4461:e=>{e.exports={en:["Add emoji"]}},9372:e=>{e.exports={en:["Indicator template '{templateName}' already exists. Do you really want to replace it?"]}},19295:e=>{e.exports={en:["Ok"]}},85888:e=>{e.exports={en:["No results found"]}},64e3:e=>{e.exports={en:["Save"]}},71924:e=>{e.exports={en:["Save indicator template"]}},6081:e=>{e.exports={en:["Saved indicators"]}},63035:e=>{e.exports={en:["Selecting this option will set the {interval} interval on the chart when this template is applied"]}},13860:e=>{e.exports={en:["Selecting this option will set the {symbol} symbol on the chart when this template is applied"]}},18698:e=>{e.exports={en:["Remember Interval"]}},57149:e=>{e.exports={en:["Remember Symbol"]}},47550:e=>{e.exports={en:["Remove selected emoji"]}},59233:e=>{e.exports={en:["Template name"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.4040.333002e872dd8b0c1c95.js b/public/charting_library/bundles/en.4040.333002e872dd8b0c1c95.js
new file mode 100644
index 0000000..16b97ea
--- /dev/null
+++ b/public/charting_library/bundles/en.4040.333002e872dd8b0c1c95.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4040],{34040:e=>{e.exports={en:["All sources"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.4109.921da6023cc8aa9fe3a5.js b/public/charting_library/bundles/en.4109.921da6023cc8aa9fe3a5.js
new file mode 100644
index 0000000..90db22c
--- /dev/null
+++ b/public/charting_library/bundles/en.4109.921da6023cc8aa9fe3a5.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4109],{69207:e=>{e.exports={en:["Add to favorites"]}},85106:e=>{e.exports={en:["Remove from favorites"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.4166.e3c369fb8ae4775c7f89.js b/public/charting_library/bundles/en.4166.e3c369fb8ae4775c7f89.js
new file mode 100644
index 0000000..766d080
--- /dev/null
+++ b/public/charting_library/bundles/en.4166.e3c369fb8ae4775c7f89.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4166],{80996:e=>{e.exports={en:["Local drawings"]}},84212:e=>{e.exports={en:["No drawings yet"]}},92931:e=>{e.exports={en:["Synced globally"]}},41870:e=>{e.exports={en:["Synced in layout"]}},8182:e=>{e.exports={en:["Remove all drawings for this symbol"]}},58407:e=>{e.exports={en:["remove all line tools for {symbol}"]}},90755:e=>{e.exports={en:["{drawingsCount} drawing","{drawingsCount} drawings"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.4211.932ffa2dc04657916b72.js b/public/charting_library/bundles/en.4211.932ffa2dc04657916b72.js
new file mode 100644
index 0000000..bfaffe4
--- /dev/null
+++ b/public/charting_library/bundles/en.4211.932ffa2dc04657916b72.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4211,4040,359,4109,9093],{23821:e=>{e.exports={en:["Dot"]}},41256:e=>{e.exports={en:["Back"]}},53174:e=>{e.exports={en:["Right"]}},57e3:e=>{e.exports={en:["Compare"]}},93111:e=>{e.exports={en:["Content"]}},8270:e=>{e.exports={en:["Copy link to the chart image"]}},4543:e=>{e.exports={en:["Cancel"]}},59934:e=>{e.exports={en:["Channels"]}},63245:e=>{e.exports={en:["Change symbol"]}},56281:e=>{e.exports={en:["Chart style Columns"]}},64526:e=>{e.exports={en:["Chart style Candles"]}},9537:e=>{e.exports={en:["Chart style Area"]}},19265:e=>{e.exports={en:["Chart style Bars"]}},19579:e=>{e.exports={en:["Chart style Baseline"]}},47189:e=>{e.exports={en:["Chart style Kagi"]}},39883:e=>{e.exports={en:["Chart style HLC area"]}},67579:e=>{e.exports={en:["Chart style HLC bars"]}},44958:e=>{e.exports={en:["Chart style Hollow candles"]}},62423:e=>{e.exports={en:["Chart style Heikin Ashi"]}},70405:e=>{e.exports={en:["Chart style High-low"]}},92911:e=>{e.exports={en:["Chart style Line"]}},35458:e=>{e.exports={en:["Chart style Line with markers"]}},11604:e=>{e.exports={en:["Chart style Line break"]}},67346:e=>{e.exports={en:["Chart style Session volume profile"]}},40447:e=>{e.exports={en:["Chart style Step line"]}},22027:e=>{e.exports={en:["Chart style Point & figure"]}},49942:e=>{e.exports={en:["Chart style Range"]}},80082:e=>{e.exports={en:["Chart style Renko"]}},94861:e=>{e.exports={en:["Chart style Time Price Opportunity"]}},13618:e=>{e.exports={en:["Chart style Volume candles"]}},21190:e=>{e.exports={en:["Chart style Volume footprint"]}},53438:e=>{e.exports={en:["Chart template"]}},47742:e=>{e.exports={en:["Close menu"]}},81578:e=>{e.exports={en:["Cursors"]}},77915:e=>{e.exports={en:["Cycles"]}},32064:e=>{e.exports={en:["Annotation tools"]}},69207:e=>{e.exports={en:["Add to favorites"]}},34040:e=>{e.exports={en:["All sources"]}},19147:e=>{e.exports={en:["Arrows"]}},42358:e=>{e.exports={en:["Bond"]}},65695:e=>{e.exports={en:["Brushes"]}},51494:e=>{e.exports={en:["Gann"]}},2654:e=>{e.exports={en:["Gann and Fibonacci tools"]}},22145:e=>{e.exports={en:["Geometric shapes"]}},57157:e=>{e.exports={en:["Dot"]}},25848:e=>{e.exports={en:["Dark theme"]}},14939:e=>{e.exports={en:["Demonstration"]}},78734:e=>{e.exports={en:["Description"]}},74385:e=>{e.exports={en:["Drawings"]}},44255:e=>{e.exports={en:["Elliott waves"]}},8727:e=>{e.exports={en:["Eraser"]}},93308:e=>{e.exports={en:["Extended session"]}},1410:e=>{e.exports={en:["Forecasting and measurement tools"]}},26578:e=>{e.exports={en:["Fibonacci"]}},67092:e=>{e.exports={en:["Fullscreen mode"]}},83576:e=>{e.exports={en:["Function"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"]}},27077:e=>{e.exports={en:["Open Object Tree"]}},7386:e=>{e.exports={en:["Open chart layout"]}},79451:e=>{e.exports={en:["Lock all drawings"]}},35112:e=>{e.exports={en:["Move chart back"]}},12754:e=>{e.exports={en:["Move chart forward"]}},37117:e=>{e.exports={en:["More"]}},35553:e=>{e.exports={en:["Magic"]}},81396:e=>{
+e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"]}},81031:e=>{e.exports={en:["Manage layout drawings"]}},91563:e=>{e.exports={en:["Measure"]}},97050:e=>{e.exports={en:["Measurer"]}},7276:e=>{e.exports={en:["Merge all scales to the left"]}},80219:e=>{e.exports={en:["Merge all scales to the right"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"]}},76822:e=>{e.exports={en:["No symbols match your criteria"]}},47202:e=>{e.exports={en:["Nothing matches your criteria"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"]}},3521:e=>{e.exports={en:["New drawings will sync globally"]}},93027:e=>{e.exports={en:["New drawings will sync in layout"]}},28628:e=>{e.exports={en:["Sources"]}},41569:e=>{e.exports={en:["Save chart layout"]}},8573:e=>{e.exports={en:["Search"]}},79354:e=>{e.exports={en:["Search tool or function"]}},57640:e=>{e.exports={en:["Select source"]}},65781:e=>{e.exports={en:["Shapes"]}},3154:e=>{e.exports={en:["Show Hidden Tools"]}},85786:e=>{e.exports={en:["Show Object Tree"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"]}},94593:e=>{e.exports={en:["Strong Magnet"]}},95481:e=>{e.exports={en:["Symbol"]}},74007:e=>{e.exports={en:["Symbol & description"]}},51165:e=>{e.exports={en:["Symbol Search"]}},23391:e=>{e.exports={en:["Sync drawings to all charts"]}},46417:e=>{e.exports={en:["Patterns"]}},36167:e=>{e.exports={en:["Pitchforks"]}},79366:e=>{e.exports={en:["Previous day close price line"]}},76753:e=>{e.exports={en:["Recent search"]}},28051:e=>{e.exports={en:["Regular session"]}},57118:e=>{e.exports={en:["Remove Drawings"]}},4474:e=>{e.exports={en:["Remove all indicators and drawing tools"]}},96374:e=>{e.exports={en:["Remove drawings"]}},85106:e=>{e.exports={en:["Remove from favorites"]}},99984:e=>{e.exports={en:["Remove indicators"]}},38206:e=>{e.exports={en:["Rename chart layout"]}},31789:e=>{e.exports={en:["Reset chart"]}},3519:e=>{e.exports={en:["Weak Magnet"]}},65831:e=>{e.exports={en:["Text & Notes"]}},48773:e=>{e.exports={en:["Trend line tools"]}},27463:e=>{e.exports={en:["Type to search for drawings, functions and settings"]}},69260:e=>{e.exports={en:["Volume-based"]}},78659:e=>{e.exports={en:["You're changing the user interface to the {name} theme. Would you like to switch the chart template's theme too?"]}},55774:e=>{e.exports={en:["Zoom In"]}},37310:e=>{e.exports={en:["Zoom Out"]}},70932:e=>{e.exports={en:["commodity"]}},79599:e=>{e.exports={en:["cfd"]}},13489:e=>{e.exports={en:["change ideas visibility on chart"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"]}},46128:e=>{e.exports={en:["crypto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"]}},87464:e=>{e.exports={
+en:["index"]}},90250:e=>{e.exports={en:["indices"]}},76752:e=>{e.exports={en:["stock"]}},94521:e=>{e.exports={en:["sync drawings"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.4543.af2e0ddd821d5bacf27b.js b/public/charting_library/bundles/en.4543.af2e0ddd821d5bacf27b.js
new file mode 100644
index 0000000..508a429
--- /dev/null
+++ b/public/charting_library/bundles/en.4543.af2e0ddd821d5bacf27b.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4543],{63271:e=>{e.exports={en:["Flipped"]}},28941:e=>{e.exports={en:["Mirrored"]}},92479:e=>{e.exports={en:["flip bars pattern"]}},20965:e=>{e.exports={en:["mirror bars pattern"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.4593.99cfdf832ec7f90cc2a7.js b/public/charting_library/bundles/en.4593.99cfdf832ec7f90cc2a7.js
new file mode 100644
index 0000000..07c410e
--- /dev/null
+++ b/public/charting_library/bundles/en.4593.99cfdf832ec7f90cc2a7.js
@@ -0,0 +1,4 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4593,4040,359,4821],{55517:e=>{e.exports={en:["Add"]}},29619:e=>{e.exports={en:["Add custom color"]}},80936:e=>{e.exports={en:["Opacity"]}},33857:e=>{e.exports={en:["Cross"]}},97349:e=>{e.exports={en:["Fr"]}},30961:e=>{e.exports={en:["Mo"]}},94748:e=>{e.exports={en:["Sa"]}},75005:e=>{e.exports={en:["Su"]}},92578:e=>{e.exports={en:["We"]}},8765:e=>{e.exports={en:["Th"]}},9135:e=>{e.exports={en:["Tu"]}},53288:e=>{e.exports={en:["animals & nature"]}},21311:e=>{e.exports={en:["activity"]}},90678:e=>{e.exports={en:["food & drink"]}},6715:e=>{e.exports={en:["flags"]}},98355:e=>{e.exports={en:["objects"]}},43438:e=>{e.exports={en:["smiles & people"]}},40457:e=>{e.exports={en:["symbols"]}},88906:e=>{e.exports={en:["recently used"]}},28562:e=>{e.exports={en:["travel & places"]}},24716:e=>{e.exports={en:["Another symbol"]}},41256:e=>{e.exports={en:["Back"]}},76542:e=>{e.exports={en:["Labels on price scale"]}},94849:e=>{e.exports={en:["Main chart symbol"]}},49191:e=>{e.exports={en:["Values in status line"]}},53174:e=>{e.exports={en:["Right"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"]}},4543:e=>{e.exports={en:["Cancel"]}},24197:e=>{e.exports={en:["Center"]}},63245:e=>{e.exports={en:["Change symbol"]}},54613:e=>{e.exports={en:["Chart"]}},5669:e=>{e.exports={en:["Circles"]}},47742:e=>{e.exports={en:["Close menu"]}},8305:e=>{e.exports={en:["Above bar"]}},69758:e=>{e.exports={en:["Absolute"]}},34040:e=>{e.exports={en:["All sources"]}},62511:e=>{e.exports={en:["Apply Defaults"]}},28896:e=>{e.exports={en:["April"]}},7349:e=>{e.exports={en:["Area with breaks"]}},11081:e=>{e.exports={en:["August"]}},27567:e=>{e.exports={en:["Bottom"]}},74406:e=>{e.exports={en:["Body"]}},42358:e=>{e.exports={en:["Bond"]}},38408:e=>{e.exports={en:["Border"]}},79468:e=>{e.exports={en:["Background"]}},9417:e=>{e.exports={en:["Below bar"]}},68043:e=>{e.exports={en:["Gradient"]}},27390:e=>{e.exports={en:["Dotted line"]}},71776:e=>{e.exports={en:["Down"]}},72942:e=>{e.exports={en:["Days"]}},88123:e=>{e.exports={en:["Dashed line"]}},73033:e=>{e.exports={en:["Developing VA"]}},90082:e=>{e.exports={en:["December"]}},55319:e=>{e.exports={en:["Decrease"]}},16564:e=>{e.exports={en:["Default"]}},48572:e=>{e.exports={en:["Defaults"]}},78734:e=>{e.exports={en:["Description"]}},81069:e=>{e.exports={en:["February"]}},3570:e=>{e.exports={en:["Friday"]}},56796:e=>{e.exports={en:["Hours"]}},95406:e=>{e.exports={en:["Horizontal"]}},8854:e=>{e.exports={en:["Hidden"]}},78057:e=>{e.exports={en:["Histogram"]}},39832:e=>{e.exports={en:["Increase"]}},21429:e=>{e.exports={en:["Inputs"]}},200:e=>{e.exports={en:["January"]}},6608:e=>{e.exports={en:["July"]}},61487:e=>{e.exports={en:["June"]}},37997:e=>{e.exports={en:["October"]}},55450:e=>{e.exports={en:["Offset"]}},19295:e=>{e.exports={en:["Ok"]}},89702:e=>{e.exports={en:["Outputs"]}},
+64075:e=>{e.exports={en:["Override min tick"]}},62791:e=>{e.exports={en:["Labels font"]}},11626:e=>{e.exports={en:["Left"]}},34862:e=>{e.exports={en:["Line with breaks"]}},28603:e=>{e.exports={en:["Line style"]}},19573:e=>{e.exports={en:["Monday"]}},43154:e=>{e.exports={en:["Months"]}},37117:e=>{e.exports={en:["More"]}},25734:e=>{e.exports={en:["May"]}},93878:e=>{e.exports={en:["March"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"]}},76822:e=>{e.exports={en:["No symbols match your criteria"]}},4607:e=>{e.exports={en:["November"]}},65353:e=>{e.exports={en:["Normal"]}},69102:e=>{e.exports={en:["Next year"]}},17538:e=>{e.exports={en:["Next years"]}},92790:e=>{e.exports={en:["Next month"]}},71300:e=>{e.exports={en:["Number format is invalid."]}},28628:e=>{e.exports={en:["Sources"]}},88686:e=>{e.exports={en:["Solid"]}},30348:e=>{e.exports={en:["Saturday"]}},99687:e=>{e.exports={en:["Save as default"]}},8573:e=>{e.exports={en:["Search"]}},65188:e=>{e.exports={en:["Seconds"]}},57640:e=>{e.exports={en:["Select source"]}},32179:e=>{e.exports={en:["September"]}},38712:e=>{e.exports={en:["Signal labels"]}},31331:e=>{e.exports={en:["Specified value is more than the instrument maximum of {max}."]}},24216:e=>{e.exports={en:["Specified value is less than the instrument minimum of {min}."]}},14788:e=>{e.exports={en:["Step line with breaks"]}},11877:e=>{e.exports={en:["Step line with diamonds"]}},61480:e=>{e.exports={en:["Sunday"]}},70235:e=>{e.exports={en:["Switch to months"]}},91245:e=>{e.exports={en:["Switch to dates"]}},71961:e=>{e.exports={en:["Switch to years"]}},95481:e=>{e.exports={en:["Symbol"]}},74007:e=>{e.exports={en:["Symbol & description"]}},51165:e=>{e.exports={en:["Symbol Search"]}},10783:e=>{e.exports={en:["Placement"]}},27254:e=>{e.exports={en:["Please enter the right date"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"]}},59766:e=>{e.exports={en:["Precision"]}},93984:e=>{e.exports={en:["Previous month"]}},75776:e=>{e.exports={en:["Previous year"]}},44701:e=>{e.exports={en:["Previous years"]}},98721:e=>{e.exports={en:["Quantity"]}},89984:e=>{e.exports={en:["Remove color"]}},47550:e=>{e.exports={en:["Remove selected emoji"]}},33533:e=>{e.exports={en:["Reset settings"]}},50421:e=>{e.exports={en:["Right"]}},94226:e=>{e.exports={en:["Wednesday"]}},835:e=>{e.exports={en:["Weeks"]}},32163:e=>{e.exports={en:["Wick"]}},4622:e=>{e.exports={en:["Width (% of the box)"]}},97118:e=>{e.exports={en:["Top"]}},25485:e=>{e.exports={en:["Text alignment"]}},77753:e=>{e.exports={en:["Text color"]}},67781:e=>{e.exports={en:["Text orientation"]}},79137:e=>{e.exports={en:["Thursday"]}},54971:e=>{e.exports={en:["Thickness"]}},24821:e=>{e.exports={en:["Ticks"]}},6532:e=>{e.exports={en:["Trades on chart"]}},82160:e=>{e.exports={en:["Tuesday"]}},22691:e=>{e.exports={en:["Up"]}},13748:e=>{e.exports={en:["Use special math signs to displace selected drawings: +,-,/,* for price and +,- for bar index."]}},81363:e=>{e.exports={
+en:["Volume profile"]}},60092:e=>{e.exports={en:["Values"]}},69526:e=>{e.exports={en:["Vertical"]}},66181:e=>{e.exports={en:["Years"]}},70932:e=>{e.exports={en:["commodity"]}},79599:e=>{e.exports={en:["cfd"]}},26476:e=>{e.exports={en:["change min tick"]}},29426:e=>{e.exports={en:["change opacity"]}},86955:e=>{e.exports={en:["change char"]}},31675:e=>{e.exports={en:["change color"]}},85889:e=>{e.exports={en:["change expand blocks"]}},27745:e=>{e.exports={en:["change font size"]}},28818:e=>{e.exports={en:["change line style"]}},6834:e=>{e.exports={en:["change location"]}},62294:e=>{e.exports={en:["change percent width"]}},81891:e=>{e.exports={en:["change placement"]}},43439:e=>{e.exports={en:["change plot type"]}},61863:e=>{e.exports={en:["change precision"]}},83468:e=>{e.exports={en:["change shape"]}},73281:e=>{e.exports={en:["change thickness"]}},21333:e=>{e.exports={en:["change value"]}},9344:e=>{e.exports={en:["change values visibility"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},5741:e=>{e.exports={en:["close"]}},46128:e=>{e.exports={en:["crypto"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},47268:e=>{e.exports={en:["dr"]}},406:e=>{e.exports={en:["e.g. +1"]}},49957:e=>{e.exports={en:["e.g. /2"]}},54094:e=>{e.exports={en:["economy"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"]}},2359:e=>{e.exports={en:["hours"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},59319:e=>{e.exports={en:["high"]}},96008:e=>{e.exports={en:["hl2"]}},91189:e=>{e.exports={en:["hlc3"]}},49242:e=>{e.exports={en:["hlcc4"]}},87464:e=>{e.exports={en:["index"]}},90250:e=>{e.exports={en:["indices"]}},52793:e=>{e.exports={en:["ohlc4"]}},83584:e=>{e.exports={en:["open"]}},41902:e=>{e.exports={en:["low"]}},95300:e=>{e.exports={
+en:["months"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},76752:e=>{e.exports={en:["stock"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.4821.0124e1463859eb34b0d7.js b/public/charting_library/bundles/en.4821.0124e1463859eb34b0d7.js
new file mode 100644
index 0000000..4de8a50
--- /dev/null
+++ b/public/charting_library/bundles/en.4821.0124e1463859eb34b0d7.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4821],{24821:e=>{e.exports={en:["Ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.5111.0e84f778015dc1f067f1.js b/public/charting_library/bundles/en.5111.0e84f778015dc1f067f1.js
new file mode 100644
index 0000000..c02d42d
--- /dev/null
+++ b/public/charting_library/bundles/en.5111.0e84f778015dc1f067f1.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5111],{77114:e=>{e.exports={en:["erase level line"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.5402.f7a00bf7d82b9a40920d.js b/public/charting_library/bundles/en.5402.f7a00bf7d82b9a40920d.js
new file mode 100644
index 0000000..a6a49cb
--- /dev/null
+++ b/public/charting_library/bundles/en.5402.f7a00bf7d82b9a40920d.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5402],{15402:e=>{e.exports={en:["Next time you can use {shortcut} for quick paste"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.5683.0a2c985dba54512056ce.js b/public/charting_library/bundles/en.5683.0a2c985dba54512056ce.js
new file mode 100644
index 0000000..fee3734
--- /dev/null
+++ b/public/charting_library/bundles/en.5683.0a2c985dba54512056ce.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5683],{97349:e=>{e.exports={en:["Fr"]}},30961:e=>{e.exports={en:["Mo"]}},94748:e=>{e.exports={en:["Sa"]}},75005:e=>{e.exports={en:["Su"]}},92578:e=>{e.exports={en:["We"]}},8765:e=>{e.exports={en:["Th"]}},9135:e=>{e.exports={en:["Tu"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"]}},4543:e=>{e.exports={en:["Cancel"]}},47742:e=>{e.exports={en:["Close menu"]}},81861:e=>{e.exports={en:["Custom range"]}},28896:e=>{e.exports={en:["April"]}},11081:e=>{e.exports={en:["August"]}},42432:e=>{e.exports={en:["Go to"]}},90082:e=>{e.exports={en:["December"]}},81069:e=>{e.exports={en:["February"]}},3570:e=>{e.exports={en:["Friday"]}},200:e=>{e.exports={en:["January"]}},6608:e=>{e.exports={en:["July"]}},61487:e=>{e.exports={en:["June"]}},37997:e=>{e.exports={en:["October"]}},19295:e=>{e.exports={en:["Ok"]}},19573:e=>{e.exports={en:["Monday"]}},43154:e=>{e.exports={en:["Months"]}},37117:e=>{e.exports={en:["More"]}},25734:e=>{e.exports={en:["May"]}},93878:e=>{e.exports={en:["March"]}},4607:e=>{e.exports={en:["November"]}},69102:e=>{e.exports={en:["Next year"]}},17538:e=>{e.exports={en:["Next years"]}},92790:e=>{e.exports={en:["Next month"]}},30348:e=>{e.exports={en:["Saturday"]}},32179:e=>{e.exports={en:["September"]}},61480:e=>{e.exports={en:["Sunday"]}},70235:e=>{e.exports={en:["Switch to months"]}},91245:e=>{e.exports={en:["Switch to dates"]}},71961:e=>{e.exports={en:["Switch to years"]}},27254:e=>{e.exports={en:["Please enter the right date"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"]}},93984:e=>{e.exports={en:["Previous month"]}},75776:e=>{e.exports={en:["Previous year"]}},44701:e=>{e.exports={en:["Previous years"]}},94226:e=>{e.exports={en:["Wednesday"]}},79137:e=>{e.exports={en:["Thursday"]}},82160:e=>{e.exports={en:["Tuesday"]}},66181:e=>{e.exports={en:["Years"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.5862.3039f470825daf65b9d6.js b/public/charting_library/bundles/en.5862.3039f470825daf65b9d6.js
new file mode 100644
index 0000000..c23a850
--- /dev/null
+++ b/public/charting_library/bundles/en.5862.3039f470825daf65b9d6.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5862],{4543:e=>{e.exports={en:["Cancel"]}},32910:e=>{e.exports={en:["Choose image"]}},47742:e=>{e.exports={en:["Close menu"]}},98918:e=>{e.exports={en:["Drop image here!"]}},49580:e=>{e.exports={en:["Image is required"]}},41667:e=>{e.exports={en:["JPG, PNG or WEBP"]}},19295:e=>{e.exports={en:["Ok"]}},7654:e=>{e.exports={en:["Max size {value}"]}},64789:e=>{e.exports={en:["Something went wrong, try again"]}},73007:e=>{e.exports={en:["The image being pasted is way too large"]}},19788:e=>{e.exports={en:["Transparency"]}},16992:e=>{e.exports={en:["Upload a valid image. The file you uploaded was either not an image or a corrupted image."]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.6155.0d55563600ea0d002811.js b/public/charting_library/bundles/en.6155.0d55563600ea0d002811.js
new file mode 100644
index 0000000..38383e7
--- /dev/null
+++ b/public/charting_library/bundles/en.6155.0d55563600ea0d002811.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"]}},78930:e=>{e.exports={en:["Coordinates"]}},24197:e=>{e.exports={en:["Center"]}},27567:e=>{e.exports={en:["Bottom"]}},72942:e=>{e.exports={en:["Days"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},56796:e=>{e.exports={en:["Hours"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"]}},11626:e=>{e.exports={en:["Left"]}},43154:e=>{e.exports={en:["Months"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"]}},50421:e=>{e.exports={en:["Right"]}},835:e=>{e.exports={en:["Weeks"]}},97118:e=>{e.exports={en:["Top"]}},70320:e=>{e.exports={en:["Text"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},2359:e=>{e.exports={en:["hours"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{
+e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.6290.a5f1298c89f78011c7d7.js b/public/charting_library/bundles/en.6290.a5f1298c89f78011c7d7.js
new file mode 100644
index 0000000..a592622
--- /dev/null
+++ b/public/charting_library/bundles/en.6290.a5f1298c89f78011c7d7.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6290,7122],{71682:e=>{e.exports={en:["in"]}},72630:e=>{e.exports={en:["Closed"]}},18741:e=>{e.exports={en:["Open"]}},95931:e=>{e.exports={en:["Cancel Order"]}},59783:e=>{e.exports={en:["Close Position"]}},6060:e=>{e.exports={en:["Add text"]}},47545:e=>{e.exports={en:["FAILURE"]}},1472:e=>{e.exports={en:["Head"]}},27443:e=>{e.exports={en:["Left Shoulder"]}},67710:e=>{e.exports={en:["Modify Order"]}},26409:e=>{e.exports={en:["SUCCESS"]}},79463:e=>{e.exports={en:["Stop: {stopChange} ({stopChangePercent}) {stopChangePip}, Amount: {amount}"]}},24927:e=>{e.exports={en:["Protect Position"]}},10780:e=>{e.exports={en:["Qty: {qty}"]}},98818:e=>{e.exports={en:["Reverse Position"]}},14719:e=>{e.exports={en:["Right Shoulder"]}},36825:e=>{e.exports={en:["Risk/Reward Ratio: {ratio}"]}},72274:e=>{e.exports={en:["Target: {profitChange} ({profitChangePercent}) {profitChangePip}, Amount: {amount}"]}},57122:e=>{e.exports={en:["change {title} text"]}},44994:e=>{e.exports={en:["distance: {number} px"]}},76250:e=>{e.exports={en:["{status} P&L: {pnl}"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.6342.6af643b9a34abf3f6313.js b/public/charting_library/bundles/en.6342.6af643b9a34abf3f6313.js
new file mode 100644
index 0000000..b903078
--- /dev/null
+++ b/public/charting_library/bundles/en.6342.6af643b9a34abf3f6313.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6342],{87859:e=>{e.exports={en:["Not applicable"]}},51998:e=>{e.exports={en:["Type the interval number for minute charts (i.e. 5 if it is going to be a five minute chart). Or number plus letter for H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)"]}},96941:e=>{e.exports={en:["Type the interval number for minute charts (i.e. 5 if it's going to be a five minute chart). Or number plus letter for other intervals: S for 1 second chart (15S for 15 second chart, etc.), H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.6406.78b7e0b0b9555ce886a5.js b/public/charting_library/bundles/en.6406.78b7e0b0b9555ce886a5.js
new file mode 100644
index 0000000..9e193bd
--- /dev/null
+++ b/public/charting_library/bundles/en.6406.78b7e0b0b9555ce886a5.js
@@ -0,0 +1,6 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6406,2787,6155,1432,5402,4821],{13616:e=>{e.exports={en:["#{count} (bar)"]}},80166:e=>{e.exports={en:["#{count} (price, bar)"]}},26381:e=>{e.exports={en:["#1 (bar)"]}},37814:e=>{e.exports={en:["#1 (price)"]}},6737:e=>{e.exports={en:["#1 (price, bar)"]}},87476:e=>{e.exports={en:["#1 (vertical position %, bar)"]}},29291:e=>{e.exports={en:["Median"]}},75106:e=>{e.exports={en:["%"]}},53912:e=>{e.exports={en:["Coeffs as percents"]}},47370:e=>{e.exports={en:["Color"]}},89735:e=>{e.exports={en:["Compact stats mode"]}},78930:e=>{e.exports={en:["Coordinates"]}},87145:e=>{e.exports={en:["Cash"]}},24197:e=>{e.exports={en:["Center"]}},4518:e=>{e.exports={en:["Change in pips"]}},9074:e=>{e.exports={en:["Change price offset"]}},390:e=>{e.exports={en:["Angle"]}},36335:e=>{e.exports={en:["Angles"]}},97668:e=>{e.exports={en:["Account size"]}},93857:e=>{e.exports={en:["Always show stats"]}},59129:e=>{e.exports={en:["Arcs"]}},52648:e=>{e.exports={en:["Avg HL in minticks"]}},27567:e=>{e.exports={en:["Bottom"]}},17129:e=>{e.exports={en:["Bottom labels"]}},38408:e=>{e.exports={en:["Border"]}},333:e=>{e.exports={en:["Borders"]}},79468:e=>{e.exports={en:["Background"]}},58375:e=>{e.exports={en:["Background #1"]}},89073:e=>{e.exports={en:["Bars range"]}},62374:e=>{e.exports={en:["Date/time range"]}},72942:e=>{e.exports={en:["Days"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},3369:e=>{e.exports={en:["Distance"]}},71310:e=>{e.exports={en:["Emoji pin"]}},6002:e=>{e.exports={en:["Entry price"]}},1337:e=>{e.exports={en:["Extend"]}},76410:e=>{e.exports={en:["Extend bottom"]}},25112:e=>{e.exports={en:["Extend left"]}},61856:e=>{e.exports={en:["Extend left line"]}},819:e=>{e.exports={en:["Extend lines"]}},25188:e=>{e.exports={en:["Extend lines left"]}},79192:e=>{e.exports={en:["Extend lines right"]}},68461:e=>{e.exports={en:["Extend right"]}},87430:e=>{e.exports={en:["Extend right line"]}},71397:e=>{e.exports={en:["Extend top"]}},2573:e=>{e.exports={en:["Font size"]}},71525:e=>{e.exports={en:["Failure text"]}},28357:e=>{e.exports={en:["Failure background"]}},84885:e=>{e.exports={en:["Fans"]}},66086:e=>{e.exports={en:["Fib levels based on log scale"]}},63271:e=>{e.exports={en:["Flipped"]}},49275:e=>{e.exports={en:["HL bars"]}},56796:e=>{e.exports={en:["Hours"]}},95406:e=>{e.exports={en:["Horizontal"]}},81169:e=>{e.exports={en:["Invalid URL"]}},21429:e=>{e.exports={en:["Inputs"]}},91612:e=>{e.exports={en:["Inside"]}},98136:e=>{e.exports={en:["OC bars"]}},46005:e=>{e.exports={en:["Original"]}},74045:e=>{e.exports={en:["Lot size"]}},71571:e=>{e.exports={en:["Lower band #1"]}},91889:e=>{e.exports={en:["Lower band #2"]}},83301:e=>{e.exports={en:["Lower band #3"]}},74872:e=>{e.exports={en:["Label"]}},73863:e=>{e.exports={en:["Label background"]}},79650:e=>{e.exports={en:["Levels"]}},36937:e=>{e.exports={en:["Levels line"]}},11626:e=>{e.exports={en:["Left"]}},65e3:e=>{e.exports={en:["Left labels"]}},32982:e=>{e.exports={en:["Line - HL/2"]}},80332:e=>{e.exports={
+en:["Line - open"]}},30216:e=>{e.exports={en:["Line - close"]}},18387:e=>{e.exports={en:["Line - high"]}},53880:e=>{e.exports={en:["Line - low"]}},3214:e=>{e.exports={en:["Mode"]}},70382:e=>{e.exports={en:["Modified Schiff"]}},43154:e=>{e.exports={en:["Months"]}},68833:e=>{e.exports={en:["Middle"]}},68286:e=>{e.exports={en:["Middle line"]}},12516:e=>{e.exports={en:["Middle point"]}},42562:e=>{e.exports={en:["Minutes"]}},28941:e=>{e.exports={en:["Mirrored"]}},15402:e=>{e.exports={en:["Next time you can use {shortcut} for quick paste"]}},14279:e=>{e.exports={en:["Source background"]}},64598:e=>{e.exports={en:["Source border"]}},88479:e=>{e.exports={en:["Source text"]}},69904:e=>{e.exports={en:["Schiff"]}},65188:e=>{e.exports={en:["Seconds"]}},26754:e=>{e.exports={en:["Stats"]}},16053:e=>{e.exports={en:["Stats position"]}},33310:e=>{e.exports={en:["Stop color"]}},23814:e=>{e.exports={en:["Stop level"]}},23971:e=>{e.exports={en:["Success text"]}},90431:e=>{e.exports={en:["Success background"]}},73525:e=>{e.exports={en:["Percent change"]}},33120:e=>{e.exports={en:["Percents"]}},83840:e=>{e.exports={en:["Price"]}},97273:e=>{e.exports={en:["Price label"]}},42747:e=>{e.exports={en:["Price labels"]}},58557:e=>{e.exports={en:["Price levels"]}},62362:e=>{e.exports={en:["Price range"]}},78393:e=>{e.exports={en:["Price/bar ratio"]}},29416:e=>{e.exports={en:["Prices"]}},67852:e=>{e.exports={en:["Profit level"]}},27177:e=>{e.exports={en:["Ranges and ratio"]}},64489:e=>{e.exports={en:["Reverse"]}},50421:e=>{e.exports={en:["Right"]}},28971:e=>{e.exports={en:["Right labels"]}},63886:e=>{e.exports={en:["Risk"]}},32998:e=>{e.exports={en:["Wave"]}},835:e=>{e.exports={en:["Weeks"]}},32163:e=>{e.exports={en:["Wick"]}},97118:e=>{e.exports={en:["Top"]}},74939:e=>{e.exports={en:["Top labels"]}},95631:e=>{e.exports={en:["Target background"]}},79622:e=>{e.exports={en:["Target border"]}},3560:e=>{e.exports={en:["Target color"]}},59264:e=>{e.exports={en:["Target text"]}},70320:e=>{e.exports={en:["Text"]}},7560:e=>{e.exports={en:["Text wrap"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},54971:e=>{e.exports={en:["Thickness"]}},24821:e=>{e.exports={en:["Ticks"]}},56822:e=>{e.exports={en:["Time label"]}},58476:e=>{e.exports={en:["Time levels"]}},19788:e=>{e.exports={en:["Transparency"]}},51574:e=>{e.exports={en:["Trend line"]}},21315:e=>{e.exports={en:["Upper band #1"]}},65448:e=>{e.exports={en:["Upper band #2"]}},64848:e=>{e.exports={en:["Upper band #3"]}},28683:e=>{e.exports={en:["Use one color"]}},5682:e=>{e.exports={en:["VWAP"]}},37644:e=>{e.exports={en:["Volume"]}},60092:e=>{e.exports={en:["Values"]}},29566:e=>{e.exports={en:["Variance"]}},69526:e=>{e.exports={en:["Vertical"]}},3894:e=>{e.exports={en:["change angle"]}},77931:e=>{e.exports={en:["change arrow color"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},77883:e=>{e.exports={en:["change flag color"]}},83842:e=>{e.exports={en:["change image"]}},65309:e=>{e.exports={en:["change image transparency"]}},11737:e=>{e.exports={
+en:["change price Y coordinate"]}},74883:e=>{e.exports={en:["change top margin"]}},69183:e=>{e.exports={en:["change vertical position Y coordinate"]}},83030:e=>{e.exports={en:["change {title} VWAP line color"]}},47479:e=>{e.exports={en:["change {title} VWAP line width"]}},31753:e=>{e.exports={en:["change {title} coeffs as percents visibility"]}},49442:e=>{e.exports={en:["change {title} color"]}},49904:e=>{e.exports={en:["change {title} compact stats mode"]}},97345:e=>{e.exports={en:["change {title} candle border up color"]}},88530:e=>{e.exports={en:["change {title} candle border visibility"]}},81139:e=>{e.exports={en:["change {title} candle border down color"]}},80022:e=>{e.exports={en:["change {title} candle down color"]}},21631:e=>{e.exports={en:["change {title} candle up color"]}},33589:e=>{e.exports={en:["change {title} candle wick color"]}},85382:e=>{e.exports={en:["change {title} candle wick visibility"]}},81340:e=>{e.exports={en:["change {title} change in pips visibility"]}},91600:e=>{e.exports={en:["change {title} currency"]}},59288:e=>{e.exports={en:["change {title} angle visibility"]}},99232:e=>{e.exports={en:["change {title} account size"]}},80390:e=>{e.exports={en:["change {title} always show stats"]}},59577:e=>{e.exports={en:["change {title} all lines color"]}},95582:e=>{e.exports={en:["change {title} arcs {index} line color"]}},8745:e=>{e.exports={en:["change {title} arcs {index} line width"]}},4313:e=>{e.exports={en:["change {title} arcs {index} line visibility"]}},39393:e=>{e.exports={en:["change {title} average HL value"]}},62130:e=>{e.exports={en:["change {title} bottom labels visibility"]}},13783:e=>{e.exports={en:["change {title} background transparency"]}},30839:e=>{e.exports={en:["change {title} background visibility"]}},49765:e=>{e.exports={en:["change {title} background color"]}},2788:e=>{e.exports={en:["change {title} background color 1"]}},47108:e=>{e.exports={en:["change {title} background color 2"]}},98845:e=>{e.exports={en:["change {title} bars range visibility"]}},37563:e=>{e.exports={en:["change {title} date/time range visibility"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},86650:e=>{e.exports={en:["change {title} degree"]}},45153:e=>{e.exports={en:["change {title} distance visibility"]}},73247:e=>{e.exports={en:["change {title} emoji"]}},53274:e=>{e.exports={en:["change {title} emoji visibility"]}},91534:e=>{e.exports={en:["change {title} entry price"]}},59665:e=>{e.exports={en:["change {title} extend bottom"]}},35139:e=>{e.exports={en:["change {title} extend left"]}},76295:e=>{e.exports={en:["change {title} extend lines"]}},30126:e=>{e.exports={en:["change {title} extend top"]}},58052:e=>{e.exports={en:["change {title} extending left"]}},74867:e=>{e.exports={en:["change {title} extending right"]}},10390:e=>{e.exports={en:["change {title} extension"]}},58406:e=>{e.exports={en:["change {title} failure text color"]}},91321:e=>{e.exports={en:["change {title} failure background color"]}},28833:e=>{e.exports={
+en:["change {title} fan {index} line visibility"]}},45732:e=>{e.exports={en:["change {title} fan {index} line width"]}},62500:e=>{e.exports={en:["change {title} fan {index} line color"]}},15972:e=>{e.exports={en:["change {title} fans visibility"]}},1716:e=>{e.exports={en:["change {title} fans line color"]}},85509:e=>{e.exports={en:["change {title} fib levels based on log scale"]}},10643:e=>{e.exports={en:["change {title} flipped"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},86993:e=>{e.exports={en:["change {title} image background color"]}},54087:e=>{e.exports={en:["change {title} lot size"]}},67450:e=>{e.exports={en:["change {title} lower band #1 line color"]}},87716:e=>{e.exports={en:["change {title} lower band #1 line visibility"]}},43181:e=>{e.exports={en:["change {title} lower band #1 line width"]}},35092:e=>{e.exports={en:["change {title} lower band #2 line color"]}},94308:e=>{e.exports={en:["change {title} lower band #2 line visibility"]}},8873:e=>{e.exports={en:["change {title} lower band #2 line width"]}},68180:e=>{e.exports={en:["change {title} lower band #3 line color"]}},32442:e=>{e.exports={en:["change {title} lower band #3 line visibility"]}},3476:e=>{e.exports={en:["change {title} lower band #3 line width"]}},55612:e=>{e.exports={en:["change {title} labels alignment"]}},19658:e=>{e.exports={en:["change {title} labels font size"]}},93340:e=>{e.exports={en:["change {title} labels visibility"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"]}},664:e=>{e.exports={en:["change {title} level {index} line color"]}},64707:e=>{e.exports={en:["change {title} level {index} line style"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"]}},54517:e=>{e.exports={en:["change {title} levels visibility"]}},63021:e=>{e.exports={en:["change {title} left labels visibility"]}},57462:e=>{e.exports={en:["change {title} mode"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},27470:e=>{e.exports={en:["change {title} middle point visibility"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},85198:e=>{e.exports={en:["change {title} mirrored"]}},63047:e=>{e.exports={en:["change {title} source background color"]}},93889:e=>{e.exports={en:["change {title} source border color"]}},45833:e=>{e.exports={en:["change {title} source text color"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},98463:e=>{e.exports={en:["change {title} style"]}},86722:e=>{e.exports={en:["change {title} stats position"]}},26598:e=>{e.exports={en:["change {title} stop color"]}},45438:e=>{e.exports={en:["change {title} stop level"]}},27503:e=>{e.exports={en:["change {title} stop price"]}},71715:e=>{e.exports={en:["change {title} success text color"]}},80428:e=>{e.exports={
+en:["change {title} success background color"]}},87246:e=>{e.exports={en:["change {title} percent change visibility"]}},98822:e=>{e.exports={en:["change {title} price label visibility"]}},343:e=>{e.exports={en:["change {title} price labels visibility"]}},63962:e=>{e.exports={en:["change {title} price range visibility"]}},727:e=>{e.exports={en:["change {title} price visibility"]}},4714:e=>{e.exports={en:["change {title} prices visibility"]}},64330:e=>{e.exports={en:["change {title} profit level"]}},12073:e=>{e.exports={en:["change {title} profit price"]}},50762:e=>{e.exports={en:["change {title} reverse"]}},8390:e=>{e.exports={en:["change {title} right labels visibility"]}},79875:e=>{e.exports={en:["change {title} risk"]}},60308:e=>{e.exports={en:["change {title} risk display mode"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},60111:e=>{e.exports={en:["change {title} width"]}},81301:e=>{e.exports={en:["change {title} top labels visibility"]}},25987:e=>{e.exports={en:["change {title} target background color"]}},24138:e=>{e.exports={en:["change {title} target border color"]}},10504:e=>{e.exports={en:["change {title} target color"]}},32230:e=>{e.exports={en:["change {title} target text color"]}},30353:e=>{e.exports={en:["change {title} text visibility"]}},55134:e=>{e.exports={en:["change {title} text alignment"]}},66960:e=>{e.exports={en:["change {title} time label visibility"]}},51085:e=>{e.exports={en:["change {title} transparency"]}},27326:e=>{e.exports={en:["change {title} upper band #1 line color"]}},44828:e=>{e.exports={en:["change {title} upper band #1 line visibility"]}},1353:e=>{e.exports={en:["change {title} upper band #1 line width"]}},12138:e=>{e.exports={en:["change {title} upper band #2 line color"]}},93075:e=>{e.exports={en:["change {title} upper band #2 line visibility"]}},7943:e=>{e.exports={en:["change {title} upper band #2 line width"]}},51780:e=>{e.exports={en:["change {title} upper band #3 line color"]}},15698:e=>{e.exports={en:["change {title} upper band #3 line visibility"]}},27414:e=>{e.exports={en:["change {title} upper band #3 line width"]}},36336:e=>{e.exports={en:["change {title} volume visibility"]}},23171:e=>{e.exports={en:["change {title} variance value"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"]}},24550:e=>{e.exports={
+en:["change {toolName} line visibility"]}},19541:e=>{e.exports={en:["change {toolName} line width"]}},24059:e=>{e.exports={en:["change {toolName} line color"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"]}},21474:e=>{e.exports={en:["change {toolName} line left end"]}},54827:e=>{e.exports={en:["change {toolName} line right end"]}},66429:e=>{e.exports={en:["change {toolName} line style"]}},66668:e=>{e.exports={en:["change {toolName} text"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"]}},22231:e=>{e.exports={en:["change {toolName} text background color"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"]}},36666:e=>{e.exports={en:["change {toolName} text border color"]}},35423:e=>{e.exports={en:["change {toolName} text border width"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"]}},64500:e=>{e.exports={en:["change {toolName} text color"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"]}},21781:e=>{e.exports={en:["change {toolName} text font size"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},61218:e=>{e.exports={en:["backgrounds color"]}},48433:e=>{e.exports={en:["backgrounds filled"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},2359:e=>{e.exports={en:["hours"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},24621:e=>{e.exports={en:["lines color"]}},96400:e=>{e.exports={en:["lines style"]}},41594:e=>{e.exports={en:["lines width"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},59012:e=>{e.exports={en:["show price"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},44461:e=>{e.exports={en:["text color"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.6645.638c62337337129de9dc.js b/public/charting_library/bundles/en.6645.638c62337337129de9dc.js
new file mode 100644
index 0000000..d832062
--- /dev/null
+++ b/public/charting_library/bundles/en.6645.638c62337337129de9dc.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6645,6155,3367,2303,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"]}},78930:e=>{e.exports={en:["Coordinates"]}},24197:e=>{e.exports={en:["Center"]}},6060:e=>{e.exports={en:["Add text"]}},27567:e=>{e.exports={en:["Bottom"]}},38408:e=>{e.exports={en:["Border"]}},79468:e=>{e.exports={en:["Background"]}},72942:e=>{e.exports={en:["Days"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},56796:e=>{e.exports={en:["Hours"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"]}},34974:e=>{e.exports={en:["Label border"]}},73863:e=>{e.exports={en:["Label background"]}},11626:e=>{e.exports={en:["Left"]}},97575:e=>{e.exports={en:["Line color"]}},43154:e=>{e.exports={en:["Months"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"]}},50421:e=>{e.exports={en:["Right"]}},835:e=>{e.exports={en:["Weeks"]}},97118:e=>{e.exports={en:["Top"]}},70320:e=>{e.exports={en:["Text"]}},7560:e=>{e.exports={en:["Text wrap"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},69437:e=>{e.exports={en:["change {title} border color"]}},19298:e=>{e.exports={en:["change {title} border visibility"]}},30839:e=>{e.exports={en:["change {title} background visibility"]}},49765:e=>{e.exports={en:["change {title} background color"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},7455:e=>{e.exports={en:["change {title} line color"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},57122:e=>{e.exports={en:["change {title} text"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"]}},61160:e=>{
+e.exports={en:["change {toolName} labels direction"]}},66668:e=>{e.exports={en:["change {toolName} text"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"]}},22231:e=>{e.exports={en:["change {toolName} text background color"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"]}},36666:e=>{e.exports={en:["change {toolName} text border color"]}},35423:e=>{e.exports={en:["change {toolName} text border width"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"]}},64500:e=>{e.exports={en:["change {toolName} text color"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"]}},21781:e=>{e.exports={en:["change {toolName} text font size"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},2359:e=>{e.exports={en:["hours"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.6655.0fd2fe635955f6cfa2ba.js b/public/charting_library/bundles/en.6655.0fd2fe635955f6cfa2ba.js
new file mode 100644
index 0000000..b870857
--- /dev/null
+++ b/public/charting_library/bundles/en.6655.0fd2fe635955f6cfa2ba.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6655,4040,359],{55517:e=>{e.exports={en:["Add"]}},29619:e=>{e.exports={en:["Add custom color"]}},80936:e=>{e.exports={en:["Opacity"]}},97349:e=>{e.exports={en:["Fr"]}},30961:e=>{e.exports={en:["Mo"]}},94748:e=>{e.exports={en:["Sa"]}},75005:e=>{e.exports={en:["Su"]}},92578:e=>{e.exports={en:["We"]}},8765:e=>{e.exports={en:["Th"]}},9135:e=>{e.exports={en:["Tu"]}},53288:e=>{e.exports={en:["animals & nature"]}},21311:e=>{e.exports={en:["activity"]}},90678:e=>{e.exports={en:["food & drink"]}},6715:e=>{e.exports={en:["flags"]}},98355:e=>{e.exports={en:["objects"]}},43438:e=>{e.exports={en:["smiles & people"]}},40457:e=>{e.exports={en:["symbols"]}},88906:e=>{e.exports={en:["recently used"]}},28562:e=>{e.exports={en:["travel & places"]}},24716:e=>{e.exports={en:["Another symbol"]}},41256:e=>{e.exports={en:["Back"]}},94849:e=>{e.exports={en:["Main chart symbol"]}},53174:e=>{e.exports={en:["Right"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"]}},4543:e=>{e.exports={en:["Cancel"]}},24197:e=>{e.exports={en:["Center"]}},63245:e=>{e.exports={en:["Change symbol"]}},54613:e=>{e.exports={en:["Chart"]}},47742:e=>{e.exports={en:["Close menu"]}},34040:e=>{e.exports={en:["All sources"]}},62511:e=>{e.exports={en:["Apply Defaults"]}},28896:e=>{e.exports={en:["April"]}},11081:e=>{e.exports={en:["August"]}},27567:e=>{e.exports={en:["Bottom"]}},42358:e=>{e.exports={en:["Bond"]}},68043:e=>{e.exports={en:["Gradient"]}},27390:e=>{e.exports={en:["Dotted line"]}},88123:e=>{e.exports={en:["Dashed line"]}},90082:e=>{e.exports={en:["December"]}},55319:e=>{e.exports={en:["Decrease"]}},48572:e=>{e.exports={en:["Defaults"]}},78734:e=>{e.exports={en:["Description"]}},81069:e=>{e.exports={en:["February"]}},3570:e=>{e.exports={en:["Friday"]}},95406:e=>{e.exports={en:["Horizontal"]}},8854:e=>{e.exports={en:["Hidden"]}},39832:e=>{e.exports={en:["Increase"]}},200:e=>{e.exports={en:["January"]}},6608:e=>{e.exports={en:["July"]}},61487:e=>{e.exports={en:["June"]}},37997:e=>{e.exports={en:["October"]}},55450:e=>{e.exports={en:["Offset"]}},19295:e=>{e.exports={en:["Ok"]}},11626:e=>{e.exports={en:["Left"]}},28603:e=>{e.exports={en:["Line style"]}},19573:e=>{e.exports={en:["Monday"]}},43154:e=>{e.exports={en:["Months"]}},37117:e=>{e.exports={en:["More"]}},25734:e=>{e.exports={en:["May"]}},93878:e=>{e.exports={en:["March"]}},68833:e=>{e.exports={en:["Middle"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"]}},76822:e=>{e.exports={en:["No symbols match your criteria"]}},4607:e=>{e.exports={en:["November"]}},65353:e=>{e.exports={en:["Normal"]}},69102:e=>{e.exports={en:["Next year"]}},17538:e=>{e.exports={en:["Next years"]}},92790:e=>{e.exports={en:["Next month"]}},71300:e=>{e.exports={en:["Number format is invalid."]}},28628:e=>{e.exports={en:["Sources"]}},88686:e=>{e.exports={en:["Solid"]}},30348:e=>{
+e.exports={en:["Saturday"]}},99687:e=>{e.exports={en:["Save as default"]}},8573:e=>{e.exports={en:["Search"]}},57640:e=>{e.exports={en:["Select source"]}},8954:e=>{e.exports={en:["Selected Drawings"]}},32179:e=>{e.exports={en:["September"]}},31331:e=>{e.exports={en:["Specified value is more than the instrument maximum of {max}."]}},24216:e=>{e.exports={en:["Specified value is less than the instrument minimum of {min}."]}},61480:e=>{e.exports={en:["Sunday"]}},70235:e=>{e.exports={en:["Switch to months"]}},91245:e=>{e.exports={en:["Switch to dates"]}},71961:e=>{e.exports={en:["Switch to years"]}},95481:e=>{e.exports={en:["Symbol"]}},74007:e=>{e.exports={en:["Symbol & description"]}},51165:e=>{e.exports={en:["Symbol Search"]}},27254:e=>{e.exports={en:["Please enter the right date"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"]}},93984:e=>{e.exports={en:["Previous month"]}},75776:e=>{e.exports={en:["Previous year"]}},44701:e=>{e.exports={en:["Previous years"]}},89984:e=>{e.exports={en:["Remove color"]}},47550:e=>{e.exports={en:["Remove selected emoji"]}},33533:e=>{e.exports={en:["Reset settings"]}},50421:e=>{e.exports={en:["Right"]}},94226:e=>{e.exports={en:["Wednesday"]}},97118:e=>{e.exports={en:["Top"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},79137:e=>{e.exports={en:["Thursday"]}},54971:e=>{e.exports={en:["Thickness"]}},82160:e=>{e.exports={en:["Tuesday"]}},13748:e=>{e.exports={en:["Use special math signs to displace selected drawings: +,-,/,* for price and +,- for bar index."]}},69526:e=>{e.exports={en:["Vertical"]}},66181:e=>{e.exports={en:["Years"]}},70932:e=>{e.exports={en:["commodity"]}},79599:e=>{e.exports={en:["cfd"]}},29426:e=>{e.exports={en:["change opacity"]}},31675:e=>{e.exports={en:["change color"]}},28818:e=>{e.exports={en:["change line style"]}},73281:e=>{e.exports={en:["change thickness"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},23687:e=>{e.exports={en:["change {sourceTitle} title to {newSourceTitle}"]}},5741:e=>{e.exports={en:["close"]}},46128:e=>{e.exports={en:["crypto"]}},47268:e=>{e.exports={en:["dr"]}},406:e=>{e.exports={en:["e.g. +1"]}},49957:e=>{e.exports={en:["e.g. /2"]}},54094:e=>{e.exports={en:["economy"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"]}},59319:e=>{e.exports={en:["high"]}},96008:e=>{e.exports={en:["hl2"]}},91189:e=>{e.exports={en:["hlc3"]}},49242:e=>{e.exports={en:["hlcc4"]}},87464:e=>{e.exports={en:["index"]}},90250:e=>{e.exports={en:["indices"]}},52793:e=>{e.exports={en:["ohlc4"]}},83584:e=>{e.exports={en:["open"]}},41902:e=>{e.exports={en:["low"]}},76752:e=>{e.exports={en:["stock"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.6703.bdb6f2f6c5d635dc479f.js b/public/charting_library/bundles/en.6703.bdb6f2f6c5d635dc479f.js
new file mode 100644
index 0000000..6c26b46
--- /dev/null
+++ b/public/charting_library/bundles/en.6703.bdb6f2f6c5d635dc479f.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6703,4040,359],{41256:e=>{e.exports={en:["Back"]}},53174:e=>{e.exports={en:["Right"]}},93193:e=>{e.exports={en:["Compare symbol"]}},4543:e=>{e.exports={en:["Cancel"]}},47742:e=>{e.exports={en:["Close menu"]}},60085:e=>{e.exports={en:["Add to"]}},46622:e=>{e.exports={en:["Added symbols"]}},34040:e=>{e.exports={en:["All sources"]}},1048:e=>{e.exports={en:["Allow extend time scale"]}},42358:e=>{e.exports={en:["Bond"]}},78734:e=>{e.exports={en:["Description"]}},37117:e=>{e.exports={en:["More"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"]}},37094:e=>{e.exports={en:["No symbols here yet — why not add some?"]}},76822:e=>{e.exports={en:["No symbols match your criteria"]}},63456:e=>{e.exports={en:["New pane"]}},60126:e=>{e.exports={en:["New price scale"]}},28628:e=>{e.exports={en:["Sources"]}},56136:e=>{e.exports={en:["Same % scale"]}},38137:e=>{e.exports={en:["Same scale"]}},8573:e=>{e.exports={en:["Search"]}},57640:e=>{e.exports={en:["Select source"]}},95481:e=>{e.exports={en:["Symbol"]}},74007:e=>{e.exports={en:["Symbol & description"]}},51165:e=>{e.exports={en:["Symbol Search"]}},8926:e=>{e.exports={en:["Recent symbols"]}},70932:e=>{e.exports={en:["commodity"]}},79599:e=>{e.exports={en:["cfd"]}},46128:e=>{e.exports={en:["crypto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"]}},87464:e=>{e.exports={en:["index"]}},90250:e=>{e.exports={en:["indices"]}},76752:e=>{e.exports={en:["stock"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.6760.d667b4a17bb7e3977273.js b/public/charting_library/bundles/en.6760.d667b4a17bb7e3977273.js
new file mode 100644
index 0000000..f009047
--- /dev/null
+++ b/public/charting_library/bundles/en.6760.d667b4a17bb7e3977273.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6760,2787,6155,7850,7122,5111,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"]}},78930:e=>{e.exports={en:["Coordinates"]}},24197:e=>{e.exports={en:["Center"]}},6060:e=>{e.exports={en:["Add text"]}},27567:e=>{e.exports={en:["Bottom"]}},79468:e=>{e.exports={en:["Background"]}},72942:e=>{e.exports={en:["Days"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},61856:e=>{e.exports={en:["Extend left line"]}},87430:e=>{e.exports={en:["Extend right line"]}},56796:e=>{e.exports={en:["Hours"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"]}},79650:e=>{e.exports={en:["Levels"]}},11626:e=>{e.exports={en:["Left"]}},43154:e=>{e.exports={en:["Months"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"]}},50421:e=>{e.exports={en:["Right"]}},835:e=>{e.exports={en:["Weeks"]}},97118:e=>{e.exports={en:["Top"]}},70320:e=>{e.exports={en:["Text"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},24821:e=>{e.exports={en:["Ticks"]}},51574:e=>{e.exports={en:["Trend line"]}},28683:e=>{e.exports={en:["Use one color"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},59577:e=>{e.exports={en:["change {title} all lines color"]}},13783:e=>{e.exports={en:["change {title} background transparency"]}},30839:e=>{e.exports={en:["change {title} background visibility"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"]}},664:e=>{e.exports={en:["change {title} level {index} line color"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"]}},54517:e=>{e.exports={en:["change {title} levels visibility"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},57122:e=>{e.exports={en:["change {title} text"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={
+en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"]}},19541:e=>{e.exports={en:["change {toolName} line width"]}},24059:e=>{e.exports={en:["change {toolName} line color"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"]}},21474:e=>{e.exports={en:["change {toolName} line left end"]}},54827:e=>{e.exports={en:["change {toolName} line right end"]}},66429:e=>{e.exports={en:["change {toolName} line style"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},77114:e=>{e.exports={en:["erase level line"]}},2359:e=>{e.exports={en:["hours"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.6778.cb295f9cefe08c721b2c.js b/public/charting_library/bundles/en.6778.cb295f9cefe08c721b2c.js
new file mode 100644
index 0000000..ab5e09f
--- /dev/null
+++ b/public/charting_library/bundles/en.6778.cb295f9cefe08c721b2c.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6778],{36778:a=>{a.exports={en:["Last available bar"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.6822.4179cccc2fa59f991bf4.js b/public/charting_library/bundles/en.6822.4179cccc2fa59f991bf4.js
new file mode 100644
index 0000000..7237fb1
--- /dev/null
+++ b/public/charting_library/bundles/en.6822.4179cccc2fa59f991bf4.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6822],{94920:e=>{e.exports={en:["ADJ"]}},16755:e=>{e.exports={en:["B-ADJ"]}},82631:e=>{e.exports={en:["SET"]}},22233:e=>{e.exports={en:["auto"]}},4161:e=>{e.exports={en:["log"]}},58221:e=>{e.exports={en:["All data"]}},19273:e=>{e.exports={en:["Year to day"]}},58426:e=>{e.exports={en:["{timePeriod} in {timeInterval}"]}},93020:e=>{e.exports={en:["Adjust data for dividends"]}},68921:e=>{e.exports={en:["Adjust for contract changes"]}},42432:e=>{e.exports={en:["Go to"]}},92966:e=>{e.exports={en:["Extended Hours is available only for intraday charts"]}},61206:e=>{e.exports={en:["Maximize chart"]}},2031:e=>{e.exports={en:["Main symbol data is adjusted for dividends only"]}},95739:e=>{e.exports={en:["Main symbol data is adjusted for splits only"]}},27665:e=>{e.exports={en:["Sessions"]}},31142:e=>{e.exports={en:["Restore chart"]}},41888:e=>{e.exports={en:["Toggle Auto Scale"]}},1e4:e=>{e.exports={en:["Toggle Log Scale"]}},81649:e=>{e.exports={en:["Toggle Percentage"]}},77073:e=>{e.exports={en:["Timezone"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"]}},8586:e=>{e.exports={en:["ext"]}},63808:e=>{e.exports={en:["{str} day","{str} days"]}},62368:e=>{e.exports={en:["{str} day","{str} days"]}},561:e=>{e.exports={en:["{str} day intervals","{str} days intervals"]}},72495:e=>{e.exports={en:["{str} hour","{str} hours"]}},64963:e=>{e.exports={en:["{str} hour","{str} hours"]}},14887:e=>{e.exports={en:["{str} hour intervals","{str} hours intervals"]}},12752:e=>{e.exports={en:["{str} month","{str} months"]}},20062:e=>{e.exports={en:["{str} month","{str} months"]}},48514:e=>{e.exports={en:["{str} month intervals","{str} months intervals"]}},95484:e=>{e.exports={en:["{str} minute","{str} minutes"]}},5926:e=>{e.exports={en:["{str} minute","{str} minutes"]}},15489:e=>{e.exports={en:["{str} minute intervals","{str} minutes intervals"]}},6088:e=>{e.exports={en:["{str} week","{str} weeks"]}},49306:e=>{e.exports={en:["{str} week","{str} weeks"]}},60316:e=>{e.exports={en:["{str} week intervals","{str} weeks intervals"]}},96325:e=>{e.exports={en:["{str} year","{str} years"]}},91549:e=>{e.exports={en:["{str} year","{str} years"]}},78971:e=>{e.exports={en:["{str} year intervals","{str} years intervals"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.6838.b209fab6f81d9054b17c.js b/public/charting_library/bundles/en.6838.b209fab6f81d9054b17c.js
new file mode 100644
index 0000000..0f9437d
--- /dev/null
+++ b/public/charting_library/bundles/en.6838.b209fab6f81d9054b17c.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6838],{66838:e=>{e.exports={en:["Fact of the day"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.7122.b56804d4455c3a0204dd.js b/public/charting_library/bundles/en.7122.b56804d4455c3a0204dd.js
new file mode 100644
index 0000000..0179055
--- /dev/null
+++ b/public/charting_library/bundles/en.7122.b56804d4455c3a0204dd.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7122],{57122:e=>{e.exports={en:["change {title} text"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.7328.6e079881a6ff4ded3dbf.js b/public/charting_library/bundles/en.7328.6e079881a6ff4ded3dbf.js
new file mode 100644
index 0000000..86583ad
--- /dev/null
+++ b/public/charting_library/bundles/en.7328.6e079881a6ff4ded3dbf.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7328],{27328:e=>{e.exports={en:["Don't show again"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.7458.068c610f8718bc62a766.js b/public/charting_library/bundles/en.7458.068c610f8718bc62a766.js
new file mode 100644
index 0000000..222688e
--- /dev/null
+++ b/public/charting_library/bundles/en.7458.068c610f8718bc62a766.js
@@ -0,0 +1,5 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7458,4821],{80587:e=>{e.exports={en:["bars"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"]}},31882:e=>{e.exports={en:["12-hours"]}},5797:e=>{e.exports={en:["24-hours"]}},23111:e=>{e.exports={en:["Color bars based on previous close"]}},23739:e=>{e.exports={en:["Canvas"]}},24197:e=>{e.exports={en:["Center"]}},15153:e=>{e.exports={en:["Chart basic styles"]}},45639:e=>{e.exports={en:["Chart values"]}},84831:e=>{e.exports={en:["Close line"]}},74622:e=>{e.exports={en:["Crosshair"]}},81849:e=>{e.exports={en:["Currency"]}},3015:e=>{e.exports={en:["Currency and Unit"]}},93020:e=>{e.exports={en:["Adjust data for dividends"]}},68921:e=>{e.exports={en:["Adjust for contract changes"]}},36620:e=>{e.exports={en:["Alerts"]}},14119:e=>{e.exports={en:["Arguments"]}},68650:e=>{e.exports={en:["Average close"]}},27567:e=>{e.exports={en:["Bottom"]}},3159:e=>{e.exports={en:["Bottom line"]}},74406:e=>{e.exports={en:["Body"]}},333:e=>{e.exports={en:["Borders"]}},79468:e=>{e.exports={en:["Background"]}},10842:e=>{e.exports={en:["Bar change values"]}},28975:e=>{e.exports={en:["Base level"]}},76473:e=>{e.exports={en:["Bid and ask"]}},32744:e=>{e.exports={en:["Buttons"]}},68662:e=>{e.exports={en:["Grid lines"]}},17611:e=>{e.exports={en:["Down bars"]}},23743:e=>{e.exports={en:["Down color"]}},48225:e=>{e.exports={en:["Data modification"]}},84838:e=>{e.exports={en:["Date format"]}},42357:e=>{e.exports={en:["Day of week on labels"]}},16564:e=>{e.exports={en:["Default"]}},78734:e=>{e.exports={en:["Description"]}},89212:e=>{e.exports={en:["Display inactivity gaps on intraday"]}},59777:e=>{e.exports={en:["Electronic trading hours background"]}},69808:e=>{e.exports={en:["Events"]}},41129:e=>{e.exports={en:["Fill"]}},61112:e=>{e.exports={en:["Fill top area"]}},73185:e=>{e.exports={en:["Fill bottom area"]}},95406:e=>{e.exports={en:["Horizontal"]}},61900:e=>{e.exports={en:["Horz only"]}},14180:e=>{e.exports={en:["High and low"]}},56359:e=>{e.exports={en:["High line"]}},47326:e=>{e.exports={en:["Integer"]}},84549:e=>{e.exports={en:["Indicators"]}},78082:e=>{e.exports={en:["Indicators and financials"]}},25765:e=>{e.exports={en:["Open market status"]}},34579:e=>{e.exports={en:["Low line"]}},14876:e=>{e.exports={en:["Logo"]}},89315:e=>{e.exports={en:["Long Description"]}},72423:e=>{e.exports={en:["Last day change values"]}},11626:e=>{e.exports={en:["Left"]}},8249:e=>{e.exports={en:["Money"]}},70937:e=>{e.exports={en:["Margins"]}},68833:e=>{e.exports={en:["Middle"]}},58589:e=>{e.exports={en:["No overlapping labels"]}},60798:e=>{e.exports={en:["None"]}},51019:e=>{e.exports={en:["Navigation"]}},99709:e=>{e.exports={en:["Name"]}},8852:e=>{e.exports={en:["Save chart left edge position when changing interval"]}},26204:e=>{e.exports={en:["Scale modes (A and L)"]}},93968:e=>{e.exports={en:["Scales"]}},90275:e=>{e.exports={en:["Scales and lines"]}},30042:e=>{e.exports={en:["Scales placement"]}},28715:e=>{
+e.exports={en:["Status line"]}},95481:e=>{e.exports={en:["Symbol"]}},53263:e=>{e.exports={en:["Pane"]}},82894:e=>{e.exports={en:["Pane separators"]}},16207:e=>{e.exports={en:["Percentage"]}},94408:e=>{e.exports={en:["Pips"]}},60904:e=>{e.exports={en:["Pre/post market"]}},88327:e=>{e.exports={en:["Pre/post market hours background"]}},59766:e=>{e.exports={en:["Precision"]}},83811:e=>{e.exports={en:["Previous day close"]}},35082:e=>{e.exports={en:["Price Scale"]}},27632:e=>{e.exports={en:["Price and percentage value"]}},62142:e=>{e.exports={en:["Price labels & lines"]}},84684:e=>{e.exports={en:["Price source"]}},73466:e=>{e.exports={en:["Projection up bars"]}},77430:e=>{e.exports={en:["Projection candles"]}},88367:e=>{e.exports={en:["Projection down bars"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"]}},50421:e=>{e.exports={en:["Right"]}},62532:e=>{e.exports={en:["Right Margin"]}},41571:e=>{e.exports={en:["Watermark"]}},32163:e=>{e.exports={en:["Wick"]}},97118:e=>{e.exports={en:["Top"]}},89349:e=>{e.exports={en:["Top line"]}},70320:e=>{e.exports={en:["Text"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},20215:e=>{e.exports={en:["Thin bars"]}},70198:e=>{e.exports={en:["Title"]}},29854:e=>{e.exports={en:["Titles"]}},5791:e=>{e.exports={en:["Ticker"]}},16816:e=>{e.exports={en:["Ticker and description"]}},24821:e=>{e.exports={en:["Ticks"]}},93965:e=>{e.exports={en:["Time Scale"]}},5591:e=>{e.exports={en:["Time hours format"]}},77073:e=>{e.exports={en:["Timezone"]}},76495:e=>{e.exports={en:["Trading"]}},33564:e=>{e.exports={en:["Unit"]}},23091:e=>{e.exports={en:["Up color"]}},36957:e=>{e.exports={en:["Up bars"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"]}},37644:e=>{e.exports={en:["Volume"]}},51514:e=>{e.exports={en:["Value"]}},31218:e=>{e.exports={en:["Value according to scale"]}},60092:e=>{e.exports={en:["Values"]}},83594:e=>{e.exports={en:["Vert and horz"]}},8402:e=>{e.exports={en:["Vert only"]}},69526:e=>{e.exports={en:["Vertical"]}},21105:e=>{e.exports={en:["candle"]}},27068:e=>{e.exports={en:["change HLC bars"]}},21201:e=>{e.exports={en:["change HLC bars color"]}},3311:e=>{e.exports={en:["change navigation buttons visibility"]}},96227:e=>{e.exports={en:["change open market status visibility"]}},43231:e=>{e.exports={en:["change average close price line width"]}},47026:e=>{e.exports={en:["change average close price line color"]}},86866:e=>{e.exports={en:["change area fill color"]}},89346:e=>{e.exports={en:["change area line width"]}},29605:e=>{e.exports={en:["change area line color"]}},4640:e=>{e.exports={en:["change area price source"]}},98407:e=>{e.exports={en:["change ask line color"]}},42190:e=>{e.exports={en:["change base level"]}},71785:e=>{e.exports={en:["change baseline bottom line color"]}},56175:e=>{e.exports={en:["change baseline bottom line width"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"]}},92873:e=>{e.exports={en:["change baseline fill top area color"]}},68609:e=>{
+e.exports={en:["change baseline price source"]}},69044:e=>{e.exports={en:["change baseline top line color"]}},68197:e=>{e.exports={en:["change baseline top line width"]}},33464:e=>{e.exports={en:["change bar up color"]}},27426:e=>{e.exports={en:["change bar change visibility"]}},59622:e=>{e.exports={en:["change bar down color"]}},17919:e=>{e.exports={en:["change bid line color"]}},32094:e=>{e.exports={en:["change bottom margin"]}},63119:e=>{e.exports={en:["change currency and unit labels visibility"]}},64003:e=>{e.exports={en:["change currency label visibility"]}},42803:e=>{e.exports={en:["change chart background color"]}},41382:e=>{e.exports={en:["change chart background type"]}},79637:e=>{e.exports={en:["change chart values visibility"]}},43090:e=>{e.exports={en:["change color bars based on previous close"]}},88324:e=>{e.exports={en:["change column up color"]}},93890:e=>{e.exports={en:["change column down color"]}},4727:e=>{e.exports={en:["change column price source"]}},50544:e=>{e.exports={en:["change crosshair width"]}},92885:e=>{e.exports={en:["change crosshair color"]}},68418:e=>{e.exports={en:["change crosshair style"]}},43109:e=>{e.exports={en:["change date format"]}},30418:e=>{e.exports={en:["change day of week on labels"]}},82063:e=>{e.exports={en:["change decimal places"]}},44223:e=>{e.exports={en:["change extended hours color"]}},47393:e=>{e.exports={en:["change electronic trading hours"]}},73844:e=>{e.exports={en:["change grid lines visibility"]}},61407:e=>{e.exports={en:["change high and low price line color"]}},39581:e=>{e.exports={en:["change high and low price line width"]}},6026:e=>{e.exports={en:["change high-low body color"]}},73021:e=>{e.exports={en:["change high-low body visibility"]}},46844:e=>{e.exports={en:["change high-low border color"]}},15801:e=>{e.exports={en:["change high-low borders visibility"]}},72399:e=>{e.exports={en:["change high-low labels visibility"]}},56961:e=>{e.exports={en:["change high-low labels color"]}},21133:e=>{e.exports={en:["change horz grid lines color"]}},63050:e=>{e.exports={en:["change indicator titles visibility"]}},49583:e=>{e.exports={en:["change indicator values visibility"]}},78310:e=>{e.exports={en:["change indicator arguments visibility"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"]}},66307:e=>{e.exports={en:["change last day change visibility"]}},91873:e=>{e.exports={en:["change legend background transparency"]}},14246:e=>{e.exports={en:["change legend background visibility"]}},88640:e=>{e.exports={en:["change line color"]}},41837:e=>{e.exports={en:["change line price source"]}},48339:e=>{e.exports={en:["change line width"]}},18378:e=>{e.exports={en:["change pane buttons visibility"]}},52203:e=>{e.exports={en:["change pane separators color"]}},38730:e=>{e.exports={en:["change post market color"]}},28075:e=>{e.exports={en:["change post market line color"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"]}
+},44371:e=>{e.exports={en:["change pre market color"]}},96114:e=>{e.exports={en:["change pre market line color"]}},69814:e=>{e.exports={en:["change previous close price line color"]}},13660:e=>{e.exports={en:["change previous close price line width"]}},87861:e=>{e.exports={en:["change price line color"]}},29353:e=>{e.exports={en:["change price line width"]}},16241:e=>{e.exports={en:["change range bars style"]}},65821:e=>{e.exports={en:["change range thin bars"]}},75487:e=>{e.exports={en:["change renko wick down color"]}},92277:e=>{e.exports={en:["change renko wick up color"]}},79604:e=>{e.exports={en:["change renko wick visibility"]}},82946:e=>{e.exports={en:["change right margin"]}},79545:e=>{e.exports={en:["change right margin percentage"]}},78995:e=>{e.exports={en:["change symbol watermark color"]}},73227:e=>{e.exports={en:["change symbol watermark visibility"]}},88167:e=>{e.exports={en:["change symbol description visibility"]}},12050:e=>{e.exports={en:["change symbol field visibility"]}},46066:e=>{e.exports={en:["change symbol last value mode"]}},902:e=>{e.exports={en:["change symbol legend format"]}},77408:e=>{e.exports={en:["change save chart left edge position when changing interval"]}},69023:e=>{e.exports={en:["change scale modes buttons visibility"]}},76131:e=>{e.exports={en:["change scales text color"]}},27792:e=>{e.exports={en:["change scales font size"]}},94997:e=>{e.exports={en:["change scales lines color"]}},60067:e=>{e.exports={en:["change sessions breaks visibility"]}},28175:e=>{e.exports={en:["change sessions breaks width"]}},33895:e=>{e.exports={en:["change sessions breaks color"]}},21641:e=>{e.exports={en:["change sessions breaks style"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"]}},60834:e=>{e.exports={en:["change thin bars"]}},39754:e=>{e.exports={en:["change time hours format"]}},74883:e=>{e.exports={en:["change top margin"]}},51250:e=>{e.exports={en:["change unit label visibility"]}},71805:e=>{e.exports={en:["change vert grid lines color"]}},96201:e=>{e.exports={en:["change volume values visibility"]}},17214:e=>{e.exports={en:["change {candleType} up border color"]}},36697:e=>{e.exports={en:["change {candleType} up color"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"]}},20291:e=>{e.exports={en:["change {candleType} down border color"]}},64571:e=>{e.exports={en:["change {candleType} down color"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"]}},5012:e=>{e.exports={en:["change {chartType} down color"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"]}},
+85032:e=>{e.exports={en:["change {chartType} projection bar up color"]}},6970:e=>{e.exports={en:["change {chartType} up color"]}},66110:e=>{e.exports={en:["change {inputName} property"]}},18077:e=>{e.exports={en:["adjust data for dividends"]}},1433:e=>{e.exports={en:["adjust for contract changes"]}},92598:e=>{e.exports={en:["hollow candles"]}},57243:e=>{e.exports={en:["range","ranges"]}},70282:e=>{e.exports={en:["renko"]}},28871:e=>{e.exports={en:["toggle intraday inactivity gaps"]}},92978:e=>{e.exports={en:["use settlement as close on daily interval"]}},59644:e=>{e.exports={en:["{value} decimal","{value} decimals"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.7714.fb6a9318f826d9829d2d.js b/public/charting_library/bundles/en.7714.fb6a9318f826d9829d2d.js
new file mode 100644
index 0000000..6fb7ae5
--- /dev/null
+++ b/public/charting_library/bundles/en.7714.fb6a9318f826d9829d2d.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7714,4109,4166],{92389:e=>{e.exports={en:["Clone, Copy"]}},47742:e=>{e.exports={en:["Close menu"]}},83390:e=>{e.exports={en:["Create a group of drawings"]}},69207:e=>{e.exports={en:["Add to favorites"]}},40983:e=>{e.exports={en:["Group is hidden on current interval"]}},80014:e=>{e.exports={en:["Drawing is hidden on current interval"]}},88616:e=>{e.exports={en:["Object tree"]}},80996:e=>{e.exports={en:["Local drawings"]}},63944:e=>{e.exports={en:["Modified: {modificationDate}"]}},37117:e=>{e.exports={en:["More"]}},81031:e=>{e.exports={en:["Manage layout drawings"]}},84212:e=>{e.exports={en:["No drawings yet"]}},92931:e=>{e.exports={en:["Synced globally"]}},41870:e=>{e.exports={en:["Synced in layout"]}},8182:e=>{e.exports={en:["Remove all drawings for this symbol"]}},85106:e=>{e.exports={en:["Remove from favorites"]}},6321:e=>{e.exports={en:["Rename"]}},23687:e=>{e.exports={en:["change {sourceTitle} title to {newSourceTitle}"]}},93277:e=>{e.exports={en:["hide objects"]}},10370:e=>{e.exports={en:["insert source(s) after"]}},36044:e=>{e.exports={en:["move objects"]}},51382:e=>{e.exports={en:["show {title}"]}},23771:e=>{e.exports={en:["show objects"]}},79688:e=>{e.exports={en:["remove objects"]}},58407:e=>{e.exports={en:["remove all line tools for {symbol}"]}},90755:e=>{e.exports={en:["{drawingsCount} drawing","{drawingsCount} drawings"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.7827.ea2deb999b0c771280eb.js b/public/charting_library/bundles/en.7827.ea2deb999b0c771280eb.js
new file mode 100644
index 0000000..bf15b5e
--- /dev/null
+++ b/public/charting_library/bundles/en.7827.ea2deb999b0c771280eb.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7827,4109],{55517:e=>{e.exports={en:["Add"]}},29619:e=>{e.exports={en:["Add custom color"]}},80936:e=>{e.exports={en:["Opacity"]}},64974:e=>{e.exports={en:["line tool(s) line style"]}},47370:e=>{e.exports={en:["Color"]}},4543:e=>{e.exports={en:["Cancel"]}},74089:e=>{e.exports={en:["Anchor drawing"]}},69207:e=>{e.exports={en:["Add to favorites"]}},99919:e=>{e.exports={en:["Align to 45 degree"]}},69715:e=>{e.exports={en:["Background color"]}},7977:e=>{e.exports={en:["Background color 1"]}},8111:e=>{e.exports={en:["Background color 2"]}},57157:e=>{e.exports={en:["Dot"]}},27390:e=>{e.exports={en:["Dotted line"]}},88123:e=>{e.exports={en:["Dashed line"]}},14939:e=>{e.exports={en:["Demonstration"]}},31145:e=>{e.exports={en:["Disable align to 45 degrees mode"]}},83187:e=>{e.exports={en:["Enable align to 45 degrees mode"]}},8727:e=>{e.exports={en:["Eraser"]}},92409:e=>{e.exports={en:["Font Size"]}},2573:e=>{e.exports={en:["Font size"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"]}},22688:e=>{e.exports={en:["Hide Favorite Drawing Tools Toolbar"]}},79451:e=>{e.exports={en:["Lock all drawings"]}},14097:e=>{e.exports={en:["Line tool backgrounds"]}},11989:e=>{e.exports={en:["Line tool colors"]}},81956:e=>{e.exports={en:["Line tool text colors"]}},53002:e=>{e.exports={en:["Line tool width"]}},75056:e=>{e.exports={en:["Line tool widths"]}},37117:e=>{e.exports={en:["More"]}},35553:e=>{e.exports={en:["Magic"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"]}},46193:e=>{e.exports={en:["Marker color"]}},91563:e=>{e.exports={en:["Measure"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"]}},3154:e=>{e.exports={en:["Show Hidden Tools"]}},85786:e=>{e.exports={en:["Show Object Tree"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"]}},65086:e=>{e.exports={en:["Stop background color"]}},28736:e=>{e.exports={en:["Profit background color"]}},57118:e=>{e.exports={en:["Remove Drawings"]}},89984:e=>{e.exports={en:["Remove color"]}},85106:e=>{e.exports={en:["Remove from favorites"]}},77753:e=>{e.exports={en:["Text color"]}},55774:e=>{e.exports={en:["Zoom In"]}},37310:e=>{e.exports={en:["Zoom Out"]}},96142:e=>{e.exports={en:["change line tool(s) text color"]}},50522:e=>{e.exports={en:["change line tool(s) background color"]}},78655:e=>{e.exports={en:["change line tool(s) color"]}},37453:e=>{e.exports={en:["change line tool(s) font size"]}},13423:e=>{e.exports={en:["change line tool(s) line style"]}},81303:e=>{e.exports={en:["change line tool(s) line width"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.7850.c4f446fdb53937cc86cb.js b/public/charting_library/bundles/en.7850.c4f446fdb53937cc86cb.js
new file mode 100644
index 0000000..464795c
--- /dev/null
+++ b/public/charting_library/bundles/en.7850.c4f446fdb53937cc86cb.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7850,7122,5111],{57122:e=>{e.exports={en:["change {title} text"]}},77114:e=>{e.exports={en:["erase level line"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.7952.0cb83b58212a65904f9d.js b/public/charting_library/bundles/en.7952.0cb83b58212a65904f9d.js
new file mode 100644
index 0000000..a244cd0
--- /dev/null
+++ b/public/charting_library/bundles/en.7952.0cb83b58212a65904f9d.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7952,2787,6155,5111,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"]}},29291:e=>{e.exports={en:["Median"]}},78930:e=>{e.exports={en:["Coordinates"]}},24197:e=>{e.exports={en:["Center"]}},27567:e=>{e.exports={en:["Bottom"]}},79468:e=>{e.exports={en:["Background"]}},72942:e=>{e.exports={en:["Days"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},61856:e=>{e.exports={en:["Extend left line"]}},819:e=>{e.exports={en:["Extend lines"]}},87430:e=>{e.exports={en:["Extend right line"]}},56796:e=>{e.exports={en:["Hours"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"]}},11626:e=>{e.exports={en:["Left"]}},43154:e=>{e.exports={en:["Months"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"]}},50421:e=>{e.exports={en:["Right"]}},835:e=>{e.exports={en:["Weeks"]}},97118:e=>{e.exports={en:["Top"]}},70320:e=>{e.exports={en:["Text"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},24821:e=>{e.exports={en:["Ticks"]}},28683:e=>{e.exports={en:["Use one color"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},59577:e=>{e.exports={en:["change {title} all lines color"]}},13783:e=>{e.exports={en:["change {title} background transparency"]}},30839:e=>{e.exports={en:["change {title} background visibility"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},76295:e=>{e.exports={en:["change {title} extend lines"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"]}},664:e=>{e.exports={en:["change {title} level {index} line color"]}},64707:e=>{e.exports={en:["change {title} level {index} line style"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},
+41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"]}},19541:e=>{e.exports={en:["change {toolName} line width"]}},24059:e=>{e.exports={en:["change {toolName} line color"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"]}},21474:e=>{e.exports={en:["change {toolName} line left end"]}},54827:e=>{e.exports={en:["change {toolName} line right end"]}},66429:e=>{e.exports={en:["change {toolName} line style"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},77114:e=>{e.exports={en:["erase level line"]}},2359:e=>{e.exports={en:["hours"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.8356.3131cfefc19bf35ba006.js b/public/charting_library/bundles/en.8356.3131cfefc19bf35ba006.js
new file mode 100644
index 0000000..c5e015a
--- /dev/null
+++ b/public/charting_library/bundles/en.8356.3131cfefc19bf35ba006.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8356,4109],{53288:e=>{e.exports={en:["animals & nature"]}},21311:e=>{e.exports={en:["activity"]}},90678:e=>{e.exports={en:["food & drink"]}},6715:e=>{e.exports={en:["flags"]}},98355:e=>{e.exports={en:["objects"]}},43438:e=>{e.exports={en:["smiles & people"]}},40457:e=>{e.exports={en:["symbols"]}},88906:e=>{e.exports={en:["recently used"]}},28562:e=>{e.exports={en:["travel & places"]}},23821:e=>{e.exports={en:["Dot"]}},57252:e=>{e.exports={en:["Days"]}},18817:e=>{e.exports={en:["Hours"]}},89506:e=>{e.exports={en:["Months"]}},21551:e=>{e.exports={en:["Minutes"]}},32116:e=>{e.exports={en:["Seconds"]}},22163:e=>{e.exports={en:["Ranges"]}},41815:e=>{e.exports={en:["Weeks"]}},49512:e=>{e.exports={en:["Ticks"]}},96554:e=>{e.exports={en:["Copy image"]}},81939:e=>{e.exports={en:["Copy link"]}},58425:e=>{e.exports={en:["Chart snapshot"]}},66418:e=>{e.exports={en:["Choose manually"]}},80335:e=>{e.exports={en:["Add custom interval"]}},69207:e=>{e.exports={en:["Add to favorites"]}},89771:e=>{e.exports={en:["All changes saved"]}},89911:e=>{e.exports={en:["Bar's style"]}},26200:e=>{e.exports={en:["Download image"]}},46838:e=>{e.exports={en:["Default templates"]}},6571:e=>{e.exports={en:["Everyone with the link can view and copy"]}},52530:e=>{e.exports={en:["Favorite Indicators"]}},70234:e=>{e.exports={en:["Favorites"]}},67092:e=>{e.exports={en:["Fullscreen mode"]}},76443:e=>{e.exports={en:["Indicator templates"]}},84549:e=>{e.exports={en:["Indicators"]}},62005:e=>{e.exports={en:["Indicators & Strategies"]}},44271:e=>{e.exports={en:["Open template"]}},46311:e=>{e.exports={en:["Open Interval Dialog"]}},34770:e=>{e.exports={en:["Open chart in popup"]}},19159:e=>{e.exports={en:["Open in new tab"]}},65433:e=>{e.exports={en:["Open layout"]}},29517:e=>{e.exports={en:["Load Chart Layout"]}},93292:e=>{e.exports={en:["Loading..."]}},40115:e=>{e.exports={en:["Make a copy"]}},38973:e=>{e.exports={en:["Manage layouts"]}},83300:e=>{e.exports={en:["My templates"]}},92969:e=>{e.exports={en:["Number or {hotKey_0}"]}},64e3:e=>{e.exports={en:["Save"]}},26869:e=>{e.exports={en:["Save Indicator template"]}},15356:e=>{e.exports={en:["Save all charts for all symbols and intervals on your layout"]}},26276:e=>{e.exports={en:["Save layout"]}},81265:e=>{e.exports={en:["Sharing"]}},50021:e=>{e.exports={en:["Simply start typing while on the chart to pull up this search box"]}},51165:e=>{e.exports={en:["Symbol Search"]}},18243:e=>{e.exports={en:["Quick Search"]}},7448:e=>{e.exports={en:["Recently used"]}},11304:e=>{e.exports={en:["Redo {hint}"]}},85106:e=>{e.exports={en:["Remove from favorites"]}},47550:e=>{e.exports={en:["Remove selected emoji"]}},6321:e=>{e.exports={en:["Rename"]}},87972:e=>{e.exports={en:["Take a snapshot"]}},41173:e=>{e.exports={en:["Time Interval"]}},28239:e=>{e.exports={en:["Tweet image"]}},66020:e=>{e.exports={en:["Undo {hint}"]}},36291:e=>{e.exports={en:["Unfavorite all"]}},18448:e=>{e.exports={en:["You have no Favorites Indicators yet"]}},6094:e=>{e.exports={
+en:["Your favorite layouts have moved to the top toolbar. You currently have {count} favorite. You can reduce the number to find them easier — unfavorite all in just one click or set up your choice manually.","Your favorite layouts have moved to the top toolbar. You currently have {count} favorites. You can reduce the number to find them easier — unfavorite all in just one click or set up your choice manually."]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.8370.da37ca095a984f601a1e.js b/public/charting_library/bundles/en.8370.da37ca095a984f601a1e.js
new file mode 100644
index 0000000..60df46d
--- /dev/null
+++ b/public/charting_library/bundles/en.8370.da37ca095a984f601a1e.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8370],{23970:e=>{e.exports={en:["days"]}},35157:e=>{e.exports={en:["hours"]}},18193:e=>{e.exports={en:["months"]}},79930:e=>{e.exports={en:["minutes"]}},7938:e=>{e.exports={en:["weeks"]}},48161:e=>{e.exports={en:["View Only Mode"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.8622.b162b43310f56287e24e.js b/public/charting_library/bundles/en.8622.b162b43310f56287e24e.js
new file mode 100644
index 0000000..a1c0e8a
--- /dev/null
+++ b/public/charting_library/bundles/en.8622.b162b43310f56287e24e.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8622],{13197:e=>{e.exports={en:["1/{minmove2} of 1/{pricescale}"]}},97349:e=>{e.exports={en:["Fr"]}},30961:e=>{e.exports={en:["Mo"]}},94748:e=>{e.exports={en:["Sa"]}},75005:e=>{e.exports={en:["Su"]}},92578:e=>{e.exports={en:["We"]}},8765:e=>{e.exports={en:["Th"]}},9135:e=>{e.exports={en:["Tu"]}},53174:e=>{e.exports={en:["Right"]}},47742:e=>{e.exports={en:["Close menu"]}},81849:e=>{e.exports={en:["Currency"]}},12272:e=>{e.exports={en:["Current contract"]}},17606:e=>{e.exports={en:["All sessions"]}},28896:e=>{e.exports={en:["April"]}},11081:e=>{e.exports={en:["August"]}},42358:e=>{e.exports={en:["Bond"]}},90082:e=>{e.exports={en:["December"]}},54602:e=>{e.exports={en:["Delisted"]}},78734:e=>{e.exports={en:["Description"]}},63538:e=>{e.exports={en:["Exchange timezone"]}},88191:e=>{e.exports={en:["Expiration date"]}},56536:e=>{e.exports={en:["FIGI"]}},81069:e=>{e.exports={en:["February"]}},22928:e=>{e.exports={en:["Fri"]}},3570:e=>{e.exports={en:["Friday"]}},26931:e=>{e.exports={en:["Home page"]}},88104:e=>{e.exports={en:["ISIN"]}},7727:e=>{e.exports={en:["Industry"]}},200:e=>{e.exports={en:["January"]}},6608:e=>{e.exports={en:["July"]}},61487:e=>{e.exports={en:["June"]}},37997:e=>{e.exports={en:["October"]}},23339:e=>{e.exports={en:["Link copied to clipboard"]}},41224:e=>{e.exports={en:["Listed exchange"]}},37150:e=>{e.exports={en:["Mon"]}},19573:e=>{e.exports={en:["Monday"]}},25734:e=>{e.exports={en:["May"]}},93878:e=>{e.exports={en:["March"]}},41410:e=>{e.exports={en:["Market open"]}},62464:e=>{e.exports={en:["Market closed"]}},91563:e=>{e.exports={en:["Measure"]}},4607:e=>{e.exports={en:["November"]}},99709:e=>{e.exports={en:["Name"]}},97751:e=>{e.exports={en:["Source"]}},32273:e=>{e.exports={en:["Sat"]}},30348:e=>{e.exports={en:["Saturday"]}},99804:e=>{e.exports={en:["Sector"]}},17502:e=>{e.exports={en:["Security Info"]}},32179:e=>{e.exports={en:["September"]}},77493:e=>{e.exports={en:["Sun"]}},61480:e=>{e.exports={en:["Sunday"]}},81314:e=>{e.exports={en:["Point value"]}},73897:e=>{e.exports={en:["Post-market"]}},39245:e=>{e.exports={en:["Pip size"]}},36018:e=>{e.exports={en:["Pre-market"]}},16045:e=>{e.exports={en:["Website"]}},11532:e=>{e.exports={en:["Wed"]}},94226:e=>{e.exports={en:["Wednesday"]}},17254:e=>{e.exports={en:["Text copied to clipboard"]}},71388:e=>{e.exports={en:["Thu"]}},79137:e=>{e.exports={en:["Thursday"]}},24431:e=>{e.exports={en:["Tick size"]}},11916:e=>{e.exports={en:["Tue"]}},82160:e=>{e.exports={en:["Tuesday"]}},98413:e=>{e.exports={en:["Type"]}},33564:e=>{e.exports={en:["Unit"]}},70932:e=>{e.exports={en:["commodity"]}},79599:e=>{e.exports={en:["cfd"]}},46128:e=>{e.exports={en:["crypto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"]}},87464:e=>{e.exports={en:["index"]}},90250:e=>{e.exports={en:["indices"]}},76752:e=>{e.exports={en:["stock"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.8763.bf9d4d175a7686effaf6.js b/public/charting_library/bundles/en.8763.bf9d4d175a7686effaf6.js
new file mode 100644
index 0000000..7ccd430
--- /dev/null
+++ b/public/charting_library/bundles/en.8763.bf9d4d175a7686effaf6.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8763,5111],{91612:e=>{e.exports={en:["Inside"]}},46005:e=>{e.exports={en:["Original"]}},70382:e=>{e.exports={en:["Modified Schiff"]}},69904:e=>{e.exports={en:["Schiff"]}},98463:e=>{e.exports={en:["change {title} style"]}},77114:e=>{e.exports={en:["erase level line"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.8940.5460b0ccfae157b7bbe3.js b/public/charting_library/bundles/en.8940.5460b0ccfae157b7bbe3.js
new file mode 100644
index 0000000..4bd8705
--- /dev/null
+++ b/public/charting_library/bundles/en.8940.5460b0ccfae157b7bbe3.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8940,6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"]}},78930:e=>{e.exports={en:["Coordinates"]}},24197:e=>{e.exports={en:["Center"]}},27567:e=>{e.exports={en:["Bottom"]}},38408:e=>{e.exports={en:["Border"]}},79468:e=>{e.exports={en:["Background"]}},72942:e=>{e.exports={en:["Days"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},56796:e=>{e.exports={en:["Hours"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"]}},34974:e=>{e.exports={en:["Label border"]}},73863:e=>{e.exports={en:["Label background"]}},95170:e=>{e.exports={en:["Label text"]}},11626:e=>{e.exports={en:["Left"]}},97575:e=>{e.exports={en:["Line color"]}},43154:e=>{e.exports={en:["Months"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"]}},50421:e=>{e.exports={en:["Right"]}},835:e=>{e.exports={en:["Weeks"]}},97118:e=>{e.exports={en:["Top"]}},70320:e=>{e.exports={en:["Text"]}},7560:e=>{e.exports={en:["Text wrap"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},7455:e=>{e.exports={en:["change {title} line color"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"]}},66668:e=>{e.exports={en:["change {toolName} text"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"]}},22231:e=>{e.exports={en:["change {toolName} text background color"]}},31133:e=>{
+e.exports={en:["change {toolName} text background visibility"]}},36666:e=>{e.exports={en:["change {toolName} text border color"]}},35423:e=>{e.exports={en:["change {toolName} text border width"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"]}},64500:e=>{e.exports={en:["change {toolName} text color"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"]}},21781:e=>{e.exports={en:["change {toolName} text font size"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},2359:e=>{e.exports={en:["hours"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.8975.0b3e843255e92a8c2808.js b/public/charting_library/bundles/en.8975.0b3e843255e92a8c2808.js
new file mode 100644
index 0000000..e33e45f
--- /dev/null
+++ b/public/charting_library/bundles/en.8975.0b3e843255e92a8c2808.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8975],{94073:e=>{e.exports={en:["A"]}},66384:e=>{e.exports={en:["L"]}},94465:e=>{e.exports={en:["Toggle auto scale"]}},46992:e=>{e.exports={en:["Toggle log scale"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.9003.299a55ed654df75bf43b.js b/public/charting_library/bundles/en.9003.299a55ed654df75bf43b.js
new file mode 100644
index 0000000..d543c18
--- /dev/null
+++ b/public/charting_library/bundles/en.9003.299a55ed654df75bf43b.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9003,4040,359],{55517:e=>{e.exports={en:["Add"]}},29619:e=>{e.exports={en:["Add custom color"]}},80936:e=>{e.exports={en:["Opacity"]}},97349:e=>{e.exports={en:["Fr"]}},30961:e=>{e.exports={en:["Mo"]}},94748:e=>{e.exports={en:["Sa"]}},75005:e=>{e.exports={en:["Su"]}},92578:e=>{e.exports={en:["We"]}},8765:e=>{e.exports={en:["Th"]}},9135:e=>{e.exports={en:["Tu"]}},24716:e=>{e.exports={en:["Another symbol"]}},41256:e=>{e.exports={en:["Back"]}},94849:e=>{e.exports={en:["Main chart symbol"]}},53174:e=>{e.exports={en:["Right"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"]}},4543:e=>{e.exports={en:["Cancel"]}},63245:e=>{e.exports={en:["Change symbol"]}},54613:e=>{e.exports={en:["Chart"]}},47742:e=>{e.exports={en:["Close menu"]}},34040:e=>{e.exports={en:["All sources"]}},33391:e=>{e.exports={en:["Apply"]}},28896:e=>{e.exports={en:["April"]}},11081:e=>{e.exports={en:["August"]}},42358:e=>{e.exports={en:["Bond"]}},27390:e=>{e.exports={en:["Dotted line"]}},88123:e=>{e.exports={en:["Dashed line"]}},90082:e=>{e.exports={en:["December"]}},55319:e=>{e.exports={en:["Decrease"]}},78734:e=>{e.exports={en:["Description"]}},81069:e=>{e.exports={en:["February"]}},3570:e=>{e.exports={en:["Friday"]}},39832:e=>{e.exports={en:["Increase"]}},200:e=>{e.exports={en:["January"]}},6608:e=>{e.exports={en:["July"]}},61487:e=>{e.exports={en:["June"]}},37997:e=>{e.exports={en:["October"]}},55450:e=>{e.exports={en:["Offset"]}},19295:e=>{e.exports={en:["Ok"]}},28603:e=>{e.exports={en:["Line style"]}},19573:e=>{e.exports={en:["Monday"]}},43154:e=>{e.exports={en:["Months"]}},37117:e=>{e.exports={en:["More"]}},25734:e=>{e.exports={en:["May"]}},93878:e=>{e.exports={en:["March"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"]}},76822:e=>{e.exports={en:["No symbols match your criteria"]}},4607:e=>{e.exports={en:["November"]}},69102:e=>{e.exports={en:["Next year"]}},17538:e=>{e.exports={en:["Next years"]}},92790:e=>{e.exports={en:["Next month"]}},71300:e=>{e.exports={en:["Number format is invalid."]}},28628:e=>{e.exports={en:["Sources"]}},30348:e=>{e.exports={en:["Saturday"]}},10679:e=>{e.exports={en:['Set the "{inputInline}" time and price for "{studyShortDescription}"']}},59451:e=>{e.exports={en:['Set the "{inputTitle}" time for "{studyShortDescription}"']}},94238:e=>{e.exports={en:['Set the "{inputTitle}" price for "{studyShortDescription}"']}},92229:e=>{e.exports={en:['Set the time and price for "{studyShortDescription}"']}},60935:e=>{e.exports={en:['Set the time for "{studyShortDescription}"']}},24404:e=>{e.exports={en:['Set the price for "{studyShortDescription}"']}},8573:e=>{e.exports={en:["Search"]}},57640:e=>{e.exports={en:["Select source"]}},32179:e=>{e.exports={en:["September"]}},31331:e=>{e.exports={en:["Specified value is more than the instrument maximum of {max}."]}},24216:e=>{e.exports={
+en:["Specified value is less than the instrument minimum of {min}."]}},61480:e=>{e.exports={en:["Sunday"]}},70235:e=>{e.exports={en:["Switch to months"]}},91245:e=>{e.exports={en:["Switch to dates"]}},71961:e=>{e.exports={en:["Switch to years"]}},95481:e=>{e.exports={en:["Symbol"]}},74007:e=>{e.exports={en:["Symbol & description"]}},51165:e=>{e.exports={en:["Symbol Search"]}},27254:e=>{e.exports={en:["Please enter the right date"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"]}},93984:e=>{e.exports={en:["Previous month"]}},75776:e=>{e.exports={en:["Previous year"]}},44701:e=>{e.exports={en:["Previous years"]}},89984:e=>{e.exports={en:["Remove color"]}},94226:e=>{e.exports={en:["Wednesday"]}},79137:e=>{e.exports={en:["Thursday"]}},54971:e=>{e.exports={en:["Thickness"]}},82160:e=>{e.exports={en:["Tuesday"]}},66181:e=>{e.exports={en:["Years"]}},70932:e=>{e.exports={en:["commodity"]}},79599:e=>{e.exports={en:["cfd"]}},29426:e=>{e.exports={en:["change opacity"]}},31675:e=>{e.exports={en:["change color"]}},28818:e=>{e.exports={en:["change line style"]}},73281:e=>{e.exports={en:["change thickness"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},5741:e=>{e.exports={en:["close"]}},46128:e=>{e.exports={en:["crypto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"]}},59319:e=>{e.exports={en:["high"]}},96008:e=>{e.exports={en:["hl2"]}},91189:e=>{e.exports={en:["hlc3"]}},49242:e=>{e.exports={en:["hlcc4"]}},87464:e=>{e.exports={en:["index"]}},90250:e=>{e.exports={en:["indices"]}},52793:e=>{e.exports={en:["ohlc4"]}},83584:e=>{e.exports={en:["open"]}},41902:e=>{e.exports={en:["low"]}},76752:e=>{e.exports={en:["stock"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.9093.2cff9fa939c391056de4.js b/public/charting_library/bundles/en.9093.2cff9fa939c391056de4.js
new file mode 100644
index 0000000..8a13bd0
--- /dev/null
+++ b/public/charting_library/bundles/en.9093.2cff9fa939c391056de4.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9093,4109],{4543:e=>{e.exports={en:["Cancel"]}},47742:e=>{e.exports={en:["Close menu"]}},69207:e=>{e.exports={en:["Add to favorites"]}},8573:e=>{e.exports={en:["Search"]}},85106:e=>{e.exports={en:["Remove from favorites"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/en.9494.40d61f8ac3ffd8535658.js b/public/charting_library/bundles/en.9494.40d61f8ac3ffd8535658.js
new file mode 100644
index 0000000..8fd8ce1
--- /dev/null
+++ b/public/charting_library/bundles/en.9494.40d61f8ac3ffd8535658.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9494,6155,3367,2303,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"]}},78930:e=>{e.exports={en:["Coordinates"]}},24197:e=>{e.exports={en:["Center"]}},6060:e=>{e.exports={en:["Add text"]}},27567:e=>{e.exports={en:["Bottom"]}},38408:e=>{e.exports={en:["Border"]}},79468:e=>{e.exports={en:["Background"]}},72942:e=>{e.exports={en:["Days"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},56796:e=>{e.exports={en:["Hours"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"]}},11626:e=>{e.exports={en:["Left"]}},43154:e=>{e.exports={en:["Months"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"]}},50421:e=>{e.exports={en:["Right"]}},835:e=>{e.exports={en:["Weeks"]}},97118:e=>{e.exports={en:["Top"]}},70320:e=>{e.exports={en:["Text"]}},7560:e=>{e.exports={en:["Text wrap"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},24821:e=>{e.exports={en:["Ticks"]}},28683:e=>{e.exports={en:["Use one color"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},26391:e=>{e.exports={en:["change the column width"]}},21863:e=>{e.exports={en:["change the row height"]}},59577:e=>{e.exports={en:["change {title} all lines color"]}},69437:e=>{e.exports={en:["change {title} border color"]}},13783:e=>{e.exports={en:["change {title} background transparency"]}},30839:e=>{e.exports={en:["change {title} background visibility"]}},49765:e=>{e.exports={en:["change {title} background color"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},55612:e=>{e.exports={en:["change {title} labels alignment"]}},93340:e=>{e.exports={en:["change {title} labels visibility"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"]}},664:e=>{e.exports={en:["change {title} level {index} line color"]}},64707:e=>{e.exports={en:["change {title} level {index} line style"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},57122:e=>{e.exports={en:["change {title} text"]}},71665:e=>{e.exports={en:["change {title} texts alignment"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={
+en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"]}},66668:e=>{e.exports={en:["change {toolName} text"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"]}},22231:e=>{e.exports={en:["change {toolName} text background color"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"]}},36666:e=>{e.exports={en:["change {toolName} text border color"]}},35423:e=>{e.exports={en:["change {toolName} text border width"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"]}},64500:e=>{e.exports={en:["change {toolName} text color"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"]}},21781:e=>{e.exports={en:["change {toolName} text font size"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},48499:e=>{e.exports={en:["add column to right"]}},48407:e=>{e.exports={en:["add row below"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},2359:e=>{e.exports={en:["hours"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},80240:e=>{e.exports={en:["remove column"]}},4553:e=>{e.exports={en:["remove row"]}},24849:e=>{e.exports={en:["resize the cell"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/eraser.c80610a04a92d2465b03.cur b/public/charting_library/bundles/eraser.c80610a04a92d2465b03.cur
new file mode 100644
index 0000000..13b6033
Binary files /dev/null and b/public/charting_library/bundles/eraser.c80610a04a92d2465b03.cur differ
diff --git a/public/charting_library/bundles/es.101.d2f212f7ba1b45845d9f.js b/public/charting_library/bundles/es.101.d2f212f7ba1b45845d9f.js
new file mode 100644
index 0000000..379fb31
--- /dev/null
+++ b/public/charting_library/bundles/es.101.d2f212f7ba1b45845d9f.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[101],{23970:e=>{e.exports={en:["days"],es:["días"]}},35157:e=>{e.exports={en:["hours"],es:["horas"]}},18193:e=>{e.exports={en:["months"],es:["meses"]}},79930:e=>{e.exports={en:["minutes"],es:["minutos"]}},7938:e=>{e.exports={en:["weeks"],es:["semanas"]}},4543:e=>{e.exports={en:["Cancel"],es:["Cancelar"]}},47742:e=>{e.exports={en:["Close menu"],es:["Cerrar menú"]}},42790:e=>{e.exports={en:["Add"],es:["Añadir"]}},17854:e=>{e.exports={en:["Interval"],es:["Intervalo"]}},17889:e=>{e.exports={en:["Interval already exists, please use a different value"],es:["El intervalo ya existe, por favor utilice un valor diferente"]}},23323:e=>{e.exports={en:["Interval value is too big, please try again"],es:["El valor del intervalo es demasiado grande, vuelva a intentarlo."]}},19295:e=>{e.exports={en:["Ok"],es:["Aceptar"]}},98413:e=>{e.exports={en:["Type"],es:["Tipo"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.1303.f07c410173ec0b804b22.js b/public/charting_library/bundles/es.1303.f07c410173ec0b804b22.js
new file mode 100644
index 0000000..5c624cf
--- /dev/null
+++ b/public/charting_library/bundles/es.1303.f07c410173ec0b804b22.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1303],{53288:e=>{e.exports={en:["animals & nature"],es:["animales y naturaleza"]}},21311:e=>{e.exports={en:["activity"],es:["actividad"]}},90678:e=>{e.exports={en:["food & drink"],es:["comida y bebida"]}},6715:e=>{e.exports={en:["flags"],es:["banderas"]}},98355:e=>{e.exports={en:["objects"],es:["objetos"]}},43438:e=>{e.exports={en:["smiles & people"],es:["emoticonos y personas"]}},40457:e=>{e.exports={en:["symbols"],es:["simbolos"]}},88906:e=>{e.exports={en:["recently used"],es:["usados con frecuencia"]}},28562:e=>{e.exports={en:["travel & places"],es:["viajes y destinos"]}},64770:e=>{e.exports={en:["Confirmation"],es:["Confirmación"]}},4543:e=>{e.exports={en:["Cancel"],es:["Cancelar"]}},4461:e=>{e.exports={en:["Add emoji"],es:["Añadir emoji"]}},19295:e=>{e.exports={en:["Ok"],es:["Aceptar"]}},38733:e=>{e.exports={en:["No"]}},85888:e=>{e.exports={en:["No results found"],es:["No se han encontrado resultados"]}},64e3:e=>{e.exports={en:["Save"],es:["Guardar"]}},47550:e=>{e.exports={en:["Remove selected emoji"],es:["Eliminar el emoji seleccionado"]}},6321:e=>{e.exports={en:["Rename"],es:["Renombrar"]}},55512:e=>{e.exports={en:["Yes"],es:["Sí"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.1308.d1a986137a3ad4cdfe66.js b/public/charting_library/bundles/es.1308.d1a986137a3ad4cdfe66.js
new file mode 100644
index 0000000..88f1147
--- /dev/null
+++ b/public/charting_library/bundles/es.1308.d1a986137a3ad4cdfe66.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1308,6155,5111,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],es:["#{count} (precio, barra)"]}},78930:e=>{e.exports={en:["Coordinates"],es:["Coordenadas"]}},24197:e=>{e.exports={en:["Center"],es:["Centro"]}},27567:e=>{e.exports={en:["Bottom"],es:["Parte inferior"]}},17129:e=>{e.exports={en:["Bottom labels"],es:["Etiquetas inferiores"]}},79468:e=>{e.exports={en:["Background"],es:["Fondo"]}},81356:e=>{e.exports={en:["Grid"],es:["Rejilla"]}},72942:e=>{e.exports={en:["Days"],es:["Días"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],es:["Desplazamiento (precio, barra)"]}},56796:e=>{e.exports={en:["Hours"],es:["Horas"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],es:["Entradas de datos"]}},11626:e=>{e.exports={en:["Left"],es:["Izquierda"]}},65e3:e=>{e.exports={en:["Left labels"],es:["Etiquetas de la izquierda"]}},43154:e=>{e.exports={en:["Months"],es:["Meses"]}},68833:e=>{e.exports={en:["Middle"],es:["En el medio"]}},42562:e=>{e.exports={en:["Minutes"],es:["Minutos"]}},65188:e=>{e.exports={en:["Seconds"],es:["Segundos"]}},58557:e=>{e.exports={en:["Price levels"],es:["Niveles de precios"]}},64489:e=>{e.exports={en:["Reverse"],es:["Revertir"]}},50421:e=>{e.exports={en:["Right"],es:["Derecha"]}},28971:e=>{e.exports={en:["Right labels"],es:["Etiquetas de la derecha"]}},835:e=>{e.exports={en:["Weeks"],es:["Semanas"]}},97118:e=>{e.exports={en:["Top"],es:["Parte superior"]}},74939:e=>{e.exports={en:["Top labels"],es:["Etiquetas superiores"]}},70320:e=>{e.exports={en:["Text"],es:["Тexto"]}},25485:e=>{e.exports={en:["Text alignment"],es:["Alineación del texto"]}},67781:e=>{e.exports={en:["Text orientation"],es:["Orientación del texto"]}},24821:e=>{e.exports={en:["Ticks"],es:["Tics"]}},58476:e=>{e.exports={en:["Time levels"],es:["Niveles de tiempo"]}},28683:e=>{e.exports={en:["Use one color"],es:["Utilizar un color"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],es:["cambiar la coordenada X de las barras"]}},11737:e=>{e.exports={en:["change price Y coordinate"],es:["cambiar la coordenada Y de los precios"]}},59577:e=>{e.exports={en:["change {title} all lines color"],es:["cambiar el color de todas las líneas de {title}"]}},62130:e=>{e.exports={en:["change {title} bottom labels visibility"],es:["cambiar la visibilidad de las etiquetas inferiores de {title}"]}},13783:e=>{e.exports={en:["change {title} background transparency"],es:["cambiar la transparencia del fondo de {title}"]}},30839:e=>{e.exports={en:["change {title} background visibility"],es:["cambiar la visibilidad del fondo de {title}"]}},20664:e=>{e.exports={en:["change {title} grid visibility"],es:["cambiar visibilidad de la cuadrícula de {title}"]}},36467:e=>{e.exports={en:["change {title} grid line color"],es:["cambiar el color de la línea de la cuadrícula de {title}"]}},54244:e=>{e.exports={en:["change {title} grid line style"],es:["cambiar el estilo de la línea de la cuadrícula de {title}"]}},30127:e=>{
+e.exports={en:["change {title} grid line width"],es:["cambiar el ancho de la línea de la cuadrícula de {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],es:["cambiar los días de {title} hasta"]}},91201:e=>{e.exports={en:["change {title} days from"],es:["cambiar los días de {title} desde"]}},8306:e=>{e.exports={en:["change {title} hours from"],es:["cambiar las horas de {title} desde"]}},67233:e=>{e.exports={en:["change {title} hours to"],es:["cambiar las horas de {title} hasta"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],es:["cambiar el coeficiente de línea de los niveles de {index} de {title}"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],es:["cambiar el color de línea de los niveles de {index} de {title}"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"],es:["cambiar la visibilidad de la línea {index} de nivel de {title}"]}},63021:e=>{e.exports={en:["change {title} left labels visibility"],es:["cambiar la visibilidad de las etiquetas izquierdas de {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],es:["cambiar los meses desde de {title}"]}},10518:e=>{e.exports={en:["change {title} months to"],es:["cambiar los meses de {title} hasta"]}},38011:e=>{e.exports={en:["change {title} minutes to"],es:["cambiar los minutos de {title} hasta"]}},59820:e=>{e.exports={en:["change {title} minutes from"],es:["cambiar los minutos de {title} desde"]}},6573:e=>{e.exports={en:["change {title} seconds to"],es:["cambiar los segundos de {title} hasta"]}},86780:e=>{e.exports={en:["change {title} seconds from"],es:["cambiar los segundos desde de {title}"]}},50762:e=>{e.exports={en:["change {title} reverse"],es:["cambiar invertido en {title}"]}},8390:e=>{e.exports={en:["change {title} right labels visibility"],es:["cambiar la visibilidad de las etiquetas derechas de {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],es:["cambiar las semanas de {title} desde"]}},18678:e=>{e.exports={en:["change {title} weeks to"],es:["cambiar las semanas de {title} hasta"]}},81301:e=>{e.exports={en:["change {title} top labels visibility"],es:["cambiar la visibilidad de las etiquetas superiores de {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],es:["cambiar la visibilidad en ticks de {title}"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],es:["cambiar la visibilidad en semanas de {title}"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],es:["cambiar la visibilidad de {title} en {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],es:["cambiar la visibilidad en días de {title}"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],es:["cambiar la visibilidad en horas de {title}"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],es:["cambiar la visibilidad en minutos de {title}"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],es:["cambiar la visibilidad en meses de {title}"]}},41315:e=>{e.exports={
+en:["change {title} visibility on seconds"],es:["cambiar la visibilidad en segundos de {title}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],es:["cambiar la propiedad de {propertyName}"]}},35813:e=>{e.exports={en:["days"],es:["días"]}},89919:e=>{e.exports={en:["days to"],es:["días hasta"]}},59215:e=>{e.exports={en:["days from"],es:["días desde"]}},77114:e=>{e.exports={en:["erase level line"],es:["borrar la línea de nivel"]}},2359:e=>{e.exports={en:["hours"],es:["horas"]}},82267:e=>{e.exports={en:["hours from"],es:["horas desde"]}},15600:e=>{e.exports={en:["hours to"],es:["horas hasta"]}},76261:e=>{e.exports={en:["move drawings"],es:["mover dibujos"]}},95300:e=>{e.exports={en:["months"],es:["meses"]}},17250:e=>{e.exports={en:["months from"],es:["meses desde"]}},2828:e=>{e.exports={en:["months to"],es:["meses hasta"]}},18726:e=>{e.exports={en:["minutes"],es:["minutos"]}},67649:e=>{e.exports={en:["minutes to"],es:["minutos hasta"]}},22476:e=>{e.exports={en:["minutes from"],es:["minutos desde"]}},751:e=>{e.exports={en:["seconds"],es:["segundos"]}},73419:e=>{e.exports={en:["seconds to"],es:["segundos hasta"]}},35801:e=>{e.exports={en:["seconds from"],es:["segundos desde"]}},45537:e=>{e.exports={en:["weeks"],es:["semanas"]}},92859:e=>{e.exports={en:["weeks from"],es:["semanas desde"]}},44127:e=>{e.exports={en:["weeks to"],es:["semanas hasta"]}},3539:e=>{e.exports={en:["ticks"],es:["Tics"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.1341.1068954aa326300ef390.js b/public/charting_library/bundles/es.1341.1068954aa326300ef390.js
new file mode 100644
index 0000000..ce8346a
--- /dev/null
+++ b/public/charting_library/bundles/es.1341.1068954aa326300ef390.js
@@ -0,0 +1,6 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1341,6155,4821],{13616:e=>{e.exports={en:["#{count} (bar)"],es:["#{count} (barra)"]}},80166:e=>{e.exports={en:["#{count} (price, bar)"],es:["#{count} (precio, barra)"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"],es:["(Máx.+Mín.+Cierre)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"],es:["(Máx+Mín)/2"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],es:["Color de barras en función del cierre anterior"]}},78930:e=>{e.exports={en:["Coordinates"],es:["Coordenadas"]}},24197:e=>{e.exports={en:["Center"],es:["Centro"]}},84831:e=>{e.exports={en:["Close line"],es:["Línea de cierre"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],es:["Ajustar datos de los dividendos"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],es:["Ajustar para cambios de contrato"]}},27567:e=>{e.exports={en:["Bottom"],es:["Parte inferior"]}},3159:e=>{e.exports={en:["Bottom line"],es:["Resultado final"]}},74406:e=>{e.exports={en:["Body"],es:["Cuerpo"]}},333:e=>{e.exports={en:["Borders"],es:["Bordes"]}},42398:e=>{e.exports={en:["Base"]}},28975:e=>{e.exports={en:["Base level"],es:["Nivel de la base"]}},71776:e=>{e.exports={en:["Down"],es:["Abajo"]}},17611:e=>{e.exports={en:["Down bars"],es:["Barras descendentes"]}},23743:e=>{e.exports={en:["Down color"],es:["Color inferior"]}},48225:e=>{e.exports={en:["Data modification"],es:["Modificación de datos"]}},72942:e=>{e.exports={en:["Days"],es:["Días"]}},16564:e=>{e.exports={en:["Default"],es:["Por defecto"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],es:["Desplazamiento (precio, barra)"]}},89212:e=>{e.exports={en:["Display inactivity gaps on intraday"]}},59777:e=>{e.exports={en:["Electronic trading hours background"],es:["Información general sobre el horario de negociación electrónica"]}},819:e=>{e.exports={en:["Extend lines"],es:["Ampliar líneas"]}},41129:e=>{e.exports={en:["Fill"],es:["Rellenar"]}},61112:e=>{e.exports={en:["Fill top area"],es:["Rellenar el área superior"]}},73185:e=>{e.exports={en:["Fill bottom area"],es:["Rellenar el área inferior"]}},56796:e=>{e.exports={en:["Hours"],es:["Horas"]}},95406:e=>{e.exports={en:["Horizontal"]}},56359:e=>{e.exports={en:["High line"],es:["Línea de máximos"]}},47326:e=>{e.exports={en:["Integer"],es:["Número entero"]}},21429:e=>{e.exports={en:["Inputs"],es:["Entradas de datos"]}},64075:e=>{e.exports={en:["Override min tick"],es:["Anular el tick mínimo"]}},34579:e=>{e.exports={en:["Low line"],es:["Línea de mínimos"]}},11626:e=>{e.exports={en:["Left"],es:["Izquierda"]}},43154:e=>{e.exports={en:["Months"],es:["Meses"]}},68833:e=>{e.exports={en:["Middle"],es:["En el medio"]}},42562:e=>{e.exports={en:["Minutes"],es:["Minutos"]}},65188:e=>{e.exports={en:["Seconds"],es:["Segundos"]}},13350:e=>{e.exports={en:["Pearson's R"],es:["Coeficiente de correlación de Pearson"]}},88327:e=>{e.exports={en:["Pre/post market hours background"],es:["Información horaria pre/pos mercado"]}},59766:e=>{e.exports={en:["Precision"],
+es:["Precisión"]}},84684:e=>{e.exports={en:["Price source"],es:["Fuente de los precios"]}},73466:e=>{e.exports={en:["Projection up bars"],es:["Barras superiores de proyección"]}},77430:e=>{e.exports={en:["Projection candles"],es:["Velas de proyección"]}},88367:e=>{e.exports={en:["Projection down bars"],es:["Barras de proyección descendentes"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"],es:["Precios reales en la escala (en lugar del precio Heikin Ashi)"]}},50421:e=>{e.exports={en:["Right"],es:["Derecha"]}},835:e=>{e.exports={en:["Weeks"],es:["Semanas"]}},32163:e=>{e.exports={en:["Wick"],es:["Mecha"]}},97118:e=>{e.exports={en:["Top"],es:["Parte superior"]}},89349:e=>{e.exports={en:["Top line"],es:["Línea superior"]}},70320:e=>{e.exports={en:["Text"],es:["Тexto"]}},25485:e=>{e.exports={en:["Text alignment"],es:["Alineación del texto"]}},67781:e=>{e.exports={en:["Text orientation"],es:["Orientación del texto"]}},20215:e=>{e.exports={en:["Thin bars"],es:["Barras finas"]}},24821:e=>{e.exports={en:["Ticks"],es:["Tics"]}},77073:e=>{e.exports={en:["Timezone"],es:["Zona horaria"]}},22691:e=>{e.exports={en:["Up"],es:["Arriba"]}},23091:e=>{e.exports={en:["Up color"],es:["Color superior"]}},36957:e=>{e.exports={en:["Up bars"],es:["Barras superiores"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"],es:["Utilizar la liquidación como cierre en intervalos diarios"]}},69526:e=>{e.exports={en:["Vertical"]}},21105:e=>{e.exports={en:["candle"],es:["vela"]}},27068:e=>{e.exports={en:["change HLC bars"],es:["cambiar las barras HLC"]}},21201:e=>{e.exports={en:["change HLC bars color"]}},86866:e=>{e.exports={en:["change area fill color"],es:["cambiar el color de relleno del área"]}},89346:e=>{e.exports={en:["change area line width"],es:["cambiar el ancho de la línea del área"]}},29605:e=>{e.exports={en:["change area line color"],es:["cambiar el color de la línea del área"]}},4640:e=>{e.exports={en:["change area price source"],es:["cambiar la fuente de los precios del área"]}},42190:e=>{e.exports={en:["change base level"],es:["cambiar el nivel de referencia"]}},71785:e=>{e.exports={en:["change baseline bottom line color"],es:["cambiar el color de la línea inferior de la línea de referencia"]}},56175:e=>{e.exports={en:["change baseline bottom line width"],es:["cambiar el ancho de la línea inferior de la línea de referencia"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"],es:["cambiar el color de relleno del área inferior de la línea de referencia"]}},92873:e=>{e.exports={en:["change baseline fill top area color"],es:["cambiar el color de relleno del área superior de la línea de referencia"]}},68609:e=>{e.exports={en:["change baseline price source"],es:["cambiar la fuente de precios de referencia"]}},69044:e=>{e.exports={en:["change baseline top line color"],es:["cambiar el color de la línea superior de la línea de referencia"]}},68197:e=>{e.exports={en:["change baseline top line width"],es:["cambiar el ancho de la línea superior de la línea de referencia"]}
+},33464:e=>{e.exports={en:["change bar up color"],es:["cambiar el color superior de la barra"]}},2066:e=>{e.exports={en:["change bar X coordinate"],es:["cambiar la coordenada X de las barras"]}},59622:e=>{e.exports={en:["change bar down color"],es:["cambiar el color inferior de la barra"]}},43090:e=>{e.exports={en:["change color bars based on previous close"],es:["cambiar el color de las barras en función del valor de cierre anterior"]}},88324:e=>{e.exports={en:["change column up color"],es:["cambiar color superior de la columna"]}},93890:e=>{e.exports={en:["change column down color"],es:["cambiar color inferior de la columna"]}},4727:e=>{e.exports={en:["change column price source"],es:["cambiar la fuente del precio de la columna"]}},82063:e=>{e.exports={en:["change decimal places"],es:["cambiar las posiciones decimales"]}},44223:e=>{e.exports={en:["change extended hours color"],es:["cambiar el color del horario ampliado"]}},47393:e=>{e.exports={en:["change electronic trading hours"],es:["modificar el horario de negociación electrónica"]}},6026:e=>{e.exports={en:["change high-low body color"],es:["cambiar el color del cuerpo de máximos y mínimos"]}},73021:e=>{e.exports={en:["change high-low body visibility"],es:["cambiar la visibilidad del cuerpo de máximos y mínimos"]}},46844:e=>{e.exports={en:["change high-low border color"],es:["cambiar el color del borde del máximos y mínimos"]}},15801:e=>{e.exports={en:["change high-low borders visibility"],es:["cambiar la visibilidad de los bordes de máximos y mínimos"]}},72399:e=>{e.exports={en:["change high-low labels visibility"],es:["cambiar la visibilidad de las etiquetas de máximos y mínimos"]}},56961:e=>{e.exports={en:["change high-low labels color"],es:["cambiar el color de las etiquetas de máximos y mínimos"]}},88640:e=>{e.exports={en:["change line color"],es:["cambiar el color de línea"]}},41837:e=>{e.exports={en:["change line price source"],es:["cambiar la fuente de precios de la línea"]}},48339:e=>{e.exports={en:["change line width"],es:["cambiar el ancho de línea"]}},38730:e=>{e.exports={en:["change post market color"],es:["cambiar el color posmercado"]}},44371:e=>{e.exports={en:["change pre market color"],es:["cambiar el color de la sesión premercado"]}},11737:e=>{e.exports={en:["change price Y coordinate"],es:["cambiar la coordenada Y de los precios"]}},16241:e=>{e.exports={en:["change range bars style"],es:["cambiar estilo de las barras de rango"]}},65821:e=>{e.exports={en:["change range thin bars"],es:["cambiar el rango de las barras finas"]}},75487:e=>{e.exports={en:["change renko wick down color"],es:["cambiar el color inferior de la mecha renko"]}},92277:e=>{e.exports={en:["change renko wick up color"],es:["cambiar el color inferior de la mecha renko"]}},79604:e=>{e.exports={en:["change renko wick visibility"],es:["cambiar la visibilidad de las mechas renko"]}},91109:e=>{e.exports={en:["change study overlay min tick"],es:["cambiar ticks mínimos de la superposición del estudio"]}},82924:e=>{e.exports={en:["change study overlay style"],
+es:["cambio estilo de superposición del estudio"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"],es:["cambiar la visualización de los precios reales en la escala de precios (en lugar del precio Heiken-Ashi)"]}},60834:e=>{e.exports={en:["change thin bars"],es:["cambiar las barras finas"]}},78509:e=>{e.exports={en:["change {title} base line color"],es:["cambiar el color de la línea de referencia de {title}"]}},27864:e=>{e.exports={en:["change {title} base line style"],es:["cambiar el estilo de la línea de referencia de {title}"]}},96177:e=>{e.exports={en:["change {title} base line visibility"],es:["cambiar la visibilidad de la línea de referencia de {title}"]}},17926:e=>{e.exports={en:["change {title} base line width"],es:["cambiar el ancho de la línea de referencia de {title}"]}},41638:e=>{e.exports={en:["change {title} down line color"],es:["cambiar color de la línea inferior de {title}"]}},51842:e=>{e.exports={en:["change {title} down line style"],es:["cambiar el estilo de la línea descendente de {title}"]}},46410:e=>{e.exports={en:["change {title} down line visibility"],es:["cambiar la visibilidad de la línea descendente de {title}"]}},64615:e=>{e.exports={en:["change {title} down line width"],es:["cambiar el ancho de la línea inferior de {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],es:["cambiar los días de {title} hasta"]}},91201:e=>{e.exports={en:["change {title} days from"],es:["cambiar los días de {title} desde"]}},76295:e=>{e.exports={en:["change {title} extend lines"],es:["cambiar ampliar líneas en {title}"]}},8306:e=>{e.exports={en:["change {title} hours from"],es:["cambiar las horas de {title} desde"]}},67233:e=>{e.exports={en:["change {title} hours to"],es:["cambiar las horas de {title} hasta"]}},99122:e=>{e.exports={en:["change {title} months from"],es:["cambiar los meses desde de {title}"]}},10518:e=>{e.exports={en:["change {title} months to"],es:["cambiar los meses de {title} hasta"]}},38011:e=>{e.exports={en:["change {title} minutes to"],es:["cambiar los minutos de {title} hasta"]}},59820:e=>{e.exports={en:["change {title} minutes from"],es:["cambiar los minutos de {title} desde"]}},6573:e=>{e.exports={en:["change {title} seconds to"],es:["cambiar los segundos de {title} hasta"]}},86780:e=>{e.exports={en:["change {title} seconds from"],es:["cambiar los segundos desde de {title}"]}},6207:e=>{e.exports={en:["change {title} show pearson's r"],es:["cambiar la visibilidad r de Pearson de {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],es:["cambiar las semanas de {title} desde"]}},18678:e=>{e.exports={en:["change {title} weeks to"],es:["cambiar las semanas de {title} hasta"]}},42553:e=>{e.exports={en:["change {title} up line visibility"],es:["cambiar la visibilidad de la línea superior de {title}"]}},63824:e=>{e.exports={en:["change {title} up line width"],es:["cambiar el ancho de la línea superior de {title}"]}},89178:e=>{e.exports={en:["change {title} up line color"],
+es:["cambiar el color de la línea superior de {title}"]}},51188:e=>{e.exports={en:["change {title} up line style"],es:["cambiar el estilo de la línea superior de {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],es:["cambiar la visibilidad en ticks de {title}"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],es:["cambiar la visibilidad en semanas de {title}"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],es:["cambiar la visibilidad de {title} en {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],es:["cambiar la visibilidad en días de {title}"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],es:["cambiar la visibilidad en horas de {title}"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],es:["cambiar la visibilidad en minutos de {title}"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],es:["cambiar la visibilidad en meses de {title}"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],es:["cambiar la visibilidad en segundos de {title}"]}},17214:e=>{e.exports={en:["change {candleType} up border color"],es:["cambiar el color del borde superior de {candleType}"]}},36697:e=>{e.exports={en:["change {candleType} up color"],es:["cambiar el color superior de {candleType}"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"],es:["cambiar el color inferior de la mecha de {candleType}"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"],es:["cambiar el color superior de la mecha de {candleType}"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"],es:["cambiar la visibilidad de la mecha {candleType}"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"],es:["cambiar la visibilidad del cuerpo de {candleType}"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"],es:["cambiar la visibilidad del borde de {candleType}"]}},20291:e=>{e.exports={en:["change {candleType} down border color"],es:["cambiar el color del borde inferior de {candleType}"]}},64571:e=>{e.exports={en:["change {candleType} down color"],es:["cambiar el color inferior de {candleType}"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"],es:["cambiar el color inferior del borde de la barra de {chartType}"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"],es:["cambiar el color superior del borde de la barra de {chartType}"]}},5012:e=>{e.exports={en:["change {chartType} down color"],es:["cambiar el color inferior de {chartType}"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"],es:["cambiar el color superior del borde de la barra de proyección de {chartType}"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"],es:["cambiar el color inferior de la barra de proyección de {chartType}"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"],es:["cambiar el color superior de la barra de proyección de {chartType}"]}},6970:e=>{e.exports={
+en:["change {chartType} up color"],es:["cambiar el color superior de {chartType}"]}},66110:e=>{e.exports={en:["change {inputName} property"],es:["cambiar propiedad de {inputName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],es:["cambiar la propiedad de {propertyName}"]}},18077:e=>{e.exports={en:["adjust data for dividends"],es:["ajustar datos de los dividendos"]}},1433:e=>{e.exports={en:["adjust for contract changes"],es:["ajustar para cambios de contrato"]}},35813:e=>{e.exports={en:["days"],es:["días"]}},89919:e=>{e.exports={en:["days to"],es:["días hasta"]}},59215:e=>{e.exports={en:["days from"],es:["días desde"]}},2359:e=>{e.exports={en:["hours"],es:["horas"]}},82267:e=>{e.exports={en:["hours from"],es:["horas desde"]}},15600:e=>{e.exports={en:["hours to"],es:["horas hasta"]}},92598:e=>{e.exports={en:["hollow candles"],es:["velas huecas"]}},76261:e=>{e.exports={en:["move drawings"],es:["mover dibujos"]}},95300:e=>{e.exports={en:["months"],es:["meses"]}},17250:e=>{e.exports={en:["months from"],es:["meses desde"]}},2828:e=>{e.exports={en:["months to"],es:["meses hasta"]}},18726:e=>{e.exports={en:["minutes"],es:["minutos"]}},67649:e=>{e.exports={en:["minutes to"],es:["minutos hasta"]}},22476:e=>{e.exports={en:["minutes from"],es:["minutos desde"]}},751:e=>{e.exports={en:["seconds"],es:["segundos"]}},73419:e=>{e.exports={en:["seconds to"],es:["segundos hasta"]}},35801:e=>{e.exports={en:["seconds from"],es:["segundos desde"]}},57243:e=>{e.exports={en:["range","ranges"],es:["rango","rangos"]}},70282:e=>{e.exports={en:["renko"]}},45537:e=>{e.exports={en:["weeks"],es:["semanas"]}},92859:e=>{e.exports={en:["weeks from"],es:["semanas desde"]}},44127:e=>{e.exports={en:["weeks to"],es:["semanas hasta"]}},28871:e=>{e.exports={en:["toggle intraday inactivity gaps"]}},3539:e=>{e.exports={en:["ticks"],es:["Tics"]}},92978:e=>{e.exports={en:["use settlement as close on daily interval"],es:["utilizar la liquidación como cierre en intervalos diarios"]}},59644:e=>{e.exports={en:["{value} decimal","{value} decimals"],es:["{value} decimal","{value} decimales"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.1427.8971bd84437c851f01a9.js b/public/charting_library/bundles/es.1427.8971bd84437c851f01a9.js
new file mode 100644
index 0000000..7c3832c
--- /dev/null
+++ b/public/charting_library/bundles/es.1427.8971bd84437c851f01a9.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1427,2787,6760,6155,7850,7122,5111,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],es:["#{count} (precio, barra)"]}},78930:e=>{e.exports={en:["Coordinates"],es:["Coordenadas"]}},24197:e=>{e.exports={en:["Center"],es:["Centro"]}},6060:e=>{e.exports={en:["Add text"],es:["Añadir texto"]}},27567:e=>{e.exports={en:["Bottom"],es:["Parte inferior"]}},79468:e=>{e.exports={en:["Background"],es:["Fondo"]}},72942:e=>{e.exports={en:["Days"],es:["Días"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],es:["Desplazamiento (precio, barra)"]}},61856:e=>{e.exports={en:["Extend left line"],es:["Extender la línea izquierda"]}},87430:e=>{e.exports={en:["Extend right line"],es:["Extender la linea derecha"]}},95279:e=>{e.exports={en:["Full circles"],es:["Círculos completos"]}},56796:e=>{e.exports={en:["Hours"],es:["Horas"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],es:["Entradas de datos"]}},79650:e=>{e.exports={en:["Levels"],es:["Niveles"]}},11626:e=>{e.exports={en:["Left"],es:["Izquierda"]}},43154:e=>{e.exports={en:["Months"],es:["Meses"]}},68833:e=>{e.exports={en:["Middle"],es:["En el medio"]}},42562:e=>{e.exports={en:["Minutes"],es:["Minutos"]}},65188:e=>{e.exports={en:["Seconds"],es:["Segundos"]}},50421:e=>{e.exports={en:["Right"],es:["Derecha"]}},835:e=>{e.exports={en:["Weeks"],es:["Semanas"]}},97118:e=>{e.exports={en:["Top"],es:["Parte superior"]}},70320:e=>{e.exports={en:["Text"],es:["Тexto"]}},25485:e=>{e.exports={en:["Text alignment"],es:["Alineación del texto"]}},67781:e=>{e.exports={en:["Text orientation"],es:["Orientación del texto"]}},24821:e=>{e.exports={en:["Ticks"],es:["Tics"]}},51574:e=>{e.exports={en:["Trend line"],es:["Línea de tendencia"]}},28683:e=>{e.exports={en:["Use one color"],es:["Utilizar un color"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],es:["cambiar la coordenada X de las barras"]}},11737:e=>{e.exports={en:["change price Y coordinate"],es:["cambiar la coordenada Y de los precios"]}},59577:e=>{e.exports={en:["change {title} all lines color"],es:["cambiar el color de todas las líneas de {title}"]}},13783:e=>{e.exports={en:["change {title} background transparency"],es:["cambiar la transparencia del fondo de {title}"]}},30839:e=>{e.exports={en:["change {title} background visibility"],es:["cambiar la visibilidad del fondo de {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],es:["cambiar los días de {title} hasta"]}},91201:e=>{e.exports={en:["change {title} days from"],es:["cambiar los días de {title} desde"]}},30484:e=>{e.exports={en:["change {title} full circles visibility"],es:["cambiar la visibilidad de los círculos completos de {title}"]}},8306:e=>{e.exports={en:["change {title} hours from"],es:["cambiar las horas de {title} desde"]}},67233:e=>{e.exports={en:["change {title} hours to"],es:["cambiar las horas de {title} hasta"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],
+es:["cambiar el coeficiente de línea de los niveles de {index} de {title}"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],es:["cambiar el color de línea de los niveles de {index} de {title}"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"],es:["cambiar la visibilidad de la línea {index} de nivel de {title}"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"],es:["cambiar el ancho de línea de los niveles de {index} de {title}"]}},54517:e=>{e.exports={en:["change {title} levels visibility"],es:["cambiar los niveles de visibilidad de {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],es:["cambiar los meses desde de {title}"]}},10518:e=>{e.exports={en:["change {title} months to"],es:["cambiar los meses de {title} hasta"]}},38011:e=>{e.exports={en:["change {title} minutes to"],es:["cambiar los minutos de {title} hasta"]}},59820:e=>{e.exports={en:["change {title} minutes from"],es:["cambiar los minutos de {title} desde"]}},6573:e=>{e.exports={en:["change {title} seconds to"],es:["cambiar los segundos de {title} hasta"]}},86780:e=>{e.exports={en:["change {title} seconds from"],es:["cambiar los segundos desde de {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],es:["cambiar las semanas de {title} desde"]}},18678:e=>{e.exports={en:["change {title} weeks to"],es:["cambiar las semanas de {title} hasta"]}},57122:e=>{e.exports={en:["change {title} text"],es:["cambiar texto de {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],es:["cambiar la visibilidad en ticks de {title}"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],es:["cambiar la visibilidad en semanas de {title}"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],es:["cambiar la visibilidad de {title} en {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],es:["cambiar la visibilidad en días de {title}"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],es:["cambiar la visibilidad en horas de {title}"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],es:["cambiar la visibilidad en minutos de {title}"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],es:["cambiar la visibilidad en meses de {title}"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],es:["cambiar la visibilidad en segundos de {title}"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],es:["cambiar la visibilidad de la línea de {toolName}"]}},19541:e=>{e.exports={en:["change {toolName} line width"],es:["cambiar el ancho de la línea de {toolName}"]}},24059:e=>{e.exports={en:["change {toolName} line color"],es:["cambiar el color de la línea de {toolName}"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],es:["cambiar la línea que se extiende a la izquierda de {toolName}"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],es:["cambiar la línea que se extiende a la derecha de {toolName}"]}},21474:e=>{e.exports={
+en:["change {toolName} line left end"],es:["cambiar el final de la línea izquierda de {toolName}"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],es:["cambiar el final de la línea derecha de {toolName}"]}},66429:e=>{e.exports={en:["change {toolName} line style"],es:["cambiar el estilo de línea de {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],es:["cambiar la propiedad de {propertyName}"]}},35813:e=>{e.exports={en:["days"],es:["días"]}},89919:e=>{e.exports={en:["days to"],es:["días hasta"]}},59215:e=>{e.exports={en:["days from"],es:["días desde"]}},77114:e=>{e.exports={en:["erase level line"],es:["borrar la línea de nivel"]}},2359:e=>{e.exports={en:["hours"],es:["horas"]}},82267:e=>{e.exports={en:["hours from"],es:["horas desde"]}},15600:e=>{e.exports={en:["hours to"],es:["horas hasta"]}},76261:e=>{e.exports={en:["move drawings"],es:["mover dibujos"]}},95300:e=>{e.exports={en:["months"],es:["meses"]}},17250:e=>{e.exports={en:["months from"],es:["meses desde"]}},2828:e=>{e.exports={en:["months to"],es:["meses hasta"]}},18726:e=>{e.exports={en:["minutes"],es:["minutos"]}},67649:e=>{e.exports={en:["minutes to"],es:["minutos hasta"]}},22476:e=>{e.exports={en:["minutes from"],es:["minutos desde"]}},751:e=>{e.exports={en:["seconds"],es:["segundos"]}},73419:e=>{e.exports={en:["seconds to"],es:["segundos hasta"]}},35801:e=>{e.exports={en:["seconds from"],es:["segundos desde"]}},45537:e=>{e.exports={en:["weeks"],es:["semanas"]}},92859:e=>{e.exports={en:["weeks from"],es:["semanas desde"]}},44127:e=>{e.exports={en:["weeks to"],es:["semanas hasta"]}},3539:e=>{e.exports={en:["ticks"],es:["Tics"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.1432.d43e80e1d49b8e361fa5.js b/public/charting_library/bundles/es.1432.d43e80e1d49b8e361fa5.js
new file mode 100644
index 0000000..d1d14c9
--- /dev/null
+++ b/public/charting_library/bundles/es.1432.d43e80e1d49b8e361fa5.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1432,2787,6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],es:["#{count} (precio, barra)"]}},78930:e=>{e.exports={en:["Coordinates"],es:["Coordenadas"]}},24197:e=>{e.exports={en:["Center"],es:["Centro"]}},27567:e=>{e.exports={en:["Bottom"],es:["Parte inferior"]}},79468:e=>{e.exports={en:["Background"],es:["Fondo"]}},72942:e=>{e.exports={en:["Days"],es:["Días"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],es:["Desplazamiento (precio, barra)"]}},61856:e=>{e.exports={en:["Extend left line"],es:["Extender la línea izquierda"]}},87430:e=>{e.exports={en:["Extend right line"],es:["Extender la linea derecha"]}},56796:e=>{e.exports={en:["Hours"],es:["Horas"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],es:["Entradas de datos"]}},11626:e=>{e.exports={en:["Left"],es:["Izquierda"]}},43154:e=>{e.exports={en:["Months"],es:["Meses"]}},68833:e=>{e.exports={en:["Middle"],es:["En el medio"]}},42562:e=>{e.exports={en:["Minutes"],es:["Minutos"]}},65188:e=>{e.exports={en:["Seconds"],es:["Segundos"]}},50421:e=>{e.exports={en:["Right"],es:["Derecha"]}},835:e=>{e.exports={en:["Weeks"],es:["Semanas"]}},97118:e=>{e.exports={en:["Top"],es:["Parte superior"]}},70320:e=>{e.exports={en:["Text"],es:["Тexto"]}},25485:e=>{e.exports={en:["Text alignment"],es:["Alineación del texto"]}},67781:e=>{e.exports={en:["Text orientation"],es:["Orientación del texto"]}},24821:e=>{e.exports={en:["Ticks"],es:["Tics"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],es:["cambiar la coordenada X de las barras"]}},11737:e=>{e.exports={en:["change price Y coordinate"],es:["cambiar la coordenada Y de los precios"]}},30839:e=>{e.exports={en:["change {title} background visibility"],es:["cambiar la visibilidad del fondo de {title}"]}},49765:e=>{e.exports={en:["change {title} background color"],es:["cambiar el color del fondo de {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],es:["cambiar los días de {title} hasta"]}},91201:e=>{e.exports={en:["change {title} days from"],es:["cambiar los días de {title} desde"]}},8306:e=>{e.exports={en:["change {title} hours from"],es:["cambiar las horas de {title} desde"]}},67233:e=>{e.exports={en:["change {title} hours to"],es:["cambiar las horas de {title} hasta"]}},99122:e=>{e.exports={en:["change {title} months from"],es:["cambiar los meses desde de {title}"]}},10518:e=>{e.exports={en:["change {title} months to"],es:["cambiar los meses de {title} hasta"]}},38011:e=>{e.exports={en:["change {title} minutes to"],es:["cambiar los minutos de {title} hasta"]}},59820:e=>{e.exports={en:["change {title} minutes from"],es:["cambiar los minutos de {title} desde"]}},6573:e=>{e.exports={en:["change {title} seconds to"],es:["cambiar los segundos de {title} hasta"]}},86780:e=>{e.exports={en:["change {title} seconds from"],es:["cambiar los segundos desde de {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],es:["cambiar las semanas de {title} desde"]}},
+18678:e=>{e.exports={en:["change {title} weeks to"],es:["cambiar las semanas de {title} hasta"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],es:["cambiar la visibilidad en ticks de {title}"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],es:["cambiar la visibilidad en semanas de {title}"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],es:["cambiar la visibilidad de {title} en {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],es:["cambiar la visibilidad en días de {title}"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],es:["cambiar la visibilidad en horas de {title}"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],es:["cambiar la visibilidad en minutos de {title}"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],es:["cambiar la visibilidad en meses de {title}"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],es:["cambiar la visibilidad en segundos de {title}"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],es:["cambiar la visibilidad de la línea de {toolName}"]}},19541:e=>{e.exports={en:["change {toolName} line width"],es:["cambiar el ancho de la línea de {toolName}"]}},24059:e=>{e.exports={en:["change {toolName} line color"],es:["cambiar el color de la línea de {toolName}"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],es:["cambiar la línea que se extiende a la izquierda de {toolName}"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],es:["cambiar la línea que se extiende a la derecha de {toolName}"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],es:["cambiar el final de la línea izquierda de {toolName}"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],es:["cambiar el final de la línea derecha de {toolName}"]}},66429:e=>{e.exports={en:["change {toolName} line style"],es:["cambiar el estilo de línea de {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],es:["cambiar la propiedad de {propertyName}"]}},35813:e=>{e.exports={en:["days"],es:["días"]}},89919:e=>{e.exports={en:["days to"],es:["días hasta"]}},59215:e=>{e.exports={en:["days from"],es:["días desde"]}},2359:e=>{e.exports={en:["hours"],es:["horas"]}},82267:e=>{e.exports={en:["hours from"],es:["horas desde"]}},15600:e=>{e.exports={en:["hours to"],es:["horas hasta"]}},76261:e=>{e.exports={en:["move drawings"],es:["mover dibujos"]}},95300:e=>{e.exports={en:["months"],es:["meses"]}},17250:e=>{e.exports={en:["months from"],es:["meses desde"]}},2828:e=>{e.exports={en:["months to"],es:["meses hasta"]}},18726:e=>{e.exports={en:["minutes"],es:["minutos"]}},67649:e=>{e.exports={en:["minutes to"],es:["minutos hasta"]}},22476:e=>{e.exports={en:["minutes from"],es:["minutos desde"]}},751:e=>{e.exports={en:["seconds"],es:["segundos"]}},73419:e=>{e.exports={en:["seconds to"],es:["segundos hasta"]}},35801:e=>{e.exports={en:["seconds from"],es:["segundos desde"]}},45537:e=>{e.exports={en:["weeks"],es:["semanas"]}
+},92859:e=>{e.exports={en:["weeks from"],es:["semanas desde"]}},44127:e=>{e.exports={en:["weeks to"],es:["semanas hasta"]}},3539:e=>{e.exports={en:["ticks"],es:["Tics"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.1629.7afd8c16ef79eab8b22e.js b/public/charting_library/bundles/es.1629.7afd8c16ef79eab8b22e.js
new file mode 100644
index 0000000..7478107
--- /dev/null
+++ b/public/charting_library/bundles/es.1629.7afd8c16ef79eab8b22e.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1629],{80473:e=>{e.exports={en:["Add column to right"],es:["Añadir columna a la derecha"]}},61702:e=>{e.exports={en:["Add row below"],es:["Añadir fila abajo"]}},33500:e=>{e.exports={en:["Remove column"],es:["Eliminar la columna"]}},85069:e=>{e.exports={en:["Remove row"],es:["Eliminar fila"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.1715.48491249cfe3a1a8a335.js b/public/charting_library/bundles/es.1715.48491249cfe3a1a8a335.js
new file mode 100644
index 0000000..8ecd2bf
--- /dev/null
+++ b/public/charting_library/bundles/es.1715.48491249cfe3a1a8a335.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1715],{79355:e=>{e.exports={en:["Save template as"],es:["Guardar plantilla como"]}},41018:e=>{e.exports={en:["Template '{themeName}' already exists. Do you really want to replace it?"],es:["La plantilla '{themeName}' ya existe. ¿Está seguro de que desea reemplazarla?"]}},59233:e=>{e.exports={en:["Template name"],es:["Nombre de la plantilla"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.2134.fb8463bf93e547b8a24f.js b/public/charting_library/bundles/es.2134.fb8463bf93e547b8a24f.js
new file mode 100644
index 0000000..0769e95
--- /dev/null
+++ b/public/charting_library/bundles/es.2134.fb8463bf93e547b8a24f.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2134,4109],{14143:e=>{e.exports={en:["currency"],es:["divisa"]}},53288:e=>{e.exports={en:["animals & nature"],es:["animales y naturaleza"]}},21311:e=>{e.exports={en:["activity"],es:["actividad"]}},74245:e=>{e.exports={en:["arrows"],es:["flechas"]}},51853:e=>{e.exports={en:["gestures & smileys"],es:["gestos y emoticonos"]}},90678:e=>{e.exports={en:["food & drink"],es:["comida y bebida"]}},6715:e=>{e.exports={en:["flags"],es:["banderas"]}},98355:e=>{e.exports={en:["objects"],es:["objetos"]}},10522:e=>{e.exports={en:["nature"],es:["naturaleza"]}},43438:e=>{e.exports={en:["smiles & people"],es:["emoticonos y personas"]}},40457:e=>{e.exports={en:["symbols"],es:["simbolos"]}},33282:e=>{e.exports={en:["symbols & flags"],es:["símbolos y banderas"]}},88906:e=>{e.exports={en:["recently used"],es:["usados con frecuencia"]}},28562:e=>{e.exports={en:["travel & places"],es:["viajes y destinos"]}},93111:e=>{e.exports={en:["Content"],es:["Contenido"]}},59934:e=>{e.exports={en:["Channels"],es:["Canales"]}},81578:e=>{e.exports={en:["Cursors"],es:["Cursores"]}},77915:e=>{e.exports={en:["Cycles"],es:["Ciclos"]}},32064:e=>{e.exports={en:["Annotation tools"],es:["Herramientas de anotación"]}},69207:e=>{e.exports={en:["Add to favorites"],es:["Añadir a favoritos"]}},19147:e=>{e.exports={en:["Arrows"],es:["Flechas"]}},65695:e=>{e.exports={en:["Brushes"],es:["Pinceles"]}},51494:e=>{e.exports={en:["Gann"]}},2654:e=>{e.exports={en:["Gann and Fibonacci tools"],es:["Herramientas Gann y Fibonacci"]}},22145:e=>{e.exports={en:["Geometric shapes"],es:["Figuras geométricas"]}},57157:e=>{e.exports={en:["Dot"],es:["Punto"]}},14939:e=>{e.exports={en:["Demonstration"],es:["Demostración"]}},16290:e=>{e.exports={en:["Emojis"]}},44255:e=>{e.exports={en:["Elliott waves"],es:["Ondas de Elliott"]}},8727:e=>{e.exports={en:["Eraser"],es:["Borrador"]}},1410:e=>{e.exports={en:["Forecasting and measurement tools"],es:["Herramientas de previsión y medida"]}},26578:e=>{e.exports={en:["Fibonacci"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"],es:["Mantenga pulsada {hotKey_0} para dibujar temporalmente"]}},99838:e=>{e.exports={en:["Hide Drawings Toolbar"],es:["Ocultar barra de herramientas de dibujo"]}},95343:e=>{e.exports={en:["Hide options"],es:["Ocultar opciones"]}},73829:e=>{e.exports={en:["Icons"],es:["Iconos"]}},79451:e=>{e.exports={en:["Lock all drawings"],es:["Bloquear todos los dibujos"]}},35553:e=>{e.exports={en:["Magic"],es:["Magia"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"],es:["El modo Magnet acerca los dibujos próximos a las barras de precios, al valor más cercano OHLC"]}},41964:e=>{e.exports={en:["Magnets"],es:["Imanes"]}},91563:e=>{e.exports={en:["Measure"],es:["Medida"]}},97050:e=>{e.exports={en:["Measurer"],es:["Medidor"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"],
+es:["Los nuevos dibujos se reproducen en todos los gráficos y se muestran cuando se selecciona el mismo ticker"]}},65781:e=>{e.exports={en:["Shapes"],es:["Figuras"]}},32579:e=>{e.exports={en:["Show Drawings Toolbar"],es:["Mostrar barra de herramientas de dibujos"]}},51465:e=>{e.exports={en:["Show Favorite Drawing Tools Toolbar"],es:["Mostrar la barra de herramientas de dibujos favoritos"]}},3154:e=>{e.exports={en:["Show Hidden Tools"],es:["Mostrar herramientas ocultas"]}},85786:e=>{e.exports={en:["Show Object Tree"],es:["Mostrar árbol de objetos"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],es:["Permanecer en modo dibujo"]}},50428:e=>{e.exports={en:["Stickers"]}},94593:e=>{e.exports={en:["Strong Magnet"],es:["Imán fuerte"]}},46417:e=>{e.exports={en:["Patterns"],es:["Patrones"]}},36167:e=>{e.exports={en:["Pitchforks"],es:["Tridentes"]}},57118:e=>{e.exports={en:["Remove Drawings"],es:["Eliminar dibujos"]}},25852:e=>{e.exports={en:["Remove objects"],es:["Eliminar objetos"]}},2671:e=>{e.exports={en:["Remove options"],es:["Eliminar opciones"]}},96374:e=>{e.exports={en:["Remove drawings"],es:["Eliminar dibujos"]}},53981:e=>{e.exports={en:["Remove drawings & indicators"],es:["Eliminar dibujos e indicadores"]}},85106:e=>{e.exports={en:["Remove from favorites"],es:["Eliminar de favoritos"]}},99984:e=>{e.exports={en:["Remove indicators"],es:["Eliminar Indicadores"]}},47550:e=>{e.exports={en:["Remove selected emoji"],es:["Eliminar el emoji seleccionado"]}},3519:e=>{e.exports={en:["Weak Magnet"],es:["Imán débil"]}},65831:e=>{e.exports={en:["Text & Notes"],es:["Texto y notas"]}},48773:e=>{e.exports={en:["Trend line tools"],es:["Herramientas de líneas de tendencia"]}},69260:e=>{e.exports={en:["Volume-based"],es:["Basado en volumen"]}},55774:e=>{e.exports={en:["Zoom In"],es:["Aumentar"]}},37310:e=>{e.exports={en:["Zoom Out"],es:["Alejar"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"],es:["{hotKey_0} + Clic en el gráfico"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"],es:["{hotKey_0}: círculo"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"],es:["{hotKey_0}: dibujar una línea recta en ángulos de 45"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"],es:["{hotKey_0}: incrementos fijos"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"],es:["{hotKey_0}: cuadrado"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.2199.5cc70080a81e97402902.js b/public/charting_library/bundles/es.2199.5cc70080a81e97402902.js
new file mode 100644
index 0000000..22f87cc
--- /dev/null
+++ b/public/charting_library/bundles/es.2199.5cc70080a81e97402902.js
@@ -0,0 +1,7 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2199],{48473:e=>{e.exports={en:["Real-time data for {symbolName}"],es:["Datos en tiempo real de {symbolName}"]}},84455:e=>{e.exports={en:["is provided by {exchange} exchange."],es:["proporcionados por el mercado de valores {exchange}."]}},97349:e=>{e.exports={en:["Fr"],es:["Vi"]}},30961:e=>{e.exports={en:["Mo"],es:["Lu"]}},94748:e=>{e.exports={en:["Sa"],es:["Sá"]}},75005:e=>{e.exports={en:["Su"],es:["Do"]}},92578:e=>{e.exports={en:["We"],es:["Mi"]}},8765:e=>{e.exports={en:["Th"],es:["Ju"]}},9135:e=>{e.exports={en:["Tu"],es:["Ma"]}},43206:e=>{e.exports={en:["Could not get Pine source code."],es:["No se pudo obtener el código fuente Pine."]}},65495:e=>{e.exports={en:["Collapse pane"],es:["Colapsar panel"]}},40225:e=>{e.exports={en:["Continuous futures contracts"],es:["Contratos de futuros continuos"]}},60657:e=>{e.exports={en:["Contract expired"],es:["Contrato vencido"]}},58796:e=>{e.exports={en:["Cboe One"]}},63245:e=>{e.exports={en:["Change symbol"],es:["Cambiar símbolo"]}},45639:e=>{e.exports={en:["Chart values"],es:["Valores del gráfico"]}},28214:e=>{e.exports={en:["Create a free account"],es:["Crea una cuenta gratuita"]}},39301:e=>{e.exports={en:["All good things must come to an end - this contract has reached expiry!"],es:["Todo lo bueno se acaba: ¡este contrato ha llegado a su fin!"]}},29938:e=>{e.exports={en:["All's well — market is open."],es:["Todo va bien: el mercado está abierto."]}},28896:e=>{e.exports={en:["April"],es:["Abril"]}},11081:e=>{e.exports={en:["August"],es:["Agosto"]}},10842:e=>{e.exports={en:["Bar change values"],es:["Valores de los cambios en la barra"]}},70032:e=>{e.exports={en:["Buy real-time data"],es:["Compre datos en tiempo real"]}},99452:e=>{e.exports={en:["Go to editor"],es:["Ir al editor"]}},13930:e=>{e.exports={en:["Double click"],es:["Haga doble clic"]}},78992:e=>{e.exports={en:["Data error"],es:["Error en los datos"]}},32925:e=>{e.exports={en:["Data is updated once a day."],es:["Los datos se actualizan una vez al día."]}},33039:e=>{e.exports={en:["Data is updated once per second, even if there are more updates on the market."],es:["Los datos se actualizan una vez por segundo, aunque entre medias haya más actualizaciones en el mercado."]}},43348:e=>{e.exports={en:["Data is delayed"],es:["Los datos se retrasan"]}},38368:e=>{e.exports={en:["Data on our Basic plan is updated once per second, even if there are more updates on the market."],es:["Los datos que se proporcionan en el plan básico se actualizan una vez por segundo, aunque entre medias haya más actualizaciones en el mercado."]}},90082:e=>{e.exports={en:["December"],es:["Diciembre"]}},19679:e=>{e.exports={en:["Defaulted bond"],es:["Bono impagado"]}},66260:e=>{e.exports={en:["Delete pane"],es:["Eliminar panel"]}},54602:e=>{e.exports={en:["Delisted"],es:["Excluido de la lista"]}},31683:e=>{e.exports={en:["Delisted alert"],es:["Alerta de exclusión"]}},50035:e=>{e.exports={en:["Derived Data"],es:["Datos derivados"]}},5805:e=>{e.exports={en:["End of day data"],
+es:["Datos de cierre diario"]}},57335:e=>{e.exports={en:["Error"]}},23302:e=>{e.exports={en:["Evening. Market is open for post-market trading."],es:["Buenas. El mercado está abierto para el trading posmercado."]}},43383:e=>{e.exports={en:["Exchange disclaimer"],es:["Descargo de responsabilidad de la bolsa"]}},63538:e=>{e.exports={en:["Exchange timezone"],es:["Zona horaria del mercado de valores"]}},81069:e=>{e.exports={en:["February"],es:["Febrero"]}},5447:e=>{e.exports={en:["Fill out Exchange Agreements"],es:["Cumplimentar los contratos bursátiles"]}},44454:e=>{e.exports={en:["Flag Symbol"],es:["Marcar el símbolo"]}},22928:e=>{e.exports={en:["Fri"],es:["Vi"]}},3570:e=>{e.exports={en:["Friday"],es:["Viernes"]}},59269:e=>{e.exports={en:["From our family to yours, wishing you a merry festive season."],es:["De familia a familia, les deseamos unas felices fiestas."]}},14181:e=>{e.exports={en:["HKEX and/or any subsidiaries endeavour to ensure the accuracy and reliability of the information provided but do not guarantee its accuracy or reliability and accept no liability (whether in tort or contract or otherwise) for any loss or damage arising from any inaccuracies or omissions."],es:["HKEX o sus filiales se esfuerzan por asegurar la exactitud y fiabilidad de la información proporcionada, aunque no pueden garantizar plenamente su veracidad, ni asumen responsabilidad alguna (ya sea de carácter extracontractual, contractual o de otra índole) por cualquier pérdida o daño derivado que pudiera de imprecisiones u omisiones."]}},87845:e=>{e.exports={en:["Holiday"],es:["Festivo"]}},75119:e=>{e.exports={en:["Halal symbol"],es:["Símbolo Halal"]}},34987:e=>{e.exports={en:["Happy holidays, traders"],es:["Felices fiestas, traders"]}},44036:e=>{e.exports={en:["Indicator arguments"],es:["Argumentos de los indicadores"]}},10319:e=>{e.exports={en:["Indicator error"],es:["Error de indicador"]}},7511:e=>{e.exports={en:["Indicator titles"],es:["Títulos de los indicadores"]}},51353:e=>{e.exports={en:["Indicator values"],es:["Valores de los indicadores"]}},48758:e=>{e.exports={en:["Indicators update"],es:["Actualización de indicadores"]}},95400:e=>{e.exports={en:["If you'd like {listedExchange} real-time data you'll need to complete an Exchange Agreement. Don't worry, it only takes a few clicks"],es:["Si desea obtener datos en tiempo real de {listedExchange}, deberá cumplimentar un contrato bursátil. No se preocupe, le llevará poco tiempo."]}},43094:e=>{e.exports={en:["It'll close in {remainingTime}."],es:["Cerrará en {remainingTime}."]}},81509:e=>{e.exports={en:["It'll go to post-market trading in {remainingTime}."],es:["La sesión de trading posmercado comenzará en {remainingTime}."]}},58470:e=>{e.exports={en:["It'll open for pre-market trading in {remainingTime}."],es:["El trading premercado dará comienzo en {remainingTime}."]}},99822:e=>{e.exports={en:["It'll open in {remainingTime}."],es:["Abrirá en {remainingTime}."]}},66595:e=>{e.exports={en:["It’ll open fully in {remainingTime}."],es:["Abrirá por completo en {remainingTime}."]}},200:e=>{
+e.exports={en:["January"],es:["Enero"]}},6608:e=>{e.exports={en:["July"],es:["Julio"]}},61487:e=>{e.exports={en:["June"],es:["Junio"]}},91006:e=>{e.exports={en:["One update per second"],es:["Una actualización por segundo"]}},79744:e=>{e.exports={en:["Oops. Something has gone wrong with one or more of your indicators. Please expand the indicator list for more details."],es:["¡Vaya!. Algo salió mal con uno o más de sus indicadores. Amplíe la lista de indicadores para obtener más detalles."]}},64730:e=>{e.exports={en:["Oops. Something has gone wrong with one or more of your indicators. Resize the panes to see the details."],es:["¡Vaya! Algo salió mal con uno o más de sus indicadores. Cambie el tamaño de los paneles para ver los detalles."]}},84937:e=>{e.exports={en:["Obligation not paid. Issuer payments are over a month late, this is due to coupon or principal debt."],es:["Deuda impagada. Los pagos del emisor llevan más de un mes de retraso, debido a la la deuda del principal o cupón."]}},37997:e=>{e.exports={en:["October"],es:["Octubre"]}},25765:e=>{e.exports={en:["Open market status"],es:["Situación de la apertura del mercado"]}},72723:e=>{e.exports={en:["Opened in detached editor"],es:["Abierto en el editor separado"]}},39664:e=>{e.exports={en:["Opened in editor"],es:["Abrir en el editor"]}},72423:e=>{e.exports={en:["Last day change values"],es:["Valores del cambio del último día"]}},1356:e=>{e.exports={en:["Let it snow"],es:["Deje que nieve"]}},27741:e=>{e.exports={en:["Learn more"],es:["Más información"]}},12948:e=>{e.exports={en:["Move pane down"],es:["Mover panel hacia abajo"]}},7310:e=>{e.exports={en:["Move pane up"],es:["Mover panel hacia arriba"]}},37150:e=>{e.exports={en:["Mon"],es:["Lu"]}},19573:e=>{e.exports={en:["Monday"],es:["Lunes"]}},37117:e=>{e.exports={en:["More"],es:["Más"]}},65420:e=>{e.exports={en:["Morning. Market is open for pre-market trading."],es:["Buenos días. El mercado está abierto solo para sesiones de negociación premercado."]}},61206:e=>{e.exports={en:["Maximize chart"],es:["Maximizar gráfico"]}},90165:e=>{e.exports={en:["Maximize pane"],es:["Maximizar panel"]}},25734:e=>{e.exports={en:["May"],es:["Mayo"]}},75018:e=>{e.exports={en:["Manage panes"],es:["Gestionar paneles"]}},93878:e=>{e.exports={en:["March"],es:["Marzo"]}},41410:e=>{e.exports={en:["Market open"],es:["Mercado abierto"]}},62464:e=>{e.exports={en:["Market closed"],es:["Mercado cerrado"]}},41392:e=>{e.exports={en:["Market is currently on holiday. Lucky them."],es:["El mercado está actualmente de vacaciones. ¡Qué suerte!"]}},4607:e=>{e.exports={en:["November"],es:["Noviembre"]}},87142:e=>{e.exports={en:["Source code"],es:["Código fuente"]}},32273:e=>{e.exports={en:["Sat"],es:["Sáb"]}},30348:e=>{e.exports={en:["Saturday"],es:["Sábado"]}},90761:e=>{e.exports={en:["Scroll to the left"],es:["Desplazar hacia la izquierda"]}},83040:e=>{e.exports={en:["Scroll to the most recent bar"],es:["Desplazar hasta la barra más reciente"]}},25131:e=>{e.exports={en:["Scroll to the right"],es:["Desplazar hacia la derecha"]}},32179:e=>{e.exports={
+en:["September"],es:["Septiembre"]}},85786:e=>{e.exports={en:["Show Object Tree"],es:["Mostrar árbol de objetos"]}},74759:e=>{e.exports={en:["Show interval settings"],es:["Mostrar la configuración de los intervalos"]}},86158:e=>{e.exports={en:["Study Error"],es:["Error de estudio"]}},96341:e=>{e.exports={en:["Stop the snow"],es:["Pare la nieve"]}},77493:e=>{e.exports={en:["Sun"],es:["Do"]}},61480:e=>{e.exports={en:["Sunday"],es:["Domingo"]}},23079:e=>{e.exports={en:["Symbol price source"],es:["Fuente del precio del símbolo"]}},14771:e=>{e.exports={en:["Symbol title"],es:["Título del símbolo"]}},71847:e=>{e.exports={en:["Synthetic instruments combining individual contracts. The 1! contract represents the front-month (nearest expiration) while the 2! represents the second nearest expiration."],es:["Instrumentos sintéticos que combinan contratos individuales. El contrato 1! corresponde al primer mes (vencimiento más cercano), mientras que el contrato 2! representa el segundo vencimiento más próximo."]}},44138:e=>{e.exports={en:["Synthetic symbol"],es:["Símbolo sintético"]}},73897:e=>{e.exports={en:["Post-market"],es:["Posmercado"]}},85996:e=>{e.exports={en:["Paid plans feature faster data updates."],es:["Las actualizaciones de datos de los planes de pago son más rápidas."]}},36018:e=>{e.exports={en:["Pre-market"],es:["Premercado"]}},94972:e=>{e.exports={en:["Primary listing"],es:["Listado principal"]}},20987:e=>{e.exports={en:["Real-time data for this symbol is not supported right now. We may support it in the future."],es:["A día de hoy, los datos en tiempo real para este símbolo no se encuentran disponibles. Es posible que estén disponibles en el futuro."]}},31539:e=>{e.exports={en:["Real-time data for {symbolName} is provided by {exchange} exchange."],es:["{exchange} proporciona datos en tiempo real para {symbolName}."]}},31142:e=>{e.exports={en:["Restore chart"],es:["Restaurar gráfico"]}},12486:e=>{e.exports={en:["Restore pane"],es:["Restaurar panel"]}},11532:e=>{e.exports={en:["Wed"],es:["Mi"]}},94226:e=>{e.exports={en:["Wednesday"],es:["Miércoles"]}},7281:e=>{e.exports={en:["To get real-time data for {description}, please buy the real-time data package."],es:["Si desea obtener datos en tiempo real para {description}, compre el paquete de datos en tiempo real."]}},71388:e=>{e.exports={en:["Thu"],es:["Jue"]}},79137:e=>{e.exports={en:["Thursday"],es:["Jueves"]}},95246:e=>{e.exports={en:["The main, or first, stock exchange where a company's stock is listed and traded."],es:["El principal o primer mercado bursátil donde se cotizan y negocian las acciones de una empresa."]}},25608:e=>{e.exports={en:["The source code of this script version is open in the Pine Editor."],es:["El código fuente de esta versión del script está abierto en el editor de Pine."]}},33161:e=>{e.exports={en:["The source code of this script version is open in the detached Pine Editor."],es:["El código fuente de esta versión del script está abierto en el Editor de Pine separado."]}},24669:e=>{e.exports={
+en:["This data is real-time, but it may be slightly different to its official counterpart coming from primary exchanges."],es:["Estos datos son en tiempo real, pero pueden diferir ligeramente de sus homólogos oficiales que procedan de bolsas primarias."]}},52668:e=>{e.exports={en:["This data is real-time, but it may be slightly different to its official counterpart coming from {exchange}."],es:["Estos datos son en tiempo real, pero pueden diferir ligeramente de su homólogo oficial {exchange}."]}},84484:e=>{e.exports={en:['This is a shariah-compliant bond, often referred to as a "sukuk," meaning that it complies with Islamic law that prohibits interest. Unlike conventional bonds, which involve paying interest, sukuk represent ownership in an underlying asset or project and investors earn returns based on profit-sharing or rental income.'],es:["Se trata de un bono conforme a la sharia, a menudo denominado «sukuk», lo que significa que cumple la ley islámica que prohíbe los intereses. A diferencia de los bonos convencionales, que implican el pago de intereses, los sukuk representan la propiedad de un activo o proyecto subyacente, donde los inversores obtienen rendimientos en función de la participación en los beneficios o en los ingresos por alquiler."]}},67607:e=>{e.exports={en:["This is a shariah-compliant stock, meaning that it follows Islamic law. This company does not charge or receive interest, and does not engage with certain sectors (gambling, alcohol, tobacco, pork products)."],es:["Es una acción conforme a la sharia, lo que significa que sigue la ley islámica. Esta empresa no cobra ni recibe intereses, y no se dedica a determinados sectores (juegos de azar, alcohol, tabaco, productos derivados del cerdo)."]}},83556:e=>{e.exports={en:["This is no longer publicly trading so no new data will be added. But you can explore the historicals here."],es:["Ya no se negocia de forma pública, por lo que no se añadirán nuevos datos. Pero puede ver los históricos aquí."]}},44492:e=>{e.exports={en:["This real-time data is provided by {originalExchange} exchange. It may be slightly different from the official data directly from {exchange}. If this difference is crucial for you, you'll need to purchase real-time data from the primary exchange, which we can help with."],es:["Estos datos en tiempo real los proporciona el proveedor del mercado de valores {originalExchange}. Pueden ser ligeramente diferentes de los datos oficiales proporcionados directamente por {exchange}. Si considera que esta diferencia es crucial para usted, podemos ayudarle a adquirir los datos en tiempo real del mercado de valores principal."]}},19481:e=>{e.exports={en:["This refers to financial indicators which are created by combining and/or processing raw data supplied from various sources."],es:["Hace referencia a indicadores financieros que se crean combinando o procesando datos brutos procedentes de diversas fuentes."]}},53272:e=>{e.exports={en:["This symbol doesn't exist, please pick another one."],es:["Ese símbolo no existe. Por favor, elija otro."]}
+},90589:e=>{e.exports={en:["This symbol is calculated by TradingView using the rate from other exchanges."],es:["TradingView calcula este símbolo utilizando cotizaciones de otras bolsas."]}},52176:e=>{e.exports={en:["Time for a walk — this market is closed."],es:["Es tiempo de dar un paseo: este mercado está cerrado."]}},11916:e=>{e.exports={en:["Tue"],es:["Mar"]}},82160:e=>{e.exports={en:["Tuesday"],es:["Martes"]}},13865:e=>{e.exports={en:["Unflag Symbol"],es:["Desmarcar el símbolo"]}},37644:e=>{e.exports={en:["Volume"],es:["Volumen"]}},58744:e=>{e.exports={en:["You need to update one or more of your indicators. Check the indicator list for details."],es:["Necesita actualizar uno o más de sus indicadores. Consulte la lista de indicadores para obtener más detalles."]}},92663:e=>{e.exports={en:["You need to update one or more of your indicators. Resize the panes or the window to see the details."],es:["Necesita actualizar uno o más de sus indicadores. Cambie el tamaño de los paneles o la ventana para ver los detalles."]}},97038:e=>{e.exports={en:["Zoom in"],es:["Aumentar"]}},88710:e=>{e.exports={en:["Zoom out"],es:["Alejar"]}},96227:e=>{e.exports={en:["change open market status visibility"],es:["cambiar visibilidad de la situación de la apertura del mercado"]}},27426:e=>{e.exports={en:["change bar change visibility"],es:["cambiar la visibilidad del cambio de barra"]}},79637:e=>{e.exports={en:["change chart values visibility"],es:["cambiar la visibilidad de los valores del gráfico"]}},63050:e=>{e.exports={en:["change indicator titles visibility"],es:["cambiar la visibilidad de los títulos de los indicadores"]}},49583:e=>{e.exports={en:["change indicator values visibility"],es:["cambiar la visibilidad de los valores de los indicadores"]}},78310:e=>{e.exports={en:["change indicator arguments visibility"],es:["cambiar la visibilidad de los argumentos de los indicadores"]}},66307:e=>{e.exports={en:["change last day change visibility"],es:["modificar la visibilidad del cambio del último día"]}},88167:e=>{e.exports={en:["change symbol description visibility"],es:["cambiar la visibilidad de la descripción del símbolo"]}},12050:e=>{e.exports={en:["change symbol field visibility"],es:["cambiar la visibilidad del campo del símbolo"]}},96201:e=>{e.exports={en:["change volume values visibility"],es:["cambiar la visibilidad de los valores de volumen"]}},59938:e=>{e.exports={en:["less than 1 minute"],es:["menos de 1 minuto"]}},51382:e=>{e.exports={en:["show {title}"],es:["mostrar {title}"]}},51320:e=>{e.exports={en:["{days} and {hours}"],es:["{days} y {hours}"]}},55154:e=>{e.exports={en:["{exchange} by {originalExchange}"],es:["{exchange} por {originalExchange}"]}},90549:e=>{e.exports={en:["{hours} and {minutes}"],es:["{hours} y {minutes}"]}},51211:e=>{e.exports={en:["{listedExchange} real-time data is available for free to registered users."],es:["Los usuarios registrados tienen disponibles, de forma gratuita, los datos en tiempo real de {listedExchange}."]}},51931:e=>{e.exports={
+en:["Data is updated once every {amount} second, even if there are more updates on the market.","Data is updated once every {amount} seconds, even if there are more updates on the market."],es:["Los datos se actualizan una vez cada {amount} segundo, aunque haya más actualizaciones en el mercado.","Los datos se actualizan una vez cada {amount} segundos, aunque haya más actualizaciones en el mercado."]}},83978:e=>{e.exports={en:["Data on our Basic plan is updated once every {amount} second, even if there are more updates on the market.","Data on our Basic plan is updated once every {amount} seconds, even if there are more updates on the market."],es:["Los datos de nuestro plan Básico se actualizan una vez cada {amount} segundo, aunque haya más actualizaciones en el mercado.","Los datos de nuestro plan Básico se actualizan una vez cada {amount} segundos, aunque haya más actualizaciones en el mercado."]}},46960:e=>{e.exports={en:["Hide indicator legend","Hide indicators legend"],es:["Ocultar leyenda del indicador","Ocultar leyendas de los indicadores"]}},36050:e=>{e.exports={en:["One update every {amount} second","One update every {amount} seconds"],es:["Una actualización cada {amount} segundo","Una actualización cada {amount} segundos"]}},36553:e=>{e.exports={en:["Show indicator legend","Show indicators legend"],es:["Mostrar leyenda del indicador","Mostrar leyendas de los indicadores"]}},62218:e=>{e.exports={en:["{number} day","{number} days"],es:["{number} día","{number} días"]}},65463:e=>{e.exports={en:["{number} hour","{number} hours"],es:["{number} hora","{number} horas"]}},21730:e=>{e.exports={en:["{number} hour","{number} hours"],es:["{number} hora","{number} horas"]}},82796:e=>{e.exports={en:["{number} minute","{number} minutes"],es:["{number} minuto","{number} minutos"]}},32547:e=>{e.exports={en:["{number} minute","{number} minutes"],es:["{number} minuto","{number} minutos"]}},81227:e=>{e.exports={en:["{symbolName} data is delayed by {time} minute because of exchange requirements.","{symbolName} data is delayed by {time} minutes because of exchange requirements."],es:["Los datos de {symbolName} se retrasan {time} minuto debido a requisitos de la bolsa.","Los datos de {symbolName} se retrasan {time} minutos debido a requisitos de la bolsa."]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.2303.a9546f2924221b57a144.js b/public/charting_library/bundles/es.2303.a9546f2924221b57a144.js
new file mode 100644
index 0000000..0f1ae03
--- /dev/null
+++ b/public/charting_library/bundles/es.2303.a9546f2924221b57a144.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2303,6155,3367,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],es:["#{count} (precio, barra)"]}},78930:e=>{e.exports={en:["Coordinates"],es:["Coordenadas"]}},24197:e=>{e.exports={en:["Center"],es:["Centro"]}},6060:e=>{e.exports={en:["Add text"],es:["Añadir texto"]}},27567:e=>{e.exports={en:["Bottom"],es:["Parte inferior"]}},38408:e=>{e.exports={en:["Border"],es:["Borde"]}},79468:e=>{e.exports={en:["Background"],es:["Fondo"]}},72942:e=>{e.exports={en:["Days"],es:["Días"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],es:["Desplazamiento (precio, barra)"]}},56796:e=>{e.exports={en:["Hours"],es:["Horas"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],es:["Entradas de datos"]}},11626:e=>{e.exports={en:["Left"],es:["Izquierda"]}},43154:e=>{e.exports={en:["Months"],es:["Meses"]}},68833:e=>{e.exports={en:["Middle"],es:["En el medio"]}},42562:e=>{e.exports={en:["Minutes"],es:["Minutos"]}},65188:e=>{e.exports={en:["Seconds"],es:["Segundos"]}},50421:e=>{e.exports={en:["Right"],es:["Derecha"]}},835:e=>{e.exports={en:["Weeks"],es:["Semanas"]}},97118:e=>{e.exports={en:["Top"],es:["Parte superior"]}},70320:e=>{e.exports={en:["Text"],es:["Тexto"]}},7560:e=>{e.exports={en:["Text wrap"],es:["Ajuste de texto"]}},25485:e=>{e.exports={en:["Text alignment"],es:["Alineación del texto"]}},67781:e=>{e.exports={en:["Text orientation"],es:["Orientación del texto"]}},24821:e=>{e.exports={en:["Ticks"],es:["Tics"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],es:["cambiar la coordenada X de las barras"]}},11737:e=>{e.exports={en:["change price Y coordinate"],es:["cambiar la coordenada Y de los precios"]}},96135:e=>{e.exports={en:["change {title} days to"],es:["cambiar los días de {title} hasta"]}},91201:e=>{e.exports={en:["change {title} days from"],es:["cambiar los días de {title} desde"]}},8306:e=>{e.exports={en:["change {title} hours from"],es:["cambiar las horas de {title} desde"]}},67233:e=>{e.exports={en:["change {title} hours to"],es:["cambiar las horas de {title} hasta"]}},99122:e=>{e.exports={en:["change {title} months from"],es:["cambiar los meses desde de {title}"]}},10518:e=>{e.exports={en:["change {title} months to"],es:["cambiar los meses de {title} hasta"]}},38011:e=>{e.exports={en:["change {title} minutes to"],es:["cambiar los minutos de {title} hasta"]}},59820:e=>{e.exports={en:["change {title} minutes from"],es:["cambiar los minutos de {title} desde"]}},6573:e=>{e.exports={en:["change {title} seconds to"],es:["cambiar los segundos de {title} hasta"]}},86780:e=>{e.exports={en:["change {title} seconds from"],es:["cambiar los segundos desde de {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],es:["cambiar las semanas de {title} desde"]}},18678:e=>{e.exports={en:["change {title} weeks to"],es:["cambiar las semanas de {title} hasta"]}},57122:e=>{e.exports={en:["change {title} text"],es:["cambiar texto de {title}"]}},98596:e=>{e.exports={
+en:["change {title} visibility on ticks"],es:["cambiar la visibilidad en ticks de {title}"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],es:["cambiar la visibilidad en semanas de {title}"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],es:["cambiar la visibilidad de {title} en {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],es:["cambiar la visibilidad en días de {title}"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],es:["cambiar la visibilidad en horas de {title}"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],es:["cambiar la visibilidad en minutos de {title}"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],es:["cambiar la visibilidad en meses de {title}"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],es:["cambiar la visibilidad en segundos de {title}"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],es:["cambiar la alineación vertical de las etiquetas de {toolName}"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],es:["cambiar la alineación horizontal de las etiquetas de {toolName}"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],es:["cambiar la dirección de las etiquetas de {toolName}"]}},66668:e=>{e.exports={en:["change {toolName} text"],es:["cambiar el texto de {toolName}"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],es:["cambiar la visibilidad del texto de {toolName}"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],es:["cambiar el ajuste del texto de {toolName}"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],es:["cambiar el color de fondo del texto de {toolName}"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],es:["cambiar la visibilidad del fondo del texto de {toolName}"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],es:["cambiar el color del borde del texto de {toolName}"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],es:["cambiar el ancho del borde del texto de {toolName}"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],es:["cambiar la visibilidad del borde del texto de {toolName}"]}},64500:e=>{e.exports={en:["change {toolName} text color"],es:["cambiar el color del texto de {toolName}"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],es:["cambiar la fuente del texto en negrita de {toolName}"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],es:["cambiar la fuente del texto en cursiva de {toolName}"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],es:["cambiar tamaño de la fuente del texto de {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],es:["cambiar la propiedad de {propertyName}"]}},35813:e=>{e.exports={en:["days"],es:["días"]}},89919:e=>{e.exports={en:["days to"],es:["días hasta"]}},59215:e=>{e.exports={en:["days from"],es:["días desde"]}},2359:e=>{e.exports={en:["hours"],
+es:["horas"]}},82267:e=>{e.exports={en:["hours from"],es:["horas desde"]}},15600:e=>{e.exports={en:["hours to"],es:["horas hasta"]}},76261:e=>{e.exports={en:["move drawings"],es:["mover dibujos"]}},95300:e=>{e.exports={en:["months"],es:["meses"]}},17250:e=>{e.exports={en:["months from"],es:["meses desde"]}},2828:e=>{e.exports={en:["months to"],es:["meses hasta"]}},18726:e=>{e.exports={en:["minutes"],es:["minutos"]}},67649:e=>{e.exports={en:["minutes to"],es:["minutos hasta"]}},22476:e=>{e.exports={en:["minutes from"],es:["minutos desde"]}},751:e=>{e.exports={en:["seconds"],es:["segundos"]}},73419:e=>{e.exports={en:["seconds to"],es:["segundos hasta"]}},35801:e=>{e.exports={en:["seconds from"],es:["segundos desde"]}},45537:e=>{e.exports={en:["weeks"],es:["semanas"]}},92859:e=>{e.exports={en:["weeks from"],es:["semanas desde"]}},44127:e=>{e.exports={en:["weeks to"],es:["semanas hasta"]}},3539:e=>{e.exports={en:["ticks"],es:["Tics"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.2342.4e495e3da576be4868f7.js b/public/charting_library/bundles/es.2342.4e495e3da576be4868f7.js
new file mode 100644
index 0000000..a9d8ae4
--- /dev/null
+++ b/public/charting_library/bundles/es.2342.4e495e3da576be4868f7.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2342],{64489:e=>{e.exports={en:["Reverse"],es:["Revertir"]}},66643:e=>{e.exports={en:["reverse {tool}"],es:["invertir {tool}"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.2464.fc7f44a5c8b3791719aa.js b/public/charting_library/bundles/es.2464.fc7f44a5c8b3791719aa.js
new file mode 100644
index 0000000..a1c5feb
--- /dev/null
+++ b/public/charting_library/bundles/es.2464.fc7f44a5c8b3791719aa.js
@@ -0,0 +1,60 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2464],{53310:e=>{e.exports={en:["Re"]}},85119:e=>{e.exports={en:["Dark"],es:["Oscuro"]}},96870:e=>{e.exports={en:["Light"],es:["Claro"]}},85886:e=>{e.exports={en:["d"]}},44634:e=>{e.exports={en:["h"]}},5977:e=>{e.exports={en:["m"]}},21492:e=>{e.exports={en:["s"]}},97559:e=>{e.exports={en:["{title} copy"],es:["Copia {title}"]}},38691:e=>{e.exports={en:["D"]}},77995:e=>{e.exports={en:["M"]}},93934:e=>{e.exports={en:["R"]}},82901:e=>{e.exports={en:["T"]}},7408:e=>{e.exports={en:["W"],es:["S"]}},38048:e=>{e.exports={en:["h"]}},68430:e=>{e.exports={en:["m"]}},68823:e=>{e.exports={en:["s"]}},2696:e=>{e.exports={en:["C"]}},43253:e=>{e.exports={en:["H"]}},61372:e=>{e.exports={en:["HL2"]}},55096:e=>{e.exports={en:["HLC3"]}},94174:e=>{e.exports={en:["OHLC4"]}},89923:e=>{e.exports={en:["L"]}},46728:e=>{e.exports={en:["O"]}},32856:e=>{e.exports=Object.create(null),e.exports["%D_input"]={en:["%D"]},e.exports["%K_input"]={en:["%K"]},e.exports["%R_input"]={en:["%R"]},e.exports["+DI_input"]={en:["+DI"]},e.exports["-0.236 Level Color_input"]={en:["-0.236 Level Color"],es:["Color de nivel -0,236"]},e.exports["-0.382 Level Color_input"]={en:["-0.382 Level Color"],es:["Color de nivel -0,382"]},e.exports["-0.618 Level Color_input"]={en:["-0.618 Level Color"],es:["Color de nivel -0,618"]},e.exports["-0.65 Level Color_input"]={en:["-0.65 Level Color"],es:["Color de nivel -0,65"]},e.exports["-DI_input"]={en:["-DI"]},e.exports["0 Level Color_input"]={en:["0 Level Color"],es:["Color de nivel 0"]},e.exports["0.236 Level Color_input"]={en:["0.236 Level Color"],es:["Color de nivel 0,236"]},e.exports["0.382 Level Color_input"]={en:["0.382 Level Color"],es:["Color de nivel 0,382"]},e.exports["0.5 Level Color_input"]={en:["0.5 Level Color"],es:["Color de nivel 0,5"]},e.exports["0.618 Level Color_input"]={en:["0.618 Level Color"],es:["Color de nivel 0,618"]},e.exports["0.65 Level Color_input"]={en:["0.65 Level Color"],es:["Color de nivel 0,65"]},e.exports["0.786 Level Color_input"]={en:["0.786 Level Color"],es:["Color de nivel 0,786"]},e.exports["1 Level Color_input"]={en:["1 Level Color"],es:["Color de nivel 1"]},e.exports["1.272 Level Color_input"]={en:["1.272 Level Color"],es:["Color de nivel 1,272"]},e.exports["1.414 Level Color_input"]={en:["1.414 Level Color"],es:["Color de nivel 1,414"]},e.exports["1.618 Level Color_input"]={en:["1.618 Level Color"],es:["Color de nivel 1,618"]},e.exports["1.65 Level Color_input"]={en:["1.65 Level Color"],es:["Color de nivel 1,65"]},e.exports["1st Period_input"]={en:["1st Period"],es:["Primer periodo"]},e.exports["2.618 Level Color_input"]={en:["2.618 Level Color"],es:["Color de nivel 2,618"]},e.exports["2.65 Level Color_input"]={en:["2.65 Level Color"],es:["Color de nivel 2,65"]},e.exports["2nd Period_input"]={en:["2nd Period"],es:["Segundo periodo"]},e.exports["3.618 Level Color_input"]={en:["3.618 Level Color"],es:["Color de nivel 3,618"]},e.exports["3.65 Level Color_input"]={en:["3.65 Level Color"],es:["Color de nivel 3,65"]},
+e.exports["3rd Period_input"]={en:["3rd Period"],es:["Tercer periodo"]},e.exports["4.236 Level Color_input"]={en:["4.236 Level Color"],es:["Color de nivel 4,236"]},e.exports["4th Period_input"]={en:["4th Period"],es:["Cuarto periodo"]},e.exports["5th Period_input"]={en:["5th Period"],es:["Quinto periodo"]},e.exports["6th Period_input"]={en:["6th Period"],es:["Sexto periodo"]},e.exports.ADR_B_input={en:["ADR_B"]},e.exports["ADX Smoothing_input"]={en:["ADX Smoothing"],es:["ADX suavizado"]},e.exports["ADX smoothing_input"]={en:["ADX smoothing"],es:["ADX suavizado"]},e.exports.ADX_input={en:["ADX"]},e.exports["ATR Mult_input"]={en:["ATR Mult"],es:["Rango verdadero medio (ATR) mult"]},e.exports["ATR length_input"]={en:["ATR length"],es:["Longitud del Rango verdadero medio (ATR)"]},e.exports["ATR({atrValue})_input"]={en:["ATR({atrValue})"]},e.exports.ATR_input={en:["ATR"]},e.exports["Accumulation/Distribution_input"]={en:["Accumulation/Distribution"],es:["Acumulación/distribución"]},e.exports["All items_combobox_input"]={en:["All items"],es:["Todos los elementos"]},e.exports.All_input={en:["All"],es:["Todo"]},e.exports["Anchor Period_input"]={en:["Anchor Period"],es:["Periodo de referencia"]},e.exports["Another symbol_input"]={en:["Another symbol"],es:["Otro símbolo"]},e.exports["Aroon Down_input"]={en:["Aroon Down"],es:["Aroon abajo (Aroon Down)"]},e.exports["Aroon Up_input"]={en:["Aroon Up"],es:["Aroon arriba (Aroon Up)"]},e.exports.Average_input={en:["Average"],es:["Media"]},e.exports["Averaging Periods_input"]={en:["Averaging Periods"],es:["Períodos del promedio"]},e.exports.Back_input={en:["Back"],es:["Atrás"]},e.exports["Bands style_input"]={en:["Bands style"],es:["Estilo de bandas"]},e.exports.Bar_input={en:["Bar"],es:["Barra"]},e.exports["Base Line Periods_input"]={en:["Base Line Periods"],es:["Períodos de la línea de referencia"]},e.exports["Base Line_input"]={en:["Base Line"],es:["Línea de referencia"]},e.exports.Basis_input={en:["Basis"],es:["Base"]},e.exports["Bollinger Bands %B_input"]={en:["Bollinger Bands %B"],es:["Bandas de Bollinger %B"]},e.exports["Bollinger Bands Width_input"]={en:["Bollinger Bands Width"],es:["Ancho de las bandas de Bollinger"]},e.exports.Borders_input={en:["Borders"],es:["Bordes"]},e.exports["Box size assignment method_input"]={en:["Box size assignment method"],es:["Método de asignación del tamaño del recuadro"]},e.exports["Box size_input"]={en:["Box size"],es:["Tamaño del recuadro"]},e.exports.CCI_input={en:["CCI"]},e.exports.CHOP_input={en:["CHOP"]},e.exports.Cancel_input={en:["Cancel"],es:["Cancelar"]},e.exports.Candles_input={en:["Candles"],es:["Velas"]},e.exports.Centered_input={en:["Centered"],es:["Centrado"]},e.exports.Century_input={en:["Century"],es:["Siglo"]},e.exports["Chaikin Oscillator_input"]={en:["Chaikin Oscillator"],es:["Oscilador de Chaikin"]},e.exports["Chande MO_input"]={en:["Chande MO"],es:["Oscilador de momento de Chande"]},e.exports.Close_input={en:["Close"],es:["Cierre"]},e.exports["Color 0_input"]={en:["Color 0"]},e.exports["Color 1_input"]={en:["Color 1"]},
+e.exports["Color 2_input"]={en:["Color 2"]},e.exports["Color 3_input"]={en:["Color 3"]},e.exports["Color 4_input"]={en:["Color 4"]},e.exports["Color 5_input"]={en:["Color 5"]},e.exports["Color 6_input"]={en:["Color 6"]},e.exports["Color 7_input"]={en:["Color 7"]},e.exports["Color 8_input"]={en:["Color 8"]},e.exports["Color bars based on previous close_input"]={en:["Color bars based on previous close"],es:["Barras de colores en función del cierre anterior"]},e.exports["Color based on previous close_input"]={en:["Color based on previous close"],es:["Color basado en el cierre anterior"]},e.exports["Conversion Line Periods_input"]={en:["Conversion Line Periods"],es:["Períodos de la línea de conversión"]},e.exports["Conversion Line_input"]={en:["Conversion Line"],es:["Línea de conversión"]},e.exports.Correlation_input={en:["Correlation"],es:["Correlación"]},e.exports.Count_input={en:["Count"],es:["Recuento"]},e.exports.Crosses_input={en:["Crosses"],es:["Cruces"]},e.exports.Custom_input={en:["Custom"],es:["Personalizado"]},e.exports.DEMA_input={en:["DEMA"]},e.exports["DI Length_input"]={en:["DI Length"],es:["Longitud DI"]},e.exports.DPO_input={en:["DPO"]},e.exports.D_input={en:["D"]},e.exports.Day_input={en:["Day"],es:["Día"]},e.exports["Days Per Year_input"]={en:["Days Per Year"],es:["Días por año"]},e.exports.Decade_input={en:["Decade"],es:["Década"]},e.exports.Delta_input={en:["Delta"]},e.exports.Depth_input={en:["Depth"],es:["Profundidad"]},e.exports["Detrended Price Oscillator_input"]={en:["Detrended Price Oscillator"],es:["Oscilador de precio sin tendencia"]},e.exports["Developing Poc_input"]={en:["Developing Poc"],es:["Desarrollar Poc"]},e.exports["Deviation (%)_input"]={en:["Deviation (%)"],es:["Desviación (%)"]},e.exports.Deviation_input={en:["Deviation"],es:["Desviación"]},e.exports.Divisor_input={en:["Divisor"]},e.exports["Down Volume_input"]={en:["Down Volume"],es:["Volumen descendente"]},e.exports["Down bars_input"]={en:["Down bars"],es:["Barras descendentes"]},e.exports["Down color_input"]={en:["Down color"],es:["Color descendente"]},e.exports["Down fractals_input"]={en:["Down fractals"],es:["Fractales bajistas"]},e.exports.EOM_input={en:["EOM"]},e.exports["Each (pre-market, market, post-market)_input"]={en:["Each (pre-market, market, post-market)"],es:["Todas (premercado, mercado, posmercado)"]},e.exports["Elder's Force Index_input"]={en:["Elder's Force Index"],es:["Índice de fuerza de Elder"]},e.exports["Equality Line_input"]={en:["Equality Line"],es:["Línea de igualdad"]},e.exports.Exponential_input={en:["Exponential"],es:["Exponencial"]},e.exports["Extend POC Right_input"]={en:["Extend POC Right"],es:["Ampliar POC a la derecha"]},e.exports["Extend Right_input"]={en:["Extend Right"],es:["Ampliar a la derecha"]},e.exports["Extend VAH Right_input"]={en:["Extend VAH Right"],es:["Ampliar límite superior de la zona de valor (VAH) a la derecha"]},e.exports["Extend VAL Right_input"]={en:["Extend VAL Right"],es:["Ampliar límite inferior de la zona de valor (VAL) a la derecha"]},
+e.exports["Extend to last bar_input"]={en:["Extend to last bar"],es:["Ampliar hasta la última barra"]},e.exports.Falling_input={en:["Falling"],es:["Descendente"]},e.exports["Fast Length_input"]={en:["Fast Length"],es:["Longitud rápida"]},e.exports["Fast length_input"]={en:["Fast length"],es:["Longitud rápida"]},e.exports.Fill_input={en:["Fill"],es:["Cumplimentar"]},e.exports.Fisher_input={en:["Fisher"]},e.exports.Growing_input={en:["Growing"],es:["Creciendo"]},e.exports["HLC bars_input"]={en:["HLC bars"],es:["Barras HLC"]},e.exports.HV_input={en:["HV"]},e.exports["Histogram Box_input"]={en:["Histogram Box"],es:["Recuadro del histograma"]},e.exports.Histogram_input={en:["Histogram"],es:["Histograma"]},e.exports["Hull MA_input"]={en:["Hull MA"],es:["MV de Hull"]},e.exports.Increment_input={en:["Increment"],es:["Incremento"]},e.exports.Indicator_input={en:["Indicator"],es:["Indicador"]},e.exports["Instrument 1_input"]={en:["Instrument 1"],es:["Instrumento 1"]},e.exports["Instrument 2_input"]={en:["Instrument 2"],es:["Instrumento 2"]},e.exports["Investor EMA 1 length_input"]={en:["Investor EMA 1 length"],es:["Período EMA 1 para inversores"]},e.exports["Investor EMA 2 length_input"]={en:["Investor EMA 2 length"],es:["Período EMA 2 para inversores"]},e.exports["Investor EMA 3 length_input"]={en:["Investor EMA 3 length"],es:["Período EMA 3 para inversores"]},e.exports["Investor EMA 4 length_input"]={en:["Investor EMA 4 length"],es:["Período EMA 4 para inversores"]},e.exports["Investor EMA 5 length_input"]={en:["Investor EMA 5 length"],es:["Período EMA 5 para inversores"]},e.exports["Investor EMA 6 length_input"]={en:["Investor EMA 6 length"],es:["Período EMA 6 para inversores"]},e.exports["Jaw Length_input"]={en:["Jaw Length"],es:["Longitud de la mandíbula"]},e.exports["Jaw Offset_input"]={en:["Jaw Offset"],es:["Jaw Offset (mandíbula)"]},e.exports.Jaw_input={en:["Jaw"],es:["Mandíbula"]},e.exports.KST_input={en:["KST"]},e.exports.K_input={en:["K"]},e.exports["Labels Position_input"]={en:["Labels Position"],es:["Posición de las etiquetas"]},e.exports["Labels on price scale_input"]={en:["Labels on price scale"],es:["Etiquetas en la escala de precios"]},e.exports["Lagging Span Periods_input"]={en:["Lagging Span Periods"],es:["Períodos de intervalo de retardo"]},e.exports["Lagging Span_input"]={en:["Lagging Span"],es:["Tramo de desfase"]},e.exports["Leading Shift Periods_input"]={en:["Leading Shift Periods"],es:["Períodos de cambios significativos"]},e.exports["Leading Span A_input"]={en:["Leading Span A"]},e.exports["Leading Span B_input"]={en:["Leading Span B"],es:["Período principal B (Leading Span B)"]},e.exports["Leading Span Periods_input"]={en:["Leading Span Periods"],es:["Periodos Leading Span"]},e.exports["Length EMA_input"]={en:["Length EMA"],es:["Longitud EMA"]},e.exports["Length MA_input"]={en:["Length MA"],es:["Longitud MA"]},e.exports.Length1_input={en:["Length1"],es:["Longitud1"]},e.exports.Length2_input={en:["Length2"],es:["Longitud2"]},e.exports.Length3_input={en:["Length3"],es:["Longitud3"]},
+e.exports.Length_input={en:["Length"],es:["Longitud"]},e.exports.Level_input={en:["Level"],es:["Nivel"]},e.exports["Levels Format_input"]={en:["Levels Format"],es:["Formato de niveles"]},e.exports.Limit_input={en:["Limit"],es:["Límite"]},e.exports.Line_input={en:["Line"],es:["Línea"]},e.exports["Lips Length_input"]={en:["Lips Length"],es:["Longitud de los labios"]},e.exports["Lips Offset_input"]={en:["Lips Offset"],es:["Lips Offset (labios)"]},e.exports.Lips_input={en:["Lips"],es:["Labios"]},e.exports["Long Length_input"]={en:["Long Length"],es:["Longitud larga"]},e.exports["Long RoC Length_input"]={en:["Long RoC Length"],es:["Longitud a largo de la tasa de cambio (RoC)"]},e.exports["Long length_input"]={en:["Long length"],es:["Longitud larga"]},e.exports["Long period_input"]={en:["Long period"],es:["Período largo"]},e.exports.Long_input={en:["Long"],es:["Largo"]},e.exports["Lower Band_input"]={en:["Lower Band"],es:["Band inferior"]},e.exports["Lower Deviation_input"]={en:["Lower Deviation"],es:["Desviación inferior"]},e.exports["Lower Percentage_input"]={en:["Lower Percentage"],es:["Porcentaje mínimo"]},e.exports.LowerLimit_input={en:["LowerLimit"]},e.exports.Lower_input={en:["Lower"],es:["Menor"]},e.exports["MA Length_input"]={en:["MA Length"],es:["Longitud de la MV"]},e.exports.MACD_input={en:["MACD"]},e.exports.MA_input={en:["MA"],es:["MV"]},e.exports.MF_input={en:["MF"]},e.exports.MM_month_input={en:["MM"]},e.exports.MOM_input={en:["MOM"]},e.exports["Main chart symbol_input"]={en:["Main chart symbol"],es:["Símbolo principal del gráfico"]},e.exports["Market Closed Percentage_input"]={en:["Market Closed Percentage"],es:["Porcentaje de mercado cerrado"]},e.exports["Market only_input"]={en:["Market only"],es:["Solo mercado"]},e.exports["Max value_input"]={en:["Max value"],es:["Valor máximo"]},e.exports.Median_input={en:["Median"],es:["Mediana"]},e.exports.Method_input={en:["Method"],es:["Método"]},e.exports.Middle_input={en:["Middle"],es:["Medio"]},e.exports.Minimize_input={en:["Minimize"],es:["Minimizar"]},e.exports.Month_input={en:["Month"],es:["Mes"]},e.exports.Move_input={en:["Move"],es:["Movimiento"]},e.exports["Multi timeframe_input"]={en:["Multi timeframe"],es:["Múltiples intervalos de tiempo"]},e.exports.Multiplier_input={en:["Multiplier"],es:["Multiplicador"]},e.exports.NV_input={en:["NV"]},e.exports["Nothing selected_combobox_input"]={en:["Nothing selected"],es:["Nada seleccionado"]},e.exports["Number Of Rows_input"]={en:["Number Of Rows"],es:["Número de filas"]},e.exports["Number of line_input"]={en:["Number of line"],es:["Número de la línea"]},e.exports.OSC_input={en:["OSC"]},e.exports.Offset_input={en:["Offset"],es:["Compensación"]},e.exports.OnBalanceVolume_input={en:["OnBalanceVolume"]},e.exports["One step back building_input"]={en:["One step back building"],es:["Creación de un paso atrás"]},e.exports.Oscillator_input={en:["Oscillator"],es:["Oscilador"]},e.exports.Overbought_input={en:["Overbought"],es:["Sobrecompradas"]},e.exports.Oversold_input={en:["Oversold"],es:["Sobrevendidas"]},
+e.exports.POC_input={en:["POC"]},e.exports.PVT_input={en:["PVT"]},e.exports.P_input={en:["P"]},e.exports.ParabolicSAR_input={en:["ParabolicSAR"]},e.exports.Percent_input={en:["Percent"],es:["Porcentaje"]},e.exports["Percentage LTP({percentageLTPValue}%)_input"]={en:["Percentage LTP({percentageLTPValue}%)"],es:["Porcentaje LTP({percentageLTPValue}%)"]},e.exports["Percentage LTP_input"]={en:["Percentage LTP"],es:["Porcentaje LTP"]},e.exports.Percentage_input={en:["Percentage"],es:["Porcentaje"]},e.exports.Period_input={en:["Period"],es:["Período"]},e.exports.Periods_input={en:["Periods"],es:["Períodos"]},e.exports["Phantom bars_input"]={en:["Phantom bars"],es:["Barras virtuales"]},e.exports.Placement_input={en:["Placement"],es:["Colocación"]},e.exports.Plot_input={en:["Plot"],es:["Trazado del gráfico"]},e.exports["Plots Background_input"]={en:["Plots Background"],es:["Fondo de los gráficos (Plots Background)"]},e.exports["Post-market only_input"]={en:["Post-market only"],es:["Solo posmercado"]},e.exports["Pre-market only_input"]={en:["Pre-market only"],es:["Solo premercado"]},e.exports["Price source_input"]={en:["Price source"],es:["Fuente de los precios"]},e.exports.Price_input={en:["Price"],es:["Precio"]},e.exports["Projection down bars_input"]={en:["Projection down bars"],es:["Barras de proyección descendentes"]},e.exports["Projection down color_input"]={en:["Projection down color"],es:["Color inferior de proyección"]},e.exports["Projection up bars_input"]={en:["Projection up bars"],es:["Barras de proyección ascendentes"]},e.exports["Projection up color_input"]={en:["Projection up color"],es:["Color superior de proyección"]},e.exports.Q_input={en:["Q"]},e.exports["ROC Length_input"]={en:["ROC Length"],es:["Longitud ROC"]},e.exports.ROCLen1_input={en:["ROCLen1"]},e.exports.ROCLen2_input={en:["ROCLen2"]},e.exports.ROCLen3_input={en:["ROCLen3"]},e.exports.ROCLen4_input={en:["ROCLen4"]},e.exports.ROC_input={en:["ROC"]},e.exports["RSI Length_input"]={en:["RSI Length"],es:["Longitud RSI"]},e.exports["RSI Source_input"]={en:["RSI Source"],es:["Fuente RSI"]},e.exports.RSI_input={en:["RSI"]},e.exports.RVGI_input={en:["RVGI"]},e.exports.RVI_input={en:["RVI"]},e.exports.Range_input={en:["Range"],es:["Rango"]},e.exports["Rate of Change Lookback_input"]={en:["Rate of Change Lookback"],es:["Consideración retrospectiva de la tasa de cambio"]},e.exports["Reversal amount_input"]={en:["Reversal amount"],es:["Importe de reversión"]},e.exports["Rolling Period_input"]={en:["Rolling Period"],es:["Periodo renovable"]},e.exports["Row Size_input"]={en:["Row Size"],es:["Tamaño de la fila"]},e.exports["Rows Layout_input"]={en:["Rows Layout"],es:["Diseño de las filas"]},e.exports.SMALen1_input={en:["SMALen1"]},e.exports.SMALen2_input={en:["SMALen2"]},e.exports.SMALen3_input={en:["SMALen3"]},e.exports.SMALen4_input={en:["SMALen4"]},e.exports["SMI Ergodic Oscillator_input"]={en:["SMI Ergodic Oscillator"],es:["Oscilador ergódico SMI"]},e.exports.SMI_input={en:["SMI"]},e.exports.Session_input={en:["Session"],es:["Sesión"]},
+e.exports.Sessions_input={en:["Sessions"],es:["Sesiones"]},e.exports.Shapes_input={en:["Shapes"],es:["Figuras"]},e.exports["Short Length_input"]={en:["Short Length"],es:["Longitud corta"]},e.exports["Short RoC Length_input"]={en:["Short RoC Length"],es:["Longitud RoC corta"]},e.exports["Short length_input"]={en:["Short length"],es:["Longitud corta"]},e.exports["Short period_input"]={en:["Short period"],es:["Período corto"]},e.exports.Short_input={en:["Short"],es:["Corto"]},e.exports["Show real prices on price scale (instead of Heikin-Ashi price)_input"]={en:["Show real prices on price scale (instead of Heikin-Ashi price)"],es:["Mostrar precios reales en la escala de precios (en vez de los precios Heikin-Ashi)"]},e.exports.SigLen_input={en:["SigLen"]},e.exports.Sig_input={en:["Sig"]},e.exports.Sigma_input={en:["Sigma"]},e.exports["Signal Length_input"]={en:["Signal Length"],es:["Longitud de la señal"]},e.exports["Signal line period_input"]={en:["Signal line period"],es:["Período de la línea de señales"]},e.exports["Signal smoothing_input"]={en:["Signal smoothing"],es:["Suavizado de señales"]},e.exports.Signal_input={en:["Signal"],es:["Señal"]},e.exports["Simple ma(oscillator)_input"]={en:["Simple ma(oscillator)"],es:["Media móvil simple (oscilador)"]},e.exports["Simple ma(signal line)_input"]={en:["Simple ma(signal line)"],es:["Media móvil simple (línea de señal)"]},e.exports.Simple_input={en:["Simple"]},e.exports["Slow Length_input"]={en:["Slow Length"],es:["Longitud lenta"]},e.exports["Slow length_input"]={en:["Slow length"],es:["Longitud lenta"]},e.exports["Smoothing Length_input"]={en:["Smoothing Length"],es:["Longitud de suavizado"]},e.exports["Smoothing Line_input"]={en:["Smoothing Line"],es:["Línea de suavizado"]},e.exports.Smoothing_input={en:["Smoothing"],es:["Suavizado"]},e.exports.Source_input={en:["Source"],es:["Fuente"]},e.exports["Standard Errors_input"]={en:["Standard Errors"],es:["Errores estándar"]},e.exports.Start_input={en:["Start"],es:["Inicio"]},e.exports.StdDev_input={en:["StdDev"]},e.exports["Stochastic Length_input"]={en:["Stochastic Length"],es:["Longitud estocástica"]},e.exports.Style_input={en:["Style"],es:["Estilo"]},e.exports.Symbol_input={en:["Symbol"],es:["Símbolo"]},e.exports.TEMA_input={en:["TEMA"]},e.exports.TRIX_input={en:["TRIX"]},e.exports["Teeth Length_input"]={en:["Teeth Length"],es:["Longitud de los dientes"]},e.exports["Teeth Offset_input"]={en:["Teeth Offset"],es:["Teeth Offset (dientes)"]},e.exports.Teeth_input={en:["Teeth"],es:["Dientes"]},e.exports["Ticks Per Row_input"]={en:["Ticks Per Row"],es:["Ticks por fila"]},e.exports.Timeframe_input={en:["Timeframe"],es:["Intervalo de tiempo"]},e.exports.Total_input={en:["Total"]},e.exports["Trader EMA 1 length_input"]={en:["Trader EMA 1 length"],es:["Período EMA 1 para traders"]},e.exports["Trader EMA 2 length_input"]={en:["Trader EMA 2 length"],es:["Período EMA 2 para traders"]},e.exports["Trader EMA 3 length_input"]={en:["Trader EMA 3 length"],es:["Período EMA 3 para traders"]},e.exports["Trader EMA 4 length_input"]={
+en:["Trader EMA 4 length"],es:["Período EMA 4 para traders"]},e.exports["Trader EMA 5 length_input"]={en:["Trader EMA 5 length"],es:["Período EMA 5 para traders"]},e.exports["Trader EMA 6 length_input"]={en:["Trader EMA 6 length"],es:["Período EMA 6 para traders"]},e.exports.Traditional_input={en:["Traditional"],es:["Tradicional"]},e.exports.Trigger_input={en:["Trigger"],es:["Activar"]},e.exports.Type_input={en:["Type"],es:["Tipo"]},e.exports.UO_input={en:["UO"]},e.exports["Up Volume_input"]={en:["Up Volume"],es:["Volumen ascendente"]},e.exports["Up bars_input"]={en:["Up bars"],es:["Barras ascendentes"]},e.exports["Up color_input"]={en:["Up color"],es:["Color ascendente"]},e.exports["Up fractals_input"]={en:["Up fractals"],es:["Fractales alcistas"]},e.exports["Up/Down_input"]={en:["Up/Down"],es:["Máximo/Mínimo"]},e.exports["UpDown Length_input"]={en:["UpDown Length"],es:["Longitud arriba y abajo"]},e.exports["Upper Band_input"]={en:["Upper Band"],es:["Banda superior"]},e.exports["Upper Deviation_input"]={en:["Upper Deviation"],es:["Desviación superior"]},e.exports["Upper Percentage_input"]={en:["Upper Percentage"],es:["Porcentaje máximo"]},e.exports.UpperLimit_input={en:["UpperLimit"],es:["LímiteSuperior"]},e.exports.Upper_input={en:["Upper"],es:["Superior"]},e.exports["Use Lower Deviation_input"]={en:["Use Lower Deviation"],es:["Utilizar la desviación inferior"]},e.exports["Use Upper Deviation_input"]={en:["Use Upper Deviation"],es:["Utilizar la desviación superior"]},e.exports["VI +_input"]={en:["VI +"]},e.exports["VI -_input"]={en:["VI -"]},e.exports.VWAP_input={en:["VWAP"]},e.exports.VWMA_input={en:["VWMA"]},e.exports["Value Area Down_input"]={en:["Value Area Down"],es:["Área de valor descendente"]},e.exports["Value Area Up_input"]={en:["Value Area Up"],es:["Precio más alto del área de valor"]},e.exports["Value Area Volume_input"]={en:["Value Area Volume"],es:["Volumen del área de valor"]},e.exports["Value Area volume_input"]={en:["Value Area volume"],es:["Volumen del área de valores."]},e.exports["Value Area_input"]={en:["Value Area"],es:["Área de valor"]},e.exports.Value_input={en:["Value"],es:["Valor"]},e.exports["Values in status line_input"]={en:["Values in status line"],es:["Valores en la línea de estado"]},e.exports.Volume_input={en:["Volume"],es:["Volumen"]},e.exports["WMA Length_input"]={en:["WMA Length"],es:["Longitud WMA"]},e.exports["Wait for timeframe closes_input"]={en:["Wait for timeframe closes"],es:["Espere al cierre de los intervalos de tiempo"]},e.exports.Week_input={en:["Week"],es:["Semana"]},e.exports.Weighted_input={en:["Weighted"],es:["Ponderada"]},e.exports.Wick_input={en:["Wick"],es:["Mecha"]},e.exports.Wicks_input={en:["Wicks"],es:["Mechas"]},e.exports["Wilder's Smoothing_input"]={en:["Wilder's Smoothing"],es:["Wilder's Smoothing (Suavización o alisado de Wilder)"]},e.exports["Window Size_input"]={en:["Window Size"],es:["Tamaño de la ventana"]},e.exports.X_input={en:["X"]},e.exports.YY_year_input={en:["YY"],es:["AA"]},e.exports.Year_input={en:["Year"],es:["Año"]},
+e.exports["Zero Line_input"]={en:["Zero Line"],es:["Línea cero"]},e.exports.Zero_input={en:["Zero"],es:["Cero"]},e.exports.fastLength_input={en:["fastLength"],es:["LongitudRápida"]},e.exports.from_input={en:["from"],es:["desde"]},e.exports.increment_input={en:["increment"],es:["incremento"]},e.exports.isCentered_input={en:["isCentered"],es:["estáCentrado"]},e.exports.len_input={en:["len"]},e.exports.length14_input={en:["length14"],es:["longitud14"]},e.exports.length28_input={en:["length28"],es:["longitud28"]},e.exports.length7_input={en:["length7"],es:["longitud7"]},e.exports.lengthRSI_input={en:["lengthRSI"],es:["longitudRSI"]},e.exports.lengthStoch_input={en:["lengthStoch"],es:["longitudStoch"]},e.exports.length_input={en:["length"],es:["longitud"]},e.exports.long_input={en:["long"],es:["longitud"]},e.exports.longlen_input={en:["longlen"]},e.exports.maximum_input={en:["maximum"],es:["máximo"]},e.exports.mult_input={en:["mult"]},e.exports.p_input={en:["p"]},e.exports.q_input={en:["q"]},e.exports.resolution_input={en:["resolution"],es:["resolución"]},e.exports.roclen1_input={en:["roclen1"]},e.exports.roclen2_input={en:["roclen2"]},e.exports.roclen3_input={en:["roclen3"]},e.exports.roclen4_input={en:["roclen4"]},e.exports.short_input={en:["short"],es:["corto"]},e.exports.shortlen_input={en:["shortlen"],es:["longitudcorta"]},e.exports["show MA_input"]={en:["show MA"],es:["mostrar MV"]},e.exports.siglen_input={en:["siglen"]},e.exports.signalLength_input={en:["signalLength"]},e.exports.slowLength_input={en:["slowLength"]},e.exports.smalen1_input={en:["smalen1"]},e.exports.smalen2_input={en:["smalen2"]},e.exports.smalen3_input={en:["smalen3"]},e.exports.smalen4_input={en:["smalen4"]},e.exports.smoothD_input={en:["smoothD"]},e.exports.smoothK_input={en:["smoothK"]},e.exports.start_input={en:["start"]},e.exports.sym_input={en:["sym"]},e.exports.to_input={en:["to"],es:["hasta"]},e.exports.useTrueRange_input={en:["useTrueRange"]},e.exports.x_input={en:["x"]},e.exports["yay Color 0_input"]={en:["yay Color 0"]},e.exports["yay Color 1_input"]={en:["yay Color 1"]},e.exports["{number} item_combobox_input"]={en:["{number} item","{number} items"],es:["{number} elemento","{number} elementos"]}},50873:e=>{e.exports={en:["ATR({atrValue})"]}},73425:e=>{e.exports={en:["Percentage LTP({percentageLTPValue}%)"],es:["Porcentaje LTP({percentageLTPValue}%)"]}},40566:e=>{e.exports={en:["Traditional"],es:["Tradicional"]}},35359:e=>{e.exports={en:["Post"],es:["Pos"]}},93866:e=>{e.exports={en:["Pre"]}},75163:e=>{e.exports={en:["Invert scale"],es:["Escala invertida"]}},35210:e=>{e.exports={en:["Indexed to 100"],es:["Indexado a 100"]}},31340:e=>{e.exports={en:["Logarithmic"],es:["Logarítmico"]}},19405:e=>{e.exports={en:["No overlapping labels"],es:["Sin etiquetas superpuestas"]}},34954:e=>{e.exports={en:["Percent"],es:["Porcentaje"]}},55300:e=>{e.exports={en:["Regular"],es:["Normal"]}},8029:e=>{e.exports={en:["ETH"],es:["HTE"]}},34647:e=>{e.exports={en:["Electronic trading hours"],es:["Horario de negociación electrónica"]}},36862:e=>{e.exports={
+en:["Extended trading hours"],es:["Horario ampliado de trading"]}},7807:e=>{e.exports={en:["POST"],es:["posterior"]}},46273:e=>{e.exports={en:["PRE"],es:["PREVIO"]}},50434:e=>{e.exports={en:["Postmarket"]}},59330:e=>{e.exports={en:["Premarket"]}},35342:e=>{e.exports={en:["RTH"],es:["HTH"]}},84246:e=>{e.exports={en:["Regular trading hours"],es:["Horario de trading habitual"]}},13132:e=>{e.exports={en:["May"],es:["Mayo"]}},83477:e=>{e.exports=Object.create(null),e.exports["*All Candlestick Patterns*_study"]={en:["*All Candlestick Patterns*"],es:["*Todos los patrones de velas*"]},e.exports["24-hour Volume_study"]={en:["24-hour Volume"],es:["Volumen 24 horas"]},e.exports["52 Week High/Low_study"]={en:["52 Week High/Low"],es:["Máximo/Mínimo de 52 semanas"]},e.exports.ASI_study={en:["ASI"]},e.exports["Abandoned Baby - Bearish_study"]={en:["Abandoned Baby - Bearish"],es:["Bebé abandonado: bajista"]},e.exports["Abandoned Baby - Bullish_study"]={en:["Abandoned Baby - Bullish"],es:["Bebé abandonado: alcista"]},e.exports["Accelerator Oscillator_study"]={en:["Accelerator Oscillator"],es:["Oscilador de aceleración"]},e.exports["Accounts payable_study"]={en:["Accounts payable"],es:["Cuentas por pagar"]},e.exports["Accounts receivable - trade, net_study"]={en:["Accounts receivable - trade, net"],es:["Cuentas por cobrar: negociación, neto"]},e.exports["Accounts receivables, gross_study"]={en:["Accounts receivables, gross"],es:["Cuentas por cobrar, brutas"]},e.exports.Accruals_study={en:["Accruals"],es:["Devengos"]},e.exports["Accrued payroll_study"]={en:["Accrued payroll"],es:["Sueldos acumulados por pagar"]},e.exports["Accumulated depreciation, total_study"]={en:["Accumulated depreciation, total"],es:["Depreciación acumulada, total"]},e.exports["Accumulation/Distribution_study"]={en:["Accumulation/Distribution"],es:["Acumulación/distribución"]},e.exports["Accumulative Swing Index_study"]={en:["Accumulative Swing Index"],es:["Índice de oscilación acumulativo"]},e.exports["Additional paid-in capital/Capital surplus_study"]={en:["Additional paid-in capital/Capital surplus"],es:["Capital adicional pagado/excedente de capital"]},e.exports["Advance Decline Line_study"]={en:["Advance Decline Line"],es:["Línea de avance/retroceso"]},e.exports["Advance Decline Ratio_study"]={en:["Advance Decline Ratio"],es:["Relación avance/retroceso"]},e.exports["Advance/Decline Ratio (Bars)_study"]={en:["Advance/Decline Ratio (Bars)"],es:["Ratio de avance/retroceso (barras)"]},e.exports["Advance/Decline_study"]={en:["Advance/Decline"],es:["Avance/retroceso"]},e.exports["After tax other income/expense_study"]={en:["After tax other income/expense"],es:["Otros ingresos/gastos después de impuestos"]},e.exports["All Chart Patterns_study"]={en:["All Chart Patterns"],es:["Todos los patrones gráficos"]},e.exports["Altman Z-score_study"]={en:["Altman Z-score"]},e.exports["Amortization of deferred charges_study"]={en:["Amortization of deferred charges"],es:["Amortización de cargos diferidos"]},e.exports["Amortization of intangibles_study"]={
+en:["Amortization of intangibles"],es:["Amortización de intangibles"]},e.exports.Amortization_study={en:["Amortization"],es:["Amortización"]},e.exports["Anchored Volume Profile_study"]={en:["Anchored Volume Profile"],es:["Perfil de volumen anclado"]},e.exports["Arnaud Legoux Moving Average_study"]={en:["Arnaud Legoux Moving Average"],es:["Media móvil de Arnaud Legoux"]},e.exports.Aroon_study={en:["Aroon"]},e.exports["Asset turnover_study"]={en:["Asset turnover"],es:["Rotación de activos"]},e.exports["Auto Anchored Volume Profile_study"]={en:["Auto Anchored Volume Profile"],es:["Perfil de volumen autoanclado"]},e.exports["Auto Fib Extension_study"]={en:["Auto Fib Extension"],es:["Extensión de Fibonacci automática"]},e.exports["Auto Fib Retracement_study"]={en:["Auto Fib Retracement"],es:["Retroceso automático de Fib"]},e.exports["Auto Pitchfork_study"]={en:["Auto Pitchfork"],es:["Tridente automático"]},e.exports["Average Daily Range_study"]={en:["Average Daily Range"],es:["Rango medio diario"]},e.exports["Average Day Range_study"]={en:["Average Day Range"],es:["Rango diario medio"]},e.exports["Average Directional Index_study"]={en:["Average Directional Index"],es:["Índice direccional medio"]},e.exports["Average Price_study"]={en:["Average Price"],es:["Precio medio"]},e.exports["Average True Range_study"]={en:["Average True Range"],es:["Rango verdadero medio"]},e.exports["Average basic shares outstanding_study"]={en:["Average basic shares outstanding"],es:["Promedio de acciones básicas en circulación"]},e.exports["Awesome Oscillator_study"]={en:["Awesome Oscillator"],es:["Oscilador asombroso"]},e.exports["Bad debt / Doubtful accounts_study"]={en:["Bad debt / Doubtful accounts"],es:["Deudas incobrables / Cuentas dudosas"]},e.exports["Balance of Power_study"]={en:["Balance of Power"],es:["Correlación de fuerzas"]},e.exports["BarUpDn Strategy_study"]={en:["BarUpDn Strategy"],es:["Estrategia BarUpDn"]},e.exports["Basic EPS_study"]={en:["Basic EPS"],es:["BPA básico"]},e.exports["Basic earnings per share (Basic EPS)_study"]={en:["Basic earnings per share (Basic EPS)"],es:["Beneficios por acción básicos (BPA básico)"]},e.exports["Bearish Flag Chart Pattern_study"]={en:["Bearish Flag Chart Pattern"],es:["Patrón gráfico bandera bajista"]},e.exports["Bearish Pennant Chart Pattern_study"]={en:["Bearish Pennant Chart Pattern"],es:["Patrón gráfico banderín bajista"]},e.exports["Beneish M-score_study"]={en:["Beneish M-score"]},e.exports["Bollinger Bands %B_study"]={en:["Bollinger Bands %B"],es:["Bandas de Bollinger %B"]},e.exports["Bollinger Bands Strategy directed_study"]={en:["Bollinger Bands Strategy directed"],es:["Estrategia dirigida bandas de Bollinger"]},e.exports["Bollinger Bands Strategy_study"]={en:["Bollinger Bands Strategy"],es:["Estrategia de bandas de Bollinger"]},e.exports["Bollinger Bands Width_study"]={en:["Bollinger Bands Width"],es:["Ancho de las bandas de Bollinger"]},e.exports["Bollinger Bands_study"]={en:["Bollinger Bands"],es:["Bandas de Bollinger"]},e.exports["Book value per share_study"]={
+en:["Book value per share"],es:["Valor contable por acción"]},e.exports["Bull Bear Power_study"]={en:["Bull Bear Power"]},e.exports["Bullish Flag Chart Pattern_study"]={en:["Bullish Flag Chart Pattern"],es:["Patrón gráfico bandera alcista"]},e.exports["Bullish Pennant Chart Pattern_study"]={en:["Bullish Pennant Chart Pattern"],es:["Patrón gráfico banderín alcista"]},e.exports["Buyback yield %_study"]={en:["Buyback yield %"],es:["Rentabilidad por recompra %"]},e.exports["COGS to revenue ratio_study"]={en:["COGS to revenue ratio"],es:["Ratio coste de bienes vendidos/ingresos"]},e.exports.CRSI_study={en:["CRSI"]},e.exports["Capital and operating lease obligations_study"]={en:["Capital and operating lease obligations"],es:["Deuda por arrendamientos financieros y operativos"]},e.exports["Capital expenditures - fixed assets_study"]={en:["Capital expenditures - fixed assets"],es:["Inversiones de capital: activos fijos"]},e.exports["Capital expenditures - other assets_study"]={en:["Capital expenditures - other assets"],es:["Inversiones de capital: otros activos"]},e.exports["Capital expenditures_study"]={en:["Capital expenditures"],es:["Inversiones de capital"]},e.exports["Capitalized lease obligations_study"]={en:["Capitalized lease obligations"],es:["Obligaciones de arrendamiento capitalizadas"]},e.exports["Cash & equivalents_study"]={en:["Cash & equivalents"],es:["Efectivo y equivalentes"]},e.exports["Cash and short term investments_study"]={en:["Cash and short term investments"],es:["Efectivo e inversiones a corto plazo"]},e.exports["Cash conversion cycle_study"]={en:["Cash conversion cycle"],es:["Ciclo de conversión de efectivo"]},e.exports["Cash from financing activities_study"]={en:["Cash from financing activities"],es:["Efectivo procedente de actividades de financiación"]},e.exports["Cash from investing activities_study"]={en:["Cash from investing activities"],es:["Efectivo procedente de actividades de inversión"]},e.exports["Cash from operating activities_study"]={en:["Cash from operating activities"],es:["Efectivo procedente de las actividades operativas"]},e.exports["Cash to debt ratio_study"]={en:["Cash to debt ratio"],es:["Ratio efectivo/deuda"]},e.exports["Chaikin Money Flow_study"]={en:["Chaikin Money Flow"],es:["Flujo monetario Chaikin"]},e.exports["Chaikin Oscillator_study"]={en:["Chaikin Oscillator"],es:["Oscilador Chaikin"]},e.exports["Chaikin Volatility_study"]={en:["Chaikin Volatility"],es:["Volatilidad de Chaikin"]},e.exports["Chande Kroll Stop_study"]={en:["Chande Kroll Stop"]},e.exports["Chande Momentum Oscillator_study"]={en:["Chande Momentum Oscillator"],es:["Oscilador momentum de Chande"]},e.exports["Change in accounts payable_study"]={en:["Change in accounts payable"],es:["Cambio en cuentas por pagar"]},e.exports["Change in accounts receivable_study"]={en:["Change in accounts receivable"],es:["Cambio en cuentas por cobrar"]},e.exports["Change in accrued expenses_study"]={en:["Change in accrued expenses"],es:["Cambio en gastos acumulados"]},e.exports["Change in inventories_study"]={
+en:["Change in inventories"],es:["Variación de existencias"]},e.exports["Change in other assets/liabilities_study"]={en:["Change in other assets/liabilities"],es:["Cambio en otros activos/pasivos"]},e.exports["Change in taxes payable_study"]={en:["Change in taxes payable"],es:["Cambios en los impuestos por pagar"]},e.exports["Changes in working capital_study"]={en:["Changes in working capital"],es:["Cambios en el capital circulante"]},e.exports.ChannelBreakOutStrategy_study={en:["ChannelBreakOutStrategy"],es:["Estrategia ruptura del canal"]},e.exports["Chop Zone_study"]={en:["Chop Zone"],es:["Zona de corte"]},e.exports["Choppiness Index_study"]={en:["Choppiness Index"],es:["Índice Choppiness"]},e.exports["Commodity Channel Index_study"]={en:["Commodity Channel Index"],es:["Índice del canal de materias primas"]},e.exports["Common dividends paid_study"]={en:["Common dividends paid"],es:["Dividendos pagados sobre acciones ordinarias"]},e.exports["Common equity, total_study"]={en:["Common equity, total"],es:["Capital ordinario, total"]},e.exports["Common stock par/Carrying value_study"]={en:["Common stock par/Carrying value"],es:["Valor nominal/contable de acciones ordinarias"]},e.exports.Compare_study={en:["Compare"],es:["Comparar"]},e.exports["Conditional Expressions_study"]={en:["Conditional Expressions"],es:["Expresiones condicionales"]},e.exports["Connors RSI_study"]={en:["Connors RSI"],es:["RSI (índice de fuerza relativa) de Connors"]},e.exports.ConnorsRSI_study={en:["ConnorsRSI"]},e.exports["Consecutive Up/Down Strategy_study"]={en:["Consecutive Up/Down Strategy"],es:["Estrategia consecutiva arriba/abajo"]},e.exports["Coppock Curve_study"]={en:["Coppock Curve"],es:["Curva de Coppock"]},e.exports["Correlation - Log_study"]={en:["Correlation - Log"],es:["Correlación - Log"]},e.exports["Correlation Coefficient_study"]={en:["Correlation Coefficient"],es:["Coeficiente de correlación"]},e.exports["Cost of goods sold_study"]={en:["Cost of goods sold"],es:["Coste de bienes vendidos"]},e.exports["Cost of goods_study"]={en:["Cost of goods"],es:["Coste de los bienes"]},e.exports["Cumulative Volume Index_study"]={en:["Cumulative Volume Index"],es:["Índice de volumen acumulativo"]},e.exports["Cup and Handle Chart Pattern_study"]={en:["Cup and Handle Chart Pattern"],es:["Patrón gráfico de taza con asa"]},e.exports["Current portion of LT debt and capital leases_study"]={en:["Current portion of LT debt and capital leases"],es:["Parte circulante de arrendamientos financieros y deuda a largo plazo"]},e.exports["Current ratio_study"]={en:["Current ratio"],es:["Ratio circulante"]},e.exports.DMI_study={en:["DMI"]},e.exports["Dark Cloud Cover - Bearish_study"]={en:["Dark Cloud Cover - Bearish"],es:["Nubarrón negro: bajista"]},e.exports["Days inventory_study"]={en:["Days inventory"],es:["Dias de inventario"]},e.exports["Days payable_study"]={en:["Days payable"],es:["Período medio de pago"]},e.exports["Days sales outstanding_study"]={en:["Days sales outstanding"],es:["Período medio de cobro"]},e.exports["Debt to EBITDA ratio_study"]={
+en:["Debt to EBITDA ratio"],es:["Ratio deuda/EBITDA"]},e.exports["Debt to assets ratio_study"]={en:["Debt to assets ratio"],es:["Ratio deuda/activos"]},e.exports["Debt to equity ratio_study"]={en:["Debt to equity ratio"],es:["Ratio deuda/capital"]},e.exports["Debt to revenue ratio_study"]={en:["Debt to revenue ratio"],es:["Ratio deuda/ingresos"]},e.exports["Deferred income, current_study"]={en:["Deferred income, current"],es:["Ingresos diferidos, circulantes"]},e.exports["Deferred income, non-current_study"]={en:["Deferred income, non-current"],es:["Ingresos diferidos, no circulantes"]},e.exports["Deferred tax assets_study"]={en:["Deferred tax assets"],es:["Activos por impuestos diferidos"]},e.exports["Deferred tax liabilities_study"]={en:["Deferred tax liabilities"],es:["Pasivos por impuestos diferidos"]},e.exports["Deferred taxes (cash flow)_study"]={en:["Deferred taxes (cash flow)"],es:["Impuestos diferidos (flujo de efectivo)"]},e.exports["Deprecation and amortization_study"]={en:["Deprecation and amortization"],es:["Depreciación y amortización"]},e.exports["Depreciation & amortization (cash flow)_study"]={en:["Depreciation & amortization (cash flow)"],es:["Depreciación y amortización (flujo de efectivo)"]},e.exports["Depreciation/depletion_study"]={en:["Depreciation/depletion"],es:["Depreciación/agotamiento"]},e.exports.Depreciation_study={en:["Depreciation"],es:["Depreciación"]},e.exports["Detrended Price Oscillator_study"]={en:["Detrended Price Oscillator"],es:["Oscilador de precio sin tendencia"]},e.exports["Diluted EPS_study"]={en:["Diluted EPS"],es:["BPA diluido"]},e.exports["Diluted earnings per share (Diluted EPS)_study"]={en:["Diluted earnings per share (Diluted EPS)"],es:["Beneficios por acción diluidos (BPA diluido)"]},e.exports["Diluted net income available to common stockholders_study"]={en:["Diluted net income available to common stockholders"],es:["Ingresos netos diluidos disponibles para los accionistas ordinarios"]},e.exports["Diluted shares outstanding_study"]={en:["Diluted shares outstanding"],es:["Acciones diluidas en circulación"]},e.exports["Dilution adjustment_study"]={en:["Dilution adjustment"],es:["Ajuste por dilución"]},e.exports["Directional Movement Index_study"]={en:["Directional Movement Index"],es:["Índice de movimiento direccional"]},e.exports["Directional Movement_study"]={en:["Directional Movement"],es:["Movimiento direccional"]},e.exports["Discontinued operations_study"]={en:["Discontinued operations"],es:["Operaciones discontinuas"]},e.exports["Divergence Indicator_study"]={en:["Divergence Indicator"],es:["Indicador de divergencia"]},e.exports["Dividend payout ratio %_study"]={en:["Dividend payout ratio %"],es:["Ratio de reparto de dividendos expresado en %"]},e.exports["Dividend yield %_study"]={en:["Dividend yield %"],es:["Rentabilidad por dividendo %"]},e.exports["Dividends payable_study"]={en:["Dividends payable"],es:["Dividendos por pagar"]},e.exports["Dividends per share - common stock primary issue_study"]={en:["Dividends per share - common stock primary issue"],
+es:["Dividendos por acción: emisión inicial de acciones ordinarias"]},e.exports["Doji Star - Bearish_study"]={en:["Doji Star - Bearish"],es:["Estrella Doji: bajista"]},e.exports["Doji Star - Bullish_study"]={en:["Doji Star - Bullish"],es:["Estrella Doji: alcista"]},e.exports.Doji_study={en:["Doji"]},e.exports["Donchian Channels_study"]={en:["Donchian Channels"],es:["Canales de Donchian"]},e.exports["Double Bottom Chart Pattern_study"]={en:["Double Bottom Chart Pattern"],es:["Patrón gráfico doble suelo"]},e.exports["Double EMA_study"]={en:["Double EMA"],es:["Media móvil exponencial (EMA) de doble canal"]},e.exports["Double Top Chart Pattern_study"]={en:["Double Top Chart Pattern"],es:["Patrón gráfico doble techo"]},e.exports["Downside Tasuki Gap - Bearish_study"]={en:["Downside Tasuki Gap - Bearish"],es:["Tasuki Gap a la baja: bajista"]},e.exports["Dragonfly Doji - Bullish_study"]={en:["Dragonfly Doji - Bullish"],es:["Doji libélula: alcista"]},e.exports["EBITDA margin %_study"]={en:["EBITDA margin %"],es:["Margen EBITDA %"]},e.exports.EBITDA_study={en:["EBITDA"]},e.exports.EBIT_study={en:["EBIT"]},e.exports["EMA Cross_study"]={en:["EMA Cross"],es:["Cruce EMA"]},e.exports["EPS basic one year growth_study"]={en:["EPS basic one year growth"],es:["Crecimiento en un año del BPA (EPS) básico"]},e.exports["EPS diluted one year growth_study"]={en:["EPS diluted one year growth"],es:["Crecimiento en un año del BPA (EPS) diluido"]},e.exports["EPS estimates_study"]={en:["EPS estimates"],es:["Estimaciones del BPA"]},e.exports["Earnings yield_study"]={en:["Earnings yield"],es:["Rentabilidad por beneficios"]},e.exports["Ease Of Movement_study"]={en:["Ease Of Movement"],es:["Facilidad de movimiento"]},e.exports["Ease of Movement_study"]={en:["Ease of Movement"],es:["Facilidad de movimiento"]},e.exports["Effective interest rate on debt %_study"]={en:["Effective interest rate on debt %"],es:["Tipo de interés efectivo sobre la deuda en %"]},e.exports["Elder Force Index_study"]={en:["Elder Force Index"],es:["Índice de fuerza de Elder"]},e.exports["Elder's Force Index_study"]={en:["Elder's Force Index"],es:["Índice de fuerza de Elder"]},e.exports["Elders Force Index_study"]={en:["Elders Force Index"],es:["Índice Elders Force"]},e.exports["Elliott Wave Chart Pattern_study"]={en:["Elliott Wave Chart Pattern"],es:["Patrón gráfico ondas de Elliott"]},e.exports["Engulfing - Bearish_study"]={en:["Engulfing - Bearish"],es:["Envolvente: bajista"]},e.exports["Engulfing - Bullish_study"]={en:["Engulfing - Bullish"],es:["Envolvente: alcista"]},e.exports["Enterprise value to EBIT ratio_study"]={en:["Enterprise value to EBIT ratio"],es:["Ratio valor de empresa/EBIT"]},e.exports["Enterprise value to EBITDA ratio_study"]={en:["Enterprise value to EBITDA ratio"],es:["Ratio valor de empresa/EBITDA"]},e.exports["Enterprise value to revenue ratio_study"]={en:["Enterprise value to revenue ratio"],es:["Ratio valor de empresa/ingresos"]},e.exports["Enterprise value_study"]={en:["Enterprise value"],es:["Valor de empresa"]},e.exports.Envelope_study={
+en:["Envelope"],es:["Sobre"]},e.exports.Envelopes_study={en:["Envelopes"],es:["Envolventes"]},e.exports["Equity in earnings_study"]={en:["Equity in earnings"],es:["Participación en beneficios"]},e.exports["Equity to assets ratio_study"]={en:["Equity to assets ratio"],es:["Ratio capital/activos"]},e.exports["Evening Doji Star - Bearish_study"]={en:["Evening Doji Star - Bearish"],es:["Estrella del atardecer Doji: bajista"]},e.exports["Evening Star - Bearish_study"]={en:["Evening Star - Bearish"],es:["Estrella del amanecer: bajista"]},e.exports["Falling Three Methods - Bearish_study"]={en:["Falling Three Methods - Bearish"],es:["Triple formación descendente: bajista"]},e.exports["Falling Wedge Chart Pattern_study"]={en:["Falling Wedge Chart Pattern"],es:["Patrón gráfico cuña bajista"]},e.exports["Falling Window - Bearish_study"]={en:["Falling Window - Bearish"],es:["Ventana descendente: bajista"]},e.exports["Financing activities – other sources_study"]={en:["Financing activities – other sources"],es:["Actividades de financiación: otras fuentes"]},e.exports["Financing activities – other uses_study"]={en:["Financing activities – other uses"],es:["Actividades de financiación: otros usos"]},e.exports["Fisher Transform_study"]={en:["Fisher Transform"],es:["Transformación de Fisher"]},e.exports["Fixed Range Volume Profile_study"]={en:["Fixed Range Volume Profile"],es:["Perfil de volumen con rango fijo"]},e.exports["Fixed Range_study"]={en:["Fixed Range"],es:["Rango fijo"]},e.exports["Float shares outstanding_study"]={en:["Float shares outstanding"],es:["Acciones flotantes en circulación"]},e.exports["Free cash flow margin %_study"]={en:["Free cash flow margin %"],es:["Margen de flujo efvo. disponible %"]},e.exports["Free cash flow_study"]={en:["Free cash flow"],es:["Flujo efectivo disponible"]},e.exports["Fulmer H factor_study"]={en:["Fulmer H factor"]},e.exports["Funds from operations_study"]={en:["Funds from operations"],es:["Fondos de las operaciones"]},e.exports.Gaps_study={en:["Gaps"]},e.exports["Goodwill to assets ratio_study"]={en:["Goodwill to assets ratio"],es:["Ratio fondo de comercio/activos"]},e.exports["Goodwill, net_study"]={en:["Goodwill, net"],es:["Fondo de comercio, neto"]},e.exports["Graham's number_study"]={en:["Graham's number"],es:["Número de Graham"]},e.exports["Gravestone Doji - Bearish_study"]={en:["Gravestone Doji - Bearish"],es:["Doji lápida: bajista"]},e.exports["Greedy Strategy_study"]={en:["Greedy Strategy"],es:["Estrategia codiciosa"]},e.exports["Gross margin %_study"]={en:["Gross margin %"],es:["Margen bruto %"]},e.exports["Gross profit to assets ratio_study"]={en:["Gross profit to assets ratio"],es:["Ratio beneficio bruto/activo"]},e.exports["Gross profit_study"]={en:["Gross profit"],es:["Beneficio bruto"]},e.exports["Gross property/plant/equipment_study"]={en:["Gross property/plant/equipment"],es:["Propiedades, planta y equipo bruto"]},e.exports["Guppy Multiple Moving Average_study"]={en:["Guppy Multiple Moving Average"],es:["Media móvil múltiple de Guppy"]},
+e.exports["Hammer - Bullish_study"]={en:["Hammer - Bullish"],es:["Martillo: alcista"]},e.exports["Hanging Man - Bearish_study"]={en:["Hanging Man - Bearish"],es:["Hombre colgado: bajista"]},e.exports["Harami - Bearish_study"]={en:["Harami - Bearish"],es:["Harami: bajista"]},e.exports["Harami - Bullish_study"]={en:["Harami - Bullish"],es:["Harami: alcista"]},e.exports["Harami Cross - Bearish_study"]={en:["Harami Cross - Bearish"],es:["Cruz de Harami: bajista"]},e.exports["Harami Cross - Bullish_study"]={en:["Harami Cross - Bullish"],es:["Cruz de Harami: alcista"]},e.exports["Head and Shoulders Chart Pattern_study"]={en:["Head and Shoulders Chart Pattern"],es:["Patrón gráfico de cabeza y hombros"]},e.exports["Historical Volatility_study"]={en:["Historical Volatility"],es:["Volatilidad histórica"]},e.exports["Hull Moving Average_study"]={en:["Hull Moving Average"],es:["Media móvil de Hull"]},e.exports["Ichimoku Cloud_study"]={en:["Ichimoku Cloud"],es:["Nube Ichimoku"]},e.exports.Ichimoku_study={en:["Ichimoku"]},e.exports.Impairments_study={en:["Impairments"],es:["Devaluaciones"]},e.exports["InSide Bar Strategy_study"]={en:["InSide Bar Strategy"],es:["Estrategia de la barra interior"]},e.exports["Income Tax Credits_study"]={en:["Income Tax Credits"],es:["Créditos del impuesto sobre la renta"]},e.exports["Income Tax, current - foreign_study"]={en:["Income Tax, current - foreign"],es:["Impuesto sobre la renta, actual: extranjero"]},e.exports["Income tax payable_study"]={en:["Income tax payable"],es:["Impuesto sobre la renta por pagar"]},e.exports["Income tax, current - domestic_study"]={en:["Income tax, current - domestic"],es:["Impuesto sobre la renta, actual: nacional"]},e.exports["Income tax, current_study"]={en:["Income tax, current"],es:["Impuesto sobre la renta, actual"]},e.exports["Income tax, deferred - domestic_study"]={en:["Income tax, deferred - domestic"],es:["Impuesto sobre la renta, diferido: nacional"]},e.exports["Income tax, deferred - foreign_study"]={en:["Income tax, deferred - foreign"],es:["Impuesto sobre la renta, diferido: extranjero"]},e.exports["Income tax, deferred_study"]={en:["Income tax, deferred"],es:["Impuesto sobre la renta, diferido"]},e.exports["Interest capitalized_study"]={en:["Interest capitalized"],es:["Intereses capitalizados"]},e.exports["Interest coverage_study"]={en:["Interest coverage"],es:["Cobertura de intereses"]},e.exports["Interest expense on debt_study"]={en:["Interest expense on debt"],es:["Gastos por intereses sobre la deuda"]},e.exports["Interest expense, net of interest capitalized_study"]={en:["Interest expense, net of interest capitalized"],es:["Gasto por intereses, neto de intereses capitalizados"]},e.exports["Inventories - finished goods_study"]={en:["Inventories - finished goods"],es:["Existencias: productos terminados"]},e.exports["Inventories - progress payments & other_study"]={en:["Inventories - progress payments & other"],es:["Inventarios: pagos a cuenta y otros"]},e.exports["Inventories - raw materials_study"]={en:["Inventories - raw materials"],
+es:["Inventarios: materias primas"]},e.exports["Inventories - work in progress_study"]={en:["Inventories - work in progress"],es:["Inventarios: trabajo en curso"]},e.exports["Inventory to revenue ratio_study"]={en:["Inventory to revenue ratio"],es:["Ratio inventarios/ingresos"]},e.exports["Inventory turnover_study"]={en:["Inventory turnover"],es:["Rotación de inventario"]},e.exports["Inverted Cup and Handle Chart Pattern_study"]={en:["Inverted Cup and Handle Chart Pattern"],es:["Patrón gráfico de taza y asa invertida"]},e.exports["Inverted Hammer - Bullish_study"]={en:["Inverted Hammer - Bullish"],es:["Martillo invertido: alcista"]},e.exports["Inverted Head and Shoulders Chart Pattern_study"]={en:["Inverted Head and Shoulders Chart Pattern"],es:["Patrón gráfico de cabeza y hombros invertido"]},e.exports["Investing activities – other sources_study"]={en:["Investing activities – other sources"],es:["Actividades de inversión: otras fuentes"]},e.exports["Investing activities – other uses_study"]={en:["Investing activities – other uses"],es:["Actividades de inversión: otros usos"]},e.exports["Investments in unconsolidated subsidiaries_study"]={en:["Investments in unconsolidated subsidiaries"],es:["Inversiones en subsidiarias no consolidadas"]},e.exports["Issuance of long term debt_study"]={en:["Issuance of long term debt"],es:["Emisión de deuda a largo plazo"]},e.exports["Issuance/retirement of debt, net_study"]={en:["Issuance/retirement of debt, net"],es:["Emisión/Cancelación de deuda, neto"]},e.exports["Issuance/retirement of long term debt_study"]={en:["Issuance/retirement of long term debt"],es:["Emisión/cancelación de deuda a largo plazo"]},e.exports["Issuance/retirement of other debt_study"]={en:["Issuance/retirement of other debt"],es:["Emisión/cancelación de otras deudas"]},e.exports["Issuance/retirement of short term debt_study"]={en:["Issuance/retirement of short term debt"],es:["Emisión/cancelación de deuda a corto plazo"]},e.exports["Issuance/retirement of stock, net_study"]={en:["Issuance/retirement of stock, net"],es:["Emisión/cancelación de acciones, neto"]},e.exports["KZ index_study"]={en:["KZ index"]},e.exports["Keltner Channel Strategy_study"]={en:["Keltner Channel Strategy"],es:["Estrategia de canal Keltner"]},e.exports["Keltner Channels Strategy_study"]={en:["Keltner Channels Strategy"],es:["Estrategia de canales de Keltner"]},e.exports["Keltner Channels_study"]={en:["Keltner Channels"],es:["Canales Keltner"]},e.exports["Key stats_study"]={en:["Key stats"],es:["Estadísticas clave"]},e.exports["Kicking - Bearish_study"]={en:["Kicking - Bearish"],es:["Patada: bajista"]},e.exports["Kicking - Bullish_study"]={en:["Kicking - Bullish"],es:["Patada: alcista"]},e.exports["Klinger Oscillator_study"]={en:["Klinger Oscillator"],es:["Oscilador de Klinger"]},e.exports["Know Sure Thing_study"]={en:["Know Sure Thing"]},e.exports["Least Squares Moving Average_study"]={en:["Least Squares Moving Average"],es:["Media móvil de los mínimos cuadrados"]},e.exports["Legal claim expense_study"]={en:["Legal claim expense"],
+es:["Gastos de reclamaciones judiciales"]},e.exports["Linear Regression Channel_study"]={en:["Linear Regression Channel"],es:["Canal de regresión lineal"]},e.exports["Linear Regression Curve_study"]={en:["Linear Regression Curve"],es:["Curva de regresion lineal"]},e.exports["Linear Regression Slope_study"]={en:["Linear Regression Slope"],es:["Inclinación de la línea de regresión"]},e.exports["Linear Regression_study"]={en:["Linear Regression"],es:["Regresión lineal"]},e.exports["Liquidity ratios_study"]={en:["Liquidity ratios"],es:["Ratios de liquidez"]},e.exports["Long Lower Shadow - Bullish_study"]={en:["Long Lower Shadow - Bullish"],es:["Larga sombra inferior: alcista"]},e.exports["Long Upper Shadow - Bearish_study"]={en:["Long Upper Shadow - Bearish"],es:["Larga sombra superior: bajista"]},e.exports["Long term debt excl. lease liabilities_study"]={en:["Long term debt excl. lease liabilities"],es:["Deuda a largo plazo excluidas las deudas por arrendamiento"]},e.exports["Long term debt to total assets ratio_study"]={en:["Long term debt to total assets ratio"],es:["Ratio deuda a largo plazo/activos totales"]},e.exports["Long term debt to total equity ratio_study"]={en:["Long term debt to total equity ratio"],es:["Ratio deuda a largo plazo/capital total"]},e.exports["Long term debt_study"]={en:["Long term debt"],es:["Deuda a largo plazo"]},e.exports["Long term investments_study"]={en:["Long term investments"],es:["Inversiones a largo plazo"]},e.exports["MA Cross_study"]={en:["MA Cross"],es:["Cruce MA"]},e.exports["MA with EMA Cross_study"]={en:["MA with EMA Cross"],es:["Cruce de media móvil (MA) con media móvil exponencial (EMA)"]},e.exports["MA/EMA Cross_study"]={en:["MA/EMA Cross"],es:["Cruce de media móvil (MA)/media móvil exponencial (EMA)"]},e.exports["MACD Strategy_study"]={en:["MACD Strategy"],es:["Estrategia MACD"]},e.exports.MACD_study={en:["MACD"]},e.exports["Majority Rule_study"]={en:["Majority Rule"],es:["Norma de la mayoría"]},e.exports["Market capitalization_study"]={en:["Market capitalization"],es:["Capitalización de mercado"]},e.exports["Marubozu Black - Bearish_study"]={en:["Marubozu Black - Bearish"],es:["Marubozu negro: bajista"]},e.exports["Marubozu White - Bullish_study"]={en:["Marubozu White - Bullish"],es:["Marubozu blanco: alcista"]},e.exports["Mass Index_study"]={en:["Mass Index"],es:["Índice de masa"]},e.exports["McGinley Dynamic_study"]={en:["McGinley Dynamic"],es:["Indicador dinámico de McGinley"]},e.exports["Median Price_study"]={en:["Median Price"],es:["Precio promedio"]},e.exports.Median_study={en:["Median"],es:["Mediana"]},e.exports["Minority interest_study"]={en:["Minority interest"],es:["Participación minoritaria"]},e.exports["Miscellaneous non-operating expense_study"]={en:["Miscellaneous non-operating expense"],es:["Otros gastos no operativos"]},e.exports["Momentum Strategy_study"]={en:["Momentum Strategy"],es:["Estrategia de momentum"]},e.exports.Momentum_study={en:["Momentum"]},e.exports["Money Flow Index_study"]={en:["Money Flow Index"],es:["Índice de flujo monetario"]},
+e.exports["Money Flow_study"]={en:["Money Flow"],es:["Flujo monetario"]},e.exports["Moon Phases_study"]={en:["Moon Phases"],es:["Fases lunares"]},e.exports["Morning Doji Star - Bullish_study"]={en:["Morning Doji Star - Bullish"],es:["Estrella del amanecer Doji: alcista"]},e.exports["Morning Star - Bullish_study"]={en:["Morning Star - Bullish"],es:["Estrella del amanecer: alcista"]},e.exports["Moving Average Adaptive_study"]={en:["Moving Average Adaptive"],es:["Media móvil adaptativa"]},e.exports["Moving Average Channel_study"]={en:["Moving Average Channel"],es:["Canal de medias móviles"]},e.exports["Moving Average Convergence Divergence_study"]={en:["Moving Average Convergence Divergence"],es:["Convergencia/divergencia de la media móvil"]},e.exports["Moving Average Convergence/Divergence_study"]={en:["Moving Average Convergence/Divergence"],es:["Convergencia/divergencia de la media móvil"]},e.exports["Moving Average Double_study"]={en:["Moving Average Double"],es:["Media móvil exponencial doble"]},e.exports["Moving Average Exponential_study"]={en:["Moving Average Exponential"],es:["Media móvil exponencial"]},e.exports["Moving Average Hamming_study"]={en:["Moving Average Hamming"],es:["Media móvil de Hamming"]},e.exports["Moving Average Modified_study"]={en:["Moving Average Modified"],es:["Media móvil modificada"]},e.exports["Moving Average Multiple_study"]={en:["Moving Average Multiple"],es:["Media móvil múltiple"]},e.exports["Moving Average Ribbon_study"]={en:["Moving Average Ribbon"],es:["Cinta de medias móviles"]},e.exports["Moving Average Simple_study"]={en:["Moving Average Simple"],es:["Media móvil simple"]},e.exports["Moving Average Triple_study"]={en:["Moving Average Triple"],es:["Media móvil exponencial triple"]},e.exports["Moving Average Weighted_study"]={en:["Moving Average Weighted"],es:["Media móvil ponderada"]},e.exports["Moving Average_study"]={en:["Moving Average"],es:["Media móvil"]},e.exports["MovingAvg Cross_study"]={en:["MovingAvg Cross"],es:["Cruce media móvil"]},e.exports["MovingAvg2Line Cross_study"]={en:["MovingAvg2Line Cross"],es:["Cruce MovingAvg2Line"]},e.exports["Multi-Time Period Charts_study"]={en:["Multi-Time Period Charts"],es:["Gráficos con múltiples períodos de tiempo"]},e.exports["Net Volume_study"]={en:["Net Volume"],es:["Volumen neto"]},e.exports["Net current asset value per share_study"]={en:["Net current asset value per share"],es:["Valor liquidativo por acción"]},e.exports["Net debt_study"]={en:["Net debt"],es:["Deuda neta"]},e.exports["Net income (cash flow)_study"]={en:["Net income (cash flow)"],es:["Ingresos netos (flujo de efectivo)"]},e.exports["Net income before discontinued operations_study"]={en:["Net income before discontinued operations"],es:["Ingresos netos antes de operaciones interrumpidas"]},e.exports["Net income per employee_study"]={en:["Net income per employee"],es:["Ingresos netos por empleado"]},e.exports["Net income_study"]={en:["Net income"],es:["Ingresos netos"]},e.exports["Net intangible assets_study"]={en:["Net intangible assets"],
+es:["Activos intangibles netos"]},e.exports["Net margin %_study"]={en:["Net margin %"],es:["Margen neto %"]},e.exports["Net property/plant/equipment_study"]={en:["Net property/plant/equipment"],es:["Inmovilizado material neto"]},e.exports["Non-cash items_study"]={en:["Non-cash items"],es:["Partidas sin movimiento de efectivo"]},e.exports["Non-controlling/minority interest_study"]={en:["Non-controlling/minority interest"],es:["Participación no controladora/interés minoritario"]},e.exports["Non-operating income, excl. interest expenses_study"]={en:["Non-operating income, excl. interest expenses"],es:["Ingresos no operativos excluidos los gastos por intereses"]},e.exports["Non-operating income, total_study"]={en:["Non-operating income, total"],es:["Ingresos no operativos, total"]},e.exports["Non-operating interest income_study"]={en:["Non-operating interest income"],es:["Ingresos no operativos en concepto de intereses"]},e.exports["Note receivable - long term_study"]={en:["Note receivable - long term"],es:["Efectos por cobrar: largo plazo"]},e.exports["Notes payable_study"]={en:["Notes payable"],es:["Efectos por pagar"]},e.exports["Number of employees_study"]={en:["Number of employees"],es:["Número de empleados"]},e.exports["Number of shareholders_study"]={en:["Number of shareholders"],es:["Número de accionistas"]},e.exports["On Balance Volume_study"]={en:["On Balance Volume"],es:["Balance de volúmenes"]},e.exports["On Neck - Bearish_study"]={en:["On Neck - Bearish"],es:["On Neck (en el cuello): bajista"]},e.exports["Open Interest_study"]={en:["Open Interest"],es:["Interés abierto"]},e.exports["Operating earnings yield %_study"]={en:["Operating earnings yield %"],es:["Rentabilidad por beneficios de explotación %"]},e.exports["Operating expenses (excl. COGS)_study"]={en:["Operating expenses (excl. COGS)"],es:["Gastos de explotación (excluido el coste de los bienes vendidos)"]},e.exports["Operating income_study"]={en:["Operating income"],es:["Ingresos de explotación"]},e.exports["Operating lease liabilities_study"]={en:["Operating lease liabilities"],es:["Pasivos por arrendamiento operativo"]},e.exports["Operating margin %_study"]={en:["Operating margin %"],es:["Margen explotación %"]},e.exports["Other COGS_study"]={en:["Other COGS"],es:["Otros costes de bienes vendidos (COGS)"]},e.exports["Other common equity_study"]={en:["Other common equity"],es:["Otro capital ordinario"]},e.exports["Other cost of goods sold_study"]={en:["Other cost of goods sold"],es:["Otros costes de bienes vendidos"]},e.exports["Other current assets, total_study"]={en:["Other current assets, total"],es:["Otros activos circulantes, total"]},e.exports["Other current liabilities_study"]={en:["Other current liabilities"],es:["Otros pasivos circulantes"]},e.exports["Other exceptional charges_study"]={en:["Other exceptional charges"],es:["Otros gastos excepcionales"]},e.exports["Other financing cash flow items, total_study"]={en:["Other financing cash flow items, total"],es:["Otras partidas de flujos de efectivo por actividades de financiación, total"]},
+e.exports["Other intangibles, net_study"]={en:["Other intangibles, net"],es:["Otros activos intangibles, neto"]},e.exports["Other investing cash flow items, total_study"]={en:["Other investing cash flow items, total"],es:["Otras partidas de flujos de efectivo por actividades de inversión, total"]},e.exports["Other investments_study"]={en:["Other investments"],es:["Otras inversiones"]},e.exports["Other liabilities, total_study"]={en:["Other liabilities, total"],es:["Otros pasivos, total"]},e.exports["Other long term assets, total_study"]={en:["Other long term assets, total"],es:["Otros activos a largo plazo, total"]},e.exports["Other non-current liabilities, total_study"]={en:["Other non-current liabilities, total"],es:["Otros pasivos no circulantes, total"]},e.exports["Other operating expenses, total_study"]={en:["Other operating expenses, total"],es:["Otros gastos de explotación, total"]},e.exports["Other receivables_study"]={en:["Other receivables"],es:["Otras cuentas por cobrar"]},e.exports["Other short term debt_study"]={en:["Other short term debt"],es:["Otras deudas a corto plazo"]},e.exports["OutSide Bar Strategy_study"]={en:["OutSide Bar Strategy"],es:["Estrategia de la barra exterior"]},e.exports.Overlay_study={en:["Overlay"],es:["Superposición"]},e.exports["PEG ratio_study"]={en:["PEG ratio"],es:["Ratio PEG (precio/expectativas de beneficio)"]},e.exports["Paid in capital_study"]={en:["Paid in capital"],es:["Capital desembolsado"]},e.exports["Parabolic SAR Strategy_study"]={en:["Parabolic SAR Strategy"],es:["Estrategia SAR parabólico"]},e.exports["Parabolic SAR_study"]={en:["Parabolic SAR"],es:["SAR parabólico"]},e.exports["Periodic Volume Profile_study"]={en:["Periodic Volume Profile"],es:["Perfil de volumen periódico"]},e.exports["Piercing - Bullish_study"]={en:["Piercing - Bullish"],es:["Pauta penetrante: alcista"]},e.exports["Piotroski F-score_study"]={en:["Piotroski F-score"]},e.exports["Pivot Extension Strategy_study"]={en:["Pivot Extension Strategy"],es:["Estrategia de extensión de pivote"]},e.exports["Pivot Points High Low_study"]={en:["Pivot Points High Low"],es:["Puntos pivote altos/bajos"]},e.exports["Pivot Points Standard_study"]={en:["Pivot Points Standard"],es:["Puntos pivote estándar"]},e.exports["Pivot Reversal Strategy_study"]={en:["Pivot Reversal Strategy"],es:["Estrategia de reversión de pivote"]},e.exports["Preferred dividends paid_study"]={en:["Preferred dividends paid"],es:["Dividendos preferentes pagados"]},e.exports["Preferred dividends_study"]={en:["Preferred dividends"],es:["Dividendos preferentes"]},e.exports["Preferred stock, carrying value_study"]={en:["Preferred stock, carrying value"],es:["Acciones preferentes, valor contable"]},e.exports["Prepaid expenses_study"]={en:["Prepaid expenses"],es:["Gastos pagados por anticipado"]},e.exports["Pretax equity in earnings_study"]={en:["Pretax equity in earnings"],es:["Participación en beneficios antes de impuestos"]},e.exports["Pretax income_study"]={en:["Pretax income"],es:["Ingresos antes de impuestos"]},
+e.exports["Price Channel Strategy_study"]={en:["Price Channel Strategy"],es:["Estrategia de canal de precios"]},e.exports["Price Channel_study"]={en:["Price Channel"],es:["Canal de precios"]},e.exports["Price Oscillator_study"]={en:["Price Oscillator"],es:["Oscilador de precio"]},e.exports["Price Volume Trend_study"]={en:["Price Volume Trend"],es:["Tendencia del precio y volumen"]},e.exports["Price earnings ratio forward_study"]={en:["Price earnings ratio forward"],es:["Ratio precio/beneficio a plazo"]},e.exports["Price sales ratio forward_study"]={en:["Price sales ratio forward"],es:["Ratio precio/ventas a plazo"]},e.exports["Price to book ratio_study"]={en:["Price to book ratio"],es:["Ratio precio/valor contable"]},e.exports["Price to cash flow ratio_study"]={en:["Price to cash flow ratio"],es:["Ratio precio/flujo de efectivo"]},e.exports["Price to earnings ratio_study"]={en:["Price to earnings ratio"],es:["Ratio precio/beneficios"]},e.exports["Price to free cash flow ratio_study"]={en:["Price to free cash flow ratio"],es:["Ratio precio/flujo efvo. disponible"]},e.exports["Price to sales ratio_study"]={en:["Price to sales ratio"],es:["Ratio precio/ventas"]},e.exports["Price to tangible book ratio_study"]={en:["Price to tangible book ratio"],es:["Ratio precio/valor contable tangible"]},e.exports["Profitability ratios_study"]={en:["Profitability ratios"],es:["Ratios de rentabilidad"]},e.exports["Provision for risks & charge_study"]={en:["Provision for risks & charge"],es:["Provisión para riesgos y gastos"]},e.exports["Purchase of investments_study"]={en:["Purchase of investments"],es:["Compra de productos de inversión"]},e.exports["Purchase/acquisition of business_study"]={en:["Purchase/acquisition of business"],es:["Compra/adquisición de negocio"]},e.exports["Purchase/sale of business, net_study"]={en:["Purchase/sale of business, net"],es:["Compraventa empresarial, neto"]},e.exports["Purchase/sale of investments, net_study"]={en:["Purchase/sale of investments, net"],es:["Compraventa de inversiones, neto"]},e.exports["Quality ratio_study"]={en:["Quality ratio"],es:["Ratio de calidad"]},e.exports["Quick ratio_study"]={en:["Quick ratio"],es:["Ratio de liquidez inmediata (Quick ratio)"]},e.exports["RSI Strategy_study"]={en:["RSI Strategy"],es:["Estrategia RSI"]},e.exports["Rate Of Change_study"]={en:["Rate Of Change"],es:["Tasa de cambio"]},e.exports["Rectangle Chart Pattern_study"]={en:["Rectangle Chart Pattern"],es:["Patrón gráfico rectángulo"]},e.exports["Reduction of long term debt_study"]={en:["Reduction of long term debt"],es:["Reducción de la deuda a largo plazo"]},e.exports["Relative Strength Index_study"]={en:["Relative Strength Index"],es:["Índice de fuerza relativa"]},e.exports["Relative Vigor Index_study"]={en:["Relative Vigor Index"],es:["Índice de vigor relativo"]},e.exports["Relative Volatility Index_study"]={en:["Relative Volatility Index"],es:["Índice de volatilidad relativa"]},e.exports["Relative Volume at Time_study"]={en:["Relative Volume at Time"],es:["Volumen relativo en el tiempo"]},
+e.exports["Repurchase of common & preferred stock_study"]={en:["Repurchase of common & preferred stock"],es:["Recompra de acciones ordinarias y preferentes"]},e.exports["Research & development to revenue ratio_study"]={en:["Research & development to revenue ratio"],es:["Ratio investigación y desarrollo/ingresos"]},e.exports["Research & development_study"]={en:["Research & development"],es:["Investigación y desarrollo"]},e.exports["Restructuring charge_study"]={en:["Restructuring charge"],es:["Gastos de reestructuración"]},e.exports["Retained earnings_study"]={en:["Retained earnings"],es:["Beneficios retenidos"]},e.exports["Return on assets %_study"]={en:["Return on assets %"],es:["Rentab. sobre activos %"]},e.exports["Return on equity %_study"]={en:["Return on equity %"],es:["Rentabilidad sobre capital %"]},e.exports["Return on equity adjusted to book value %_study"]={en:["Return on equity adjusted to book value %"],es:["Rentabilidad sobre capital ajustada al valor contable %"]},e.exports["Return on invested capital %_study"]={en:["Return on invested capital %"],es:["Rentabilidad sobre capital invertido %"]},e.exports["Return on tangible assets %_study"]={en:["Return on tangible assets %"],es:["Rentabilidad sobre activos tangibles %"]},e.exports["Return on tangible equity %_study"]={en:["Return on tangible equity %"],es:["Rentabilidad sobre patrimonio tangible %"]},e.exports["Revenue estimates_study"]={en:["Revenue estimates"],es:["Estimaciones de ingresos"]},e.exports["Revenue one year growth_study"]={en:["Revenue one year growth"],es:["Crecimiento de ingresos en un año"]},e.exports["Revenue per employee_study"]={en:["Revenue per employee"],es:["Ingresos por empleado"]},e.exports["Rising Three Methods - Bullish_study"]={en:["Rising Three Methods - Bullish"],es:["Triple formación ascendente: alcista"]},e.exports["Rising Wedge Chart Pattern_study"]={en:["Rising Wedge Chart Pattern"],es:["Patrón gráfico cuña ascendente"]},e.exports["Rising Window - Bullish_study"]={en:["Rising Window - Bullish"],es:["Ventana ascendente: alcista"]},e.exports["Rob Booker - ADX Breakout_study"]={en:["Rob Booker - ADX Breakout"],es:["Rob Booker: ruptura del ADX"]},e.exports["Rob Booker - Intraday Pivot Points_study"]={en:["Rob Booker - Intraday Pivot Points"],es:["Rob Booker: puntos de pivote intradía"]},e.exports["Rob Booker - Knoxville Divergence_study"]={en:["Rob Booker - Knoxville Divergence"],es:["Rob Booker: divergencia de Knoxville"]},e.exports["Rob Booker - Missed Pivot Points_study"]={en:["Rob Booker - Missed Pivot Points"],es:["Rob Booker: puntos de pivote perdidos"]},e.exports["Rob Booker - Reversal_study"]={en:["Rob Booker - Reversal"],es:["Rob Booker: reversión"]},e.exports["Rob Booker - Ziv Ghost Pivots_study"]={en:["Rob Booker - Ziv Ghost Pivots"],es:["Rob Booker: pivotes fantasma Ziv"]},e.exports["SMI Ergodic Indicator/Oscillator_study"]={en:["SMI Ergodic Indicator/Oscillator"],es:["Indicador/oscilador ergódico SMI"]},e.exports["SMI Ergodic Indicator_study"]={en:["SMI Ergodic Indicator"],es:["Indicador ergódico SMI"]},
+e.exports["SMI Ergodic Oscillator_study"]={en:["SMI Ergodic Oscillator"],es:["Oscilador ergódico SMI"]},e.exports["Sale of common & preferred stock_study"]={en:["Sale of common & preferred stock"],es:["Venta de acciones ordinarias y preferentes"]},e.exports["Sale of fixed assets & businesses_study"]={en:["Sale of fixed assets & businesses"],es:["Venta de activos fijos y negocios"]},e.exports["Sale/maturity of investments_study"]={en:["Sale/maturity of investments"],es:["Venta/vencimiento de inversiones"]},e.exports["Selling/general/admin expenses, other_study"]={en:["Selling/general/admin expenses, other"],es:["Gastos de venta, generales y administrativos, otros"]},e.exports["Selling/general/admin expenses, total_study"]={en:["Selling/general/admin expenses, total"],es:["Gastos de venta, generales y administrativos, total"]},e.exports["Session Volume HD_study"]={en:["Session Volume HD"]},e.exports["Session Volume Profile HD_study"]={en:["Session Volume Profile HD"],es:["Perfil de volumen de la sesión HD"]},e.exports["Session Volume Profile_study"]={en:["Session Volume Profile"],es:["Perfil de volumen de la sesión"]},e.exports["Session Volume_study"]={en:["Session Volume"],es:["Volumen de la sesión"]},e.exports["Shareholders' equity_study"]={en:["Shareholders' equity"],es:["Patrimonio de los accionistas"]},e.exports["Shares buyback ratio %_study"]={en:["Shares buyback ratio %"],es:["Ratio de recompra de acciones %"]},e.exports["Shooting Star - Bearish_study"]={en:["Shooting Star - Bearish"],es:["Estrella fugaz: bajista"]},e.exports["Short term debt excl. current portion of LT debt_study"]={en:["Short term debt excl. current portion of LT debt"],es:["Deuda a corto plazo excluida la parte circulante de deuda largo plazo"]},e.exports["Short term debt_study"]={en:["Short term debt"],es:["Deuda a corto plazo"]},e.exports["Short term investments_study"]={en:["Short term investments"],es:["Inversiones a corto plazo"]},e.exports["Sloan ratio %_study"]={en:["Sloan ratio %"]},e.exports["Smoothed Moving Average_study"]={en:["Smoothed Moving Average"],es:["Media móvil suavizada"]},e.exports["Solvency ratios_study"]={en:["Solvency ratios"],es:["Ratios de solvencia"]},e.exports["Spinning Top Black_study"]={en:["Spinning Top Black"],es:["Peonza negra"]},e.exports["Spinning Top White_study"]={en:["Spinning Top White"],es:["Peonza blanca"]},e.exports["Springate score_study"]={en:["Springate score"]},e.exports["Standard Deviation_study"]={en:["Standard Deviation"],es:["Desviación estándar"]},e.exports["Standard Error Bands_study"]={en:["Standard Error Bands"],es:["Bandas de error estándar"]},e.exports["Standard Error_study"]={en:["Standard Error"],es:["Error estándar"]},e.exports.Stoch_study={en:["Stoch"],es:["Estocástico"]},e.exports["Stochastic Momentum Index_study"]={en:["Stochastic Momentum Index"],es:["Índice de momentum estocástico"]},e.exports["Stochastic RSI_study"]={en:["Stochastic RSI"],es:["Índice de fuerza relativa (RSI) estocástica"]},e.exports["Stochastic Slow Strategy_study"]={en:["Stochastic Slow Strategy"],
+es:["Estrategia estocástica lenta"]},e.exports.Stochastic_study={en:["Stochastic"],es:["Estocástica"]},e.exports.SuperTrend_study={en:["SuperTrend"]},e.exports["Supertrend Strategy_study"]={en:["Supertrend Strategy"],es:["Estrategia Supertrend"]},e.exports.Supertrend_study={en:["Supertrend"]},e.exports["Sustainable growth rate_study"]={en:["Sustainable growth rate"],es:["Tasa de crecimiento sostenible"]},e.exports.TRIX_study={en:["TRIX"],es:["TRIX (media exponencial triple)"]},e.exports["Tangible book value per share_study"]={en:["Tangible book value per share"],es:["Valor contable tangible por acción"]},e.exports["Tangible common equity ratio_study"]={en:["Tangible common equity ratio"],es:["Ratio de capital ordinario tangible"]},e.exports.Taxes_study={en:["Taxes"],es:["Impuestos"]},e.exports["Technical Ratings Strategy_study"]={en:["Technical Ratings Strategy"],es:["Estrategia de ratings técnicos"]},e.exports["Technical Ratings_study"]={en:["Technical Ratings"],es:["Ratings técnicos"]},e.exports.Technicals_study={en:["Technicals"],es:["Datos técnicos"]},e.exports["Three Black Crows - Bearish_study"]={en:["Three Black Crows - Bearish"],es:["Tres cuervos negros: bajista"]},e.exports["Three White Soldiers - Bullish_study"]={en:["Three White Soldiers - Bullish"],es:["Tres soldados blancos: alcista"]},e.exports["Time Weighted Average Price_study"]={en:["Time Weighted Average Price"],es:["Precio medio ponderado en el tiempo"]},e.exports["Tobin's Q (approximate)_study"]={en:["Tobin's Q (approximate)"],es:["Q de Tobin (aproximado)"]},e.exports["Total assets_study"]={en:["Total assets"],es:["Activos totales"]},e.exports["Total cash dividends paid_study"]={en:["Total cash dividends paid"],es:["Total de dividendos pagados en efectivo"]},e.exports["Total common shares outstanding_study"]={en:["Total common shares outstanding"],es:["Total de acciones ordinarias en circulación"]},e.exports["Total current assets_study"]={en:["Total current assets"],es:["Activos circulantes totales"]},e.exports["Total current liabilities_study"]={en:["Total current liabilities"],es:["Pasivos circulantes totales"]},e.exports["Total debt_study"]={en:["Total debt"],es:["Deuda total"]},e.exports["Total equity_study"]={en:["Total equity"],es:["Capital total"]},e.exports["Total inventory_study"]={en:["Total inventory"],es:["Inventario total"]},e.exports["Total liabilities & shareholders' equities_study"]={en:["Total liabilities & shareholders' equities"],es:["Total de pasivo y patrimonio de los accionistas"]},e.exports["Total liabilities_study"]={en:["Total liabilities"],es:["Pasivos totales"]},e.exports["Total non-current assets_study"]={en:["Total non-current assets"],es:["Total de activos no circulantes"]},e.exports["Total non-current liabilities_study"]={en:["Total non-current liabilities"],es:["Total de pasivos no circulantes"]},e.exports["Total operating expenses_study"]={en:["Total operating expenses"],es:["Gastos operativos totales"]},e.exports["Total receivables, net_study"]={en:["Total receivables, net"],
+es:["Total de cuentas por cobrar, neto"]},e.exports["Total revenue_study"]={en:["Total revenue"],es:["Ingresos totales"]},e.exports["Trading Sessions_study"]={en:["Trading Sessions"],es:["Sesiones de negociación"]},e.exports["Treasury stock - common_study"]={en:["Treasury stock - common"],es:["Acciones propias - ordinarias"]},e.exports["Trend Strength Index_study"]={en:["Trend Strength Index"],es:["Índice de fuerza de la tendencia"]},e.exports["Tri-Star - Bearish_study"]={en:["Tri-Star - Bearish"],es:["Tres estrellas: bajista"]},e.exports["Tri-Star - Bullish_study"]={en:["Tri-Star - Bullish"],es:["Tres estrellas: alcista"]},e.exports["Triangle Chart Pattern_study"]={en:["Triangle Chart Pattern"],es:["Patrón gráfico triángulo"]},e.exports["Triple Bottom Chart Pattern_study"]={en:["Triple Bottom Chart Pattern"],es:["Patrón gráfico triple suelo"]},e.exports["Triple EMA_study"]={en:["Triple EMA"],es:["Media móvil exponencial triple"]},e.exports["Triple Top Chart Pattern_study"]={en:["Triple Top Chart Pattern"],es:["Patrón gráfico triple techo"]},e.exports["True Strength Index_study"]={en:["True Strength Index"],es:["Índice de fuerza verdadera"]},e.exports["True Strength Indicator_study"]={en:["True Strength Indicator"],es:["Índice de fuerza verdadera (TSI)"]},e.exports["Tweezer Top - Bearish_study"]={en:["Tweezer Top - Bearish"],es:["Techo en pinza: bajista"]},e.exports["Typical Price_study"]={en:["Typical Price"],es:["Precio tipico"]},e.exports["Ultimate Oscillator_study"]={en:["Ultimate Oscillator"],es:["Oscilador de Williams"]},e.exports["Unrealized gain/loss_study"]={en:["Unrealized gain/loss"],es:["Pérdidas/ganancias no realizadas"]},e.exports["Unusual income/expense_study"]={en:["Unusual income/expense"],es:["Ingresos/gastos inusuales"]},e.exports["Up/Down Volume_study"]={en:["Up/Down Volume"],es:["Volumen alcista/bajista"]},e.exports["Upside Tasuki Gap - Bullish_study"]={en:["Upside Tasuki Gap - Bullish"],es:["Tasuki Gap al alza: alcista"]},e.exports["VWAP Auto Anchored_study"]={en:["VWAP Auto Anchored"],es:["VWAP autoanclado"]},e.exports.VWAP_study={en:["VWAP"],es:["Precio medio ponderado por volumen (VWAP)"]},e.exports.VWMA_study={en:["VWMA"],es:["Media móvil ponderada de volumen (VWMA)"]},e.exports["Valuation ratios_study"]={en:["Valuation ratios"],es:["Ratios de valoración"]},e.exports["Visible Average Price_study"]={en:["Visible Average Price"],es:["Precio medio visible"]},e.exports["Visible Range Volume Profile_study"]={en:["Visible Range Volume Profile"],es:["Perfil de volumen de rango visible"]},e.exports["Visible Range_study"]={en:["Visible Range"],es:["Rango visible"]},e.exports.Vol_study={en:["Vol"],es:["Vol."]},e.exports["Volatility Close-to-Close_study"]={en:["Volatility Close-to-Close"],es:["Volatilidad precios cierre día (Close-to-Close)"]},e.exports["Volatility Index_study"]={en:["Volatility Index"],es:["Volatility índice"]},e.exports["Volatility O-H-L-C_study"]={en:["Volatility O-H-L-C"],es:["Volatilidad O-H-L-C"]},e.exports["Volatility Stop_study"]={en:["Volatility Stop"],
+es:["Stop de volatilidad"]},e.exports["Volatility Zero Trend Close-to-Close_study"]={en:["Volatility Zero Trend Close-to-Close"],es:["Volatilidad precios cierre día (Close-to-Close) con tendencia cero"]},e.exports["Volty Expan Close Strategy_study"]={en:["Volty Expan Close Strategy"],es:["Estrategia de cierre de expansión de volatilidad"]},e.exports["Volume Oscillator_study"]={en:["Volume Oscillator"],es:["Oscilador de volumen"]},e.exports["Volume Weighted Average Price_study"]={en:["Volume Weighted Average Price"],es:["Precio medio ponderado por volumen"]},e.exports["Volume Weighted Moving Average_study"]={en:["Volume Weighted Moving Average"],es:["Media móvil ponderada por volumen"]},e.exports.Volume_study={en:["Volume"],es:["Volumen"]},e.exports["Vortex Indicator_study"]={en:["Vortex Indicator"],es:["Indicador Vortex"]},e.exports["Williams %R_study"]={en:["Williams %R"]},e.exports["Williams Alligator_study"]={en:["Williams Alligator"],es:["Alligator de Williams"]},e.exports["Williams Fractal_study"]={en:["Williams Fractal"],es:["Fractal de Williams"]},e.exports["Williams Fractals_study"]={en:["Williams Fractals"],es:["Fractales de Williams"]},e.exports["Williams Percent Range_study"]={en:["Williams Percent Range"],es:["Rango de porcentajes de Williams"]},e.exports["Woodies CCI_study"]={en:["Woodies CCI"]},e.exports["Zig Zag_study"]={en:["Zig Zag"],es:["Zigzag"]},e.exports["Zmijewski score_study"]={en:["Zmijewski score"]}},89633:e=>{e.exports={en:["Anchored Volume Profile"],es:["Perfil de volumen anclado"]}},25705:e=>{e.exports={en:["Fixed Range Volume Profile"],es:["Perfil de volumen con rango fijo"]}},24261:e=>{e.exports={en:["Vol"],es:["Vol."]}},67736:e=>{e.exports={en:["Minor"],es:["Menor"]}},922:e=>{e.exports={en:["Minute"],es:["Minuto"]}},91405:e=>{e.exports={en:["Text"],es:["Texto"]}},78972:e=>{e.exports={en:["Couldn't copy"],es:["No se pudo copiar"]}},10615:e=>{e.exports={en:["Couldn't cut"],es:["No se pudo cortar"]}},81518:e=>{e.exports={en:["Couldn't paste"],es:["No se pudo pegar"]}},83140:e=>{e.exports={en:["Countdown to bar close"],es:["Cuenta atrás del cierre de barra"]}},10871:e=>{e.exports={en:["Colombo"]}},55761:e=>{e.exports={en:["Columns"],es:["Columnas"]}},9818:e=>{e.exports={en:["Comment"],es:["Comentarios"]}},53942:e=>{e.exports={en:["Compare or Add Symbol"],es:["Comparar/añadir símbolo"]}},12086:e=>{e.exports={en:["Compilation error"],es:["Error de compilación"]}},71692:e=>{e.exports={en:["Confirm to remove locked drawings"],es:["Confirmar para eliminar dibujos bloqueados"]}},48141:e=>{e.exports={en:["Confirm Inputs"],es:["Confirmar entradas de datos"]}},81605:e=>{e.exports={en:["Confirm Remove Study Tree"],es:["Confirmar Quitar árbol de estudio"]}},38917:e=>{e.exports={en:["Copenhagen"],es:["Copenhague"]}},49680:e=>{e.exports={en:["Copy"],es:["Copiar"]}},66134:e=>{e.exports={en:["Copy Chart Layout"],es:["Copiar diseño de gráfico"]}},63553:e=>{e.exports={en:["Copy price"],es:["Copiar precio"]}},65736:e=>{e.exports={en:["Cairo"]}},25381:e=>{e.exports={en:["Callout"],es:["Leyenda"]}},45054:e=>{
+e.exports={en:["Candles"],es:["Velas"]}},30948:e=>{e.exports={en:["Caracas"]}},70409:e=>{e.exports={en:["Casablanca"]}},37276:e=>{e.exports={en:["Change"],es:["Cambio"]}},85124:e=>{e.exports={en:["Change Symbol"],es:["Cambiar símbolo"]}},2569:e=>{e.exports={en:["Change interval"],es:["Cambiar intervalo"]}},9687:e=>{e.exports={en:["Change interval. Press number or comma"],es:["Cambiar intervalo. Pulsar la tecla del número o la coma"]}},36332:e=>{e.exports={en:["Change symbol. Start typing symbol name"],es:["Cambiar símbolo. Comience por escribir el nombre del símbolo"]}},48566:e=>{e.exports={en:["Change scale currency"],es:["Cambiar la moneda de escala"]}},85110:e=>{e.exports={en:["Change scale unit"],es:["Cambiar unidad de escala"]}},56275:e=>{e.exports={en:["Chart #{index}"],es:["Gráfico #{index}"]}},39950:e=>{e.exports={en:["Chart Properties"],es:["Propiedades del gráfico"]}},98856:e=>{e.exports={en:["Chart by TradingView"],es:["Gráfico por TradingView"]}},1136:e=>{e.exports={en:["Chart for {symbol}, {interval}"],es:["Gráfico para {symbol}, {interval}"]}},69804:e=>{e.exports={en:["Chart image copied to clipboard {emoji}"],es:["Imagen del gráfico copiada al portapapeles {emoji}"]}},6655:e=>{e.exports={en:["Chart image embed code copied to clipboard {emoji}"],es:["Código de integración de la imagen del gráfico copiado en el portapapeles {emoji}"]}},36549:e=>{e.exports={en:["Chatham Islands"],es:["Islas Chatham"]}},72452:e=>{e.exports={en:["Chicago"]}},50349:e=>{e.exports={en:["Chongqing"]}},91944:e=>{e.exports={en:["Circle"],es:["Cículo"]}},14985:e=>{e.exports={en:["Click to set a point"],es:["Haga clic para establecer un punto"]}},12537:e=>{e.exports={en:["Clone"],es:["Clonar"]}},62578:e=>{e.exports={en:["Close"],es:["Cierre"]}},264:e=>{e.exports={en:["Create limit order"],es:["Crear una orden con precio límite"]}},6969:e=>{e.exports={en:["Cross"],es:["Cruce"]}},74334:e=>{e.exports={en:["Cross Line"],es:["Línea de cruce"]}},59396:e=>{e.exports={en:["Currencies"],es:["Divisas"]}},20177:e=>{e.exports={en:["Current interval and above"],es:["Intervalo actual y superior"]}},494:e=>{e.exports={en:["Current interval and below"],es:["Intervalo actual e inferior"]}},60668:e=>{e.exports={en:["Current interval only"],es:["Solo intervalo actual"]}},78609:e=>{e.exports={en:["Curve"],es:["Curva"]}},87380:e=>{e.exports={en:["Cycle"],es:["Ciclo"]}},84031:e=>{e.exports={en:["Cyclic Lines"],es:["Líneas cíclicas"]}},93191:e=>{e.exports={en:["Cypher Pattern"],es:["Patrón Cypher"]}},7219:e=>{e.exports={en:["A layout with that name already exists"],es:["Ya existe un diseño con ese nombre"]}},67635:e=>{e.exports={en:["A layout with that name already exists. Do you want to overwrite it?"],es:["Ya existe un diseño con ese nombre. ¿Quiere sustituirlo?"]}},46712:e=>{e.exports={en:["ABCD Pattern"],es:["Patrón ABCD"]}},36485:e=>{e.exports={en:["Amsterdam"]}},24185:e=>{e.exports={en:["Anchor"],es:["Anclar"]}},42630:e=>{e.exports={en:["Anchorage"],es:["Anclaje"]}},42669:e=>{e.exports={en:["Anchored Text"],es:["Тexto anclado"]}},84541:e=>{
+e.exports={en:["Anchored VWAP"],es:["Precio medio ponderado por volumen (VWAP) anclado"]}},77401:e=>{e.exports={en:["Access error"],es:["Error de acceso"]}},46501:e=>{e.exports={en:["Add Symbol"],es:["Añadir símbolo"]}},2439:e=>{e.exports={en:["Add financial metric for {instrumentName}"],es:["Añadir métricas financieras en {instrumentName}"]}},35088:e=>{e.exports={en:["Add indicator/strategy on {studyTitle}"],es:["Añadir indicador/estrategia en {studyTitle}"]}},35679:e=>{e.exports={en:["Add this financial metric to entire layout"],es:["Aplicar estos parámetros financieros a todo el diseño"]}},10996:e=>{e.exports={en:["Add this financial metric to favorites"],es:["Añadir esta métrica financiera a favoritos"]}},26090:e=>{e.exports={en:["Add this indicator to entire layout"],es:["Añadir este indicador a todo el diseño"]}},92957:e=>{e.exports={en:["Add this indicator to favorites"],es:["Añadir este indicador a favoritos"]}},95754:e=>{e.exports={en:["Add this strategy to entire layout"],es:["Añadir esta estrategia a todo el diseño"]}},39010:e=>{e.exports={en:["Add this symbol to entire layout"],es:["Añadir este símbolo a todo el diseño"]}},426:e=>{e.exports={en:["Adelaide"]}},40452:e=>{e.exports={en:["Always invisible"],es:["Siempre invisible"]}},36299:e=>{e.exports={en:["Always visible"],es:["Siempre visible"]}},58026:e=>{e.exports={en:["All intervals"],es:["Todos los intervalos"]}},78358:e=>{e.exports={en:["Apply default"],es:["Aplicar configuración por defecto"]}},22437:e=>{e.exports={en:["Apply these indicators to entire layout"],es:["Aplicar estos indicadores a todo el diseño"]}},27072:e=>{e.exports={en:["Apr"],es:["Abr"]}},59324:e=>{e.exports={en:["Arc"],es:["Arco"]}},34456:e=>{e.exports={en:["Area"],es:["Área"]}},11858:e=>{e.exports={en:["Arrow"],es:["Flecha"]}},34247:e=>{e.exports={en:["Arrow Down"],es:["Flecha descendente"]}},36352:e=>{e.exports={en:["Arrow Marker"],es:["Marcador de flecha"]}},73193:e=>{e.exports={en:["Arrow Mark Down"],es:["Marca de la flecha descendente"]}},1949:e=>{e.exports={en:["Arrow Mark Left"],es:["Marca de la flecha hacia la izquierda"]}},86275:e=>{e.exports={en:["Arrow Mark Right"],es:["Marca de la flecha hacia la derecha"]}},62453:e=>{e.exports={en:["Arrow Mark Up"],es:["Marca de la flecha hacia arriba"]}},77231:e=>{e.exports={en:["Arrow Up"],es:["Flecha hacia rriba"]}},98128:e=>{e.exports={en:["Astana"]}},63627:e=>{e.exports={en:["Ashgabat"],es:["Asjabad"]}},72445:e=>{e.exports={en:["At close"],es:["Al cierre"]}},73702:e=>{e.exports={en:["Athens"],es:["Atenas"]}},21469:e=>{e.exports={en:["Auto"],es:["Automático"]}},24157:e=>{e.exports={en:["Auto (fits data to screen)"],es:["Automático (adapta los datos a la pantalla)"]}},46450:e=>{e.exports={en:["Aug"],es:["Ago"]}},21841:e=>{e.exports={en:["Average close price label"],es:["Etiqueta del precio medio de cierre"]}},16138:e=>{e.exports={en:["Average close price line"],es:["Línea con el precio medio de cierre"]}},73025:e=>{e.exports={en:["Avg"],es:["Promedio"]}},87580:e=>{e.exports={en:["Azores"]}},73905:e=>{e.exports={en:["Bogota"],
+es:["Bogotá"]}},90594:e=>{e.exports={en:["Bahrain"],es:["Bahrein"]}},70540:e=>{e.exports={en:["Balloon"],es:["Globo"]}},47045:e=>{e.exports={en:["Bangkok"]}},92101:e=>{e.exports={en:["Bar Replay isn't available for this chart type. Want to exit Bar Replay?"],es:["La Reproducción de barras no está disponible para este tipo de gráfico. ¿Desea salir de la Reproducción de barras?"]}},32482:e=>{e.exports={en:["Bar Replay isn't available for this symbol. Want to exit Bar Replay?"],es:["La Reproducción de barras no está disponible para este símbolo. ¿Desea salir de la Reproducción de barras?"]}},85902:e=>{e.exports={en:["Bar Replay isn't available for this time interval. Want to exit Bar Replay?"],es:["La Reproducción de barras no está disponible para este intervalo de tiempo. ¿Desea salir de la Reproducción de barras?"]}},27377:e=>{e.exports={en:["Bars"],es:["Barras"]}},81994:e=>{e.exports={en:["Bars Pattern"],es:["Patrón de barras"]}},59213:e=>{e.exports={en:["Baseline"],es:["Línea de referencia"]}},71797:e=>{e.exports={en:["Belgrade"],es:["Belgrado"]}},64313:e=>{e.exports={en:["Berlin"],es:["Berlín"]}},43539:e=>{e.exports={en:["Brush"],es:["Pincel"]}},91499:e=>{e.exports={en:["Brussels"],es:["Bruselas"]}},70876:e=>{e.exports={en:["Bratislava"]}},55481:e=>{e.exports={en:["Bring forward"],es:["Traer hacia delante"]}},17293:e=>{e.exports={en:["Bring to front"],es:["Traer al frente"]}},79336:e=>{e.exports={en:["Brisbane"]}},33672:e=>{e.exports={en:["Bucharest"],es:["Bucarest"]}},20313:e=>{e.exports={en:["Budapest"]}},25282:e=>{e.exports={en:["Buenos Aires"]}},46768:e=>{e.exports={en:["By TradingView"],es:["Por TradingView"]}},54280:e=>{e.exports={en:["Go to date"],es:["Ir a la fecha"]}},74975:e=>{e.exports={en:["Go to {lineToolName}"],es:["Vaya a {lineToolName}"]}},15462:e=>{e.exports={en:["Got it"],es:["Entendido"]}},47460:e=>{e.exports={en:["Gann Box"],es:["Cuadrícula de Gann"]}},48683:e=>{e.exports={en:["Gann Fan"],es:["Abanico de Gann"]}},44763:e=>{e.exports={en:["Gann Square"],es:["Cuadrado de Gann"]}},60707:e=>{e.exports={en:["Gann Square Fixed"],es:["Cuadrado de Gann fijo"]}},46808:e=>{e.exports={en:["Ghost Feed"]}},57726:e=>{e.exports={en:["Grand supercycle"],es:["Gran superciclo"]}},15096:e=>{e.exports={en:["Do you really want to delete indicator template '{name}' ?"],es:["¿Está seguro de que quiere borrar la plantilla de indicadores '{name}'?"]}},77174:e=>{e.exports={en:["Do you really want to delete study and all of it's children?"],es:["¿Está seguro de que desea eliminar el estudio y todos sus hijos?"]}},77125:e=>{e.exports={en:["Double Curve"],es:["Doble curva"]}},9430:e=>{e.exports={en:["Double-click any edge to reset layout grid"],es:["Haga doble clic en cualquiera de los bordes para restablecer la cuadrícula de la plantilla"]}},75296:e=>{e.exports={en:["Double-click to finish Path"],es:["Haga doble clic para finalizar la Ruta (Path)"]}},17409:e=>{e.exports={en:["Double-click to finish Polyline"],es:["Haga doble clic para finalizar la polilínea"]}},36539:e=>{e.exports={
+en:["Double-tap any edge to reset layout grid"],es:["Tocar dos veces cualquier borde para restablecer la cuadrícula de diseño"]}},57131:e=>{e.exports={en:["Data Provided by"],es:["Datos proporcionados por"]}},22677:e=>{e.exports={en:["Date"],es:["Fecha"]}},85444:e=>{e.exports={en:["Date Range"],es:["Rango de fechas"]}},47017:e=>{e.exports={en:["Date and Price Range"],es:["Rango de fecha y precio"]}},32084:e=>{e.exports={en:["Dec"],es:["Dic"]}},23403:e=>{e.exports={en:["Degree"],es:["Grado"]}},27358:e=>{e.exports={en:["Denver"]}},24959:e=>{e.exports={en:["Dhaka"]}},15179:e=>{e.exports={en:["Diamond"],es:["Diamante"]}},91544:e=>{e.exports={en:["Disjoint Channel"],es:["Canal disjunto"]}},70132:e=>{e.exports={en:["Displacement"],es:["Desplazamiento"]}},93864:e=>{e.exports={en:["Drawings toolbar"],es:["Barra de herramientas de dibujos"]}},56916:e=>{e.exports={en:["Draw Horizontal Line at {price}"],es:["Dibujar línea horizontal en {price}"]}},23650:e=>{e.exports={en:["Dubai"]}},79716:e=>{e.exports={en:["Dublin"],es:["Dublín"]}},73456:e=>{e.exports={en:["Emoji"]}},9541:e=>{e.exports={en:["Enter a new chart layout name"],es:["Introduzca un nuevo nombre para el diseño del gráfico"]}},80943:e=>{e.exports={en:["Elliott Correction Wave (ABC)"],es:["Onda correctiva de Elliott (ABC)"]}},75112:e=>{e.exports={en:["Elliott Double Combo Wave (WXY)"],es:["Onda de Elliott de doble combinación (WXY)"]}},61114:e=>{e.exports={en:["Elliott Impulse Wave (12345)"],es:["Onda de impulso de Elliott (12345)"]}},72359:e=>{e.exports={en:["Elliott Triangle Wave (ABCDE)"],es:["Onda triangular de Elliott (ABCDE)"]}},76129:e=>{e.exports={en:["Elliott Triple Combo Wave (WXYXZ)"],es:["Onda de Elliott de triple combinación (WXYXZ)"]}},78996:e=>{e.exports={en:["Ellipse"],es:["Elipse"]}},52788:e=>{e.exports={en:["Extended Line"],es:["Línea extendida"]}},86905:e=>{e.exports={en:["Exchange"],es:["Mercado bursátil"]}},19271:e=>{e.exports={en:["Existing pane above"],es:["Panel existente arriba"]}},46545:e=>{e.exports={en:["Existing pane below"],es:["Panel existente debajo"]}},20138:e=>{e.exports={en:["Forecast"],es:["Previsión"]}},2507:e=>{e.exports={en:["Feb"]}},59005:e=>{e.exports={en:["Fib Channel"],es:["Canal de Fibonacci"]}},82330:e=>{e.exports={en:["Fib Circles"],es:["Círculos de Fibonacci"]}},55986:e=>{e.exports={en:["Fib Retracement"],es:["Retroceso de Fibonacci"]}},33880:e=>{e.exports={en:["Fib Speed Resistance Arcs"],es:["Arcos de Fibonacci de resistencia de velocidad"]}},2395:e=>{e.exports={en:["Fib Speed Resistance Fan"],es:["Abanico de Fibonacci de resistencia de velocidad"]}},39014:e=>{e.exports={en:["Fib Spiral"],es:["Espiral de Fibonacci"]}},30622:e=>{e.exports={en:["Fib Time Zone"],es:["Zona horaria de Fibonacci"]}},85042:e=>{e.exports={en:["Fib Wedge"],es:["Cuña de Fibonacci"]}},33885:e=>{e.exports={en:["Flag"],es:["Bandera"]}},14600:e=>{e.exports={en:["Flag Mark"],es:["Marca con bandera"]}},45051:e=>{e.exports={en:["Flat Top/Bottom"],es:["Plano superior/inferior"]}},39643:e=>{e.exports={en:["Fraction part is invalid."],
+es:["La parte de la fracción no es correcta."]}},24077:e=>{e.exports={en:["Fundamental studies are no longer available on charts"],es:["Ya no se encuentran disponible los estudios fundamentales en los gráficos."]}},31561:e=>{e.exports={en:["Kolkata"],es:["Calcuta"]}},54533:e=>{e.exports={en:["Kathmandu"],es:["Katmandú"]}},83490:e=>{e.exports={en:["Kagi"]}},70913:e=>{e.exports={en:["Karachi"]}},76614:e=>{e.exports={en:["Kuwait"]}},38561:e=>{e.exports={en:["Kuala Lumpur"]}},99906:e=>{e.exports={en:["HLC area"],es:["Área HLC"]}},886:e=>{e.exports={en:["HLC bars"],es:["Barras con el máximo, mínimo y cierre (HLC)"]}},34491:e=>{e.exports={en:["Ho Chi Minh"]}},13459:e=>{e.exports={en:["Hollow candles"],es:["Velas huecas"]}},48861:e=>{e.exports={en:["Hong Kong"]}},79668:e=>{e.exports={en:["Honolulu"]}},21795:e=>{e.exports={en:["Horizontal Line"],es:["Línea horizontal"]}},25487:e=>{e.exports={en:["Horizontal Ray"],es:["Rayo horizontal"]}},21928:e=>{e.exports={en:["Head and Shoulders"],es:["Cabeza y hombros"]}},63876:e=>{e.exports={en:["Heikin Ashi"]}},48203:e=>{e.exports={en:["Helsinki"]}},27298:e=>{e.exports={en:["Hide"],es:["Ocultar"]}},47074:e=>{e.exports={en:["Hide all"],es:["Ocultar todo"]}},52563:e=>{e.exports={en:["Hide all drawings"],es:["Ocultar todos los dibujos"]}},90763:e=>{e.exports={en:["Hide all drawings and indicators"],es:["Ocultar todos los dibujos e indicadores"]}},18216:e=>{e.exports={en:["Hide all drawings, indicators, positions & orders"],es:["Ocultar todos los dibujos, indicadores, posiciones y órdenes"]}},78525:e=>{e.exports={en:["Hide all indicators"],es:["Ocultar todos los indicadores"]}},42164:e=>{e.exports={en:["Hide all positions & orders"],es:["Ocultar todas las posiciones y órdenes"]}},3217:e=>{e.exports={en:["Hide drawings"],es:["Ocultar dibujos"]}},97878:e=>{e.exports={en:["Hide events on chart"],es:["Ocultar eventos en el gráfico"]}},72351:e=>{e.exports={en:["Hide indicators"],es:["Ocultar indicadores"]}},28345:e=>{e.exports={en:["Hide marks on bars"],es:["Ocultar marcadores en las barras"]}},92226:e=>{e.exports={en:["Hide positions & orders"],es:["Ocultar posiciones y órdenes"]}},78254:e=>{e.exports={en:["High"],es:["Máximo"]}},98236:e=>{e.exports={en:["High-low"],es:["Máximo-mínimo"]}},99479:e=>{e.exports={en:["High and low price labels"],es:["Etiquetas de precios máximos y mínimos"]}},33766:e=>{e.exports={en:["High and low price lines"],es:["Líneas de precios máximos y mínimos"]}},69476:e=>{e.exports={en:["Highlighter"],es:["Resaltador"]}},72819:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."],es:["El histograma es demasiado grande, aumente el {boldHighlightStart}Tamaño de la fila{boldHighlightEnd} en la ventana de configuración."]}},94966:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Ticks Per Row{boldHighlightEnd} in the settings window."],
+es:["El histograma es demasiado grande, aumente los {boldHighlightStart}Ticks por fila{boldHighlightEnd} en la ventana de configuración."]}},66751:e=>{e.exports={en:["Histogram is too large, please reduce {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."],es:["El histograma es demasiado grande, reduzca el {boldHighlightStart}Tamaño de la fila{boldHighlightEnd} en la ventana de configuración."]}},68065:e=>{e.exports={en:["Image"],es:["Imagen"]}},80185:e=>{e.exports={en:["Intervals less than {resolution} are not supported for {ticker}."],es:["No se admiten los intervalos inferiores a {resolution} para {ticker}."]}},10268:e=>{e.exports={en:["Intermediate"],es:["Intermediario"]}},14285:e=>{e.exports={en:["Invalid Symbol"],es:["Símbolo incorrecto"]}},52969:e=>{e.exports={en:["Invalid symbol"],es:["Símbolo incorrecto"]}},37189:e=>{e.exports={en:["Invert scale"],es:["Invertir escala"]}},89999:e=>{e.exports={en:["Indexed to 100"],es:["Indexado a 100"]}},46850:e=>{e.exports={en:["Indicators value labels"],es:["Etiquetas con los valores de los indicadores"]}},54418:e=>{e.exports={en:["Indicators name labels"],es:["Etiquetas con los nombres de los indicadores"]}},40490:e=>{e.exports={en:["Indicators, Metrics and Strategies. Press slash"],es:["Indicadores, métricas y estrategias. Pulsar la tecla de la barra"]}},15992:e=>{e.exports={en:["Info Line"],es:["Línea de información"]}},87829:e=>{e.exports={en:["Insert indicator"],es:["Añadir indicador"]}},41686:e=>{e.exports={en:["Inside Pitchfork"],es:["Tridente interno"]}},37913:e=>{e.exports={en:["Icon"],es:["Icono"]}},78326:e=>{e.exports={en:["Istanbul"],es:["Estambul"]}},39585:e=>{e.exports={en:["Johannesburg"],es:["Johanesburgo"]}},14995:e=>{e.exports={en:["Jakarta"],es:["Yakarta"]}},62310:e=>{e.exports={en:["Jan"],es:["Ene"]}},36057:e=>{e.exports={en:["Jerusalem"],es:["Jerusalén"]}},53786:e=>{e.exports={en:["Jul"]}},429:e=>{e.exports={en:["Jun"]}},67560:e=>{e.exports={en:["Juneau"]}},62329:e=>{e.exports={en:["On the left"],es:["A la izquierda"]}},55813:e=>{e.exports={en:["On the right"],es:["A la derecha"]}},64818:e=>{e.exports={en:["Only {availableResolutions} intervals are supported for {ticker}."],es:["Solo se admiten intervalos {availableResolutions} para {ticker}."]}},21064:e=>{e.exports={en:["Oops!"],es:["¡Vaya!"]}},51221:e=>{e.exports={en:["Object Tree"],es:["Árbol de objetos"]}},12179:e=>{e.exports={en:["Oct"]}},16610:e=>{e.exports={en:["Open"],es:["Apertura"]}},27884:e=>{e.exports={en:["Open layout. Press period"],es:["Abrir diseño. Pulsar punto"]}},75722:e=>{e.exports={en:["Oslo"]}},65318:e=>{e.exports={en:["Low"],es:["Mínimo"]}},51077:e=>{e.exports={en:["Lock"],es:["Bloquear"]}},79777:e=>{e.exports={en:["Lock/unlock"],es:["Bloquear/Desbloquear"]}},66005:e=>{e.exports={en:["Lock vertical cursor line by time"],es:["Bloquear la línea vertical del cursor por tiempo"]}},14017:e=>{e.exports={en:["Lock price to bar ratio"],es:["Bloquear la relación precio/barra"]}},16170:e=>{e.exports={en:["Logarithmic"],es:["Logarítmico"]}},19439:e=>{e.exports={
+en:["London"],es:["Londres"]}},74832:e=>{e.exports={en:["Long Position"],es:["Posición larga"]}},28733:e=>{e.exports={en:["Los Angeles"],es:["Los Ángeles"]}},85924:e=>{e.exports={en:["Label Down"],es:["Etiqueta descendente"]}},52402:e=>{e.exports={en:["Label Up"],es:["Etiqueta ascendente"]}},5119:e=>{e.exports={en:["Labels"],es:["Etiquetas"]}},19931:e=>{e.exports={en:["Lagos"]}},63815:e=>{e.exports={en:["Last day change"],es:["Cambio del último día"]}},59444:e=>{e.exports={en:["Lima"]}},3554:e=>{e.exports={en:["Line"],es:["Línea"]}},9394:e=>{e.exports={en:["Line with markers"],es:["Línea con marcadores"]}},43588:e=>{e.exports={en:["Line break"],es:["Ruptura de línea"]}},56982:e=>{e.exports={en:["Lines"],es:["Líneas"]}},37367:e=>{e.exports={en:["Link to the chart image copied to clipboard {emoji}"],es:["Enlace a la imagen del gráfico copiado al portapapeles {emoji}"]}},53375:e=>{e.exports={en:["Lisbon"],es:["Lisboa"]}},81038:e=>{e.exports={en:["Luxembourg"],es:["Luxemburgo"]}},60663:e=>{e.exports={en:["Move the point to position the anchor then tap to place"],es:["Mueva el punto para posicionar el anclaje y después, toque para colocar"]}},35049:e=>{e.exports={en:["Move to"],es:["Mover a"]}},26493:e=>{e.exports={en:["Move scale to left"],es:["Mover escala hacia la izquierda"]}},40789:e=>{e.exports={en:["Move scale to right"],es:["Mover escala hacia la derecha"]}},57681:e=>{e.exports={en:["Modified Schiff Pitchfork"],es:["Tridente de Schiff modificado"]}},93907:e=>{e.exports={en:["More settings"],es:["Más ajustes"]}},64039:e=>{e.exports={en:["Moscow"],es:["Moscú"]}},52066:e=>{e.exports={en:["Madrid"]}},38365:e=>{e.exports={en:["Malta"]}},48991:e=>{e.exports={en:["Manila"]}},92767:e=>{e.exports={en:["Mar"]}},73332:e=>{e.exports={en:["Mexico City"],es:["Ciudad de Mexico"]}},88314:e=>{e.exports={en:["Merge all scales into one"],es:["Combinar todas las escalas en una"]}},54215:e=>{e.exports={en:["Mixed"],es:["Mixto"]}},24866:e=>{e.exports={en:["Micro"]}},87957:e=>{e.exports={en:["Millennium"]}},14724:e=>{e.exports={en:["Minuette"]}},78273:e=>{e.exports={en:["Minuscule"],es:["Minúsculo"]}},9865:e=>{e.exports={en:["Muscat"]}},96935:e=>{e.exports={en:["N/A"],es:["No disponible"]}},36252:e=>{e.exports={en:["No data here"],es:["Aquí no hay datos"]}},11254:e=>{e.exports={en:["No scale (fullscreen)"],es:["Sin escala (pantalla completa)"]}},9140:e=>{e.exports={en:["No sync"],es:["No sincronizar"]}},50910:e=>{e.exports={en:["No volume data"],es:["Sin datos sobre el volumen"]}},99024:e=>{e.exports={en:["No, keep them"],es:["No, guárdelos"]}},94389:e=>{e.exports={en:["Note"],es:["Nota"]}},26899:e=>{e.exports={en:["Nov"]}},67891:e=>{e.exports={en:["Norfolk Island"],es:["Isla de Norfolk"]}},40977:e=>{e.exports={en:["Nairobi"]}},40544:e=>{e.exports={en:["New York"],es:["Nueva York"]}},66103:e=>{e.exports={en:["New Zealand"],es:["Nueva Zelanda"]}},15512:e=>{e.exports={en:["New pane above"],es:["Nuevo panel superior"]}},52160:e=>{e.exports={en:["New pane below"],es:["Nuevo panel inferior"]}},94600:e=>{e.exports={en:["Nicosia"]}},73013:e=>{
+e.exports={en:["Something went wrong"],es:["Algo ha fallado"]}},83524:e=>{e.exports={en:["Something went wrong when creating the indicator."],es:["Algo ha ido mal al crear el indicador."]}},4509:e=>{e.exports={en:["Something went wrong. Please try again later."],es:["Algo ha fallado. Rogamos vuelva a intentarlo más tarde."]}},43047:e=>{e.exports={en:["Save New Chart Layout"],es:["Guardar nuevo diseño de gráfico"]}},76266:e=>{e.exports={en:["Save as"],es:["Guardar como"]}},55502:e=>{e.exports={en:["San Salvador"]}},30231:e=>{e.exports={en:["Santiago"]}},91912:e=>{e.exports={en:["Sao Paulo"]}},43931:e=>{e.exports={en:["Scale currency"],es:["Moneda de escala"]}},43758:e=>{e.exports={en:["Scale price chart only"],es:["Solo gráfico de precios a escala"]}},40012:e=>{e.exports={en:["Scale unit"],es:["Unidad de escala"]}},42608:e=>{e.exports={en:["Schiff Pitchfork"],es:["Tridente de Schiff"]}},76078:e=>{e.exports={en:["Script may be not updated if you leave the page."],es:["Puede que no se actualice el script si abandona la página."]}},32514:e=>{e.exports={en:["Settings"],es:["Opciones de configuración"]}},70784:e=>{e.exports={en:["Second fraction part is invalid."],es:["La segunda parte de la fracción no es correcta"]}},75594:e=>{e.exports={en:["Security info"],es:["Información del valor"]}},21973:e=>{e.exports={en:["Send to back"],es:["Enviar al fondo"]}},71179:e=>{e.exports={en:["Send backward"],es:["Enviar hacia atrás"]}},26820:e=>{e.exports={en:["Seoul"],es:["Seúl"]}},6816:e=>{e.exports={en:["Sep"]}},94031:e=>{e.exports={en:["Session"],es:["Sesión"]}},83298:e=>{e.exports={en:["Session volume profile"],es:["Perfil de volumen de la sesión"]}},66707:e=>{e.exports={en:["Session breaks"],es:["Ruptura de las sesiones"]}},1852:e=>{e.exports={en:["Shanghai"]}},8075:e=>{e.exports={en:["Short Position"],es:["Posición corta"]}},98334:e=>{e.exports={en:["Show"],es:["Mostrar"]}},85891:e=>{e.exports={en:["Show all drawings"],es:["Mostrar todos los dibujos"]}},25881:e=>{e.exports={en:["Show all drawings and indicators"],es:["Mostrar todos los dibujos e indicadores"]}},86738:e=>{e.exports={en:["Show all drawings, indicators, positions & orders"],es:["Mostrar todos los dibujos, indicadores, posiciones y órdenes"]}},98753:e=>{e.exports={en:["Show all indicators"],es:["Mostrar todos los indicadores"]}},55418:e=>{e.exports={en:["Show all ideas"],es:["Mostrar todas las ideas"]}},20506:e=>{e.exports={en:["Show all positions & orders"],es:["Mostrar todas las posiciones y órdenes"]}},33158:e=>{e.exports={en:["Show continuous contract switch"],es:["Mostrar el cambio de contrato continuo"]}},81465:e=>{e.exports={en:["Show contract expiration"],es:["Mostrar el vencimiento del contrato"]}},29449:e=>{e.exports={en:["Show dividends"],es:["Mostrar dividendos"]}},37113:e=>{e.exports={en:["Show earnings"],es:["Mostrar beneficios"]}},10261:e=>{e.exports={en:["Show ideas of followed users"],es:["Mostrar ideas de usuarios seguidos"]}},62986:e=>{e.exports={en:["Show latest news"],es:["Mostrar últimas noticias"]}},44020:e=>{e.exports={
+en:["Show my ideas only"],es:["Mostrar solo mis ideas"]}},50849:e=>{e.exports={en:["Show splits"],es:["Mostrar splits"]}},67751:e=>{e.exports={en:["Signpost"],es:["Señal"]}},77377:e=>{e.exports={en:["Singapore"],es:["Singapur"]}},39090:e=>{e.exports={en:["Sine Line"],es:["Línea del seno"]}},66205:e=>{e.exports={en:["Square"],es:["Cuadrado"]}},86146:e=>{e.exports={en:["Studies limit exceeded: {number} studies per layout.\nPlease, remove some studies."],es:["Se ha excedido el límite de estudios: {number} por diseño.\nElimine algunos estudios."]}},92516:e=>{e.exports={en:["Style"],es:["Estilo"]}},61507:e=>{e.exports={en:["Stack on the left"],es:["Apilar a la izquierda"]}},97800:e=>{e.exports={en:["Stack on the right"],es:["Apilar a la derecha"]}},85166:e=>{e.exports={en:["Start using keyboard navigation mode. Press {shortcut}"],es:["Empiece a utilizar el modo de navegación por teclado. Pulse {shortcut}"]}},4035:e=>{e.exports={en:["Stay in drawing mode"],es:["Permanecer en modo dibujo"]}},69217:e=>{e.exports={en:["Step line"],es:["Línea de pasos"]}},43114:e=>{e.exports={en:["Sticker"]}},86716:e=>{e.exports={en:["Stockholm"],es:["Estocolmo"]}},1145:e=>{e.exports={en:["Submicro"]}},63375:e=>{e.exports={en:["Submillennium"],es:["Submilenio"]}},30585:e=>{e.exports={en:["Subminuette"],es:["Subminutte"]}},67948:e=>{e.exports={en:["Supercycle"],es:["Superciclo"]}},3348:e=>{e.exports={en:["Supermillennium"],es:["Supermilenio"]}},18905:e=>{e.exports={en:["Switch to {resolution}"],es:["Cambiar a {resolution}"]}},31622:e=>{e.exports={en:["Sydney"],es:["Sidney"]}},70963:e=>{e.exports={en:["Symbol Error"],es:["Error de símbolo"]}},32390:e=>{e.exports={en:["Symbol name label"],es:["Etiqueta con el nombre del símbolo"]}},10127:e=>{e.exports={en:["Symbol last price label"],es:["Etiqueta del símbolo con el último precio"]}},39079:e=>{e.exports={en:["Sync globally"],es:["Sincronizar globalmente"]}},46607:e=>{e.exports={en:["Sync in layout"],es:["Sincronizar en el diseño"]}},76519:e=>{e.exports={en:["Point & figure"],es:["Punto y figura"]}},39949:e=>{e.exports={en:["Polyline"],es:["Polilínea"]}},371:e=>{e.exports={en:["Path"],es:["Ruta (Path)"]}},59256:e=>{e.exports={en:["Parallel Channel"],es:["Canal paralelo"]}},61879:e=>{e.exports={en:["Paris"],es:["París"]}},35140:e=>{e.exports={en:["Paste"],es:["Pegar"]}},6919:e=>{e.exports={en:["Percent"],es:["Porcentaje"]}},24436:e=>{e.exports={en:["Perth"]}},14055:e=>{e.exports={en:["Phoenix"]}},34156:e=>{e.exports={en:["Pitchfan"],es:["Tridente abanico o Pitchfan"]}},19634:e=>{e.exports={en:["Pitchfork"],es:["Tridente"]}},86631:e=>{e.exports={en:["Pin"],es:["Fijar"]}},33110:e=>{e.exports={en:["Pin to new left scale"],es:["Fijar a la nueva escala izquierda"]}},28280:e=>{e.exports={en:["Pin to new right scale"],es:["Fijar a la nueva escala derecha"]}},14115:e=>{e.exports={en:["Pin to left scale"],es:["Fijar a la escala izquierda"]}},72046:e=>{e.exports={en:["Pin to left scale (hidden)"],es:["Fijar a la escala izquierda (oculto)"]}},81054:e=>{e.exports={en:["Pin to right scale"],
+es:["Fijar a escala derecha"]}},16986:e=>{e.exports={en:["Pin to right scale (hidden)"],es:["Fijar a la escala derecha (oculto)"]}},60035:e=>{e.exports={en:["Pin to scale (now left)"],es:["Fijar a escala (ahora a la izquierda)"]}},94210:e=>{e.exports={en:["Pin to scale (now no scale)"],es:["Fijar a escala (ahora sin escala)"]}},10761:e=>{e.exports={en:["Pin to scale (now right)"],es:["Fijar a escala (ahora a la derecha)"]}},76150:e=>{e.exports={en:["Pin to scale (now {label})"],es:["Fijar a la escala (ahora {label})"]}},29436:e=>{e.exports={en:["Pin to scale {label}"],es:["Fijar a escala {label}"]}},2165:e=>{e.exports={en:["Pin to scale {label} (hidden)"],es:["Fijar a la escala {label} (oculto)"]}},90095:e=>{e.exports={en:["Pinned to left scale"],es:["Fijado a la escala izquierda"]}},32538:e=>{e.exports={en:["Pinned to left scale (hidden)"],es:["Fijado a la escala izquierda (oculto)"]}},44579:e=>{e.exports={en:["Pinned to right scale"],es:["Fijado a la escala derecha"]}},94559:e=>{e.exports={en:["Pinned to right scale (hidden)"],es:["Fijado a escala derecha (oculto)"]}},12645:e=>{e.exports={en:["Pinned to scale {label}"],es:["Fijado a la escala {label}"]}},3564:e=>{e.exports={en:["Pinned to scale {label} (hidden)"],es:["Fijado a la escala {label} (oculto)"]}},71566:e=>{e.exports={en:["Plus button"],es:['Botón "más"']}},28298:e=>{e.exports={en:["Please give us a clipboard writing permission in your browser or press {keystroke}"],es:["Por favor, denos permiso de escritura desde el portapapeles en su navegador o presione {keystroke}"]}},81248:e=>{e.exports={en:["Prague"],es:["Praga"]}},81712:e=>{e.exports={en:["Press and hold {key} while zooming to maintain the chart position"],es:["Mantenga presionada la tecla {key} mientras hace zoom para mantener la posición del gráfico"]}},91282:e=>{e.exports={en:["Price Label"],es:["Etiqueta de precio"]}},97512:e=>{e.exports={en:["Price Note"],es:["Nota sobre precios"]}},68941:e=>{e.exports={en:["Price Range"],es:["Rango de precios"]}},66123:e=>{e.exports={en:["Price format is invalid."],es:["El formato del precio no es correcto."]}},72926:e=>{e.exports={en:["Price line"],es:["Línea de precios"]}},59189:e=>{e.exports={en:["Primary"],es:["Primario"]}},75747:e=>{e.exports={en:["Projection"],es:["Proyección"]}},55801:e=>{e.exports={en:["Published on {customer}, {date}"],es:["Publicado en {customer}, {date}"]}},14568:e=>{e.exports={en:["Q1"],es:["T1"]}},13534:e=>{e.exports={en:["Q2"],es:["T2"]}},14530:e=>{e.exports={en:["Q3"],es:["T3"]}},3762:e=>{e.exports={en:["Q4"],es:["T4"]}},28756:e=>{e.exports={en:["Qatar"],es:["Catar"]}},57959:e=>{e.exports={en:["Quick search. Press {shortcut}"],es:["Búsqueda rápida. Pulsar {shortcut}"]}},56820:e=>{e.exports={en:["Rotated Rectangle"],es:["Rectángulo rotado"]}},52961:e=>{e.exports={en:["Rome"],es:["Roma"]}},50318:e=>{e.exports={en:["Ray"],es:["Rayo"]}},55169:e=>{e.exports={en:["Range"],es:["Rango"]}},13386:e=>{e.exports={en:["Reykjavik"],es:["Reikiavik"]}},26001:e=>{e.exports={en:["Rectangle"],es:["Rectángulo"]}},48236:e=>{e.exports={en:["Redo"],
+es:["Repetir"]}},2460:e=>{e.exports={en:["Regression Trend"],es:["Tendencia de regresión"]}},67410:e=>{e.exports={en:["Remove"],es:["Eliminar"]}},3061:e=>{e.exports={en:["Remove this financial metric from favorites"],es:["Eliminar esta métrica financiera de favoritos"]}},58764:e=>{e.exports={en:["Remove this indicator from favorites"],es:["Eliminar este indicador de favoritos"]}},86285:e=>{e.exports={en:["Remove {drawings}"],es:["Eliminar {drawings}"]}},87796:e=>{e.exports={en:["Remove {drawings} & {indicators}"],es:["Eliminar {drawings} y {indicators}"]}},87797:e=>{e.exports={en:["Remove {indicators}"],es:["Eliminar {indicators}"]}},22584:e=>{e.exports={en:["Rename Chart Layout"],es:["Cambiar el nombre del diseño del gráfico"]}},88130:e=>{e.exports={en:["Renko"]}},75246:e=>{e.exports={en:["Reset chart view"],es:["Restablecer visualización del gráfico"]}},88853:e=>{e.exports={en:["Reset points"],es:["Restablecer puntos"]}},15332:e=>{e.exports={en:["Reset price scale"],es:["Reiniciar escala de precios"]}},54170:e=>{e.exports={en:["Reset time scale"],es:["Reiniciar escala de tiempo"]}},37974:e=>{e.exports={en:["Riyadh"],es:["Riad"]}},94022:e=>{e.exports={en:["Riga"]}},60630:e=>{e.exports={en:["Runtime error"],es:["Error de ejecución"]}},66719:e=>{e.exports={en:["Warning"],es:["Advertencia"]}},5959:e=>{e.exports={en:["Warsaw"],es:["Varsovia"]}},41446:e=>{e.exports={en:["To calculate the VWAP indicator, more data is needed. Zoom out or scroll left to load more historical data."]}},98549:e=>{e.exports={en:["Tokelau"]}},69122:e=>{e.exports={en:["Tokyo"],es:["Tokio"]}},10095:e=>{e.exports={en:["Toronto"]}},17981:e=>{e.exports={en:["Table"],es:["Tabla"]}},11034:e=>{e.exports={en:["Taipei"]}},79995:e=>{e.exports={en:["Tallinn"],es:["Tallin"]}},6686:e=>{e.exports={en:["Tehran"],es:["Teherán"]}},93553:e=>{e.exports={en:["Template"],es:["Plantilla"]}},81657:e=>{e.exports={en:["The data vendor doesn't provide volume data for this symbol."],es:["El proveedor de datos no proporciona datos sobre el volumen para este símbolo."]}},49947:e=>{e.exports={en:["The publication preview could not be loaded. Please disable your browser extensions and try again."],es:["No se pudo cargar la vista previa de la publicación. Deshabilite las extensiones de su navegador y vuelva a intentarlo."]}},99274:e=>{e.exports={en:["The request took too long to process. Ensure you have a stable internet connection. If the issue persists, try decreasing the length of the requested time interval."],es:["La solicitud ha tardado demasiado en procesarse. Asegúrese de que dispone de una conexión a Internet estable. Si el problema persiste, intente reducir la duración del intervalo de tiempo solicitado."]}},43716:e=>{e.exports={en:["There's no data for your selected period and chart timeframe."],es:["No hay datos para el período e intervalo de tiempo del gráfico que ha seleccionado."]}},93738:e=>{e.exports={en:["This file is too big. Max size is {value}."],es:["Este archivo es demasiado grande. El tamaño máximo es de {value}."]}},59519:e=>{e.exports={
+en:["This indicator cannot be applied to another indicator."],es:["Este indicador no se puede aplicar a otro indicador."]}},18260:e=>{e.exports={en:["This script contains an error. Please contact its author."],es:["Este script contiene un error. Póngase en contacto con su autor."]}},76989:e=>{e.exports={en:["This script is invite-only. To request access, please contact its author."],es:["Este script requiere invitación. Para solicitar acceso, póngase en contacto con su autor."]}},47773:e=>{e.exports={en:["This symbol is only available on {linkStart}TradingView{linkEnd}."],es:["Símbolo solo disponible en {linkStart}TradingView{linkEnd}."]}},46982:e=>{e.exports={en:["Three Drives Pattern"],es:["Patrón Three Drives"]}},80254:e=>{e.exports={en:["Tick-based intervals are not available for {ticker}."],es:["No se encuentran disponibles los intervalos basados en ticks para {ticker}."]}},12806:e=>{e.exports={en:["Time"],es:["Hora"]}},20909:e=>{e.exports={en:["Time zone"],es:["Zona horaria"]}},46852:e=>{e.exports={en:["Time Cycles"],es:["Ciclos de tiempo"]}},17809:e=>{e.exports={en:["Time Price Opportunity"],es:["Oportunidad de precios en el tiempo"]}},66823:e=>{e.exports={en:["Trade"],es:["Operar"]}},7697:e=>{e.exports={en:["TradingView is interactive and has commands to use with a screen reader. The following is a list of keyboard commands available to interact on the platform"],es:["Tradingview es interactiva y dispone de comandos que se pueden utilizar mediante un lector de pantalla. A continuación puede ver una lista de comandos de teclado disponibles para interactuar con la plataforma"]}},35757:e=>{e.exports={en:["Trend Angle"],es:["Ángulo de tendencia"]}},97339:e=>{e.exports={en:["Trend Line"],es:["Línea de tendencia"]}},80583:e=>{e.exports={en:["Trend-Based Fib Extension"],es:["Extensión de Fibonacci basada en tendencias"]}},72159:e=>{e.exports={en:["Trend-Based Fib Time"],es:["Zona temporal de Fibonacci basada en tendencias"]}},1671:e=>{e.exports={en:["Triangle"],es:["Triángulo"]}},76152:e=>{e.exports={en:["Triangle Down"],es:["Triángulo descendente"]}},90148:e=>{e.exports={en:["Triangle Pattern"],es:["Patrón de triángulo"]}},21236:e=>{e.exports={en:["Triangle Up"],es:["Triángulo ascendente"]}},21007:e=>{e.exports={en:["Tunis"],es:["Túnez"]}},1833:e=>{e.exports={en:["UTC"]}},14804:e=>{e.exports={en:["Undo"],es:["Deshacer"]}},56815:e=>{e.exports={en:["Unexpected error in Deep Backtesting mode. Contact support for more information."],es:["Error inesperado en el modo Backtesting profundo. Póngase en contacto con el servicio de asistencia para obtener más información."]}},15432:e=>{e.exports={en:["Units"],es:["Unidades"]}},11768:e=>{e.exports={en:["Unknown error"],es:["Error desconocido"]}},99894:e=>{e.exports={en:["Unlock"],es:["Desbloquear"]}},75546:e=>{e.exports={en:["Unsupported interval"],es:["Intervalo no admitido"]}},8580:e=>{e.exports={en:["User-defined error"],es:["Error definido por el usuario"]}},81030:e=>{e.exports={en:["VWAP is waiting for more data"]}},40693:e=>{e.exports={en:["Volume Profile Fixed Range"],
+es:["Perfil de volumen con rango fijo (Volume Profile Fixed Range)"]}},39903:e=>{e.exports={en:["Volume Profile indicator available only on our upgraded plans."],es:["Indicador de Perfil de volumen disponible únicamente para nuestros usuarios con planes ampliados."]}},93722:e=>{e.exports={en:["Volume candles"],es:["Velas de volumen"]}},69156:e=>{e.exports={en:["Volume data is not provided in BIST MIXED data plan."],es:["Los datos de volumen no están disponibles en el plan de datos BIST MIXED."]}},92763:e=>{e.exports={en:["Volume footprint"],es:["Huella (footprint) de volumen"]}},32838:e=>{e.exports={en:["Vancouver"]}},29535:e=>{e.exports={en:["Vertical Line"],es:["Línea vertical"]}},23160:e=>{e.exports={en:["Vienna"],es:["Viena"]}},60534:e=>{e.exports={en:["Vilnius"]}},40091:e=>{e.exports={en:["Visibility"],es:["Visibilidad"]}},54853:e=>{e.exports={en:["Visibility on intervals"],es:["Visibilidad en los intervalos"]}},58302:e=>{e.exports={en:["Visible on tap"],es:["Visible al toque"]}},10309:e=>{e.exports={en:["Visible on mouse over"],es:["Visible al pasar el ratón"]}},4077:e=>{e.exports={en:["Visual order"],es:["Orden visual"]}},11316:e=>{e.exports={en:["X Cross"],es:["Cruz en X"]}},42231:e=>{e.exports={en:["XABCD Pattern"],es:["Patrón XABCD"]}},25059:e=>{e.exports={en:["You cannot see this pivot timeframe on this resolution"],es:["No puede ver este intervalo de tiempo de puntos pivote con esta resolución"]}},41019:e=>{e.exports={en:["You have locked drawings on this symbol. Do you want to remove the locked drawings too?"],es:["Tiene dibujos bloqueados en este símbolo. ¿Desea eliminar también esto dibujos?"]}},53168:e=>{e.exports={en:["Yangon"],es:["Yangón"]}},93123:e=>{e.exports={en:["Yes, remove them"],es:["Sí, quítelos"]}},62859:e=>{e.exports={en:["Zurich"]}},47977:e=>{e.exports={en:["change Elliott degree"],es:["cambiar el grado de Elliott"]}},61557:e=>{e.exports={en:["change no overlapping labels"],es:["cambiar las etiquetas no superpuestas"]}},76852:e=>{e.exports={en:["change average close price label visibility"],es:["cambiar la visibilidad de la etiqueta del precio medio de cierre"]}},1022:e=>{e.exports={en:["change average close price line visibility"],es:["cambiar la visibilidad de la línea del precio medio de cierre"]}},69362:e=>{e.exports={en:["change bid and ask labels visibility"],es:["cambiar la visibilidad de las etiquetas de compra y venta (bid and ask)"]}},52919:e=>{e.exports={en:["change bid and ask lines visibility"],es:["cambiar la visibilidad de las líneas de compra y venta (bid and ask)"]}},32302:e=>{e.exports={en:["change currency"],es:["cambiar divisa"]}},68846:e=>{e.exports={en:["change chart layout to {title}"],es:["cambiar la plantilla del gráfico de {title}"]}},18867:e=>{e.exports={en:["change continuous contract switch visibility"],es:["cambiar la visibilidad del cambio de contrato continuo"]}},39383:e=>{e.exports={en:["change countdown to bar close visibility"],es:["cambiar la visibilidad de la cuenta atrás del cierre de barra"]}},16979:e=>{e.exports={en:["change date range"],
+es:["cambiar el rango de fechas"]}},53929:e=>{e.exports={en:["change dividends visibility"],es:["cambiar la visibilidad de los dividendos"]}},6119:e=>{e.exports={en:["change events visibility on chart"],es:["cambiar la visibilidad de los eventos en el gráfico"]}},6819:e=>{e.exports={en:["change earnings visibility"],es:["cambiar la visibilidad de los beneficios"]}},85532:e=>{e.exports={en:["change futures contract expiration visibility"],es:["cambiar visibilidad del vencimiento de los contratos de futuros"]}},24226:e=>{e.exports={en:["change high and low price labels visibility"],es:["cambiar la visibilidad de las etiquetas de precios máximos y mínimos"]}},80692:e=>{e.exports={en:["change high and low price lines visibility"],es:["cambiar la visibilidad de las líneas de precios máximos y mínimos"]}},24893:e=>{e.exports={en:["change indicators name labels visibility"],es:["cambiar la visibilidad de las etiquetas con los nombres de los indicadores"]}},64729:e=>{e.exports={en:["change indicators value labels visibility"],es:["cambiar la visibilidad de las etiquetas con el valor de los indicadores"]}},50243:e=>{e.exports={en:["change latest news and Minds visibility"],es:["cambiar visibilidad últimas noticias y Pensamientos"]}},88849:e=>{e.exports={en:["change linking group"],es:["cambiar el grupo de enlace"]}},14691:e=>{e.exports={en:["change pane height"],es:["cambiar la altura del panel"]}},96379:e=>{e.exports={en:["change plus button visibility"],es:["cambiar la visibilidad del botón +"]}},76660:e=>{e.exports={en:["change point"],es:["cambiar el punto"]}},30870:e=>{e.exports={en:["change pre/post market price label visibility"],es:["cambiar la visibilidad de la etiqueta de precios pre/pos mercado"]}},11718:e=>{e.exports={en:["change pre/post market price line visibility"],es:["cambiar la visibilidad de la línea de precios pre/pos mercado"]}},58419:e=>{e.exports={en:["change previous close price line visibility"],es:["cambiar la visibilidad de la línea de precios del cierre anterior"]}},8662:e=>{e.exports={en:["change price line visibility"],es:["cambiar la visibilidad de la línea con los precios"]}},2509:e=>{e.exports={en:["change price to bar ratio"],es:["cambiar la ratio precio/barra"]}},32829:e=>{e.exports={en:["change resolution"],es:["cambiar resolución"]}},35400:e=>{e.exports={en:["change symbol"],es:["cambiar símbolo"]}},73357:e=>{e.exports={en:["change symbol labels visibility"],es:["cambiar la visibilidad de las etiquetas de símbolos"]}},67453:e=>{e.exports={en:["change symbol last value visibility"],es:["cambiar la visibilidad del último valor de los símbolos"]}},4729:e=>{e.exports={en:["change symbol previous close value visibility"],es:["cambiar la visibilidad con el valor del cierre anterior de los símbolos"]}},87041:e=>{e.exports={en:["change session"],es:["cambiar la sesión"]}},38413:e=>{e.exports={en:["change session breaks visibility"],es:["cambiar la visibilidad de las rupturas de las sesiones"]}},49965:e=>{e.exports={en:["change series style"],es:["cambiar el estilo de la serie"]}},47474:e=>{
+e.exports={en:["change splits visibility"],es:["cambiar la visibilidad de los splits"]}},20137:e=>{e.exports={en:["change timezone"],es:["cambiar la zona horaria"]}},85975:e=>{e.exports={en:["change unit"],es:["cambiar unidad"]}},1924:e=>{e.exports={en:["change visibility"],es:["cambiar la visibilidad"]}},84331:e=>{e.exports={en:["change visibility at current interval"],es:["cambiar visibilidad del intervalo actual"]}},45800:e=>{e.exports={en:["change visibility at current interval and above"],es:["cambiar visibilidad del intervalo actual y superior"]}},75645:e=>{e.exports={en:["change visibility at current interval and below"],es:["cambiar visibilidad del intervalo actual e inferior"]}},57916:e=>{e.exports={en:["change visibility at all intervals"],es:["cambiar visibilidad en todos los intervalos"]}},94566:e=>{e.exports={en:["charts by TradingView"],es:["gráficos por TradingView"]}},32943:e=>{e.exports={en:["clone line tools"],es:["clonar las herramientas de líneas"]}},46219:e=>{e.exports={en:["create line tools group"],es:["crear grupo de herramientas de líneas"]}},95394:e=>{e.exports={en:["create line tools group from selection"],es:["crear el grupo de herramientas de líneas a partir de la selección"]}},12898:e=>{e.exports={en:["create {tool}"],es:["crear {tool}"]}},94227:e=>{e.exports={en:["cut sources"],es:["recortar fuentes"]}},11500:e=>{e.exports={en:["cut {title}"],es:["recortar {title}"]}},63869:e=>{e.exports={en:["anchor objects"],es:["anclar objetos"]}},12570:e=>{e.exports={en:["add line tool {lineTool} to group {name}"],es:["añadir la herramienta de líneas {lineTool} al grupo {name}"]}},21162:e=>{e.exports={en:["add line tool(s) to group {group}"],es:["añadir herramienta(s) de línea al grupo {group}"]}},67608:e=>{e.exports={en:["add this financial metric to entire layout"],es:["añadi estos parámetros financieros a todo el diseño"]}},96677:e=>{e.exports={en:["add this indicator to entire layout"],es:["añadir este indicador a todo el diseño"]}},58156:e=>{e.exports={en:["add this strategy to entire layout"],es:["añadir esta estrategia a todo el diseño"]}},79290:e=>{e.exports={en:["add this symbol to entire layout"],es:["añadir este símbolo a todo el diseño"]}},4128:e=>{e.exports={en:["align to 45 degrees"],es:["alinear a 45 grados"]}},68231:e=>{e.exports={en:["apply chart theme"],es:["aplicar esquema al gráfico"]}},99551:e=>{e.exports={en:["apply all chart properties"],es:["aplicar todas las propiedades del gráfico"]}},89720:e=>{e.exports={en:["apply drawing template"],es:["aplicar plantilla de dibujo"]}},27851:e=>{e.exports={en:["apply factory defaults to selected sources"],es:["aplicar los valores por defecto de fábrica a las fuentes seleccionadas"]}},70507:e=>{e.exports={en:["apply indicators to entire layout"],es:["aplicar los indicadores a todo el diseño"]}},69604:e=>{e.exports={en:["apply study template {template}"],es:["aplicar la plantilla de estudio {template}"]}},86708:e=>{e.exports={en:["apply toolbars theme"],es:["aplicar el esquema de la barra de herramientas"]}},1979:e=>{e.exports={
+en:["bring group {title} forward"],es:["traer grupo de {title} adelante"]}},53159:e=>{e.exports={en:["bring {title} to front"],es:["traer {title} al frente"]}},41966:e=>{e.exports={en:["bring {title} forward"],es:["traer {title} hacia delante"]}},44676:e=>{e.exports={en:["by TradingView"],es:["por TradingView"]}},58850:e=>{e.exports={en:["date range lock"],es:["bloqueo rango de fechas"]}},99395:e=>{e.exports={en:["exclude line tools from group {group}"],es:["excluir las herramientas de líneas del grupo {group}"]}},13017:e=>{e.exports={en:["hide {title}"],es:["ocultar {title}"]}},62249:e=>{e.exports={en:["hide marks on bars"],es:["ocultar las marcas en las barras"]}},56558:e=>{e.exports={en:["interval lock"],es:["bloquear intervalo"]}},6830:e=>{e.exports={en:["invert scale"],es:["invertir escala"]}},48818:e=>{e.exports={en:["insert {title}"],es:["introducir {title}"]}},56307:e=>{e.exports={en:["insert {title} after {targetTitle}"],es:["introducir {title} después de {targetTitle}"]}},32960:e=>{e.exports={en:["insert {title} after {target}"],es:["añadir {title} después de {target}"]}},57106:e=>{e.exports={en:["insert {title} before {target}"],es:["añadir {title} antes de {target}"]}},46229:e=>{e.exports={en:["insert {title} before {targetTitle}"],es:["añadir {title} antes de {targetTitle}"]}},43364:e=>{e.exports={en:["load default drawing template"],es:["cargar la plantilla de dibujo por defecto"]}},62011:e=>{e.exports={en:["loading..."],es:["cargando..."]}},76104:e=>{e.exports={en:["lock {title}"],es:["bloquear {title}"]}},20453:e=>{e.exports={en:["lock group {group}"],es:["bloquear grupo {group}"]}},18942:e=>{e.exports={en:["lock objects"],es:["bloquear objetos"]}},98277:e=>{e.exports={en:["move"],es:["movimiento"]}},58228:e=>{e.exports={en:["move {title} to new left scale"],es:["mover {title} a la nueva escala izquierda"]}},77482:e=>{e.exports={en:["move {title} to new right scale"],es:["mover {title} a la nueva escala de la derecha"]}},64077:e=>{e.exports={en:["move all scales to left"],es:["mover todas las escalas a la izquierda"]}},19013:e=>{e.exports={en:["move all scales to right"],es:["mover todas las escalas a la derecha"]}},52510:e=>{e.exports={en:["move drawing(s)"],es:["mover dibujo(s)"]}},79209:e=>{e.exports={en:["move left"],es:["mover hacia la izquierda"]}},60114:e=>{e.exports={en:["move right"],es:["mover hacia la derecha"]}},44854:e=>{e.exports={en:["move scale"],es:["mover escala"]}},10625:e=>{e.exports={en:["make {title} no scale (Full screen)"],es:["crear {title} sin escala (pantalla completa)"]}},76709:e=>{e.exports={en:["make group {group} invisible"],es:["hacer que no se visualice el grupo {group}"]}},45987:e=>{e.exports={en:["make group {group} visible"],es:["hacer visible el grupo {group}"]}},78055:e=>{e.exports={en:["merge down"],es:["unir por debajo"]}},41866:e=>{e.exports={en:["merge to pane"],es:["unir al panel"]}},52458:e=>{e.exports={en:["merge up"],es:["unir por encima"]}},90091:e=>{e.exports={en:["n/a"],es:["No disponible"]}},94981:e=>{e.exports={en:["scale price"],
+es:["escala de precios"]}},63796:e=>{e.exports={en:["scale price chart only"],es:["solo gráfico de precios a escala"]}},70771:e=>{e.exports={en:["scale time"],es:["escala de tiempo"]}},42070:e=>{e.exports={en:["scroll"],es:["desplazarse"]}},87840:e=>{e.exports={en:["scroll time"],es:["desplazarse por el horario"]}},82241:e=>{e.exports={en:["set price scale selection strategy to {title}"],es:["establecer la estrategia de selección de la escala de precios de {title}"]}},40962:e=>{e.exports={en:["send {title} backward"],es:["enviar {title} hacia atrás"]}},5005:e=>{e.exports={en:["send {title} to back"],es:["enviar {title} atrás"]}},69546:e=>{e.exports={en:["send group {title} backward"],es:["enviar grupo de {title} atrás"]}},63934:e=>{e.exports={en:["share line tools globally"],es:["compartir las herramientas de línea globalmente"]}},90221:e=>{e.exports={en:["share line tools in layout"],es:["compartir las herramientas de línea en la plantilla"]}},13336:e=>{e.exports={en:["show all ideas"],es:["mostrar todas las ideas"]}},91395:e=>{e.exports={en:["show ideas of followed users"],es:["mostrar las ideas de los usuarios seguidos"]}},57460:e=>{e.exports={en:["show my ideas only"],es:["mostrar solo mis ideas"]}},4114:e=>{e.exports={en:["stay in drawing mode"],es:["permanecer en modo dibujo"]}},3350:e=>{e.exports={en:["stop syncing drawing"],es:["dejar de sincronizar los dibujos"]}},49183:e=>{e.exports={en:["stop syncing line tool(s)"],es:["dejar de sincronizar las herramienta(s) de línea"]}},53278:e=>{e.exports={en:["symbol lock"],es:["bloquear símbolo"]}},91677:e=>{e.exports={en:["sync time"],es:["tiempo de sincronización"]}},3140:e=>{e.exports={en:["powered by"],es:["con tecnología de"]}},92800:e=>{e.exports={en:["powered by TradingView"],es:["con tecnología de TradingView"]}},62192:e=>{e.exports={en:["paste drawing"],es:["pegar dibujo"]}},1064:e=>{e.exports={en:["paste indicator"],es:["pegar indicador"]}},57010:e=>{e.exports={en:["paste {title}"],es:["pegar {title}"]}},78690:e=>{e.exports={en:["pin to left scale"],es:["fijar a la escala izquierda"]}},7495:e=>{e.exports={en:["pin to right scale"],es:["Fijar a escala derecha"]}},81566:e=>{e.exports={en:["pin to scale {label}"],es:["fijar a escala {label}"]}},2618:e=>{e.exports={en:["rearrange panes"],es:["reordenar paneles"]}},60806:e=>{e.exports={en:["remove all indicators"],es:["eliminar todos los indicadores"]}},29096:e=>{e.exports={en:["remove all indicators and drawing tools"],es:["eliminar todos los indicadores y herramientas de dibujo"]}},27171:e=>{e.exports={en:["remove deselected empty line tools"],es:["eliminar las líneas en blanco no seleccionadas"]}},30538:e=>{e.exports={en:["remove drawings"],es:["eliminar dibujos"]}},1193:e=>{e.exports={en:["remove drawings group"],es:["eliminar grupo de dibujos"]}},38199:e=>{e.exports={en:["remove line data sources"],es:["eliminar las fuentes de datos de las líneas"]}},93333:e=>{e.exports={en:["remove pane"],es:["eliminar panel"]}},94543:e=>{e.exports={en:["remove {title}"],es:["eliminar {title}"]}},41430:e=>{e.exports={
+en:["removing line tools group {name}"],es:["eliminar el grupo de herramientas de líneas {name}"]}},80491:e=>{e.exports={en:["rename group {group} to {newName}"],es:["cambiar el nombre del grupo {group} a {newName}"]}},85366:e=>{e.exports={en:["reset layout sizes"],es:["restablecer el tamaño de la plantilla"]}},3323:e=>{e.exports={en:["reset scales"],es:["restablecer escala"]}},17336:e=>{e.exports={en:["reset time scale"],es:["reiniciar escala de tiempo"]}},47418:e=>{e.exports={en:["resize layout"],es:["cambiar el tamaño de la plantilla"]}},85815:e=>{e.exports={en:["restore defaults"],es:["restablecer valores por defecto"]}},96881:e=>{e.exports={en:["restore study defaults"],es:["restaurar los valores por defecto del estudio"]}},63095:e=>{e.exports={en:["toggle maximized pane state"],es:["cambiar el estado del panel maximizado"]}},42240:e=>{e.exports={en:["toggle auto scale"],es:["alternar escala automática"]}},46054:e=>{e.exports={en:["toggle collapsed pane state"],es:["alternar el estado del panel colapsado"]}},24736:e=>{e.exports={en:["toggle indexed to 100 scale"],es:["alternar indexado a una escala de 100"]}},49695:e=>{e.exports={en:["toggle lock scale"],es:["alternar bloquear escala"]}},49403:e=>{e.exports={en:["toggle log scale"],es:["alternar escala logarítmica"]}},98994:e=>{e.exports={en:["toggle percentage scale"],es:["alternar escala de porcentajes"]}},80688:e=>{e.exports={en:["toggle regular scale"],es:["alternar escala regular"]}},46807:e=>{e.exports={en:["track time"],es:["controlar el tiempo"]}},8040:e=>{e.exports={en:["turn line tools sharing off"],es:["desactivar la posibilidad de compartir herramientas de línea"]}},99234:e=>{e.exports={en:["unanchor objects"],es:["desanclar objetos"]}},23230:e=>{e.exports={en:["unlock objects"],es:["desbloquear objetos"]}},74590:e=>{e.exports={en:["unlock group {group}"],es:["desbloquear al grupo {group}"]}},12525:e=>{e.exports={en:["unlock {title}"],es:["desbloquear {title}"]}},81576:e=>{e.exports={en:["unmerge to new bottom pane"],es:["desagrupar en el nuevo panel inferior"]}},79443:e=>{e.exports={en:["unmerge up"],es:["desagrupar por encima"]}},46453:e=>{e.exports={en:["unmerge down"],es:["desagrupar por debajo"]}},94656:e=>{e.exports={en:["{chartStyle} chart type isn't currently available for tick-based intervals."],es:["Actualmente, el tipo de gráfico {chartStyle} no está disponible para intervalos basados en ticks."]}},41643:e=>{e.exports={en:["{count} bars"],es:["{count} barras"]}},83470:e=>{e.exports={en:["{symbol} financials by TradingView"],es:["Información financiera de {symbol} por TradingView"]}},40947:e=>{e.exports={en:["{userName} published on {customer}, {date}"],es:["{userName} publicado en {customer}, {date}"]}},91084:e=>{e.exports={en:["zoom"]}},49856:e=>{e.exports={en:["zoom in"],es:["aumentar"]}},73638:e=>{e.exports={en:["zoom out"],es:["alejar"]}},41807:e=>{e.exports={en:["day","days"],es:["día","días"]}},42328:e=>{e.exports={en:["hour","hours"],es:["hora","horas"]}},98393:e=>{e.exports={en:["month","months"],es:["mes","meses"]}},78318:e=>{
+e.exports={en:["minute","minutes"],es:["minuto","minutos"]}},33232:e=>{e.exports={en:["second","seconds"],es:["segundo","segundos"]}},89937:e=>{e.exports={en:["range","ranges"],es:["rango","rangos"]}},48898:e=>{e.exports={en:["week","weeks"],es:["semana","semanas"]}},11913:e=>{e.exports={en:["tick","ticks"]}},22299:e=>{e.exports={en:["{amount} drawing","{amount} drawings"],es:["{amount} dibujo","{amount} dibujos"]}},68984:e=>{e.exports={en:["{amount} indicator","{amount} indicators"],es:["{amount} indicador","{amount} indicadores"]}},58590:e=>{e.exports={en:["{count}m","{count}m"]}},47801:e=>{e.exports={en:["{count}d","{count}d"]}},46766:e=>{e.exports={en:["{count}y","{count}y"],es:["{count}a","{count}a"]}},56316:e=>{e.exports=Object.create(null),e.exports["#AAPL-symbol-description"]={en:["Apple Inc"]},e.exports["#AMEX:SCHO-symbol-description"]={en:["Schwab Short-Term U.S. Treasury ETF"],es:["ETF Schwab Short-Term US Treasury"]},e.exports["#AMEX:SHYG-symbol-description"]={en:["Shares 0-5 YEAR High Yield Corporate Bond ETF"]},e.exports["#ASX:XAF-symbol-description"]={en:["S&P/ASX All Australian 50 Index"],es:["Índice S&P/ASX All Australian 50"]},e.exports["#ASX:XAT-symbol-description"]={en:["S&P/ASX All Australian 200 Index"],es:["Índice S&P/ASX All Australian 200"]},e.exports["#ASX:XJO-symbol-description"]={en:["S&P/ASX 200 Index"],es:["Índice S&P/ASX 200"]},e.exports["#AUDCAD-symbol-description"]={en:["Australian Dollar/Canadian Dollar"],es:["Dólar australiano/Dólar canadiense"]},e.exports["#AUDCHF-symbol-description"]={en:["Australian Dollar / Swiss Franc"],es:["Dólar australiano/Franco suizo"]},e.exports["#AUDJPY-symbol-description"]={en:["Australian Dollar / Japanese Yen"],es:["Dólar australiano/Yen japonés"]},e.exports["#AUDNZD-symbol-description"]={en:["Australian Dollar / New Zealand Dollar"],es:["Dólar australiano/Dólar neozelandés"]},e.exports["#AUDRUB-symbol-description"]={en:["Australian Dollar / Russian Ruble"],es:["Dólar australiano/Rublo ruso"]},e.exports["#AUDUSD-symbol-description"]={en:["Australian Dollar / U.S. Dollar"],es:["Dólar australiano/Dólar estadounidense"]},e.exports["#BCBA:IMV-symbol-description"]={en:["S&P MERVAL Index"],es:["Índice S&P MERVAL"]},e.exports["#BCHEUR-symbol-description"]={en:["Bitcoin Cash / Euro"],es:["Bitcoin al contado/Euro"]},e.exports["#BCHUSD-symbol-description"]={en:["Bitcoin Cash / U.S. Dollar"],es:["Bitcoin Cash/Dólar estadounidense"]},e.exports["#BELEX:BELEX15-symbol-description"]={en:["BELEX 15 Index"],es:["Índice BELEX 15"]},e.exports["#BIST:XU100-symbol-description"]={en:["BIST 100 Index"],es:["Índice BIST 100"]},e.exports["#BITMEX:XBT-symbol-description"]={en:["Bitcoin / U.S. Dollar Index"],es:["Bitcoin/Índice dólar estadounidense"]},e.exports["#BME:IBC-symbol-description"]={en:["IBEX 35 Index"],es:["Índice IBEX 35"]},e.exports["#BMFBOVESPA:IBOV-symbol-description"]={en:["Bovespa Index"],es:["Índice Bovespa"]},e.exports["#BMFBOVESPA:IBRA-symbol-description"]={en:["IBrasil Index"],es:["Índice IBrasil"]},e.exports["#BMFBOVESPA:IBXL-symbol-description"]={
+en:["Brazil 50 Index"],es:["Índice Brazil 50"]},e.exports["#BMV:CT-symbol-description"]={en:["China SX20 RT"]},e.exports["#BMV:F-symbol-description"]={en:["Ford Motor Company"]},e.exports["#BMV:ME-symbol-description"]={en:["S&P/BMV IPC Index"],es:["Índice S&P/BMV IPC"]},e.exports["#BRLJPY-symbol-description"]={en:["Brazilian Real / Japanese Yen"],es:["Real brasileño/Yen japonés"]},e.exports["#BSE:ITI-symbol-description"]={en:["ITI Ltd"]},e.exports["#BSE:SENSEX-symbol-description"]={en:["S&P BSE Sensex Index"],es:["Índice S&P BSE Sensex"]},e.exports["#BTCBRL-symbol-description"]={en:["Bitcoin / Brazilian Real"],es:["Bitcoin/Real brasileño"]},e.exports["#BTCCAD-symbol-description"]={en:["Bitcoin / Canadian Dollar"],es:["Bitcoin/Dólar Canadiense"]},e.exports["#BTCCNY-symbol-description"]={en:["Bitcoin / Chinese Yuan"],es:["Bitcoin/Yuan Chino"]},e.exports["#BTCEUR-symbol-description"]={en:["Bitcoin / Euro"],es:["Bitcoin/Euro"]},e.exports["#BTCGBP-symbol-description"]={en:["Bitcoin / British Pound"],es:["Bitcoin/Libra esterlina"]},e.exports["#BTCJPY-symbol-description"]={en:["Bitcoin / Japanese Yen"],es:["Bitcoin/Yen japonés"]},e.exports["#BTCKRW-symbol-description"]={en:["Bitcoin / South Korean Won"],es:["Bitcoin/Won Surcoreano"]},e.exports["#BTCPLN-symbol-description"]={en:["Bitcoin / Polish Zloty"],es:["Bitcoin/Esloti polaco"]},e.exports["#BTCRUB-symbol-description"]={en:["Bitcoin / Russian Ruble"],es:["Bitcoin/Rublo ruso"]},e.exports["#BTCTHB-symbol-description"]={en:["Bitcoin / Thai Baht"],es:["Bitcoin/Baht tailandés"]},e.exports["#BTCUSD-symbol-description"]={en:["Bitcoin / U.S. Dollar"],es:["Bitcoin/Dólar estadounidense"]},e.exports["#BTGUSD-symbol-description"]={en:["Bitcoin Gold / U.S. Dollar"],es:["Bitcoin Gold/Dólar estadounidense"]},e.exports["#BVL:SPBLPGPT-symbol-description"]={en:["S&P / BVL Peru General Index (PEN)"],es:["Índice S&P/BVL Peru General (PEN)"]},e.exports["#BVSP-symbol-description"]={en:["Brazil Bovespa Index"],es:["Índice Brazil Bovespa"]},e.exports["#CADJPY-symbol-description"]={en:["Canadian Dollar / Japanese Yen"],es:["Dólar canadiense/Yen japonés"]},e.exports["#CADUSD-symbol-description"]={en:["Canadian Dollar / U.S. Dollar"],es:["Dólar canadiense/Dólar estadounidense"]},e.exports["#CBOE:OEX-symbol-description"]={en:["S&P 100 Index"],es:["Índice S&P 100"]},e.exports["#CBOE:VIX-symbol-description"]={en:["Volatility S&P 500 Index"],es:["Índice volatilidad S&P 500"]},e.exports["#CBOT:ZB1!-symbol-description"]={en:["T-Bond Futures"],es:["Futuros T-Bond"]},e.exports["#CBOT:ZC1!-symbol-description"]={en:["Corn Futures"],es:["Futuros de maíz"]},e.exports["#CBOT:ZM1!-symbol-description"]={en:["Soybean Meal Futures"],es:["Futuros de la harina de soja"]},e.exports["#CBOT:ZN1!-symbol-description"]={en:["10 Year T-Note Futures"],es:["Futuros T-Note a 10 años"]},e.exports["#CBOT:ZO1!-symbol-description"]={en:["Oat Futures"],es:["Futuros de la avena"]},e.exports["#CBOT:ZQ1!-symbol-description"]={en:["30 Day Federal Funds Interest Rate Futures"],
+es:["Futuros sobre el tipo de interés de los fondos federales a 30 días"]},e.exports["#CBOT:ZR1!-symbol-description"]={en:["Rice Futures"],es:["Futuros de arroz"]},e.exports["#CBOT:ZS1!-symbol-description"]={en:["Soybean Futures"],es:["Futuros de soja"]},e.exports["#CBOT:ZW1!-symbol-description"]={en:["Wheat Futures"],es:["Futuros Trigo"]},e.exports["#CBOT_MINI:XK1!-symbol-description"]={en:["Soybean Mini Futures"],es:["Futuros mini de soja"]},e.exports["#CBOT_MINI:XW1!-symbol-description"]={en:["Wheat Mini Futures"],es:["Futuros mini de trigo"]},e.exports["#CBOT_MINI:YM1!-symbol-description"]={en:["E-mini Dow Jones ($5) Futures"],es:["Futuros E-mini Dow Jones ($5)"]},e.exports["#CHFJPY-symbol-description"]={en:["Swiss Franc / Japanese Yen"],es:["Franco suizo/Yen japonés"]},e.exports["#CHFUSD-symbol-description"]={en:["Swiss Franc / U.S. Dollar"],es:["Franco suizo/Dólar estadounidense"]},e.exports["#CME:BTC1!-symbol-description"]={en:["Bitcoin CME Futures"],es:["Futuros de bitcoin del CME"]},e.exports["#CME:CB1!-symbol-description"]={en:["Butter Futures-Cash (Continuous: Current contract in front)"],es:["Futuros de mantequilla: efectivo (continuo: contrato vigente con vencimiento próximo)"]},e.exports["#CME:GF1!-symbol-description"]={en:["Feeder Cattle Futures"],es:["Futuros ganado de engorde"]},e.exports["#CME:HE1!-symbol-description"]={en:["Lean Hogs Futures"],es:["Futuros carne de cerdo"]},e.exports["#CME:LE1!-symbol-description"]={en:["Live Cattle Futures"],es:["Futuros de ganado vivo"]},e.exports["#CME_MINI:E71!-symbol-description"]={en:["Euro E-mini Futures"],es:["Futuros E-mini euro"]},e.exports["#CME_MINI:ES1!-symbol-description"]={en:["S&P 500 E-mini Futures"],es:["Futuros E-Mini S&P 500"]},e.exports["#CME_MINI:J71!-symbol-description"]={en:["Japanese Yen E-mini Futures"],es:["Futuros E-mini del yen japonés"]},e.exports["#CME_MINI:NQ1!-symbol-description"]={en:["NASDAQ 100 E-mini Futures"],es:["Futuros NASDAQ 100 E-mini"]},e.exports["#CME_MINI:RTY1!-symbol-description"]={en:["E-Mini Russell 2000 Index Futures"],es:["Futuros del índice E-Mini Russell 2000"]},e.exports["#COMEX:AEP1!-symbol-description"]={en:["Aluminium European Premium Futures"],es:["Futuros Aluminium European Premium"]},e.exports["#COMEX:AUP1!-symbol-description"]={en:["Aluminum MW U.S. Transaction Premium Platts (25MT) Futures"],es:["Futuros Aluminum MW U.S. Transaction Premium Platts (25MT)"]},e.exports["#COMEX:GC1!-symbol-description"]={en:["Gold Futures"],es:["Futuros de oro"]},e.exports["#COMEX:HG1!-symbol-description"]={en:["Copper Futures"],es:["Futuros Cobre"]},e.exports["#COMEX:SI1!-symbol-description"]={en:["Silver Futures"],es:["Futuros de la plata"]},e.exports["#COMEX_MINI:QC1!-symbol-description"]={en:["E-mini Copper Futures"],es:["Futuros E-mini cobre"]},e.exports["#COMEX_MINI:QI1!-symbol-description"]={en:["Silver (Mini) Futures"],es:["Futuros (Mini) plata"]},e.exports["#COMEX_MINI:QO1!-symbol-description"]={en:["Gold (Mini) Futures"],es:["Futuros de oro (Mini)"]},e.exports["#COPPER-symbol-description"]={en:["CFDs on Copper"],
+es:["CFDs sobre cobre"]},e.exports["#CORNUSD-symbol-description"]={en:["CFDs on Corn"],es:["CFDs sobre maíz"]},e.exports["#COTUSD-symbol-description"]={en:["CFDs on Cotton"],es:["CFDs sobre algodón"]},e.exports["#CRYPTOCAP:TOTAL-symbol-description"]={en:["Crypto Total Market Cap, $"],es:["Capitalización total del mercado de criptomonedas, USD"]},e.exports["#DFM:DFMGI-symbol-description"]={en:["DFM Index"],es:["Índice DFM"]},e.exports["#DJ:DJA-symbol-description"]={en:["Dow Jones Composite Average Index"],es:["Índice Dow Jones Composite Average"]},e.exports["#DJ:DJCIAGC-symbol-description"]={en:["Dow Jones Commodity Index Agriculture Capped Component"],es:["Índice Dow Jones Commodity Index Agriculture Capped Component"]},e.exports["#DJ:DJCICC-symbol-description"]={en:["Dow Jones Commodity Index Cocoa"],es:["Índice Dow Jones de materias primas: cacao"]},e.exports["#DJ:DJCIEN-symbol-description"]={en:["Dow Jones Commodity Index Energy"],es:["Índice Dow Jones de materias primas: energía."]},e.exports["#DJ:DJCIGC-symbol-description"]={en:["Dow Jones Commodity Index Gold"],es:["Índice Dow Jones de materias primas: oro"]},e.exports["#DJ:DJCIGR-symbol-description"]={en:["Dow Jones Commodity Index Grains"],es:["Índice de materias primas de Dow Jones: granos"]},e.exports["#DJ:DJCIIK-symbol-description"]={en:["Dow Jones Commodity Index Nickel"],es:["Índice Dow Jones de materias primas: níquel"]},e.exports["#DJ:DJCIKC-symbol-description"]={en:["Dow Jones Commodity Index Coffee"],es:["Índice Dow Jones de materias primas: café"]},e.exports["#DJ:DJCISB-symbol-description"]={en:["Dow Jones Commodity Index Sugar"],es:["Índice Dow Jones de materias primas: azúcar"]},e.exports["#DJ:DJCISI-symbol-description"]={en:["Dow Jones Commodity Index Silver"],es:["Índice Dow Jones de materias primas: plata"]},e.exports["#DJ:DJI-symbol-description"]={en:["Dow Jones Industrial Average Index"],es:["Índice Dow Jones Industrial Average"]},e.exports["#DJ:DJT-symbol-description"]={en:["Dow Jones Transportation Average Index"],es:["Índice Dow Jones Transportation Average"]},e.exports["#DJ:DJU-symbol-description"]={en:["Dow Jones Utility Average Index"],es:["Índice Dow Jones Utility Average"]},e.exports["#DJ:DJUSCL-symbol-description"]={en:["Dow Jones U.S. Coal Index"],es:["Índice Dow Jones U.S. Coal"]},e.exports["#EGX:EGX30-symbol-description"]={en:["EGX 30 Index"],es:["Índice EGX 30"]},e.exports["#ETCBTC-symbol-description"]={en:["Ethereum Classic / Bitcoin"],es:["Ethereum Classic/Bitcoin"]},e.exports["#ETCEUR-symbol-description"]={en:["Ethereum Classic / Euro"],es:["Ethereum Classic/Euro"]},e.exports["#ETCUSD-symbol-description"]={en:["Ethereum Classic / U.S. Dollar"],es:["Ethereum Classic/Dólar estadounidense"]},e.exports["#ETHBTC-symbol-description"]={en:["Ethereum / Bitcoin"]},e.exports["#ETHEUR-symbol-description"]={en:["Ethereum / Euro"],es:["Ethereum/Euro"]},e.exports["#ETHGBP-symbol-description"]={en:["Ethereum / British Pound"],es:["Ethereum/Libra británica"]},e.exports["#ETHJPY-symbol-description"]={en:["Ethereum / Japanese Yen"],
+es:["Ethereum/Yen japonés"]},e.exports["#ETHKRW-symbol-description"]={en:["Ethereum / South Korean Won"],es:["Ethereum/Won surcoreano"]},e.exports["#ETHTHB-symbol-description"]={en:["Ethereum / Thai Baht"],es:["Ethereum/Baht tailandés"]},e.exports["#ETHUSD-symbol-description"]={en:["Ethereum / U.S. Dollar"],es:["Ethereum/Dólar estadounidense"]},e.exports["#EUBUND-symbol-description"]={en:["Euro Bund"],es:["Futuros del Bono Alemán"]},e.exports["#EURAUD-symbol-description"]={en:["Euro / Australian Dollar"],es:["Euro/Dólar Australiano"]},e.exports["#EURBRL-symbol-description"]={en:["Euro / Brazilian Real"],es:["Euro/Real brasileño"]},e.exports["#EURCAD-symbol-description"]={en:["Euro / Canadian Dollar"],es:["Euro/Dólar canadiense"]},e.exports["#EURCHF-symbol-description"]={en:["Euro / Swiss Franc"],es:["Euro/Franco suizo"]},e.exports["#EURGBP-symbol-description"]={en:["Euro / British Pound"],es:["Euro/Libra esterlina"]},e.exports["#EURJPY-symbol-description"]={en:["Euro / Japanese Yen"],es:["Euro/Yen japonés"]},e.exports["#EURNOK-symbol-description"]={en:["Euro / Norwegian Krone"],es:["Euro/Corona noruega"]},e.exports["#EURNZD-symbol-description"]={en:["Euro / New Zealand Dollar"],es:["Euro/Dólar neozelandés"]},e.exports["#EURONEXT:AEX-symbol-description"]={en:["AEX Index"],es:["Índice AEX"]},e.exports["#EURONEXT:BEL20-symbol-description"]={en:["BEL 20 Index"],es:["Índice BEL 20"]},e.exports["#EURONEXT:PX1-symbol-description"]={en:["CAC 40 Index"],es:["Índice CAC 40"]},e.exports["#EURRUB-symbol-description"]={en:["Euro / Russian Ruble"],es:["Euro/Rublo ruso"]},e.exports["#EURRUB_TOM-symbol-description"]={en:["Euro / Russian Ruble TOM"],es:["Eur/Rublo ruso TOM"]},e.exports["#EURSEK-symbol-description"]={en:["Euro / Swedish Krona"],es:["Euro FX/Corona sueca"]},e.exports["#EURTRY-symbol-description"]={en:["Euro / Turkish Lira"],es:["Euro/Lira turca"]},e.exports["#EURUSD-symbol-description"]={en:["Euro / U.S. Dollar"],es:["Euro/Dólar estadounidense"]},e.exports["#EUSTX50-symbol-description"]={en:["Euro Stoxx 50 Index"],es:["Índice Euro Stoxx 50"]},e.exports["#FOREXCOM:US2000-symbol-description"]={en:["US Small Cap 2000"]},e.exports["#FRA40-symbol-description"]={en:["CAC 40 Index"],es:["Indice CAC 40"]},e.exports["#FRED:GDP-symbol-description"]={en:["Gross Domestic Product, 1 Decimal"],es:["Producto Interior Bruto, 1 Decimal"]},e.exports["#FRED:POP-symbol-description"]={en:["Total Population: All Ages Including Armed Forces Overseas"],es:["Población Total: Todas las Edades incluyendo Fuerzas Armadas fuera del país"]},e.exports["#FRED:UNRATE-symbol-description"]={en:["Civilian Unemployment Rate"],es:["Tasa de Desempleo"]},e.exports["#FTSEMYX:FBMKLCI-symbol-description"]={en:["FTSE Bursa Malaysia KLCI Index"],es:["Índice FTSE Bursa Malaysia KLCI"]},e.exports["#FWB:KT1-symbol-description"]={en:["Key Tronic Corр."]},e.exports["#FX:AUS200-symbol-description"]={en:["S&P/ASX Index"],es:["Índice S&P/ASX"]},e.exports["#FX:US30-symbol-description"]={en:["Dow Jones Industrial Average Index"],es:["Índice Dow Jones Industrial Average"]},
+e.exports["#GBPAUD-symbol-description"]={en:["British Pound / Australian Dollar"],es:["Libra esterlina/Dólar australiano"]},e.exports["#GBPCAD-symbol-description"]={en:["British Pound / Canadian Dollar"],es:["Libra esterlina/Dólar canadiense"]},e.exports["#GBPCHF-symbol-description"]={en:["British Pound / Swiss Franc"],es:["Libra esterlina/Franco suizo"]},e.exports["#GBPEUR-symbol-description"]={en:["British Pound / Euro"],es:["Libra Esterlina/Euro"]},e.exports["#GBPJPY-symbol-description"]={en:["British Pound / Japanese Yen"],es:["Libra esterlina/Yen japonés"]},e.exports["#GBPNZD-symbol-description"]={en:["British Pound / New Zealand Dollar"],es:["Libra esterlina/Dólar neozelandés"]},e.exports["#GBPPLN-symbol-description"]={en:["British Pound / Polish Zloty"],es:["Libra británica/Esloti polaco"]},e.exports["#GBPRUB-symbol-description"]={en:["British Pound / Russian Ruble"],es:["Libra/Rublo ruso"]},e.exports["#GBPUSD-symbol-description"]={en:["British Pound / U.S. Dollar"],es:["Libra esterlina/Dólar estadounidense"]},e.exports["#GER30-symbol-description"]={en:["DAX Index"],es:["Índice DAX"]},e.exports["#GOOG-symbol-description"]={en:["Alphabet Inc (Google) Class C"],es:["Alphabet Inc. (Google) Clase C"]},e.exports["#GOOGL-symbol-description"]={en:["Alphabet Inc (Google) Class A"]},e.exports["#GPW:ACG-symbol-description"]={en:["Acautogaz"]},e.exports["#GPW:WIG20-symbol-description"]={en:["WIG20 Index"],es:["Índice WIG20"]},e.exports["#HSI:HSI-symbol-description"]={en:["Hang Seng Index"],es:["Índice Hang Seng"]},e.exports["#ICEUS:DX1!-symbol-description"]={en:["U.S. Dollar Index Futures"],es:["Futuros del índice del dólar de EE. UU."]},e.exports["#IDX:COMPOSITE-symbol-description"]={en:["IDX Composite Index"],es:["Índice IDX Composite"]},e.exports["#INDEX:HSCE-symbol-description"]={en:["Hang Seng China Enterprises Index"]},e.exports["#INDEX:JKSE-symbol-description"]={en:["Jakarta Composite Index"]},e.exports["#INDEX:KLSE-symbol-description"]={en:["Bursa Malaysia KLCI Index"]},e.exports["#INDEX:MIB-symbol-description"]={en:["MIB Index"],es:["Índice MIB"]},e.exports["#INDEX:MOY0-symbol-description"]={en:["Euro Stoxx 50 Index"],es:["Índice Euro STOXX 50"]},e.exports["#INDEX:STI-symbol-description"]={en:["STI Index"],es:["Índice STI"]},e.exports["#INDEX:TWII-symbol-description"]={en:["Taiwan Weighted Index"],es:["Índice ponderado de Taiwán"]},e.exports["#INDEX:XLY0-symbol-description"]={en:["Shanghai Composite Index"]},e.exports["#IOTUSD-symbol-description"]={en:["IOTA / U.S. Dollar"],es:["IOTA/Dólar estadounidense"]},e.exports["#JPN225-symbol-description"]={en:["Japan 225 Index"],es:["Índice Japan 225"]},e.exports["#JPYKRW-symbol-description"]={en:["Japanese Yen / South Korean Won"],es:["Yen japonés/Won surcoreano"]},e.exports["#JPYRUB-symbol-description"]={en:["Japanese Yen / Russian Ruble"],es:["Yen japonés/Rublo ruso"]},e.exports["#JPYUSD-symbol-description"]={en:["Japanese Yen / U.S. Dollar"],es:["Yen japonés/Dólar estadounidense"]},e.exports["#LKOH-symbol-description"]={en:["LUKOIL"]},
+e.exports["#LSE:SCHO-symbol-description"]={en:["Scholium Group Plc Ord 1P"]},e.exports["#LTCBRL-symbol-description"]={en:["Litecoin / Brazilian Real"],es:["Litecoin/Real brasileño"]},e.exports["#LTCBTC-symbol-description"]={en:["Litecoin / Bitcoin"],es:["Litecoin/Bitcoin"]},e.exports["#LTCUSD-symbol-description"]={en:["Litecoin / U.S. Dollar"],es:["Litecoin/Dólar estadounidense"]},e.exports["#LUNAUSD-symbol-description"]={en:["Luna / U.S. Dollar"],es:["Luna/Dólar estadounidense"]},e.exports["#MOEX:BR1!-symbol-description"]={en:["Brent Oil Futures"],es:["Futuros Petroleo Brent"]},e.exports["#MOEX:GAZP-symbol-description"]={en:["GAZPROM"]},e.exports["#MOEX:IMOEX-symbol-description"]={en:["MOEX Russia Index"],es:["Índice MOEX de Rusia"]},e.exports["#MOEX:MGNT-symbol-description"]={en:["MAGNIT"]},e.exports["#MOEX:MICEXINDEXCF-symbol-description"]={en:["MOEX Russia Index"],es:["Índice MOEX"]},e.exports["#MOEX:MX1!-symbol-description"]={en:["MICEX Index Futures"],es:["Futuros del índice MICEX"]},e.exports["#MOEX:MX2!-symbol-description"]={en:["MICEX Index Futures"],es:["Futuros índice MICEX"]},e.exports["#MOEX:RI1!-symbol-description"]={en:["RTS Index Futures"],es:["Futuros del índice RTS"]},e.exports["#MOEX:RTSI-symbol-description"]={en:["RTS Index"],es:["Índice RTS"]},e.exports["#MOEX:RUAL-symbol-description"]={en:["United Company RUSAL PLC"]},e.exports["#MOEX:SBER-symbol-description"]={en:["SBERBANK"]},e.exports["#MOEX:VTBR-symbol-description"]={en:["VTB"]},e.exports["#MSFT-symbol-description"]={en:["Microsoft Corp."]},e.exports["#NAS100-symbol-description"]={en:["US 100 Cash CFD"],es:["CFD US 100 Cash"]},e.exports["#NASDAQ:AMD-symbol-description"]={en:["Advanced Micro Devices Inc"]},e.exports["#NASDAQ:GOOG-symbol-description"]={en:["Alphabet Inc (Google) Class C"]},e.exports["#NASDAQ:GOOGL-symbol-description"]={en:["Alphabet Inc (Google) Class A"]},e.exports["#NASDAQ:HGX-symbol-description"]={en:["PHLX Housing Sector Index"],es:["Índice PHLX Housing Sector"]},e.exports["#NASDAQ:IEF-symbol-description"]={en:["Ishares 7-10 Year Treasury Bond ETF"],es:["ETF iShares 7-10 Year Treasury Bond"]},e.exports["#NASDAQ:IEI-symbol-description"]={en:["Ishares 3-7 Year Treasury Bond ETF"],es:["ETF iShares 3-7 Year Treasury Bond"]},e.exports["#NASDAQ:ITI-symbol-description"]={en:["Iteris Inc"]},e.exports["#NASDAQ:IXIC-symbol-description"]={en:["Nasdaq Composite Index"],es:["Índice Nasdaq Composite"]},e.exports["#NASDAQ:LCID-symbol-description"]={en:["Lucid Group, Inc."]},e.exports["#NASDAQ:LE-symbol-description"]={en:["Lands' End Inc"]},e.exports["#NASDAQ:NDX-symbol-description"]={en:["Nasdaq 100 Index"],es:["Índice Nasdaq 100"]},e.exports["#NASDAQ:OSX-symbol-description"]={en:["PHLX Oil Service Sector Index"],es:["Índice PHLX Oil Service Sector"]},e.exports["#NASDAQ:SHY-symbol-description"]={en:["Ishares 1-3 Year Treasury Bond ETF"]},e.exports["#NASDAQ:SOX-symbol-description"]={en:["Philadelphia Semiconductor Index"],es:["Índice de semiconductores de Filadelfia"]},e.exports["#NASDAQ:TLT-symbol-description"]={
+en:["Ishares 20+ Year Treasury Bond ETF"],es:["ETF Ishares 20+ Year Treasury Bond"]},e.exports["#NASDAQ:UTY-symbol-description"]={en:["PHLX Utility Sector Index"],es:["Índice PHLX Utility Sector"]},e.exports["#NASDAQ:XAU-symbol-description"]={en:["PHLX Gold and Silver Sector Index"],es:["Índice PHLX del sector de oro y plata"]},e.exports["#NASDAQ:ZS-symbol-description"]={en:["Zscaler Inc"]},e.exports["#NEOUSD-symbol-description"]={en:["NEO / U.S. Dollar"],es:["NEO/Dólar estadounidense"]},e.exports["#NGAS-symbol-description"]={en:["Natural Gas (Henry Hub)"],es:["Gas natural (Henry Hub)"]},e.exports["#NKY-symbol-description"]={en:["Japan 225 Index"],es:["Índice Japan 225"]},e.exports["#NSE:ITI-symbol-description"]={en:["Indian Telephone Industries Limited"]},e.exports["#NSE:NIFTY-symbol-description"]={en:["Nifty 50 Index"],es:["Índice Nifty 50"]},e.exports["#NYMEX:AEZ1!-symbol-description"]={en:["NY Ethanol Futures"],es:["Futuros NY Etanol"]},e.exports["#NYMEX:CJ1!-symbol-description"]={en:["Cocoa Futures"],es:["Futuros de cacao"]},e.exports["#NYMEX:CL1!-symbol-description"]={en:["Light Crude Oil Futures"],es:["Futuros de Crudo Ligero"]},e.exports["#NYMEX:HO1!-symbol-description"]={en:["NY Harbor ULSD Futures"],es:["Futuros NY Harbor ULSD"]},e.exports["#NYMEX:KT1!-symbol-description"]={en:["Coffee Futures"],es:["Futuros Café"]},e.exports["#NYMEX:NG1!-symbol-description"]={en:["Natural Gas Futures"],es:["Futuros Gas Natural"]},e.exports["#NYMEX:PA1!-symbol-description"]={en:["Palladium Futures"],es:["Futuros de paladio"]},e.exports["#NYMEX:PL1!-symbol-description"]={en:["Platinum Futures"],es:["Futuros Platino"]},e.exports["#NYMEX:RB1!-symbol-description"]={en:["RBOB Gasoline Futures"],es:["Futuros Gasolina RBOB"]},e.exports["#NYMEX:TT1!-symbol-description"]={en:["Cotton Futures"],es:["Futuros de algodón"]},e.exports["#NYMEX_MINI:QG1!-symbol-description"]={en:["E-mini Natural Gas Futures"],es:["Futuros E-mini gas natural"]},e.exports["#NYMEX_MINI:QM1!-symbol-description"]={en:["E-mini Light Crude Oil Futures"],es:["Futuros E-mini de crudo ligero"]},e.exports["#NYMEX_MINI:QU1!-symbol-description"]={en:["E-mini Gasoline Futures"],es:["Futuros E-mini gasolina"]},e.exports["#NYSE:BABA-symbol-description"]={en:["Alibaba Group Holdings Ltd."]},e.exports["#NYSE:F-symbol-description"]={en:["FORD MTR CO DEL"]},e.exports["#NYSE:HE-symbol-description"]={en:["Hawaiian Electric Industries"]},e.exports["#NYSE:NYA-symbol-description"]={en:["NYSE Composite Index"],es:["Índice NYSE Composite"]},e.exports["#NYSE:PBR-symbol-description"]={en:["PETROLEO BRASILEIRO SA PETROBR"]},e.exports["#NYSE:XAX-symbol-description"]={en:["AMEX Composite Index"],es:["Índice AMEX Composite"]},e.exports["#NYSE:XMI-symbol-description"]={en:["NYSE ARCA Major Market Index"],es:["Índice NYSE ARCA Major Market"]},e.exports["#NZDJPY-symbol-description"]={en:["New Zealand Dollar / Japanese Yen"],es:["Dólar neozelandés/Yen japonés"]},e.exports["#NZDUSD-symbol-description"]={en:["New Zealand Dollar / U.S. Dollar"],es:["Dólar neozelandés/Dólar estadounidense"]},
+e.exports["#NZX:ALLC-symbol-description"]={en:["S&P/NZX All Index (Capital Index)"],es:["S&P/NZX ALL Index ( Capital Index )"]},e.exports["#NZX:NZ50G-symbol-description"]={en:["S&P / NZX 50 Index Gross"],es:["S&P/NZX 50 Index Gross"]},e.exports["#OANDA:NATGASUSD-symbol-description"]={en:["CFDs on Natural Gas"],es:["CFDs sobre gas natural"]},e.exports["#OANDA:SPX500USD-symbol-description"]={en:["S&P 500 Index"],es:["Índice S&P 500"]},e.exports["#OANDA:XCUUSD-symbol-description"]={en:["CFDs on Copper (US$ / lb)"],es:["CFDs sobre cobre (USD/LB)"]},e.exports["#OMXCOP:OMXC25-symbol-description"]={en:["OMX Copenhagen 25 Index"],es:["Índice OMX Copenhagen 25"]},e.exports["#OMXCOP:SCHO-symbol-description"]={en:["Schouw & Co A/S"]},e.exports["#OMXHEX:OMXH25-symbol-description"]={en:["OMX Helsinki 25 Index"],es:["Índice OMX Helsinki 25"]},e.exports["#OMXRSE:OMXRGI-symbol-description"]={en:["OMX Riga Gross Index"],es:["Índice OMX Riga Gross"]},e.exports["#OMXSTO:OMXS30-symbol-description"]={en:["OMX Stockholm 30 Index"],es:["Índice OMX Stockholm 30"]},e.exports["#OMXTSE:OMXTGI-symbol-description"]={en:["OMX Tallinn Gross Index"],es:["Índice OMX Tallinn Gross"]},e.exports["#OMXVSE:OMXVGI-symbol-description"]={en:["OMX Vilnius Gross Index"],es:["Índice OMX Vilnius Gross"]},e.exports["#OTC:IHRMF-symbol-description"]={en:["Ishares MSCI Japan SHS"]},e.exports["#QSE:GNRI-symbol-description"]={en:["QE Index"],es:["Índice QE"]},e.exports["#RTS-symbol-description"]={en:["Russian RTS Index"],es:["Índice ruso RTS"]},e.exports["#RUSSELL:RUA-symbol-description"]={en:["Russell 3000 Index"],es:["Índice Russell 3000"]},e.exports["#RUSSELL:RUI-symbol-description"]={en:["Russell 1000 Index"],es:["Índice Russell 1000"]},e.exports["#RUSSELL:RUT-symbol-description"]={en:["Russell 2000 Index"],es:["Índice Russell 2000"]},e.exports["#SET:GC-symbol-description"]={en:["Global Connections Public Company"]},e.exports["#SIX:F-symbol-description"]={en:["Ford Motor Company"]},e.exports["#SIX:SMI-symbol-description"]={en:["Swiss Market Index"],es:["Índice del mercado suizo"]},e.exports["#SOLUSD-symbol-description"]={en:["Solana / U.S. Dollar"],es:["Solana/Dólar estadounidense"]},e.exports["#SOYBNUSD-symbol-description"]={en:["CFDs on Soybeans"],es:["CFDs sobre soja"]},e.exports["#SP:OEX-symbol-description"]={en:["S&P 100 Index"],es:["Índice S&P 100"]},e.exports["#SP:SPGSCI-symbol-description"]={en:["S&P Goldman Sachs Commodity Index"],es:["Índice S&P Goldman Sachs Commodity"]},e.exports["#SP:SPX-symbol-description"]={en:["S&P 500 Index"],es:["El Índice S&P 500"]},e.exports["#SP:SVX-symbol-description"]={en:["S&P 500 Value Index"],es:["Índice Value S&P 500"]},e.exports["#SPX500-symbol-description"]={en:["S&P 500 Index"],es:["Índice S&P 500"]},e.exports["#SUGARUSD-symbol-description"]={en:["CFDs on Sugar"],es:["CFDs sobre azúcar"]},e.exports["#SZSE:399001-symbol-description"]={en:["Shenzhen Component Index"],es:["Índice Shenzhen Component"]},e.exports["#TADAWUL:2370-symbol-description"]={en:["Middle East Specialized Cables Co."]},
+e.exports["#TADAWUL:TASI-symbol-description"]={en:["Tadawul All Shares Index"],es:["Índice Tadawul All Shares"]},e.exports["#TASE:TA35-symbol-description"]={en:["TA-35 Index"],es:["Índice TA-35"]},e.exports["#TSX:TSX-symbol-description"]={en:["S&P/TSX Composite Index"],es:["Índice S&P/TSX Composite"]},e.exports["#TSX:TX60-symbol-description"]={en:["S&P/TSX 60 Index"],es:["Índice S&P/TSX 60"]},e.exports["#TVC:AU10-symbol-description"]={en:["Australia Government Bonds 10 YR"],es:["Bonos de deuda pública Australia a 10A"]},e.exports["#TVC:AU10Y-symbol-description"]={en:["Australia Government Bonds 10 YR Yield"],es:["Rend. bonos deuda pública Australia a 10A"]},e.exports["#TVC:AXY-symbol-description"]={en:["Australian Dollar Currency Index"],es:["Índice de divisas del dólar australiano"]},e.exports["#TVC:BXY-symbol-description"]={en:["British Pound Currency Index"],es:["Índice de divisas de la libra esterlina"]},e.exports["#TVC:CA10-symbol-description"]={en:["Canadian Government Bonds, 10 YR"],es:["Bonos de deuda pública canadiense, 10 años"]},e.exports["#TVC:CA10Y-symbol-description"]={en:["Canadian Government Bonds 10 YR Yield"],es:["Rend. bonos deuda pública Canadá a 10A"]},e.exports["#TVC:CAC40-symbol-description"]={en:["CAC 40 Index"],es:["Índice CAC 40"]},e.exports["#TVC:CN10-symbol-description"]={en:["China Government Bonds 10 YR"],es:["Bonos deuda pública China a 10A"]},e.exports["#TVC:CN10Y-symbol-description"]={en:["China Government Bonds 10 YR Yield"],es:["Rend. bonos deuda pública China a 10A"]},e.exports["#TVC:CXY-symbol-description"]={en:["Canadian Dollar Currency Index"],es:["Índice de divisas del dólar canadiense"]},e.exports["#TVC:DE10-symbol-description"]={en:["German Government Bonds 10 YR"],es:["Bonos deuda pública Alemania 10A"]},e.exports["#TVC:DE10Y-symbol-description"]={en:["German Government Bonds 10 YR Yield"],es:["Rend. bonos deuda pública Alemania a 10A"]},e.exports["#TVC:DEU30-symbol-description"]={en:["DAX Index"],es:["Índice DAX"]},e.exports["#TVC:DJI-symbol-description"]={en:["Dow Jones Industrial Average Index"],es:["Índice Dow Jones Industrial Average"]},e.exports["#TVC:DXY-symbol-description"]={en:["U.S. Dollar Index"],es:["Índice del dólar de EE. UU."]},e.exports["#TVC:ES10-symbol-description"]={en:["Spain Government Bonds 10 YR"],es:["Bonos deuda pública España a 10A"]},e.exports["#TVC:ES10Y-symbol-description"]={en:["Spain Government Bonds 10 YR Yield"],es:["Rend. bonos deuda pública España a 10A"]},e.exports["#TVC:EUBUND-symbol-description"]={en:["Euro Bund"]},e.exports["#TVC:EXY-symbol-description"]={en:["Euro Currency Index"],es:["Índice de divisas del euro"]},e.exports["#TVC:FR10-symbol-description"]={en:["France Government Bonds 10 YR"],es:["Bonos deuda pública Francia a 10A"]},e.exports["#TVC:FR10Y-symbol-description"]={en:["France Government Bonds 10 YR Yield"],es:["Rend. bonos deuda pública Francia a 10A"]},e.exports["#TVC:FTMIB-symbol-description"]={en:["Milano Italia Borsa Index"],es:["Índice Milano Italia Borsa"]},e.exports["#TVC:GB02-symbol-description"]={
+en:["UK Government Bonds 2 YR"],es:["Bonos deuda pública Reino Unido a 2 A"]},e.exports["#TVC:GB10-symbol-description"]={en:["UK Government Bonds 10 YR"],es:["Bonos deuda pública Reino Unido a 10A"]},e.exports["#TVC:GB10Y-symbol-description"]={en:["UK Government Bonds 10 YR Yield"],es:["Rend. bonos deuda pública Reino Unido a 10A"]},e.exports["#TVC:GOLD-symbol-description"]={en:["CFDs on Gold (US$ / OZ)"],es:["CFDs sobre oro (USD/OZ)"]},e.exports["#TVC:HSI-symbol-description"]={en:["Hang Seng Index"],es:["Índice Hang Seng"]},e.exports["#TVC:IBEX35-symbol-description"]={en:["IBEX 35 Index"],es:["Índice IBEX 35"]},e.exports["#TVC:ID03-symbol-description"]={en:["Indonesia Government Bonds 3 YR"],es:["Bonos de deuda púbica Indonesia a 3 A"]},e.exports["#TVC:ID10-symbol-description"]={en:["Indonesia Government Bonds 10 YR"],es:["Bonos deuda pública Indonesia a 10A"]},e.exports["#TVC:ID10Y-symbol-description"]={en:["Indonesia Government Bonds 10 YR Yield"],es:["Rend. bonos deuda pública Indonesia a 10A"]},e.exports["#TVC:IN10-symbol-description"]={en:["India Government Bonds 10 YR"],es:["Bono deuda pública India a 10A"]},e.exports["#TVC:IN10Y-symbol-description"]={en:["India Government Bonds 10 YR Yield"],es:["Rend. bonos deuda pública India a 10A"]},e.exports["#TVC:IT10-symbol-description"]={en:["Italy Government Bonds 10 YR"],es:["Bonos deuda pública Italia a 10A"]},e.exports["#TVC:IT10Y-symbol-description"]={en:["Italy Government Bonds 10 YR Yield"],es:["Rend. bonos deuda pública Italia a 10A"]},e.exports["#TVC:IXIC-symbol-description"]={en:["US Composite Index"],es:["Índice US Composite"]},e.exports["#TVC:JP10-symbol-description"]={en:["Japan Government Bonds 10 YR"],es:["Bonos deuda pública Japón a 10A"]},e.exports["#TVC:JP10Y-symbol-description"]={en:["Japan Government Bonds 10 YR Yield"],es:["Rend. bonos deuda pública Japón a 10A"]},e.exports["#TVC:JXY-symbol-description"]={en:["Japanese Yen Currency Index"],es:["Índice de divisas del yen japonés"]},e.exports["#TVC:KOSPI-symbol-description"]={en:["Korea Composite Stock Price Index"],es:["Índice Korea Composite Stock Price"]},e.exports["#TVC:KR10-symbol-description"]={en:["Korea Government Bonds 10 YR"],es:["Bonos deuda pública Corea a 10A"]},e.exports["#TVC:KR10Y-symbol-description"]={en:["Korea Government Bonds 10 YR Yield"],es:["Rend. bonos deuda pública Corea a 10A"]},e.exports["#TVC:MY10-symbol-description"]={en:["Malaysia Government Bonds 10 YR"],es:["Bonos deuda pública Malasia a 10A"]},e.exports["#TVC:MY10Y-symbol-description"]={en:["Malaysia Government Bonds 10 YR Yield"],es:["Rend. bonos deuda pública Malasia a 10A"]},e.exports["#TVC:NDX-symbol-description"]={en:["US 100 Index"],es:["Índice US 100"]},e.exports["#TVC:NI225-symbol-description"]={en:["Japan 225 Index"],es:["Índice Japan 225"]},e.exports["#TVC:NL10-symbol-description"]={en:["Netherlands Government Bonds, 10 YR"],es:["Bonos de deuda pública neerlandesa, 10 años"]},e.exports["#TVC:NL10Y-symbol-description"]={en:["Netherlands Government Bonds 10 YR Yield"],
+es:["Rend. bonos deuda pública Países Bajos a 10A"]},e.exports["#TVC:NYA-symbol-description"]={en:["NYSE Composite Index"],es:["Índice NYSE Composite"]},e.exports["#TVC:NZ10-symbol-description"]={en:["New Zealand Government Bonds, 10 YR"],es:["Bonos de deuda pública neozelandesa, 10 años"]},e.exports["#TVC:NZ10Y-symbol-description"]={en:["New Zealand Government Bonds 10 YR Yield"],es:["Rend. bonos deuda pública Nueva Zelanda a 10A"]},e.exports["#TVC:PALLADIUM-symbol-description"]={en:["CFDs on Palladium (US$ / OZ)"],es:["CFDs sibre paladio (USD/OZ)"]},e.exports["#TVC:PL05Y-symbol-description"]={en:["Poland Government Bonds 5 YR Yield"],es:["Bonos de deuda pública de Polonia a 5A"]},e.exports["#TVC:PL10Y-symbol-description"]={en:["Poland Government Bonds 10 YR Yield"],es:["Bonos de deuda pública Polonia a 10A"]},e.exports["#TVC:PLATINUM-symbol-description"]={en:["CFDs on Platinum (US$ / OZ)"],es:["CFDs sobre platino (USD/OZ)"]},e.exports["#TVC:PT10-symbol-description"]={en:["Portugal Government Bonds 10 YR"],es:["Bonos de deuda pública Portugal de 10A"]},e.exports["#TVC:PT10Y-symbol-description"]={en:["Portugal Government Bonds 10 YR Yield"],es:["Rend. bonos deuda pública Portugal a 10A"]},e.exports["#TVC:SA40-symbol-description"]={en:["South Africa Top 40 Index"],es:["Índice South Africa Top 40"]},e.exports["#TVC:SILVER-symbol-description"]={en:["CFDs on Silver (US$ / OZ)"],es:["CFDs sobre plata (USD/OZ)"]},e.exports["#TVC:SPX-symbol-description"]={en:["S&P 500 Index"],es:["S&P 500"]},e.exports["#TVC:SSMI-symbol-description"]={en:["Swiss Market Index"],es:["Índice de mercado suizo"]},e.exports["#TVC:STI-symbol-description"]={en:["Straits Times Index"],es:["Índice Straits Times"]},e.exports["#TVC:SX5E-symbol-description"]={en:["Euro Stoxx 50 Index"],es:["Índice Euro Stoxx 50"]},e.exports["#TVC:SXY-symbol-description"]={en:["Swiss Franc Currency Index"],es:["Índice de divisas del franco suizo"]},e.exports["#TVC:TR10-symbol-description"]={en:["Turkey Government Bonds 10 YR"],es:["Bono deuda pública Turquía a 10A"]},e.exports["#TVC:TR10Y-symbol-description"]={en:["Turkey Government Bonds 10 YR Yield"],es:["Rend. bonos deuda pública Turquía a 10A"]},e.exports["#TVC:UKOIL-symbol-description"]={en:["CFDs on Brent Crude Oil"],es:["CFDs sobre petróleo crudo Brent"]},e.exports["#TVC:UKX-symbol-description"]={en:["UK 100 Index"],es:["Índice UK 100"]},e.exports["#TVC:US02-symbol-description"]={en:["US Government Bonds 2 YR"],es:["Bonos de deuda pública de EE. UU. a 2A"]},e.exports["#TVC:US02Y-symbol-description"]={en:["US Government Bonds 2 YR Yield"],es:["Rendimiento bonos de deuda pública de EE. UU. a 2A"]},e.exports["#TVC:US05-symbol-description"]={en:["US Government Bonds 5 YR"],es:["Bonos de deuda pública EE. UU. a 5A"]},e.exports["#TVC:US05Y-symbol-description"]={en:["US Government Bonds 5 YR Yield"],es:["Rendimiento bonos deuda pública de EE. UU. a 5A"]},e.exports["#TVC:US10-symbol-description"]={en:["US Government Bonds 10 YR"],es:["Bonos deuda pública EE. UU. a 10A"]},e.exports["#TVC:US10Y-symbol-description"]={
+en:["US Government Bonds 10 YR Yield"],es:["Rend. bonos deuda pública EE. UU. a 10A"]},e.exports["#TVC:US30-symbol-description"]={en:["US Government Bonds 30 YR"],es:["Bonos de deuda pública de EE. UU. a 30A"]},e.exports["#TVC:USOIL-symbol-description"]={en:["CFDs on WTI Crude Oil"],es:["CFDs sobre petróleo crudo WTI"]},e.exports["#TVC:VIX-symbol-description"]={en:["Volatility S&P 500 Index"],es:["Índice Volatility S&P 500"]},e.exports["#TVC:ZXY-symbol-description"]={en:["New Zealand Dollar Currency Index"],es:["Índice de divisas del dólar neozelandés"]},e.exports["#TWII-symbol-description"]={en:["Taiwan Weighted Index"],es:["Índice ponderado de Taiwán"]},e.exports["#TWSE:TAIEX-symbol-description"]={en:["Taiwan Capitalization Weighted Stock Index"],es:["Índice de capitalización de acciones ponderadas de Taiwan"]},e.exports["#TWTR-symbol-description"]={en:["Twitter Inc"],es:["TWITTER INC"]},e.exports["#UK100-symbol-description"]={en:["FTSE 100 Index"],es:["Índice FTSE100"]},e.exports["#UKOIL-symbol-description"]={en:["CFDs on Crude Oil (Brent)"],es:["CFDs sobre petróleo (Brent)"]},e.exports["#UNIUSD-symbol-description"]={en:["Uniswap / U.S. Dollar"],es:["Uniswap/Dólar estadounidense"]},e.exports["#US30-symbol-description"]={en:["Dow Jones Industrial Average Index"],es:["Índice Dow Jones Industrial Average"]},e.exports["#USDAUD-symbol-description"]={en:["U.S. Dollar / Australian Dollar"],es:["Dólar estadounidense/Dólar australiano"]},e.exports["#USDBRL-symbol-description"]={en:["U.S. Dollar / Brazilian Real"],es:["Dólar estadounidense/Real brasileño"]},e.exports["#USDCAD-symbol-description"]={en:["U.S. Dollar / Canadian Dollar"],es:["Dólar estadounidense/Dólar canadiense"]},e.exports["#USDCHF-symbol-description"]={en:["U.S. Dollar / Swiss Franc"],es:["Dólar estadounidense/Franco suizo"]},e.exports["#USDCNY-symbol-description"]={en:["U.S. Dollar / Chinese Yuan"],es:["Dólar estadounidense/Yuan chino"]},e.exports["#USDDKK-symbol-description"]={en:["U.S. Dollar / Danish Krone"],es:["Dólar estadounidense/Corona danesa"]},e.exports["#USDEUR-symbol-description"]={en:["U.S. Dollar / Euro"],es:["Dólar estadounidense/Euro"]},e.exports["#USDGBP-symbol-description"]={en:["U.S. Dollar / Pound Sterling"],es:["Dólar estadounidense/Libra esterlina"]},e.exports["#USDHKD-symbol-description"]={en:["U.S. Dollar / Hong Kong Dollar"],es:["Dólar estadounidense/Dólar de Hong Kong"]},e.exports["#USDHUF-symbol-description"]={en:["U.S. Dollar / Hungarian Forint"],es:["Dólar estadounidense/Florín húngaro"]},e.exports["#USDIDR-symbol-description"]={en:["U.S. Dollar / Rupiah"],es:["Dólar estadounidense/Rupia"]},e.exports["#USDILS-symbol-description"]={en:["U.S. Dollar / Israeli Shekel"],es:["Dólar norteamericano/Shekel Israelí"]},e.exports["#USDINR-symbol-description"]={en:["U.S. Dollar / Indian Rupee"],es:["Dólar estadounidense/Rupia india"]},e.exports["#USDJPY-symbol-description"]={en:["U.S. Dollar / Japanese Yen"],es:["Dólar estadounidense/Yen japonés"]},e.exports["#USDKRW-symbol-description"]={en:["U.S. Dollar / South Korean"],
+es:["Dólar estadounidense/Won surcoreano"]},e.exports["#USDMXN-symbol-description"]={en:["U.S. Dollar / Mexican Peso"],es:["Dólar estadounidense/Peso mexicano"]},e.exports["#USDNZD-symbol-description"]={en:["U.S. Dollar / New Zealand Dollar"],es:["Dólar estadounidense/Dólar neozelandés"]},e.exports["#USDPHP-symbol-description"]={en:["U.S. Dollar / Philippine peso"],es:["Dólar estadounidense/Peso filipino"]},e.exports["#USDPLN-symbol-description"]={en:["U.S. Dollar / Polish Zloty"],es:["Dólar estadounidense/Esloti polaco"]},e.exports["#USDRUB-symbol-description"]={en:["U.S. Dollar / Russian Ruble"],es:["Dólar estadounidense/Rublo ruso"]},e.exports["#USDRUB_TOM-symbol-description"]={en:["U.S. Dollar / Russian Ruble TOM"],es:["Dólar estadounidense/Rublo ruso TOM"]},e.exports["#USDSEK-symbol-description"]={en:["U.S. Dollar / Swedish Krona"],es:["Dólar estadounidense/Corona sueca"]},e.exports["#USDSGD-symbol-description"]={en:["U.S. Dollar / Singapore Dollar"],es:["Dólar estadounidense/Dólar singapurense"]},e.exports["#USDTHB-symbol-description"]={en:["U.S. Dollar / Thai Baht"],es:["Dólar estadounidense/Baht tailandés"]},e.exports["#USDTRY-symbol-description"]={en:["U.S. Dollar / Turkish Lira"],es:["Dólar estadounidense/Lira turca"]},e.exports["#USDZAR-symbol-description"]={en:["U.S. Dollar / South African Rand"],es:["Dólar estadounidense/Rand sudafricano"]},e.exports["#USOIL-symbol-description"]={en:["CFDs on Crude Oil (WTI)"],es:["CFDs sobre petróleo (WTI)"]},e.exports["#WHEATUSD-symbol-description"]={en:["CFDs on Wheat"],es:["CFDs sobre trigo"]},e.exports["#XAGUSD-symbol-description"]={en:["Silver / U.S. Dollar"],es:["Plata/Dólar estadounidense"]},e.exports["#XAUUSD-symbol-description"]={en:["Gold Spot / U.S. Dollar"],es:["Oro al contado/Dólar estadounidense"]},e.exports["#XBTCAD-symbol-description"]={en:["Bitcoin / Canadian Dollar"],es:["Bitcoin/Dólar canadiense"]},e.exports["#XETR:DAX-symbol-description"]={en:["DAX Index"],es:["Índice DAX"]},e.exports["#XMRUSD-symbol-description"]={en:["Monero / U.S. Dollar"],es:["Monero/Dólar estadounidense"]},e.exports["#XPDUSD-symbol-description"]={en:["CFDs on Palladium"],es:["CFDs sobre paladio"]},e.exports["#XPTUSD-symbol-description"]={en:["Platinum / U.S. Dollar"],es:["Platino/Dólar estadounidense"]},e.exports["#XRPBTC-symbol-description"]={en:["XRP / Bitcoin"],es:["XRP/Bitcoin"]},e.exports["#XRPEUR-symbol-description"]={en:["XRP / Euro"],es:["XRP/Euro"]},e.exports["#XRPUSD-symbol-description"]={en:["XRP / U.S. Dollar"],es:["XRP/Dólar estadounidense"]},e.exports["#ZECUSD-symbol-description"]={en:["Zcash / U.S. Dollar"],es:["Zcash/Dólar estadounidense"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.2486.11825549d0f3e1fd5ee7.js b/public/charting_library/bundles/es.2486.11825549d0f3e1fd5ee7.js
new file mode 100644
index 0000000..a52f320
--- /dev/null
+++ b/public/charting_library/bundles/es.2486.11825549d0f3e1fd5ee7.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2486,4040,359],{55517:e=>{e.exports={en:["Add"],es:["Añadir"]}},29619:e=>{e.exports={en:["Add custom color"],es:["Añadir color personalizado"]}},80936:e=>{e.exports={en:["Opacity"],es:["Opacidad"]}},97349:e=>{e.exports={en:["Fr"],es:["Vi"]}},30961:e=>{e.exports={en:["Mo"],es:["Lu"]}},94748:e=>{e.exports={en:["Sa"],es:["Sá"]}},75005:e=>{e.exports={en:["Su"],es:["Do"]}},92578:e=>{e.exports={en:["We"],es:["Mi"]}},8765:e=>{e.exports={en:["Th"],es:["Ju"]}},9135:e=>{e.exports={en:["Tu"],es:["Ma"]}},53288:e=>{e.exports={en:["animals & nature"],es:["animales y naturaleza"]}},21311:e=>{e.exports={en:["activity"],es:["actividad"]}},90678:e=>{e.exports={en:["food & drink"],es:["comida y bebida"]}},6715:e=>{e.exports={en:["flags"],es:["banderas"]}},98355:e=>{e.exports={en:["objects"],es:["objetos"]}},43438:e=>{e.exports={en:["smiles & people"],es:["emoticonos y personas"]}},40457:e=>{e.exports={en:["symbols"],es:["simbolos"]}},88906:e=>{e.exports={en:["recently used"],es:["usados con frecuencia"]}},28562:e=>{e.exports={en:["travel & places"],es:["viajes y destinos"]}},24716:e=>{e.exports={en:["Another symbol"],es:["Otro símbolo"]}},41256:e=>{e.exports={en:["Back"],es:["Atrás"]}},94849:e=>{e.exports={en:["Main chart symbol"],es:["Símbolo principal del gráfico"]}},53174:e=>{e.exports={en:["Right"],es:["Right (derecho de suscripción)"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"],es:["En este momento el calendario muestra el año {year}"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"],es:["En este momento el calendario comprende los años entre {year_start} y {year_end}"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"],es:["En este momento el calendario muestra el mes de {month}"]}},4543:e=>{e.exports={en:["Cancel"],es:["Cancelar"]}},24197:e=>{e.exports={en:["Center"],es:["Centro"]}},63245:e=>{e.exports={en:["Change symbol"],es:["Cambiar símbolo"]}},54613:e=>{e.exports={en:["Chart"],es:["Gráfico"]}},47742:e=>{e.exports={en:["Close menu"],es:["Cerrar menú"]}},34040:e=>{e.exports={en:["All sources"],es:["Todas las fuentes"]}},96413:e=>{e.exports={en:["Apply defaults"],es:["Aplicar configuraciones por defecto"]}},77571:e=>{e.exports={en:["Apply to all"],es:["Aplicar a todo"]}},28896:e=>{e.exports={en:["April"],es:["Abril"]}},11081:e=>{e.exports={en:["August"],es:["Agosto"]}},27567:e=>{e.exports={en:["Bottom"],es:["Parte inferior"]}},42358:e=>{e.exports={en:["Bond"],es:["Bono"]}},68043:e=>{e.exports={en:["Gradient"],es:["Gradiente"]}},6113:e=>{e.exports={en:["Do you really want to delete Chart Template '{name}' ?"],es:["¿Está seguro de que desea eliminar la plantilla de gráfico '{name}'?"]}},27390:e=>{e.exports={en:["Dotted line"],es:["Linea de puntos"]}},88123:e=>{e.exports={en:["Dashed line"],es:["Linea discontinua"]}},90082:e=>{e.exports={en:["December"],es:["Diciembre"]}},55319:e=>{e.exports={en:["Decrease"],es:["Reducir"]}},78734:e=>{e.exports={en:["Description"],es:["Descripción"]}
+},81069:e=>{e.exports={en:["February"],es:["Febrero"]}},3570:e=>{e.exports={en:["Friday"],es:["Viernes"]}},95406:e=>{e.exports={en:["Horizontal"]}},8854:e=>{e.exports={en:["Hidden"],es:["Oculto"]}},39832:e=>{e.exports={en:["Increase"],es:["Aumento"]}},200:e=>{e.exports={en:["January"],es:["Enero"]}},6608:e=>{e.exports={en:["July"],es:["Julio"]}},61487:e=>{e.exports={en:["June"],es:["Junio"]}},37997:e=>{e.exports={en:["October"],es:["Octubre"]}},55450:e=>{e.exports={en:["Offset"],es:["Compensación"]}},19295:e=>{e.exports={en:["Ok"],es:["Aceptar"]}},11626:e=>{e.exports={en:["Left"],es:["Izquierda"]}},28603:e=>{e.exports={en:["Line style"],es:["Estilo de línea"]}},19573:e=>{e.exports={en:["Monday"],es:["Lunes"]}},43154:e=>{e.exports={en:["Months"],es:["Meses"]}},37117:e=>{e.exports={en:["More"],es:["Más"]}},25734:e=>{e.exports={en:["May"],es:["Mayo"]}},93878:e=>{e.exports={en:["March"],es:["Marzo"]}},68833:e=>{e.exports={en:["Middle"],es:["En el medio"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],es:["No hay mercados de valores que coincidan con sus criterios."]}},76822:e=>{e.exports={en:["No symbols match your criteria"],es:["Ningún símbolo coincide con sus criterios"]}},4607:e=>{e.exports={en:["November"],es:["Noviembre"]}},65353:e=>{e.exports={en:["Normal"]}},69102:e=>{e.exports={en:["Next year"],es:["Próximo año"]}},17538:e=>{e.exports={en:["Next years"],es:["Próximos años"]}},92790:e=>{e.exports={en:["Next month"],es:["Próximo mes"]}},71300:e=>{e.exports={en:["Number format is invalid."],es:["El formato del número no es correcto."]}},28628:e=>{e.exports={en:["Sources"],es:["Fuentes"]}},88686:e=>{e.exports={en:["Solid"],es:["Sólido"]}},30348:e=>{e.exports={en:["Saturday"],es:["Sábado"]}},8573:e=>{e.exports={en:["Search"],es:["Buscar"]}},57640:e=>{e.exports={en:["Select source"],es:["Seleccionar fuente"]}},32179:e=>{e.exports={en:["September"],es:["Septiembre"]}},31331:e=>{e.exports={en:["Specified value is more than the instrument maximum of {max}."],es:["El valor especificado es mayor al máximo del instrumento: {max}."]}},24216:e=>{e.exports={en:["Specified value is less than the instrument minimum of {min}."],es:["El valor especificado es menor al mínimo del instrumento: {min}"]}},61480:e=>{e.exports={en:["Sunday"],es:["Domingo"]}},70235:e=>{e.exports={en:["Switch to months"],es:["Cambie a meses"]}},91245:e=>{e.exports={en:["Switch to dates"],es:["Cambie a fechas"]}},71961:e=>{e.exports={en:["Switch to years"],es:["Cambie a años"]}},95481:e=>{e.exports={en:["Symbol"],es:["Símbolo"]}},74007:e=>{e.exports={en:["Symbol & description"],es:["Símbolo y descripción"]}},51165:e=>{e.exports={en:["Symbol Search"],es:["Búsqueda de símbolos"]}},27254:e=>{e.exports={en:["Please enter the right date"],es:["Introduzca la fecha correcta"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"],es:["Escriba el formato de fecha correcto aaaa-mm-dd"]}},93984:e=>{e.exports={en:["Previous month"],es:["Mes anterior"]}},75776:e=>{e.exports={en:["Previous year"],es:["Año anterior"]}},44701:e=>{
+e.exports={en:["Previous years"],es:["Años anteriores"]}},89984:e=>{e.exports={en:["Remove color"],es:["Eliminar color"]}},47550:e=>{e.exports={en:["Remove selected emoji"],es:["Eliminar el emoji seleccionado"]}},50421:e=>{e.exports={en:["Right"],es:["Derecha"]}},94226:e=>{e.exports={en:["Wednesday"],es:["Miércoles"]}},97118:e=>{e.exports={en:["Top"],es:["Parte superior"]}},25485:e=>{e.exports={en:["Text alignment"],es:["Alineación del texto"]}},67781:e=>{e.exports={en:["Text orientation"],es:["Orientación del texto"]}},79137:e=>{e.exports={en:["Thursday"],es:["Jueves"]}},54971:e=>{e.exports={en:["Thickness"],es:["Grosor"]}},82160:e=>{e.exports={en:["Tuesday"],es:["Martes"]}},13748:e=>{e.exports={en:["Use special math signs to displace selected drawings: +,-,/,* for price and +,- for bar index."],es:["Utilice signos matemáticos especiales para desplazar los dibujos seleccionados: +,-,/,* para el precio y +,- para el índice de barras."]}},69526:e=>{e.exports={en:["Vertical"]}},66181:e=>{e.exports={en:["Years"],es:["Años"]}},70932:e=>{e.exports={en:["commodity"],es:["materia prima"]}},79599:e=>{e.exports={en:["cfd"]}},29426:e=>{e.exports={en:["change opacity"],es:["cambiar la opacidad"]}},31675:e=>{e.exports={en:["change color"],es:["cambiar el color"]}},28818:e=>{e.exports={en:["change line style"],es:["cambiar el estilo de la línea"]}},73281:e=>{e.exports={en:["change thickness"],es:["cambiar el grosor"]}},25167:e=>{e.exports={en:["change {propertyName} property"],es:["cambiar la propiedad de {propertyName}"]}},5741:e=>{e.exports={en:["close"],es:["cierre"]}},46128:e=>{e.exports={en:["crypto"],es:["cripto"]}},47268:e=>{e.exports={en:["dr"]}},406:e=>{e.exports={en:["e.g. +1"],es:["p. ej., +1"]}},49957:e=>{e.exports={en:["e.g. /2"],es:["p. ej., /2"]}},54094:e=>{e.exports={en:["economy"],es:["economía"]}},17770:e=>{e.exports={en:["forex"],es:["Forex"]}},4723:e=>{e.exports={en:["futures"],es:["futuros"]}},59319:e=>{e.exports={en:["high"],es:["máximo"]}},96008:e=>{e.exports={en:["hl2"]}},91189:e=>{e.exports={en:["hlc3"]}},49242:e=>{e.exports={en:["hlcc4"]}},87464:e=>{e.exports={en:["index"],es:["índice"]}},90250:e=>{e.exports={en:["indices"],es:["índices"]}},52793:e=>{e.exports={en:["ohlc4"]}},83584:e=>{e.exports={en:["open"],es:["apertura"]}},41902:e=>{e.exports={en:["low"],es:["minimo"]}},76752:e=>{e.exports={en:["stock"],es:["acciones"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.2530.6108ccc54d7b804c8af1.js b/public/charting_library/bundles/es.2530.6108ccc54d7b804c8af1.js
new file mode 100644
index 0000000..c4ea47b
--- /dev/null
+++ b/public/charting_library/bundles/es.2530.6108ccc54d7b804c8af1.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2530,4109,9093],{4543:e=>{e.exports={en:["Cancel"],es:["Cancelar"]}},47742:e=>{e.exports={en:["Close menu"],es:["Cerrar menú"]}},69207:e=>{e.exports={en:["Add to favorites"],es:["Añadir a favoritos"]}},69644:e=>{e.exports={en:["Available for Pro accounts"],es:["Disponible para las cuentas Pro"]}},10640:e=>{e.exports={en:["Editors' picks"],es:["Selecciones de los editores"]}},84549:e=>{e.exports={en:["Indicators"],es:["Indicadores"]}},70269:e=>{e.exports={en:["No indicators matched your criteria"],es:["Ningún indicador coincide con sus criterios"]}},7378:e=>{e.exports={en:["Script name"],es:["Nombre del script"]}},8573:e=>{e.exports={en:["Search"],es:["Buscar"]}},85106:e=>{e.exports={en:["Remove from favorites"],es:["Eliminar de favoritos"]}},33673:e=>{e.exports={en:["{studyTitle} added to chart"],es:["{studyTitle} añadido al gráfico"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.2787.b95db3c8cfe7fab3c811.js b/public/charting_library/bundles/es.2787.b95db3c8cfe7fab3c811.js
new file mode 100644
index 0000000..84c7486
--- /dev/null
+++ b/public/charting_library/bundles/es.2787.b95db3c8cfe7fab3c811.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2787,6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],es:["#{count} (precio, barra)"]}},78930:e=>{e.exports={en:["Coordinates"],es:["Coordenadas"]}},24197:e=>{e.exports={en:["Center"],es:["Centro"]}},27567:e=>{e.exports={en:["Bottom"],es:["Parte inferior"]}},72942:e=>{e.exports={en:["Days"],es:["Días"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],es:["Desplazamiento (precio, barra)"]}},61856:e=>{e.exports={en:["Extend left line"],es:["Extender la línea izquierda"]}},87430:e=>{e.exports={en:["Extend right line"],es:["Extender la linea derecha"]}},56796:e=>{e.exports={en:["Hours"],es:["Horas"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],es:["Entradas de datos"]}},11626:e=>{e.exports={en:["Left"],es:["Izquierda"]}},43154:e=>{e.exports={en:["Months"],es:["Meses"]}},68833:e=>{e.exports={en:["Middle"],es:["En el medio"]}},42562:e=>{e.exports={en:["Minutes"],es:["Minutos"]}},65188:e=>{e.exports={en:["Seconds"],es:["Segundos"]}},50421:e=>{e.exports={en:["Right"],es:["Derecha"]}},835:e=>{e.exports={en:["Weeks"],es:["Semanas"]}},97118:e=>{e.exports={en:["Top"],es:["Parte superior"]}},70320:e=>{e.exports={en:["Text"],es:["Тexto"]}},25485:e=>{e.exports={en:["Text alignment"],es:["Alineación del texto"]}},67781:e=>{e.exports={en:["Text orientation"],es:["Orientación del texto"]}},24821:e=>{e.exports={en:["Ticks"],es:["Tics"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],es:["cambiar la coordenada X de las barras"]}},11737:e=>{e.exports={en:["change price Y coordinate"],es:["cambiar la coordenada Y de los precios"]}},96135:e=>{e.exports={en:["change {title} days to"],es:["cambiar los días de {title} hasta"]}},91201:e=>{e.exports={en:["change {title} days from"],es:["cambiar los días de {title} desde"]}},8306:e=>{e.exports={en:["change {title} hours from"],es:["cambiar las horas de {title} desde"]}},67233:e=>{e.exports={en:["change {title} hours to"],es:["cambiar las horas de {title} hasta"]}},99122:e=>{e.exports={en:["change {title} months from"],es:["cambiar los meses desde de {title}"]}},10518:e=>{e.exports={en:["change {title} months to"],es:["cambiar los meses de {title} hasta"]}},38011:e=>{e.exports={en:["change {title} minutes to"],es:["cambiar los minutos de {title} hasta"]}},59820:e=>{e.exports={en:["change {title} minutes from"],es:["cambiar los minutos de {title} desde"]}},6573:e=>{e.exports={en:["change {title} seconds to"],es:["cambiar los segundos de {title} hasta"]}},86780:e=>{e.exports={en:["change {title} seconds from"],es:["cambiar los segundos desde de {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],es:["cambiar las semanas de {title} desde"]}},18678:e=>{e.exports={en:["change {title} weeks to"],es:["cambiar las semanas de {title} hasta"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],es:["cambiar la visibilidad en ticks de {title}"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],
+es:["cambiar la visibilidad en semanas de {title}"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],es:["cambiar la visibilidad de {title} en {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],es:["cambiar la visibilidad en días de {title}"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],es:["cambiar la visibilidad en horas de {title}"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],es:["cambiar la visibilidad en minutos de {title}"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],es:["cambiar la visibilidad en meses de {title}"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],es:["cambiar la visibilidad en segundos de {title}"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],es:["cambiar la visibilidad de la línea de {toolName}"]}},19541:e=>{e.exports={en:["change {toolName} line width"],es:["cambiar el ancho de la línea de {toolName}"]}},24059:e=>{e.exports={en:["change {toolName} line color"],es:["cambiar el color de la línea de {toolName}"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],es:["cambiar la línea que se extiende a la izquierda de {toolName}"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],es:["cambiar la línea que se extiende a la derecha de {toolName}"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],es:["cambiar el final de la línea izquierda de {toolName}"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],es:["cambiar el final de la línea derecha de {toolName}"]}},66429:e=>{e.exports={en:["change {toolName} line style"],es:["cambiar el estilo de línea de {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],es:["cambiar la propiedad de {propertyName}"]}},35813:e=>{e.exports={en:["days"],es:["días"]}},89919:e=>{e.exports={en:["days to"],es:["días hasta"]}},59215:e=>{e.exports={en:["days from"],es:["días desde"]}},2359:e=>{e.exports={en:["hours"],es:["horas"]}},82267:e=>{e.exports={en:["hours from"],es:["horas desde"]}},15600:e=>{e.exports={en:["hours to"],es:["horas hasta"]}},76261:e=>{e.exports={en:["move drawings"],es:["mover dibujos"]}},95300:e=>{e.exports={en:["months"],es:["meses"]}},17250:e=>{e.exports={en:["months from"],es:["meses desde"]}},2828:e=>{e.exports={en:["months to"],es:["meses hasta"]}},18726:e=>{e.exports={en:["minutes"],es:["minutos"]}},67649:e=>{e.exports={en:["minutes to"],es:["minutos hasta"]}},22476:e=>{e.exports={en:["minutes from"],es:["minutos desde"]}},751:e=>{e.exports={en:["seconds"],es:["segundos"]}},73419:e=>{e.exports={en:["seconds to"],es:["segundos hasta"]}},35801:e=>{e.exports={en:["seconds from"],es:["segundos desde"]}},45537:e=>{e.exports={en:["weeks"],es:["semanas"]}},92859:e=>{e.exports={en:["weeks from"],es:["semanas desde"]}},44127:e=>{e.exports={en:["weeks to"],es:["semanas hasta"]}},3539:e=>{e.exports={en:["ticks"],es:["Tics"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.3181.259d07263a732c089332.js b/public/charting_library/bundles/es.3181.259d07263a732c089332.js
new file mode 100644
index 0000000..75cc883
--- /dev/null
+++ b/public/charting_library/bundles/es.3181.259d07263a732c089332.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3181,6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],es:["#{count} (precio, barra)"]}},33004:e=>{e.exports={en:["Counterclockwise"],es:["Hacia la izquierda"]}},78930:e=>{e.exports={en:["Coordinates"],es:["Coordenadas"]}},24197:e=>{e.exports={en:["Center"],es:["Centro"]}},27567:e=>{e.exports={en:["Bottom"],es:["Parte inferior"]}},72942:e=>{e.exports={en:["Days"],es:["Días"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],es:["Desplazamiento (precio, barra)"]}},56796:e=>{e.exports={en:["Hours"],es:["Horas"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],es:["Entradas de datos"]}},11626:e=>{e.exports={en:["Left"],es:["Izquierda"]}},43154:e=>{e.exports={en:["Months"],es:["Meses"]}},68833:e=>{e.exports={en:["Middle"],es:["En el medio"]}},42562:e=>{e.exports={en:["Minutes"],es:["Minutos"]}},65188:e=>{e.exports={en:["Seconds"],es:["Segundos"]}},50421:e=>{e.exports={en:["Right"],es:["Derecha"]}},835:e=>{e.exports={en:["Weeks"],es:["Semanas"]}},97118:e=>{e.exports={en:["Top"],es:["Parte superior"]}},70320:e=>{e.exports={en:["Text"],es:["Тexto"]}},25485:e=>{e.exports={en:["Text alignment"],es:["Alineación del texto"]}},67781:e=>{e.exports={en:["Text orientation"],es:["Orientación del texto"]}},24821:e=>{e.exports={en:["Ticks"],es:["Tics"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],es:["cambiar la coordenada X de las barras"]}},11737:e=>{e.exports={en:["change price Y coordinate"],es:["cambiar la coordenada Y de los precios"]}},60003:e=>{e.exports={en:["change {title} counterclockwise"],es:["cambiar hacia la izquierda en {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],es:["cambiar los días de {title} hasta"]}},91201:e=>{e.exports={en:["change {title} days from"],es:["cambiar los días de {title} desde"]}},8306:e=>{e.exports={en:["change {title} hours from"],es:["cambiar las horas de {title} desde"]}},67233:e=>{e.exports={en:["change {title} hours to"],es:["cambiar las horas de {title} hasta"]}},46040:e=>{e.exports={en:["change {title} line width"],es:["cambiar el ancho de la línea de {title}"]}},7455:e=>{e.exports={en:["change {title} line color"],es:["cambiar el color de la línea de {title}"]}},30843:e=>{e.exports={en:["change {title} line style"],es:["cambiar el estilo de línea de {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],es:["cambiar los meses desde de {title}"]}},10518:e=>{e.exports={en:["change {title} months to"],es:["cambiar los meses de {title} hasta"]}},38011:e=>{e.exports={en:["change {title} minutes to"],es:["cambiar los minutos de {title} hasta"]}},59820:e=>{e.exports={en:["change {title} minutes from"],es:["cambiar los minutos de {title} desde"]}},6573:e=>{e.exports={en:["change {title} seconds to"],es:["cambiar los segundos de {title} hasta"]}},86780:e=>{e.exports={en:["change {title} seconds from"],es:["cambiar los segundos desde de {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],
+es:["cambiar las semanas de {title} desde"]}},18678:e=>{e.exports={en:["change {title} weeks to"],es:["cambiar las semanas de {title} hasta"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],es:["cambiar la visibilidad en ticks de {title}"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],es:["cambiar la visibilidad en semanas de {title}"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],es:["cambiar la visibilidad de {title} en {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],es:["cambiar la visibilidad en días de {title}"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],es:["cambiar la visibilidad en horas de {title}"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],es:["cambiar la visibilidad en minutos de {title}"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],es:["cambiar la visibilidad en meses de {title}"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],es:["cambiar la visibilidad en segundos de {title}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],es:["cambiar la propiedad de {propertyName}"]}},35813:e=>{e.exports={en:["days"],es:["días"]}},89919:e=>{e.exports={en:["days to"],es:["días hasta"]}},59215:e=>{e.exports={en:["days from"],es:["días desde"]}},2359:e=>{e.exports={en:["hours"],es:["horas"]}},82267:e=>{e.exports={en:["hours from"],es:["horas desde"]}},15600:e=>{e.exports={en:["hours to"],es:["horas hasta"]}},76261:e=>{e.exports={en:["move drawings"],es:["mover dibujos"]}},95300:e=>{e.exports={en:["months"],es:["meses"]}},17250:e=>{e.exports={en:["months from"],es:["meses desde"]}},2828:e=>{e.exports={en:["months to"],es:["meses hasta"]}},18726:e=>{e.exports={en:["minutes"],es:["minutos"]}},67649:e=>{e.exports={en:["minutes to"],es:["minutos hasta"]}},22476:e=>{e.exports={en:["minutes from"],es:["minutos desde"]}},751:e=>{e.exports={en:["seconds"],es:["segundos"]}},73419:e=>{e.exports={en:["seconds to"],es:["segundos hasta"]}},35801:e=>{e.exports={en:["seconds from"],es:["segundos desde"]}},45537:e=>{e.exports={en:["weeks"],es:["semanas"]}},92859:e=>{e.exports={en:["weeks from"],es:["semanas desde"]}},44127:e=>{e.exports={en:["weeks to"],es:["semanas hasta"]}},3539:e=>{e.exports={en:["ticks"],es:["Tics"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.3355.c5e027afabcecc85b871.js b/public/charting_library/bundles/es.3355.c5e027afabcecc85b871.js
new file mode 100644
index 0000000..68934a9
--- /dev/null
+++ b/public/charting_library/bundles/es.3355.c5e027afabcecc85b871.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3355,6155,3367,2303,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],es:["#{count} (precio, barra)"]}},78930:e=>{e.exports={en:["Coordinates"],es:["Coordenadas"]}},24197:e=>{e.exports={en:["Center"],es:["Centro"]}},6060:e=>{e.exports={en:["Add text"],es:["Añadir texto"]}},27567:e=>{e.exports={en:["Bottom"],es:["Parte inferior"]}},38408:e=>{e.exports={en:["Border"],es:["Borde"]}},79468:e=>{e.exports={en:["Background"],es:["Fondo"]}},72942:e=>{e.exports={en:["Days"],es:["Días"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],es:["Desplazamiento (precio, barra)"]}},56796:e=>{e.exports={en:["Hours"],es:["Horas"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],es:["Entradas de datos"]}},74872:e=>{e.exports={en:["Label"],es:["Etiqueta"]}},11626:e=>{e.exports={en:["Left"],es:["Izquierda"]}},43154:e=>{e.exports={en:["Months"],es:["Meses"]}},68833:e=>{e.exports={en:["Middle"],es:["En el medio"]}},42562:e=>{e.exports={en:["Minutes"],es:["Minutos"]}},65188:e=>{e.exports={en:["Seconds"],es:["Segundos"]}},50421:e=>{e.exports={en:["Right"],es:["Derecha"]}},835:e=>{e.exports={en:["Weeks"],es:["Semanas"]}},97118:e=>{e.exports={en:["Top"],es:["Parte superior"]}},70320:e=>{e.exports={en:["Text"],es:["Тexto"]}},7560:e=>{e.exports={en:["Text wrap"],es:["Ajuste de texto"]}},25485:e=>{e.exports={en:["Text alignment"],es:["Alineación del texto"]}},67781:e=>{e.exports={en:["Text orientation"],es:["Orientación del texto"]}},24821:e=>{e.exports={en:["Ticks"],es:["Tics"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],es:["cambiar la coordenada X de las barras"]}},11737:e=>{e.exports={en:["change price Y coordinate"],es:["cambiar la coordenada Y de los precios"]}},49765:e=>{e.exports={en:["change {title} background color"],es:["cambiar el color del fondo de {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],es:["cambiar los días de {title} hasta"]}},91201:e=>{e.exports={en:["change {title} days from"],es:["cambiar los días de {title} desde"]}},8306:e=>{e.exports={en:["change {title} hours from"],es:["cambiar las horas de {title} desde"]}},67233:e=>{e.exports={en:["change {title} hours to"],es:["cambiar las horas de {title} hasta"]}},99122:e=>{e.exports={en:["change {title} months from"],es:["cambiar los meses desde de {title}"]}},10518:e=>{e.exports={en:["change {title} months to"],es:["cambiar los meses de {title} hasta"]}},38011:e=>{e.exports={en:["change {title} minutes to"],es:["cambiar los minutos de {title} hasta"]}},59820:e=>{e.exports={en:["change {title} minutes from"],es:["cambiar los minutos de {title} desde"]}},6573:e=>{e.exports={en:["change {title} seconds to"],es:["cambiar los segundos de {title} hasta"]}},86780:e=>{e.exports={en:["change {title} seconds from"],es:["cambiar los segundos desde de {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],es:["cambiar las semanas de {title} desde"]}},18678:e=>{e.exports={
+en:["change {title} weeks to"],es:["cambiar las semanas de {title} hasta"]}},57122:e=>{e.exports={en:["change {title} text"],es:["cambiar texto de {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],es:["cambiar la visibilidad en ticks de {title}"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],es:["cambiar la visibilidad en semanas de {title}"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],es:["cambiar la visibilidad de {title} en {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],es:["cambiar la visibilidad en días de {title}"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],es:["cambiar la visibilidad en horas de {title}"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],es:["cambiar la visibilidad en minutos de {title}"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],es:["cambiar la visibilidad en meses de {title}"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],es:["cambiar la visibilidad en segundos de {title}"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],es:["cambiar la alineación vertical de las etiquetas de {toolName}"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],es:["cambiar la alineación horizontal de las etiquetas de {toolName}"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],es:["cambiar la dirección de las etiquetas de {toolName}"]}},66668:e=>{e.exports={en:["change {toolName} text"],es:["cambiar el texto de {toolName}"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],es:["cambiar la visibilidad del texto de {toolName}"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],es:["cambiar el ajuste del texto de {toolName}"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],es:["cambiar el color de fondo del texto de {toolName}"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],es:["cambiar la visibilidad del fondo del texto de {toolName}"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],es:["cambiar el color del borde del texto de {toolName}"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],es:["cambiar el ancho del borde del texto de {toolName}"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],es:["cambiar la visibilidad del borde del texto de {toolName}"]}},64500:e=>{e.exports={en:["change {toolName} text color"],es:["cambiar el color del texto de {toolName}"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],es:["cambiar la fuente del texto en negrita de {toolName}"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],es:["cambiar la fuente del texto en cursiva de {toolName}"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],es:["cambiar tamaño de la fuente del texto de {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],es:["cambiar la propiedad de {propertyName}"]}},35813:e=>{
+e.exports={en:["days"],es:["días"]}},89919:e=>{e.exports={en:["days to"],es:["días hasta"]}},59215:e=>{e.exports={en:["days from"],es:["días desde"]}},2359:e=>{e.exports={en:["hours"],es:["horas"]}},82267:e=>{e.exports={en:["hours from"],es:["horas desde"]}},15600:e=>{e.exports={en:["hours to"],es:["horas hasta"]}},76261:e=>{e.exports={en:["move drawings"],es:["mover dibujos"]}},95300:e=>{e.exports={en:["months"],es:["meses"]}},17250:e=>{e.exports={en:["months from"],es:["meses desde"]}},2828:e=>{e.exports={en:["months to"],es:["meses hasta"]}},18726:e=>{e.exports={en:["minutes"],es:["minutos"]}},67649:e=>{e.exports={en:["minutes to"],es:["minutos hasta"]}},22476:e=>{e.exports={en:["minutes from"],es:["minutos desde"]}},751:e=>{e.exports={en:["seconds"],es:["segundos"]}},73419:e=>{e.exports={en:["seconds to"],es:["segundos hasta"]}},35801:e=>{e.exports={en:["seconds from"],es:["segundos desde"]}},45537:e=>{e.exports={en:["weeks"],es:["semanas"]}},92859:e=>{e.exports={en:["weeks from"],es:["semanas desde"]}},44127:e=>{e.exports={en:["weeks to"],es:["semanas hasta"]}},3539:e=>{e.exports={en:["ticks"],es:["Tics"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.3357.613d24759e11646b0997.js b/public/charting_library/bundles/es.3357.613d24759e11646b0997.js
new file mode 100644
index 0000000..1e670ff
--- /dev/null
+++ b/public/charting_library/bundles/es.3357.613d24759e11646b0997.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3357,4109,9093],{53288:e=>{e.exports={en:["animals & nature"],es:["animales y naturaleza"]}},21311:e=>{e.exports={en:["activity"],es:["actividad"]}},90678:e=>{e.exports={en:["food & drink"],es:["comida y bebida"]}},6715:e=>{e.exports={en:["flags"],es:["banderas"]}},98355:e=>{e.exports={en:["objects"],es:["objetos"]}},43438:e=>{e.exports={en:["smiles & people"],es:["emoticonos y personas"]}},40457:e=>{e.exports={en:["symbols"],es:["simbolos"]}},88906:e=>{e.exports={en:["recently used"],es:["usados con frecuencia"]}},28562:e=>{e.exports={en:["travel & places"],es:["viajes y destinos"]}},4543:e=>{e.exports={en:["Cancel"],es:["Cancelar"]}},47742:e=>{e.exports={en:["Close menu"],es:["Cerrar menú"]}},69207:e=>{e.exports={en:["Add to favorites"],es:["Añadir a favoritos"]}},80439:e=>{e.exports={en:["Do you really want to delete chart layout '{name}' ? This can't be undone. Your drawings and this layout will be gone forever."],es:["¿Realmente desea eliminar el diseño del gráfico '{name}'? Esto no se puede deshacer. Sus dibujos y este diseño desaparecerán para siempre."]}},56495:e=>{e.exports={en:["Do you really want to delete chart layout '{name}' that contains {n_drawings_on_n_symbols}? This can't be undone. Your drawings and this layout will be gone forever."],es:["¿Realmente desea eliminar el diseño de gráfico '{name}' que contiene {n_drawings_on_n_symbols}? Esto no se puede deshacer. Sus dibujos y este diseño desaparecerán para siempre."]}},55108:e=>{e.exports={en:["Date modified (oldest first)"],es:["Fecha de modificación (la más antigua primero)"]}},75272:e=>{e.exports={en:["Date modified (newest first)"],es:["Fecha de modificación (la más reciente primero)"]}},11478:e=>{e.exports={en:["Layout name"],es:["Nombre del diseño del gráfico"]}},21329:e=>{e.exports={en:["Layout name (A to Z)"],es:["Nombre de diseño (de la A a la Z)"]}},11324:e=>{e.exports={en:["Layout name (Z to A)"],es:["Nombre de diseño (de la Z a la A)"]}},21355:e=>{e.exports={en:["Layouts"],es:["Diseños"]}},63269:e=>{e.exports={en:["No layouts matched your criteria"],es:["Ningún diseño se ajusta a sus criterios"]}},5191:e=>{e.exports={en:["Sort by layout name, date changed"],es:["Ordenar por nombre de diseño del gráfico, fecha de modificación"]}},8573:e=>{e.exports={en:["Search"],es:["Buscar"]}},85106:e=>{e.exports={en:["Remove from favorites"],es:["Eliminar de favoritos"]}},47550:e=>{e.exports={en:["Remove selected emoji"],es:["Eliminar el emoji seleccionado"]}},30502:e=>{e.exports={en:["on {amount} symbol","on {amount} symbols"],es:["en {amount} símbolo","en {amount} símbolos"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.3367.8357e9248b9de0310231.js b/public/charting_library/bundles/es.3367.8357e9248b9de0310231.js
new file mode 100644
index 0000000..62b9627
--- /dev/null
+++ b/public/charting_library/bundles/es.3367.8357e9248b9de0310231.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3367,6155,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],es:["#{count} (precio, barra)"]}},78930:e=>{e.exports={en:["Coordinates"],es:["Coordenadas"]}},24197:e=>{e.exports={en:["Center"],es:["Centro"]}},27567:e=>{e.exports={en:["Bottom"],es:["Parte inferior"]}},38408:e=>{e.exports={en:["Border"],es:["Borde"]}},79468:e=>{e.exports={en:["Background"],es:["Fondo"]}},72942:e=>{e.exports={en:["Days"],es:["Días"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],es:["Desplazamiento (precio, barra)"]}},56796:e=>{e.exports={en:["Hours"],es:["Horas"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],es:["Entradas de datos"]}},11626:e=>{e.exports={en:["Left"],es:["Izquierda"]}},43154:e=>{e.exports={en:["Months"],es:["Meses"]}},68833:e=>{e.exports={en:["Middle"],es:["En el medio"]}},42562:e=>{e.exports={en:["Minutes"],es:["Minutos"]}},65188:e=>{e.exports={en:["Seconds"],es:["Segundos"]}},50421:e=>{e.exports={en:["Right"],es:["Derecha"]}},835:e=>{e.exports={en:["Weeks"],es:["Semanas"]}},97118:e=>{e.exports={en:["Top"],es:["Parte superior"]}},70320:e=>{e.exports={en:["Text"],es:["Тexto"]}},7560:e=>{e.exports={en:["Text wrap"],es:["Ajuste de texto"]}},25485:e=>{e.exports={en:["Text alignment"],es:["Alineación del texto"]}},67781:e=>{e.exports={en:["Text orientation"],es:["Orientación del texto"]}},24821:e=>{e.exports={en:["Ticks"],es:["Tics"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],es:["cambiar la coordenada X de las barras"]}},11737:e=>{e.exports={en:["change price Y coordinate"],es:["cambiar la coordenada Y de los precios"]}},96135:e=>{e.exports={en:["change {title} days to"],es:["cambiar los días de {title} hasta"]}},91201:e=>{e.exports={en:["change {title} days from"],es:["cambiar los días de {title} desde"]}},8306:e=>{e.exports={en:["change {title} hours from"],es:["cambiar las horas de {title} desde"]}},67233:e=>{e.exports={en:["change {title} hours to"],es:["cambiar las horas de {title} hasta"]}},99122:e=>{e.exports={en:["change {title} months from"],es:["cambiar los meses desde de {title}"]}},10518:e=>{e.exports={en:["change {title} months to"],es:["cambiar los meses de {title} hasta"]}},38011:e=>{e.exports={en:["change {title} minutes to"],es:["cambiar los minutos de {title} hasta"]}},59820:e=>{e.exports={en:["change {title} minutes from"],es:["cambiar los minutos de {title} desde"]}},6573:e=>{e.exports={en:["change {title} seconds to"],es:["cambiar los segundos de {title} hasta"]}},86780:e=>{e.exports={en:["change {title} seconds from"],es:["cambiar los segundos desde de {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],es:["cambiar las semanas de {title} desde"]}},18678:e=>{e.exports={en:["change {title} weeks to"],es:["cambiar las semanas de {title} hasta"]}},57122:e=>{e.exports={en:["change {title} text"],es:["cambiar texto de {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],
+es:["cambiar la visibilidad en ticks de {title}"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],es:["cambiar la visibilidad en semanas de {title}"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],es:["cambiar la visibilidad de {title} en {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],es:["cambiar la visibilidad en días de {title}"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],es:["cambiar la visibilidad en horas de {title}"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],es:["cambiar la visibilidad en minutos de {title}"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],es:["cambiar la visibilidad en meses de {title}"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],es:["cambiar la visibilidad en segundos de {title}"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],es:["cambiar la alineación vertical de las etiquetas de {toolName}"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],es:["cambiar la alineación horizontal de las etiquetas de {toolName}"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],es:["cambiar la dirección de las etiquetas de {toolName}"]}},66668:e=>{e.exports={en:["change {toolName} text"],es:["cambiar el texto de {toolName}"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],es:["cambiar la visibilidad del texto de {toolName}"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],es:["cambiar el ajuste del texto de {toolName}"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],es:["cambiar el color de fondo del texto de {toolName}"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],es:["cambiar la visibilidad del fondo del texto de {toolName}"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],es:["cambiar el color del borde del texto de {toolName}"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],es:["cambiar el ancho del borde del texto de {toolName}"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],es:["cambiar la visibilidad del borde del texto de {toolName}"]}},64500:e=>{e.exports={en:["change {toolName} text color"],es:["cambiar el color del texto de {toolName}"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],es:["cambiar la fuente del texto en negrita de {toolName}"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],es:["cambiar la fuente del texto en cursiva de {toolName}"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],es:["cambiar tamaño de la fuente del texto de {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],es:["cambiar la propiedad de {propertyName}"]}},35813:e=>{e.exports={en:["days"],es:["días"]}},89919:e=>{e.exports={en:["days to"],es:["días hasta"]}},59215:e=>{e.exports={en:["days from"],es:["días desde"]}},2359:e=>{e.exports={en:["hours"],es:["horas"]}},82267:e=>{e.exports={
+en:["hours from"],es:["horas desde"]}},15600:e=>{e.exports={en:["hours to"],es:["horas hasta"]}},76261:e=>{e.exports={en:["move drawings"],es:["mover dibujos"]}},95300:e=>{e.exports={en:["months"],es:["meses"]}},17250:e=>{e.exports={en:["months from"],es:["meses desde"]}},2828:e=>{e.exports={en:["months to"],es:["meses hasta"]}},18726:e=>{e.exports={en:["minutes"],es:["minutos"]}},67649:e=>{e.exports={en:["minutes to"],es:["minutos hasta"]}},22476:e=>{e.exports={en:["minutes from"],es:["minutos desde"]}},751:e=>{e.exports={en:["seconds"],es:["segundos"]}},73419:e=>{e.exports={en:["seconds to"],es:["segundos hasta"]}},35801:e=>{e.exports={en:["seconds from"],es:["segundos desde"]}},45537:e=>{e.exports={en:["weeks"],es:["semanas"]}},92859:e=>{e.exports={en:["weeks from"],es:["semanas desde"]}},44127:e=>{e.exports={en:["weeks to"],es:["semanas hasta"]}},3539:e=>{e.exports={en:["ticks"],es:["Tics"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.359.3c5835e59f61404fe3cc.js b/public/charting_library/bundles/es.359.3c5835e59f61404fe3cc.js
new file mode 100644
index 0000000..53ad5f3
--- /dev/null
+++ b/public/charting_library/bundles/es.359.3c5835e59f61404fe3cc.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[359,4040],{41256:e=>{e.exports={en:["Back"],es:["Atrás"]}},53174:e=>{e.exports={en:["Right"],es:["Right (derecho de suscripción)"]}},4543:e=>{e.exports={en:["Cancel"],es:["Cancelar"]}},47742:e=>{e.exports={en:["Close menu"],es:["Cerrar menú"]}},34040:e=>{e.exports={en:["All sources"],es:["Todas las fuentes"]}},42358:e=>{e.exports={en:["Bond"],es:["Bono"]}},78734:e=>{e.exports={en:["Description"],es:["Descripción"]}},37117:e=>{e.exports={en:["More"],es:["Más"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],es:["No hay mercados de valores que coincidan con sus criterios."]}},76822:e=>{e.exports={en:["No symbols match your criteria"],es:["Ningún símbolo coincide con sus criterios"]}},28628:e=>{e.exports={en:["Sources"],es:["Fuentes"]}},8573:e=>{e.exports={en:["Search"],es:["Buscar"]}},57640:e=>{e.exports={en:["Select source"],es:["Seleccionar fuente"]}},95481:e=>{e.exports={en:["Symbol"],es:["Símbolo"]}},74007:e=>{e.exports={en:["Symbol & description"],es:["Símbolo y descripción"]}},51165:e=>{e.exports={en:["Symbol Search"],es:["Búsqueda de símbolos"]}},70932:e=>{e.exports={en:["commodity"],es:["materia prima"]}},79599:e=>{e.exports={en:["cfd"]}},46128:e=>{e.exports={en:["crypto"],es:["cripto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"],es:["economía"]}},17770:e=>{e.exports={en:["forex"],es:["Forex"]}},4723:e=>{e.exports={en:["futures"],es:["futuros"]}},87464:e=>{e.exports={en:["index"],es:["índice"]}},90250:e=>{e.exports={en:["indices"],es:["índices"]}},76752:e=>{e.exports={en:["stock"],es:["acciones"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.3597.9c639cb519af03750b8e.js b/public/charting_library/bundles/es.3597.9c639cb519af03750b8e.js
new file mode 100644
index 0000000..8b8acff
--- /dev/null
+++ b/public/charting_library/bundles/es.3597.9c639cb519af03750b8e.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3597],{53288:e=>{e.exports={en:["animals & nature"],es:["animales y naturaleza"]}},21311:e=>{e.exports={en:["activity"],es:["actividad"]}},90678:e=>{e.exports={en:["food & drink"],es:["comida y bebida"]}},6715:e=>{e.exports={en:["flags"],es:["banderas"]}},98355:e=>{e.exports={en:["objects"],es:["objetos"]}},43438:e=>{e.exports={en:["smiles & people"],es:["emoticonos y personas"]}},40457:e=>{e.exports={en:["symbols"],es:["simbolos"]}},88906:e=>{e.exports={en:["recently used"],es:["usados con frecuencia"]}},28562:e=>{e.exports={en:["travel & places"],es:["viajes y destinos"]}},4543:e=>{e.exports={en:["Cancel"],es:["Cancelar"]}},47742:e=>{e.exports={en:["Close menu"],es:["Cerrar menú"]}},4461:e=>{e.exports={en:["Add emoji"],es:["Añadir emoji"]}},9372:e=>{e.exports={en:["Indicator template '{templateName}' already exists. Do you really want to replace it?"],es:["La plantilla de indicadores '{templateName}' ya existe. ¿Está seguro de que desea reemplazarla?"]}},19295:e=>{e.exports={en:["Ok"],es:["Aceptar"]}},85888:e=>{e.exports={en:["No results found"],es:["No se han encontrado resultados"]}},64e3:e=>{e.exports={en:["Save"],es:["Guardar"]}},71924:e=>{e.exports={en:["Save indicator template"],es:["Guardar plantilla de indicadores"]}},6081:e=>{e.exports={en:["Saved indicators"],es:["Indicadores guardados"]}},63035:e=>{e.exports={en:["Selecting this option will set the {interval} interval on the chart when this template is applied"],es:["Al seleccionar esta opción se establecerá el intervalo {interval} en el gráfico cuando se aplique esta plantilla"]}},13860:e=>{e.exports={en:["Selecting this option will set the {symbol} symbol on the chart when this template is applied"],es:["Al seleccionar esta opción se establecerá el símbolo {symbol} en el gráfico cuando se utilice esta plantilla"]}},18698:e=>{e.exports={en:["Remember Interval"],es:["Recordar intervalo"]}},57149:e=>{e.exports={en:["Remember Symbol"],es:["Recordar símbolo"]}},47550:e=>{e.exports={en:["Remove selected emoji"],es:["Eliminar el emoji seleccionado"]}},59233:e=>{e.exports={en:["Template name"],es:["Nombre de la plantilla"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.4040.333002e872dd8b0c1c95.js b/public/charting_library/bundles/es.4040.333002e872dd8b0c1c95.js
new file mode 100644
index 0000000..c7aab65
--- /dev/null
+++ b/public/charting_library/bundles/es.4040.333002e872dd8b0c1c95.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4040],{34040:e=>{e.exports={en:["All sources"],es:["Todas las fuentes"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.4109.921da6023cc8aa9fe3a5.js b/public/charting_library/bundles/es.4109.921da6023cc8aa9fe3a5.js
new file mode 100644
index 0000000..145e907
--- /dev/null
+++ b/public/charting_library/bundles/es.4109.921da6023cc8aa9fe3a5.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4109],{69207:e=>{e.exports={en:["Add to favorites"],es:["Añadir a favoritos"]}},85106:e=>{e.exports={en:["Remove from favorites"],es:["Eliminar de favoritos"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.4166.e3c369fb8ae4775c7f89.js b/public/charting_library/bundles/es.4166.e3c369fb8ae4775c7f89.js
new file mode 100644
index 0000000..0efdde8
--- /dev/null
+++ b/public/charting_library/bundles/es.4166.e3c369fb8ae4775c7f89.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4166],{80996:e=>{e.exports={en:["Local drawings"],es:["Dibujos locales"]}},84212:e=>{e.exports={en:["No drawings yet"],es:["No hay dibujos todavía"]}},92931:e=>{e.exports={en:["Synced globally"],es:["Sincronizado globalmente"]}},41870:e=>{e.exports={en:["Synced in layout"],es:["Sincronizado en la plantilla"]}},8182:e=>{e.exports={en:["Remove all drawings for this symbol"],es:["Eliminar todos los dibujos para este símbolo"]}},58407:e=>{e.exports={en:["remove all line tools for {symbol}"],es:["eliminar todas las herramientas de líneas para {symbol}"]}},90755:e=>{e.exports={en:["{drawingsCount} drawing","{drawingsCount} drawings"],es:["{drawingsCount} dibujo","{drawingsCount} dibujos"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.4211.932ffa2dc04657916b72.js b/public/charting_library/bundles/es.4211.932ffa2dc04657916b72.js
new file mode 100644
index 0000000..7c470b5
--- /dev/null
+++ b/public/charting_library/bundles/es.4211.932ffa2dc04657916b72.js
@@ -0,0 +1,4 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4211,4040,359,4109,9093],{23821:e=>{e.exports={en:["Dot"],es:["Punto"]}},41256:e=>{e.exports={en:["Back"],es:["Atrás"]}},53174:e=>{e.exports={en:["Right"],es:["Right (derecho de suscripción)"]}},57e3:e=>{e.exports={en:["Compare"],es:["Comparar"]}},93111:e=>{e.exports={en:["Content"],es:["Contenido"]}},8270:e=>{e.exports={en:["Copy link to the chart image"],es:["Copiar el enlace a la imagen del gráfico"]}},4543:e=>{e.exports={en:["Cancel"],es:["Cancelar"]}},59934:e=>{e.exports={en:["Channels"],es:["Canales"]}},63245:e=>{e.exports={en:["Change symbol"],es:["Cambiar símbolo"]}},56281:e=>{e.exports={en:["Chart style Columns"],es:["Estilo de gráfico: Columnas"]}},64526:e=>{e.exports={en:["Chart style Candles"],es:["Estilo de gráfico: Velas"]}},9537:e=>{e.exports={en:["Chart style Area"],es:["Estilo de gráfico: Área"]}},19265:e=>{e.exports={en:["Chart style Bars"],es:["Estilo de gráfico: Barras"]}},19579:e=>{e.exports={en:["Chart style Baseline"],es:["Estilo de gráfico: Línea de referencia"]}},47189:e=>{e.exports={en:["Chart style Kagi"],es:["Estilo de gráfico: Kagi"]}},39883:e=>{e.exports={en:["Chart style HLC area"],es:["Estilo de gráfico: Área HLC"]}},67579:e=>{e.exports={en:["Chart style HLC bars"]}},44958:e=>{e.exports={en:["Chart style Hollow candles"],es:["Estilo de gráfico: Velas huecas"]}},62423:e=>{e.exports={en:["Chart style Heikin Ashi"],es:["Estilo de gráfico: Heikin Ashi"]}},70405:e=>{e.exports={en:["Chart style High-low"],es:["Estilo de gráfico: Mín-max"]}},92911:e=>{e.exports={en:["Chart style Line"],es:["Estilo de gráfico: Línea"]}},35458:e=>{e.exports={en:["Chart style Line with markers"],es:["Estilo de gráfico: Línea con marcadores"]}},11604:e=>{e.exports={en:["Chart style Line break"],es:["Estilo de gráfico: Ruptura de línea"]}},67346:e=>{e.exports={en:["Chart style Session volume profile"],es:["Estilo de gráfico de Perfil de volumen de la sesión"]}},40447:e=>{e.exports={en:["Chart style Step line"],es:["Estilo de gráfico: Línea de pasos"]}},22027:e=>{e.exports={en:["Chart style Point & figure"],es:["Estilo de gráfico: Punto y figura"]}},49942:e=>{e.exports={en:["Chart style Range"],es:["Estilo de gráfico: Rango"]}},80082:e=>{e.exports={en:["Chart style Renko"],es:["Estilo de gráfico: Renko"]}},94861:e=>{e.exports={en:["Chart style Time Price Opportunity"],es:["Estilo de gráfico: Oportunidad de precios en el tiempo"]}},13618:e=>{e.exports={en:["Chart style Volume candles"],es:["Estilo de gráfico: Velas de volumen"]}},21190:e=>{e.exports={en:["Chart style Volume footprint"],es:["Estilo de gráfico Huella (footprint) de volumen"]}},53438:e=>{e.exports={en:["Chart template"],es:["Plantilla de gráfico"]}},47742:e=>{e.exports={en:["Close menu"],es:["Cerrar menú"]}},81578:e=>{e.exports={en:["Cursors"],es:["Cursores"]}},77915:e=>{e.exports={en:["Cycles"],es:["Ciclos"]}},32064:e=>{e.exports={en:["Annotation tools"],es:["Herramientas de anotación"]}},69207:e=>{e.exports={en:["Add to favorites"],es:["Añadir a favoritos"]}},34040:e=>{e.exports={
+en:["All sources"],es:["Todas las fuentes"]}},19147:e=>{e.exports={en:["Arrows"],es:["Flechas"]}},42358:e=>{e.exports={en:["Bond"],es:["Bono"]}},65695:e=>{e.exports={en:["Brushes"],es:["Pinceles"]}},51494:e=>{e.exports={en:["Gann"]}},2654:e=>{e.exports={en:["Gann and Fibonacci tools"],es:["Herramientas Gann y Fibonacci"]}},22145:e=>{e.exports={en:["Geometric shapes"],es:["Figuras geométricas"]}},57157:e=>{e.exports={en:["Dot"],es:["Punto"]}},25848:e=>{e.exports={en:["Dark theme"],es:["Modo oscuro"]}},14939:e=>{e.exports={en:["Demonstration"],es:["Demostración"]}},78734:e=>{e.exports={en:["Description"],es:["Descripción"]}},74385:e=>{e.exports={en:["Drawings"],es:["Dibujos"]}},44255:e=>{e.exports={en:["Elliott waves"],es:["Ondas de Elliott"]}},8727:e=>{e.exports={en:["Eraser"],es:["Borrador"]}},93308:e=>{e.exports={en:["Extended session"],es:["Sesión con horario ampliado"]}},1410:e=>{e.exports={en:["Forecasting and measurement tools"],es:["Herramientas de previsión y medida"]}},26578:e=>{e.exports={en:["Fibonacci"]}},67092:e=>{e.exports={en:["Fullscreen mode"],es:["Modo pantalla completa"]}},83576:e=>{e.exports={en:["Function"],es:["Función"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"],es:["Mantenga pulsada {hotKey_0} para dibujar temporalmente"]}},27077:e=>{e.exports={en:["Open Object Tree"],es:["Abrir Árbol de objetos"]}},7386:e=>{e.exports={en:["Open chart layout"],es:["Abrir el diseño del gráfico"]}},79451:e=>{e.exports={en:["Lock all drawings"],es:["Bloquear todos los dibujos"]}},35112:e=>{e.exports={en:["Move chart back"],es:["Mover el gráfico hacia atrás"]}},12754:e=>{e.exports={en:["Move chart forward"],es:["Mover el gráfico hacia adelante"]}},37117:e=>{e.exports={en:["More"],es:["Más"]}},35553:e=>{e.exports={en:["Magic"],es:["Magia"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"],es:["El modo Magnet acerca los dibujos próximos a las barras de precios, al valor más cercano OHLC"]}},81031:e=>{e.exports={en:["Manage layout drawings"],es:["Gestionar los dibujos de los diseños"]}},91563:e=>{e.exports={en:["Measure"],es:["Medida"]}},97050:e=>{e.exports={en:["Measurer"],es:["Medidor"]}},7276:e=>{e.exports={en:["Merge all scales to the left"],es:["Agrupar todas las escalas a la izquierda"]}},80219:e=>{e.exports={en:["Merge all scales to the right"],es:["Agrupar todas las escalas a la derecha"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],es:["No hay mercados de valores que coincidan con sus criterios."]}},76822:e=>{e.exports={en:["No symbols match your criteria"],es:["Ningún símbolo coincide con sus criterios"]}},47202:e=>{e.exports={en:["Nothing matches your criteria"],es:["Nada que coincida con sus criterios"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"],es:["Los nuevos dibujos se reproducen en todos los gráficos y se muestran cuando se selecciona el mismo ticker"]}},3521:e=>{e.exports={en:["New drawings will sync globally"],
+es:["Los nuevos dibujos se sincronizarán globalmente"]}},93027:e=>{e.exports={en:["New drawings will sync in layout"],es:["Las nuevas plantillas se sincronizarán en la plantilla"]}},28628:e=>{e.exports={en:["Sources"],es:["Fuentes"]}},41569:e=>{e.exports={en:["Save chart layout"],es:["Guardar diseño de gráfico"]}},8573:e=>{e.exports={en:["Search"],es:["Buscar"]}},79354:e=>{e.exports={en:["Search tool or function"],es:["Buscar una herramienta o función"]}},57640:e=>{e.exports={en:["Select source"],es:["Seleccionar fuente"]}},65781:e=>{e.exports={en:["Shapes"],es:["Figuras"]}},3154:e=>{e.exports={en:["Show Hidden Tools"],es:["Mostrar herramientas ocultas"]}},85786:e=>{e.exports={en:["Show Object Tree"],es:["Mostrar árbol de objetos"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],es:["Permanecer en modo dibujo"]}},94593:e=>{e.exports={en:["Strong Magnet"],es:["Imán fuerte"]}},95481:e=>{e.exports={en:["Symbol"],es:["Símbolo"]}},74007:e=>{e.exports={en:["Symbol & description"],es:["Símbolo y descripción"]}},51165:e=>{e.exports={en:["Symbol Search"],es:["Búsqueda de símbolos"]}},23391:e=>{e.exports={en:["Sync drawings to all charts"],es:["Sincronizar dibujos en todos los gráficos"]}},46417:e=>{e.exports={en:["Patterns"],es:["Patrones"]}},36167:e=>{e.exports={en:["Pitchforks"],es:["Tridentes"]}},79366:e=>{e.exports={en:["Previous day close price line"],es:["Línea con el precio de cierre del día anterior"]}},76753:e=>{e.exports={en:["Recent search"],es:["Busqueda reciente"]}},28051:e=>{e.exports={en:["Regular session"],es:["Sesión ordinaria"]}},57118:e=>{e.exports={en:["Remove Drawings"],es:["Eliminar dibujos"]}},4474:e=>{e.exports={en:["Remove all indicators and drawing tools"],es:["Eliminar todas las herramientas de dibujo e indicadores"]}},96374:e=>{e.exports={en:["Remove drawings"],es:["Eliminar dibujos"]}},85106:e=>{e.exports={en:["Remove from favorites"],es:["Eliminar de favoritos"]}},99984:e=>{e.exports={en:["Remove indicators"],es:["Eliminar Indicadores"]}},38206:e=>{e.exports={en:["Rename chart layout"],es:["Cambiar el nombre del diseño del gráfico"]}},31789:e=>{e.exports={en:["Reset chart"],es:["Restablecer gráfico"]}},3519:e=>{e.exports={en:["Weak Magnet"],es:["Imán débil"]}},65831:e=>{e.exports={en:["Text & Notes"],es:["Texto y notas"]}},48773:e=>{e.exports={en:["Trend line tools"],es:["Herramientas de líneas de tendencia"]}},27463:e=>{e.exports={en:["Type to search for drawings, functions and settings"],es:["Busque herramientas de dibujo, funciones y configuraciones"]}},69260:e=>{e.exports={en:["Volume-based"],es:["Basado en volumen"]}},78659:e=>{e.exports={en:["You're changing the user interface to the {name} theme. Would you like to switch the chart template's theme too?"],es:["Está cambiando la interfaz de usuario al esquema {name}. ¿Le gustaría cambiar el esquema de la plantilla del gráfico también?"]}},55774:e=>{e.exports={en:["Zoom In"],es:["Aumentar"]}},37310:e=>{e.exports={en:["Zoom Out"],es:["Alejar"]}},70932:e=>{e.exports={en:["commodity"],es:["materia prima"]}},79599:e=>{e.exports={en:["cfd"]}},
+13489:e=>{e.exports={en:["change ideas visibility on chart"],es:["cambiar la visibilidad de las ideas en el gráfico"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"],es:["cambiar la visibilidad de las etiquetas con el nombre de los indicadores y de la información financiera"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"],es:["cambiar la visibilidad de las etiquetas con el valor de los indicadores y la información financiera"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"],es:["cambiar la visibilidad de las líneas de precios pre/pos mercado"]}},46128:e=>{e.exports={en:["crypto"],es:["cripto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"],es:["economía"]}},17770:e=>{e.exports={en:["forex"],es:["Forex"]}},4723:e=>{e.exports={en:["futures"],es:["futuros"]}},87464:e=>{e.exports={en:["index"],es:["índice"]}},90250:e=>{e.exports={en:["indices"],es:["índices"]}},76752:e=>{e.exports={en:["stock"],es:["acciones"]}},94521:e=>{e.exports={en:["sync drawings"],es:["sincronizar dibujos"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"],es:["{hotKey_0} + Clic en el gráfico"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"],es:["{hotKey_0}: círculo"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"],es:["{hotKey_0}: dibujar una línea recta en ángulos de 45"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"],es:["{hotKey_0}: incrementos fijos"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"],es:["{hotKey_0}: cuadrado"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.4543.af2e0ddd821d5bacf27b.js b/public/charting_library/bundles/es.4543.af2e0ddd821d5bacf27b.js
new file mode 100644
index 0000000..eab1880
--- /dev/null
+++ b/public/charting_library/bundles/es.4543.af2e0ddd821d5bacf27b.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4543],{63271:e=>{e.exports={en:["Flipped"],es:["Volteado"]}},28941:e=>{e.exports={en:["Mirrored"],es:["Reflejado"]}},92479:e=>{e.exports={en:["flip bars pattern"],es:["Patrón de giro de barras"]}},20965:e=>{e.exports={en:["mirror bars pattern"],es:["patrón espejo de barras"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.4593.99cfdf832ec7f90cc2a7.js b/public/charting_library/bundles/es.4593.99cfdf832ec7f90cc2a7.js
new file mode 100644
index 0000000..81ed9a8
--- /dev/null
+++ b/public/charting_library/bundles/es.4593.99cfdf832ec7f90cc2a7.js
@@ -0,0 +1,5 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4593,4040,359,4821],{55517:e=>{e.exports={en:["Add"],es:["Añadir"]}},29619:e=>{e.exports={en:["Add custom color"],es:["Añadir color personalizado"]}},80936:e=>{e.exports={en:["Opacity"],es:["Opacidad"]}},33857:e=>{e.exports={en:["Cross"],es:["Cruce"]}},97349:e=>{e.exports={en:["Fr"],es:["Vi"]}},30961:e=>{e.exports={en:["Mo"],es:["Lu"]}},94748:e=>{e.exports={en:["Sa"],es:["Sá"]}},75005:e=>{e.exports={en:["Su"],es:["Do"]}},92578:e=>{e.exports={en:["We"],es:["Mi"]}},8765:e=>{e.exports={en:["Th"],es:["Ju"]}},9135:e=>{e.exports={en:["Tu"],es:["Ma"]}},53288:e=>{e.exports={en:["animals & nature"],es:["animales y naturaleza"]}},21311:e=>{e.exports={en:["activity"],es:["actividad"]}},90678:e=>{e.exports={en:["food & drink"],es:["comida y bebida"]}},6715:e=>{e.exports={en:["flags"],es:["banderas"]}},98355:e=>{e.exports={en:["objects"],es:["objetos"]}},43438:e=>{e.exports={en:["smiles & people"],es:["emoticonos y personas"]}},40457:e=>{e.exports={en:["symbols"],es:["simbolos"]}},88906:e=>{e.exports={en:["recently used"],es:["usados con frecuencia"]}},28562:e=>{e.exports={en:["travel & places"],es:["viajes y destinos"]}},24716:e=>{e.exports={en:["Another symbol"],es:["Otro símbolo"]}},41256:e=>{e.exports={en:["Back"],es:["Atrás"]}},76542:e=>{e.exports={en:["Labels on price scale"],es:["Etiquetas en la escala de precios"]}},94849:e=>{e.exports={en:["Main chart symbol"],es:["Símbolo principal del gráfico"]}},49191:e=>{e.exports={en:["Values in status line"],es:["Valores en la línea de estado"]}},53174:e=>{e.exports={en:["Right"],es:["Right (derecho de suscripción)"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"],es:["En este momento el calendario muestra el año {year}"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"],es:["En este momento el calendario comprende los años entre {year_start} y {year_end}"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"],es:["En este momento el calendario muestra el mes de {month}"]}},4543:e=>{e.exports={en:["Cancel"],es:["Cancelar"]}},24197:e=>{e.exports={en:["Center"],es:["Centro"]}},63245:e=>{e.exports={en:["Change symbol"],es:["Cambiar símbolo"]}},54613:e=>{e.exports={en:["Chart"],es:["Gráfico"]}},5669:e=>{e.exports={en:["Circles"],es:["Círculos"]}},47742:e=>{e.exports={en:["Close menu"],es:["Cerrar menú"]}},8305:e=>{e.exports={en:["Above bar"],es:["Encima de la barra"]}},69758:e=>{e.exports={en:["Absolute"],es:["Absoluto"]}},34040:e=>{e.exports={en:["All sources"],es:["Todas las fuentes"]}},62511:e=>{e.exports={en:["Apply Defaults"],es:["Aplicar configuración predeterminada"]}},28896:e=>{e.exports={en:["April"],es:["Abril"]}},7349:e=>{e.exports={en:["Area with breaks"],es:["Área con rupturas"]}},11081:e=>{e.exports={en:["August"],es:["Agosto"]}},27567:e=>{e.exports={en:["Bottom"],es:["Parte inferior"]}},74406:e=>{e.exports={en:["Body"],es:["Cuerpo"]}},42358:e=>{e.exports={en:["Bond"],es:["Bono"]}},38408:e=>{e.exports={en:["Border"],es:["Borde"]}},
+79468:e=>{e.exports={en:["Background"],es:["Fondo"]}},9417:e=>{e.exports={en:["Below bar"],es:["Debajo de la barra"]}},68043:e=>{e.exports={en:["Gradient"],es:["Gradiente"]}},27390:e=>{e.exports={en:["Dotted line"],es:["Linea de puntos"]}},71776:e=>{e.exports={en:["Down"],es:["Abajo"]}},72942:e=>{e.exports={en:["Days"],es:["Días"]}},88123:e=>{e.exports={en:["Dashed line"],es:["Linea discontinua"]}},73033:e=>{e.exports={en:["Developing VA"],es:["Desarrollando VA"]}},90082:e=>{e.exports={en:["December"],es:["Diciembre"]}},55319:e=>{e.exports={en:["Decrease"],es:["Reducir"]}},16564:e=>{e.exports={en:["Default"],es:["Por defecto"]}},48572:e=>{e.exports={en:["Defaults"],es:["Impagados"]}},78734:e=>{e.exports={en:["Description"],es:["Descripción"]}},81069:e=>{e.exports={en:["February"],es:["Febrero"]}},3570:e=>{e.exports={en:["Friday"],es:["Viernes"]}},56796:e=>{e.exports={en:["Hours"],es:["Horas"]}},95406:e=>{e.exports={en:["Horizontal"]}},8854:e=>{e.exports={en:["Hidden"],es:["Oculto"]}},78057:e=>{e.exports={en:["Histogram"],es:["Histograma"]}},39832:e=>{e.exports={en:["Increase"],es:["Aumento"]}},21429:e=>{e.exports={en:["Inputs"],es:["Entradas de datos"]}},200:e=>{e.exports={en:["January"],es:["Enero"]}},6608:e=>{e.exports={en:["July"],es:["Julio"]}},61487:e=>{e.exports={en:["June"],es:["Junio"]}},37997:e=>{e.exports={en:["October"],es:["Octubre"]}},55450:e=>{e.exports={en:["Offset"],es:["Compensación"]}},19295:e=>{e.exports={en:["Ok"],es:["Aceptar"]}},89702:e=>{e.exports={en:["Outputs"],es:["Salidas"]}},64075:e=>{e.exports={en:["Override min tick"],es:["Anular el tick mínimo"]}},62791:e=>{e.exports={en:["Labels font"],es:["Fuente de las etiquetas"]}},11626:e=>{e.exports={en:["Left"],es:["Izquierda"]}},34862:e=>{e.exports={en:["Line with breaks"],es:["Línea con rupturas"]}},28603:e=>{e.exports={en:["Line style"],es:["Estilo de línea"]}},19573:e=>{e.exports={en:["Monday"],es:["Lunes"]}},43154:e=>{e.exports={en:["Months"],es:["Meses"]}},37117:e=>{e.exports={en:["More"],es:["Más"]}},25734:e=>{e.exports={en:["May"],es:["Mayo"]}},93878:e=>{e.exports={en:["March"],es:["Marzo"]}},68833:e=>{e.exports={en:["Middle"],es:["En el medio"]}},42562:e=>{e.exports={en:["Minutes"],es:["Minutos"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],es:["No hay mercados de valores que coincidan con sus criterios."]}},76822:e=>{e.exports={en:["No symbols match your criteria"],es:["Ningún símbolo coincide con sus criterios"]}},4607:e=>{e.exports={en:["November"],es:["Noviembre"]}},65353:e=>{e.exports={en:["Normal"]}},69102:e=>{e.exports={en:["Next year"],es:["Próximo año"]}},17538:e=>{e.exports={en:["Next years"],es:["Próximos años"]}},92790:e=>{e.exports={en:["Next month"],es:["Próximo mes"]}},71300:e=>{e.exports={en:["Number format is invalid."],es:["El formato del número no es correcto."]}},28628:e=>{e.exports={en:["Sources"],es:["Fuentes"]}},88686:e=>{e.exports={en:["Solid"],es:["Sólido"]}},30348:e=>{e.exports={en:["Saturday"],es:["Sábado"]}},99687:e=>{e.exports={en:["Save as default"],es:["Guardar por defecto"]}},8573:e=>{
+e.exports={en:["Search"],es:["Buscar"]}},65188:e=>{e.exports={en:["Seconds"],es:["Segundos"]}},57640:e=>{e.exports={en:["Select source"],es:["Seleccionar fuente"]}},32179:e=>{e.exports={en:["September"],es:["Septiembre"]}},38712:e=>{e.exports={en:["Signal labels"],es:["Etiquetas de señales"]}},31331:e=>{e.exports={en:["Specified value is more than the instrument maximum of {max}."],es:["El valor especificado es mayor al máximo del instrumento: {max}."]}},24216:e=>{e.exports={en:["Specified value is less than the instrument minimum of {min}."],es:["El valor especificado es menor al mínimo del instrumento: {min}"]}},14788:e=>{e.exports={en:["Step line with breaks"],es:["Línea de pasos con rupturas"]}},11877:e=>{e.exports={en:["Step line with diamonds"],es:["Línea de pasos con rombos"]}},61480:e=>{e.exports={en:["Sunday"],es:["Domingo"]}},70235:e=>{e.exports={en:["Switch to months"],es:["Cambie a meses"]}},91245:e=>{e.exports={en:["Switch to dates"],es:["Cambie a fechas"]}},71961:e=>{e.exports={en:["Switch to years"],es:["Cambie a años"]}},95481:e=>{e.exports={en:["Symbol"],es:["Símbolo"]}},74007:e=>{e.exports={en:["Symbol & description"],es:["Símbolo y descripción"]}},51165:e=>{e.exports={en:["Symbol Search"],es:["Búsqueda de símbolos"]}},10783:e=>{e.exports={en:["Placement"],es:["Colocación"]}},27254:e=>{e.exports={en:["Please enter the right date"],es:["Introduzca la fecha correcta"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"],es:["Escriba el formato de fecha correcto aaaa-mm-dd"]}},59766:e=>{e.exports={en:["Precision"],es:["Precisión"]}},93984:e=>{e.exports={en:["Previous month"],es:["Mes anterior"]}},75776:e=>{e.exports={en:["Previous year"],es:["Año anterior"]}},44701:e=>{e.exports={en:["Previous years"],es:["Años anteriores"]}},98721:e=>{e.exports={en:["Quantity"],es:["Cantidad"]}},89984:e=>{e.exports={en:["Remove color"],es:["Eliminar color"]}},47550:e=>{e.exports={en:["Remove selected emoji"],es:["Eliminar el emoji seleccionado"]}},33533:e=>{e.exports={en:["Reset settings"],es:["Restablecer configuración"]}},50421:e=>{e.exports={en:["Right"],es:["Derecha"]}},94226:e=>{e.exports={en:["Wednesday"],es:["Miércoles"]}},835:e=>{e.exports={en:["Weeks"],es:["Semanas"]}},32163:e=>{e.exports={en:["Wick"],es:["Mecha"]}},4622:e=>{e.exports={en:["Width (% of the box)"],es:["Ancho (% del recuadro)"]}},97118:e=>{e.exports={en:["Top"],es:["Parte superior"]}},25485:e=>{e.exports={en:["Text alignment"],es:["Alineación del texto"]}},77753:e=>{e.exports={en:["Text color"],es:["Color del texto"]}},67781:e=>{e.exports={en:["Text orientation"],es:["Orientación del texto"]}},79137:e=>{e.exports={en:["Thursday"],es:["Jueves"]}},54971:e=>{e.exports={en:["Thickness"],es:["Grosor"]}},24821:e=>{e.exports={en:["Ticks"],es:["Tics"]}},6532:e=>{e.exports={en:["Trades on chart"],es:["Negociaciones en el gráfico"]}},82160:e=>{e.exports={en:["Tuesday"],es:["Martes"]}},22691:e=>{e.exports={en:["Up"],es:["Arriba"]}},13748:e=>{e.exports={
+en:["Use special math signs to displace selected drawings: +,-,/,* for price and +,- for bar index."],es:["Utilice signos matemáticos especiales para desplazar los dibujos seleccionados: +,-,/,* para el precio y +,- para el índice de barras."]}},81363:e=>{e.exports={en:["Volume profile"],es:["Perfil de volumen"]}},60092:e=>{e.exports={en:["Values"],es:["Valores"]}},69526:e=>{e.exports={en:["Vertical"]}},66181:e=>{e.exports={en:["Years"],es:["Años"]}},70932:e=>{e.exports={en:["commodity"],es:["materia prima"]}},79599:e=>{e.exports={en:["cfd"]}},26476:e=>{e.exports={en:["change min tick"],es:["modificar el tick mínimo"]}},29426:e=>{e.exports={en:["change opacity"],es:["cambiar la opacidad"]}},86955:e=>{e.exports={en:["change char"],es:["cambiar los caracteres"]}},31675:e=>{e.exports={en:["change color"],es:["cambiar el color"]}},85889:e=>{e.exports={en:["change expand blocks"],es:["cambiar ampliación de bloques"]}},27745:e=>{e.exports={en:["change font size"],es:["cambiar tamaño de la fuente"]}},28818:e=>{e.exports={en:["change line style"],es:["cambiar el estilo de la línea"]}},6834:e=>{e.exports={en:["change location"],es:["cambiar la localización"]}},62294:e=>{e.exports={en:["change percent width"],es:["cambiar el ancho del porcentaje"]}},81891:e=>{e.exports={en:["change placement"],es:["cambiar la colocación"]}},43439:e=>{e.exports={en:["change plot type"],es:["cambiar el tipo de trazo"]}},61863:e=>{e.exports={en:["change precision"],es:["cambiar la precisión"]}},83468:e=>{e.exports={en:["change shape"],es:["cambiar la figura"]}},73281:e=>{e.exports={en:["change thickness"],es:["cambiar el grosor"]}},21333:e=>{e.exports={en:["change value"],es:["cambiar el valor"]}},9344:e=>{e.exports={en:["change values visibility"],es:["cambiar la visibilidad de los valores"]}},96135:e=>{e.exports={en:["change {title} days to"],es:["cambiar los días de {title} hasta"]}},91201:e=>{e.exports={en:["change {title} days from"],es:["cambiar los días de {title} desde"]}},8306:e=>{e.exports={en:["change {title} hours from"],es:["cambiar las horas de {title} desde"]}},67233:e=>{e.exports={en:["change {title} hours to"],es:["cambiar las horas de {title} hasta"]}},99122:e=>{e.exports={en:["change {title} months from"],es:["cambiar los meses desde de {title}"]}},10518:e=>{e.exports={en:["change {title} months to"],es:["cambiar los meses de {title} hasta"]}},38011:e=>{e.exports={en:["change {title} minutes to"],es:["cambiar los minutos de {title} hasta"]}},59820:e=>{e.exports={en:["change {title} minutes from"],es:["cambiar los minutos de {title} desde"]}},6573:e=>{e.exports={en:["change {title} seconds to"],es:["cambiar los segundos de {title} hasta"]}},86780:e=>{e.exports={en:["change {title} seconds from"],es:["cambiar los segundos desde de {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],es:["cambiar las semanas de {title} desde"]}},18678:e=>{e.exports={en:["change {title} weeks to"],es:["cambiar las semanas de {title} hasta"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],
+es:["cambiar la visibilidad en ticks de {title}"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],es:["cambiar la visibilidad en semanas de {title}"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],es:["cambiar la visibilidad de {title} en {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],es:["cambiar la visibilidad en días de {title}"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],es:["cambiar la visibilidad en horas de {title}"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],es:["cambiar la visibilidad en minutos de {title}"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],es:["cambiar la visibilidad en meses de {title}"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],es:["cambiar la visibilidad en segundos de {title}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],es:["cambiar la propiedad de {propertyName}"]}},5741:e=>{e.exports={en:["close"],es:["cierre"]}},46128:e=>{e.exports={en:["crypto"],es:["cripto"]}},35813:e=>{e.exports={en:["days"],es:["días"]}},89919:e=>{e.exports={en:["days to"],es:["días hasta"]}},59215:e=>{e.exports={en:["days from"],es:["días desde"]}},47268:e=>{e.exports={en:["dr"]}},406:e=>{e.exports={en:["e.g. +1"],es:["p. ej., +1"]}},49957:e=>{e.exports={en:["e.g. /2"],es:["p. ej., /2"]}},54094:e=>{e.exports={en:["economy"],es:["economía"]}},17770:e=>{e.exports={en:["forex"],es:["Forex"]}},4723:e=>{e.exports={en:["futures"],es:["futuros"]}},2359:e=>{e.exports={en:["hours"],es:["horas"]}},82267:e=>{e.exports={en:["hours from"],es:["horas desde"]}},15600:e=>{e.exports={en:["hours to"],es:["horas hasta"]}},59319:e=>{e.exports={en:["high"],es:["máximo"]}},96008:e=>{e.exports={en:["hl2"]}},91189:e=>{e.exports={en:["hlc3"]}},49242:e=>{e.exports={en:["hlcc4"]}},87464:e=>{e.exports={en:["index"],es:["índice"]}},90250:e=>{e.exports={en:["indices"],es:["índices"]}},52793:e=>{e.exports={en:["ohlc4"]}},83584:e=>{e.exports={en:["open"],es:["apertura"]}},41902:e=>{e.exports={en:["low"],es:["minimo"]}},95300:e=>{e.exports={en:["months"],es:["meses"]}},17250:e=>{e.exports={en:["months from"],es:["meses desde"]}},2828:e=>{e.exports={en:["months to"],es:["meses hasta"]}},18726:e=>{e.exports={en:["minutes"],es:["minutos"]}},67649:e=>{e.exports={en:["minutes to"],es:["minutos hasta"]}},22476:e=>{e.exports={en:["minutes from"],es:["minutos desde"]}},751:e=>{e.exports={en:["seconds"],es:["segundos"]}},73419:e=>{e.exports={en:["seconds to"],es:["segundos hasta"]}},35801:e=>{e.exports={en:["seconds from"],es:["segundos desde"]}},76752:e=>{e.exports={en:["stock"],es:["acciones"]}},45537:e=>{e.exports={en:["weeks"],es:["semanas"]}},92859:e=>{e.exports={en:["weeks from"],es:["semanas desde"]}},44127:e=>{e.exports={en:["weeks to"],es:["semanas hasta"]}},3539:e=>{e.exports={en:["ticks"],es:["Tics"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.4821.0124e1463859eb34b0d7.js b/public/charting_library/bundles/es.4821.0124e1463859eb34b0d7.js
new file mode 100644
index 0000000..a689894
--- /dev/null
+++ b/public/charting_library/bundles/es.4821.0124e1463859eb34b0d7.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4821],{24821:e=>{e.exports={en:["Ticks"],es:["Tics"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.5111.0e84f778015dc1f067f1.js b/public/charting_library/bundles/es.5111.0e84f778015dc1f067f1.js
new file mode 100644
index 0000000..e76c684
--- /dev/null
+++ b/public/charting_library/bundles/es.5111.0e84f778015dc1f067f1.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5111],{77114:e=>{e.exports={en:["erase level line"],es:["borrar la línea de nivel"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.5402.f7a00bf7d82b9a40920d.js b/public/charting_library/bundles/es.5402.f7a00bf7d82b9a40920d.js
new file mode 100644
index 0000000..287c7a2
--- /dev/null
+++ b/public/charting_library/bundles/es.5402.f7a00bf7d82b9a40920d.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5402],{15402:e=>{e.exports={en:["Next time you can use {shortcut} for quick paste"],es:["La próxima vez puede usar {shortcut} para acelerar el proceso de pegado"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.5683.0a2c985dba54512056ce.js b/public/charting_library/bundles/es.5683.0a2c985dba54512056ce.js
new file mode 100644
index 0000000..2d08190
--- /dev/null
+++ b/public/charting_library/bundles/es.5683.0a2c985dba54512056ce.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5683],{97349:e=>{e.exports={en:["Fr"],es:["Vi"]}},30961:e=>{e.exports={en:["Mo"],es:["Lu"]}},94748:e=>{e.exports={en:["Sa"],es:["Sá"]}},75005:e=>{e.exports={en:["Su"],es:["Do"]}},92578:e=>{e.exports={en:["We"],es:["Mi"]}},8765:e=>{e.exports={en:["Th"],es:["Ju"]}},9135:e=>{e.exports={en:["Tu"],es:["Ma"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"],es:["En este momento el calendario muestra el año {year}"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"],es:["En este momento el calendario comprende los años entre {year_start} y {year_end}"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"],es:["En este momento el calendario muestra el mes de {month}"]}},4543:e=>{e.exports={en:["Cancel"],es:["Cancelar"]}},47742:e=>{e.exports={en:["Close menu"],es:["Cerrar menú"]}},81861:e=>{e.exports={en:["Custom range"],es:["Rango personalizado"]}},28896:e=>{e.exports={en:["April"],es:["Abril"]}},11081:e=>{e.exports={en:["August"],es:["Agosto"]}},42432:e=>{e.exports={en:["Go to"],es:["Ir a"]}},90082:e=>{e.exports={en:["December"],es:["Diciembre"]}},81069:e=>{e.exports={en:["February"],es:["Febrero"]}},3570:e=>{e.exports={en:["Friday"],es:["Viernes"]}},200:e=>{e.exports={en:["January"],es:["Enero"]}},6608:e=>{e.exports={en:["July"],es:["Julio"]}},61487:e=>{e.exports={en:["June"],es:["Junio"]}},37997:e=>{e.exports={en:["October"],es:["Octubre"]}},19295:e=>{e.exports={en:["Ok"],es:["Aceptar"]}},19573:e=>{e.exports={en:["Monday"],es:["Lunes"]}},43154:e=>{e.exports={en:["Months"],es:["Meses"]}},37117:e=>{e.exports={en:["More"],es:["Más"]}},25734:e=>{e.exports={en:["May"],es:["Mayo"]}},93878:e=>{e.exports={en:["March"],es:["Marzo"]}},4607:e=>{e.exports={en:["November"],es:["Noviembre"]}},69102:e=>{e.exports={en:["Next year"],es:["Próximo año"]}},17538:e=>{e.exports={en:["Next years"],es:["Próximos años"]}},92790:e=>{e.exports={en:["Next month"],es:["Próximo mes"]}},30348:e=>{e.exports={en:["Saturday"],es:["Sábado"]}},32179:e=>{e.exports={en:["September"],es:["Septiembre"]}},61480:e=>{e.exports={en:["Sunday"],es:["Domingo"]}},70235:e=>{e.exports={en:["Switch to months"],es:["Cambie a meses"]}},91245:e=>{e.exports={en:["Switch to dates"],es:["Cambie a fechas"]}},71961:e=>{e.exports={en:["Switch to years"],es:["Cambie a años"]}},27254:e=>{e.exports={en:["Please enter the right date"],es:["Introduzca la fecha correcta"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"],es:["Escriba el formato de fecha correcto aaaa-mm-dd"]}},93984:e=>{e.exports={en:["Previous month"],es:["Mes anterior"]}},75776:e=>{e.exports={en:["Previous year"],es:["Año anterior"]}},44701:e=>{e.exports={en:["Previous years"],es:["Años anteriores"]}},94226:e=>{e.exports={en:["Wednesday"],es:["Miércoles"]}},79137:e=>{e.exports={en:["Thursday"],es:["Jueves"]}},82160:e=>{e.exports={en:["Tuesday"],es:["Martes"]}},66181:e=>{e.exports={en:["Years"],es:["Años"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.5862.3039f470825daf65b9d6.js b/public/charting_library/bundles/es.5862.3039f470825daf65b9d6.js
new file mode 100644
index 0000000..ba4551e
--- /dev/null
+++ b/public/charting_library/bundles/es.5862.3039f470825daf65b9d6.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5862],{4543:e=>{e.exports={en:["Cancel"],es:["Cancelar"]}},32910:e=>{e.exports={en:["Choose image"],es:["Elija una imagen"]}},47742:e=>{e.exports={en:["Close menu"],es:["Cerrar menú"]}},98918:e=>{e.exports={en:["Drop image here!"],es:["¡Suelte aquí la imagen!"]}},49580:e=>{e.exports={en:["Image is required"],es:["Se requiere una imagen"]}},41667:e=>{e.exports={en:["JPG, PNG or WEBP"],es:["JPG, PNG o WEBP"]}},19295:e=>{e.exports={en:["Ok"],es:["Aceptar"]}},7654:e=>{e.exports={en:["Max size {value}"],es:["El tamaño máximo es de {value}"]}},64789:e=>{e.exports={en:["Something went wrong, try again"],es:["Algo ha fallado. Vuela a intentarlo."]}},73007:e=>{e.exports={en:["The image being pasted is way too large"],es:["La imagen que se está pegando es demasiado grande"]}},19788:e=>{e.exports={en:["Transparency"],es:["Transparencia"]}},16992:e=>{e.exports={en:["Upload a valid image. The file you uploaded was either not an image or a corrupted image."],es:["Suba una imagen válida. El archivo que ha cargado o bien no era una imagen o estaba dañado."]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.6155.0d55563600ea0d002811.js b/public/charting_library/bundles/es.6155.0d55563600ea0d002811.js
new file mode 100644
index 0000000..4e6adb9
--- /dev/null
+++ b/public/charting_library/bundles/es.6155.0d55563600ea0d002811.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],es:["#{count} (precio, barra)"]}},78930:e=>{e.exports={en:["Coordinates"],es:["Coordenadas"]}},24197:e=>{e.exports={en:["Center"],es:["Centro"]}},27567:e=>{e.exports={en:["Bottom"],es:["Parte inferior"]}},72942:e=>{e.exports={en:["Days"],es:["Días"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],es:["Desplazamiento (precio, barra)"]}},56796:e=>{e.exports={en:["Hours"],es:["Horas"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],es:["Entradas de datos"]}},11626:e=>{e.exports={en:["Left"],es:["Izquierda"]}},43154:e=>{e.exports={en:["Months"],es:["Meses"]}},68833:e=>{e.exports={en:["Middle"],es:["En el medio"]}},42562:e=>{e.exports={en:["Minutes"],es:["Minutos"]}},65188:e=>{e.exports={en:["Seconds"],es:["Segundos"]}},50421:e=>{e.exports={en:["Right"],es:["Derecha"]}},835:e=>{e.exports={en:["Weeks"],es:["Semanas"]}},97118:e=>{e.exports={en:["Top"],es:["Parte superior"]}},70320:e=>{e.exports={en:["Text"],es:["Тexto"]}},25485:e=>{e.exports={en:["Text alignment"],es:["Alineación del texto"]}},67781:e=>{e.exports={en:["Text orientation"],es:["Orientación del texto"]}},24821:e=>{e.exports={en:["Ticks"],es:["Tics"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],es:["cambiar la coordenada X de las barras"]}},11737:e=>{e.exports={en:["change price Y coordinate"],es:["cambiar la coordenada Y de los precios"]}},96135:e=>{e.exports={en:["change {title} days to"],es:["cambiar los días de {title} hasta"]}},91201:e=>{e.exports={en:["change {title} days from"],es:["cambiar los días de {title} desde"]}},8306:e=>{e.exports={en:["change {title} hours from"],es:["cambiar las horas de {title} desde"]}},67233:e=>{e.exports={en:["change {title} hours to"],es:["cambiar las horas de {title} hasta"]}},99122:e=>{e.exports={en:["change {title} months from"],es:["cambiar los meses desde de {title}"]}},10518:e=>{e.exports={en:["change {title} months to"],es:["cambiar los meses de {title} hasta"]}},38011:e=>{e.exports={en:["change {title} minutes to"],es:["cambiar los minutos de {title} hasta"]}},59820:e=>{e.exports={en:["change {title} minutes from"],es:["cambiar los minutos de {title} desde"]}},6573:e=>{e.exports={en:["change {title} seconds to"],es:["cambiar los segundos de {title} hasta"]}},86780:e=>{e.exports={en:["change {title} seconds from"],es:["cambiar los segundos desde de {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],es:["cambiar las semanas de {title} desde"]}},18678:e=>{e.exports={en:["change {title} weeks to"],es:["cambiar las semanas de {title} hasta"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],es:["cambiar la visibilidad en ticks de {title}"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],es:["cambiar la visibilidad en semanas de {title}"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],es:["cambiar la visibilidad de {title} en {ranges}"]}},
+56402:e=>{e.exports={en:["change {title} visibility on days"],es:["cambiar la visibilidad en días de {title}"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],es:["cambiar la visibilidad en horas de {title}"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],es:["cambiar la visibilidad en minutos de {title}"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],es:["cambiar la visibilidad en meses de {title}"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],es:["cambiar la visibilidad en segundos de {title}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],es:["cambiar la propiedad de {propertyName}"]}},35813:e=>{e.exports={en:["days"],es:["días"]}},89919:e=>{e.exports={en:["days to"],es:["días hasta"]}},59215:e=>{e.exports={en:["days from"],es:["días desde"]}},2359:e=>{e.exports={en:["hours"],es:["horas"]}},82267:e=>{e.exports={en:["hours from"],es:["horas desde"]}},15600:e=>{e.exports={en:["hours to"],es:["horas hasta"]}},76261:e=>{e.exports={en:["move drawings"],es:["mover dibujos"]}},95300:e=>{e.exports={en:["months"],es:["meses"]}},17250:e=>{e.exports={en:["months from"],es:["meses desde"]}},2828:e=>{e.exports={en:["months to"],es:["meses hasta"]}},18726:e=>{e.exports={en:["minutes"],es:["minutos"]}},67649:e=>{e.exports={en:["minutes to"],es:["minutos hasta"]}},22476:e=>{e.exports={en:["minutes from"],es:["minutos desde"]}},751:e=>{e.exports={en:["seconds"],es:["segundos"]}},73419:e=>{e.exports={en:["seconds to"],es:["segundos hasta"]}},35801:e=>{e.exports={en:["seconds from"],es:["segundos desde"]}},45537:e=>{e.exports={en:["weeks"],es:["semanas"]}},92859:e=>{e.exports={en:["weeks from"],es:["semanas desde"]}},44127:e=>{e.exports={en:["weeks to"],es:["semanas hasta"]}},3539:e=>{e.exports={en:["ticks"],es:["Tics"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.6290.a5f1298c89f78011c7d7.js b/public/charting_library/bundles/es.6290.a5f1298c89f78011c7d7.js
new file mode 100644
index 0000000..14e60eb
--- /dev/null
+++ b/public/charting_library/bundles/es.6290.a5f1298c89f78011c7d7.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6290,7122],{71682:e=>{e.exports={en:["in"],es:["en"]}},72630:e=>{e.exports={en:["Closed"],es:["Cerrado"]}},18741:e=>{e.exports={en:["Open"],es:["Apertura"]}},95931:e=>{e.exports={en:["Cancel Order"],es:["Cancelar orden"]}},59783:e=>{e.exports={en:["Close Position"],es:["Cerrar posición"]}},6060:e=>{e.exports={en:["Add text"],es:["Añadir texto"]}},47545:e=>{e.exports={en:["FAILURE"],es:["FALLO"]}},1472:e=>{e.exports={en:["Head"],es:["Cabeza"]}},27443:e=>{e.exports={en:["Left Shoulder"],es:["Hombro izquierdo"]}},67710:e=>{e.exports={en:["Modify Order"],es:["Modificar orden"]}},26409:e=>{e.exports={en:["SUCCESS"],es:["ÉXITO"]}},79463:e=>{e.exports={en:["Stop: {stopChange} ({stopChangePercent}) {stopChangePip}, Amount: {amount}"],es:["Stop: {stopChange} ({stopChangePercent}) {stopChangePip}, Importe: {amount}"]}},24927:e=>{e.exports={en:["Protect Position"],es:["Proteger posición"]}},10780:e=>{e.exports={en:["Qty: {qty}"],es:["Cantidad: {qty}"]}},98818:e=>{e.exports={en:["Reverse Position"],es:["Revertir posición"]}},14719:e=>{e.exports={en:["Right Shoulder"],es:["Hombro derecho"]}},36825:e=>{e.exports={en:["Risk/Reward Ratio: {ratio}"],es:["Relación riesgo/beneficio: {ratio}"]}},72274:e=>{e.exports={en:["Target: {profitChange} ({profitChangePercent}) {profitChangePip}, Amount: {amount}"],es:["Objetivo: {profitChange} ({profitChangePercent}) {profitChangePip}, Importe: {amount}"]}},57122:e=>{e.exports={en:["change {title} text"],es:["cambiar texto de {title}"]}},44994:e=>{e.exports={en:["distance: {number} px"],es:["distancia: {number} px"]}},76250:e=>{e.exports={en:["{status} P&L: {pnl}"],es:["{status} PyG: {pnl}"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.6342.6af643b9a34abf3f6313.js b/public/charting_library/bundles/es.6342.6af643b9a34abf3f6313.js
new file mode 100644
index 0000000..f7747df
--- /dev/null
+++ b/public/charting_library/bundles/es.6342.6af643b9a34abf3f6313.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6342],{87859:e=>{e.exports={en:["Not applicable"],es:["No aplicable"]}},51998:e=>{e.exports={en:["Type the interval number for minute charts (i.e. 5 if it is going to be a five minute chart). Or number plus letter for H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)"],es:["Escriba el número de intervalo para gráficos de minutos (es decir, 5 si va a ser un gráfico de cinco minutos). O número más letra para H (por hora), D (diario), S (semanal), M (mensual) intervalos (es decir, D o 2H)"]}},96941:e=>{e.exports={en:["Type the interval number for minute charts (i.e. 5 if it's going to be a five minute chart). Or number plus letter for other intervals: S for 1 second chart (15S for 15 second chart, etc.), H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)"],es:["Introduzca el número del intervalo para los gráficos de minutos (por ejemplo, 5 si va a ser un gráfico de cinco minutos). También puede introducir un número, más una letra, para conseguir diferentes intervalos: S para un gráfico de 1 segundo (15S corresponde a un gráfico de 15 segundos); H (horas), W (semanas) o M (meses). A continuación se muestra un ejemplo: 1D o 2H."]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.6406.78b7e0b0b9555ce886a5.js b/public/charting_library/bundles/es.6406.78b7e0b0b9555ce886a5.js
new file mode 100644
index 0000000..5589841
--- /dev/null
+++ b/public/charting_library/bundles/es.6406.78b7e0b0b9555ce886a5.js
@@ -0,0 +1,11 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6406,2787,6155,1432,5402,4821],{13616:e=>{e.exports={en:["#{count} (bar)"],es:["#{count} (barra)"]}},80166:e=>{e.exports={en:["#{count} (price, bar)"],es:["#{count} (precio, barra)"]}},26381:e=>{e.exports={en:["#1 (bar)"],es:["Nº 1 (barra)"]}},37814:e=>{e.exports={en:["#1 (price)"],es:["Nº 1 (precio)"]}},6737:e=>{e.exports={en:["#1 (price, bar)"],es:["Nº 1 (precio, barra)"]}},87476:e=>{e.exports={en:["#1 (vertical position %, bar)"],es:["Nº 1 (% de posición vertical, barra)"]}},29291:e=>{e.exports={en:["Median"],es:["Mediana"]}},75106:e=>{e.exports={en:["%"]}},53912:e=>{e.exports={en:["Coeffs as percents"],es:["Coeficientes en porcentaje"]}},47370:e=>{e.exports={en:["Color"]}},89735:e=>{e.exports={en:["Compact stats mode"],es:["Modo de estadísticas compactas"]}},78930:e=>{e.exports={en:["Coordinates"],es:["Coordenadas"]}},87145:e=>{e.exports={en:["Cash"],es:["Efectivo"]}},24197:e=>{e.exports={en:["Center"],es:["Centro"]}},4518:e=>{e.exports={en:["Change in pips"],es:["Cambio en pips"]}},9074:e=>{e.exports={en:["Change price offset"],es:["Compensación por cambio de precio"]}},390:e=>{e.exports={en:["Angle"],es:["Ángulo"]}},36335:e=>{e.exports={en:["Angles"],es:["Ángulos"]}},97668:e=>{e.exports={en:["Account size"],es:["Tamaño de la cuenta"]}},93857:e=>{e.exports={en:["Always show stats"],es:["Mostrar estadísticas siempre"]}},59129:e=>{e.exports={en:["Arcs"],es:["Arcos"]}},52648:e=>{e.exports={en:["Avg HL in minticks"],es:["Prom. HL en minticks"]}},27567:e=>{e.exports={en:["Bottom"],es:["Parte inferior"]}},17129:e=>{e.exports={en:["Bottom labels"],es:["Etiquetas inferiores"]}},38408:e=>{e.exports={en:["Border"],es:["Borde"]}},333:e=>{e.exports={en:["Borders"],es:["Bordes"]}},79468:e=>{e.exports={en:["Background"],es:["Fondo"]}},58375:e=>{e.exports={en:["Background #1"],es:["Fondo nº 1"]}},89073:e=>{e.exports={en:["Bars range"],es:["Rango de barras"]}},62374:e=>{e.exports={en:["Date/time range"],es:["Rango de fecha/hora"]}},72942:e=>{e.exports={en:["Days"],es:["Días"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],es:["Desplazamiento (precio, barra)"]}},3369:e=>{e.exports={en:["Distance"],es:["Distancia"]}},71310:e=>{e.exports={en:["Emoji pin"],es:["Pin Emoji"]}},6002:e=>{e.exports={en:["Entry price"],es:["Precio de entrada"]}},1337:e=>{e.exports={en:["Extend"],es:["Ampliar"]}},76410:e=>{e.exports={en:["Extend bottom"],es:["Ampliar parte inferior"]}},25112:e=>{e.exports={en:["Extend left"],es:["Ampliar a la izquierda"]}},61856:e=>{e.exports={en:["Extend left line"],es:["Extender la línea izquierda"]}},819:e=>{e.exports={en:["Extend lines"],es:["Ampliar líneas"]}},25188:e=>{e.exports={en:["Extend lines left"],es:["Ampliar las líneas a la izquierda"]}},79192:e=>{e.exports={en:["Extend lines right"],es:["Ampliar las líneas a la derecha"]}},68461:e=>{e.exports={en:["Extend right"],es:["Ampliar a la derecha"]}},87430:e=>{e.exports={en:["Extend right line"],es:["Extender la linea derecha"]}},71397:e=>{e.exports={en:["Extend top"],
+es:["Ampliar hacia arriba"]}},2573:e=>{e.exports={en:["Font size"],es:["Tamaño de la fuente"]}},71525:e=>{e.exports={en:["Failure text"],es:["Texto de error"]}},28357:e=>{e.exports={en:["Failure background"],es:["Fondo de errores"]}},84885:e=>{e.exports={en:["Fans"],es:["Abanicos"]}},66086:e=>{e.exports={en:["Fib levels based on log scale"],es:["Niveles Fib basados en una escala logarítmica"]}},63271:e=>{e.exports={en:["Flipped"],es:["Volteado"]}},49275:e=>{e.exports={en:["HL bars"],es:["Barras HL (máximo y mínimo)"]}},56796:e=>{e.exports={en:["Hours"],es:["Horas"]}},95406:e=>{e.exports={en:["Horizontal"]}},81169:e=>{e.exports={en:["Invalid URL"],es:["URL incorrecta"]}},21429:e=>{e.exports={en:["Inputs"],es:["Entradas de datos"]}},91612:e=>{e.exports={en:["Inside"],es:["Interior"]}},98136:e=>{e.exports={en:["OC bars"],es:["Barras de OC"]}},46005:e=>{e.exports={en:["Original"]}},74045:e=>{e.exports={en:["Lot size"],es:["Tamaño del lote"]}},71571:e=>{e.exports={en:["Lower band #1"],es:["Banda inferior nº 1"]}},91889:e=>{e.exports={en:["Lower band #2"],es:["Banda inferior nº 2"]}},83301:e=>{e.exports={en:["Lower band #3"],es:["Banda inferior nº 3"]}},74872:e=>{e.exports={en:["Label"],es:["Etiqueta"]}},73863:e=>{e.exports={en:["Label background"],es:["Fondo de la etiqueta"]}},79650:e=>{e.exports={en:["Levels"],es:["Niveles"]}},36937:e=>{e.exports={en:["Levels line"],es:["Línea de niveles"]}},11626:e=>{e.exports={en:["Left"],es:["Izquierda"]}},65e3:e=>{e.exports={en:["Left labels"],es:["Etiquetas de la izquierda"]}},32982:e=>{e.exports={en:["Line - HL/2"],es:["Línea - HL/2"]}},80332:e=>{e.exports={en:["Line - open"],es:["Línea: abierta"]}},30216:e=>{e.exports={en:["Line - close"],es:["Línea - cierre"]}},18387:e=>{e.exports={en:["Line - high"],es:["Línea: alta"]}},53880:e=>{e.exports={en:["Line - low"],es:["Línea: baja"]}},3214:e=>{e.exports={en:["Mode"],es:["Modo"]}},70382:e=>{e.exports={en:["Modified Schiff"],es:["Schiff modificado"]}},43154:e=>{e.exports={en:["Months"],es:["Meses"]}},68833:e=>{e.exports={en:["Middle"],es:["En el medio"]}},68286:e=>{e.exports={en:["Middle line"],es:["Línea central"]}},12516:e=>{e.exports={en:["Middle point"],es:["Punto medio"]}},42562:e=>{e.exports={en:["Minutes"],es:["Minutos"]}},28941:e=>{e.exports={en:["Mirrored"],es:["Reflejado"]}},15402:e=>{e.exports={en:["Next time you can use {shortcut} for quick paste"],es:["La próxima vez puede usar {shortcut} para acelerar el proceso de pegado"]}},14279:e=>{e.exports={en:["Source background"],es:["Fondo de la fuente"]}},64598:e=>{e.exports={en:["Source border"],es:["Borde de la fuente"]}},88479:e=>{e.exports={en:["Source text"],es:["Texto de la fuente"]}},69904:e=>{e.exports={en:["Schiff"]}},65188:e=>{e.exports={en:["Seconds"],es:["Segundos"]}},26754:e=>{e.exports={en:["Stats"],es:["Estadisticas"]}},16053:e=>{e.exports={en:["Stats position"],es:["Posición en estadísticas"]}},33310:e=>{e.exports={en:["Stop color"],es:["Color del stop"]}},23814:e=>{e.exports={en:["Stop level"],es:["Nivel de stop"]}},23971:e=>{e.exports={en:["Success text"],
+es:["Texto correccto"]}},90431:e=>{e.exports={en:["Success background"],es:["Fondo correcto"]}},73525:e=>{e.exports={en:["Percent change"],es:["Cambio porcentual"]}},33120:e=>{e.exports={en:["Percents"],es:["Porcentajes"]}},83840:e=>{e.exports={en:["Price"],es:["Precio"]}},97273:e=>{e.exports={en:["Price label"],es:["Etiqueta de precios"]}},42747:e=>{e.exports={en:["Price labels"],es:["Etiquetas de precios"]}},58557:e=>{e.exports={en:["Price levels"],es:["Niveles de precios"]}},62362:e=>{e.exports={en:["Price range"],es:["Rango de precios"]}},78393:e=>{e.exports={en:["Price/bar ratio"],es:["Ratio precio/barra"]}},29416:e=>{e.exports={en:["Prices"],es:["Precios"]}},67852:e=>{e.exports={en:["Profit level"],es:["Nivel de beneficio"]}},27177:e=>{e.exports={en:["Ranges and ratio"],es:["Rangos y relaciones"]}},64489:e=>{e.exports={en:["Reverse"],es:["Revertir"]}},50421:e=>{e.exports={en:["Right"],es:["Derecha"]}},28971:e=>{e.exports={en:["Right labels"],es:["Etiquetas de la derecha"]}},63886:e=>{e.exports={en:["Risk"],es:["Riesgo"]}},32998:e=>{e.exports={en:["Wave"],es:["Onda"]}},835:e=>{e.exports={en:["Weeks"],es:["Semanas"]}},32163:e=>{e.exports={en:["Wick"],es:["Mecha"]}},97118:e=>{e.exports={en:["Top"],es:["Parte superior"]}},74939:e=>{e.exports={en:["Top labels"],es:["Etiquetas superiores"]}},95631:e=>{e.exports={en:["Target background"],es:["Fondo del objetivo de beneficios"]}},79622:e=>{e.exports={en:["Target border"],es:["Borde del objetivo de beneficios"]}},3560:e=>{e.exports={en:["Target color"],es:["Color del objetivo de beneficios"]}},59264:e=>{e.exports={en:["Target text"],es:["Texto del objetivo de beneficios"]}},70320:e=>{e.exports={en:["Text"],es:["Тexto"]}},7560:e=>{e.exports={en:["Text wrap"],es:["Ajuste de texto"]}},25485:e=>{e.exports={en:["Text alignment"],es:["Alineación del texto"]}},67781:e=>{e.exports={en:["Text orientation"],es:["Orientación del texto"]}},54971:e=>{e.exports={en:["Thickness"],es:["Grosor"]}},24821:e=>{e.exports={en:["Ticks"],es:["Tics"]}},56822:e=>{e.exports={en:["Time label"],es:["Etiqueta de tiempo"]}},58476:e=>{e.exports={en:["Time levels"],es:["Niveles de tiempo"]}},19788:e=>{e.exports={en:["Transparency"],es:["Transparencia"]}},51574:e=>{e.exports={en:["Trend line"],es:["Línea de tendencia"]}},21315:e=>{e.exports={en:["Upper band #1"],es:["Banda superior nº 1"]}},65448:e=>{e.exports={en:["Upper band #2"],es:["Banda superior nº 2"]}},64848:e=>{e.exports={en:["Upper band #3"],es:["Banda superior nº 3"]}},28683:e=>{e.exports={en:["Use one color"],es:["Utilizar un color"]}},5682:e=>{e.exports={en:["VWAP"]}},37644:e=>{e.exports={en:["Volume"],es:["Volumen"]}},60092:e=>{e.exports={en:["Values"],es:["Valores"]}},29566:e=>{e.exports={en:["Variance"],es:["Varianza"]}},69526:e=>{e.exports={en:["Vertical"]}},3894:e=>{e.exports={en:["change angle"],es:["cambiar ángulo"]}},77931:e=>{e.exports={en:["change arrow color"],es:["cambiar el color de la flecha"]}},2066:e=>{e.exports={en:["change bar X coordinate"],es:["cambiar la coordenada X de las barras"]}},77883:e=>{e.exports={
+en:["change flag color"],es:["cambiar el color de la bandera"]}},83842:e=>{e.exports={en:["change image"],es:["cambiar la imagen"]}},65309:e=>{e.exports={en:["change image transparency"],es:["cambiar la transparencia de la imagen"]}},11737:e=>{e.exports={en:["change price Y coordinate"],es:["cambiar la coordenada Y de los precios"]}},74883:e=>{e.exports={en:["change top margin"],es:["cambiar el margen superior"]}},69183:e=>{e.exports={en:["change vertical position Y coordinate"],es:["cambiar la coordenada Y de la posición vertical"]}},83030:e=>{e.exports={en:["change {title} VWAP line color"],es:["cambiar color de la línea del precio medio ponderado por volumen (VWAP) de {title}"]}},47479:e=>{e.exports={en:["change {title} VWAP line width"],es:["cambiar el ancho de la línea del precio medio ponderado por volumen (VWAP) de {title}"]}},31753:e=>{e.exports={en:["change {title} coeffs as percents visibility"],es:["cambiar la visibilidad de los coeficientes en porcentajes de {title}"]}},49442:e=>{e.exports={en:["change {title} color"],es:["cambiar el color de {title}"]}},49904:e=>{e.exports={en:["change {title} compact stats mode"],es:["cambiar el modo de estadísticas compactas de {title}"]}},97345:e=>{e.exports={en:["change {title} candle border up color"],es:["cambiar el color superior del borde de la vela de {title}"]}},88530:e=>{e.exports={en:["change {title} candle border visibility"],es:["cambiar la visibilidad del borde de la vela de {title}"]}},81139:e=>{e.exports={en:["change {title} candle border down color"],es:["cambiar el color inferior del borde de la vela de {title}"]}},80022:e=>{e.exports={en:["change {title} candle down color"],es:["cambiar el color inferior de la vela de {title}"]}},21631:e=>{e.exports={en:["change {title} candle up color"],es:["cambiar el color superior de la vela de {title}"]}},33589:e=>{e.exports={en:["change {title} candle wick color"],es:["cambiar el color de la mecha de la vela de {title}"]}},85382:e=>{e.exports={en:["change {title} candle wick visibility"],es:["cambiar la visibilidad de la mecha de la vela de {title}"]}},81340:e=>{e.exports={en:["change {title} change in pips visibility"],es:["cambiar la visibilidad del cambio en pips de {title}"]}},91600:e=>{e.exports={en:["change {title} currency"],es:["cambiar divisa {title}"]}},59288:e=>{e.exports={en:["change {title} angle visibility"],es:["cambiar la visibilidad del ángulo de {title}"]}},99232:e=>{e.exports={en:["change {title} account size"],es:["cambiar el tamaño de la cuenta de {title}"]}},80390:e=>{e.exports={en:["change {title} always show stats"],es:["cambiar la casilla mostrar siempre las estadísticas de {title}"]}},59577:e=>{e.exports={en:["change {title} all lines color"],es:["cambiar el color de todas las líneas de {title}"]}},95582:e=>{e.exports={en:["change {title} arcs {index} line color"],es:["cambiar el color de línea del arco de {index} de {title}"]}},8745:e=>{e.exports={en:["change {title} arcs {index} line width"],es:["cambiar el ancho de línea del arco de {index} de {title}"]}},4313:e=>{e.exports={
+en:["change {title} arcs {index} line visibility"],es:["cambiar la visibilidad de la línea {index} de los arcos de {title}"]}},39393:e=>{e.exports={en:["change {title} average HL value"],es:["cambiar el valor medio de HL de {title}"]}},62130:e=>{e.exports={en:["change {title} bottom labels visibility"],es:["cambiar la visibilidad de las etiquetas inferiores de {title}"]}},13783:e=>{e.exports={en:["change {title} background transparency"],es:["cambiar la transparencia del fondo de {title}"]}},30839:e=>{e.exports={en:["change {title} background visibility"],es:["cambiar la visibilidad del fondo de {title}"]}},49765:e=>{e.exports={en:["change {title} background color"],es:["cambiar el color del fondo de {title}"]}},2788:e=>{e.exports={en:["change {title} background color 1"],es:["cambiar el color del fondo 1 {title}"]}},47108:e=>{e.exports={en:["change {title} background color 2"],es:["cambiar el color del fondo 2 {title}"]}},98845:e=>{e.exports={en:["change {title} bars range visibility"],es:["cambiar la visibilidad del rango de barras de {title}"]}},37563:e=>{e.exports={en:["change {title} date/time range visibility"],es:["cambiar la visibilidad del rango de fecha/hora de {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],es:["cambiar los días de {title} hasta"]}},91201:e=>{e.exports={en:["change {title} days from"],es:["cambiar los días de {title} desde"]}},86650:e=>{e.exports={en:["change {title} degree"],es:["cambiar el grado de {title}"]}},45153:e=>{e.exports={en:["change {title} distance visibility"],es:["cambiar la visibilidad de la distancia de {title}"]}},73247:e=>{e.exports={en:["change {title} emoji"],es:["cambiar el emoji de {title}"]}},53274:e=>{e.exports={en:["change {title} emoji visibility"],es:["cambiar la visibilidad del emoji de {title}"]}},91534:e=>{e.exports={en:["change {title} entry price"],es:["cambiar el precio de la entrada de {title}"]}},59665:e=>{e.exports={en:["change {title} extend bottom"],es:["cambiar ampliar hacia abajo en {title}"]}},35139:e=>{e.exports={en:["change {title} extend left"],es:["cambiar ampliar hacia la izquierda en {title}"]}},76295:e=>{e.exports={en:["change {title} extend lines"],es:["cambiar ampliar líneas en {title}"]}},30126:e=>{e.exports={en:["change {title} extend top"],es:["cambiar ampliar hacia arriba en {title}"]}},58052:e=>{e.exports={en:["change {title} extending left"],es:["cambiar la ampliación hacia la izquierda en {title}"]}},74867:e=>{e.exports={en:["change {title} extending right"],es:["cambiar la ampliación hacia la derecha en {title}"]}},10390:e=>{e.exports={en:["change {title} extension"],es:["cambiar la ampliación de {title}"]}},58406:e=>{e.exports={en:["change {title} failure text color"],es:["cambiar el color del texto del fallo de {title}"]}},91321:e=>{e.exports={en:["change {title} failure background color"],es:["cambiar el color de fondo del fallo de {title}"]}},28833:e=>{e.exports={en:["change {title} fan {index} line visibility"],es:["cambiar la visibilidad de la línea {index} del abanico de {title}"]}},45732:e=>{e.exports={
+en:["change {title} fan {index} line width"],es:["cambiar el ancho de línea del abanico de {index} de {title}"]}},62500:e=>{e.exports={en:["change {title} fan {index} line color"],es:["cambiar el color de línea del abanico de {index} de {title}"]}},15972:e=>{e.exports={en:["change {title} fans visibility"],es:["cambiar la visibilidad de los abanicos de {title}"]}},1716:e=>{e.exports={en:["change {title} fans line color"],es:["cambiar el color de la línea de abanicos de {title}"]}},85509:e=>{e.exports={en:["change {title} fib levels based on log scale"],es:["cambiar los niveles de Fibonacci en función de la escala logarítmica de {title} "]}},10643:e=>{e.exports={en:["change {title} flipped"],es:["cambiar volteado en {title}"]}},8306:e=>{e.exports={en:["change {title} hours from"],es:["cambiar las horas de {title} desde"]}},67233:e=>{e.exports={en:["change {title} hours to"],es:["cambiar las horas de {title} hasta"]}},86993:e=>{e.exports={en:["change {title} image background color"],es:["cambiar el color del fondo de la imagen de {title}"]}},54087:e=>{e.exports={en:["change {title} lot size"],es:["cambiar el tamaño del lote de {title}"]}},67450:e=>{e.exports={en:["change {title} lower band #1 line color"],es:["cambiar el color de la línea de la banda inferior nº 1 de {title}"]}},87716:e=>{e.exports={en:["change {title} lower band #1 line visibility"],es:["cambiar la visibilidad de la línea de la banda inferior nº 1 de {title}"]}},43181:e=>{e.exports={en:["change {title} lower band #1 line width"],es:["cambiar el ancho de la línea de la banda inferior nº 1 de {title}"]}},35092:e=>{e.exports={en:["change {title} lower band #2 line color"],es:["cambiar el color de la línea de la banda inferior nº 2 de {title}"]}},94308:e=>{e.exports={en:["change {title} lower band #2 line visibility"],es:["cambiar la visibilidad de la banda inferior nº 2 de {title}"]}},8873:e=>{e.exports={en:["change {title} lower band #2 line width"],es:["cambiar el ancho de línea de la banda inferior nº 2 de {title}"]}},68180:e=>{e.exports={en:["change {title} lower band #3 line color"],es:["cambiar el color de la línea de la banda inferior nº 3 de {title}"]}},32442:e=>{e.exports={en:["change {title} lower band #3 line visibility"],es:["cambiar la visibilidad de la línea de la banda inferior nº 3 de {title}"]}},3476:e=>{e.exports={en:["change {title} lower band #3 line width"],es:["cambiar el ancho de la línea de la banda inferior nº 3 de {title}"]}},55612:e=>{e.exports={en:["change {title} labels alignment"],es:["cambiar la alineación de las etiquetas de {title}"]}},19658:e=>{e.exports={en:["change {title} labels font size"],es:["cambiar tamaño de la letra de las etiquetas de {title}"]}},93340:e=>{e.exports={en:["change {title} labels visibility"],es:["cambiar la visibilidad de las etiquetas de {title}"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],es:["cambiar el coeficiente de línea de los niveles de {index} de {title}"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],
+es:["cambiar el color de línea de los niveles de {index} de {title}"]}},64707:e=>{e.exports={en:["change {title} level {index} line style"],es:["cambiar el estilo de línea de los niveles de {index} de {title}"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"],es:["cambiar la visibilidad de la línea {index} de nivel de {title}"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"],es:["cambiar el ancho de línea de los niveles de {index} de {title}"]}},54517:e=>{e.exports={en:["change {title} levels visibility"],es:["cambiar los niveles de visibilidad de {title}"]}},63021:e=>{e.exports={en:["change {title} left labels visibility"],es:["cambiar la visibilidad de las etiquetas izquierdas de {title}"]}},57462:e=>{e.exports={en:["change {title} mode"],es:["cambiar el modo de {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],es:["cambiar los meses desde de {title}"]}},10518:e=>{e.exports={en:["change {title} months to"],es:["cambiar los meses de {title} hasta"]}},27470:e=>{e.exports={en:["change {title} middle point visibility"],es:["cambiar la visibilidad del punto medio de {title}"]}},38011:e=>{e.exports={en:["change {title} minutes to"],es:["cambiar los minutos de {title} hasta"]}},59820:e=>{e.exports={en:["change {title} minutes from"],es:["cambiar los minutos de {title} desde"]}},85198:e=>{e.exports={en:["change {title} mirrored"],es:["cambiar reflejado en {title}"]}},63047:e=>{e.exports={en:["change {title} source background color"],es:["cambiar el color de fondo de la fuente de {title}"]}},93889:e=>{e.exports={en:["change {title} source border color"],es:["cambiar el color del borde de la fuente de {title}"]}},45833:e=>{e.exports={en:["change {title} source text color"],es:["cambiar el color del texto fuente de {title}"]}},6573:e=>{e.exports={en:["change {title} seconds to"],es:["cambiar los segundos de {title} hasta"]}},86780:e=>{e.exports={en:["change {title} seconds from"],es:["cambiar los segundos desde de {title}"]}},98463:e=>{e.exports={en:["change {title} style"],es:["cambiar el estilo de {title}"]}},86722:e=>{e.exports={en:["change {title} stats position"],es:["cambiar la posición de las estadísticas de {title}"]}},26598:e=>{e.exports={en:["change {title} stop color"],es:["cambiar el color del stop de {title}"]}},45438:e=>{e.exports={en:["change {title} stop level"],es:["cambiar el nivel de stop de {title}"]}},27503:e=>{e.exports={en:["change {title} stop price"],es:["cambiar el precio de stop de {title}"]}},71715:e=>{e.exports={en:["change {title} success text color"],es:["cambiar el color del texto del éxito en {title}"]}},80428:e=>{e.exports={en:["change {title} success background color"],es:["cambiar el color de fondo del éxito en {title}"]}},87246:e=>{e.exports={en:["change {title} percent change visibility"],es:["cambiar la visibilidad del cambio porcentual de {title}"]}},98822:e=>{e.exports={en:["change {title} price label visibility"],es:["cambiar la visibilidad de la etiqueta de precios de {title}"]}},343:e=>{e.exports={
+en:["change {title} price labels visibility"],es:["cambiar la visibilidad de las etiquetas de precios de {title}"]}},63962:e=>{e.exports={en:["change {title} price range visibility"],es:["cambiar la visibilidad del rango de precios de {title}"]}},727:e=>{e.exports={en:["change {title} price visibility"],es:["cambiar la visibilidad del precio de {title}"]}},4714:e=>{e.exports={en:["change {title} prices visibility"],es:["cambiar la visibilidad de los precios de {title}"]}},64330:e=>{e.exports={en:["change {title} profit level"],es:["cambiar el nivel de beneficios de {title}"]}},12073:e=>{e.exports={en:["change {title} profit price"],es:["cambiar el precio de beneficios de {title}"]}},50762:e=>{e.exports={en:["change {title} reverse"],es:["cambiar invertido en {title}"]}},8390:e=>{e.exports={en:["change {title} right labels visibility"],es:["cambiar la visibilidad de las etiquetas derechas de {title}"]}},79875:e=>{e.exports={en:["change {title} risk"],es:["cambiar el riesgo de {title}"]}},60308:e=>{e.exports={en:["change {title} risk display mode"],es:["cambiar el modo de visualización de riesgos de {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],es:["cambiar las semanas de {title} desde"]}},18678:e=>{e.exports={en:["change {title} weeks to"],es:["cambiar las semanas de {title} hasta"]}},60111:e=>{e.exports={en:["change {title} width"],es:["cambiar anchura de {title}"]}},81301:e=>{e.exports={en:["change {title} top labels visibility"],es:["cambiar la visibilidad de las etiquetas superiores de {title}"]}},25987:e=>{e.exports={en:["change {title} target background color"],es:["cambiar el color de fondo del objetivo de {title}"]}},24138:e=>{e.exports={en:["change {title} target border color"],es:["cambiar el color del borde del objetivo {title}"]}},10504:e=>{e.exports={en:["change {title} target color"],es:["cambiar el color del objetivo de {title}"]}},32230:e=>{e.exports={en:["change {title} target text color"],es:["cambiar el color del texto del objetivo de {title}"]}},30353:e=>{e.exports={en:["change {title} text visibility"],es:["cambiar visibilidad del texto de {title}"]}},55134:e=>{e.exports={en:["change {title} text alignment"],es:["cambiar alineación del texto de {title}"]}},66960:e=>{e.exports={en:["change {title} time label visibility"],es:["cambiar la visibilidad de la etiqueta de tiempo de {title}"]}},51085:e=>{e.exports={en:["change {title} transparency"],es:["cambiar la transparencia de {title}"]}},27326:e=>{e.exports={en:["change {title} upper band #1 line color"],es:["cambiar el color de la línea de la banda superior nº 1 de {title}"]}},44828:e=>{e.exports={en:["change {title} upper band #1 line visibility"],es:["cambiar la visibilidad de la línea de la banda superior nº 1 de {title}"]}},1353:e=>{e.exports={en:["change {title} upper band #1 line width"],es:["cambiar el ancho de la línea de la banda superior nº 1 de {title}"]}},12138:e=>{e.exports={en:["change {title} upper band #2 line color"],es:["cambiar el color de la línea de la banda superior nº 2 de {title}"]}},93075:e=>{e.exports={
+en:["change {title} upper band #2 line visibility"],es:["cambiar la visibilidad de la línea de la banda superior nº 2 de {title}"]}},7943:e=>{e.exports={en:["change {title} upper band #2 line width"],es:["cambiar el ancho de la línea de la banda superior nº 2 de {title}"]}},51780:e=>{e.exports={en:["change {title} upper band #3 line color"],es:["cambiar el color de la banda superior nº 3 de {title}"]}},15698:e=>{e.exports={en:["change {title} upper band #3 line visibility"],es:["cambiar la visibilidad de la banda superior nº 3 de {title}"]}},27414:e=>{e.exports={en:["change {title} upper band #3 line width"],es:["cambiar el ancho de la línea de la banda superior nº 3 de {title}"]}},36336:e=>{e.exports={en:["change {title} volume visibility"],es:["cambiar visibilidad del volumen de {title}"]}},23171:e=>{e.exports={en:["change {title} variance value"],es:["cambiar el valor de varianza de {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],es:["cambiar la visibilidad en ticks de {title}"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],es:["cambiar la visibilidad en semanas de {title}"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],es:["cambiar la visibilidad de {title} en {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],es:["cambiar la visibilidad en días de {title}"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],es:["cambiar la visibilidad en horas de {title}"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],es:["cambiar la visibilidad en minutos de {title}"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],es:["cambiar la visibilidad en meses de {title}"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],es:["cambiar la visibilidad en segundos de {title}"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],es:["cambiar la alineación vertical de las etiquetas de {toolName}"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],es:["cambiar la alineación horizontal de las etiquetas de {toolName}"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],es:["cambiar la dirección de las etiquetas de {toolName}"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],es:["cambiar la visibilidad de la línea de {toolName}"]}},19541:e=>{e.exports={en:["change {toolName} line width"],es:["cambiar el ancho de la línea de {toolName}"]}},24059:e=>{e.exports={en:["change {toolName} line color"],es:["cambiar el color de la línea de {toolName}"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],es:["cambiar la línea que se extiende a la izquierda de {toolName}"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],es:["cambiar la línea que se extiende a la derecha de {toolName}"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],es:["cambiar el final de la línea izquierda de {toolName}"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],
+es:["cambiar el final de la línea derecha de {toolName}"]}},66429:e=>{e.exports={en:["change {toolName} line style"],es:["cambiar el estilo de línea de {toolName}"]}},66668:e=>{e.exports={en:["change {toolName} text"],es:["cambiar el texto de {toolName}"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],es:["cambiar la visibilidad del texto de {toolName}"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],es:["cambiar el ajuste del texto de {toolName}"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],es:["cambiar el color de fondo del texto de {toolName}"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],es:["cambiar la visibilidad del fondo del texto de {toolName}"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],es:["cambiar el color del borde del texto de {toolName}"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],es:["cambiar el ancho del borde del texto de {toolName}"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],es:["cambiar la visibilidad del borde del texto de {toolName}"]}},64500:e=>{e.exports={en:["change {toolName} text color"],es:["cambiar el color del texto de {toolName}"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],es:["cambiar la fuente del texto en negrita de {toolName}"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],es:["cambiar la fuente del texto en cursiva de {toolName}"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],es:["cambiar tamaño de la fuente del texto de {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],es:["cambiar la propiedad de {propertyName}"]}},61218:e=>{e.exports={en:["backgrounds color"],es:["color del fondo"]}},48433:e=>{e.exports={en:["backgrounds filled"],es:["relleno del fondo"]}},35813:e=>{e.exports={en:["days"],es:["días"]}},89919:e=>{e.exports={en:["days to"],es:["días hasta"]}},59215:e=>{e.exports={en:["days from"],es:["días desde"]}},2359:e=>{e.exports={en:["hours"],es:["horas"]}},82267:e=>{e.exports={en:["hours from"],es:["horas desde"]}},15600:e=>{e.exports={en:["hours to"],es:["horas hasta"]}},24621:e=>{e.exports={en:["lines color"],es:["color de las líneas"]}},96400:e=>{e.exports={en:["lines style"],es:["estilo de líneas"]}},41594:e=>{e.exports={en:["lines width"],es:["ancho de líneas"]}},76261:e=>{e.exports={en:["move drawings"],es:["mover dibujos"]}},95300:e=>{e.exports={en:["months"],es:["meses"]}},17250:e=>{e.exports={en:["months from"],es:["meses desde"]}},2828:e=>{e.exports={en:["months to"],es:["meses hasta"]}},18726:e=>{e.exports={en:["minutes"],es:["minutos"]}},67649:e=>{e.exports={en:["minutes to"],es:["minutos hasta"]}},22476:e=>{e.exports={en:["minutes from"],es:["minutos desde"]}},751:e=>{e.exports={en:["seconds"],es:["segundos"]}},73419:e=>{e.exports={en:["seconds to"],es:["segundos hasta"]}},35801:e=>{e.exports={en:["seconds from"],es:["segundos desde"]}},59012:e=>{e.exports={en:["show price"],es:["mostrar precio"]}},45537:e=>{e.exports={
+en:["weeks"],es:["semanas"]}},92859:e=>{e.exports={en:["weeks from"],es:["semanas desde"]}},44127:e=>{e.exports={en:["weeks to"],es:["semanas hasta"]}},44461:e=>{e.exports={en:["text color"],es:["color del texto"]}},3539:e=>{e.exports={en:["ticks"],es:["Tics"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.6645.638c62337337129de9dc.js b/public/charting_library/bundles/es.6645.638c62337337129de9dc.js
new file mode 100644
index 0000000..8437d3a
--- /dev/null
+++ b/public/charting_library/bundles/es.6645.638c62337337129de9dc.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6645,6155,3367,2303,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],es:["#{count} (precio, barra)"]}},78930:e=>{e.exports={en:["Coordinates"],es:["Coordenadas"]}},24197:e=>{e.exports={en:["Center"],es:["Centro"]}},6060:e=>{e.exports={en:["Add text"],es:["Añadir texto"]}},27567:e=>{e.exports={en:["Bottom"],es:["Parte inferior"]}},38408:e=>{e.exports={en:["Border"],es:["Borde"]}},79468:e=>{e.exports={en:["Background"],es:["Fondo"]}},72942:e=>{e.exports={en:["Days"],es:["Días"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],es:["Desplazamiento (precio, barra)"]}},56796:e=>{e.exports={en:["Hours"],es:["Horas"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],es:["Entradas de datos"]}},34974:e=>{e.exports={en:["Label border"],es:["Borde de la etiqueta"]}},73863:e=>{e.exports={en:["Label background"],es:["Fondo de la etiqueta"]}},11626:e=>{e.exports={en:["Left"],es:["Izquierda"]}},97575:e=>{e.exports={en:["Line color"],es:["Color de la línea"]}},43154:e=>{e.exports={en:["Months"],es:["Meses"]}},68833:e=>{e.exports={en:["Middle"],es:["En el medio"]}},42562:e=>{e.exports={en:["Minutes"],es:["Minutos"]}},65188:e=>{e.exports={en:["Seconds"],es:["Segundos"]}},50421:e=>{e.exports={en:["Right"],es:["Derecha"]}},835:e=>{e.exports={en:["Weeks"],es:["Semanas"]}},97118:e=>{e.exports={en:["Top"],es:["Parte superior"]}},70320:e=>{e.exports={en:["Text"],es:["Тexto"]}},7560:e=>{e.exports={en:["Text wrap"],es:["Ajuste de texto"]}},25485:e=>{e.exports={en:["Text alignment"],es:["Alineación del texto"]}},67781:e=>{e.exports={en:["Text orientation"],es:["Orientación del texto"]}},24821:e=>{e.exports={en:["Ticks"],es:["Tics"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],es:["cambiar la coordenada X de las barras"]}},11737:e=>{e.exports={en:["change price Y coordinate"],es:["cambiar la coordenada Y de los precios"]}},69437:e=>{e.exports={en:["change {title} border color"],es:["cambiar color del borde de {title}"]}},19298:e=>{e.exports={en:["change {title} border visibility"],es:["cambiar visibilidad del borde de {title}"]}},30839:e=>{e.exports={en:["change {title} background visibility"],es:["cambiar la visibilidad del fondo de {title}"]}},49765:e=>{e.exports={en:["change {title} background color"],es:["cambiar el color del fondo de {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],es:["cambiar los días de {title} hasta"]}},91201:e=>{e.exports={en:["change {title} days from"],es:["cambiar los días de {title} desde"]}},8306:e=>{e.exports={en:["change {title} hours from"],es:["cambiar las horas de {title} desde"]}},67233:e=>{e.exports={en:["change {title} hours to"],es:["cambiar las horas de {title} hasta"]}},7455:e=>{e.exports={en:["change {title} line color"],es:["cambiar el color de la línea de {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],es:["cambiar los meses desde de {title}"]}},10518:e=>{e.exports={en:["change {title} months to"],
+es:["cambiar los meses de {title} hasta"]}},38011:e=>{e.exports={en:["change {title} minutes to"],es:["cambiar los minutos de {title} hasta"]}},59820:e=>{e.exports={en:["change {title} minutes from"],es:["cambiar los minutos de {title} desde"]}},6573:e=>{e.exports={en:["change {title} seconds to"],es:["cambiar los segundos de {title} hasta"]}},86780:e=>{e.exports={en:["change {title} seconds from"],es:["cambiar los segundos desde de {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],es:["cambiar las semanas de {title} desde"]}},18678:e=>{e.exports={en:["change {title} weeks to"],es:["cambiar las semanas de {title} hasta"]}},57122:e=>{e.exports={en:["change {title} text"],es:["cambiar texto de {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],es:["cambiar la visibilidad en ticks de {title}"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],es:["cambiar la visibilidad en semanas de {title}"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],es:["cambiar la visibilidad de {title} en {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],es:["cambiar la visibilidad en días de {title}"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],es:["cambiar la visibilidad en horas de {title}"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],es:["cambiar la visibilidad en minutos de {title}"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],es:["cambiar la visibilidad en meses de {title}"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],es:["cambiar la visibilidad en segundos de {title}"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],es:["cambiar la alineación vertical de las etiquetas de {toolName}"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],es:["cambiar la alineación horizontal de las etiquetas de {toolName}"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],es:["cambiar la dirección de las etiquetas de {toolName}"]}},66668:e=>{e.exports={en:["change {toolName} text"],es:["cambiar el texto de {toolName}"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],es:["cambiar la visibilidad del texto de {toolName}"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],es:["cambiar el ajuste del texto de {toolName}"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],es:["cambiar el color de fondo del texto de {toolName}"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],es:["cambiar la visibilidad del fondo del texto de {toolName}"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],es:["cambiar el color del borde del texto de {toolName}"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],es:["cambiar el ancho del borde del texto de {toolName}"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],es:["cambiar la visibilidad del borde del texto de {toolName}"]}},64500:e=>{e.exports={
+en:["change {toolName} text color"],es:["cambiar el color del texto de {toolName}"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],es:["cambiar la fuente del texto en negrita de {toolName}"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],es:["cambiar la fuente del texto en cursiva de {toolName}"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],es:["cambiar tamaño de la fuente del texto de {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],es:["cambiar la propiedad de {propertyName}"]}},35813:e=>{e.exports={en:["days"],es:["días"]}},89919:e=>{e.exports={en:["days to"],es:["días hasta"]}},59215:e=>{e.exports={en:["days from"],es:["días desde"]}},2359:e=>{e.exports={en:["hours"],es:["horas"]}},82267:e=>{e.exports={en:["hours from"],es:["horas desde"]}},15600:e=>{e.exports={en:["hours to"],es:["horas hasta"]}},76261:e=>{e.exports={en:["move drawings"],es:["mover dibujos"]}},95300:e=>{e.exports={en:["months"],es:["meses"]}},17250:e=>{e.exports={en:["months from"],es:["meses desde"]}},2828:e=>{e.exports={en:["months to"],es:["meses hasta"]}},18726:e=>{e.exports={en:["minutes"],es:["minutos"]}},67649:e=>{e.exports={en:["minutes to"],es:["minutos hasta"]}},22476:e=>{e.exports={en:["minutes from"],es:["minutos desde"]}},751:e=>{e.exports={en:["seconds"],es:["segundos"]}},73419:e=>{e.exports={en:["seconds to"],es:["segundos hasta"]}},35801:e=>{e.exports={en:["seconds from"],es:["segundos desde"]}},45537:e=>{e.exports={en:["weeks"],es:["semanas"]}},92859:e=>{e.exports={en:["weeks from"],es:["semanas desde"]}},44127:e=>{e.exports={en:["weeks to"],es:["semanas hasta"]}},3539:e=>{e.exports={en:["ticks"],es:["Tics"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.6655.0fd2fe635955f6cfa2ba.js b/public/charting_library/bundles/es.6655.0fd2fe635955f6cfa2ba.js
new file mode 100644
index 0000000..1bcca90
--- /dev/null
+++ b/public/charting_library/bundles/es.6655.0fd2fe635955f6cfa2ba.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6655,4040,359],{55517:e=>{e.exports={en:["Add"],es:["Añadir"]}},29619:e=>{e.exports={en:["Add custom color"],es:["Añadir color personalizado"]}},80936:e=>{e.exports={en:["Opacity"],es:["Opacidad"]}},97349:e=>{e.exports={en:["Fr"],es:["Vi"]}},30961:e=>{e.exports={en:["Mo"],es:["Lu"]}},94748:e=>{e.exports={en:["Sa"],es:["Sá"]}},75005:e=>{e.exports={en:["Su"],es:["Do"]}},92578:e=>{e.exports={en:["We"],es:["Mi"]}},8765:e=>{e.exports={en:["Th"],es:["Ju"]}},9135:e=>{e.exports={en:["Tu"],es:["Ma"]}},53288:e=>{e.exports={en:["animals & nature"],es:["animales y naturaleza"]}},21311:e=>{e.exports={en:["activity"],es:["actividad"]}},90678:e=>{e.exports={en:["food & drink"],es:["comida y bebida"]}},6715:e=>{e.exports={en:["flags"],es:["banderas"]}},98355:e=>{e.exports={en:["objects"],es:["objetos"]}},43438:e=>{e.exports={en:["smiles & people"],es:["emoticonos y personas"]}},40457:e=>{e.exports={en:["symbols"],es:["simbolos"]}},88906:e=>{e.exports={en:["recently used"],es:["usados con frecuencia"]}},28562:e=>{e.exports={en:["travel & places"],es:["viajes y destinos"]}},24716:e=>{e.exports={en:["Another symbol"],es:["Otro símbolo"]}},41256:e=>{e.exports={en:["Back"],es:["Atrás"]}},94849:e=>{e.exports={en:["Main chart symbol"],es:["Símbolo principal del gráfico"]}},53174:e=>{e.exports={en:["Right"],es:["Right (derecho de suscripción)"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"],es:["En este momento el calendario muestra el año {year}"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"],es:["En este momento el calendario comprende los años entre {year_start} y {year_end}"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"],es:["En este momento el calendario muestra el mes de {month}"]}},4543:e=>{e.exports={en:["Cancel"],es:["Cancelar"]}},24197:e=>{e.exports={en:["Center"],es:["Centro"]}},63245:e=>{e.exports={en:["Change symbol"],es:["Cambiar símbolo"]}},54613:e=>{e.exports={en:["Chart"],es:["Gráfico"]}},47742:e=>{e.exports={en:["Close menu"],es:["Cerrar menú"]}},34040:e=>{e.exports={en:["All sources"],es:["Todas las fuentes"]}},62511:e=>{e.exports={en:["Apply Defaults"],es:["Aplicar configuración predeterminada"]}},28896:e=>{e.exports={en:["April"],es:["Abril"]}},11081:e=>{e.exports={en:["August"],es:["Agosto"]}},27567:e=>{e.exports={en:["Bottom"],es:["Parte inferior"]}},42358:e=>{e.exports={en:["Bond"],es:["Bono"]}},68043:e=>{e.exports={en:["Gradient"],es:["Gradiente"]}},27390:e=>{e.exports={en:["Dotted line"],es:["Linea de puntos"]}},88123:e=>{e.exports={en:["Dashed line"],es:["Linea discontinua"]}},90082:e=>{e.exports={en:["December"],es:["Diciembre"]}},55319:e=>{e.exports={en:["Decrease"],es:["Reducir"]}},48572:e=>{e.exports={en:["Defaults"],es:["Impagados"]}},78734:e=>{e.exports={en:["Description"],es:["Descripción"]}},81069:e=>{e.exports={en:["February"],es:["Febrero"]}},3570:e=>{e.exports={en:["Friday"],es:["Viernes"]}},95406:e=>{e.exports={en:["Horizontal"]}},8854:e=>{e.exports={
+en:["Hidden"],es:["Oculto"]}},39832:e=>{e.exports={en:["Increase"],es:["Aumento"]}},200:e=>{e.exports={en:["January"],es:["Enero"]}},6608:e=>{e.exports={en:["July"],es:["Julio"]}},61487:e=>{e.exports={en:["June"],es:["Junio"]}},37997:e=>{e.exports={en:["October"],es:["Octubre"]}},55450:e=>{e.exports={en:["Offset"],es:["Compensación"]}},19295:e=>{e.exports={en:["Ok"],es:["Aceptar"]}},11626:e=>{e.exports={en:["Left"],es:["Izquierda"]}},28603:e=>{e.exports={en:["Line style"],es:["Estilo de línea"]}},19573:e=>{e.exports={en:["Monday"],es:["Lunes"]}},43154:e=>{e.exports={en:["Months"],es:["Meses"]}},37117:e=>{e.exports={en:["More"],es:["Más"]}},25734:e=>{e.exports={en:["May"],es:["Mayo"]}},93878:e=>{e.exports={en:["March"],es:["Marzo"]}},68833:e=>{e.exports={en:["Middle"],es:["En el medio"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],es:["No hay mercados de valores que coincidan con sus criterios."]}},76822:e=>{e.exports={en:["No symbols match your criteria"],es:["Ningún símbolo coincide con sus criterios"]}},4607:e=>{e.exports={en:["November"],es:["Noviembre"]}},65353:e=>{e.exports={en:["Normal"]}},69102:e=>{e.exports={en:["Next year"],es:["Próximo año"]}},17538:e=>{e.exports={en:["Next years"],es:["Próximos años"]}},92790:e=>{e.exports={en:["Next month"],es:["Próximo mes"]}},71300:e=>{e.exports={en:["Number format is invalid."],es:["El formato del número no es correcto."]}},28628:e=>{e.exports={en:["Sources"],es:["Fuentes"]}},88686:e=>{e.exports={en:["Solid"],es:["Sólido"]}},30348:e=>{e.exports={en:["Saturday"],es:["Sábado"]}},99687:e=>{e.exports={en:["Save as default"],es:["Guardar por defecto"]}},8573:e=>{e.exports={en:["Search"],es:["Buscar"]}},57640:e=>{e.exports={en:["Select source"],es:["Seleccionar fuente"]}},8954:e=>{e.exports={en:["Selected Drawings"],es:["Dibujos seleccionados"]}},32179:e=>{e.exports={en:["September"],es:["Septiembre"]}},31331:e=>{e.exports={en:["Specified value is more than the instrument maximum of {max}."],es:["El valor especificado es mayor al máximo del instrumento: {max}."]}},24216:e=>{e.exports={en:["Specified value is less than the instrument minimum of {min}."],es:["El valor especificado es menor al mínimo del instrumento: {min}"]}},61480:e=>{e.exports={en:["Sunday"],es:["Domingo"]}},70235:e=>{e.exports={en:["Switch to months"],es:["Cambie a meses"]}},91245:e=>{e.exports={en:["Switch to dates"],es:["Cambie a fechas"]}},71961:e=>{e.exports={en:["Switch to years"],es:["Cambie a años"]}},95481:e=>{e.exports={en:["Symbol"],es:["Símbolo"]}},74007:e=>{e.exports={en:["Symbol & description"],es:["Símbolo y descripción"]}},51165:e=>{e.exports={en:["Symbol Search"],es:["Búsqueda de símbolos"]}},27254:e=>{e.exports={en:["Please enter the right date"],es:["Introduzca la fecha correcta"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"],es:["Escriba el formato de fecha correcto aaaa-mm-dd"]}},93984:e=>{e.exports={en:["Previous month"],es:["Mes anterior"]}},75776:e=>{e.exports={en:["Previous year"],es:["Año anterior"]}},44701:e=>{e.exports={
+en:["Previous years"],es:["Años anteriores"]}},89984:e=>{e.exports={en:["Remove color"],es:["Eliminar color"]}},47550:e=>{e.exports={en:["Remove selected emoji"],es:["Eliminar el emoji seleccionado"]}},33533:e=>{e.exports={en:["Reset settings"],es:["Restablecer configuración"]}},50421:e=>{e.exports={en:["Right"],es:["Derecha"]}},94226:e=>{e.exports={en:["Wednesday"],es:["Miércoles"]}},97118:e=>{e.exports={en:["Top"],es:["Parte superior"]}},25485:e=>{e.exports={en:["Text alignment"],es:["Alineación del texto"]}},67781:e=>{e.exports={en:["Text orientation"],es:["Orientación del texto"]}},79137:e=>{e.exports={en:["Thursday"],es:["Jueves"]}},54971:e=>{e.exports={en:["Thickness"],es:["Grosor"]}},82160:e=>{e.exports={en:["Tuesday"],es:["Martes"]}},13748:e=>{e.exports={en:["Use special math signs to displace selected drawings: +,-,/,* for price and +,- for bar index."],es:["Utilice signos matemáticos especiales para desplazar los dibujos seleccionados: +,-,/,* para el precio y +,- para el índice de barras."]}},69526:e=>{e.exports={en:["Vertical"]}},66181:e=>{e.exports={en:["Years"],es:["Años"]}},70932:e=>{e.exports={en:["commodity"],es:["materia prima"]}},79599:e=>{e.exports={en:["cfd"]}},29426:e=>{e.exports={en:["change opacity"],es:["cambiar la opacidad"]}},31675:e=>{e.exports={en:["change color"],es:["cambiar el color"]}},28818:e=>{e.exports={en:["change line style"],es:["cambiar el estilo de la línea"]}},73281:e=>{e.exports={en:["change thickness"],es:["cambiar el grosor"]}},25167:e=>{e.exports={en:["change {propertyName} property"],es:["cambiar la propiedad de {propertyName}"]}},23687:e=>{e.exports={en:["change {sourceTitle} title to {newSourceTitle}"],es:["cambiar el título {sourceTitle} por {newSourceTitle}"]}},5741:e=>{e.exports={en:["close"],es:["cierre"]}},46128:e=>{e.exports={en:["crypto"],es:["cripto"]}},47268:e=>{e.exports={en:["dr"]}},406:e=>{e.exports={en:["e.g. +1"],es:["p. ej., +1"]}},49957:e=>{e.exports={en:["e.g. /2"],es:["p. ej., /2"]}},54094:e=>{e.exports={en:["economy"],es:["economía"]}},17770:e=>{e.exports={en:["forex"],es:["Forex"]}},4723:e=>{e.exports={en:["futures"],es:["futuros"]}},59319:e=>{e.exports={en:["high"],es:["máximo"]}},96008:e=>{e.exports={en:["hl2"]}},91189:e=>{e.exports={en:["hlc3"]}},49242:e=>{e.exports={en:["hlcc4"]}},87464:e=>{e.exports={en:["index"],es:["índice"]}},90250:e=>{e.exports={en:["indices"],es:["índices"]}},52793:e=>{e.exports={en:["ohlc4"]}},83584:e=>{e.exports={en:["open"],es:["apertura"]}},41902:e=>{e.exports={en:["low"],es:["minimo"]}},76752:e=>{e.exports={en:["stock"],es:["acciones"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.6703.bdb6f2f6c5d635dc479f.js b/public/charting_library/bundles/es.6703.bdb6f2f6c5d635dc479f.js
new file mode 100644
index 0000000..5a683b4
--- /dev/null
+++ b/public/charting_library/bundles/es.6703.bdb6f2f6c5d635dc479f.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6703,4040,359],{41256:e=>{e.exports={en:["Back"],es:["Atrás"]}},53174:e=>{e.exports={en:["Right"],es:["Right (derecho de suscripción)"]}},93193:e=>{e.exports={en:["Compare symbol"],es:["Comparar el símbolo"]}},4543:e=>{e.exports={en:["Cancel"],es:["Cancelar"]}},47742:e=>{e.exports={en:["Close menu"],es:["Cerrar menú"]}},60085:e=>{e.exports={en:["Add to"],es:["Añadir a"]}},46622:e=>{e.exports={en:["Added symbols"],es:["Símbolos añadidos"]}},34040:e=>{e.exports={en:["All sources"],es:["Todas las fuentes"]}},1048:e=>{e.exports={en:["Allow extend time scale"],es:["Permitir ampliar la escala de tiempo"]}},42358:e=>{e.exports={en:["Bond"],es:["Bono"]}},78734:e=>{e.exports={en:["Description"],es:["Descripción"]}},37117:e=>{e.exports={en:["More"],es:["Más"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],es:["No hay mercados de valores que coincidan con sus criterios."]}},37094:e=>{e.exports={en:["No symbols here yet — why not add some?"],es:["Todavía no hay símbolos aquí, ¿por qué no añadir algunos?"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],es:["Ningún símbolo coincide con sus criterios"]}},63456:e=>{e.exports={en:["New pane"],es:["Nuevo panel"]}},60126:e=>{e.exports={en:["New price scale"],es:["Nueva escala de precios"]}},28628:e=>{e.exports={en:["Sources"],es:["Fuentes"]}},56136:e=>{e.exports={en:["Same % scale"],es:["Misma escala de %"]}},38137:e=>{e.exports={en:["Same scale"],es:["Misma escala"]}},8573:e=>{e.exports={en:["Search"],es:["Buscar"]}},57640:e=>{e.exports={en:["Select source"],es:["Seleccionar fuente"]}},95481:e=>{e.exports={en:["Symbol"],es:["Símbolo"]}},74007:e=>{e.exports={en:["Symbol & description"],es:["Símbolo y descripción"]}},51165:e=>{e.exports={en:["Symbol Search"],es:["Búsqueda de símbolos"]}},8926:e=>{e.exports={en:["Recent symbols"],es:["Símbolos recientes"]}},70932:e=>{e.exports={en:["commodity"],es:["materia prima"]}},79599:e=>{e.exports={en:["cfd"]}},46128:e=>{e.exports={en:["crypto"],es:["cripto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"],es:["economía"]}},17770:e=>{e.exports={en:["forex"],es:["Forex"]}},4723:e=>{e.exports={en:["futures"],es:["futuros"]}},87464:e=>{e.exports={en:["index"],es:["índice"]}},90250:e=>{e.exports={en:["indices"],es:["índices"]}},76752:e=>{e.exports={en:["stock"],es:["acciones"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.6760.d667b4a17bb7e3977273.js b/public/charting_library/bundles/es.6760.d667b4a17bb7e3977273.js
new file mode 100644
index 0000000..ff005d8
--- /dev/null
+++ b/public/charting_library/bundles/es.6760.d667b4a17bb7e3977273.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6760,2787,6155,7850,7122,5111,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],es:["#{count} (precio, barra)"]}},78930:e=>{e.exports={en:["Coordinates"],es:["Coordenadas"]}},24197:e=>{e.exports={en:["Center"],es:["Centro"]}},6060:e=>{e.exports={en:["Add text"],es:["Añadir texto"]}},27567:e=>{e.exports={en:["Bottom"],es:["Parte inferior"]}},79468:e=>{e.exports={en:["Background"],es:["Fondo"]}},72942:e=>{e.exports={en:["Days"],es:["Días"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],es:["Desplazamiento (precio, barra)"]}},61856:e=>{e.exports={en:["Extend left line"],es:["Extender la línea izquierda"]}},87430:e=>{e.exports={en:["Extend right line"],es:["Extender la linea derecha"]}},56796:e=>{e.exports={en:["Hours"],es:["Horas"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],es:["Entradas de datos"]}},79650:e=>{e.exports={en:["Levels"],es:["Niveles"]}},11626:e=>{e.exports={en:["Left"],es:["Izquierda"]}},43154:e=>{e.exports={en:["Months"],es:["Meses"]}},68833:e=>{e.exports={en:["Middle"],es:["En el medio"]}},42562:e=>{e.exports={en:["Minutes"],es:["Minutos"]}},65188:e=>{e.exports={en:["Seconds"],es:["Segundos"]}},50421:e=>{e.exports={en:["Right"],es:["Derecha"]}},835:e=>{e.exports={en:["Weeks"],es:["Semanas"]}},97118:e=>{e.exports={en:["Top"],es:["Parte superior"]}},70320:e=>{e.exports={en:["Text"],es:["Тexto"]}},25485:e=>{e.exports={en:["Text alignment"],es:["Alineación del texto"]}},67781:e=>{e.exports={en:["Text orientation"],es:["Orientación del texto"]}},24821:e=>{e.exports={en:["Ticks"],es:["Tics"]}},51574:e=>{e.exports={en:["Trend line"],es:["Línea de tendencia"]}},28683:e=>{e.exports={en:["Use one color"],es:["Utilizar un color"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],es:["cambiar la coordenada X de las barras"]}},11737:e=>{e.exports={en:["change price Y coordinate"],es:["cambiar la coordenada Y de los precios"]}},59577:e=>{e.exports={en:["change {title} all lines color"],es:["cambiar el color de todas las líneas de {title}"]}},13783:e=>{e.exports={en:["change {title} background transparency"],es:["cambiar la transparencia del fondo de {title}"]}},30839:e=>{e.exports={en:["change {title} background visibility"],es:["cambiar la visibilidad del fondo de {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],es:["cambiar los días de {title} hasta"]}},91201:e=>{e.exports={en:["change {title} days from"],es:["cambiar los días de {title} desde"]}},8306:e=>{e.exports={en:["change {title} hours from"],es:["cambiar las horas de {title} desde"]}},67233:e=>{e.exports={en:["change {title} hours to"],es:["cambiar las horas de {title} hasta"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],es:["cambiar el coeficiente de línea de los niveles de {index} de {title}"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],es:["cambiar el color de línea de los niveles de {index} de {title}"]}},51403:e=>{e.exports={
+en:["change {title} level {index} line visibility"],es:["cambiar la visibilidad de la línea {index} de nivel de {title}"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"],es:["cambiar el ancho de línea de los niveles de {index} de {title}"]}},54517:e=>{e.exports={en:["change {title} levels visibility"],es:["cambiar los niveles de visibilidad de {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],es:["cambiar los meses desde de {title}"]}},10518:e=>{e.exports={en:["change {title} months to"],es:["cambiar los meses de {title} hasta"]}},38011:e=>{e.exports={en:["change {title} minutes to"],es:["cambiar los minutos de {title} hasta"]}},59820:e=>{e.exports={en:["change {title} minutes from"],es:["cambiar los minutos de {title} desde"]}},6573:e=>{e.exports={en:["change {title} seconds to"],es:["cambiar los segundos de {title} hasta"]}},86780:e=>{e.exports={en:["change {title} seconds from"],es:["cambiar los segundos desde de {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],es:["cambiar las semanas de {title} desde"]}},18678:e=>{e.exports={en:["change {title} weeks to"],es:["cambiar las semanas de {title} hasta"]}},57122:e=>{e.exports={en:["change {title} text"],es:["cambiar texto de {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],es:["cambiar la visibilidad en ticks de {title}"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],es:["cambiar la visibilidad en semanas de {title}"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],es:["cambiar la visibilidad de {title} en {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],es:["cambiar la visibilidad en días de {title}"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],es:["cambiar la visibilidad en horas de {title}"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],es:["cambiar la visibilidad en minutos de {title}"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],es:["cambiar la visibilidad en meses de {title}"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],es:["cambiar la visibilidad en segundos de {title}"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],es:["cambiar la visibilidad de la línea de {toolName}"]}},19541:e=>{e.exports={en:["change {toolName} line width"],es:["cambiar el ancho de la línea de {toolName}"]}},24059:e=>{e.exports={en:["change {toolName} line color"],es:["cambiar el color de la línea de {toolName}"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],es:["cambiar la línea que se extiende a la izquierda de {toolName}"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],es:["cambiar la línea que se extiende a la derecha de {toolName}"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],es:["cambiar el final de la línea izquierda de {toolName}"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],es:["cambiar el final de la línea derecha de {toolName}"]}},66429:e=>{e.exports={
+en:["change {toolName} line style"],es:["cambiar el estilo de línea de {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],es:["cambiar la propiedad de {propertyName}"]}},35813:e=>{e.exports={en:["days"],es:["días"]}},89919:e=>{e.exports={en:["days to"],es:["días hasta"]}},59215:e=>{e.exports={en:["days from"],es:["días desde"]}},77114:e=>{e.exports={en:["erase level line"],es:["borrar la línea de nivel"]}},2359:e=>{e.exports={en:["hours"],es:["horas"]}},82267:e=>{e.exports={en:["hours from"],es:["horas desde"]}},15600:e=>{e.exports={en:["hours to"],es:["horas hasta"]}},76261:e=>{e.exports={en:["move drawings"],es:["mover dibujos"]}},95300:e=>{e.exports={en:["months"],es:["meses"]}},17250:e=>{e.exports={en:["months from"],es:["meses desde"]}},2828:e=>{e.exports={en:["months to"],es:["meses hasta"]}},18726:e=>{e.exports={en:["minutes"],es:["minutos"]}},67649:e=>{e.exports={en:["minutes to"],es:["minutos hasta"]}},22476:e=>{e.exports={en:["minutes from"],es:["minutos desde"]}},751:e=>{e.exports={en:["seconds"],es:["segundos"]}},73419:e=>{e.exports={en:["seconds to"],es:["segundos hasta"]}},35801:e=>{e.exports={en:["seconds from"],es:["segundos desde"]}},45537:e=>{e.exports={en:["weeks"],es:["semanas"]}},92859:e=>{e.exports={en:["weeks from"],es:["semanas desde"]}},44127:e=>{e.exports={en:["weeks to"],es:["semanas hasta"]}},3539:e=>{e.exports={en:["ticks"],es:["Tics"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.6778.cb295f9cefe08c721b2c.js b/public/charting_library/bundles/es.6778.cb295f9cefe08c721b2c.js
new file mode 100644
index 0000000..fc851b5
--- /dev/null
+++ b/public/charting_library/bundles/es.6778.cb295f9cefe08c721b2c.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6778],{36778:a=>{a.exports={en:["Last available bar"],es:["Última barra disponible"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.6822.4179cccc2fa59f991bf4.js b/public/charting_library/bundles/es.6822.4179cccc2fa59f991bf4.js
new file mode 100644
index 0000000..123e67d
--- /dev/null
+++ b/public/charting_library/bundles/es.6822.4179cccc2fa59f991bf4.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6822],{94920:s=>{s.exports={en:["ADJ"]}},16755:s=>{s.exports={en:["B-ADJ"]}},82631:s=>{s.exports={en:["SET"]}},22233:s=>{s.exports={en:["auto"]}},4161:s=>{s.exports={en:["log"]}},58221:s=>{s.exports={en:["All data"],es:["Todos los datos"]}},19273:s=>{s.exports={en:["Year to day"],es:["Año hasta la fecha"]}},58426:s=>{s.exports={en:["{timePeriod} in {timeInterval}"],es:["{timePeriod} en {timeInterval}"]}},93020:s=>{s.exports={en:["Adjust data for dividends"],es:["Ajustar datos de los dividendos"]}},68921:s=>{s.exports={en:["Adjust for contract changes"],es:["Ajustar para cambios de contrato"]}},42432:s=>{s.exports={en:["Go to"],es:["Ir a"]}},92966:s=>{s.exports={en:["Extended Hours is available only for intraday charts"],es:["El horario ampliado solo se encuentra disponible para gráficos intradía"]}},61206:s=>{s.exports={en:["Maximize chart"],es:["Maximizar gráfico"]}},2031:s=>{s.exports={en:["Main symbol data is adjusted for dividends only"],es:["Los datos del símbolo principal se ajustan solo a los dividendos"]}},95739:s=>{s.exports={en:["Main symbol data is adjusted for splits only"],es:["Los datos del símbolo principal se ajustan solo a los splits"]}},27665:s=>{s.exports={en:["Sessions"],es:["Sesiones"]}},31142:s=>{s.exports={en:["Restore chart"],es:["Restaurar gráfico"]}},41888:s=>{s.exports={en:["Toggle Auto Scale"],es:["Alternar escala automática"]}},1e4:s=>{s.exports={en:["Toggle Log Scale"],es:["Alternar escala logarítmica"]}},81649:s=>{s.exports={en:["Toggle Percentage"],es:["Alternar porcentaje"]}},77073:s=>{s.exports={en:["Timezone"],es:["Zona horaria"]}},49545:s=>{s.exports={en:["Use settlement as close on daily interval"],es:["Utilizar la liquidación como cierre en intervalos diarios"]}},8586:s=>{s.exports={en:["ext"]}},63808:s=>{s.exports={en:["{str} day","{str} days"],es:["{str} día","{str} días"]}},62368:s=>{s.exports={en:["{str} day","{str} days"],es:["{str} día","{str} días"]}},561:s=>{s.exports={en:["{str} day intervals","{str} days intervals"],es:["intervalos de {str} día","intervalos de {str} días"]}},72495:s=>{s.exports={en:["{str} hour","{str} hours"],es:["{str} hora","{str} horas"]}},64963:s=>{s.exports={en:["{str} hour","{str} hours"],es:["{str} hora","{str} horas"]}},14887:s=>{s.exports={en:["{str} hour intervals","{str} hours intervals"],es:["intervalos de {str} hora","intervalos de {str} horas"]}},12752:s=>{s.exports={en:["{str} month","{str} months"],es:["{str} mes","{str} meses"]}},20062:s=>{s.exports={en:["{str} month","{str} months"],es:["{str} mes","{str} meses"]}},48514:s=>{s.exports={en:["{str} month intervals","{str} months intervals"],es:["intervalos de {str} mes","intervalos de {str} meses"]}},95484:s=>{s.exports={en:["{str} minute","{str} minutes"],es:["{str} minuto","{str} minutos"]}},5926:s=>{s.exports={en:["{str} minute","{str} minutes"],es:["{str} minuto","{str} minutos"]}},15489:s=>{s.exports={en:["{str} minute intervals","{str} minutes intervals"],
+es:["intervalos de {str} minuto","intervalos de {str} minutos"]}},6088:s=>{s.exports={en:["{str} week","{str} weeks"],es:["{str} semana","{str} semanas"]}},49306:s=>{s.exports={en:["{str} week","{str} weeks"],es:["{str} semana","{str} semanas"]}},60316:s=>{s.exports={en:["{str} week intervals","{str} weeks intervals"],es:["intervalos de {str} semana","intervalos de {str} semanas"]}},96325:s=>{s.exports={en:["{str} year","{str} years"],es:["{str} año","{str} años"]}},91549:s=>{s.exports={en:["{str} year","{str} years"],es:["{str} año","{str} años"]}},78971:s=>{s.exports={en:["{str} year intervals","{str} years intervals"],es:["intervalos de {str} año","intervalos de {str} años"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.6838.b209fab6f81d9054b17c.js b/public/charting_library/bundles/es.6838.b209fab6f81d9054b17c.js
new file mode 100644
index 0000000..1bfe5d7
--- /dev/null
+++ b/public/charting_library/bundles/es.6838.b209fab6f81d9054b17c.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6838],{66838:e=>{e.exports={en:["Fact of the day"],es:["El dato del día"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.7122.b56804d4455c3a0204dd.js b/public/charting_library/bundles/es.7122.b56804d4455c3a0204dd.js
new file mode 100644
index 0000000..529b937
--- /dev/null
+++ b/public/charting_library/bundles/es.7122.b56804d4455c3a0204dd.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7122],{57122:e=>{e.exports={en:["change {title} text"],es:["cambiar texto de {title}"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.7328.6e079881a6ff4ded3dbf.js b/public/charting_library/bundles/es.7328.6e079881a6ff4ded3dbf.js
new file mode 100644
index 0000000..5bb2012
--- /dev/null
+++ b/public/charting_library/bundles/es.7328.6e079881a6ff4ded3dbf.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7328],{27328:e=>{e.exports={en:["Don't show again"],es:["No volver a mostrar"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.7458.068c610f8718bc62a766.js b/public/charting_library/bundles/es.7458.068c610f8718bc62a766.js
new file mode 100644
index 0000000..a7a5e66
--- /dev/null
+++ b/public/charting_library/bundles/es.7458.068c610f8718bc62a766.js
@@ -0,0 +1,8 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7458,4821],{80587:e=>{e.exports={en:["bars"],es:["barras"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"],es:["(Máx.+Mín.+Cierre)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"],es:["(Máx+Mín)/2"]}},31882:e=>{e.exports={en:["12-hours"],es:["12 horas"]}},5797:e=>{e.exports={en:["24-hours"],es:["24 horas"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],es:["Color de barras en función del cierre anterior"]}},23739:e=>{e.exports={en:["Canvas"],es:["Lienzo"]}},24197:e=>{e.exports={en:["Center"],es:["Centro"]}},15153:e=>{e.exports={en:["Chart basic styles"],es:["Estilos básicos del gráfico"]}},45639:e=>{e.exports={en:["Chart values"],es:["Valores del gráfico"]}},84831:e=>{e.exports={en:["Close line"],es:["Línea de cierre"]}},74622:e=>{e.exports={en:["Crosshair"],es:["Retícula"]}},81849:e=>{e.exports={en:["Currency"],es:["Divisa"]}},3015:e=>{e.exports={en:["Currency and Unit"],es:["Divisa y unidad"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],es:["Ajustar datos de los dividendos"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],es:["Ajustar para cambios de contrato"]}},36620:e=>{e.exports={en:["Alerts"],es:["Alertas"]}},14119:e=>{e.exports={en:["Arguments"],es:["Argumentos"]}},68650:e=>{e.exports={en:["Average close"],es:["Cierre medio"]}},27567:e=>{e.exports={en:["Bottom"],es:["Parte inferior"]}},3159:e=>{e.exports={en:["Bottom line"],es:["Resultado final"]}},74406:e=>{e.exports={en:["Body"],es:["Cuerpo"]}},333:e=>{e.exports={en:["Borders"],es:["Bordes"]}},79468:e=>{e.exports={en:["Background"],es:["Fondo"]}},10842:e=>{e.exports={en:["Bar change values"],es:["Valores de los cambios en la barra"]}},28975:e=>{e.exports={en:["Base level"],es:["Nivel de la base"]}},76473:e=>{e.exports={en:["Bid and ask"],es:["Compra y venta (bid/ask)"]}},32744:e=>{e.exports={en:["Buttons"],es:["Botones"]}},68662:e=>{e.exports={en:["Grid lines"],es:["Líneas cuadrícula"]}},17611:e=>{e.exports={en:["Down bars"],es:["Barras descendentes"]}},23743:e=>{e.exports={en:["Down color"],es:["Color inferior"]}},48225:e=>{e.exports={en:["Data modification"],es:["Modificación de datos"]}},84838:e=>{e.exports={en:["Date format"],es:["Formato de fecha"]}},42357:e=>{e.exports={en:["Day of week on labels"],es:["Día de la semana en las etiquetas"]}},16564:e=>{e.exports={en:["Default"],es:["Por defecto"]}},78734:e=>{e.exports={en:["Description"],es:["Descripción"]}},89212:e=>{e.exports={en:["Display inactivity gaps on intraday"]}},59777:e=>{e.exports={en:["Electronic trading hours background"],es:["Información general sobre el horario de negociación electrónica"]}},69808:e=>{e.exports={en:["Events"],es:["Eventos"]}},41129:e=>{e.exports={en:["Fill"],es:["Rellenar"]}},61112:e=>{e.exports={en:["Fill top area"],es:["Rellenar el área superior"]}},73185:e=>{e.exports={en:["Fill bottom area"],es:["Rellenar el área inferior"]}},95406:e=>{e.exports={en:["Horizontal"]}},61900:e=>{e.exports={en:["Horz only"],es:["Solo horiz"]}
+},14180:e=>{e.exports={en:["High and low"],es:["Máximo y mínimo"]}},56359:e=>{e.exports={en:["High line"],es:["Línea de máximos"]}},47326:e=>{e.exports={en:["Integer"],es:["Número entero"]}},84549:e=>{e.exports={en:["Indicators"],es:["Indicadores"]}},78082:e=>{e.exports={en:["Indicators and financials"],es:["Indicadores y datos financieros"]}},25765:e=>{e.exports={en:["Open market status"],es:["Situación de la apertura del mercado"]}},34579:e=>{e.exports={en:["Low line"],es:["Línea de mínimos"]}},14876:e=>{e.exports={en:["Logo"]}},89315:e=>{e.exports={en:["Long Description"],es:["Descripción larga"]}},72423:e=>{e.exports={en:["Last day change values"],es:["Valores del cambio del último día"]}},11626:e=>{e.exports={en:["Left"],es:["Izquierda"]}},8249:e=>{e.exports={en:["Money"],es:["Dinero"]}},70937:e=>{e.exports={en:["Margins"],es:["Márgenes"]}},68833:e=>{e.exports={en:["Middle"],es:["En el medio"]}},58589:e=>{e.exports={en:["No overlapping labels"],es:["Sin etiquetas superpuestas"]}},60798:e=>{e.exports={en:["None"],es:["Ninguno"]}},51019:e=>{e.exports={en:["Navigation"],es:["Navegación"]}},99709:e=>{e.exports={en:["Name"],es:["Nombre"]}},8852:e=>{e.exports={en:["Save chart left edge position when changing interval"],es:["Guardar la posición del borde izquierdo del gráfico al cambiar el intervalo"]}},26204:e=>{e.exports={en:["Scale modes (A and L)"],es:["Modos de escala (A y L)"]}},93968:e=>{e.exports={en:["Scales"],es:["Escalas"]}},90275:e=>{e.exports={en:["Scales and lines"],es:["Escalas y líneas"]}},30042:e=>{e.exports={en:["Scales placement"],es:["Colocación de escalas"]}},28715:e=>{e.exports={en:["Status line"],es:["Linea de estado"]}},95481:e=>{e.exports={en:["Symbol"],es:["Símbolo"]}},53263:e=>{e.exports={en:["Pane"],es:["Panel"]}},82894:e=>{e.exports={en:["Pane separators"],es:["Separadores del panel"]}},16207:e=>{e.exports={en:["Percentage"],es:["Porcentaje"]}},94408:e=>{e.exports={en:["Pips"]}},60904:e=>{e.exports={en:["Pre/post market"],es:["Pre/pos mercado"]}},88327:e=>{e.exports={en:["Pre/post market hours background"],es:["Información horaria pre/pos mercado"]}},59766:e=>{e.exports={en:["Precision"],es:["Precisión"]}},83811:e=>{e.exports={en:["Previous day close"],es:["Cierre del día anterior"]}},35082:e=>{e.exports={en:["Price Scale"],es:["Escala de precios"]}},27632:e=>{e.exports={en:["Price and percentage value"],es:["Precio y valor porcentual"]}},62142:e=>{e.exports={en:["Price labels & lines"],es:["Etiquetas y líneas de precios"]}},84684:e=>{e.exports={en:["Price source"],es:["Fuente de los precios"]}},73466:e=>{e.exports={en:["Projection up bars"],es:["Barras superiores de proyección"]}},77430:e=>{e.exports={en:["Projection candles"],es:["Velas de proyección"]}},88367:e=>{e.exports={en:["Projection down bars"],es:["Barras de proyección descendentes"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"],es:["Precios reales en la escala (en lugar del precio Heikin Ashi)"]}},50421:e=>{e.exports={en:["Right"],es:["Derecha"]}},62532:e=>{e.exports={en:["Right Margin"],
+es:["Margen derecho"]}},41571:e=>{e.exports={en:["Watermark"],es:["Marca de agua"]}},32163:e=>{e.exports={en:["Wick"],es:["Mecha"]}},97118:e=>{e.exports={en:["Top"],es:["Parte superior"]}},89349:e=>{e.exports={en:["Top line"],es:["Línea superior"]}},70320:e=>{e.exports={en:["Text"],es:["Тexto"]}},25485:e=>{e.exports={en:["Text alignment"],es:["Alineación del texto"]}},67781:e=>{e.exports={en:["Text orientation"],es:["Orientación del texto"]}},20215:e=>{e.exports={en:["Thin bars"],es:["Barras finas"]}},70198:e=>{e.exports={en:["Title"],es:["Título"]}},29854:e=>{e.exports={en:["Titles"],es:["Títulos"]}},5791:e=>{e.exports={en:["Ticker"]}},16816:e=>{e.exports={en:["Ticker and description"],es:["Ticker y descripción"]}},24821:e=>{e.exports={en:["Ticks"],es:["Tics"]}},93965:e=>{e.exports={en:["Time Scale"],es:["Escala de tiempo"]}},5591:e=>{e.exports={en:["Time hours format"],es:["Formato de las horas"]}},77073:e=>{e.exports={en:["Timezone"],es:["Zona horaria"]}},76495:e=>{e.exports={en:["Trading"]}},33564:e=>{e.exports={en:["Unit"],es:["Unidad"]}},23091:e=>{e.exports={en:["Up color"],es:["Color superior"]}},36957:e=>{e.exports={en:["Up bars"],es:["Barras superiores"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"],es:["Utilizar la liquidación como cierre en intervalos diarios"]}},37644:e=>{e.exports={en:["Volume"],es:["Volumen"]}},51514:e=>{e.exports={en:["Value"],es:["Valor"]}},31218:e=>{e.exports={en:["Value according to scale"],es:["Valor conforme a la escala"]}},60092:e=>{e.exports={en:["Values"],es:["Valores"]}},83594:e=>{e.exports={en:["Vert and horz"],es:["Vert y horiz"]}},8402:e=>{e.exports={en:["Vert only"],es:["Solo vert"]}},69526:e=>{e.exports={en:["Vertical"]}},21105:e=>{e.exports={en:["candle"],es:["vela"]}},27068:e=>{e.exports={en:["change HLC bars"],es:["cambiar las barras HLC"]}},21201:e=>{e.exports={en:["change HLC bars color"]}},3311:e=>{e.exports={en:["change navigation buttons visibility"],es:["cambiar la visibilidad de los botones de navegación"]}},96227:e=>{e.exports={en:["change open market status visibility"],es:["cambiar visibilidad de la situación de la apertura del mercado"]}},43231:e=>{e.exports={en:["change average close price line width"],es:["cambiar anchura de la línea del precio medio de cierre"]}},47026:e=>{e.exports={en:["change average close price line color"],es:["cambiar color de la línea del precio medio de cierre"]}},86866:e=>{e.exports={en:["change area fill color"],es:["cambiar el color de relleno del área"]}},89346:e=>{e.exports={en:["change area line width"],es:["cambiar el ancho de la línea del área"]}},29605:e=>{e.exports={en:["change area line color"],es:["cambiar el color de la línea del área"]}},4640:e=>{e.exports={en:["change area price source"],es:["cambiar la fuente de los precios del área"]}},98407:e=>{e.exports={en:["change ask line color"],es:["cambiar el color de la línea de venta (ask)"]}},42190:e=>{e.exports={en:["change base level"],es:["cambiar el nivel de referencia"]}},71785:e=>{e.exports={en:["change baseline bottom line color"],
+es:["cambiar el color de la línea inferior de la línea de referencia"]}},56175:e=>{e.exports={en:["change baseline bottom line width"],es:["cambiar el ancho de la línea inferior de la línea de referencia"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"],es:["cambiar el color de relleno del área inferior de la línea de referencia"]}},92873:e=>{e.exports={en:["change baseline fill top area color"],es:["cambiar el color de relleno del área superior de la línea de referencia"]}},68609:e=>{e.exports={en:["change baseline price source"],es:["cambiar la fuente de precios de referencia"]}},69044:e=>{e.exports={en:["change baseline top line color"],es:["cambiar el color de la línea superior de la línea de referencia"]}},68197:e=>{e.exports={en:["change baseline top line width"],es:["cambiar el ancho de la línea superior de la línea de referencia"]}},33464:e=>{e.exports={en:["change bar up color"],es:["cambiar el color superior de la barra"]}},27426:e=>{e.exports={en:["change bar change visibility"],es:["cambiar la visibilidad del cambio de barra"]}},59622:e=>{e.exports={en:["change bar down color"],es:["cambiar el color inferior de la barra"]}},17919:e=>{e.exports={en:["change bid line color"],es:["cambiar el color de la línea de compra (bid)"]}},32094:e=>{e.exports={en:["change bottom margin"],es:["cambiar el margen inferior"]}},63119:e=>{e.exports={en:["change currency and unit labels visibility"],es:["cambiar la visibilidad de las etiquetas de divisas y unidades"]}},64003:e=>{e.exports={en:["change currency label visibility"],es:["cambiar la visibilidad de la etiqueta de divisas"]}},42803:e=>{e.exports={en:["change chart background color"],es:["cambiar el color de fondo del gráfico"]}},41382:e=>{e.exports={en:["change chart background type"],es:["cambiar el tipo de fondo del gráfico"]}},79637:e=>{e.exports={en:["change chart values visibility"],es:["cambiar la visibilidad de los valores del gráfico"]}},43090:e=>{e.exports={en:["change color bars based on previous close"],es:["cambiar el color de las barras en función del valor de cierre anterior"]}},88324:e=>{e.exports={en:["change column up color"],es:["cambiar color superior de la columna"]}},93890:e=>{e.exports={en:["change column down color"],es:["cambiar color inferior de la columna"]}},4727:e=>{e.exports={en:["change column price source"],es:["cambiar la fuente del precio de la columna"]}},50544:e=>{e.exports={en:["change crosshair width"],es:["cambiar el ancho de la retícula"]}},92885:e=>{e.exports={en:["change crosshair color"],es:["cambiar el color de la retícula"]}},68418:e=>{e.exports={en:["change crosshair style"],es:["cambiar el estilo de la retícula"]}},43109:e=>{e.exports={en:["change date format"],es:["cambiar el formato de fecha"]}},30418:e=>{e.exports={en:["change day of week on labels"],es:["cambiar día de la semana en las etiquetas"]}},82063:e=>{e.exports={en:["change decimal places"],es:["cambiar las posiciones decimales"]}},44223:e=>{e.exports={en:["change extended hours color"],es:["cambiar el color del horario ampliado"]}},
+47393:e=>{e.exports={en:["change electronic trading hours"],es:["modificar el horario de negociación electrónica"]}},73844:e=>{e.exports={en:["change grid lines visibility"],es:["cambiar visibilidad de las líneas de cuadrículas"]}},61407:e=>{e.exports={en:["change high and low price line color"],es:["cambiar color de la línea de precio máximo y mínimo"]}},39581:e=>{e.exports={en:["change high and low price line width"],es:["cambiar ancho de la línea de precios máximos y mínimos"]}},6026:e=>{e.exports={en:["change high-low body color"],es:["cambiar el color del cuerpo de máximos y mínimos"]}},73021:e=>{e.exports={en:["change high-low body visibility"],es:["cambiar la visibilidad del cuerpo de máximos y mínimos"]}},46844:e=>{e.exports={en:["change high-low border color"],es:["cambiar el color del borde del máximos y mínimos"]}},15801:e=>{e.exports={en:["change high-low borders visibility"],es:["cambiar la visibilidad de los bordes de máximos y mínimos"]}},72399:e=>{e.exports={en:["change high-low labels visibility"],es:["cambiar la visibilidad de las etiquetas de máximos y mínimos"]}},56961:e=>{e.exports={en:["change high-low labels color"],es:["cambiar el color de las etiquetas de máximos y mínimos"]}},21133:e=>{e.exports={en:["change horz grid lines color"],es:["cambiar el color de las líneas de la cuadrícula horizontal"]}},63050:e=>{e.exports={en:["change indicator titles visibility"],es:["cambiar la visibilidad de los títulos de los indicadores"]}},49583:e=>{e.exports={en:["change indicator values visibility"],es:["cambiar la visibilidad de los valores de los indicadores"]}},78310:e=>{e.exports={en:["change indicator arguments visibility"],es:["cambiar la visibilidad de los argumentos de los indicadores"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"],es:["cambiar la visibilidad de las etiquetas con el nombre de los indicadores y de la información financiera"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"],es:["cambiar la visibilidad de las etiquetas con el valor de los indicadores y la información financiera"]}},66307:e=>{e.exports={en:["change last day change visibility"],es:["modificar la visibilidad del cambio del último día"]}},91873:e=>{e.exports={en:["change legend background transparency"],es:["cambiar la transparencia del fondo de la leyenda"]}},14246:e=>{e.exports={en:["change legend background visibility"],es:["cambiar la visibilidad del fondo de la leyenda"]}},88640:e=>{e.exports={en:["change line color"],es:["cambiar el color de línea"]}},41837:e=>{e.exports={en:["change line price source"],es:["cambiar la fuente de precios de la línea"]}},48339:e=>{e.exports={en:["change line width"],es:["cambiar el ancho de línea"]}},18378:e=>{e.exports={en:["change pane buttons visibility"],es:["cambiar la visibilidad de los botones del panel"]}},52203:e=>{e.exports={en:["change pane separators color"],es:["Cambiar el color de los separadores de paneles"]}},38730:e=>{e.exports={en:["change post market color"],
+es:["cambiar el color posmercado"]}},28075:e=>{e.exports={en:["change post market line color"],es:["cambiar el color de la línea posmercado"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"],es:["cambiar la visibilidad de las líneas de precios pre/pos mercado"]}},44371:e=>{e.exports={en:["change pre market color"],es:["cambiar el color de la sesión premercado"]}},96114:e=>{e.exports={en:["change pre market line color"],es:["cambiar el color de la línea de la sesión premercado"]}},69814:e=>{e.exports={en:["change previous close price line color"],es:["cambiar el color de la línea con el precio de cierre anterior"]}},13660:e=>{e.exports={en:["change previous close price line width"],es:["cambiar el ancho de la línea con el precio de cierre anterior"]}},87861:e=>{e.exports={en:["change price line color"],es:["cambiar el color de la línea de precios"]}},29353:e=>{e.exports={en:["change price line width"],es:["cambiar el ancho de la línea de precios"]}},16241:e=>{e.exports={en:["change range bars style"],es:["cambiar estilo de las barras de rango"]}},65821:e=>{e.exports={en:["change range thin bars"],es:["cambiar el rango de las barras finas"]}},75487:e=>{e.exports={en:["change renko wick down color"],es:["cambiar el color inferior de la mecha renko"]}},92277:e=>{e.exports={en:["change renko wick up color"],es:["cambiar el color inferior de la mecha renko"]}},79604:e=>{e.exports={en:["change renko wick visibility"],es:["cambiar la visibilidad de las mechas renko"]}},82946:e=>{e.exports={en:["change right margin"],es:["cambiar el margen derecho"]}},79545:e=>{e.exports={en:["change right margin percentage"],es:["cambiar porcentaje del margen derecho"]}},78995:e=>{e.exports={en:["change symbol watermark color"],es:["cambiar el color de la marca de agua del símbolo"]}},73227:e=>{e.exports={en:["change symbol watermark visibility"],es:["cambiar la visibilidad de la marca de agua del símbolo"]}},88167:e=>{e.exports={en:["change symbol description visibility"],es:["cambiar la visibilidad de la descripción del símbolo"]}},12050:e=>{e.exports={en:["change symbol field visibility"],es:["cambiar la visibilidad del campo del símbolo"]}},46066:e=>{e.exports={en:["change symbol last value mode"],es:["cambiar el modo del último valor del símbolo"]}},902:e=>{e.exports={en:["change symbol legend format"],es:["cambiar el formato de la leyenda del símbolo"]}},77408:e=>{e.exports={en:["change save chart left edge position when changing interval"],es:["cambiar guardar la posición del borde izquierdo del gráfico al cambiar el intervalo"]}},69023:e=>{e.exports={en:["change scale modes buttons visibility"],es:["cambiar visibilidad de los botones de modos de escala"]}},76131:e=>{e.exports={en:["change scales text color"],es:["cambiar el color del texto de la escala"]}},27792:e=>{e.exports={en:["change scales font size"],es:["cambiar tamaño de la fuente de la escala"]}},94997:e=>{e.exports={en:["change scales lines color"],es:["cambiar el color de la línea de la escala"]}},60067:e=>{e.exports={
+en:["change sessions breaks visibility"],es:["cambiar la visibilidad de las rupturas de las sesiones"]}},28175:e=>{e.exports={en:["change sessions breaks width"],es:["cambiar el ancho de las rupturas de las sesiones"]}},33895:e=>{e.exports={en:["change sessions breaks color"],es:["cambiar el color de las rupturas de las sesiones"]}},21641:e=>{e.exports={en:["change sessions breaks style"],es:["cambiar el estilo de las rupturas de las sesiones"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"],es:["cambiar la visualización de los precios reales en la escala de precios (en lugar del precio Heiken-Ashi)"]}},60834:e=>{e.exports={en:["change thin bars"],es:["cambiar las barras finas"]}},39754:e=>{e.exports={en:["change time hours format"],es:["cambiar el formato de las horas"]}},74883:e=>{e.exports={en:["change top margin"],es:["cambiar el margen superior"]}},51250:e=>{e.exports={en:["change unit label visibility"],es:["cambiar la visibilidad de la etiqueta de unidades"]}},71805:e=>{e.exports={en:["change vert grid lines color"],es:["cambiar el color de las líneas de la cuadrícula vertical"]}},96201:e=>{e.exports={en:["change volume values visibility"],es:["cambiar la visibilidad de los valores de volumen"]}},17214:e=>{e.exports={en:["change {candleType} up border color"],es:["cambiar el color del borde superior de {candleType}"]}},36697:e=>{e.exports={en:["change {candleType} up color"],es:["cambiar el color superior de {candleType}"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"],es:["cambiar el color inferior de la mecha de {candleType}"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"],es:["cambiar el color superior de la mecha de {candleType}"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"],es:["cambiar la visibilidad de la mecha {candleType}"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"],es:["cambiar la visibilidad del cuerpo de {candleType}"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"],es:["cambiar la visibilidad del borde de {candleType}"]}},20291:e=>{e.exports={en:["change {candleType} down border color"],es:["cambiar el color del borde inferior de {candleType}"]}},64571:e=>{e.exports={en:["change {candleType} down color"],es:["cambiar el color inferior de {candleType}"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"],es:["cambiar el color inferior del borde de la barra de {chartType}"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"],es:["cambiar el color superior del borde de la barra de {chartType}"]}},5012:e=>{e.exports={en:["change {chartType} down color"],es:["cambiar el color inferior de {chartType}"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"],es:["cambiar el color superior del borde de la barra de proyección de {chartType}"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"],es:["cambiar el color inferior de la barra de proyección de {chartType}"]
+}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"],es:["cambiar el color superior de la barra de proyección de {chartType}"]}},6970:e=>{e.exports={en:["change {chartType} up color"],es:["cambiar el color superior de {chartType}"]}},66110:e=>{e.exports={en:["change {inputName} property"],es:["cambiar propiedad de {inputName}"]}},18077:e=>{e.exports={en:["adjust data for dividends"],es:["ajustar datos de los dividendos"]}},1433:e=>{e.exports={en:["adjust for contract changes"],es:["ajustar para cambios de contrato"]}},92598:e=>{e.exports={en:["hollow candles"],es:["velas huecas"]}},57243:e=>{e.exports={en:["range","ranges"],es:["rango","rangos"]}},70282:e=>{e.exports={en:["renko"]}},28871:e=>{e.exports={en:["toggle intraday inactivity gaps"]}},92978:e=>{e.exports={en:["use settlement as close on daily interval"],es:["utilizar la liquidación como cierre en intervalos diarios"]}},59644:e=>{e.exports={en:["{value} decimal","{value} decimals"],es:["{value} decimal","{value} decimales"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.7714.fb6a9318f826d9829d2d.js b/public/charting_library/bundles/es.7714.fb6a9318f826d9829d2d.js
new file mode 100644
index 0000000..be1d13f
--- /dev/null
+++ b/public/charting_library/bundles/es.7714.fb6a9318f826d9829d2d.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7714,4109,4166],{92389:e=>{e.exports={en:["Clone, Copy"],es:["Clonar, Copiar"]}},47742:e=>{e.exports={en:["Close menu"],es:["Cerrar menú"]}},83390:e=>{e.exports={en:["Create a group of drawings"],es:["Cree un grupo de graficos"]}},69207:e=>{e.exports={en:["Add to favorites"],es:["Añadir a favoritos"]}},40983:e=>{e.exports={en:["Group is hidden on current interval"],es:["El grupo está oculto en el intervalo actual"]}},80014:e=>{e.exports={en:["Drawing is hidden on current interval"],es:["El dibujo está oculto en el intervalo actual"]}},88616:e=>{e.exports={en:["Object tree"],es:["Árbol de objetos"]}},80996:e=>{e.exports={en:["Local drawings"],es:["Dibujos locales"]}},63944:e=>{e.exports={en:["Modified: {modificationDate}"],es:["Modificado: {modificationDate}"]}},37117:e=>{e.exports={en:["More"],es:["Más"]}},81031:e=>{e.exports={en:["Manage layout drawings"],es:["Gestionar los dibujos de los diseños"]}},84212:e=>{e.exports={en:["No drawings yet"],es:["No hay dibujos todavía"]}},92931:e=>{e.exports={en:["Synced globally"],es:["Sincronizado globalmente"]}},41870:e=>{e.exports={en:["Synced in layout"],es:["Sincronizado en la plantilla"]}},8182:e=>{e.exports={en:["Remove all drawings for this symbol"],es:["Eliminar todos los dibujos para este símbolo"]}},85106:e=>{e.exports={en:["Remove from favorites"],es:["Eliminar de favoritos"]}},6321:e=>{e.exports={en:["Rename"],es:["Renombrar"]}},23687:e=>{e.exports={en:["change {sourceTitle} title to {newSourceTitle}"],es:["cambiar el título {sourceTitle} por {newSourceTitle}"]}},93277:e=>{e.exports={en:["hide objects"],es:["ocultar objetos"]}},10370:e=>{e.exports={en:["insert source(s) after"],es:["introducir fuente(s) después"]}},36044:e=>{e.exports={en:["move objects"],es:["mover objetos"]}},51382:e=>{e.exports={en:["show {title}"],es:["mostrar {title}"]}},23771:e=>{e.exports={en:["show objects"],es:["mostrar objetos"]}},79688:e=>{e.exports={en:["remove objects"],es:["eliminar objetos"]}},58407:e=>{e.exports={en:["remove all line tools for {symbol}"],es:["eliminar todas las herramientas de líneas para {symbol}"]}},90755:e=>{e.exports={en:["{drawingsCount} drawing","{drawingsCount} drawings"],es:["{drawingsCount} dibujo","{drawingsCount} dibujos"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.7827.ea2deb999b0c771280eb.js b/public/charting_library/bundles/es.7827.ea2deb999b0c771280eb.js
new file mode 100644
index 0000000..fb9ee68
--- /dev/null
+++ b/public/charting_library/bundles/es.7827.ea2deb999b0c771280eb.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7827,4109],{55517:e=>{e.exports={en:["Add"],es:["Añadir"]}},29619:e=>{e.exports={en:["Add custom color"],es:["Añadir color personalizado"]}},80936:e=>{e.exports={en:["Opacity"],es:["Opacidad"]}},64974:e=>{e.exports={en:["line tool(s) line style"],es:["estilo de línea de la(s) herramienta(s) de línea"]}},47370:e=>{e.exports={en:["Color"]}},4543:e=>{e.exports={en:["Cancel"],es:["Cancelar"]}},74089:e=>{e.exports={en:["Anchor drawing"],es:["Anclar dibujo"]}},69207:e=>{e.exports={en:["Add to favorites"],es:["Añadir a favoritos"]}},99919:e=>{e.exports={en:["Align to 45 degree"],es:["Alinear a 45 grados"]}},69715:e=>{e.exports={en:["Background color"],es:["Color de fondo"]}},7977:e=>{e.exports={en:["Background color 1"],es:["Color de fondo 1"]}},8111:e=>{e.exports={en:["Background color 2"],es:["Color de fondo 2"]}},57157:e=>{e.exports={en:["Dot"],es:["Punto"]}},27390:e=>{e.exports={en:["Dotted line"],es:["Linea de puntos"]}},88123:e=>{e.exports={en:["Dashed line"],es:["Linea discontinua"]}},14939:e=>{e.exports={en:["Demonstration"],es:["Demostración"]}},31145:e=>{e.exports={en:["Disable align to 45 degrees mode"],es:["Desactivar el modo de alineación a 45 grados"]}},83187:e=>{e.exports={en:["Enable align to 45 degrees mode"],es:["Activar el modo de alineación a 45 grados"]}},8727:e=>{e.exports={en:["Eraser"],es:["Borrador"]}},92409:e=>{e.exports={en:["Font Size"],es:["Tamaño de la fuente"]}},2573:e=>{e.exports={en:["Font size"],es:["Tamaño de la fuente"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"],es:["Mantenga pulsada {hotKey_0} para dibujar temporalmente"]}},22688:e=>{e.exports={en:["Hide Favorite Drawing Tools Toolbar"],es:["Ocultar la barra de herramientas de dibujos favoritos"]}},79451:e=>{e.exports={en:["Lock all drawings"],es:["Bloquear todos los dibujos"]}},14097:e=>{e.exports={en:["Line tool backgrounds"],es:["Fondos de la herramienta de línea"]}},11989:e=>{e.exports={en:["Line tool colors"],es:["Colores de la herramienta de línea"]}},81956:e=>{e.exports={en:["Line tool text colors"],es:["Colores de texto de la herramienta de línea"]}},53002:e=>{e.exports={en:["Line tool width"],es:["Grosor de la herramienta de línea"]}},75056:e=>{e.exports={en:["Line tool widths"],es:["Grosores de la herramienta de línea"]}},37117:e=>{e.exports={en:["More"],es:["Más"]}},35553:e=>{e.exports={en:["Magic"],es:["Magia"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"],es:["El modo Magnet acerca los dibujos próximos a las barras de precios, al valor más cercano OHLC"]}},46193:e=>{e.exports={en:["Marker color"],es:["Color del marcador"]}},91563:e=>{e.exports={en:["Measure"],es:["Medida"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"],es:["Los nuevos dibujos se reproducen en todos los gráficos y se muestran cuando se selecciona el mismo ticker"]}},3154:e=>{e.exports={en:["Show Hidden Tools"],
+es:["Mostrar herramientas ocultas"]}},85786:e=>{e.exports={en:["Show Object Tree"],es:["Mostrar árbol de objetos"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],es:["Permanecer en modo dibujo"]}},65086:e=>{e.exports={en:["Stop background color"],es:["Color de fondo de Stop"]}},28736:e=>{e.exports={en:["Profit background color"],es:["Color de fondo de las ganancias"]}},57118:e=>{e.exports={en:["Remove Drawings"],es:["Eliminar dibujos"]}},89984:e=>{e.exports={en:["Remove color"],es:["Eliminar color"]}},85106:e=>{e.exports={en:["Remove from favorites"],es:["Eliminar de favoritos"]}},77753:e=>{e.exports={en:["Text color"],es:["Color del texto"]}},55774:e=>{e.exports={en:["Zoom In"],es:["Aumentar"]}},37310:e=>{e.exports={en:["Zoom Out"],es:["Alejar"]}},96142:e=>{e.exports={en:["change line tool(s) text color"],es:["cambiar el color del texto de de la/s herramienta/s de líneas"]}},50522:e=>{e.exports={en:["change line tool(s) background color"],es:["cambiar el color de fondo de la/s herramienta/s de líneas"]}},78655:e=>{e.exports={en:["change line tool(s) color"],es:["cambiar el color de la/s herramienta/s de líneas"]}},37453:e=>{e.exports={en:["change line tool(s) font size"],es:["cambiar tamaño de la fuente de la/s herramienta/s de líneas"]}},13423:e=>{e.exports={en:["change line tool(s) line style"],es:["cambiar el estilo de línea de la/s herramienta/s de líneas"]}},81303:e=>{e.exports={en:["change line tool(s) line width"],es:["cambiar el ancho de línea de la/s herramienta/s de líneas"]}},25167:e=>{e.exports={en:["change {propertyName} property"],es:["cambiar la propiedad de {propertyName}"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"],es:["{hotKey_0} + Clic en el gráfico"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"],es:["{hotKey_0}: círculo"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"],es:["{hotKey_0}: dibujar una línea recta en ángulos de 45"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"],es:["{hotKey_0}: incrementos fijos"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"],es:["{hotKey_0}: cuadrado"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.7850.c4f446fdb53937cc86cb.js b/public/charting_library/bundles/es.7850.c4f446fdb53937cc86cb.js
new file mode 100644
index 0000000..070b357
--- /dev/null
+++ b/public/charting_library/bundles/es.7850.c4f446fdb53937cc86cb.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7850,7122,5111],{57122:e=>{e.exports={en:["change {title} text"],es:["cambiar texto de {title}"]}},77114:e=>{e.exports={en:["erase level line"],es:["borrar la línea de nivel"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.7952.0cb83b58212a65904f9d.js b/public/charting_library/bundles/es.7952.0cb83b58212a65904f9d.js
new file mode 100644
index 0000000..d3aa60d
--- /dev/null
+++ b/public/charting_library/bundles/es.7952.0cb83b58212a65904f9d.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7952,2787,6155,5111,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],es:["#{count} (precio, barra)"]}},29291:e=>{e.exports={en:["Median"],es:["Mediana"]}},78930:e=>{e.exports={en:["Coordinates"],es:["Coordenadas"]}},24197:e=>{e.exports={en:["Center"],es:["Centro"]}},27567:e=>{e.exports={en:["Bottom"],es:["Parte inferior"]}},79468:e=>{e.exports={en:["Background"],es:["Fondo"]}},72942:e=>{e.exports={en:["Days"],es:["Días"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],es:["Desplazamiento (precio, barra)"]}},61856:e=>{e.exports={en:["Extend left line"],es:["Extender la línea izquierda"]}},819:e=>{e.exports={en:["Extend lines"],es:["Ampliar líneas"]}},87430:e=>{e.exports={en:["Extend right line"],es:["Extender la linea derecha"]}},56796:e=>{e.exports={en:["Hours"],es:["Horas"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],es:["Entradas de datos"]}},11626:e=>{e.exports={en:["Left"],es:["Izquierda"]}},43154:e=>{e.exports={en:["Months"],es:["Meses"]}},68833:e=>{e.exports={en:["Middle"],es:["En el medio"]}},42562:e=>{e.exports={en:["Minutes"],es:["Minutos"]}},65188:e=>{e.exports={en:["Seconds"],es:["Segundos"]}},50421:e=>{e.exports={en:["Right"],es:["Derecha"]}},835:e=>{e.exports={en:["Weeks"],es:["Semanas"]}},97118:e=>{e.exports={en:["Top"],es:["Parte superior"]}},70320:e=>{e.exports={en:["Text"],es:["Тexto"]}},25485:e=>{e.exports={en:["Text alignment"],es:["Alineación del texto"]}},67781:e=>{e.exports={en:["Text orientation"],es:["Orientación del texto"]}},24821:e=>{e.exports={en:["Ticks"],es:["Tics"]}},28683:e=>{e.exports={en:["Use one color"],es:["Utilizar un color"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],es:["cambiar la coordenada X de las barras"]}},11737:e=>{e.exports={en:["change price Y coordinate"],es:["cambiar la coordenada Y de los precios"]}},59577:e=>{e.exports={en:["change {title} all lines color"],es:["cambiar el color de todas las líneas de {title}"]}},13783:e=>{e.exports={en:["change {title} background transparency"],es:["cambiar la transparencia del fondo de {title}"]}},30839:e=>{e.exports={en:["change {title} background visibility"],es:["cambiar la visibilidad del fondo de {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],es:["cambiar los días de {title} hasta"]}},91201:e=>{e.exports={en:["change {title} days from"],es:["cambiar los días de {title} desde"]}},76295:e=>{e.exports={en:["change {title} extend lines"],es:["cambiar ampliar líneas en {title}"]}},8306:e=>{e.exports={en:["change {title} hours from"],es:["cambiar las horas de {title} desde"]}},67233:e=>{e.exports={en:["change {title} hours to"],es:["cambiar las horas de {title} hasta"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],es:["cambiar el coeficiente de línea de los niveles de {index} de {title}"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],es:["cambiar el color de línea de los niveles de {index} de {title}"]}
+},64707:e=>{e.exports={en:["change {title} level {index} line style"],es:["cambiar el estilo de línea de los niveles de {index} de {title}"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"],es:["cambiar la visibilidad de la línea {index} de nivel de {title}"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"],es:["cambiar el ancho de línea de los niveles de {index} de {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],es:["cambiar los meses desde de {title}"]}},10518:e=>{e.exports={en:["change {title} months to"],es:["cambiar los meses de {title} hasta"]}},38011:e=>{e.exports={en:["change {title} minutes to"],es:["cambiar los minutos de {title} hasta"]}},59820:e=>{e.exports={en:["change {title} minutes from"],es:["cambiar los minutos de {title} desde"]}},6573:e=>{e.exports={en:["change {title} seconds to"],es:["cambiar los segundos de {title} hasta"]}},86780:e=>{e.exports={en:["change {title} seconds from"],es:["cambiar los segundos desde de {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],es:["cambiar las semanas de {title} desde"]}},18678:e=>{e.exports={en:["change {title} weeks to"],es:["cambiar las semanas de {title} hasta"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],es:["cambiar la visibilidad en ticks de {title}"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],es:["cambiar la visibilidad en semanas de {title}"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],es:["cambiar la visibilidad de {title} en {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],es:["cambiar la visibilidad en días de {title}"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],es:["cambiar la visibilidad en horas de {title}"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],es:["cambiar la visibilidad en minutos de {title}"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],es:["cambiar la visibilidad en meses de {title}"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],es:["cambiar la visibilidad en segundos de {title}"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],es:["cambiar la visibilidad de la línea de {toolName}"]}},19541:e=>{e.exports={en:["change {toolName} line width"],es:["cambiar el ancho de la línea de {toolName}"]}},24059:e=>{e.exports={en:["change {toolName} line color"],es:["cambiar el color de la línea de {toolName}"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],es:["cambiar la línea que se extiende a la izquierda de {toolName}"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],es:["cambiar la línea que se extiende a la derecha de {toolName}"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],es:["cambiar el final de la línea izquierda de {toolName}"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],es:["cambiar el final de la línea derecha de {toolName}"]}},66429:e=>{e.exports={
+en:["change {toolName} line style"],es:["cambiar el estilo de línea de {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],es:["cambiar la propiedad de {propertyName}"]}},35813:e=>{e.exports={en:["days"],es:["días"]}},89919:e=>{e.exports={en:["days to"],es:["días hasta"]}},59215:e=>{e.exports={en:["days from"],es:["días desde"]}},77114:e=>{e.exports={en:["erase level line"],es:["borrar la línea de nivel"]}},2359:e=>{e.exports={en:["hours"],es:["horas"]}},82267:e=>{e.exports={en:["hours from"],es:["horas desde"]}},15600:e=>{e.exports={en:["hours to"],es:["horas hasta"]}},76261:e=>{e.exports={en:["move drawings"],es:["mover dibujos"]}},95300:e=>{e.exports={en:["months"],es:["meses"]}},17250:e=>{e.exports={en:["months from"],es:["meses desde"]}},2828:e=>{e.exports={en:["months to"],es:["meses hasta"]}},18726:e=>{e.exports={en:["minutes"],es:["minutos"]}},67649:e=>{e.exports={en:["minutes to"],es:["minutos hasta"]}},22476:e=>{e.exports={en:["minutes from"],es:["minutos desde"]}},751:e=>{e.exports={en:["seconds"],es:["segundos"]}},73419:e=>{e.exports={en:["seconds to"],es:["segundos hasta"]}},35801:e=>{e.exports={en:["seconds from"],es:["segundos desde"]}},45537:e=>{e.exports={en:["weeks"],es:["semanas"]}},92859:e=>{e.exports={en:["weeks from"],es:["semanas desde"]}},44127:e=>{e.exports={en:["weeks to"],es:["semanas hasta"]}},3539:e=>{e.exports={en:["ticks"],es:["Tics"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.8356.3131cfefc19bf35ba006.js b/public/charting_library/bundles/es.8356.3131cfefc19bf35ba006.js
new file mode 100644
index 0000000..a4b1e7d
--- /dev/null
+++ b/public/charting_library/bundles/es.8356.3131cfefc19bf35ba006.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8356,4109],{53288:e=>{e.exports={en:["animals & nature"],es:["animales y naturaleza"]}},21311:e=>{e.exports={en:["activity"],es:["actividad"]}},90678:e=>{e.exports={en:["food & drink"],es:["comida y bebida"]}},6715:e=>{e.exports={en:["flags"],es:["banderas"]}},98355:e=>{e.exports={en:["objects"],es:["objetos"]}},43438:e=>{e.exports={en:["smiles & people"],es:["emoticonos y personas"]}},40457:e=>{e.exports={en:["symbols"],es:["simbolos"]}},88906:e=>{e.exports={en:["recently used"],es:["usados con frecuencia"]}},28562:e=>{e.exports={en:["travel & places"],es:["viajes y destinos"]}},23821:e=>{e.exports={en:["Dot"],es:["Punto"]}},57252:e=>{e.exports={en:["Days"],es:["Días"]}},18817:e=>{e.exports={en:["Hours"],es:["Horas"]}},89506:e=>{e.exports={en:["Months"],es:["Meses"]}},21551:e=>{e.exports={en:["Minutes"],es:["Minutos"]}},32116:e=>{e.exports={en:["Seconds"],es:["Segundos"]}},22163:e=>{e.exports={en:["Ranges"],es:["Rangos"]}},41815:e=>{e.exports={en:["Weeks"],es:["Semanas"]}},49512:e=>{e.exports={en:["Ticks"]}},96554:e=>{e.exports={en:["Copy image"],es:["Copiar imagen"]}},81939:e=>{e.exports={en:["Copy link"],es:["Copiar enlace"]}},58425:e=>{e.exports={en:["Chart snapshot"],es:["Imagen del gráfico"]}},66418:e=>{e.exports={en:["Choose manually"],es:["Elegir manualmente"]}},80335:e=>{e.exports={en:["Add custom interval"],es:["Añadir intervalo personalizado"]}},69207:e=>{e.exports={en:["Add to favorites"],es:["Añadir a favoritos"]}},89771:e=>{e.exports={en:["All changes saved"],es:["Todos los cambios guardados"]}},89911:e=>{e.exports={en:["Bar's style"],es:["Estilo de barra"]}},26200:e=>{e.exports={en:["Download image"],es:["Descargar imagen"]}},46838:e=>{e.exports={en:["Default templates"],es:["Plantillas predeterminadas"]}},6571:e=>{e.exports={en:["Everyone with the link can view and copy"],es:["Todos los que tengan el enlace pueden ver y copiar."]}},52530:e=>{e.exports={en:["Favorite Indicators"],es:["Indicadores favoritos"]}},70234:e=>{e.exports={en:["Favorites"],es:["Favoritos"]}},67092:e=>{e.exports={en:["Fullscreen mode"],es:["Modo pantalla completa"]}},76443:e=>{e.exports={en:["Indicator templates"],es:["Plantillas del indicador"]}},84549:e=>{e.exports={en:["Indicators"],es:["Indicadores"]}},62005:e=>{e.exports={en:["Indicators & Strategies"],es:["Indicadores y estrategias"]}},44271:e=>{e.exports={en:["Open template"],es:["Abrir plantilla"]}},46311:e=>{e.exports={en:["Open Interval Dialog"],es:["Abrir Diálogo de intervalos"]}},34770:e=>{e.exports={en:["Open chart in popup"],es:["Abrir gráfico en cuadro emergente"]}},19159:e=>{e.exports={en:["Open in new tab"],es:["Abrir en una nueva pestaña"]}},65433:e=>{e.exports={en:["Open layout"],es:["Abrir diseño"]}},29517:e=>{e.exports={en:["Load Chart Layout"],es:["Cargar diseño de gráfico"]}},93292:e=>{e.exports={en:["Loading..."],es:["Cargando..."]}},40115:e=>{e.exports={en:["Make a copy"],es:["Hacer una copia"]}},38973:e=>{e.exports={en:["Manage layouts"],es:["Gestionar diseños"]}},83300:e=>{
+e.exports={en:["My templates"],es:["Mis plantillas"]}},92969:e=>{e.exports={en:["Number or {hotKey_0}"],es:["Número o {hotKey_0}"]}},64e3:e=>{e.exports={en:["Save"],es:["Guardar"]}},26869:e=>{e.exports={en:["Save Indicator template"],es:["Guardar plantilla de indicadores"]}},15356:e=>{e.exports={en:["Save all charts for all symbols and intervals on your layout"],es:["Guarde todos los gráficos de todos los símbolos e intervalos en su diseño"]}},26276:e=>{e.exports={en:["Save layout"],es:["Guardar diseño"]}},81265:e=>{e.exports={en:["Sharing"],es:["Compartir"]}},50021:e=>{e.exports={en:["Simply start typing while on the chart to pull up this search box"],es:["Para abrir este cuadro de búsqueda, solo tiene que empezar a escribir mientras está en el gráfico"]}},51165:e=>{e.exports={en:["Symbol Search"],es:["Búsqueda de símbolos"]}},18243:e=>{e.exports={en:["Quick Search"],es:["Búsqueda rápida"]}},7448:e=>{e.exports={en:["Recently used"],es:["Usados con frecuencia"]}},11304:e=>{e.exports={en:["Redo {hint}"],es:["Rehacer {hint}"]}},85106:e=>{e.exports={en:["Remove from favorites"],es:["Eliminar de favoritos"]}},47550:e=>{e.exports={en:["Remove selected emoji"],es:["Eliminar el emoji seleccionado"]}},6321:e=>{e.exports={en:["Rename"],es:["Renombrar"]}},87972:e=>{e.exports={en:["Take a snapshot"],es:["Capture una imagen"]}},41173:e=>{e.exports={en:["Time Interval"],es:["Intervalo de tiempo"]}},28239:e=>{e.exports={en:["Tweet image"],es:["Tuitear la imagen"]}},66020:e=>{e.exports={en:["Undo {hint}"],es:["Deshacer {hint}"]}},36291:e=>{e.exports={en:["Unfavorite all"],es:["Eliminar todos los favoritos"]}},18448:e=>{e.exports={en:["You have no Favorites Indicators yet"],es:["Aún no tiene indicadores favoritos"]}},6094:e=>{e.exports={en:["Your favorite layouts have moved to the top toolbar. You currently have {count} favorite. You can reduce the number to find them easier — unfavorite all in just one click or set up your choice manually.","Your favorite layouts have moved to the top toolbar. You currently have {count} favorites. You can reduce the number to find them easier — unfavorite all in just one click or set up your choice manually."],es:["Sus diseños favoritos se han movido a la barra de herramientas superior. Actualmente tiene {count} favorito. Puede reducir la cantidad para encontrarlos más fácilmente, eliminar todos los favoritos con un solo clic o configurar su selección manualmente.","Sus diseños favoritos se han movido a la barra de herramientas superior. Actualmente tiene {count} favoritos. Puede reducir la cantidad para encontrarlos más fácilmente, eliminar todos los favoritos con un solo clic o configurar su selección manualmente."]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.8370.da37ca095a984f601a1e.js b/public/charting_library/bundles/es.8370.da37ca095a984f601a1e.js
new file mode 100644
index 0000000..84455f6
--- /dev/null
+++ b/public/charting_library/bundles/es.8370.da37ca095a984f601a1e.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8370],{23970:e=>{e.exports={en:["days"],es:["días"]}},35157:e=>{e.exports={en:["hours"],es:["horas"]}},18193:e=>{e.exports={en:["months"],es:["meses"]}},79930:e=>{e.exports={en:["minutes"],es:["minutos"]}},7938:e=>{e.exports={en:["weeks"],es:["semanas"]}},48161:e=>{e.exports={en:["View Only Mode"],es:["Modo sólo lectura"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.8622.b162b43310f56287e24e.js b/public/charting_library/bundles/es.8622.b162b43310f56287e24e.js
new file mode 100644
index 0000000..42ef039
--- /dev/null
+++ b/public/charting_library/bundles/es.8622.b162b43310f56287e24e.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8622],{13197:e=>{e.exports={en:["1/{minmove2} of 1/{pricescale}"],es:["1/{minmove2} de 1/{pricescale}"]}},97349:e=>{e.exports={en:["Fr"],es:["Vi"]}},30961:e=>{e.exports={en:["Mo"],es:["Lu"]}},94748:e=>{e.exports={en:["Sa"],es:["Sá"]}},75005:e=>{e.exports={en:["Su"],es:["Do"]}},92578:e=>{e.exports={en:["We"],es:["Mi"]}},8765:e=>{e.exports={en:["Th"],es:["Ju"]}},9135:e=>{e.exports={en:["Tu"],es:["Ma"]}},53174:e=>{e.exports={en:["Right"],es:["Right (derecho de suscripción)"]}},47742:e=>{e.exports={en:["Close menu"],es:["Cerrar menú"]}},81849:e=>{e.exports={en:["Currency"],es:["Divisa"]}},12272:e=>{e.exports={en:["Current contract"],es:["Contrato vigente"]}},17606:e=>{e.exports={en:["All sessions"],es:["Todas las sesiones"]}},28896:e=>{e.exports={en:["April"],es:["Abril"]}},11081:e=>{e.exports={en:["August"],es:["Agosto"]}},42358:e=>{e.exports={en:["Bond"],es:["Bono"]}},90082:e=>{e.exports={en:["December"],es:["Diciembre"]}},54602:e=>{e.exports={en:["Delisted"],es:["Excluido de la lista"]}},78734:e=>{e.exports={en:["Description"],es:["Descripción"]}},63538:e=>{e.exports={en:["Exchange timezone"],es:["Zona horaria del mercado de valores"]}},88191:e=>{e.exports={en:["Expiration date"],es:["Fecha de vencimiento"]}},56536:e=>{e.exports={en:["FIGI"]}},81069:e=>{e.exports={en:["February"],es:["Febrero"]}},22928:e=>{e.exports={en:["Fri"],es:["Vi"]}},3570:e=>{e.exports={en:["Friday"],es:["Viernes"]}},26931:e=>{e.exports={en:["Home page"],es:["Página de inicio"]}},88104:e=>{e.exports={en:["ISIN"]}},7727:e=>{e.exports={en:["Industry"],es:["Industria"]}},200:e=>{e.exports={en:["January"],es:["Enero"]}},6608:e=>{e.exports={en:["July"],es:["Julio"]}},61487:e=>{e.exports={en:["June"],es:["Junio"]}},37997:e=>{e.exports={en:["October"],es:["Octubre"]}},23339:e=>{e.exports={en:["Link copied to clipboard"],es:["Enlace copiado al portapapeles"]}},41224:e=>{e.exports={en:["Listed exchange"],es:["Mercado cotizado"]}},37150:e=>{e.exports={en:["Mon"],es:["Lu"]}},19573:e=>{e.exports={en:["Monday"],es:["Lunes"]}},25734:e=>{e.exports={en:["May"],es:["Mayo"]}},93878:e=>{e.exports={en:["March"],es:["Marzo"]}},41410:e=>{e.exports={en:["Market open"],es:["Mercado abierto"]}},62464:e=>{e.exports={en:["Market closed"],es:["Mercado cerrado"]}},91563:e=>{e.exports={en:["Measure"],es:["Medida"]}},4607:e=>{e.exports={en:["November"],es:["Noviembre"]}},99709:e=>{e.exports={en:["Name"],es:["Nombre"]}},97751:e=>{e.exports={en:["Source"],es:["Fuente"]}},32273:e=>{e.exports={en:["Sat"],es:["Sáb"]}},30348:e=>{e.exports={en:["Saturday"],es:["Sábado"]}},99804:e=>{e.exports={en:["Sector"]}},17502:e=>{e.exports={en:["Security Info"],es:["Información del valor"]}},32179:e=>{e.exports={en:["September"],es:["Septiembre"]}},77493:e=>{e.exports={en:["Sun"],es:["Do"]}},61480:e=>{e.exports={en:["Sunday"],es:["Domingo"]}},81314:e=>{e.exports={en:["Point value"],es:["Valor del punto"]}},73897:e=>{e.exports={en:["Post-market"],es:["Posmercado"]}},39245:e=>{e.exports={en:["Pip size"],es:["Tamaño del Pip"]}
+},36018:e=>{e.exports={en:["Pre-market"],es:["Premercado"]}},16045:e=>{e.exports={en:["Website"],es:["Sitio web"]}},11532:e=>{e.exports={en:["Wed"],es:["Mi"]}},94226:e=>{e.exports={en:["Wednesday"],es:["Miércoles"]}},17254:e=>{e.exports={en:["Text copied to clipboard"],es:["Texto copiado en el portapapeles"]}},71388:e=>{e.exports={en:["Thu"],es:["Jue"]}},79137:e=>{e.exports={en:["Thursday"],es:["Jueves"]}},24431:e=>{e.exports={en:["Tick size"],es:["Tamaño del tick"]}},11916:e=>{e.exports={en:["Tue"],es:["Mar"]}},82160:e=>{e.exports={en:["Tuesday"],es:["Martes"]}},98413:e=>{e.exports={en:["Type"],es:["Tipo"]}},33564:e=>{e.exports={en:["Unit"],es:["Unidad"]}},70932:e=>{e.exports={en:["commodity"],es:["materia prima"]}},79599:e=>{e.exports={en:["cfd"]}},46128:e=>{e.exports={en:["crypto"],es:["cripto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"],es:["economía"]}},17770:e=>{e.exports={en:["forex"],es:["Forex"]}},4723:e=>{e.exports={en:["futures"],es:["futuros"]}},87464:e=>{e.exports={en:["index"],es:["índice"]}},90250:e=>{e.exports={en:["indices"],es:["índices"]}},76752:e=>{e.exports={en:["stock"],es:["acciones"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.8763.bf9d4d175a7686effaf6.js b/public/charting_library/bundles/es.8763.bf9d4d175a7686effaf6.js
new file mode 100644
index 0000000..487f9c8
--- /dev/null
+++ b/public/charting_library/bundles/es.8763.bf9d4d175a7686effaf6.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8763,5111],{91612:e=>{e.exports={en:["Inside"],es:["Interior"]}},46005:e=>{e.exports={en:["Original"]}},70382:e=>{e.exports={en:["Modified Schiff"],es:["Schiff modificado"]}},69904:e=>{e.exports={en:["Schiff"]}},98463:e=>{e.exports={en:["change {title} style"],es:["cambiar el estilo de {title}"]}},77114:e=>{e.exports={en:["erase level line"],es:["borrar la línea de nivel"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.8940.5460b0ccfae157b7bbe3.js b/public/charting_library/bundles/es.8940.5460b0ccfae157b7bbe3.js
new file mode 100644
index 0000000..44b409a
--- /dev/null
+++ b/public/charting_library/bundles/es.8940.5460b0ccfae157b7bbe3.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8940,6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],es:["#{count} (precio, barra)"]}},78930:e=>{e.exports={en:["Coordinates"],es:["Coordenadas"]}},24197:e=>{e.exports={en:["Center"],es:["Centro"]}},27567:e=>{e.exports={en:["Bottom"],es:["Parte inferior"]}},38408:e=>{e.exports={en:["Border"],es:["Borde"]}},79468:e=>{e.exports={en:["Background"],es:["Fondo"]}},72942:e=>{e.exports={en:["Days"],es:["Días"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],es:["Desplazamiento (precio, barra)"]}},56796:e=>{e.exports={en:["Hours"],es:["Horas"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],es:["Entradas de datos"]}},34974:e=>{e.exports={en:["Label border"],es:["Borde de la etiqueta"]}},73863:e=>{e.exports={en:["Label background"],es:["Fondo de la etiqueta"]}},95170:e=>{e.exports={en:["Label text"],es:["Texto de la etiqueta"]}},11626:e=>{e.exports={en:["Left"],es:["Izquierda"]}},97575:e=>{e.exports={en:["Line color"],es:["Color de la línea"]}},43154:e=>{e.exports={en:["Months"],es:["Meses"]}},68833:e=>{e.exports={en:["Middle"],es:["En el medio"]}},42562:e=>{e.exports={en:["Minutes"],es:["Minutos"]}},65188:e=>{e.exports={en:["Seconds"],es:["Segundos"]}},50421:e=>{e.exports={en:["Right"],es:["Derecha"]}},835:e=>{e.exports={en:["Weeks"],es:["Semanas"]}},97118:e=>{e.exports={en:["Top"],es:["Parte superior"]}},70320:e=>{e.exports={en:["Text"],es:["Тexto"]}},7560:e=>{e.exports={en:["Text wrap"],es:["Ajuste de texto"]}},25485:e=>{e.exports={en:["Text alignment"],es:["Alineación del texto"]}},67781:e=>{e.exports={en:["Text orientation"],es:["Orientación del texto"]}},24821:e=>{e.exports={en:["Ticks"],es:["Tics"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],es:["cambiar la coordenada X de las barras"]}},11737:e=>{e.exports={en:["change price Y coordinate"],es:["cambiar la coordenada Y de los precios"]}},96135:e=>{e.exports={en:["change {title} days to"],es:["cambiar los días de {title} hasta"]}},91201:e=>{e.exports={en:["change {title} days from"],es:["cambiar los días de {title} desde"]}},8306:e=>{e.exports={en:["change {title} hours from"],es:["cambiar las horas de {title} desde"]}},67233:e=>{e.exports={en:["change {title} hours to"],es:["cambiar las horas de {title} hasta"]}},7455:e=>{e.exports={en:["change {title} line color"],es:["cambiar el color de la línea de {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],es:["cambiar los meses desde de {title}"]}},10518:e=>{e.exports={en:["change {title} months to"],es:["cambiar los meses de {title} hasta"]}},38011:e=>{e.exports={en:["change {title} minutes to"],es:["cambiar los minutos de {title} hasta"]}},59820:e=>{e.exports={en:["change {title} minutes from"],es:["cambiar los minutos de {title} desde"]}},6573:e=>{e.exports={en:["change {title} seconds to"],es:["cambiar los segundos de {title} hasta"]}},86780:e=>{e.exports={en:["change {title} seconds from"],es:["cambiar los segundos desde de {title}"]}
+},32481:e=>{e.exports={en:["change {title} weeks from"],es:["cambiar las semanas de {title} desde"]}},18678:e=>{e.exports={en:["change {title} weeks to"],es:["cambiar las semanas de {title} hasta"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],es:["cambiar la visibilidad en ticks de {title}"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],es:["cambiar la visibilidad en semanas de {title}"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],es:["cambiar la visibilidad de {title} en {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],es:["cambiar la visibilidad en días de {title}"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],es:["cambiar la visibilidad en horas de {title}"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],es:["cambiar la visibilidad en minutos de {title}"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],es:["cambiar la visibilidad en meses de {title}"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],es:["cambiar la visibilidad en segundos de {title}"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],es:["cambiar la alineación vertical de las etiquetas de {toolName}"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],es:["cambiar la alineación horizontal de las etiquetas de {toolName}"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],es:["cambiar la dirección de las etiquetas de {toolName}"]}},66668:e=>{e.exports={en:["change {toolName} text"],es:["cambiar el texto de {toolName}"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],es:["cambiar la visibilidad del texto de {toolName}"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],es:["cambiar el ajuste del texto de {toolName}"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],es:["cambiar el color de fondo del texto de {toolName}"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],es:["cambiar la visibilidad del fondo del texto de {toolName}"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],es:["cambiar el color del borde del texto de {toolName}"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],es:["cambiar el ancho del borde del texto de {toolName}"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],es:["cambiar la visibilidad del borde del texto de {toolName}"]}},64500:e=>{e.exports={en:["change {toolName} text color"],es:["cambiar el color del texto de {toolName}"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],es:["cambiar la fuente del texto en negrita de {toolName}"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],es:["cambiar la fuente del texto en cursiva de {toolName}"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],es:["cambiar tamaño de la fuente del texto de {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],
+es:["cambiar la propiedad de {propertyName}"]}},35813:e=>{e.exports={en:["days"],es:["días"]}},89919:e=>{e.exports={en:["days to"],es:["días hasta"]}},59215:e=>{e.exports={en:["days from"],es:["días desde"]}},2359:e=>{e.exports={en:["hours"],es:["horas"]}},82267:e=>{e.exports={en:["hours from"],es:["horas desde"]}},15600:e=>{e.exports={en:["hours to"],es:["horas hasta"]}},76261:e=>{e.exports={en:["move drawings"],es:["mover dibujos"]}},95300:e=>{e.exports={en:["months"],es:["meses"]}},17250:e=>{e.exports={en:["months from"],es:["meses desde"]}},2828:e=>{e.exports={en:["months to"],es:["meses hasta"]}},18726:e=>{e.exports={en:["minutes"],es:["minutos"]}},67649:e=>{e.exports={en:["minutes to"],es:["minutos hasta"]}},22476:e=>{e.exports={en:["minutes from"],es:["minutos desde"]}},751:e=>{e.exports={en:["seconds"],es:["segundos"]}},73419:e=>{e.exports={en:["seconds to"],es:["segundos hasta"]}},35801:e=>{e.exports={en:["seconds from"],es:["segundos desde"]}},45537:e=>{e.exports={en:["weeks"],es:["semanas"]}},92859:e=>{e.exports={en:["weeks from"],es:["semanas desde"]}},44127:e=>{e.exports={en:["weeks to"],es:["semanas hasta"]}},3539:e=>{e.exports={en:["ticks"],es:["Tics"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.8975.0b3e843255e92a8c2808.js b/public/charting_library/bundles/es.8975.0b3e843255e92a8c2808.js
new file mode 100644
index 0000000..7844658
--- /dev/null
+++ b/public/charting_library/bundles/es.8975.0b3e843255e92a8c2808.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8975],{94073:e=>{e.exports={en:["A"]}},66384:e=>{e.exports={en:["L"]}},94465:e=>{e.exports={en:["Toggle auto scale"],es:["Alternar escala automática"]}},46992:e=>{e.exports={en:["Toggle log scale"],es:["Alternar escala logarítmica"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.9003.299a55ed654df75bf43b.js b/public/charting_library/bundles/es.9003.299a55ed654df75bf43b.js
new file mode 100644
index 0000000..80acd27
--- /dev/null
+++ b/public/charting_library/bundles/es.9003.299a55ed654df75bf43b.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9003,4040,359],{55517:e=>{e.exports={en:["Add"],es:["Añadir"]}},29619:e=>{e.exports={en:["Add custom color"],es:["Añadir color personalizado"]}},80936:e=>{e.exports={en:["Opacity"],es:["Opacidad"]}},97349:e=>{e.exports={en:["Fr"],es:["Vi"]}},30961:e=>{e.exports={en:["Mo"],es:["Lu"]}},94748:e=>{e.exports={en:["Sa"],es:["Sá"]}},75005:e=>{e.exports={en:["Su"],es:["Do"]}},92578:e=>{e.exports={en:["We"],es:["Mi"]}},8765:e=>{e.exports={en:["Th"],es:["Ju"]}},9135:e=>{e.exports={en:["Tu"],es:["Ma"]}},24716:e=>{e.exports={en:["Another symbol"],es:["Otro símbolo"]}},41256:e=>{e.exports={en:["Back"],es:["Atrás"]}},94849:e=>{e.exports={en:["Main chart symbol"],es:["Símbolo principal del gráfico"]}},53174:e=>{e.exports={en:["Right"],es:["Right (derecho de suscripción)"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"],es:["En este momento el calendario muestra el año {year}"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"],es:["En este momento el calendario comprende los años entre {year_start} y {year_end}"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"],es:["En este momento el calendario muestra el mes de {month}"]}},4543:e=>{e.exports={en:["Cancel"],es:["Cancelar"]}},63245:e=>{e.exports={en:["Change symbol"],es:["Cambiar símbolo"]}},54613:e=>{e.exports={en:["Chart"],es:["Gráfico"]}},47742:e=>{e.exports={en:["Close menu"],es:["Cerrar menú"]}},34040:e=>{e.exports={en:["All sources"],es:["Todas las fuentes"]}},33391:e=>{e.exports={en:["Apply"],es:["Aplicar"]}},28896:e=>{e.exports={en:["April"],es:["Abril"]}},11081:e=>{e.exports={en:["August"],es:["Agosto"]}},42358:e=>{e.exports={en:["Bond"],es:["Bono"]}},27390:e=>{e.exports={en:["Dotted line"],es:["Linea de puntos"]}},88123:e=>{e.exports={en:["Dashed line"],es:["Linea discontinua"]}},90082:e=>{e.exports={en:["December"],es:["Diciembre"]}},55319:e=>{e.exports={en:["Decrease"],es:["Reducir"]}},78734:e=>{e.exports={en:["Description"],es:["Descripción"]}},81069:e=>{e.exports={en:["February"],es:["Febrero"]}},3570:e=>{e.exports={en:["Friday"],es:["Viernes"]}},39832:e=>{e.exports={en:["Increase"],es:["Aumento"]}},200:e=>{e.exports={en:["January"],es:["Enero"]}},6608:e=>{e.exports={en:["July"],es:["Julio"]}},61487:e=>{e.exports={en:["June"],es:["Junio"]}},37997:e=>{e.exports={en:["October"],es:["Octubre"]}},55450:e=>{e.exports={en:["Offset"],es:["Compensación"]}},19295:e=>{e.exports={en:["Ok"],es:["Aceptar"]}},28603:e=>{e.exports={en:["Line style"],es:["Estilo de línea"]}},19573:e=>{e.exports={en:["Monday"],es:["Lunes"]}},43154:e=>{e.exports={en:["Months"],es:["Meses"]}},37117:e=>{e.exports={en:["More"],es:["Más"]}},25734:e=>{e.exports={en:["May"],es:["Mayo"]}},93878:e=>{e.exports={en:["March"],es:["Marzo"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],es:["No hay mercados de valores que coincidan con sus criterios."]}},76822:e=>{e.exports={en:["No symbols match your criteria"],
+es:["Ningún símbolo coincide con sus criterios"]}},4607:e=>{e.exports={en:["November"],es:["Noviembre"]}},69102:e=>{e.exports={en:["Next year"],es:["Próximo año"]}},17538:e=>{e.exports={en:["Next years"],es:["Próximos años"]}},92790:e=>{e.exports={en:["Next month"],es:["Próximo mes"]}},71300:e=>{e.exports={en:["Number format is invalid."],es:["El formato del número no es correcto."]}},28628:e=>{e.exports={en:["Sources"],es:["Fuentes"]}},30348:e=>{e.exports={en:["Saturday"],es:["Sábado"]}},10679:e=>{e.exports={en:['Set the "{inputInline}" time and price for "{studyShortDescription}"'],es:["Establezca la hora y el precio de {inputInline} para {studyShortDescription}"]}},59451:e=>{e.exports={en:['Set the "{inputTitle}" time for "{studyShortDescription}"'],es:["Establezca la hora de {inputTitle} para {studyShortDescription}"]}},94238:e=>{e.exports={en:['Set the "{inputTitle}" price for "{studyShortDescription}"'],es:["Establezca el precio de {inputTitle} para {studyShortDescription}"]}},92229:e=>{e.exports={en:['Set the time and price for "{studyShortDescription}"'],es:['Establezca la hora y el precio para "{studyShortDescription}"']}},60935:e=>{e.exports={en:['Set the time for "{studyShortDescription}"'],es:['Establezca la hora para "{studyShortDescription}"']}},24404:e=>{e.exports={en:['Set the price for "{studyShortDescription}"'],es:['Establezca el precio para "{studyShortDescription}"']}},8573:e=>{e.exports={en:["Search"],es:["Buscar"]}},57640:e=>{e.exports={en:["Select source"],es:["Seleccionar fuente"]}},32179:e=>{e.exports={en:["September"],es:["Septiembre"]}},31331:e=>{e.exports={en:["Specified value is more than the instrument maximum of {max}."],es:["El valor especificado es mayor al máximo del instrumento: {max}."]}},24216:e=>{e.exports={en:["Specified value is less than the instrument minimum of {min}."],es:["El valor especificado es menor al mínimo del instrumento: {min}"]}},61480:e=>{e.exports={en:["Sunday"],es:["Domingo"]}},70235:e=>{e.exports={en:["Switch to months"],es:["Cambie a meses"]}},91245:e=>{e.exports={en:["Switch to dates"],es:["Cambie a fechas"]}},71961:e=>{e.exports={en:["Switch to years"],es:["Cambie a años"]}},95481:e=>{e.exports={en:["Symbol"],es:["Símbolo"]}},74007:e=>{e.exports={en:["Symbol & description"],es:["Símbolo y descripción"]}},51165:e=>{e.exports={en:["Symbol Search"],es:["Búsqueda de símbolos"]}},27254:e=>{e.exports={en:["Please enter the right date"],es:["Introduzca la fecha correcta"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"],es:["Escriba el formato de fecha correcto aaaa-mm-dd"]}},93984:e=>{e.exports={en:["Previous month"],es:["Mes anterior"]}},75776:e=>{e.exports={en:["Previous year"],es:["Año anterior"]}},44701:e=>{e.exports={en:["Previous years"],es:["Años anteriores"]}},89984:e=>{e.exports={en:["Remove color"],es:["Eliminar color"]}},94226:e=>{e.exports={en:["Wednesday"],es:["Miércoles"]}},79137:e=>{e.exports={en:["Thursday"],es:["Jueves"]}},54971:e=>{e.exports={en:["Thickness"],es:["Grosor"]}},82160:e=>{e.exports={en:["Tuesday"],
+es:["Martes"]}},66181:e=>{e.exports={en:["Years"],es:["Años"]}},70932:e=>{e.exports={en:["commodity"],es:["materia prima"]}},79599:e=>{e.exports={en:["cfd"]}},29426:e=>{e.exports={en:["change opacity"],es:["cambiar la opacidad"]}},31675:e=>{e.exports={en:["change color"],es:["cambiar el color"]}},28818:e=>{e.exports={en:["change line style"],es:["cambiar el estilo de la línea"]}},73281:e=>{e.exports={en:["change thickness"],es:["cambiar el grosor"]}},25167:e=>{e.exports={en:["change {propertyName} property"],es:["cambiar la propiedad de {propertyName}"]}},5741:e=>{e.exports={en:["close"],es:["cierre"]}},46128:e=>{e.exports={en:["crypto"],es:["cripto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"],es:["economía"]}},17770:e=>{e.exports={en:["forex"],es:["Forex"]}},4723:e=>{e.exports={en:["futures"],es:["futuros"]}},59319:e=>{e.exports={en:["high"],es:["máximo"]}},96008:e=>{e.exports={en:["hl2"]}},91189:e=>{e.exports={en:["hlc3"]}},49242:e=>{e.exports={en:["hlcc4"]}},87464:e=>{e.exports={en:["index"],es:["índice"]}},90250:e=>{e.exports={en:["indices"],es:["índices"]}},52793:e=>{e.exports={en:["ohlc4"]}},83584:e=>{e.exports={en:["open"],es:["apertura"]}},41902:e=>{e.exports={en:["low"],es:["minimo"]}},76752:e=>{e.exports={en:["stock"],es:["acciones"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.9093.2cff9fa939c391056de4.js b/public/charting_library/bundles/es.9093.2cff9fa939c391056de4.js
new file mode 100644
index 0000000..24d8309
--- /dev/null
+++ b/public/charting_library/bundles/es.9093.2cff9fa939c391056de4.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9093,4109],{4543:e=>{e.exports={en:["Cancel"],es:["Cancelar"]}},47742:e=>{e.exports={en:["Close menu"],es:["Cerrar menú"]}},69207:e=>{e.exports={en:["Add to favorites"],es:["Añadir a favoritos"]}},8573:e=>{e.exports={en:["Search"],es:["Buscar"]}},85106:e=>{e.exports={en:["Remove from favorites"],es:["Eliminar de favoritos"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/es.9494.40d61f8ac3ffd8535658.js b/public/charting_library/bundles/es.9494.40d61f8ac3ffd8535658.js
new file mode 100644
index 0000000..f639b33
--- /dev/null
+++ b/public/charting_library/bundles/es.9494.40d61f8ac3ffd8535658.js
@@ -0,0 +1,4 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9494,6155,3367,2303,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],es:["#{count} (precio, barra)"]}},78930:e=>{e.exports={en:["Coordinates"],es:["Coordenadas"]}},24197:e=>{e.exports={en:["Center"],es:["Centro"]}},6060:e=>{e.exports={en:["Add text"],es:["Añadir texto"]}},27567:e=>{e.exports={en:["Bottom"],es:["Parte inferior"]}},38408:e=>{e.exports={en:["Border"],es:["Borde"]}},79468:e=>{e.exports={en:["Background"],es:["Fondo"]}},72942:e=>{e.exports={en:["Days"],es:["Días"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],es:["Desplazamiento (precio, barra)"]}},56796:e=>{e.exports={en:["Hours"],es:["Horas"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],es:["Entradas de datos"]}},11626:e=>{e.exports={en:["Left"],es:["Izquierda"]}},43154:e=>{e.exports={en:["Months"],es:["Meses"]}},68833:e=>{e.exports={en:["Middle"],es:["En el medio"]}},42562:e=>{e.exports={en:["Minutes"],es:["Minutos"]}},65188:e=>{e.exports={en:["Seconds"],es:["Segundos"]}},50421:e=>{e.exports={en:["Right"],es:["Derecha"]}},835:e=>{e.exports={en:["Weeks"],es:["Semanas"]}},97118:e=>{e.exports={en:["Top"],es:["Parte superior"]}},70320:e=>{e.exports={en:["Text"],es:["Тexto"]}},7560:e=>{e.exports={en:["Text wrap"],es:["Ajuste de texto"]}},25485:e=>{e.exports={en:["Text alignment"],es:["Alineación del texto"]}},67781:e=>{e.exports={en:["Text orientation"],es:["Orientación del texto"]}},24821:e=>{e.exports={en:["Ticks"],es:["Tics"]}},28683:e=>{e.exports={en:["Use one color"],es:["Utilizar un color"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],es:["cambiar la coordenada X de las barras"]}},11737:e=>{e.exports={en:["change price Y coordinate"],es:["cambiar la coordenada Y de los precios"]}},26391:e=>{e.exports={en:["change the column width"],es:["cambiar el ancho de columna"]}},21863:e=>{e.exports={en:["change the row height"],es:["cambiar la altura de la fila"]}},59577:e=>{e.exports={en:["change {title} all lines color"],es:["cambiar el color de todas las líneas de {title}"]}},69437:e=>{e.exports={en:["change {title} border color"],es:["cambiar color del borde de {title}"]}},13783:e=>{e.exports={en:["change {title} background transparency"],es:["cambiar la transparencia del fondo de {title}"]}},30839:e=>{e.exports={en:["change {title} background visibility"],es:["cambiar la visibilidad del fondo de {title}"]}},49765:e=>{e.exports={en:["change {title} background color"],es:["cambiar el color del fondo de {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],es:["cambiar los días de {title} hasta"]}},91201:e=>{e.exports={en:["change {title} days from"],es:["cambiar los días de {title} desde"]}},8306:e=>{e.exports={en:["change {title} hours from"],es:["cambiar las horas de {title} desde"]}},67233:e=>{e.exports={en:["change {title} hours to"],es:["cambiar las horas de {title} hasta"]}},55612:e=>{e.exports={en:["change {title} labels alignment"],
+es:["cambiar la alineación de las etiquetas de {title}"]}},93340:e=>{e.exports={en:["change {title} labels visibility"],es:["cambiar la visibilidad de las etiquetas de {title}"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],es:["cambiar el coeficiente de línea de los niveles de {index} de {title}"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],es:["cambiar el color de línea de los niveles de {index} de {title}"]}},64707:e=>{e.exports={en:["change {title} level {index} line style"],es:["cambiar el estilo de línea de los niveles de {index} de {title}"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"],es:["cambiar la visibilidad de la línea {index} de nivel de {title}"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"],es:["cambiar el ancho de línea de los niveles de {index} de {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],es:["cambiar los meses desde de {title}"]}},10518:e=>{e.exports={en:["change {title} months to"],es:["cambiar los meses de {title} hasta"]}},38011:e=>{e.exports={en:["change {title} minutes to"],es:["cambiar los minutos de {title} hasta"]}},59820:e=>{e.exports={en:["change {title} minutes from"],es:["cambiar los minutos de {title} desde"]}},6573:e=>{e.exports={en:["change {title} seconds to"],es:["cambiar los segundos de {title} hasta"]}},86780:e=>{e.exports={en:["change {title} seconds from"],es:["cambiar los segundos desde de {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],es:["cambiar las semanas de {title} desde"]}},18678:e=>{e.exports={en:["change {title} weeks to"],es:["cambiar las semanas de {title} hasta"]}},57122:e=>{e.exports={en:["change {title} text"],es:["cambiar texto de {title}"]}},71665:e=>{e.exports={en:["change {title} texts alignment"],es:["cambiar la alineación de los textos de {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],es:["cambiar la visibilidad en ticks de {title}"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],es:["cambiar la visibilidad en semanas de {title}"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],es:["cambiar la visibilidad de {title} en {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],es:["cambiar la visibilidad en días de {title}"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],es:["cambiar la visibilidad en horas de {title}"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],es:["cambiar la visibilidad en minutos de {title}"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],es:["cambiar la visibilidad en meses de {title}"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],es:["cambiar la visibilidad en segundos de {title}"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],es:["cambiar la alineación vertical de las etiquetas de {toolName}"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],
+es:["cambiar la alineación horizontal de las etiquetas de {toolName}"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],es:["cambiar la dirección de las etiquetas de {toolName}"]}},66668:e=>{e.exports={en:["change {toolName} text"],es:["cambiar el texto de {toolName}"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],es:["cambiar la visibilidad del texto de {toolName}"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],es:["cambiar el ajuste del texto de {toolName}"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],es:["cambiar el color de fondo del texto de {toolName}"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],es:["cambiar la visibilidad del fondo del texto de {toolName}"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],es:["cambiar el color del borde del texto de {toolName}"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],es:["cambiar el ancho del borde del texto de {toolName}"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],es:["cambiar la visibilidad del borde del texto de {toolName}"]}},64500:e=>{e.exports={en:["change {toolName} text color"],es:["cambiar el color del texto de {toolName}"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],es:["cambiar la fuente del texto en negrita de {toolName}"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],es:["cambiar la fuente del texto en cursiva de {toolName}"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],es:["cambiar tamaño de la fuente del texto de {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],es:["cambiar la propiedad de {propertyName}"]}},48499:e=>{e.exports={en:["add column to right"],es:["añadir columna a la derecha"]}},48407:e=>{e.exports={en:["add row below"],es:["añadir fila abajo"]}},35813:e=>{e.exports={en:["days"],es:["días"]}},89919:e=>{e.exports={en:["days to"],es:["días hasta"]}},59215:e=>{e.exports={en:["days from"],es:["días desde"]}},2359:e=>{e.exports={en:["hours"],es:["horas"]}},82267:e=>{e.exports={en:["hours from"],es:["horas desde"]}},15600:e=>{e.exports={en:["hours to"],es:["horas hasta"]}},76261:e=>{e.exports={en:["move drawings"],es:["mover dibujos"]}},95300:e=>{e.exports={en:["months"],es:["meses"]}},17250:e=>{e.exports={en:["months from"],es:["meses desde"]}},2828:e=>{e.exports={en:["months to"],es:["meses hasta"]}},18726:e=>{e.exports={en:["minutes"],es:["minutos"]}},67649:e=>{e.exports={en:["minutes to"],es:["minutos hasta"]}},22476:e=>{e.exports={en:["minutes from"],es:["minutos desde"]}},751:e=>{e.exports={en:["seconds"],es:["segundos"]}},73419:e=>{e.exports={en:["seconds to"],es:["segundos hasta"]}},35801:e=>{e.exports={en:["seconds from"],es:["segundos desde"]}},80240:e=>{e.exports={en:["remove column"],es:["eliminar columna"]}},4553:e=>{e.exports={en:["remove row"],es:["eliminar fila"]}},24849:e=>{e.exports={en:["resize the cell"],es:["redimensionar la celda"]}},45537:e=>{e.exports={en:["weeks"],
+es:["semanas"]}},92859:e=>{e.exports={en:["weeks from"],es:["semanas desde"]}},44127:e=>{e.exports={en:["weeks to"],es:["semanas hasta"]}},3539:e=>{e.exports={en:["ticks"],es:["Tics"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/export-data.aae444f8273ee2d54f9b.js b/public/charting_library/bundles/export-data.aae444f8273ee2d54f9b.js
new file mode 100644
index 0000000..195dc9e
--- /dev/null
+++ b/public/charting_library/bundles/export-data.aae444f8273ee2d54f9b.js
@@ -0,0 +1,3 @@
+"use strict";(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9498],{99992:(e,l,t)=>{t.r(l),t.d(l,{exportData:()=>g});var s=t(11542),i=t(50151),n=t(19466),o=t(79036),u=t(91988),d=t(8025),a=t(68805),r=t(94113),c=t(41991),f=t(9859),h=t(17730);const p={includeTime:!0,includeUserTime:!1,includeSeries:!0,includeDisplayedValues:!1,includedStudies:"all",includeOffsetStudyValues:!1,includeOHLCValuesForSingleValuePlots:!1,includeHiddenStudies:!1};function m(e,l){const t={schema:[],data:[],displayedData:[],indexes:[]},s=e.timeScale().points(),n=e.mainSeries(),r=n.style(),p=!l.includeOHLCValuesForSingleValuePlots&&(0,a.isSingleValueBasedStyle)(r),m=(0,i.ensureNotNull)(n.symbolInfo()),g=(0,h.getChartWidgetApiTimeConverter)(n.interval(),m,e),P=!l.includeOHLCValuesForSingleValuePlots&&(0,a.isCloseBasedSymbol)(m),V=v(e,l.includedStudies,l.includeHiddenStudies),I=[];for(const e of V){const t=(0,o.isOverlayStudy)(e)?T(e,l):S(e);I.push(t)}const O=V.map((e=>e.data()));(l.includeSeries||0===O.length)&&O.push(n.bars());const b=function(e,l,t,s,n){const o=(0,i.ensureNotNull)(e.range().value(),"time scale points range"),a=function(e,l,t,s){const n=s.from,o=s.to,a=e.range().value(),r=(0,i.ensureNotNull)(void 0!==n?e.indexOf(n,!0):(0,i.ensureNotNull)(a).firstIndex),c=(0,i.ensureNotNull)(void 0!==o?e.indexOf(o,!0):(0,i.ensureNotNull)(a).lastIndex);let h=c,p=r;for(let e=0;ep&&(p=u.index+n)}return(0,i.assert)(h<=p,"Range must contain at least 1 time point"),new u.BarsRange(h,p)}(e,l,t,n),r=a.firstBar(),c=a.lastBar(),h=[];for(let e=r;e<=c;e++){const l={index:e,time:(0,i.ensureNotNull)(s.convertTimePointIndexToInternalTime(e)),publicTime:(0,i.ensureNotNull)(s.convertTimePointIndexToPublicTime(e))};if(!(void 0!==n.from&&l.timen.to)break;if(!n.includeOffsetStudyValues&&e>o.lastIndex)break;h.push(l)}}return h.length>0?new y(h):null}(s,O,I,g,l);if(null===b)return t;const w=b.firstBar(),D=b.lastBar();l.includeTime&&t.schema.push({type:"time"});const F=t.schema.length;l.includeUserTime&&t.schema.push({type:"userTime"});const C=t.schema.length;if(l.includeSeries){const e=n.statusProvider({hideResolution:!0}).getSplitTitle(),l=Object.values(e).filter((e=>""!==e)).join(", ");t.schema.push(...function(e,l,t,s,n){const o=[];t?o.push(x("close",e)):s?o.push(x((0,i.ensureNotNull)(n),e)):12===l?o.push(x("high",e),x("low",e)):16===l||21===l?o.push(x("high",e),x("low",e),x("close",e)):o.push(x("open",e),x("high",e),x("low",e),x("close",e));return o}(l,r,P,p,n.priceSource()))}let _=t.schema.length;for(const e of I)t.schema.push(...e.fields);const B=t.schema.length;if(0===B)return t;for(let e=w;e<=D;++e){const s=new Float64Array(B);s.fill(NaN),t.data.push(s),t.indexes.push(e),l.includeDisplayedValues&&t.displayedData.push(new Array(B).fill(""))}
+if(l.includeTime||l.includeUserTime){const s=e.dateTimeFormatter();for(let e=w;e<=D;++e){const n=b.item(e),o=n.time,u=n.publicTime,d=new Date(1e3*(0,i.ensureNotNull)(u));if(l.includeTime&&(t.data[e-w][0]=(0,i.ensureNotNull)(o)),l.includeUserTime&&(t.data[e-w][F]=d.getTime()/1e3),l.includeDisplayedValues){const i=s.format(d);l.includeTime&&(t.displayedData[e-w][0]=i),l.includeUserTime&&(t.displayedData[e-w][F]=i)}}}if(l.includeSeries){const e=n.bars().range(w,D),s=(0,c.getPriceValueFormatterForSource)(n),i=e=>s(e,{ignoreLocaleNumberFormat:!0}),o=n.barFunction();e.each(((e,s)=>{const n=t.data[e-w],u=N(s[4]);if(P){if(n[C]=u,l.includeDisplayedValues){t.displayedData[e-w][C]=i(u)}}else if(p){const u=o(s);if(n[C]=u,l.includeDisplayedValues){t.displayedData[e-w][C]=i(u)}}else{const o=N(s[1]),d=N(s[2]),a=N(s[3]);if(12===r?(n[C]=d,n[C+1]=a):16===r||21===r?(n[C]=d,n[C+1]=a,n[C+2]=u):(n[C]=o,n[C+1]=d,n[C+2]=a,n[C+3]=u),l.includeDisplayedValues){const l=t.displayedData[e-w];12===r?(l[C]=i(d),l[C+1]=i(a)):16===r||21===r?(l[C]=i(d),l[C+1]=i(a),l[C+2]=i(u)):(l[C]=i(o),l[C+1]=i(d),l[C+2]=i(a),l[C+3]=i(u))}}return!1}))}for(let e=0;eo(e,{ignoreLocaleNumberFormat:!0}),f=n.fieldPlotOffsets[e],h=n.fieldToPlotIndex[e],p=w-f,m=D-f,g=_+e;s.data().range(p,m).each(((e,s)=>{const n=t.data[e-p];let o;return o=d?N(s[4]):r?(0,i.ensureDefined)(u)(s):N(s[h]),n[g]=o,l.includeDisplayedValues&&(t.displayedData[e-p][g]=a(o)),!1}))}_+=n.fields.length}return t}function g(e,l={}){const t={...p,...l};if(t.includeHiddenStudies){const l=v(e,t.includedStudies,t.includeHiddenStudies),s=[],i=[];for(const e of l)e.isVisible()||(s.push(e),i.push(e.start(!0,!0)));return(async()=>{i.length>0&&(await Promise.all(i),await new Promise((e=>{setTimeout((()=>e()))})))})().then((()=>m(e,t))).finally((()=>{for(const e of s)e.stop()}))}return m(e,t)}class y{constructor(e){this._items=e,this._firstIndex=this._items[0].index,this._lastIndex=this._items[this._items.length-1].index}firstBar(){return this._firstIndex}lastBar(){return this._lastIndex}item(e){return this._items[e-this._firstIndex]}}function S(e){const l=e.metaInfo(),o={fieldToPlotIndex:[],fieldPlotOffsets:[],fields:[]},u=e.id(),d=e.properties().childs(),a=e.title(n.TitleDisplayTarget.StatusLine,!1,void 0,!1);for(let n=0;ne.showInObjectTree()&&(t||e.isVisible())));return"all"===l?s:s.filter((e=>l.includes(e.id())))}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/favorite-drawings-api.ec1abe78f54ce91e86da.js b/public/charting_library/bundles/favorite-drawings-api.ec1abe78f54ce91e86da.js
new file mode 100644
index 0000000..dfc65fe
--- /dev/null
+++ b/public/charting_library/bundles/favorite-drawings-api.ec1abe78f54ce91e86da.js
@@ -0,0 +1 @@
+"use strict";(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5551],{17072:(i,t,e)=>{e.r(t),e.d(t,{FavoriteDrawingsApi:()=>l});var s=e(50151),a=e(64147),o=e(9726);class l{constructor(){this._visibility=new a.WatchedValue(!1),this._canBeShownValue=new a.WatchedValue(!1),this._toolbarPromise=null,this._toolbar=null,this._init()}visible(){return this._visibility.readonly()}canBeShown(){return this._canBeShownValue.readonly()}show(){(0,s.ensureNotNull)(this._toolbarPromise).then((i=>{i.showAndSaveSettingsValue()}))}hide(){null!==this._toolbarPromise&&this._toolbarPromise.then((i=>{i.hideAndSaveSettingsValue()}))}_init(){(0,o.createFavoriteDrawingToolbar)();const i=(0,s.ensureNotNull)((0,o.getFavoriteDrawingToolbarPromise)());this._toolbarPromise=i.then((i=>(this._toolbar=i,this._visibility.setValue(this._toolbar.visibility().value()),this._canBeShownValue.setValue(this._toolbar.canBeShown().value()),this._toolbar.visibility().subscribe((i=>{this._visibility.setValue(i)})),this._toolbar.canBeShown().subscribe((i=>{this._canBeShownValue.setValue(i)})),this._toolbar)))}}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/favorite-indicators.1855183210ba69fff9e4.js b/public/charting_library/bundles/favorite-indicators.1855183210ba69fff9e4.js
new file mode 100644
index 0000000..5bacd11
--- /dev/null
+++ b/public/charting_library/bundles/favorite-indicators.1855183210ba69fff9e4.js
@@ -0,0 +1 @@
+"use strict";(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9790],{23390:(e,t,r)=>{r.r(t),r.d(t,{favoriteAdded:()=>a,favoriteRemoved:()=>o,favoritesSynced:()=>s,isFavorite:()=>u,saveFavorites:()=>l,toggleFavorite:()=>f});var i=r(52033),n=r(56840);const a=new i.Delegate,o=new i.Delegate,s=new i.Delegate;let c=[];function f(e){return-1===d(e)?(function(e){!u(e)&&(c.push(e),l(),a.fire(e))}(e),!0):(function(e){const t=d(e);-1!==t&&(c.splice(t,1),l(),o.fire(e))}(e),!1)}function u(e){return-1!==d(e)}function d(e){return c.indexOf(e)}function v(){c=[];const e=Boolean(void 0===(0,n.getValue)("chart.favoriteLibraryIndicators")),t=(0,n.getJSON)("chart.favoriteLibraryIndicators",[]);if(c.push(...t),0===c.length&&e&&"undefined"!=typeof window){const e=JSON.parse(window.urlParams?.favorites??"{}").indicators;e&&Array.isArray(e)&&c.push(...e)}s.fire()}function l(){const e=c.slice();(0,n.setJSON)("chart.favoriteLibraryIndicators",e)}v(),n.onSync.subscribe(null,v)}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/floating-toolbars.9b713cdcc2aaf0749bbb.js b/public/charting_library/bundles/floating-toolbars.9b713cdcc2aaf0749bbb.js
new file mode 100644
index 0000000..fa166bf
--- /dev/null
+++ b/public/charting_library/bundles/floating-toolbars.9b713cdcc2aaf0749bbb.js
@@ -0,0 +1,36 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2306],{97754:(t,e)=>{var o;!function(){"use strict";var i={}.hasOwnProperty;function n(){for(var t=[],e=0;e{"use strict";var e=Object.prototype.hasOwnProperty;function o(t,e){return t===e?0!==t||0!==e||1/t==1/e:t!=t&&e!=e}t.exports=function(t,i){if(o(t,i))return!0;if("object"!=typeof t||null===t||"object"!=typeof i||null===i)return!1;var n=Object.keys(t),r=Object.keys(i);if(n.length!==r.length)return!1;for(var s=0;s{t.exports={button:"button-D4RPB3ZC",content:"content-D4RPB3ZC",iconOnly:"iconOnly-D4RPB3ZC",link:"link-D4RPB3ZC",brand:"brand-D4RPB3ZC",primary:"primary-D4RPB3ZC",secondary:"secondary-D4RPB3ZC",gray:"gray-D4RPB3ZC",green:"green-D4RPB3ZC",red:"red-D4RPB3ZC",black:"black-D4RPB3ZC","black-friday":"black-friday-D4RPB3ZC","cyber-monday":"cyber-monday-D4RPB3ZC",slot:"slot-D4RPB3ZC",xsmall:"xsmall-D4RPB3ZC",withStartSlot:"withStartSlot-D4RPB3ZC",withEndSlot:"withEndSlot-D4RPB3ZC",startSlotWrap:"startSlotWrap-D4RPB3ZC",endSlotWrap:"endSlotWrap-D4RPB3ZC",small:"small-D4RPB3ZC",medium:"medium-D4RPB3ZC",large:"large-D4RPB3ZC",xlarge:"xlarge-D4RPB3ZC",animated:"animated-D4RPB3ZC",stretch:"stretch-D4RPB3ZC",grouped:"grouped-D4RPB3ZC",adjustPosition:"adjustPosition-D4RPB3ZC",firstRow:"firstRow-D4RPB3ZC",firstCol:"firstCol-D4RPB3ZC","no-corner-top-left":"no-corner-top-left-D4RPB3ZC","no-corner-top-right":"no-corner-top-right-D4RPB3ZC","no-corner-bottom-right":"no-corner-bottom-right-D4RPB3ZC","no-corner-bottom-left":"no-corner-bottom-left-D4RPB3ZC",textWrap:"textWrap-D4RPB3ZC",multilineContent:"multilineContent-D4RPB3ZC",secondaryText:"secondaryText-D4RPB3ZC",primaryText:"primaryText-D4RPB3ZC"}},4224:t=>{t.exports={}},2030:t=>{t.exports={}},92575:t=>{t.exports={}},76357:t=>{t.exports={wrap:"wrap-Nn3SCuEL",icon:"icon-Nn3SCuEL",colorBg:"colorBg-Nn3SCuEL",color:"color-Nn3SCuEL",multicolor:"multicolor-Nn3SCuEL",white:"white-Nn3SCuEL"}},21103:t=>{t.exports={button:"button-BuUjli6L"}},87913:t=>{t.exports={item:"item-WWrZ1MEn",buttonWrap:"buttonWrap-WWrZ1MEn",small:"small-WWrZ1MEn",buttonLabel:"buttonLabel-WWrZ1MEn"}},84969:t=>{t.exports={item:"item-KdWj36gM",withIcon:"withIcon-KdWj36gM",icon:"icon-KdWj36gM",labelRow:"labelRow-KdWj36gM",multiWidth:"multiWidth-KdWj36gM",buttonWrap:"buttonWrap-KdWj36gM",buttonLabel:"buttonLabel-KdWj36gM"}},60387:t=>{t.exports={container:"container-mdcOkvbj",sectionTitle:"sectionTitle-mdcOkvbj",separator:"separator-mdcOkvbj",customButton:"customButton-mdcOkvbj",accessible:"accessible-mdcOkvbj"}},75187:t=>{t.exports={container:"container-iiEYaqPD",form:"form-iiEYaqPD",
+swatch:"swatch-iiEYaqPD",white:"white-iiEYaqPD",inputWrap:"inputWrap-iiEYaqPD",inputHash:"inputHash-iiEYaqPD",input:"input-iiEYaqPD",buttonWrap:"buttonWrap-iiEYaqPD",hueSaturationWrap:"hueSaturationWrap-iiEYaqPD",saturation:"saturation-iiEYaqPD",hue:"hue-iiEYaqPD"}},58065:t=>{t.exports={hue:"hue-r4uo5Wn6",pointer:"pointer-r4uo5Wn6",accessible:"accessible-r4uo5Wn6",pointerContainer:"pointerContainer-r4uo5Wn6"}},94085:t=>{t.exports={opacity:"opacity-EnWts7Xu",opacitySlider:"opacitySlider-EnWts7Xu",opacitySliderGradient:"opacitySliderGradient-EnWts7Xu",pointer:"pointer-EnWts7Xu",dragged:"dragged-EnWts7Xu",opacityPointerWrap:"opacityPointerWrap-EnWts7Xu",opacityInputWrap:"opacityInputWrap-EnWts7Xu",opacityInput:"opacityInput-EnWts7Xu",opacityInputPercent:"opacityInputPercent-EnWts7Xu",accessible:"accessible-EnWts7Xu"}},87109:t=>{t.exports={saturation:"saturation-NFNfqP2w",pointer:"pointer-NFNfqP2w",accessible:"accessible-NFNfqP2w"}},11992:t=>{t.exports={swatches:"swatches-sfn7Lezv",swatch:"swatch-sfn7Lezv",hover:"hover-sfn7Lezv",empty:"empty-sfn7Lezv",white:"white-sfn7Lezv",selected:"selected-sfn7Lezv",contextItem:"contextItem-sfn7Lezv",row:"row-sfn7Lezv"}},49128:t=>{t.exports={icon:"icon-WB2y0EnP",dropped:"dropped-WB2y0EnP"}},67248:(t,e,o)=>{"use strict";var i,n,r;function s(t="default"){switch(t){case"default":return"primary";case"stroke":return"secondary"}}function a(t="primary"){switch(t){case"primary":return"brand";case"success":return"green";case"default":return"gray";case"danger":return"red"}}function l(t="m"){switch(t){case"s":return"xsmall";case"m":return"small";case"l":return"large"}}o.d(e,{Button:()=>x}),function(t){t.Primary="primary",t.Success="success",t.Default="default",t.Danger="danger"}(i||(i={})),function(t){t.Small="s",t.Medium="m",t.Large="l"}(n||(n={})),function(t){t.Default="default",t.Stroke="stroke"}(r||(r={}));var c=o(50959),h=o(97754),d=o(95604);var p=o(45946),u=o.n(p);const m="apply-overflow-tooltip apply-overflow-tooltip--check-children-recursively apply-overflow-tooltip--allow-text apply-common-tooltip";function g(t){const{size:e="medium",variant:o="primary",stretch:i=!1,startSlot:n,endSlot:r,iconOnly:s=!1,className:a,isGrouped:l,cellState:c,disablePositionAdjustment:p=!1,primaryText:g,secondaryText:_,isAnchor:v=!1}=t,f=function(t){return"brand"===t?"black":"blue"===t?"brand":t}(t.color??"brand"),y=function(t){let e="";return 0!==t&&(1&t&&(e=h(e,u()["no-corner-top-left"])),2&t&&(e=h(e,u()["no-corner-top-right"])),4&t&&(e=h(e,u()["no-corner-bottom-right"])),8&t&&(e=h(e,u()["no-corner-bottom-left"]))),e}((0,d.getGroupCellRemoveRoundBorders)(c)),b=s&&(n||r);return h(a,u().button,u()[e],u()[f],u()[o],i&&u().stretch,n&&u().withStartIcon,r&&u().withEndIcon,b&&u().iconOnly,y,l&&u().grouped,l&&!p&&u().adjustPosition,l&&c.isTop&&u().firstRow,l&&c.isLeft&&u().firstCol,g&&_&&u().multilineContent,v&&u().link,m)}function _(t){const{startSlot:e,iconOnly:o,children:i,endSlot:n,primaryText:r,secondaryText:s}=t;if(e&&n&&o)return c.createElement("span",{className:h(u().slot,u().startSlotWrap)},e)
+;const a=o&&(e??n),l=!e&&!n&&!o&&!i&&r&&s;return c.createElement(c.Fragment,null,e&&c.createElement("span",{className:h(u().slot,u().startSlotWrap)},e),i&&!a&&c.createElement("span",{className:u().content},i),n&&c.createElement("span",{className:h(u().slot,u().endSlotWrap)},n),l&&!a&&function(t){return t.primaryText&&t.secondaryText&&c.createElement("div",{className:h(u().textWrap,m)},c.createElement("span",{className:u().primaryText}," ",t.primaryText," "),"string"==typeof t.secondaryText?c.createElement("span",{className:u().secondaryText}," ",t.secondaryText," "):c.createElement("span",{className:u().secondaryText},c.createElement("span",null,t.secondaryText.firstLine),c.createElement("span",null,t.secondaryText.secondLine)))}(t))}var v=o(34094),f=o(86332),y=o(90186);function b(t,e){return o=>{if(e)return o.preventDefault(),void o.stopPropagation();t?.(o)}}function w(t){const{className:e,color:o,variant:i,size:n,stretch:r,animated:s,iconOnly:a,startSlot:l,endSlot:c,primaryText:h,secondaryText:d,...p}=t;return{...p,...(0,y.filterDataProps)(t),...(0,y.filterAriaProps)(t)}}function C(t){const{reference:e,tooltipText:o,disabled:i,onClick:n,onMouseOver:r,onMouseOut:s,onMouseDown:a,...l}=t,{isGrouped:h,cellState:d,disablePositionAdjustment:p}=(0,c.useContext)(f.ControlGroupContext),u=g({...l,isGrouped:h,cellState:d,disablePositionAdjustment:p}),m=o??(t.primaryText?[t.primaryText,t.secondaryText].join(" "):(0,v.getTextForTooltip)(t.children));return c.createElement("button",{...w(l),"aria-disabled":i,tabIndex:t.tabIndex??(i?-1:0),className:u,ref:e,onClick:b(n,i),onMouseDown:b(a,i),"data-overflow-tooltip-text":m},c.createElement(_,{...l}))}o(49406);function T(t){const{intent:e,size:o,appearance:i,useFullWidth:n,icon:r,...c}=t;return{...c,color:a(e),size:l(o),variant:s(i),stretch:n}}function x(t){return c.createElement(C,{...T(t)})}},49406:(t,e,o)=>{"use strict";var i,n,r,s;!function(t){t.Primary="primary",t.QuietPrimary="quiet-primary",t.Secondary="secondary",t.Ghost="ghost"}(i||(i={})),function(t){t.XXSmall="xxsmall",t.XSmall="xsmall",t.Small="small",t.Medium="medium",t.Large="large",t.XLarge="xlarge",t.XXLarge="xxlarge"}(n||(n={})),function(t){t.Brand="brand",t.Blue="blue",t.Gray="gray",t.LightGray="light-gray",t.Green="green",t.Red="red",t.Black="black",t.Gradient="gradient",t.BlackFriday="black-friday",t.CyberMonday="cyber-monday"}(r||(r={})),function(t){t.Semibold18px="semibold18px",t.Semibold16px="semibold16px",t.Semibold14px="semibold14px",t.Medium16px="medium16px",t.Regular16px="regular16px",t.Regular14px="regular14px"}(s||(s={}))},86332:(t,e,o)=>{"use strict";o.d(e,{ControlGroupContext:()=>i});const i=o(50959).createContext({isGrouped:!1,cellState:{isTop:!0,isRight:!0,isBottom:!0,isLeft:!0}})},95604:(t,e,o)=>{"use strict";function i(t){let e=0;return t.isTop&&t.isLeft||(e+=1),t.isTop&&t.isRight||(e+=2),t.isBottom&&t.isLeft||(e+=8),t.isBottom&&t.isRight||(e+=4),e}o.d(e,{getGroupCellRemoveRoundBorders:()=>i})},56073:(t,e,o)=>{"use strict";function i(t,e=!1){const o=getComputedStyle(t),i=[o.height]
+;return"border-box"!==o.boxSizing&&i.push(o.paddingTop,o.paddingBottom,o.borderTopWidth,o.borderBottomWidth),e&&i.push(o.marginTop,o.marginBottom),i.reduce(((t,e)=>t+(parseFloat(e)||0)),0)}function n(t,e=!1){const o=getComputedStyle(t),i=[o.width];return"border-box"!==o.boxSizing&&i.push(o.paddingLeft,o.paddingRight,o.borderLeftWidth,o.borderRightWidth),e&&i.push(o.marginLeft,o.marginRight),i.reduce(((t,e)=>t+(parseFloat(e)||0)),0)}o.d(e,{outerHeight:()=>i,outerWidth:()=>n})},34094:(t,e,o)=>{"use strict";o.d(e,{getTextForTooltip:()=>s});var i=o(50959);const n=t=>(0,i.isValidElement)(t)&&Boolean(t.props.children),r=t=>null==t||"boolean"==typeof t||"{}"===JSON.stringify(t)?"":t.toString()+" ",s=t=>Array.isArray(t)||(0,i.isValidElement)(t)?i.Children.toArray(t).reduce(((t,e)=>{let o="";return o=(0,i.isValidElement)(e)&&n(e)?s(e.props.children):(0,i.isValidElement)(e)&&!n(e)?"":r(e),t.concat(o)}),"").trim():r(t)},52778:(t,e,o)=>{"use strict";o.d(e,{OutsideEvent:()=>n});var i=o(36383);function n(t){const{children:e,...o}=t;return e((0,i.useOutsideEvent)(o))}},70114:(t,e,o)=>{"use strict";o.d(e,{ColorPickerButton:()=>v});var i=o(50959),n=o(97754),r=o.n(n),s=o(50151),a=o(9745),l=o(24377),c=o(19063),h=o(56512),d=o(16697),p=o(6914),u=o(20626),m=o(43982),g=o(78135),_=o(76357);function v(t){const{property:e,icon:o,propertyApplier:n,title:v,undoText:f,isToolbarFixed:y,className:b}=t,w=(0,m.useProperty)(e),C=(0,i.useRef)(null),T=w?(0,l.parseRgba)(w)[3]:void 0,x=""===w,S=String(D()).toLowerCase()===p.white,[E,P,B]=(0,h.useCustomColors)();return i.createElement(u.ToolWidgetMenu,{className:b,verticalDropDirection:y?g.VerticalDropDirection.FromBottomToTop:void 0,horizontalDropDirection:y?g.HorizontalDropDirection.FromLeftToRight:void 0,horizontalAttachEdge:y?g.HorizontalAttachEdge.Left:void 0,verticalAttachEdge:y?g.VerticalAttachEdge.Top:void 0,content:i.createElement("div",{className:_.wrap},i.createElement(a.Icon,{className:_.icon,icon:o}),i.createElement("div",{className:_.colorBg},i.createElement("div",{className:r()(_.color,x&&_.multicolor,S&&_.white),style:x?void 0:{backgroundColor:w}}))),arrow:!1,title:v,ref:C,"data-name":t["data-name"],menuDataName:`${t["data-name"]}-menu`},i.createElement(d.ColorPicker,{color:D(),opacity:T,onColorChange:function(t,e){const o=w?(0,c.alphaToTransparency)((0,l.parseRgba)(w)[3]):0;W((0,c.generateColor)(String(t),o,true)),e||(0,s.ensureNotNull)(C.current).close()},onOpacityChange:function(t){W((0,c.generateColor)(w,(0,c.alphaToTransparency)(t),!0))},selectOpacity:void 0!==T,selectCustom:!0,customColors:E,onAddColor:function(t){P(t),(0,s.ensureNotNull)(C.current).close()},onRemoveCustomColor:B}));function D(){return w?(0,l.rgbToHexString)((0,l.parseRgb)(w)):null}function W(t){n.setProperty(e,t,f)}}},61259:(t,e,o)=>{"use strict";o.d(e,{LineWidthButton:()=>b});var i=o(50959),n=o(97754),r=o(50151),s=o(9745),a=o(20626),l=o(43982),c=o(16396),h=o(40173),d=o(78135),p=o(22978),u=o(14631),m=o(6096),g=o(6483),_=o(66611),v=o(84969);const f=(0,h.mergeThemes)(c.DEFAULT_POPUP_MENU_ITEM_THEME,v),y=[{value:1,
+icon:p},{value:2,icon:u},{value:3,icon:m},{value:4,icon:g}];function b(t){const{multipleProperty:e,title:o,undoText:h,propertyApplier:p,isToolbarFixed:u,className:m,isSmallScreen:g}=t,b=(0,l.useProperty)((0,r.ensureDefined)(e)),w="mixed"===b||!b,C=function(t){const e=y.find((e=>e.value===t));if(!e)return _;return e.icon}(b);return i.createElement(a.ToolWidgetMenu,{className:m,arrow:!1,title:o,"data-name":t["data-name"],menuDataName:`${t["data-name"]}-menu`,verticalDropDirection:u?d.VerticalDropDirection.FromBottomToTop:void 0,horizontalDropDirection:u?d.HorizontalDropDirection.FromRightToLeft:void 0,horizontalAttachEdge:u?d.HorizontalAttachEdge.Right:void 0,verticalAttachEdge:u?d.VerticalAttachEdge.Top:void 0,content:i.createElement("div",null,w?i.createElement("div",{className:v.multiWidth},i.createElement(s.Icon,{icon:_})):i.createElement("div",{className:v.buttonWrap},!g&&i.createElement(s.Icon,{icon:C}),i.createElement("div",{className:n(!g&&v.buttonLabel)},`${b}px`)))},y.map((({value:t,icon:e})=>i.createElement(c.PopupMenuItem,{key:t,theme:f,label:`${t}px`,icon:e,isActive:t===b,onClick:T,onClickArg:t}))));function T(t){t&&e&&(p.beginUndoMacro(h),e.setValue(t,void 0,{applyValue:(t,e)=>{p.setProperty(t,e,h)}}),p.endUndoMacro())}}},43982:(t,e,o)=>{"use strict";o.d(e,{useProperty:()=>n});var i=o(50959);const n=t=>{const[e,o]=(0,i.useState)(t.value());return(0,i.useEffect)((()=>{const e=t=>{o(t.value())};e(t);const i={};return t.subscribe(i,e),()=>t.unsubscribe(i,e)}),[t]),e}},59369:(t,e,o)=>{"use strict";o.d(e,{useRowsNavigation:()=>h});var i=o(50959),n=o(50151),r=o(19291),s=o(68335),a=o(57177),l=o(15754);const c=[37,39,38,40];function h(t){const e=(0,i.useRef)(null);return(0,i.useLayoutEffect)((()=>{const t=(0,n.ensureNotNull)(e.current),o=()=>{const o=(0,r.queryTabbableElements)(t).sort(r.navigationOrderComparator);if(0===o.length||o[0].parentElement&&!u(o[0].parentElement,(0,n.ensureNotNull)(e.current))){const i=function(t){const o=p(t).sort(r.navigationOrderComparator),i=o.find((t=>u(t,(0,n.ensureNotNull)(e.current))));if(!i)return null;const s=Array.from(i.children);if(!s.length)return null;return s[0]}(t);if(null===i)return;if((0,a.becomeMainElement)(i),o.length>0)for(const t of o)(0,a.becomeSecondaryElement)(t)}};return window.addEventListener("keyboard-navigation-activation",o),o(),()=>window.removeEventListener("keyboard-navigation-activation",o)}),[]),[e,function(e){if(e.defaultPrevented)return;const o=(0,s.hashFromEvent)(e);if(!c.includes(o))return;const i=document.activeElement;if(!(i instanceof HTMLElement))return;const n=e.currentTarget;let a,h;if(t){const t=i.parentElement;a=t?Array.from(t.children):[],h=a.indexOf(i)}else a=(u=n,Array.from(u.querySelectorAll("button:not([disabled]):not([aria-disabled])")).filter((0,l.createScopedVisibleElementFilter)(u))).sort(r.navigationOrderComparator),h=a.indexOf(i);var u;if(0===a.length||-1===h)return;const g=(0,r.mapKeyCodeToDirection)(o);switch(g){case"inlinePrev":if(e.preventDefault(),!t&&0===h)break;m(d(a,h,-1));break;case"inlineNext":if(e.preventDefault(),
+!t&&h===a.length-1)break;m(d(a,h,1));break;case"blockPrev":case"blockNext":(o=>{if(!document.activeElement)return;const i=p(n),r=document.activeElement.parentElement;if(!r)return;const s=Array.from(r.children).indexOf(document.activeElement);if(-1===s)return;const a=i["blockNext"===o?i.indexOf(r)+1:i.indexOf(r)-1];if(!a)return;e.preventDefault();const l=Array.from(a.children);l.length&&(!t&&s<=l.length-1?m(l[s]):m(l[0]))})(g)}}]}function d(t,e,o){return t[(e+t.length+o)%t.length]}function p(t){return Array.from(t.querySelectorAll('[data-role="row"]')).filter((0,l.createScopedVisibleElementFilter)(t))}function u(t,e){const o=(0,n.ensureNotNull)(t.parentElement).offsetTop,i=o+(0,n.ensureNotNull)(t.parentElement).clientHeight,r=e.scrollTop,s=r+e.clientHeight;return o>=r&&i<=s}function m(t){document.activeElement&&(0,a.becomeSecondaryElement)(document.activeElement),(0,a.becomeMainElement)(t),t.focus()}},16697:(t,e,o)=>{"use strict";o.d(e,{ColorPicker:()=>H});var i=o(50959),n=o(97754),r=o.n(n),s=o(11542),a=o(59369),l=o(82665),c=o(24377),h=o(50151),d=o(49483),p=o(20520),u=o(16396),m=o(6914),g=o(50238),_=o(93544),v=o(11992);const f=4;function y(t){const{color:e,selected:r,onSelect:a,onSwatchRemove:l}=t,[c,y]=(0,i.useState)(!1),[b,w]=(0,g.useRovingTabindexElement)(null),C=Boolean(l)&&!d.CheckMobile.any();return i.createElement(i.Fragment,null,i.createElement("button",{ref:b,style:e?{color:e}:void 0,className:n(v.swatch,c&&v.hover,r&&v.selected,!e&&v.empty,String(e).toLowerCase()===m.white&&v.white),onClick:function(){a(e)},onContextMenu:C?T:void 0,tabIndex:w,"data-role":"swatch"}),C&&i.createElement(p.PopupMenu,{isOpened:c,onClose:T,position:function(){const t=(0,h.ensureNotNull)(b.current).getBoundingClientRect();return{x:t.left,y:t.top+t.height+f}},onClickOutside:T},i.createElement(u.PopupMenuItem,{className:v.contextItem,label:s.t(null,void 0,o(89984)),icon:_,onClick:function(){T(),(0,h.ensureDefined)(l)()},dontClosePopup:!0})));function T(){y(!c)}}const b=10;function w(t){const{colors:e,color:o,children:n,onSelect:r,onRemoveCustomColor:s}=t;if(!e)return null;const a=o?(0,c.parseRgb)(String(o)):void 0,h=(0,l.default)(e,b);return i.createElement("div",{className:v.swatches},h.map(((t,e)=>i.createElement("div",{className:v.row,"data-role":"row",key:e},t.map(((t,o)=>i.createElement(y,{key:String(t)+o,color:t,selected:a&&(0,c.areEqualRgb)(a,(0,c.parseRgb)(String(t))),onSelect:d,onSwatchRemove:s?()=>function(t,e){const o=t*b+e;s?.(o)}(e,o):void 0})))))),n);function d(t){r&&r(t)}}var C=o(54368),T=o(67248);function x(t){const e=`Invalid RGB color: ${t}`;if(null===t)throw new Error(e);const o=t.match(/^#?([a-f0-9]{2})([a-f0-9]{2})([a-f0-9]{2})$/i);if(null===o)throw new Error(e);const[,i,n,r]=o;if(!i||!n||!r)throw new Error(e);const s=parseInt(i,16)/255,a=parseInt(n,16)/255,l=parseInt(r,16)/255,c=Math.max(s,a,l),h=Math.min(s,a,l);let d;const p=c,u=c-h,m=0===c?0:u/c;if(c===h)d=0;else{switch(c){case s:d=(a-l)/u+(a{this._container=t},this._handlePosition=t=>{const{hsv:{h:e},onChange:o}=this.props;if(!o)return;const i=(0,h.ensureNotNull)(this._container).getBoundingClientRect(),n=t.clientX-i.left,r=t.clientY-i.top;o({h:e,s:(0,P.clamp)(n/i.width,0,1),v:(0,P.clamp)(1-r/i.height,0,1)})},this._handleKeyDown=t=>{const{hsv:{h:e,s:o,v:i},onChange:n}=this.props,r=(0,E.hashFromEvent)(t);if(!n||!D.includes(r))return;if(37===r||39===r){return void n({h:e,s:(0,P.clamp)(37===r?o-W:o+W,0,1),v:i})}n({h:e,s:o,v:(0,P.clamp)(40===r?i-W:i+W,0,1)})},this._mouseDown=t=>{window.addEventListener("mouseup",this._mouseUp),window.addEventListener("mousemove",this._mouseMove)},this._mouseUp=t=>{window.removeEventListener("mousemove",this._mouseMove),window.removeEventListener("mouseup",this._mouseUp),this._handlePosition(t)},this._mouseMove=(0,S.default)(this._handlePosition,100),this._handleTouch=t=>{this._handlePosition(t.nativeEvent.touches[0])}}render(){const{className:t,hsv:{h:e,s:o,v:n}}=this.props,s=`hsl(${360*e}, 100%, 50%)`;return i.createElement("div",{tabIndex:0,className:r()(B.accessible,t),onKeyDown:this._handleKeyDown},i.createElement("div",{className:B.saturation,style:{backgroundColor:s},ref:this._refContainer,onMouseDown:this._mouseDown,onTouchStart:this._handleTouch,onTouchMove:this._handleTouch},i.createElement("div",{className:B.pointer,style:{left:100*o+"%",top:100*(1-n)+"%"}})))}}var k=o(58065);class N extends i.PureComponent{constructor(){super(...arguments),this._container=null,this._refContainer=t=>{this._container=t},this._handlePosition=t=>{const{hsv:{s:e,v:o},onChange:i}=this.props;if(!i)return;const n=(0,h.ensureNotNull)(this._container).getBoundingClientRect(),r=t.clientY-n.top;i({h:(0,P.clamp)(r/n.height,0,1),s:e,v:o})},this._handleKeyDown=t=>{const{hsv:{h:e,s:o,v:i},onChange:n}=this.props,r=(0,E.hashFromEvent)(t);if(!n||38!==r&&40!==r)return;n({h:(0,P.clamp)(38===r?e-.01:e+.01,0,1),s:o,v:i})},this._mouseDown=t=>{window.addEventListener("mouseup",this._mouseUp),window.addEventListener("mousemove",this._mouseMove)},this._mouseUp=t=>{window.removeEventListener("mousemove",this._mouseMove),window.removeEventListener("mouseup",this._mouseUp),this._handlePosition(t)},this._mouseMove=(0,S.default)(this._handlePosition,100),this._handleTouch=t=>{this._handlePosition(t.nativeEvent.touches[0])}}render(){const{className:t,hsv:{h:e}}=this.props;return i.createElement("div",{className:r()(k.hue,k.accessible,t),tabIndex:0,onKeyDown:this._handleKeyDown},i.createElement("div",{className:k.pointerContainer,ref:this._refContainer,onMouseDown:this._mouseDown,onTouchStart:this._handleTouch,onTouchMove:this._handleTouch},i.createElement("div",{className:k.pointer,style:{top:100*e+"%"}})))}}var M=o(75187);const A="#000000",R=s.t(null,{context:"Color Picker"},o(55517));class I extends i.PureComponent{constructor(t){super(t),this._inputRef=i.createRef(),
+this._handleHSV=t=>{const e=function(t){const{h:e,s:o,v:i}=t;let n,r,s;const a=Math.floor(6*e),l=6*e-a,c=i*(1-o),h=i*(1-l*o),d=i*(1-(1-l)*o);switch(a%6){case 0:n=i,r=d,s=c;break;case 1:n=h,r=i,s=c;break;case 2:n=c,r=i,s=d;break;case 3:n=c,r=h,s=i;break;case 4:n=d,r=c,s=i;break;case 5:n=i,r=c,s=h;break;default:n=0,r=0,s=0}return"#"+[255*n,255*r,255*s].map((t=>("0"+Math.round(t).toString(16)).replace(/.+?([a-f0-9]{2})$/i,"$1"))).join("")}(t)||A;this.setState({color:e,inputColor:F(e),hsv:t}),this.props.onSelect(e)},this._handleInput=t=>{const e=F(t.currentTarget.value);try{const t=x(e),o=`#${e}`;this.setState({color:o,inputColor:e,hsv:t}),this.props.onSelect(o)}catch(t){this.setState({inputColor:e})}},this._handleAddColor=()=>this.props.onAdd(this.state.color);const e=t.color||A;this.state={color:e,inputColor:F(e),hsv:x(e)}}componentDidMount(){d.CheckMobile.any()||this._inputRef.current?.focus()}render(){const{color:t,hsv:e,inputColor:o}=this.state;return i.createElement("div",{className:M.container},i.createElement("div",{className:M.form},i.createElement("div",{className:r()(M.swatch,String(t).toLowerCase()===m.white&&M.white),style:{backgroundColor:t}}),i.createElement("div",{className:M.inputWrap},i.createElement("span",{className:M.inputHash},"#"),i.createElement("input",{ref:this._inputRef,type:"text",className:M.input,value:o,onChange:this._handleInput})),i.createElement("div",{className:M.buttonWrap},i.createElement(T.Button,{size:"s",onClick:this._handleAddColor},R))),i.createElement("div",{className:M.hueSaturationWrap},i.createElement(L,{className:M.saturation,hsv:e,onChange:this._handleHSV}),i.createElement(N,{className:M.hue,hsv:e,onChange:this._handleHSV})))}}function F(t){return t.replace(/^#/,"")}var V=o(60387);const O=s.t(null,{context:"Color Picker"},o(29619)),z=s.t(null,{context:"Color Picker"},o(80936));function H(t){const{color:e,opacity:o,selectCustom:n,selectOpacity:s,customColors:l,onRemoveCustomColor:c,onToggleCustom:h,onOpacityChange:d,menu:p}=t,[u,g]=(0,i.useState)(!1),_="number"==typeof o?o:1,[v,f]=(0,a.useRowsNavigation)();return(0,i.useLayoutEffect)((()=>{p&&p.update()}),[s,p]),u?i.createElement(I,{color:e,onSelect:y,onAdd:function(e){g(!1),h?.(!1);const{onAddColor:o}=t;o&&o(e)}}):i.createElement("div",{className:V.container},i.createElement("div",{ref:v,onKeyDown:f},i.createElement(w,{colors:m.basic,color:e,onSelect:y}),i.createElement(w,{colors:m.extended,color:e,onSelect:y}),i.createElement("div",{className:V.separator}),i.createElement(w,{colors:l,color:e,onSelect:y,onRemoveCustomColor:c},n&&i.createElement(i.Fragment,null,l?.length?i.createElement("button",{title:O,onClick:b,className:r()(V.customButton,V.accessible,"apply-common-tooltip"),tabIndex:-1}):i.createElement("div",{"data-role":"row"},i.createElement("button",{title:O,onClick:b,className:r()(V.customButton,V.accessible,"apply-common-tooltip"),tabIndex:-1}))))),s&&i.createElement(i.Fragment,null,i.createElement("div",{className:V.sectionTitle},z),i.createElement(C.Opacity,{color:e,opacity:_,onChange:function(t){d&&d(t)}})))
+;function y(e){const{onColorChange:o}=t;o&&o(e,u)}function b(t){g(!0),h?.(!0)}}},54368:(t,e,o)=>{"use strict";o.d(e,{Opacity:()=>c});var i=o(50959),n=o(97754),r=o(50151),s=o(9859),a=o(68335),l=o(94085);class c extends i.PureComponent{constructor(t){super(t),this._container=null,this._pointer=null,this._raf=null,this._refContainer=t=>{this._container=t},this._refPointer=t=>{this._pointer=t},this._handlePosition=t=>{null===this._raf&&(this._raf=requestAnimationFrame((()=>{const e=(0,r.ensureNotNull)(this._container),o=(0,r.ensureNotNull)(this._pointer),i=e.getBoundingClientRect(),n=o.offsetWidth,a=t.clientX-n/2-i.left,l=(0,s.clamp)(a/(i.width-n),0,1);this.setState({inputOpacity:Math.round(100*l).toString()}),this.props.onChange(l),this._raf=null})))},this._onSliderClick=t=>{this._handlePosition(t.nativeEvent),this._dragSubscribe()},this._mouseUp=t=>{this.setState({isPointerDragged:!1}),this._dragUnsubscribe(),this._handlePosition(t)},this._mouseMove=t=>{this.setState({isPointerDragged:!0}),this._handlePosition(t)},this._onTouchStart=t=>{this._handlePosition(t.nativeEvent.touches[0])},this._handleTouch=t=>{this.setState({isPointerDragged:!0}),this._handlePosition(t.nativeEvent.touches[0])},this._handleTouchEnd=()=>{this.setState({isPointerDragged:!1})},this._handleInput=t=>{const e=t.currentTarget.value,o=Number(e)/100;this.setState({inputOpacity:e}),Number.isNaN(o)||o>1||this.props.onChange(o)},this._handleKeyDown=t=>{const e=(0,a.hashFromEvent)(t);if(37!==e&&39!==e)return;t.preventDefault();const o=Number(this.state.inputOpacity);37===e&&0!==o&&this._changeOpacity(o-1),39===e&&100!==o&&this._changeOpacity(o+1)},this.state={inputOpacity:Math.round(100*t.opacity).toString(),isPointerDragged:!1}}componentWillUnmount(){null!==this._raf&&(cancelAnimationFrame(this._raf),this._raf=null),this._dragUnsubscribe()}render(){const{color:t,opacity:e,hideInput:o,disabled:r}=this.props,{inputOpacity:s,isPointerDragged:a}=this.state,c={color:t||void 0};return i.createElement("div",{className:l.opacity},i.createElement("div",{className:n(l.opacitySlider,l.accessible),style:c,tabIndex:r?-1:0,ref:this._refContainer,onMouseDown:this._onSliderClick,onTouchStart:this._onTouchStart,onTouchMove:this._handleTouch,onTouchEnd:this._handleTouchEnd,onKeyDown:this._handleKeyDown,"aria-disabled":r},i.createElement("div",{className:l.opacitySliderGradient,style:{backgroundImage:`linear-gradient(90deg, transparent, ${t})`}}),i.createElement("div",{className:l.opacityPointerWrap},i.createElement("div",{className:n(l.pointer,a&&l.dragged),style:{left:100*e+"%"},ref:this._refPointer}))),!o&&i.createElement("div",{className:l.opacityInputWrap},i.createElement("input",{type:"text",className:l.opacityInput,value:s,onChange:this._handleInput}),i.createElement("span",{className:l.opacityInputPercent},"%")))}_dragSubscribe(){const t=(0,r.ensureNotNull)(this._container).ownerDocument;t&&(t.addEventListener("mouseup",this._mouseUp),t.addEventListener("mousemove",this._mouseMove))}_dragUnsubscribe(){const t=(0,r.ensureNotNull)(this._container).ownerDocument
+;t&&(t.removeEventListener("mousemove",this._mouseMove),t.removeEventListener("mouseup",this._mouseUp))}_changeOpacity(t){this.setState({inputOpacity:t.toString()}),this.props.onChange(t/100)}}},6914:(t,e,o)=>{"use strict";o.d(e,{basic:()=>a,extended:()=>c,white:()=>n});var i=o(19625);const n=i.colorsPalette["color-white"],r=["ripe-red","tan-orange","banana-yellow","iguana-green","minty-green","sky-blue","tv-blue","deep-blue","grapes-purple","berry-pink"],s=[200,300,400,500,600,700,800,900].map((t=>`color-cold-gray-${t}`));s.unshift("color-white"),s.push("color-black"),r.forEach((t=>{s.push(`color-${t}-500`)}));const a=s.map((t=>i.colorsPalette[t])),l=[];[100,200,300,400,700,900].forEach((t=>{r.forEach((e=>{l.push(`color-${e}-${t}`)}))}));const c=l.map((t=>i.colorsPalette[t]))},56512:(t,e,o)=>{"use strict";o.d(e,{useCustomColors:()=>c});var i=o(50959),n=o(56840),r=o(76422);function s(t,e){(0,i.useEffect)((()=>(r.subscribe(t,e,null),()=>{r.unsubscribe(t,e,null)})),[t,e])}var a,l=o(24377);function c(){const[t,e]=(0,i.useState)((0,n.getJSON)("pickerCustomColors",[]));s("add_new_custom_color",(o=>e(h(o,t)))),s("remove_custom_color",(o=>e(d(o,t))));const o=(0,i.useCallback)((e=>{const o=e?(0,l.parseRgb)(e):null;t.some((t=>null!==t&&null!==o&&(0,l.areEqualRgb)((0,l.parseRgb)(t),o)))||(r.emit("add_new_custom_color",e),(0,n.setJSON)("pickerCustomColors",h(e,t)))}),[t]),a=(0,i.useCallback)((e=>{(e>=0||e29&&o.shift(),o}function d(t,e){return e.filter(((e,o)=>t!==o))}!function(t){t.SettingsKey="pickerCustomColors",t.GlobalAddEventName="add_new_custom_color",t.GlobalRemoveEventName="remove_custom_color",t[t.MaxColors=29]="MaxColors"}(a||(a={}))},84877:(t,e,o)=>{"use strict";o.d(e,{MatchMediaMap:()=>s});var i=o(50959),n=o(66783),r=o.n(n);class s extends i.Component{constructor(t){super(t),this._handleMediaChange=()=>{const t=l(this.state.queries,((t,e)=>e.matches));let e=!1;for(const o in t)if(t.hasOwnProperty(o)&&this.state.matches[o]!==t[o]){e=!0;break}e&&this.setState({matches:t})};const{rules:e}=this.props;this.state=a(e)}shouldComponentUpdate(t,e){return!r()(t,this.props)||(!r()(e.rules,this.state.rules)||!r()(e.matches,this.state.matches))}componentDidMount(){this._migrate(null,this.state.queries)}componentDidUpdate(t,e){r()(t.rules,this.props.rules)||this._migrate(e.queries,this.state.queries)}componentWillUnmount(){this._migrate(this.state.queries,null)}render(){return this.props.children(this.state.matches)}static getDerivedStateFromProps(t,e){if(r()(t.rules,e.rules))return null;const{rules:o}=t;return a(o)}_migrate(t,e){null!==t&&l(t,((t,e)=>{e.removeEventListener("change",this._handleMediaChange)})),null!==e&&l(e,((t,e)=>{e.addEventListener("change",this._handleMediaChange)}))}}function a(t){const e=l(t,((t,e)=>window.matchMedia(e)));return{queries:e,matches:l(e,((t,e)=>e.matches)),rules:{...t}}}function l(t,e){const o={}
+;for(const i in t)t.hasOwnProperty(i)&&(o[i]=e(i,t[i]));return o}},86431:(t,e,o)=>{"use strict";o.d(e,{makeOverlapable:()=>r});var i=o(50959),n=o(42842);function r(t,e){return class extends i.PureComponent{render(){const{isOpened:o,root:r}=this.props;if(!o)return null;const s=i.createElement(t,{...this.props,ref:this.props.componentRef,zIndex:150});return"parent"===r?s:i.createElement(n.Portal,{shouldTrapFocus:e},s)}}}},10381:(t,e,o)=>{"use strict";o.d(e,{ToolWidgetCaret:()=>l});var i=o(50959),n=o(97754),r=o(9745),s=o(49128),a=o(578);function l(t){const{dropped:e,className:o}=t;return i.createElement(r.Icon,{className:n(o,s.icon,{[s.dropped]:e}),icon:a})}},40173:(t,e,o)=>{"use strict";function i(t,e,o={}){return Object.assign({},t,function(t,e,o={}){const i=Object.assign({},e);for(const n of Object.keys(e)){const r=o[n]||n;r in t&&(i[n]=[t[r],e[n]].join(" "))}return i}(t,e,o))}o.d(e,{mergeThemes:()=>i})},38576:t=>{t.exports={button:"button-GwQQdU8S",hover:"hover-GwQQdU8S",clicked:"clicked-GwQQdU8S",isInteractive:"isInteractive-GwQQdU8S",accessible:"accessible-GwQQdU8S",isGrouped:"isGrouped-GwQQdU8S",isActive:"isActive-GwQQdU8S",isOpened:"isOpened-GwQQdU8S",isDisabled:"isDisabled-GwQQdU8S",text:"text-GwQQdU8S",icon:"icon-GwQQdU8S",endIcon:"endIcon-GwQQdU8S"}},97373:t=>{t.exports={button:"button-xNqEcuN2"}},95389:t=>{t.exports={button:"button-merBkM5y",hover:"hover-merBkM5y",clicked:"clicked-merBkM5y",accessible:"accessible-merBkM5y",arrow:"arrow-merBkM5y",arrowWrap:"arrowWrap-merBkM5y",isOpened:"isOpened-merBkM5y"}},81050:t=>{t.exports={dots:"dots-meVFo3Y9"}},39535:t=>{t.exports={mobile:"(max-width: 567px)"}},78135:(t,e,o)=>{"use strict";o.d(e,{HorizontalAttachEdge:()=>n,HorizontalDropDirection:()=>s,VerticalAttachEdge:()=>i,VerticalDropDirection:()=>r,getPopupPositioner:()=>c});var i,n,r,s,a=o(50151);!function(t){t[t.Top=0]="Top",t[t.Bottom=1]="Bottom",t[t.AutoStrict=2]="AutoStrict"}(i||(i={})),function(t){t[t.Left=0]="Left",t[t.Right=1]="Right"}(n||(n={})),function(t){t[t.FromTopToBottom=0]="FromTopToBottom",t[t.FromBottomToTop=1]="FromBottomToTop"}(r||(r={})),function(t){t[t.FromLeftToRight=0]="FromLeftToRight",t[t.FromRightToLeft=1]="FromRightToLeft"}(s||(s={}));const l={verticalAttachEdge:i.Bottom,horizontalAttachEdge:n.Left,verticalDropDirection:r.FromTopToBottom,horizontalDropDirection:s.FromLeftToRight,verticalMargin:0,horizontalMargin:0,matchButtonAndListboxWidths:!1};function c(t,e){return o=>{const{contentWidth:c,contentHeight:h,availableHeight:d}=o,p=(0,a.ensureNotNull)(t).getBoundingClientRect(),{horizontalAttachEdge:u=l.horizontalAttachEdge,horizontalDropDirection:m=l.horizontalDropDirection,horizontalMargin:g=l.horizontalMargin,verticalMargin:_=l.verticalMargin,matchButtonAndListboxWidths:v=l.matchButtonAndListboxWidths}=e;let f=e.verticalAttachEdge??l.verticalAttachEdge,y=e.verticalDropDirection??l.verticalDropDirection;f===i.AutoStrict&&(d{"use strict";o.d(e,{DEFAULT_TOOL_WIDGET_BUTTON_THEME:()=>a,ToolWidgetButton:()=>l});var i=o(50959),n=o(97754),r=o(9745),s=o(38576);const a=s,l=i.forwardRef(((t,e)=>{const{tag:o="div",icon:a,endIcon:l,isActive:c,isOpened:h,isDisabled:d,isGrouped:p,isHovered:u,isClicked:m,onClick:g,text:_,textBeforeIcon:v,title:f,theme:y=s,className:b,forceInteractive:w,inactive:C,"data-name":T,"data-tooltip":x,...S}=t,E=n(b,y.button,(f||x)&&"apply-common-tooltip",{[y.isActive]:c,[y.isOpened]:h,[y.isInteractive]:(w||Boolean(g))&&!d&&!C,[y.isDisabled]:Boolean(d||C),[y.isGrouped]:p,[y.hover]:u,[y.clicked]:m}),P=a&&("string"==typeof a?i.createElement(r.Icon,{className:y.icon,icon:a}):i.cloneElement(a,{className:n(y.icon,a.props.className)}));return"button"===o?i.createElement("button",{...S,ref:e,type:"button",className:n(E,y.accessible),disabled:d&&!C,onClick:g,title:f,"data-name":T,"data-tooltip":x},v&&_&&i.createElement("div",{className:n("js-button-text",y.text)},_),P,!v&&_&&i.createElement("div",{className:n("js-button-text",y.text)},_)):i.createElement("div",{...S,ref:e,"data-role":"button",className:E,onClick:d?void 0:g,title:f,"data-name":T,"data-tooltip":x},v&&_&&i.createElement("div",{className:n("js-button-text",y.text)},_),P,!v&&_&&i.createElement("div",{className:n("js-button-text",y.text)},_),l&&i.createElement(r.Icon,{icon:l,className:s.endIcon}))}))},56388:(t,e,o)=>{"use strict";o.d(e,{ToolWidgetIconButton:()=>a});var i=o(50959),n=o(97754),r=o(81348),s=o(97373);const a=i.forwardRef((function(t,e){const{className:o,id:a,...l}=t;return i.createElement(r.ToolWidgetButton,{id:a,"data-name":a,...l,ref:e,className:n(o,s.button)})}))},20626:(t,e,o)=>{"use strict";o.d(e,{ToolWidgetMenu:()=>f});var i=o(50959),n=o(97754),r=o.n(n),s=o(3343),a=o(20520),l=o(10381),c=o(90186),h=o(37558),d=o(41590),p=o(78135),u=o(90692),m=o(56570),g=o(76460),_=o(95389);var v;!function(t){t[t.Vertical=2]="Vertical",t[t.Horizontal=0]="Horizontal"}(v||(v={}));class f extends i.PureComponent{constructor(t){super(t),this._wrapperRef=null,this._controller=i.createRef(),this._onPopupCloseOnClick=t=>{"keyboard"===t.detail.clickType&&this.focus()},this._handleMenuFocus=t=>{t.relatedTarget===this._wrapperRef&&this.setState((t=>({...t,isOpenedByButton:!0}))),this.props.onMenuFocus?.(t)},this._handleWrapperRef=t=>{this._wrapperRef=t,this.props.reference&&this.props.reference(t)},this._handleOpen=()=>{"div"!==this.props.tag&&(this.setState((t=>({...t,isOpenedByButton:!1}))),this.props.menuReference?.current?.addEventListener("popup-menu-close-event",this._onPopupCloseOnClick),this._controller.current?.focus())},this._handleClick=t=>{(m.enabled("skip_event_target_check")||t.target instanceof Node)&&t.currentTarget.contains(t.target)&&(this._handleToggleDropdown(void 0,(0,g.isKeyboardClick)(t)),this.props.onClick&&this.props.onClick(t,!this.state.isOpened))},
+this._handleToggleDropdown=(t,e=!1)=>{const{onClose:o,onOpen:i}=this.props,{isOpened:n}=this.state,r="boolean"==typeof t?t:!n;this.setState({isOpened:r,shouldReturnFocus:!!r&&e}),r&&i&&i(),!r&&o&&o()},this._handleClose=()=>{this.close()},this._handleKeyDown=t=>{const{orientation:e="horizontal"}=this.props;if(t.defaultPrevented)return;if(!(t.target instanceof Node))return;const o=(0,s.hashFromEvent)(t);if(t.currentTarget.contains(t.target))switch(o){case 40:if("div"===this.props.tag||"horizontal"!==e)return;if(this.state.isOpened)return;t.preventDefault(),this._handleToggleDropdown(!0,!0);break;case 27:if(!this.state.isOpened||!this.props.closeOnEsc)return;t.preventDefault(),t.stopPropagation(),this._handleToggleDropdown(!1)}else{if("div"===this.props.tag)return;switch(o){case 27:{t.preventDefault();const{shouldReturnFocus:e,isOpenedByButton:o}=this.state;this._handleToggleDropdown(!1),e&&o&&this._wrapperRef?.focus();break}}}},this.state={isOpened:!1,shouldReturnFocus:!1,isOpenedByButton:!1}}render(){const{tag:t="div",id:e,arrow:o,content:n,isDisabled:s,isDrawer:a,isShowTooltip:h,title:d,className:p,hotKey:m,theme:g,drawerBreakpoint:_,tabIndex:v,isClicked:f}=this.props,{isOpened:b}=this.state,w=r()(p,g.button,{"apply-common-tooltip":h||!s,[g.isDisabled]:s,[g.isOpened]:b,[g.clicked]:f}),C=y(n)?n({isOpened:b}):n;return"button"===t?i.createElement("button",{type:"button",id:e,className:r()(w,g.accessible),disabled:s,onClick:this._handleClick,title:d,"data-tooltip-hotkey":m,ref:this._handleWrapperRef,onKeyDown:this._handleKeyDown,tabIndex:v,...(0,c.filterDataProps)(this.props),...(0,c.filterAriaProps)(this.props)},C,o&&i.createElement("div",{className:g.arrow},i.createElement("div",{className:g.arrowWrap},i.createElement(l.ToolWidgetCaret,{dropped:b}))),this.state.isOpened&&(_?i.createElement(u.MatchMedia,{rule:_},(t=>this._renderContent(t))):this._renderContent(a))):i.createElement("div",{id:e,className:w,onClick:s?void 0:this._handleClick,title:d,"data-tooltip-hotkey":m,ref:this._handleWrapperRef,"data-role":"button",tabIndex:v,onKeyDown:this._handleKeyDown,"aria-haspopup":this.props["aria-haspopup"],...(0,c.filterDataProps)(this.props)},C,o&&i.createElement("div",{className:g.arrow},i.createElement("div",{className:g.arrowWrap},i.createElement(l.ToolWidgetCaret,{dropped:b}))),this.state.isOpened&&(_?i.createElement(u.MatchMedia,{rule:_},(t=>this._renderContent(t))):this._renderContent(a)))}close(){this.props.menuReference?.current?.removeEventListener("popup-menu-close-event",this._onPopupCloseOnClick),this._handleToggleDropdown(!1)}focus(){this._wrapperRef?.focus()}update(){null!==this._controller.current&&this._controller.current.update()}_renderContent(t){const{menuDataName:e,minWidth:o,menuClassName:n,menuRole:r,maxHeight:s,drawerPosition:l="Bottom",children:c,noMomentumBasedScroll:u}=this.props,{isOpened:m}=this.state,g={horizontalMargin:this.props.horizontalMargin||0,verticalMargin:this.props.verticalMargin||2,verticalAttachEdge:this.props.verticalAttachEdge,horizontalAttachEdge:this.props.horizontalAttachEdge,
+verticalDropDirection:this.props.verticalDropDirection,horizontalDropDirection:this.props.horizontalDropDirection,matchButtonAndListboxWidths:this.props.matchButtonAndListboxWidths},_=Boolean(m&&t&&l),v=y(c)?c({isDrawer:_}):c;return _?i.createElement(h.DrawerManager,null,i.createElement(d.Drawer,{reference:this.props.drawerReference,onClose:this._handleClose,position:l,"data-name":e},v)):i.createElement(a.PopupMenu,{reference:this.props.menuReference,role:r,controller:this._controller,closeOnClickOutside:this.props.closeOnClickOutside,doNotCloseOn:this,isOpened:m,minWidth:o,onClose:this._handleClose,position:(0,p.getPopupPositioner)(this._wrapperRef,g),className:n,maxHeight:s,"data-name":e,tabIndex:"div"!==this.props.tag?-1:void 0,onOpen:this._handleOpen,onKeyDown:this.props.onMenuKeyDown,onFocus:this._handleMenuFocus,noMomentumBasedScroll:u},v)}}function y(t){return"function"==typeof t}f.defaultProps={arrow:!0,closeOnClickOutside:!0,theme:_}},17815:(t,e,o)=>{"use strict";o.r(e),o.d(e,{FavoriteDrawingToolbar:()=>P});var i=o(50959),n=o(32227),r=o(11542),s=o(10540),a=o(26744),l=o(49481),c=o(29023),h=o(40443),d=o(928),p=o(2627),u=o(56840),m=o(11417),g=o(64147),_=o(38780),v=o(32755),f=o(9745),y=o(20626),b=o(10838);const w={Mobile:o(39535).mobile};var C=o(77975),T=o(97754),x=o(44996),S=o(81050);function E(t){const{title:e,actions:o,className:n,onActionClick:r}=t,s=(0,C.useWatchedValueReadonly)({watchedValue:d.tool}),a=o.map((t=>function(t,e,o){return i.createElement(b.AccessibleMenuItem,{key:t,onClick:()=>o(t),label:p.lineToolsInfo[t].localizedName,icon:p.lineToolsInfo[t].icon,isActive:t===e})}(t,s,r)));return i.createElement(y.ToolWidgetMenu,{className:T(n,S.dots),arrow:!1,title:e,drawerBreakpoint:w.Mobile,content:i.createElement(f.Icon,{icon:x}),"data-name":"more",menuDataName:"more-menu",closeOnEsc:!0},a)}o(4224);class P extends s.FloatingToolbar{constructor(t){super({allowSortable:!0,dragOnlyInsideToolbar:!0,defaultPosition:t,positionSettingsKey:"chart.favoriteDrawingsPosition",positionStorageType:"device"}),this._linetoolsWidgets={},this._canBeShownValue=new g.WatchedValue(!1),this._reactContainer=null,this._onActionClick=async t=>{await(0,v.initLineTool)(t),h.ContextMenuManager.hideAll(),d.tool.value()!==t&&d.tool.setValue(t)},this._createLineToolRenderer=()=>{let t=!0;const e=window.innerHeight>window.innerWidth,o=window.innerWidth>window.innerHeight,i=window.innerHeight===window.innerWidth;return n=>{if(t){const r=this._createLinetoolWidget(n);this.addWidget(r),e&&this.isVertical()||o&&!this.isVertical()||i?(t=this._isWidgetCanBeOnScreen(),t?this._linetoolsWidgets[n]=r:(this.removeWidget(r),this._dropdownItems.push(n))):this._linetoolsWidgets[n]=r}else this._dropdownItems.push(n)}},this._renderToolbarContent=()=>{const t=this._createLineToolRenderer();this._renderWidgetPlug(),this._linetoolsWidgets={},this._dropdownItems=[],this.removeWidgets(),a.LinetoolsFavoritesStore.favorites().filter((t=>p.lineToolsInfo[t]&&!0)).forEach(t),this._dropdownItems.length&&this._renderReactContent(),
+!this._dropdownItems.length&&this._reactContainer&&n.unmountComponentAtNode(this._reactContainer)},this._attachHandlers(),this._loadVisibilityState(),this._hideAction=this._createHideToolbarAction(),this._reactContainer=this.getReactWidgetContainer(),this._dropdownItems=[]}show(){this._canBeShownValue.value()&&(super.show(this._renderToolbarContent),window.addEventListener("resize",this._renderToolbarContent))}hide(){window.removeEventListener("resize",this._renderToolbarContent),super.hide()}showAndSaveSettingsValue(){this._canBeShownValue.value()&&(m.TVLocalStorage.setItem("ChartFavoriteDrawingToolbarWidget.visible","true"),this.show())}hideAndSaveSettingsValue(){m.TVLocalStorage.setItem("ChartFavoriteDrawingToolbarWidget.visible","false"),this.hide()}canBeShown(){return this._canBeShownValue.readonly()}_onFavoriteAdded(t){this.isVisible()&&this._renderToolbarContent(),a.LinetoolsFavoritesStore.favorites().filter(B).length>0&&(this._canBeShownValue.setValue(!0),this.showAndSaveSettingsValue())}_onFavoriteRemoved(t){delete this._linetoolsWidgets[t],this.isVisible()&&this._renderToolbarContent(),0===a.LinetoolsFavoritesStore.favorites().filter(B).length&&(this._canBeShownValue.setValue(!1),this.hide())}_onFavoriteMoved(){this._renderToolbarContent()}_onSelectedLinetoolChanged(t){Object.keys(this._linetoolsWidgets).forEach((e=>{this._linetoolsWidgets[e].classList.toggle("i-active",t===e)})),this._dropdownItems.includes(t)&&this._renderReactContent()}_createLinetoolWidget(t){const e=`${p.lineToolsInfo[t].icon}`,o=(0,l.parseHtmlElement)(e);return o.addEventListener("click",(()=>this._onActionClick(t))),o}_isWidgetCanBeOnScreen(){const t=this._getCorrectedWidgetRect();return this.isVertical()?t.height{this._loadVisibilityState(),this._renderToolbarContent()})),this.onWidgetsReordered().subscribe(this,((t,e)=>{const o=a.LinetoolsFavoritesStore.favorite(t);if(o){const t=this._linetoolsWidgets[o];t.classList.remove("clicked"),setTimeout((()=>{t.style.pointerEvents=""}),50)}if(t!==e){if(a.LinetoolsFavoritesStore.favoriteMoved.unsubscribe(this,this._onFavoriteMoved),
+!a.LinetoolsFavoritesStore.moveFavorite(o,e))throw new Error("Something went wrong");a.LinetoolsFavoritesStore.favoriteMoved.subscribe(this,this._onFavoriteMoved)}})),this.onSortableStart().subscribe(this,(t=>{const e=a.LinetoolsFavoritesStore.favorite(t);if(!e)return;const o=this._linetoolsWidgets[e];o.classList.add("clicked"),(0,_.hide)(),o.style.pointerEvents="none"})),this.onContextMenu((t=>{t.preventDefault(),h.ContextMenuManager.showMenu([this._hideAction],t)})),d.tool.subscribe(this._onSelectedLinetoolChanged.bind(this))}_createHideToolbarAction(){return new c.Action({actionId:"Chart.FavoriteDrawingToolsToolbar.Hide",options:{label:r.t(null,void 0,o(22688)),onExecute:()=>{this.hideAndSaveSettingsValue()}}})}_loadVisibilityState(){const t=a.LinetoolsFavoritesStore.favorites().filter(B).length>0;this._canBeShownValue.setValue(t);const e=a.LinetoolsFavoritesStore.favoritesCount()>0;let o;const i=u.getValue("ChartFavoriteDrawingToolbarWidget.visible");void 0!==i?(u.remove("ChartFavoriteDrawingToolbarWidget.visible",{forceFlush:!0}),o="false"!==i,m.TVLocalStorage.setItem("ChartFavoriteDrawingToolbarWidget.visible",i)):o="false"!==m.TVLocalStorage.getItem("ChartFavoriteDrawingToolbarWidget.visible"),o&&e?this.show():this.hide()}}function B(t){return!0}},10540:(t,e,o)=>{"use strict";o.d(e,{FLOATING_TOOLBAR_REACT_WIDGETS_CLASS:()=>T,FloatingToolbar:()=>S});var i=o(59064),n=o(32563),r=o(78871),s=o(56840),a=o(52033),l=o(64147),c=o(38881);class h extends c.ChunkLoader{_startLoading(){return Promise.all([o.e(1553),o.e(2377)]).then(o.bind(o,13367)).then((t=>t.HammerJS))}}var d=o(11417),p=o(50151),u=o(56073);o(92575);class m{constructor(t){this._helper=null,this._handleDragStart=t=>{if(null!==this._helper)return;const e=this._source;e.classList.add("ui-draggable-dragging");const[o,i]=[(0,u.outerWidth)(e),(0,u.outerHeight)(e)];this._helper={startTop:parseFloat(e.style.top)||0,startLeft:parseFloat(e.style.left)||0,nextTop:null,nextLeft:null,raf:null,size:[o,i],containment:this._containment instanceof HTMLElement?[parseInt(getComputedStyle(this._containment).borderLeftWidth)+parseInt(getComputedStyle(this._containment).paddingLeft),parseInt(getComputedStyle(this._containment).borderTopWidth)+parseInt(getComputedStyle(this._containment).paddingTop),this._containment.offsetWidth-parseInt(getComputedStyle(this._containment).borderRightWidth)-parseInt(getComputedStyle(this._containment).paddingRight)-parseInt(getComputedStyle(e).marginLeft)-parseInt(getComputedStyle(e).marginRight)-o,this._containment.offsetHeight-parseInt(getComputedStyle(this._containment).borderBottomWidth)-parseInt(getComputedStyle(this._containment).paddingBottom)-parseInt(getComputedStyle(e).marginTop)-parseInt(getComputedStyle(e).marginBottom)-i]:"window"===this._containment?[window.scrollX,window.scrollY,window.scrollX+document.documentElement.offsetWidth-o,window.scrollY+document.documentElement.offsetHeight-i]:null},this._start?.()},this._handleDragMove=t=>{if(null===this._helper)return
+;const{current:e,initial:o}=t.detail,i=this._source,n=this._helper.nextTop,r=this._helper.nextLeft,s="y"===this._axis||!1===this._axis||0!==e.movementY;if(s){const t=this._helper.startTop;isFinite(t)&&(this._helper.nextTop=e.clientY-o.clientY+t)}const a="x"===this._axis||!1===this._axis||0!==e.movementY;if(a){const t=this._helper.startLeft;isFinite(t)&&(this._helper.nextLeft=e.clientX-o.clientX+t)}if(null!==this._helper.containment){const[t,e,o,i]=this._helper.containment;s&&this._helper.nextTop&&(this._helper.nextTop=Math.min(this._helper.nextTop,i),this._helper.nextTop=Math.max(this._helper.nextTop,e)),a&&this._helper.nextLeft&&(this._helper.nextLeft=Math.min(this._helper.nextLeft,o),this._helper.nextLeft=Math.max(this._helper.nextLeft,t))}null!==this._helper.raf||n===this._helper.nextTop&&r===this._helper.nextLeft||(this._helper.raf=requestAnimationFrame((()=>{null!==this._helper&&(null!==this._helper.nextTop&&(i.style.top=this._helper.nextTop+"px",this._helper.nextTop=null),null!==this._helper.nextLeft&&(i.style.left=this._helper.nextLeft+"px",this._helper.nextLeft=null),this._helper.raf=null)}))),this._drag?.()},this._handleDragStop=t=>{if(null===this._helper)return;this._source.classList.remove("ui-draggable-dragging"),this._helper=null,this._stop?.()};const e=this._source=t.source;e.classList.add("ui-draggable");const o=this._handle=(t.handle?e.querySelector(t.handle):null)??e;o.classList.add("ui-draggable-handle"),this._start=t.start,this._stop=t.stop,this._drag=t.drag,this._backend=new g({handle:o,onDragStart:this._handleDragStart,onDragMove:this._handleDragMove,onDragStop:this._handleDragStop}),this._axis=t.axis??!1,this._containment=t.containment}destroy(){const t=this._source;t.classList.remove("ui-draggable"),t.classList.remove("ui-draggable-dragging");this._handle.classList.remove("ui-draggable-handle"),this._backend.destroy(),null!==this._helper&&(this._helper.raf&&cancelAnimationFrame(this._helper.raf),this._helper=null)}}class g{constructor(t){this._pointerStarted=!1,this._initial=null,this._handlePointerDown=t=>{if(null!==this._initial||0!==t.button)return;if(!(t.target instanceof Element&&this._handle.contains(t.target)))return;if(this._initial=t,!this._distance&&(this._pointerStart(),!this._pointerStarted))return;t.preventDefault();const e=this._getEventTarget();e.addEventListener("pointermove",this._handlePointerMove),e.addEventListener("pointerup",this._handlePointerUp),e.addEventListener("pointercancel",this._handlePointerUp),e.addEventListener("lostpointercapture",this._handleLostPointerCapture)},this._handleLostPointerCapture=t=>{this._getEventTarget()===t.target&&this._handlePointerUp(t)},this._handlePointerMove=t=>{if(null!==this._initial&&this._initial.pointerId===t.pointerId)if(this._pointerStarted)this._pointerDrag(t);else if(this._pointerDistanceMet(t)){if(this._pointerStart(),this._pointerStarted)return void this._pointerDrag(t);this._handlePointerUp(t)}},this._handlePointerUp=t=>{if(null===this._initial||this._initial.pointerId!==t.pointerId)return;t.preventDefault()
+;const e=this._getEventTarget();e.removeEventListener("pointermove",this._handlePointerMove),e.removeEventListener("pointerup",this._handlePointerUp),e.removeEventListener("pointercancel",this._handlePointerUp),e.removeEventListener("lostpointercapture",this._handlePointerUp),this._pointerStarted&&(this._pointerStarted=!1,e.releasePointerCapture(this._initial.pointerId),this._dispatchEvent(this._createEvent("pointer-drag-stop",t))),this._initial=null};const e=this._handle=t.handle;this._onDragStart=t.onDragStart,this._onDragMove=t.onDragMove,this._onDragStop=t.onDragStop,this._distance=t.distance??0,this._rootElement=t.rootElement,e.style.touchAction="none",e.addEventListener("pointerdown",this._handlePointerDown)}destroy(){const t=this._handle;t.style.touchAction="",t.removeEventListener("pointerdown",this._handlePointerDown),t.removeEventListener("pointermove",this._handlePointerMove),t.removeEventListener("pointerup",this._handlePointerUp),t.removeEventListener("pointercancel",this._handlePointerUp),t.removeEventListener("lostpointercapture",this._handlePointerUp),null!==this._initial&&(t.releasePointerCapture(this._initial.pointerId),this._initial=null),this._pointerStarted=!1}_pointerStart(){if(!this._initial)return;const t=this._getEventTarget();this._dispatchEvent(this._createEvent("pointer-drag-start",this._initial))?(this._pointerStarted=!0,t.setPointerCapture(this._initial.pointerId)):this._initial=null}_pointerDrag(t){t.preventDefault(),this._dispatchEvent(this._createEvent("pointer-drag-move",t))}_pointerDistanceMet(t){return!this._initial||!this._distance||Math.max(Math.abs(this._initial.clientX-t.clientX),Math.abs(this._initial.clientY-t.clientY))>=this._distance}_getEventTarget(){return this._rootElement??this._handle}_dispatchEvent(t){switch(t.type){case"pointer-drag-start":this._onDragStart(t);break;case"pointer-drag-move":this._onDragMove(t);break;case"pointer-drag-stop":this._onDragStop(t)}return!t.defaultPrevented}_createEvent(t,e){return(0,p.assert)(null!==this._initial),new CustomEvent(t,{bubbles:!0,cancelable:!0,detail:{backend:this,initial:this._initial,current:e}})}}var _=o(9859),v=o(63273),f=o(16738);class y{constructor(t){this._items=[],this._backends=[],this._helper=null,this._handleDragStart=t=>{const e=this._getAllItems()[t];if(!(e instanceof HTMLElement)||null!==this._helper)return;e.style.zIndex="10";const o=this._options.source,i=e.getBoundingClientRect(),n=o.getBoundingClientRect();this._helper={movedIndexes:new Set,draggableIndex:t,leftBorder:n.left+b(o,"padding-left")+b(o,"border-left-width")-i.left-1,rightBorder:n.right-b(o,"padding-right")-b(o,"border-right-width")-i.right+1,topBorder:n.top+b(o,"padding-top")+b(o,"border-top-width")-i.top-1,bottomBorder:n.bottom-b(o,"padding-bottom")-b(o,"border-bottom-width")-i.bottom+1},this._options.start?.(t)},this._handleDragMove=t=>{if(null===this._helper)return
+;const{topBorder:e,bottomBorder:o,leftBorder:i,rightBorder:n,draggableIndex:r}=this._helper,s=this._getAllItems()[r],{current:a,initial:l}=t.detail,{axis:c}=this._options,h=a.clientX-l.clientX,d=a.clientY-l.clientY;if("y"===c){const t=(0,_.clamp)(d,e,o);s.style.transform=`translateY(${t}px)`}if("x"===c){const t=(0,_.clamp)(h,i,n);s.style.transform=`translateX(${t}px)`}this._updateIdleItemsStateAndPosition()},this._handleDragStop=()=>{if(null===this._helper)return;this._getAllItems()[this._helper.draggableIndex].style.zIndex="";const t=this._applyNewItemsOrder();this._cleanup(),this._initBackends(),null!==t&&this._options.stop?.(t)},this._options=t,this._initBackends()}destroy(){this._cleanup();for(const t of this._backends)t.destroy()}updateOptions(t){(0,f.default)(this._options,t)}updateList(){this._cleanup(),this._initBackends()}_initBackends(){for(const t of this._backends)t.destroy();const t=[];this._getAllItems().forEach(((e,o)=>{t.push(new g({handle:e,onDragStart:()=>this._handleDragStart(o),onDragMove:this._handleDragMove,onDragStop:this._handleDragStop,distance:5,rootElement:window.document.documentElement}))})),this._backends=t}_cleanup(){this._getAllItems().forEach((t=>{t.style.transform=""})),this._helper=null,this._items=[]}_getAllItems(){return this._items?.length||(this._items=Array.from(this._options.source.children)),this._items}_updateIdleItemsStateAndPosition(){if(null===this._helper)return;const{axis:t}=this._options,{draggableIndex:e}=this._helper,o=this._getAllItems(),i=o[e].getBoundingClientRect(),n=i.top+i.height/2,r=i.left+i.width/2,s="x"===t?r:n,a=new Set;o.forEach(((o,n)=>{if(e===n)return;const r=o.getBoundingClientRect(),l=r.left+r.width/2,c=r.top+r.height/2,h="x"===t?l:c,d=e>n,p=(0,v.isRtl)();let u;if(u=d?p&&s>=h||!p&&s<=h:p&&s<=h||!p&&s>=h,u){a.add(n);const e=d?p?-1:1:p?1:-1;switch(t){case"x":o.style.transform=`translateX(${e*i.width}px)`;break;case"y":o.style.transform=`translateY(${e*i.height}px)`}}else o.style.transform="",a.delete(n)})),this._helper.movedIndexes=a}_applyNewItemsOrder(){if(null===this._helper)return null;const{draggableIndex:t,movedIndexes:e}=this._helper,o=this._getAllItems(),i=o[t];let n=null;const r=[];o.forEach(((o,i)=>{if(i===t)return;const n=t>i;if(!e.has(i))return void(r[i]=o);r[n?i+1:i-1]=o}));for(let t=0;t{this._options.source.appendChild(t)})),n}}function b(t,e){return parseInt(function(t,e){return getComputedStyle(t,null).getPropertyValue(e)}(t,e))}var w=o(49481),C=o(25388);o(2030);const T="floating-toolbar-react-widgets",x=`
${C}
`;class S{constructor(t){this._widget=document.createElement("div"),this._isVertical=!1,this._hiddingTimeoutId=null,this._visibility=new l.WatchedValue(!1),this._windowResizeListener=this._onWindowResize.bind(this),
+this._reorderedDelegate=new a.Delegate,this._startSortableDelegate=new a.Delegate,this._responsiveResizeFunction=null,this._showTimeStamp=null,this._draggable=null,this._sortable=null,this._preventClickUntilAnimation=t=>{null!==this._showTimeStamp&&performance.now()-this._showTimeStamp{this.isVisible()&&(t?.(),this._widget.classList.remove("i-closed"))}))):(t?.(),this._widget.classList.remove("i-closed")),this._onWindowResize())}hide(t=!1){if(!this.isVisible())return;const e=this._widget.classList.contains("i-closed");if(this._widget.classList.add("i-closed"),this._visibility.setValue(!1),t||e)this._setHiddingTimeout(null),this._widget.classList.add("i-hidden");else{const t=setTimeout((()=>{this._setHiddingTimeout(null),this._widget.classList.add("i-hidden")}),this.hideDuration());this._setHiddingTimeout(t)}window.removeEventListener("resize",this._windowResizeListener)}raise(){S._toolbars.length+S._startZIndex!==this._zIndex()&&(S._toolbars.splice(S._toolbars.indexOf(this),1),S._toolbars.push(this),S._updateAllZIndexes())}hideDuration(){return.75*r.dur}addWidget(t,e={}){const o=this.widgetsCount();if(void 0===e.index&&(e.index=o),e.index<0||e.index>o)throw new Error(`Index must be in [0, ${o}]`);const i=document.createElement("div");i.className="tv-floating-toolbar__widget js-widget",i.appendChild(t);const n=e.index===o?null:this._content.childNodes.item(e.index)
+;this._content.insertBefore(i,n),this._onWindowResize(),this._sortable?.updateList()}getReactWidgetContainer(){return this._reactWidgetsContainer}onWidgetsReordered(){return this._reorderedDelegate}onSortableStart(){return this._startSortableDelegate}removeWidget(t){const e=this._findWrapperForWidget(t);e&&(this._content.removeChild(e),this._onWindowResize(),this._sortable?.updateList())}widgetsCount(){return this._content.childNodes.length}showWidget(t){const e=this._findWrapperForWidget(t);e&&e.classList.remove("i-hidden")}hideWidget(t){const e=this._findWrapperForWidget(t);e&&e.classList.add("i-hidden")}removeWidgets(){for(;this._content.firstChild;)this._content.removeChild(this._content.firstChild);this._onWindowResize()}onContextMenu(t){if(n.mobiletouch){(new h).load().then((e=>{const o=new e(this._widget);o.get("press").set({time:500}),o.on("press",(e=>{this._preventWidgetTouchEndEvent(),t(e.srcEvent)}))}))}else this._widget.addEventListener("contextmenu",t)}checkPosition(){const t=this._getCorrectedWidgetRect(),e={left:t.left,top:t.top};this._correctPosition(e),t.left===e.left&&t.top===e.top||(this._widget.style.left=e.left+"px",this._widget.style.top=e.top+"px")}_determineCurrentLayoutVertical(t){const e=this._isVertical?t.height:t.width;return window.innerWidtht.left&&(t.left=Math.min(t.left+i,o.left)),n<0?t.top=Math.max(0,window.innerHeight-e.height):o&&o.top>t.top&&(t.top=Math.min(t.top+n,o.top))}_getCorrectedWidgetRect(){const t=this._widget.getBoundingClientRect();if(this._widget.classList.contains("i-closed")){const e=1/.925-1,o=t.width*e,i=t.height*e;return{bottom:t.bottom+i/2,height:t.height+i,left:t.left-o/2,right:t.right+o/2,top:t.top-i/2,width:t.width+o}}return t}_getSavedPosition(){let t;if("device"===this._options.positionStorageType){const e=d.TVLocalStorage.getItem(this._options.positionSettingsKey);t=null!==e?JSON.parse(e):null}else t=(0,s.getJSON)(this._options.positionSettingsKey)??null;return null!==t&&"top"in t&&"left"in t?t:null}_setHiddingTimeout(t){null!==this._hiddingTimeoutId&&clearTimeout(this._hiddingTimeoutId),this._hiddingTimeoutId=t}_preventWidgetTouchEndEvent(){const t=e=>{e.preventDefault(),this._widget.removeEventListener("touchend",t)};this._widget.addEventListener("touchend",t)}_updateLayoutType(){this._widget.classList.toggle("i-vertical",this._isVertical)}_updateAxisOption(){this._sortable&&this._sortable.updateOptions({axis:this._isVertical?"y":"x"})}_onWindowResize(){if("auto"===(this._options.layout||"auto")){const t=this._isVertical,e=this._getCorrectedWidgetRect()
+;this._isVertical=this._determineCurrentLayoutVertical(e),this._updateLayoutType(),t!==this._isVertical&&(this._onVerticalChanged(this._isVertical,t),this._updateAxisOption())}this.checkPosition(),this._resizeResponsive()}_resizeResponsive(){if(null===this._responsiveResizeFunction)return;let t=this._options.layout||"auto";"auto"===t&&(t=this._isVertical?"vertical":"horizontal");const e="vertical"===t?this._widget.clientHeight:this._widget.clientWidth,o=("vertical"===t?window.innerHeight:window.innerWidth)-e;this._responsiveResizeFunction(e,o,t)}_setZIndex(t){this._widget.style.zIndex=String(t)}_zIndex(){return Number(this._widget.style.zIndex)}_loadPosition(){const t=this._getSavedPosition()??this._options.defaultPosition;this._widget.style.left=Math.round(t.left)+"px",this._widget.style.top=Math.round(t.top)+"px",this._onWindowResize()}_savePosition(){const t=this._widget.getBoundingClientRect();if("device"===this._options.positionStorageType)try{d.TVLocalStorage.setItem(this._options.positionSettingsKey,JSON.stringify({left:t.left,top:t.top}))}catch{}else(0,s.setJSON)(this._options.positionSettingsKey,{left:t.left,top:t.top})}_init(){this._loadPosition(),this._draggable=new m({source:this._widget,containment:"window",handle:".js-drag",start:i.globalCloseMenu,stop:this._savePosition.bind(this)}),this._initSortable(),this._widget.addEventListener("pointerdown",this.raise.bind(this))}_initSortable(){if(!this._options.allowSortable)return;let t=-1;this._sortable=new y({source:this._content,axis:this._isVertical?"y":"x",start:e=>{(0,i.globalCloseMenu)(),t=e,this._startSortableDelegate.fire(t)},stop:e=>{this._reorderedDelegate.fire(t,e)}})}static _updateAllZIndexes(){S._toolbars.forEach(((t,e)=>{t._setZIndex(S._startZIndex+e)}))}}S._startZIndex=20,S._toolbars=[]},46675:(t,e,o)=>{"use strict";o.d(e,{LineToolPropertiesWidgetBase:()=>Gt});var i=o(50959),n=o(32227),r=o(11542),s=o(45126),a=o(56570),l=o(64147),c=o(37265),h=o(928),d=o(46112),p=o(73305),u=o(50151),m=o(12988);class g extends m.Property{constructor(t,e,o){super(),this._listenersMappers=[],this._isProcess=!1,this._baseProperty=t,this._propertyApplier=e,this._undoText=o}destroy(){this._baseProperty.destroy(),super.destroy()}value(){return this._baseProperty.value()}setValue(t){this._isProcess=!0,this._baseProperty.setValue(t,void 0,{applyValue:(t,e)=>this._propertyApplier.setProperty(t,e,this._undoText)}),this._isProcess=!1,this._listenersMappers.forEach((t=>{t.method.call(t.obj,this,"")}))}subscribe(t,e){const o=o=>{this._isProcess||e.call(t,this,"")},i={obj:t,method:e,callback:o};this._listenersMappers.push(i),this._baseProperty.subscribe(t,o)}unsubscribe(t,e){const o=(0,u.ensureDefined)(this._listenersMappers.find((o=>o.obj===t&&o.method===e))?.callback);this._baseProperty.unsubscribe(t,o)}unsubscribeAll(t){this._baseProperty.unsubscribeAll(t)}}var _=o(95166),v=o(97754),f=o.n(v),y=o(84877),b=o(10540),w=o(24437);const C=b.FLOATING_TOOLBAR_REACT_WIDGETS_CLASS+"__button";function T(t){
+const{templateButton:e,cancelButton:o,propertyButtons:n,commonButtons:r,actionButtons:s,isDrawingFinished:a,isToolbarFixed:l,buttonClassName:c,activeChartWidget:h}=t,d=h.hasModel()&&h.model().selection().dataSources();return d&&d.length?i.createElement(y.MatchMediaMap,{rules:{isSmallWidth:w.DialogBreakpoints.TabletSmall,isSmallHeight:"(max-height: 440px)"}},(({isSmallWidth:t,isSmallHeight:e})=>i.createElement(i.Fragment,null,p(),a&&i.createElement(i.Fragment,null,Boolean(s.length)&&s.map(((t,e)=>i.createElement(t.component,{...t.props,key:`${t.props.title}_${e}`,className:f()(C,c)}))),Boolean(n.length)&&n.map(((o,n)=>i.createElement(o.component,{...o.props,key:`${o.props.title}_${n}`,className:f()(C,c),isSmallScreen:t||e,isToolbarFixed:l}))),Boolean(r.length)&&r.map(((o,n)=>{const r=t||e;return r?o.showForSmallScreen?i.createElement(o.component,{...o.props,isSmallScreen:r,key:`${o.props.title}_${n}`,className:f()(C,c)}):null:i.createElement(o.component,{...o.props,key:`${o.props.title}_${n}`,className:f()(C,c)})}))),null!==o&&i.createElement(o.component,{...o.props,key:`${o.props.title}`,className:f()(C,c),isSmallScreen:t||e,isToolbarFixed:l})))):p();function p(){return null===e?null:i.createElement(e.component,{...e.props,isToolbarFixed:l,isDrawingFinished:a,className:f()(C,c)})}}var x=o(51768),S=o(56388),E=o(34369);function P(t){const{title:e,activeChartWidget:o,className:n}=t;return i.createElement(S.ToolWidgetIconButton,{className:n,icon:E,title:e,onClick:async function(){(0,x.trackEvent)("GUI","Context action on drawings","Settings");const t=o.model().selection().lineDataSources(),e=t.length;1===e?await o.showChartPropertiesForSource(t[0],void 0,{onWidget:o.onWidget()}):e>1&&await o.showChartPropertiesForSources({sources:t})},"data-name":"settings"})}var B=o(43982),D=o(29835),W=o(21103);function L(t){const{className:e,...o}=t;return i.createElement(D.ToolButton,{className:v(e,W.button),tooltipPosition:"horizontal",...o})}var k=o(65186),N=o(91244);function M(t){const{activeChartWidget:e,className:n}=t,s=e.model().selection().lineDataSources();if(0===s.length)return null;const a=s[0].properties().frozen,l=(0,B.useProperty)(a),c=l?{tooltip:r.t(null,void 0,o(99894)),icon:k}:{tooltip:r.t(null,void 0,o(51077)),icon:N};return i.createElement(L,{className:n,isActive:Boolean(l),onClick:function(){(0,x.trackEvent)("GUI","Context action on drawings","Lock"),e.toggleLockSelectedObject()},"data-name":Boolean(l)?"unlock":"lock",...c})}var A=o(56657),R=o(14051);function I(t,e,o){const[n,r]=(0,i.useState)(null);return(0,i.useEffect)((()=>{const o=new AbortController;let i=null;return(0,R.respectAbort)(o.signal,t()).then((t=>r(i=t))).catch(R.skipAbortError),()=>{o.abort(),i&&e&&e(i)}}),o?[...o]:void 0),n}var F=o(67375);function V(t){const{activeChartWidget:e,className:n}=t,s=e.model().selection().lineDataSources(),a=s.find((t=>t.anchorable())),l=(0,B.useProperty)(a?.properties().anchored??new m.Property(!1)),c=I((()=>new A.ActionsProvider(e).actionForLineTools(s,"Chart.SelectedObject.ToggleAnchored")),(t=>t?.destroy()),[e,l])
+;return c?i.createElement(L,{className:n,isActive:Boolean(l),tooltip:r.t(null,void 0,o(74089)),icon:F.icons.get("Chart.AnchorLineTool"),onClick:()=>c.execute(),"data-name":"toggle-anchor"}):null}var O=o(93544);function z(t){const{title:e,activeChartWidget:o,className:n}=t;return i.createElement(S.ToolWidgetIconButton,{className:n,icon:O,title:e,"data-name":"remove",onClick:function(){(0,x.trackEvent)("GUI","Context action on drawings","Remove"),o.removeSelectedSources()}})}var H=o(49483),U=o(53054);const Z=H.CheckMobile.any();function j(t){if(!Z)return null;const{activeChartWidget:e,className:n}=t,s=e.model().selection().lineDataSources();if(0===s.length)return null;const a=s[0];if(!a.snapTo45DegreesAvailable())return null;const l=(0,B.useProperty)((0,h.alignTo45Degrees)()),c=l?{tooltip:r.t(null,void 0,o(31145)),icon:U}:{tooltip:r.t(null,void 0,o(83187)),icon:U};return i.createElement(L,{className:n,isActive:Boolean(l),onClick:function(){(0,x.trackEvent)("GUI","Context action on drawings","Align to 45 degrees");const t=(0,h.alignTo45Degrees)().value();(0,h.alignTo45Degrees)().setValue(!t),t||e.model().alignToolTo45Degrees(a)},"data-name":Boolean(l)?"disable-align-to-45-degrees":"enable-align-to-45-degrees",...c})}var G=o(98486);function $(t){const{title:e,activeChartWidget:o,className:n}=t;return i.createElement(S.ToolWidgetIconButton,{className:n,icon:G,title:e,"data-name":"cancel-drawing",onClick:function(){(0,x.trackEvent)("GUI","Context action on drawings","Cancel Drawing"),o.resetDrawingState()}})}var K=o(9745),q=o(75774),X=o(32563),Q=o(20626),Y=o(75535),J=o(40443),tt=o(68335),et=o(26709),ot=o(29023);async function it(t,e){const i=[(0,A.createVisualOrderAction)(t,e),(0,A.createChangeIntervalsVisibilitiesAction)(t,e)],n=function(t,e){const i=[],n=tt.isMacKeyboard?" +":"",s=e.filter((t=>t.cloneable()));s.length>0&&i.push(new ot.Action({actionId:"Chart.LineTool.Clone",options:{name:"clone",icon:o(36296),shortcutHint:tt.humanReadableModifiers(et.Modifiers.Mod)+n+" Drag",label:r.t(null,void 0,o(12537)),onExecute:()=>{t.model().cloneLineTools(s,!1),(0,x.trackEvent)("GUI","Context action on drawings","Clone")}}}));const a=e.filter((t=>t.copiable()));if(a.length>0){const e={name:"copy",label:r.t(null,void 0,o(49680)),shortcutHint:tt.humanReadableModifiers(et.Modifiers.Mod)+n+" C",onExecute:()=>{t.chartWidgetCollection().clipboard.uiRequestCopy(a)}};i.push(new ot.Action({actionId:"Chart.Clipboard.CopyLineTools",options:e,id:"Copy"}))}return i}(t,e);if(n.length&&i.push(new ot.Separator,...n),e.some((t=>t.isSynchronizable()))){const o=(0,A.createSyncDrawingActions)(t,e);o.length&&i.push(new ot.Separator,...o)}if(1===e.length&&e[0].additionalActions){const o=await e[0].additionalActions(t.model(),"FloatingToolbarButton");o.actions.length&&(i.push(new ot.Separator),i.push(...o.actions))}return i.push(new ot.Separator,(0,A.createActionToggleVisibilityDataSources)(t,e)),i}var nt=o(44996);function rt(t){const{title:e,activeChartWidget:o,isSmallScreen:n,className:r}=t,s=o.model(),a=s.selection().lineDataSources(),[l,c]=(0,
+i.useState)([]),h=(0,i.useRef)(null),d=(0,i.useMemo)((()=>new A.ActionsProvider(o)),[o]),p=(0,i.useCallback)((()=>d.contextMenuActionsForSources(a,(0,u.ensureNotNull)(s.paneForSource(a[0])))),[d,a]),m=(0,i.useCallback)((async()=>{if(n)return;const t=await it(o,a);c(st(t))}),[n,o,a]),g=(0,i.useCallback)((t=>{n&&p().then((e=>{const o=st(e);window.matchMedia(w.DialogBreakpoints.TabletSmall).matches||!q.isAnyMobile?J.ContextMenuManager.showMenu(o,t,{mode:q.isAnyMobile?"drawer":"menu","data-name":"more-menu"},{menuName:"LineToolFloatingToolbarMoreMenu"}):c(o)}))}),[n,p]);return(0,i.useEffect)((()=>{l.length&&h.current?.update()}),[l]),i.createElement(Q.ToolWidgetMenu,{className:r,ref:h,arrow:!1,onOpen:m,onClick:g,title:e,content:i.createElement(K.Icon,{icon:nt}),"data-name":"more",menuDataName:"more-menu",noMomentumBasedScroll:!0,closeOnEsc:!0},i.createElement(Y.ActionsTable,{parentIsOpened:!0,items:l}))}function st(t){if(X.touch&&!window.matchMedia("(pointer:fine)").matches){const e=t.filter((t=>"Copy"!==t.id));if(e.length===t.length)return e;const o=[];return e.forEach((t=>{("separator"!==t.type||o.length>0&&"separator"!==o[o.length-1].type)&&o.push(t)})),o}return t}var at=o(85904),lt=o(78135),ct=o(501),ht=o(23851),dt=o(57740),pt=o(80427);function ut(t){const{property:e,propertyApplier:n,title:s,undoText:a,isToolbarFixed:l,className:c}=t,h=(0,B.useProperty)(e),d=(0,i.useMemo)((()=>[new ot.Action({actionId:"Chart.LineTool.Toolbar.ChangeLineStyleToSolid",options:{icon:ct,label:r.t(null,void 0,o(3554)),active:at.LineStyle.Solid===h,onExecute:()=>n.setProperty(e,at.LineStyle.Solid,a)}}),new ot.Action({actionId:"Chart.LineTool.Toolbar.ChangeLineStyleToDashed",options:{icon:ht,label:r.t(null,void 0,o(88123)),active:at.LineStyle.Dashed===h,onExecute:()=>n.setProperty(e,at.LineStyle.Dashed,a)}}),new ot.Action({actionId:"Chart.LineTool.Toolbar.ChangeLineStyleToDotted",options:{icon:dt,label:r.t(null,void 0,o(27390)),active:at.LineStyle.Dotted===h,onExecute:()=>n.setProperty(e,at.LineStyle.Dotted,a)}})]),[n,e,h]);return i.createElement(Q.ToolWidgetMenu,{className:c,arrow:!1,content:i.createElement(K.Icon,{icon:mt(h)}),title:s,"data-name":t["data-name"],menuDataName:`${t["data-name"]}-menu`,verticalDropDirection:l?lt.VerticalDropDirection.FromBottomToTop:void 0,horizontalDropDirection:l?lt.HorizontalDropDirection.FromRightToLeft:void 0,horizontalAttachEdge:l?lt.HorizontalAttachEdge.Right:void 0,verticalAttachEdge:l?lt.VerticalAttachEdge.Top:void 0},i.createElement(Y.ActionsTable,{items:d}))}function mt(t){switch(t){case at.LineStyle.Solid:return ct;case at.LineStyle.Dashed:return ht;case at.LineStyle.Dotted:return dt;case"mixed":return pt;default:return""}}const gt=[8,10,11,12,14,16,18,20,22,24,28,32,40];function _t(t){const{property:e,propertyApplier:o,title:n,undoText:r,isToolbarFixed:s,className:a}=t,l=(0,B.useProperty)(e),c=gt.map((t=>new ot.Action({actionId:"Chart.LineTool.Toolbar.ChangeFontSizeProperty",options:{label:t.toString(),onExecute:()=>o.setProperty(e,t,r),active:t===l}})));return i.createElement(Q.ToolWidgetMenu,{
+arrow:!1,content:l,className:a,title:n,verticalDropDirection:s?lt.VerticalDropDirection.FromBottomToTop:void 0,horizontalDropDirection:s?lt.HorizontalDropDirection.FromRightToLeft:void 0,horizontalAttachEdge:s?lt.HorizontalAttachEdge.Right:void 0,verticalAttachEdge:s?lt.VerticalAttachEdge.Top:void 0,"data-name":t["data-name"],menuDataName:`${t["data-name"]}-menu`},i.createElement(Y.ActionsTable,{items:c}))}var vt=o(72894),ft=o(32755),yt=o(77336),bt=o(15764),wt=o(66666),Ct=o(35923),Tt=o(16396),xt=o(40173),St=o(28245),Et=o(87913);const Pt=(0,xt.mergeThemes)(Tt.DEFAULT_POPUP_MENU_ITEM_THEME,Et),Bt=[8,12,20,32,48,64,80,96];function Dt(t){const{multipleProperty:e,title:o,undoText:n,propertyApplier:r,isToolbarFixed:s,className:a,isSmallScreen:l}=t,c=(0,B.useProperty)((0,u.ensureDefined)(e));return i.createElement(Q.ToolWidgetMenu,{className:a,arrow:!1,title:o,"data-name":t["data-name"],menuDataName:`${t["data-name"]}-menu`,verticalDropDirection:s?lt.VerticalDropDirection.FromBottomToTop:void 0,horizontalDropDirection:s?lt.HorizontalDropDirection.FromRightToLeft:void 0,horizontalAttachEdge:s?lt.HorizontalAttachEdge.Right:void 0,verticalAttachEdge:s?lt.VerticalAttachEdge.Top:void 0,content:i.createElement("div",{className:f()(Et.buttonWrap,l&&Et.small)},i.createElement(K.Icon,{icon:St}),!l&&"mixed"!==c&&i.createElement("div",{className:Et.buttonLabel},`${c}px`))},Bt.map((t=>i.createElement(Tt.PopupMenuItem,{key:t,theme:Pt,label:`${t}px`,isActive:t===c,onClick:h,onClickArg:t}))));function h(t){t&&e&&(r.beginUndoMacro(n),e.setValue(t,void 0,{applyValue:(t,e)=>{r.setProperty(t,e,n)}}),r.endUndoMacro())}}function Wt(t){const{activeChartWidget:e,className:o,actionId:n}=t,r=e.model().selection().lineDataSources(),s=I((()=>new A.ActionsProvider(e).actionForLineTools(e.model().selection().lineDataSources(),n)),(t=>t?.destroy()),[e,r]);if(!s)return null;const{label:a,icon:l}=s.options();return i.createElement(L,{className:o,tooltip:a,icon:l,onClick:()=>s.execute(),"data-name":`toggle-insert-cells-button-${n}`})}const Lt=new s.TranslatedString("change line tool(s) font size",r.t(null,void 0,o(37453))),kt=new s.TranslatedString("change line tool(s) line style",r.t(null,void 0,o(13423))),Nt=new s.TranslatedString("change line tool(s) line width",r.t(null,void 0,o(81303))),Mt=new s.TranslatedString("line tool(s) line style",r.t(null,{context:"line tool property name"},o(64974))),At=r.t(null,void 0,o(32514)),Rt=r.t(null,void 0,o(99919)),It=r.t(null,void 0,o(67410)),Ft=r.t(null,void 0,o(4543)),Vt=r.t(null,void 0,o(37117)),Ot=r.t(null,void 0,o(92516)),zt=r.t(null,void 0,o(2573)),Ht=r.t(null,void 0,o(53002)),Ut=r.t(null,void 0,o(75056));function Zt(t){return"LineToolBrush"===t||"LineToolHighlighter"===t}const jt=H.CheckMobile.any()||H.CheckMobile.isIPad();class Gt{constructor(t){this._isDrawingFinished=new l.WatchedValue(!0),this._currentTool=null,this._updateVisibilityTimeout=null,this._lineWidthsProperty=null,this._lineColorsProperty=null,this._highlighterWidthsProperty=null,this._currentProperties=null,this._floatingContainer=null,
+this._floatingToolbarRendered=!1,this._toolbarVisible=!1,this._propertiesVisible=!1,this._templatesButton=null,this._cancelButton=null,this._propertyButtons=[],this._commonButtons=[],this._actionCommonButtons=[],this._handleSourceEdit=t=>{h.isDirectionalMovementActive.value()||(t?this._floatingToolbar.hide(!0):this._floatingToolbarRendered&&this._floatingToolbar.show())},this._chartWidgetCollection=t,this._floatingToolbar=new b.FloatingToolbar({defaultPosition:{top:vt.HEADER_TOOLBAR_HEIGHT_EXPANDED+15,left:window.innerWidth/2},positionSettingsKey:"properties_toolbar.position",positionStorageType:"device",layout:"horizontal","data-name":"drawing-toolbar"}),this._floatingContainer=this._floatingToolbar.getReactWidgetContainer(),this._isToolMovingNowSpawn=h.isToolMovingNow.spawn(),this._isToolEditingNowSpawn=h.isToolEditingNow.spawn(),this._toolSpawn=h.tool.spawn(),this._iconToolSpawn=h.iconTool.spawn(),this._emojiToolSpawn=h.emojiTool.spawn(),this._selectedSourcesSpawn=this._chartWidgetCollection.selectedSources.spawn(),this._isToolMovingNowSpawn.subscribe(this._handleSourceEdit),this._isToolEditingNowSpawn.subscribe(this._handleSourceEdit),this._toolSpawn.subscribe((t=>this._onToolChanged(t)),{callWithLast:!0}),this._iconToolSpawn.subscribe((()=>this._onToolChanged(h.tool.value()))),this._emojiToolSpawn.subscribe((()=>this._onToolChanged(h.tool.value()))),this._selectedSourcesSpawn.subscribe((()=>this.refresh())),this._chartWidgetCollection.onAboutToBeDestroyed.subscribe(this,this.destroy,!0)}destroy(){this._isToolMovingNowSpawn.destroy(),this._isToolEditingNowSpawn.destroy(),this._toolSpawn.destroy(),this._iconToolSpawn.destroy(),this._emojiToolSpawn.destroy(),this._selectedSourcesSpawn.destroy()}async refresh(){this._onSourceChanged(this.selectedSources())}activeChartWidget(){return this._chartWidgetCollection.activeChartWidget.value()}selectedSources(){return this._chartWidgetCollection.selectedSources.value().filter(ft.isLineTool)}hide(){this._updateVisibilityTimeout&&clearTimeout(this._updateVisibilityTimeout),this._updateVisibilityTimeout=setTimeout((()=>{(0,ft.unsetNewToolProperties)(!0),this._floatingToolbar.hide(!0),this._isToolbarRendered()&&this._unmountFloatingToolbar(),this._clearProperties(),this._clearCommonButtons(),this._clearActionCommonButtons(),this._clearCancelButtons()}),0),delete this._propertyApplier}templatesList(){return this._templatesList}async _onToolChanged(t,e){await(0,yt.ensureLineToolLoaded)(t),this._currentTool=t;const o=this.selectedSources();this._isDrawingToolExcludingCustomUrlEventTool(t)?(this._isDrawingFinished.setValue(!1),this._createCancelButton(),this._updateVisibility()):o&&o.length?(o.length>1&&this._isDrawingFinished.setValue(!0),this.refresh()):this.hide()}async _onSourceChanged(t){if(!t?.length)return this._propertiesVisible=!1,this._toolbarVisible=!1,void this.hide();if(await Promise.all(t.map((async t=>(0,yt.ensureLineToolLoaded)(t.toolname)))),this._createActionCommonButtons(),this._createCommonButtons(),this._createCancelButton(),
+t.every((e=>e.toolname===t[0].toolname))?this._showTemplatesOf({sources:t}):this._templatesButton&&this._clearTemplatesButton(),1===t.length){const[e]=t;e.isAvailableInFloatingWidget()&&this.activeChartWidget().model().model().dataSourceForId(e.id())?(!e.userEditEnabled()||!(0,bt.isLineDrawnWithPressedButton)(e.toolname)&&this.activeChartWidget().model().lineBeingCreated()||this._isDrawingFinished.setValue(!0),this.showPropertiesOf(e.toolname,e.properties(),!0),this._toolbarVisible=!0):this.hide()}else this._clearProperties(),this._createWidthsButton(void 0,!0),this._createHighlighterWidthsButton(void 0,!0),this._createLineStyleButton(),this._createColorsButton(void 0,!0),this._createBackgroundsButton(void 0,!0),this._createTextColorsButton(void 0,!0),this._propertiesVisible=!0;this._updateVisibility()}_propertyApplierImpl(){return this._propertyApplier||(this._propertyApplier=new Ct.PropertyApplierWithoutSavingChart((()=>this.activeChartWidget().model()))),this._propertyApplier}_clearProperties(){this._clearPropertyButtons(),this._lineWidthsProperty&&(this._lineWidthsProperty.destroy(),this._lineWidthsProperty=null),this._lineColorsProperty&&(this._lineColorsProperty.destroy(),this._lineColorsProperty=null),this._currentProperties&&(this._currentProperties=null)}_show(){this._updateVisibilityTimeout&&clearTimeout(this._updateVisibilityTimeout),this._updateVisibilityTimeout=setTimeout((()=>{this._renderFloatingToolbar(),this._floatingToolbar.show(),this._floatingToolbar.checkPosition()}),0)}_addPropertyButton(t){this._propertyButtons.push(t),this._renderFloatingToolbar()}_addCommonButton(t){this._commonButtons.push(t),this._renderFloatingToolbar()}_addActionCommonButton(t){this._actionCommonButtons.push(t),this._renderFloatingToolbar()}_addCancelButton(t){this._cancelButton=t,this._renderFloatingToolbar()}_addTemplatesButton(t){this._templatesButton=t}_renderFloatingToolbar(){null!==this._floatingContainer&&this.activeChartWidget()&&this.activeChartWidget().hasModel()&&(n.render(i.createElement(T,{templateButton:this._templatesButton,cancelButton:this._cancelButton,propertyButtons:this._propertyButtons,commonButtons:this._commonButtons,actionButtons:this._actionCommonButtons,isDrawingFinished:this._isDrawingFinished.value(),activeChartWidget:this.activeChartWidget()}),this._floatingContainer),this._floatingToolbarRendered=!0)}_unmountFloatingToolbar(){null!==this._floatingContainer&&(n.unmountComponentAtNode(this._floatingContainer),this._floatingToolbarRendered=!1)}_clearTemplatesButton(){this._templatesButton=null}_clearPropertyButtons(){this._propertyButtons=[]}_clearCommonButtons(){this._commonButtons=[]}_clearActionCommonButtons(){this._actionCommonButtons=[]}_clearCancelButtons(){this._cancelButton=null}_isToolbarRendered(){return this._floatingToolbarRendered}_createSettingsButton(){const t={component:P,props:{title:At,activeChartWidget:this.activeChartWidget()}};this._addCommonButton(t)}_createLockButton(){const t={component:M,props:{title:"Lock",activeChartWidget:this.activeChartWidget()}}
+;this._addCommonButton(t)}_createAnchorButton(){const t={component:V,props:{title:r.t(null,void 0,o(24185)),activeChartWidget:this.activeChartWidget()}};this._addCommonButton(t)}_createAlignTo45DegreesButton(){const t={component:j,props:{title:Rt,activeChartWidget:this.activeChartWidget()},showForSmallScreen:!0};this._addCommonButton(t)}_createRemoveButton(){if(jt&&null!==this._currentTool&&Zt(this._currentTool))return;const t={component:z,props:{title:It,activeChartWidget:this.activeChartWidget()},showForSmallScreen:!0};this._addCommonButton(t)}_createCancelButton(){if(null!==this._cancelButton&&this._clearCancelButtons(),!jt||null===this._currentTool)return;if(!Zt(this._currentTool))return;const t={component:$,props:{title:Ft,activeChartWidget:this.activeChartWidget()},showForSmallScreen:!0};this._addCancelButton(t)}_createDotsButton(){this._addCommonButton({component:rt,props:{title:Vt,activeChartWidget:this.activeChartWidget()},showForSmallScreen:!0})}_createAlertButton(){}_createSourceActions(){this._createLockButton(),this._createAnchorButton()}_createActionCommonButtons(){this._actionCommonButtons.length&&this._clearActionCommonButtons();const t={component:Wt,props:{actionId:"Chart.SelectedObject.InsertColumnTable",activeChartWidget:this.activeChartWidget()}};this._addActionCommonButton(t);const e={component:Wt,props:{actionId:"Chart.SelectedObject.InsertRowTable",activeChartWidget:this.activeChartWidget()}};this._addActionCommonButton(e)}_createLineStyleButton(t){const e=this.selectedSources().filter(ft.isLineTool);if(!e.length)return!1;let o,i=this._propertyApplierImpl();if(1===e.length){if(o=e[0].properties().linesStyles||t,!o)return!1}else{const t=e.map((t=>t.properties().linestyle||t.properties().lineStyle||t.properties().linesStyles)).filter(c.notUndefined);if(!t.length)return!1;o=new d.CollectiblePropertyUndoWrapper(new p.LineToolCollectedProperty(t),Mt,this._propertyApplierImpl()),i={...i,setProperty:(t,e)=>t.setValue(e)}}return this._addPropertyButton({component:ut,props:{property:o,title:Ot,propertyApplier:i,"data-name":"style",undoText:kt}}),!0}_createFontSizeButton(t){const e=this.selectedSources();if(0===e.length)return!1;const o=e[0];if(!(0,wt.isDataSource)(o))return!1;const i={component:_t,props:{property:o.properties().fontsize||t,title:zt,propertyApplier:this._propertyApplierImpl(),"data-name":"font-size",undoText:Lt}};return this._addPropertyButton(i),!0}_createCommonButtons(){this._commonButtons.length&&this._clearCommonButtons(),a.enabled("property_pages")&&this._createSettingsButton(),this._createSourceActions(),this._createAlignTo45DegreesButton(),this._createRemoveButton(),this._createDotsButton()}_createHighlighterWidthsButton(t,e){if(this._highlighterWidthsProperty&&(this._highlighterWidthsProperty.destroy(),this._highlighterWidthsProperty=null),this._highlighterWidthsProperty=this._createProperty(t,e,"widths",Nt)||null,!this._highlighterWidthsProperty)return!0;const o=e&&1!==this.selectedSources().filter((t=>t.properties().widths)).length?Ut:Ht;return this._addPropertyButton({
+component:Dt,props:{title:o,multipleProperty:this._highlighterWidthsProperty,propertyApplier:this._propertyApplierImpl(),"data-name":"highlighter-width",undoText:Nt}}),!0}_prepareProperties(t){const e=this.selectedSources().filter((e=>e.properties()[t]));if(!(e.filter((e=>e.properties()[t].visible())).length<1))return e.map((e=>e.properties()[t])).filter(c.notNull)}_createProperty(t,e,o,i){if(e){const t=this._prepareProperties(o);if(!t)return;return this._isWidthProperty(t[0])?new g(new p.MultipleLineWidthsProperty(t),this._propertyApplierImpl(),i):new _.CollectibleColorPropertyUndoWrapper(new p.MultipleLineColorsProperty(t),this._propertyApplierImpl(),i)}if(t&&t.visible())return this._isWidthProperty(t)?new p.MultipleLineWidthsProperty([t]):new _.CollectibleColorPropertyDirectWrapper(new p.MultipleLineColorsProperty([t]))}_shouldShowBackgroundProperty(t,e){return!e||!e.fillBackground||!!e.fillBackground.value()}_isDrawingToolExcludingCustomUrlEventTool(t){return Boolean(t?.toLowerCase().includes("linetool"))&&"LineToolTweet"!==t&&"LineToolIdea"!==t&&"LineToolImage"!==t}_updateVisibility(){this._isDrawingFinished.value()&&(this._toolbarVisible||this._propertiesVisible)?this._show():this.hide()}_showTemplatesOf(t){}_isWidthProperty(t){return t instanceof p.LineToolWidthsProperty}}},36074:(t,e,o)=>{"use strict";var i=o(45126).TranslatedString,n=o(46675).LineToolPropertiesWidgetBase;const r=o(70114).ColorPickerButton,s=o(61259).LineWidthButton;var a=o(5880),l=o(21065),c=o(48984),h=new i("change line tool(s) color",o.i18next(null,void 0,o(78655))),d=new i("change line tool(s) background color",o.i18next(null,void 0,o(50522))),p=new i("change line tool(s) text color",o.i18next(null,void 0,o(96142))),u=new i("change line tool(s) line width",o.i18next(null,void 0,o(81303))),m=o.i18next(null,void 0,o(47370)),g=o.i18next(null,void 0,o(11989)),_=o.i18next(null,void 0,o(77753)),v=o.i18next(null,void 0,o(81956)),f=o.i18next(null,void 0,o(69715)),y=o.i18next(null,void 0,o(14097)),b=o.i18next(null,void 0,o(92516)),w=o.i18next(null,void 0,o(92409)),C=o.i18next(null,void 0,o(53002)),T=o.i18next(null,void 0,o(75056)),x=o.i18next(null,void 0,o(28736)),S=o.i18next(null,void 0,o(65086)),E=o.i18next(null,void 0,o(46193)),P=o.i18next(null,void 0,o(7977)),B=o.i18next(null,void 0,o(8111));class D extends n{constructor(t){super(t),this._templatesButton=null}_createWidthsButton(t,e){if(this._lineWidthsProperty&&(this._lineWidthsProperty.destroy(),this._lineWidthsProperty=null),this._lineWidthsProperty=this._createProperty(t,e,"linesWidths",u),!this._lineWidthsProperty)return!0;var o=C;e&&(1!==this.selectedSources().filter((t=>t.properties().linesWidths)).length&&(o=T));return this._addPropertyButton({component:s,props:{title:o,multipleProperty:this._lineWidthsProperty,propertyApplier:this._propertyApplierImpl(),"data-name":"line-tool-width",undoText:u}}),!0}_createColorsButton(t,e){return this._lineColorsProperty&&(this._lineColorsProperty.destroy(),this._lineColorsProperty=null),
+this._lineColorsProperty=this._createProperty(t,e,"linesColors",h),!this._lineColorsProperty||(this._addPropertyButton({component:r,props:{icon:a,title:g,property:this._lineColorsProperty,propertyApplier:this._propertyApplierImpl(),"data-name":"line-tool-color",undoText:h}}),!0)}_createBackgroundsButton(t,e){return this._backgroundsProperty&&(this._backgroundsProperty.destroy(),this._backgroundsProperty=null),this._backgroundsProperty=this._createProperty(t,e,"backgroundsColors",d),!this._backgroundsProperty||(this._addPropertyButton({component:r,props:{icon:l,title:y,property:this._backgroundsProperty,propertyApplier:this._propertyApplierImpl(),"data-name":"background-color",undoText:d}}),!0)}_createTextColorsButton(t,e){return this._textColorsProperty&&(this._textColorsProperty.destroy(),this._textColorsProperty=null),this._textColorsProperty=this._createProperty(t,e,"textsColors",p),!this._textColorsProperty||(this._addPropertyButton({component:r,props:{icon:c,title:v,property:this._textColorsProperty,propertyApplier:this._propertyApplierImpl(),"data-name":"text-color",undoText:p}}),!0)}_getPossibleProperty(t){for(var e=[],o=this._defaultToolProperties(),i=0;i{"use strict";o.d(e,{CollectibleColorPropertyDirectWrapper:()=>a,CollectibleColorPropertyUndoWrapper:()=>s});var i=o(50151),n=o(12988);class r extends n.Property{constructor(t){super(),this._listenersMappers=[],this._isProcess=!1,this._baseProperty=t}destroy(){this._baseProperty.destroy(),super.destroy()}value(){const t=this._baseProperty.value();return"mixed"===t?"":t}visible(){return this._baseProperty.visible()}setValue(t){this._isProcess=!0,this._baseProperty.setValue(""===t?"mixed":t,void 0,{applyValue:this._applyValue.bind(this)}),this._isProcess=!1,this._listenersMappers.forEach((t=>{t.method.call(t.obj,this,"")}))}subscribe(t,e){const o=o=>{this._isProcess||e.call(t,this,"")},i={obj:t,method:e,callback:o};this._listenersMappers.push(i),this._baseProperty.subscribe(t,o)}unsubscribe(t,e){const o=(0,i.ensureDefined)(this._listenersMappers.find((o=>o.obj===t&&o.method===e))?.callback);this._baseProperty.unsubscribe(t,o)}unsubscribeAll(t){this._baseProperty.unsubscribeAll(t)}}class s extends r{constructor(t,e,o){super(t),this._propertyApplier=e,this._undoText=o}_applyValue(t,e){this._propertyApplier.setProperty(t,e,this._undoText)}}class a extends r{_applyValue(t,e){t.setValue(e)}}},46112:(t,e,o)=>{"use strict";o.d(e,{CollectiblePropertyUndoWrapper:()=>l});var i=o(50151),n=o(11542),r=o(45126),s=o(12988);const a=new r.TranslatedString("change {propertyName} property",n.t(null,void 0,o(25167)));class l extends s.Property{constructor(t,e,o){super(),this._isProcess=!1,this._listenersMappers=[],this._valueApplier={applyValue:(t,e)=>{this._propertyApplier.setProperty(t,e,a)}},this._baseProperty=t,this._propertyApplier=o,this._propertyName=e}destroy(){this._baseProperty.destroy(),super.destroy()}value(){return this._baseProperty.value()}setValue(t,e){this._propertyApplier.beginUndoMacro(a.format({
+propertyName:this._propertyName})),this._isProcess=!0,this._baseProperty.setValue(t,void 0,this._valueApplier),this._isProcess=!1,this._propertyApplier.endUndoMacro(),this._listenersMappers.forEach((t=>{t.method.call(t.obj,this,"")}))}subscribe(t,e){const o=()=>{this._isProcess||e.call(t,this,"")};this._listenersMappers.push({obj:t,method:e,callback:o}),this._baseProperty.subscribe(t,o)}unsubscribe(t,e){const o=(0,i.ensureDefined)(this._listenersMappers.find((o=>o.obj===t&&o.method===e))?.callback);this._baseProperty.unsubscribe(t,o)}unsubscribeAll(t){this._baseProperty.unsubscribeAll(t)}}},35923:(t,e,o)=>{"use strict";o.d(e,{PropertyApplierWithoutSavingChart:()=>n});var i=o(85719);class n{constructor(t){this._undoModelSupplier=t}setProperty(t,e,o){this._undoModelSupplier().setProperty(t,e,o,i.lineToolsDoNotAffectChartInvalidation)}beginUndoMacro(t){return this._undoModelSupplier().beginUndoMacro(t)}endUndoMacro(){this._undoModelSupplier().endUndoMacro()}setWatchedValue(t,e,o){this._undoModelSupplier().undoHistory().setWatchedValue(t,e,o,i.lineToolsDoNotAffectChartInvalidation)}}},5880:t=>{t.exports=''},53054:t=>{t.exports=''},98486:t=>{t.exports=''},578:t=>{t.exports=''},44996:t=>{t.exports=''},23851:t=>{t.exports=''},57740:t=>{
+t.exports=''},80427:t=>{t.exports=''},501:t=>{t.exports=''},36296:t=>{t.exports=''},21065:t=>{t.exports=''},25388:t=>{t.exports=''},28245:t=>{t.exports=''},22978:t=>{
+t.exports=''},14631:t=>{t.exports=''},6096:t=>{t.exports=''},6483:t=>{t.exports=''},66611:t=>{t.exports=''},48984:t=>{t.exports=''},82665:(t,e,o)=>{"use strict";o.d(e,{default:()=>l});var i=o(38459),n=o(61833),r=o(56882),s=Math.ceil,a=Math.max;const l=function(t,e,o){e=(o?(0,n.default)(t,e,o):void 0===e)?1:a((0,r.default)(e),0);var l=null==t?0:t.length;if(!l||e<1)return[];for(var c=0,h=0,d=Array(s(l/e));c{"use strict";o.d(e,{nanoid:()=>i});let i=(t=21)=>crypto.getRandomValues(new Uint8Array(t)).reduce(((t,e)=>t+=(e&=63)<36?e.toString(36):e<62?(e-26).toString(36).toUpperCase():e>62?"-":"_"),"")}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.101.d2f212f7ba1b45845d9f.js b/public/charting_library/bundles/fr.101.d2f212f7ba1b45845d9f.js
new file mode 100644
index 0000000..e0940de
--- /dev/null
+++ b/public/charting_library/bundles/fr.101.d2f212f7ba1b45845d9f.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[101],{23970:e=>{e.exports={en:["days"],fr:["jours"]}},35157:e=>{e.exports={en:["hours"],fr:["heures"]}},18193:e=>{e.exports={en:["months"],fr:["mois"]}},79930:e=>{e.exports={en:["minutes"]}},7938:e=>{e.exports={en:["weeks"],fr:["semaines"]}},4543:e=>{e.exports={en:["Cancel"],fr:["Annuler"]}},47742:e=>{e.exports={en:["Close menu"],fr:["Fermer le menu"]}},42790:e=>{e.exports={en:["Add"],fr:["Ajouter"]}},17854:e=>{e.exports={en:["Interval"],fr:["Intervalle"]}},17889:e=>{e.exports={en:["Interval already exists, please use a different value"],fr:["L'intervalle existe déjà, veuillez utiliser une autre valeur"]}},23323:e=>{e.exports={en:["Interval value is too big, please try again"],fr:["La valeur de l'intervalle est trop grande, veuillez réessayer"]}},19295:e=>{e.exports={en:["Ok"],fr:["D'accord"]}},98413:e=>{e.exports={en:["Type"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.1303.f07c410173ec0b804b22.js b/public/charting_library/bundles/fr.1303.f07c410173ec0b804b22.js
new file mode 100644
index 0000000..e666f77
--- /dev/null
+++ b/public/charting_library/bundles/fr.1303.f07c410173ec0b804b22.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1303],{53288:e=>{e.exports={en:["animals & nature"],fr:["animaux & nature"]}},21311:e=>{e.exports={en:["activity"],fr:["activité"]}},90678:e=>{e.exports={en:["food & drink"],fr:["nourriture & boissons"]}},6715:e=>{e.exports={en:["flags"],fr:["drapeaux"]}},98355:e=>{e.exports={en:["objects"],fr:["objets"]}},43438:e=>{e.exports={en:["smiles & people"],fr:["sourires & personnes"]}},40457:e=>{e.exports={en:["symbols"],fr:["symboles"]}},88906:e=>{e.exports={en:["recently used"],fr:["récemment utilisé"]}},28562:e=>{e.exports={en:["travel & places"],fr:["voyages & lieux"]}},64770:e=>{e.exports={en:["Confirmation"]}},4543:e=>{e.exports={en:["Cancel"],fr:["Annuler"]}},4461:e=>{e.exports={en:["Add emoji"],fr:["Ajouter un emoji"]}},19295:e=>{e.exports={en:["Ok"],fr:["D'accord"]}},38733:e=>{e.exports={en:["No"],fr:["Non"]}},85888:e=>{e.exports={en:["No results found"],fr:["Pas de résultat trouvé"]}},64e3:e=>{e.exports={en:["Save"],fr:["Sauvegarder"]}},47550:e=>{e.exports={en:["Remove selected emoji"],fr:["Supprimer l'emoji sélectionné"]}},6321:e=>{e.exports={en:["Rename"],fr:["Renommer"]}},55512:e=>{e.exports={en:["Yes"],fr:["Oui"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.1308.d1a986137a3ad4cdfe66.js b/public/charting_library/bundles/fr.1308.d1a986137a3ad4cdfe66.js
new file mode 100644
index 0000000..a8008d6
--- /dev/null
+++ b/public/charting_library/bundles/fr.1308.d1a986137a3ad4cdfe66.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1308,6155,5111,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],fr:["#{count} (prix, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],fr:["Coordonnées"]}},24197:e=>{e.exports={en:["Center"],fr:["Centre"]}},27567:e=>{e.exports={en:["Bottom"],fr:["Bas"]}},17129:e=>{e.exports={en:["Bottom labels"],fr:["Étiquettes du bas"]}},79468:e=>{e.exports={en:["Background"],fr:["Arrière-Plan"]}},81356:e=>{e.exports={en:["Grid"],fr:["Grille"]}},72942:e=>{e.exports={en:["Days"],fr:["Jours"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],fr:["Déplacement (prix, barre)"]}},56796:e=>{e.exports={en:["Hours"],fr:["Heures"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],fr:["Paramètres en Entrée"]}},11626:e=>{e.exports={en:["Left"],fr:["Gauche"]}},65e3:e=>{e.exports={en:["Left labels"],fr:["Étiquettes de Gauche"]}},43154:e=>{e.exports={en:["Months"],fr:["Mois"]}},68833:e=>{e.exports={en:["Middle"],fr:["Milieu"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"],fr:["Secondes"]}},58557:e=>{e.exports={en:["Price levels"],fr:["Niveaux de Prix"]}},64489:e=>{e.exports={en:["Reverse"],fr:["Inverse"]}},50421:e=>{e.exports={en:["Right"],fr:["Droite"]}},28971:e=>{e.exports={en:["Right labels"],fr:["Étiquettes à droite"]}},835:e=>{e.exports={en:["Weeks"],fr:["Semaines"]}},97118:e=>{e.exports={en:["Top"],fr:["Haut"]}},74939:e=>{e.exports={en:["Top labels"],fr:["Étiquettes du Haut"]}},70320:e=>{e.exports={en:["Text"],fr:["Texte"]}},25485:e=>{e.exports={en:["Text alignment"],fr:["Alignement du texte"]}},67781:e=>{e.exports={en:["Text orientation"],fr:["Orientation du texte"]}},24821:e=>{e.exports={en:["Ticks"]}},58476:e=>{e.exports={en:["Time levels"],fr:["Niveaux de temps"]}},28683:e=>{e.exports={en:["Use one color"],fr:["Utiliser une couleur"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],fr:["changer la coordonnée X de la barre"]}},11737:e=>{e.exports={en:["change price Y coordinate"],fr:["changer la coordonnée Y du prix"]}},59577:e=>{e.exports={en:["change {title} all lines color"],fr:["changer la couleur de toutes les lignes de {title}"]}},62130:e=>{e.exports={en:["change {title} bottom labels visibility"],fr:["changer la visibilité des étiquettes du bas de {title}"]}},13783:e=>{e.exports={en:["change {title} background transparency"],fr:["changer la transparence du fond de {title}"]}},30839:e=>{e.exports={en:["change {title} background visibility"],fr:["changer la visibilité de l'arrière-plan de {title}"]}},20664:e=>{e.exports={en:["change {title} grid visibility"],fr:["changer la visibilité de la grille de {title}"]}},36467:e=>{e.exports={en:["change {title} grid line color"],fr:["changer la couleur de la ligne de grille de {title}"]}},54244:e=>{e.exports={en:["change {title} grid line style"],fr:["changer le style de la ligne de grille de {title}"]}},30127:e=>{e.exports={en:["change {title} grid line width"],
+fr:["changer la largeur de la ligne de grille de {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],fr:["modifier {title} de jours vers"]}},91201:e=>{e.exports={en:["change {title} days from"],fr:["modifier {title} en jours de"]}},8306:e=>{e.exports={en:["change {title} hours from"],fr:["modifier {title} en heures de"]}},67233:e=>{e.exports={en:["change {title} hours to"],fr:["modifier {title} d'heures vers"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],fr:["changer le coeff de la ligne de niveau {index} de {title}"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],fr:["changer la couleur de la ligne de niveau {index} de {title}"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"],fr:["changer la visibilité de la ligne de niveau {index} de {title}"]}},63021:e=>{e.exports={en:["change {title} left labels visibility"],fr:["changer la visibilité des étiquettes de gauche de {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],fr:["modifier {title} en semaines de"]}},10518:e=>{e.exports={en:["change {title} months to"],fr:["modifier {title} de mois vers"]}},38011:e=>{e.exports={en:["change {title} minutes to"],fr:["modifier {title} de minutes vers"]}},59820:e=>{e.exports={en:["change {title} minutes from"],fr:["modifier {title} en minutes de"]}},6573:e=>{e.exports={en:["change {title} seconds to"],fr:["modifier {title} de secondes vers"]}},86780:e=>{e.exports={en:["change {title} seconds from"],fr:["modifier {title} en secondes de"]}},50762:e=>{e.exports={en:["change {title} reverse"],fr:["changer inversion de {title}"]}},8390:e=>{e.exports={en:["change {title} right labels visibility"],fr:["changer la visibilité des étiquettes de droite de {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],fr:["modifier {title} en semaines de"]}},18678:e=>{e.exports={en:["change {title} weeks to"],fr:["modifier {title} de semaines vers"]}},81301:e=>{e.exports={en:["change {title} top labels visibility"],fr:["changer la visibilité des étiquettes du haut de {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],fr:["modifier la visibilité de {title} sur les ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],fr:["modifier la visibilité de {title} sur les semaines"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],fr:["modifier la visibilité de {title} sur {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],fr:["modifier la visibilité de {title} sur les jours"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],fr:["modifier la visibilité de {title} sur les heures"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],fr:["modifier la visibilité de {title} sur les minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],fr:["modifier la visibilité de {title} sur les mois"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],fr:["modifier la visibilité de {title} sur les secondes"]}},
+25167:e=>{e.exports={en:["change {propertyName} property"],fr:["changer la propriété de {propertyName}"]}},35813:e=>{e.exports={en:["days"],fr:["Jours"]}},89919:e=>{e.exports={en:["days to"],fr:["jours vers"]}},59215:e=>{e.exports={en:["days from"],fr:["jours de"]}},77114:e=>{e.exports={en:["erase level line"],fr:["effacer la ligne de niveau"]}},2359:e=>{e.exports={en:["hours"],fr:["Heures"]}},82267:e=>{e.exports={en:["hours from"],fr:["heures de"]}},15600:e=>{e.exports={en:["hours to"],fr:["heures vers"]}},76261:e=>{e.exports={en:["move drawings"],fr:["déplacer les dessins"]}},95300:e=>{e.exports={en:["months"],fr:["Mois"]}},17250:e=>{e.exports={en:["months from"],fr:["mois de"]}},2828:e=>{e.exports={en:["months to"],fr:["mois vers"]}},18726:e=>{e.exports={en:["minutes"],fr:["Minutes"]}},67649:e=>{e.exports={en:["minutes to"],fr:["minutes vers"]}},22476:e=>{e.exports={en:["minutes from"],fr:["minutes de"]}},751:e=>{e.exports={en:["seconds"],fr:["secondes"]}},73419:e=>{e.exports={en:["seconds to"],fr:["secondes vers"]}},35801:e=>{e.exports={en:["seconds from"],fr:["secondes de"]}},45537:e=>{e.exports={en:["weeks"],fr:["semaines"]}},92859:e=>{e.exports={en:["weeks from"],fr:["semaines de"]}},44127:e=>{e.exports={en:["weeks to"],fr:["semaines vers"]}},3539:e=>{e.exports={en:["ticks"],fr:["Ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.1341.1068954aa326300ef390.js b/public/charting_library/bundles/fr.1341.1068954aa326300ef390.js
new file mode 100644
index 0000000..fa91b54
--- /dev/null
+++ b/public/charting_library/bundles/fr.1341.1068954aa326300ef390.js
@@ -0,0 +1,6 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1341,6155,4821],{13616:e=>{e.exports={en:["#{count} (bar)"],fr:["#{count} (barre)"]}},80166:e=>{e.exports={en:["#{count} (price, bar)"],fr:["#{count} (prix, bar)"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],fr:["Coloriser les Barres selon la Clôture Précédente"]}},78930:e=>{e.exports={en:["Coordinates"],fr:["Coordonnées"]}},24197:e=>{e.exports={en:["Center"],fr:["Centre"]}},84831:e=>{e.exports={en:["Close line"],fr:["Ligne de fermeture"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],fr:["Ajuster les données pour les dividendes"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],fr:["Ajustement pour les changements de contrat"]}},27567:e=>{e.exports={en:["Bottom"],fr:["Bas"]}},3159:e=>{e.exports={en:["Bottom line"],fr:["Ligne du bas"]}},74406:e=>{e.exports={en:["Body"],fr:["Corps"]}},333:e=>{e.exports={en:["Borders"],fr:["Bordures"]}},42398:e=>{e.exports={en:["Base"]}},28975:e=>{e.exports={en:["Base level"],fr:["Niveau de base"]}},71776:e=>{e.exports={en:["Down"],fr:["Bas"]}},17611:e=>{e.exports={en:["Down bars"],fr:["Barres inférieures"]}},23743:e=>{e.exports={en:["Down color"],fr:["Couleur du bas"]}},48225:e=>{e.exports={en:["Data modification"],fr:["Modification des données"]}},72942:e=>{e.exports={en:["Days"],fr:["Jours"]}},16564:e=>{e.exports={en:["Default"],fr:["Par Défaut"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],fr:["Déplacement (prix, barre)"]}},89212:e=>{e.exports={en:["Display inactivity gaps on intraday"]}},59777:e=>{e.exports={en:["Electronic trading hours background"],fr:["Fond des heures de trading électronique"]}},819:e=>{e.exports={en:["Extend lines"],fr:["Prolonger les lignes"]}},41129:e=>{e.exports={en:["Fill"],fr:["Remplir"]}},61112:e=>{e.exports={en:["Fill top area"],fr:["Remplir la zone supérieure"]}},73185:e=>{e.exports={en:["Fill bottom area"],fr:["Remplir la zone inférieure"]}},56796:e=>{e.exports={en:["Hours"],fr:["Heures"]}},95406:e=>{e.exports={en:["Horizontal"]}},56359:e=>{e.exports={en:["High line"],fr:["Ligne haute"]}},47326:e=>{e.exports={en:["Integer"],fr:["Entier"]}},21429:e=>{e.exports={en:["Inputs"],fr:["Paramètres en Entrée"]}},64075:e=>{e.exports={en:["Override min tick"],fr:["Ne pas tenir compte du Tick minimum"]}},34579:e=>{e.exports={en:["Low line"],fr:["Ligne basse"]}},11626:e=>{e.exports={en:["Left"],fr:["Gauche"]}},43154:e=>{e.exports={en:["Months"],fr:["Mois"]}},68833:e=>{e.exports={en:["Middle"],fr:["Milieu"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"],fr:["Secondes"]}},13350:e=>{e.exports={en:["Pearson's R"],fr:["Le R de Pearson"]}},88327:e=>{e.exports={en:["Pre/post market hours background"],fr:["Background des heures pré/post marché"]}},59766:e=>{e.exports={en:["Precision"],fr:["Précision"]}},84684:e=>{e.exports={en:["Price source"],fr:["Source de prix"]}},73466:e=>{e.exports={
+en:["Projection up bars"],fr:["Barres de projection supérieures"]}},77430:e=>{e.exports={en:["Projection candles"],fr:["Barres de projection"]}},88367:e=>{e.exports={en:["Projection down bars"],fr:["Barres de projection inférieures"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"],fr:["Prix réels sur l'échelle de prix (au lieu du prix Heikin-Ashi)"]}},50421:e=>{e.exports={en:["Right"],fr:["Droite"]}},835:e=>{e.exports={en:["Weeks"],fr:["Semaines"]}},32163:e=>{e.exports={en:["Wick"],fr:["Mèche"]}},97118:e=>{e.exports={en:["Top"],fr:["Haut"]}},89349:e=>{e.exports={en:["Top line"],fr:["Ligne du haut"]}},70320:e=>{e.exports={en:["Text"],fr:["Texte"]}},25485:e=>{e.exports={en:["Text alignment"],fr:["Alignement du texte"]}},67781:e=>{e.exports={en:["Text orientation"],fr:["Orientation du texte"]}},20215:e=>{e.exports={en:["Thin bars"],fr:["Barres fines"]}},24821:e=>{e.exports={en:["Ticks"]}},77073:e=>{e.exports={en:["Timezone"],fr:["Fuseau horaire"]}},22691:e=>{e.exports={en:["Up"],fr:["Haut"]}},23091:e=>{e.exports={en:["Up color"],fr:["Couleur du haut"]}},36957:e=>{e.exports={en:["Up bars"],fr:["Barres supérieures"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"],fr:["Utiliser le règlement comme proche de l'intervalle quotidien"]}},69526:e=>{e.exports={en:["Vertical"]}},21105:e=>{e.exports={en:["candle"],fr:["bougie"]}},27068:e=>{e.exports={en:["change HLC bars"],fr:["changer les barres HLC"]}},21201:e=>{e.exports={en:["change HLC bars color"]}},86866:e=>{e.exports={en:["change area fill color"],fr:["changer la couleur de remplissage de la zone"]}},89346:e=>{e.exports={en:["change area line width"],fr:["changer la largeur de ligne de la zone"]}},29605:e=>{e.exports={en:["change area line color"],fr:["changer la couleur de ligne de la zone"]}},4640:e=>{e.exports={en:["change area price source"],fr:["changer la source de prix de la zone"]}},42190:e=>{e.exports={en:["change base level"],fr:["changer le niveau de base"]}},71785:e=>{e.exports={en:["change baseline bottom line color"],fr:["changer la couleur de la ligne inférieure de la ligne de base"]}},56175:e=>{e.exports={en:["change baseline bottom line width"],fr:["changer la largeur de la ligne inférieure de la ligne de base"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"],fr:["changer la couleur de la zone inférieure de remplissage de la ligne de base"]}},92873:e=>{e.exports={en:["change baseline fill top area color"],fr:["changer la couleur de la zone supérieure de remplissage de la ligne de base"]}},68609:e=>{e.exports={en:["change baseline price source"],fr:["changer la source de prix de la ligne de base"]}},69044:e=>{e.exports={en:["change baseline top line color"],fr:["changer la couleur de la ligne supérieure de la ligne de base"]}},68197:e=>{e.exports={en:["change baseline top line width"],fr:["changer la largeur de la ligne supérieure de la ligne de base"]}},33464:e=>{e.exports={en:["change bar up color"],fr:["changer la couleur supérieure de la barre"]}},2066:e=>{e.exports={
+en:["change bar X coordinate"],fr:["changer la coordonnée X de la barre"]}},59622:e=>{e.exports={en:["change bar down color"],fr:["changer la couleur inférieure de la barre"]}},43090:e=>{e.exports={en:["change color bars based on previous close"],fr:["changer les barres de couleur en fonction de la fermeture précédente"]}},88324:e=>{e.exports={en:["change column up color"],fr:["changer la couleur du haut de la colonne"]}},93890:e=>{e.exports={en:["change column down color"],fr:["changer la couleur du bas de la colonne"]}},4727:e=>{e.exports={en:["change column price source"],fr:["changer la source du prix de la colonne"]}},82063:e=>{e.exports={en:["change decimal places"],fr:["changer les décimales"]}},44223:e=>{e.exports={en:["change extended hours color"],fr:["changer la couleur des heures étendues"]}},47393:e=>{e.exports={en:["change electronic trading hours"],fr:["modifier les heures de trading électronique"]}},6026:e=>{e.exports={en:["change high-low body color"],fr:["changer la couleur du corps haut-bas"]}},73021:e=>{e.exports={en:["change high-low body visibility"],fr:["changer la visibilité du corps haut-bas"]}},46844:e=>{e.exports={en:["change high-low border color"],fr:["changer la couleur des bordures haut-bas"]}},15801:e=>{e.exports={en:["change high-low borders visibility"],fr:["changer la visibilité des bordures haut-bas"]}},72399:e=>{e.exports={en:["change high-low labels visibility"],fr:["changer la visibilité des étiquettes haut-bas"]}},56961:e=>{e.exports={en:["change high-low labels color"],fr:["changer la couleur des étiquettes haut-bas"]}},88640:e=>{e.exports={en:["change line color"],fr:["changer la couleur de la ligne"]}},41837:e=>{e.exports={en:["change line price source"],fr:["changer la ligne de la source de prix"]}},48339:e=>{e.exports={en:["change line width"],fr:["changer la largeur de la ligne"]}},38730:e=>{e.exports={en:["change post market color"],fr:["changer la couleur du post-marché"]}},44371:e=>{e.exports={en:["change pre market color"],fr:["changer la couleur du pré-marché"]}},11737:e=>{e.exports={en:["change price Y coordinate"],fr:["changer la coordonnée Y du prix"]}},16241:e=>{e.exports={en:["change range bars style"],fr:["changer le style des barres de gamme"]}},65821:e=>{e.exports={en:["change range thin bars"],fr:["changer les barres fines de la gamme"]}},75487:e=>{e.exports={en:["change renko wick down color"],fr:["changer la couleur des mèches renko du bas"]}},92277:e=>{e.exports={en:["change renko wick up color"],fr:["changer la couleur des mèches du haut renko"]}},79604:e=>{e.exports={en:["change renko wick visibility"],fr:["changer la visibilité des mèches renko"]}},91109:e=>{e.exports={en:["change study overlay min tick"],fr:["changer la superposition d'étude min tick"]}},82924:e=>{e.exports={en:["change study overlay style"],fr:["changer le style de superposition des études"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"],
+fr:["modifier l'affichage des prix réels sur l'échelle de prix (au lieu du prix Heiken-Ashi)"]}},60834:e=>{e.exports={en:["change thin bars"],fr:["changer les barres fines"]}},78509:e=>{e.exports={en:["change {title} base line color"],fr:["changer la couleur de la ligne de base de {title}"]}},27864:e=>{e.exports={en:["change {title} base line style"],fr:["changer le style de la ligne de base de {title}"]}},96177:e=>{e.exports={en:["change {title} base line visibility"],fr:["changer la visibilité de la ligne de base de {title}"]}},17926:e=>{e.exports={en:["change {title} base line width"],fr:["changer la largeur de la ligne de base de {title}"]}},41638:e=>{e.exports={en:["change {title} down line color"],fr:["changer la couleur de la ligne du bas de {title}"]}},51842:e=>{e.exports={en:["change {title} down line style"],fr:["changer le style de la ligne du bas de {title}"]}},46410:e=>{e.exports={en:["change {title} down line visibility"],fr:["changer la visibilité de la ligne du bas de {title}"]}},64615:e=>{e.exports={en:["change {title} down line width"],fr:["changer la largeur de la ligne du bas de {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],fr:["modifier {title} de jours vers"]}},91201:e=>{e.exports={en:["change {title} days from"],fr:["modifier {title} en jours de"]}},76295:e=>{e.exports={en:["change {title} extend lines"],fr:["changer étendre les lignes de {title}"]}},8306:e=>{e.exports={en:["change {title} hours from"],fr:["modifier {title} en heures de"]}},67233:e=>{e.exports={en:["change {title} hours to"],fr:["modifier {title} d'heures vers"]}},99122:e=>{e.exports={en:["change {title} months from"],fr:["modifier {title} en semaines de"]}},10518:e=>{e.exports={en:["change {title} months to"],fr:["modifier {title} de mois vers"]}},38011:e=>{e.exports={en:["change {title} minutes to"],fr:["modifier {title} de minutes vers"]}},59820:e=>{e.exports={en:["change {title} minutes from"],fr:["modifier {title} en minutes de"]}},6573:e=>{e.exports={en:["change {title} seconds to"],fr:["modifier {title} de secondes vers"]}},86780:e=>{e.exports={en:["change {title} seconds from"],fr:["modifier {title} en secondes de"]}},6207:e=>{e.exports={en:["change {title} show pearson's r"],fr:["changer show pearson's r de {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],fr:["modifier {title} en semaines de"]}},18678:e=>{e.exports={en:["change {title} weeks to"],fr:["modifier {title} de semaines vers"]}},42553:e=>{e.exports={en:["change {title} up line visibility"],fr:["changer la visibilité de la ligne du haut de {title}"]}},63824:e=>{e.exports={en:["change {title} up line width"],fr:["changer la largeur de la ligne du haut de {title}"]}},89178:e=>{e.exports={en:["change {title} up line color"],fr:["changer la couleur de la ligne du haut de {title}"]}},51188:e=>{e.exports={en:["change {title} up line style"],fr:["changer le style de la ligne du haut de {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],fr:["modifier la visibilité de {title} sur les ticks"]}},71084:e=>{
+e.exports={en:["change {title} visibility on weeks"],fr:["modifier la visibilité de {title} sur les semaines"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],fr:["modifier la visibilité de {title} sur {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],fr:["modifier la visibilité de {title} sur les jours"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],fr:["modifier la visibilité de {title} sur les heures"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],fr:["modifier la visibilité de {title} sur les minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],fr:["modifier la visibilité de {title} sur les mois"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],fr:["modifier la visibilité de {title} sur les secondes"]}},17214:e=>{e.exports={en:["change {candleType} up border color"],fr:["changer la couleur de la bordure du haut de {candleType}"]}},36697:e=>{e.exports={en:["change {candleType} up color"],fr:["changer la couleur du haut de {candleType}"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"],fr:["changer la couleur de la mèche du bas de {candleType}"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"],fr:["changer la couleur de la mèche du haut de {candleType}"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"],fr:["changer la visibilité de la mèche de {candleType}"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"],fr:["changer la visibilité du corps de {candleType}"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"],fr:["changer la visibilité de la bordure de {candleType}"]}},20291:e=>{e.exports={en:["change {candleType} down border color"],fr:["changer la couleur de la bordure du bas de {candleType}"]}},64571:e=>{e.exports={en:["change {candleType} down color"],fr:["changer la couleur du bas de {candleType}"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"],fr:["changer la couleur de la barre de bordure du bas de {chartType}"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"],fr:["changer la couleur de la barre de bordure du haut de {chartType}"]}},5012:e=>{e.exports={en:["change {chartType} down color"],fr:["changer la couleur du bas de {chartType}"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"],fr:["changer la couleur de la barre de bordure de projection du haut de {chartType}"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"],fr:["changer la couleur de la barre de projection du bas de {chartType}"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"],fr:["changer la couleur de la barre de projection du haut de {chartType}"]}},6970:e=>{e.exports={en:["change {chartType} up color"],fr:["changer la couleur du haut de {chartType}"]}},66110:e=>{e.exports={en:["change {inputName} property"],fr:["modifier les propriétés de {inputName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],
+fr:["changer la propriété de {propertyName}"]}},18077:e=>{e.exports={en:["adjust data for dividends"],fr:["ajuster les données pour les dividendes"]}},1433:e=>{e.exports={en:["adjust for contract changes"],fr:["ajuster pour les changements de contrat"]}},35813:e=>{e.exports={en:["days"],fr:["Jours"]}},89919:e=>{e.exports={en:["days to"],fr:["jours vers"]}},59215:e=>{e.exports={en:["days from"],fr:["jours de"]}},2359:e=>{e.exports={en:["hours"],fr:["Heures"]}},82267:e=>{e.exports={en:["hours from"],fr:["heures de"]}},15600:e=>{e.exports={en:["hours to"],fr:["heures vers"]}},92598:e=>{e.exports={en:["hollow candles"],fr:["Bougies Creuses"]}},76261:e=>{e.exports={en:["move drawings"],fr:["déplacer les dessins"]}},95300:e=>{e.exports={en:["months"],fr:["Mois"]}},17250:e=>{e.exports={en:["months from"],fr:["mois de"]}},2828:e=>{e.exports={en:["months to"],fr:["mois vers"]}},18726:e=>{e.exports={en:["minutes"],fr:["Minutes"]}},67649:e=>{e.exports={en:["minutes to"],fr:["minutes vers"]}},22476:e=>{e.exports={en:["minutes from"],fr:["minutes de"]}},751:e=>{e.exports={en:["seconds"],fr:["secondes"]}},73419:e=>{e.exports={en:["seconds to"],fr:["secondes vers"]}},35801:e=>{e.exports={en:["seconds from"],fr:["secondes de"]}},57243:e=>{e.exports={en:["range","ranges"],fr:["plage","plages"]}},70282:e=>{e.exports={en:["renko"],fr:["Renko"]}},45537:e=>{e.exports={en:["weeks"],fr:["semaines"]}},92859:e=>{e.exports={en:["weeks from"],fr:["semaines de"]}},44127:e=>{e.exports={en:["weeks to"],fr:["semaines vers"]}},28871:e=>{e.exports={en:["toggle intraday inactivity gaps"]}},3539:e=>{e.exports={en:["ticks"],fr:["Ticks"]}},92978:e=>{e.exports={en:["use settlement as close on daily interval"],fr:["utiliser le règlement comme clôture sur l'intervalle quotidien"]}},59644:e=>{e.exports={en:["{value} decimal","{value} decimals"],fr:["{value} décimale","{value} décimales"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.1427.8971bd84437c851f01a9.js b/public/charting_library/bundles/fr.1427.8971bd84437c851f01a9.js
new file mode 100644
index 0000000..4a91800
--- /dev/null
+++ b/public/charting_library/bundles/fr.1427.8971bd84437c851f01a9.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1427,2787,6760,6155,7850,7122,5111,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],fr:["#{count} (prix, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],fr:["Coordonnées"]}},24197:e=>{e.exports={en:["Center"],fr:["Centre"]}},6060:e=>{e.exports={en:["Add text"],fr:["Ajouter du texte"]}},27567:e=>{e.exports={en:["Bottom"],fr:["Bas"]}},79468:e=>{e.exports={en:["Background"],fr:["Arrière-Plan"]}},72942:e=>{e.exports={en:["Days"],fr:["Jours"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],fr:["Déplacement (prix, barre)"]}},61856:e=>{e.exports={en:["Extend left line"],fr:["Prolonger la ligne de gauche"]}},87430:e=>{e.exports={en:["Extend right line"],fr:["Prolonger la ligne de droite"]}},95279:e=>{e.exports={en:["Full circles"],fr:["Cercles complets"]}},56796:e=>{e.exports={en:["Hours"],fr:["Heures"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],fr:["Paramètres en Entrée"]}},79650:e=>{e.exports={en:["Levels"],fr:["Niveaux"]}},11626:e=>{e.exports={en:["Left"],fr:["Gauche"]}},43154:e=>{e.exports={en:["Months"],fr:["Mois"]}},68833:e=>{e.exports={en:["Middle"],fr:["Milieu"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"],fr:["Secondes"]}},50421:e=>{e.exports={en:["Right"],fr:["Droite"]}},835:e=>{e.exports={en:["Weeks"],fr:["Semaines"]}},97118:e=>{e.exports={en:["Top"],fr:["Haut"]}},70320:e=>{e.exports={en:["Text"],fr:["Texte"]}},25485:e=>{e.exports={en:["Text alignment"],fr:["Alignement du texte"]}},67781:e=>{e.exports={en:["Text orientation"],fr:["Orientation du texte"]}},24821:e=>{e.exports={en:["Ticks"]}},51574:e=>{e.exports={en:["Trend line"],fr:["Ligne de tendance"]}},28683:e=>{e.exports={en:["Use one color"],fr:["Utiliser une couleur"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],fr:["changer la coordonnée X de la barre"]}},11737:e=>{e.exports={en:["change price Y coordinate"],fr:["changer la coordonnée Y du prix"]}},59577:e=>{e.exports={en:["change {title} all lines color"],fr:["changer la couleur de toutes les lignes de {title}"]}},13783:e=>{e.exports={en:["change {title} background transparency"],fr:["changer la transparence du fond de {title}"]}},30839:e=>{e.exports={en:["change {title} background visibility"],fr:["changer la visibilité de l'arrière-plan de {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],fr:["modifier {title} de jours vers"]}},91201:e=>{e.exports={en:["change {title} days from"],fr:["modifier {title} en jours de"]}},30484:e=>{e.exports={en:["change {title} full circles visibility"],fr:["changer la visibilité des cercles complets de {title}"]}},8306:e=>{e.exports={en:["change {title} hours from"],fr:["modifier {title} en heures de"]}},67233:e=>{e.exports={en:["change {title} hours to"],fr:["modifier {title} d'heures vers"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],fr:["changer le coeff de la ligne de niveau {index} de {title}"]}},664:e=>{e.exports={
+en:["change {title} level {index} line color"],fr:["changer la couleur de la ligne de niveau {index} de {title}"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"],fr:["changer la visibilité de la ligne de niveau {index} de {title}"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"],fr:["changer la largeur de la ligne de niveau {index} de {title}"]}},54517:e=>{e.exports={en:["change {title} levels visibility"],fr:["changer la visibilité des niveaux de {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],fr:["modifier {title} en semaines de"]}},10518:e=>{e.exports={en:["change {title} months to"],fr:["modifier {title} de mois vers"]}},38011:e=>{e.exports={en:["change {title} minutes to"],fr:["modifier {title} de minutes vers"]}},59820:e=>{e.exports={en:["change {title} minutes from"],fr:["modifier {title} en minutes de"]}},6573:e=>{e.exports={en:["change {title} seconds to"],fr:["modifier {title} de secondes vers"]}},86780:e=>{e.exports={en:["change {title} seconds from"],fr:["modifier {title} en secondes de"]}},32481:e=>{e.exports={en:["change {title} weeks from"],fr:["modifier {title} en semaines de"]}},18678:e=>{e.exports={en:["change {title} weeks to"],fr:["modifier {title} de semaines vers"]}},57122:e=>{e.exports={en:["change {title} text"],fr:["modifier le texte de {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],fr:["modifier la visibilité de {title} sur les ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],fr:["modifier la visibilité de {title} sur les semaines"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],fr:["modifier la visibilité de {title} sur {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],fr:["modifier la visibilité de {title} sur les jours"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],fr:["modifier la visibilité de {title} sur les heures"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],fr:["modifier la visibilité de {title} sur les minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],fr:["modifier la visibilité de {title} sur les mois"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],fr:["modifier la visibilité de {title} sur les secondes"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],fr:["changer la visibilité de la ligne de {toolName}"]}},19541:e=>{e.exports={en:["change {toolName} line width"],fr:["changer la largeur de la ligne de {toolName}"]}},24059:e=>{e.exports={en:["change {toolName} line color"],fr:["changer la couleur de la ligne de {toolName}"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],fr:["changer la ligne de {toolName} qui s'étend vers la gauche"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],fr:["changer la ligne de {toolName} qui s'étend vers la droite"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],fr:["changer la fin gauche de la ligne de {toolName}"]}},54827:e=>{
+e.exports={en:["change {toolName} line right end"],fr:["changer la fin droite de la ligne de {toolName}"]}},66429:e=>{e.exports={en:["change {toolName} line style"],fr:["changer le style de ligne de {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],fr:["changer la propriété de {propertyName}"]}},35813:e=>{e.exports={en:["days"],fr:["Jours"]}},89919:e=>{e.exports={en:["days to"],fr:["jours vers"]}},59215:e=>{e.exports={en:["days from"],fr:["jours de"]}},77114:e=>{e.exports={en:["erase level line"],fr:["effacer la ligne de niveau"]}},2359:e=>{e.exports={en:["hours"],fr:["Heures"]}},82267:e=>{e.exports={en:["hours from"],fr:["heures de"]}},15600:e=>{e.exports={en:["hours to"],fr:["heures vers"]}},76261:e=>{e.exports={en:["move drawings"],fr:["déplacer les dessins"]}},95300:e=>{e.exports={en:["months"],fr:["Mois"]}},17250:e=>{e.exports={en:["months from"],fr:["mois de"]}},2828:e=>{e.exports={en:["months to"],fr:["mois vers"]}},18726:e=>{e.exports={en:["minutes"],fr:["Minutes"]}},67649:e=>{e.exports={en:["minutes to"],fr:["minutes vers"]}},22476:e=>{e.exports={en:["minutes from"],fr:["minutes de"]}},751:e=>{e.exports={en:["seconds"],fr:["secondes"]}},73419:e=>{e.exports={en:["seconds to"],fr:["secondes vers"]}},35801:e=>{e.exports={en:["seconds from"],fr:["secondes de"]}},45537:e=>{e.exports={en:["weeks"],fr:["semaines"]}},92859:e=>{e.exports={en:["weeks from"],fr:["semaines de"]}},44127:e=>{e.exports={en:["weeks to"],fr:["semaines vers"]}},3539:e=>{e.exports={en:["ticks"],fr:["Ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.1432.d43e80e1d49b8e361fa5.js b/public/charting_library/bundles/fr.1432.d43e80e1d49b8e361fa5.js
new file mode 100644
index 0000000..b86d8ee
--- /dev/null
+++ b/public/charting_library/bundles/fr.1432.d43e80e1d49b8e361fa5.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1432,2787,6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],fr:["#{count} (prix, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],fr:["Coordonnées"]}},24197:e=>{e.exports={en:["Center"],fr:["Centre"]}},27567:e=>{e.exports={en:["Bottom"],fr:["Bas"]}},79468:e=>{e.exports={en:["Background"],fr:["Arrière-Plan"]}},72942:e=>{e.exports={en:["Days"],fr:["Jours"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],fr:["Déplacement (prix, barre)"]}},61856:e=>{e.exports={en:["Extend left line"],fr:["Prolonger la ligne de gauche"]}},87430:e=>{e.exports={en:["Extend right line"],fr:["Prolonger la ligne de droite"]}},56796:e=>{e.exports={en:["Hours"],fr:["Heures"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],fr:["Paramètres en Entrée"]}},11626:e=>{e.exports={en:["Left"],fr:["Gauche"]}},43154:e=>{e.exports={en:["Months"],fr:["Mois"]}},68833:e=>{e.exports={en:["Middle"],fr:["Milieu"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"],fr:["Secondes"]}},50421:e=>{e.exports={en:["Right"],fr:["Droite"]}},835:e=>{e.exports={en:["Weeks"],fr:["Semaines"]}},97118:e=>{e.exports={en:["Top"],fr:["Haut"]}},70320:e=>{e.exports={en:["Text"],fr:["Texte"]}},25485:e=>{e.exports={en:["Text alignment"],fr:["Alignement du texte"]}},67781:e=>{e.exports={en:["Text orientation"],fr:["Orientation du texte"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],fr:["changer la coordonnée X de la barre"]}},11737:e=>{e.exports={en:["change price Y coordinate"],fr:["changer la coordonnée Y du prix"]}},30839:e=>{e.exports={en:["change {title} background visibility"],fr:["changer la visibilité de l'arrière-plan de {title}"]}},49765:e=>{e.exports={en:["change {title} background color"],fr:["changer la couleur de l'arrière-plan de {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],fr:["modifier {title} de jours vers"]}},91201:e=>{e.exports={en:["change {title} days from"],fr:["modifier {title} en jours de"]}},8306:e=>{e.exports={en:["change {title} hours from"],fr:["modifier {title} en heures de"]}},67233:e=>{e.exports={en:["change {title} hours to"],fr:["modifier {title} d'heures vers"]}},99122:e=>{e.exports={en:["change {title} months from"],fr:["modifier {title} en semaines de"]}},10518:e=>{e.exports={en:["change {title} months to"],fr:["modifier {title} de mois vers"]}},38011:e=>{e.exports={en:["change {title} minutes to"],fr:["modifier {title} de minutes vers"]}},59820:e=>{e.exports={en:["change {title} minutes from"],fr:["modifier {title} en minutes de"]}},6573:e=>{e.exports={en:["change {title} seconds to"],fr:["modifier {title} de secondes vers"]}},86780:e=>{e.exports={en:["change {title} seconds from"],fr:["modifier {title} en secondes de"]}},32481:e=>{e.exports={en:["change {title} weeks from"],fr:["modifier {title} en semaines de"]}},18678:e=>{e.exports={en:["change {title} weeks to"],fr:["modifier {title} de semaines vers"]}
+},98596:e=>{e.exports={en:["change {title} visibility on ticks"],fr:["modifier la visibilité de {title} sur les ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],fr:["modifier la visibilité de {title} sur les semaines"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],fr:["modifier la visibilité de {title} sur {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],fr:["modifier la visibilité de {title} sur les jours"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],fr:["modifier la visibilité de {title} sur les heures"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],fr:["modifier la visibilité de {title} sur les minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],fr:["modifier la visibilité de {title} sur les mois"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],fr:["modifier la visibilité de {title} sur les secondes"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],fr:["changer la visibilité de la ligne de {toolName}"]}},19541:e=>{e.exports={en:["change {toolName} line width"],fr:["changer la largeur de la ligne de {toolName}"]}},24059:e=>{e.exports={en:["change {toolName} line color"],fr:["changer la couleur de la ligne de {toolName}"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],fr:["changer la ligne de {toolName} qui s'étend vers la gauche"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],fr:["changer la ligne de {toolName} qui s'étend vers la droite"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],fr:["changer la fin gauche de la ligne de {toolName}"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],fr:["changer la fin droite de la ligne de {toolName}"]}},66429:e=>{e.exports={en:["change {toolName} line style"],fr:["changer le style de ligne de {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],fr:["changer la propriété de {propertyName}"]}},35813:e=>{e.exports={en:["days"],fr:["Jours"]}},89919:e=>{e.exports={en:["days to"],fr:["jours vers"]}},59215:e=>{e.exports={en:["days from"],fr:["jours de"]}},2359:e=>{e.exports={en:["hours"],fr:["Heures"]}},82267:e=>{e.exports={en:["hours from"],fr:["heures de"]}},15600:e=>{e.exports={en:["hours to"],fr:["heures vers"]}},76261:e=>{e.exports={en:["move drawings"],fr:["déplacer les dessins"]}},95300:e=>{e.exports={en:["months"],fr:["Mois"]}},17250:e=>{e.exports={en:["months from"],fr:["mois de"]}},2828:e=>{e.exports={en:["months to"],fr:["mois vers"]}},18726:e=>{e.exports={en:["minutes"],fr:["Minutes"]}},67649:e=>{e.exports={en:["minutes to"],fr:["minutes vers"]}},22476:e=>{e.exports={en:["minutes from"],fr:["minutes de"]}},751:e=>{e.exports={en:["seconds"],fr:["secondes"]}},73419:e=>{e.exports={en:["seconds to"],fr:["secondes vers"]}},35801:e=>{e.exports={en:["seconds from"],fr:["secondes de"]}},45537:e=>{e.exports={en:["weeks"],fr:["semaines"]}},92859:e=>{e.exports={en:["weeks from"],fr:["semaines de"]}},44127:e=>{
+e.exports={en:["weeks to"],fr:["semaines vers"]}},3539:e=>{e.exports={en:["ticks"],fr:["Ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.1629.7afd8c16ef79eab8b22e.js b/public/charting_library/bundles/fr.1629.7afd8c16ef79eab8b22e.js
new file mode 100644
index 0000000..d434b56
--- /dev/null
+++ b/public/charting_library/bundles/fr.1629.7afd8c16ef79eab8b22e.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1629],{80473:e=>{e.exports={en:["Add column to right"],fr:["Ajouter une colonne à droite"]}},61702:e=>{e.exports={en:["Add row below"],fr:["Ajouter une rangée en dessous"]}},33500:e=>{e.exports={en:["Remove column"],fr:["Supprimer la colonne"]}},85069:e=>{e.exports={en:["Remove row"],fr:["Supprimer la rangée"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.1715.48491249cfe3a1a8a335.js b/public/charting_library/bundles/fr.1715.48491249cfe3a1a8a335.js
new file mode 100644
index 0000000..63c3bc9
--- /dev/null
+++ b/public/charting_library/bundles/fr.1715.48491249cfe3a1a8a335.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1715],{79355:e=>{e.exports={en:["Save template as"],fr:["Sauvegarder le modèle sous"]}},41018:e=>{e.exports={en:["Template '{themeName}' already exists. Do you really want to replace it?"],fr:["Le modèle '{themeName}' existe déjà. Voulez-vous vraiment le remplacer?"]}},59233:e=>{e.exports={en:["Template name"],fr:["Nom du modèle"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.2134.fb8463bf93e547b8a24f.js b/public/charting_library/bundles/fr.2134.fb8463bf93e547b8a24f.js
new file mode 100644
index 0000000..b681f20
--- /dev/null
+++ b/public/charting_library/bundles/fr.2134.fb8463bf93e547b8a24f.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2134,4109],{14143:e=>{e.exports={en:["currency"],fr:["devise"]}},53288:e=>{e.exports={en:["animals & nature"],fr:["animaux & nature"]}},21311:e=>{e.exports={en:["activity"],fr:["activité"]}},74245:e=>{e.exports={en:["arrows"],fr:["flèches"]}},51853:e=>{e.exports={en:["gestures & smileys"],fr:["gestes & émoticônes"]}},90678:e=>{e.exports={en:["food & drink"],fr:["nourriture & boissons"]}},6715:e=>{e.exports={en:["flags"],fr:["drapeaux"]}},98355:e=>{e.exports={en:["objects"],fr:["objets"]}},10522:e=>{e.exports={en:["nature"]}},43438:e=>{e.exports={en:["smiles & people"],fr:["sourires & personnes"]}},40457:e=>{e.exports={en:["symbols"],fr:["symboles"]}},33282:e=>{e.exports={en:["symbols & flags"],fr:["symboles & drapeaux"]}},88906:e=>{e.exports={en:["recently used"],fr:["récemment utilisé"]}},28562:e=>{e.exports={en:["travel & places"],fr:["voyages & lieux"]}},93111:e=>{e.exports={en:["Content"],fr:["Contenu"]}},59934:e=>{e.exports={en:["Channels"],fr:["Canaux"]}},81578:e=>{e.exports={en:["Cursors"],fr:["Curseurs"]}},77915:e=>{e.exports={en:["Cycles"]}},32064:e=>{e.exports={en:["Annotation tools"],fr:["Outils d'annotation"]}},69207:e=>{e.exports={en:["Add to favorites"],fr:["Ajouter aux favoris"]}},19147:e=>{e.exports={en:["Arrows"],fr:["Flèches"]}},65695:e=>{e.exports={en:["Brushes"],fr:["Brosses"]}},51494:e=>{e.exports={en:["Gann"]}},2654:e=>{e.exports={en:["Gann and Fibonacci tools"],fr:["Outils de Gann et Fibonacci"]}},22145:e=>{e.exports={en:["Geometric shapes"],fr:["Formes géométriques"]}},57157:e=>{e.exports={en:["Dot"],fr:["Point"]}},14939:e=>{e.exports={en:["Demonstration"],fr:["Démonstration"]}},16290:e=>{e.exports={en:["Emojis"]}},44255:e=>{e.exports={en:["Elliott waves"],fr:["Vagues d'Elliott"]}},8727:e=>{e.exports={en:["Eraser"],fr:["Gomme"]}},1410:e=>{e.exports={en:["Forecasting and measurement tools"],fr:["Outils de prédiction et de mesure"]}},26578:e=>{e.exports={en:["Fibonacci"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"],fr:["Maintenez la touche {hotKey_0} enfoncée pour un dessin temporaire"]}},99838:e=>{e.exports={en:["Hide Drawings Toolbar"],fr:["Cacher la barre d'outils de dessin"]}},95343:e=>{e.exports={en:["Hide options"],fr:["Masquer les options"]}},73829:e=>{e.exports={en:["Icons"],fr:["Icônes"]}},79451:e=>{e.exports={en:["Lock all drawings"],fr:["Verrouiller tous les Outils de Dessin"]}},35553:e=>{e.exports={en:["Magic"],fr:["Magie"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"],fr:["Le mode Aimant accroche les dessins placés près des barres de prix à la valeur OHLC la plus proche"]}},41964:e=>{e.exports={en:["Magnets"],fr:["Aimants"]}},91563:e=>{e.exports={en:["Measure"],fr:["Mesure"]}},97050:e=>{e.exports={en:["Measurer"],fr:["Mesureur"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"],
+fr:["Les nouveaux tracés sont répliqués dans tous les graphiques de la mise en page et affichés lorsque le même ticker est sélectionné"]}},65781:e=>{e.exports={en:["Shapes"],fr:["Formes"]}},32579:e=>{e.exports={en:["Show Drawings Toolbar"],fr:["Montrer la Barre d'Outils de Dessin"]}},51465:e=>{e.exports={en:["Show Favorite Drawing Tools Toolbar"],fr:["Afficher la barre d'outils des outils de dessin préférés"]}},3154:e=>{e.exports={en:["Show Hidden Tools"],fr:["Montrer les Outils Cachés"]}},85786:e=>{e.exports={en:["Show Object Tree"],fr:["Afficher l'arborescence des objets"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],fr:["Rester en Mode Dessin"]}},50428:e=>{e.exports={en:["Stickers"]}},94593:e=>{e.exports={en:["Strong Magnet"],fr:["Aimant puissant"]}},46417:e=>{e.exports={en:["Patterns"],fr:["Motifs"]}},36167:e=>{e.exports={en:["Pitchforks"],fr:["Fourches"]}},57118:e=>{e.exports={en:["Remove Drawings"],fr:["Supprimer les dessins"]}},25852:e=>{e.exports={en:["Remove objects"],fr:["Supprimer les objets"]}},2671:e=>{e.exports={en:["Remove options"],fr:["Supprimer les options"]}},96374:e=>{e.exports={en:["Remove drawings"],fr:["Supprimer les dessins"]}},53981:e=>{e.exports={en:["Remove drawings & indicators"],fr:["Supprimer les dessins & indicateurs"]}},85106:e=>{e.exports={en:["Remove from favorites"],fr:["Retirer des favoris"]}},99984:e=>{e.exports={en:["Remove indicators"],fr:["Supprimer les indicateurs"]}},47550:e=>{e.exports={en:["Remove selected emoji"],fr:["Supprimer l'emoji sélectionné"]}},3519:e=>{e.exports={en:["Weak Magnet"],fr:["Aimant faible"]}},65831:e=>{e.exports={en:["Text & Notes"],fr:["Texte & Notes"]}},48773:e=>{e.exports={en:["Trend line tools"],fr:["Outils de lignes de tendances"]}},69260:e=>{e.exports={en:["Volume-based"],fr:["Basé sur le volume"]}},55774:e=>{e.exports={en:["Zoom In"],fr:["Grossissement"]}},37310:e=>{e.exports={en:["Zoom Out"],fr:["Réduction"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"],fr:["{hotKey_0} + cliquer sur le graphique"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"],fr:["{hotKey_0} - cercle"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"],fr:["{hotKey_0} - dessiner une ligne droite à des angles de 45"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"],fr:["{hotKey_0} - Incréments fixes"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"],fr:["{hotKey_0} - carré"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.2199.5cc70080a81e97402902.js b/public/charting_library/bundles/fr.2199.5cc70080a81e97402902.js
new file mode 100644
index 0000000..a4349ac
--- /dev/null
+++ b/public/charting_library/bundles/fr.2199.5cc70080a81e97402902.js
@@ -0,0 +1,7 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2199],{48473:e=>{e.exports={en:["Real-time data for {symbolName}"],fr:["Données en temps réel pour {symbolName}"]}},84455:e=>{e.exports={en:["is provided by {exchange} exchange."],fr:["est fourni par la bourse {exchange}."]}},97349:e=>{e.exports={en:["Fr"],fr:["Ven"]}},30961:e=>{e.exports={en:["Mo"],fr:["Lu"]}},94748:e=>{e.exports={en:["Sa"],fr:["Sam"]}},75005:e=>{e.exports={en:["Su"],fr:["Dim"]}},92578:e=>{e.exports={en:["We"],fr:["Me"]}},8765:e=>{e.exports={en:["Th"],fr:["Jeu"]}},9135:e=>{e.exports={en:["Tu"],fr:["Ma"]}},43206:e=>{e.exports={en:["Could not get Pine source code."],fr:["Impossible d'obtenir le code source de Pine."]}},65495:e=>{e.exports={en:["Collapse pane"],fr:["Réduire le volet"]}},40225:e=>{e.exports={en:["Continuous futures contracts"],fr:["Contrats à terme continus"]}},60657:e=>{e.exports={en:["Contract expired"],fr:["Contrat expiré"]}},58796:e=>{e.exports={en:["Cboe One"],fr:["Cboe BZX"]}},63245:e=>{e.exports={en:["Change symbol"],fr:["Changer le symbole"]}},45639:e=>{e.exports={en:["Chart values"],fr:["Valeurs du graphique"]}},28214:e=>{e.exports={en:["Create a free account"],fr:["Créez un compte gratuit"]}},39301:e=>{e.exports={en:["All good things must come to an end - this contract has reached expiry!"],fr:["Toutes les bonnes choses ont une fin - ce contrat est arrivé à échéance!"]}},29938:e=>{e.exports={en:["All's well — market is open."],fr:["Tout va bien - Le marché est ouvert."]}},28896:e=>{e.exports={en:["April"],fr:["Avril"]}},11081:e=>{e.exports={en:["August"],fr:["Août"]}},10842:e=>{e.exports={en:["Bar change values"],fr:["Valeurs du changement de barre"]}},70032:e=>{e.exports={en:["Buy real-time data"],fr:["Acheter des données en temps réel"]}},99452:e=>{e.exports={en:["Go to editor"],fr:["Aller à l'éditeur"]}},13930:e=>{e.exports={en:["Double click"],fr:["Double cliquer"]}},78992:e=>{e.exports={en:["Data error"],fr:["Problème avec les données"]}},32925:e=>{e.exports={en:["Data is updated once a day."],fr:["Les données sont actualisées une fois par jour."]}},33039:e=>{e.exports={en:["Data is updated once per second, even if there are more updates on the market."],fr:["Les données sont mises à jour une fois par seconde, même s'il y a plus de mises à jour sur le marché."]}},43348:e=>{e.exports={en:["Data is delayed"],fr:["Les données sont retardées"]}},38368:e=>{e.exports={en:["Data on our Basic plan is updated once per second, even if there are more updates on the market."],fr:["Les données de notre plan de base sont mises à jour une fois par seconde, même s'il y a plus de mises à jour sur le marché."]}},90082:e=>{e.exports={en:["December"],fr:["Décembre"]}},19679:e=>{e.exports={en:["Defaulted bond"],fr:["Obligation défaillante"]}},66260:e=>{e.exports={en:["Delete pane"],fr:["Supprimer le volet"]}},54602:e=>{e.exports={en:["Delisted"],fr:["Supprimée"]}},31683:e=>{e.exports={en:["Delisted alert"],fr:["Alerte supprimée"]}},50035:e=>{e.exports={en:["Derived Data"],fr:["Données dérivées"]}},5805:e=>{e.exports={
+en:["End of day data"],fr:["Données Fin de journée"]}},57335:e=>{e.exports={en:["Error"],fr:["Erreur"]}},23302:e=>{e.exports={en:["Evening. Market is open for post-market trading."],fr:["Bonne soirée. Le marché est ouvert pour les transactions post-marché."]}},43383:e=>{e.exports={en:["Exchange disclaimer"],fr:["Clause de non-responsabilité de la Bourse"]}},63538:e=>{e.exports={en:["Exchange timezone"],fr:["Fuseau horaire de la bourse"]}},81069:e=>{e.exports={en:["February"],fr:["Février"]}},5447:e=>{e.exports={en:["Fill out Exchange Agreements"],fr:["Remplir les Conventions de Bourse"]}},44454:e=>{e.exports={en:["Flag Symbol"],fr:["Flagger le symbole"]}},22928:e=>{e.exports={en:["Fri"],fr:["Ven"]}},3570:e=>{e.exports={en:["Friday"],fr:["Vendredi"]}},59269:e=>{e.exports={en:["From our family to yours, wishing you a merry festive season."],fr:["De notre famille à la vôtre, nous vous souhaitons d'excellentes fêtes de fin d'année."]}},14181:e=>{e.exports={en:["HKEX and/or any subsidiaries endeavour to ensure the accuracy and reliability of the information provided but do not guarantee its accuracy or reliability and accept no liability (whether in tort or contract or otherwise) for any loss or damage arising from any inaccuracies or omissions."],fr:["HKEX et/ou ses filiales s'efforcent d'assurer l'exactitude et la fiabilité des informations fournies, mais ne les garantissent pas et n'acceptent aucune responsabilité (délictuelle, contractuelle ou autre) pour toute perte ou tout dommage résultant d'inexactitudes ou d'omissions."]}},87845:e=>{e.exports={en:["Holiday"],fr:["Vacances"]}},75119:e=>{e.exports={en:["Halal symbol"],fr:["Symbole halal"]}},34987:e=>{e.exports={en:["Happy holidays, traders"],fr:["Joyeuses fêtes, chers traders"]}},44036:e=>{e.exports={en:["Indicator arguments"],fr:["Arguments de l'indicateur"]}},10319:e=>{e.exports={en:["Indicator error"],fr:["Erreur d'indicateur"]}},7511:e=>{e.exports={en:["Indicator titles"],fr:["Titres de l'indicateur"]}},51353:e=>{e.exports={en:["Indicator values"],fr:["Valeurs de l'indicateur"]}},48758:e=>{e.exports={en:["Indicators update"],fr:["Mise à jour des indicateurs"]}},95400:e=>{e.exports={en:["If you'd like {listedExchange} real-time data you'll need to complete an Exchange Agreement. Don't worry, it only takes a few clicks"],fr:["Si vous souhaitez obtenir des données en temps réel de {listedExchange}, vous devez remplir une convention d'échange. Ne vous inquiétez pas, cela ne prend que quelques clics"]}},43094:e=>{e.exports={en:["It'll close in {remainingTime}."],fr:["Il ferme dans {remainingTime}."]}},81509:e=>{e.exports={en:["It'll go to post-market trading in {remainingTime}."],fr:["Passage en trading post-marché dans {remainingTime}."]}},58470:e=>{e.exports={en:["It'll open for pre-market trading in {remainingTime}."],fr:["Ouverture du trading pré-marché dans {remainingTime}."]}},99822:e=>{e.exports={en:["It'll open in {remainingTime}."],fr:["Il ouvre dans {remainingTime}."]}},66595:e=>{e.exports={en:["It’ll open fully in {remainingTime}."],
+fr:["Il ouvrira complètement dans {remainingTime}."]}},200:e=>{e.exports={en:["January"],fr:["Janvier"]}},6608:e=>{e.exports={en:["July"],fr:["Juillet"]}},61487:e=>{e.exports={en:["June"],fr:["Juin"]}},91006:e=>{e.exports={en:["One update per second"],fr:["Une mise à jour par seconde"]}},79744:e=>{e.exports={en:["Oops. Something has gone wrong with one or more of your indicators. Please expand the indicator list for more details."],fr:["Oups. Un problème s'est produit avec un ou plusieurs de vos indicateurs. Veuillez développer la liste des indicateurs pour plus de détails."]}},64730:e=>{e.exports={en:["Oops. Something has gone wrong with one or more of your indicators. Resize the panes to see the details."],fr:["Oups. Un problème s'est produit avec un ou plusieurs de vos indicateurs. Redimensionnez les volets pour voir les détails."]}},84937:e=>{e.exports={en:["Obligation not paid. Issuer payments are over a month late, this is due to coupon or principal debt."],fr:["Obligation non payée. Les paiements de l'émetteur sont en retard de plus d'un mois, en raison d'une dette de coupon ou de capital."]}},37997:e=>{e.exports={en:["October"],fr:["Octobre"]}},25765:e=>{e.exports={en:["Open market status"],fr:["Statut de marché ouvert"]}},72723:e=>{e.exports={en:["Opened in detached editor"],fr:["Ouvert dans l'éditeur détaché"]}},39664:e=>{e.exports={en:["Opened in editor"],fr:["Ouvert dans l'éditeur"]}},72423:e=>{e.exports={en:["Last day change values"],fr:["Valeurs de changement du dernier jour"]}},1356:e=>{e.exports={en:["Let it snow"],fr:["Et tombe la neige"]}},27741:e=>{e.exports={en:["Learn more"],fr:["En savoir plus"]}},12948:e=>{e.exports={en:["Move pane down"],fr:["Déplacer le volet vers le bas"]}},7310:e=>{e.exports={en:["Move pane up"],fr:["Déplacer le volet vers le haut"]}},37150:e=>{e.exports={en:["Mon"],fr:["Lun"]}},19573:e=>{e.exports={en:["Monday"],fr:["Lundi"]}},37117:e=>{e.exports={en:["More"],fr:["Plus"]}},65420:e=>{e.exports={en:["Morning. Market is open for pre-market trading."],fr:["Bonjour. Le marché est ouvert pour les transactions pré-marché."]}},61206:e=>{e.exports={en:["Maximize chart"],fr:["Maximiser le graphique"]}},90165:e=>{e.exports={en:["Maximize pane"],fr:["Maximiser le volet"]}},25734:e=>{e.exports={en:["May"],fr:["Mai"]}},75018:e=>{e.exports={en:["Manage panes"],fr:["Gérer les volets"]}},93878:e=>{e.exports={en:["March"],fr:["Mars"]}},41410:e=>{e.exports={en:["Market open"],fr:["Marché ouvert"]}},62464:e=>{e.exports={en:["Market closed"],fr:["Marché fermé"]}},41392:e=>{e.exports={en:["Market is currently on holiday. Lucky them."],fr:["Le marché est actuellement en congé. Quelle chance !"]}},4607:e=>{e.exports={en:["November"],fr:["Novembre"]}},87142:e=>{e.exports={en:["Source code"],fr:["Code source"]}},32273:e=>{e.exports={en:["Sat"],fr:["Sam"]}},30348:e=>{e.exports={en:["Saturday"],fr:["Samedi"]}},90761:e=>{e.exports={en:["Scroll to the left"],fr:["Faire défiler vers la gauche"]}},83040:e=>{e.exports={en:["Scroll to the most recent bar"],
+fr:["Faire défiler jusqu'à la barre la plus récente"]}},25131:e=>{e.exports={en:["Scroll to the right"],fr:["Faire défiler vers la droite"]}},32179:e=>{e.exports={en:["September"],fr:["Septembre"]}},85786:e=>{e.exports={en:["Show Object Tree"],fr:["Afficher l'arborescence des objets"]}},74759:e=>{e.exports={en:["Show interval settings"],fr:["Afficher les paramètres d'intervalle"]}},86158:e=>{e.exports={en:["Study Error"],fr:["Erreur dans l'étude"]}},96341:e=>{e.exports={en:["Stop the snow"],fr:["Arrêtez la neige"]}},77493:e=>{e.exports={en:["Sun"],fr:["Dim"]}},61480:e=>{e.exports={en:["Sunday"],fr:["Dimanche"]}},23079:e=>{e.exports={en:["Symbol price source"],fr:["Source de prix du symbole"]}},14771:e=>{e.exports={en:["Symbol title"],fr:["Titre du symbole"]}},71847:e=>{e.exports={en:["Synthetic instruments combining individual contracts. The 1! contract represents the front-month (nearest expiration) while the 2! represents the second nearest expiration."],fr:["Instruments synthétiques combinant des contrats individuels. Le contrat 1 ! représente le premier mois (l'échéance la plus proche) tandis que le contrat 2 ! représente la deuxième échéance la plus proche."]}},44138:e=>{e.exports={en:["Synthetic symbol"],fr:["Symbole synthétique"]}},73897:e=>{e.exports={en:["Post-market"],fr:["Post-marché"]}},85996:e=>{e.exports={en:["Paid plans feature faster data updates."],fr:["Les plans payants permettent une mise à jour plus rapide des données."]}},36018:e=>{e.exports={en:["Pre-market"],fr:["Pré-marché"]}},94972:e=>{e.exports={en:["Primary listing"],fr:["Liste primaire"]}},20987:e=>{e.exports={en:["Real-time data for this symbol is not supported right now. We may support it in the future."],fr:["Les données en temps réel pour ce symbole ne sont pas prises en charge pour le moment. Nous envisageons de le proposer ultérieurement."]}},31539:e=>{e.exports={en:["Real-time data for {symbolName} is provided by {exchange} exchange."],fr:["Les données en temps réel pour {symbolName} sont fournies par la Bourse {exchange}."]}},31142:e=>{e.exports={en:["Restore chart"],fr:["Restaurer le graphique"]}},12486:e=>{e.exports={en:["Restore pane"],fr:["Restaurer le volet"]}},11532:e=>{e.exports={en:["Wed"],fr:["Mer"]}},94226:e=>{e.exports={en:["Wednesday"],fr:["Mercredi"]}},7281:e=>{e.exports={en:["To get real-time data for {description}, please buy the real-time data package."],fr:["Pour obtenir des données en temps réel pour {description}, veuillez acheter le package de données en temps réel."]}},71388:e=>{e.exports={en:["Thu"],fr:["Jeu"]}},79137:e=>{e.exports={en:["Thursday"],fr:["Jeudi"]}},95246:e=>{e.exports={en:["The main, or first, stock exchange where a company's stock is listed and traded."],fr:["La bourse principale, ou la première, où les actions d'une société sont cotées et négociées."]}},25608:e=>{e.exports={en:["The source code of this script version is open in the Pine Editor."],fr:["Le code source de cette version du script est ouvert dans l'éditeur Pine."]}},33161:e=>{e.exports={
+en:["The source code of this script version is open in the detached Pine Editor."],fr:["Le code source de cette version du script est ouvert dans l'éditeur Pine détaché."]}},24669:e=>{e.exports={en:["This data is real-time, but it may be slightly different to its official counterpart coming from primary exchanges."],fr:["Ces données sont en temps réel, mais elles peuvent être légèrement différentes de leur contrepartie officielle provenant des bourses primaires."]}},52668:e=>{e.exports={en:["This data is real-time, but it may be slightly different to its official counterpart coming from {exchange}."],fr:["Ces données sont en temps réel, mais elles peuvent être légèrement différentes de leur contrepartie officielle provenant de {exchange}."]}},84484:e=>{e.exports={en:['This is a shariah-compliant bond, often referred to as a "sukuk," meaning that it complies with Islamic law that prohibits interest. Unlike conventional bonds, which involve paying interest, sukuk represent ownership in an underlying asset or project and investors earn returns based on profit-sharing or rental income.'],fr:["Il s'agit d'une obligation conforme à la charia, souvent appelée «sukuk», ce qui signifie qu'elle est conforme à la loi islamique qui interdit le versement d'intérêts. Contrairement aux obligations conventionnelles, qui impliquent le paiement d'intérêts, les sukuk représentent la propriété d'un actif ou d'un projet sous-jacent et les investisseurs obtiennent des rendements basés sur le partage des bénéfices ou des revenus locatifs."]}},67607:e=>{e.exports={en:["This is a shariah-compliant stock, meaning that it follows Islamic law. This company does not charge or receive interest, and does not engage with certain sectors (gambling, alcohol, tobacco, pork products)."],fr:["Il s'agit d'une action conforme à la charia, ce qui signifie qu'elle suit la loi islamique. Cette société ne perçoit pas d'intérêts et ne s'engage pas dans certains secteurs (jeux d'argent, alcool, tabac, produits à base de porc)."]}},83556:e=>{e.exports={en:["This is no longer publicly trading so no new data will be added. But you can explore the historicals here."],fr:["Il n'y a plus de transactions publiques et aucune nouvelle donnée ne sera donc ajoutée. Mais vous pouvez consulter les données historiques ici."]}},44492:e=>{e.exports={en:["This real-time data is provided by {originalExchange} exchange. It may be slightly different from the official data directly from {exchange}. If this difference is crucial for you, you'll need to purchase real-time data from the primary exchange, which we can help with."],fr:["Ces données en temps réel sont fournies par la bourse {originalExchange}. Elles peuvent être légèrement différentes des données officielles fournies directement par {exchange}. Si cette différence est cruciale pour vous, vous devrez acheter des données en temps réel auprès de la bourse principale, ce que nous pouvons vous aider à faire."]}},19481:e=>{e.exports={
+en:["This refers to financial indicators which are created by combining and/or processing raw data supplied from various sources."],fr:["Cela fait référence aux indicateurs financiers qui sont créés en combinant et/ou en traitant des données brutes fournies par différentes sources."]}},53272:e=>{e.exports={en:["This symbol doesn't exist, please pick another one."],fr:["Ce symbole n'existe pas, veuillez en choisir un autre."]}},90589:e=>{e.exports={en:["This symbol is calculated by TradingView using the rate from other exchanges."],fr:["Ce symbole est calculé par TradingView en utilisant le taux d'autres bourses."]}},52176:e=>{e.exports={en:["Time for a walk — this market is closed."],fr:["Une petite pause? - ce marché est fermé"]}},11916:e=>{e.exports={en:["Tue"],fr:["Mar"]}},82160:e=>{e.exports={en:["Tuesday"],fr:["Mardi"]}},13865:e=>{e.exports={en:["Unflag Symbol"],fr:["Déflagger le symbole"]}},37644:e=>{e.exports={en:["Volume"]}},58744:e=>{e.exports={en:["You need to update one or more of your indicators. Check the indicator list for details."],fr:["Vous devez mettre à jour un ou plusieurs de vos indicateurs. Consultez la liste des indicateurs pour plus de détails."]}},92663:e=>{e.exports={en:["You need to update one or more of your indicators. Resize the panes or the window to see the details."],fr:["Vous devez mettre à jour un ou plusieurs de vos indicateurs. Redimensionnez les volets ou la fenêtre pour voir les détails."]}},97038:e=>{e.exports={en:["Zoom in"],fr:["Grossissement"]}},88710:e=>{e.exports={en:["Zoom out"],fr:["Réduction"]}},96227:e=>{e.exports={en:["change open market status visibility"],fr:["modifier la visibilité du statut de marché ouvert"]}},27426:e=>{e.exports={en:["change bar change visibility"],fr:["modifier la visibilité du changement de barre"]}},79637:e=>{e.exports={en:["change chart values visibility"],fr:["modifier la visibilité des valeurs du graphique"]}},63050:e=>{e.exports={en:["change indicator titles visibility"],fr:["modifier la visibilité des titres de l'indicateur"]}},49583:e=>{e.exports={en:["change indicator values visibility"],fr:["modifier la visibilité des valeurs de l'indicateur"]}},78310:e=>{e.exports={en:["change indicator arguments visibility"],fr:["modifier la visibilité des arguments de l'indicateur"]}},66307:e=>{e.exports={en:["change last day change visibility"],fr:["changez le dernier jour et changez de visibilité"]}},88167:e=>{e.exports={en:["change symbol description visibility"],fr:["modifier la visibilité de la description du symbole"]}},12050:e=>{e.exports={en:["change symbol field visibility"],fr:["modifier la visibilité du champ du symbole"]}},96201:e=>{e.exports={en:["change volume values visibility"],fr:["modifier la visibilité des valeurs de volume"]}},59938:e=>{e.exports={en:["less than 1 minute"],fr:["moins d'1 minute"]}},51382:e=>{e.exports={en:["show {title}"],fr:["afficher {title}"]}},51320:e=>{e.exports={en:["{days} and {hours}"],fr:["{days} et {hours}"]}},55154:e=>{e.exports={en:["{exchange} by {originalExchange}"],
+fr:["{exchange} par {originalExchange}"]}},90549:e=>{e.exports={en:["{hours} and {minutes}"],fr:["{hours} et {minutes}"]}},51211:e=>{e.exports={en:["{listedExchange} real-time data is available for free to registered users."],fr:["Les données en temps réel de {listedExchange} sont disponibles gratuitement pour les utilisateurs enregistrés."]}},51931:e=>{e.exports={en:["Data is updated once every {amount} second, even if there are more updates on the market.","Data is updated once every {amount} seconds, even if there are more updates on the market."],fr:["Les données sont mises à jour une fois par {amount} seconde, même s'il y a plus de mises à jour sur le marché.","Les données sont mises à jour une fois toutes les {amount} secondes, même s'il y a plus de mises à jour sur le marché."]}},83978:e=>{e.exports={en:["Data on our Basic plan is updated once every {amount} second, even if there are more updates on the market.","Data on our Basic plan is updated once every {amount} seconds, even if there are more updates on the market."],fr:["Les données de notre plan Basic sont mises à jour une fois par {amount} seconde, même s'il y a plus de mises à jour sur le marché.","Les données de notre plan Basic sont mises à jour une fois toutes les {amount} secondes, même s'il y a plus de mises à jour sur le marché."]}},46960:e=>{e.exports={en:["Hide indicator legend","Hide indicators legend"],fr:["Masquer la légende de l'indicateur","Masquer la légende des indicateurs"]}},36050:e=>{e.exports={en:["One update every {amount} second","One update every {amount} seconds"],fr:["Une mise à jour toutes les {amount} seconde","Une mise à jour toutes les {amount} secondes"]}},36553:e=>{e.exports={en:["Show indicator legend","Show indicators legend"],fr:["Afficher la légende de l'indicateur","Afficher la légende des indicateurs"]}},62218:e=>{e.exports={en:["{number} day","{number} days"],fr:["{number} jour","{number} jours"]}},65463:e=>{e.exports={en:["{number} hour","{number} hours"],fr:["{number} heure","{number} heures"]}},21730:e=>{e.exports={en:["{number} hour","{number} hours"],fr:["{number} heure","{number} heures"]}},82796:e=>{e.exports={en:["{number} minute","{number} minutes"]}},32547:e=>{e.exports={en:["{number} minute","{number} minutes"]}},81227:e=>{e.exports={en:["{symbolName} data is delayed by {time} minute because of exchange requirements.","{symbolName} data is delayed by {time} minutes because of exchange requirements."],fr:["Les données de {symbolName} sont retardées de {time} minute en raison des exigences de la bourse.","Les données de {symbolName} sont retardées de {time} minutes en raison des exigences de la bourse."]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.2303.a9546f2924221b57a144.js b/public/charting_library/bundles/fr.2303.a9546f2924221b57a144.js
new file mode 100644
index 0000000..d24d3a0
--- /dev/null
+++ b/public/charting_library/bundles/fr.2303.a9546f2924221b57a144.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2303,6155,3367,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],fr:["#{count} (prix, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],fr:["Coordonnées"]}},24197:e=>{e.exports={en:["Center"],fr:["Centre"]}},6060:e=>{e.exports={en:["Add text"],fr:["Ajouter du texte"]}},27567:e=>{e.exports={en:["Bottom"],fr:["Bas"]}},38408:e=>{e.exports={en:["Border"],fr:["Bordure"]}},79468:e=>{e.exports={en:["Background"],fr:["Arrière-Plan"]}},72942:e=>{e.exports={en:["Days"],fr:["Jours"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],fr:["Déplacement (prix, barre)"]}},56796:e=>{e.exports={en:["Hours"],fr:["Heures"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],fr:["Paramètres en Entrée"]}},11626:e=>{e.exports={en:["Left"],fr:["Gauche"]}},43154:e=>{e.exports={en:["Months"],fr:["Mois"]}},68833:e=>{e.exports={en:["Middle"],fr:["Milieu"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"],fr:["Secondes"]}},50421:e=>{e.exports={en:["Right"],fr:["Droite"]}},835:e=>{e.exports={en:["Weeks"],fr:["Semaines"]}},97118:e=>{e.exports={en:["Top"],fr:["Haut"]}},70320:e=>{e.exports={en:["Text"],fr:["Texte"]}},7560:e=>{e.exports={en:["Text wrap"],fr:["Retour à la ligne forcé du Texte"]}},25485:e=>{e.exports={en:["Text alignment"],fr:["Alignement du texte"]}},67781:e=>{e.exports={en:["Text orientation"],fr:["Orientation du texte"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],fr:["changer la coordonnée X de la barre"]}},11737:e=>{e.exports={en:["change price Y coordinate"],fr:["changer la coordonnée Y du prix"]}},96135:e=>{e.exports={en:["change {title} days to"],fr:["modifier {title} de jours vers"]}},91201:e=>{e.exports={en:["change {title} days from"],fr:["modifier {title} en jours de"]}},8306:e=>{e.exports={en:["change {title} hours from"],fr:["modifier {title} en heures de"]}},67233:e=>{e.exports={en:["change {title} hours to"],fr:["modifier {title} d'heures vers"]}},99122:e=>{e.exports={en:["change {title} months from"],fr:["modifier {title} en semaines de"]}},10518:e=>{e.exports={en:["change {title} months to"],fr:["modifier {title} de mois vers"]}},38011:e=>{e.exports={en:["change {title} minutes to"],fr:["modifier {title} de minutes vers"]}},59820:e=>{e.exports={en:["change {title} minutes from"],fr:["modifier {title} en minutes de"]}},6573:e=>{e.exports={en:["change {title} seconds to"],fr:["modifier {title} de secondes vers"]}},86780:e=>{e.exports={en:["change {title} seconds from"],fr:["modifier {title} en secondes de"]}},32481:e=>{e.exports={en:["change {title} weeks from"],fr:["modifier {title} en semaines de"]}},18678:e=>{e.exports={en:["change {title} weeks to"],fr:["modifier {title} de semaines vers"]}},57122:e=>{e.exports={en:["change {title} text"],fr:["modifier le texte de {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],fr:["modifier la visibilité de {title} sur les ticks"]}},
+71084:e=>{e.exports={en:["change {title} visibility on weeks"],fr:["modifier la visibilité de {title} sur les semaines"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],fr:["modifier la visibilité de {title} sur {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],fr:["modifier la visibilité de {title} sur les jours"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],fr:["modifier la visibilité de {title} sur les heures"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],fr:["modifier la visibilité de {title} sur les minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],fr:["modifier la visibilité de {title} sur les mois"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],fr:["modifier la visibilité de {title} sur les secondes"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],fr:["changer l'alignement vertical des étiquettes de {toolName}"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],fr:["changer l'alignement horizontal des étiquettes de {toolName}"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],fr:["changer la direction des étiquettes de {toolName}"]}},66668:e=>{e.exports={en:["change {toolName} text"],fr:["changer le texte de {toolName}"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],fr:["changer la visibilité du texte de {toolName}"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],fr:["changer le cadre du texte de {toolName}"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],fr:["changer la couleur de fond du texte de {toolName}"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],fr:["changer la visibilité de l'arrière-plan du texte de {toolName}"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],fr:["changer la couleur de la bordure du texte de {toolName}"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],fr:["changer la largeur de la bordure du texte de {toolName}"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],fr:["changer la visibilité de la bordure de texte de {toolName}"]}},64500:e=>{e.exports={en:["change {toolName} text color"],fr:["changer la couleur du texte de {toolName}"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],fr:["changer la police du texte en gras de {toolName}"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],fr:["changer la police du texte en italique de {toolName}"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],fr:["changer la taille de la police du texte de {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],fr:["changer la propriété de {propertyName}"]}},35813:e=>{e.exports={en:["days"],fr:["Jours"]}},89919:e=>{e.exports={en:["days to"],fr:["jours vers"]}},59215:e=>{e.exports={en:["days from"],fr:["jours de"]}},2359:e=>{e.exports={en:["hours"],fr:["Heures"]}},82267:e=>{e.exports={en:["hours from"],
+fr:["heures de"]}},15600:e=>{e.exports={en:["hours to"],fr:["heures vers"]}},76261:e=>{e.exports={en:["move drawings"],fr:["déplacer les dessins"]}},95300:e=>{e.exports={en:["months"],fr:["Mois"]}},17250:e=>{e.exports={en:["months from"],fr:["mois de"]}},2828:e=>{e.exports={en:["months to"],fr:["mois vers"]}},18726:e=>{e.exports={en:["minutes"],fr:["Minutes"]}},67649:e=>{e.exports={en:["minutes to"],fr:["minutes vers"]}},22476:e=>{e.exports={en:["minutes from"],fr:["minutes de"]}},751:e=>{e.exports={en:["seconds"],fr:["secondes"]}},73419:e=>{e.exports={en:["seconds to"],fr:["secondes vers"]}},35801:e=>{e.exports={en:["seconds from"],fr:["secondes de"]}},45537:e=>{e.exports={en:["weeks"],fr:["semaines"]}},92859:e=>{e.exports={en:["weeks from"],fr:["semaines de"]}},44127:e=>{e.exports={en:["weeks to"],fr:["semaines vers"]}},3539:e=>{e.exports={en:["ticks"],fr:["Ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.2342.4e495e3da576be4868f7.js b/public/charting_library/bundles/fr.2342.4e495e3da576be4868f7.js
new file mode 100644
index 0000000..d831023
--- /dev/null
+++ b/public/charting_library/bundles/fr.2342.4e495e3da576be4868f7.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2342],{64489:e=>{e.exports={en:["Reverse"],fr:["Inverse"]}},66643:e=>{e.exports={en:["reverse {tool}"],fr:["inverser {tool}"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.2464.fc7f44a5c8b3791719aa.js b/public/charting_library/bundles/fr.2464.fc7f44a5c8b3791719aa.js
new file mode 100644
index 0000000..c427166
--- /dev/null
+++ b/public/charting_library/bundles/fr.2464.fc7f44a5c8b3791719aa.js
@@ -0,0 +1,60 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2464],{53310:e=>{e.exports={en:["Re"]}},85119:e=>{e.exports={en:["Dark"],fr:["Foncé"]}},96870:e=>{e.exports={en:["Light"],fr:["Clair"]}},85886:e=>{e.exports={en:["d"],fr:["j"]}},44634:e=>{e.exports={en:["h"]}},5977:e=>{e.exports={en:["m"]}},21492:e=>{e.exports={en:["s"]}},97559:e=>{e.exports={en:["{title} copy"],fr:["copie {title}"]}},38691:e=>{e.exports={en:["D"]}},77995:e=>{e.exports={en:["M"]}},93934:e=>{e.exports={en:["R"]}},82901:e=>{e.exports={en:["T"]}},7408:e=>{e.exports={en:["W"]}},38048:e=>{e.exports={en:["h"]}},68430:e=>{e.exports={en:["m"]}},68823:e=>{e.exports={en:["s"]}},2696:e=>{e.exports={en:["C"]}},43253:e=>{e.exports={en:["H"]}},61372:e=>{e.exports={en:["HL2"]}},55096:e=>{e.exports={en:["HLC3"]}},94174:e=>{e.exports={en:["OHLC4"]}},89923:e=>{e.exports={en:["L"],fr:["B"]}},46728:e=>{e.exports={en:["O"]}},32856:e=>{e.exports=Object.create(null),e.exports["%D_input"]={en:["%D"]},e.exports["%K_input"]={en:["%K"]},e.exports["%R_input"]={en:["%R"]},e.exports["+DI_input"]={en:["+DI"]},e.exports["-0.236 Level Color_input"]={en:["-0.236 Level Color"],fr:["Couleur de niveau -0.236"]},e.exports["-0.382 Level Color_input"]={en:["-0.382 Level Color"],fr:["Couleur de niveau -0.382"]},e.exports["-0.618 Level Color_input"]={en:["-0.618 Level Color"],fr:["Couleur de niveau -0.618"]},e.exports["-0.65 Level Color_input"]={en:["-0.65 Level Color"],fr:["Couleur de niveau -0.65"]},e.exports["-DI_input"]={en:["-DI"]},e.exports["0 Level Color_input"]={en:["0 Level Color"],fr:["Couleur de niveau 0"]},e.exports["0.236 Level Color_input"]={en:["0.236 Level Color"],fr:["Couleur de niveau 0.236"]},e.exports["0.382 Level Color_input"]={en:["0.382 Level Color"],fr:["Couleur de niveau 0.382"]},e.exports["0.5 Level Color_input"]={en:["0.5 Level Color"],fr:["Couleur de niveau 0.5"]},e.exports["0.618 Level Color_input"]={en:["0.618 Level Color"],fr:["Couleur de niveau 0.618"]},e.exports["0.65 Level Color_input"]={en:["0.65 Level Color"],fr:["Couleur de niveau 0.65"]},e.exports["0.786 Level Color_input"]={en:["0.786 Level Color"],fr:["Couleur de niveau 0.786"]},e.exports["1 Level Color_input"]={en:["1 Level Color"],fr:["Couleur de niveau 1"]},e.exports["1.272 Level Color_input"]={en:["1.272 Level Color"],fr:["Couleur de niveau 1.272"]},e.exports["1.414 Level Color_input"]={en:["1.414 Level Color"],fr:["Couleur de niveau 1.414"]},e.exports["1.618 Level Color_input"]={en:["1.618 Level Color"],fr:["Couleur de niveau 1.618"]},e.exports["1.65 Level Color_input"]={en:["1.65 Level Color"],fr:["Couleur de niveau 1.65"]},e.exports["1st Period_input"]={en:["1st Period"],fr:["1ère période"]},e.exports["2.618 Level Color_input"]={en:["2.618 Level Color"],fr:["Couleur de niveau 2.618"]},e.exports["2.65 Level Color_input"]={en:["2.65 Level Color"],fr:["Couleur de niveau 2.65"]},e.exports["2nd Period_input"]={en:["2nd Period"],fr:["2ème période"]},e.exports["3.618 Level Color_input"]={en:["3.618 Level Color"],fr:["Couleur de niveau 3.618"]},e.exports["3.65 Level Color_input"]={
+en:["3.65 Level Color"],fr:["Couleur de niveau 3.65"]},e.exports["3rd Period_input"]={en:["3rd Period"],fr:["3ème période"]},e.exports["4.236 Level Color_input"]={en:["4.236 Level Color"],fr:["Couleur de niveau 4.236"]},e.exports["4th Period_input"]={en:["4th Period"],fr:["4ème période"]},e.exports["5th Period_input"]={en:["5th Period"],fr:["5ème période"]},e.exports["6th Period_input"]={en:["6th Period"],fr:["6ème période"]},e.exports.ADR_B_input={en:["ADR_B"]},e.exports["ADX Smoothing_input"]={en:["ADX Smoothing"],fr:["ADXSmoothing"]},e.exports["ADX smoothing_input"]={en:["ADX smoothing"],fr:["ADXsmoothing"]},e.exports.ADX_input={en:["ADX"]},e.exports["ATR Mult_input"]={en:["ATR Mult"]},e.exports["ATR length_input"]={en:["ATR length"],fr:["Longueur ATR"]},e.exports["ATR({atrValue})_input"]={en:["ATR({atrValue})"]},e.exports.ATR_input={en:["ATR"]},e.exports["Accumulation/Distribution_input"]={en:["Accumulation/Distribution"]},e.exports["All items_combobox_input"]={en:["All items"],fr:["Tous les objets"]},e.exports.All_input={en:["All"],fr:["Tout"]},e.exports["Anchor Period_input"]={en:["Anchor Period"],fr:["Période de référence"]},e.exports["Another symbol_input"]={en:["Another symbol"],fr:["Un autre symbole"]},e.exports["Aroon Down_input"]={en:["Aroon Down"],fr:["AroonDown"]},e.exports["Aroon Up_input"]={en:["Aroon Up"]},e.exports.Average_input={en:["Average"],fr:["Moyenne"]},e.exports["Averaging Periods_input"]={en:["Averaging Periods"],fr:["Périodes de moyennes"]},e.exports.Back_input={en:["Back"],fr:["Retour"]},e.exports["Bands style_input"]={en:["Bands style"],fr:["Style de bandes"]},e.exports.Bar_input={en:["Bar"],fr:["Barre"]},e.exports["Base Line Periods_input"]={en:["Base Line Periods"],fr:["Périodes de ligne de base"]},e.exports["Base Line_input"]={en:["Base Line"],fr:["Ligne de base"]},e.exports.Basis_input={en:["Basis"],fr:["Base"]},e.exports["Bollinger Bands %B_input"]={en:["Bollinger Bands %B"],fr:["Bandes de Bollinger %B"]},e.exports["Bollinger Bands Width_input"]={en:["Bollinger Bands Width"],fr:["Largeur des Bandes de Bollinger"]},e.exports.Borders_input={en:["Borders"],fr:["Bordures"]},e.exports["Box size assignment method_input"]={en:["Box size assignment method"],fr:["Méthode d'affectation de la taille de boîte"]},e.exports["Box size_input"]={en:["Box size"],fr:["Taille de la boîte"]},e.exports.CCI_input={en:["CCI"]},e.exports.CHOP_input={en:["CHOP"]},e.exports.Cancel_input={en:["Cancel"],fr:["Annuler"]},e.exports.Candles_input={en:["Candles"],fr:["Bougies"]},e.exports.Centered_input={en:["Centered"],fr:["Centré"]},e.exports.Century_input={en:["Century"],fr:["Siècle"]},e.exports["Chaikin Oscillator_input"]={en:["Chaikin Oscillator"],fr:["Oscillateur de Chaikin"]},e.exports["Chande MO_input"]={en:["Chande MO"]},e.exports.Close_input={en:["Close"],fr:["Fermeture"]},e.exports["Color 0_input"]={en:["Color 0"],fr:["Couleur 0"]},e.exports["Color 1_input"]={en:["Color 1"],fr:["Couleur 1"]},e.exports["Color 2_input"]={en:["Color 2"],fr:["Couleur 2"]},e.exports["Color 3_input"]={en:["Color 3"],
+fr:["Couleur 3"]},e.exports["Color 4_input"]={en:["Color 4"],fr:["Couleur 4"]},e.exports["Color 5_input"]={en:["Color 5"],fr:["Couleur 5"]},e.exports["Color 6_input"]={en:["Color 6"],fr:["Couleur 6"]},e.exports["Color 7_input"]={en:["Color 7"],fr:["Couleur 7"]},e.exports["Color 8_input"]={en:["Color 8"],fr:["Couleur 8"]},e.exports["Color bars based on previous close_input"]={en:["Color bars based on previous close"],fr:["Barres de couleur basées sur la clôture précédente"]},e.exports["Color based on previous close_input"]={en:["Color based on previous close"],fr:["Couleur basée sur la clôture précédente"]},e.exports["Conversion Line Periods_input"]={en:["Conversion Line Periods"],fr:["Pérodes de lignes de conversion"]},e.exports["Conversion Line_input"]={en:["Conversion Line"],fr:["Ligne de conversion"]},e.exports.Correlation_input={en:["Correlation"],fr:["Corrélation"]},e.exports.Count_input={en:["Count"],fr:["Compter"]},e.exports.Crosses_input={en:["Crosses"]},e.exports.Custom_input={en:["Custom"],fr:["Personnalisé"]},e.exports.DEMA_input={en:["DEMA"]},e.exports["DI Length_input"]={en:["DI Length"],fr:["Longueur de DI"]},e.exports.DPO_input={en:["DPO"]},e.exports.D_input={en:["D"]},e.exports.Day_input={en:["Day"],fr:["Jours"]},e.exports["Days Per Year_input"]={en:["Days Per Year"],fr:["Jours par an"]},e.exports.Decade_input={en:["Decade"],fr:["Décennie"]},e.exports.Delta_input={en:["Delta"]},e.exports.Depth_input={en:["Depth"],fr:["Profondeur"]},e.exports["Detrended Price Oscillator_input"]={en:["Detrended Price Oscillator"],fr:["Oscillateur de prix dé-tendancé"]},e.exports["Developing Poc_input"]={en:["Developing Poc"],fr:["Développer POC"]},e.exports["Deviation (%)_input"]={en:["Deviation (%)"]},e.exports.Deviation_input={en:["Deviation"],fr:["Déviation"]},e.exports.Divisor_input={en:["Divisor"],fr:["Diviseur"]},e.exports["Down Volume_input"]={en:["Down Volume"],fr:["Volume des transactions de vente"]},e.exports["Down bars_input"]={en:["Down bars"],fr:["Barres inférieures"]},e.exports["Down color_input"]={en:["Down color"],fr:["Couleur du bas"]},e.exports["Down fractals_input"]={en:["Down fractals"],fr:["Fractales inférieures"]},e.exports.EOM_input={en:["EOM"]},e.exports["Each (pre-market, market, post-market)_input"]={en:["Each (pre-market, market, post-market)"],fr:["Chacune (pré-marché, marché, post-marché)"]},e.exports["Elder's Force Index_input"]={en:["Elder's Force Index"],fr:["Indice Elder's Force"]},e.exports["Equality Line_input"]={en:["Equality Line"],fr:["Ligne d'égalité"]},e.exports.Exponential_input={en:["Exponential"],fr:["Exponentiel"]},e.exports["Extend POC Right_input"]={en:["Extend POC Right"],fr:["Étendre POC à droite"]},e.exports["Extend Right_input"]={en:["Extend Right"],fr:["Étendre à droite"]},e.exports["Extend VAH Right_input"]={en:["Extend VAH Right"],fr:["Étendre VAH à droite"]},e.exports["Extend VAL Right_input"]={en:["Extend VAL Right"],fr:["Étendre VAL à droite"]},e.exports["Extend to last bar_input"]={en:["Extend to last bar"],fr:["Etendre jusqu'à la dernière barre"]},
+e.exports.Falling_input={en:["Falling"],fr:["En chute"]},e.exports["Fast Length_input"]={en:["Fast Length"],fr:["Longueur rapide"]},e.exports["Fast length_input"]={en:["Fast length"],fr:["Longueur rapide"]},e.exports.Fill_input={en:["Fill"],fr:["Remplir"]},e.exports.Fisher_input={en:["Fisher"]},e.exports.Growing_input={en:["Growing"],fr:["En croissance"]},e.exports["HLC bars_input"]={en:["HLC bars"],fr:["Barres HLC"]},e.exports.HV_input={en:["HV"]},e.exports["Histogram Box_input"]={en:["Histogram Box"],fr:["Boîte d'histogramme"]},e.exports.Histogram_input={en:["Histogram"],fr:["Histogramme"]},e.exports["Hull MA_input"]={en:["Hull MA"],fr:["Hul MA"]},e.exports.Increment_input={en:["Increment"],fr:["Incrément"]},e.exports.Indicator_input={en:["Indicator"],fr:["Indicateur"]},e.exports["Instrument 1_input"]={en:["Instrument 1"]},e.exports["Instrument 2_input"]={en:["Instrument 2"]},e.exports["Investor EMA 1 length_input"]={en:["Investor EMA 1 length"],fr:["Longueur Investisseur EMA 1"]},e.exports["Investor EMA 2 length_input"]={en:["Investor EMA 2 length"],fr:["Longueur Investisseur EMA 2"]},e.exports["Investor EMA 3 length_input"]={en:["Investor EMA 3 length"],fr:["Longueur Investisseur EMA 3"]},e.exports["Investor EMA 4 length_input"]={en:["Investor EMA 4 length"],fr:["Longueur Investisseur EMA 4"]},e.exports["Investor EMA 5 length_input"]={en:["Investor EMA 5 length"],fr:["Longueur Investisseur EMA 5"]},e.exports["Investor EMA 6 length_input"]={en:["Investor EMA 6 length"],fr:["Longueur Investisseur EMA 6"]},e.exports["Jaw Length_input"]={en:["Jaw Length"],fr:["Longueur de Jaw"]},e.exports["Jaw Offset_input"]={en:["Jaw Offset"]},e.exports.Jaw_input={en:["Jaw"]},e.exports.KST_input={en:["KST"]},e.exports.K_input={en:["K"]},e.exports["Labels Position_input"]={en:["Labels Position"],fr:["Position des Etiquettes"]},e.exports["Labels on price scale_input"]={en:["Labels on price scale"],fr:["Étiquettes sur l'échelle de prix"]},e.exports["Lagging Span Periods_input"]={en:["Lagging Span Periods"],fr:["Périodes de latence"]},e.exports["Lagging Span_input"]={en:["Lagging Span"],fr:["Délai de retournement"]},e.exports["Leading Shift Periods_input"]={en:["Leading Shift Periods"],fr:["Principales périodes de roulement"]},e.exports["Leading Span A_input"]={en:["Leading Span A"]},e.exports["Leading Span B_input"]={en:["Leading Span B"]},e.exports["Leading Span Periods_input"]={en:["Leading Span Periods"],fr:["Périodes de couverture principales"]},e.exports["Length EMA_input"]={en:["Length EMA"],fr:["Longueur EMA"]},e.exports["Length MA_input"]={en:["Length MA"],fr:["Longueur MA"]},e.exports.Length1_input={en:["Length1"],fr:["Longueur 1"]},e.exports.Length2_input={en:["Length2"],fr:["Longueur 2"]},e.exports.Length3_input={en:["Length3"],fr:["Longueur 3"]},e.exports.Length_input={en:["Length"],fr:["Longueur"]},e.exports.Level_input={en:["Level"],fr:["Niveau"]},e.exports["Levels Format_input"]={en:["Levels Format"],fr:["Format des Niveaux"]},e.exports.Limit_input={en:["Limit"],fr:["Limite"]},e.exports.Line_input={en:["Line"],
+fr:["Droite"]},e.exports["Lips Length_input"]={en:["Lips Length"],fr:["Longueur des lips"]},e.exports["Lips Offset_input"]={en:["Lips Offset"]},e.exports.Lips_input={en:["Lips"]},e.exports["Long Length_input"]={en:["Long Length"],fr:["Grande longueur"]},e.exports["Long RoC Length_input"]={en:["Long RoC Length"],fr:["Grande longueur RoC"]},e.exports["Long length_input"]={en:["Long length"],fr:["Grande longueur"]},e.exports["Long period_input"]={en:["Long period"],fr:["Longue période"]},e.exports.Long_input={en:["Long"]},e.exports["Lower Band_input"]={en:["Lower Band"],fr:["Bande inférieure"]},e.exports["Lower Deviation_input"]={en:["Lower Deviation"],fr:["Écart inférieur"]},e.exports["Lower Percentage_input"]={en:["Lower Percentage"],fr:["Pourcentage inférieur"]},e.exports.LowerLimit_input={en:["LowerLimit"],fr:["Limite inférieure"]},e.exports.Lower_input={en:["Lower"],fr:["Inférieur"]},e.exports["MA Length_input"]={en:["MA Length"],fr:["Longueur MA"]},e.exports.MACD_input={en:["MACD"]},e.exports.MA_input={en:["MA"]},e.exports.MF_input={en:["MF"]},e.exports.MM_month_input={en:["MM"]},e.exports.MOM_input={en:["MOM"]},e.exports["Main chart symbol_input"]={en:["Main chart symbol"],fr:["Symbole principal du graphique"]},e.exports["Market Closed Percentage_input"]={en:["Market Closed Percentage"],fr:["Pourcentage de marché fermé"]},e.exports["Market only_input"]={en:["Market only"],fr:["Marché uniquement"]},e.exports["Max value_input"]={en:["Max value"],fr:["Valeur max"]},e.exports.Median_input={en:["Median"],fr:["Médiane"]},e.exports.Method_input={en:["Method"],fr:["Méthode"]},e.exports.Middle_input={en:["Middle"],fr:["Milieu"]},e.exports.Minimize_input={en:["Minimize"],fr:["Minimiser"]},e.exports.Month_input={en:["Month"],fr:["Mois"]},e.exports.Move_input={en:["Move"],fr:["Mouvement"]},e.exports["Multi timeframe_input"]={en:["Multi timeframe"],fr:["Multi-plages temporelles"]},e.exports.Multiplier_input={en:["Multiplier"],fr:["Multiplicateur"]},e.exports.NV_input={en:["NV"]},e.exports["Nothing selected_combobox_input"]={en:["Nothing selected"],fr:["Pas de sélection"]},e.exports["Number Of Rows_input"]={en:["Number Of Rows"],fr:["Nombre de rangées"]},e.exports["Number of line_input"]={en:["Number of line"],fr:["Numéro de la ligne"]},e.exports.OSC_input={en:["OSC"]},e.exports.Offset_input={en:["Offset"],fr:["Décalage"]},e.exports.OnBalanceVolume_input={en:["OnBalanceVolume"],fr:["Volume OnBalance"]},e.exports["One step back building_input"]={en:["One step back building"],fr:['Construction en "one step back"']},e.exports.Oscillator_input={en:["Oscillator"],fr:["Oscillateur"]},e.exports.Overbought_input={en:["Overbought"],fr:["Suracheté"]},e.exports.Oversold_input={en:["Oversold"],fr:["Survendu"]},e.exports.POC_input={en:["POC"]},e.exports.PVT_input={en:["PVT"]},e.exports.P_input={en:["P"]},e.exports.ParabolicSAR_input={en:["ParabolicSAR"],fr:["SAR Parabolique"]},e.exports.Percent_input={en:["Percent"],fr:["Pourcent"]},e.exports["Percentage LTP({percentageLTPValue}%)_input"]={en:["Percentage LTP({percentageLTPValue}%)"],
+fr:["Pourcentage LTP({percentageLTPValue}%)"]},e.exports["Percentage LTP_input"]={en:["Percentage LTP"],fr:["Pourcentage LTP"]},e.exports.Percentage_input={en:["Percentage"],fr:["Pourcentage"]},e.exports.Period_input={en:["Period"],fr:["Période"]},e.exports.Periods_input={en:["Periods"],fr:["Périodes"]},e.exports["Phantom bars_input"]={en:["Phantom bars"],fr:["Barres fantômes"]},e.exports.Placement_input={en:["Placement"],fr:["Localisation"]},e.exports.Plot_input={en:["Plot"],fr:["Tracé"]},e.exports["Plots Background_input"]={en:["Plots Background"],fr:["Arrière-plan des tracés"]},e.exports["Post-market only_input"]={en:["Post-market only"],fr:["Post-marché uniquement"]},e.exports["Pre-market only_input"]={en:["Pre-market only"],fr:["Pré-marché uniquement"]},e.exports["Price source_input"]={en:["Price source"],fr:["Source de prix"]},e.exports.Price_input={en:["Price"],fr:["Prix"]},e.exports["Projection down bars_input"]={en:["Projection down bars"],fr:["Barres de projection inférieures"]},e.exports["Projection down color_input"]={en:["Projection down color"],fr:["Projection Couleur du bas"]},e.exports["Projection up bars_input"]={en:["Projection up bars"],fr:["Barres de projection supérieures"]},e.exports["Projection up color_input"]={en:["Projection up color"],fr:["Projection Couleur du haut"]},e.exports.Q_input={en:["Q"]},e.exports["ROC Length_input"]={en:["ROC Length"],fr:["Longueur ROC"]},e.exports.ROCLen1_input={en:["ROCLen1"]},e.exports.ROCLen2_input={en:["ROCLen2"]},e.exports.ROCLen3_input={en:["ROCLen3"]},e.exports.ROCLen4_input={en:["ROCLen4"]},e.exports.ROC_input={en:["ROC"]},e.exports["RSI Length_input"]={en:["RSI Length"],fr:["Longueur RSI"]},e.exports["RSI Source_input"]={en:["RSI Source"],fr:["Source RSI"]},e.exports.RSI_input={en:["RSI"]},e.exports.RVGI_input={en:["RVGI"]},e.exports.RVI_input={en:["RVI"]},e.exports.Range_input={en:["Range"],fr:["Plage"]},e.exports["Rate of Change Lookback_input"]={en:["Rate of Change Lookback"],fr:["Rétrospective des taux de change"]},e.exports["Reversal amount_input"]={en:["Reversal amount"],fr:["Montant de renversement"]},e.exports["Rolling Period_input"]={en:["Rolling Period"],fr:["Période de roulement"]},e.exports["Row Size_input"]={en:["Row Size"],fr:["Taille de la rangée"]},e.exports["Rows Layout_input"]={en:["Rows Layout"],fr:["Disposition des rangées"]},e.exports.SMALen1_input={en:["SMALen1"]},e.exports.SMALen2_input={en:["SMALen2"]},e.exports.SMALen3_input={en:["SMALen3"]},e.exports.SMALen4_input={en:["SMALen4"]},e.exports["SMI Ergodic Oscillator_input"]={en:["SMI Ergodic Oscillator"],fr:["Oscillateur SMI Ergodic"]},e.exports.SMI_input={en:["SMI"]},e.exports.Session_input={en:["Session"]},e.exports.Sessions_input={en:["Sessions"]},e.exports.Shapes_input={en:["Shapes"],fr:["Formes"]},e.exports["Short Length_input"]={en:["Short Length"],fr:["Longueur du Short"]},e.exports["Short RoC Length_input"]={en:["Short RoC Length"],fr:["Longueur du Short RoC"]},e.exports["Short length_input"]={en:["Short length"],fr:["Longueur du Short"]},e.exports["Short period_input"]={
+en:["Short period"],fr:["Période du Short"]},e.exports.Short_input={en:["Short"]},e.exports["Show real prices on price scale (instead of Heikin-Ashi price)_input"]={en:["Show real prices on price scale (instead of Heikin-Ashi price)"],fr:["Montrer les prix réels sur l'échelle de prix (au lieu du prix Heikin-Ashi)"]},e.exports.SigLen_input={en:["SigLen"]},e.exports.Sig_input={en:["Sig"]},e.exports.Sigma_input={en:["Sigma"]},e.exports["Signal Length_input"]={en:["Signal Length"],fr:["Longueur du signal"]},e.exports["Signal line period_input"]={en:["Signal line period"],fr:["Période de la ligne de signal"]},e.exports["Signal smoothing_input"]={en:["Signal smoothing"],fr:["Adoucissement du signal"]},e.exports.Signal_input={en:["Signal"]},e.exports["Simple ma(oscillator)_input"]={en:["Simple ma(oscillator)"],fr:["Simple ma(oscillateur)"]},e.exports["Simple ma(signal line)_input"]={en:["Simple ma(signal line)"],fr:["Simple ma(ligne de signal)"]},e.exports.Simple_input={en:["Simple"]},e.exports["Slow Length_input"]={en:["Slow Length"],fr:["Longueur lente"]},e.exports["Slow length_input"]={en:["Slow length"],fr:["Longueur lente"]},e.exports["Smoothing Length_input"]={en:["Smoothing Length"],fr:["Longueur de lissage"]},e.exports["Smoothing Line_input"]={en:["Smoothing Line"],fr:["Ligne de lissage"]},e.exports.Smoothing_input={en:["Smoothing"],fr:["Adoucissement"]},e.exports.Source_input={en:["Source"]},e.exports["Standard Errors_input"]={en:["Standard Errors"],fr:["Erreurs Standard"]},e.exports.Start_input={en:["Start"],fr:["Début"]},e.exports.StdDev_input={en:["StdDev"]},e.exports["Stochastic Length_input"]={en:["Stochastic Length"],fr:["Longueur stochastique"]},e.exports.Style_input={en:["Style"]},e.exports.Symbol_input={en:["Symbol"],fr:["Symbole"]},e.exports.TEMA_input={en:["TEMA"]},e.exports.TRIX_input={en:["TRIX"]},e.exports["Teeth Length_input"]={en:["Teeth Length"],fr:["Longueur des Teeth"]},e.exports["Teeth Offset_input"]={en:["Teeth Offset"]},e.exports.Teeth_input={en:["Teeth"]},e.exports["Ticks Per Row_input"]={en:["Ticks Per Row"],fr:["Ticks par rangée"]},e.exports.Timeframe_input={en:["Timeframe"],fr:["Plage temporelle"]},e.exports.Total_input={en:["Total"]},e.exports["Trader EMA 1 length_input"]={en:["Trader EMA 1 length"],fr:["Longueur Trader EMA 1"]},e.exports["Trader EMA 2 length_input"]={en:["Trader EMA 2 length"],fr:["Longueur Trader EMA 2"]},e.exports["Trader EMA 3 length_input"]={en:["Trader EMA 3 length"],fr:["Longueur Trader EMA 3"]},e.exports["Trader EMA 4 length_input"]={en:["Trader EMA 4 length"],fr:["Longueur Trader EMA 4"]},e.exports["Trader EMA 5 length_input"]={en:["Trader EMA 5 length"],fr:["Longueur Trader EMA 5"]},e.exports["Trader EMA 6 length_input"]={en:["Trader EMA 6 length"],fr:["Longueur Trader EMA 6"]},e.exports.Traditional_input={en:["Traditional"],fr:["Traditionnel"]},e.exports.Trigger_input={en:["Trigger"]},e.exports.Type_input={en:["Type"]},e.exports.UO_input={en:["UO"]},e.exports["Up Volume_input"]={en:["Up Volume"],fr:["Volume d'achat"]},e.exports["Up bars_input"]={en:["Up bars"],
+fr:["Barres supérieures"]},e.exports["Up color_input"]={en:["Up color"],fr:["Couleur du haut"]},e.exports["Up fractals_input"]={en:["Up fractals"],fr:["Fractales supérieures"]},e.exports["Up/Down_input"]={en:["Up/Down"],fr:["Haut/Bas"]},e.exports["UpDown Length_input"]={en:["UpDown Length"],fr:["Longueur Haut-Bas"]},e.exports["Upper Band_input"]={en:["Upper Band"],fr:["Bande supérieure"]},e.exports["Upper Deviation_input"]={en:["Upper Deviation"],fr:["Ecart supérieur"]},e.exports["Upper Percentage_input"]={en:["Upper Percentage"],fr:["Pourcentage supérieur"]},e.exports.UpperLimit_input={en:["UpperLimit"],fr:["Limite supérieure"]},e.exports.Upper_input={en:["Upper"],fr:["Supérieur"]},e.exports["Use Lower Deviation_input"]={en:["Use Lower Deviation"],fr:["Utiliser l'écart inférieur"]},e.exports["Use Upper Deviation_input"]={en:["Use Upper Deviation"],fr:["Utiliser l'écart supérieur"]},e.exports["VI +_input"]={en:["VI +"]},e.exports["VI -_input"]={en:["VI -"]},e.exports.VWAP_input={en:["VWAP"]},e.exports.VWMA_input={en:["VWMA"]},e.exports["Value Area Down_input"]={en:["Value Area Down"],fr:["Zone de valeur vers le bas"]},e.exports["Value Area Up_input"]={en:["Value Area Up"],fr:["Zone de valeur vers le haut"]},e.exports["Value Area Volume_input"]={en:["Value Area Volume"],fr:["Volume de la zone de valeur"]},e.exports["Value Area volume_input"]={en:["Value Area volume"],fr:["Volume de la zone de valeur"]},e.exports["Value Area_input"]={en:["Value Area"],fr:["Zone de valeur"]},e.exports.Value_input={en:["Value"],fr:["Valeur"]},e.exports["Values in status line_input"]={en:["Values in status line"],fr:["Valeurs dans la ligne d'état"]},e.exports.Volume_input={en:["Volume"]},e.exports["WMA Length_input"]={en:["WMA Length"],fr:["Longueur du WMA"]},e.exports["Wait for timeframe closes_input"]={en:["Wait for timeframe closes"],fr:["Attendre la fermeture de la plage temporelle"]},e.exports.Week_input={en:["Week"],fr:["Semaine"]},e.exports.Weighted_input={en:["Weighted"],fr:["Pondérée"]},e.exports.Wick_input={en:["Wick"],fr:["Mèche"]},e.exports.Wicks_input={en:["Wicks"],fr:["Mèches"]},e.exports["Wilder's Smoothing_input"]={en:["Wilder's Smoothing"],fr:["Lissage de Wilder"]},e.exports["Window Size_input"]={en:["Window Size"],fr:["Taille de la fenêtre"]},e.exports.X_input={en:["X"]},e.exports.YY_year_input={en:["YY"]},e.exports.Year_input={en:["Year"],fr:["Année"]},e.exports["Zero Line_input"]={en:["Zero Line"],fr:["Ligne de zéro"]},e.exports.Zero_input={en:["Zero"],fr:["Zéro"]},e.exports.fastLength_input={en:["fastLength"],fr:["LongueurRapide"]},e.exports.from_input={en:["from"],fr:["de"]},e.exports.increment_input={en:["increment"],fr:["incrément"]},e.exports.isCentered_input={en:["isCentered"],fr:["estCentré"]},e.exports.len_input={en:["len"]},e.exports.length14_input={en:["length14"],fr:["longueur14"]},e.exports.length28_input={en:["length28"],fr:["longueur28"]},e.exports.length7_input={en:["length7"],fr:["longueur7"]},e.exports.lengthRSI_input={en:["lengthRSI"],fr:["longueurRSI"]},e.exports.lengthStoch_input={
+en:["lengthStoch"],fr:["longueurStoch"]},e.exports.length_input={en:["length"],fr:["longueur"]},e.exports.long_input={en:["long"]},e.exports.longlen_input={en:["longlen"]},e.exports.maximum_input={en:["maximum"]},e.exports.mult_input={en:["mult"]},e.exports.p_input={en:["p"]},e.exports.q_input={en:["q"]},e.exports.resolution_input={en:["resolution"],fr:["résolution"]},e.exports.roclen1_input={en:["roclen1"]},e.exports.roclen2_input={en:["roclen2"]},e.exports.roclen3_input={en:["roclen3"]},e.exports.roclen4_input={en:["roclen4"]},e.exports.short_input={en:["short"]},e.exports.shortlen_input={en:["shortlen"]},e.exports["show MA_input"]={en:["show MA"],fr:["Montrer MA"]},e.exports.siglen_input={en:["siglen"]},e.exports.signalLength_input={en:["signalLength"],fr:["Longueur de signal"]},e.exports.slowLength_input={en:["slowLength"],fr:["Longueurlente"]},e.exports.smalen1_input={en:["smalen1"]},e.exports.smalen2_input={en:["smalen2"]},e.exports.smalen3_input={en:["smalen3"]},e.exports.smalen4_input={en:["smalen4"]},e.exports.smoothD_input={en:["smoothD"]},e.exports.smoothK_input={en:["smoothK"]},e.exports.start_input={en:["start"]},e.exports.sym_input={en:["sym"]},e.exports.to_input={en:["to"],fr:["vers"]},e.exports.useTrueRange_input={en:["useTrueRange"],fr:["UtiliserVraieGamme"]},e.exports.x_input={en:["x"]},e.exports["yay Color 0_input"]={en:["yay Color 0"],fr:["yay Couleur 0"]},e.exports["yay Color 1_input"]={en:["yay Color 1"],fr:["yay Couleur 1"]},e.exports["{number} item_combobox_input"]={en:["{number} item","{number} items"],fr:["{number} objet","{number} objets"]}},50873:e=>{e.exports={en:["ATR({atrValue})"]}},73425:e=>{e.exports={en:["Percentage LTP({percentageLTPValue}%)"],fr:["Pourcentage LTP({percentageLTPValue}%)"]}},40566:e=>{e.exports={en:["Traditional"],fr:["Traditionnel"]}},35359:e=>{e.exports={en:["Post"]}},93866:e=>{e.exports={en:["Pre"],fr:["Pré"]}},75163:e=>{e.exports={en:["Invert scale"],fr:["Inverser l'échelle"]}},35210:e=>{e.exports={en:["Indexed to 100"],fr:["Indexé sur 100"]}},31340:e=>{e.exports={en:["Logarithmic"],fr:["Logarithmique"]}},19405:e=>{e.exports={en:["No overlapping labels"],fr:["Pas d'étiquettes superposées"]}},34954:e=>{e.exports={en:["Percent"],fr:["Pourcents"]}},55300:e=>{e.exports={en:["Regular"],fr:["Normal"]}},8029:e=>{e.exports={en:["ETH"]}},34647:e=>{e.exports={en:["Electronic trading hours"],fr:["Horaires de trading électronique"]}},36862:e=>{e.exports={en:["Extended trading hours"],fr:["Horaires de trading étendus"]}},7807:e=>{e.exports={en:["POST"],fr:["post"]}},46273:e=>{e.exports={en:["PRE"],fr:["pré"]}},50434:e=>{e.exports={en:["Postmarket"],fr:["Post-marché"]}},59330:e=>{e.exports={en:["Premarket"],fr:["Pré-marché"]}},35342:e=>{e.exports={en:["RTH"]}},84246:e=>{e.exports={en:["Regular trading hours"],fr:["Horaires de trading régulier"]}},13132:e=>{e.exports={en:["May"],fr:["Mai"]}},83477:e=>{e.exports=Object.create(null),e.exports["*All Candlestick Patterns*_study"]={en:["*All Candlestick Patterns*"],fr:["*Tous les schémas en chandelier*"]},
+e.exports["24-hour Volume_study"]={en:["24-hour Volume"],fr:["Volume sur 24 heures"]},e.exports["52 Week High/Low_study"]={en:["52 Week High/Low"],fr:["Plus haut/plus bas sur 52 semaines"]},e.exports.ASI_study={en:["ASI"]},e.exports["Abandoned Baby - Bearish_study"]={en:["Abandoned Baby - Bearish"],fr:["Bébé abandonné - Baissier"]},e.exports["Abandoned Baby - Bullish_study"]={en:["Abandoned Baby - Bullish"],fr:["Bébé abandonné - Haussier"]},e.exports["Accelerator Oscillator_study"]={en:["Accelerator Oscillator"],fr:["Oscillateur Accélérateur"]},e.exports["Accounts payable_study"]={en:["Accounts payable"],fr:["Comptes créanciers"]},e.exports["Accounts receivable - trade, net_study"]={en:["Accounts receivable - trade, net"],fr:["Comptes débiteurs - clients, nets"]},e.exports["Accounts receivables, gross_study"]={en:["Accounts receivables, gross"],fr:["Créances clients, brutes"]},e.exports.Accruals_study={en:["Accruals"],fr:["Charges à payer"]},e.exports["Accrued payroll_study"]={en:["Accrued payroll"],fr:["Paiements accumulés"]},e.exports["Accumulated depreciation, total_study"]={en:["Accumulated depreciation, total"],fr:["Dépréciation cumulée, total"]},e.exports["Accumulation/Distribution_study"]={en:["Accumulation/Distribution"],fr:["Accumulation/Répartition"]},e.exports["Accumulative Swing Index_study"]={en:["Accumulative Swing Index"],fr:["Indice d'oscillation cumulative"]},e.exports["Additional paid-in capital/Capital surplus_study"]={en:["Additional paid-in capital/Capital surplus"],fr:["Capital libéré additionnel/excédent de capital"]},e.exports["Advance Decline Line_study"]={en:["Advance Decline Line"],fr:["Ligne Hausse Baisse"]},e.exports["Advance Decline Ratio_study"]={en:["Advance Decline Ratio"],fr:["Ratio Hausse Baisse"]},e.exports["Advance/Decline Ratio (Bars)_study"]={en:["Advance/Decline Ratio (Bars)"],fr:["Ratio Hausse/Baisse (barres)"]},e.exports["Advance/Decline_study"]={en:["Advance/Decline"]},e.exports["After tax other income/expense_study"]={en:["After tax other income/expense"],fr:["Autres produits et charges après impôts"]},e.exports["All Chart Patterns_study"]={en:["All Chart Patterns"],fr:["Toutes les figures graphiques"]},e.exports["Altman Z-score_study"]={en:["Altman Z-score"]},e.exports["Amortization of deferred charges_study"]={en:["Amortization of deferred charges"],fr:["Amortissement des charges différées"]},e.exports["Amortization of intangibles_study"]={en:["Amortization of intangibles"],fr:["Amortissement des actifs immatériels"]},e.exports.Amortization_study={en:["Amortization"],fr:["Amortissement"]},e.exports["Anchored Volume Profile_study"]={en:["Anchored Volume Profile"],fr:["Profil de volume ancré"]},e.exports["Arnaud Legoux Moving Average_study"]={en:["Arnaud Legoux Moving Average"],fr:["Moyenne mobile d'Arnaud Legoux"]},e.exports.Aroon_study={en:["Aroon"]},e.exports["Asset turnover_study"]={en:["Asset turnover"],fr:["Rotation des actifs"]},e.exports["Auto Anchored Volume Profile_study"]={en:["Auto Anchored Volume Profile"],fr:["Profil de volume ancré automatique"]},
+e.exports["Auto Fib Extension_study"]={en:["Auto Fib Extension"],fr:["Extension Auto Fib"]},e.exports["Auto Fib Retracement_study"]={en:["Auto Fib Retracement"],fr:["Retracement Auto Fib"]},e.exports["Auto Pitchfork_study"]={en:["Auto Pitchfork"]},e.exports["Average Daily Range_study"]={en:["Average Daily Range"],fr:["Plage journalière moyenne"]},e.exports["Average Day Range_study"]={en:["Average Day Range"],fr:["Plage de jours moyenne"]},e.exports["Average Directional Index_study"]={en:["Average Directional Index"],fr:["Indice directionnel moyen"]},e.exports["Average Price_study"]={en:["Average Price"],fr:["Prix moyen"]},e.exports["Average True Range_study"]={en:["Average True Range"],fr:["Moyenne de la vraie amplitude"]},e.exports["Average basic shares outstanding_study"]={en:["Average basic shares outstanding"],fr:["Nombre moyen d'actions de base en circulation"]},e.exports["Awesome Oscillator_study"]={en:["Awesome Oscillator"],fr:["Oscillateur merveilleux"]},e.exports["Bad debt / Doubtful accounts_study"]={en:["Bad debt / Doubtful accounts"],fr:["Créances irrécouvrables / comptes douteux"]},e.exports["Balance of Power_study"]={en:["Balance of Power"],fr:["Équilibre des forces"]},e.exports["BarUpDn Strategy_study"]={en:["BarUpDn Strategy"],fr:["Stratégie BarUpDn"]},e.exports["Basic EPS_study"]={en:["Basic EPS"],fr:["Bénéfice par action de base"]},e.exports["Basic earnings per share (Basic EPS)_study"]={en:["Basic earnings per share (Basic EPS)"],fr:["Résultat de base par action (BPA de base)"]},e.exports["Bearish Flag Chart Pattern_study"]={en:["Bearish Flag Chart Pattern"],fr:["Schéma graphique à drapeau baissier"]},e.exports["Bearish Pennant Chart Pattern_study"]={en:["Bearish Pennant Chart Pattern"],fr:["Graphique en forme de fanion baissier"]},e.exports["Beneish M-score_study"]={en:["Beneish M-score"]},e.exports["Bollinger Bands %B_study"]={en:["Bollinger Bands %B"],fr:["Bandes de Bollinger %B"]},e.exports["Bollinger Bands Strategy directed_study"]={en:["Bollinger Bands Strategy directed"],fr:["Stratégie des bandes de Bollinger dirigée"]},e.exports["Bollinger Bands Strategy_study"]={en:["Bollinger Bands Strategy"],fr:["Stratégie des Bandes de Bollinger"]},e.exports["Bollinger Bands Width_study"]={en:["Bollinger Bands Width"],fr:["Largeur des Bandes de Bollinger"]},e.exports["Bollinger Bands_study"]={en:["Bollinger Bands"],fr:["Bandes de Bollinger"]},e.exports["Book value per share_study"]={en:["Book value per share"],fr:["Valeur comptable par action"]},e.exports["Bull Bear Power_study"]={en:["Bull Bear Power"],fr:["Puissance Bull Bear"]},e.exports["Bullish Flag Chart Pattern_study"]={en:["Bullish Flag Chart Pattern"],fr:["Graphique en drapeau haussier"]},e.exports["Bullish Pennant Chart Pattern_study"]={en:["Bullish Pennant Chart Pattern"],fr:["Schéma graphique à fanion haussier"]},e.exports["Buyback yield %_study"]={en:["Buyback yield %"],fr:["Rendement des rachats %"]},e.exports["COGS to revenue ratio_study"]={en:["COGS to revenue ratio"],fr:["Ratio COGS/revenus"]},e.exports.CRSI_study={en:["CRSI"]},
+e.exports["Capital and operating lease obligations_study"]={en:["Capital and operating lease obligations"],fr:["Engagements résultant de contrats de financement et de location-exploitation"]},e.exports["Capital expenditures - fixed assets_study"]={en:["Capital expenditures - fixed assets"],fr:["Dépenses d'investissement - immobilisations"]},e.exports["Capital expenditures - other assets_study"]={en:["Capital expenditures - other assets"],fr:["Dépenses en capital - autres actifs"]},e.exports["Capital expenditures_study"]={en:["Capital expenditures"],fr:["Dépenses d'investissement"]},e.exports["Capitalized lease obligations_study"]={en:["Capitalized lease obligations"],fr:["Obligations de location capitalisées"]},e.exports["Cash & equivalents_study"]={en:["Cash & equivalents"],fr:["Liquidités et équivalents"]},e.exports["Cash and short term investments_study"]={en:["Cash and short term investments"],fr:["Liquidités et investissements à court terme"]},e.exports["Cash conversion cycle_study"]={en:["Cash conversion cycle"],fr:["Cycle de conversion des liquidités"]},e.exports["Cash from financing activities_study"]={en:["Cash from financing activities"],fr:["Cash lié aux activités de financement"]},e.exports["Cash from investing activities_study"]={en:["Cash from investing activities"],fr:["Cash lié aux activités d'investissement"]},e.exports["Cash from operating activities_study"]={en:["Cash from operating activities"],fr:["Cash lié aux activités d'exploitation"]},e.exports["Cash to debt ratio_study"]={en:["Cash to debt ratio"],fr:["Ratio trésorerie/dette"]},e.exports["Chaikin Money Flow_study"]={en:["Chaikin Money Flow"],fr:["Flux monétaire de Chaikin"]},e.exports["Chaikin Oscillator_study"]={en:["Chaikin Oscillator"],fr:["Oscillateur de Chaikin"]},e.exports["Chaikin Volatility_study"]={en:["Chaikin Volatility"],fr:["Volatilité de Chaikin"]},e.exports["Chande Kroll Stop_study"]={en:["Chande Kroll Stop"],fr:["Stop Chande Kroll"]},e.exports["Chande Momentum Oscillator_study"]={en:["Chande Momentum Oscillator"]},e.exports["Change in accounts payable_study"]={en:["Change in accounts payable"],fr:["Variation des comptes créditeurs"]},e.exports["Change in accounts receivable_study"]={en:["Change in accounts receivable"],fr:["Variation des comptes débiteurs"]},e.exports["Change in accrued expenses_study"]={en:["Change in accrued expenses"],fr:["Variation des charges à payer"]},e.exports["Change in inventories_study"]={en:["Change in inventories"],fr:["Variation des inventaires"]},e.exports["Change in other assets/liabilities_study"]={en:["Change in other assets/liabilities"],fr:["Variation des autres actifs/passifs"]},e.exports["Change in taxes payable_study"]={en:["Change in taxes payable"],fr:["Variation des taxes à payer"]},e.exports["Changes in working capital_study"]={en:["Changes in working capital"],fr:["Évolution du fonds de roulement"]},e.exports.ChannelBreakOutStrategy_study={en:["ChannelBreakOutStrategy"]},e.exports["Chop Zone_study"]={en:["Chop Zone"]},e.exports["Choppiness Index_study"]={en:["Choppiness Index"],
+fr:["Indice de turbulence"]},e.exports["Commodity Channel Index_study"]={en:["Commodity Channel Index"]},e.exports["Common dividends paid_study"]={en:["Common dividends paid"],fr:["Dividendes ordinaires versés"]},e.exports["Common equity, total_study"]={en:["Common equity, total"],fr:["Fonds propres ordinaires, total"]},e.exports["Common stock par/Carrying value_study"]={en:["Common stock par/Carrying value"],fr:["Valeur nominale/valeur comptable des actions ordinaires"]},e.exports.Compare_study={en:["Compare"],fr:["Comparer"]},e.exports["Conditional Expressions_study"]={en:["Conditional Expressions"],fr:["Expressions Conditionnelles"]},e.exports["Connors RSI_study"]={en:["Connors RSI"],fr:["RSI de Connors"]},e.exports.ConnorsRSI_study={en:["ConnorsRSI"]},e.exports["Consecutive Up/Down Strategy_study"]={en:["Consecutive Up/Down Strategy"],fr:["Stratégie ascendante/descendante consécutive"]},e.exports["Coppock Curve_study"]={en:["Coppock Curve"],fr:["Courbe Coppock"]},e.exports["Correlation - Log_study"]={en:["Correlation - Log"],fr:["Corrélation - Log"]},e.exports["Correlation Coefficient_study"]={en:["Correlation Coefficient"],fr:["Coefficient de Corrélation"]},e.exports["Cost of goods sold_study"]={en:["Cost of goods sold"],fr:["Coût des marchandises vendues"]},e.exports["Cost of goods_study"]={en:["Cost of goods"],fr:["Coût des biens"]},e.exports["Cumulative Volume Index_study"]={en:["Cumulative Volume Index"],fr:["Index Volume Cumulé"]},e.exports["Cup and Handle Chart Pattern_study"]={en:["Cup and Handle Chart Pattern"],fr:["Motif graphique tasse et poignée"]},e.exports["Current portion of LT debt and capital leases_study"]={en:["Current portion of LT debt and capital leases"],fr:["Partie courante de la dette LT et des contrats de location-acquisition"]},e.exports["Current ratio_study"]={en:["Current ratio"],fr:["Ratio actuel"]},e.exports.DMI_study={en:["DMI"],fr:["IMD"]},e.exports["Dark Cloud Cover - Bearish_study"]={en:["Dark Cloud Cover - Bearish"],fr:["Couverture nuageuse sombre - Baissier"]},e.exports["Days inventory_study"]={en:["Days inventory"],fr:["Jours en inventaire"]},e.exports["Days payable_study"]={en:["Days payable"],fr:["Jours d'échéance"]},e.exports["Days sales outstanding_study"]={en:["Days sales outstanding"],fr:["Jours d'encours des ventes"]},e.exports["Debt to EBITDA ratio_study"]={en:["Debt to EBITDA ratio"],fr:["Ratio dette/ EBITDA"]},e.exports["Debt to assets ratio_study"]={en:["Debt to assets ratio"],fr:["Ratio dette/actif"]},e.exports["Debt to equity ratio_study"]={en:["Debt to equity ratio"],fr:["Ratio dette/fonds propres"]},e.exports["Debt to revenue ratio_study"]={en:["Debt to revenue ratio"],fr:["Ratio dette/recettes"]},e.exports["Deferred income, current_study"]={en:["Deferred income, current"],fr:["Revenu différé, courant"]},e.exports["Deferred income, non-current_study"]={en:["Deferred income, non-current"],fr:["Produits différés, non courants"]},e.exports["Deferred tax assets_study"]={en:["Deferred tax assets"],fr:["Actifs d'impôts différés"]},
+e.exports["Deferred tax liabilities_study"]={en:["Deferred tax liabilities"],fr:["Passifs d'impôts différés"]},e.exports["Deferred taxes (cash flow)_study"]={en:["Deferred taxes (cash flow)"],fr:["Impôts différés (cash-flow)"]},e.exports["Deprecation and amortization_study"]={en:["Deprecation and amortization"],fr:["Dépréciation et amortissement"]},e.exports["Depreciation & amortization (cash flow)_study"]={en:["Depreciation & amortization (cash flow)"],fr:["Dépréciation et amortissement (cash flow)"]},e.exports["Depreciation/depletion_study"]={en:["Depreciation/depletion"],fr:["Amortissement/épuisement"]},e.exports.Depreciation_study={en:["Depreciation"],fr:["Dépréciation"]},e.exports["Detrended Price Oscillator_study"]={en:["Detrended Price Oscillator"],fr:["Oscillateur de prix dé-tendancé"]},e.exports["Diluted EPS_study"]={en:["Diluted EPS"]},e.exports["Diluted earnings per share (Diluted EPS)_study"]={en:["Diluted earnings per share (Diluted EPS)"],fr:["Résultat dilué par action (BPA dilué)"]},e.exports["Diluted net income available to common stockholders_study"]={en:["Diluted net income available to common stockholders"],fr:["Résultat net dilué disponible pour les actionnaires ordinaires"]},e.exports["Diluted shares outstanding_study"]={en:["Diluted shares outstanding"],fr:["Actions diluées en circulation"]},e.exports["Dilution adjustment_study"]={en:["Dilution adjustment"],fr:["Ajustement de dilution"]},e.exports["Directional Movement Index_study"]={en:["Directional Movement Index"],fr:["Indice de mouvement directionnel"]},e.exports["Directional Movement_study"]={en:["Directional Movement"]},e.exports["Discontinued operations_study"]={en:["Discontinued operations"],fr:["Opérations abandonnées"]},e.exports["Divergence Indicator_study"]={en:["Divergence Indicator"],fr:["Indicateur de Divergence"]},e.exports["Dividend payout ratio %_study"]={en:["Dividend payout ratio %"],fr:["Ratio de distribution des dividendes %"]},e.exports["Dividend yield %_study"]={en:["Dividend yield %"],fr:["Rendement du dividende %"]},e.exports["Dividends payable_study"]={en:["Dividends payable"],fr:["Dividendes à payer"]},e.exports["Dividends per share - common stock primary issue_study"]={en:["Dividends per share - common stock primary issue"],fr:["Dividendes par action - émission primaire d'actions ordinaires"]},e.exports["Doji Star - Bearish_study"]={en:["Doji Star - Bearish"],fr:["Etoile Doji - Baissier"]},e.exports["Doji Star - Bullish_study"]={en:["Doji Star - Bullish"],fr:["Etoile Doji - Haussier"]},e.exports.Doji_study={en:["Doji"]},e.exports["Donchian Channels_study"]={en:["Donchian Channels"],fr:["Canaux de Donchian"]},e.exports["Double Bottom Chart Pattern_study"]={en:["Double Bottom Chart Pattern"],fr:["Schéma graphique à double bas"]},e.exports["Double EMA_study"]={en:["Double EMA"],fr:["EMA Double"]},e.exports["Double Top Chart Pattern_study"]={en:["Double Top Chart Pattern"],fr:["Schéma graphique à double haut"]},e.exports["Downside Tasuki Gap - Bearish_study"]={en:["Downside Tasuki Gap - Bearish"],
+fr:["Gap Tasuki descendant - Baissier"]},e.exports["Dragonfly Doji - Bullish_study"]={en:["Dragonfly Doji - Bullish"],fr:["Dragonfly Doji - Haussier"]},e.exports["EBITDA margin %_study"]={en:["EBITDA margin %"],fr:["Marge EBITDA %"]},e.exports.EBITDA_study={en:["EBITDA"]},e.exports.EBIT_study={en:["EBIT"]},e.exports["EMA Cross_study"]={en:["EMA Cross"]},e.exports["EPS basic one year growth_study"]={en:["EPS basic one year growth"],fr:["Croissance de base du BPA sur un an"]},e.exports["EPS diluted one year growth_study"]={en:["EPS diluted one year growth"],fr:["Croissance du BPA dilué sur un an"]},e.exports["EPS estimates_study"]={en:["EPS estimates"],fr:["Estimations du BPA"]},e.exports["Earnings yield_study"]={en:["Earnings yield"],fr:["Rendement des bénéfices"]},e.exports["Ease Of Movement_study"]={en:["Ease Of Movement"],fr:["Facilité de mouvement"]},e.exports["Ease of Movement_study"]={en:["Ease of Movement"],fr:["Facilité de mouvement"]},e.exports["Effective interest rate on debt %_study"]={en:["Effective interest rate on debt %"],fr:["Taux d'intérêt effectif sur la dette"]},e.exports["Elder Force Index_study"]={en:["Elder Force Index"],fr:["Indice de Force Elder"]},e.exports["Elder's Force Index_study"]={en:["Elder's Force Index"],fr:["Index de Force d'Elder"]},e.exports["Elders Force Index_study"]={en:["Elders Force Index"],fr:["Indice de force d'Elder"]},e.exports["Elliott Wave Chart Pattern_study"]={en:["Elliott Wave Chart Pattern"],fr:["Schéma graphique des vagues d'Elliott"]},e.exports["Engulfing - Bearish_study"]={en:["Engulfing - Bearish"],fr:["Enlacement - Baissier"]},e.exports["Engulfing - Bullish_study"]={en:["Engulfing - Bullish"],fr:["Enlacement - Haussier"]},e.exports["Enterprise value to EBIT ratio_study"]={en:["Enterprise value to EBIT ratio"],fr:["Ratio valeur d'entreprise/ EBIT"]},e.exports["Enterprise value to EBITDA ratio_study"]={en:["Enterprise value to EBITDA ratio"],fr:["Ratio valeur d'entreprise/ EBITDA"]},e.exports["Enterprise value to revenue ratio_study"]={en:["Enterprise value to revenue ratio"],fr:["Ratio valeur d'entreprise/revenus"]},e.exports["Enterprise value_study"]={en:["Enterprise value"],fr:["Valeur d'entreprise"]},e.exports.Envelope_study={en:["Envelope"],fr:["Enveloppe"]},e.exports.Envelopes_study={en:["Envelopes"],fr:["Enveloppes"]},e.exports["Equity in earnings_study"]={en:["Equity in earnings"],fr:["Participation aux bénéfices"]},e.exports["Equity to assets ratio_study"]={en:["Equity to assets ratio"],fr:["Ratio capitaux propres/actifs"]},e.exports["Evening Doji Star - Bearish_study"]={en:["Evening Doji Star - Bearish"],fr:["Etoile Doji du soir - Baissier"]},e.exports["Evening Star - Bearish_study"]={en:["Evening Star - Bearish"],fr:["Etoile du soir - Baissier"]},e.exports["Falling Three Methods - Bearish_study"]={en:["Falling Three Methods - Bearish"],fr:["Méthode des trois chutes - Baissier"]},e.exports["Falling Wedge Chart Pattern_study"]={en:["Falling Wedge Chart Pattern"],fr:["Schéma graphique à biseau descendant"]},e.exports["Falling Window - Bearish_study"]={
+en:["Falling Window - Bearish"],fr:["Fenêtre descendante - Baissier"]},e.exports["Financing activities – other sources_study"]={en:["Financing activities – other sources"],fr:["Activités de financement - autres sources"]},e.exports["Financing activities – other uses_study"]={en:["Financing activities – other uses"],fr:["Activités de financement - autres usages"]},e.exports["Fisher Transform_study"]={en:["Fisher Transform"]},e.exports["Fixed Range Volume Profile_study"]={en:["Fixed Range Volume Profile"],fr:["Profil de volume à gamme fixe"]},e.exports["Fixed Range_study"]={en:["Fixed Range"],fr:["Gamme fixe"]},e.exports["Float shares outstanding_study"]={en:["Float shares outstanding"],fr:["Actions flottantes en circulation"]},e.exports["Free cash flow margin %_study"]={en:["Free cash flow margin %"],fr:["Marge de cash-flow libre %"]},e.exports["Free cash flow_study"]={en:["Free cash flow"],fr:["Free Cash Flow"]},e.exports["Fulmer H factor_study"]={en:["Fulmer H factor"],fr:["Facteur Fulmer H"]},e.exports["Funds from operations_study"]={en:["Funds from operations"],fr:["Fonds provenant des opérations"]},e.exports.Gaps_study={en:["Gaps"]},e.exports["Goodwill to assets ratio_study"]={en:["Goodwill to assets ratio"],fr:["Ratio goodwill/actif"]},e.exports["Goodwill, net_study"]={en:["Goodwill, net"]},e.exports["Graham's number_study"]={en:["Graham's number"],fr:["Nombre de Graham"]},e.exports["Gravestone Doji - Bearish_study"]={en:["Gravestone Doji - Bearish"],fr:["Doji en pierre tombale - Baissier"]},e.exports["Greedy Strategy_study"]={en:["Greedy Strategy"]},e.exports["Gross margin %_study"]={en:["Gross margin %"],fr:["Marge brute %"]},e.exports["Gross profit to assets ratio_study"]={en:["Gross profit to assets ratio"],fr:["Ratio marge brute/actif"]},e.exports["Gross profit_study"]={en:["Gross profit"],fr:["Profit brut"]},e.exports["Gross property/plant/equipment_study"]={en:["Gross property/plant/equipment"],fr:["Immobilier/usine/équipement brut"]},e.exports["Guppy Multiple Moving Average_study"]={en:["Guppy Multiple Moving Average"],fr:["Moyenne mobile multiple de Guppy"]},e.exports["Hammer - Bullish_study"]={en:["Hammer - Bullish"],fr:["Marteau - Haussier"]},e.exports["Hanging Man - Bearish_study"]={en:["Hanging Man - Bearish"],fr:["Homme suspendu - Baissier"]},e.exports["Harami - Bearish_study"]={en:["Harami - Bearish"],fr:["Harami - Baissier"]},e.exports["Harami - Bullish_study"]={en:["Harami - Bullish"],fr:["Harami - Haussier"]},e.exports["Harami Cross - Bearish_study"]={en:["Harami Cross - Bearish"],fr:["Croix Harami - Baissière"]},e.exports["Harami Cross - Bullish_study"]={en:["Harami Cross - Bullish"],fr:["Croix Harami - Haussière"]},e.exports["Head and Shoulders Chart Pattern_study"]={en:["Head and Shoulders Chart Pattern"],fr:["Modèle graphique tête et épaules"]},e.exports["Historical Volatility_study"]={en:["Historical Volatility"],fr:["Volatilité Historique"]},e.exports["Hull Moving Average_study"]={en:["Hull Moving Average"],fr:["Moyenne Mobile de Hull"]},e.exports["Ichimoku Cloud_study"]={
+en:["Ichimoku Cloud"],fr:["Nuage Ichimoku"]},e.exports.Ichimoku_study={en:["Ichimoku"]},e.exports.Impairments_study={en:["Impairments"],fr:["Dépréciations d'actifs"]},e.exports["InSide Bar Strategy_study"]={en:["InSide Bar Strategy"],fr:["Stratégie InSide Bar"]},e.exports["Income Tax Credits_study"]={en:["Income Tax Credits"],fr:["Crédits d'impôt sur le revenu"]},e.exports["Income Tax, current - foreign_study"]={en:["Income Tax, current - foreign"],fr:["Impôt sur le revenu, courant - étranger"]},e.exports["Income tax payable_study"]={en:["Income tax payable"],fr:["Impôt sur le revenu à payer"]},e.exports["Income tax, current - domestic_study"]={en:["Income tax, current - domestic"],fr:["Impôt sur le revenu, courant - national"]},e.exports["Income tax, current_study"]={en:["Income tax, current"],fr:["Impôt sur le revenu, courant"]},e.exports["Income tax, deferred - domestic_study"]={en:["Income tax, deferred - domestic"],fr:["Impôt sur le revenu, différé - national"]},e.exports["Income tax, deferred - foreign_study"]={en:["Income tax, deferred - foreign"],fr:["Impôt sur le revenu, différé - étranger"]},e.exports["Income tax, deferred_study"]={en:["Income tax, deferred"],fr:["Impôt sur le revenu, différé"]},e.exports["Interest capitalized_study"]={en:["Interest capitalized"],fr:["Intérêt capitalisé"]},e.exports["Interest coverage_study"]={en:["Interest coverage"],fr:["Couverture d'intérêt"]},e.exports["Interest expense on debt_study"]={en:["Interest expense on debt"],fr:["Charges d'intérêts sur la dette"]},e.exports["Interest expense, net of interest capitalized_study"]={en:["Interest expense, net of interest capitalized"],fr:["Charges d'intérêts, après déduction des intérêts capitalisés"]},e.exports["Inventories - finished goods_study"]={en:["Inventories - finished goods"],fr:["Inventaires - produits finis"]},e.exports["Inventories - progress payments & other_study"]={en:["Inventories - progress payments & other"],fr:["Inventaires - paiements échelonnés et autres"]},e.exports["Inventories - raw materials_study"]={en:["Inventories - raw materials"],fr:["Inventaires - matières premières"]},e.exports["Inventories - work in progress_study"]={en:["Inventories - work in progress"],fr:["Inventaires - travaux en cours"]},e.exports["Inventory to revenue ratio_study"]={en:["Inventory to revenue ratio"],fr:["Ratio inventaire/recettes"]},e.exports["Inventory turnover_study"]={en:["Inventory turnover"],fr:["Rotation des stocks"]},e.exports["Inverted Cup and Handle Chart Pattern_study"]={en:["Inverted Cup and Handle Chart Pattern"],fr:["Modèle graphique coupe et poignée inversées"]},e.exports["Inverted Hammer - Bullish_study"]={en:["Inverted Hammer - Bullish"],fr:["Marteau inversé - Haussier"]},e.exports["Inverted Head and Shoulders Chart Pattern_study"]={en:["Inverted Head and Shoulders Chart Pattern"],fr:["Modèle graphique tête et épaules inversées"]},e.exports["Investing activities – other sources_study"]={en:["Investing activities – other sources"],fr:["Activités d'investissement - autres sources"]},
+e.exports["Investing activities – other uses_study"]={en:["Investing activities – other uses"],fr:["Activités d'investissement - autres utilisations"]},e.exports["Investments in unconsolidated subsidiaries_study"]={en:["Investments in unconsolidated subsidiaries"],fr:["Investissements dans des filiales non consolidées"]},e.exports["Issuance of long term debt_study"]={en:["Issuance of long term debt"],fr:["Émission de la dette à long terme"]},e.exports["Issuance/retirement of debt, net_study"]={en:["Issuance/retirement of debt, net"],fr:["Émission/retrait de la dette, nette"]},e.exports["Issuance/retirement of long term debt_study"]={en:["Issuance/retirement of long term debt"],fr:["Émission/retrait de la dette à long terme"]},e.exports["Issuance/retirement of other debt_study"]={en:["Issuance/retirement of other debt"],fr:["Émission/retrait d'autres dettes"]},e.exports["Issuance/retirement of short term debt_study"]={en:["Issuance/retirement of short term debt"],fr:["Émission/retrait de la dette à court terme"]},e.exports["Issuance/retirement of stock, net_study"]={en:["Issuance/retirement of stock, net"],fr:["Émission/retraite d'actions, nette"]},e.exports["KZ index_study"]={en:["KZ index"],fr:["Indice KZ"]},e.exports["Keltner Channel Strategy_study"]={en:["Keltner Channel Strategy"],fr:["Stratégie du canal de Keltner"]},e.exports["Keltner Channels Strategy_study"]={en:["Keltner Channels Strategy"],fr:["Stratégie des Canaux de Keltner"]},e.exports["Keltner Channels_study"]={en:["Keltner Channels"],fr:["Canaux de Keltner"]},e.exports["Key stats_study"]={en:["Key stats"],fr:["Statistiques clés"]},e.exports["Kicking - Bearish_study"]={en:["Kicking - Bearish"],fr:["Coup de pied - Baissier"]},e.exports["Kicking - Bullish_study"]={en:["Kicking - Bullish"],fr:["Coup de pied - Haussier"]},e.exports["Klinger Oscillator_study"]={en:["Klinger Oscillator"]},e.exports["Know Sure Thing_study"]={en:["Know Sure Thing"]},e.exports["Least Squares Moving Average_study"]={en:["Least Squares Moving Average"],fr:["Moyenne Mobile Least Squares"]},e.exports["Legal claim expense_study"]={en:["Legal claim expense"],fr:["Frais de contentieux"]},e.exports["Linear Regression Channel_study"]={en:["Linear Regression Channel"],fr:["Chaîne de regression Linéaire"]},e.exports["Linear Regression Curve_study"]={en:["Linear Regression Curve"],fr:["Courbe de régression linéaire"]},e.exports["Linear Regression Slope_study"]={en:["Linear Regression Slope"],fr:["Pente de régression linéaire"]},e.exports["Linear Regression_study"]={en:["Linear Regression"],fr:["Régression linéaire"]},e.exports["Liquidity ratios_study"]={en:["Liquidity ratios"],fr:["Ratios de liquidités"]},e.exports["Long Lower Shadow - Bullish_study"]={en:["Long Lower Shadow - Bullish"],fr:["Longue ombre inférieure - Haussier"]},e.exports["Long Upper Shadow - Bearish_study"]={en:["Long Upper Shadow - Bearish"],fr:["Longue ombre supérieure - Baissier"]},e.exports["Long term debt excl. lease liabilities_study"]={en:["Long term debt excl. lease liabilities"],
+fr:["Dettes à long terme, hors loyers"]},e.exports["Long term debt to total assets ratio_study"]={en:["Long term debt to total assets ratio"],fr:["Ratio de la dette à long terme sur l'actif total"]},e.exports["Long term debt to total equity ratio_study"]={en:["Long term debt to total equity ratio"],fr:["Ratio dette à long terme/fonds propres totaux"]},e.exports["Long term debt_study"]={en:["Long term debt"],fr:["Dette à long terme"]},e.exports["Long term investments_study"]={en:["Long term investments"],fr:["Investissements à long terme"]},e.exports["MA Cross_study"]={en:["MA Cross"],fr:["Croisement MA"]},e.exports["MA with EMA Cross_study"]={en:["MA with EMA Cross"],fr:["MA avec EMA Cross"]},e.exports["MA/EMA Cross_study"]={en:["MA/EMA Cross"]},e.exports["MACD Strategy_study"]={en:["MACD Strategy"],fr:["Stratégie MACD"]},e.exports.MACD_study={en:["MACD"]},e.exports["Majority Rule_study"]={en:["Majority Rule"],fr:["Règle de la majorité"]},e.exports["Market capitalization_study"]={en:["Market capitalization"],fr:["Capitalisation boursière"]},e.exports["Marubozu Black - Bearish_study"]={en:["Marubozu Black - Bearish"],fr:["Marubozu Noir - Baissier"]},e.exports["Marubozu White - Bullish_study"]={en:["Marubozu White - Bullish"],fr:["Marubozu Blanc - Haussier"]},e.exports["Mass Index_study"]={en:["Mass Index"],fr:["Index de masse"]},e.exports["McGinley Dynamic_study"]={en:["McGinley Dynamic"]},e.exports["Median Price_study"]={en:["Median Price"],fr:["Prix médian"]},e.exports.Median_study={en:["Median"],fr:["Médiane"]},e.exports["Minority interest_study"]={en:["Minority interest"],fr:["Participation minoritaire"]},e.exports["Miscellaneous non-operating expense_study"]={en:["Miscellaneous non-operating expense"],fr:["Charges diverses hors exploitation"]},e.exports["Momentum Strategy_study"]={en:["Momentum Strategy"]},e.exports.Momentum_study={en:["Momentum"]},e.exports["Money Flow Index_study"]={en:["Money Flow Index"],fr:["Indice Money Flow"]},e.exports["Money Flow_study"]={en:["Money Flow"],fr:["Flux d'argent"]},e.exports["Moon Phases_study"]={en:["Moon Phases"],fr:["Phases de la lune"]},e.exports["Morning Doji Star - Bullish_study"]={en:["Morning Doji Star - Bullish"],fr:["Étoile Doji du matin - Haussier"]},e.exports["Morning Star - Bullish_study"]={en:["Morning Star - Bullish"],fr:["Étoile du matin - Haussier"]},e.exports["Moving Average Adaptive_study"]={en:["Moving Average Adaptive"],fr:["Moyenne mobile Adaptative"]},e.exports["Moving Average Channel_study"]={en:["Moving Average Channel"],fr:["Canal de moyenne mobile"]},e.exports["Moving Average Convergence Divergence_study"]={en:["Moving Average Convergence Divergence"],fr:["Convergence Divergence Moyenne Mobile"]},e.exports["Moving Average Convergence/Divergence_study"]={en:["Moving Average Convergence/Divergence"],fr:["Convergence/ Divergence Moyenne Mobile"]},e.exports["Moving Average Double_study"]={en:["Moving Average Double"],fr:["Moyenne mobile Double"]},e.exports["Moving Average Exponential_study"]={en:["Moving Average Exponential"],
+fr:["Moyenne Mobile Exponentielle"]},e.exports["Moving Average Hamming_study"]={en:["Moving Average Hamming"],fr:["Moyenne mobile Hamming"]},e.exports["Moving Average Modified_study"]={en:["Moving Average Modified"],fr:["Moyenne mobile Modifiée"]},e.exports["Moving Average Multiple_study"]={en:["Moving Average Multiple"],fr:["Moyenne mobile Multiple"]},e.exports["Moving Average Ribbon_study"]={en:["Moving Average Ribbon"],fr:["Ruban de la moyenne mobile"]},e.exports["Moving Average Simple_study"]={en:["Moving Average Simple"],fr:["Moyenne mobile simple"]},e.exports["Moving Average Triple_study"]={en:["Moving Average Triple"],fr:["Moyenne mobile Triple"]},e.exports["Moving Average Weighted_study"]={en:["Moving Average Weighted"],fr:["Moyenne mobile pondérée"]},e.exports["Moving Average_study"]={en:["Moving Average"],fr:["Moyenne mobile"]},e.exports["MovingAvg Cross_study"]={en:["MovingAvg Cross"],fr:["Croisement MovingAvg"]},e.exports["MovingAvg2Line Cross_study"]={en:["MovingAvg2Line Cross"],fr:["Croisement MovingAvg2Line"]},e.exports["Multi-Time Period Charts_study"]={en:["Multi-Time Period Charts"],fr:["Graphiques de périodes de temps multiples"]},e.exports["Net Volume_study"]={en:["Net Volume"],fr:["Volume net"]},e.exports["Net current asset value per share_study"]={en:["Net current asset value per share"],fr:["Valeur de l'actif net courant par action"]},e.exports["Net debt_study"]={en:["Net debt"],fr:["Dette nette"]},e.exports["Net income (cash flow)_study"]={en:["Net income (cash flow)"],fr:["Revenu net (cash flow)"]},e.exports["Net income before discontinued operations_study"]={en:["Net income before discontinued operations"],fr:["Résultat net avant activités abandonnées"]},e.exports["Net income per employee_study"]={en:["Net income per employee"],fr:["Revenu net par employé"]},e.exports["Net income_study"]={en:["Net income"],fr:["Revenu net"]},e.exports["Net intangible assets_study"]={en:["Net intangible assets"],fr:["Immobilisations incorporelles nettes"]},e.exports["Net margin %_study"]={en:["Net margin %"],fr:["Marge nette %"]},e.exports["Net property/plant/equipment_study"]={en:["Net property/plant/equipment"],fr:["Immeubles/usines/équipements nets"]},e.exports["Non-cash items_study"]={en:["Non-cash items"],fr:["Éléments hors trésorerie"]},e.exports["Non-controlling/minority interest_study"]={en:["Non-controlling/minority interest"],fr:["Intérêt minoritaire/non-contrôlant"]},e.exports["Non-operating income, excl. interest expenses_study"]={en:["Non-operating income, excl. interest expenses"],fr:["Produits hors exploitation, hors charges d'intérêt"]},e.exports["Non-operating income, total_study"]={en:["Non-operating income, total"],fr:["Revenu hors exploitation, total"]},e.exports["Non-operating interest income_study"]={en:["Non-operating interest income"],fr:["Revenus d'intérêts hors exploitation"]},e.exports["Note receivable - long term_study"]={en:["Note receivable - long term"],fr:["Note à recevoir - long terme"]},e.exports["Notes payable_study"]={en:["Notes payable"],fr:["Effets à payer"]},
+e.exports["Number of employees_study"]={en:["Number of employees"],fr:["Nombre d'employés"]},e.exports["Number of shareholders_study"]={en:["Number of shareholders"],fr:["Nombre d'actionnaires"]},e.exports["On Balance Volume_study"]={en:["On Balance Volume"],fr:["Volume d'équilibre"]},e.exports["On Neck - Bearish_study"]={en:["On Neck - Bearish"],fr:["Sur le cou - Baissier"]},e.exports["Open Interest_study"]={en:["Open Interest"],fr:["Intérêt ouvert"]},e.exports["Operating earnings yield %_study"]={en:["Operating earnings yield %"],fr:["Rendement du bénéfice d'exploitation %"]},e.exports["Operating expenses (excl. COGS)_study"]={en:["Operating expenses (excl. COGS)"],fr:["Dépenses d'exploitation (hors COGS)"]},e.exports["Operating income_study"]={en:["Operating income"],fr:["Bénéfice d'exploitation"]},e.exports["Operating lease liabilities_study"]={en:["Operating lease liabilities"],fr:["Dettes de location opérationnelle"]},e.exports["Operating margin %_study"]={en:["Operating margin %"],fr:["Marge opérationnelle %"]},e.exports["Other COGS_study"]={en:["Other COGS"],fr:["Autres COGS"]},e.exports["Other common equity_study"]={en:["Other common equity"],fr:["Autres fonds propres ordinaires"]},e.exports["Other cost of goods sold_study"]={en:["Other cost of goods sold"],fr:["Autres coûts des marchandises vendues"]},e.exports["Other current assets, total_study"]={en:["Other current assets, total"],fr:["Autres actifs courants, total"]},e.exports["Other current liabilities_study"]={en:["Other current liabilities"],fr:["Autres dettes à court terme"]},e.exports["Other exceptional charges_study"]={en:["Other exceptional charges"],fr:["Autres charges exceptionnelles"]},e.exports["Other financing cash flow items, total_study"]={en:["Other financing cash flow items, total"],fr:["Autres éléments financiers du cash flow, total"]},e.exports["Other intangibles, net_study"]={en:["Other intangibles, net"],fr:["Autres actifs incorporels, net"]},e.exports["Other investing cash flow items, total_study"]={en:["Other investing cash flow items, total"],fr:["Autres éléments d'investissement du cash flow, total"]},e.exports["Other investments_study"]={en:["Other investments"],fr:["Autres investissements"]},e.exports["Other liabilities, total_study"]={en:["Other liabilities, total"],fr:["Autres dettes, total"]},e.exports["Other long term assets, total_study"]={en:["Other long term assets, total"],fr:["Autres actifs à long terme, total"]},e.exports["Other non-current liabilities, total_study"]={en:["Other non-current liabilities, total"],fr:["Autres passifs non courants, total"]},e.exports["Other operating expenses, total_study"]={en:["Other operating expenses, total"],fr:["Autres dépenses de fonctionnement, total"]},e.exports["Other receivables_study"]={en:["Other receivables"],fr:["Autres créances"]},e.exports["Other short term debt_study"]={en:["Other short term debt"],fr:["Autres dettes à court terme"]},e.exports["OutSide Bar Strategy_study"]={en:["OutSide Bar Strategy"],fr:["Stratégie OutSide Bar"]},e.exports.Overlay_study={en:["Overlay"],
+fr:["Superposition"]},e.exports["PEG ratio_study"]={en:["PEG ratio"],fr:["Ratio PEG"]},e.exports["Paid in capital_study"]={en:["Paid in capital"],fr:["Capital payé"]},e.exports["Parabolic SAR Strategy_study"]={en:["Parabolic SAR Strategy"],fr:["Stratégie SAR parabolique"]},e.exports["Parabolic SAR_study"]={en:["Parabolic SAR"],fr:["Parabolique SAR"]},e.exports["Periodic Volume Profile_study"]={en:["Periodic Volume Profile"],fr:["Profil de volume périodique"]},e.exports["Piercing - Bullish_study"]={en:["Piercing - Bullish"],fr:["Piercing - Haussier"]},e.exports["Piotroski F-score_study"]={en:["Piotroski F-score"],fr:["Score-F Piotroski"]},e.exports["Pivot Extension Strategy_study"]={en:["Pivot Extension Strategy"],fr:["Stratégie Extension Pivot"]},e.exports["Pivot Points High Low_study"]={en:["Pivot Points High Low"],fr:["Points Pivots Haut Bas"]},e.exports["Pivot Points Standard_study"]={en:["Pivot Points Standard"],fr:["Points Pivots Standard"]},e.exports["Pivot Reversal Strategy_study"]={en:["Pivot Reversal Strategy"],fr:["Stratégie Pivot Reversal"]},e.exports["Preferred dividends paid_study"]={en:["Preferred dividends paid"],fr:["Dividendes préférentiels versés"]},e.exports["Preferred dividends_study"]={en:["Preferred dividends"],fr:["Dividendes préférentiels"]},e.exports["Preferred stock, carrying value_study"]={en:["Preferred stock, carrying value"],fr:["Actions préférentielles, valeur comptable"]},e.exports["Prepaid expenses_study"]={en:["Prepaid expenses"],fr:["Dépenses prépayées"]},e.exports["Pretax equity in earnings_study"]={en:["Pretax equity in earnings"],fr:["Participation aux bénéfices avant impôts"]},e.exports["Pretax income_study"]={en:["Pretax income"],fr:["Revenu avant impôts"]},e.exports["Price Channel Strategy_study"]={en:["Price Channel Strategy"],fr:["Stratégie canal de prix"]},e.exports["Price Channel_study"]={en:["Price Channel"],fr:["Canal de prix"]},e.exports["Price Oscillator_study"]={en:["Price Oscillator"]},e.exports["Price Volume Trend_study"]={en:["Price Volume Trend"],fr:["Tendance volume-prix"]},e.exports["Price earnings ratio forward_study"]={en:["Price earnings ratio forward"],fr:["Ratio prix/bénéfices à terme"]},e.exports["Price sales ratio forward_study"]={en:["Price sales ratio forward"],fr:["Rapport prix-vente à terme"]},e.exports["Price to book ratio_study"]={en:["Price to book ratio"],fr:["Ratio cours/valeur comptable"]},e.exports["Price to cash flow ratio_study"]={en:["Price to cash flow ratio"],fr:["Ratio prix/flux de trésorerie"]},e.exports["Price to earnings ratio_study"]={en:["Price to earnings ratio"],fr:["Ratio cours/bénéfice"]},e.exports["Price to free cash flow ratio_study"]={en:["Price to free cash flow ratio"],fr:["Ratio cours/flux de trésorerie disponibles"]},e.exports["Price to sales ratio_study"]={en:["Price to sales ratio"],fr:["Rapport prix/ventes"]},e.exports["Price to tangible book ratio_study"]={en:["Price to tangible book ratio"],fr:["Ratio cours/valeur comptable tangible"]},e.exports["Profitability ratios_study"]={en:["Profitability ratios"],
+fr:["Ratios de rentabilité"]},e.exports["Provision for risks & charge_study"]={en:["Provision for risks & charge"],fr:["Provision pour risques et charges"]},e.exports["Purchase of investments_study"]={en:["Purchase of investments"],fr:["Achat d'investissements"]},e.exports["Purchase/acquisition of business_study"]={en:["Purchase/acquisition of business"],fr:["Achat/acquisition d'une entreprise"]},e.exports["Purchase/sale of business, net_study"]={en:["Purchase/sale of business, net"],fr:["Achat/vente d'entreprise, net"]},e.exports["Purchase/sale of investments, net_study"]={en:["Purchase/sale of investments, net"],fr:["Achat/vente de placements, net"]},e.exports["Quality ratio_study"]={en:["Quality ratio"],fr:["Ratio de qualité"]},e.exports["Quick ratio_study"]={en:["Quick ratio"]},e.exports["RSI Strategy_study"]={en:["RSI Strategy"],fr:["Stratégie RSI"]},e.exports["Rate Of Change_study"]={en:["Rate Of Change"],fr:["Taux de changement"]},e.exports["Rectangle Chart Pattern_study"]={en:["Rectangle Chart Pattern"],fr:["Schéma graphique rectangle"]},e.exports["Reduction of long term debt_study"]={en:["Reduction of long term debt"],fr:["Réduction de la dette à long terme"]},e.exports["Relative Strength Index_study"]={en:["Relative Strength Index"],fr:["Indice de force relative"]},e.exports["Relative Vigor Index_study"]={en:["Relative Vigor Index"],fr:["Indice de vigueur relative"]},e.exports["Relative Volatility Index_study"]={en:["Relative Volatility Index"],fr:["Indice de volatilité relative"]},e.exports["Relative Volume at Time_study"]={en:["Relative Volume at Time"],fr:["Volume relatif à heure donnée"]},e.exports["Repurchase of common & preferred stock_study"]={en:["Repurchase of common & preferred stock"],fr:["Rachat d'actions ordinaires et privilégiées"]},e.exports["Research & development to revenue ratio_study"]={en:["Research & development to revenue ratio"],fr:["Rapport entre la recherche et le développement et les recettes"]},e.exports["Research & development_study"]={en:["Research & development"],fr:["Recherche & Développement"]},e.exports["Restructuring charge_study"]={en:["Restructuring charge"],fr:["Charges de restructuration"]},e.exports["Retained earnings_study"]={en:["Retained earnings"],fr:["Bénéfices non distribués"]},e.exports["Return on assets %_study"]={en:["Return on assets %"],fr:["Rendement des actifs %"]},e.exports["Return on equity %_study"]={en:["Return on equity %"],fr:["Rendement des capitaux propres %"]},e.exports["Return on equity adjusted to book value %_study"]={en:["Return on equity adjusted to book value %"],fr:["Rendement des fonds propres ajustés à la valeur comptable %"]},e.exports["Return on invested capital %_study"]={en:["Return on invested capital %"],fr:["Rendement du capital investi %"]},e.exports["Return on tangible assets %_study"]={en:["Return on tangible assets %"],fr:["Rendement des actifs corporels %"]},e.exports["Return on tangible equity %_study"]={en:["Return on tangible equity %"],fr:["Rendement des fonds propres tangibles %"]},e.exports["Revenue estimates_study"]={
+en:["Revenue estimates"],fr:["Estimation des recettes"]},e.exports["Revenue one year growth_study"]={en:["Revenue one year growth"],fr:["Croissance du chiffre d'affaires sur un an"]},e.exports["Revenue per employee_study"]={en:["Revenue per employee"],fr:["Revenu par employé"]},e.exports["Rising Three Methods - Bullish_study"]={en:["Rising Three Methods - Bullish"],fr:["Méthodes des trois hausses - Haussier"]},e.exports["Rising Wedge Chart Pattern_study"]={en:["Rising Wedge Chart Pattern"],fr:["Schéma graphique à biseau ascendant"]},e.exports["Rising Window - Bullish_study"]={en:["Rising Window - Bullish"],fr:["Fenêtre ascendante - Haussier"]},e.exports["Rob Booker - ADX Breakout_study"]={en:["Rob Booker - ADX Breakout"]},e.exports["Rob Booker - Intraday Pivot Points_study"]={en:["Rob Booker - Intraday Pivot Points"],fr:["Rob Booker - Points Pivots intraday"]},e.exports["Rob Booker - Knoxville Divergence_study"]={en:["Rob Booker - Knoxville Divergence"],fr:["Rob Booker - Divergence de Knoxville"]},e.exports["Rob Booker - Missed Pivot Points_study"]={en:["Rob Booker - Missed Pivot Points"],fr:["Rob Booker - Points Pivots Manqués"]},e.exports["Rob Booker - Reversal_study"]={en:["Rob Booker - Reversal"],fr:["Rob Booker - Inversion"]},e.exports["Rob Booker - Ziv Ghost Pivots_study"]={en:["Rob Booker - Ziv Ghost Pivots"],fr:["Rob Booker - Pivots Ziv Ghost"]},e.exports["SMI Ergodic Indicator/Oscillator_study"]={en:["SMI Ergodic Indicator/Oscillator"],fr:["SMI Ergodic Indicateur/Oscillateur"]},e.exports["SMI Ergodic Indicator_study"]={en:["SMI Ergodic Indicator"],fr:["Indicateur SMI Ergodic"]},e.exports["SMI Ergodic Oscillator_study"]={en:["SMI Ergodic Oscillator"],fr:["Oscillateur SMI Ergodic"]},e.exports["Sale of common & preferred stock_study"]={en:["Sale of common & preferred stock"],fr:["Vente d'actions ordinaires et privilégiées"]},e.exports["Sale of fixed assets & businesses_study"]={en:["Sale of fixed assets & businesses"],fr:["Vente d'actifs immobilisés et d'entreprises"]},e.exports["Sale/maturity of investments_study"]={en:["Sale/maturity of investments"],fr:["Vente/maturité des investissements"]},e.exports["Selling/general/admin expenses, other_study"]={en:["Selling/general/admin expenses, other"],fr:["Frais de vente/généraux/d'administration, autres"]},e.exports["Selling/general/admin expenses, total_study"]={en:["Selling/general/admin expenses, total"],fr:["Frais de vente, frais généraux et frais d'administration, total"]},e.exports["Session Volume HD_study"]={en:["Session Volume HD"],fr:["Volume de la session HD"]},e.exports["Session Volume Profile HD_study"]={en:["Session Volume Profile HD"],fr:["Profil de volume des sessions HD"]},e.exports["Session Volume Profile_study"]={en:["Session Volume Profile"],fr:["Profil de volume des sessions"]},e.exports["Session Volume_study"]={en:["Session Volume"],fr:["Volume de la session"]},e.exports["Shareholders' equity_study"]={en:["Shareholders' equity"],fr:["Capitaux propres des actionnaires"]},e.exports["Shares buyback ratio %_study"]={en:["Shares buyback ratio %"],
+fr:["Ratio de rachat d'actions %"]},e.exports["Shooting Star - Bearish_study"]={en:["Shooting Star - Bearish"],fr:["Étoile filante - Baissier"]},e.exports["Short term debt excl. current portion of LT debt_study"]={en:["Short term debt excl. current portion of LT debt"],fr:["Dette à court terme excluant la partie à court terme de la dette à long terme"]},e.exports["Short term debt_study"]={en:["Short term debt"],fr:["Dette à court terme"]},e.exports["Short term investments_study"]={en:["Short term investments"],fr:["Investissements à court terme"]},e.exports["Sloan ratio %_study"]={en:["Sloan ratio %"],fr:["Ratio de Sloan %"]},e.exports["Smoothed Moving Average_study"]={en:["Smoothed Moving Average"],fr:["Moyenne mobile lissée"]},e.exports["Solvency ratios_study"]={en:["Solvency ratios"],fr:["Ratios de solvabilité"]},e.exports["Spinning Top Black_study"]={en:["Spinning Top Black"]},e.exports["Spinning Top White_study"]={en:["Spinning Top White"]},e.exports["Springate score_study"]={en:["Springate score"]},e.exports["Standard Deviation_study"]={en:["Standard Deviation"],fr:["Déviation Standard"]},e.exports["Standard Error Bands_study"]={en:["Standard Error Bands"],fr:["Bandes d'erreur standard"]},e.exports["Standard Error_study"]={en:["Standard Error"],fr:["Erreur Standard"]},e.exports.Stoch_study={en:["Stoch"]},e.exports["Stochastic Momentum Index_study"]={en:["Stochastic Momentum Index"],fr:["Indice de Dynamique Stochastique"]},e.exports["Stochastic RSI_study"]={en:["Stochastic RSI"],fr:["Stochastique RSI"]},e.exports["Stochastic Slow Strategy_study"]={en:["Stochastic Slow Strategy"],fr:["Stratégie lente stochastique"]},e.exports.Stochastic_study={en:["Stochastic"],fr:["Stochastique"]},e.exports.SuperTrend_study={en:["SuperTrend"]},e.exports["Supertrend Strategy_study"]={en:["Supertrend Strategy"],fr:["Stratégie Super tendance"]},e.exports.Supertrend_study={en:["Supertrend"],fr:["Supertendance"]},e.exports["Sustainable growth rate_study"]={en:["Sustainable growth rate"],fr:["Taux de croissance durable"]},e.exports.TRIX_study={en:["TRIX"]},e.exports["Tangible book value per share_study"]={en:["Tangible book value per share"],fr:["Valeur comptable tangible par action"]},e.exports["Tangible common equity ratio_study"]={en:["Tangible common equity ratio"],fr:["Ratio de fonds propres tangibles"]},e.exports.Taxes_study={en:["Taxes"]},e.exports["Technical Ratings Strategy_study"]={en:["Technical Ratings Strategy"],fr:["Stratégie de notation technique"]},e.exports["Technical Ratings_study"]={en:["Technical Ratings"],fr:["Notations Techniques"]},e.exports.Technicals_study={en:["Technicals"],fr:["Données techniques"]},e.exports["Three Black Crows - Bearish_study"]={en:["Three Black Crows - Bearish"],fr:["Trois corbeaux noirs - Baissier"]},e.exports["Three White Soldiers - Bullish_study"]={en:["Three White Soldiers - Bullish"],fr:["Trois Soldats Blancs - Haussier"]},e.exports["Time Weighted Average Price_study"]={en:["Time Weighted Average Price"],fr:["Prix moyen pondéré dans le temps"]},
+e.exports["Tobin's Q (approximate)_study"]={en:["Tobin's Q (approximate)"],fr:["Tobin's Q (approximatif)"]},e.exports["Total assets_study"]={en:["Total assets"],fr:["Total des actifs"]},e.exports["Total cash dividends paid_study"]={en:["Total cash dividends paid"],fr:["Total des dividendes versés en espèces"]},e.exports["Total common shares outstanding_study"]={en:["Total common shares outstanding"],fr:["Total des actions ordinaires en circulation"]},e.exports["Total current assets_study"]={en:["Total current assets"],fr:["Total des actifs courants"]},e.exports["Total current liabilities_study"]={en:["Total current liabilities"],fr:["Total passif actuel"]},e.exports["Total debt_study"]={en:["Total debt"],fr:["Dette totale"]},e.exports["Total equity_study"]={en:["Total equity"],fr:["Total des avoirs"]},e.exports["Total inventory_study"]={en:["Total inventory"],fr:["Inventaire total"]},e.exports["Total liabilities & shareholders' equities_study"]={en:["Total liabilities & shareholders' equities"],fr:["Total du passif et des capitaux propres"]},e.exports["Total liabilities_study"]={en:["Total liabilities"],fr:["Total des passifs"]},e.exports["Total non-current assets_study"]={en:["Total non-current assets"],fr:["Total des actifs immobilisés"]},e.exports["Total non-current liabilities_study"]={en:["Total non-current liabilities"],fr:["Total des passifs immobilisés"]},e.exports["Total operating expenses_study"]={en:["Total operating expenses"],fr:["Total des dépenses d'exploitation"]},e.exports["Total receivables, net_study"]={en:["Total receivables, net"],fr:["Total des créances, nettes"]},e.exports["Total revenue_study"]={en:["Total revenue"],fr:["Revenu total"]},e.exports["Trading Sessions_study"]={en:["Trading Sessions"],fr:["Sessions de Trading"]},e.exports["Treasury stock - common_study"]={en:["Treasury stock - common"],fr:["Actions de trésorerie - ordinaires"]},e.exports["Trend Strength Index_study"]={en:["Trend Strength Index"],fr:["Indice de force de tendance"]},e.exports["Tri-Star - Bearish_study"]={en:["Tri-Star - Bearish"],fr:["Tri-Star - Baissier"]},e.exports["Tri-Star - Bullish_study"]={en:["Tri-Star - Bullish"],fr:["Tri-Star - Haussier"]},e.exports["Triangle Chart Pattern_study"]={en:["Triangle Chart Pattern"],fr:["Schéma graphique en triangle"]},e.exports["Triple Bottom Chart Pattern_study"]={en:["Triple Bottom Chart Pattern"],fr:["Schéma graphique à triple bas"]},e.exports["Triple EMA_study"]={en:["Triple EMA"],fr:["EMA Triple"]},e.exports["Triple Top Chart Pattern_study"]={en:["Triple Top Chart Pattern"],fr:["Schéma graphique à triple haut"]},e.exports["True Strength Index_study"]={en:["True Strength Index"],fr:["Indice de force réelle"]},e.exports["True Strength Indicator_study"]={en:["True Strength Indicator"],fr:["Indicateur True Strength"]},e.exports["Tweezer Top - Bearish_study"]={en:["Tweezer Top - Bearish"],fr:["Tweezer Top - Baissier"]},e.exports["Typical Price_study"]={en:["Typical Price"],fr:["Prix typique"]},e.exports["Ultimate Oscillator_study"]={en:["Ultimate Oscillator"],
+fr:["Oscillateur Ultimate"]},e.exports["Unrealized gain/loss_study"]={en:["Unrealized gain/loss"],fr:["Gain/perte non réalisé(e)"]},e.exports["Unusual income/expense_study"]={en:["Unusual income/expense"],fr:["Produits et charges exceptionnels"]},e.exports["Up/Down Volume_study"]={en:["Up/Down Volume"],fr:["Volume Haut/Bas"]},e.exports["Upside Tasuki Gap - Bullish_study"]={en:["Upside Tasuki Gap - Bullish"],fr:["Gap Tasuki ascendant - Haussier"]},e.exports["VWAP Auto Anchored_study"]={en:["VWAP Auto Anchored"],fr:["VWAP Auto Ancré"]},e.exports.VWAP_study={en:["VWAP"]},e.exports.VWMA_study={en:["VWMA"]},e.exports["Valuation ratios_study"]={en:["Valuation ratios"],fr:["Ratios de valorisation"]},e.exports["Visible Average Price_study"]={en:["Visible Average Price"],fr:["Prix Moyen Visible"]},e.exports["Visible Range Volume Profile_study"]={en:["Visible Range Volume Profile"],fr:["Profil de volume de la gamme visible"]},e.exports["Visible Range_study"]={en:["Visible Range"],fr:["Gamme visible"]},e.exports.Vol_study={en:["Vol"]},e.exports["Volatility Close-to-Close_study"]={en:["Volatility Close-to-Close"],fr:["Volatilité fermeture à fermeture"]},e.exports["Volatility Index_study"]={en:["Volatility Index"],fr:["Indice de volatilité"]},e.exports["Volatility O-H-L-C_study"]={en:["Volatility O-H-L-C"],fr:["Volatilité O-H-L-C"]},e.exports["Volatility Stop_study"]={en:["Volatility Stop"],fr:["Stop selon volatilité"]},e.exports["Volatility Zero Trend Close-to-Close_study"]={en:["Volatility Zero Trend Close-to-Close"],fr:["Volatilité zéro tendance fermeture à fermeture"]},e.exports["Volty Expan Close Strategy_study"]={en:["Volty Expan Close Strategy"],fr:["Stratégie Volty Expan Close"]},e.exports["Volume Oscillator_study"]={en:["Volume Oscillator"],fr:["Oscillateur de volume"]},e.exports["Volume Weighted Average Price_study"]={en:["Volume Weighted Average Price"],fr:["Prix moyen pondéré par le volume"]},e.exports["Volume Weighted Moving Average_study"]={en:["Volume Weighted Moving Average"],fr:["Moyenne mobile pondérée par le volume"]},e.exports.Volume_study={en:["Volume"]},e.exports["Vortex Indicator_study"]={en:["Vortex Indicator"],fr:["Indicateur Vortex"]},e.exports["Williams %R_study"]={en:["Williams %R"]},e.exports["Williams Alligator_study"]={en:["Williams Alligator"],fr:["Alligator Williams"]},e.exports["Williams Fractal_study"]={en:["Williams Fractal"],fr:["Fractale de Williams"]},e.exports["Williams Fractals_study"]={en:["Williams Fractals"],fr:["Fractales de Williams"]},e.exports["Williams Percent Range_study"]={en:["Williams Percent Range"],fr:["Plage de pourcentage de Williams"]},e.exports["Woodies CCI_study"]={en:["Woodies CCI"],fr:["CCI de Woodies"]},e.exports["Zig Zag_study"]={en:["Zig Zag"]},e.exports["Zmijewski score_study"]={en:["Zmijewski score"],fr:["Score de Zmijewski"]}},89633:e=>{e.exports={en:["Anchored Volume Profile"],fr:["Profil de volume ancré"]}},25705:e=>{e.exports={en:["Fixed Range Volume Profile"],fr:["Profil de volume à gamme fixe"]}},24261:e=>{e.exports={en:["Vol"]}},67736:e=>{e.exports={
+en:["Minor"],fr:["Mineure"]}},922:e=>{e.exports={en:["Minute"]}},91405:e=>{e.exports={en:["Text"],fr:["Texte"]}},78972:e=>{e.exports={en:["Couldn't copy"],fr:["Impossible de copier"]}},10615:e=>{e.exports={en:["Couldn't cut"],fr:["Impossible de couper"]}},81518:e=>{e.exports={en:["Couldn't paste"],fr:["Impossible de coller"]}},83140:e=>{e.exports={en:["Countdown to bar close"],fr:["Compte à rebours jusqu'à la fermeture de la barre"]}},10871:e=>{e.exports={en:["Colombo"]}},55761:e=>{e.exports={en:["Columns"],fr:["Colonnes"]}},9818:e=>{e.exports={en:["Comment"],fr:["Commentaire"]}},53942:e=>{e.exports={en:["Compare or Add Symbol"],fr:["Comparer ou Ajouter un Symbole"]}},12086:e=>{e.exports={en:["Compilation error"],fr:["Erreur de compilation"]}},71692:e=>{e.exports={en:["Confirm to remove locked drawings"],fr:["Confirmer pour supprimer les dessins verrouillés"]}},48141:e=>{e.exports={en:["Confirm Inputs"],fr:["Confirmer les entrées"]}},81605:e=>{e.exports={en:["Confirm Remove Study Tree"],fr:["Confirmer la suppression de l'arbre d'étude"]}},38917:e=>{e.exports={en:["Copenhagen"],fr:["Copenhague"]}},49680:e=>{e.exports={en:["Copy"],fr:["Copier"]}},66134:e=>{e.exports={en:["Copy Chart Layout"],fr:["Copier la mise en page du graphique"]}},63553:e=>{e.exports={en:["Copy price"],fr:["Copier le prix"]}},65736:e=>{e.exports={en:["Cairo"],fr:["Le Caire"]}},25381:e=>{e.exports={en:["Callout"]}},45054:e=>{e.exports={en:["Candles"],fr:["Bougies"]}},30948:e=>{e.exports={en:["Caracas"]}},70409:e=>{e.exports={en:["Casablanca"]}},37276:e=>{e.exports={en:["Change"],fr:["Variation"]}},85124:e=>{e.exports={en:["Change Symbol"],fr:["Changer le Symbole"]}},2569:e=>{e.exports={en:["Change interval"],fr:["Changer l’intervalle"]}},9687:e=>{e.exports={en:["Change interval. Press number or comma"],fr:["Modifier l'intervalle. Taper chiffre ou virgule"]}},36332:e=>{e.exports={en:["Change symbol. Start typing symbol name"],fr:["Changer de symbole. Commencez à taper le nom du symbole"]}},48566:e=>{e.exports={en:["Change scale currency"],fr:["Changer la devise de référence"]}},85110:e=>{e.exports={en:["Change scale unit"],fr:["Changer l'unité de référence"]}},56275:e=>{e.exports={en:["Chart #{index}"],fr:["Graphique #{index}"]}},39950:e=>{e.exports={en:["Chart Properties"],fr:["Propriétés du graphique"]}},98856:e=>{e.exports={en:["Chart by TradingView"],fr:["Graphique par TradingView"]}},1136:e=>{e.exports={en:["Chart for {symbol}, {interval}"],fr:["Graphique pour{symbol}, {interval}"]}},69804:e=>{e.exports={en:["Chart image copied to clipboard {emoji}"],fr:["Image du graphique copiée dans le presse-papiers {emoji}"]}},6655:e=>{e.exports={en:["Chart image embed code copied to clipboard {emoji}"],fr:["Code d'intégration de l'image du graphique copié dans le presse-papiers {emoji}"]}},36549:e=>{e.exports={en:["Chatham Islands"],fr:["Îles Chatham"]}},72452:e=>{e.exports={en:["Chicago"]}},50349:e=>{e.exports={en:["Chongqing"]}},91944:e=>{e.exports={en:["Circle"],fr:["Cercle"]}},14985:e=>{e.exports={en:["Click to set a point"],
+fr:["Cliquer pour établir un point"]}},12537:e=>{e.exports={en:["Clone"],fr:["Cloner"]}},62578:e=>{e.exports={en:["Close"],fr:["Fermeture"]}},264:e=>{e.exports={en:["Create limit order"],fr:["Créer un ordre de limite"]}},6969:e=>{e.exports={en:["Cross"]}},74334:e=>{e.exports={en:["Cross Line"],fr:["Ligne de croisement"]}},59396:e=>{e.exports={en:["Currencies"],fr:["Devises"]}},20177:e=>{e.exports={en:["Current interval and above"],fr:["Intervalle actuel et supérieur"]}},494:e=>{e.exports={en:["Current interval and below"],fr:["Intervalle actuel et inférieur"]}},60668:e=>{e.exports={en:["Current interval only"],fr:["Intervalle actuel uniquement"]}},78609:e=>{e.exports={en:["Curve"],fr:["Courbe"]}},87380:e=>{e.exports={en:["Cycle"]}},84031:e=>{e.exports={en:["Cyclic Lines"],fr:["Lignes cycliques"]}},93191:e=>{e.exports={en:["Cypher Pattern"],fr:["Modèle Cypher"]}},7219:e=>{e.exports={en:["A layout with that name already exists"],fr:["Une mise en page portant ce nom existe déjà"]}},67635:e=>{e.exports={en:["A layout with that name already exists. Do you want to overwrite it?"],fr:["Une mise en page portant ce nom existe déjà. Voulez-vous l'écraser?"]}},46712:e=>{e.exports={en:["ABCD Pattern"],fr:["Figure en ABCD"]}},36485:e=>{e.exports={en:["Amsterdam"]}},24185:e=>{e.exports={en:["Anchor"],fr:["Ancre"]}},42630:e=>{e.exports={en:["Anchorage"],fr:["Ancrage"]}},42669:e=>{e.exports={en:["Anchored Text"],fr:["Texte ancré"]}},84541:e=>{e.exports={en:["Anchored VWAP"],fr:["VWAP ancré"]}},77401:e=>{e.exports={en:["Access error"],fr:["Erreur d'accès"]}},46501:e=>{e.exports={en:["Add Symbol"],fr:["Ajouter un Symbole"]}},2439:e=>{e.exports={en:["Add financial metric for {instrumentName}"],fr:["Ajouter une métrique financière pour {instrumentName}"]}},35088:e=>{e.exports={en:["Add indicator/strategy on {studyTitle}"],fr:["Ajouter un indicateur/une stratégie à {studyTitle}.."]}},35679:e=>{e.exports={en:["Add this financial metric to entire layout"],fr:["Ajouter cette métrique financière à l'ensemble de la mise en page"]}},10996:e=>{e.exports={en:["Add this financial metric to favorites"],fr:["Ajouter cette métrique financière aux favoris"]}},26090:e=>{e.exports={en:["Add this indicator to entire layout"],fr:["Ajouter cet indicateur à l'ensemble de la mise en page"]}},92957:e=>{e.exports={en:["Add this indicator to favorites"],fr:["Ajouter cet indicateur aux favoris"]}},95754:e=>{e.exports={en:["Add this strategy to entire layout"],fr:["Ajouter cette stratégie à l'ensemble de la mise en page"]}},39010:e=>{e.exports={en:["Add this symbol to entire layout"],fr:["Ajouter ce symbole à l'ensemble de la mise en page"]}},426:e=>{e.exports={en:["Adelaide"],fr:["Adélaïde"]}},40452:e=>{e.exports={en:["Always invisible"],fr:["Toujours invisible"]}},36299:e=>{e.exports={en:["Always visible"],fr:["Toujours visible"]}},58026:e=>{e.exports={en:["All intervals"],fr:["Tous les intervalles"]}},78358:e=>{e.exports={en:["Apply default"],fr:["Appliquer paramètres par Défaut"]}},22437:e=>{e.exports={en:["Apply these indicators to entire layout"],
+fr:["Appliquer ces indicateurs à l'ensemble de la mise en page"]}},27072:e=>{e.exports={en:["Apr"],fr:["Avr"]}},59324:e=>{e.exports={en:["Arc"]}},34456:e=>{e.exports={en:["Area"],fr:["Région"]}},11858:e=>{e.exports={en:["Arrow"],fr:["Flèche"]}},34247:e=>{e.exports={en:["Arrow Down"],fr:["Flèche vers le bas"]}},36352:e=>{e.exports={en:["Arrow Marker"],fr:["Marqueur fléché"]}},73193:e=>{e.exports={en:["Arrow Mark Down"],fr:["Flèche vers le Bas"]}},1949:e=>{e.exports={en:["Arrow Mark Left"],fr:["Flèche vers la Gauche"]}},86275:e=>{e.exports={en:["Arrow Mark Right"],fr:["Flèche vers la Droite"]}},62453:e=>{e.exports={en:["Arrow Mark Up"],fr:["Flèche vers le Haut"]}},77231:e=>{e.exports={en:["Arrow Up"],fr:["Flèche vers le haut"]}},98128:e=>{e.exports={en:["Astana"]}},63627:e=>{e.exports={en:["Ashgabat"],fr:["Ashkhabad"]}},72445:e=>{e.exports={en:["At close"],fr:["A la fermeture"]}},73702:e=>{e.exports={en:["Athens"],fr:["Athènes"]}},21469:e=>{e.exports={en:["Auto"]}},24157:e=>{e.exports={en:["Auto (fits data to screen)"],fr:["Auto (adapte les données à l'écran)"]}},46450:e=>{e.exports={en:["Aug"],fr:["Août"]}},21841:e=>{e.exports={en:["Average close price label"],fr:["Étiquette du prix moyen de clôture"]}},16138:e=>{e.exports={en:["Average close price line"],fr:["Ligne de prix de clôture moyen"]}},73025:e=>{e.exports={en:["Avg"],fr:["Moy"]}},87580:e=>{e.exports={en:["Azores"],fr:["Açores"]}},73905:e=>{e.exports={en:["Bogota"]}},90594:e=>{e.exports={en:["Bahrain"],fr:["Bahrein"]}},70540:e=>{e.exports={en:["Balloon"],fr:["Ballon"]}},47045:e=>{e.exports={en:["Bangkok"]}},92101:e=>{e.exports={en:["Bar Replay isn't available for this chart type. Want to exit Bar Replay?"],fr:["Bar Replay n'est pas disponible pour ce type de graphique. Voulez-vous quitter Bar Replay?"]}},32482:e=>{e.exports={en:["Bar Replay isn't available for this symbol. Want to exit Bar Replay?"],fr:["Bar Replay n'est pas disponible pour ce symbole. Voulez-vous quitter Bar Replay ?"]}},85902:e=>{e.exports={en:["Bar Replay isn't available for this time interval. Want to exit Bar Replay?"],fr:["Bar Replay n'est pas disponible pour cet intervalle de temps. Voulez-vous quitter Bar Replay?"]}},27377:e=>{e.exports={en:["Bars"],fr:["Barres"]}},81994:e=>{e.exports={en:["Bars Pattern"],fr:["Configuration de barres"]}},59213:e=>{e.exports={en:["Baseline"],fr:["Ligne de base"]}},71797:e=>{e.exports={en:["Belgrade"]}},64313:e=>{e.exports={en:["Berlin"]}},43539:e=>{e.exports={en:["Brush"],fr:["Pinceau"]}},91499:e=>{e.exports={en:["Brussels"],fr:["Bruxelles"]}},70876:e=>{e.exports={en:["Bratislava"]}},55481:e=>{e.exports={en:["Bring forward"],fr:["Mettre en avant"]}},17293:e=>{e.exports={en:["Bring to front"],fr:["Mettre au premier plan"]}},79336:e=>{e.exports={en:["Brisbane"]}},33672:e=>{e.exports={en:["Bucharest"],fr:["Bucarest"]}},20313:e=>{e.exports={en:["Budapest"]}},25282:e=>{e.exports={en:["Buenos Aires"]}},46768:e=>{e.exports={en:["By TradingView"],fr:["Par TradingView"]}},54280:e=>{e.exports={en:["Go to date"],fr:["Aller à cette date"]}},74975:e=>{e.exports={
+en:["Go to {lineToolName}"],fr:["Aller à {lineToolName}"]}},15462:e=>{e.exports={en:["Got it"],fr:["Compris"]}},47460:e=>{e.exports={en:["Gann Box"],fr:["Boite de Gan"]}},48683:e=>{e.exports={en:["Gann Fan"],fr:["Éventail de Gann"]}},44763:e=>{e.exports={en:["Gann Square"],fr:["Carré de Gann"]}},60707:e=>{e.exports={en:["Gann Square Fixed"],fr:["Carré de Gann fixe"]}},46808:e=>{e.exports={en:["Ghost Feed"],fr:["Flux fantôme d'informations"]}},57726:e=>{e.exports={en:["Grand supercycle"],fr:["Grand Supercycle"]}},15096:e=>{e.exports={en:["Do you really want to delete indicator template '{name}' ?"],fr:["Voulez-vous vraiment supprimer le modèle d'indicateur '{name}'?"]}},77174:e=>{e.exports={en:["Do you really want to delete study and all of it's children?"],fr:["Voulez-vous vraiment supprimer l'étude principale et ses dérivés ?"]}},77125:e=>{e.exports={en:["Double Curve"],fr:["Double Courbe"]}},9430:e=>{e.exports={en:["Double-click any edge to reset layout grid"],fr:["Double-cliquez sur n'importe quel bord pour réinitialiser la grille de mise en page"]}},75296:e=>{e.exports={en:["Double-click to finish Path"],fr:["Double-cliquez pour terminer le tracé"]}},17409:e=>{e.exports={en:["Double-click to finish Polyline"],fr:["Double-cliquez pour terminer Polyline"]}},36539:e=>{e.exports={en:["Double-tap any edge to reset layout grid"],fr:["Double-cliquez sur n'importe quel bord pour réinitialiser la grille de mise en page"]}},57131:e=>{e.exports={en:["Data Provided by"],fr:["Données fournies par"]}},22677:e=>{e.exports={en:["Date"]}},85444:e=>{e.exports={en:["Date Range"],fr:["Plage de dates"]}},47017:e=>{e.exports={en:["Date and Price Range"],fr:["Plage de dates et de prix"]}},32084:e=>{e.exports={en:["Dec"],fr:["Déc"]}},23403:e=>{e.exports={en:["Degree"],fr:["Degré"]}},27358:e=>{e.exports={en:["Denver"]}},24959:e=>{e.exports={en:["Dhaka"]}},15179:e=>{e.exports={en:["Diamond"],fr:["Diamant"]}},91544:e=>{e.exports={en:["Disjoint Channel"],fr:["Canal disjoint"]}},70132:e=>{e.exports={en:["Displacement"],fr:["Déplacement"]}},93864:e=>{e.exports={en:["Drawings toolbar"],fr:["Barre d'outils de dessin"]}},56916:e=>{e.exports={en:["Draw Horizontal Line at {price}"],fr:["Tracer une ligne horizontale à {price}"]}},23650:e=>{e.exports={en:["Dubai"],fr:["Dubaï"]}},79716:e=>{e.exports={en:["Dublin"]}},73456:e=>{e.exports={en:["Emoji"]}},9541:e=>{e.exports={en:["Enter a new chart layout name"],fr:["Entrer un nouveau nom de configuration graphique"]}},80943:e=>{e.exports={en:["Elliott Correction Wave (ABC)"],fr:["Vague Elliott de correction (ABC)"]}},75112:e=>{e.exports={en:["Elliott Double Combo Wave (WXY)"],fr:["Vague Elliott Double Combo (WXY)"]}},61114:e=>{e.exports={en:["Elliott Impulse Wave (12345)"],fr:["Vague Elliott d'impulsion (12345)"]}},72359:e=>{e.exports={en:["Elliott Triangle Wave (ABCDE)"],fr:["Vague Triangle Elliott (ABCDE)"]}},76129:e=>{e.exports={en:["Elliott Triple Combo Wave (WXYXZ)"],fr:["Vague Triple Combo Elliott (WXYXZ)"]}},78996:e=>{e.exports={en:["Ellipse"]}},52788:e=>{e.exports={en:["Extended Line"],
+fr:["Ligne étendue"]}},86905:e=>{e.exports={en:["Exchange"],fr:["Marché"]}},19271:e=>{e.exports={en:["Existing pane above"],fr:["Volet existant au-dessus"]}},46545:e=>{e.exports={en:["Existing pane below"],fr:["Volet existant au-dessous"]}},20138:e=>{e.exports={en:["Forecast"],fr:["Prévision"]}},2507:e=>{e.exports={en:["Feb"],fr:["Févr"]}},59005:e=>{e.exports={en:["Fib Channel"],fr:["Canal de Fibonacci"]}},82330:e=>{e.exports={en:["Fib Circles"],fr:["Cercles de Fibonacci"]}},55986:e=>{e.exports={en:["Fib Retracement"],fr:["Retracement de Fibonacci"]}},33880:e=>{e.exports={en:["Fib Speed Resistance Arcs"],fr:["Arcs de Résistance de la vitesse de Fibonacci"]}},2395:e=>{e.exports={en:["Fib Speed Resistance Fan"],fr:["Éventail de Résistance de la Vitesse de Fibonacci"]}},39014:e=>{e.exports={en:["Fib Spiral"],fr:["Spirale de Fibonacci"]}},30622:e=>{e.exports={en:["Fib Time Zone"],fr:["Zone Temporelle de Fibonacci"]}},85042:e=>{e.exports={en:["Fib Wedge"],fr:["Coin de Fibonacci"]}},33885:e=>{e.exports={en:["Flag"],fr:["Drapeau"]}},14600:e=>{e.exports={en:["Flag Mark"],fr:["Marque de Drapeau"]}},45051:e=>{e.exports={en:["Flat Top/Bottom"],fr:["Haut/Bas Plat"]}},39643:e=>{e.exports={en:["Fraction part is invalid."],fr:["La partie fractionnelle n'est pas valide."]}},24077:e=>{e.exports={en:["Fundamental studies are no longer available on charts"],fr:["Les études fondamentales ne sont plus disponibles sur les graphiques"]}},31561:e=>{e.exports={en:["Kolkata"],fr:["Calcuta"]}},54533:e=>{e.exports={en:["Kathmandu"],fr:["Katmandou"]}},83490:e=>{e.exports={en:["Kagi"]}},70913:e=>{e.exports={en:["Karachi"]}},76614:e=>{e.exports={en:["Kuwait"],fr:["Koweit"]}},38561:e=>{e.exports={en:["Kuala Lumpur"]}},99906:e=>{e.exports={en:["HLC area"],fr:["Zone HLC"]}},886:e=>{e.exports={en:["HLC bars"],fr:["Barres HLC"]}},34491:e=>{e.exports={en:["Ho Chi Minh"]}},13459:e=>{e.exports={en:["Hollow candles"],fr:["Bougies Creuses"]}},48861:e=>{e.exports={en:["Hong Kong"]}},79668:e=>{e.exports={en:["Honolulu"]}},21795:e=>{e.exports={en:["Horizontal Line"],fr:["Ligne Horizontale"]}},25487:e=>{e.exports={en:["Horizontal Ray"],fr:["Rayon Horizontal"]}},21928:e=>{e.exports={en:["Head and Shoulders"],fr:["Tête et épaules"]}},63876:e=>{e.exports={en:["Heikin Ashi"]}},48203:e=>{e.exports={en:["Helsinki"]}},27298:e=>{e.exports={en:["Hide"],fr:["Cacher"]}},47074:e=>{e.exports={en:["Hide all"],fr:["Tout masquer"]}},52563:e=>{e.exports={en:["Hide all drawings"],fr:["Masquer tous les outils de dessin"]}},90763:e=>{e.exports={en:["Hide all drawings and indicators"],fr:["Masquer tous les dessins et indicateurs"]}},18216:e=>{e.exports={en:["Hide all drawings, indicators, positions & orders"],fr:["Masquer tous les dessins, indicateurs, positions & ordres"]}},78525:e=>{e.exports={en:["Hide all indicators"],fr:["Masquer tous les indicateurs"]}},42164:e=>{e.exports={en:["Hide all positions & orders"],fr:["Masquer toutes les positions & ordres"]}},3217:e=>{e.exports={en:["Hide drawings"],fr:["Masquer les dessins"]}},97878:e=>{e.exports={en:["Hide events on chart"],
+fr:["Cacher les événements sur le graphique"]}},72351:e=>{e.exports={en:["Hide indicators"],fr:["Masquer les indicateurs"]}},28345:e=>{e.exports={en:["Hide marks on bars"],fr:["Cacher les marques de la barre"]}},92226:e=>{e.exports={en:["Hide positions & orders"],fr:["Masquer les positions et les ordres"]}},78254:e=>{e.exports={en:["High"],fr:["Haut"]}},98236:e=>{e.exports={en:["High-low"],fr:["Haut-Bas"]}},99479:e=>{e.exports={en:["High and low price labels"],fr:["Étiquettes de prix haut et bas"]}},33766:e=>{e.exports={en:["High and low price lines"],fr:["Lignes de prix haut et bas"]}},69476:e=>{e.exports={en:["Highlighter"],fr:["En vedette"]}},72819:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."],fr:["L'histogramme est trop grand, veuillez augmenter {boldHighlightStart}Row Size{boldHighlightEnd} dans la fenêtre des paramètres."]}},94966:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Ticks Per Row{boldHighlightEnd} in the settings window."],fr:["L'histogramme est trop grand, veuillez augmenter les {boldHighlightStart}Ticks par rangée{boldHighlightEnd} dans la fenêtre des paramètres."]}},66751:e=>{e.exports={en:["Histogram is too large, please reduce {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."],fr:["L'histogramme est trop grand, veuillez réduire {boldHighlightStart}Row Size{boldHighlightEnd} dans la fenêtre des paramètres."]}},68065:e=>{e.exports={en:["Image"]}},80185:e=>{e.exports={en:["Intervals less than {resolution} are not supported for {ticker}."],fr:["Les intervalles inférieurs à {resolution} ne sont pas pris en charge pour {ticker}."]}},10268:e=>{e.exports={en:["Intermediate"],fr:["Intermédiaire"]}},14285:e=>{e.exports={en:["Invalid Symbol"],fr:["Symbole invalide"]}},52969:e=>{e.exports={en:["Invalid symbol"],fr:["Symbole invalide"]}},37189:e=>{e.exports={en:["Invert scale"],fr:["Inverser l'échelle"]}},89999:e=>{e.exports={en:["Indexed to 100"],fr:["Indexé sur 100"]}},46850:e=>{e.exports={en:["Indicators value labels"],fr:["Étiquettes de valeur des indicateurs"]}},54418:e=>{e.exports={en:["Indicators name labels"],fr:["Libellés des indicateurs"]}},40490:e=>{e.exports={en:["Indicators, Metrics and Strategies. Press slash"],fr:["Indicateurs, métriques et stratégies. Taper barre oblique"]}},15992:e=>{e.exports={en:["Info Line"],fr:["Ligne info"]}},87829:e=>{e.exports={en:["Insert indicator"],fr:["Ajouter un indicateur"]}},41686:e=>{e.exports={en:["Inside Pitchfork"],fr:["Fourchette Interne"]}},37913:e=>{e.exports={en:["Icon"],fr:["Icône"]}},78326:e=>{e.exports={en:["Istanbul"]}},39585:e=>{e.exports={en:["Johannesburg"]}},14995:e=>{e.exports={en:["Jakarta"],fr:["Djakarta"]}},62310:e=>{e.exports={en:["Jan"],fr:["Janv"]}},36057:e=>{e.exports={en:["Jerusalem"],fr:["Jérusalem"]}},53786:e=>{e.exports={en:["Jul"],fr:["Juill"]}},429:e=>{e.exports={en:["Jun"],fr:["Juin"]}},67560:e=>{e.exports={en:["Juneau"]}},62329:e=>{e.exports={en:["On the left"],fr:["Sur la gauche"]}},
+55813:e=>{e.exports={en:["On the right"],fr:["Sur la droite"]}},64818:e=>{e.exports={en:["Only {availableResolutions} intervals are supported for {ticker}."],fr:["Seuls les intervalles {availableResolutions} sont pris en charge pour {ticker}."]}},21064:e=>{e.exports={en:["Oops!"],fr:["Oups!"]}},51221:e=>{e.exports={en:["Object Tree"],fr:["Arborescence des objets"]}},12179:e=>{e.exports={en:["Oct"]}},16610:e=>{e.exports={en:["Open"],fr:["Ouverture"]}},27884:e=>{e.exports={en:["Open layout. Press period"],fr:["Ouvrir la mise en page. Appuyer sur point."]}},75722:e=>{e.exports={en:["Oslo"]}},65318:e=>{e.exports={en:["Low"],fr:["Bas"]}},51077:e=>{e.exports={en:["Lock"],fr:["Verrouiller"]}},79777:e=>{e.exports={en:["Lock/unlock"],fr:["Verrouiller/Déverrouiller"]}},66005:e=>{e.exports={en:["Lock vertical cursor line by time"],fr:["Verrouiller la ligne du curseur vertical en fonction du temps"]}},14017:e=>{e.exports={en:["Lock price to bar ratio"],fr:["Verrouiller le rapport prix / barre"]}},16170:e=>{e.exports={en:["Logarithmic"],fr:["Logarithmique"]}},19439:e=>{e.exports={en:["London"],fr:["Londres"]}},74832:e=>{e.exports={en:["Long Position"],fr:["Position Longue"]}},28733:e=>{e.exports={en:["Los Angeles"]}},85924:e=>{e.exports={en:["Label Down"],fr:["Etiquette vers le bas"]}},52402:e=>{e.exports={en:["Label Up"],fr:["Etiquette vers le haut"]}},5119:e=>{e.exports={en:["Labels"],fr:["Étiquettes"]}},19931:e=>{e.exports={en:["Lagos"]}},63815:e=>{e.exports={en:["Last day change"],fr:["Changement durant le dernier jour"]}},59444:e=>{e.exports={en:["Lima"]}},3554:e=>{e.exports={en:["Line"],fr:["Droite"]}},9394:e=>{e.exports={en:["Line with markers"],fr:["Ligne avec marqueurs"]}},43588:e=>{e.exports={en:["Line break"],fr:["Saut de ligne"]}},56982:e=>{e.exports={en:["Lines"],fr:["Lignes"]}},37367:e=>{e.exports={en:["Link to the chart image copied to clipboard {emoji}"],fr:["Lien vers l'image du graphique copié dans le presse-papiers {emoji}"]}},53375:e=>{e.exports={en:["Lisbon"],fr:["Lisbonne"]}},81038:e=>{e.exports={en:["Luxembourg"]}},60663:e=>{e.exports={en:["Move the point to position the anchor then tap to place"],fr:["Déplacez le point pour positionner l'ancre puis touchez pour le placer"]}},35049:e=>{e.exports={en:["Move to"],fr:["Déplacer vers"]}},26493:e=>{e.exports={en:["Move scale to left"],fr:["Déplacer l'échelle vers la gauche"]}},40789:e=>{e.exports={en:["Move scale to right"],fr:["Déplacer l'échelle vers la droite"]}},57681:e=>{e.exports={en:["Modified Schiff Pitchfork"],fr:["Fourchette de Schiff Modifiée"]}},93907:e=>{e.exports={en:["More settings"],fr:["Plus de paramètres"]}},64039:e=>{e.exports={en:["Moscow"],fr:["Moscou"]}},52066:e=>{e.exports={en:["Madrid"]}},38365:e=>{e.exports={en:["Malta"],fr:["Malte"]}},48991:e=>{e.exports={en:["Manila"],fr:["Manille"]}},92767:e=>{e.exports={en:["Mar"],fr:["Mars"]}},73332:e=>{e.exports={en:["Mexico City"],fr:["Ville de Mexico"]}},88314:e=>{e.exports={en:["Merge all scales into one"],fr:["Fusionner toutes les échelles en une"]}},54215:e=>{e.exports={en:["Mixed"],
+fr:["Mélangé"]}},24866:e=>{e.exports={en:["Micro"]}},87957:e=>{e.exports={en:["Millennium"],fr:["Millénaire"]}},14724:e=>{e.exports={en:["Minuette"],fr:["Menuet"]}},78273:e=>{e.exports={en:["Minuscule"]}},9865:e=>{e.exports={en:["Muscat"]}},96935:e=>{e.exports={en:["N/A"],fr:["non disponible"]}},36252:e=>{e.exports={en:["No data here"],fr:["Pas de données ici"]}},11254:e=>{e.exports={en:["No scale (fullscreen)"],fr:["Pas d'échelle (plein écran)"]}},9140:e=>{e.exports={en:["No sync"],fr:["Pas de sync"]}},50910:e=>{e.exports={en:["No volume data"],fr:["Pas de données de volume"]}},99024:e=>{e.exports={en:["No, keep them"],fr:["Non, conservez-les"]}},94389:e=>{e.exports={en:["Note"]}},26899:e=>{e.exports={en:["Nov"]}},67891:e=>{e.exports={en:["Norfolk Island"],fr:["Île Norfolk"]}},40977:e=>{e.exports={en:["Nairobi"]}},40544:e=>{e.exports={en:["New York"]}},66103:e=>{e.exports={en:["New Zealand"],fr:["Nouvelle-Zélande"]}},15512:e=>{e.exports={en:["New pane above"],fr:["Nouveau volet ci-dessus"]}},52160:e=>{e.exports={en:["New pane below"],fr:["Nouveau volet ci-dessous"]}},94600:e=>{e.exports={en:["Nicosia"],fr:["Nicosie"]}},73013:e=>{e.exports={en:["Something went wrong"],fr:["Quelque chose n'a pas fonctionné"]}},83524:e=>{e.exports={en:["Something went wrong when creating the indicator."],fr:["Un problème s'est produit lors de la création de l'indicateur."]}},4509:e=>{e.exports={en:["Something went wrong. Please try again later."],fr:["Quelque chose n'a pas fonctionné. Veuillez réessayer plus tard."]}},43047:e=>{e.exports={en:["Save New Chart Layout"],fr:["Enregistrer la nouvelle configuration graphique"]}},76266:e=>{e.exports={en:["Save as"],fr:["Sauvegarder Sous"]}},55502:e=>{e.exports={en:["San Salvador"]}},30231:e=>{e.exports={en:["Santiago"]}},91912:e=>{e.exports={en:["Sao Paulo"],fr:["São Paulo"]}},43931:e=>{e.exports={en:["Scale currency"],fr:["Devise de référence"]}},43758:e=>{e.exports={en:["Scale price chart only"],fr:["Mise à l’échelle des prix du graphique uniquement"]}},40012:e=>{e.exports={en:["Scale unit"],fr:["Unité de référence"]}},42608:e=>{e.exports={en:["Schiff Pitchfork"],fr:["Fourchette de Schiff"]}},76078:e=>{e.exports={en:["Script may be not updated if you leave the page."],fr:["Le script peut ne pas être mis à jour si vous quittez la page."]}},32514:e=>{e.exports={en:["Settings"],fr:["Configurations"]}},70784:e=>{e.exports={en:["Second fraction part is invalid."],fr:["La deuxième partie de fraction n'est pas valide."]}},75594:e=>{e.exports={en:["Security info"],fr:["Informations sur la sécurité"]}},21973:e=>{e.exports={en:["Send to back"],fr:["Mettre au Fond"]}},71179:e=>{e.exports={en:["Send backward"],fr:["Mettre vers l'Arrière"]}},26820:e=>{e.exports={en:["Seoul"],fr:["Séoul"]}},6816:e=>{e.exports={en:["Sep"],fr:["Sept"]}},94031:e=>{e.exports={en:["Session"],fr:["Séance"]}},83298:e=>{e.exports={en:["Session volume profile"],fr:["Profil de volume de la session"]}},66707:e=>{e.exports={en:["Session breaks"],fr:["Arrêts de Session"]}},1852:e=>{e.exports={en:["Shanghai"]}},8075:e=>{e.exports={
+en:["Short Position"],fr:["Position Short"]}},98334:e=>{e.exports={en:["Show"],fr:["Montrer"]}},85891:e=>{e.exports={en:["Show all drawings"],fr:["Montrer tous les dessins"]}},25881:e=>{e.exports={en:["Show all drawings and indicators"],fr:["Montrer tous les dessins et indicateurs"]}},86738:e=>{e.exports={en:["Show all drawings, indicators, positions & orders"],fr:["Masquer les positions et les ordresAfficher tous les dessins, indicateurs, positions & ordres"]}},98753:e=>{e.exports={en:["Show all indicators"],fr:["Montrer tous les indicateurs"]}},55418:e=>{e.exports={en:["Show all ideas"],fr:["Montrer toutes les idées"]}},20506:e=>{e.exports={en:["Show all positions & orders"],fr:["Afficher toutes les positions & ordres"]}},33158:e=>{e.exports={en:["Show continuous contract switch"],fr:["Afficher le switch du contrat continu"]}},81465:e=>{e.exports={en:["Show contract expiration"],fr:["Afficher l'expiration des contrats"]}},29449:e=>{e.exports={en:["Show dividends"],fr:["Montrer les Dividendes"]}},37113:e=>{e.exports={en:["Show earnings"],fr:["Montrer les résultats"]}},10261:e=>{e.exports={en:["Show ideas of followed users"],fr:["Afficher les idées des utilisateurs suivis"]}},62986:e=>{e.exports={en:["Show latest news"],fr:["Afficher les dernières nouvelles"]}},44020:e=>{e.exports={en:["Show my ideas only"],fr:["Afficher mes idées uniquement"]}},50849:e=>{e.exports={en:["Show splits"],fr:["Montrer les fractionnements d'actions"]}},67751:e=>{e.exports={en:["Signpost"],fr:["Panneau"]}},77377:e=>{e.exports={en:["Singapore"],fr:["Singapour"]}},39090:e=>{e.exports={en:["Sine Line"],fr:["Ligne sinusoïdale"]}},66205:e=>{e.exports={en:["Square"],fr:["Carré"]}},86146:e=>{e.exports={en:["Studies limit exceeded: {number} studies per layout.\nPlease, remove some studies."],fr:["Limite d’études dépassée: {number} études par mise en page.\nVeuillez retirer quelques études."]}},92516:e=>{e.exports={en:["Style"]}},61507:e=>{e.exports={en:["Stack on the left"],fr:["Empiler à gauche"]}},97800:e=>{e.exports={en:["Stack on the right"],fr:["Empiler à droite"]}},85166:e=>{e.exports={en:["Start using keyboard navigation mode. Press {shortcut}"],fr:["Commencez à utiliser le mode de navigation au clavier. Appuyez sur le raccourci {shortcut}"]}},4035:e=>{e.exports={en:["Stay in drawing mode"],fr:["Rester en Mode Dessin"]}},69217:e=>{e.exports={en:["Step line"],fr:["Ligne en escalier"]}},43114:e=>{e.exports={en:["Sticker"]}},86716:e=>{e.exports={en:["Stockholm"]}},1145:e=>{e.exports={en:["Submicro"]}},63375:e=>{e.exports={en:["Submillennium"],fr:["Sous-millenaire"]}},30585:e=>{e.exports={en:["Subminuette"],fr:["Sous-menuet"]}},67948:e=>{e.exports={en:["Supercycle"]}},3348:e=>{e.exports={en:["Supermillennium"],fr:["Super millénaire"]}},18905:e=>{e.exports={en:["Switch to {resolution}"],fr:["Passer à une {resolution}"]}},31622:e=>{e.exports={en:["Sydney"]}},70963:e=>{e.exports={en:["Symbol Error"],fr:["Erreur de symbole"]}},32390:e=>{e.exports={en:["Symbol name label"],fr:["Étiquette de nom du symbole"]}},10127:e=>{e.exports={
+en:["Symbol last price label"],fr:["Étiquette de la dernière valeur du symbole"]}},39079:e=>{e.exports={en:["Sync globally"],fr:["Synchronisation globale"]}},46607:e=>{e.exports={en:["Sync in layout"],fr:["Synchroniser tous les graphiques"]}},76519:e=>{e.exports={en:["Point & figure"],fr:["Point et Figure"]}},39949:e=>{e.exports={en:["Polyline"],fr:["Ensemble de Lignes"]}},371:e=>{e.exports={en:["Path"],fr:["Tracé"]}},59256:e=>{e.exports={en:["Parallel Channel"],fr:["Canal parallèle"]}},61879:e=>{e.exports={en:["Paris"]}},35140:e=>{e.exports={en:["Paste"],fr:["Coller"]}},6919:e=>{e.exports={en:["Percent"],fr:["Pourcent"]}},24436:e=>{e.exports={en:["Perth"]}},14055:e=>{e.exports={en:["Phoenix"]}},34156:e=>{e.exports={en:["Pitchfan"],fr:["Éventail"]}},19634:e=>{e.exports={en:["Pitchfork"],fr:["Fourchette"]}},86631:e=>{e.exports={en:["Pin"]}},33110:e=>{e.exports={en:["Pin to new left scale"],fr:["Épingler à la nouvelle échelle de gauche"]}},28280:e=>{e.exports={en:["Pin to new right scale"],fr:["Épingler à la nouvelle échelle de droite"]}},14115:e=>{e.exports={en:["Pin to left scale"],fr:["Épingler à l'échelle de gauche"]}},72046:e=>{e.exports={en:["Pin to left scale (hidden)"],fr:["Épingler à l'échelle de gauche (masqué)"]}},81054:e=>{e.exports={en:["Pin to right scale"],fr:["épingler à l'échelle de droite"]}},16986:e=>{e.exports={en:["Pin to right scale (hidden)"],fr:["Épingler à l'échelle de droite (masqué)"]}},60035:e=>{e.exports={en:["Pin to scale (now left)"],fr:["Epingler à l'échelle (maintenant à gauche)"]}},94210:e=>{e.exports={en:["Pin to scale (now no scale)"],fr:["Épingler à l'échelle (maintenant pas d'échelle)"]}},10761:e=>{e.exports={en:["Pin to scale (now right)"],fr:["Epingler à l'échelle (maintenant à droite)"]}},76150:e=>{e.exports={en:["Pin to scale (now {label})"],fr:["Épingler à l'échelle (maintenant {label})"]}},29436:e=>{e.exports={en:["Pin to scale {label}"],fr:["Épingler à l'échelle {label}"]}},2165:e=>{e.exports={en:["Pin to scale {label} (hidden)"],fr:["Épingler à l'échelle {label} (masqué)"]}},90095:e=>{e.exports={en:["Pinned to left scale"],fr:["Épinglé à l'échelle de gauche"]}},32538:e=>{e.exports={en:["Pinned to left scale (hidden)"],fr:["Épinglé à l'échelle de gauche (masqué)"]}},44579:e=>{e.exports={en:["Pinned to right scale"],fr:["Épinglé à l'échelle de droite"]}},94559:e=>{e.exports={en:["Pinned to right scale (hidden)"],fr:["Épingler à l'échelle de droite (masqué)"]}},12645:e=>{e.exports={en:["Pinned to scale {label}"],fr:["Épinglé à l'échelle {label}"]}},3564:e=>{e.exports={en:["Pinned to scale {label} (hidden)"],fr:["Épinglé à l'échelle {label} (masqué)"]}},71566:e=>{e.exports={en:["Plus button"],fr:["Bouton +"]}},28298:e=>{e.exports={en:["Please give us a clipboard writing permission in your browser or press {keystroke}"],fr:["Veuillez nous donner une autorisation d'écriture dans le presse-papiers de votre navigateur ou appuyez sur {keystroke}"]}},81248:e=>{e.exports={en:["Prague"]}},81712:e=>{e.exports={en:["Press and hold {key} while zooming to maintain the chart position"],
+fr:["Appuyez et maintenez {key} enfoncé pendant le zoom pour maintenir la position du graphique"]}},91282:e=>{e.exports={en:["Price Label"],fr:["Étiquette de Prix"]}},97512:e=>{e.exports={en:["Price Note"],fr:["Note de prix"]}},68941:e=>{e.exports={en:["Price Range"],fr:["Intervalle de Prix"]}},66123:e=>{e.exports={en:["Price format is invalid."],fr:["Le format du prix n'est pas valide."]}},72926:e=>{e.exports={en:["Price line"],fr:["Ligne de Prix"]}},59189:e=>{e.exports={en:["Primary"],fr:["Primaire"]}},75747:e=>{e.exports={en:["Projection"]}},55801:e=>{e.exports={en:["Published on {customer}, {date}"],fr:["A publié sur {customer}, {date}"]}},14568:e=>{e.exports={en:["Q1"]}},13534:e=>{e.exports={en:["Q2"]}},14530:e=>{e.exports={en:["Q3"]}},3762:e=>{e.exports={en:["Q4"]}},28756:e=>{e.exports={en:["Qatar"]}},57959:e=>{e.exports={en:["Quick search. Press {shortcut}"],fr:["Recherche rapide. Appuyez sur {shortcut}"]}},56820:e=>{e.exports={en:["Rotated Rectangle"],fr:["Rectangle pivoté"]}},52961:e=>{e.exports={en:["Rome"]}},50318:e=>{e.exports={en:["Ray"],fr:["Rayon"]}},55169:e=>{e.exports={en:["Range"],fr:["Plage"]}},13386:e=>{e.exports={en:["Reykjavik"]}},26001:e=>{e.exports={en:["Rectangle"]}},48236:e=>{e.exports={en:["Redo"],fr:["Recommencer"]}},2460:e=>{e.exports={en:["Regression Trend"],fr:["Tendance de la Régression"]}},67410:e=>{e.exports={en:["Remove"],fr:["Retirer"]}},3061:e=>{e.exports={en:["Remove this financial metric from favorites"],fr:["Supprimer cette métrique financière des favoris"]}},58764:e=>{e.exports={en:["Remove this indicator from favorites"],fr:["Supprimer cet indicateur des favoris"]}},86285:e=>{e.exports={en:["Remove {drawings}"],fr:["Supprimer {drawings}"]}},87796:e=>{e.exports={en:["Remove {drawings} & {indicators}"],fr:["Supprimer {drawings} & {indicators}"]}},87797:e=>{e.exports={en:["Remove {indicators}"],fr:["Supprimer {indicators}"]}},22584:e=>{e.exports={en:["Rename Chart Layout"],fr:["Renommer la configuration du graphique"]}},88130:e=>{e.exports={en:["Renko"]}},75246:e=>{e.exports={en:["Reset chart view"],fr:["Réinitialiser l'affichage du graphique"]}},88853:e=>{e.exports={en:["Reset points"],fr:["Réinitialiser les points"]}},15332:e=>{e.exports={en:["Reset price scale"],fr:["Réinitialiser l'échelle de prix"]}},54170:e=>{e.exports={en:["Reset time scale"],fr:["Réinitialiser l'échelle de temps"]}},37974:e=>{e.exports={en:["Riyadh"]}},94022:e=>{e.exports={en:["Riga"]}},60630:e=>{e.exports={en:["Runtime error"],fr:["Erreur d'exécution"]}},66719:e=>{e.exports={en:["Warning"],fr:["Avertissement"]}},5959:e=>{e.exports={en:["Warsaw"],fr:["Varsovie"]}},41446:e=>{e.exports={en:["To calculate the VWAP indicator, more data is needed. Zoom out or scroll left to load more historical data."]}},98549:e=>{e.exports={en:["Tokelau"]}},69122:e=>{e.exports={en:["Tokyo"]}},10095:e=>{e.exports={en:["Toronto"]}},17981:e=>{e.exports={en:["Table"],fr:["Tableau"]}},11034:e=>{e.exports={en:["Taipei"]}},79995:e=>{e.exports={en:["Tallinn"]}},6686:e=>{e.exports={en:["Tehran"],fr:["Téhéran"]}},93553:e=>{e.exports={
+en:["Template"],fr:["Espace de Travail"]}},81657:e=>{e.exports={en:["The data vendor doesn't provide volume data for this symbol."],fr:["Le fournisseur de données ne fournit pas de données de volume pour ce symbole."]}},49947:e=>{e.exports={en:["The publication preview could not be loaded. Please disable your browser extensions and try again."],fr:["L'aperçu de la publication n'a pas pu être chargé. Veuillez désactiver les extensions de votre navigateur et réessayer."]}},99274:e=>{e.exports={en:["The request took too long to process. Ensure you have a stable internet connection. If the issue persists, try decreasing the length of the requested time interval."],fr:["Le traitement de la demande a pris trop de temps. Assurez-vous que vous disposez d'une connexion internet stable. Si le problème persiste, essayez de réduire la durée de l'intervalle de temps demandé."]}},43716:e=>{e.exports={en:["There's no data for your selected period and chart timeframe."],fr:["Il n'y a pas de données pour la période et la plage temporelle du graphique que vous avez sélectionnées."]}},93738:e=>{e.exports={en:["This file is too big. Max size is {value}."],fr:["Ce fichier est trop gros. La taille maximale est de {value}."]}},59519:e=>{e.exports={en:["This indicator cannot be applied to another indicator."],fr:["Cet indicateur ne peut pas être appliqué à un autre indicateur."]}},18260:e=>{e.exports={en:["This script contains an error. Please contact its author."],fr:["Ce script contient une erreur. Veuillez contacter son auteur."]}},76989:e=>{e.exports={en:["This script is invite-only. To request access, please contact its author."],fr:["Ce script est sur invitation seulement. Pour y avoir accès, veuillez contacter son auteur."]}},47773:e=>{e.exports={en:["This symbol is only available on {linkStart}TradingView{linkEnd}."],fr:["Symbole disponible uniquement sur {linkStart}TradingView{linkEnd}."]}},46982:e=>{e.exports={en:["Three Drives Pattern"],fr:['Motif "Three Drives"']}},80254:e=>{e.exports={en:["Tick-based intervals are not available for {ticker}."],fr:["Les intervalles basés sur les ticks ne sont pas disponibles pour {ticker}."]}},12806:e=>{e.exports={en:["Time"],fr:["Heure"]}},20909:e=>{e.exports={en:["Time zone"],fr:["Fuseau Horaire"]}},46852:e=>{e.exports={en:["Time Cycles"],fr:["Cycles de temps"]}},17809:e=>{e.exports={en:["Time Price Opportunity"],fr:["Temps d'Opportunité de prix"]}},66823:e=>{e.exports={en:["Trade"]}},7697:e=>{e.exports={en:["TradingView is interactive and has commands to use with a screen reader. The following is a list of keyboard commands available to interact on the platform"],fr:["Tradingview est interactif et dispose de commandes à utiliser avec un lecteur d'écran. Voici une liste des commandes clavier disponibles pour interagir sur la plateforme"]}},35757:e=>{e.exports={en:["Trend Angle"],fr:["Angle de la Tendance"]}},97339:e=>{e.exports={en:["Trend Line"],fr:["Droite de Tendance"]}},80583:e=>{e.exports={en:["Trend-Based Fib Extension"],fr:["Prolongation de Fibonacci selon la Tendance"]}},72159:e=>{
+e.exports={en:["Trend-Based Fib Time"],fr:["Temps de Fibonacci selon la Tendance"]}},1671:e=>{e.exports={en:["Triangle"]}},76152:e=>{e.exports={en:["Triangle Down"],fr:["Triangle vers le bas"]}},90148:e=>{e.exports={en:["Triangle Pattern"],fr:["Figure en Triangle"]}},21236:e=>{e.exports={en:["Triangle Up"],fr:["Triangle vers le haut"]}},21007:e=>{e.exports={en:["Tunis"]}},1833:e=>{e.exports={en:["UTC"]}},14804:e=>{e.exports={en:["Undo"],fr:["Annuler"]}},56815:e=>{e.exports={en:["Unexpected error in Deep Backtesting mode. Contact support for more information."],fr:["Erreur inattendue en mode Deep Backtesting. Contactez le support pour plus d'informations."]}},15432:e=>{e.exports={en:["Units"],fr:["Unités"]}},11768:e=>{e.exports={en:["Unknown error"],fr:["Erreur inconnue"]}},99894:e=>{e.exports={en:["Unlock"],fr:["Déverrouiller"]}},75546:e=>{e.exports={en:["Unsupported interval"],fr:["Intervalle non pris en charge"]}},8580:e=>{e.exports={en:["User-defined error"],fr:["Erreur définie par l'utilisateur"]}},81030:e=>{e.exports={en:["VWAP is waiting for more data"]}},40693:e=>{e.exports={en:["Volume Profile Fixed Range"],fr:["Profil de volume Gamme fixe"]}},39903:e=>{e.exports={en:["Volume Profile indicator available only on our upgraded plans."],fr:["L'indicateur Volume Profile n'est disponible que sur nos plans upgradés."]}},93722:e=>{e.exports={en:["Volume candles"],fr:["Bougies de volume"]}},69156:e=>{e.exports={en:["Volume data is not provided in BIST MIXED data plan."],fr:["Les données de volume ne sont pas fournies dans le plan de données BIST MIXED."]}},92763:e=>{e.exports={en:["Volume footprint"],fr:["Empreinte du volume"]}},32838:e=>{e.exports={en:["Vancouver"]}},29535:e=>{e.exports={en:["Vertical Line"],fr:["Droite Verticale"]}},23160:e=>{e.exports={en:["Vienna"],fr:["Vienne"]}},60534:e=>{e.exports={en:["Vilnius"]}},40091:e=>{e.exports={en:["Visibility"],fr:["Visibilité"]}},54853:e=>{e.exports={en:["Visibility on intervals"],fr:["Visibilité des intervalles"]}},58302:e=>{e.exports={en:["Visible on tap"],fr:["Visible si besoin"]}},10309:e=>{e.exports={en:["Visible on mouse over"],fr:["Visible avec déplacement de la souris"]}},4077:e=>{e.exports={en:["Visual order"],fr:["Ordre de visualisation"]}},11316:e=>{e.exports={en:["X Cross"]}},42231:e=>{e.exports={en:["XABCD Pattern"],fr:["Figure en XABCD"]}},25059:e=>{e.exports={en:["You cannot see this pivot timeframe on this resolution"],fr:["Vous ne pouvez pas voir cette période de pivot avec cette résolution"]}},41019:e=>{e.exports={en:["You have locked drawings on this symbol. Do you want to remove the locked drawings too?"],fr:["Vous avez verrouillé des dessins sur ce symbole. Voulez-vous également supprimer les dessins verrouillés?"]}},53168:e=>{e.exports={en:["Yangon"]}},93123:e=>{e.exports={en:["Yes, remove them"],fr:["Oui, supprimez-les"]}},62859:e=>{e.exports={en:["Zurich"]}},47977:e=>{e.exports={en:["change Elliott degree"],fr:["changer le degré d'Elliott"]}},61557:e=>{e.exports={en:["change no overlapping labels"],
+fr:["modifier les étiquettes qui ne se chevauchent pas"]}},76852:e=>{e.exports={en:["change average close price label visibility"],fr:["changer la visibilité de l'étiquette du prix moyen de clôture"]}},1022:e=>{e.exports={en:["change average close price line visibility"],fr:["changer la visibilité de la ligne du prix moyen de clôture"]}},69362:e=>{e.exports={en:["change bid and ask labels visibility"],fr:["changer la visibilité des étiquettes d'offre et de demande"]}},52919:e=>{e.exports={en:["change bid and ask lines visibility"],fr:["changer la visibilité des lignes d'offre et de demande"]}},32302:e=>{e.exports={en:["change currency"],fr:["changer la devise"]}},68846:e=>{e.exports={en:["change chart layout to {title}"],fr:["changer la mise en page du graphique en {title}"]}},18867:e=>{e.exports={en:["change continuous contract switch visibility"],fr:["changer la visibilité du switch du contrat continu"]}},39383:e=>{e.exports={en:["change countdown to bar close visibility"],fr:["changer la visibilité du compte à rebours pour la fermeture de la barre"]}},16979:e=>{e.exports={en:["change date range"],fr:["changer la plage de dates"]}},53929:e=>{e.exports={en:["change dividends visibility"],fr:["changement de la visibilité des dividendes"]}},6119:e=>{e.exports={en:["change events visibility on chart"],fr:["changer la visibilité des événements sur le graphique"]}},6819:e=>{e.exports={en:["change earnings visibility"],fr:["changer la visibilité des gains"]}},85532:e=>{e.exports={en:["change futures contract expiration visibility"],fr:["modifier la visibilité de l'expiration des contrats à terme"]}},24226:e=>{e.exports={en:["change high and low price labels visibility"],fr:["modifier la visibilité des étiquettes de prix haut et bas"]}},80692:e=>{e.exports={en:["change high and low price lines visibility"],fr:["modifier la visibilité des lignes de prix haut et bas"]}},24893:e=>{e.exports={en:["change indicators name labels visibility"],fr:["visibilité des étiquettes de noms des indicateurs de changement"]}},64729:e=>{e.exports={en:["change indicators value labels visibility"],fr:["modifier la visibilité des étiquettes de valeur des indicateurs"]}},50243:e=>{e.exports={en:["change latest news and Minds visibility"],fr:["changer la visibilité des dernières mises à jour"]}},88849:e=>{e.exports={en:["change linking group"],fr:["changer le groupe de liaison"]}},14691:e=>{e.exports={en:["change pane height"],fr:["changer la hauteur du volet"]}},96379:e=>{e.exports={en:["change plus button visibility"],fr:["changer la visibilité du bouton plus"]}},76660:e=>{e.exports={en:["change point"],fr:["modifier le point"]}},30870:e=>{e.exports={en:["change pre/post market price label visibility"],fr:["changer la visibilité des étiquettes de prix pré/post marché"]}},11718:e=>{e.exports={en:["change pre/post market price line visibility"],fr:["changer la visibilité des lignes de prix pré/post marché"]}},58419:e=>{e.exports={en:["change previous close price line visibility"],
+fr:["changer la visibilité de la ligne de prix de clôture précédente"]}},8662:e=>{e.exports={en:["change price line visibility"],fr:["Changer la ligne de prix"]}},2509:e=>{e.exports={en:["change price to bar ratio"],fr:["modifier le rapport prix/barre"]}},32829:e=>{e.exports={en:["change resolution"],fr:["Changer la Résolution"]}},35400:e=>{e.exports={en:["change symbol"],fr:["changer le symbole"]}},73357:e=>{e.exports={en:["change symbol labels visibility"],fr:["modifier la visibilité des étiquettes des symboles"]}},67453:e=>{e.exports={en:["change symbol last value visibility"],fr:["changer la visibilité de la dernière valeur du symbole"]}},4729:e=>{e.exports={en:["change symbol previous close value visibility"],fr:["changer la visibilité de la précédente valeur de clôture du symbole"]}},87041:e=>{e.exports={en:["change session"],fr:["changer de session"]}},38413:e=>{e.exports={en:["change session breaks visibility"],fr:["modifier la visibilité des interruptions de session"]}},49965:e=>{e.exports={en:["change series style"],fr:["changer de style de série"]}},47474:e=>{e.exports={en:["change splits visibility"],fr:["changement de la visibilité des splits"]}},20137:e=>{e.exports={en:["change timezone"],fr:["changer de fuseau horaire"]}},85975:e=>{e.exports={en:["change unit"],fr:["changer l'unité"]}},1924:e=>{e.exports={en:["change visibility"],fr:["Changer la visibilité"]}},84331:e=>{e.exports={en:["change visibility at current interval"],fr:["changer la visibilité à l'intervalle actuel"]}},45800:e=>{e.exports={en:["change visibility at current interval and above"],fr:["changer la visibilité à l'intervalle actuel et au-dessus"]}},75645:e=>{e.exports={en:["change visibility at current interval and below"],fr:["changer la visibilité à l'intervalle actuel et en-dessous"]}},57916:e=>{e.exports={en:["change visibility at all intervals"],fr:["changer la visibilité à tous les intervalles"]}},94566:e=>{e.exports={en:["charts by TradingView"],fr:["graphiques par TradingView"]}},32943:e=>{e.exports={en:["clone line tools"],fr:["Clôner les outils de ligne"]}},46219:e=>{e.exports={en:["create line tools group"],fr:["créer un groupe d'outils de ligne"]}},95394:e=>{e.exports={en:["create line tools group from selection"],fr:["Créer un groupe d’outils de ligne à partir de la sélection"]}},12898:e=>{e.exports={en:["create {tool}"],fr:["créer {tool}"]}},94227:e=>{e.exports={en:["cut sources"],fr:["couper sources"]}},11500:e=>{e.exports={en:["cut {title}"],fr:["couper {title}"]}},63869:e=>{e.exports={en:["anchor objects"],fr:["ancrer les objets"]}},12570:e=>{e.exports={en:["add line tool {lineTool} to group {name}"],fr:["Ajouter l'outil de ligne {lineTool} au groupe {name}"]}},21162:e=>{e.exports={en:["add line tool(s) to group {group}"],fr:["ajouter outil(s) de ligne au groupe {group}"]}},67608:e=>{e.exports={en:["add this financial metric to entire layout"],fr:["Ajouter cette métrique financière à l'ensemble de la mise en page"]}},96677:e=>{e.exports={en:["add this indicator to entire layout"],
+fr:["Ajouter cet indicateur à l'ensemble de la mise en page"]}},58156:e=>{e.exports={en:["add this strategy to entire layout"],fr:["ajouter cette stratégie à l'ensemble de la mise en page"]}},79290:e=>{e.exports={en:["add this symbol to entire layout"],fr:["ajouter ce symbole à l'ensemble de la mise en page"]}},4128:e=>{e.exports={en:["align to 45 degrees"],fr:["aligner à 45 degrés"]}},68231:e=>{e.exports={en:["apply chart theme"],fr:["appliquer le thème des graphiques"]}},99551:e=>{e.exports={en:["apply all chart properties"],fr:["appliquer toutes les propriétés du graphique"]}},89720:e=>{e.exports={en:["apply drawing template"],fr:["Appliquer un modèle de dessin"]}},27851:e=>{e.exports={en:["apply factory defaults to selected sources"],fr:["appliquer les valeurs d'usine par défaut aux sources sélectionnées"]}},70507:e=>{e.exports={en:["apply indicators to entire layout"],fr:["appliquer des indicateurs à l'ensemble de la mise en page"]}},69604:e=>{e.exports={en:["apply study template {template}"],fr:["Appliquer le modèle d'étude {template}"]}},86708:e=>{e.exports={en:["apply toolbars theme"],fr:["appliquer le thème des barres d'outils"]}},1979:e=>{e.exports={en:["bring group {title} forward"],fr:["mettre le groupe {title} à l'avant"]}},53159:e=>{e.exports={en:["bring {title} to front"],fr:["mettre {title} en avant"]}},41966:e=>{e.exports={en:["bring {title} forward"],fr:["Mettre en avant {title}"]}},44676:e=>{e.exports={en:["by TradingView"],fr:["par TradingView"]}},58850:e=>{e.exports={en:["date range lock"],fr:["verrouillage de la plage de dates"]}},99395:e=>{e.exports={en:["exclude line tools from group {group}"],fr:["Exclure les outils de ligne du groupe {group}"]}},13017:e=>{e.exports={en:["hide {title}"],fr:["Masquer {title}"]}},62249:e=>{e.exports={en:["hide marks on bars"],fr:["Cacher les marques de la barre"]}},56558:e=>{e.exports={en:["interval lock"],fr:["verrouillage de l'intervalle"]}},6830:e=>{e.exports={en:["invert scale"],fr:["Inverser l'échelle"]}},48818:e=>{e.exports={en:["insert {title}"],fr:["insérer {title}"]}},56307:e=>{e.exports={en:["insert {title} after {targetTitle}"],fr:["insérer {title} après {targetTitle}"]}},32960:e=>{e.exports={en:["insert {title} after {target}"],fr:["insérer {title} après {target}"]}},57106:e=>{e.exports={en:["insert {title} before {target}"],fr:["Insérer {title} avant {target}"]}},46229:e=>{e.exports={en:["insert {title} before {targetTitle}"],fr:["Insérer {title} avant {targetTitle}"]}},43364:e=>{e.exports={en:["load default drawing template"],fr:["charger le modèle de dessin par défaut"]}},62011:e=>{e.exports={en:["loading..."],fr:["chargement..."]}},76104:e=>{e.exports={en:["lock {title}"],fr:["Verrouiller {title}"]}},20453:e=>{e.exports={en:["lock group {group}"],fr:["verrouiller le groupe {group}"]}},18942:e=>{e.exports={en:["lock objects"],fr:["verrouiller les objets"]}},98277:e=>{e.exports={en:["move"],fr:["déplacer"]}},58228:e=>{e.exports={en:["move {title} to new left scale"],fr:["Déplacer {title} vers la nouvelle échelle de gauche"]}},77482:e=>{e.exports={
+en:["move {title} to new right scale"],fr:["déplacer {title} vers la nouvelle échelle de droite"]}},64077:e=>{e.exports={en:["move all scales to left"],fr:["Déplacer toutes les échelles vers la gauche"]}},19013:e=>{e.exports={en:["move all scales to right"],fr:["Déplacer toutes les échelles vers la droite"]}},52510:e=>{e.exports={en:["move drawing(s)"],fr:["Déplacer le(s) dessin(s)"]}},79209:e=>{e.exports={en:["move left"],fr:["déplacer à gauche"]}},60114:e=>{e.exports={en:["move right"],fr:["déplacer à droite"]}},44854:e=>{e.exports={en:["move scale"],fr:["Déplacer l'échelle"]}},10625:e=>{e.exports={en:["make {title} no scale (Full screen)"],fr:["rendre {title} sans échelle (Plein écran)"]}},76709:e=>{e.exports={en:["make group {group} invisible"],fr:["Rendre le groupe {group} invisible"]}},45987:e=>{e.exports={en:["make group {group} visible"],fr:["rendre le groupe {group} visible"]}},78055:e=>{e.exports={en:["merge down"],fr:["fusionner vers le bas"]}},41866:e=>{e.exports={en:["merge to pane"],fr:["fusionner vers le volet"]}},52458:e=>{e.exports={en:["merge up"],fr:["fusionner vers le haut"]}},90091:e=>{e.exports={en:["n/a"]}},94981:e=>{e.exports={en:["scale price"],fr:["prix des échelles"]}},63796:e=>{e.exports={en:["scale price chart only"],fr:["Mise à l’échelle des prix du graphique uniquement"]}},70771:e=>{e.exports={en:["scale time"],fr:["temps de l'échelle"]}},42070:e=>{e.exports={en:["scroll"],fr:["faire défiler"]}},87840:e=>{e.exports={en:["scroll time"],fr:["défilement temporel"]}},82241:e=>{e.exports={en:["set price scale selection strategy to {title}"],fr:["fixer la stratégie de sélection du barème de prix sur {title}"]}},40962:e=>{e.exports={en:["send {title} backward"],fr:["envoyer {title} en arrière"]}},5005:e=>{e.exports={en:["send {title} to back"],fr:["mettre {title} à l'arrière"]}},69546:e=>{e.exports={en:["send group {title} backward"],fr:["mettre le groupe {title} à l'arrière"]}},63934:e=>{e.exports={en:["share line tools globally"],fr:["partager les outils de ligne dans leur ensemble"]}},90221:e=>{e.exports={en:["share line tools in layout"],fr:["partager les outils de ligne dans la mise en page"]}},13336:e=>{e.exports={en:["show all ideas"],fr:["afficher toutes les idées"]}},91395:e=>{e.exports={en:["show ideas of followed users"],fr:["afficher les idées des utilisateurs suivis"]}},57460:e=>{e.exports={en:["show my ideas only"],fr:["afficher mes idées uniquement"]}},4114:e=>{e.exports={en:["stay in drawing mode"],fr:["rester en mode dessin"]}},3350:e=>{e.exports={en:["stop syncing drawing"],fr:["arrêter la synchronisation des dessins"]}},49183:e=>{e.exports={en:["stop syncing line tool(s)"],fr:["arrêter la synchronisation des outils de ligne"]}},53278:e=>{e.exports={en:["symbol lock"],fr:["verrouillage du symbole"]}},91677:e=>{e.exports={en:["sync time"],fr:["synchroniser l'heure"]}},3140:e=>{e.exports={en:["powered by"],fr:["propulsé par"]}},92800:e=>{e.exports={en:["powered by TradingView"],fr:["fourni par TradingView"]}},62192:e=>{e.exports={en:["paste drawing"],fr:["coller le dessin"]}},
+1064:e=>{e.exports={en:["paste indicator"],fr:["coller l'indicateur"]}},57010:e=>{e.exports={en:["paste {title}"],fr:["coller {title}"]}},78690:e=>{e.exports={en:["pin to left scale"],fr:["épingler à l'échelle de gauche"]}},7495:e=>{e.exports={en:["pin to right scale"],fr:["Épingler à l'échelle de droite"]}},81566:e=>{e.exports={en:["pin to scale {label}"],fr:["épingler à l'échelle {label}"]}},2618:e=>{e.exports={en:["rearrange panes"],fr:["réarranger les volets"]}},60806:e=>{e.exports={en:["remove all indicators"],fr:["supprimer tous les indicateurs"]}},29096:e=>{e.exports={en:["remove all indicators and drawing tools"],fr:["supprimer tous les indicateurs et outils de dessin"]}},27171:e=>{e.exports={en:["remove deselected empty line tools"],fr:["supprimer les outils de ligne vide désélectionnés"]}},30538:e=>{e.exports={en:["remove drawings"],fr:["Supprimer les dessins"]}},1193:e=>{e.exports={en:["remove drawings group"],fr:["supprimer le groupe de dessins"]}},38199:e=>{e.exports={en:["remove line data sources"],fr:["supprimer les sources de données de la ligne"]}},93333:e=>{e.exports={en:["remove pane"],fr:["supprimer le volet"]}},94543:e=>{e.exports={en:["remove {title}"],fr:["supprimer {title}"]}},41430:e=>{e.exports={en:["removing line tools group {name}"],fr:["suppression du groupe d'outils de ligne {name}"]}},80491:e=>{e.exports={en:["rename group {group} to {newName}"],fr:["Renommez le groupe {group} en {newName}"]}},85366:e=>{e.exports={en:["reset layout sizes"],fr:["réinitialiser les tailles de mise en page"]}},3323:e=>{e.exports={en:["reset scales"],fr:["réinitialiser les échelles"]}},17336:e=>{e.exports={en:["reset time scale"],fr:["Réinitialiser l'échelle de temps"]}},47418:e=>{e.exports={en:["resize layout"],fr:["redimensionner la mise en page"]}},85815:e=>{e.exports={en:["restore defaults"],fr:["restaurer les valeurs par défaut"]}},96881:e=>{e.exports={en:["restore study defaults"],fr:["rétablir les valeurs par défaut de l'étude"]}},63095:e=>{e.exports={en:["toggle maximized pane state"],fr:["activer l'état du volet maximisé"]}},42240:e=>{e.exports={en:["toggle auto scale"],fr:["basculer vers l'échelle automatique"]}},46054:e=>{e.exports={en:["toggle collapsed pane state"],fr:["activer l'état de volet réduit"]}},24736:e=>{e.exports={en:["toggle indexed to 100 scale"],fr:["activer l'échelle indexée sur 100"]}},49695:e=>{e.exports={en:["toggle lock scale"],fr:["activer le verrouillage de l'échelle"]}},49403:e=>{e.exports={en:["toggle log scale"],fr:["basculer vers l'échelle logarithmique"]}},98994:e=>{e.exports={en:["toggle percentage scale"],fr:["Commuter l'échelle de pourcentage"]}},80688:e=>{e.exports={en:["toggle regular scale"],fr:["activer l'échelle standard"]}},46807:e=>{e.exports={en:["track time"],fr:["suivre le temps"]}},8040:e=>{e.exports={en:["turn line tools sharing off"],fr:["désactiver le partage des outils de ligne"]}},99234:e=>{e.exports={en:["unanchor objects"],fr:["désancrer les objets"]}},23230:e=>{e.exports={en:["unlock objects"],fr:["déverrouiller les objets"]}},74590:e=>{e.exports={
+en:["unlock group {group}"],fr:["déverrouiller le groupe {group}"]}},12525:e=>{e.exports={en:["unlock {title}"],fr:["déverrouiller {title}"]}},81576:e=>{e.exports={en:["unmerge to new bottom pane"],fr:["défusionner vers le nouveau volet inférieur"]}},79443:e=>{e.exports={en:["unmerge up"],fr:["défusionner vers le haut"]}},46453:e=>{e.exports={en:["unmerge down"],fr:["défusionner vers le bas"]}},94656:e=>{e.exports={en:["{chartStyle} chart type isn't currently available for tick-based intervals."],fr:["Oh non! Le type de graphique {chartStyle} n'est pas disponible pour les intervalles basés sur les ticks."]}},41643:e=>{e.exports={en:["{count} bars"],fr:["{count} barres"]}},83470:e=>{e.exports={en:["{symbol} financials by TradingView"],fr:["{symbol} données financières par TradingView"]}},40947:e=>{e.exports={en:["{userName} published on {customer}, {date}"],fr:["{userName} a publié sur {customer}, {date}"]}},91084:e=>{e.exports={en:["zoom"],fr:["zoomer"]}},49856:e=>{e.exports={en:["zoom in"],fr:["zoomer"]}},73638:e=>{e.exports={en:["zoom out"],fr:["dézoomer"]}},41807:e=>{e.exports={en:["day","days"],fr:["jour","jours"]}},42328:e=>{e.exports={en:["hour","hours"],fr:["heure","heures"]}},98393:e=>{e.exports={en:["month","months"],fr:["mois","mois"]}},78318:e=>{e.exports={en:["minute","minutes"]}},33232:e=>{e.exports={en:["second","seconds"],fr:["seconde","secondes"]}},89937:e=>{e.exports={en:["range","ranges"],fr:["plage","plages"]}},48898:e=>{e.exports={en:["week","weeks"],fr:["semaine","semaines"]}},11913:e=>{e.exports={en:["tick","ticks"]}},22299:e=>{e.exports={en:["{amount} drawing","{amount} drawings"],fr:["{amount} dessin","{amount} dessins"]}},68984:e=>{e.exports={en:["{amount} indicator","{amount} indicators"],fr:["{amount} indicateur","{amount} indicateurs"]}},58590:e=>{e.exports={en:["{count}m","{count}m"]}},47801:e=>{e.exports={en:["{count}d","{count}d"]}},46766:e=>{e.exports={en:["{count}y","{count}y"]}},56316:e=>{e.exports=Object.create(null),e.exports["#AAPL-symbol-description"]={en:["Apple Inc"]},e.exports["#AMEX:SCHO-symbol-description"]={en:["Schwab Short-Term U.S. Treasury ETF"],fr:["ETF Schwab Trésor Américain court terme"]},e.exports["#AMEX:SHYG-symbol-description"]={en:["Shares 0-5 YEAR High Yield Corporate Bond ETF"],fr:["Actions 0-5 ans Obligations d'entreprise à rendement élevé ETF"]},e.exports["#ASX:XAF-symbol-description"]={en:["S&P/ASX All Australian 50 Index"],fr:["Indice S&P/ASX All Australian 50"]},e.exports["#ASX:XAT-symbol-description"]={en:["S&P/ASX All Australian 200 Index"],fr:["Indice S&P/ASX All Australian 200"]},e.exports["#ASX:XJO-symbol-description"]={en:["S&P/ASX 200 Index"],fr:["Indice S&P/ASX 200"]},e.exports["#AUDCAD-symbol-description"]={en:["Australian Dollar/Canadian Dollar"],fr:["Dollar australien/Dollar canadien"]},e.exports["#AUDCHF-symbol-description"]={en:["Australian Dollar / Swiss Franc"],fr:["Dollar australien/Franc suisse"]},e.exports["#AUDJPY-symbol-description"]={en:["Australian Dollar / Japanese Yen"],fr:["Dollar australien/Yen japonais"]},
+e.exports["#AUDNZD-symbol-description"]={en:["Australian Dollar / New Zealand Dollar"],fr:["Dollar Australien/Dollar Néo-zélandais"]},e.exports["#AUDRUB-symbol-description"]={en:["Australian Dollar / Russian Ruble"],fr:["Dollar Australien/Rouble russe"]},e.exports["#AUDUSD-symbol-description"]={en:["Australian Dollar / U.S. Dollar"],fr:["Dollar Australien/Dollar Américain"]},e.exports["#BCBA:IMV-symbol-description"]={en:["S&P MERVAL Index"],fr:["Indice S&P MERVAL"]},e.exports["#BCHEUR-symbol-description"]={en:["Bitcoin Cash / Euro"]},e.exports["#BCHUSD-symbol-description"]={en:["Bitcoin Cash / U.S. Dollar"],fr:["Bitcoin Cash / Dollar"]},e.exports["#BELEX:BELEX15-symbol-description"]={en:["BELEX 15 Index"],fr:["Indice BELEX 15"]},e.exports["#BIST:XU100-symbol-description"]={en:["BIST 100 Index"],fr:["Indice BIST 100"]},e.exports["#BITMEX:XBT-symbol-description"]={en:["Bitcoin / U.S. Dollar Index"],fr:["Indice Bitcoin / U.S. Dollar"]},e.exports["#BME:IBC-symbol-description"]={en:["IBEX 35 Index"],fr:["Indice IBEX 35"]},e.exports["#BMFBOVESPA:IBOV-symbol-description"]={en:["Bovespa Index"],fr:["Indice Bovespa"]},e.exports["#BMFBOVESPA:IBRA-symbol-description"]={en:["IBrasil Index"],fr:["Indice IBrasil"]},e.exports["#BMFBOVESPA:IBXL-symbol-description"]={en:["Brazil 50 Index"],fr:["Indice Brazil 50"]},e.exports["#BMV:CT-symbol-description"]={en:["China SX20 RT"]},e.exports["#BMV:F-symbol-description"]={en:["Ford Motor Company"]},e.exports["#BMV:ME-symbol-description"]={en:["S&P/BMV IPC Index"],fr:["Indice S&P/BMV IPC"]},e.exports["#BRLJPY-symbol-description"]={en:["Brazilian Real / Japanese Yen"],fr:["Réal brésilien / Yen japonais"]},e.exports["#BSE:ITI-symbol-description"]={en:["ITI Ltd"]},e.exports["#BSE:SENSEX-symbol-description"]={en:["S&P BSE Sensex Index"],fr:["Indice S&P BSE SENSEX"]},e.exports["#BTCBRL-symbol-description"]={en:["Bitcoin / Brazilian Real"],fr:["Bitcoin / Réal Brésilien"]},e.exports["#BTCCAD-symbol-description"]={en:["Bitcoin / Canadian Dollar"],fr:["Bitcoin / Dollar Canadien"]},e.exports["#BTCCNY-symbol-description"]={en:["Bitcoin / Chinese Yuan"],fr:["Bitcoin / Yuan Chinois"]},e.exports["#BTCEUR-symbol-description"]={en:["Bitcoin / Euro"]},e.exports["#BTCGBP-symbol-description"]={en:["Bitcoin / British Pound"],fr:["Bitcoin / Livre Sterling"]},e.exports["#BTCJPY-symbol-description"]={en:["Bitcoin / Japanese Yen"],fr:["Bitcoin / Yen japonais"]},e.exports["#BTCKRW-symbol-description"]={en:["Bitcoin / South Korean Won"],fr:["Bitcoin / Won sud-coréen"]},e.exports["#BTCPLN-symbol-description"]={en:["Bitcoin / Polish Zloty"],fr:["Bitcoin / Zloty polonais"]},e.exports["#BTCRUB-symbol-description"]={en:["Bitcoin / Russian Ruble"],fr:["Bitcoin / Rouble russe"]},e.exports["#BTCTHB-symbol-description"]={en:["Bitcoin / Thai Baht"],fr:["Bitcoin / Baht Thai"]},e.exports["#BTCUSD-symbol-description"]={en:["Bitcoin / U.S. Dollar"],fr:["Bitcoin / Dollar"]},e.exports["#BTGUSD-symbol-description"]={en:["Bitcoin Gold / U.S. Dollar"]},e.exports["#BVL:SPBLPGPT-symbol-description"]={
+en:["S&P / BVL Peru General Index (PEN)"],fr:["Indice Général Pérou S&P / BVL (PEN)"]},e.exports["#BVSP-symbol-description"]={en:["Brazil Bovespa Index"],fr:["Indice Bovespa Brésil"]},e.exports["#CADJPY-symbol-description"]={en:["Canadian Dollar / Japanese Yen"],fr:["Dollar canadien / Yen japonais"]},e.exports["#CADUSD-symbol-description"]={en:["Canadian Dollar / U.S. Dollar"],fr:["Dollar Canadien / U.S. Dollar"]},e.exports["#CBOE:OEX-symbol-description"]={en:["S&P 100 Index"],fr:["Indice S&P 100"]},e.exports["#CBOE:VIX-symbol-description"]={en:["Volatility S&P 500 Index"],fr:["Indice de volatilité S&P 500"]},e.exports["#CBOT:ZB1!-symbol-description"]={en:["T-Bond Futures"],fr:["Contrats à terme T-Bond"]},e.exports["#CBOT:ZC1!-symbol-description"]={en:["Corn Futures"],fr:["Contrats à terme Maïs"]},e.exports["#CBOT:ZM1!-symbol-description"]={en:["Soybean Meal Futures"],fr:["Contrats à terme Farine de soja"]},e.exports["#CBOT:ZN1!-symbol-description"]={en:["10 Year T-Note Futures"],fr:["Contrats à terme T-Note 10 ans"]},e.exports["#CBOT:ZO1!-symbol-description"]={en:["Oat Futures"],fr:["Contrats à terme Avoine"]},e.exports["#CBOT:ZQ1!-symbol-description"]={en:["30 Day Federal Funds Interest Rate Futures"],fr:["Contrats à terme à 30 jours Taux d'intérêt des fonds fédéraux"]},e.exports["#CBOT:ZR1!-symbol-description"]={en:["Rice Futures"],fr:["Contrats à terme Riz"]},e.exports["#CBOT:ZS1!-symbol-description"]={en:["Soybean Futures"],fr:["Contrats à terme Soja"]},e.exports["#CBOT:ZW1!-symbol-description"]={en:["Wheat Futures"],fr:["Contrats à terme sur blé"]},e.exports["#CBOT_MINI:XK1!-symbol-description"]={en:["Soybean Mini Futures"],fr:["Contrats à terme Soja mini"]},e.exports["#CBOT_MINI:XW1!-symbol-description"]={en:["Wheat Mini Futures"],fr:["Contrats à terme Blé mini"]},e.exports["#CBOT_MINI:YM1!-symbol-description"]={en:["E-mini Dow Jones ($5) Futures"],fr:["Contrats à terme E-MINI DOW JONES ($5)"]},e.exports["#CHFJPY-symbol-description"]={en:["Swiss Franc / Japanese Yen"],fr:["Franc suisse / Yen japonais"]},e.exports["#CHFUSD-symbol-description"]={en:["Swiss Franc / U.S. Dollar"],fr:["Franc Suisse / U. S. Dollar"]},e.exports["#CME:BTC1!-symbol-description"]={en:["Bitcoin CME Futures"],fr:["Contrats à terme sur Bitcoin CME"]},e.exports["#CME:CB1!-symbol-description"]={en:["Butter Futures-Cash (Continuous: Current contract in front)"],fr:["Butter Futures-Cash (Continu : contrat actuel en premier)"]},e.exports["#CME:GF1!-symbol-description"]={en:["Feeder Cattle Futures"],fr:["Contrats à terme Bovins d'engraissement"]},e.exports["#CME:HE1!-symbol-description"]={en:["Lean Hogs Futures"],fr:["Contrats à terme porc maigre"]},e.exports["#CME:LE1!-symbol-description"]={en:["Live Cattle Futures"],fr:["Contrats à terme bétail sur pied"]},e.exports["#CME_MINI:E71!-symbol-description"]={en:["Euro E-mini Futures"],fr:["Contrats à terme E-mini Euro"]},e.exports["#CME_MINI:ES1!-symbol-description"]={en:["S&P 500 E-mini Futures"],fr:["Contrats à terme E-mini S&P 500"]},e.exports["#CME_MINI:J71!-symbol-description"]={
+en:["Japanese Yen E-mini Futures"],fr:["Contrats à terme E-mini Yen Japonais"]},e.exports["#CME_MINI:NQ1!-symbol-description"]={en:["NASDAQ 100 E-mini Futures"],fr:["Contrats à terme NASDAQ 100 E-MINI"]},e.exports["#CME_MINI:RTY1!-symbol-description"]={en:["E-Mini Russell 2000 Index Futures"]},e.exports["#COMEX:AEP1!-symbol-description"]={en:["Aluminium European Premium Futures"],fr:["Contrats à terme Aluminium Européen Premium"]},e.exports["#COMEX:AUP1!-symbol-description"]={en:["Aluminum MW U.S. Transaction Premium Platts (25MT) Futures"],fr:["Contrats à terme Aluminum MW U.S. Transaction Premium Platts (25MT)"]},e.exports["#COMEX:GC1!-symbol-description"]={en:["Gold Futures"],fr:["Contrats à terme sur Or"]},e.exports["#COMEX:HG1!-symbol-description"]={en:["Copper Futures"],fr:["Contrats à terme sur cuivre"]},e.exports["#COMEX:SI1!-symbol-description"]={en:["Silver Futures"],fr:["Contrats à terme sur Argent"]},e.exports["#COMEX_MINI:QC1!-symbol-description"]={en:["E-mini Copper Futures"],fr:["Contrats à terme E-mini Cuivre"]},e.exports["#COMEX_MINI:QI1!-symbol-description"]={en:["Silver (Mini) Futures"],fr:["(Mini) Contrats à terme Argent"]},e.exports["#COMEX_MINI:QO1!-symbol-description"]={en:["Gold (Mini) Futures"],fr:["Contrats à terme Or (mini)"]},e.exports["#COPPER-symbol-description"]={en:["CFDs on Copper"],fr:["CFD sur Cuivre"]},e.exports["#CORNUSD-symbol-description"]={en:["CFDs on Corn"],fr:["Contrats à terme sur maïs"]},e.exports["#COTUSD-symbol-description"]={en:["CFDs on Cotton"],fr:["Contrats à terme sur Coton"]},e.exports["#CRYPTOCAP:TOTAL-symbol-description"]={en:["Crypto Total Market Cap, $"],fr:["Capitalisation boursière totale Crypto, $"]},e.exports["#DFM:DFMGI-symbol-description"]={en:["DFM Index"],fr:["Indice DFM"]},e.exports["#DJ:DJA-symbol-description"]={en:["Dow Jones Composite Average Index"],fr:["Indice Dow Jones Composite Moyen"]},e.exports["#DJ:DJCIAGC-symbol-description"]={en:["Dow Jones Commodity Index Agriculture Capped Component"],fr:["Indice Dow Jones Commodity Agriculture Capped Component"]},e.exports["#DJ:DJCICC-symbol-description"]={en:["Dow Jones Commodity Index Cocoa"],fr:["Indice Dow Jones Commodity Cacao"]},e.exports["#DJ:DJCIEN-symbol-description"]={en:["Dow Jones Commodity Index Energy"],fr:["Indice Dow Jones Commodity Energy"]},e.exports["#DJ:DJCIGC-symbol-description"]={en:["Dow Jones Commodity Index Gold"],fr:["Indice Dow Jones Commodity Or"]},e.exports["#DJ:DJCIGR-symbol-description"]={en:["Dow Jones Commodity Index Grains"],fr:["Indice Dow Jones Commodity Grains"]},e.exports["#DJ:DJCIIK-symbol-description"]={en:["Dow Jones Commodity Index Nickel"],fr:["Indice Dow Jones Commodity Nickel"]},e.exports["#DJ:DJCIKC-symbol-description"]={en:["Dow Jones Commodity Index Coffee"],fr:["Indice du Dow Jones Commodity Café"]},e.exports["#DJ:DJCISB-symbol-description"]={en:["Dow Jones Commodity Index Sugar"],fr:["Indice Dow Jones Commodity Sucre"]},e.exports["#DJ:DJCISI-symbol-description"]={en:["Dow Jones Commodity Index Silver"],fr:["Indice Dow Jones Commodity Argent"]},
+e.exports["#DJ:DJI-symbol-description"]={en:["Dow Jones Industrial Average Index"],fr:["Indice Dow Jones Industriel Moyen"]},e.exports["#DJ:DJT-symbol-description"]={en:["Dow Jones Transportation Average Index"],fr:["Indice Dow Jones Transportation Average"]},e.exports["#DJ:DJU-symbol-description"]={en:["Dow Jones Utility Average Index"],fr:["Indice moyen Dow Jones Services publics"]},e.exports["#DJ:DJUSCL-symbol-description"]={en:["Dow Jones U.S. Coal Index"],fr:["Indice Dow Jones Charbon US"]},e.exports["#EGX:EGX30-symbol-description"]={en:["EGX 30 Index"],fr:["Indice EGX 30"]},e.exports["#ETCBTC-symbol-description"]={en:["Ethereum Classic / Bitcoin"]},e.exports["#ETCEUR-symbol-description"]={en:["Ethereum Classic / Euro"]},e.exports["#ETCUSD-symbol-description"]={en:["Ethereum Classic / U.S. Dollar"],fr:["Ethereum Classic / Dollar"]},e.exports["#ETHBTC-symbol-description"]={en:["Ethereum / Bitcoin"]},e.exports["#ETHEUR-symbol-description"]={en:["Ethereum / Euro"]},e.exports["#ETHGBP-symbol-description"]={en:["Ethereum / British Pound"],fr:["Ethereum / Livre britannique"]},e.exports["#ETHJPY-symbol-description"]={en:["Ethereum / Japanese Yen"],fr:["Ethereum / Yen japonais"]},e.exports["#ETHKRW-symbol-description"]={en:["Ethereum / South Korean Won"],fr:["Ethereum / Won sud-coréen"]},e.exports["#ETHTHB-symbol-description"]={en:["Ethereum / Thai Baht"],fr:["Ethereum / Baht Thai"]},e.exports["#ETHUSD-symbol-description"]={en:["Ethereum / U.S. Dollar"],fr:["Ethereum / Dollar"]},e.exports["#EUBUND-symbol-description"]={en:["Euro Bund"]},e.exports["#EURAUD-symbol-description"]={en:["Euro / Australian Dollar"],fr:["Euro / Dollar Australien"]},e.exports["#EURBRL-symbol-description"]={en:["Euro / Brazilian Real"],fr:["Euro / Réal brésilien"]},e.exports["#EURCAD-symbol-description"]={en:["Euro / Canadian Dollar"],fr:["Euro / Dollar Canadien"]},e.exports["#EURCHF-symbol-description"]={en:["Euro / Swiss Franc"],fr:["Euro / Franc Suisse"]},e.exports["#EURGBP-symbol-description"]={en:["Euro / British Pound"],fr:["Euro / Livre Sterling"]},e.exports["#EURJPY-symbol-description"]={en:["Euro / Japanese Yen"],fr:["Euro / Yen Japonais"]},e.exports["#EURNOK-symbol-description"]={en:["Euro / Norwegian Krone"],fr:["Euro / Couronne Norvégienne"]},e.exports["#EURNZD-symbol-description"]={en:["Euro / New Zealand Dollar"],fr:["Euro / Dollar Néo-Zélandais"]},e.exports["#EURONEXT:AEX-symbol-description"]={en:["AEX Index"],fr:["Indice AEX"]},e.exports["#EURONEXT:BEL20-symbol-description"]={en:["BEL 20 Index"],fr:["Indice BEL 20"]},e.exports["#EURONEXT:PX1-symbol-description"]={en:["CAC 40 Index"],fr:["Indice CAC 40"]},e.exports["#EURRUB-symbol-description"]={en:["Euro / Russian Ruble"],fr:["Euro / Rouble russe"]},e.exports["#EURRUB_TOM-symbol-description"]={en:["Euro / Russian Ruble TOM"],fr:["Euro / Rouble russe TOM"]},e.exports["#EURSEK-symbol-description"]={en:["Euro / Swedish Krona"],fr:["EUR/SEK"]},e.exports["#EURTRY-symbol-description"]={en:["Euro / Turkish Lira"],fr:["Euro / Livre Turque"]},e.exports["#EURUSD-symbol-description"]={
+en:["Euro / U.S. Dollar"],fr:["Euro / Dollar Américain"]},e.exports["#EUSTX50-symbol-description"]={en:["Euro Stoxx 50 Index"],fr:["Indice Euro Stoxx 5"]},e.exports["#FOREXCOM:US2000-symbol-description"]={en:["US Small Cap 2000"]},e.exports["#FRA40-symbol-description"]={en:["CAC 40 Index"],fr:["Indice CAC40"]},e.exports["#FRED:GDP-symbol-description"]={en:["Gross Domestic Product, 1 Decimal"],fr:["Produit intérieur brut, 1 décimale"]},e.exports["#FRED:POP-symbol-description"]={en:["Total Population: All Ages Including Armed Forces Overseas"],fr:["Population Totale : Tous âges, incluant les forces armées outremer"]},e.exports["#FRED:UNRATE-symbol-description"]={en:["Civilian Unemployment Rate"],fr:["Taux de chômage civil"]},e.exports["#FTSEMYX:FBMKLCI-symbol-description"]={en:["FTSE Bursa Malaysia KLCI Index"],fr:["Indice FTSE Bourse de Malaisie KLCI"]},e.exports["#FWB:KT1-symbol-description"]={en:["Key Tronic Corр."],fr:["Key Tronic Corp."]},e.exports["#FX:AUS200-symbol-description"]={en:["S&P/ASX Index"],fr:["Indice S&P/ASX"]},e.exports["#FX:US30-symbol-description"]={en:["Dow Jones Industrial Average Index"],fr:["Indice moyen Dow Jones Industriel"]},e.exports["#GBPAUD-symbol-description"]={en:["British Pound / Australian Dollar"],fr:["Livre sterling / Dollar australien"]},e.exports["#GBPCAD-symbol-description"]={en:["British Pound / Canadian Dollar"],fr:["Livre sterling / Dollar canadien"]},e.exports["#GBPCHF-symbol-description"]={en:["British Pound / Swiss Franc"],fr:["Livre sterling / Franc suisse"]},e.exports["#GBPEUR-symbol-description"]={en:["British Pound / Euro"],fr:["Livre Sterling / Euro"]},e.exports["#GBPJPY-symbol-description"]={en:["British Pound / Japanese Yen"],fr:["Livre sterling / Yen japonais"]},e.exports["#GBPNZD-symbol-description"]={en:["British Pound / New Zealand Dollar"],fr:["Livre sterling / Dollar Néo-Zélandais"]},e.exports["#GBPPLN-symbol-description"]={en:["British Pound / Polish Zloty"],fr:["Livre britannique / Zloty polonais"]},e.exports["#GBPRUB-symbol-description"]={en:["British Pound / Russian Ruble"],fr:["Livre sterling / Rouble russe"]},e.exports["#GBPUSD-symbol-description"]={en:["British Pound / U.S. Dollar"],fr:["Livre sterling / Dollar américain"]},e.exports["#GER30-symbol-description"]={en:["DAX Index"],fr:["Indice DAX des actions allemandes cotées"]},e.exports["#GOOG-symbol-description"]={en:["Alphabet Inc (Google) Class C"]},e.exports["#GOOGL-symbol-description"]={en:["Alphabet Inc (Google) Class A"],fr:["Alphabet Inc (Google) Classe A"]},e.exports["#GPW:ACG-symbol-description"]={en:["Acautogaz"]},e.exports["#GPW:WIG20-symbol-description"]={en:["WIG20 Index"],fr:["Indice WIG20"]},e.exports["#HSI:HSI-symbol-description"]={en:["Hang Seng Index"],fr:["Indice Hang Seng"]},e.exports["#ICEUS:DX1!-symbol-description"]={en:["U.S. Dollar Index Futures"]},e.exports["#IDX:COMPOSITE-symbol-description"]={en:["IDX Composite Index"],fr:["Indice Composite IDX"]},e.exports["#INDEX:HSCE-symbol-description"]={en:["Hang Seng China Enterprises Index"],
+fr:["Indice Hang Seng des entreprises chinoises"]},e.exports["#INDEX:JKSE-symbol-description"]={en:["Jakarta Composite Index"],fr:["Indice Composite Djakarta"]},e.exports["#INDEX:KLSE-symbol-description"]={en:["Bursa Malaysia KLCI Index"],fr:["Indice KLCI Bourse de Malaisie"]},e.exports["#INDEX:MIB-symbol-description"]={en:["MIB Index"],fr:["Indice MIB"]},e.exports["#INDEX:MOY0-symbol-description"]={en:["Euro Stoxx 50 Index"],fr:["Indice Euro STOXX 50"]},e.exports["#INDEX:STI-symbol-description"]={en:["STI Index"],fr:["Indice STI"]},e.exports["#INDEX:TWII-symbol-description"]={en:["Taiwan Weighted Index"],fr:["Indice pondéré Taiwan"]},e.exports["#INDEX:XLY0-symbol-description"]={en:["Shanghai Composite Index"],fr:["Indice Composite Shanghai"]},e.exports["#IOTUSD-symbol-description"]={en:["IOTA / U.S. Dollar"]},e.exports["#JPN225-symbol-description"]={en:["Japan 225 Index"],fr:["Indice Japan 225"]},e.exports["#JPYKRW-symbol-description"]={en:["Japanese Yen / South Korean Won"],fr:["YEN / WON"]},e.exports["#JPYRUB-symbol-description"]={en:["Japanese Yen / Russian Ruble"],fr:["Yen / Rouble russe"]},e.exports["#JPYUSD-symbol-description"]={en:["Japanese Yen / U.S. Dollar"],fr:["Yen Japonais / U.S. Dollar"]},e.exports["#LKOH-symbol-description"]={en:["LUKOIL"]},e.exports["#LSE:SCHO-symbol-description"]={en:["Scholium Group Plc Ord 1P"]},e.exports["#LTCBRL-symbol-description"]={en:["Litecoin / Brazilian Real"],fr:["Litecoin / Real Brésilien"]},e.exports["#LTCBTC-symbol-description"]={en:["Litecoin / Bitcoin"]},e.exports["#LTCUSD-symbol-description"]={en:["Litecoin / U.S. Dollar"],fr:["Litecoin / Dollar"]},e.exports["#LUNAUSD-symbol-description"]={en:["Luna / U.S. Dollar"]},e.exports["#MOEX:BR1!-symbol-description"]={en:["Brent Oil Futures"],fr:["Contrats à terme sur Pétrole Brent"]},e.exports["#MOEX:GAZP-symbol-description"]={en:["GAZPROM"]},e.exports["#MOEX:IMOEX-symbol-description"]={en:["MOEX Russia Index"],fr:["Indice MOEX Russie"]},e.exports["#MOEX:MGNT-symbol-description"]={en:["MAGNIT"]},e.exports["#MOEX:MICEXINDEXCF-symbol-description"]={en:["MOEX Russia Index"],fr:["Indice MOEX Russie"]},e.exports["#MOEX:MX1!-symbol-description"]={en:["MICEX Index Futures"],fr:["Contrats à terme sur indice MICEX"]},e.exports["#MOEX:MX2!-symbol-description"]={en:["MICEX Index Futures"],fr:["Contrats à terme sur indice MICEX"]},e.exports["#MOEX:RI1!-symbol-description"]={en:["RTS Index Futures"],fr:["Contrats à terme sur indice RTS"]},e.exports["#MOEX:RTSI-symbol-description"]={en:["RTS Index"],fr:["Indice RTS"]},e.exports["#MOEX:RUAL-symbol-description"]={en:["United Company RUSAL PLC"]},e.exports["#MOEX:SBER-symbol-description"]={en:["SBERBANK"]},e.exports["#MOEX:VTBR-symbol-description"]={en:["VTB"]},e.exports["#MSFT-symbol-description"]={en:["Microsoft Corp."],fr:["MICROSOFT CORP"]},e.exports["#NAS100-symbol-description"]={en:["US 100 Cash CFD"]},e.exports["#NASDAQ:AMD-symbol-description"]={en:["Advanced Micro Devices Inc"]},e.exports["#NASDAQ:GOOG-symbol-description"]={en:["Alphabet Inc (Google) Class C"]},
+e.exports["#NASDAQ:GOOGL-symbol-description"]={en:["Alphabet Inc (Google) Class A"]},e.exports["#NASDAQ:HGX-symbol-description"]={en:["PHLX Housing Sector Index"],fr:["Indice PHLX Secteur du logement"]},e.exports["#NASDAQ:IEF-symbol-description"]={en:["Ishares 7-10 Year Treasury Bond ETF"],fr:["IShares obligations de trésor 7-10 ans ETF"]},e.exports["#NASDAQ:IEI-symbol-description"]={en:["Ishares 3-7 Year Treasury Bond ETF"],fr:["IShares obligations de trésor 3-7 ans ETF"]},e.exports["#NASDAQ:ITI-symbol-description"]={en:["Iteris Inc"]},e.exports["#NASDAQ:IXIC-symbol-description"]={en:["Nasdaq Composite Index"],fr:["Indice Composite Nasdaq"]},e.exports["#NASDAQ:LCID-symbol-description"]={en:["Lucid Group, Inc."]},e.exports["#NASDAQ:LE-symbol-description"]={en:["Lands' End Inc"]},e.exports["#NASDAQ:NDX-symbol-description"]={en:["Nasdaq 100 Index"],fr:["Indice Nasdaq 100"]},e.exports["#NASDAQ:OSX-symbol-description"]={en:["PHLX Oil Service Sector Index"],fr:["Indice Secteur des Services PHLX Oil"]},e.exports["#NASDAQ:SHY-symbol-description"]={en:["Ishares 1-3 Year Treasury Bond ETF"],fr:["Obligations du Trésor Américain 1-3 ans ISHARES ETF"]},e.exports["#NASDAQ:SOX-symbol-description"]={en:["Philadelphia Semiconductor Index"],fr:["Indice Philadelphia Semiconductor"]},e.exports["#NASDAQ:TLT-symbol-description"]={en:["Ishares 20+ Year Treasury Bond ETF"],fr:["Obligations du Trésor Américain 20+ ISHARES ETF"]},e.exports["#NASDAQ:UTY-symbol-description"]={en:["PHLX Utility Sector Index"],fr:["Indice PHLX secteur des services publics"]},e.exports["#NASDAQ:XAU-symbol-description"]={en:["PHLX Gold and Silver Sector Index"],fr:["Indice PHLX Secteur Or et Argent"]},e.exports["#NASDAQ:ZS-symbol-description"]={en:["Zscaler Inc"]},e.exports["#NEOUSD-symbol-description"]={en:["NEO / U.S. Dollar"]},e.exports["#NGAS-symbol-description"]={en:["Natural Gas (Henry Hub)"],fr:["Gaz naturel (Henry Hub)"]},e.exports["#NKY-symbol-description"]={en:["Japan 225 Index"],fr:["Indice Japan 225"]},e.exports["#NSE:ITI-symbol-description"]={en:["Indian Telephone Industries Limited"]},e.exports["#NSE:NIFTY-symbol-description"]={en:["Nifty 50 Index"],fr:["Indice NIFTY 50"]},e.exports["#NYMEX:AEZ1!-symbol-description"]={en:["NY Ethanol Futures"],fr:["Contrats à terme sur Ethanol NY"]},e.exports["#NYMEX:CJ1!-symbol-description"]={en:["Cocoa Futures"],fr:["Contrats à terme cacao"]},e.exports["#NYMEX:CL1!-symbol-description"]={en:["Light Crude Oil Futures"],fr:["Contrats à terme sur pétrole brut léger"]},e.exports["#NYMEX:HO1!-symbol-description"]={en:["NY Harbor ULSD Futures"],fr:["Contrats à terme NY Harbor ULSD"]},e.exports["#NYMEX:KT1!-symbol-description"]={en:["Coffee Futures"],fr:["Contrats à terme sur café"]},e.exports["#NYMEX:NG1!-symbol-description"]={en:["Natural Gas Futures"],fr:["Contrats à terme sur Gaz Naturel"]},e.exports["#NYMEX:PA1!-symbol-description"]={en:["Palladium Futures"],fr:["Contrats à terme Palladium"]},e.exports["#NYMEX:PL1!-symbol-description"]={en:["Platinum Futures"],fr:["Contrats à terme sur Platine"]},
+e.exports["#NYMEX:RB1!-symbol-description"]={en:["RBOB Gasoline Futures"],fr:["Contrats à terme sur essence RBOB"]},e.exports["#NYMEX:TT1!-symbol-description"]={en:["Cotton Futures"],fr:["Contrats à terme sur coton"]},e.exports["#NYMEX_MINI:QG1!-symbol-description"]={en:["E-mini Natural Gas Futures"],fr:["Contrats à terme E-mini Gaz naturel"]},e.exports["#NYMEX_MINI:QM1!-symbol-description"]={en:["E-mini Light Crude Oil Futures"],fr:["Contrats à terme E-mini Pétrole brut léger"]},e.exports["#NYMEX_MINI:QU1!-symbol-description"]={en:["E-mini Gasoline Futures"],fr:["Contrats à terme E-mini Gasoline"]},e.exports["#NYSE:BABA-symbol-description"]={en:["Alibaba Group Holdings Ltd."]},e.exports["#NYSE:F-symbol-description"]={en:["FORD MTR CO DEL"]},e.exports["#NYSE:HE-symbol-description"]={en:["Hawaiian Electric Industries"]},e.exports["#NYSE:NYA-symbol-description"]={en:["NYSE Composite Index"],fr:["Indice Composite NYSE"]},e.exports["#NYSE:PBR-symbol-description"]={en:["PETROLEO BRASILEIRO SA PETROBR"]},e.exports["#NYSE:XAX-symbol-description"]={en:["AMEX Composite Index"],fr:["Indice Composite AMEX"]},e.exports["#NYSE:XMI-symbol-description"]={en:["NYSE ARCA Major Market Index"],fr:["Indice principal de marché NYSE ARCA"]},e.exports["#NZDJPY-symbol-description"]={en:["New Zealand Dollar / Japanese Yen"],fr:["Dollar Néo-Zélandais / Yen Japonais"]},e.exports["#NZDUSD-symbol-description"]={en:["New Zealand Dollar / U.S. Dollar"],fr:["Dollar Néo-Zélandais / Dollar Américain"]},e.exports["#NZX:ALLC-symbol-description"]={en:["S&P/NZX All Index (Capital Index)"],fr:["Indice S&P/NZX ALL ( Indice de capital )"]},e.exports["#NZX:NZ50G-symbol-description"]={en:["S&P / NZX 50 Index Gross"],fr:["Indice brut S&P / NZX"]},e.exports["#OANDA:NATGASUSD-symbol-description"]={en:["CFDs on Natural Gas"],fr:["CFD sur Gaz naturel"]},e.exports["#OANDA:SPX500USD-symbol-description"]={en:["S&P 500 Index"],fr:["Indice S&P 500"]},e.exports["#OANDA:XCUUSD-symbol-description"]={en:["CFDs on Copper (US$ / lb)"],fr:["CFD sur Cuivre (US$ / lb)"]},e.exports["#OMXCOP:OMXC25-symbol-description"]={en:["OMX Copenhagen 25 Index"],fr:["Indice OMX Copenhague 25"]},e.exports["#OMXCOP:SCHO-symbol-description"]={en:["Schouw & Co A/S"]},e.exports["#OMXHEX:OMXH25-symbol-description"]={en:["OMX Helsinki 25 Index"],fr:["Indice OMX Helsinki 25"]},e.exports["#OMXRSE:OMXRGI-symbol-description"]={en:["OMX Riga Gross Index"],fr:["Indice brut OMX Riga"]},e.exports["#OMXSTO:OMXS30-symbol-description"]={en:["OMX Stockholm 30 Index"],fr:["Indice OMX Stockholm 30"]},e.exports["#OMXTSE:OMXTGI-symbol-description"]={en:["OMX Tallinn Gross Index"],fr:["Indice brut OMX Tallinn"]},e.exports["#OMXVSE:OMXVGI-symbol-description"]={en:["OMX Vilnius Gross Index"],fr:["Indice brut OMX Vilnius"]},e.exports["#OTC:IHRMF-symbol-description"]={en:["Ishares MSCI Japan SHS"],fr:["ISHARES MSCI JAPAN SHS"]},e.exports["#QSE:GNRI-symbol-description"]={en:["QE Index"],fr:["Indice QE"]},e.exports["#RTS-symbol-description"]={en:["Russian RTS Index"],fr:["Indice Russe RTS"]},
+e.exports["#RUSSELL:RUA-symbol-description"]={en:["Russell 3000 Index"],fr:["Indice Russell 3000"]},e.exports["#RUSSELL:RUI-symbol-description"]={en:["Russell 1000 Index"],fr:["Indice Russell 1000"]},e.exports["#RUSSELL:RUT-symbol-description"]={en:["Russell 2000 Index"],fr:["Indice Russell 2000"]},e.exports["#SET:GC-symbol-description"]={en:["Global Connections Public Company"],fr:["Global Connections Public Company"]},e.exports["#SIX:F-symbol-description"]={en:["Ford Motor Company"]},e.exports["#SIX:SMI-symbol-description"]={en:["Swiss Market Index"],fr:["Indice du marché Suisse"]},e.exports["#SOLUSD-symbol-description"]={en:["Solana / U.S. Dollar"]},e.exports["#SOYBNUSD-symbol-description"]={en:["CFDs on Soybeans"],fr:["CFD sur Germes de soja"]},e.exports["#SP:OEX-symbol-description"]={en:["S&P 100 Index"],fr:["Indice S&P 100"]},e.exports["#SP:SPGSCI-symbol-description"]={en:["S&P Goldman Sachs Commodity Index"],fr:["Indice Commodity S&P Goldman Sachs"]},e.exports["#SP:SPX-symbol-description"]={en:["S&P 500 Index"],fr:["Indice S&P 500"]},e.exports["#SP:SVX-symbol-description"]={en:["S&P 500 Value Index"],fr:["Indice de valeur S&P 500"]},e.exports["#SPX500-symbol-description"]={en:["S&P 500 Index"],fr:["Indice S&P 500"]},e.exports["#SUGARUSD-symbol-description"]={en:["CFDs on Sugar"],fr:["CFD sur Sucre"]},e.exports["#SZSE:399001-symbol-description"]={en:["Shenzhen Component Index"],fr:["Indice Shenzhen Component"]},e.exports["#TADAWUL:2370-symbol-description"]={en:["Middle East Specialized Cables Co."]},e.exports["#TADAWUL:TASI-symbol-description"]={en:["Tadawul All Shares Index"],fr:["Indice toutes actions Tadawul"]},e.exports["#TASE:TA35-symbol-description"]={en:["TA-35 Index"],fr:["Indice TA-35"]},e.exports["#TSX:TSX-symbol-description"]={en:["S&P/TSX Composite Index"],fr:["Indice Composite S&P/TSX"]},e.exports["#TSX:TX60-symbol-description"]={en:["S&P/TSX 60 Index"],fr:["Indice S&P/TSX 60"]},e.exports["#TVC:AU10-symbol-description"]={en:["Australia Government Bonds 10 YR"],fr:["Australie Obligations du gouvernement 10 ans"]},e.exports["#TVC:AU10Y-symbol-description"]={en:["Australia Government Bonds 10 YR Yield"],fr:["Australie Obligations du gouvernement 10 ans"]},e.exports["#TVC:AXY-symbol-description"]={en:["Australian Dollar Currency Index"],fr:["Indice de devise DOLLAR australien"]},e.exports["#TVC:BXY-symbol-description"]={en:["British Pound Currency Index"],fr:["Indice de devise LIVRE britannique"]},e.exports["#TVC:CA10-symbol-description"]={en:["Canadian Government Bonds, 10 YR"]},e.exports["#TVC:CA10Y-symbol-description"]={en:["Canadian Government Bonds 10 YR Yield"],fr:["Rendement des obligations du gouvernement canadien à 10 ans"]},e.exports["#TVC:CAC40-symbol-description"]={en:["CAC 40 Index"],fr:["Indice CAC40"]},e.exports["#TVC:CN10-symbol-description"]={en:["China Government Bonds 10 YR"],fr:["Chine Obligations du gouvernement 10 ans"]},e.exports["#TVC:CN10Y-symbol-description"]={en:["China Government Bonds 10 YR Yield"],fr:["Chine Obligations du gouvernement 10 ans"]},
+e.exports["#TVC:CXY-symbol-description"]={en:["Canadian Dollar Currency Index"],fr:["Indice de devise DOLLAR canadien"]},e.exports["#TVC:DE10-symbol-description"]={en:["German Government Bonds 10 YR"],fr:["Allemagne Obligations du gouvernement 10 ans"]},e.exports["#TVC:DE10Y-symbol-description"]={en:["German Government Bonds 10 YR Yield"],fr:["Allemagne Obligations du gouvernement 10 ans"]},e.exports["#TVC:DEU30-symbol-description"]={en:["DAX Index"],fr:["Indice DAX"]},e.exports["#TVC:DJI-symbol-description"]={en:["Dow Jones Industrial Average Index"],fr:["L'indice industriel moyen DOW JONES"]},e.exports["#TVC:DXY-symbol-description"]={en:["U.S. Dollar Index"],fr:["Indice devise Dollar U.S."]},e.exports["#TVC:ES10-symbol-description"]={en:["Spain Government Bonds 10 YR"],fr:["Espagne Obligations du gouvernement 10 ans"]},e.exports["#TVC:ES10Y-symbol-description"]={en:["Spain Government Bonds 10 YR Yield"],fr:["Espagne Obligations du gouvernement 10 ans"]},e.exports["#TVC:EUBUND-symbol-description"]={en:["Euro Bund"]},e.exports["#TVC:EXY-symbol-description"]={en:["Euro Currency Index"],fr:["Indice de devise EURO"]},e.exports["#TVC:FR10-symbol-description"]={en:["France Government Bonds 10 YR"],fr:["France Obligations du gouvernement 10 ans"]},e.exports["#TVC:FR10Y-symbol-description"]={en:["France Government Bonds 10 YR Yield"],fr:["France Obligations du gouvernement 10 ans"]},e.exports["#TVC:FTMIB-symbol-description"]={en:["Milano Italia Borsa Index"]},e.exports["#TVC:GB02-symbol-description"]={en:["UK Government Bonds 2 YR"],fr:["Obligations du gouvernement Britannique 2 ans"]},e.exports["#TVC:GB10-symbol-description"]={en:["UK Government Bonds 10 YR"],fr:["Obligations du gouvernement Britannique 10 ans"]},e.exports["#TVC:GB10Y-symbol-description"]={en:["UK Government Bonds 10 YR Yield"],fr:["Obligations du gouvernement Britannique 10 ans"]},e.exports["#TVC:GOLD-symbol-description"]={en:["CFDs on Gold (US$ / OZ)"],fr:["CFD sur Or (US$/OZ)"]},e.exports["#TVC:HSI-symbol-description"]={en:["Hang Seng Index"],fr:["Indice Hang Seng"]},e.exports["#TVC:IBEX35-symbol-description"]={en:["IBEX 35 Index"],fr:["Indice IBEX35"]},e.exports["#TVC:ID03-symbol-description"]={en:["Indonesia Government Bonds 3 YR"],fr:["Indonésie Obligations du gouvernement 3 ans"]},e.exports["#TVC:ID10-symbol-description"]={en:["Indonesia Government Bonds 10 YR"],fr:["Indonésie Obligations du gouvernement 10 ans"]},e.exports["#TVC:ID10Y-symbol-description"]={en:["Indonesia Government Bonds 10 YR Yield"],fr:["Rendement des obligations du gouvernement indonésien à 10 ans"]},e.exports["#TVC:IN10-symbol-description"]={en:["India Government Bonds 10 YR"],fr:["Inde Obligations du gouvernement 10 ans"]},e.exports["#TVC:IN10Y-symbol-description"]={en:["India Government Bonds 10 YR Yield"],fr:["Inde Obligations gouvernementales 10 ans"]},e.exports["#TVC:IT10-symbol-description"]={en:["Italy Government Bonds 10 YR"],fr:["Italie Obligations du gouvernement 10 ans"]},e.exports["#TVC:IT10Y-symbol-description"]={en:["Italy Government Bonds 10 YR Yield"],
+fr:["Italie Obligations gouvernementales 10 ans"]},e.exports["#TVC:IXIC-symbol-description"]={en:["US Composite Index"],fr:["Indice Composite US"]},e.exports["#TVC:JP10-symbol-description"]={en:["Japan Government Bonds 10 YR"],fr:["Japon Obligations du gouvernement 10 ans"]},e.exports["#TVC:JP10Y-symbol-description"]={en:["Japan Government Bonds 10 YR Yield"],fr:["Japon Obligations gouvernementales 10 ans"]},e.exports["#TVC:JXY-symbol-description"]={en:["Japanese Yen Currency Index"],fr:["Indice de devise YEN japonais"]},e.exports["#TVC:KOSPI-symbol-description"]={en:["Korea Composite Stock Price Index"],fr:["Indice de prix Actions coréennes composites"]},e.exports["#TVC:KR10-symbol-description"]={en:["Korea Government Bonds 10 YR"],fr:["Corée Obligations du gouvernement 10 ans"]},e.exports["#TVC:KR10Y-symbol-description"]={en:["Korea Government Bonds 10 YR Yield"],fr:["Corée Obligations du gouvernement 10 ans"]},e.exports["#TVC:MY10-symbol-description"]={en:["Malaysia Government Bonds 10 YR"],fr:["Obligations du Gouvernement Malaisien 10 YR"]},e.exports["#TVC:MY10Y-symbol-description"]={en:["Malaysia Government Bonds 10 YR Yield"],fr:["Obligations du Gouvernement Malaisien 10 YR"]},e.exports["#TVC:NDX-symbol-description"]={en:["US 100 Index"],fr:["Nasdaq 100"]},e.exports["#TVC:NI225-symbol-description"]={en:["Japan 225 Index"],fr:["Indice Japan 225"]},e.exports["#TVC:NL10-symbol-description"]={en:["Netherlands Government Bonds, 10 YR"],fr:["Obligations du gouvernement néerlandais à 10 ans"]},e.exports["#TVC:NL10Y-symbol-description"]={en:["Netherlands Government Bonds 10 YR Yield"],fr:["Rendement des obligations du gouvernement néerlandais à 10 ans"]},e.exports["#TVC:NYA-symbol-description"]={en:["NYSE Composite Index"],fr:["Indice Composite NYSE"]},e.exports["#TVC:NZ10-symbol-description"]={en:["New Zealand Government Bonds, 10 YR"],fr:["Obligations du gouvernement néo-zélandais à 10 ans"]},e.exports["#TVC:NZ10Y-symbol-description"]={en:["New Zealand Government Bonds 10 YR Yield"],fr:["Rendement des obligations du gouvernement néo-zélandais à 10 ans"]},e.exports["#TVC:PALLADIUM-symbol-description"]={en:["CFDs on Palladium (US$ / OZ)"],fr:["CFD sur PALLADIUM (US$/OZ)"]},e.exports["#TVC:PL05Y-symbol-description"]={en:["Poland Government Bonds 5 YR Yield"],fr:["Rendement Obligations Gouvernement Polonais 5Y"]},e.exports["#TVC:PL10Y-symbol-description"]={en:["Poland Government Bonds 10 YR Yield"],fr:["Rendement Obligations Gouvernement Polonais 10Y"]},e.exports["#TVC:PLATINUM-symbol-description"]={en:["CFDs on Platinum (US$ / OZ)"],fr:["CFD sur Platine (US$ / OZ)"]},e.exports["#TVC:PT10-symbol-description"]={en:["Portugal Government Bonds 10 YR"],fr:["Portugal, Obligations du gouvernement 10 ans"]},e.exports["#TVC:PT10Y-symbol-description"]={en:["Portugal Government Bonds 10 YR Yield"],fr:["Portugal, Obligations du gouvernement 10 ans"]},e.exports["#TVC:SA40-symbol-description"]={en:["South Africa Top 40 Index"],fr:["Indice Top 40 Afrique du Sud"]},e.exports["#TVC:SILVER-symbol-description"]={
+en:["CFDs on Silver (US$ / OZ)"],fr:["CFD sur Argent (US$/OZ)"]},e.exports["#TVC:SPX-symbol-description"]={en:["S&P 500 Index"],fr:["S&P 500"]},e.exports["#TVC:SSMI-symbol-description"]={en:["Swiss Market Index"]},e.exports["#TVC:STI-symbol-description"]={en:["Straits Times Index"],fr:["Indice Straits Times"]},e.exports["#TVC:SX5E-symbol-description"]={en:["Euro Stoxx 50 Index"],fr:["Indice Euro Stoxx 50"]},e.exports["#TVC:SXY-symbol-description"]={en:["Swiss Franc Currency Index"],fr:["Indice de devise Franc suisse"]},e.exports["#TVC:TR10-symbol-description"]={en:["Turkey Government Bonds 10 YR"],fr:["Turquie Obligations du gouvernement 10 ans"]},e.exports["#TVC:TR10Y-symbol-description"]={en:["Turkey Government Bonds 10 YR Yield"],fr:["Turkey Government Bonds 10 YR"]},e.exports["#TVC:UKOIL-symbol-description"]={en:["CFDs on Brent Crude Oil"],fr:["CFD sur Pétrole brut Brent"]},e.exports["#TVC:UKX-symbol-description"]={en:["UK 100 Index"]},e.exports["#TVC:US02-symbol-description"]={en:["US Government Bonds 2 YR"],fr:["USA Obligations du gouvernement 2 ans"]},e.exports["#TVC:US02Y-symbol-description"]={en:["US Government Bonds 2 YR Yield"],fr:["Obligations gouvernement américain 2 ans"]},e.exports["#TVC:US05-symbol-description"]={en:["US Government Bonds 5 YR"],fr:["USA Obligations du gouvernement 5 ans"]},e.exports["#TVC:US05Y-symbol-description"]={en:["US Government Bonds 5 YR Yield"],fr:["Obligations gouvernement américain 5 ans"]},e.exports["#TVC:US10-symbol-description"]={en:["US Government Bonds 10 YR"],fr:["USA Obligations du gouvernement 10 ans"]},e.exports["#TVC:US10Y-symbol-description"]={en:["US Government Bonds 10 YR Yield"],fr:["Obligations gouvernement américain 10 ans"]},e.exports["#TVC:US30-symbol-description"]={en:["US Government Bonds 30 YR"],fr:["Obligations du gouvernement américain 30 ans"]},e.exports["#TVC:USOIL-symbol-description"]={en:["CFDs on WTI Crude Oil"],fr:["CFD sur Pétrole brut WTI"]},e.exports["#TVC:VIX-symbol-description"]={en:["Volatility S&P 500 Index"],fr:["Indice de volatilité S&P 500"]},e.exports["#TVC:ZXY-symbol-description"]={en:["New Zealand Dollar Currency Index"],fr:["Indice de devise Dollar Néo-Zélandais"]},e.exports["#TWII-symbol-description"]={en:["Taiwan Weighted Index"],fr:["Indice pondéré Taiwan"]},e.exports["#TWSE:TAIEX-symbol-description"]={en:["Taiwan Capitalization Weighted Stock Index"],fr:["Indice boursier pondéré de la capitalisation taïwanaise"]},e.exports["#TWTR-symbol-description"]={en:["Twitter Inc"],fr:["TWITTER INC"]},e.exports["#UK100-symbol-description"]={en:["FTSE 100 Index"],fr:["Indice FTSE 100 des compagnies britanniques cotées"]},e.exports["#UKOIL-symbol-description"]={en:["CFDs on Crude Oil (Brent)"],fr:["CFDs sur Pétrole brut (Brent)"]},e.exports["#UNIUSD-symbol-description"]={en:["Uniswap / U.S. Dollar"]},e.exports["#US30-symbol-description"]={en:["Dow Jones Industrial Average Index"],fr:["Indice Dow Jones Industriel Moyen"]},e.exports["#USDAUD-symbol-description"]={en:["U.S. Dollar / Australian Dollar"],fr:["U.S. Dollar / Dollar Australien"]},
+e.exports["#USDBRL-symbol-description"]={en:["U.S. Dollar / Brazilian Real"],fr:["Dollar US / Réal Brésilien"]},e.exports["#USDCAD-symbol-description"]={en:["U.S. Dollar / Canadian Dollar"],fr:["Dollar Américain / Dollar Canadien"]},e.exports["#USDCHF-symbol-description"]={en:["U.S. Dollar / Swiss Franc"],fr:["Dollar américain / Franc suisse"]},e.exports["#USDCNY-symbol-description"]={en:["U.S. Dollar / Chinese Yuan"],fr:["Dollar Américain / Renminbi Yuan"]},e.exports["#USDDKK-symbol-description"]={en:["U.S. Dollar / Danish Krone"],fr:["Dollar Américain / Couronne danoise"]},e.exports["#USDEUR-symbol-description"]={en:["U.S. Dollar / Euro"]},e.exports["#USDGBP-symbol-description"]={en:["U.S. Dollar / Pound Sterling"],fr:["U.S. Dollar / Livre Sterling"]},e.exports["#USDHKD-symbol-description"]={en:["U.S. Dollar / Hong Kong Dollar"],fr:["Dollar Américain / Dollar de Hong Kong"]},e.exports["#USDHUF-symbol-description"]={en:["U.S. Dollar / Hungarian Forint"],fr:["Dollar US / Forint Hongrois"]},e.exports["#USDIDR-symbol-description"]={en:["U.S. Dollar / Rupiah"],fr:["Dollar Américain / Roupie"]},e.exports["#USDILS-symbol-description"]={en:["U.S. Dollar / Israeli Shekel"],fr:["U.S. Dollar / Shekel Israélien"]},e.exports["#USDINR-symbol-description"]={en:["U.S. Dollar / Indian Rupee"],fr:["Dollar américain / Roupie indienne"]},e.exports["#USDJPY-symbol-description"]={en:["U.S. Dollar / Japanese Yen"],fr:["Dollar Américain / Yen japonais"]},e.exports["#USDKRW-symbol-description"]={en:["U.S. Dollar / South Korean"],fr:["Dollar Américain / Won"]},e.exports["#USDMXN-symbol-description"]={en:["U.S. Dollar / Mexican Peso"],fr:["USD/MXN"]},e.exports["#USDNZD-symbol-description"]={en:["U.S. Dollar / New Zealand Dollar"],fr:["U.S. Dollar / Dollar néo-zélandais"]},e.exports["#USDPHP-symbol-description"]={en:["U.S. Dollar / Philippine peso"],fr:["Dollar U.S. / Peso philippin"]},e.exports["#USDPLN-symbol-description"]={en:["U.S. Dollar / Polish Zloty"],fr:["Dollar Américain / Zloty Polonais"]},e.exports["#USDRUB-symbol-description"]={en:["U.S. Dollar / Russian Ruble"],fr:["Dollar Américain / Rouble Russe"]},e.exports["#USDRUB_TOM-symbol-description"]={en:["U.S. Dollar / Russian Ruble TOM"],fr:["USD/RUB TOM"]},e.exports["#USDSEK-symbol-description"]={en:["U.S. Dollar / Swedish Krona"],fr:["Dollar américain / Couronne suédoise"]},e.exports["#USDSGD-symbol-description"]={en:["U.S. Dollar / Singapore Dollar"],fr:["DOLLAR AMÉRICAIN / DOLLAR DE SINGAPOUR"]},e.exports["#USDTHB-symbol-description"]={en:["U.S. Dollar / Thai Baht"],fr:["Dollar US / Baht Thaïlandais"]},e.exports["#USDTRY-symbol-description"]={en:["U.S. Dollar / Turkish Lira"],fr:["Dollar Américain / Nouvelle Livre Turque"]},e.exports["#USDZAR-symbol-description"]={en:["U.S. Dollar / South African Rand"],fr:["Dollar américain / Rand sud-africain"]},e.exports["#USOIL-symbol-description"]={en:["CFDs on Crude Oil (WTI)"],fr:["CFDs sur Pétrole brut (WTI)"]},e.exports["#WHEATUSD-symbol-description"]={en:["CFDs on Wheat"],fr:["CFD sur Blé"]},e.exports["#XAGUSD-symbol-description"]={
+en:["Silver / U.S. Dollar"],fr:["Argent / Dollar Américain"]},e.exports["#XAUUSD-symbol-description"]={en:["Gold Spot / U.S. Dollar"],fr:["Or / Dollar Américain"]},e.exports["#XBTCAD-symbol-description"]={en:["Bitcoin / Canadian Dollar"],fr:["Bitcoin / Dollar Canadien"]},e.exports["#XETR:DAX-symbol-description"]={en:["DAX Index"],fr:["Indice DAX"]},e.exports["#XMRUSD-symbol-description"]={en:["Monero / U.S. Dollar"]},e.exports["#XPDUSD-symbol-description"]={en:["CFDs on Palladium"],fr:["CFD sur Palladium"]},e.exports["#XPTUSD-symbol-description"]={en:["Platinum / U.S. Dollar"],fr:["Platine / Dollar Américain"]},e.exports["#XRPBTC-symbol-description"]={en:["XRP / Bitcoin"]},e.exports["#XRPEUR-symbol-description"]={en:["XRP / Euro"]},e.exports["#XRPUSD-symbol-description"]={en:["XRP / U.S. Dollar"]},e.exports["#ZECUSD-symbol-description"]={en:["Zcash / U.S. Dollar"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.2486.11825549d0f3e1fd5ee7.js b/public/charting_library/bundles/fr.2486.11825549d0f3e1fd5ee7.js
new file mode 100644
index 0000000..6002811
--- /dev/null
+++ b/public/charting_library/bundles/fr.2486.11825549d0f3e1fd5ee7.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2486,4040,359],{55517:e=>{e.exports={en:["Add"],fr:["Ajouter"]}},29619:e=>{e.exports={en:["Add custom color"],fr:["Ajouter une couleur personnalisée"]}},80936:e=>{e.exports={en:["Opacity"],fr:["Opacité"]}},97349:e=>{e.exports={en:["Fr"],fr:["Ven"]}},30961:e=>{e.exports={en:["Mo"],fr:["Lu"]}},94748:e=>{e.exports={en:["Sa"],fr:["Sam"]}},75005:e=>{e.exports={en:["Su"],fr:["Dim"]}},92578:e=>{e.exports={en:["We"],fr:["Me"]}},8765:e=>{e.exports={en:["Th"],fr:["Jeu"]}},9135:e=>{e.exports={en:["Tu"],fr:["Ma"]}},53288:e=>{e.exports={en:["animals & nature"],fr:["animaux & nature"]}},21311:e=>{e.exports={en:["activity"],fr:["activité"]}},90678:e=>{e.exports={en:["food & drink"],fr:["nourriture & boissons"]}},6715:e=>{e.exports={en:["flags"],fr:["drapeaux"]}},98355:e=>{e.exports={en:["objects"],fr:["objets"]}},43438:e=>{e.exports={en:["smiles & people"],fr:["sourires & personnes"]}},40457:e=>{e.exports={en:["symbols"],fr:["symboles"]}},88906:e=>{e.exports={en:["recently used"],fr:["récemment utilisé"]}},28562:e=>{e.exports={en:["travel & places"],fr:["voyages & lieux"]}},24716:e=>{e.exports={en:["Another symbol"],fr:["Un autre symbole"]}},41256:e=>{e.exports={en:["Back"],fr:["Retour"]}},94849:e=>{e.exports={en:["Main chart symbol"],fr:["Symbole principal du graphique"]}},53174:e=>{e.exports={en:["Right"],fr:["De droite"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"],fr:["Le calendrier est actuellement sur l'année {year}"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"],fr:["Le calendrier est actuellement sur les années de {year_start} à {year_end}"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"],fr:["Le calendrier est actuellement sur {month}"]}},4543:e=>{e.exports={en:["Cancel"],fr:["Annuler"]}},24197:e=>{e.exports={en:["Center"],fr:["Centre"]}},63245:e=>{e.exports={en:["Change symbol"],fr:["Changer le symbole"]}},54613:e=>{e.exports={en:["Chart"],fr:["Graphique"]}},47742:e=>{e.exports={en:["Close menu"],fr:["Fermer le menu"]}},34040:e=>{e.exports={en:["All sources"],fr:["Toutes les sources"]}},96413:e=>{e.exports={en:["Apply defaults"],fr:["Appliquer les paramètres par défaut"]}},77571:e=>{e.exports={en:["Apply to all"],fr:["Appliquer à tous"]}},28896:e=>{e.exports={en:["April"],fr:["Avril"]}},11081:e=>{e.exports={en:["August"],fr:["Août"]}},27567:e=>{e.exports={en:["Bottom"],fr:["Bas"]}},42358:e=>{e.exports={en:["Bond"],fr:["Obligation"]}},68043:e=>{e.exports={en:["Gradient"],fr:["Dégradé"]}},6113:e=>{e.exports={en:["Do you really want to delete Chart Template '{name}' ?"],fr:['Voulez-vous vraiment supprimer le modèle de graphique "{name}"?']}},27390:e=>{e.exports={en:["Dotted line"],fr:["Ligne pointillée"]}},88123:e=>{e.exports={en:["Dashed line"],fr:["Ligne traitillée"]}},90082:e=>{e.exports={en:["December"],fr:["Décembre"]}},55319:e=>{e.exports={en:["Decrease"],fr:["Diminuer"]}},78734:e=>{e.exports={en:["Description"]}},81069:e=>{e.exports={en:["February"],fr:["Février"]}},
+3570:e=>{e.exports={en:["Friday"],fr:["Vendredi"]}},95406:e=>{e.exports={en:["Horizontal"]}},8854:e=>{e.exports={en:["Hidden"],fr:["Masqué"]}},39832:e=>{e.exports={en:["Increase"],fr:["Augmenter"]}},200:e=>{e.exports={en:["January"],fr:["Janvier"]}},6608:e=>{e.exports={en:["July"],fr:["Juillet"]}},61487:e=>{e.exports={en:["June"],fr:["Juin"]}},37997:e=>{e.exports={en:["October"],fr:["Octobre"]}},55450:e=>{e.exports={en:["Offset"],fr:["Décalage"]}},19295:e=>{e.exports={en:["Ok"],fr:["D'accord"]}},11626:e=>{e.exports={en:["Left"],fr:["Gauche"]}},28603:e=>{e.exports={en:["Line style"],fr:["Style de ligne"]}},19573:e=>{e.exports={en:["Monday"],fr:["Lundi"]}},43154:e=>{e.exports={en:["Months"],fr:["Mois"]}},37117:e=>{e.exports={en:["More"],fr:["Plus"]}},25734:e=>{e.exports={en:["May"],fr:["Mai"]}},93878:e=>{e.exports={en:["March"],fr:["Mars"]}},68833:e=>{e.exports={en:["Middle"],fr:["Milieu"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],fr:["Aucun échange ne correspond à vos critères"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],fr:["Aucun symbole ne correspond à vos critères"]}},4607:e=>{e.exports={en:["November"],fr:["Novembre"]}},65353:e=>{e.exports={en:["Normal"]}},69102:e=>{e.exports={en:["Next year"],fr:["Année suivante"]}},17538:e=>{e.exports={en:["Next years"],fr:["Années suivantes"]}},92790:e=>{e.exports={en:["Next month"],fr:["Mois suivant"]}},71300:e=>{e.exports={en:["Number format is invalid."],fr:["Le format du numéro n'est pas valide."]}},28628:e=>{e.exports={en:["Sources"]}},88686:e=>{e.exports={en:["Solid"],fr:["Uni"]}},30348:e=>{e.exports={en:["Saturday"],fr:["Samedi"]}},8573:e=>{e.exports={en:["Search"],fr:["Chercher"]}},57640:e=>{e.exports={en:["Select source"],fr:["Sélectionner la source"]}},32179:e=>{e.exports={en:["September"],fr:["Septembre"]}},31331:e=>{e.exports={en:["Specified value is more than the instrument maximum of {max}."],fr:["La valeur spécifiée est supérieure au maximum de {max} de l'instrument."]}},24216:e=>{e.exports={en:["Specified value is less than the instrument minimum of {min}."],fr:["La valeur spécifiée est inférieure au minimum de {min} de l'instrument."]}},61480:e=>{e.exports={en:["Sunday"],fr:["Dimanche"]}},70235:e=>{e.exports={en:["Switch to months"],fr:["Passer en mois"]}},91245:e=>{e.exports={en:["Switch to dates"],fr:["Passer en dates"]}},71961:e=>{e.exports={en:["Switch to years"],fr:["Passer en années"]}},95481:e=>{e.exports={en:["Symbol"],fr:["Symbole"]}},74007:e=>{e.exports={en:["Symbol & description"],fr:["Symbole & description"]}},51165:e=>{e.exports={en:["Symbol Search"],fr:["Recherche de symbole"]}},27254:e=>{e.exports={en:["Please enter the right date"],fr:["Veuillez saisir la bonne date"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"],fr:["Veuillez entrer le bon format de date aaaa-mm-jj"]}},93984:e=>{e.exports={en:["Previous month"],fr:["Mois précédent"]}},75776:e=>{e.exports={en:["Previous year"],fr:["Année précédente"]}},44701:e=>{e.exports={en:["Previous years"],fr:["Années précédentes"]}},
+89984:e=>{e.exports={en:["Remove color"],fr:["Supprimer la couleur"]}},47550:e=>{e.exports={en:["Remove selected emoji"],fr:["Supprimer l'emoji sélectionné"]}},50421:e=>{e.exports={en:["Right"],fr:["Droite"]}},94226:e=>{e.exports={en:["Wednesday"],fr:["Mercredi"]}},97118:e=>{e.exports={en:["Top"],fr:["Haut"]}},25485:e=>{e.exports={en:["Text alignment"],fr:["Alignement du texte"]}},67781:e=>{e.exports={en:["Text orientation"],fr:["Orientation du texte"]}},79137:e=>{e.exports={en:["Thursday"],fr:["Jeudi"]}},54971:e=>{e.exports={en:["Thickness"],fr:["Epaisseur"]}},82160:e=>{e.exports={en:["Tuesday"],fr:["Mardi"]}},13748:e=>{e.exports={en:["Use special math signs to displace selected drawings: +,-,/,* for price and +,- for bar index."],fr:["Utilisez des signes mathématiques spéciaux pour déplacer les dessins sélectionnés : +,-,/,* pour le prix et +,- pour l'index des barres."]}},69526:e=>{e.exports={en:["Vertical"]}},66181:e=>{e.exports={en:["Years"],fr:["Années"]}},70932:e=>{e.exports={en:["commodity"],fr:["produit de base"]}},79599:e=>{e.exports={en:["cfd"]}},29426:e=>{e.exports={en:["change opacity"],fr:["Changer l'opacité"]}},31675:e=>{e.exports={en:["change color"],fr:["Changer la couleur"]}},28818:e=>{e.exports={en:["change line style"],fr:["Changer le style de la ligne"]}},73281:e=>{e.exports={en:["change thickness"],fr:["Changer l'épaisseur"]}},25167:e=>{e.exports={en:["change {propertyName} property"],fr:["changer la propriété de {propertyName}"]}},5741:e=>{e.exports={en:["close"],fr:["fermeture"]}},46128:e=>{e.exports={en:["crypto"]}},47268:e=>{e.exports={en:["dr"]}},406:e=>{e.exports={en:["e.g. +1"],fr:["p. ex. +1"]}},49957:e=>{e.exports={en:["e.g. /2"],fr:["p. ex. /2"]}},54094:e=>{e.exports={en:["economy"],fr:["économie"]}},17770:e=>{e.exports={en:["forex"],fr:["Forex"]}},4723:e=>{e.exports={en:["futures"]}},59319:e=>{e.exports={en:["high"],fr:["haut"]}},96008:e=>{e.exports={en:["hl2"]}},91189:e=>{e.exports={en:["hlc3"]}},49242:e=>{e.exports={en:["hlcc4"]}},87464:e=>{e.exports={en:["index"],fr:["indice"]}},90250:e=>{e.exports={en:["indices"]}},52793:e=>{e.exports={en:["ohlc4"]}},83584:e=>{e.exports={en:["open"],fr:["ouvert"]}},41902:e=>{e.exports={en:["low"],fr:["bas"]}},76752:e=>{e.exports={en:["stock"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.2530.6108ccc54d7b804c8af1.js b/public/charting_library/bundles/fr.2530.6108ccc54d7b804c8af1.js
new file mode 100644
index 0000000..769bc8b
--- /dev/null
+++ b/public/charting_library/bundles/fr.2530.6108ccc54d7b804c8af1.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2530,4109,9093],{4543:e=>{e.exports={en:["Cancel"],fr:["Annuler"]}},47742:e=>{e.exports={en:["Close menu"],fr:["Fermer le menu"]}},69207:e=>{e.exports={en:["Add to favorites"],fr:["Ajouter aux favoris"]}},69644:e=>{e.exports={en:["Available for Pro accounts"],fr:["Disponible pour les comptes Pro"]}},10640:e=>{e.exports={en:["Editors' picks"],fr:["Choix de la rédaction"]}},84549:e=>{e.exports={en:["Indicators"],fr:["Indicateurs"]}},70269:e=>{e.exports={en:["No indicators matched your criteria"],fr:["Aucuns indicateurs ne correspondent à vos critères."]}},7378:e=>{e.exports={en:["Script name"],fr:["Nom du script"]}},8573:e=>{e.exports={en:["Search"],fr:["Chercher"]}},85106:e=>{e.exports={en:["Remove from favorites"],fr:["Retirer des favoris"]}},33673:e=>{e.exports={en:["{studyTitle} added to chart"],fr:["{studyTitle} ajouté au graphique"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.2787.b95db3c8cfe7fab3c811.js b/public/charting_library/bundles/fr.2787.b95db3c8cfe7fab3c811.js
new file mode 100644
index 0000000..3784ff6
--- /dev/null
+++ b/public/charting_library/bundles/fr.2787.b95db3c8cfe7fab3c811.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2787,6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],fr:["#{count} (prix, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],fr:["Coordonnées"]}},24197:e=>{e.exports={en:["Center"],fr:["Centre"]}},27567:e=>{e.exports={en:["Bottom"],fr:["Bas"]}},72942:e=>{e.exports={en:["Days"],fr:["Jours"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],fr:["Déplacement (prix, barre)"]}},61856:e=>{e.exports={en:["Extend left line"],fr:["Prolonger la ligne de gauche"]}},87430:e=>{e.exports={en:["Extend right line"],fr:["Prolonger la ligne de droite"]}},56796:e=>{e.exports={en:["Hours"],fr:["Heures"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],fr:["Paramètres en Entrée"]}},11626:e=>{e.exports={en:["Left"],fr:["Gauche"]}},43154:e=>{e.exports={en:["Months"],fr:["Mois"]}},68833:e=>{e.exports={en:["Middle"],fr:["Milieu"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"],fr:["Secondes"]}},50421:e=>{e.exports={en:["Right"],fr:["Droite"]}},835:e=>{e.exports={en:["Weeks"],fr:["Semaines"]}},97118:e=>{e.exports={en:["Top"],fr:["Haut"]}},70320:e=>{e.exports={en:["Text"],fr:["Texte"]}},25485:e=>{e.exports={en:["Text alignment"],fr:["Alignement du texte"]}},67781:e=>{e.exports={en:["Text orientation"],fr:["Orientation du texte"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],fr:["changer la coordonnée X de la barre"]}},11737:e=>{e.exports={en:["change price Y coordinate"],fr:["changer la coordonnée Y du prix"]}},96135:e=>{e.exports={en:["change {title} days to"],fr:["modifier {title} de jours vers"]}},91201:e=>{e.exports={en:["change {title} days from"],fr:["modifier {title} en jours de"]}},8306:e=>{e.exports={en:["change {title} hours from"],fr:["modifier {title} en heures de"]}},67233:e=>{e.exports={en:["change {title} hours to"],fr:["modifier {title} d'heures vers"]}},99122:e=>{e.exports={en:["change {title} months from"],fr:["modifier {title} en semaines de"]}},10518:e=>{e.exports={en:["change {title} months to"],fr:["modifier {title} de mois vers"]}},38011:e=>{e.exports={en:["change {title} minutes to"],fr:["modifier {title} de minutes vers"]}},59820:e=>{e.exports={en:["change {title} minutes from"],fr:["modifier {title} en minutes de"]}},6573:e=>{e.exports={en:["change {title} seconds to"],fr:["modifier {title} de secondes vers"]}},86780:e=>{e.exports={en:["change {title} seconds from"],fr:["modifier {title} en secondes de"]}},32481:e=>{e.exports={en:["change {title} weeks from"],fr:["modifier {title} en semaines de"]}},18678:e=>{e.exports={en:["change {title} weeks to"],fr:["modifier {title} de semaines vers"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],fr:["modifier la visibilité de {title} sur les ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],fr:["modifier la visibilité de {title} sur les semaines"]}},55616:e=>{e.exports={
+en:["change {title} visibility on {ranges}"],fr:["modifier la visibilité de {title} sur {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],fr:["modifier la visibilité de {title} sur les jours"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],fr:["modifier la visibilité de {title} sur les heures"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],fr:["modifier la visibilité de {title} sur les minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],fr:["modifier la visibilité de {title} sur les mois"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],fr:["modifier la visibilité de {title} sur les secondes"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],fr:["changer la visibilité de la ligne de {toolName}"]}},19541:e=>{e.exports={en:["change {toolName} line width"],fr:["changer la largeur de la ligne de {toolName}"]}},24059:e=>{e.exports={en:["change {toolName} line color"],fr:["changer la couleur de la ligne de {toolName}"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],fr:["changer la ligne de {toolName} qui s'étend vers la gauche"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],fr:["changer la ligne de {toolName} qui s'étend vers la droite"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],fr:["changer la fin gauche de la ligne de {toolName}"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],fr:["changer la fin droite de la ligne de {toolName}"]}},66429:e=>{e.exports={en:["change {toolName} line style"],fr:["changer le style de ligne de {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],fr:["changer la propriété de {propertyName}"]}},35813:e=>{e.exports={en:["days"],fr:["Jours"]}},89919:e=>{e.exports={en:["days to"],fr:["jours vers"]}},59215:e=>{e.exports={en:["days from"],fr:["jours de"]}},2359:e=>{e.exports={en:["hours"],fr:["Heures"]}},82267:e=>{e.exports={en:["hours from"],fr:["heures de"]}},15600:e=>{e.exports={en:["hours to"],fr:["heures vers"]}},76261:e=>{e.exports={en:["move drawings"],fr:["déplacer les dessins"]}},95300:e=>{e.exports={en:["months"],fr:["Mois"]}},17250:e=>{e.exports={en:["months from"],fr:["mois de"]}},2828:e=>{e.exports={en:["months to"],fr:["mois vers"]}},18726:e=>{e.exports={en:["minutes"],fr:["Minutes"]}},67649:e=>{e.exports={en:["minutes to"],fr:["minutes vers"]}},22476:e=>{e.exports={en:["minutes from"],fr:["minutes de"]}},751:e=>{e.exports={en:["seconds"],fr:["secondes"]}},73419:e=>{e.exports={en:["seconds to"],fr:["secondes vers"]}},35801:e=>{e.exports={en:["seconds from"],fr:["secondes de"]}},45537:e=>{e.exports={en:["weeks"],fr:["semaines"]}},92859:e=>{e.exports={en:["weeks from"],fr:["semaines de"]}},44127:e=>{e.exports={en:["weeks to"],fr:["semaines vers"]}},3539:e=>{e.exports={en:["ticks"],fr:["Ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.3181.259d07263a732c089332.js b/public/charting_library/bundles/fr.3181.259d07263a732c089332.js
new file mode 100644
index 0000000..aa53f7a
--- /dev/null
+++ b/public/charting_library/bundles/fr.3181.259d07263a732c089332.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3181,6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],fr:["#{count} (prix, bar)"]}},33004:e=>{e.exports={en:["Counterclockwise"],fr:["Dans le sens antihoraire"]}},78930:e=>{e.exports={en:["Coordinates"],fr:["Coordonnées"]}},24197:e=>{e.exports={en:["Center"],fr:["Centre"]}},27567:e=>{e.exports={en:["Bottom"],fr:["Bas"]}},72942:e=>{e.exports={en:["Days"],fr:["Jours"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],fr:["Déplacement (prix, barre)"]}},56796:e=>{e.exports={en:["Hours"],fr:["Heures"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],fr:["Paramètres en Entrée"]}},11626:e=>{e.exports={en:["Left"],fr:["Gauche"]}},43154:e=>{e.exports={en:["Months"],fr:["Mois"]}},68833:e=>{e.exports={en:["Middle"],fr:["Milieu"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"],fr:["Secondes"]}},50421:e=>{e.exports={en:["Right"],fr:["Droite"]}},835:e=>{e.exports={en:["Weeks"],fr:["Semaines"]}},97118:e=>{e.exports={en:["Top"],fr:["Haut"]}},70320:e=>{e.exports={en:["Text"],fr:["Texte"]}},25485:e=>{e.exports={en:["Text alignment"],fr:["Alignement du texte"]}},67781:e=>{e.exports={en:["Text orientation"],fr:["Orientation du texte"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],fr:["changer la coordonnée X de la barre"]}},11737:e=>{e.exports={en:["change price Y coordinate"],fr:["changer la coordonnée Y du prix"]}},60003:e=>{e.exports={en:["change {title} counterclockwise"],fr:["changer {title} dans le sens inverse des aiguilles d'une montre"]}},96135:e=>{e.exports={en:["change {title} days to"],fr:["modifier {title} de jours vers"]}},91201:e=>{e.exports={en:["change {title} days from"],fr:["modifier {title} en jours de"]}},8306:e=>{e.exports={en:["change {title} hours from"],fr:["modifier {title} en heures de"]}},67233:e=>{e.exports={en:["change {title} hours to"],fr:["modifier {title} d'heures vers"]}},46040:e=>{e.exports={en:["change {title} line width"],fr:["changer la largeur de la ligne de {title}"]}},7455:e=>{e.exports={en:["change {title} line color"],fr:["changer la couleur de la ligne de {title}"]}},30843:e=>{e.exports={en:["change {title} line style"],fr:["changer le style de la ligne de {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],fr:["modifier {title} en semaines de"]}},10518:e=>{e.exports={en:["change {title} months to"],fr:["modifier {title} de mois vers"]}},38011:e=>{e.exports={en:["change {title} minutes to"],fr:["modifier {title} de minutes vers"]}},59820:e=>{e.exports={en:["change {title} minutes from"],fr:["modifier {title} en minutes de"]}},6573:e=>{e.exports={en:["change {title} seconds to"],fr:["modifier {title} de secondes vers"]}},86780:e=>{e.exports={en:["change {title} seconds from"],fr:["modifier {title} en secondes de"]}},32481:e=>{e.exports={en:["change {title} weeks from"],fr:["modifier {title} en semaines de"]}},18678:e=>{e.exports={
+en:["change {title} weeks to"],fr:["modifier {title} de semaines vers"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],fr:["modifier la visibilité de {title} sur les ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],fr:["modifier la visibilité de {title} sur les semaines"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],fr:["modifier la visibilité de {title} sur {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],fr:["modifier la visibilité de {title} sur les jours"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],fr:["modifier la visibilité de {title} sur les heures"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],fr:["modifier la visibilité de {title} sur les minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],fr:["modifier la visibilité de {title} sur les mois"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],fr:["modifier la visibilité de {title} sur les secondes"]}},25167:e=>{e.exports={en:["change {propertyName} property"],fr:["changer la propriété de {propertyName}"]}},35813:e=>{e.exports={en:["days"],fr:["Jours"]}},89919:e=>{e.exports={en:["days to"],fr:["jours vers"]}},59215:e=>{e.exports={en:["days from"],fr:["jours de"]}},2359:e=>{e.exports={en:["hours"],fr:["Heures"]}},82267:e=>{e.exports={en:["hours from"],fr:["heures de"]}},15600:e=>{e.exports={en:["hours to"],fr:["heures vers"]}},76261:e=>{e.exports={en:["move drawings"],fr:["déplacer les dessins"]}},95300:e=>{e.exports={en:["months"],fr:["Mois"]}},17250:e=>{e.exports={en:["months from"],fr:["mois de"]}},2828:e=>{e.exports={en:["months to"],fr:["mois vers"]}},18726:e=>{e.exports={en:["minutes"],fr:["Minutes"]}},67649:e=>{e.exports={en:["minutes to"],fr:["minutes vers"]}},22476:e=>{e.exports={en:["minutes from"],fr:["minutes de"]}},751:e=>{e.exports={en:["seconds"],fr:["secondes"]}},73419:e=>{e.exports={en:["seconds to"],fr:["secondes vers"]}},35801:e=>{e.exports={en:["seconds from"],fr:["secondes de"]}},45537:e=>{e.exports={en:["weeks"],fr:["semaines"]}},92859:e=>{e.exports={en:["weeks from"],fr:["semaines de"]}},44127:e=>{e.exports={en:["weeks to"],fr:["semaines vers"]}},3539:e=>{e.exports={en:["ticks"],fr:["Ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.3355.c5e027afabcecc85b871.js b/public/charting_library/bundles/fr.3355.c5e027afabcecc85b871.js
new file mode 100644
index 0000000..c6e1197
--- /dev/null
+++ b/public/charting_library/bundles/fr.3355.c5e027afabcecc85b871.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3355,6155,3367,2303,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],fr:["#{count} (prix, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],fr:["Coordonnées"]}},24197:e=>{e.exports={en:["Center"],fr:["Centre"]}},6060:e=>{e.exports={en:["Add text"],fr:["Ajouter du texte"]}},27567:e=>{e.exports={en:["Bottom"],fr:["Bas"]}},38408:e=>{e.exports={en:["Border"],fr:["Bordure"]}},79468:e=>{e.exports={en:["Background"],fr:["Arrière-Plan"]}},72942:e=>{e.exports={en:["Days"],fr:["Jours"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],fr:["Déplacement (prix, barre)"]}},56796:e=>{e.exports={en:["Hours"],fr:["Heures"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],fr:["Paramètres en Entrée"]}},74872:e=>{e.exports={en:["Label"],fr:["Étiquette"]}},11626:e=>{e.exports={en:["Left"],fr:["Gauche"]}},43154:e=>{e.exports={en:["Months"],fr:["Mois"]}},68833:e=>{e.exports={en:["Middle"],fr:["Milieu"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"],fr:["Secondes"]}},50421:e=>{e.exports={en:["Right"],fr:["Droite"]}},835:e=>{e.exports={en:["Weeks"],fr:["Semaines"]}},97118:e=>{e.exports={en:["Top"],fr:["Haut"]}},70320:e=>{e.exports={en:["Text"],fr:["Texte"]}},7560:e=>{e.exports={en:["Text wrap"],fr:["Retour à la ligne forcé du Texte"]}},25485:e=>{e.exports={en:["Text alignment"],fr:["Alignement du texte"]}},67781:e=>{e.exports={en:["Text orientation"],fr:["Orientation du texte"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],fr:["changer la coordonnée X de la barre"]}},11737:e=>{e.exports={en:["change price Y coordinate"],fr:["changer la coordonnée Y du prix"]}},49765:e=>{e.exports={en:["change {title} background color"],fr:["changer la couleur de l'arrière-plan de {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],fr:["modifier {title} de jours vers"]}},91201:e=>{e.exports={en:["change {title} days from"],fr:["modifier {title} en jours de"]}},8306:e=>{e.exports={en:["change {title} hours from"],fr:["modifier {title} en heures de"]}},67233:e=>{e.exports={en:["change {title} hours to"],fr:["modifier {title} d'heures vers"]}},99122:e=>{e.exports={en:["change {title} months from"],fr:["modifier {title} en semaines de"]}},10518:e=>{e.exports={en:["change {title} months to"],fr:["modifier {title} de mois vers"]}},38011:e=>{e.exports={en:["change {title} minutes to"],fr:["modifier {title} de minutes vers"]}},59820:e=>{e.exports={en:["change {title} minutes from"],fr:["modifier {title} en minutes de"]}},6573:e=>{e.exports={en:["change {title} seconds to"],fr:["modifier {title} de secondes vers"]}},86780:e=>{e.exports={en:["change {title} seconds from"],fr:["modifier {title} en secondes de"]}},32481:e=>{e.exports={en:["change {title} weeks from"],fr:["modifier {title} en semaines de"]}},18678:e=>{e.exports={en:["change {title} weeks to"],fr:["modifier {title} de semaines vers"]}},57122:e=>{e.exports={
+en:["change {title} text"],fr:["modifier le texte de {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],fr:["modifier la visibilité de {title} sur les ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],fr:["modifier la visibilité de {title} sur les semaines"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],fr:["modifier la visibilité de {title} sur {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],fr:["modifier la visibilité de {title} sur les jours"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],fr:["modifier la visibilité de {title} sur les heures"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],fr:["modifier la visibilité de {title} sur les minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],fr:["modifier la visibilité de {title} sur les mois"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],fr:["modifier la visibilité de {title} sur les secondes"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],fr:["changer l'alignement vertical des étiquettes de {toolName}"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],fr:["changer l'alignement horizontal des étiquettes de {toolName}"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],fr:["changer la direction des étiquettes de {toolName}"]}},66668:e=>{e.exports={en:["change {toolName} text"],fr:["changer le texte de {toolName}"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],fr:["changer la visibilité du texte de {toolName}"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],fr:["changer le cadre du texte de {toolName}"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],fr:["changer la couleur de fond du texte de {toolName}"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],fr:["changer la visibilité de l'arrière-plan du texte de {toolName}"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],fr:["changer la couleur de la bordure du texte de {toolName}"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],fr:["changer la largeur de la bordure du texte de {toolName}"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],fr:["changer la visibilité de la bordure de texte de {toolName}"]}},64500:e=>{e.exports={en:["change {toolName} text color"],fr:["changer la couleur du texte de {toolName}"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],fr:["changer la police du texte en gras de {toolName}"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],fr:["changer la police du texte en italique de {toolName}"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],fr:["changer la taille de la police du texte de {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],fr:["changer la propriété de {propertyName}"]}},35813:e=>{e.exports={en:["days"],fr:["Jours"]}},89919:e=>{
+e.exports={en:["days to"],fr:["jours vers"]}},59215:e=>{e.exports={en:["days from"],fr:["jours de"]}},2359:e=>{e.exports={en:["hours"],fr:["Heures"]}},82267:e=>{e.exports={en:["hours from"],fr:["heures de"]}},15600:e=>{e.exports={en:["hours to"],fr:["heures vers"]}},76261:e=>{e.exports={en:["move drawings"],fr:["déplacer les dessins"]}},95300:e=>{e.exports={en:["months"],fr:["Mois"]}},17250:e=>{e.exports={en:["months from"],fr:["mois de"]}},2828:e=>{e.exports={en:["months to"],fr:["mois vers"]}},18726:e=>{e.exports={en:["minutes"],fr:["Minutes"]}},67649:e=>{e.exports={en:["minutes to"],fr:["minutes vers"]}},22476:e=>{e.exports={en:["minutes from"],fr:["minutes de"]}},751:e=>{e.exports={en:["seconds"],fr:["secondes"]}},73419:e=>{e.exports={en:["seconds to"],fr:["secondes vers"]}},35801:e=>{e.exports={en:["seconds from"],fr:["secondes de"]}},45537:e=>{e.exports={en:["weeks"],fr:["semaines"]}},92859:e=>{e.exports={en:["weeks from"],fr:["semaines de"]}},44127:e=>{e.exports={en:["weeks to"],fr:["semaines vers"]}},3539:e=>{e.exports={en:["ticks"],fr:["Ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.3357.613d24759e11646b0997.js b/public/charting_library/bundles/fr.3357.613d24759e11646b0997.js
new file mode 100644
index 0000000..2ed029b
--- /dev/null
+++ b/public/charting_library/bundles/fr.3357.613d24759e11646b0997.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3357,4109,9093],{53288:e=>{e.exports={en:["animals & nature"],fr:["animaux & nature"]}},21311:e=>{e.exports={en:["activity"],fr:["activité"]}},90678:e=>{e.exports={en:["food & drink"],fr:["nourriture & boissons"]}},6715:e=>{e.exports={en:["flags"],fr:["drapeaux"]}},98355:e=>{e.exports={en:["objects"],fr:["objets"]}},43438:e=>{e.exports={en:["smiles & people"],fr:["sourires & personnes"]}},40457:e=>{e.exports={en:["symbols"],fr:["symboles"]}},88906:e=>{e.exports={en:["recently used"],fr:["récemment utilisé"]}},28562:e=>{e.exports={en:["travel & places"],fr:["voyages & lieux"]}},4543:e=>{e.exports={en:["Cancel"],fr:["Annuler"]}},47742:e=>{e.exports={en:["Close menu"],fr:["Fermer le menu"]}},69207:e=>{e.exports={en:["Add to favorites"],fr:["Ajouter aux favoris"]}},80439:e=>{e.exports={en:["Do you really want to delete chart layout '{name}' ? This can't be undone. Your drawings and this layout will be gone forever."],fr:["Voulez-vous vraiment supprimer la mise en page graphique '{name}'? Cette opération est irréversible. Vos dessins et cette mise en page disparaîtront à jamais."]}},56495:e=>{e.exports={en:["Do you really want to delete chart layout '{name}' that contains {n_drawings_on_n_symbols}? This can't be undone. Your drawings and this layout will be gone forever."],fr:["Voulez-vous vraiment supprimer la mise en page graphique '{name}' qui contient {n_drawings_on_n_symbols}? Cette opération est irréversible. Vos dessins et cette mise en page disparaîtront à jamais."]}},55108:e=>{e.exports={en:["Date modified (oldest first)"],fr:["Date de modification (la plus ancienne d'abord)"]}},75272:e=>{e.exports={en:["Date modified (newest first)"],fr:["Date de modification (la plus récente d'abord)"]}},11478:e=>{e.exports={en:["Layout name"],fr:["Nom de la mise en page"]}},21329:e=>{e.exports={en:["Layout name (A to Z)"],fr:["Nom de la mise en page (A à Z)"]}},11324:e=>{e.exports={en:["Layout name (Z to A)"],fr:["Nom de la mise en page (Z à A)"]}},21355:e=>{e.exports={en:["Layouts"],fr:["Mises en page"]}},63269:e=>{e.exports={en:["No layouts matched your criteria"],fr:["Aucune mise en page ne correspond à vos critères"]}},5191:e=>{e.exports={en:["Sort by layout name, date changed"],fr:["Trier par nom de mise en page, date modifiée"]}},8573:e=>{e.exports={en:["Search"],fr:["Chercher"]}},85106:e=>{e.exports={en:["Remove from favorites"],fr:["Retirer des favoris"]}},47550:e=>{e.exports={en:["Remove selected emoji"],fr:["Supprimer l'emoji sélectionné"]}},30502:e=>{e.exports={en:["on {amount} symbol","on {amount} symbols"],fr:["sur {amount} symbole","sur {amount} symbols"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.3367.8357e9248b9de0310231.js b/public/charting_library/bundles/fr.3367.8357e9248b9de0310231.js
new file mode 100644
index 0000000..ab7d142
--- /dev/null
+++ b/public/charting_library/bundles/fr.3367.8357e9248b9de0310231.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3367,6155,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],fr:["#{count} (prix, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],fr:["Coordonnées"]}},24197:e=>{e.exports={en:["Center"],fr:["Centre"]}},27567:e=>{e.exports={en:["Bottom"],fr:["Bas"]}},38408:e=>{e.exports={en:["Border"],fr:["Bordure"]}},79468:e=>{e.exports={en:["Background"],fr:["Arrière-Plan"]}},72942:e=>{e.exports={en:["Days"],fr:["Jours"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],fr:["Déplacement (prix, barre)"]}},56796:e=>{e.exports={en:["Hours"],fr:["Heures"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],fr:["Paramètres en Entrée"]}},11626:e=>{e.exports={en:["Left"],fr:["Gauche"]}},43154:e=>{e.exports={en:["Months"],fr:["Mois"]}},68833:e=>{e.exports={en:["Middle"],fr:["Milieu"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"],fr:["Secondes"]}},50421:e=>{e.exports={en:["Right"],fr:["Droite"]}},835:e=>{e.exports={en:["Weeks"],fr:["Semaines"]}},97118:e=>{e.exports={en:["Top"],fr:["Haut"]}},70320:e=>{e.exports={en:["Text"],fr:["Texte"]}},7560:e=>{e.exports={en:["Text wrap"],fr:["Retour à la ligne forcé du Texte"]}},25485:e=>{e.exports={en:["Text alignment"],fr:["Alignement du texte"]}},67781:e=>{e.exports={en:["Text orientation"],fr:["Orientation du texte"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],fr:["changer la coordonnée X de la barre"]}},11737:e=>{e.exports={en:["change price Y coordinate"],fr:["changer la coordonnée Y du prix"]}},96135:e=>{e.exports={en:["change {title} days to"],fr:["modifier {title} de jours vers"]}},91201:e=>{e.exports={en:["change {title} days from"],fr:["modifier {title} en jours de"]}},8306:e=>{e.exports={en:["change {title} hours from"],fr:["modifier {title} en heures de"]}},67233:e=>{e.exports={en:["change {title} hours to"],fr:["modifier {title} d'heures vers"]}},99122:e=>{e.exports={en:["change {title} months from"],fr:["modifier {title} en semaines de"]}},10518:e=>{e.exports={en:["change {title} months to"],fr:["modifier {title} de mois vers"]}},38011:e=>{e.exports={en:["change {title} minutes to"],fr:["modifier {title} de minutes vers"]}},59820:e=>{e.exports={en:["change {title} minutes from"],fr:["modifier {title} en minutes de"]}},6573:e=>{e.exports={en:["change {title} seconds to"],fr:["modifier {title} de secondes vers"]}},86780:e=>{e.exports={en:["change {title} seconds from"],fr:["modifier {title} en secondes de"]}},32481:e=>{e.exports={en:["change {title} weeks from"],fr:["modifier {title} en semaines de"]}},18678:e=>{e.exports={en:["change {title} weeks to"],fr:["modifier {title} de semaines vers"]}},57122:e=>{e.exports={en:["change {title} text"],fr:["modifier le texte de {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],fr:["modifier la visibilité de {title} sur les ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],
+fr:["modifier la visibilité de {title} sur les semaines"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],fr:["modifier la visibilité de {title} sur {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],fr:["modifier la visibilité de {title} sur les jours"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],fr:["modifier la visibilité de {title} sur les heures"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],fr:["modifier la visibilité de {title} sur les minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],fr:["modifier la visibilité de {title} sur les mois"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],fr:["modifier la visibilité de {title} sur les secondes"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],fr:["changer l'alignement vertical des étiquettes de {toolName}"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],fr:["changer l'alignement horizontal des étiquettes de {toolName}"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],fr:["changer la direction des étiquettes de {toolName}"]}},66668:e=>{e.exports={en:["change {toolName} text"],fr:["changer le texte de {toolName}"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],fr:["changer la visibilité du texte de {toolName}"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],fr:["changer le cadre du texte de {toolName}"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],fr:["changer la couleur de fond du texte de {toolName}"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],fr:["changer la visibilité de l'arrière-plan du texte de {toolName}"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],fr:["changer la couleur de la bordure du texte de {toolName}"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],fr:["changer la largeur de la bordure du texte de {toolName}"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],fr:["changer la visibilité de la bordure de texte de {toolName}"]}},64500:e=>{e.exports={en:["change {toolName} text color"],fr:["changer la couleur du texte de {toolName}"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],fr:["changer la police du texte en gras de {toolName}"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],fr:["changer la police du texte en italique de {toolName}"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],fr:["changer la taille de la police du texte de {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],fr:["changer la propriété de {propertyName}"]}},35813:e=>{e.exports={en:["days"],fr:["Jours"]}},89919:e=>{e.exports={en:["days to"],fr:["jours vers"]}},59215:e=>{e.exports={en:["days from"],fr:["jours de"]}},2359:e=>{e.exports={en:["hours"],fr:["Heures"]}},82267:e=>{e.exports={en:["hours from"],fr:["heures de"]}},15600:e=>{e.exports={en:["hours to"],
+fr:["heures vers"]}},76261:e=>{e.exports={en:["move drawings"],fr:["déplacer les dessins"]}},95300:e=>{e.exports={en:["months"],fr:["Mois"]}},17250:e=>{e.exports={en:["months from"],fr:["mois de"]}},2828:e=>{e.exports={en:["months to"],fr:["mois vers"]}},18726:e=>{e.exports={en:["minutes"],fr:["Minutes"]}},67649:e=>{e.exports={en:["minutes to"],fr:["minutes vers"]}},22476:e=>{e.exports={en:["minutes from"],fr:["minutes de"]}},751:e=>{e.exports={en:["seconds"],fr:["secondes"]}},73419:e=>{e.exports={en:["seconds to"],fr:["secondes vers"]}},35801:e=>{e.exports={en:["seconds from"],fr:["secondes de"]}},45537:e=>{e.exports={en:["weeks"],fr:["semaines"]}},92859:e=>{e.exports={en:["weeks from"],fr:["semaines de"]}},44127:e=>{e.exports={en:["weeks to"],fr:["semaines vers"]}},3539:e=>{e.exports={en:["ticks"],fr:["Ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.359.3c5835e59f61404fe3cc.js b/public/charting_library/bundles/fr.359.3c5835e59f61404fe3cc.js
new file mode 100644
index 0000000..0af536f
--- /dev/null
+++ b/public/charting_library/bundles/fr.359.3c5835e59f61404fe3cc.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[359,4040],{41256:e=>{e.exports={en:["Back"],fr:["Retour"]}},53174:e=>{e.exports={en:["Right"],fr:["De droite"]}},4543:e=>{e.exports={en:["Cancel"],fr:["Annuler"]}},47742:e=>{e.exports={en:["Close menu"],fr:["Fermer le menu"]}},34040:e=>{e.exports={en:["All sources"],fr:["Toutes les sources"]}},42358:e=>{e.exports={en:["Bond"],fr:["Obligation"]}},78734:e=>{e.exports={en:["Description"]}},37117:e=>{e.exports={en:["More"],fr:["Plus"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],fr:["Aucun échange ne correspond à vos critères"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],fr:["Aucun symbole ne correspond à vos critères"]}},28628:e=>{e.exports={en:["Sources"]}},8573:e=>{e.exports={en:["Search"],fr:["Chercher"]}},57640:e=>{e.exports={en:["Select source"],fr:["Sélectionner la source"]}},95481:e=>{e.exports={en:["Symbol"],fr:["Symbole"]}},74007:e=>{e.exports={en:["Symbol & description"],fr:["Symbole & description"]}},51165:e=>{e.exports={en:["Symbol Search"],fr:["Recherche de symbole"]}},70932:e=>{e.exports={en:["commodity"],fr:["produit de base"]}},79599:e=>{e.exports={en:["cfd"]}},46128:e=>{e.exports={en:["crypto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"],fr:["économie"]}},17770:e=>{e.exports={en:["forex"],fr:["Forex"]}},4723:e=>{e.exports={en:["futures"]}},87464:e=>{e.exports={en:["index"],fr:["indice"]}},90250:e=>{e.exports={en:["indices"]}},76752:e=>{e.exports={en:["stock"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.3597.9c639cb519af03750b8e.js b/public/charting_library/bundles/fr.3597.9c639cb519af03750b8e.js
new file mode 100644
index 0000000..e2808c0
--- /dev/null
+++ b/public/charting_library/bundles/fr.3597.9c639cb519af03750b8e.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3597],{53288:e=>{e.exports={en:["animals & nature"],fr:["animaux & nature"]}},21311:e=>{e.exports={en:["activity"],fr:["activité"]}},90678:e=>{e.exports={en:["food & drink"],fr:["nourriture & boissons"]}},6715:e=>{e.exports={en:["flags"],fr:["drapeaux"]}},98355:e=>{e.exports={en:["objects"],fr:["objets"]}},43438:e=>{e.exports={en:["smiles & people"],fr:["sourires & personnes"]}},40457:e=>{e.exports={en:["symbols"],fr:["symboles"]}},88906:e=>{e.exports={en:["recently used"],fr:["récemment utilisé"]}},28562:e=>{e.exports={en:["travel & places"],fr:["voyages & lieux"]}},4543:e=>{e.exports={en:["Cancel"],fr:["Annuler"]}},47742:e=>{e.exports={en:["Close menu"],fr:["Fermer le menu"]}},4461:e=>{e.exports={en:["Add emoji"],fr:["Ajouter un emoji"]}},9372:e=>{e.exports={en:["Indicator template '{templateName}' already exists. Do you really want to replace it?"],fr:["Le modèle d'indicateur «{templateName}» existe déjà. Voulez-vous vraiment le remplacer?"]}},19295:e=>{e.exports={en:["Ok"],fr:["D'accord"]}},85888:e=>{e.exports={en:["No results found"],fr:["Pas de résultat trouvé"]}},64e3:e=>{e.exports={en:["Save"],fr:["Sauvegarder"]}},71924:e=>{e.exports={en:["Save indicator template"],fr:["Sauver le modèle d'indicateur"]}},6081:e=>{e.exports={en:["Saved indicators"],fr:["Indicateurs sauvegardés"]}},63035:e=>{e.exports={en:["Selecting this option will set the {interval} interval on the chart when this template is applied"],fr:["En sélectionnant cette option, l'intervalle {interval} sera placé sur le graphique lorsque ce modèle est appliqué"]}},13860:e=>{e.exports={en:["Selecting this option will set the {symbol} symbol on the chart when this template is applied"],fr:["En sélectionnant cette option, le symbole {symbol} sera placé sur le graphique lorsque ce modèle est appliqué"]}},18698:e=>{e.exports={en:["Remember Interval"],fr:["Se souvenir de l'intervalle"]}},57149:e=>{e.exports={en:["Remember Symbol"],fr:["Se souvenir du symbole"]}},47550:e=>{e.exports={en:["Remove selected emoji"],fr:["Supprimer l'emoji sélectionné"]}},59233:e=>{e.exports={en:["Template name"],fr:["Nom du modèle"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.4040.333002e872dd8b0c1c95.js b/public/charting_library/bundles/fr.4040.333002e872dd8b0c1c95.js
new file mode 100644
index 0000000..307c097
--- /dev/null
+++ b/public/charting_library/bundles/fr.4040.333002e872dd8b0c1c95.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4040],{34040:e=>{e.exports={en:["All sources"],fr:["Toutes les sources"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.4109.921da6023cc8aa9fe3a5.js b/public/charting_library/bundles/fr.4109.921da6023cc8aa9fe3a5.js
new file mode 100644
index 0000000..7e36833
--- /dev/null
+++ b/public/charting_library/bundles/fr.4109.921da6023cc8aa9fe3a5.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4109],{69207:e=>{e.exports={en:["Add to favorites"],fr:["Ajouter aux favoris"]}},85106:e=>{e.exports={en:["Remove from favorites"],fr:["Retirer des favoris"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.4166.e3c369fb8ae4775c7f89.js b/public/charting_library/bundles/fr.4166.e3c369fb8ae4775c7f89.js
new file mode 100644
index 0000000..eef1786
--- /dev/null
+++ b/public/charting_library/bundles/fr.4166.e3c369fb8ae4775c7f89.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4166],{80996:e=>{e.exports={en:["Local drawings"],fr:["Dessins locaux"]}},84212:e=>{e.exports={en:["No drawings yet"],fr:["Pas de Dessins pour le moment"]}},92931:e=>{e.exports={en:["Synced globally"],fr:["Synchronisé globalement"]}},41870:e=>{e.exports={en:["Synced in layout"],fr:["Synchronisé dans la mise en page"]}},8182:e=>{e.exports={en:["Remove all drawings for this symbol"],fr:["Supprimer tous les dessins pour ce symbole"]}},58407:e=>{e.exports={en:["remove all line tools for {symbol}"],fr:["supprimer tous les outils de ligne pour {symbol}."]}},90755:e=>{e.exports={en:["{drawingsCount} drawing","{drawingsCount} drawings"],fr:["{drawingsCount} dessin","{drawingsCount} dessins"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.4211.932ffa2dc04657916b72.js b/public/charting_library/bundles/fr.4211.932ffa2dc04657916b72.js
new file mode 100644
index 0000000..16740de
--- /dev/null
+++ b/public/charting_library/bundles/fr.4211.932ffa2dc04657916b72.js
@@ -0,0 +1,4 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4211,4040,359,4109,9093],{23821:e=>{e.exports={en:["Dot"],fr:["Point"]}},41256:e=>{e.exports={en:["Back"],fr:["Retour"]}},53174:e=>{e.exports={en:["Right"],fr:["De droite"]}},57e3:e=>{e.exports={en:["Compare"],fr:["Comparer"]}},93111:e=>{e.exports={en:["Content"],fr:["Contenu"]}},8270:e=>{e.exports={en:["Copy link to the chart image"],fr:["Copier le lien vers l'image du graphique"]}},4543:e=>{e.exports={en:["Cancel"],fr:["Annuler"]}},59934:e=>{e.exports={en:["Channels"],fr:["Canaux"]}},63245:e=>{e.exports={en:["Change symbol"],fr:["Changer le symbole"]}},56281:e=>{e.exports={en:["Chart style Columns"],fr:["Style de graphique Colonnes"]}},64526:e=>{e.exports={en:["Chart style Candles"],fr:["Style de graphique bougies"]}},9537:e=>{e.exports={en:["Chart style Area"],fr:["Style de graphique zones"]}},19265:e=>{e.exports={en:["Chart style Bars"],fr:["Style de graphique barres"]}},19579:e=>{e.exports={en:["Chart style Baseline"],fr:["Style de graphique Ligne de base"]}},47189:e=>{e.exports={en:["Chart style Kagi"],fr:["Style de graphique Kagi"]}},39883:e=>{e.exports={en:["Chart style HLC area"],fr:["Style de graphique Zone HLC"]}},67579:e=>{e.exports={en:["Chart style HLC bars"]}},44958:e=>{e.exports={en:["Chart style Hollow candles"],fr:["Style de graphique bougies creuses"]}},62423:e=>{e.exports={en:["Chart style Heikin Ashi"],fr:["Style de graphique Heikin Ashi"]}},70405:e=>{e.exports={en:["Chart style High-low"],fr:["Style de graphique Haut-Bas"]}},92911:e=>{e.exports={en:["Chart style Line"],fr:["Style de graphique ligne"]}},35458:e=>{e.exports={en:["Chart style Line with markers"],fr:["Style de graphique Ligne avec marqueurs"]}},11604:e=>{e.exports={en:["Chart style Line break"],fr:["Style de graphique Cassure de ligne"]}},67346:e=>{e.exports={en:["Chart style Session volume profile"],fr:["Style de graphique Profil du volume de la session"]}},40447:e=>{e.exports={en:["Chart style Step line"],fr:["Style de graphique Ligne en escalier"]}},22027:e=>{e.exports={en:["Chart style Point & figure"],fr:["Style de graphique Point & Figure"]}},49942:e=>{e.exports={en:["Chart style Range"],fr:["Style de graphique Gamme"]}},80082:e=>{e.exports={en:["Chart style Renko"],fr:["Style de graphique Renko"]}},94861:e=>{e.exports={en:["Chart style Time Price Opportunity"],fr:["Style de graphique Temps Prix Opportunité"]}},13618:e=>{e.exports={en:["Chart style Volume candles"],fr:["Style de graphique Bougies de volume"]}},21190:e=>{e.exports={en:["Chart style Volume footprint"],fr:["Style de graphique Empreinte de volume"]}},53438:e=>{e.exports={en:["Chart template"],fr:["Modèle de graphique"]}},47742:e=>{e.exports={en:["Close menu"],fr:["Fermer le menu"]}},81578:e=>{e.exports={en:["Cursors"],fr:["Curseurs"]}},77915:e=>{e.exports={en:["Cycles"]}},32064:e=>{e.exports={en:["Annotation tools"],fr:["Outils d'annotation"]}},69207:e=>{e.exports={en:["Add to favorites"],fr:["Ajouter aux favoris"]}},34040:e=>{e.exports={en:["All sources"],fr:["Toutes les sources"]}},19147:e=>{
+e.exports={en:["Arrows"],fr:["Flèches"]}},42358:e=>{e.exports={en:["Bond"],fr:["Obligation"]}},65695:e=>{e.exports={en:["Brushes"],fr:["Brosses"]}},51494:e=>{e.exports={en:["Gann"]}},2654:e=>{e.exports={en:["Gann and Fibonacci tools"],fr:["Outils de Gann et Fibonacci"]}},22145:e=>{e.exports={en:["Geometric shapes"],fr:["Formes géométriques"]}},57157:e=>{e.exports={en:["Dot"],fr:["Point"]}},25848:e=>{e.exports={en:["Dark theme"],fr:["Thème sombre"]}},14939:e=>{e.exports={en:["Demonstration"],fr:["Démonstration"]}},78734:e=>{e.exports={en:["Description"]}},74385:e=>{e.exports={en:["Drawings"],fr:["Dessins"]}},44255:e=>{e.exports={en:["Elliott waves"],fr:["Vagues d'Elliott"]}},8727:e=>{e.exports={en:["Eraser"],fr:["Gomme"]}},93308:e=>{e.exports={en:["Extended session"],fr:["Session étendue"]}},1410:e=>{e.exports={en:["Forecasting and measurement tools"],fr:["Outils de prédiction et de mesure"]}},26578:e=>{e.exports={en:["Fibonacci"]}},67092:e=>{e.exports={en:["Fullscreen mode"],fr:["Mode plein écran"]}},83576:e=>{e.exports={en:["Function"],fr:["Fonction"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"],fr:["Maintenez la touche {hotKey_0} enfoncée pour un dessin temporaire"]}},27077:e=>{e.exports={en:["Open Object Tree"],fr:["Ouvrir l'arborescence des objets"]}},7386:e=>{e.exports={en:["Open chart layout"],fr:["Ouvrir la mise en page du graphique"]}},79451:e=>{e.exports={en:["Lock all drawings"],fr:["Verrouiller tous les Outils de Dessin"]}},35112:e=>{e.exports={en:["Move chart back"],fr:["Déplacer le graphique vers l'arrière"]}},12754:e=>{e.exports={en:["Move chart forward"],fr:["Déplacer le graphique vers l'avant"]}},37117:e=>{e.exports={en:["More"],fr:["Plus"]}},35553:e=>{e.exports={en:["Magic"],fr:["Magie"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"],fr:["Le mode Aimant accroche les dessins placés près des barres de prix à la valeur OHLC la plus proche"]}},81031:e=>{e.exports={en:["Manage layout drawings"],fr:["Gérer les dessins de mise en page"]}},91563:e=>{e.exports={en:["Measure"],fr:["Mesure"]}},97050:e=>{e.exports={en:["Measurer"],fr:["Mesureur"]}},7276:e=>{e.exports={en:["Merge all scales to the left"],fr:["Fusionner toutes les échelles vers la gauche"]}},80219:e=>{e.exports={en:["Merge all scales to the right"],fr:["Fusionner toutes les échelles vers la droite"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],fr:["Aucun échange ne correspond à vos critères"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],fr:["Aucun symbole ne correspond à vos critères"]}},47202:e=>{e.exports={en:["Nothing matches your criteria"],fr:["Rien ne correspond à vos critères"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"],fr:["Les nouveaux tracés sont répliqués dans tous les graphiques de la mise en page et affichés lorsque le même ticker est sélectionné"]}},3521:e=>{e.exports={en:["New drawings will sync globally"],
+fr:["Les nouveaux dessins seront synchronisés globalement"]}},93027:e=>{e.exports={en:["New drawings will sync in layout"],fr:["Les nouveaux dessins seront synchronisés dans la mise en page"]}},28628:e=>{e.exports={en:["Sources"]}},41569:e=>{e.exports={en:["Save chart layout"],fr:["Sauvegarder la Configuration du Graphique"]}},8573:e=>{e.exports={en:["Search"],fr:["Chercher"]}},79354:e=>{e.exports={en:["Search tool or function"],fr:["Outil ou fonction de recherche"]}},57640:e=>{e.exports={en:["Select source"],fr:["Sélectionner la source"]}},65781:e=>{e.exports={en:["Shapes"],fr:["Formes"]}},3154:e=>{e.exports={en:["Show Hidden Tools"],fr:["Montrer les Outils Cachés"]}},85786:e=>{e.exports={en:["Show Object Tree"],fr:["Afficher l'arborescence des objets"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],fr:["Rester en Mode Dessin"]}},94593:e=>{e.exports={en:["Strong Magnet"],fr:["Aimant puissant"]}},95481:e=>{e.exports={en:["Symbol"],fr:["Symbole"]}},74007:e=>{e.exports={en:["Symbol & description"],fr:["Symbole & description"]}},51165:e=>{e.exports={en:["Symbol Search"],fr:["Recherche de symbole"]}},23391:e=>{e.exports={en:["Sync drawings to all charts"],fr:["Sync tracés sur tous les graphiques"]}},46417:e=>{e.exports={en:["Patterns"],fr:["Motifs"]}},36167:e=>{e.exports={en:["Pitchforks"],fr:["Fourches"]}},79366:e=>{e.exports={en:["Previous day close price line"],fr:["Ligne de prix de clôture du jour précédent"]}},76753:e=>{e.exports={en:["Recent search"],fr:["Recherche récente"]}},28051:e=>{e.exports={en:["Regular session"],fr:["Session ordinaire"]}},57118:e=>{e.exports={en:["Remove Drawings"],fr:["Supprimer les dessins"]}},4474:e=>{e.exports={en:["Remove all indicators and drawing tools"],fr:["Supprimer tous les indicateurs et outils de dessin"]}},96374:e=>{e.exports={en:["Remove drawings"],fr:["Supprimer les dessins"]}},85106:e=>{e.exports={en:["Remove from favorites"],fr:["Retirer des favoris"]}},99984:e=>{e.exports={en:["Remove indicators"],fr:["Supprimer les indicateurs"]}},38206:e=>{e.exports={en:["Rename chart layout"],fr:["Renommer la configuration du graphique"]}},31789:e=>{e.exports={en:["Reset chart"],fr:["Réinitialiser le graphique"]}},3519:e=>{e.exports={en:["Weak Magnet"],fr:["Aimant faible"]}},65831:e=>{e.exports={en:["Text & Notes"],fr:["Texte & Notes"]}},48773:e=>{e.exports={en:["Trend line tools"],fr:["Outils de lignes de tendances"]}},27463:e=>{e.exports={en:["Type to search for drawings, functions and settings"],fr:["Tapez pour rechercher des dessins, des fonctions et des paramètres"]}},69260:e=>{e.exports={en:["Volume-based"],fr:["Basé sur le volume"]}},78659:e=>{e.exports={en:["You're changing the user interface to the {name} theme. Would you like to switch the chart template's theme too?"],fr:["Vous changez l'interface utilisateur pour le thème {name}. Souhaitez-vous également changer le thème du modèle de graphique ?"]}},55774:e=>{e.exports={en:["Zoom In"],fr:["Grossissement"]}},37310:e=>{e.exports={en:["Zoom Out"],fr:["Réduction"]}},70932:e=>{e.exports={en:["commodity"],
+fr:["produit de base"]}},79599:e=>{e.exports={en:["cfd"]}},13489:e=>{e.exports={en:["change ideas visibility on chart"],fr:["changer la visibilité des idées sur le graphique"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"],fr:["Modifier la visibilité des étiquettes de noms des indicateurs et des données financières"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"],fr:["modifier la visibilité des étiquettes de valeur des indicateurs et des données financières"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"],fr:["changer la visibilité des lignes de prix pré/post marché"]}},46128:e=>{e.exports={en:["crypto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"],fr:["économie"]}},17770:e=>{e.exports={en:["forex"],fr:["Forex"]}},4723:e=>{e.exports={en:["futures"]}},87464:e=>{e.exports={en:["index"],fr:["indice"]}},90250:e=>{e.exports={en:["indices"]}},76752:e=>{e.exports={en:["stock"]}},94521:e=>{e.exports={en:["sync drawings"],fr:["sync les dessins"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"],fr:["{hotKey_0} + cliquer sur le graphique"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"],fr:["{hotKey_0} - cercle"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"],fr:["{hotKey_0} - dessiner une ligne droite à des angles de 45"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"],fr:["{hotKey_0} - Incréments fixes"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"],fr:["{hotKey_0} - carré"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.4543.af2e0ddd821d5bacf27b.js b/public/charting_library/bundles/fr.4543.af2e0ddd821d5bacf27b.js
new file mode 100644
index 0000000..bfeb686
--- /dev/null
+++ b/public/charting_library/bundles/fr.4543.af2e0ddd821d5bacf27b.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4543],{63271:r=>{r.exports={en:["Flipped"],fr:["Basculé"]}},28941:r=>{r.exports={en:["Mirrored"],fr:["Reflété"]}},92479:r=>{r.exports={en:["flip bars pattern"],fr:["motif de barres flottantes"]}},20965:r=>{r.exports={en:["mirror bars pattern"],fr:["motif de barres en miroir"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.4593.99cfdf832ec7f90cc2a7.js b/public/charting_library/bundles/fr.4593.99cfdf832ec7f90cc2a7.js
new file mode 100644
index 0000000..785234d
--- /dev/null
+++ b/public/charting_library/bundles/fr.4593.99cfdf832ec7f90cc2a7.js
@@ -0,0 +1,5 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4593,4040,359,4821],{55517:e=>{e.exports={en:["Add"],fr:["Ajouter"]}},29619:e=>{e.exports={en:["Add custom color"],fr:["Ajouter une couleur personnalisée"]}},80936:e=>{e.exports={en:["Opacity"],fr:["Opacité"]}},33857:e=>{e.exports={en:["Cross"],fr:["Croix"]}},97349:e=>{e.exports={en:["Fr"],fr:["Ven"]}},30961:e=>{e.exports={en:["Mo"],fr:["Lu"]}},94748:e=>{e.exports={en:["Sa"],fr:["Sam"]}},75005:e=>{e.exports={en:["Su"],fr:["Dim"]}},92578:e=>{e.exports={en:["We"],fr:["Me"]}},8765:e=>{e.exports={en:["Th"],fr:["Jeu"]}},9135:e=>{e.exports={en:["Tu"],fr:["Ma"]}},53288:e=>{e.exports={en:["animals & nature"],fr:["animaux & nature"]}},21311:e=>{e.exports={en:["activity"],fr:["activité"]}},90678:e=>{e.exports={en:["food & drink"],fr:["nourriture & boissons"]}},6715:e=>{e.exports={en:["flags"],fr:["drapeaux"]}},98355:e=>{e.exports={en:["objects"],fr:["objets"]}},43438:e=>{e.exports={en:["smiles & people"],fr:["sourires & personnes"]}},40457:e=>{e.exports={en:["symbols"],fr:["symboles"]}},88906:e=>{e.exports={en:["recently used"],fr:["récemment utilisé"]}},28562:e=>{e.exports={en:["travel & places"],fr:["voyages & lieux"]}},24716:e=>{e.exports={en:["Another symbol"],fr:["Un autre symbole"]}},41256:e=>{e.exports={en:["Back"],fr:["Retour"]}},76542:e=>{e.exports={en:["Labels on price scale"],fr:["Étiquettes sur l'échelle de prix"]}},94849:e=>{e.exports={en:["Main chart symbol"],fr:["Symbole principal du graphique"]}},49191:e=>{e.exports={en:["Values in status line"],fr:["Valeurs dans la ligne d'état"]}},53174:e=>{e.exports={en:["Right"],fr:["De droite"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"],fr:["Le calendrier est actuellement sur l'année {year}"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"],fr:["Le calendrier est actuellement sur les années de {year_start} à {year_end}"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"],fr:["Le calendrier est actuellement sur {month}"]}},4543:e=>{e.exports={en:["Cancel"],fr:["Annuler"]}},24197:e=>{e.exports={en:["Center"],fr:["Centre"]}},63245:e=>{e.exports={en:["Change symbol"],fr:["Changer le symbole"]}},54613:e=>{e.exports={en:["Chart"],fr:["Graphique"]}},5669:e=>{e.exports={en:["Circles"],fr:["Cercles"]}},47742:e=>{e.exports={en:["Close menu"],fr:["Fermer le menu"]}},8305:e=>{e.exports={en:["Above bar"],fr:["Barre Au-dessus"]}},69758:e=>{e.exports={en:["Absolute"],fr:["Absolu"]}},34040:e=>{e.exports={en:["All sources"],fr:["Toutes les sources"]}},62511:e=>{e.exports={en:["Apply Defaults"],fr:["Appliquer les paramètres par défaut"]}},28896:e=>{e.exports={en:["April"],fr:["Avril"]}},7349:e=>{e.exports={en:["Area with breaks"],fr:["Zone avec des interruptions"]}},11081:e=>{e.exports={en:["August"],fr:["Août"]}},27567:e=>{e.exports={en:["Bottom"],fr:["Bas"]}},74406:e=>{e.exports={en:["Body"],fr:["Corps"]}},42358:e=>{e.exports={en:["Bond"],fr:["Obligation"]}},38408:e=>{e.exports={en:["Border"],fr:["Bordure"]}},79468:e=>{e.exports={
+en:["Background"],fr:["Arrière-Plan"]}},9417:e=>{e.exports={en:["Below bar"],fr:["Sous la barre"]}},68043:e=>{e.exports={en:["Gradient"],fr:["Dégradé"]}},27390:e=>{e.exports={en:["Dotted line"],fr:["Ligne pointillée"]}},71776:e=>{e.exports={en:["Down"],fr:["Bas"]}},72942:e=>{e.exports={en:["Days"],fr:["Jours"]}},88123:e=>{e.exports={en:["Dashed line"],fr:["Ligne traitillée"]}},73033:e=>{e.exports={en:["Developing VA"]}},90082:e=>{e.exports={en:["December"],fr:["Décembre"]}},55319:e=>{e.exports={en:["Decrease"],fr:["Diminuer"]}},16564:e=>{e.exports={en:["Default"],fr:["Par Défaut"]}},48572:e=>{e.exports={en:["Defaults"],fr:["Configurations par Défaut"]}},78734:e=>{e.exports={en:["Description"]}},81069:e=>{e.exports={en:["February"],fr:["Février"]}},3570:e=>{e.exports={en:["Friday"],fr:["Vendredi"]}},56796:e=>{e.exports={en:["Hours"],fr:["Heures"]}},95406:e=>{e.exports={en:["Horizontal"]}},8854:e=>{e.exports={en:["Hidden"],fr:["Masqué"]}},78057:e=>{e.exports={en:["Histogram"],fr:["Histogramme"]}},39832:e=>{e.exports={en:["Increase"],fr:["Augmenter"]}},21429:e=>{e.exports={en:["Inputs"],fr:["Paramètres en Entrée"]}},200:e=>{e.exports={en:["January"],fr:["Janvier"]}},6608:e=>{e.exports={en:["July"],fr:["Juillet"]}},61487:e=>{e.exports={en:["June"],fr:["Juin"]}},37997:e=>{e.exports={en:["October"],fr:["Octobre"]}},55450:e=>{e.exports={en:["Offset"],fr:["Décalage"]}},19295:e=>{e.exports={en:["Ok"],fr:["D'accord"]}},89702:e=>{e.exports={en:["Outputs"]}},64075:e=>{e.exports={en:["Override min tick"],fr:["Ne pas tenir compte du Tick minimum"]}},62791:e=>{e.exports={en:["Labels font"],fr:["Police des étiquettes"]}},11626:e=>{e.exports={en:["Left"],fr:["Gauche"]}},34862:e=>{e.exports={en:["Line with breaks"],fr:["Ligne Interrompue"]}},28603:e=>{e.exports={en:["Line style"],fr:["Style de ligne"]}},19573:e=>{e.exports={en:["Monday"],fr:["Lundi"]}},43154:e=>{e.exports={en:["Months"],fr:["Mois"]}},37117:e=>{e.exports={en:["More"],fr:["Plus"]}},25734:e=>{e.exports={en:["May"],fr:["Mai"]}},93878:e=>{e.exports={en:["March"],fr:["Mars"]}},68833:e=>{e.exports={en:["Middle"],fr:["Milieu"]}},42562:e=>{e.exports={en:["Minutes"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],fr:["Aucun échange ne correspond à vos critères"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],fr:["Aucun symbole ne correspond à vos critères"]}},4607:e=>{e.exports={en:["November"],fr:["Novembre"]}},65353:e=>{e.exports={en:["Normal"]}},69102:e=>{e.exports={en:["Next year"],fr:["Année suivante"]}},17538:e=>{e.exports={en:["Next years"],fr:["Années suivantes"]}},92790:e=>{e.exports={en:["Next month"],fr:["Mois suivant"]}},71300:e=>{e.exports={en:["Number format is invalid."],fr:["Le format du numéro n'est pas valide."]}},28628:e=>{e.exports={en:["Sources"]}},88686:e=>{e.exports={en:["Solid"],fr:["Uni"]}},30348:e=>{e.exports={en:["Saturday"],fr:["Samedi"]}},99687:e=>{e.exports={en:["Save as default"],fr:["Sauvegarder comme Paramètres par Défaut"]}},8573:e=>{e.exports={en:["Search"],fr:["Chercher"]}},65188:e=>{e.exports={en:["Seconds"],
+fr:["Secondes"]}},57640:e=>{e.exports={en:["Select source"],fr:["Sélectionner la source"]}},32179:e=>{e.exports={en:["September"],fr:["Septembre"]}},38712:e=>{e.exports={en:["Signal labels"],fr:["Étiquettes du signal"]}},31331:e=>{e.exports={en:["Specified value is more than the instrument maximum of {max}."],fr:["La valeur spécifiée est supérieure au maximum de {max} de l'instrument."]}},24216:e=>{e.exports={en:["Specified value is less than the instrument minimum of {min}."],fr:["La valeur spécifiée est inférieure au minimum de {min} de l'instrument."]}},14788:e=>{e.exports={en:["Step line with breaks"],fr:["Step line avec cassures"]}},11877:e=>{e.exports={en:["Step line with diamonds"],fr:["Ligne à degrés avec losanges"]}},61480:e=>{e.exports={en:["Sunday"],fr:["Dimanche"]}},70235:e=>{e.exports={en:["Switch to months"],fr:["Passer en mois"]}},91245:e=>{e.exports={en:["Switch to dates"],fr:["Passer en dates"]}},71961:e=>{e.exports={en:["Switch to years"],fr:["Passer en années"]}},95481:e=>{e.exports={en:["Symbol"],fr:["Symbole"]}},74007:e=>{e.exports={en:["Symbol & description"],fr:["Symbole & description"]}},51165:e=>{e.exports={en:["Symbol Search"],fr:["Recherche de symbole"]}},10783:e=>{e.exports={en:["Placement"],fr:["Localisation"]}},27254:e=>{e.exports={en:["Please enter the right date"],fr:["Veuillez saisir la bonne date"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"],fr:["Veuillez entrer le bon format de date aaaa-mm-jj"]}},59766:e=>{e.exports={en:["Precision"],fr:["Précision"]}},93984:e=>{e.exports={en:["Previous month"],fr:["Mois précédent"]}},75776:e=>{e.exports={en:["Previous year"],fr:["Année précédente"]}},44701:e=>{e.exports={en:["Previous years"],fr:["Années précédentes"]}},98721:e=>{e.exports={en:["Quantity"],fr:["Quantité"]}},89984:e=>{e.exports={en:["Remove color"],fr:["Supprimer la couleur"]}},47550:e=>{e.exports={en:["Remove selected emoji"],fr:["Supprimer l'emoji sélectionné"]}},33533:e=>{e.exports={en:["Reset settings"],fr:["Réinitialiser les paramètres"]}},50421:e=>{e.exports={en:["Right"],fr:["Droite"]}},94226:e=>{e.exports={en:["Wednesday"],fr:["Mercredi"]}},835:e=>{e.exports={en:["Weeks"],fr:["Semaines"]}},32163:e=>{e.exports={en:["Wick"],fr:["Mèche"]}},4622:e=>{e.exports={en:["Width (% of the box)"],fr:["Largeur (% de la boîte)"]}},97118:e=>{e.exports={en:["Top"],fr:["Haut"]}},25485:e=>{e.exports={en:["Text alignment"],fr:["Alignement du texte"]}},77753:e=>{e.exports={en:["Text color"],fr:["Couleur du Texte"]}},67781:e=>{e.exports={en:["Text orientation"],fr:["Orientation du texte"]}},79137:e=>{e.exports={en:["Thursday"],fr:["Jeudi"]}},54971:e=>{e.exports={en:["Thickness"],fr:["Epaisseur"]}},24821:e=>{e.exports={en:["Ticks"]}},6532:e=>{e.exports={en:["Trades on chart"],fr:["Trades sur le graphique"]}},82160:e=>{e.exports={en:["Tuesday"],fr:["Mardi"]}},22691:e=>{e.exports={en:["Up"],fr:["Haut"]}},13748:e=>{e.exports={en:["Use special math signs to displace selected drawings: +,-,/,* for price and +,- for bar index."],
+fr:["Utilisez des signes mathématiques spéciaux pour déplacer les dessins sélectionnés : +,-,/,* pour le prix et +,- pour l'index des barres."]}},81363:e=>{e.exports={en:["Volume profile"],fr:["Profil de Volume"]}},60092:e=>{e.exports={en:["Values"],fr:["Valeurs"]}},69526:e=>{e.exports={en:["Vertical"]}},66181:e=>{e.exports={en:["Years"],fr:["Années"]}},70932:e=>{e.exports={en:["commodity"],fr:["produit de base"]}},79599:e=>{e.exports={en:["cfd"]}},26476:e=>{e.exports={en:["change min tick"],fr:["Variation min du tick"]}},29426:e=>{e.exports={en:["change opacity"],fr:["Changer l'opacité"]}},86955:e=>{e.exports={en:["change char"],fr:["Changer Char"]}},31675:e=>{e.exports={en:["change color"],fr:["Changer la couleur"]}},85889:e=>{e.exports={en:["change expand blocks"],fr:["modifier étendre les blocs"]}},27745:e=>{e.exports={en:["change font size"],fr:["Changer la taille de la police"]}},28818:e=>{e.exports={en:["change line style"],fr:["Changer le style de la ligne"]}},6834:e=>{e.exports={en:["change location"],fr:["Changer l'emplacement"]}},62294:e=>{e.exports={en:["change percent width"],fr:["Changer la largeur du pourcentage"]}},81891:e=>{e.exports={en:["change placement"],fr:["Changer le Placement"]}},43439:e=>{e.exports={en:["change plot type"],fr:["Changer le type de diagramme"]}},61863:e=>{e.exports={en:["change precision"],fr:["Changer la précision"]}},83468:e=>{e.exports={en:["change shape"],fr:["Changer la forme"]}},73281:e=>{e.exports={en:["change thickness"],fr:["Changer l'épaisseur"]}},21333:e=>{e.exports={en:["change value"],fr:["Changer la valeur"]}},9344:e=>{e.exports={en:["change values visibility"],fr:["changer la visibilité des valeurs"]}},96135:e=>{e.exports={en:["change {title} days to"],fr:["modifier {title} de jours vers"]}},91201:e=>{e.exports={en:["change {title} days from"],fr:["modifier {title} en jours de"]}},8306:e=>{e.exports={en:["change {title} hours from"],fr:["modifier {title} en heures de"]}},67233:e=>{e.exports={en:["change {title} hours to"],fr:["modifier {title} d'heures vers"]}},99122:e=>{e.exports={en:["change {title} months from"],fr:["modifier {title} en semaines de"]}},10518:e=>{e.exports={en:["change {title} months to"],fr:["modifier {title} de mois vers"]}},38011:e=>{e.exports={en:["change {title} minutes to"],fr:["modifier {title} de minutes vers"]}},59820:e=>{e.exports={en:["change {title} minutes from"],fr:["modifier {title} en minutes de"]}},6573:e=>{e.exports={en:["change {title} seconds to"],fr:["modifier {title} de secondes vers"]}},86780:e=>{e.exports={en:["change {title} seconds from"],fr:["modifier {title} en secondes de"]}},32481:e=>{e.exports={en:["change {title} weeks from"],fr:["modifier {title} en semaines de"]}},18678:e=>{e.exports={en:["change {title} weeks to"],fr:["modifier {title} de semaines vers"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],fr:["modifier la visibilité de {title} sur les ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],fr:["modifier la visibilité de {title} sur les semaines"]}},55616:e=>{
+e.exports={en:["change {title} visibility on {ranges}"],fr:["modifier la visibilité de {title} sur {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],fr:["modifier la visibilité de {title} sur les jours"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],fr:["modifier la visibilité de {title} sur les heures"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],fr:["modifier la visibilité de {title} sur les minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],fr:["modifier la visibilité de {title} sur les mois"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],fr:["modifier la visibilité de {title} sur les secondes"]}},25167:e=>{e.exports={en:["change {propertyName} property"],fr:["changer la propriété de {propertyName}"]}},5741:e=>{e.exports={en:["close"],fr:["fermeture"]}},46128:e=>{e.exports={en:["crypto"]}},35813:e=>{e.exports={en:["days"],fr:["Jours"]}},89919:e=>{e.exports={en:["days to"],fr:["jours vers"]}},59215:e=>{e.exports={en:["days from"],fr:["jours de"]}},47268:e=>{e.exports={en:["dr"]}},406:e=>{e.exports={en:["e.g. +1"],fr:["p. ex. +1"]}},49957:e=>{e.exports={en:["e.g. /2"],fr:["p. ex. /2"]}},54094:e=>{e.exports={en:["economy"],fr:["économie"]}},17770:e=>{e.exports={en:["forex"],fr:["Forex"]}},4723:e=>{e.exports={en:["futures"]}},2359:e=>{e.exports={en:["hours"],fr:["Heures"]}},82267:e=>{e.exports={en:["hours from"],fr:["heures de"]}},15600:e=>{e.exports={en:["hours to"],fr:["heures vers"]}},59319:e=>{e.exports={en:["high"],fr:["haut"]}},96008:e=>{e.exports={en:["hl2"]}},91189:e=>{e.exports={en:["hlc3"]}},49242:e=>{e.exports={en:["hlcc4"]}},87464:e=>{e.exports={en:["index"],fr:["indice"]}},90250:e=>{e.exports={en:["indices"]}},52793:e=>{e.exports={en:["ohlc4"]}},83584:e=>{e.exports={en:["open"],fr:["ouvert"]}},41902:e=>{e.exports={en:["low"],fr:["bas"]}},95300:e=>{e.exports={en:["months"],fr:["Mois"]}},17250:e=>{e.exports={en:["months from"],fr:["mois de"]}},2828:e=>{e.exports={en:["months to"],fr:["mois vers"]}},18726:e=>{e.exports={en:["minutes"],fr:["Minutes"]}},67649:e=>{e.exports={en:["minutes to"],fr:["minutes vers"]}},22476:e=>{e.exports={en:["minutes from"],fr:["minutes de"]}},751:e=>{e.exports={en:["seconds"],fr:["secondes"]}},73419:e=>{e.exports={en:["seconds to"],fr:["secondes vers"]}},35801:e=>{e.exports={en:["seconds from"],fr:["secondes de"]}},76752:e=>{e.exports={en:["stock"]}},45537:e=>{e.exports={en:["weeks"],fr:["semaines"]}},92859:e=>{e.exports={en:["weeks from"],fr:["semaines de"]}},44127:e=>{e.exports={en:["weeks to"],fr:["semaines vers"]}},3539:e=>{e.exports={en:["ticks"],fr:["Ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.4821.0124e1463859eb34b0d7.js b/public/charting_library/bundles/fr.4821.0124e1463859eb34b0d7.js
new file mode 100644
index 0000000..4de8a50
--- /dev/null
+++ b/public/charting_library/bundles/fr.4821.0124e1463859eb34b0d7.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4821],{24821:e=>{e.exports={en:["Ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.5111.0e84f778015dc1f067f1.js b/public/charting_library/bundles/fr.5111.0e84f778015dc1f067f1.js
new file mode 100644
index 0000000..91b96d3
--- /dev/null
+++ b/public/charting_library/bundles/fr.5111.0e84f778015dc1f067f1.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5111],{77114:e=>{e.exports={en:["erase level line"],fr:["effacer la ligne de niveau"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.5402.f7a00bf7d82b9a40920d.js b/public/charting_library/bundles/fr.5402.f7a00bf7d82b9a40920d.js
new file mode 100644
index 0000000..ae516f4
--- /dev/null
+++ b/public/charting_library/bundles/fr.5402.f7a00bf7d82b9a40920d.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5402],{15402:e=>{e.exports={en:["Next time you can use {shortcut} for quick paste"],fr:["La prochaine fois, vous pourrez utiliser {shortcut} pour un collage rapide"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.5683.0a2c985dba54512056ce.js b/public/charting_library/bundles/fr.5683.0a2c985dba54512056ce.js
new file mode 100644
index 0000000..90761db
--- /dev/null
+++ b/public/charting_library/bundles/fr.5683.0a2c985dba54512056ce.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5683],{97349:e=>{e.exports={en:["Fr"],fr:["Ven"]}},30961:e=>{e.exports={en:["Mo"],fr:["Lu"]}},94748:e=>{e.exports={en:["Sa"],fr:["Sam"]}},75005:e=>{e.exports={en:["Su"],fr:["Dim"]}},92578:e=>{e.exports={en:["We"],fr:["Me"]}},8765:e=>{e.exports={en:["Th"],fr:["Jeu"]}},9135:e=>{e.exports={en:["Tu"],fr:["Ma"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"],fr:["Le calendrier est actuellement sur l'année {year}"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"],fr:["Le calendrier est actuellement sur les années de {year_start} à {year_end}"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"],fr:["Le calendrier est actuellement sur {month}"]}},4543:e=>{e.exports={en:["Cancel"],fr:["Annuler"]}},47742:e=>{e.exports={en:["Close menu"],fr:["Fermer le menu"]}},81861:e=>{e.exports={en:["Custom range"],fr:["Plage personnalisée"]}},28896:e=>{e.exports={en:["April"],fr:["Avril"]}},11081:e=>{e.exports={en:["August"],fr:["Août"]}},42432:e=>{e.exports={en:["Go to"],fr:["Aller à"]}},90082:e=>{e.exports={en:["December"],fr:["Décembre"]}},81069:e=>{e.exports={en:["February"],fr:["Février"]}},3570:e=>{e.exports={en:["Friday"],fr:["Vendredi"]}},200:e=>{e.exports={en:["January"],fr:["Janvier"]}},6608:e=>{e.exports={en:["July"],fr:["Juillet"]}},61487:e=>{e.exports={en:["June"],fr:["Juin"]}},37997:e=>{e.exports={en:["October"],fr:["Octobre"]}},19295:e=>{e.exports={en:["Ok"],fr:["D'accord"]}},19573:e=>{e.exports={en:["Monday"],fr:["Lundi"]}},43154:e=>{e.exports={en:["Months"],fr:["Mois"]}},37117:e=>{e.exports={en:["More"],fr:["Plus"]}},25734:e=>{e.exports={en:["May"],fr:["Mai"]}},93878:e=>{e.exports={en:["March"],fr:["Mars"]}},4607:e=>{e.exports={en:["November"],fr:["Novembre"]}},69102:e=>{e.exports={en:["Next year"],fr:["Année suivante"]}},17538:e=>{e.exports={en:["Next years"],fr:["Années suivantes"]}},92790:e=>{e.exports={en:["Next month"],fr:["Mois suivant"]}},30348:e=>{e.exports={en:["Saturday"],fr:["Samedi"]}},32179:e=>{e.exports={en:["September"],fr:["Septembre"]}},61480:e=>{e.exports={en:["Sunday"],fr:["Dimanche"]}},70235:e=>{e.exports={en:["Switch to months"],fr:["Passer en mois"]}},91245:e=>{e.exports={en:["Switch to dates"],fr:["Passer en dates"]}},71961:e=>{e.exports={en:["Switch to years"],fr:["Passer en années"]}},27254:e=>{e.exports={en:["Please enter the right date"],fr:["Veuillez saisir la bonne date"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"],fr:["Veuillez entrer le bon format de date aaaa-mm-jj"]}},93984:e=>{e.exports={en:["Previous month"],fr:["Mois précédent"]}},75776:e=>{e.exports={en:["Previous year"],fr:["Année précédente"]}},44701:e=>{e.exports={en:["Previous years"],fr:["Années précédentes"]}},94226:e=>{e.exports={en:["Wednesday"],fr:["Mercredi"]}},79137:e=>{e.exports={en:["Thursday"],fr:["Jeudi"]}},82160:e=>{e.exports={en:["Tuesday"],fr:["Mardi"]}},66181:e=>{e.exports={en:["Years"],fr:["Années"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.5862.3039f470825daf65b9d6.js b/public/charting_library/bundles/fr.5862.3039f470825daf65b9d6.js
new file mode 100644
index 0000000..76b5455
--- /dev/null
+++ b/public/charting_library/bundles/fr.5862.3039f470825daf65b9d6.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5862],{4543:e=>{e.exports={en:["Cancel"],fr:["Annuler"]}},32910:e=>{e.exports={en:["Choose image"],fr:["Choisir une image"]}},47742:e=>{e.exports={en:["Close menu"],fr:["Fermer le menu"]}},98918:e=>{e.exports={en:["Drop image here!"],fr:["Déplacez l'image ici!"]}},49580:e=>{e.exports={en:["Image is required"],fr:["Image requise"]}},41667:e=>{e.exports={en:["JPG, PNG or WEBP"],fr:["JPG, PNG ou WEBP"]}},19295:e=>{e.exports={en:["Ok"],fr:["D'accord"]}},7654:e=>{e.exports={en:["Max size {value}"],fr:["Taille max {value}"]}},64789:e=>{e.exports={en:["Something went wrong, try again"],fr:["Quelque chose n'a pas fonctionné, essayez encore"]}},73007:e=>{e.exports={en:["The image being pasted is way too large"],fr:["L'image collée est beaucoup trop grande"]}},19788:e=>{e.exports={en:["Transparency"],fr:["Transparence"]}},16992:e=>{e.exports={en:["Upload a valid image. The file you uploaded was either not an image or a corrupted image."],fr:["Importer une image valide. Le fichier que vous avez importé soit n'était pas une image ou était une image altérée."]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.6155.0d55563600ea0d002811.js b/public/charting_library/bundles/fr.6155.0d55563600ea0d002811.js
new file mode 100644
index 0000000..b168352
--- /dev/null
+++ b/public/charting_library/bundles/fr.6155.0d55563600ea0d002811.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],fr:["#{count} (prix, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],fr:["Coordonnées"]}},24197:e=>{e.exports={en:["Center"],fr:["Centre"]}},27567:e=>{e.exports={en:["Bottom"],fr:["Bas"]}},72942:e=>{e.exports={en:["Days"],fr:["Jours"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],fr:["Déplacement (prix, barre)"]}},56796:e=>{e.exports={en:["Hours"],fr:["Heures"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],fr:["Paramètres en Entrée"]}},11626:e=>{e.exports={en:["Left"],fr:["Gauche"]}},43154:e=>{e.exports={en:["Months"],fr:["Mois"]}},68833:e=>{e.exports={en:["Middle"],fr:["Milieu"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"],fr:["Secondes"]}},50421:e=>{e.exports={en:["Right"],fr:["Droite"]}},835:e=>{e.exports={en:["Weeks"],fr:["Semaines"]}},97118:e=>{e.exports={en:["Top"],fr:["Haut"]}},70320:e=>{e.exports={en:["Text"],fr:["Texte"]}},25485:e=>{e.exports={en:["Text alignment"],fr:["Alignement du texte"]}},67781:e=>{e.exports={en:["Text orientation"],fr:["Orientation du texte"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],fr:["changer la coordonnée X de la barre"]}},11737:e=>{e.exports={en:["change price Y coordinate"],fr:["changer la coordonnée Y du prix"]}},96135:e=>{e.exports={en:["change {title} days to"],fr:["modifier {title} de jours vers"]}},91201:e=>{e.exports={en:["change {title} days from"],fr:["modifier {title} en jours de"]}},8306:e=>{e.exports={en:["change {title} hours from"],fr:["modifier {title} en heures de"]}},67233:e=>{e.exports={en:["change {title} hours to"],fr:["modifier {title} d'heures vers"]}},99122:e=>{e.exports={en:["change {title} months from"],fr:["modifier {title} en semaines de"]}},10518:e=>{e.exports={en:["change {title} months to"],fr:["modifier {title} de mois vers"]}},38011:e=>{e.exports={en:["change {title} minutes to"],fr:["modifier {title} de minutes vers"]}},59820:e=>{e.exports={en:["change {title} minutes from"],fr:["modifier {title} en minutes de"]}},6573:e=>{e.exports={en:["change {title} seconds to"],fr:["modifier {title} de secondes vers"]}},86780:e=>{e.exports={en:["change {title} seconds from"],fr:["modifier {title} en secondes de"]}},32481:e=>{e.exports={en:["change {title} weeks from"],fr:["modifier {title} en semaines de"]}},18678:e=>{e.exports={en:["change {title} weeks to"],fr:["modifier {title} de semaines vers"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],fr:["modifier la visibilité de {title} sur les ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],fr:["modifier la visibilité de {title} sur les semaines"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],fr:["modifier la visibilité de {title} sur {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],
+fr:["modifier la visibilité de {title} sur les jours"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],fr:["modifier la visibilité de {title} sur les heures"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],fr:["modifier la visibilité de {title} sur les minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],fr:["modifier la visibilité de {title} sur les mois"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],fr:["modifier la visibilité de {title} sur les secondes"]}},25167:e=>{e.exports={en:["change {propertyName} property"],fr:["changer la propriété de {propertyName}"]}},35813:e=>{e.exports={en:["days"],fr:["Jours"]}},89919:e=>{e.exports={en:["days to"],fr:["jours vers"]}},59215:e=>{e.exports={en:["days from"],fr:["jours de"]}},2359:e=>{e.exports={en:["hours"],fr:["Heures"]}},82267:e=>{e.exports={en:["hours from"],fr:["heures de"]}},15600:e=>{e.exports={en:["hours to"],fr:["heures vers"]}},76261:e=>{e.exports={en:["move drawings"],fr:["déplacer les dessins"]}},95300:e=>{e.exports={en:["months"],fr:["Mois"]}},17250:e=>{e.exports={en:["months from"],fr:["mois de"]}},2828:e=>{e.exports={en:["months to"],fr:["mois vers"]}},18726:e=>{e.exports={en:["minutes"],fr:["Minutes"]}},67649:e=>{e.exports={en:["minutes to"],fr:["minutes vers"]}},22476:e=>{e.exports={en:["minutes from"],fr:["minutes de"]}},751:e=>{e.exports={en:["seconds"],fr:["secondes"]}},73419:e=>{e.exports={en:["seconds to"],fr:["secondes vers"]}},35801:e=>{e.exports={en:["seconds from"],fr:["secondes de"]}},45537:e=>{e.exports={en:["weeks"],fr:["semaines"]}},92859:e=>{e.exports={en:["weeks from"],fr:["semaines de"]}},44127:e=>{e.exports={en:["weeks to"],fr:["semaines vers"]}},3539:e=>{e.exports={en:["ticks"],fr:["Ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.6290.a5f1298c89f78011c7d7.js b/public/charting_library/bundles/fr.6290.a5f1298c89f78011c7d7.js
new file mode 100644
index 0000000..e111652
--- /dev/null
+++ b/public/charting_library/bundles/fr.6290.a5f1298c89f78011c7d7.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6290,7122],{71682:e=>{e.exports={en:["in"],fr:["en"]}},72630:e=>{e.exports={en:["Closed"],fr:["Fermé"]}},18741:e=>{e.exports={en:["Open"],fr:["Ouverture"]}},95931:e=>{e.exports={en:["Cancel Order"],fr:["Annuler Ordre"]}},59783:e=>{e.exports={en:["Close Position"],fr:["Fermer la Position"]}},6060:e=>{e.exports={en:["Add text"],fr:["Ajouter du texte"]}},47545:e=>{e.exports={en:["FAILURE"],fr:["ÉCHEC"]}},1472:e=>{e.exports={en:["Head"],fr:["Tête"]}},27443:e=>{e.exports={en:["Left Shoulder"],fr:["Épaule gauche"]}},67710:e=>{e.exports={en:["Modify Order"],fr:["Modifier l'ordre"]}},26409:e=>{e.exports={en:["SUCCESS"],fr:["SUCCÈS"]}},79463:e=>{e.exports={en:["Stop: {stopChange} ({stopChangePercent}) {stopChangePip}, Amount: {amount}"],fr:["Stop: {stopChange} ({stopChangePercent}) {stopChangePip}, Montant: {amount}"]}},24927:e=>{e.exports={en:["Protect Position"],fr:["Protéger la position"]}},10780:e=>{e.exports={en:["Qty: {qty}"],fr:["Qté: {qty}"]}},98818:e=>{e.exports={en:["Reverse Position"],fr:["Inverser la Position"]}},14719:e=>{e.exports={en:["Right Shoulder"],fr:["Epaule droite"]}},36825:e=>{e.exports={en:["Risk/Reward Ratio: {ratio}"],fr:["Ratio Risque/Récompense: {ratio}"]}},72274:e=>{e.exports={en:["Target: {profitChange} ({profitChangePercent}) {profitChangePip}, Amount: {amount}"],fr:["Cible: {profitChange} ({profitChangePercent}) {profitChangePip},Montant: {amount}"]}},57122:e=>{e.exports={en:["change {title} text"],fr:["modifier le texte de {title}"]}},44994:e=>{e.exports={en:["distance: {number} px"]}},76250:e=>{e.exports={en:["{status} P&L: {pnl}"],fr:["{status} Gains&Pertes: {pnl}"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.6342.6af643b9a34abf3f6313.js b/public/charting_library/bundles/fr.6342.6af643b9a34abf3f6313.js
new file mode 100644
index 0000000..759e6bf
--- /dev/null
+++ b/public/charting_library/bundles/fr.6342.6af643b9a34abf3f6313.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6342],{87859:e=>{e.exports={en:["Not applicable"],fr:["Non applicable"]}},51998:e=>{e.exports={en:["Type the interval number for minute charts (i.e. 5 if it is going to be a five minute chart). Or number plus letter for H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)"],fr:["Tapez le numéro d'intervalle pour les diagrammes de minutes (c'est-à-dire 5 si le graphique doit être de cinq minutes). Ou un nombre plus une lettre pour les intervalles H (horaires), D (journaliers), W (hebdomadaires), M (mensuels) (c'est-à-dire D ou 2H)"]}},96941:e=>{e.exports={en:["Type the interval number for minute charts (i.e. 5 if it's going to be a five minute chart). Or number plus letter for other intervals: S for 1 second chart (15S for 15 second chart, etc.), H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)"],fr:["Tapez le numéro d'intervalle pour les graphiques en minutes (c'est-à-dire 5 s'il s'agit d'un graphique de cinq minutes). Ou un chiffre plus une lettre pour les autres intervalles: S pour 1 seconde (15S pour 15 secondes, etc.), H (horaire), D (quotidien), W (hebdomadaire), M (mensuel) (c.-à-d. D ou 2H)"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.6406.78b7e0b0b9555ce886a5.js b/public/charting_library/bundles/fr.6406.78b7e0b0b9555ce886a5.js
new file mode 100644
index 0000000..6f9ae8b
--- /dev/null
+++ b/public/charting_library/bundles/fr.6406.78b7e0b0b9555ce886a5.js
@@ -0,0 +1,10 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6406,2787,6155,1432,5402,4821],{13616:e=>{e.exports={en:["#{count} (bar)"],fr:["#{count} (barre)"]}},80166:e=>{e.exports={en:["#{count} (price, bar)"],fr:["#{count} (prix, bar)"]}},26381:e=>{e.exports={en:["#1 (bar)"]}},37814:e=>{e.exports={en:["#1 (price)"],fr:["#1 (prix)"]}},6737:e=>{e.exports={en:["#1 (price, bar)"]}},87476:e=>{e.exports={en:["#1 (vertical position %, bar)"],fr:["#1 (position verticale, barre)"]}},29291:e=>{e.exports={en:["Median"],fr:["Médiane"]}},75106:e=>{e.exports={en:["%"]}},53912:e=>{e.exports={en:["Coeffs as percents"],fr:["Coeffs en pourcents"]}},47370:e=>{e.exports={en:["Color"],fr:["Couleur"]}},89735:e=>{e.exports={en:["Compact stats mode"],fr:["Mode statistiques compact"]}},78930:e=>{e.exports={en:["Coordinates"],fr:["Coordonnées"]}},87145:e=>{e.exports={en:["Cash"],fr:["cash"]}},24197:e=>{e.exports={en:["Center"],fr:["Centre"]}},4518:e=>{e.exports={en:["Change in pips"],fr:["Changement en pips"]}},9074:e=>{e.exports={en:["Change price offset"],fr:["Modifier le décalage de prix"]}},390:e=>{e.exports={en:["Angle"]}},36335:e=>{e.exports={en:["Angles"]}},97668:e=>{e.exports={en:["Account size"],fr:["Taille du compte"]}},93857:e=>{e.exports={en:["Always show stats"],fr:["Toujours montrer les statistiques"]}},59129:e=>{e.exports={en:["Arcs"]}},52648:e=>{e.exports={en:["Avg HL in minticks"],fr:["Ticks minimums moyens entre les valeurs hautes et basses"]}},27567:e=>{e.exports={en:["Bottom"],fr:["Bas"]}},17129:e=>{e.exports={en:["Bottom labels"],fr:["Étiquettes du bas"]}},38408:e=>{e.exports={en:["Border"],fr:["Bordure"]}},333:e=>{e.exports={en:["Borders"],fr:["Bordures"]}},79468:e=>{e.exports={en:["Background"],fr:["Arrière-Plan"]}},58375:e=>{e.exports={en:["Background #1"],fr:["Arrière plan #1"]}},89073:e=>{e.exports={en:["Bars range"],fr:["Plage de barres"]}},62374:e=>{e.exports={en:["Date/time range"],fr:["Plage de dates/heures"]}},72942:e=>{e.exports={en:["Days"],fr:["Jours"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],fr:["Déplacement (prix, barre)"]}},3369:e=>{e.exports={en:["Distance"]}},71310:e=>{e.exports={en:["Emoji pin"]}},6002:e=>{e.exports={en:["Entry price"],fr:["Prix d'Entrée"]}},1337:e=>{e.exports={en:["Extend"],fr:["Prolonger"]}},76410:e=>{e.exports={en:["Extend bottom"],fr:["Etendre le bas"]}},25112:e=>{e.exports={en:["Extend left"],fr:["Prolonger à Gauche"]}},61856:e=>{e.exports={en:["Extend left line"],fr:["Prolonger la ligne de gauche"]}},819:e=>{e.exports={en:["Extend lines"],fr:["Prolonger les lignes"]}},25188:e=>{e.exports={en:["Extend lines left"],fr:["Etendre les lignes à gauche"]}},79192:e=>{e.exports={en:["Extend lines right"],fr:["Étendre les lignes à droite"]}},68461:e=>{e.exports={en:["Extend right"],fr:["Prolonger à Droite"]}},87430:e=>{e.exports={en:["Extend right line"],fr:["Prolonger la ligne de droite"]}},71397:e=>{e.exports={en:["Extend top"],fr:["Etendre le sommet"]}},2573:e=>{e.exports={en:["Font size"],fr:["Taille de la police de caractères"]}},71525:e=>{e.exports={
+en:["Failure text"],fr:["Texte en cas d'échec"]}},28357:e=>{e.exports={en:["Failure background"],fr:["Fond en cas d'échec"]}},84885:e=>{e.exports={en:["Fans"],fr:["Éventails de lignes"]}},66086:e=>{e.exports={en:["Fib levels based on log scale"],fr:["Niveaux de Fib basés sur une échelle logarithmique"]}},63271:e=>{e.exports={en:["Flipped"],fr:["Basculé"]}},49275:e=>{e.exports={en:["HL bars"],fr:["Barres HL"]}},56796:e=>{e.exports={en:["Hours"],fr:["Heures"]}},95406:e=>{e.exports={en:["Horizontal"]}},81169:e=>{e.exports={en:["Invalid URL"],fr:["URL non valide"]}},21429:e=>{e.exports={en:["Inputs"],fr:["Paramètres en Entrée"]}},91612:e=>{e.exports={en:["Inside"],fr:["À l'intérieur"]}},98136:e=>{e.exports={en:["OC bars"],fr:["Barres Ouverture Fermeture"]}},46005:e=>{e.exports={en:["Original"],fr:["Initial"]}},74045:e=>{e.exports={en:["Lot size"],fr:["Taille du lot"]}},71571:e=>{e.exports={en:["Lower band #1"],fr:["Bande inférieure"]}},91889:e=>{e.exports={en:["Lower band #2"],fr:["Bande inférieure #2"]}},83301:e=>{e.exports={en:["Lower band #3"],fr:["Bande inférieure #3"]}},74872:e=>{e.exports={en:["Label"],fr:["Étiquette"]}},73863:e=>{e.exports={en:["Label background"],fr:["Fond de l'Étiquette"]}},79650:e=>{e.exports={en:["Levels"],fr:["Niveaux"]}},36937:e=>{e.exports={en:["Levels line"],fr:["Ligne des Niveaux"]}},11626:e=>{e.exports={en:["Left"],fr:["Gauche"]}},65e3:e=>{e.exports={en:["Left labels"],fr:["Étiquettes de Gauche"]}},32982:e=>{e.exports={en:["Line - HL/2"],fr:["Ligne - Haut et Bas Divisé par 2"]}},80332:e=>{e.exports={en:["Line - open"],fr:["Ligne - Ouverture"]}},30216:e=>{e.exports={en:["Line - close"],fr:["Ligne - Fermeture"]}},18387:e=>{e.exports={en:["Line - high"],fr:["Ligne - Sommet"]}},53880:e=>{e.exports={en:["Line - low"],fr:["Ligne - Prix le plus bas"]}},3214:e=>{e.exports={en:["Mode"]}},70382:e=>{e.exports={en:["Modified Schiff"],fr:["Schiff modifié"]}},43154:e=>{e.exports={en:["Months"],fr:["Mois"]}},68833:e=>{e.exports={en:["Middle"],fr:["Milieu"]}},68286:e=>{e.exports={en:["Middle line"],fr:["Ligne médiane"]}},12516:e=>{e.exports={en:["Middle point"],fr:["Point médian"]}},42562:e=>{e.exports={en:["Minutes"]}},28941:e=>{e.exports={en:["Mirrored"],fr:["Reflété"]}},15402:e=>{e.exports={en:["Next time you can use {shortcut} for quick paste"],fr:["La prochaine fois, vous pourrez utiliser {shortcut} pour un collage rapide"]}},14279:e=>{e.exports={en:["Source background"],fr:["Origine de la source"]}},64598:e=>{e.exports={en:["Source border"],fr:["Bordure source"]}},88479:e=>{e.exports={en:["Source text"],fr:["Texte source"]}},69904:e=>{e.exports={en:["Schiff"]}},65188:e=>{e.exports={en:["Seconds"],fr:["Secondes"]}},26754:e=>{e.exports={en:["Stats"]}},16053:e=>{e.exports={en:["Stats position"],fr:["Position des stats"]}},33310:e=>{e.exports={en:["Stop color"],fr:["Couleur du Stop"]}},23814:e=>{e.exports={en:["Stop level"],fr:["Niveau du stop"]}},23971:e=>{e.exports={en:["Success text"],fr:["Texte en cas de succès"]}},90431:e=>{e.exports={en:["Success background"],fr:["Fond en cas de succès"]}},
+73525:e=>{e.exports={en:["Percent change"],fr:["Changement en pourcentage"]}},33120:e=>{e.exports={en:["Percents"],fr:["Pourcents"]}},83840:e=>{e.exports={en:["Price"],fr:["Prix"]}},97273:e=>{e.exports={en:["Price label"],fr:["Étiquette de Prix"]}},42747:e=>{e.exports={en:["Price labels"],fr:["Étiquettes de prix"]}},58557:e=>{e.exports={en:["Price levels"],fr:["Niveaux de Prix"]}},62362:e=>{e.exports={en:["Price range"],fr:["Intervalle de Prix"]}},78393:e=>{e.exports={en:["Price/bar ratio"],fr:["Ratio Prix/Barre"]}},29416:e=>{e.exports={en:["Prices"],fr:["Prix"]}},67852:e=>{e.exports={en:["Profit level"],fr:["Niveau de profit"]}},27177:e=>{e.exports={en:["Ranges and ratio"],fr:["Gammes et ratio"]}},64489:e=>{e.exports={en:["Reverse"],fr:["Inverse"]}},50421:e=>{e.exports={en:["Right"],fr:["Droite"]}},28971:e=>{e.exports={en:["Right labels"],fr:["Étiquettes à droite"]}},63886:e=>{e.exports={en:["Risk"],fr:["Risque"]}},32998:e=>{e.exports={en:["Wave"],fr:["Vague"]}},835:e=>{e.exports={en:["Weeks"],fr:["Semaines"]}},32163:e=>{e.exports={en:["Wick"],fr:["Mèche"]}},97118:e=>{e.exports={en:["Top"],fr:["Haut"]}},74939:e=>{e.exports={en:["Top labels"],fr:["Étiquettes du Haut"]}},95631:e=>{e.exports={en:["Target background"],fr:["Fond cible"]}},79622:e=>{e.exports={en:["Target border"],fr:["Bordure cible"]}},3560:e=>{e.exports={en:["Target color"],fr:["Couleur de l'Objectif"]}},59264:e=>{e.exports={en:["Target text"],fr:["Texte cible"]}},70320:e=>{e.exports={en:["Text"],fr:["Texte"]}},7560:e=>{e.exports={en:["Text wrap"],fr:["Retour à la ligne forcé du Texte"]}},25485:e=>{e.exports={en:["Text alignment"],fr:["Alignement du texte"]}},67781:e=>{e.exports={en:["Text orientation"],fr:["Orientation du texte"]}},54971:e=>{e.exports={en:["Thickness"],fr:["Epaisseur"]}},24821:e=>{e.exports={en:["Ticks"]}},56822:e=>{e.exports={en:["Time label"],fr:["Etiquette horaire"]}},58476:e=>{e.exports={en:["Time levels"],fr:["Niveaux de temps"]}},19788:e=>{e.exports={en:["Transparency"],fr:["Transparence"]}},51574:e=>{e.exports={en:["Trend line"],fr:["Ligne de tendance"]}},21315:e=>{e.exports={en:["Upper band #1"],fr:["Bande supérieure"]}},65448:e=>{e.exports={en:["Upper band #2"],fr:["Bande supérieure #2"]}},64848:e=>{e.exports={en:["Upper band #3"],fr:["Bande supérieure #3"]}},28683:e=>{e.exports={en:["Use one color"],fr:["Utiliser une couleur"]}},5682:e=>{e.exports={en:["VWAP"]}},37644:e=>{e.exports={en:["Volume"]}},60092:e=>{e.exports={en:["Values"],fr:["Valeurs"]}},29566:e=>{e.exports={en:["Variance"]}},69526:e=>{e.exports={en:["Vertical"]}},3894:e=>{e.exports={en:["change angle"],fr:["changer l'angle"]}},77931:e=>{e.exports={en:["change arrow color"],fr:["changer la couleur de la flèche"]}},2066:e=>{e.exports={en:["change bar X coordinate"],fr:["changer la coordonnée X de la barre"]}},77883:e=>{e.exports={en:["change flag color"],fr:["changer la couleur du drapeau"]}},83842:e=>{e.exports={en:["change image"],fr:["changer l'image"]}},65309:e=>{e.exports={en:["change image transparency"],fr:["changer la transparence de l'image"]}},11737:e=>{
+e.exports={en:["change price Y coordinate"],fr:["changer la coordonnée Y du prix"]}},74883:e=>{e.exports={en:["change top margin"],fr:["modifier la marge supérieure"]}},69183:e=>{e.exports={en:["change vertical position Y coordinate"],fr:["changer la position verticale coordonnée Y"]}},83030:e=>{e.exports={en:["change {title} VWAP line color"],fr:["changer la couleur de la ligne VWAP de {title}"]}},47479:e=>{e.exports={en:["change {title} VWAP line width"],fr:["changer la largeur de la ligne VWAP de {title}"]}},31753:e=>{e.exports={en:["change {title} coeffs as percents visibility"],fr:["changer la visibilité des coefficients en pourcentage de {title}"]}},49442:e=>{e.exports={en:["change {title} color"],fr:["changer la couleur de {title}"]}},49904:e=>{e.exports={en:["change {title} compact stats mode"],fr:["changer le mode compact des statistiques de {title}"]}},97345:e=>{e.exports={en:["change {title} candle border up color"],fr:["changer la couleur de bordure de la bougie du haut de {title}"]}},88530:e=>{e.exports={en:["change {title} candle border visibility"],fr:["changer la visibilité de la bordure de la bougie de {title}"]}},81139:e=>{e.exports={en:["change {title} candle border down color"],fr:["changer la couleur de bordure de la bougie du bas de {title}"]}},80022:e=>{e.exports={en:["change {title} candle down color"],fr:["changer la couleur de la bougie du bas de {title}"]}},21631:e=>{e.exports={en:["change {title} candle up color"],fr:["changer la couleur de la bougie du haut de {title}"]}},33589:e=>{e.exports={en:["change {title} candle wick color"],fr:["changer la couleur de la mèche de la bougie de {title}"]}},85382:e=>{e.exports={en:["change {title} candle wick visibility"],fr:["changer la visibilité de la mèche de la bougie de {title}"]}},81340:e=>{e.exports={en:["change {title} change in pips visibility"],fr:["modifier la visibilité du changement en pips de {title}"]}},91600:e=>{e.exports={en:["change {title} currency"],fr:["modifier la devise de {title}"]}},59288:e=>{e.exports={en:["change {title} angle visibility"],fr:["changer l'angle de visibilité de {title}"]}},99232:e=>{e.exports={en:["change {title} account size"],fr:["changer la taille du compte de {title}"]}},80390:e=>{e.exports={en:["change {title} always show stats"],fr:["changer toujours afficher les statistiques de {title}"]}},59577:e=>{e.exports={en:["change {title} all lines color"],fr:["changer la couleur de toutes les lignes de {title}"]}},95582:e=>{e.exports={en:["change {title} arcs {index} line color"],fr:["changer la couleur de la ligne des arcs {index} de {title}"]}},8745:e=>{e.exports={en:["change {title} arcs {index} line width"],fr:["changer la largeur de la ligne des arcs {index} de {title}"]}},4313:e=>{e.exports={en:["change {title} arcs {index} line visibility"],fr:["changer la visibilité de la ligne des arcs {index} de {title}"]}},39393:e=>{e.exports={en:["change {title} average HL value"],fr:["changer la valeur moyenne de HL de {title}"]}},62130:e=>{e.exports={en:["change {title} bottom labels visibility"],
+fr:["changer la visibilité des étiquettes du bas de {title}"]}},13783:e=>{e.exports={en:["change {title} background transparency"],fr:["changer la transparence du fond de {title}"]}},30839:e=>{e.exports={en:["change {title} background visibility"],fr:["changer la visibilité de l'arrière-plan de {title}"]}},49765:e=>{e.exports={en:["change {title} background color"],fr:["changer la couleur de l'arrière-plan de {title}"]}},2788:e=>{e.exports={en:["change {title} background color 1"],fr:["changer la couleur 1 du fond de {title}"]}},47108:e=>{e.exports={en:["change {title} background color 2"],fr:["changer la couleur 2 du fond de {title}"]}},98845:e=>{e.exports={en:["change {title} bars range visibility"],fr:["changer la visibilité des gammes de barres de {title}"]}},37563:e=>{e.exports={en:["change {title} date/time range visibility"],fr:["changer la visibilité des plages de dates/heures de {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],fr:["modifier {title} de jours vers"]}},91201:e=>{e.exports={en:["change {title} days from"],fr:["modifier {title} en jours de"]}},86650:e=>{e.exports={en:["change {title} degree"],fr:["changer le degré de {title}"]}},45153:e=>{e.exports={en:["change {title} distance visibility"],fr:["changer la visibilité de la distance de {title}"]}},73247:e=>{e.exports={en:["change {title} emoji"],fr:["changer l'emoji de {title}"]}},53274:e=>{e.exports={en:["change {title} emoji visibility"],fr:["changer la visibilité de l'emoji de {title}"]}},91534:e=>{e.exports={en:["change {title} entry price"],fr:["changer le prix d'entrée de {title}"]}},59665:e=>{e.exports={en:["change {title} extend bottom"],fr:["changer étendre le bas de {title}"]}},35139:e=>{e.exports={en:["change {title} extend left"],fr:["changer étendre {title} à gauche"]}},76295:e=>{e.exports={en:["change {title} extend lines"],fr:["changer étendre les lignes de {title}"]}},30126:e=>{e.exports={en:["change {title} extend top"],fr:["changer étendre le haut de {title}"]}},58052:e=>{e.exports={en:["change {title} extending left"],fr:["changer l'extension vers la gauche de {title}"]}},74867:e=>{e.exports={en:["change {title} extending right"],fr:["changer l'extension vers la droite de {title}"]}},10390:e=>{e.exports={en:["change {title} extension"],fr:["changer l’extension de {title}"]}},58406:e=>{e.exports={en:["change {title} failure text color"],fr:["changer la couleur du texte de l'échec de {title}"]}},91321:e=>{e.exports={en:["change {title} failure background color"],fr:["changer la couleur de fond de l'échec de {title}"]}},28833:e=>{e.exports={en:["change {title} fan {index} line visibility"],fr:["changer la visibilité de la ligne {index} de l'éventail {title}"]}},45732:e=>{e.exports={en:["change {title} fan {index} line width"],fr:["changer la largeur de la ligne de l'éventail {index} de {title}"]}},62500:e=>{e.exports={en:["change {title} fan {index} line color"],fr:["changer la couleur de la ligne de l'éventail {index} de {title}"]}},15972:e=>{e.exports={en:["change {title} fans visibility"],
+fr:["changer la visibilité des éventails de {title}"]}},1716:e=>{e.exports={en:["change {title} fans line color"],fr:["changer la couleur de ligne des éventails de {title}"]}},85509:e=>{e.exports={en:["change {title} fib levels based on log scale"],fr:["changer les niveaux de fib de {title} en fonction de l'échelle logarithmique"]}},10643:e=>{e.exports={en:["change {title} flipped"],fr:["changer {title} retourné"]}},8306:e=>{e.exports={en:["change {title} hours from"],fr:["modifier {title} en heures de"]}},67233:e=>{e.exports={en:["change {title} hours to"],fr:["modifier {title} d'heures vers"]}},86993:e=>{e.exports={en:["change {title} image background color"],fr:["changer la couleur de fond de l'image de {title}"]}},54087:e=>{e.exports={en:["change {title} lot size"],fr:["changer la taille du lot de {title}"]}},67450:e=>{e.exports={en:["change {title} lower band #1 line color"],fr:["changer la couleur de la ligne de la bande inférieure de {title}"]}},87716:e=>{e.exports={en:["change {title} lower band #1 line visibility"],fr:["changer la visibilité de la ligne de la bande inférieure de {title}"]}},43181:e=>{e.exports={en:["change {title} lower band #1 line width"],fr:["changer la largeur de la ligne de la bande inférieure de {title}"]}},35092:e=>{e.exports={en:["change {title} lower band #2 line color"],fr:["changer la couleur de la ligne de la bande inférieure #2 {title}"]}},94308:e=>{e.exports={en:["change {title} lower band #2 line visibility"],fr:["changer la visibilité de la ligne de la bande inférieure #2 {title}"]}},8873:e=>{e.exports={en:["change {title} lower band #2 line width"],fr:["changer la largeur de la ligne de la bande inférieure #2 {title}"]}},68180:e=>{e.exports={en:["change {title} lower band #3 line color"],fr:["changer la couleur de la ligne de la bande inférieure #3 {title}"]}},32442:e=>{e.exports={en:["change {title} lower band #3 line visibility"],fr:["changer la visibilité de la ligne de la bande inférieure #3 {title}"]}},3476:e=>{e.exports={en:["change {title} lower band #3 line width"],fr:["changer la largeur de la ligne de la bande inférieure #3 {title}"]}},55612:e=>{e.exports={en:["change {title} labels alignment"],fr:["changer l'alignement des étiquettes de {title}"]}},19658:e=>{e.exports={en:["change {title} labels font size"],fr:["changer la taille de police des étiquettes de {title}"]}},93340:e=>{e.exports={en:["change {title} labels visibility"],fr:["changer la visibilité des étiquettes de {title}"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],fr:["changer le coeff de la ligne de niveau {index} de {title}"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],fr:["changer la couleur de la ligne de niveau {index} de {title}"]}},64707:e=>{e.exports={en:["change {title} level {index} line style"],fr:["changer le style de la ligne de niveau {index} de {title}"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"],fr:["changer la visibilité de la ligne de niveau {index} de {title}"]}},97870:e=>{e.exports={
+en:["change {title} level {index} line width"],fr:["changer la largeur de la ligne de niveau {index} de {title}"]}},54517:e=>{e.exports={en:["change {title} levels visibility"],fr:["changer la visibilité des niveaux de {title}"]}},63021:e=>{e.exports={en:["change {title} left labels visibility"],fr:["changer la visibilité des étiquettes de gauche de {title}"]}},57462:e=>{e.exports={en:["change {title} mode"],fr:["changer le mode de {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],fr:["modifier {title} en semaines de"]}},10518:e=>{e.exports={en:["change {title} months to"],fr:["modifier {title} de mois vers"]}},27470:e=>{e.exports={en:["change {title} middle point visibility"],fr:["changer la visibilité du point central de {title}"]}},38011:e=>{e.exports={en:["change {title} minutes to"],fr:["modifier {title} de minutes vers"]}},59820:e=>{e.exports={en:["change {title} minutes from"],fr:["modifier {title} en minutes de"]}},85198:e=>{e.exports={en:["change {title} mirrored"],fr:["changer {title} reflété"]}},63047:e=>{e.exports={en:["change {title} source background color"],fr:["changer la couleur de fond de la source de {title}"]}},93889:e=>{e.exports={en:["change {title} source border color"],fr:["changer la couleur de la bordure de la source de {title}"]}},45833:e=>{e.exports={en:["change {title} source text color"],fr:["changer la couleur du texte source de {title}"]}},6573:e=>{e.exports={en:["change {title} seconds to"],fr:["modifier {title} de secondes vers"]}},86780:e=>{e.exports={en:["change {title} seconds from"],fr:["modifier {title} en secondes de"]}},98463:e=>{e.exports={en:["change {title} style"],fr:["changer le style de {title}"]}},86722:e=>{e.exports={en:["change {title} stats position"],fr:["changer la position des statistiques de {title}"]}},26598:e=>{e.exports={en:["change {title} stop color"],fr:["changer la couleur du stop de {title}"]}},45438:e=>{e.exports={en:["change {title} stop level"],fr:["changer le niveau stop de {title}"]}},27503:e=>{e.exports={en:["change {title} stop price"],fr:["changer le prix stop de {title}"]}},71715:e=>{e.exports={en:["change {title} success text color"],fr:["changer la couleur du texte du succès de {title}"]}},80428:e=>{e.exports={en:["change {title} success background color"],fr:["changer la couleur de fond du succès de {title}"]}},87246:e=>{e.exports={en:["change {title} percent change visibility"],fr:["modifier la visibilité du changement en pourcentage de {title}"]}},98822:e=>{e.exports={en:["change {title} price label visibility"],fr:["changer la visibilité de l'étiquette de prix de {title}"]}},343:e=>{e.exports={en:["change {title} price labels visibility"],fr:["changer la visibilité des étiquettes de prix de {title}"]}},63962:e=>{e.exports={en:["change {title} price range visibility"],fr:["changer la visibilité des gammes de prix de {title}"]}},727:e=>{e.exports={en:["change {title} price visibility"],fr:["changer la visibilité du prix de {title}"]}},4714:e=>{e.exports={en:["change {title} prices visibility"],
+fr:["changer la visibilité des prix de {title}"]}},64330:e=>{e.exports={en:["change {title} profit level"],fr:["changer le niveau de profit de {title}"]}},12073:e=>{e.exports={en:["change {title} profit price"],fr:["changer le prix de profit de {title}"]}},50762:e=>{e.exports={en:["change {title} reverse"],fr:["changer inversion de {title}"]}},8390:e=>{e.exports={en:["change {title} right labels visibility"],fr:["changer la visibilité des étiquettes de droite de {title}"]}},79875:e=>{e.exports={en:["change {title} risk"],fr:["changer le risque de {title}"]}},60308:e=>{e.exports={en:["change {title} risk display mode"],fr:["changer le mode d'affichage du risque de {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],fr:["modifier {title} en semaines de"]}},18678:e=>{e.exports={en:["change {title} weeks to"],fr:["modifier {title} de semaines vers"]}},60111:e=>{e.exports={en:["change {title} width"],fr:["changer la largeur de {title}"]}},81301:e=>{e.exports={en:["change {title} top labels visibility"],fr:["changer la visibilité des étiquettes du haut de {title}"]}},25987:e=>{e.exports={en:["change {title} target background color"],fr:["changer la couleur de fond de la cible de {title}"]}},24138:e=>{e.exports={en:["change {title} target border color"],fr:["changer la couleur de la bordure de la cible de {title}"]}},10504:e=>{e.exports={en:["change {title} target color"],fr:["changer la couleur de la cible de {title}"]}},32230:e=>{e.exports={en:["change {title} target text color"],fr:["changer la couleur du texte cible de {title}"]}},30353:e=>{e.exports={en:["change {title} text visibility"],fr:["modifier la visibilité du texte de {title}"]}},55134:e=>{e.exports={en:["change {title} text alignment"],fr:["modifier l'alignement du texte de {title}"]}},66960:e=>{e.exports={en:["change {title} time label visibility"],fr:["changer la visibilité de l'étiquette de temps de {title}"]}},51085:e=>{e.exports={en:["change {title} transparency"],fr:["changer la transparence de {title}"]}},27326:e=>{e.exports={en:["change {title} upper band #1 line color"],fr:["changer la couleur de la ligne de la bande supérieure de {title}"]}},44828:e=>{e.exports={en:["change {title} upper band #1 line visibility"],fr:["changer la visibilité de la ligne de la bande supérieure de {title}"]}},1353:e=>{e.exports={en:["change {title} upper band #1 line width"],fr:["changer la largeur de la ligne de la bande supérieure de {title}"]}},12138:e=>{e.exports={en:["change {title} upper band #2 line color"],fr:["changer la couleur de la ligne de la bande supérieure #2 {title}"]}},93075:e=>{e.exports={en:["change {title} upper band #2 line visibility"],fr:["changer la visibilité de la ligne de la bande supérieure #2 {title}"]}},7943:e=>{e.exports={en:["change {title} upper band #2 line width"],fr:["changer la largeur de la ligne de la bande supérieure #2 {title}"]}},51780:e=>{e.exports={en:["change {title} upper band #3 line color"],fr:["changer la couleur de la ligne de la bande supérieure #3 {title}"]}},15698:e=>{e.exports={
+en:["change {title} upper band #3 line visibility"],fr:["changer la visibilité de la ligne de la bande supérieure #3 {title}"]}},27414:e=>{e.exports={en:["change {title} upper band #3 line width"],fr:["changer la largeur de la ligne de la bande supérieure #3 {title}"]}},36336:e=>{e.exports={en:["change {title} volume visibility"],fr:["modifier la visibilité du volume de {title}"]}},23171:e=>{e.exports={en:["change {title} variance value"],fr:["changer la valeur de la variance de {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],fr:["modifier la visibilité de {title} sur les ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],fr:["modifier la visibilité de {title} sur les semaines"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],fr:["modifier la visibilité de {title} sur {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],fr:["modifier la visibilité de {title} sur les jours"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],fr:["modifier la visibilité de {title} sur les heures"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],fr:["modifier la visibilité de {title} sur les minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],fr:["modifier la visibilité de {title} sur les mois"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],fr:["modifier la visibilité de {title} sur les secondes"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],fr:["changer l'alignement vertical des étiquettes de {toolName}"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],fr:["changer l'alignement horizontal des étiquettes de {toolName}"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],fr:["changer la direction des étiquettes de {toolName}"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],fr:["changer la visibilité de la ligne de {toolName}"]}},19541:e=>{e.exports={en:["change {toolName} line width"],fr:["changer la largeur de la ligne de {toolName}"]}},24059:e=>{e.exports={en:["change {toolName} line color"],fr:["changer la couleur de la ligne de {toolName}"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],fr:["changer la ligne de {toolName} qui s'étend vers la gauche"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],fr:["changer la ligne de {toolName} qui s'étend vers la droite"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],fr:["changer la fin gauche de la ligne de {toolName}"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],fr:["changer la fin droite de la ligne de {toolName}"]}},66429:e=>{e.exports={en:["change {toolName} line style"],fr:["changer le style de ligne de {toolName}"]}},66668:e=>{e.exports={en:["change {toolName} text"],fr:["changer le texte de {toolName}"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],fr:["changer la visibilité du texte de {toolName}"]}},39587:e=>{e.exports={
+en:["change {toolName} text wrap"],fr:["changer le cadre du texte de {toolName}"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],fr:["changer la couleur de fond du texte de {toolName}"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],fr:["changer la visibilité de l'arrière-plan du texte de {toolName}"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],fr:["changer la couleur de la bordure du texte de {toolName}"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],fr:["changer la largeur de la bordure du texte de {toolName}"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],fr:["changer la visibilité de la bordure de texte de {toolName}"]}},64500:e=>{e.exports={en:["change {toolName} text color"],fr:["changer la couleur du texte de {toolName}"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],fr:["changer la police du texte en gras de {toolName}"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],fr:["changer la police du texte en italique de {toolName}"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],fr:["changer la taille de la police du texte de {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],fr:["changer la propriété de {propertyName}"]}},61218:e=>{e.exports={en:["backgrounds color"],fr:["couleur de fond"]}},48433:e=>{e.exports={en:["backgrounds filled"],fr:["fonds remplis"]}},35813:e=>{e.exports={en:["days"],fr:["Jours"]}},89919:e=>{e.exports={en:["days to"],fr:["jours vers"]}},59215:e=>{e.exports={en:["days from"],fr:["jours de"]}},2359:e=>{e.exports={en:["hours"],fr:["Heures"]}},82267:e=>{e.exports={en:["hours from"],fr:["heures de"]}},15600:e=>{e.exports={en:["hours to"],fr:["heures vers"]}},24621:e=>{e.exports={en:["lines color"],fr:["couleur des lignes"]}},96400:e=>{e.exports={en:["lines style"],fr:["style des lignes"]}},41594:e=>{e.exports={en:["lines width"],fr:["largeur des lignes"]}},76261:e=>{e.exports={en:["move drawings"],fr:["déplacer les dessins"]}},95300:e=>{e.exports={en:["months"],fr:["Mois"]}},17250:e=>{e.exports={en:["months from"],fr:["mois de"]}},2828:e=>{e.exports={en:["months to"],fr:["mois vers"]}},18726:e=>{e.exports={en:["minutes"],fr:["Minutes"]}},67649:e=>{e.exports={en:["minutes to"],fr:["minutes vers"]}},22476:e=>{e.exports={en:["minutes from"],fr:["minutes de"]}},751:e=>{e.exports={en:["seconds"],fr:["secondes"]}},73419:e=>{e.exports={en:["seconds to"],fr:["secondes vers"]}},35801:e=>{e.exports={en:["seconds from"],fr:["secondes de"]}},59012:e=>{e.exports={en:["show price"],fr:["afficher le prix"]}},45537:e=>{e.exports={en:["weeks"],fr:["semaines"]}},92859:e=>{e.exports={en:["weeks from"],fr:["semaines de"]}},44127:e=>{e.exports={en:["weeks to"],fr:["semaines vers"]}},44461:e=>{e.exports={en:["text color"],fr:["Couleur du Texte"]}},3539:e=>{e.exports={en:["ticks"],fr:["Ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.6645.638c62337337129de9dc.js b/public/charting_library/bundles/fr.6645.638c62337337129de9dc.js
new file mode 100644
index 0000000..02cff1b
--- /dev/null
+++ b/public/charting_library/bundles/fr.6645.638c62337337129de9dc.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6645,6155,3367,2303,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],fr:["#{count} (prix, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],fr:["Coordonnées"]}},24197:e=>{e.exports={en:["Center"],fr:["Centre"]}},6060:e=>{e.exports={en:["Add text"],fr:["Ajouter du texte"]}},27567:e=>{e.exports={en:["Bottom"],fr:["Bas"]}},38408:e=>{e.exports={en:["Border"],fr:["Bordure"]}},79468:e=>{e.exports={en:["Background"],fr:["Arrière-Plan"]}},72942:e=>{e.exports={en:["Days"],fr:["Jours"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],fr:["Déplacement (prix, barre)"]}},56796:e=>{e.exports={en:["Hours"],fr:["Heures"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],fr:["Paramètres en Entrée"]}},34974:e=>{e.exports={en:["Label border"],fr:["Bordure de l'étiquette"]}},73863:e=>{e.exports={en:["Label background"],fr:["Fond de l'Étiquette"]}},11626:e=>{e.exports={en:["Left"],fr:["Gauche"]}},97575:e=>{e.exports={en:["Line color"],fr:["Couleur de la ligne"]}},43154:e=>{e.exports={en:["Months"],fr:["Mois"]}},68833:e=>{e.exports={en:["Middle"],fr:["Milieu"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"],fr:["Secondes"]}},50421:e=>{e.exports={en:["Right"],fr:["Droite"]}},835:e=>{e.exports={en:["Weeks"],fr:["Semaines"]}},97118:e=>{e.exports={en:["Top"],fr:["Haut"]}},70320:e=>{e.exports={en:["Text"],fr:["Texte"]}},7560:e=>{e.exports={en:["Text wrap"],fr:["Retour à la ligne forcé du Texte"]}},25485:e=>{e.exports={en:["Text alignment"],fr:["Alignement du texte"]}},67781:e=>{e.exports={en:["Text orientation"],fr:["Orientation du texte"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],fr:["changer la coordonnée X de la barre"]}},11737:e=>{e.exports={en:["change price Y coordinate"],fr:["changer la coordonnée Y du prix"]}},69437:e=>{e.exports={en:["change {title} border color"],fr:["changer la couleur de la bordure de {title}"]}},19298:e=>{e.exports={en:["change {title} border visibility"],fr:["changer la visibilité de la bordure de {title}"]}},30839:e=>{e.exports={en:["change {title} background visibility"],fr:["changer la visibilité de l'arrière-plan de {title}"]}},49765:e=>{e.exports={en:["change {title} background color"],fr:["changer la couleur de l'arrière-plan de {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],fr:["modifier {title} de jours vers"]}},91201:e=>{e.exports={en:["change {title} days from"],fr:["modifier {title} en jours de"]}},8306:e=>{e.exports={en:["change {title} hours from"],fr:["modifier {title} en heures de"]}},67233:e=>{e.exports={en:["change {title} hours to"],fr:["modifier {title} d'heures vers"]}},7455:e=>{e.exports={en:["change {title} line color"],fr:["changer la couleur de la ligne de {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],fr:["modifier {title} en semaines de"]}},10518:e=>{e.exports={en:["change {title} months to"],
+fr:["modifier {title} de mois vers"]}},38011:e=>{e.exports={en:["change {title} minutes to"],fr:["modifier {title} de minutes vers"]}},59820:e=>{e.exports={en:["change {title} minutes from"],fr:["modifier {title} en minutes de"]}},6573:e=>{e.exports={en:["change {title} seconds to"],fr:["modifier {title} de secondes vers"]}},86780:e=>{e.exports={en:["change {title} seconds from"],fr:["modifier {title} en secondes de"]}},32481:e=>{e.exports={en:["change {title} weeks from"],fr:["modifier {title} en semaines de"]}},18678:e=>{e.exports={en:["change {title} weeks to"],fr:["modifier {title} de semaines vers"]}},57122:e=>{e.exports={en:["change {title} text"],fr:["modifier le texte de {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],fr:["modifier la visibilité de {title} sur les ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],fr:["modifier la visibilité de {title} sur les semaines"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],fr:["modifier la visibilité de {title} sur {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],fr:["modifier la visibilité de {title} sur les jours"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],fr:["modifier la visibilité de {title} sur les heures"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],fr:["modifier la visibilité de {title} sur les minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],fr:["modifier la visibilité de {title} sur les mois"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],fr:["modifier la visibilité de {title} sur les secondes"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],fr:["changer l'alignement vertical des étiquettes de {toolName}"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],fr:["changer l'alignement horizontal des étiquettes de {toolName}"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],fr:["changer la direction des étiquettes de {toolName}"]}},66668:e=>{e.exports={en:["change {toolName} text"],fr:["changer le texte de {toolName}"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],fr:["changer la visibilité du texte de {toolName}"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],fr:["changer le cadre du texte de {toolName}"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],fr:["changer la couleur de fond du texte de {toolName}"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],fr:["changer la visibilité de l'arrière-plan du texte de {toolName}"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],fr:["changer la couleur de la bordure du texte de {toolName}"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],fr:["changer la largeur de la bordure du texte de {toolName}"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],fr:["changer la visibilité de la bordure de texte de {toolName}"]}},64500:e=>{
+e.exports={en:["change {toolName} text color"],fr:["changer la couleur du texte de {toolName}"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],fr:["changer la police du texte en gras de {toolName}"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],fr:["changer la police du texte en italique de {toolName}"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],fr:["changer la taille de la police du texte de {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],fr:["changer la propriété de {propertyName}"]}},35813:e=>{e.exports={en:["days"],fr:["Jours"]}},89919:e=>{e.exports={en:["days to"],fr:["jours vers"]}},59215:e=>{e.exports={en:["days from"],fr:["jours de"]}},2359:e=>{e.exports={en:["hours"],fr:["Heures"]}},82267:e=>{e.exports={en:["hours from"],fr:["heures de"]}},15600:e=>{e.exports={en:["hours to"],fr:["heures vers"]}},76261:e=>{e.exports={en:["move drawings"],fr:["déplacer les dessins"]}},95300:e=>{e.exports={en:["months"],fr:["Mois"]}},17250:e=>{e.exports={en:["months from"],fr:["mois de"]}},2828:e=>{e.exports={en:["months to"],fr:["mois vers"]}},18726:e=>{e.exports={en:["minutes"],fr:["Minutes"]}},67649:e=>{e.exports={en:["minutes to"],fr:["minutes vers"]}},22476:e=>{e.exports={en:["minutes from"],fr:["minutes de"]}},751:e=>{e.exports={en:["seconds"],fr:["secondes"]}},73419:e=>{e.exports={en:["seconds to"],fr:["secondes vers"]}},35801:e=>{e.exports={en:["seconds from"],fr:["secondes de"]}},45537:e=>{e.exports={en:["weeks"],fr:["semaines"]}},92859:e=>{e.exports={en:["weeks from"],fr:["semaines de"]}},44127:e=>{e.exports={en:["weeks to"],fr:["semaines vers"]}},3539:e=>{e.exports={en:["ticks"],fr:["Ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.6655.0fd2fe635955f6cfa2ba.js b/public/charting_library/bundles/fr.6655.0fd2fe635955f6cfa2ba.js
new file mode 100644
index 0000000..0392237
--- /dev/null
+++ b/public/charting_library/bundles/fr.6655.0fd2fe635955f6cfa2ba.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6655,4040,359],{55517:e=>{e.exports={en:["Add"],fr:["Ajouter"]}},29619:e=>{e.exports={en:["Add custom color"],fr:["Ajouter une couleur personnalisée"]}},80936:e=>{e.exports={en:["Opacity"],fr:["Opacité"]}},97349:e=>{e.exports={en:["Fr"],fr:["Ven"]}},30961:e=>{e.exports={en:["Mo"],fr:["Lu"]}},94748:e=>{e.exports={en:["Sa"],fr:["Sam"]}},75005:e=>{e.exports={en:["Su"],fr:["Dim"]}},92578:e=>{e.exports={en:["We"],fr:["Me"]}},8765:e=>{e.exports={en:["Th"],fr:["Jeu"]}},9135:e=>{e.exports={en:["Tu"],fr:["Ma"]}},53288:e=>{e.exports={en:["animals & nature"],fr:["animaux & nature"]}},21311:e=>{e.exports={en:["activity"],fr:["activité"]}},90678:e=>{e.exports={en:["food & drink"],fr:["nourriture & boissons"]}},6715:e=>{e.exports={en:["flags"],fr:["drapeaux"]}},98355:e=>{e.exports={en:["objects"],fr:["objets"]}},43438:e=>{e.exports={en:["smiles & people"],fr:["sourires & personnes"]}},40457:e=>{e.exports={en:["symbols"],fr:["symboles"]}},88906:e=>{e.exports={en:["recently used"],fr:["récemment utilisé"]}},28562:e=>{e.exports={en:["travel & places"],fr:["voyages & lieux"]}},24716:e=>{e.exports={en:["Another symbol"],fr:["Un autre symbole"]}},41256:e=>{e.exports={en:["Back"],fr:["Retour"]}},94849:e=>{e.exports={en:["Main chart symbol"],fr:["Symbole principal du graphique"]}},53174:e=>{e.exports={en:["Right"],fr:["De droite"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"],fr:["Le calendrier est actuellement sur l'année {year}"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"],fr:["Le calendrier est actuellement sur les années de {year_start} à {year_end}"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"],fr:["Le calendrier est actuellement sur {month}"]}},4543:e=>{e.exports={en:["Cancel"],fr:["Annuler"]}},24197:e=>{e.exports={en:["Center"],fr:["Centre"]}},63245:e=>{e.exports={en:["Change symbol"],fr:["Changer le symbole"]}},54613:e=>{e.exports={en:["Chart"],fr:["Graphique"]}},47742:e=>{e.exports={en:["Close menu"],fr:["Fermer le menu"]}},34040:e=>{e.exports={en:["All sources"],fr:["Toutes les sources"]}},62511:e=>{e.exports={en:["Apply Defaults"],fr:["Appliquer les paramètres par défaut"]}},28896:e=>{e.exports={en:["April"],fr:["Avril"]}},11081:e=>{e.exports={en:["August"],fr:["Août"]}},27567:e=>{e.exports={en:["Bottom"],fr:["Bas"]}},42358:e=>{e.exports={en:["Bond"],fr:["Obligation"]}},68043:e=>{e.exports={en:["Gradient"],fr:["Dégradé"]}},27390:e=>{e.exports={en:["Dotted line"],fr:["Ligne pointillée"]}},88123:e=>{e.exports={en:["Dashed line"],fr:["Ligne traitillée"]}},90082:e=>{e.exports={en:["December"],fr:["Décembre"]}},55319:e=>{e.exports={en:["Decrease"],fr:["Diminuer"]}},48572:e=>{e.exports={en:["Defaults"],fr:["Configurations par Défaut"]}},78734:e=>{e.exports={en:["Description"]}},81069:e=>{e.exports={en:["February"],fr:["Février"]}},3570:e=>{e.exports={en:["Friday"],fr:["Vendredi"]}},95406:e=>{e.exports={en:["Horizontal"]}},8854:e=>{e.exports={en:["Hidden"],fr:["Masqué"]}},
+39832:e=>{e.exports={en:["Increase"],fr:["Augmenter"]}},200:e=>{e.exports={en:["January"],fr:["Janvier"]}},6608:e=>{e.exports={en:["July"],fr:["Juillet"]}},61487:e=>{e.exports={en:["June"],fr:["Juin"]}},37997:e=>{e.exports={en:["October"],fr:["Octobre"]}},55450:e=>{e.exports={en:["Offset"],fr:["Décalage"]}},19295:e=>{e.exports={en:["Ok"],fr:["D'accord"]}},11626:e=>{e.exports={en:["Left"],fr:["Gauche"]}},28603:e=>{e.exports={en:["Line style"],fr:["Style de ligne"]}},19573:e=>{e.exports={en:["Monday"],fr:["Lundi"]}},43154:e=>{e.exports={en:["Months"],fr:["Mois"]}},37117:e=>{e.exports={en:["More"],fr:["Plus"]}},25734:e=>{e.exports={en:["May"],fr:["Mai"]}},93878:e=>{e.exports={en:["March"],fr:["Mars"]}},68833:e=>{e.exports={en:["Middle"],fr:["Milieu"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],fr:["Aucun échange ne correspond à vos critères"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],fr:["Aucun symbole ne correspond à vos critères"]}},4607:e=>{e.exports={en:["November"],fr:["Novembre"]}},65353:e=>{e.exports={en:["Normal"]}},69102:e=>{e.exports={en:["Next year"],fr:["Année suivante"]}},17538:e=>{e.exports={en:["Next years"],fr:["Années suivantes"]}},92790:e=>{e.exports={en:["Next month"],fr:["Mois suivant"]}},71300:e=>{e.exports={en:["Number format is invalid."],fr:["Le format du numéro n'est pas valide."]}},28628:e=>{e.exports={en:["Sources"]}},88686:e=>{e.exports={en:["Solid"],fr:["Uni"]}},30348:e=>{e.exports={en:["Saturday"],fr:["Samedi"]}},99687:e=>{e.exports={en:["Save as default"],fr:["Sauvegarder comme Paramètres par Défaut"]}},8573:e=>{e.exports={en:["Search"],fr:["Chercher"]}},57640:e=>{e.exports={en:["Select source"],fr:["Sélectionner la source"]}},8954:e=>{e.exports={en:["Selected Drawings"],fr:["Dessins sélectionnés"]}},32179:e=>{e.exports={en:["September"],fr:["Septembre"]}},31331:e=>{e.exports={en:["Specified value is more than the instrument maximum of {max}."],fr:["La valeur spécifiée est supérieure au maximum de {max} de l'instrument."]}},24216:e=>{e.exports={en:["Specified value is less than the instrument minimum of {min}."],fr:["La valeur spécifiée est inférieure au minimum de {min} de l'instrument."]}},61480:e=>{e.exports={en:["Sunday"],fr:["Dimanche"]}},70235:e=>{e.exports={en:["Switch to months"],fr:["Passer en mois"]}},91245:e=>{e.exports={en:["Switch to dates"],fr:["Passer en dates"]}},71961:e=>{e.exports={en:["Switch to years"],fr:["Passer en années"]}},95481:e=>{e.exports={en:["Symbol"],fr:["Symbole"]}},74007:e=>{e.exports={en:["Symbol & description"],fr:["Symbole & description"]}},51165:e=>{e.exports={en:["Symbol Search"],fr:["Recherche de symbole"]}},27254:e=>{e.exports={en:["Please enter the right date"],fr:["Veuillez saisir la bonne date"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"],fr:["Veuillez entrer le bon format de date aaaa-mm-jj"]}},93984:e=>{e.exports={en:["Previous month"],fr:["Mois précédent"]}},75776:e=>{e.exports={en:["Previous year"],fr:["Année précédente"]}},44701:e=>{e.exports={en:["Previous years"],
+fr:["Années précédentes"]}},89984:e=>{e.exports={en:["Remove color"],fr:["Supprimer la couleur"]}},47550:e=>{e.exports={en:["Remove selected emoji"],fr:["Supprimer l'emoji sélectionné"]}},33533:e=>{e.exports={en:["Reset settings"],fr:["Réinitialiser les paramètres"]}},50421:e=>{e.exports={en:["Right"],fr:["Droite"]}},94226:e=>{e.exports={en:["Wednesday"],fr:["Mercredi"]}},97118:e=>{e.exports={en:["Top"],fr:["Haut"]}},25485:e=>{e.exports={en:["Text alignment"],fr:["Alignement du texte"]}},67781:e=>{e.exports={en:["Text orientation"],fr:["Orientation du texte"]}},79137:e=>{e.exports={en:["Thursday"],fr:["Jeudi"]}},54971:e=>{e.exports={en:["Thickness"],fr:["Epaisseur"]}},82160:e=>{e.exports={en:["Tuesday"],fr:["Mardi"]}},13748:e=>{e.exports={en:["Use special math signs to displace selected drawings: +,-,/,* for price and +,- for bar index."],fr:["Utilisez des signes mathématiques spéciaux pour déplacer les dessins sélectionnés : +,-,/,* pour le prix et +,- pour l'index des barres."]}},69526:e=>{e.exports={en:["Vertical"]}},66181:e=>{e.exports={en:["Years"],fr:["Années"]}},70932:e=>{e.exports={en:["commodity"],fr:["produit de base"]}},79599:e=>{e.exports={en:["cfd"]}},29426:e=>{e.exports={en:["change opacity"],fr:["Changer l'opacité"]}},31675:e=>{e.exports={en:["change color"],fr:["Changer la couleur"]}},28818:e=>{e.exports={en:["change line style"],fr:["Changer le style de la ligne"]}},73281:e=>{e.exports={en:["change thickness"],fr:["Changer l'épaisseur"]}},25167:e=>{e.exports={en:["change {propertyName} property"],fr:["changer la propriété de {propertyName}"]}},23687:e=>{e.exports={en:["change {sourceTitle} title to {newSourceTitle}"],fr:["Remplacer le titre {sourceTitle} par {newSourceTitle}"]}},5741:e=>{e.exports={en:["close"],fr:["fermeture"]}},46128:e=>{e.exports={en:["crypto"]}},47268:e=>{e.exports={en:["dr"]}},406:e=>{e.exports={en:["e.g. +1"],fr:["p. ex. +1"]}},49957:e=>{e.exports={en:["e.g. /2"],fr:["p. ex. /2"]}},54094:e=>{e.exports={en:["economy"],fr:["économie"]}},17770:e=>{e.exports={en:["forex"],fr:["Forex"]}},4723:e=>{e.exports={en:["futures"]}},59319:e=>{e.exports={en:["high"],fr:["haut"]}},96008:e=>{e.exports={en:["hl2"]}},91189:e=>{e.exports={en:["hlc3"]}},49242:e=>{e.exports={en:["hlcc4"]}},87464:e=>{e.exports={en:["index"],fr:["indice"]}},90250:e=>{e.exports={en:["indices"]}},52793:e=>{e.exports={en:["ohlc4"]}},83584:e=>{e.exports={en:["open"],fr:["ouvert"]}},41902:e=>{e.exports={en:["low"],fr:["bas"]}},76752:e=>{e.exports={en:["stock"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.6703.bdb6f2f6c5d635dc479f.js b/public/charting_library/bundles/fr.6703.bdb6f2f6c5d635dc479f.js
new file mode 100644
index 0000000..ad0bc32
--- /dev/null
+++ b/public/charting_library/bundles/fr.6703.bdb6f2f6c5d635dc479f.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6703,4040,359],{41256:e=>{e.exports={en:["Back"],fr:["Retour"]}},53174:e=>{e.exports={en:["Right"],fr:["De droite"]}},93193:e=>{e.exports={en:["Compare symbol"],fr:["Comparer le symbole"]}},4543:e=>{e.exports={en:["Cancel"],fr:["Annuler"]}},47742:e=>{e.exports={en:["Close menu"],fr:["Fermer le menu"]}},60085:e=>{e.exports={en:["Add to"],fr:["Ajouter à"]}},46622:e=>{e.exports={en:["Added symbols"],fr:["Symboles ajoutés"]}},34040:e=>{e.exports={en:["All sources"],fr:["Toutes les sources"]}},1048:e=>{e.exports={en:["Allow extend time scale"],fr:["Permettre d'étendre l'échelle de temps"]}},42358:e=>{e.exports={en:["Bond"],fr:["Obligation"]}},78734:e=>{e.exports={en:["Description"]}},37117:e=>{e.exports={en:["More"],fr:["Plus"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],fr:["Aucun échange ne correspond à vos critères"]}},37094:e=>{e.exports={en:["No symbols here yet — why not add some?"],fr:["Pas encore de symboles ici - pourquoi ne pas en ajouter ?"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],fr:["Aucun symbole ne correspond à vos critères"]}},63456:e=>{e.exports={en:["New pane"],fr:["Nouveau volet"]}},60126:e=>{e.exports={en:["New price scale"],fr:["Nouvelle échelle de prix"]}},28628:e=>{e.exports={en:["Sources"]}},56136:e=>{e.exports={en:["Same % scale"],fr:["Même échelle %"]}},38137:e=>{e.exports={en:["Same scale"],fr:["Même échelle"]}},8573:e=>{e.exports={en:["Search"],fr:["Chercher"]}},57640:e=>{e.exports={en:["Select source"],fr:["Sélectionner la source"]}},95481:e=>{e.exports={en:["Symbol"],fr:["Symbole"]}},74007:e=>{e.exports={en:["Symbol & description"],fr:["Symbole & description"]}},51165:e=>{e.exports={en:["Symbol Search"],fr:["Recherche de symbole"]}},8926:e=>{e.exports={en:["Recent symbols"],fr:["Symboles récents"]}},70932:e=>{e.exports={en:["commodity"],fr:["produit de base"]}},79599:e=>{e.exports={en:["cfd"]}},46128:e=>{e.exports={en:["crypto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"],fr:["économie"]}},17770:e=>{e.exports={en:["forex"],fr:["Forex"]}},4723:e=>{e.exports={en:["futures"]}},87464:e=>{e.exports={en:["index"],fr:["indice"]}},90250:e=>{e.exports={en:["indices"]}},76752:e=>{e.exports={en:["stock"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.6760.d667b4a17bb7e3977273.js b/public/charting_library/bundles/fr.6760.d667b4a17bb7e3977273.js
new file mode 100644
index 0000000..aff6960
--- /dev/null
+++ b/public/charting_library/bundles/fr.6760.d667b4a17bb7e3977273.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6760,2787,6155,7850,7122,5111,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],fr:["#{count} (prix, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],fr:["Coordonnées"]}},24197:e=>{e.exports={en:["Center"],fr:["Centre"]}},6060:e=>{e.exports={en:["Add text"],fr:["Ajouter du texte"]}},27567:e=>{e.exports={en:["Bottom"],fr:["Bas"]}},79468:e=>{e.exports={en:["Background"],fr:["Arrière-Plan"]}},72942:e=>{e.exports={en:["Days"],fr:["Jours"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],fr:["Déplacement (prix, barre)"]}},61856:e=>{e.exports={en:["Extend left line"],fr:["Prolonger la ligne de gauche"]}},87430:e=>{e.exports={en:["Extend right line"],fr:["Prolonger la ligne de droite"]}},56796:e=>{e.exports={en:["Hours"],fr:["Heures"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],fr:["Paramètres en Entrée"]}},79650:e=>{e.exports={en:["Levels"],fr:["Niveaux"]}},11626:e=>{e.exports={en:["Left"],fr:["Gauche"]}},43154:e=>{e.exports={en:["Months"],fr:["Mois"]}},68833:e=>{e.exports={en:["Middle"],fr:["Milieu"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"],fr:["Secondes"]}},50421:e=>{e.exports={en:["Right"],fr:["Droite"]}},835:e=>{e.exports={en:["Weeks"],fr:["Semaines"]}},97118:e=>{e.exports={en:["Top"],fr:["Haut"]}},70320:e=>{e.exports={en:["Text"],fr:["Texte"]}},25485:e=>{e.exports={en:["Text alignment"],fr:["Alignement du texte"]}},67781:e=>{e.exports={en:["Text orientation"],fr:["Orientation du texte"]}},24821:e=>{e.exports={en:["Ticks"]}},51574:e=>{e.exports={en:["Trend line"],fr:["Ligne de tendance"]}},28683:e=>{e.exports={en:["Use one color"],fr:["Utiliser une couleur"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],fr:["changer la coordonnée X de la barre"]}},11737:e=>{e.exports={en:["change price Y coordinate"],fr:["changer la coordonnée Y du prix"]}},59577:e=>{e.exports={en:["change {title} all lines color"],fr:["changer la couleur de toutes les lignes de {title}"]}},13783:e=>{e.exports={en:["change {title} background transparency"],fr:["changer la transparence du fond de {title}"]}},30839:e=>{e.exports={en:["change {title} background visibility"],fr:["changer la visibilité de l'arrière-plan de {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],fr:["modifier {title} de jours vers"]}},91201:e=>{e.exports={en:["change {title} days from"],fr:["modifier {title} en jours de"]}},8306:e=>{e.exports={en:["change {title} hours from"],fr:["modifier {title} en heures de"]}},67233:e=>{e.exports={en:["change {title} hours to"],fr:["modifier {title} d'heures vers"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],fr:["changer le coeff de la ligne de niveau {index} de {title}"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],fr:["changer la couleur de la ligne de niveau {index} de {title}"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"],
+fr:["changer la visibilité de la ligne de niveau {index} de {title}"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"],fr:["changer la largeur de la ligne de niveau {index} de {title}"]}},54517:e=>{e.exports={en:["change {title} levels visibility"],fr:["changer la visibilité des niveaux de {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],fr:["modifier {title} en semaines de"]}},10518:e=>{e.exports={en:["change {title} months to"],fr:["modifier {title} de mois vers"]}},38011:e=>{e.exports={en:["change {title} minutes to"],fr:["modifier {title} de minutes vers"]}},59820:e=>{e.exports={en:["change {title} minutes from"],fr:["modifier {title} en minutes de"]}},6573:e=>{e.exports={en:["change {title} seconds to"],fr:["modifier {title} de secondes vers"]}},86780:e=>{e.exports={en:["change {title} seconds from"],fr:["modifier {title} en secondes de"]}},32481:e=>{e.exports={en:["change {title} weeks from"],fr:["modifier {title} en semaines de"]}},18678:e=>{e.exports={en:["change {title} weeks to"],fr:["modifier {title} de semaines vers"]}},57122:e=>{e.exports={en:["change {title} text"],fr:["modifier le texte de {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],fr:["modifier la visibilité de {title} sur les ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],fr:["modifier la visibilité de {title} sur les semaines"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],fr:["modifier la visibilité de {title} sur {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],fr:["modifier la visibilité de {title} sur les jours"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],fr:["modifier la visibilité de {title} sur les heures"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],fr:["modifier la visibilité de {title} sur les minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],fr:["modifier la visibilité de {title} sur les mois"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],fr:["modifier la visibilité de {title} sur les secondes"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],fr:["changer la visibilité de la ligne de {toolName}"]}},19541:e=>{e.exports={en:["change {toolName} line width"],fr:["changer la largeur de la ligne de {toolName}"]}},24059:e=>{e.exports={en:["change {toolName} line color"],fr:["changer la couleur de la ligne de {toolName}"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],fr:["changer la ligne de {toolName} qui s'étend vers la gauche"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],fr:["changer la ligne de {toolName} qui s'étend vers la droite"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],fr:["changer la fin gauche de la ligne de {toolName}"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],fr:["changer la fin droite de la ligne de {toolName}"]}},66429:e=>{e.exports={en:["change {toolName} line style"],
+fr:["changer le style de ligne de {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],fr:["changer la propriété de {propertyName}"]}},35813:e=>{e.exports={en:["days"],fr:["Jours"]}},89919:e=>{e.exports={en:["days to"],fr:["jours vers"]}},59215:e=>{e.exports={en:["days from"],fr:["jours de"]}},77114:e=>{e.exports={en:["erase level line"],fr:["effacer la ligne de niveau"]}},2359:e=>{e.exports={en:["hours"],fr:["Heures"]}},82267:e=>{e.exports={en:["hours from"],fr:["heures de"]}},15600:e=>{e.exports={en:["hours to"],fr:["heures vers"]}},76261:e=>{e.exports={en:["move drawings"],fr:["déplacer les dessins"]}},95300:e=>{e.exports={en:["months"],fr:["Mois"]}},17250:e=>{e.exports={en:["months from"],fr:["mois de"]}},2828:e=>{e.exports={en:["months to"],fr:["mois vers"]}},18726:e=>{e.exports={en:["minutes"],fr:["Minutes"]}},67649:e=>{e.exports={en:["minutes to"],fr:["minutes vers"]}},22476:e=>{e.exports={en:["minutes from"],fr:["minutes de"]}},751:e=>{e.exports={en:["seconds"],fr:["secondes"]}},73419:e=>{e.exports={en:["seconds to"],fr:["secondes vers"]}},35801:e=>{e.exports={en:["seconds from"],fr:["secondes de"]}},45537:e=>{e.exports={en:["weeks"],fr:["semaines"]}},92859:e=>{e.exports={en:["weeks from"],fr:["semaines de"]}},44127:e=>{e.exports={en:["weeks to"],fr:["semaines vers"]}},3539:e=>{e.exports={en:["ticks"],fr:["Ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.6778.cb295f9cefe08c721b2c.js b/public/charting_library/bundles/fr.6778.cb295f9cefe08c721b2c.js
new file mode 100644
index 0000000..b06dd4f
--- /dev/null
+++ b/public/charting_library/bundles/fr.6778.cb295f9cefe08c721b2c.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6778],{36778:e=>{e.exports={en:["Last available bar"],fr:["Dernière barre disponible"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.6822.4179cccc2fa59f991bf4.js b/public/charting_library/bundles/fr.6822.4179cccc2fa59f991bf4.js
new file mode 100644
index 0000000..47e226a
--- /dev/null
+++ b/public/charting_library/bundles/fr.6822.4179cccc2fa59f991bf4.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6822],{94920:e=>{e.exports={en:["ADJ"]}},16755:e=>{e.exports={en:["B-ADJ"]}},82631:e=>{e.exports={en:["SET"]}},22233:e=>{e.exports={en:["auto"],fr:["automatique"]}},4161:e=>{e.exports={en:["log"]}},58221:e=>{e.exports={en:["All data"],fr:["Toutes les données"]}},19273:e=>{e.exports={en:["Year to day"],fr:["Année à ce jour"]}},58426:e=>{e.exports={en:["{timePeriod} in {timeInterval}"],fr:["{timePeriod} dans {timeInterval}"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],fr:["Ajuster les données pour les dividendes"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],fr:["Ajustement pour les changements de contrat"]}},42432:e=>{e.exports={en:["Go to"],fr:["Aller à"]}},92966:e=>{e.exports={en:["Extended Hours is available only for intraday charts"],fr:["L'option Horaires étendus est disponible uniquement pour les graphiques intrajournaliers"]}},61206:e=>{e.exports={en:["Maximize chart"],fr:["Maximiser le graphique"]}},2031:e=>{e.exports={en:["Main symbol data is adjusted for dividends only"],fr:["Les données du symbole principal sont ajustées pour les dividendes uniquement"]}},95739:e=>{e.exports={en:["Main symbol data is adjusted for splits only"],fr:["Les données du symbole principal sont ajustées pour les fractions uniquement"]}},27665:e=>{e.exports={en:["Sessions"]}},31142:e=>{e.exports={en:["Restore chart"],fr:["Restaurer le graphique"]}},41888:e=>{e.exports={en:["Toggle Auto Scale"],fr:["Mise à l'échelle automatique"]}},1e4:e=>{e.exports={en:["Toggle Log Scale"],fr:["Mise à l'échelle logarithmique"]}},81649:e=>{e.exports={en:["Toggle Percentage"],fr:["Echelle en pourcentage"]}},77073:e=>{e.exports={en:["Timezone"],fr:["Fuseau horaire"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"],fr:["Utiliser le règlement comme proche de l'intervalle quotidien"]}},8586:e=>{e.exports={en:["ext"]}},63808:e=>{e.exports={en:["{str} day","{str} days"],fr:["{str} jour","{str} jours"]}},62368:e=>{e.exports={en:["{str} day","{str} days"],fr:["{str} jour","{str} jours"]}},561:e=>{e.exports={en:["{str} day intervals","{str} days intervals"],fr:["{str} intervalles de jour","{str} intervalles de jours"]}},72495:e=>{e.exports={en:["{str} hour","{str} hours"],fr:["{str} heure","{str} heures"]}},64963:e=>{e.exports={en:["{str} hour","{str} hours"],fr:["{str} heure","{str} heures"]}},14887:e=>{e.exports={en:["{str} hour intervals","{str} hours intervals"],fr:["{str} intervalles d'heure","{str} intervalles d'heures"]}},12752:e=>{e.exports={en:["{str} month","{str} months"],fr:["{str} mois","{str} mois"]}},20062:e=>{e.exports={en:["{str} month","{str} months"],fr:["{str} mois","{str} mois"]}},48514:e=>{e.exports={en:["{str} month intervals","{str} months intervals"],fr:["{str} intervalles de mois","{str} intervalles de mois"]}},95484:e=>{e.exports={en:["{str} minute","{str} minutes"]}},5926:e=>{e.exports={en:["{str} minute","{str} minutes"]}},15489:e=>{e.exports={en:["{str} minute intervals","{str} minutes intervals"],
+fr:["{str} intervalles de minute","{str} intervalles de minutes"]}},6088:e=>{e.exports={en:["{str} week","{str} weeks"],fr:["{str} semaine","{str} semaines"]}},49306:e=>{e.exports={en:["{str} week","{str} weeks"],fr:["{str} semaine","{str} semaines"]}},60316:e=>{e.exports={en:["{str} week intervals","{str} weeks intervals"],fr:["{str} intervalles de semaine","{str} intervalles de semaines"]}},96325:e=>{e.exports={en:["{str} year","{str} years"],fr:["{str} an","{str} ans"]}},91549:e=>{e.exports={en:["{str} year","{str} years"],fr:["{str} année","{str} années"]}},78971:e=>{e.exports={en:["{str} year intervals","{str} years intervals"],fr:["{str} intervalles d'année","{str} intervalles d'années"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.6838.b209fab6f81d9054b17c.js b/public/charting_library/bundles/fr.6838.b209fab6f81d9054b17c.js
new file mode 100644
index 0000000..4ea2cd4
--- /dev/null
+++ b/public/charting_library/bundles/fr.6838.b209fab6f81d9054b17c.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6838],{66838:e=>{e.exports={en:["Fact of the day"],fr:["Le fait du jour"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.7122.b56804d4455c3a0204dd.js b/public/charting_library/bundles/fr.7122.b56804d4455c3a0204dd.js
new file mode 100644
index 0000000..2e4fc4a
--- /dev/null
+++ b/public/charting_library/bundles/fr.7122.b56804d4455c3a0204dd.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7122],{57122:e=>{e.exports={en:["change {title} text"],fr:["modifier le texte de {title}"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.7328.6e079881a6ff4ded3dbf.js b/public/charting_library/bundles/fr.7328.6e079881a6ff4ded3dbf.js
new file mode 100644
index 0000000..4f4985c
--- /dev/null
+++ b/public/charting_library/bundles/fr.7328.6e079881a6ff4ded3dbf.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7328],{27328:e=>{e.exports={en:["Don't show again"],fr:["Ne plus montrer"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.7458.068c610f8718bc62a766.js b/public/charting_library/bundles/fr.7458.068c610f8718bc62a766.js
new file mode 100644
index 0000000..0272d0b
--- /dev/null
+++ b/public/charting_library/bundles/fr.7458.068c610f8718bc62a766.js
@@ -0,0 +1,8 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7458,4821],{80587:e=>{e.exports={en:["bars"],fr:["barres"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"]}},31882:e=>{e.exports={en:["12-hours"],fr:["12 heures"]}},5797:e=>{e.exports={en:["24-hours"],fr:["24 heures"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],fr:["Coloriser les Barres selon la Clôture Précédente"]}},23739:e=>{e.exports={en:["Canvas"],fr:["Toile"]}},24197:e=>{e.exports={en:["Center"],fr:["Centre"]}},15153:e=>{e.exports={en:["Chart basic styles"],fr:["Styles de base des graphiques"]}},45639:e=>{e.exports={en:["Chart values"],fr:["Valeurs du graphique"]}},84831:e=>{e.exports={en:["Close line"],fr:["Ligne de fermeture"]}},74622:e=>{e.exports={en:["Crosshair"],fr:["Mire"]}},81849:e=>{e.exports={en:["Currency"],fr:["Devise"]}},3015:e=>{e.exports={en:["Currency and Unit"],fr:["Devise et unité"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],fr:["Ajuster les données pour les dividendes"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],fr:["Ajustement pour les changements de contrat"]}},36620:e=>{e.exports={en:["Alerts"],fr:["Alertes"]}},14119:e=>{e.exports={en:["Arguments"]}},68650:e=>{e.exports={en:["Average close"],fr:["Clôture moyenne"]}},27567:e=>{e.exports={en:["Bottom"],fr:["Bas"]}},3159:e=>{e.exports={en:["Bottom line"],fr:["Ligne du bas"]}},74406:e=>{e.exports={en:["Body"],fr:["Corps"]}},333:e=>{e.exports={en:["Borders"],fr:["Bordures"]}},79468:e=>{e.exports={en:["Background"],fr:["Arrière-Plan"]}},10842:e=>{e.exports={en:["Bar change values"],fr:["Valeurs du changement de barre"]}},28975:e=>{e.exports={en:["Base level"],fr:["Niveau de base"]}},76473:e=>{e.exports={en:["Bid and ask"],fr:["Bid & Ask"]}},32744:e=>{e.exports={en:["Buttons"],fr:["Boutons"]}},68662:e=>{e.exports={en:["Grid lines"],fr:["Lignes de la grille"]}},17611:e=>{e.exports={en:["Down bars"],fr:["Barres inférieures"]}},23743:e=>{e.exports={en:["Down color"],fr:["Couleur du bas"]}},48225:e=>{e.exports={en:["Data modification"],fr:["Modification des données"]}},84838:e=>{e.exports={en:["Date format"],fr:["Format de la date"]}},42357:e=>{e.exports={en:["Day of week on labels"],fr:["Jour de la semaine sur les étiquettes"]}},16564:e=>{e.exports={en:["Default"],fr:["Par Défaut"]}},78734:e=>{e.exports={en:["Description"]}},89212:e=>{e.exports={en:["Display inactivity gaps on intraday"]}},59777:e=>{e.exports={en:["Electronic trading hours background"],fr:["Fond des heures de trading électronique"]}},69808:e=>{e.exports={en:["Events"],fr:["Événements"]}},41129:e=>{e.exports={en:["Fill"],fr:["Remplir"]}},61112:e=>{e.exports={en:["Fill top area"],fr:["Remplir la zone supérieure"]}},73185:e=>{e.exports={en:["Fill bottom area"],fr:["Remplir la zone inférieure"]}},95406:e=>{e.exports={en:["Horizontal"]}},61900:e=>{e.exports={en:["Horz only"],fr:["Horz uniquement"]}},14180:e=>{e.exports={en:["High and low"],fr:["Haut et bas"]}},56359:e=>{e.exports={
+en:["High line"],fr:["Ligne haute"]}},47326:e=>{e.exports={en:["Integer"],fr:["Entier"]}},84549:e=>{e.exports={en:["Indicators"],fr:["Indicateurs"]}},78082:e=>{e.exports={en:["Indicators and financials"],fr:["Indicateurs et données financières"]}},25765:e=>{e.exports={en:["Open market status"],fr:["Statut de marché ouvert"]}},34579:e=>{e.exports={en:["Low line"],fr:["Ligne basse"]}},14876:e=>{e.exports={en:["Logo"]}},89315:e=>{e.exports={en:["Long Description"],fr:["Description longue"]}},72423:e=>{e.exports={en:["Last day change values"],fr:["Valeurs de changement du dernier jour"]}},11626:e=>{e.exports={en:["Left"],fr:["Gauche"]}},8249:e=>{e.exports={en:["Money"],fr:["Argent"]}},70937:e=>{e.exports={en:["Margins"],fr:["Marges"]}},68833:e=>{e.exports={en:["Middle"],fr:["Milieu"]}},58589:e=>{e.exports={en:["No overlapping labels"],fr:["Pas d'étiquettes superposées"]}},60798:e=>{e.exports={en:["None"],fr:["Aucun"]}},51019:e=>{e.exports={en:["Navigation"]}},99709:e=>{e.exports={en:["Name"],fr:["Nom"]}},8852:e=>{e.exports={en:["Save chart left edge position when changing interval"],fr:["Sauvegarder la position du bord gauche du graphique lors du changement d'intervalle"]}},26204:e=>{e.exports={en:["Scale modes (A and L)"],fr:["Modes d'échelle (A et L)"]}},93968:e=>{e.exports={en:["Scales"],fr:["Échelles"]}},90275:e=>{e.exports={en:["Scales and lines"],fr:["Échelles et lignes"]}},30042:e=>{e.exports={en:["Scales placement"],fr:["Placement des échelles"]}},28715:e=>{e.exports={en:["Status line"],fr:["Ligne d'état"]}},95481:e=>{e.exports={en:["Symbol"],fr:["Symbole"]}},53263:e=>{e.exports={en:["Pane"],fr:["Volet"]}},82894:e=>{e.exports={en:["Pane separators"],fr:["Séparateurs de volets"]}},16207:e=>{e.exports={en:["Percentage"],fr:["Pourcentage"]}},94408:e=>{e.exports={en:["Pips"]}},60904:e=>{e.exports={en:["Pre/post market"],fr:["Pré/post marché"]}},88327:e=>{e.exports={en:["Pre/post market hours background"],fr:["Background des heures pré/post marché"]}},59766:e=>{e.exports={en:["Precision"],fr:["Précision"]}},83811:e=>{e.exports={en:["Previous day close"],fr:["Clôture du jour précédent"]}},35082:e=>{e.exports={en:["Price Scale"],fr:["Echelle de prix"]}},27632:e=>{e.exports={en:["Price and percentage value"],fr:["Prix et valeur de pourcentage"]}},62142:e=>{e.exports={en:["Price labels & lines"],fr:["Etiquettes de prix & lignes"]}},84684:e=>{e.exports={en:["Price source"],fr:["Source de prix"]}},73466:e=>{e.exports={en:["Projection up bars"],fr:["Barres de projection supérieures"]}},77430:e=>{e.exports={en:["Projection candles"],fr:["Barres de projection"]}},88367:e=>{e.exports={en:["Projection down bars"],fr:["Barres de projection inférieures"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"],fr:["Prix réels sur l'échelle de prix (au lieu du prix Heikin-Ashi)"]}},50421:e=>{e.exports={en:["Right"],fr:["Droite"]}},62532:e=>{e.exports={en:["Right Margin"],fr:["Marge de droite"]}},41571:e=>{e.exports={en:["Watermark"],fr:["Filigrane"]}},32163:e=>{e.exports={en:["Wick"],fr:["Mèche"]}},
+97118:e=>{e.exports={en:["Top"],fr:["Haut"]}},89349:e=>{e.exports={en:["Top line"],fr:["Ligne du haut"]}},70320:e=>{e.exports={en:["Text"],fr:["Texte"]}},25485:e=>{e.exports={en:["Text alignment"],fr:["Alignement du texte"]}},67781:e=>{e.exports={en:["Text orientation"],fr:["Orientation du texte"]}},20215:e=>{e.exports={en:["Thin bars"],fr:["Barres fines"]}},70198:e=>{e.exports={en:["Title"],fr:["Titre"]}},29854:e=>{e.exports={en:["Titles"],fr:["Titres"]}},5791:e=>{e.exports={en:["Ticker"]}},16816:e=>{e.exports={en:["Ticker and description"],fr:["Ticker et description"]}},24821:e=>{e.exports={en:["Ticks"]}},93965:e=>{e.exports={en:["Time Scale"],fr:["Echelle de temps"]}},5591:e=>{e.exports={en:["Time hours format"],fr:["Format de l'heure"]}},77073:e=>{e.exports={en:["Timezone"],fr:["Fuseau horaire"]}},76495:e=>{e.exports={en:["Trading"]}},33564:e=>{e.exports={en:["Unit"],fr:["Unité"]}},23091:e=>{e.exports={en:["Up color"],fr:["Couleur du haut"]}},36957:e=>{e.exports={en:["Up bars"],fr:["Barres supérieures"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"],fr:["Utiliser le règlement comme proche de l'intervalle quotidien"]}},37644:e=>{e.exports={en:["Volume"]}},51514:e=>{e.exports={en:["Value"],fr:["Valeur"]}},31218:e=>{e.exports={en:["Value according to scale"],fr:["Valeur selon l'échelle"]}},60092:e=>{e.exports={en:["Values"],fr:["Valeurs"]}},83594:e=>{e.exports={en:["Vert and horz"]}},8402:e=>{e.exports={en:["Vert only"],fr:["Vert uniquement"]}},69526:e=>{e.exports={en:["Vertical"]}},21105:e=>{e.exports={en:["candle"],fr:["bougie"]}},27068:e=>{e.exports={en:["change HLC bars"],fr:["changer les barres HLC"]}},21201:e=>{e.exports={en:["change HLC bars color"]}},3311:e=>{e.exports={en:["change navigation buttons visibility"],fr:["modifier la visibilité des boutons de navigation"]}},96227:e=>{e.exports={en:["change open market status visibility"],fr:["modifier la visibilité du statut de marché ouvert"]}},43231:e=>{e.exports={en:["change average close price line width"],fr:["changer la largeur de la ligne du prix de clôture moyen"]}},47026:e=>{e.exports={en:["change average close price line color"],fr:["changer la couleur de la ligne du prix de clôture moyen"]}},86866:e=>{e.exports={en:["change area fill color"],fr:["changer la couleur de remplissage de la zone"]}},89346:e=>{e.exports={en:["change area line width"],fr:["changer la largeur de ligne de la zone"]}},29605:e=>{e.exports={en:["change area line color"],fr:["changer la couleur de ligne de la zone"]}},4640:e=>{e.exports={en:["change area price source"],fr:["changer la source de prix de la zone"]}},98407:e=>{e.exports={en:["change ask line color"],fr:["changer la couleur de la ligne de demande"]}},42190:e=>{e.exports={en:["change base level"],fr:["changer le niveau de base"]}},71785:e=>{e.exports={en:["change baseline bottom line color"],fr:["changer la couleur de la ligne inférieure de la ligne de base"]}},56175:e=>{e.exports={en:["change baseline bottom line width"],fr:["changer la largeur de la ligne inférieure de la ligne de base"]}},
+97216:e=>{e.exports={en:["change baseline fill bottom area color"],fr:["changer la couleur de la zone inférieure de remplissage de la ligne de base"]}},92873:e=>{e.exports={en:["change baseline fill top area color"],fr:["changer la couleur de la zone supérieure de remplissage de la ligne de base"]}},68609:e=>{e.exports={en:["change baseline price source"],fr:["changer la source de prix de la ligne de base"]}},69044:e=>{e.exports={en:["change baseline top line color"],fr:["changer la couleur de la ligne supérieure de la ligne de base"]}},68197:e=>{e.exports={en:["change baseline top line width"],fr:["changer la largeur de la ligne supérieure de la ligne de base"]}},33464:e=>{e.exports={en:["change bar up color"],fr:["changer la couleur supérieure de la barre"]}},27426:e=>{e.exports={en:["change bar change visibility"],fr:["modifier la visibilité du changement de barre"]}},59622:e=>{e.exports={en:["change bar down color"],fr:["changer la couleur inférieure de la barre"]}},17919:e=>{e.exports={en:["change bid line color"],fr:["changer la couleur de la ligne d'offre"]}},32094:e=>{e.exports={en:["change bottom margin"],fr:["modifier la marge inférieure"]}},63119:e=>{e.exports={en:["change currency and unit labels visibility"],fr:["modifier la visibilité des étiquettes des devises et des unités"]}},64003:e=>{e.exports={en:["change currency label visibility"],fr:["changer la visibilité de l'étiquette de la devise"]}},42803:e=>{e.exports={en:["change chart background color"],fr:["modifier la couleur de fond du graphique"]}},41382:e=>{e.exports={en:["change chart background type"],fr:["modifier le type d'arrière-plan du graphique"]}},79637:e=>{e.exports={en:["change chart values visibility"],fr:["modifier la visibilité des valeurs du graphique"]}},43090:e=>{e.exports={en:["change color bars based on previous close"],fr:["changer les barres de couleur en fonction de la fermeture précédente"]}},88324:e=>{e.exports={en:["change column up color"],fr:["changer la couleur du haut de la colonne"]}},93890:e=>{e.exports={en:["change column down color"],fr:["changer la couleur du bas de la colonne"]}},4727:e=>{e.exports={en:["change column price source"],fr:["changer la source du prix de la colonne"]}},50544:e=>{e.exports={en:["change crosshair width"],fr:["modifier la largeur de la mire"]}},92885:e=>{e.exports={en:["change crosshair color"],fr:["modifier la couleur de la mire"]}},68418:e=>{e.exports={en:["change crosshair style"],fr:["modifier le style de la mire"]}},43109:e=>{e.exports={en:["change date format"],fr:["changer le format de la date"]}},30418:e=>{e.exports={en:["change day of week on labels"],fr:["changer le jour de la semaine sur les étiquettes"]}},82063:e=>{e.exports={en:["change decimal places"],fr:["changer les décimales"]}},44223:e=>{e.exports={en:["change extended hours color"],fr:["changer la couleur des heures étendues"]}},47393:e=>{e.exports={en:["change electronic trading hours"],fr:["modifier les heures de trading électronique"]}},73844:e=>{e.exports={en:["change grid lines visibility"],
+fr:["modifier la visibilité des lignes de la grille"]}},61407:e=>{e.exports={en:["change high and low price line color"],fr:["changer la couleur des lignes de prix haut et bas"]}},39581:e=>{e.exports={en:["change high and low price line width"],fr:["modifier la largeur des lignes de prix haut et bas"]}},6026:e=>{e.exports={en:["change high-low body color"],fr:["changer la couleur du corps haut-bas"]}},73021:e=>{e.exports={en:["change high-low body visibility"],fr:["changer la visibilité du corps haut-bas"]}},46844:e=>{e.exports={en:["change high-low border color"],fr:["changer la couleur des bordures haut-bas"]}},15801:e=>{e.exports={en:["change high-low borders visibility"],fr:["changer la visibilité des bordures haut-bas"]}},72399:e=>{e.exports={en:["change high-low labels visibility"],fr:["changer la visibilité des étiquettes haut-bas"]}},56961:e=>{e.exports={en:["change high-low labels color"],fr:["changer la couleur des étiquettes haut-bas"]}},21133:e=>{e.exports={en:["change horz grid lines color"],fr:["modifier la couleur des lignes de la grille horizontale"]}},63050:e=>{e.exports={en:["change indicator titles visibility"],fr:["modifier la visibilité des titres de l'indicateur"]}},49583:e=>{e.exports={en:["change indicator values visibility"],fr:["modifier la visibilité des valeurs de l'indicateur"]}},78310:e=>{e.exports={en:["change indicator arguments visibility"],fr:["modifier la visibilité des arguments de l'indicateur"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"],fr:["Modifier la visibilité des étiquettes de noms des indicateurs et des données financières"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"],fr:["modifier la visibilité des étiquettes de valeur des indicateurs et des données financières"]}},66307:e=>{e.exports={en:["change last day change visibility"],fr:["changez le dernier jour et changez de visibilité"]}},91873:e=>{e.exports={en:["change legend background transparency"],fr:["modifier la transparence du fond de la légende"]}},14246:e=>{e.exports={en:["change legend background visibility"],fr:["modifier la visibilité du fond de la légende"]}},88640:e=>{e.exports={en:["change line color"],fr:["changer la couleur de la ligne"]}},41837:e=>{e.exports={en:["change line price source"],fr:["changer la ligne de la source de prix"]}},48339:e=>{e.exports={en:["change line width"],fr:["changer la largeur de la ligne"]}},18378:e=>{e.exports={en:["change pane buttons visibility"],fr:["modifier la visibilité des boutons du volet"]}},52203:e=>{e.exports={en:["change pane separators color"],fr:["modifier la couleur des séparateurs de volets"]}},38730:e=>{e.exports={en:["change post market color"],fr:["changer la couleur du post-marché"]}},28075:e=>{e.exports={en:["change post market line color"],fr:["changer la couleur de la ligne de post-marché"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"],fr:["changer la visibilité des lignes de prix pré/post marché"]}},44371:e=>{e.exports={
+en:["change pre market color"],fr:["changer la couleur du pré-marché"]}},96114:e=>{e.exports={en:["change pre market line color"],fr:["changer la couleur de la ligne de pré-marché"]}},69814:e=>{e.exports={en:["change previous close price line color"],fr:["changer la couleur de la ligne du prix de clôture précédent"]}},13660:e=>{e.exports={en:["change previous close price line width"],fr:["changer la largeur de la ligne du prix de clôture précédent"]}},87861:e=>{e.exports={en:["change price line color"],fr:["changer la couleur de la ligne de prix"]}},29353:e=>{e.exports={en:["change price line width"],fr:["changer la largeur de la ligne de prix"]}},16241:e=>{e.exports={en:["change range bars style"],fr:["changer le style des barres de gamme"]}},65821:e=>{e.exports={en:["change range thin bars"],fr:["changer les barres fines de la gamme"]}},75487:e=>{e.exports={en:["change renko wick down color"],fr:["changer la couleur des mèches renko du bas"]}},92277:e=>{e.exports={en:["change renko wick up color"],fr:["changer la couleur des mèches du haut renko"]}},79604:e=>{e.exports={en:["change renko wick visibility"],fr:["changer la visibilité des mèches renko"]}},82946:e=>{e.exports={en:["change right margin"],fr:["modifier la marge de droite"]}},79545:e=>{e.exports={en:["change right margin percentage"],fr:["changer le pourcentage de la marge de droite"]}},78995:e=>{e.exports={en:["change symbol watermark color"],fr:["modifier la couleur du filigrane du symbole"]}},73227:e=>{e.exports={en:["change symbol watermark visibility"],fr:["modifier la visibilité du filigrane du symbole"]}},88167:e=>{e.exports={en:["change symbol description visibility"],fr:["modifier la visibilité de la description du symbole"]}},12050:e=>{e.exports={en:["change symbol field visibility"],fr:["modifier la visibilité du champ du symbole"]}},46066:e=>{e.exports={en:["change symbol last value mode"],fr:["changer le mode de la dernière valeur du symbole"]}},902:e=>{e.exports={en:["change symbol legend format"],fr:["changer le format de la légende des symboles"]}},77408:e=>{e.exports={en:["change save chart left edge position when changing interval"],fr:["modifier la position du bord gauche du graphique de sauvegarde lors du changement d'intervalle"]}},69023:e=>{e.exports={en:["change scale modes buttons visibility"],fr:["changer la visibilité des boutons de modes d'échelle"]}},76131:e=>{e.exports={en:["change scales text color"],fr:["modifier la couleur du texte des échelles"]}},27792:e=>{e.exports={en:["change scales font size"],fr:["modifier la taille de police des échelles"]}},94997:e=>{e.exports={en:["change scales lines color"],fr:["modifier la couleur des lignes des échelles"]}},60067:e=>{e.exports={en:["change sessions breaks visibility"],fr:["modifier la visibilité des interruptions de session"]}},28175:e=>{e.exports={en:["change sessions breaks width"],fr:["modifier la largeur des interruptions de session"]}},33895:e=>{e.exports={en:["change sessions breaks color"],fr:["modifier la couleur des interruptions de session"]}},21641:e=>{e.exports={
+en:["change sessions breaks style"],fr:["modifier le style des interruptions de session"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"],fr:["modifier l'affichage des prix réels sur l'échelle de prix (au lieu du prix Heiken-Ashi)"]}},60834:e=>{e.exports={en:["change thin bars"],fr:["changer les barres fines"]}},39754:e=>{e.exports={en:["change time hours format"],fr:["changer le format de l'heure"]}},74883:e=>{e.exports={en:["change top margin"],fr:["modifier la marge supérieure"]}},51250:e=>{e.exports={en:["change unit label visibility"],fr:["modifier la visibilité de l'étiquette d'unité"]}},71805:e=>{e.exports={en:["change vert grid lines color"],fr:["modifier la couleur des lignes de la grille verticale"]}},96201:e=>{e.exports={en:["change volume values visibility"],fr:["modifier la visibilité des valeurs de volume"]}},17214:e=>{e.exports={en:["change {candleType} up border color"],fr:["changer la couleur de la bordure du haut de {candleType}"]}},36697:e=>{e.exports={en:["change {candleType} up color"],fr:["changer la couleur du haut de {candleType}"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"],fr:["changer la couleur de la mèche du bas de {candleType}"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"],fr:["changer la couleur de la mèche du haut de {candleType}"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"],fr:["changer la visibilité de la mèche de {candleType}"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"],fr:["changer la visibilité du corps de {candleType}"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"],fr:["changer la visibilité de la bordure de {candleType}"]}},20291:e=>{e.exports={en:["change {candleType} down border color"],fr:["changer la couleur de la bordure du bas de {candleType}"]}},64571:e=>{e.exports={en:["change {candleType} down color"],fr:["changer la couleur du bas de {candleType}"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"],fr:["changer la couleur de la barre de bordure du bas de {chartType}"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"],fr:["changer la couleur de la barre de bordure du haut de {chartType}"]}},5012:e=>{e.exports={en:["change {chartType} down color"],fr:["changer la couleur du bas de {chartType}"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"],fr:["changer la couleur de la barre de bordure de projection du haut de {chartType}"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"],fr:["changer la couleur de la barre de projection du bas de {chartType}"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"],fr:["changer la couleur de la barre de projection du haut de {chartType}"]}},6970:e=>{e.exports={en:["change {chartType} up color"],fr:["changer la couleur du haut de {chartType}"]}},66110:e=>{e.exports={en:["change {inputName} property"],fr:["modifier les propriétés de {inputName}"]}},
+18077:e=>{e.exports={en:["adjust data for dividends"],fr:["ajuster les données pour les dividendes"]}},1433:e=>{e.exports={en:["adjust for contract changes"],fr:["ajuster pour les changements de contrat"]}},92598:e=>{e.exports={en:["hollow candles"],fr:["Bougies Creuses"]}},57243:e=>{e.exports={en:["range","ranges"],fr:["plage","plages"]}},70282:e=>{e.exports={en:["renko"],fr:["Renko"]}},28871:e=>{e.exports={en:["toggle intraday inactivity gaps"]}},92978:e=>{e.exports={en:["use settlement as close on daily interval"],fr:["utiliser le règlement comme clôture sur l'intervalle quotidien"]}},59644:e=>{e.exports={en:["{value} decimal","{value} decimals"],fr:["{value} décimale","{value} décimales"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.7714.fb6a9318f826d9829d2d.js b/public/charting_library/bundles/fr.7714.fb6a9318f826d9829d2d.js
new file mode 100644
index 0000000..d351580
--- /dev/null
+++ b/public/charting_library/bundles/fr.7714.fb6a9318f826d9829d2d.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7714,4109,4166],{92389:e=>{e.exports={en:["Clone, Copy"],fr:["Cloner, Copier"]}},47742:e=>{e.exports={en:["Close menu"],fr:["Fermer le menu"]}},83390:e=>{e.exports={en:["Create a group of drawings"],fr:["Créer un groupe de dessins"]}},69207:e=>{e.exports={en:["Add to favorites"],fr:["Ajouter aux favoris"]}},40983:e=>{e.exports={en:["Group is hidden on current interval"],fr:["Le groupe est caché sur l'intervalle actuel"]}},80014:e=>{e.exports={en:["Drawing is hidden on current interval"],fr:["Le dessin est caché sur l'intervalle actuel"]}},88616:e=>{e.exports={en:["Object tree"],fr:["Arborescence des objets"]}},80996:e=>{e.exports={en:["Local drawings"],fr:["Dessins locaux"]}},63944:e=>{e.exports={en:["Modified: {modificationDate}"],fr:["Modifié: {modificationDate}"]}},37117:e=>{e.exports={en:["More"],fr:["Plus"]}},81031:e=>{e.exports={en:["Manage layout drawings"],fr:["Gérer les dessins de mise en page"]}},84212:e=>{e.exports={en:["No drawings yet"],fr:["Pas de Dessins pour le moment"]}},92931:e=>{e.exports={en:["Synced globally"],fr:["Synchronisé globalement"]}},41870:e=>{e.exports={en:["Synced in layout"],fr:["Synchronisé dans la mise en page"]}},8182:e=>{e.exports={en:["Remove all drawings for this symbol"],fr:["Supprimer tous les dessins pour ce symbole"]}},85106:e=>{e.exports={en:["Remove from favorites"],fr:["Retirer des favoris"]}},6321:e=>{e.exports={en:["Rename"],fr:["Renommer"]}},23687:e=>{e.exports={en:["change {sourceTitle} title to {newSourceTitle}"],fr:["Remplacer le titre {sourceTitle} par {newSourceTitle}"]}},93277:e=>{e.exports={en:["hide objects"],fr:["masquer les objets"]}},10370:e=>{e.exports={en:["insert source(s) after"],fr:["insérer la/les source(s) après"]}},36044:e=>{e.exports={en:["move objects"],fr:["Déplacer les objets"]}},51382:e=>{e.exports={en:["show {title}"],fr:["afficher {title}"]}},23771:e=>{e.exports={en:["show objects"],fr:["afficher les objets"]}},79688:e=>{e.exports={en:["remove objects"],fr:["supprimer les objets"]}},58407:e=>{e.exports={en:["remove all line tools for {symbol}"],fr:["supprimer tous les outils de ligne pour {symbol}."]}},90755:e=>{e.exports={en:["{drawingsCount} drawing","{drawingsCount} drawings"],fr:["{drawingsCount} dessin","{drawingsCount} dessins"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.7827.ea2deb999b0c771280eb.js b/public/charting_library/bundles/fr.7827.ea2deb999b0c771280eb.js
new file mode 100644
index 0000000..f9a3da6
--- /dev/null
+++ b/public/charting_library/bundles/fr.7827.ea2deb999b0c771280eb.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7827,4109],{55517:e=>{e.exports={en:["Add"],fr:["Ajouter"]}},29619:e=>{e.exports={en:["Add custom color"],fr:["Ajouter une couleur personnalisée"]}},80936:e=>{e.exports={en:["Opacity"],fr:["Opacité"]}},64974:e=>{e.exports={en:["line tool(s) line style"],fr:["style de ligne de/s outil/s de ligne"]}},47370:e=>{e.exports={en:["Color"],fr:["Couleur"]}},4543:e=>{e.exports={en:["Cancel"],fr:["Annuler"]}},74089:e=>{e.exports={en:["Anchor drawing"],fr:["Ancrer le dessin"]}},69207:e=>{e.exports={en:["Add to favorites"],fr:["Ajouter aux favoris"]}},99919:e=>{e.exports={en:["Align to 45 degree"],fr:["Aligner à 45 degrés"]}},69715:e=>{e.exports={en:["Background color"],fr:["Couleur de Fond"]}},7977:e=>{e.exports={en:["Background color 1"],fr:["Couleur de Fond 1"]}},8111:e=>{e.exports={en:["Background color 2"],fr:["Couleur de Fond 2"]}},57157:e=>{e.exports={en:["Dot"],fr:["Point"]}},27390:e=>{e.exports={en:["Dotted line"],fr:["Ligne pointillée"]}},88123:e=>{e.exports={en:["Dashed line"],fr:["Ligne traitillée"]}},14939:e=>{e.exports={en:["Demonstration"],fr:["Démonstration"]}},31145:e=>{e.exports={en:["Disable align to 45 degrees mode"],fr:["Désactiver le mode d'alignement à 45 degrés"]}},83187:e=>{e.exports={en:["Enable align to 45 degrees mode"],fr:["Activer le mode d'alignement à 45 degrés"]}},8727:e=>{e.exports={en:["Eraser"],fr:["Gomme"]}},92409:e=>{e.exports={en:["Font Size"],fr:["Taille de la police de caractères"]}},2573:e=>{e.exports={en:["Font size"],fr:["Taille de la police de caractères"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"],fr:["Maintenez la touche {hotKey_0} enfoncée pour un dessin temporaire"]}},22688:e=>{e.exports={en:["Hide Favorite Drawing Tools Toolbar"],fr:["Cacher la barre d'outils des outils de dessin favoris"]}},79451:e=>{e.exports={en:["Lock all drawings"],fr:["Verrouiller tous les Outils de Dessin"]}},14097:e=>{e.exports={en:["Line tool backgrounds"],fr:["Fonds des outils de ligne"]}},11989:e=>{e.exports={en:["Line tool colors"],fr:["Couleurs des outils de ligne"]}},81956:e=>{e.exports={en:["Line tool text colors"],fr:["Couleurs du texte des outils de ligne"]}},53002:e=>{e.exports={en:["Line tool width"],fr:["Largeur de l'outil de ligne"]}},75056:e=>{e.exports={en:["Line tool widths"],fr:["Largeur des outils de ligne"]}},37117:e=>{e.exports={en:["More"],fr:["Plus"]}},35553:e=>{e.exports={en:["Magic"],fr:["Magie"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"],fr:["Le mode Aimant accroche les dessins placés près des barres de prix à la valeur OHLC la plus proche"]}},46193:e=>{e.exports={en:["Marker color"],fr:["Couleur du marqueur"]}},91563:e=>{e.exports={en:["Measure"],fr:["Mesure"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"],fr:["Les nouveaux tracés sont répliqués dans tous les graphiques de la mise en page et affichés lorsque le même ticker est sélectionné"]}},
+3154:e=>{e.exports={en:["Show Hidden Tools"],fr:["Montrer les Outils Cachés"]}},85786:e=>{e.exports={en:["Show Object Tree"],fr:["Afficher l'arborescence des objets"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],fr:["Rester en Mode Dessin"]}},65086:e=>{e.exports={en:["Stop background color"],fr:["Couleur de Fond du Stop"]}},28736:e=>{e.exports={en:["Profit background color"],fr:["Couleur de Fond des Profits"]}},57118:e=>{e.exports={en:["Remove Drawings"],fr:["Supprimer les dessins"]}},89984:e=>{e.exports={en:["Remove color"],fr:["Supprimer la couleur"]}},85106:e=>{e.exports={en:["Remove from favorites"],fr:["Retirer des favoris"]}},77753:e=>{e.exports={en:["Text color"],fr:["Couleur du Texte"]}},55774:e=>{e.exports={en:["Zoom In"],fr:["Grossissement"]}},37310:e=>{e.exports={en:["Zoom Out"],fr:["Réduction"]}},96142:e=>{e.exports={en:["change line tool(s) text color"],fr:["modifier la couleur du texte de/s outil/s de ligne"]}},50522:e=>{e.exports={en:["change line tool(s) background color"],fr:["modifier la couleur de fond de/s outil/s de ligne"]}},78655:e=>{e.exports={en:["change line tool(s) color"],fr:["modifier la couleur de/s outils/s de ligne"]}},37453:e=>{e.exports={en:["change line tool(s) font size"],fr:["modifier la taille de la police de/s des outil/s de ligne"]}},13423:e=>{e.exports={en:["change line tool(s) line style"],fr:["modifier le style de ligne de/s outil/s de ligne"]}},81303:e=>{e.exports={en:["change line tool(s) line width"],fr:["modifier la largeur de ligne de/s outil/s de ligne"]}},25167:e=>{e.exports={en:["change {propertyName} property"],fr:["changer la propriété de {propertyName}"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"],fr:["{hotKey_0} + cliquer sur le graphique"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"],fr:["{hotKey_0} - cercle"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"],fr:["{hotKey_0} - dessiner une ligne droite à des angles de 45"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"],fr:["{hotKey_0} - Incréments fixes"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"],fr:["{hotKey_0} - carré"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.7850.c4f446fdb53937cc86cb.js b/public/charting_library/bundles/fr.7850.c4f446fdb53937cc86cb.js
new file mode 100644
index 0000000..8574c4b
--- /dev/null
+++ b/public/charting_library/bundles/fr.7850.c4f446fdb53937cc86cb.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7850,7122,5111],{57122:e=>{e.exports={en:["change {title} text"],fr:["modifier le texte de {title}"]}},77114:e=>{e.exports={en:["erase level line"],fr:["effacer la ligne de niveau"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.7952.0cb83b58212a65904f9d.js b/public/charting_library/bundles/fr.7952.0cb83b58212a65904f9d.js
new file mode 100644
index 0000000..fab6dc7
--- /dev/null
+++ b/public/charting_library/bundles/fr.7952.0cb83b58212a65904f9d.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7952,2787,6155,5111,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],fr:["#{count} (prix, bar)"]}},29291:e=>{e.exports={en:["Median"],fr:["Médiane"]}},78930:e=>{e.exports={en:["Coordinates"],fr:["Coordonnées"]}},24197:e=>{e.exports={en:["Center"],fr:["Centre"]}},27567:e=>{e.exports={en:["Bottom"],fr:["Bas"]}},79468:e=>{e.exports={en:["Background"],fr:["Arrière-Plan"]}},72942:e=>{e.exports={en:["Days"],fr:["Jours"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],fr:["Déplacement (prix, barre)"]}},61856:e=>{e.exports={en:["Extend left line"],fr:["Prolonger la ligne de gauche"]}},819:e=>{e.exports={en:["Extend lines"],fr:["Prolonger les lignes"]}},87430:e=>{e.exports={en:["Extend right line"],fr:["Prolonger la ligne de droite"]}},56796:e=>{e.exports={en:["Hours"],fr:["Heures"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],fr:["Paramètres en Entrée"]}},11626:e=>{e.exports={en:["Left"],fr:["Gauche"]}},43154:e=>{e.exports={en:["Months"],fr:["Mois"]}},68833:e=>{e.exports={en:["Middle"],fr:["Milieu"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"],fr:["Secondes"]}},50421:e=>{e.exports={en:["Right"],fr:["Droite"]}},835:e=>{e.exports={en:["Weeks"],fr:["Semaines"]}},97118:e=>{e.exports={en:["Top"],fr:["Haut"]}},70320:e=>{e.exports={en:["Text"],fr:["Texte"]}},25485:e=>{e.exports={en:["Text alignment"],fr:["Alignement du texte"]}},67781:e=>{e.exports={en:["Text orientation"],fr:["Orientation du texte"]}},24821:e=>{e.exports={en:["Ticks"]}},28683:e=>{e.exports={en:["Use one color"],fr:["Utiliser une couleur"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],fr:["changer la coordonnée X de la barre"]}},11737:e=>{e.exports={en:["change price Y coordinate"],fr:["changer la coordonnée Y du prix"]}},59577:e=>{e.exports={en:["change {title} all lines color"],fr:["changer la couleur de toutes les lignes de {title}"]}},13783:e=>{e.exports={en:["change {title} background transparency"],fr:["changer la transparence du fond de {title}"]}},30839:e=>{e.exports={en:["change {title} background visibility"],fr:["changer la visibilité de l'arrière-plan de {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],fr:["modifier {title} de jours vers"]}},91201:e=>{e.exports={en:["change {title} days from"],fr:["modifier {title} en jours de"]}},76295:e=>{e.exports={en:["change {title} extend lines"],fr:["changer étendre les lignes de {title}"]}},8306:e=>{e.exports={en:["change {title} hours from"],fr:["modifier {title} en heures de"]}},67233:e=>{e.exports={en:["change {title} hours to"],fr:["modifier {title} d'heures vers"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],fr:["changer le coeff de la ligne de niveau {index} de {title}"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],fr:["changer la couleur de la ligne de niveau {index} de {title}"]}},64707:e=>{e.exports={en:["change {title} level {index} line style"],
+fr:["changer le style de la ligne de niveau {index} de {title}"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"],fr:["changer la visibilité de la ligne de niveau {index} de {title}"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"],fr:["changer la largeur de la ligne de niveau {index} de {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],fr:["modifier {title} en semaines de"]}},10518:e=>{e.exports={en:["change {title} months to"],fr:["modifier {title} de mois vers"]}},38011:e=>{e.exports={en:["change {title} minutes to"],fr:["modifier {title} de minutes vers"]}},59820:e=>{e.exports={en:["change {title} minutes from"],fr:["modifier {title} en minutes de"]}},6573:e=>{e.exports={en:["change {title} seconds to"],fr:["modifier {title} de secondes vers"]}},86780:e=>{e.exports={en:["change {title} seconds from"],fr:["modifier {title} en secondes de"]}},32481:e=>{e.exports={en:["change {title} weeks from"],fr:["modifier {title} en semaines de"]}},18678:e=>{e.exports={en:["change {title} weeks to"],fr:["modifier {title} de semaines vers"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],fr:["modifier la visibilité de {title} sur les ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],fr:["modifier la visibilité de {title} sur les semaines"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],fr:["modifier la visibilité de {title} sur {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],fr:["modifier la visibilité de {title} sur les jours"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],fr:["modifier la visibilité de {title} sur les heures"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],fr:["modifier la visibilité de {title} sur les minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],fr:["modifier la visibilité de {title} sur les mois"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],fr:["modifier la visibilité de {title} sur les secondes"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],fr:["changer la visibilité de la ligne de {toolName}"]}},19541:e=>{e.exports={en:["change {toolName} line width"],fr:["changer la largeur de la ligne de {toolName}"]}},24059:e=>{e.exports={en:["change {toolName} line color"],fr:["changer la couleur de la ligne de {toolName}"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],fr:["changer la ligne de {toolName} qui s'étend vers la gauche"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],fr:["changer la ligne de {toolName} qui s'étend vers la droite"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],fr:["changer la fin gauche de la ligne de {toolName}"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],fr:["changer la fin droite de la ligne de {toolName}"]}},66429:e=>{e.exports={en:["change {toolName} line style"],fr:["changer le style de ligne de {toolName}"]}},25167:e=>{e.exports={
+en:["change {propertyName} property"],fr:["changer la propriété de {propertyName}"]}},35813:e=>{e.exports={en:["days"],fr:["Jours"]}},89919:e=>{e.exports={en:["days to"],fr:["jours vers"]}},59215:e=>{e.exports={en:["days from"],fr:["jours de"]}},77114:e=>{e.exports={en:["erase level line"],fr:["effacer la ligne de niveau"]}},2359:e=>{e.exports={en:["hours"],fr:["Heures"]}},82267:e=>{e.exports={en:["hours from"],fr:["heures de"]}},15600:e=>{e.exports={en:["hours to"],fr:["heures vers"]}},76261:e=>{e.exports={en:["move drawings"],fr:["déplacer les dessins"]}},95300:e=>{e.exports={en:["months"],fr:["Mois"]}},17250:e=>{e.exports={en:["months from"],fr:["mois de"]}},2828:e=>{e.exports={en:["months to"],fr:["mois vers"]}},18726:e=>{e.exports={en:["minutes"],fr:["Minutes"]}},67649:e=>{e.exports={en:["minutes to"],fr:["minutes vers"]}},22476:e=>{e.exports={en:["minutes from"],fr:["minutes de"]}},751:e=>{e.exports={en:["seconds"],fr:["secondes"]}},73419:e=>{e.exports={en:["seconds to"],fr:["secondes vers"]}},35801:e=>{e.exports={en:["seconds from"],fr:["secondes de"]}},45537:e=>{e.exports={en:["weeks"],fr:["semaines"]}},92859:e=>{e.exports={en:["weeks from"],fr:["semaines de"]}},44127:e=>{e.exports={en:["weeks to"],fr:["semaines vers"]}},3539:e=>{e.exports={en:["ticks"],fr:["Ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.8356.3131cfefc19bf35ba006.js b/public/charting_library/bundles/fr.8356.3131cfefc19bf35ba006.js
new file mode 100644
index 0000000..915e278
--- /dev/null
+++ b/public/charting_library/bundles/fr.8356.3131cfefc19bf35ba006.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8356,4109],{53288:e=>{e.exports={en:["animals & nature"],fr:["animaux & nature"]}},21311:e=>{e.exports={en:["activity"],fr:["activité"]}},90678:e=>{e.exports={en:["food & drink"],fr:["nourriture & boissons"]}},6715:e=>{e.exports={en:["flags"],fr:["drapeaux"]}},98355:e=>{e.exports={en:["objects"],fr:["objets"]}},43438:e=>{e.exports={en:["smiles & people"],fr:["sourires & personnes"]}},40457:e=>{e.exports={en:["symbols"],fr:["symboles"]}},88906:e=>{e.exports={en:["recently used"],fr:["récemment utilisé"]}},28562:e=>{e.exports={en:["travel & places"],fr:["voyages & lieux"]}},23821:e=>{e.exports={en:["Dot"],fr:["Point"]}},57252:e=>{e.exports={en:["Days"],fr:["Jours"]}},18817:e=>{e.exports={en:["Hours"],fr:["Heures"]}},89506:e=>{e.exports={en:["Months"],fr:["Mois"]}},21551:e=>{e.exports={en:["Minutes"]}},32116:e=>{e.exports={en:["Seconds"],fr:["Secondes"]}},22163:e=>{e.exports={en:["Ranges"],fr:["Gammes"]}},41815:e=>{e.exports={en:["Weeks"],fr:["Semaines"]}},49512:e=>{e.exports={en:["Ticks"]}},96554:e=>{e.exports={en:["Copy image"],fr:["Copier l'image"]}},81939:e=>{e.exports={en:["Copy link"],fr:["Copier le lien"]}},58425:e=>{e.exports={en:["Chart snapshot"],fr:["Aperçu du graphique"]}},66418:e=>{e.exports={en:["Choose manually"],fr:["Choisir manuellement"]}},80335:e=>{e.exports={en:["Add custom interval"],fr:["Ajouter un intervalle personnalisé"]}},69207:e=>{e.exports={en:["Add to favorites"],fr:["Ajouter aux favoris"]}},89771:e=>{e.exports={en:["All changes saved"],fr:["Tous les changements sauvegardés"]}},89911:e=>{e.exports={en:["Bar's style"],fr:["Style de barre"]}},26200:e=>{e.exports={en:["Download image"],fr:["Télécharger l'image"]}},46838:e=>{e.exports={en:["Default templates"],fr:["Modèles par défaut"]}},6571:e=>{e.exports={en:["Everyone with the link can view and copy"],fr:["Toute personne ayant le lien peut voir et copier"]}},52530:e=>{e.exports={en:["Favorite Indicators"],fr:["Indicateurs Favoris"]}},70234:e=>{e.exports={en:["Favorites"],fr:["Favoris"]}},67092:e=>{e.exports={en:["Fullscreen mode"],fr:["Mode plein écran"]}},76443:e=>{e.exports={en:["Indicator templates"],fr:["Modèles d'indicateurs"]}},84549:e=>{e.exports={en:["Indicators"],fr:["Indicateurs"]}},62005:e=>{e.exports={en:["Indicators & Strategies"],fr:["Indicateurs & Stratégies"]}},44271:e=>{e.exports={en:["Open template"],fr:["Ouvrir le modèle"]}},46311:e=>{e.exports={en:["Open Interval Dialog"],fr:["Ouvrir la fenêtre intervalle de temps"]}},34770:e=>{e.exports={en:["Open chart in popup"],fr:["Ouvrir le graphique dans une nouvelle fenêtre"]}},19159:e=>{e.exports={en:["Open in new tab"],fr:["Ouvrir dans un nouvel onglet"]}},65433:e=>{e.exports={en:["Open layout"],fr:["Ouvrir la mise en page"]}},29517:e=>{e.exports={en:["Load Chart Layout"],fr:["Charger la configuration graphique"]}},93292:e=>{e.exports={en:["Loading..."],fr:["Chargement..."]}},40115:e=>{e.exports={en:["Make a copy"],fr:["Créer une copie"]}},38973:e=>{e.exports={en:["Manage layouts"],
+fr:["Gérer les mises en page"]}},83300:e=>{e.exports={en:["My templates"],fr:["Mes modèles"]}},92969:e=>{e.exports={en:["Number or {hotKey_0}"],fr:["Numéro ou {hotKey_0}"]}},64e3:e=>{e.exports={en:["Save"],fr:["Sauvegarder"]}},26869:e=>{e.exports={en:["Save Indicator template"],fr:["Sauver le modèle d'indicateur"]}},15356:e=>{e.exports={en:["Save all charts for all symbols and intervals on your layout"],fr:["Enregistrer tous les graphiques pour tous les symboles et intervalles de votre mise en page"]}},26276:e=>{e.exports={en:["Save layout"],fr:["Sauvegarder une mise en page"]}},81265:e=>{e.exports={en:["Sharing"],fr:["Partager"]}},50021:e=>{e.exports={en:["Simply start typing while on the chart to pull up this search box"],fr:["Vous pouvez simplement commencer à taper lorsque vous êtes sur le graphique pour faire apparaître cette boîte de recherche"]}},51165:e=>{e.exports={en:["Symbol Search"],fr:["Recherche de symbole"]}},18243:e=>{e.exports={en:["Quick Search"],fr:["Recherche rapide"]}},7448:e=>{e.exports={en:["Recently used"],fr:["Récemment utilisé"]}},11304:e=>{e.exports={en:["Redo {hint}"],fr:["Répéter {hint}"]}},85106:e=>{e.exports={en:["Remove from favorites"],fr:["Retirer des favoris"]}},47550:e=>{e.exports={en:["Remove selected emoji"],fr:["Supprimer l'emoji sélectionné"]}},6321:e=>{e.exports={en:["Rename"],fr:["Renommer"]}},87972:e=>{e.exports={en:["Take a snapshot"],fr:["Faire une saisie d'écran"]}},41173:e=>{e.exports={en:["Time Interval"],fr:["Intervalle de Temps"]}},28239:e=>{e.exports={en:["Tweet image"],fr:["Tweeter l'image du graphique"]}},66020:e=>{e.exports={en:["Undo {hint}"],fr:["Annuler {hint}"]}},36291:e=>{e.exports={en:["Unfavorite all"],fr:["Supprimer tous les favoris"]}},18448:e=>{e.exports={en:["You have no Favorites Indicators yet"],fr:["Vous n'avez pas encore d'indicateur favoris"]}},6094:e=>{e.exports={en:["Your favorite layouts have moved to the top toolbar. You currently have {count} favorite. You can reduce the number to find them easier — unfavorite all in just one click or set up your choice manually.","Your favorite layouts have moved to the top toolbar. You currently have {count} favorites. You can reduce the number to find them easier — unfavorite all in just one click or set up your choice manually."],fr:["Vos modèles favoris ont été déplacés vers la barre d'outils supérieure. Vous avez actuellement {count} favori. Vous pouvez en réduire le nombre pour les retrouver plus facilement -supprimez les tous des favoris en un seul clic ou définir votre choix manuellement.","Vos modèles favoris ont été déplacés vers la barre d'outils supérieure. Vous avez actuellement {count} favoris. Vous pouvez en réduire le nombre pour les retrouver plus facilement - supprimez les tous des favoris en un seul clic ou définir votre choix manuellement."]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.8370.da37ca095a984f601a1e.js b/public/charting_library/bundles/fr.8370.da37ca095a984f601a1e.js
new file mode 100644
index 0000000..227441e
--- /dev/null
+++ b/public/charting_library/bundles/fr.8370.da37ca095a984f601a1e.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8370],{23970:e=>{e.exports={en:["days"],fr:["jours"]}},35157:e=>{e.exports={en:["hours"],fr:["heures"]}},18193:e=>{e.exports={en:["months"],fr:["mois"]}},79930:e=>{e.exports={en:["minutes"]}},7938:e=>{e.exports={en:["weeks"],fr:["semaines"]}},48161:e=>{e.exports={en:["View Only Mode"],fr:["Mode Voir uniquement"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.8622.b162b43310f56287e24e.js b/public/charting_library/bundles/fr.8622.b162b43310f56287e24e.js
new file mode 100644
index 0000000..92da948
--- /dev/null
+++ b/public/charting_library/bundles/fr.8622.b162b43310f56287e24e.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8622],{13197:e=>{e.exports={en:["1/{minmove2} of 1/{pricescale}"],fr:["1/{minmove2} de 1/{pricescale}"]}},97349:e=>{e.exports={en:["Fr"],fr:["Ven"]}},30961:e=>{e.exports={en:["Mo"],fr:["Lu"]}},94748:e=>{e.exports={en:["Sa"],fr:["Sam"]}},75005:e=>{e.exports={en:["Su"],fr:["Dim"]}},92578:e=>{e.exports={en:["We"],fr:["Me"]}},8765:e=>{e.exports={en:["Th"],fr:["Jeu"]}},9135:e=>{e.exports={en:["Tu"],fr:["Ma"]}},53174:e=>{e.exports={en:["Right"],fr:["De droite"]}},47742:e=>{e.exports={en:["Close menu"],fr:["Fermer le menu"]}},81849:e=>{e.exports={en:["Currency"],fr:["Devise"]}},12272:e=>{e.exports={en:["Current contract"],fr:["Contrat en cours"]}},17606:e=>{e.exports={en:["All sessions"],fr:["Toutes les sessions"]}},28896:e=>{e.exports={en:["April"],fr:["Avril"]}},11081:e=>{e.exports={en:["August"],fr:["Août"]}},42358:e=>{e.exports={en:["Bond"],fr:["Obligation"]}},90082:e=>{e.exports={en:["December"],fr:["Décembre"]}},54602:e=>{e.exports={en:["Delisted"],fr:["Supprimée"]}},78734:e=>{e.exports={en:["Description"]}},63538:e=>{e.exports={en:["Exchange timezone"],fr:["Fuseau horaire de la bourse"]}},88191:e=>{e.exports={en:["Expiration date"],fr:["Date d'expiration"]}},56536:e=>{e.exports={en:["FIGI"]}},81069:e=>{e.exports={en:["February"],fr:["Février"]}},22928:e=>{e.exports={en:["Fri"],fr:["Ven"]}},3570:e=>{e.exports={en:["Friday"],fr:["Vendredi"]}},26931:e=>{e.exports={en:["Home page"],fr:["Page d'accueil"]}},88104:e=>{e.exports={en:["ISIN"]}},7727:e=>{e.exports={en:["Industry"],fr:["Industrie"]}},200:e=>{e.exports={en:["January"],fr:["Janvier"]}},6608:e=>{e.exports={en:["July"],fr:["Juillet"]}},61487:e=>{e.exports={en:["June"],fr:["Juin"]}},37997:e=>{e.exports={en:["October"],fr:["Octobre"]}},23339:e=>{e.exports={en:["Link copied to clipboard"],fr:["Lien copié dans le presse-papier"]}},41224:e=>{e.exports={en:["Listed exchange"],fr:["Bourse agréée"]}},37150:e=>{e.exports={en:["Mon"],fr:["Lun"]}},19573:e=>{e.exports={en:["Monday"],fr:["Lundi"]}},25734:e=>{e.exports={en:["May"],fr:["Mai"]}},93878:e=>{e.exports={en:["March"],fr:["Mars"]}},41410:e=>{e.exports={en:["Market open"],fr:["Marché ouvert"]}},62464:e=>{e.exports={en:["Market closed"],fr:["Marché fermé"]}},91563:e=>{e.exports={en:["Measure"],fr:["Mesure"]}},4607:e=>{e.exports={en:["November"],fr:["Novembre"]}},99709:e=>{e.exports={en:["Name"],fr:["Nom"]}},97751:e=>{e.exports={en:["Source"]}},32273:e=>{e.exports={en:["Sat"],fr:["Sam"]}},30348:e=>{e.exports={en:["Saturday"],fr:["Samedi"]}},99804:e=>{e.exports={en:["Sector"],fr:["Secteur"]}},17502:e=>{e.exports={en:["Security Info"],fr:["Info du Symbole"]}},32179:e=>{e.exports={en:["September"],fr:["Septembre"]}},77493:e=>{e.exports={en:["Sun"],fr:["Dim"]}},61480:e=>{e.exports={en:["Sunday"],fr:["Dimanche"]}},81314:e=>{e.exports={en:["Point value"],fr:["Valeur du point"]}},73897:e=>{e.exports={en:["Post-market"],fr:["Post-marché"]}},39245:e=>{e.exports={en:["Pip size"],fr:["Valeur du pip"]}},36018:e=>{e.exports={en:["Pre-market"],fr:["Pré-marché"]}},
+16045:e=>{e.exports={en:["Website"],fr:["Site Web"]}},11532:e=>{e.exports={en:["Wed"],fr:["Mer"]}},94226:e=>{e.exports={en:["Wednesday"],fr:["Mercredi"]}},17254:e=>{e.exports={en:["Text copied to clipboard"],fr:["Texte copié dans le presse-papiers"]}},71388:e=>{e.exports={en:["Thu"],fr:["Jeu"]}},79137:e=>{e.exports={en:["Thursday"],fr:["Jeudi"]}},24431:e=>{e.exports={en:["Tick size"],fr:["Taille du tick"]}},11916:e=>{e.exports={en:["Tue"],fr:["Mar"]}},82160:e=>{e.exports={en:["Tuesday"],fr:["Mardi"]}},98413:e=>{e.exports={en:["Type"]}},33564:e=>{e.exports={en:["Unit"],fr:["Unité"]}},70932:e=>{e.exports={en:["commodity"],fr:["produit de base"]}},79599:e=>{e.exports={en:["cfd"]}},46128:e=>{e.exports={en:["crypto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"],fr:["économie"]}},17770:e=>{e.exports={en:["forex"],fr:["Forex"]}},4723:e=>{e.exports={en:["futures"]}},87464:e=>{e.exports={en:["index"],fr:["indice"]}},90250:e=>{e.exports={en:["indices"]}},76752:e=>{e.exports={en:["stock"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.8763.bf9d4d175a7686effaf6.js b/public/charting_library/bundles/fr.8763.bf9d4d175a7686effaf6.js
new file mode 100644
index 0000000..e1d7e4a
--- /dev/null
+++ b/public/charting_library/bundles/fr.8763.bf9d4d175a7686effaf6.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8763,5111],{91612:e=>{e.exports={en:["Inside"],fr:["À l'intérieur"]}},46005:e=>{e.exports={en:["Original"],fr:["Initial"]}},70382:e=>{e.exports={en:["Modified Schiff"],fr:["Schiff modifié"]}},69904:e=>{e.exports={en:["Schiff"]}},98463:e=>{e.exports={en:["change {title} style"],fr:["changer le style de {title}"]}},77114:e=>{e.exports={en:["erase level line"],fr:["effacer la ligne de niveau"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.8940.5460b0ccfae157b7bbe3.js b/public/charting_library/bundles/fr.8940.5460b0ccfae157b7bbe3.js
new file mode 100644
index 0000000..9790cf7
--- /dev/null
+++ b/public/charting_library/bundles/fr.8940.5460b0ccfae157b7bbe3.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8940,6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],fr:["#{count} (prix, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],fr:["Coordonnées"]}},24197:e=>{e.exports={en:["Center"],fr:["Centre"]}},27567:e=>{e.exports={en:["Bottom"],fr:["Bas"]}},38408:e=>{e.exports={en:["Border"],fr:["Bordure"]}},79468:e=>{e.exports={en:["Background"],fr:["Arrière-Plan"]}},72942:e=>{e.exports={en:["Days"],fr:["Jours"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],fr:["Déplacement (prix, barre)"]}},56796:e=>{e.exports={en:["Hours"],fr:["Heures"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],fr:["Paramètres en Entrée"]}},34974:e=>{e.exports={en:["Label border"],fr:["Bordure de l'étiquette"]}},73863:e=>{e.exports={en:["Label background"],fr:["Fond de l'Étiquette"]}},95170:e=>{e.exports={en:["Label text"],fr:["Texte de l'étiquette"]}},11626:e=>{e.exports={en:["Left"],fr:["Gauche"]}},97575:e=>{e.exports={en:["Line color"],fr:["Couleur de la ligne"]}},43154:e=>{e.exports={en:["Months"],fr:["Mois"]}},68833:e=>{e.exports={en:["Middle"],fr:["Milieu"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"],fr:["Secondes"]}},50421:e=>{e.exports={en:["Right"],fr:["Droite"]}},835:e=>{e.exports={en:["Weeks"],fr:["Semaines"]}},97118:e=>{e.exports={en:["Top"],fr:["Haut"]}},70320:e=>{e.exports={en:["Text"],fr:["Texte"]}},7560:e=>{e.exports={en:["Text wrap"],fr:["Retour à la ligne forcé du Texte"]}},25485:e=>{e.exports={en:["Text alignment"],fr:["Alignement du texte"]}},67781:e=>{e.exports={en:["Text orientation"],fr:["Orientation du texte"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],fr:["changer la coordonnée X de la barre"]}},11737:e=>{e.exports={en:["change price Y coordinate"],fr:["changer la coordonnée Y du prix"]}},96135:e=>{e.exports={en:["change {title} days to"],fr:["modifier {title} de jours vers"]}},91201:e=>{e.exports={en:["change {title} days from"],fr:["modifier {title} en jours de"]}},8306:e=>{e.exports={en:["change {title} hours from"],fr:["modifier {title} en heures de"]}},67233:e=>{e.exports={en:["change {title} hours to"],fr:["modifier {title} d'heures vers"]}},7455:e=>{e.exports={en:["change {title} line color"],fr:["changer la couleur de la ligne de {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],fr:["modifier {title} en semaines de"]}},10518:e=>{e.exports={en:["change {title} months to"],fr:["modifier {title} de mois vers"]}},38011:e=>{e.exports={en:["change {title} minutes to"],fr:["modifier {title} de minutes vers"]}},59820:e=>{e.exports={en:["change {title} minutes from"],fr:["modifier {title} en minutes de"]}},6573:e=>{e.exports={en:["change {title} seconds to"],fr:["modifier {title} de secondes vers"]}},86780:e=>{e.exports={en:["change {title} seconds from"],fr:["modifier {title} en secondes de"]}},32481:e=>{e.exports={en:["change {title} weeks from"],
+fr:["modifier {title} en semaines de"]}},18678:e=>{e.exports={en:["change {title} weeks to"],fr:["modifier {title} de semaines vers"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],fr:["modifier la visibilité de {title} sur les ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],fr:["modifier la visibilité de {title} sur les semaines"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],fr:["modifier la visibilité de {title} sur {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],fr:["modifier la visibilité de {title} sur les jours"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],fr:["modifier la visibilité de {title} sur les heures"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],fr:["modifier la visibilité de {title} sur les minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],fr:["modifier la visibilité de {title} sur les mois"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],fr:["modifier la visibilité de {title} sur les secondes"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],fr:["changer l'alignement vertical des étiquettes de {toolName}"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],fr:["changer l'alignement horizontal des étiquettes de {toolName}"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],fr:["changer la direction des étiquettes de {toolName}"]}},66668:e=>{e.exports={en:["change {toolName} text"],fr:["changer le texte de {toolName}"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],fr:["changer la visibilité du texte de {toolName}"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],fr:["changer le cadre du texte de {toolName}"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],fr:["changer la couleur de fond du texte de {toolName}"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],fr:["changer la visibilité de l'arrière-plan du texte de {toolName}"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],fr:["changer la couleur de la bordure du texte de {toolName}"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],fr:["changer la largeur de la bordure du texte de {toolName}"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],fr:["changer la visibilité de la bordure de texte de {toolName}"]}},64500:e=>{e.exports={en:["change {toolName} text color"],fr:["changer la couleur du texte de {toolName}"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],fr:["changer la police du texte en gras de {toolName}"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],fr:["changer la police du texte en italique de {toolName}"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],fr:["changer la taille de la police du texte de {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],
+fr:["changer la propriété de {propertyName}"]}},35813:e=>{e.exports={en:["days"],fr:["Jours"]}},89919:e=>{e.exports={en:["days to"],fr:["jours vers"]}},59215:e=>{e.exports={en:["days from"],fr:["jours de"]}},2359:e=>{e.exports={en:["hours"],fr:["Heures"]}},82267:e=>{e.exports={en:["hours from"],fr:["heures de"]}},15600:e=>{e.exports={en:["hours to"],fr:["heures vers"]}},76261:e=>{e.exports={en:["move drawings"],fr:["déplacer les dessins"]}},95300:e=>{e.exports={en:["months"],fr:["Mois"]}},17250:e=>{e.exports={en:["months from"],fr:["mois de"]}},2828:e=>{e.exports={en:["months to"],fr:["mois vers"]}},18726:e=>{e.exports={en:["minutes"],fr:["Minutes"]}},67649:e=>{e.exports={en:["minutes to"],fr:["minutes vers"]}},22476:e=>{e.exports={en:["minutes from"],fr:["minutes de"]}},751:e=>{e.exports={en:["seconds"],fr:["secondes"]}},73419:e=>{e.exports={en:["seconds to"],fr:["secondes vers"]}},35801:e=>{e.exports={en:["seconds from"],fr:["secondes de"]}},45537:e=>{e.exports={en:["weeks"],fr:["semaines"]}},92859:e=>{e.exports={en:["weeks from"],fr:["semaines de"]}},44127:e=>{e.exports={en:["weeks to"],fr:["semaines vers"]}},3539:e=>{e.exports={en:["ticks"],fr:["Ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.8975.0b3e843255e92a8c2808.js b/public/charting_library/bundles/fr.8975.0b3e843255e92a8c2808.js
new file mode 100644
index 0000000..22b7212
--- /dev/null
+++ b/public/charting_library/bundles/fr.8975.0b3e843255e92a8c2808.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8975],{94073:e=>{e.exports={en:["A"]}},66384:e=>{e.exports={en:["L"]}},94465:e=>{e.exports={en:["Toggle auto scale"],fr:["Activer l'échelle automatique"]}},46992:e=>{e.exports={en:["Toggle log scale"],fr:["Activer l'échelle logarithmique"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.9003.299a55ed654df75bf43b.js b/public/charting_library/bundles/fr.9003.299a55ed654df75bf43b.js
new file mode 100644
index 0000000..374728d
--- /dev/null
+++ b/public/charting_library/bundles/fr.9003.299a55ed654df75bf43b.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9003,4040,359],{55517:e=>{e.exports={en:["Add"],fr:["Ajouter"]}},29619:e=>{e.exports={en:["Add custom color"],fr:["Ajouter une couleur personnalisée"]}},80936:e=>{e.exports={en:["Opacity"],fr:["Opacité"]}},97349:e=>{e.exports={en:["Fr"],fr:["Ven"]}},30961:e=>{e.exports={en:["Mo"],fr:["Lu"]}},94748:e=>{e.exports={en:["Sa"],fr:["Sam"]}},75005:e=>{e.exports={en:["Su"],fr:["Dim"]}},92578:e=>{e.exports={en:["We"],fr:["Me"]}},8765:e=>{e.exports={en:["Th"],fr:["Jeu"]}},9135:e=>{e.exports={en:["Tu"],fr:["Ma"]}},24716:e=>{e.exports={en:["Another symbol"],fr:["Un autre symbole"]}},41256:e=>{e.exports={en:["Back"],fr:["Retour"]}},94849:e=>{e.exports={en:["Main chart symbol"],fr:["Symbole principal du graphique"]}},53174:e=>{e.exports={en:["Right"],fr:["De droite"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"],fr:["Le calendrier est actuellement sur l'année {year}"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"],fr:["Le calendrier est actuellement sur les années de {year_start} à {year_end}"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"],fr:["Le calendrier est actuellement sur {month}"]}},4543:e=>{e.exports={en:["Cancel"],fr:["Annuler"]}},63245:e=>{e.exports={en:["Change symbol"],fr:["Changer le symbole"]}},54613:e=>{e.exports={en:["Chart"],fr:["Graphique"]}},47742:e=>{e.exports={en:["Close menu"],fr:["Fermer le menu"]}},34040:e=>{e.exports={en:["All sources"],fr:["Toutes les sources"]}},33391:e=>{e.exports={en:["Apply"],fr:["Appliquer"]}},28896:e=>{e.exports={en:["April"],fr:["Avril"]}},11081:e=>{e.exports={en:["August"],fr:["Août"]}},42358:e=>{e.exports={en:["Bond"],fr:["Obligation"]}},27390:e=>{e.exports={en:["Dotted line"],fr:["Ligne pointillée"]}},88123:e=>{e.exports={en:["Dashed line"],fr:["Ligne traitillée"]}},90082:e=>{e.exports={en:["December"],fr:["Décembre"]}},55319:e=>{e.exports={en:["Decrease"],fr:["Diminuer"]}},78734:e=>{e.exports={en:["Description"]}},81069:e=>{e.exports={en:["February"],fr:["Février"]}},3570:e=>{e.exports={en:["Friday"],fr:["Vendredi"]}},39832:e=>{e.exports={en:["Increase"],fr:["Augmenter"]}},200:e=>{e.exports={en:["January"],fr:["Janvier"]}},6608:e=>{e.exports={en:["July"],fr:["Juillet"]}},61487:e=>{e.exports={en:["June"],fr:["Juin"]}},37997:e=>{e.exports={en:["October"],fr:["Octobre"]}},55450:e=>{e.exports={en:["Offset"],fr:["Décalage"]}},19295:e=>{e.exports={en:["Ok"],fr:["D'accord"]}},28603:e=>{e.exports={en:["Line style"],fr:["Style de ligne"]}},19573:e=>{e.exports={en:["Monday"],fr:["Lundi"]}},43154:e=>{e.exports={en:["Months"],fr:["Mois"]}},37117:e=>{e.exports={en:["More"],fr:["Plus"]}},25734:e=>{e.exports={en:["May"],fr:["Mai"]}},93878:e=>{e.exports={en:["March"],fr:["Mars"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],fr:["Aucun échange ne correspond à vos critères"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],fr:["Aucun symbole ne correspond à vos critères"]}},4607:e=>{e.exports={en:["November"],
+fr:["Novembre"]}},69102:e=>{e.exports={en:["Next year"],fr:["Année suivante"]}},17538:e=>{e.exports={en:["Next years"],fr:["Années suivantes"]}},92790:e=>{e.exports={en:["Next month"],fr:["Mois suivant"]}},71300:e=>{e.exports={en:["Number format is invalid."],fr:["Le format du numéro n'est pas valide."]}},28628:e=>{e.exports={en:["Sources"]}},30348:e=>{e.exports={en:["Saturday"],fr:["Samedi"]}},10679:e=>{e.exports={en:['Set the "{inputInline}" time and price for "{studyShortDescription}"'],fr:["Définissez l'heure et le prix de {inputInline} pour {studyShortDescription}."]}},59451:e=>{e.exports={en:['Set the "{inputTitle}" time for "{studyShortDescription}"'],fr:["Définissez {inputTitle} l'heure pour {studyShortDescription}"]}},94238:e=>{e.exports={en:['Set the "{inputTitle}" price for "{studyShortDescription}"'],fr:["Définissez le {inputTitle}prix pour {studyShortDescription}"]}},92229:e=>{e.exports={en:['Set the time and price for "{studyShortDescription}"'],fr:['Fixez l\'heure et le prix pour "{studyShortDescription}"']}},60935:e=>{e.exports={en:['Set the time for "{studyShortDescription}"'],fr:['Fixez l\'heure pour "{studyShortDescription}"']}},24404:e=>{e.exports={en:['Set the price for "{studyShortDescription}"'],fr:['Fixez le prix pour "{studyShortDescription}"']}},8573:e=>{e.exports={en:["Search"],fr:["Chercher"]}},57640:e=>{e.exports={en:["Select source"],fr:["Sélectionner la source"]}},32179:e=>{e.exports={en:["September"],fr:["Septembre"]}},31331:e=>{e.exports={en:["Specified value is more than the instrument maximum of {max}."],fr:["La valeur spécifiée est supérieure au maximum de {max} de l'instrument."]}},24216:e=>{e.exports={en:["Specified value is less than the instrument minimum of {min}."],fr:["La valeur spécifiée est inférieure au minimum de {min} de l'instrument."]}},61480:e=>{e.exports={en:["Sunday"],fr:["Dimanche"]}},70235:e=>{e.exports={en:["Switch to months"],fr:["Passer en mois"]}},91245:e=>{e.exports={en:["Switch to dates"],fr:["Passer en dates"]}},71961:e=>{e.exports={en:["Switch to years"],fr:["Passer en années"]}},95481:e=>{e.exports={en:["Symbol"],fr:["Symbole"]}},74007:e=>{e.exports={en:["Symbol & description"],fr:["Symbole & description"]}},51165:e=>{e.exports={en:["Symbol Search"],fr:["Recherche de symbole"]}},27254:e=>{e.exports={en:["Please enter the right date"],fr:["Veuillez saisir la bonne date"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"],fr:["Veuillez entrer le bon format de date aaaa-mm-jj"]}},93984:e=>{e.exports={en:["Previous month"],fr:["Mois précédent"]}},75776:e=>{e.exports={en:["Previous year"],fr:["Année précédente"]}},44701:e=>{e.exports={en:["Previous years"],fr:["Années précédentes"]}},89984:e=>{e.exports={en:["Remove color"],fr:["Supprimer la couleur"]}},94226:e=>{e.exports={en:["Wednesday"],fr:["Mercredi"]}},79137:e=>{e.exports={en:["Thursday"],fr:["Jeudi"]}},54971:e=>{e.exports={en:["Thickness"],fr:["Epaisseur"]}},82160:e=>{e.exports={en:["Tuesday"],fr:["Mardi"]}},66181:e=>{e.exports={en:["Years"],fr:["Années"]}},70932:e=>{
+e.exports={en:["commodity"],fr:["produit de base"]}},79599:e=>{e.exports={en:["cfd"]}},29426:e=>{e.exports={en:["change opacity"],fr:["Changer l'opacité"]}},31675:e=>{e.exports={en:["change color"],fr:["Changer la couleur"]}},28818:e=>{e.exports={en:["change line style"],fr:["Changer le style de la ligne"]}},73281:e=>{e.exports={en:["change thickness"],fr:["Changer l'épaisseur"]}},25167:e=>{e.exports={en:["change {propertyName} property"],fr:["changer la propriété de {propertyName}"]}},5741:e=>{e.exports={en:["close"],fr:["fermeture"]}},46128:e=>{e.exports={en:["crypto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"],fr:["économie"]}},17770:e=>{e.exports={en:["forex"],fr:["Forex"]}},4723:e=>{e.exports={en:["futures"]}},59319:e=>{e.exports={en:["high"],fr:["haut"]}},96008:e=>{e.exports={en:["hl2"]}},91189:e=>{e.exports={en:["hlc3"]}},49242:e=>{e.exports={en:["hlcc4"]}},87464:e=>{e.exports={en:["index"],fr:["indice"]}},90250:e=>{e.exports={en:["indices"]}},52793:e=>{e.exports={en:["ohlc4"]}},83584:e=>{e.exports={en:["open"],fr:["ouvert"]}},41902:e=>{e.exports={en:["low"],fr:["bas"]}},76752:e=>{e.exports={en:["stock"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.9093.2cff9fa939c391056de4.js b/public/charting_library/bundles/fr.9093.2cff9fa939c391056de4.js
new file mode 100644
index 0000000..3697ddd
--- /dev/null
+++ b/public/charting_library/bundles/fr.9093.2cff9fa939c391056de4.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9093,4109],{4543:e=>{e.exports={en:["Cancel"],fr:["Annuler"]}},47742:e=>{e.exports={en:["Close menu"],fr:["Fermer le menu"]}},69207:e=>{e.exports={en:["Add to favorites"],fr:["Ajouter aux favoris"]}},8573:e=>{e.exports={en:["Search"],fr:["Chercher"]}},85106:e=>{e.exports={en:["Remove from favorites"],fr:["Retirer des favoris"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/fr.9494.40d61f8ac3ffd8535658.js b/public/charting_library/bundles/fr.9494.40d61f8ac3ffd8535658.js
new file mode 100644
index 0000000..a0bbb41
--- /dev/null
+++ b/public/charting_library/bundles/fr.9494.40d61f8ac3ffd8535658.js
@@ -0,0 +1,4 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9494,6155,3367,2303,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],fr:["#{count} (prix, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],fr:["Coordonnées"]}},24197:e=>{e.exports={en:["Center"],fr:["Centre"]}},6060:e=>{e.exports={en:["Add text"],fr:["Ajouter du texte"]}},27567:e=>{e.exports={en:["Bottom"],fr:["Bas"]}},38408:e=>{e.exports={en:["Border"],fr:["Bordure"]}},79468:e=>{e.exports={en:["Background"],fr:["Arrière-Plan"]}},72942:e=>{e.exports={en:["Days"],fr:["Jours"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],fr:["Déplacement (prix, barre)"]}},56796:e=>{e.exports={en:["Hours"],fr:["Heures"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],fr:["Paramètres en Entrée"]}},11626:e=>{e.exports={en:["Left"],fr:["Gauche"]}},43154:e=>{e.exports={en:["Months"],fr:["Mois"]}},68833:e=>{e.exports={en:["Middle"],fr:["Milieu"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"],fr:["Secondes"]}},50421:e=>{e.exports={en:["Right"],fr:["Droite"]}},835:e=>{e.exports={en:["Weeks"],fr:["Semaines"]}},97118:e=>{e.exports={en:["Top"],fr:["Haut"]}},70320:e=>{e.exports={en:["Text"],fr:["Texte"]}},7560:e=>{e.exports={en:["Text wrap"],fr:["Retour à la ligne forcé du Texte"]}},25485:e=>{e.exports={en:["Text alignment"],fr:["Alignement du texte"]}},67781:e=>{e.exports={en:["Text orientation"],fr:["Orientation du texte"]}},24821:e=>{e.exports={en:["Ticks"]}},28683:e=>{e.exports={en:["Use one color"],fr:["Utiliser une couleur"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],fr:["changer la coordonnée X de la barre"]}},11737:e=>{e.exports={en:["change price Y coordinate"],fr:["changer la coordonnée Y du prix"]}},26391:e=>{e.exports={en:["change the column width"],fr:["modifier la largeur de la colonne"]}},21863:e=>{e.exports={en:["change the row height"],fr:["modifier la hauteur de la ligne"]}},59577:e=>{e.exports={en:["change {title} all lines color"],fr:["changer la couleur de toutes les lignes de {title}"]}},69437:e=>{e.exports={en:["change {title} border color"],fr:["changer la couleur de la bordure de {title}"]}},13783:e=>{e.exports={en:["change {title} background transparency"],fr:["changer la transparence du fond de {title}"]}},30839:e=>{e.exports={en:["change {title} background visibility"],fr:["changer la visibilité de l'arrière-plan de {title}"]}},49765:e=>{e.exports={en:["change {title} background color"],fr:["changer la couleur de l'arrière-plan de {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],fr:["modifier {title} de jours vers"]}},91201:e=>{e.exports={en:["change {title} days from"],fr:["modifier {title} en jours de"]}},8306:e=>{e.exports={en:["change {title} hours from"],fr:["modifier {title} en heures de"]}},67233:e=>{e.exports={en:["change {title} hours to"],fr:["modifier {title} d'heures vers"]}},55612:e=>{e.exports={en:["change {title} labels alignment"],fr:["changer l'alignement des étiquettes de {title}"]}},
+93340:e=>{e.exports={en:["change {title} labels visibility"],fr:["changer la visibilité des étiquettes de {title}"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],fr:["changer le coeff de la ligne de niveau {index} de {title}"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],fr:["changer la couleur de la ligne de niveau {index} de {title}"]}},64707:e=>{e.exports={en:["change {title} level {index} line style"],fr:["changer le style de la ligne de niveau {index} de {title}"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"],fr:["changer la visibilité de la ligne de niveau {index} de {title}"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"],fr:["changer la largeur de la ligne de niveau {index} de {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],fr:["modifier {title} en semaines de"]}},10518:e=>{e.exports={en:["change {title} months to"],fr:["modifier {title} de mois vers"]}},38011:e=>{e.exports={en:["change {title} minutes to"],fr:["modifier {title} de minutes vers"]}},59820:e=>{e.exports={en:["change {title} minutes from"],fr:["modifier {title} en minutes de"]}},6573:e=>{e.exports={en:["change {title} seconds to"],fr:["modifier {title} de secondes vers"]}},86780:e=>{e.exports={en:["change {title} seconds from"],fr:["modifier {title} en secondes de"]}},32481:e=>{e.exports={en:["change {title} weeks from"],fr:["modifier {title} en semaines de"]}},18678:e=>{e.exports={en:["change {title} weeks to"],fr:["modifier {title} de semaines vers"]}},57122:e=>{e.exports={en:["change {title} text"],fr:["modifier le texte de {title}"]}},71665:e=>{e.exports={en:["change {title} texts alignment"],fr:["modifier l'alignement des textes de {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],fr:["modifier la visibilité de {title} sur les ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],fr:["modifier la visibilité de {title} sur les semaines"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],fr:["modifier la visibilité de {title} sur {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],fr:["modifier la visibilité de {title} sur les jours"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],fr:["modifier la visibilité de {title} sur les heures"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],fr:["modifier la visibilité de {title} sur les minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],fr:["modifier la visibilité de {title} sur les mois"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],fr:["modifier la visibilité de {title} sur les secondes"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],fr:["changer l'alignement vertical des étiquettes de {toolName}"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],fr:["changer l'alignement horizontal des étiquettes de {toolName}"]}},61160:e=>{e.exports={
+en:["change {toolName} labels direction"],fr:["changer la direction des étiquettes de {toolName}"]}},66668:e=>{e.exports={en:["change {toolName} text"],fr:["changer le texte de {toolName}"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],fr:["changer la visibilité du texte de {toolName}"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],fr:["changer le cadre du texte de {toolName}"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],fr:["changer la couleur de fond du texte de {toolName}"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],fr:["changer la visibilité de l'arrière-plan du texte de {toolName}"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],fr:["changer la couleur de la bordure du texte de {toolName}"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],fr:["changer la largeur de la bordure du texte de {toolName}"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],fr:["changer la visibilité de la bordure de texte de {toolName}"]}},64500:e=>{e.exports={en:["change {toolName} text color"],fr:["changer la couleur du texte de {toolName}"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],fr:["changer la police du texte en gras de {toolName}"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],fr:["changer la police du texte en italique de {toolName}"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],fr:["changer la taille de la police du texte de {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],fr:["changer la propriété de {propertyName}"]}},48499:e=>{e.exports={en:["add column to right"],fr:["ajouter une colonne à droite"]}},48407:e=>{e.exports={en:["add row below"],fr:["ajouter une rangée en dessous"]}},35813:e=>{e.exports={en:["days"],fr:["Jours"]}},89919:e=>{e.exports={en:["days to"],fr:["jours vers"]}},59215:e=>{e.exports={en:["days from"],fr:["jours de"]}},2359:e=>{e.exports={en:["hours"],fr:["Heures"]}},82267:e=>{e.exports={en:["hours from"],fr:["heures de"]}},15600:e=>{e.exports={en:["hours to"],fr:["heures vers"]}},76261:e=>{e.exports={en:["move drawings"],fr:["déplacer les dessins"]}},95300:e=>{e.exports={en:["months"],fr:["Mois"]}},17250:e=>{e.exports={en:["months from"],fr:["mois de"]}},2828:e=>{e.exports={en:["months to"],fr:["mois vers"]}},18726:e=>{e.exports={en:["minutes"],fr:["Minutes"]}},67649:e=>{e.exports={en:["minutes to"],fr:["minutes vers"]}},22476:e=>{e.exports={en:["minutes from"],fr:["minutes de"]}},751:e=>{e.exports={en:["seconds"],fr:["secondes"]}},73419:e=>{e.exports={en:["seconds to"],fr:["secondes vers"]}},35801:e=>{e.exports={en:["seconds from"],fr:["secondes de"]}},80240:e=>{e.exports={en:["remove column"],fr:["supprimer la colonne"]}},4553:e=>{e.exports={en:["remove row"],fr:["supprimer la rangée"]}},24849:e=>{e.exports={en:["resize the cell"],fr:["redimensionner la cellule"]}},45537:e=>{e.exports={en:["weeks"],fr:["semaines"]}},92859:e=>{e.exports={en:["weeks from"],fr:["semaines de"]}},
+44127:e=>{e.exports={en:["weeks to"],fr:["semaines vers"]}},3539:e=>{e.exports={en:["ticks"],fr:["Ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/full-tooltips-popup.2757efda17f6a0eec04f.js b/public/charting_library/bundles/full-tooltips-popup.2757efda17f6a0eec04f.js
new file mode 100644
index 0000000..c8d77bd
--- /dev/null
+++ b/public/charting_library/bundles/full-tooltips-popup.2757efda17f6a0eec04f.js
@@ -0,0 +1,6 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8643],{59142:function(e,t){var o,n,r;n=[t],o=function(e){"use strict";function t(e){if(Array.isArray(e)){for(var t=0,o=Array(e.length);t{e.exports={pills:"pills-PVWoXu5j",primary:"primary-PVWoXu5j",gray:"gray-PVWoXu5j",selected:"selected-PVWoXu5j",grouped:"grouped-PVWoXu5j",active:"active-PVWoXu5j",
+disableActiveOnTouch:"disableActiveOnTouch-PVWoXu5j",disableActiveStateStyles:"disableActiveStateStyles-PVWoXu5j",withGrouped:"withGrouped-PVWoXu5j","quiet-primary":"quiet-primary-PVWoXu5j",green:"green-PVWoXu5j",red:"red-PVWoXu5j",blue:"blue-PVWoXu5j",secondary:"secondary-PVWoXu5j",ghost:"ghost-PVWoXu5j"}},1538:e=>{e.exports={lightButton:"lightButton-bYDQcOkp",link:"link-bYDQcOkp",ltr:"ltr-bYDQcOkp",rtl:"rtl-bYDQcOkp","typography-regular16px":"typography-regular16px-bYDQcOkp","typography-medium16px":"typography-medium16px-bYDQcOkp","typography-regular14px":"typography-regular14px-bYDQcOkp","typography-semibold14px":"typography-semibold14px-bYDQcOkp","typography-semibold16px":"typography-semibold16px-bYDQcOkp",content:"content-bYDQcOkp",visuallyHidden:"visuallyHidden-bYDQcOkp",nowrap:"nowrap-bYDQcOkp",ellipsisContainer:"ellipsisContainer-bYDQcOkp",textWrapContainer:"textWrapContainer-bYDQcOkp",textWrapWithEllipsis:"textWrapWithEllipsis-bYDQcOkp",slot:"slot-bYDQcOkp",caret:"caret-bYDQcOkp",activeCaret:"activeCaret-bYDQcOkp",xsmall:"xsmall-bYDQcOkp",withStartSlot:"withStartSlot-bYDQcOkp",withEndSlot:"withEndSlot-bYDQcOkp",noContent:"noContent-bYDQcOkp",wrap:"wrap-bYDQcOkp",small:"small-bYDQcOkp",medium:"medium-bYDQcOkp"}},36718:e=>{e.exports={"default-drawer-min-top-distance":"100px",wrap:"wrap-_HnK0UIN",positionBottom:"positionBottom-_HnK0UIN",backdrop:"backdrop-_HnK0UIN",drawer:"drawer-_HnK0UIN",positionLeft:"positionLeft-_HnK0UIN"}},27011:(e,t,o)=>{"use strict";function n(e,t){return t||null==e||("string"==typeof e||Array.isArray(e))&&0===e.length}o.d(t,{isIconOnly:()=>n})},9038:(e,t,o)=>{"use strict";o.d(t,{useLightButtonClasses:()=>c});var n=o(50959),r=o(97754),l=o(17946),a=o(27011),i=o(86332);const s=n.createContext({isInButtonGroup:!1,isGroupPrimary:!1}),c=(e,t,o)=>{const c=(0,n.useContext)(l.CustomBehaviourContext),{className:u,isSelected:d,children:p,showCaret:m,forceDirection:h,iconOnly:v,color:g="gray",variant:y="primary",size:f="medium",enableActiveStateStyles:x=c.enableActiveStateStyles,typography:b,isLink:w=!1,textWrap:C,isPills:E,isActive:S,startSlot:W,endSlot:k}=t,D=e[`typography-${((e,t,o)=>{if(o){const e=o.replace(/^\D+/g,"");return t?`semibold${e}`:o}switch(e){case"xsmall":return t?"semibold14px":"regular14px";case"small":case"medium":return t?"semibold16px":"regular16px";default:return""}})(f,d||E,b||void 0)}`],O=(0,n.useContext)(i.ControlGroupContext),{isInButtonGroup:B,isGroupPrimary:N}=(0,n.useContext)(s);return r(u,e.lightButton,w&&e.link,S&&e.active,d&&e.selected,(0,a.isIconOnly)(p,v)&&e.noContent,!!W&&e.withStartSlot,(m||!!k)&&e.withEndSlot,o&&e.withGrouped,h&&e[h],e[N?"primary":y],e[N?"gray":g],e[f],D,!x&&e.disableActiveStateStyles,O.isGrouped&&e.grouped,C&&e.wrap,B&&e.disableActiveOnTouch,E&&e.pills)}},66860:(e,t,o)=>{"use strict";o.d(t,{LightButtonContent:()=>p});var n=o(50959),r=o(97754),l=o(34094),a=o(27011),i=o(9745),s=o(2948),c=o(1538),u=o.n(c);const d=e=>n.createElement(i.Icon,{className:r(u().caret,e&&u().activeCaret),icon:s});function p(e){
+const{showCaret:t,iconOnly:o,ellipsis:i=!0,textWrap:s,tooltipText:c,children:p,endSlot:m,startSlot:h,isActiveCaret:v}=e;[m,t].filter((e=>!!e));return n.createElement(n.Fragment,null,h&&n.createElement("span",{className:r(u().slot,u().startSlot)},h),!(0,a.isIconOnly)(p,o)&&n.createElement("span",{className:r(u().content,!s&&u().nowrap,"apply-overflow-tooltip","apply-overflow-tooltip--check-children-recursively","apply-overflow-tooltip--allow-text"),"data-overflow-tooltip-text":c??(0,l.getTextForTooltip)(p)},s||i?n.createElement(n.Fragment,null,n.createElement("span",{className:r(!s&&i&&u().ellipsisContainer,s&&u().textWrapContainer,s&&i&&u().textWrapWithEllipsis)},p),n.createElement("span",{className:u().visuallyHidden,"aria-hidden":!0},p)):n.createElement(n.Fragment,null,p,n.createElement("span",{className:u().visuallyHidden,"aria-hidden":!0},p))),m&&n.createElement("span",{className:r(u().slot,u().endSlot)},m),t&&d(v))}},15893:(e,t,o)=>{"use strict";o.d(t,{LightButton:()=>d});var n=o(50959),r=o(86332),l=o(9038),a=o(66860),i=o(1538),s=o.n(i),c=o(88317),u=o.n(c);function d(e){const{isGrouped:t}=n.useContext(r.ControlGroupContext),{reference:o,className:i,isSelected:c,children:d,iconOnly:p,ellipsis:m,showCaret:h,forceDirection:v,endSlot:g,startSlot:y,color:f,variant:x,size:b,enableActiveStateStyles:w,typography:C,textWrap:E=!1,maxLines:S,style:W={},isPills:k,isActive:D,tooltipText:O,role:B,...N}=e,I=E?S??2:1,P=I>0?{...W,"--ui-lib-light-button-content-max-lines":I}:W;return n.createElement("button",{...N,className:(0,l.useLightButtonClasses)({...u(),...s()},{className:i,isSelected:c,children:d,iconOnly:p,showCaret:h,forceDirection:v,endSlot:g,startSlot:y,color:f,variant:x,size:b,enableActiveStateStyles:w,typography:C,textWrap:E,isPills:k,isActive:D},t),ref:o,style:P,role:B},n.createElement(a.LightButtonContent,{showCaret:h,isActiveCaret:h&&(k||D||c),iconOnly:p,ellipsis:m,textWrap:E,tooltipText:O,endSlot:g,startSlot:y},d))}},86332:(e,t,o)=>{"use strict";o.d(t,{ControlGroupContext:()=>n});const n=o(50959).createContext({isGrouped:!1,cellState:{isTop:!0,isRight:!0,isBottom:!0,isLeft:!0}})},17946:(e,t,o)=>{"use strict";o.d(t,{CustomBehaviourContext:()=>n});const n=(0,o(50959).createContext)({enableActiveStateStyles:!0});n.displayName="CustomBehaviourContext"},34094:(e,t,o)=>{"use strict";o.d(t,{getTextForTooltip:()=>a});var n=o(50959);const r=e=>(0,n.isValidElement)(e)&&Boolean(e.props.children),l=e=>null==e||"boolean"==typeof e||"{}"===JSON.stringify(e)?"":e.toString()+" ",a=e=>Array.isArray(e)||(0,n.isValidElement)(e)?n.Children.toArray(e).reduce(((e,t)=>{let o="";return o=(0,n.isValidElement)(t)&&r(t)?a(t.props.children):(0,n.isValidElement)(t)&&!r(t)?"":l(t),e.concat(o)}),"").trim():l(e)},37558:(e,t,o)=>{"use strict";o.d(t,{DrawerContext:()=>a,DrawerManager:()=>l});var n=o(50959),r=o(99054);class l extends n.PureComponent{constructor(e){super(e),this._isBodyFixed=!1,this._addDrawer=e=>{this.setState((t=>({stack:[...t.stack,e]})))},this._removeDrawer=e=>{this.setState((t=>({stack:t.stack.filter((t=>t!==e))})))},
+this.state={stack:[]}}componentDidUpdate(e,t){!t.stack.length&&this.state.stack.length&&((0,r.setFixedBodyState)(!0),this._isBodyFixed=!0),t.stack.length&&!this.state.stack.length&&this._isBodyFixed&&((0,r.setFixedBodyState)(!1),this._isBodyFixed=!1)}componentWillUnmount(){this.state.stack.length&&this._isBodyFixed&&(0,r.setFixedBodyState)(!1)}render(){return n.createElement(a.Provider,{value:{addDrawer:this._addDrawer,removeDrawer:this._removeDrawer,currentDrawer:this.state.stack.length?this.state.stack[this.state.stack.length-1]:null}},this.props.children)}}const a=n.createContext(null)},41590:(e,t,o)=>{"use strict";o.d(t,{Drawer:()=>m});var n=o(50959),r=o(50151),l=o(97754),a=o(92184),i=o(42842),s=o(37558),c=o(29197),u=o(86656),d=o(36718);var p;function m(e){const{position:t="Bottom",onClose:o,children:u,reference:p,className:m,theme:v=d}=e,g=(0,r.ensureNotNull)((0,n.useContext)(s.DrawerContext)),[y]=(0,n.useState)((()=>(0,a.randomHash)())),f=(0,n.useRef)(null),x=(0,n.useContext)(c.CloseDelegateContext);return(0,n.useLayoutEffect)((()=>((0,r.ensureNotNull)(f.current).focus({preventScroll:!0}),x.subscribe(g,o),g.addDrawer(y),()=>{g.removeDrawer(y),x.unsubscribe(g,o)})),[]),n.createElement(i.Portal,null,n.createElement("div",{ref:p,className:l(d.wrap,d[`position${t}`])},y===g.currentDrawer&&n.createElement("div",{className:d.backdrop,onClick:o}),n.createElement(h,{className:l(v.drawer,d[`position${t}`],m),ref:f,"data-name":e["data-name"]},u)))}!function(e){e.Left="Left",e.Bottom="Bottom"}(p||(p={}));const h=(0,n.forwardRef)(((e,t)=>{const{className:o,...r}=e;return n.createElement(u.TouchScrollContainer,{className:l(d.drawer,o),tabIndex:-1,ref:t,...r})}))},20520:(e,t,o)=>{"use strict";o.d(t,{PopupMenu:()=>p});var n=o(50959),r=o(32227),l=o(88987),a=o(42842),i=o(27317),s=o(29197);const c=n.createContext(void 0);var u=o(36383);const d=n.createContext({setMenuMaxWidth:!1});function p(e){const{controller:t,children:o,isOpened:p,closeOnClickOutside:m=!0,doNotCloseOn:h,onClickOutside:v,onClose:g,onKeyboardClose:y,"data-name":f="popup-menu-container",...x}=e,b=(0,n.useContext)(s.CloseDelegateContext),w=n.useContext(d),C=(0,n.useContext)(c),E=(0,u.useOutsideEvent)({handler:function(e){v&&v(e);if(!m)return;const t=(0,l.default)(h)?h():null==h?[]:[h];if(t.length>0&&e.target instanceof Node)for(const o of t){const t=r.findDOMNode(o);if(t instanceof Node&&t.contains(e.target))return}g()},mouseDown:!0,touchStart:!0});return p?n.createElement(a.Portal,{top:"0",left:"0",right:"0",bottom:"0",pointerEvents:"none"},n.createElement("span",{ref:E,style:{pointerEvents:"auto"}},n.createElement(i.Menu,{...x,onClose:g,onKeyboardClose:y,onScroll:function(t){const{onScroll:o}=e;o&&o(t)},customCloseDelegate:b,customRemeasureDelegate:C,ref:t,"data-name":f,limitMaxWidth:w.setMenuMaxWidth,"data-tooltip-show-on-focus":"true"},o))):null}},86656:(e,t,o)=>{"use strict";o.d(t,{TouchScrollContainer:()=>c});var n=o(50959),r=o(59142),l=o(50151),a=o(49483);const i=CSS.supports("overscroll-behavior","none");let s=0;const c=(0,n.forwardRef)(((e,t)=>{
+const{children:o,...l}=e,c=(0,n.useRef)(null);return(0,n.useImperativeHandle)(t,(()=>c.current)),(0,n.useLayoutEffect)((()=>{if(a.CheckMobile.iOS())return s++,null!==c.current&&(i?1===s&&(document.body.style.overscrollBehavior="none"):(0,r.disableBodyScroll)(c.current,{allowTouchMove:u(c)})),()=>{s--,null!==c.current&&(i?0===s&&(document.body.style.overscrollBehavior=""):(0,r.enableBodyScroll)(c.current))}}),[]),n.createElement("div",{ref:c,...l},o)}));function u(e){return t=>{const o=(0,l.ensureNotNull)(e.current),n=document.activeElement;return!o.contains(t)||null!==n&&o.contains(n)&&n.contains(t)}}},59617:e=>{e.exports={"css-value-small-size":"18px","css-value-medium-size":"22px","css-value-large-size":"28px","css-value-border-radius-small-size":"9px","css-value-border-radius-medium-size":"11px","css-value-border-radius-large-size":"8px","css-value-vertical-padding-size":"16px","css-value-horizontal-padding-size":"16px","css-value-vertical-padding-size-first":"11px","css-value-vertical-padding-size-last":"10px",popupWidget:"popupWidget-Wu2pIo3E",large:"large-Wu2pIo3E",mobile:"mobile-Wu2pIo3E",desc:"desc-Wu2pIo3E",icon:"icon-Wu2pIo3E",small:"small-Wu2pIo3E",medium:"medium-Wu2pIo3E",title:"title-Wu2pIo3E",text:"text-Wu2pIo3E",item:"item-Wu2pIo3E",boldItem:"boldItem-Wu2pIo3E",action:"action-Wu2pIo3E",actionBtn:"actionBtn-Wu2pIo3E",additionalWidget:"additionalWidget-Wu2pIo3E"}},12048:(e,t,o)=>{"use strict";o.r(t),o.d(t,{render:()=>S});var n=o(50959),r=o(32227),l=o(20520),a=o(90692),i=o(41590),s=o(37558),c=o(92184),u=o(97754),d=o(50151),p=o(9745),m=o(15893),h=o(77975),v=o(37265),g=o(58994),y=o(59617);const f=new WeakMap,x=new WeakMap;function b(e){const t=(0,h.useWatchedValueReadonly)({watchedValue:e.info});if(null===t)return null;const o=t.map((t=>{const{title:o,titleColor:r,icon:l,iconClassName:a,html:i,action:s,size:h,solutionId:b}=t;f.has(t)||f.set(t,(0,c.randomHash)());let w=[];return void 0!==e.additionalWidgets&&(w=e.additionalWidgets.map((t=>(x.has(t)||x.set(t,(0,c.randomHash)()),t.renderer((0,d.ensureDefined)(x.get(t)),y.additionalWidget,e.onClose))))),n.createElement("div",{key:f.get(t),className:u(y.popupWidget,y[h],e.isMobile&&y.mobile),"data-test-id":t.dataTestId},n.createElement(p.Icon,{className:u(y.icon,a,g[h],y[h]),style:{"--custom-status-color":r||void 0},icon:l||void 0}),n.createElement("div",{className:y.desc},n.createElement("span",{style:{color:r||void 0},className:u(y.title,y[h])},n.createElement("span",null,o),!1),i&&n.createElement("p",{className:u(y.text,y[h])},i.map(((e,t)=>{let o,r;return(0,v.isObject)(e)?(o=e.text,r=e.bold):o=e,n.createElement("span",{key:`html_item_${t}`,className:u(y.item,r&&y.boldItem),dangerouslySetInnerHTML:{__html:o}})}))),s&&n.createElement(m.LightButton,{className:y.actionBtn,onClick:()=>{e.onClose(),s?.onClick()},size:"xsmall",tooltipText:s.tooltip},s.text),w))}));return n.createElement(n.Fragment,null,o)}const w=new WeakMap;function C(e){const{statusWidgetInfos:t,matchMediaRule:o="(min-width: 441px)"}=e
+;return n.createElement(s.DrawerManager,null,n.createElement(a.MatchMedia,{rule:o},(o=>o?n.createElement(l.PopupMenu,{isOpened:!0,onClose:e.onClose,position:e.position,doNotCloseOn:e.rendererButton},n.createElement(E,{widgetInfo:t,onClose:e.onClose,isMobile:!o})):n.createElement(i.Drawer,{onClose:e.onClose,position:"Bottom"},n.createElement(E,{widgetInfo:t,onClose:e.onClose,isMobile:!o})))))}function E(e){return n.createElement(n.Fragment,null,e.widgetInfo.filter((e=>e.visible.value())).map((t=>(w.has(t)||w.set(t,(0,c.randomHash)()),n.createElement(b,{key:w.get(t),info:t.model.fullInfo(),onClose:e.onClose,additionalWidgets:t.additionalWidgets,isMobile:e.isMobile})))))}function S(e){const{opened:t,container:o,...l}=e;t?r.render(n.createElement(C,{...l}),o):r.unmountComponentAtNode(o)}},2948:e=>{e.exports=''},55698:(e,t,o)=>{"use strict";o.d(t,{nanoid:()=>n});let n=(e=21)=>crypto.getRandomValues(new Uint8Array(e)).reduce(((e,t)=>e+=(t&=63)<36?t.toString(36):t<62?(t-26).toString(36).toUpperCase():t>62?"-":"_"),"")}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/general-chart-properties-dialog.b8d24061f85e7c41e09e.js b/public/charting_library/bundles/general-chart-properties-dialog.b8d24061f85e7c41e09e.js
new file mode 100644
index 0000000..dce491c
--- /dev/null
+++ b/public/charting_library/bundles/general-chart-properties-dialog.b8d24061f85e7c41e09e.js
@@ -0,0 +1,6 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7078],{84263:e=>{e.exports={backButton:"backButton-yMMXpYEB"}},33090:e=>{e.exports={wrapper:"wrapper-nGEmjtaX",container:"container-nGEmjtaX",tab:"tab-nGEmjtaX",active:"active-nGEmjtaX",title:"title-nGEmjtaX",icon:"icon-nGEmjtaX",withoutIcon:"withoutIcon-nGEmjtaX",titleText:"titleText-nGEmjtaX",nested:"nested-nGEmjtaX",isTablet:"isTablet-nGEmjtaX",isMobile:"isMobile-nGEmjtaX",showLastDivider:"showLastDivider-nGEmjtaX",medium:"medium-nGEmjtaX",large:"large-nGEmjtaX",withoutArrow:"withoutArrow-nGEmjtaX",accessible:"accessible-nGEmjtaX"}},29016:e=>{e.exports={"tablet-normal-breakpoint":"(max-width: 768px)","tablet-small-breakpoint":"(max-width: 440px)",withSidebar:"withSidebar-F0WBLDV5",content:"content-F0WBLDV5",tabContent:"tabContent-F0WBLDV5",applyToAllButton:"applyToAllButton-F0WBLDV5"}},58467:e=>{e.exports={themesButtonText:"themesButtonText-w7kgghoW",themesButtonIcon:"themesButtonIcon-w7kgghoW",defaultsButtonText:"defaultsButtonText-w7kgghoW",defaultsButtonItem:"defaultsButtonItem-w7kgghoW",remove:"remove-w7kgghoW"}},238:e=>{e.exports={separator:"separator-QjUlCDId",small:"small-QjUlCDId",normal:"normal-QjUlCDId",large:"large-QjUlCDId"}},22265:(e,t,i)=>{"use strict";i.d(t,{DialogSidebarItem:()=>u,DialogSidebarWrapper:()=>h});var n,l=i(50959),a=i(97754),o=i.n(a),s=i(9745),r=i(65631),c=i(68648),m=i(33090);function h(e){return l.createElement("div",{className:m.wrapper,...e})}function u(e){const{mode:t,title:i,icon:n,isActive:a,onClick:h,tag:u="div",reference:d,className:b,mobileFontSize:p="medium",showLastDivider:g,useBoldIconsForMobile:v,hideArrow:y,...T}=e,{isMobile:_,isTablet:C}=(0,r.getSidebarMode)(t),f=function(){if(_&&v)return n?.bold;return a?n?.bold:n?.default}();return l.createElement(u,{...T,ref:d,title:C?i:"",className:o()(m.tab,C&&m.isTablet,_&&m.isMobile,a&&m.active,y&&m.withoutArrow,b,C&&"apply-common-tooltip"),onClick:h},n&&l.createElement(s.Icon,{className:m.icon,icon:f}),!C&&l.createElement("span",{className:o()(m.title,!n&&m.withoutIcon,"medium"===p?m.medium:m.large,g&&m.showLastDivider)},l.createElement("span",{className:o()(m.titleText,"apply-overflow-tooltip")},i),_&&!y&&l.createElement(s.Icon,{className:m.nested,icon:c})))}!function(e){e.Medium="medium",e.Large="large"}(n||(n={}))},65631:(e,t,i)=>{"use strict";var n,l;function a(e){return{isMobile:"mobile"===e,isTablet:"tablet"===e}}i.d(t,{getSidebarMode:()=>a}),function(e){e.Bold="bold",e.Default="default"}(n||(n={})),function(e){e.Tablet="tablet",e.Mobile="mobile"}(l||(l={}))},56080:(e,t,i)=>{"use strict";i.r(t),i.d(t,{GeneralChartPropertiesDialogRenderer:()=>ue});var n=i(11542),l=i(50959),a=i(67248),o=i(68215),s=i(50182),r=i(66849),c=i(71891),m=i(56840),h=i.n(m),u=i(68993),d=i(90692),b=i(9745),p=i(56570),g=i(10838),v=i(11684),y=i(85662),T=(i(21251),i(3615));const _=n.t(null,void 0,i(6113));var C=i(50655),f=i(34585),S=i(38068),k=i(51768),A=i(70412),E=i(32563),w=i(58519),M=i(58467);function P(e){const{themeName:t,chartWidgetCollection:i,onRemove:n,manager:a}=e,[o,s]=(0,
+A.useHover)(),r=l.useCallback((()=>function(e,t,i){(0,T.showConfirm)({text:_.format({name:e}),onConfirm:({dialogClose:i})=>{(0,y.removeTheme)(e),t&&t(e),i()}},i)}(t,n,a)),[t,n,a]),c=l.useCallback((()=>{(0,w.loadTheme)(i,{themeName:t,standardTheme:!1}).then((()=>{(0,k.trackEvent)("GUI","Switch to custom theme")}))}),[t,i]);return l.createElement("div",{...s},l.createElement(g.AccessibleMenuItem,{"data-series-theme-item-theme-name":t,className:M.defaultsButtonItem,isActive:!1,label:t,onClick:c,toolbox:l.createElement(S.MenuRemoveButton,{className:M.remove,hidden:!E.mobiletouch&&!o,onClick:r})}))}var B=i(95276),x=i(20243),D=i(44996);const I=n.t(null,void 0,i(93553)),N=n.t(null,void 0,i(96413)),R=(0,f.appendEllipsis)(n.t(null,void 0,i(76266))),L=n.t(null,void 0,i(77571)),F=p.enabled("chart_template_storage");class W extends l.PureComponent{constructor(e){super(e),this._manager=null,this._reference=l.createRef(),this._handleApplyDefaults=()=>{const{model:e,chartWidgetCollection:t}=this.props;e.restorePreferences();const i=(0,y.getCurrentTheme)().name;(0,w.loadTheme)(t,{themeName:i,standardTheme:!0,applyOverrides:!0,onlyActiveChart:!0})},this._handleSaveAs=()=>{if(F){const{model:e}=this.props;window.runOrSignIn((()=>async function(e,t,n){const[l,a]=await Promise.all([Promise.all([i.e(1715),i.e(7648)]).then(i.bind(i,57351)),(0,y.getThemeNames)()]);l.showThemeSaveDialog(e,t,a,n)}(e.model().template(),this._syncThemeList,this._handleRenameClose)),{source:"Save theme in chart properties"})}},this._handleRemoveTheme=e=>{this.setState({themes:this.state.themes.filter((t=>t!==e))})},this._syncThemeList=()=>{F&&(0,y.getThemeNames)().then((e=>{this.setState({themes:e})}))},this._handleListboxFocus=e=>{e.target instanceof HTMLElement&&(0,x.handleAccessibleMenuFocus)(e,this._reference)},this._handleRenameClose=()=>{this._reference.current?.focus()},this.state={themes:[]},this._syncThemeList()}render(){return l.createElement(C.SlotContext.Consumer,null,(e=>(this._manager=e,l.createElement(d.MatchMedia,{rule:"(max-width: 768px)"},(e=>l.createElement(B.ControlDisclosure,{id:"series-theme-manager",className:!e&&M.themesButtonText,hideArrowButton:e,"data-name":"theme-select",ref:this._reference,buttonChildren:this._getPlaceHolderItem(e),onListboxFocus:this._handleListboxFocus,onListboxKeyDown:x.handleAccessibleMenuKeyDown},this._getThemeItems(e)))))))}_getPlaceHolderItem(e){return e?l.createElement(b.Icon,{className:M.themesButtonIcon,icon:D}):I}_getThemeItems(e){const{isApplyToAllVisible:t,chartWidgetCollection:i,applyToAllCallback:n}=this.props,{themes:a}=this.state;return l.createElement(l.Fragment,null,e&&t&&l.createElement(g.AccessibleMenuItem,{className:M.defaultsButtonItem,isActive:!1,label:L,onClick:n}),l.createElement(g.AccessibleMenuItem,{"data-name":"series-theme-manager-apply-defaults",className:M.defaultsButtonItem,isActive:!1,label:N,onClick:this._handleApplyDefaults}),F&&l.createElement(g.AccessibleMenuItem,{"data-name":"series-theme-manager-save-as",className:M.defaultsButtonItem,isActive:!1,label:R,
+onClick:this._handleSaveAs}),a.length>0&&l.createElement(l.Fragment,null,l.createElement(v.PopupMenuSeparator,{key:"separator"}),a.map((e=>l.createElement(P,{key:e,themeName:e,onRemove:this._handleRemoveTheme,chartWidgetCollection:i,manager:this._manager})))))}}var z=i(59064),V=i(71953),j=i(24437),G=i(97754),X=i.n(G),K=i(50238),H=i(6190),O=i(22265),U=i(65631),q=i(33090);const Q=(0,l.forwardRef)(((e,t)=>{const[i,n]=(0,K.useRovingTabindexElement)(t),{className:a}=e;return l.createElement(O.DialogSidebarItem,{...e,className:X()(q.accessible,a),tag:"button",reference:i,tabIndex:n})}));function J(e){const{mode:t,className:i,...n}=e,{isMobile:a,isTablet:o}=(0,U.getSidebarMode)(t),s=X()(q.container,o&&q.isTablet,a&&q.isMobile,i);return l.createElement(H.Toolbar,{...n,className:s,orientation:"vertical",blurOnEscKeydown:!1,blurOnClick:!1,"data-role":"dialog-sidebar"})}var Y=i(86656);const Z={areaSymbolMinTick:"normal",areaSymbolTimezone:"normal",barSymbolMinTick:"normal",barSymbolTimezone:"normal",baselineSymbolMinTick:"normal",baselineSymbolTimezone:"normal",candleSymbolMinTick:"normal",candleSymbolTimezone:"normal",dateFormat:"normal",haSymbolMinTick:"normal",haSymbolTimezone:"normal",hiloSymbolMinTick:"normal",hiloSymbolTimezone:"normal",hollowCandleSymbolMinTick:"normal",hollowCandleSymbolTimezone:"normal",kagiAtrLength:"normal",kagiReversalAmount:"normal",kagiStyle:"normal",kagiSymbolMinTick:"normal",kagiSymbolTimezone:"normal",lineSymbolMinTick:"normal",lineSymbolTimezone:"normal",sessionId:"normal",lockScale:"normal",mainSeriesSymbolAreaPriceSource:"normal",mainSeriesSymbolBaseLevelPercentage:"normal",mainSeriesSymbolBaseLinePriceSource:"normal",mainSeriesSymbolLinePriceSource:"normal",mainSeriesSymbolStyleType:"normal",navButtons:"big",paneButtons:"big",scalesCurrencyUnit:"big",autoLogButtonsVisibility:"big",pbLb:"normal",pbSymbolMinTick:"normal",pbSymbolTimezone:"normal",pnfAtrLength:"normal",pnfBoxSize:"normal",pnfReversalAmount:"normal",pnfSources:"normal",pnfStyle:"normal",pnfSymbolMinTick:"normal",pnfSymbolTimezone:"normal",rangeSymbolMinTick:"normal",rangeSymbolTimezone:"normal",renkoAtrLength:"normal",renkoBoxSize:"normal",renkoStyle:"normal",renkoSymbolMinTick:"normal",renkoSymbolTimezone:"normal",scalesPlacement:"normal",symbolLastValueLabel:"big",symbolTextSource:"normal",tradingNotifications:"normal",tpoSymbolMinTick:"normal",tpoSymbolTimezone:"normal",volFootprintSymbolMinTick:"normal",volFootprintSymbolTimezone:"normal"};var $=i(48199),ee=i(63273),te=i(84263);function ie(e){return l.createElement($.BackButton,{className:te.backButton,size:"medium","aria-label":n.t(null,{context:"input"},i(41256)),preservePaddings:!0,flipIconOnRtl:(0,ee.isRtl)(),...e})}var ne=i(19291),le=i(29016);const ae="properties_dialog.last_page_id";class oe extends l.PureComponent{constructor(e){super(e),this._renderChildren=({requestResize:e,isSmallWidth:t})=>(this._requestResize=e,l.createElement("div",{className:le.content},this._renderTabs(t),this._renderTabContent(t))),
+this._renderApplyToAllButton=()=>l.createElement(d.MatchMedia,{rule:j.DialogBreakpoints.TabletNormal},(e=>this._renderApplyToAll(e))),this._renderFooterLeft=()=>{const{model:e,chartWidgetCollection:t}=this.props,{isApplyToAllVisible:i}=this.state;return l.createElement(W,{model:e,isApplyToAllVisible:i,applyToAllCallback:this._handleApplyToAll,chartWidgetCollection:t})},this._createTabClickHandler=e=>()=>this._selectPage(e),this._selectPage=(e,t)=>{const{activePage:i}=this.state;e!==i&&(i&&i.definitions.unsubscribe(this._onChangeActivePageDefinitions),null!==e&&(t||h().setValue(ae,e.id),e.definitions.subscribe(this._onChangeActivePageDefinitions)),this.setState({activePage:e,tableKey:Date.now()},(()=>{this._requestResize&&this._requestResize()})))},this._onChangeActivePageDefinitions=()=>{V.logger.logNormal("Definition collection was updated"),this.setState({tableKey:Date.now()},(()=>{this._requestResize&&this._requestResize()}))},this._onTabVisibilityChanged=()=>{const e=this.props.pages.filter((e=>e.visible.value()));this.setState({visiblePages:e});const t=this.state.activePage;null===t||e.includes(t)||this._selectPage(0===e.length?null:e[0],!0)},this._handleCancel=()=>{this.props.onCancel(),this.props.onClose()},this._handleSubmit=()=>{this.props.onSubmit(),this.props.onClose()},this._handleScroll=()=>{z.globalCloseDelegate.fire()},this._handleApplyToAll=()=>{const{chartWidgetCollection:e,model:t}=this.props,{isApplyToAllVisible:i}=this.state;i&&e.applyPreferencesToAllCharts(t)},this._syncApplyToAllVisibility=()=>{const{chartWidgetCollection:e}=this.props;this.setState({isApplyToAllVisible:(0,u.isMultipleLayout)(e.layout.value())})},this._handleBackClick=()=>{const{activePage:e}=this.state;e&&e.definitions.unsubscribe(this._onChangeActivePageDefinitions),this.setState({activePage:null})},this._handleForceFocus=e=>{(0,ne.updateTabIndexes)(),setTimeout((()=>{const[t]=(0,ne.queryTabbableElements)(e);t&&t.focus()}))};const{pages:t,activePageId:i}=e,n=t.filter((e=>e.visible.value()));let a=n.find((e=>e.id===i))??null;if(!a){const e=h().getValue(ae),t=n.find((t=>t.id===e));a=t||(n.length>0?n[0]:null)}this.state={activePage:a,visiblePages:n,isApplyToAllVisible:(0,u.isMultipleLayout)(e.chartWidgetCollection.layout.value()),tableKey:Date.now()}}componentDidMount(){const{chartWidgetCollection:e,pages:t}=this.props,{activePage:i}=this.state;e.layout.subscribe(this._syncApplyToAllVisibility),i&&i.definitions.subscribe(this._onChangeActivePageDefinitions),t.forEach((e=>e.visible.subscribe(this._onTabVisibilityChanged)))}componentWillUnmount(){const{chartWidgetCollection:e,pages:t}=this.props,{activePage:i}=this.state;i&&i.definitions.unsubscribe(this._onChangeActivePageDefinitions),e.layout.unsubscribe(this._syncApplyToAllVisibility),t.forEach((e=>e.visible.unsubscribe(this._onTabVisibilityChanged)))}render(){const{isOpened:e,onClose:t,shouldReturnFocus:a}=this.props,{activePage:o}=this.state;return l.createElement(d.MatchMedia,{rule:j.DialogBreakpoints.TabletSmall},(r=>l.createElement(s.AdaptiveConfirmDialog,{
+className:le.withSidebar,dataName:"series-properties-dialog",onClose:t,isOpened:e,title:null!==o&&r?o.title:n.t(null,void 0,i(32514)),footerLeftRenderer:this._renderFooterLeft,additionalButtons:this._renderApplyToAllButton(),additionalHeaderElement:null!==o&&r?l.createElement(ie,{onClick:this._handleBackClick}):void 0,onSubmit:this._handleSubmit,onForceFocus:this._handleForceFocus,onCancel:this._handleCancel,render:this._renderChildren,submitOnEnterKey:!1,shouldReturnFocus:a})))}_renderTabContent(e){const{pages:t}=this.props,i=this._getCurrentPage(e);if(i){const e=t.find((e=>e.id===i.id)),n=e?e.definitions.value():[];return l.createElement(Y.TouchScrollContainer,{className:le.tabContent,onScroll:this._handleScroll},l.createElement(r.ControlCustomWidthContext.Provider,{value:Z},l.createElement(c.PropertyTable,{key:this.state.tableKey},n.map((e=>l.createElement(o.Section,{key:e.id,definition:e}))))))}return null}_renderTabs(e){const{activePage:t,visiblePages:i}=this.state;if(t&&e)return null;const n=this._getCurrentPage(e);return l.createElement(d.MatchMedia,{rule:j.DialogBreakpoints.TabletNormal},(e=>l.createElement(d.MatchMedia,{rule:j.DialogBreakpoints.TabletSmall},(t=>{const a=t?"mobile":e?"tablet":void 0;return l.createElement(J,{mode:a,onScroll:this._handleScroll},i.map((e=>l.createElement(Q,{key:e.id,mode:a,"data-name":e.id,title:e.title,icon:e.icon,onClick:this._createTabClickHandler(e),isActive:n?e.id===n.id:void 0}))))}))))}_renderApplyToAll(e){const{isApplyToAllVisible:t}=this.state;return!e&&t&&l.createElement("span",{className:le.applyToAllButton},l.createElement(a.Button,{appearance:"stroke",onClick:this._handleApplyToAll},n.t(null,void 0,i(77571))))}_getCurrentPage(e){const{pages:t}=this.props,{activePage:i}=this.state;let n=null;return i?n=i:!e&&t.length&&(n=t[0]),n}}var se=i(76422),re=i(29280),ce=i(19466),me=i(87896);const he=n.t(null,void 0,i(32514));class ue extends re.DialogRenderer{constructor(e){super(),this._handleClose=()=>{this._rootInstance?.unmount(),this._setVisibility(!1),this._onClose&&this._onClose()},this._handleSubmit=()=>{},this._handleCancel=()=>{this._model.undoToCheckpoint(this._checkpoint)},this._propertyPages=e.propertyPages,this._model=e.model,this._activePageId=e.activePageId,this._onClose=e.onClose,this._chartWidgetCollection=e.chartWidgetCollection,this._checkpoint=this._ensureCheckpoint(e.undoCheckPoint)}hide(e){e?this._handleCancel():this._handleSubmit(),this._handleClose()}isVisible(){return this.visible().value()}show(e){this.visible().value()||(this._rootInstance=(0,me.createReactRoot)(l.createElement(oe,{title:he,isOpened:!0,onSubmit:this._handleSubmit,onClose:this._handleClose,onCancel:this._handleCancel,pages:this._propertyPages,model:this._model,activePageId:this._activePageId,chartWidgetCollection:this._chartWidgetCollection,shouldReturnFocus:e?.shouldReturnFocus}),this._container),this._setVisibility(!0),se.emit("edit_object_dialog",{objectType:"mainSeries",scriptTitle:this._model.mainSeries().title(ce.TitleDisplayTarget.StatusLine)}))}_ensureCheckpoint(e){
+return void 0===e&&(e=this._model.createUndoCheckpoint()),e}}},11684:(e,t,i)=>{"use strict";i.d(t,{PopupMenuSeparator:()=>r});var n,l=i(50959),a=i(97754),o=i.n(a),s=i(238);function r(e){const{size:t="normal",className:i,ariaHidden:n=!1}=e;return l.createElement("div",{className:o()(s.separator,"small"===t&&s.small,"normal"===t&&s.normal,"large"===t&&s.large,i),role:"separator","aria-hidden":n})}!function(e){e.Small="small",e.Large="large",e.Normal="normal"}(n||(n={}))},26448:e=>{e.exports={accessible:"accessible-NQERJsv9",active:"active-NQERJsv9"}},9306:e=>{e.exports={button:"button-Y1TCZogJ",active:"active-Y1TCZogJ"}},10838:(e,t,i)=>{"use strict";i.d(t,{AccessibleMenuItem:()=>m});var n=i(50959),l=i(97754),a=i.n(l),o=i(3343),s=i(50238),r=i(16396),c=i(26448);function m(e){const{className:t,...i}=e,[l,m]=(0,s.useRovingTabindexElement)(null);return n.createElement(r.PopupMenuItem,{...i,className:a()(c.accessible,e.isActive&&c.active,t),reference:l,tabIndex:m,onKeyDown:function(e){if(e.target!==e.currentTarget)return;const t=(0,o.hashFromEvent)(e);13!==t&&32!==t||(e.preventDefault(),l.current instanceof HTMLElement&&l.current.click())},"data-role":"menuitem","aria-disabled":e.isDisabled||void 0,toolboxRole:"toolbar"})}},38068:(e,t,i)=>{"use strict";i.d(t,{MenuRemoveButton:()=>h});var n=i(50959),l=i(97754),a=i.n(l),o=i(11542),s=i(50238),r=i(96040),c=i(60925),m=i(9306);function h(e){const{onClick:t,isActive:l,onKeyDown:h,...u}=e,[d,b]=(0,s.useRovingTabindexElement)(null);return n.createElement("button",{ref:d,tabIndex:b,onClick:t,onKeyDown:h,className:a()(m.button,l&&m.active,"apply-common-tooltip"),"aria-label":o.t(null,void 0,i(67410)),"data-tooltip":o.t(null,void 0,i(67410)),type:"button"},n.createElement(r.RemoveButton,{...u,isActive:l,title:"",icon:c}))}},68648:e=>{e.exports=''}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/general-property-page.8e71fcfef583b7d9ce35.js b/public/charting_library/bundles/general-property-page.8e71fcfef583b7d9ce35.js
new file mode 100644
index 0000000..62d2aa3
--- /dev/null
+++ b/public/charting_library/bundles/general-property-page.8e71fcfef583b7d9ce35.js
@@ -0,0 +1,14 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3596],{61857:(e,t,i)=>{"use strict";i.r(t),i.d(t,{ChartPropertyDefinitionsViewModel:()=>hi});var n=i(50151),o=i(11542),r=i(56570),l=(i(80720),i(79320),i(64147)),a=i(32097),s=i(57717),c=i(60859),d=i(51613),h=i(34391),u=i(64482),p=i(30141),v=i(45126),g=i(68805),y=i(23486),P=i(84425),f=i(60074),b=i(88960);const w=new v.TranslatedString("change symbol description visibility",o.t(null,void 0,i(88167))),m=new v.TranslatedString("change symbol legend format",o.t(null,void 0,i(902))),S=new v.TranslatedString("change open market status visibility",o.t(null,void 0,i(96227))),D=new v.TranslatedString("change chart values visibility",o.t(null,void 0,i(79637))),T=new v.TranslatedString("change last day change visibility",o.t(null,void 0,i(66307))),_=new v.TranslatedString("change bar change visibility",o.t(null,void 0,i(27426))),C=new v.TranslatedString("change indicator arguments visibility",o.t(null,void 0,i(78310))),L=new v.TranslatedString("change indicator titles visibility",o.t(null,void 0,i(63050))),V=new v.TranslatedString("change indicator values visibility",o.t(null,void 0,i(49583))),k=new v.TranslatedString("change legend background visibility",o.t(null,void 0,i(14246))),W=new v.TranslatedString("change legend background transparency",o.t(null,void 0,i(91873))),O=new v.TranslatedString("change volume values visibility",o.t(null,void 0,i(96201))),x=new v.TranslatedString("change symbol field visibility",o.t(null,void 0,i(12050))),M=o.t(null,void 0,i(14876)),G=o.t(null,void 0,i(70198)),R=o.t(null,void 0,i(45639)),A=o.t(null,void 0,i(72423)),F=o.t(null,void 0,i(10842)),H=o.t(null,void 0,i(37644)),Z=o.t(null,void 0,i(29854)),E=o.t(null,void 0,i(14119)),B=o.t(null,void 0,i(60092)),N=o.t(null,void 0,i(79468)),j=o.t(null,void 0,i(25765)),z=o.t(null,void 0,i(84684)),U=r.enabled("symbol_info_price_source"),I=r.enabled("show_symbol_logos")&&r.enabled("show_symbol_logo_in_legend");var q=i(94164),J=i(52305),K=i(19475),Q=i(50788),X=i(92158);const Y=new v.TranslatedString("change symbol labels visibility",o.t(null,void 0,i(73357))),$=new v.TranslatedString("change symbol last value visibility",o.t(null,void 0,i(67453))),ee=new v.TranslatedString("change symbol last value mode",o.t(null,void 0,i(46066))),te=(new v.TranslatedString("change bid and ask labels visibility",o.t(null,void 0,i(69362))),new v.TranslatedString("change bid and ask lines visibility",o.t(null,void 0,i(52919))),new v.TranslatedString("change bid line color",o.t(null,void 0,i(17919))),new v.TranslatedString("change ask line color",o.t(null,void 0,i(98407))),new v.TranslatedString("change pre/post market price label visibility",o.t(null,void 0,i(30870))),new v.TranslatedString("change pre/post market price lines visibility",o.t(null,void 0,i(91978))),new v.TranslatedString("change pre market line color",o.t(null,void 0,i(96114))),new v.TranslatedString("change post market line color",o.t(null,void 0,i(28075))),
+new v.TranslatedString("change high and low price labels visibility",o.t(null,void 0,i(24226)))),ie=new v.TranslatedString("change high and low price lines visibility",o.t(null,void 0,i(80692))),ne=new v.TranslatedString("change high and low price line color",o.t(null,void 0,i(61407))),oe=new v.TranslatedString("change high and low price line width",o.t(null,void 0,i(39581))),re=(new v.TranslatedString("change indicators and financials name labels visibility",o.t(null,void 0,i(35111))),new v.TranslatedString("change indicators name labels visibility",o.t(null,void 0,i(24893)))),le=(new v.TranslatedString("change indicators and financials value labels visibility",o.t(null,void 0,i(71161))),new v.TranslatedString("change indicators value labels visibility",o.t(null,void 0,i(64729)))),ae=new v.TranslatedString("change no overlapping labels",o.t(null,void 0,i(61557))),se=new v.TranslatedString("change countdown to bar close visibility",o.t(null,void 0,i(39383))),ce=new v.TranslatedString("change currency label visibility",o.t(null,void 0,i(64003))),de=new v.TranslatedString("change scale modes buttons visibility",o.t(null,void 0,i(69023))),he=new v.TranslatedString("change unit label visibility",o.t(null,void 0,i(51250))),ue=new v.TranslatedString("change currency and unit labels visibility",o.t(null,void 0,i(63119))),pe=new v.TranslatedString("change plus button visibility",o.t(null,void 0,i(96379))),ve=new v.TranslatedString("toggle lock scale",o.t(null,void 0,i(49695))),ge=new v.TranslatedString("change price to bar ratio",o.t(null,void 0,i(2509))),ye=new v.TranslatedString("change date format",o.t(null,void 0,i(43109))),Pe=new v.TranslatedString("change time hours format",o.t(null,void 0,i(39754))),fe=(new v.TranslatedString("change day of week on labels",o.t(null,void 0,i(30418))),new v.TranslatedString("change save chart left edge position when changing interval",o.t(null,void 0,i(77408)))),be=new v.TranslatedString("change price line visibility",o.t(null,void 0,i(8662))),we=new v.TranslatedString("change price line color",o.t(null,void 0,i(87861))),me=new v.TranslatedString("change price line width",o.t(null,void 0,i(29353))),Se=new v.TranslatedString("change average close price label visibility",o.t(null,void 0,i(76852))),De=new v.TranslatedString("change average close price line visibility",o.t(null,void 0,i(1022))),Te=new v.TranslatedString("change average close price line color",o.t(null,void 0,i(47026))),_e=new v.TranslatedString("change average close price line width",o.t(null,void 0,i(43231))),Ce=(new v.TranslatedString("change previous close price line visibility",o.t(null,void 0,i(58419))),new v.TranslatedString("change previous close price line color",o.t(null,void 0,i(69814))),new v.TranslatedString("change previous close price line width",o.t(null,void 0,i(13660))),new v.TranslatedString("change symbol previous close value visibility",o.t(null,void 0,i(4729))),
+o.t(null,void 0,i(99709))),Le=o.t(null,void 0,i(51514)),Ve=o.t(null,void 0,i(3554)),ke=o.t(null,void 0,i(58589)),We=o.t(null,void 0,i(62142)),Oe=o.t(null,void 0,i(95481)),xe=o.t(null,void 0,i(68650)),Me=(o.t(null,void 0,i(83811)),o.t(null,void 0,i(78082))),Ge=(o.t(null,void 0,i(60904)),o.t(null,void 0,i(14180))),Re=(o.t(null,void 0,i(76473)),o.t(null,void 0,i(83140))),Ae=o.t(null,void 0,i(81849)),Fe=o.t(null,void 0,i(26204)),He=o.t(null,void 0,i(33564)),Ze=o.t(null,void 0,i(3015)),Ee=o.t(null,void 0,i(71566)),Be=o.t(null,void 0,i(30042)),Ne=o.t(null,void 0,i(14017)),je=o.t(null,void 0,i(35082)),ze=o.t(null,void 0,i(84838)),Ue=o.t(null,void 0,i(5591)),Ie=o.t(null,void 0,i(93965)),qe=(o.t(null,void 0,i(42357)),o.t(null,void 0,i(8852))),Je=r.enabled("show_average_close_price_line_and_label"),Ke=[{value:q.PriceAxisLastValueMode.LastPriceAndPercentageValue,title:o.t(null,void 0,i(27632))},{value:q.PriceAxisLastValueMode.LastValueAccordingToScale,title:o.t(null,void 0,i(31218))}];var Qe=i(39158),Xe=i(23351),Ye=i(59411);const $e=new v.TranslatedString("change sessions breaks visibility",o.t(null,void 0,i(60067))),et=new v.TranslatedString("change sessions breaks color",o.t(null,void 0,i(33895))),tt=new v.TranslatedString("change sessions breaks width",o.t(null,void 0,i(28175))),it=new v.TranslatedString("change sessions breaks style",o.t(null,void 0,i(21641))),nt=o.t(null,void 0,i(66707))
+;const ot=new v.TranslatedString("change chart background color",o.t(null,void 0,i(42803))),rt=new v.TranslatedString("change chart background type",o.t(null,void 0,i(41382))),lt=new v.TranslatedString("change vert grid lines color",o.t(null,void 0,i(71805))),at=new v.TranslatedString("change horz grid lines color",o.t(null,void 0,i(21133))),st=new v.TranslatedString("change grid lines visibility",o.t(null,void 0,i(73844))),ct=new v.TranslatedString("change scales text color",o.t(null,void 0,i(76131))),dt=new v.TranslatedString("change scales font size",o.t(null,void 0,i(27792))),ht=new v.TranslatedString("change scales lines color",o.t(null,void 0,i(94997))),ut=new v.TranslatedString("change pane separators color",o.t(null,void 0,i(52203))),pt=new v.TranslatedString("change crosshair color",o.t(null,void 0,i(92885))),vt=new v.TranslatedString("change crosshair width",o.t(null,void 0,i(50544))),gt=new v.TranslatedString("change crosshair style",o.t(null,void 0,i(68418))),yt=new v.TranslatedString("change symbol watermark visibility",o.t(null,void 0,i(73227))),Pt=new v.TranslatedString("change symbol watermark color",o.t(null,void 0,i(78995))),ft=new v.TranslatedString("change navigation buttons visibility",o.t(null,void 0,i(3311))),bt=new v.TranslatedString("change pane buttons visibility",o.t(null,void 0,i(18378))),wt=new v.TranslatedString("change top margin",o.t(null,void 0,i(74883))),mt=new v.TranslatedString("change bottom margin",o.t(null,void 0,i(32094))),St=new v.TranslatedString("change right margin",o.t(null,void 0,i(82946))),Dt=new v.TranslatedString("change right margin percentage",o.t(null,void 0,i(79545))),Tt=o.t(null,void 0,i(79468)),_t=o.t(null,void 0,i(83594)),Ct=o.t(null,void 0,i(8402)),Lt=o.t(null,void 0,i(61900)),Vt=o.t(null,void 0,i(60798)),kt=o.t(null,void 0,i(68662)),Wt=o.t(null,void 0,i(70320)),Ot=o.t(null,void 0,i(56982)),xt=o.t(null,void 0,i(82894)),Mt=o.t(null,void 0,i(74622)),Gt=o.t(null,void 0,i(41571)),Rt=o.t(null,void 0,i(51019)),At=o.t(null,void 0,i(53263)),Ft=o.t(null,void 0,i(97118)),Ht=o.t(null,void 0,i(27567)),Zt=o.t(null,void 0,i(50421)),Et=o.t(null,void 0,i(16207)),Bt=o.t(null,void 0,i(27377)),Nt=o.t(null,{context:"unit"},i(80587));async function jt(e,t,n,s,c,d,h,u,p,v){const g=[],y=[],f=[],b=[],w=[],m=(0,a.createColorPropertyDefinition)({color:(0,a.getColorDefinitionProperty)(e,t.background,null,ot),gradientColor1:(0,a.getColorDefinitionProperty)(e,t.backgroundGradientStartColor,null,ot),gradientColor2:(0,a.getColorDefinitionProperty)(e,t.backgroundGradientEndColor,null,ot),type:(0,a.convertToDefinitionProperty)(e,t.backgroundType,rt)},{id:"chartBackground",title:Tt,noAlpha:!0}),S=t.vertGridProperties.childs(),D=t.horzGridProperties.childs(),T=(0,a.createOptionalTwoColorsPropertyDefinition)({option:(0,a.convertToDefinitionProperty)(e,t.gridLinesMode,st),color1:(0,a.getColorDefinitionProperty)(e,S.color,null,lt),color2:(0,a.getColorDefinitionProperty)(e,D.color,null,at)},{id:"gridLines",title:kt,options:new l.WatchedValue([{title:_t,value:"both"},{title:Ct,value:"vert"},{
+title:Lt,value:"horz"},{title:Vt,value:"none"}]),color1Visible:v.vertLinesVisible,color2Visible:v.horzLinesVisible}),_=(0,P.createWVFromGetterAndSubscription)((()=>1!==e.model().panes().length),e.model().panesCollectionChanged()),C=(0,a.createLinePropertyDefinition)({visible:(0,a.convertFromReadonlyWVToDefinitionProperty)(_.ownership()),color:(0,a.getColorDefinitionProperty)(e,t.separatorColor,null,ut)},{id:"paneSeparators",title:xt}),L=t.crossHairProperties.childs(),V=(0,a.createLinePropertyDefinition)({color:(0,a.getColorDefinitionProperty)(e,L.color,L.transparency,pt),width:(0,a.convertToDefinitionProperty)(e,L.width,vt),style:(0,a.convertToDefinitionProperty)(e,L.style,gt)},{id:"crossHair",title:Mt});g.push(m,T);{const t=function(e){const t=e.model().sessions().properties().childs().sessionHighlight.childs().vertlines.childs().sessBreaks.childs(),i=(0,Qe.combineProperty)((e=>!e),e.mainSeries().isDWMProperty().weakReference());return(0,Ye.createLinePropertyDefinition)({visible:(0,Xe.makeProxyDefinitionProperty)(i.ownership()),checked:(0,a.convertToDefinitionProperty)(e,t.visible,$e),color:(0,a.getColorDefinitionProperty)(e,t.color,null,et),width:(0,a.convertToDefinitionProperty)(e,t.width,tt),style:(0,a.convertToDefinitionProperty)(e,t.style,it)},{id:"sessionBeaks",title:nt})}(e);g.push(t)}if(g.push(C,V),null!==n){const t=(0,a.createColorPropertyDefinition)({checked:(0,a.convertToDefinitionProperty)(e,n.visibility,yt),color:(0,a.getColorDefinitionProperty)(e,n.color,null,Pt)},{id:"watermark",title:Gt});g.push(t)}const k=(0,a.createTextPropertyDefinition)({color:(0,a.getColorDefinitionProperty)(e,s.textColor,null,ct),size:(0,a.convertToDefinitionProperty)(e,s.fontSize,dt)},{id:"scalesText",title:Wt}),W=(0,a.createLinePropertyDefinition)({color:(0,a.getColorDefinitionProperty)(e,s.lineColor,null,ht)},{id:"scalesLine",title:Ot});y.push(k,W);const O=(0,a.createOptionsPropertyDefinition)({option:(0,a.convertToDefinitionProperty)(e,d.property,ft)},{id:"navButtons",title:Rt,options:new l.WatchedValue(d.values)}),x=(0,a.createOptionsPropertyDefinition)({option:(0,a.convertToDefinitionProperty)(e,h.property,bt)},{id:"paneButtons",title:At,options:new l.WatchedValue(h.values)});f.push(O,x);const M=(0,a.createNumberPropertyDefinition)({value:(0,a.convertToDefinitionProperty)(e,t.topMargin,wt,[J.floor])},{type:0,id:"paneTopMargin",title:Ft,min:new l.WatchedValue(0),max:new l.WatchedValue(25),step:new l.WatchedValue(1),unit:new l.WatchedValue("%")}),G=(0,a.createNumberPropertyDefinition)({value:(0,a.convertToDefinitionProperty)(e,t.bottomMargin,mt,[J.floor])},{type:0,id:"paneBottomMargin",title:Ht,min:new l.WatchedValue(0),max:new l.WatchedValue(25),step:new l.WatchedValue(1),unit:new l.WatchedValue("%")});if(b.push(M,G),r.enabled("chart_property_page_right_margin_editor")){const t={value:(0,a.convertFromWVToDefinitionProperty)(e,c.value,St,[J.floor])},i={type:0,id:"paneRightMargin",title:Zt,min:c.min,max:c.max,step:new l.WatchedValue(1),unit:new l.WatchedValue(Nt)};if(r.enabled("show_percent_option_for_right_margin")){
+const n=(0,a.createNumberPropertyDefinition)({...t,checked:(0,a.convertFromWVToDefinitionProperty)(e,p,Dt,[e=>!e,e=>!e])},{...i,title:Bt}),o=(0,a.createNumberPropertyDefinition)({checked:(0,a.convertFromWVToDefinitionProperty)(e,p,Dt),value:(0,a.convertFromWVToDefinitionProperty)(e,u,Dt,[J.floor])},{type:0,id:"paneRightMarginPercentage",title:Et,min:new l.WatchedValue(0),max:new l.WatchedValue(99),step:new l.WatchedValue(1),unit:new l.WatchedValue("%")});w.push(n),w.push(o)}else{const e=(0,a.createNumberPropertyDefinition)(t,i);b.push(e)}}const R=[(0,a.createPropertyDefinitionsGeneralGroup)(g,"chartBasicStylesAppearanceGroup",o.t(null,void 0,i(15153))),(0,a.createPropertyDefinitionsGeneralGroup)(y,"scalesAppearanceGroup",o.t(null,void 0,i(93968))),(0,a.createPropertyDefinitionsGeneralGroup)(f,"buttonsAppearanceGroup",o.t(null,void 0,i(32744))),(0,a.createPropertyDefinitionsGeneralGroup)(b,"marginsAppearanceGroup",o.t(null,void 0,i(70937)))];return w.length>0&&R.push((0,a.createPropertyDefinitionsGeneralGroup)(w,"rightMarginsAppearanceGroup",o.t(null,void 0,i(62532)))),{definitions:R}}var zt=i(47462),Ut=i(63829),It=i(82826),qt=i(11497),Jt=i(63950),Kt=i(53078),Qt=i(82038),Xt=i(84806),Yt=i(87717),$t=i(7621),ei=i(8021),ti=i(60339),ii=i(75709),ni=i(20037);const oi={symbol:{bold:ei,default:Kt},legend:{bold:ti,default:Qt},scales:{bold:ii,default:Xt},canvas:{bold:i(97660),default:$t},trading:{bold:ni,default:Yt}};const ri=o.t(null,void 0,i(95481)),li=o.t(null,void 0,i(28715)),ai=o.t(null,void 0,i(90275)),si=o.t(null,void 0,i(23739)),ci=(o.t(null,void 0,i(69808)),o.t(null,void 0,i(76495)),o.t(null,void 0,i(36620)),o.t(null,void 0,i(8249)),o.t(null,void 0,i(94408)),o.t(null,void 0,i(24821)),!1);const di=[{id:"symbol-text-source-description",value:"description",title:o.t(null,void 0,i(78734))},{id:"symbol-text-source-ticker",value:"ticker",title:o.t(null,void 0,i(5791))},{id:"symbol-text-source-ticker-and-description",value:"ticker-and-description",title:o.t(null,void 0,i(16816))}];r.enabled("symbol_info_long_description")&&di.push({id:"symbol-text-source-long-description",value:"long-description",title:o.t(null,void 0,i(89315))});class hi{constructor(e,t,i){this._propertyPages=null,this._maxRightOffsetPropertyObject=null,this._defaultRightOffsetPercentageWatchedValue=null,this._useRightOffsetPercentageWatchedValue=null,this._profitLossOptions=null,this._isDestroyed=!1,this._availableDateFormatValues=null,this._undoModel=e,this._model=this._undoModel.model(),this._series=this._model.mainSeries(),this._chartWidgetProperties=t,this._options=i,this._seriesPropertyDefinitionViewModel=this._createSeriesViewModel();const n=this._chartWidgetProperties.childs().paneProperties.childs(),o=(0,P.createWVFromProperty)(n.gridLinesMode);this._gridColorsVisibilities={gridLinesMode:o,vertLinesVisible:(0,b.combine)((e=>"both"===e||"vert"===e),o.weakReference()),horzLinesVisible:(0,b.combine)((e=>"both"===e||"horz"===e),o.weakReference())},this._legendPropertyPage=this._createLegendPropertyPage(),
+this._scalesPropertyPage=this._createScalesPropertyPage(),this._appearancePropertyPage=this._createAppearancePropertyPage(),this._tradingPropertyPage=this._createTradingPropertyPage(),this._eventsPropertyPage=this._createEventsPropertyPage(),this._alertsPropertyPage=this._createAlertsPropertyPage(),this._series.onStyleChanged().subscribe(this,this._updateDefinitions),this._series.priceScaleChanged().subscribe(this,this._updateDefinitions)}destroy(){null!==this._propertyPages&&this._propertyPages.filter(((e,t)=>0!==t)).forEach((e=>{(0,a.destroyDefinitions)(e.definitions.value())})),this._seriesPropertyDefinitionViewModel.destroy(),this._pipValueTypeSubscription?.unsubscribe(),this._availableDateFormatValues?.destroy(),this._series.onStyleChanged().unsubscribe(this,this._updateDefinitions),this._series.priceScaleChanged().unsubscribe(this,this._updateDefinitions);(0,n.ensureNotNull)(this._model.timeScale()).maxRightOffsetChanged().unsubscribeAll(this),this._gridColorsVisibilities.vertLinesVisible.destroy(),this._gridColorsVisibilities.horzLinesVisible.destroy(),this._gridColorsVisibilities.gridLinesMode.destroy(),this._isDestroyed=!0}async propertyPages(){if(null===this._propertyPages){const e=await this._seriesPropertyDefinitionViewModel.propertyPages();if(this._isDestroyed)throw new Error("ChartPropertyDefinitionsViewModel already destroyed");if(null===this._propertyPages){this._propertyPages=[...e],this._propertyPages.push(this._legendPropertyPage,this._scalesPropertyPage,await this._appearancePropertyPage),null!==this._tradingPropertyPage&&this._propertyPages.push(this._tradingPropertyPage);const t=await this._alertsPropertyPage;t&&this._propertyPages.push(t);const i=await this._eventsPropertyPage;i&&this._propertyPages.push(i)}return this._propertyPages}return Promise.resolve(this._propertyPages)}_updatePlDisplayOptions(e){(0,n.ensureNotNull)(this._profitLossOptions).setValue([])}_updateDefinitions(){(0,a.destroyDefinitions)(this._scalesPropertyPage.definitions.value());const e=this._createScalesDefinitions();this._scalesPropertyPage.definitions.setValue(e.definitions)}_createSeriesViewModel(){const e={property:this._model.properties().childs().timezone,values:Jt.availableTimezones.map((e=>({value:e.id,title:e.title})))};return new u.SeriesPropertyDefinitionsViewModel(this._series,this._undoModel,"symbol",ri,(0,n.ensureDefined)(oi.symbol),e)}_createLegendPropertyPage(){const e=this._chartWidgetProperties.childs().paneProperties.childs().legendProperties.childs(),t={property:this._series.properties().childs().statusViewStyle.childs().symbolTextSource,values:di},r=function(e,t,n,r){const s=[],c=[];if(I){const i=(0,a.createCheckablePropertyDefinition)({checked:(0,a.convertToDefinitionProperty)(e,t.showLogo,S)},{id:"showLogo",title:M});c.push(i)}const d=(0,a.createOptionsPropertyDefinition)({checked:(0,a.convertToDefinitionProperty)(e,t.showSeriesTitle,w),option:(0,a.convertToDefinitionProperty)(e,n.property,m)},{id:"symbolTextSource",title:G,options:new l.WatchedValue(n.values)});if(c.push(d),null!==r){const t=(0,
+b.combineWithFilteredUpdate)(((t,i)=>"market"===t&&!(0,g.isEconomicSymbol)(e.mainSeries().symbolInfo())),((e,t)=>null!==e),e.mainSeries().marketStatusModel().status().weakReference(),e.mainSeries().symbolResolvingActive().weakReference()),i=(0,a.createCheckablePropertyDefinition)({checked:(0,a.convertToDefinitionProperty)(e,r,S),visible:(0,a.convertFromReadonlyWVToDefinitionProperty)(t.ownership())},{id:"showOpenMarketStatus",title:j});c.push(i)}const h=(0,a.createCheckablePropertyDefinition)({checked:(0,a.convertToDefinitionProperty)(e,t.showSeriesOHLC,D)},{id:"ohlcTitle",title:R});if(c.push(h),!y.alwaysShowLastPriceAndLastDayChange){const i=(0,a.createCheckablePropertyDefinition)({checked:(0,a.convertToDefinitionProperty)(e,t.showBarChange,_),visible:(0,a.makeProxyDefinitionProperty)((0,P.combineProperty)((e=>12!==e&&20!==e),e.mainSeries().properties().childs().style.weakReference()).ownership())},{id:"barChange",title:F});c.push(i)}if(c.push((0,a.createCheckablePropertyDefinition)({checked:(0,a.convertToDefinitionProperty)(e,t.showVolume,O),visible:(0,a.makeProxyDefinitionProperty)((0,P.combineProperty)((e=>20!==e),e.mainSeries().properties().childs().style.weakReference()).ownership())},{id:"barVolume",title:H})),y.lastDayChangeAvailable||y.alwaysShowLastPriceAndLastDayChange){const i=y.alwaysShowLastPriceAndLastDayChange?t.showBarChange:t.showLastDayChange,n=(0,a.createCheckablePropertyDefinition)({checked:(0,a.convertToDefinitionProperty)(e,i,T),visible:(0,a.makeProxyDefinitionProperty)((0,P.combineProperty)((e=>12!==e&&20!==e),e.mainSeries().properties().childs().style.weakReference()).ownership())},{id:"lastDayChange",title:A});c.push(n)}if(U){const i=(0,b.combineWithFilteredUpdate)((()=>e.model().symbolSources().some((e=>void 0!==e.symbolInfo()?.price_source_id))),(e=>!e),e.model().symbolSourceResolvingActive().weakReference(),(0,P.createWVFromGetterAndSubscription)((()=>e.model().symbolSources().length),e.model().symbolSourceCollectionChanged()).ownership());c.push((0,a.createCheckablePropertyDefinition)({disabled:(0,a.convertFromReadonlyWVToDefinitionProperty)(e.model().symbolSourceResolvingActive().weakReference()),checked:(0,a.convertToDefinitionProperty)(e,t.showPriceSource,x),visible:(0,a.convertFromReadonlyWVToDefinitionProperty)(i.ownership())},{id:"priceSource",title:z}))}s.push((0,a.createPropertyDefinitionsGeneralGroup)(c,"seriesLegendVisibilityGroup",o.t(null,void 0,i(95481))));const u=[],p=(0,a.createCheckablePropertyDefinition)({checked:(0,a.convertToDefinitionProperty)(e,t.showStudyArguments,C)},{id:"studyArguments",title:E}),v=(0,a.createCheckableSetPropertyDefinition)({checked:(0,a.convertToDefinitionProperty)(e,t.showStudyTitles,L)},{id:"studyTitles",title:Z},[p]),q=(0,a.createCheckablePropertyDefinition)({checked:(0,a.convertToDefinitionProperty)(e,t.showStudyValues,V)},{id:"studyValues",title:B}),J=(0,P.createWVFromGetterAndSubscription)((()=>e.model().priceDataSources().some((e=>!(0,f.isActingAsSymbolSource)(e)&&e.showInObjectTree()))),e.model().dataSourceCollectionChanged())
+;u.push(v,q),s.push((0,a.createPropertyDefinitionsGeneralGroup)(u,"studiesLegendVisibilityGroup",o.t(null,void 0,i(84549)),J));const K=[],Q=(0,a.createTransparencyPropertyDefinition)({checked:(0,a.convertToDefinitionProperty)(e,t.showBackground,k),transparency:(0,a.convertToDefinitionProperty)(e,t.backgroundTransparency,W)},{id:"legendBgTransparency",title:N});return K.push(Q),s.push((0,a.createPropertyDefinitionsGeneralGroup)(K,"generalLegendGroup")),{definitions:s}}(this._undoModel,e,t,this._options.marketStatusWidgetEnabled?p.showMarketOpenStatusProperty:null);return(0,s.createPropertyPage)(r,"legend",li,(0,n.ensureDefined)(oi.legend))}_createScalesPropertyPage(){const e=this._createScalesDefinitions();return(0,s.createPropertyPage)(e,"scales",ai,(0,n.ensureDefined)(oi.scales))}_createScalesDefinitions(){const e=this._chartWidgetProperties.childs().scalesProperties.childs(),t={property:this._model.properties().childs().priceScaleSelectionStrategyName,values:(0,h.allPriceScaleSelectionStrategyInfo)().map((e=>({value:e.name,title:e.title})))};null===this._availableDateFormatValues&&(this._availableDateFormatValues=new l.WatchedValue(function(e=!1){const t=new Date(Date.UTC(1997,8,29));return zt.availableDateFormats.map((i=>({value:i,title:new It.DateFormatter(i,e).format(t)})))}()).spawn());const n={property:qt.timeHoursFormatProperty,values:[{value:"24-hours",title:o.t(null,void 0,i(5797))},{value:"12-hours",title:o.t(null,void 0,i(31882))}]},s=this._model.mainSeriesScaleRatioProperty();return function(e,t,i,n){const o=n.seriesPriceScale.properties().childs(),s=[],c=[];if(n.currencyConversionEnabled||n.unitConversionEnabled){const t=n.currencyConversionEnabled&&n.unitConversionEnabled?Ze:n.currencyConversionEnabled?Ae:He,i=n.currencyConversionEnabled&&n.unitConversionEnabled?ue:n.currencyConversionEnabled?ce:he,o=(0,a.createOptionsPropertyDefinition)({option:(0,a.convertToDefinitionProperty)(e,(0,Q.currencyUnitVisibilityProperty)(),i)},{id:"scalesCurrencyUnit",title:t,options:new l.WatchedValue((0,Q.currencyUnitVisibilityOptions)())});c.push(o)}const d=(0,a.createOptionsPropertyDefinition)({option:(0,a.convertToDefinitionProperty)(e,(0,X.autoLogButtonsVisibilityProperty)(),de)},{id:"autoLogButtonsVisibility",title:Fe,options:new l.WatchedValue((0,X.autoLogButtonsVisibilityOptions)())});c.push(d);const h=(0,a.createNumberPropertyDefinition)({checked:(0,a.getLockPriceScaleDefinitionProperty)(e,o.lockScale,n.seriesPriceScale,ve),value:(0,a.getScaleRatioDefinitionProperty)(e,n.mainSeriesScaleRatioProperty,ge,[(0,J.limitedPrecision)(7),e=>e])},{id:"lockScale",title:Ne,min:new l.WatchedValue(n.mainSeriesScaleRatioProperty.getMinValue()),max:new l.WatchedValue(n.mainSeriesScaleRatioProperty.getMaxValue()),step:new l.WatchedValue(n.mainSeriesScaleRatioProperty.getStepChangeValue())}),u=(0,a.createOptionsPropertyDefinition)({option:(0,a.getPriceScaleSelectionStrategyDefinitionProperty)(e,n.scalesPlacementPropertyObj.property)},{id:"scalesPlacement",title:Be,options:new l.WatchedValue(n.scalesPlacementPropertyObj.values)})
+;c.push(h,u),s.push((0,a.createPropertyDefinitionsGeneralGroup)(c,"scalesPriceScaleGroup",je));const p=[],v=(0,a.createCheckablePropertyDefinition)({checked:(0,a.convertToDefinitionProperty)(e,o.alignLabels,ae)},{id:"noOverlappingLabels",title:ke});if(p.push(v),e.crosshairSource().isMenuEnabled()){const t=(0,a.createCheckablePropertyDefinition)({checked:(0,a.convertToDefinitionProperty)(e,K.addPlusButtonProperty,pe)},{id:"addPlusButton",title:Ee,solutionId:void 0});p.push(t)}if(n.countdownEnabled){const i=(0,a.createCheckablePropertyDefinition)({checked:(0,a.convertToDefinitionProperty)(e,t.showCountdown,se)},{id:"countdown",title:Re});p.push(i)}if(n.seriesHasClosePrice){const n=(0,a.createCheckablePropertyDefinition)({checked:(0,a.convertToDefinitionProperty)(e,i.showSymbolLabels,Y)},{id:"symbolNameLabel",title:Ce}),o=(0,a.createCheckablePropertyDefinition)({checked:(0,a.convertToDefinitionProperty)(e,i.showSeriesLastValue,$)},{id:"symbolValueLabel",title:Le}),r=(0,a.createCheckablePropertyDefinition)({checked:(0,a.convertToDefinitionProperty)(e,t.showPriceLine,be)},{id:"symbolLine",title:Ve}),s=(0,a.createLinePropertyDefinition)({color:(0,a.getColorDefinitionProperty)(e,t.priceLineColor,null,we),width:(0,a.convertToDefinitionProperty)(e,t.priceLineWidth,me)},{id:"SymbolLastValuePriceLine",title:""}),c=(0,a.createOptionsPropertyDefinition)({checked:(0,a.convertToDefinitionProperty)(e,i.showSeriesLastValue,$),option:(0,a.convertToDefinitionProperty)(e,i.seriesLastValueMode,ee)},{id:"symbolLastValueLabel",title:Le,options:new l.WatchedValue(Ke)});p.push((0,a.createPropertyDefinitionsCheckableListOptionsGroup)([n,o,r],void 0,[s,c],"symbolCheckableListGroup",Oe))}if(Je){const i=t.highLowAvgPrice.childs(),n=(0,a.createCheckablePropertyDefinition)({checked:(0,a.convertToDefinitionProperty)(e,i.averageClosePriceLabelVisible,Se)},{id:"averageClosePriceLabel",title:Le}),o=(0,a.createCheckablePropertyDefinition)({checked:(0,a.convertToDefinitionProperty)(e,i.averageClosePriceLineVisible,De)},{id:"averageCloseLine",title:Ve}),r=(0,a.createLinePropertyDefinition)({color:(0,a.getColorDefinitionProperty)(e,i.averagePriceLineColor,null,Te),width:(0,a.convertToDefinitionProperty)(e,i.averagePriceLineWidth,_e)},{id:"averageClosePriceLine",title:""});p.push((0,a.createPropertyDefinitionsCheckableListOptionsGroup)([n,o],void 0,[r],"avgCloseCheckableListGroup",xe))}let g,y;g=(0,a.createCheckablePropertyDefinition)({visible:(0,a.convertFromReadonlyWVToDefinitionProperty)((0,P.createWVFromGetterAndSubscription)((()=>e.model().priceDataSources().some((e=>!(0,f.isActingAsSymbolSource)(e)&&e.showInObjectTree()))),e.model().dataSourceCollectionChanged()).ownership()),checked:(0,a.convertToDefinitionProperty)(e,i.showStudyPlotLabels,re)},{id:"studyNameLabel",title:Ce}),y=(0,a.createCheckablePropertyDefinition)({visible:(0,a.convertFromReadonlyWVToDefinitionProperty)((0,P.createWVFromGetterAndSubscription)((()=>e.model().priceDataSources().some((e=>!(0,
+f.isActingAsSymbolSource)(e)&&e.showInObjectTree()))),e.model().dataSourceCollectionChanged()).ownership()),checked:(0,a.convertToDefinitionProperty)(e,i.showStudyLastValue,le)},{id:"studyLastValueLabel",title:Le}),p.push((0,a.createPropertyDefinitionsCheckableListOptionsGroup)([g,y],void 0,[],"studiesCheckableListGroup",Me));const b=t.highLowAvgPrice.childs(),w=(0,a.createCheckablePropertyDefinition)({checked:(0,a.convertToDefinitionProperty)(e,b.highLowPriceLabelsVisible,te)},{id:"highLowPriceLabels",title:Le}),m=(0,a.createCheckablePropertyDefinition)({checked:(0,a.convertToDefinitionProperty)(e,b.highLowPriceLinesVisible,ie)},{id:"highLowPriceLine",title:Ve}),S=(0,a.createLinePropertyDefinition)({color:(0,a.getColorDefinitionProperty)(e,b.highLowPriceLinesColor,null,ne),width:(0,a.convertToDefinitionProperty)(e,b.highLowPriceLinesWidth,oe)},{id:"highLowLineColors",title:""});p.push((0,a.createPropertyDefinitionsCheckableListOptionsGroup)([w,m],void 0,[S],"hiLowCheckableListGroup",Ge)),s.push((0,a.createPropertyDefinitionsGeneralGroup)(p,"scalesLabelsLineGroup",We));const D=[];if(r.enabled("scales_date_format")){const t=(0,a.createOptionsPropertyDefinition)({option:(0,a.convertToDefinitionProperty)(e,n.dateFormatPropertyObj.property,ye)},{id:"dateFormat",title:ze,options:n.dateFormatPropertyObj.values});D.push(t)}if(r.enabled("scales_time_hours_format")){const t=(0,a.createOptionsPropertyDefinition)({option:(0,a.convertToDefinitionProperty)(e,n.timeHoursFormatPropertyObj.property,Pe)},{id:"timeHoursFormat",title:Ue,options:new l.WatchedValue(n.timeHoursFormatPropertyObj.values)});D.push(t)}{const t=(0,a.createCheckablePropertyDefinition)({checked:(0,a.convertToDefinitionProperty)(e,n.saveLeftEdgeProperty,fe)},{id:"saveLeftChartEdge",title:qe});D.push(t)}return D.length>0&&s.push((0,a.createPropertyDefinitionsGeneralGroup)(D,"scalesTimeScaleGroup",Ie)),{definitions:s}}(this._undoModel,this._series.properties().childs(),e,{disableSeriesPrevCloseValueProperty:this._series.isDWMProperty(),seriesHasClosePrice:this._series.hasClosePrice(),seriesPriceScale:this._series.priceScale(),mainSeriesScaleRatioProperty:s,scalesPlacementPropertyObj:t,dateFormatPropertyObj:{property:Ut.dateFormatProperty,values:this._availableDateFormatValues},timeHoursFormatPropertyObj:n,currencyConversionEnabled:this._options.currencyConversionEnabled,unitConversionEnabled:this._options.unitConversionEnabled,countdownEnabled:this._options.countdownEnabled,withWeekdayProperty:void 0,saveLeftEdgeProperty:e.saveLeftEdge})}_createMaxOffsetPropertyObject(){const e=(0,n.ensureNotNull)(this._model.timeScale()),t=new l.WatchedValue(Math.floor(e.maxRightOffset()));e.maxRightOffsetChanged().subscribe(this,(e=>{t.setValue(Math.floor(e))})),this._maxRightOffsetPropertyObject={value:e.defaultRightOffset(),min:new l.WatchedValue(0),max:t}}_createDefaultRightOffsetPercentageWatchedValue(){const e=(0,n.ensureNotNull)(this._model.timeScale());this._defaultRightOffsetPercentageWatchedValue=e.defaultRightOffsetPercentage()}
+_createUseRightOffsetPercentageWatchedValue(){const e=(0,n.ensureNotNull)(this._model.timeScale());this._useRightOffsetPercentageWatchedValue=e.usePercentageRightOffset()}async _createAppearancePropertyPage(){const e=this._chartWidgetProperties.childs(),t=e.paneProperties.childs(),i=e.scalesProperties.childs(),o=this._model.watermarkSource();let r=null;null!==o&&(r=o.properties().childs());const l={property:c.property(),values:c.availableValues()},a={property:d.property(),values:d.availableValues()};null===this._maxRightOffsetPropertyObject&&this._createMaxOffsetPropertyObject(),null===this._defaultRightOffsetPercentageWatchedValue&&this._createDefaultRightOffsetPercentageWatchedValue(),null===this._useRightOffsetPercentageWatchedValue&&this._createUseRightOffsetPercentageWatchedValue();const h=(0,n.ensureNotNull)(this._maxRightOffsetPropertyObject),u=(0,n.ensureNotNull)(this._defaultRightOffsetPercentageWatchedValue),p=(0,n.ensureNotNull)(this._useRightOffsetPercentageWatchedValue),v=await jt(this._undoModel,t,r,i,h,l,a,u,p,this._gridColorsVisibilities);return(0,s.createPropertyPage)(v,"canvas",si,(0,n.ensureDefined)(oi.canvas))}_createTradingPropertyPage(){return null}async _createEventsPropertyPage(){return null}_createAlertsPropertyPage(){return null}}},8021:e=>{e.exports=''},97660:e=>{e.exports=''},75709:e=>{e.exports=''},60339:e=>{e.exports=''},20037:e=>{
+e.exports=''},53078:e=>{e.exports=''},7621:e=>{e.exports=''},84806:e=>{e.exports=''},82038:e=>{e.exports=''},87717:e=>{
+e.exports=''}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/get-error-card.04b8d60c4104ce77bfae.js b/public/charting_library/bundles/get-error-card.04b8d60c4104ce77bfae.js
new file mode 100644
index 0000000..9dde619
--- /dev/null
+++ b/public/charting_library/bundles/get-error-card.04b8d60c4104ce77bfae.js
@@ -0,0 +1,6 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[139],{97754:(t,e)=>{var r;!function(){"use strict";var o={}.hasOwnProperty;function i(){for(var t=[],e=0;e{t.exports={pills:"pills-PVWoXu5j",primary:"primary-PVWoXu5j",gray:"gray-PVWoXu5j",selected:"selected-PVWoXu5j",grouped:"grouped-PVWoXu5j",active:"active-PVWoXu5j",disableActiveOnTouch:"disableActiveOnTouch-PVWoXu5j",disableActiveStateStyles:"disableActiveStateStyles-PVWoXu5j",withGrouped:"withGrouped-PVWoXu5j","quiet-primary":"quiet-primary-PVWoXu5j",green:"green-PVWoXu5j",red:"red-PVWoXu5j",blue:"blue-PVWoXu5j",secondary:"secondary-PVWoXu5j",ghost:"ghost-PVWoXu5j"}},1538:t=>{t.exports={lightButton:"lightButton-bYDQcOkp",link:"link-bYDQcOkp",ltr:"ltr-bYDQcOkp",rtl:"rtl-bYDQcOkp","typography-regular16px":"typography-regular16px-bYDQcOkp","typography-medium16px":"typography-medium16px-bYDQcOkp","typography-regular14px":"typography-regular14px-bYDQcOkp","typography-semibold14px":"typography-semibold14px-bYDQcOkp","typography-semibold16px":"typography-semibold16px-bYDQcOkp",content:"content-bYDQcOkp",visuallyHidden:"visuallyHidden-bYDQcOkp",nowrap:"nowrap-bYDQcOkp",ellipsisContainer:"ellipsisContainer-bYDQcOkp",textWrapContainer:"textWrapContainer-bYDQcOkp",textWrapWithEllipsis:"textWrapWithEllipsis-bYDQcOkp",slot:"slot-bYDQcOkp",caret:"caret-bYDQcOkp",activeCaret:"activeCaret-bYDQcOkp",xsmall:"xsmall-bYDQcOkp",withStartSlot:"withStartSlot-bYDQcOkp",withEndSlot:"withEndSlot-bYDQcOkp",noContent:"noContent-bYDQcOkp",wrap:"wrap-bYDQcOkp",small:"small-bYDQcOkp",medium:"medium-bYDQcOkp"}},44352:t=>{t.exports={errorCard:"errorCard-S9sXvhAu",errorCard__icon:"errorCard__icon-S9sXvhAu",errorCard_size_big:"errorCard_size_big-S9sXvhAu",errorCard__message:"errorCard__message-S9sXvhAu",errorCard_limitWidth:"errorCard_limitWidth-S9sXvhAu",errorCard__link:"errorCard__link-S9sXvhAu",errorCard__buttons:"errorCard__buttons-S9sXvhAu",errorCardRendererContainer:"errorCardRendererContainer-S9sXvhAu",errorCardButton:"errorCardButton-S9sXvhAu"}},27011:(t,e,r)=>{"use strict";function o(t,e){return e||null==t||("string"==typeof t||Array.isArray(t))&&0===t.length}r.d(e,{isIconOnly:()=>o})},9038:(t,e,r)=>{"use strict";r.d(e,{useLightButtonClasses:()=>c});var o=r(50959),i=r(97754),a=r(17946),l=r(27011),n=r(86332);const s=o.createContext({isInButtonGroup:!1,isGroupPrimary:!1}),c=(t,e,r)=>{const c=(0,
+o.useContext)(a.CustomBehaviourContext),{className:d,isSelected:u,children:p,showCaret:h,forceDirection:m,iconOnly:v,color:g="gray",variant:C="primary",size:y="medium",enableActiveStateStyles:x=c.enableActiveStateStyles,typography:w,isLink:b=!1,textWrap:f,isPills:S,isActive:_,startSlot:A,endSlot:W}=e,k=t[`typography-${((t,e,r)=>{if(r){const t=r.replace(/^\D+/g,"");return e?`semibold${t}`:r}switch(t){case"xsmall":return e?"semibold14px":"regular14px";case"small":case"medium":return e?"semibold16px":"regular16px";default:return""}})(y,u||S,w||void 0)}`],E=(0,o.useContext)(n.ControlGroupContext),{isInButtonGroup:V,isGroupPrimary:H}=(0,o.useContext)(s);return i(d,t.lightButton,b&&t.link,_&&t.active,u&&t.selected,(0,l.isIconOnly)(p,v)&&t.noContent,!!A&&t.withStartSlot,(h||!!W)&&t.withEndSlot,r&&t.withGrouped,m&&t[m],t[H?"primary":C],t[H?"gray":g],t[y],k,!x&&t.disableActiveStateStyles,E.isGrouped&&t.grouped,f&&t.wrap,V&&t.disableActiveOnTouch,S&&t.pills)}},66860:(t,e,r)=>{"use strict";r.d(e,{LightButtonContent:()=>p});var o=r(50959),i=r(97754),a=r(34094),l=r(27011),n=r(9745),s=r(2948),c=r(1538),d=r.n(c);const u=t=>o.createElement(n.Icon,{className:i(d().caret,t&&d().activeCaret),icon:s});function p(t){const{showCaret:e,iconOnly:r,ellipsis:n=!0,textWrap:s,tooltipText:c,children:p,endSlot:h,startSlot:m,isActiveCaret:v}=t;[h,e].filter((t=>!!t));return o.createElement(o.Fragment,null,m&&o.createElement("span",{className:i(d().slot,d().startSlot)},m),!(0,l.isIconOnly)(p,r)&&o.createElement("span",{className:i(d().content,!s&&d().nowrap,"apply-overflow-tooltip","apply-overflow-tooltip--check-children-recursively","apply-overflow-tooltip--allow-text"),"data-overflow-tooltip-text":c??(0,a.getTextForTooltip)(p)},s||n?o.createElement(o.Fragment,null,o.createElement("span",{className:i(!s&&n&&d().ellipsisContainer,s&&d().textWrapContainer,s&&n&&d().textWrapWithEllipsis)},p),o.createElement("span",{className:d().visuallyHidden,"aria-hidden":!0},p)):o.createElement(o.Fragment,null,p,o.createElement("span",{className:d().visuallyHidden,"aria-hidden":!0},p))),h&&o.createElement("span",{className:i(d().slot,d().endSlot)},h),e&&u(v))}},15893:(t,e,r)=>{"use strict";r.d(e,{LightButton:()=>u});var o=r(50959),i=r(86332),a=r(9038),l=r(66860),n=r(1538),s=r.n(n),c=r(88317),d=r.n(c);function u(t){const{isGrouped:e}=o.useContext(i.ControlGroupContext),{reference:r,className:n,isSelected:c,children:u,iconOnly:p,ellipsis:h,showCaret:m,forceDirection:v,endSlot:g,startSlot:C,color:y,variant:x,size:w,enableActiveStateStyles:b,typography:f,textWrap:S=!1,maxLines:_,style:A={},isPills:W,isActive:k,tooltipText:E,role:V,...H}=t,O=S?_??2:1,L=O>0?{...A,"--ui-lib-light-button-content-max-lines":O}:A;return o.createElement("button",{...H,className:(0,a.useLightButtonClasses)({...d(),...s()},{className:n,isSelected:c,children:u,iconOnly:p,showCaret:m,forceDirection:v,endSlot:g,startSlot:C,color:y,variant:x,size:w,enableActiveStateStyles:b,typography:f,textWrap:S,isPills:W,isActive:k},e),ref:r,style:L,role:V},o.createElement(l.LightButtonContent,{showCaret:m,
+isActiveCaret:m&&(W||k||c),iconOnly:p,ellipsis:h,textWrap:S,tooltipText:E,endSlot:g,startSlot:C},u))}},86332:(t,e,r)=>{"use strict";r.d(e,{ControlGroupContext:()=>o});const o=r(50959).createContext({isGrouped:!1,cellState:{isTop:!0,isRight:!0,isBottom:!0,isLeft:!0}})},17946:(t,e,r)=>{"use strict";r.d(e,{CustomBehaviourContext:()=>o});const o=(0,r(50959).createContext)({enableActiveStateStyles:!0});o.displayName="CustomBehaviourContext"},9745:(t,e,r)=>{"use strict";r.d(e,{Icon:()=>i});var o=r(50959);const i=o.forwardRef(((t,e)=>{const{icon:r="",title:i,ariaLabel:a,ariaLabelledby:l,ariaHidden:n,...s}=t,c=!!(i||a||l);return o.createElement("span",{role:"img",...s,ref:e,"aria-label":a,"aria-labelledby":l,"aria-hidden":n||!c,title:i,dangerouslySetInnerHTML:{__html:r}})}))},34094:(t,e,r)=>{"use strict";r.d(e,{getTextForTooltip:()=>l});var o=r(50959);const i=t=>(0,o.isValidElement)(t)&&Boolean(t.props.children),a=t=>null==t||"boolean"==typeof t||"{}"===JSON.stringify(t)?"":t.toString()+" ",l=t=>Array.isArray(t)||(0,o.isValidElement)(t)?o.Children.toArray(t).reduce(((t,e)=>{let r="";return r=(0,o.isValidElement)(e)&&i(e)?l(e.props.children):(0,o.isValidElement)(e)&&!i(e)?"":a(e),t.concat(r)}),"").trim():a(t)},81200:(t,e,r)=>{"use strict";r.r(e),r.d(e,{ErrorCard:()=>x,ErrorCardRenderer:()=>b,ResizableErrorCard:()=>w});var o,i,a=r(50959),l=r(32227),n=r(20057),s=r(97754),c=r.n(s),d=r(9745),u=r(15893),p=(r(11542),r(56570)),h=r(29540),m=r(11425),v=(r(78080),r(79035),r(44645)),g=r(77678),C=r(44352);!function(t){t[t.ShowErrorCardIconMinHeight=105]="ShowErrorCardIconMinHeight"}(o||(o={})),function(t){t[t.Empty=0]="Empty",t[t.Medium=1]="Medium",t[t.Big=2]="Big"}(i||(i={}));const y={ghost:{1:(0,p.enabled)("hide_image_invalid_symbol")?void 0:h,2:(0,p.enabled)("hide_image_invalid_symbol")?void 0:m},attention:{1:void 0,2:void 0},"stop-hand":{1:void 0,2:void 0},"unsupported-resolution":{1:v,2:g}};new Set(["en","gb","de_DE","fr","es","it","pl","ja"]);const x=a.forwardRef(((t,e)=>{const{icon:r,message:o,size:i=1,rawHtml:l=!1,doNotLimitWidth:n,solutionId:s,buttons:p}=t,h=a.useMemo((()=>r&&function(t,e){if(0!==e)return y[t][e]}(r,i)),[r,i]),m=2===i?"medium":"xsmall",v=p?p.map((t=>a.createElement(u.LightButton,{onClick:t.onClick,className:C.errorCardButton,size:m,key:t.name},t.name))):null;return a.createElement("div",{ref:e,className:c()(C.errorCard,2===i&&C.errorCard_size_big,!n&&C.errorCard_limitWidth),"data-name":"error-card"},h&&a.createElement(d.Icon,{icon:h,className:C.errorCard__icon}),l?a.createElement("div",{className:C.errorCard__message,dangerouslySetInnerHTML:{__html:o}}):a.createElement("div",{className:C.errorCard__message},o),null,v&&a.createElement("div",{className:C.errorCard__buttons}," ",v," "))}));function w(t){const{icon:e,message:r,rawHtml:o,doNotLimitWidth:i,maxWidth:l=200,maxHeight:s=200,zeroHeight:c=105,offsetHeight:d=0,solutionId:u,buttons:p}=t,h=a.useRef(null),[m,v]=a.useState(1);return a.useEffect((()=>{const t=h.current;if(t){const e=new ResizeObserver((0,n.default)(g,150));return e.observe(t),()=>e.disconnect()}
+}),[l,s,d,c]),a.createElement(x,{ref:h,message:r,icon:e,size:m,rawHtml:o,doNotLimitWidth:i,solutionId:u,buttons:p});function g(){const t=h.current;if(!t)return;const e=t.clientHeight+d;e{t.exports=''},79035:t=>{t.exports=''},78080:t=>{t.exports=''},11425:t=>{t.exports=''},29540:t=>{
+t.exports=''},77678:t=>{t.exports=''},44645:t=>{
+t.exports=''}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/global-search-dialog.f8ee5f76976f7be1234f.js b/public/charting_library/bundles/global-search-dialog.f8ee5f76976f7be1234f.js
new file mode 100644
index 0000000..ba727a5
--- /dev/null
+++ b/public/charting_library/bundles/global-search-dialog.f8ee5f76976f7be1234f.js
@@ -0,0 +1,33 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9754,1754,9685,2544],{62435:e=>{e.exports={wrap:"wrap-HAxAr6QG",image:"image-HAxAr6QG",text:"text-HAxAr6QG"}},21466:e=>{e.exports={section:"section-Og4Rg_SK",heading:"heading-Og4Rg_SK"}},94587:e=>{e.exports={item:"item-nuuDM7vP",normal:"normal-nuuDM7vP",big:"big-nuuDM7vP",selected:"selected-nuuDM7vP",contentCell:"contentCell-nuuDM7vP",content:"content-nuuDM7vP",favourite:"favourite-nuuDM7vP",favoriteActionCell:"favoriteActionCell-nuuDM7vP",iconCell:"iconCell-nuuDM7vP",icon:"icon-nuuDM7vP",checkboxInput:"checkboxInput-nuuDM7vP",label:"label-nuuDM7vP"}},27027:e=>{e.exports={dialog:"dialog-UAy2ZKyS",wrap:"wrap-UAy2ZKyS",empty:"empty-UAy2ZKyS",image:"image-UAy2ZKyS",emptyState:"emptyState-UAy2ZKyS"}},67797:e=>{e.exports={menuWrap:"menuWrap-Kq3ruQo8",isMeasuring:"isMeasuring-Kq3ruQo8",scrollWrap:"scrollWrap-Kq3ruQo8",momentumBased:"momentumBased-Kq3ruQo8",menuBox:"menuBox-Kq3ruQo8",isHidden:"isHidden-Kq3ruQo8"}},43010:(e,t,o)=>{"use strict";o.d(t,{useIsomorphicLayoutEffect:()=>i});var n=o(50959);function i(e,t){("undefined"==typeof window?n.useEffect:n.useLayoutEffect)(e,t)}},36383:(e,t,o)=>{"use strict";o.d(t,{useOutsideEvent:()=>s});var n=o(50959),i=o(43010),l=o(27267);function s(e){const{click:t,mouseDown:o,touchEnd:s,touchStart:a,handler:r,reference:c}=e,h=(0,n.useRef)(null),d=(0,n.useRef)("undefined"==typeof window?0:new window.CustomEvent("timestamp").timeStamp);return(0,i.useIsomorphicLayoutEffect)((()=>{const e={click:t,mouseDown:o,touchEnd:s,touchStart:a},n=c?c.current:h.current;return(0,l.addOutsideEventListener)(d.current,n,r,document,e)}),[t,o,s,a,r]),c||h}},9745:(e,t,o)=>{"use strict";o.d(t,{Icon:()=>i});var n=o(50959);const i=n.forwardRef(((e,t)=>{const{icon:o="",title:i,ariaLabel:l,ariaLabelledby:s,ariaHidden:a,...r}=e,c=!!(i||l||s);return n.createElement("span",{role:"img",...r,ref:t,"aria-label":l,"aria-labelledby":s,"aria-hidden":a||!c,title:i,dangerouslySetInnerHTML:{__html:o}})}))},83021:(e,t,o)=>{"use strict";o.d(t,{SubmenuContext:()=>i,SubmenuHandler:()=>l});var n=o(50959);const i=n.createContext(null);function l(e){const[t,o]=(0,n.useState)(null),l=(0,n.useRef)(null),s=(0,n.useRef)(new Map);return(0,n.useEffect)((()=>()=>{null!==l.current&&clearTimeout(l.current)}),[]),n.createElement(i.Provider,{value:{current:t,setCurrent:function(e){null!==l.current&&(clearTimeout(l.current),l.current=null);null===t?o(e):l.current=setTimeout((()=>{l.current=null,o(e)}),100)},registerSubmenu:function(e,t){return s.current.set(e,t),()=>{s.current.delete(e)}},isSubmenuNode:function(e){return Array.from(s.current.values()).some((t=>t(e)))}}},e.children)}},99663:(e,t,o)=>{"use strict";o.d(t,{Slot:()=>i,SlotContext:()=>l});var n=o(50959);class i extends n.Component{shouldComponentUpdate(){return!1}render(){return n.createElement("div",{style:{position:"fixed",zIndex:150,left:0,top:0},ref:this.props.reference})}}const l=n.createContext(null)},67961:(e,t,o)=>{"use strict";o.d(t,{OverlapManager:()=>s,getRootOverlapManager:()=>r})
+;var n=o(50151),i=o(34811);class l{constructor(){this._storage=[]}add(e){this._storage.push(e)}remove(e){this._storage=this._storage.filter((t=>e!==t))}has(e){return this._storage.includes(e)}getItems(){return this._storage}}class s{constructor(e=document){this._storage=new l,this._windows=new Map,this._index=0,this._document=e,this._container=e.createDocumentFragment()}setContainer(e){const t=this._container,o=null===e?this._document.createDocumentFragment():e;!function(e,t){Array.from(e.childNodes).forEach((e=>{e.nodeType===Node.ELEMENT_NODE&&t.appendChild(e)}))}(t,o),this._container=o}registerWindow(e){this._storage.has(e)||this._storage.add(e)}ensureWindow(e,t={position:"fixed",direction:"normal"}){const o=this._windows.get(e);if(void 0!==o)return o;this.registerWindow(e);const n=this._document.createElement("div");if(n.style.position=t.position,n.style.zIndex=this._index.toString(),n.dataset.id=e,void 0!==t.index){const e=this._container.childNodes.length;if(t.index>=e)this._container.appendChild(n);else if(t.index<=0)this._container.insertBefore(n,this._container.firstChild);else{const e=this._container.childNodes[t.index];this._container.insertBefore(n,e)}}else"reverse"===t.direction?this._container.insertBefore(n,this._container.firstChild):this._container.appendChild(n);return this._windows.set(e,n),++this._index,n}unregisterWindow(e){this._storage.remove(e);const t=this._windows.get(e);void 0!==t&&(null!==t.parentElement&&t.parentElement.removeChild(t),this._windows.delete(e))}getZindex(e){const t=this.ensureWindow(e);return parseInt(t.style.zIndex||"0")}moveLastWindowToTop(){const e=this._storage.getItems(),t=e[e.length-1];t&&this.moveToTop(t)}moveToTop(e){if(this.getZindex(e)!==this._index){const t=this.ensureWindow(e);this._windows.forEach(((e,o)=>{e.hasAttribute(i.FOCUS_TRAP_DATA_ATTRIBUTE)&&e.setAttribute(i.FOCUS_TRAP_DATA_ATTRIBUTE,e===t?"true":"false")})),t.style.zIndex=(++this._index).toString()}}removeWindow(e){this.unregisterWindow(e)}}const a=new WeakMap;function r(e=document){const t=e.getElementById("overlap-manager-root");if(null!==t)return(0,n.ensureDefined)(a.get(t));{const t=new s(e),o=function(e){const t=e.createElement("div");return t.style.position="absolute",t.style.zIndex=150..toString(),t.style.top="0px",t.style.left="0px",t.id="overlap-manager-root",t}(e);return a.set(o,t),t.setContainer(o),e.body.appendChild(o),t}}var c;!function(e){e[e.BaseZindex=150]="BaseZindex"}(c||(c={}))},99054:(e,t,o)=>{"use strict";o.d(t,{setFixedBodyState:()=>c});const n=(()=>{let e;return()=>{if(void 0===e){const t=document.createElement("div"),o=t.style;o.visibility="hidden",o.width="100px",o.msOverflowStyle="scrollbar",document.body.appendChild(t);const n=t.offsetWidth;t.style.overflow="scroll";const i=document.createElement("div");i.style.width="100%",t.appendChild(i);const l=i.offsetWidth;t.parentNode?.removeChild(t),e=n-l}return e}})();function i(e,t,o){null!==e&&e.style.setProperty(t,o)}function l(e,t){return getComputedStyle(e,null).getPropertyValue(t)}function s(e,t){return parseInt(l(e,t))}
+let a=0,r=!1;function c(e){const{body:t}=document,o=t.querySelector(".widgetbar-wrap");if(e&&1==++a){const e=l(t,"overflow"),a=s(t,"padding-right");"hidden"!==e.toLowerCase()&&t.scrollHeight>t.offsetHeight&&(i(o,"right",`${n()}px`),t.style.paddingRight=`${a+n()}px`,r=!0),t.classList.add("i-no-scroll")}else if(!e&&a>0&&0==--a&&(t.classList.remove("i-no-scroll"),r)){i(o,"right","0px");let e=0;0,t.scrollHeight<=t.clientHeight&&(e-=n()),t.style.paddingRight=(e<0?0:e)+"px",r=!1}}},89324:(e,t,o)=>{"use strict";o.r(t),o.d(t,{Components:()=>h,showDefaultSearchDialog:()=>c,showSymbolSearchItemsDialog:()=>s.showSymbolSearchItemsDialog});var n=o(82992),i=(o(32563),o(79652)),l=o(94664),s=o(1861),a=o(64147),r=o(84015);o(56570),o(49483);!(0,r.isOnMobileAppPage)("any")&&window.matchMedia("(min-width: 602px) and (min-height: 445px)").matches;function c(e){new a.WatchedValue({});const t=(0,l.getSymbolSearchCompleteOverrideFunction)(),{defaultValue:o,showSpreadActions:r,source:c,onSearchComplete:h,trackResultsOptions:d,...u}=e,v={...u,showSpreadActions:r??(0,i.canShowSpreadActions)(),onSymbolFiltersParamsChange:void 0,onSearchComplete:(e,o)=>{t(e[0].symbol,e[0].result).then((e=>{n.linking.setSymbolAndLogInitiator(e.symbol,"symbol search"),h?.(e.symbol)}))},onEmptyResults:void 0};(0,s.showSymbolSearchItemsDialog)({...v,defaultValue:o})}const h={SymbolSearchWatchlistDialogContentItem:null,SymbolSearchWatchlistDialog:null}},1861:(e,t,o)=>{"use strict";o.d(t,{showSymbolSearchItemsDialog:()=>r});var n=o(50959),i=o(50655),l=o(51826),s=o(73280),a=o(87896);function r(e){const{symbolTypeFilter:t,initialMode:o="symbolSearch",autofocus:r=!0,defaultValue:c,showSpreadActions:h,selectSearchOnInit:d,onSearchComplete:u,dialogTitle:v,placeholder:g,fullscreen:m,initialScreen:p,wrapper:w,dialog:f,contentItem:b,onClose:y,onOpen:T,footer:S,symbolTypes:x,searchInput:L,emptyState:C,hideMarkedListFlag:M,dialogWidth:A="auto",manager:_,shouldReturnFocus:z,onSymbolFiltersParamsChange:E,onEmptyResults:k,customSearchSymbols:H,enableOptionsChain:P,searchInitiationPoint:R}=e;if(l.dialogsOpenerManager.isOpened("SymbolSearch")||l.dialogsOpenerManager.isOpened("ChangeIntervalDialog"))return;const I=document.createElement("div"),D=n.createElement(i.SlotContext.Provider,{value:_??null},n.createElement(s.SymbolSearchItemsDialog,{symbolTypeFilter:t,onClose:V,initialMode:o,defaultValue:c,showSpreadActions:h,hideMarkedListFlag:M,selectSearchOnInit:d,onSearchComplete:u,dialogTitle:v,placeholder:g,fullscreen:m,initialScreen:p,wrapper:w,dialog:f,contentItem:b,footer:S,symbolTypes:x,searchInput:L,emptyState:C,autofocus:r,dialogWidth:A,shouldReturnFocus:z,onSymbolFiltersParamsChange:E,onEmptyResults:k,customSearchSymbols:H,enableOptionsChain:P,searchInitiationPoint:R})),F=(0,a.createReactRoot)(D,I);function V(){F.unmount(),l.dialogsOpenerManager.setAsClosed("SymbolSearch"),y&&y()}return l.dialogsOpenerManager.setAsOpened("SymbolSearch"),T&&T(),{close:V}}},46350:(e,t,o)=>{"use strict";o.r(t),o.d(t,{GlobalSearchDialogRenderer:()=>Qe})
+;var n=o(50959),i=o(77788),l=o(29280),s=o(90484),a=o(11542),r=o(56840),c=o(10087),h=o(37265),d=o(69654),u=o(97754),v=o.n(u),g=o(9745),m=o(24633),p=o(45345),w=o(67562),f=o(66619),b=o(62435);function y(e){const{text:t,showIcon:o=!0,className:i}=e,l=p.watchedTheme.value()===m.StdTheme.Dark?f:w;return n.createElement("div",{className:u(b.wrap,i)},o&&n.createElement(g.Icon,{icon:l,className:b.image}),n.createElement("span",{className:b.text},t))}var T=o(79418),S=o(55883),x=o(40173),L=o(5304),C=o(10772),M=o(74670),A=o(94587);const _=(0,x.mergeThemes)(L.DEFAUL_CONTEXT_MENU_ITEM_THEME,A);function z(e){const{action:t,onExecute:o}=e,[i,l]=(0,M.useActiveDescendant)(null);return n.createElement(C.ContextMenuAction,{theme:_,onShowSubMenu:S.default,isSubMenuOpened:!1,checkboxInput:!0,reference:i,selected:l,action:t,onExecute:()=>o(t),className:v()("apply-overflow-tooltip","apply-overflow-tooltip-focus","apply-overflow-tooltip--direction_y","apply-overflow-tooltip--check-children-recursively"),"data-overflow-tooltip-text":t.getLabel()})}var E=o(21466);function k(e){const{heading:t,items:o,onExecute:i,getActionIndex:l}=e;return n.createElement("table",{className:E.section},n.createElement("tbody",null,n.createElement("tr",null,n.createElement("td",{className:E.heading},t)),o.map((e=>n.createElement(z,{key:e.id,action:e,onExecute:i,index:l(e)})))))}var H=o(27027);const P=[{name:"drawingsActions",label:a.t(null,void 0,o(74385))},{name:"functionActions",label:a.t(null,void 0,o(83576))},{name:"settingsActions",label:a.t(null,void 0,o(32514))}];function R(e){const{dialogId:t,items:i,onClose:l,shouldReturnFocus:u}=e,[v,g]=(0,n.useState)(""),[m,p]=(0,n.useState)([]),w=(0,n.useRef)(null),f=(0,n.useRef)(null),b=(0,n.useRef)(null);(0,n.useEffect)((()=>{w.current?.focus()}),[]),(0,n.useEffect)((()=>{const e=w.current;if(e)return e.addEventListener("input",I),I(),()=>{e&&e.removeEventListener("input",I)}}),[]);const S=(0,n.useCallback)((0,s.default)((e=>{}),1e3),[]),x=(0,n.useCallback)((0,s.default)(l,200),[]);(0,n.useEffect)((()=>()=>{S.flush(),x.cancel()}),[]);const L=(0,n.useMemo)((()=>{const e=new Set(r.getJSON("GlobalSearchDialog.recent",[])),t=[];for(const o of e){const e=i.find((e=>e.getState().id===o));e&&t.push(e)}return t.reverse(),t}),[]),C=(0,n.useMemo)((()=>P.reduce(((e,t)=>(e.set(t.name,m.filter((e=>e.getState().category===t.name))),e)),new Map)),[m]),{handleKeyDown:M,handleForceFocus:A,handleSearchRefBlur:_,onDialogClick:z,resetFocusState:E}=(0,c.useSearchDialogKeyboardNavigation)({dialogRef:f,searchInputRef:w,contentContainerRef:b,getNextFocusedItemIndex:function(e,t){const o=null===e?1===t?-1:0:e;for(let e=1;e<=m.length;e++){const n=(m.length+e*t+o)%m.length;if(!m[n].isDisabled())return n}return null},isNavigationDisabled:!m.length,scrollToFocusedItem:function(e){e?.scrollIntoView({block:"nearest"})},onEscapeClick:l,getElementIdByIndex:function(e,t){let o=m[e].id;null!=t&&(o+="-favorite");return CSS.escape(o)}});return n.createElement(T.AdaptivePopupDialog,{ref:f,dataName:t,title:a.t(null,void 0,o(79354)),onClose:l,
+onClickOutside:l,shouldReturnFocus:u,render:()=>n.createElement(n.Fragment,null,n.createElement(d.DialogSearch,{reference:w,onBlur:_}),n.createElement("div",{className:H.wrap,ref:b},v?n.createElement(n.Fragment,null,m.length?P.map((e=>{const t=C.get(e.name);return t&&t.length?n.createElement(k,{key:e.name,heading:e.label,items:t,onExecute:R,getActionIndex:F}):null})):n.createElement(y,{text:a.t(null,void 0,o(47202)),className:H.emptyState})):n.createElement(n.Fragment,null,Boolean(m.length)?n.createElement(k,{heading:a.t(null,void 0,o(76753)),items:m,onExecute:R,getActionIndex:F}):n.createElement(y,{text:a.t(null,void 0,o(27463)),showIcon:!1,className:H.emptyState})))),onKeyDown:M,className:H.dialog,onForceFocus:A,onClick:z,isOpened:!0});function R(e){const t=new Set(r.getJSON("GlobalSearchDialog.recent",[])),o=e.getState().id;t.has(o)&&t.delete(o),t.add(o),r.setJSON("GlobalSearchDialog.recent",Array.from(t).slice(-10)),e.getState().checkable?x():l()}function I(){E();const e=w.current?w.current.value.toLocaleLowerCase().trim():"";if(g(e),e){const t=i.filter((t=>D(t).includes(e)||function(e,t){const{aliases:o}=t.getState();if(o)return o.some((t=>t.toLowerCase().includes(e)));return!1}(e,t))).sort((t=>D(t)===e?-1:0));p(t),t.length||S(e)}else p(L)}function D(e){const{label:t}=e.getState();return(0,h.isString)(t)?t.toLocaleLowerCase():""}function F(e){return m.findIndex((t=>t.id===e.id))}}var I,D=o(68335),F=o(82992),V=o(86235),Z=o(34585),O=o(56570),B=o(29023);!function(e){e.Drawings="drawingsActions",e.Function="functionActions",e.Settings="settingsActions"}(I||(I={}));class W extends B.Action{constructor({id:e,category:t,favourite:o,onFavouriteClick:n,hotkeyGroup:i,hotkeyHash:l,aliases:s,optionsLoader:a,onStartListening:r,...c}){super({actionId:"UnknownAction",options:{...c,doNotCloseOnClick:!0},id:e,optionsLoader:a,onStartListening:r}),this.execute=()=>{super.execute()},this.getState=()=>({...super.getState(),id:this._searchOptions.id,category:this._searchOptions.category,favourite:this._searchOptions.favourite,onFavouriteClick:this._onFavouriteClick,aliases:this._searchOptions.aliases}),this.update=e=>{this._searchOptions=Object.assign(this._searchOptions,e),super.update(e)},this._onFavouriteClick=e=>{this._searchOptions.onFavouriteClick&&(this.update({favourite:!this._searchOptions.favourite}),this._searchOptions.onFavouriteClick(e))},this._searchOptions={id:e,category:t,favourite:o,onFavouriteClick:n,aliases:s}}}var N,K=o(45126),U=o(49483),G=o(19475);!function(e){e.None="all",e.Following="following",e.Private="private"}(N||(N={}));var q=o(84425),j=o(42989),$=o(23076),Q=o(85662),J=o(16792),Y=o(3615),X=o(58519);function ee(e){const t=e.match(/^(\d+).(\d+).(\d+)/);if(!t)return null;const[,o,n,i]=t;return[parseInt(o),parseInt(n),parseInt(i)]}function te(e){const t=(0,U.desktopAppVersion)();return!!t&&function(e,t){const o=ee(e),n=ee(t);if(!o||!n)return!1;const[i,l,s]=o,[a,r,c]=n;return i!==a?i{const t=t=>{const n=[];if(t&&t.length&&window.is_authenticated&&t.forEach((t=>{
+n.push(new W({id:t,category:"settingsActions",label:`${a.t(null,void 0,o(53438))} ${Q.translateStdThemeName(t)}`,onExecute:()=>{(0,X.loadTheme)(e.chartWidgetCollection(),{themeName:t,standardTheme:!1}).then((()=>{e.readOnly()||window.saver.saveChartSilently()}))}}))})),!(0,U.isDesktopApp)()||te("1.0.10")){const[,t]=Q.getStdThemeNames();n.push(new W({id:"DarkColorTheme",category:"settingsActions",label:a.t(null,void 0,o(25848)),checkable:!0,checked:Q.getCurrentTheme().name===t,onExecute:()=>{!function(e){const t=(0,Q.getCurrentTheme)().name===m.StdTheme.Dark?m.StdTheme.Light:m.StdTheme.Dark,n=e.chartModels().value().every((e=>null!==e.model().getThemeNameIfStdTheme())),i=()=>{(0,X.loadTheme)(e,{themeName:t,standardTheme:!0}).then((()=>{e.readOnly()||window.saver.saveChartSilently()}))};if(n)i();else{const e=a.t(null,void 0,o(78659)).format({name:(0,J.capitalizeFirstLetter)(t)});(0,Y.showConfirm)({text:e,onConfirm:({dialogClose:e})=>{i(),e()},onCancel:({dialogClose:e})=>{(0,p.setTheme)(t),(0,Q.syncTheme)(),e()}})}}(e.chartWidgetCollection())}}))}return n};return window.is_authenticated?Q.getThemeNames().then(t):Promise.resolve(t())};var ne=o(928),ie=o(81171);o(32679);var le=o(92693),se=o(84243),ae=o(90995);const{DrawingSyncMode:re}=ne,ce={drawings:"ToggleHideAllDrawingTools",indicators:"ToggleHideAllIndicators",positions:"ToggleHideAllPositions",all:"ToggleHideAll"},he=new K.TranslatedString("stay in drawing mode",a.t(null,void 0,o(4114))),de=new K.TranslatedString("sync drawings",a.t(null,void 0,o(94521))),ue=a.t(null,void 0,o(62518)),ve=a.t(null,void 0,o(23391)),ge=(a.t(null,void 0,o(93027)),a.t(null,void 0,o(3521)),a.t(null,void 0,o(79451))),me=a.t(null,void 0,o(3519)),pe=a.t(null,void 0,o(94593));var we=o(80387),fe=o(62400),be=o(89324);class ye extends W{constructor(e){super({label:a.t(null,void 0,o(37189)),id:"InvertScale",category:"settingsActions",checkable:!0,onExecute:()=>{this._model.invertPriceScale(this._model.mainSeries().priceScale())},shortcutHint:(0,D.humanReadableHash)(D.Modifiers.Alt+73)}),this._model=e;(this._props=this._model.mainSeries().priceScale().properties().childs().isInverted).subscribe(this,(()=>{this._onUpdate.fire(this)}))}destroy(){super.destroy(),this._props.unsubscribeAll(this)}isChecked(){return this._model.mainSeries().priceScale().isInverted()}}class Te extends W{constructor(e){super({label:a.t(null,void 0,o(6919)),checkable:!0,id:"TogglePercantage",category:"settingsActions",onExecute:()=>{this.isChecked()?this._model.setPriceScaleRegularScaleMode(this._model.mainSeries().priceScale()):this._model.togglePriceScalePercentageScaleMode(this._model.mainSeries().priceScale())},shortcutHint:(0,D.humanReadableHash)(D.Modifiers.Alt+80),disabled:e.mainSeries().priceScale().isLockScale()||6===e.mainSeries().properties().childs().style.value(),checked:e.mainSeries().priceScale().isPercentage()}),this._model=e;(this._props=this._model.mainSeries().priceScale().properties().childs().percentage).subscribe(this,(()=>{this._onUpdate.fire(this)}))}destroy(){super.destroy(),
+this._props.unsubscribeAll(this)}isChecked(){return this._model.mainSeries().priceScale().isPercentage()}}class Se extends W{constructor(e){super({label:a.t(null,void 0,o(16170)),id:"ToggleLogScale",category:"settingsActions",checkable:!0,onExecute:()=>{this.isChecked()?this._model.setPriceScaleRegularScaleMode(this._model.mainSeries().priceScale()):this._model.togglePriceScaleLogScaleMode(this._model.mainSeries().priceScale())},shortcutHint:(0,D.humanReadableHash)(D.Modifiers.Alt+76),disabled:e.mainSeries().priceScale().isLockScale()||6===e.mainSeries().properties().childs().style.value(),checked:e.mainSeries().priceScale().isLog()}),this._model=e;(this._props=this._model.mainSeries().priceScale().properties().childs().log).subscribe(this,(()=>{this._onUpdate.fire(this)}))}destroy(){super.destroy(),this._props.unsubscribeAll(this)}isChecked(){return this._model.mainSeries().priceScale().isLog()}}var xe=o(27906);const Le=O.enabled("show_average_close_price_line_and_label"),Ce=new K.TranslatedString("change session",a.t(null,void 0,o(87041))),Me=new K.TranslatedString("change plus button visibility",a.t(null,void 0,o(96379))),Ae=new K.TranslatedString("change countdown to bar close visibility",a.t(null,void 0,o(39383))),_e=new K.TranslatedString("scale price chart only",a.t(null,void 0,o(63796))),ze=new K.TranslatedString("change symbol last value visibility",a.t(null,void 0,o(67453))),Ee=new K.TranslatedString("change high and low price labels visibility",a.t(null,void 0,o(24226))),ke=new K.TranslatedString("change average close price label visibility",a.t(null,void 0,o(76852))),He=new K.TranslatedString("change indicators and financials value labels visibility",a.t(null,void 0,o(71161))),Pe=new K.TranslatedString("change indicators and financials name labels visibility",a.t(null,void 0,o(35111))),Re=new K.TranslatedString("change high and low price lines visibility",a.t(null,void 0,o(80692))),Ie=new K.TranslatedString("change average close price line visibility",a.t(null,void 0,o(1022))),De=new K.TranslatedString("change symbol labels visibility",a.t(null,void 0,o(73357))),Fe=(new K.TranslatedString("change pre/post market price label visibility",a.t(null,void 0,o(30870))),new K.TranslatedString("change symbol previous close value visibility",a.t(null,void 0,o(4729))),new K.TranslatedString("change previous close price line visibility",a.t(null,void 0,o(58419)))),Ve=(new K.TranslatedString("change bid and ask labels visibility",a.t(null,void 0,o(69362))),new K.TranslatedString("change bid and ask lines visibility",a.t(null,void 0,o(52919))),new K.TranslatedString("change pre/post market price lines visibility",a.t(null,void 0,o(91978))),new K.TranslatedString("change price line visibility",a.t(null,void 0,o(8662)))),Ze=new K.TranslatedString("change session breaks visibility",a.t(null,void 0,o(38413))),Oe=(new K.TranslatedString("change ideas visibility on chart",a.t(null,void 0,o(13489))),new K.TranslatedString("show all ideas",a.t(null,void 0,o(13336))),
+new K.TranslatedString("show ideas of followed users",a.t(null,void 0,o(91395))),new K.TranslatedString("show my ideas only",a.t(null,void 0,o(57460))),new K.TranslatedString("change events visibility on chart",a.t(null,void 0,o(6119))),new K.TranslatedString("change earnings visibility",a.t(null,void 0,o(6819))),new K.TranslatedString("change dividends visibility",a.t(null,void 0,o(53929))),new K.TranslatedString("change splits visibility",a.t(null,void 0,o(47474))),{0:a.t(null,void 0,o(19265)),1:a.t(null,void 0,o(64526)),9:a.t(null,void 0,o(44958)),2:a.t(null,void 0,o(92911)),14:a.t(null,void 0,o(35458)),15:a.t(null,void 0,o(40447)),3:a.t(null,void 0,o(9537)),16:a.t(null,void 0,o(39883)),4:a.t(null,void 0,o(80082)),7:a.t(null,void 0,o(11604)),5:a.t(null,void 0,o(47189)),6:a.t(null,void 0,o(22027)),8:a.t(null,void 0,o(62423)),10:a.t(null,void 0,o(19579)),11:a.t(null,void 0,o(49942)),12:a.t(null,void 0,o(70405)),13:a.t(null,void 0,o(56281)),17:a.t(null,void 0,o(21190)),18:a.t(null,void 0,o(94861)),19:a.t(null,void 0,o(13618)),20:a.t(null,void 0,o(67346)),21:a.t(null,void 0,o(67579))});async function Be(e){const t=[],[n,i]=await Promise.all([oe(e),Promise.resolve(null)]),l=(e=>{const t=[],{stayInDrawingMode:o,drawOnAllCharts:n,drawOnAllChartsMode:i}=ne.properties().childs();t.push(new W({label:ue,checkable:!0,checked:o.value(),id:"ToggleStayInDrawingMode",category:"settingsActions",onExecute:()=>{e.model().setProperty(o,!o.value(),he)}})),t.push(new W({label:ve,checkable:!0,id:"ToggleSyncDrawings",category:"settingsActions",checked:n.value(),disabled:!e.isMultipleLayout().value(),onExecute:()=>{e.model().setProperty(n,!n.value(),de)}}));const l=ne.lockDrawings();t.push(new W({label:ge,checkable:!0,id:"ToggleLockDrawings",category:"settingsActions",checked:l.value(),onExecute:()=>{ne.lockDrawings().setValue(!ne.lockDrawings().value())}}));const s=(0,ae.getSavedHideMode)();t.push(...Array.from((0,ae.getHideOptions)()).map((([e,t])=>new W({label:t.tooltip.inactive,checkable:!0,id:ce[e],category:"settingsActions",checked:s===e&&(0,ae.getHideModeStateValue)(e),onExecute:()=>(0,ae.toggleHideMode)(e)}))));const{magnet:a,magnetMode:r}=ne.properties().childs();return t.push(new W({label:me,checkable:!0,id:"WeakMagnet",category:"functionActions",checked:a.value()&&r.value()===le.MagnetMode.WeakMagnet,icon:se.drawingToolsIcons.magnet,onExecute:()=>{a.value()&&r.value()===le.MagnetMode.WeakMagnet?(0,ie.setIsMagnetEnabled)(!1):(0,ie.setMagnetMode)(le.MagnetMode.WeakMagnet)}})),t.push(new W({label:pe,checkable:!0,id:"StrongMagnet",category:"functionActions",checked:a.value()&&r.value()===le.MagnetMode.StrongMagnet,icon:se.drawingToolsIcons.strongMagnet,onExecute:()=>{a.value()&&r.value()===le.MagnetMode.StrongMagnet?(0,ie.setIsMagnetEnabled)(!1):(0,ie.setMagnetMode)(le.MagnetMode.StrongMagnet)}})),t})(e),s=function(e){const t=[];return O.enabled("header_widget")&&O.enabled("header_compare")&&t.push(new W({icon:o(1393),label:(0,Z.appendEllipsis)(a.t(null,void 0,o(57e3))),id:"Compare",category:"functionActions",
+onExecute:()=>e.toggleCompareOrAdd()})),O.enabled("header_widget")&&O.enabled("header_indicators")&&t.push(new W({icon:o(39681),label:(0,Z.appendEllipsis)(a.t(null,void 0,o(87829))),id:"InsertIndicator",category:"functionActions",onExecute:()=>{e.showIndicators([])},shortcutHint:e.options().indicatorsDialogShortcutEnabled?(0,D.humanReadableHash)(47):void 0})),O.enabled("show_object_tree")&&t.push(new W({icon:o(30192),label:a.t(null,void 0,o(27077)),id:"OpenObjectsTreeInRightPanel",category:"functionActions",onExecute:()=>e.showObjectsTreePanelOrDialog()})),O.enabled("header_widget")&&O.enabled("header_settings")&&t.push(new W({label:(0,Z.appendEllipsis)(a.t(null,void 0,o(32514))),icon:o(34369),id:"ChartProperties",category:"functionActions",onExecute:()=>{e.showGeneralChartProperties()}})),O.enabled("header_widget")&&O.enabled("header_symbol_search")&&t.push(new W({icon:o(6347),label:(0,Z.appendEllipsis)(a.t(null,void 0,o(63245))),id:"ChangeSymbol",category:"functionActions",onExecute:()=>{(0,be.showDefaultSearchDialog)({defaultValue:"",trackResultsOptions:void 0,enableOptionsChain:O.enabled("symbol_search_option_chain_selector")})}})),O.enabled("symbol_info")&&t.push(new W({label:(0,Z.appendEllipsis)(a.t(null,void 0,o(75594))),icon:o(37924),id:"SymbolInfo",category:"functionActions",onExecute:()=>{{const t=e.model().model(),o=t.mainSeries().symbolInfo(),n=t.availableUnits(),i={symbolInfo:o,showUnit:t.unitConversionEnabled(),unitDescription:e=>e?n.description(e):"",dateFormatter:t.dateFormatter()};return void(0,we.showSymbolInfoDialog)(i)}}})),e.options().goToDateEnabled&&t.push(new W({label:(0,Z.appendEllipsis)(a.t(null,void 0,o(54280))),icon:o(90752),id:"GoToDate",category:"functionActions",onExecute:()=>{(0,fe.showGoToDateDialog)(e)},shortcutHint:(0,D.humanReadableHash)(D.Modifiers.Alt+71)})),t.filter((e=>null!==e))}(e);t.push(...n,...l,...s),i&&t.push(...i);const r=e.model().mainSeries(),c=r.priceScale(),h=r.properties().childs(),d=e.model().paneForSource?.(r);t.push(new W({id:"ResetPriceScale",category:"functionActions",label:a.t(null,void 0,o(15332)),icon:o(39267),onExecute:()=>{d&&e.model().resetPriceScale(d,c)},shortcutHint:(0,D.humanReadableHash)(D.Modifiers.Alt+82)})),t.push(new ye(e.model())),t.push(new Te(e.model())),t.push(new Se(e.model()));const u=c.isLockScale(),v=6===h.style.value();t.push(new W({label:a.t(null,void 0,o(28051)),checkable:!0,id:"SetRegularSessionId",category:"functionActions",disabled:Boolean("regular"===r.symbolInfo()?.subsession_id),onExecute:()=>{e.model().setProperty(h.sessionId,"regular",Ce)},checked:Boolean("regular"===r.symbolInfo()?.subsession_id)})),t.push(new W({label:a.t(null,void 0,o(93308)),checkable:!0,id:"SetExtendedSessionId",category:"functionActions",disabled:!r.symbolInfo()?.subsessions?.some((e=>!e.private&&"extended"===e.id)),onExecute:()=>{const t="extended"===r.symbolInfo()?.subsession_id?"regular":"extended";e.model().setProperty(h.sessionId,t,Ce)},checked:Boolean("extended"===r.symbolInfo()?.subsession_id)})),t.push(new W({label:a.t(null,void 0,o(14017)),
+checkable:!0,id:"ToggleLockScale",category:"settingsActions",onExecute:()=>{e.model().togglePriceScaleLockScaleMode(e.model().mainSeries().priceScale())},checked:c.isLockScale()})),t.push(new W({label:a.t(null,void 0,o(89999)),checkable:!0,id:"ToggleIndexedTo100",category:"settingsActions",onExecute:()=>{c.isIndexedTo100()?e.model().setPriceScaleRegularScaleMode(e.model().mainSeries().priceScale()):e.model().togglePriceScaleIndexedTo100ScaleMode(e.model().mainSeries().priceScale())},disabled:u||v,checked:c.isIndexedTo100()})),t.push(new W({id:"AutoFitsToScreen",category:"settingsActions",label:a.t(null,void 0,o(24157)),checkable:!0,onExecute:()=>{e.model().togglePriceScaleAutoScaleMode(c)},checked:c.isAutoScale(),disabled:c.properties().childs().autoScaleDisabled.value()})),t.push(new W({label:a.t(null,{context:"scale_menu"},o(55300)),checkable:!0,id:"ToggleRegularScale",category:"settingsActions",onExecute:()=>{e.model().setPriceScaleRegularScaleMode(c)},disabled:u||v||c.isRegular(),checked:c.isRegular()}));const g=e.model().model().priceScaleSlotsCount(),m=0===g.left;t.push(new W({label:m?a.t(null,void 0,o(26493)):a.t(null,void 0,o(40789)),id:"MoveScaleToSide",category:"functionActions",disabled:g.left+g.right!==1,onExecute:()=>{e.model().mergeAllScales(m?"left":"right")}})),t.push(new W({label:a.t(null,void 0,o(7276)),id:"MergeAllScalesToLeft",category:"functionActions",disabled:g.left+g.right===1,onExecute:()=>{e.model().mergeAllScales("left")}})),t.push(new W({label:a.t(null,void 0,o(80219)),id:"MergeAllScalesToRight",category:"functionActions",disabled:g.left+g.right===1,onExecute:()=>{e.model().mergeAllScales("right")}})),t.push(new W({label:a.t(null,void 0,o(71566)),checkable:!0,checked:G.addPlusButtonProperty.value(),id:"ToggleAddOrderPlusButton",category:"settingsActions",onExecute:()=>{e.model().setProperty(G.addPlusButtonProperty,!G.addPlusButtonProperty.value(),Me)}}));const p=e.properties().childs().scalesProperties.childs(),w=h.showCountdown;t.push(new W({label:a.t(null,void 0,o(83140)),checkable:!0,id:"ToggleCountdown",category:"settingsActions",checked:w.value(),onExecute:()=>{e.model().setProperty(w,!w.value(),Ae)}}));const f=p.scaleSeriesOnly;t.push(new W({label:a.t(null,void 0,o(43758)),checkable:!0,id:"ScalePriceChartOnly",category:"settingsActions",checked:f.value(),onExecute:()=>{e.model().setProperty(f,!f.value(),_e)}}));const b=p.showSeriesLastValue;t.push(new W({label:a.t(null,void 0,o(10127)),checkable:!0,id:"ToggleSymbolLastValue",category:"settingsActions",checked:b.value(),onExecute:()=>{e.model().setProperty(b,!b.value(),ze)}}));const y=h.highLowAvgPrice.childs();t.push(new W({label:a.t(null,void 0,o(99479)),checkable:!0,id:"ToggleHighLowPriceLabels",category:"settingsActions",checked:y.highLowPriceLabelsVisible.value(),onExecute:()=>{e.model().setProperty(y.highLowPriceLabelsVisible,!y.highLowPriceLabelsVisible.value(),Ee)}})),Le&&t.push(new W({label:a.t(null,void 0,o(21841)),checkable:!0,id:"ToggleAverageClosePriceLabel",category:"settingsActions",
+checked:y.averageClosePriceLabelVisible.value(),onExecute:()=>{const t=!y.averageClosePriceLabelVisible.value();e.model().setProperty(y.averageClosePriceLabelVisible,t,ke)}}));const T=p.showSymbolLabels;t.push(new W({label:a.t(null,void 0,o(32390)),checkable:!0,id:"ToggleSymbolLabels",category:"settingsActions",checked:T.value(),onExecute:()=>{e.model().setProperty(T,!T.value(),De)}}));const S=(0,q.combineProperty)(((e,t)=>e||t),p.showStudyLastValue.weakReference(),p.showFundamentalLastValue.weakReference());t.push(new W({label:a.t(null,void 0,o(46850)),checkable:!0,id:"ToggleStudyLastValue",category:"settingsActions",checked:S.value(),onExecute:()=>{const t=!S.value();e.model().beginUndoMacro(He),e.model().setProperty(p.showStudyLastValue,t,null),e.model().setProperty(p.showFundamentalLastValue,t,null),e.model().endUndoMacro()},onDestroy:()=>{S.destroy()}}));const x=(0,q.combineProperty)(((e,t)=>e||t),p.showStudyPlotLabels.weakReference(),p.showFundamentalNameLabel.weakReference());t.push(new W({label:a.t(null,void 0,o(54418)),checkable:!0,id:"ToggleIndicatorsLabels",category:"settingsActions",checked:x.value(),onExecute:()=>{e.model().beginUndoMacro(Pe);const t=!x.value();e.model().setProperty(p.showStudyPlotLabels,t,null),e.model().setProperty(p.showFundamentalNameLabel,t,null),e.model().endUndoMacro()},onDestroy:()=>{x.destroy()}})),t.push(new W({label:a.t(null,void 0,o(33766)),checkable:!0,id:"ToggleHighLowPriceLines",category:"settingsActions",checked:y.highLowPriceLinesVisible.value(),onExecute:()=>{e.model().setProperty(y.highLowPriceLinesVisible,!y.highLowPriceLinesVisible.value(),Re)}})),Le&&t.push(new W({label:a.t(null,void 0,o(16138)),checkable:!0,id:"ToggleAverageClosePriceLine",category:"settingsActions",checked:y.averageClosePriceLineVisible.value(),onExecute:()=>{const t=!y.averageClosePriceLineVisible.value();e.model().setProperty(y.averageClosePriceLineVisible,t,Ie)}}));const L=h.showPriceLine;t.push(new W({label:a.t(null,void 0,o(72926)),checkable:!0,id:"TogglePriceLine",category:"settingsActions",checked:L.value(),onExecute:()=>{e.model().setProperty(L,!L.value(),Ve)}}));const C=h.showPrevClosePriceLine;t.push(new W({label:a.t(null,void 0,o(79366)),checkable:!0,id:"ToggleSymbolPrevCloseLine",disabled:e.model().mainSeries().isDWM(),category:"settingsActions",checked:C.value(),onExecute:()=>{e.model().setProperty(C,!C.value(),Fe)}})),t.push(new W({label:a.t(null,void 0,o(54170)),icon:o(39267),id:"ResetTimeScale",category:"functionActions",onExecute:()=>{e.model().resetTimeScale()},shortcutHint:(0,D.humanReadableHash)(D.Modifiers.Mod+D.Modifiers.Alt+81)}));const M=e.model().model().sessions().properties().childs().sessionHighlight.childs().vertlines.childs().sessBreaks.childs().visible,A=(0,q.createWVFromProperty)(e.model().mainSeries().isDWMProperty()),_=new W({label:a.t(null,void 0,o(66707)),checkable:!0,id:"ToggleSessionBreaks",category:"settingsActions",disabled:A.value(),checked:M.value(),onExecute:()=>{e.model().setProperty(M,!M.value(),Ze)},onDestroy:()=>A.destroy()})
+;if(A.subscribe((()=>_.update({disabled:A.value()}))),t.push(_),t.push(new W({label:a.t(null,void 0,o(31789)),icon:o(39267),id:"ResetChart",category:"functionActions",onExecute:()=>e.GUIResetScales(),shortcutHint:(0,D.humanReadableHash)(D.Modifiers.Alt+82)})),t.push(new W({icon:o(93544),label:a.t(null,void 0,o(99984)),id:"RemoveAllIndicators",category:"functionActions",onExecute:()=>e.removeAllStudies()})),t.push(new W({icon:o(93544),label:a.t(null,void 0,o(96374)),id:"RemoveAllDrawingTools",category:"functionActions",onExecute:()=>e.removeAllDrawingTools()})),t.push(new W({icon:o(93544),label:a.t(null,void 0,o(4474)),id:"RemoveAllIndicatorsAndDrawingTools",category:"functionActions",onExecute:()=>e.removeAllStudiesDrawingTools()})),t.push(new W({label:a.t(null,void 0,o(22437)),id:"ApplyIndicatorsToAllCharts",category:"functionActions",disabled:!e.applyIndicatorsToAllChartsAvailable(),onExecute:()=>{e.chartWidgetCollection().applyIndicatorsToAllCharts(e)}})),O.enabled("header_widget")&&O.enabled("header_undo_redo")&&(t.push(new W({id:"Undo",category:"functionActions",icon:o(77665),label:a.t(null,void 0,o(14804)),onExecute:()=>{e.model().undoHistory().undo()},disabled:e.model().undoHistory().undoStack().isEmpty(),shortcutHint:(0,D.humanReadableHash)(D.Modifiers.Mod+90)})),t.push(new W({id:"Redo",category:"functionActions",icon:o(96052),label:a.t(null,void 0,o(48236)),onExecute:()=>{e.model().undoHistory().redo()},disabled:e.model().undoHistory().redoStack().isEmpty(),shortcutHint:(0,D.humanReadableHash)(D.Modifiers.Mod+89)}))),t.push(new W({label:a.t(null,void 0,o(12754)),id:"MoveChartRight",category:"functionActions",disabled:!e.chartWidgetCollection().activeChartCanBeMoved().value(),onExecute:()=>{e.chartWidgetCollection().moveActiveChartWithUndo(!1)}})),t.push(new W({label:a.t(null,void 0,o(35112)),id:"MoveChartLeft",category:"functionActions",disabled:!e.chartWidgetCollection().activeChartCanBeMoved().value(),onExecute:()=>{e.chartWidgetCollection().moveActiveChartWithUndo(!0)}})),O.enabled("header_widget")&&O.enabled("header_chart_type")){const o=(0,j.allChartStyles)();for(const n of o)t.push(new W({id:`ChartStyle_${n}`,category:"functionActions",disabled:!F.linking.supportedChartStyles.value()?.includes(n),onExecute:()=>{e.chartWidgetCollection().setChartStyleToWidget(n)},icon:$.SERIES_ICONS[n],label:Oe[n]}))}return O.enabled("header_widget")&&(0,xe.shouldShowFullscreen)()&&t.push(new W({label:a.t(null,void 0,o(67092)),id:"Fullscreen mode",icon:o(49697),category:"functionActions",checkable:!0,checked:e.chartWidgetCollection().fullscreen().value(),disabled:!e.chartWidgetCollection().fullscreenable().value(),onExecute:()=>{const t=e.chartWidgetCollection();t.fullscreen().value()?t.exitFullscreen():t.startFullscreen()},shortcutHint:(0,D.humanReadableHash)(D.Modifiers.Shift+70)})),t}o(50151);var We=o(26744),Ne=o(2627),Ke=o(59511);function Ue(){return Ke.lineToolsFlat.map((e=>function(e){const t=Ne.lineToolsInfo[e],n=t.selectHotkey?.hash,i={id:e,category:"drawingsActions",label:t.localizedName,icon:t.icon,
+shortcutHint:n?(0,D.humanReadableHash)(n):void 0,payload:e,onExecute:()=>ne.tool.setValue(e),favourite:We.LinetoolsFavoritesStore.isFavorite(e),onFavouriteClick:t=>{t.preventDefault(),We.LinetoolsFavoritesStore.isFavorite(e)?We.LinetoolsFavoritesStore.removeFavorite(e):We.LinetoolsFavoritesStore.addFavorite(e)}};return e.toLowerCase().includes("fib")&&(i.aliases=[a.t(null,void 0,o(26578))]),new W(i)}(e.name)))}var Ge=o(37404);o(3343);function qe(e,t){const o=e.getState().category,n=t.getState().category;return o===n?0:"drawingsActions"===n?1:"drawingsActions"===o||"functionActions"===o?-1:1}var je=o(16216),$e=o(87896);class Qe extends l.DialogRenderer{constructor(e){super(),this._actions=[],this.show=e=>{this.visible().value()||async function(e,t){const n=[],[i,l,s,r,c]=await Promise.all([Be(e),Promise.resolve(null),Promise.resolve(null),Promise.resolve(null),Promise.resolve(null)]);n.push(...i);const h=e.chartWidgetCollection();if(O.enabled("header_widget")&&O.enabled("header_resolutions")){const t={label:(0,Z.appendEllipsis)(a.t(null,void 0,o(2569))),id:"ChangeInterval",category:"functionActions",onExecute:()=>{(0,V.showChangeIntervalDialogAsync)({initVal:F.linking.interval.value(),selectOnInit:!0})}};!O.enabled("show_interval_dialog_on_key_press")||e.readOnly()||e.options().hideSymbolSearch||(t.shortcutHint=(0,D.humanReadableHash)(188)),n.push(new W(t))}if(t&&O.enabled("header_widget")&&O.enabled("header_saveload")){n.push(new W({id:"LoadChartLayout",category:"functionActions",label:(0,Z.appendEllipsis)(a.t(null,void 0,o(7386))),onExecute:()=>{t.showLoadDialog()},shortcutHint:a.t(null,{context:"hotkey"},o(23821))}));const i=e.getSaveChartService();i&&(n.push(new W({id:"RenameChartLayout",category:"functionActions",label:(0,Z.appendEllipsis)(a.t(null,void 0,o(38206))),onExecute:()=>{i.renameChart()}})),n.push(new W({id:"SaveChartLayout",category:"functionActions",icon:o(53707),label:(0,Z.appendEllipsis)(a.t(null,void 0,o(41569))),disabled:!i.hasChanges(),onExecute:()=>{i.saveChartOrShowTitleDialog()},shortcutHint:(0,D.humanReadableHash)(D.Modifiers.Mod+83)})))}return n.push(new W({id:"TakeSnapshot",category:"functionActions",icon:o(72644),label:a.t(null,void 0,o(8270)),onExecute:()=>h.takeServerScreenshot(),shortcutHint:(0,D.humanReadableHash)(D.Modifiers.Alt+83)})),n}(this._activeChartWidget,this._loadChartService).then((t=>{this._actions=t.concat((()=>{const e=new W({id:"ManageLayoutDrawings",category:"functionActions",icon:o(81111),label:(0,Z.appendEllipsis)(a.t(null,void 0,o(81031))),onExecute:()=>(0,Ge.showManageDrawingsDialog)()}),t=O.enabled("left_toolbar")?[...Ue(),e]:[];return t})()).sort(qe),this._rootInstance=(0,$e.createReactRoot)(n.createElement(R,{shouldReturnFocus:e?.shouldReturnFocus,dialogId:"globalSearch",items:this._actions,onClose:this.hide}),this._container),this._setVisibility(!0)}))},this.hide=()=>{this._rootInstance?.unmount(),this._setVisibility(!1);for(const e of this._actions)e.destroy()};const t=(0,je.service)(i.CHART_WIDGET_COLLECTION_SERVICE)
+;this._activeChartWidget=t.activeChartWidget.value(),this._loadChartService=e}}},10087:(e,t,o)=>{"use strict";o.d(t,{getElementId:()=>d,useSearchDialogKeyboardNavigation:()=>h});var n=o(50959),i=o(50335),l=o(3343),s=o(76460),a=o(19291),r=o(9859),c=o(49483);function h(e){const{contentContainerRef:t,searchInputRef:o,dialogRef:i,getNextFocusedItemIndex:h,isNavigationDisabled:u,onEscapeClick:v,scrollToFocusedItem:g,getElementIdByIndex:m=d}=e,[p,w]=(0,n.useState)(null),[f,b]=(0,n.useState)(null),y=(0,n.useRef)({itemIndex:null,actionIndex:null}),[T,S]=(0,n.useState)(!1);function x(){S(!1),b(null),w(null)}return(0,n.useLayoutEffect)((()=>{if(null===p||!T)return;const e=m(p,f),o=t.current?.querySelector(`#${e}`);return o?.dispatchEvent(new CustomEvent("active-descendant-focus")),()=>{o?.dispatchEvent(new CustomEvent("active-descendant-blur"))}}),[p,T,f]),{handleKeyDown:function(e){const n=(0,l.hashFromEvent)(e);if(27===n&&v)return void v(e);const i=t.current;if(!i||e.target!==o.current)return;if(32===n||13===n){if(null===p)return;e.preventDefault();const t=i.querySelector(`#${m(p,f)}`);if(!(t instanceof HTMLElement))return;return void t.click()}const s=(0,a.mapKeyCodeToDirection)(n);if(!s||u)return;const c=null!==p?i.querySelector(`#${m(p)}`):null;switch(s){case"blockNext":case"blockPrev":{e.preventDefault();const t=h(p,"blockNext"===s?1:-1);if(null===t)return;w(t),S(!0),y.current.itemIndex=t;const o=i.querySelector(`#${m(t)}`);if(g(o,t),null!==f&&o instanceof HTMLElement){const e=Array.from(o.querySelectorAll('[data-role="list-item-action"]'));if(!e.length)return b(null),void(y.current.actionIndex=null);const t=(0,r.clamp)(f,0,e.length-1);b(t),y.current.actionIndex=t}return}case"inlineNext":{if(!c)return;e.preventDefault();const t=Array.from(c.querySelectorAll('[data-role="list-item-action"]'));if(!t||!t.length)return;return null===f?(b(0),void(y.current.actionIndex=0)):f===t.length-1?(b(null),void(y.current.actionIndex=null)):(b(f+1),void(y.current.actionIndex=f+1))}case"inlinePrev":{if(!c)return;e.preventDefault();const t=Array.from(c.querySelectorAll('[data-role="list-item-action"]'));if(!t||!t.length)return;return null===f?(b(t.length-1),void(y.current.actionIndex=t.length-1)):0===f?(b(null),void(y.current.actionIndex=null)):(b(f-1),void(y.current.actionIndex=f-1))}}},handleForceFocus:function(){(0,a.updateTabIndexes)()},handleSearchRefBlur:function(e){x(),w(p),c.CheckMobile.any()||e.relatedTarget!==i.current?.getElement()||e.target.focus()},resetFocusState:x,restoreFocusState:function(){b(y.current.actionIndex),w(y.current.itemIndex),S(!0)},focusVisible:T,focusedItemIndex:p,focusedActionIndex:f,setFocusedItemIndex:w,setFocusedActionIndex:b,onDialogClick:function(e){(0,s.isKeyboardClick)(e)||(S(!1),b(null))}}}function d(e,t){return(0,i.isNumber)(t)&&-1!==t?`list-item-${e}-action-${t}`:`list-item-${e}`}},37404:(e,t,o)=>{"use strict";o.d(t,{showManageDrawingsDialog:()=>i});let n=null;function i(e){return Promise.all([o.e(4166),o.e(8692),o.e(3693),o.e(7159),o.e(1702)]).then(o.bind(o,41662)).then((t=>{const o=new(0,
+t.ManageDrawingsDialogRenderer)(e);return null!==n&&n.hide(),o.show(),n=o,o}))}},51826:(e,t,o)=>{"use strict";o.d(t,{DialogsOpenerManager:()=>n,dialogsOpenerManager:()=>i});class n{constructor(){this._storage=new Map}setAsOpened(e,t){this._storage.set(e,t)}setAsClosed(e){this._storage.delete(e)}isOpened(e){return this._storage.has(e)}getDialogPayload(e){return this._storage.get(e)}}const i=new n},90692:(e,t,o)=>{"use strict";o.d(t,{MatchMedia:()=>i});var n=o(50959);class i extends n.PureComponent{constructor(e){super(e),this._handleChange=()=>{this.forceUpdate()},this.state={query:window.matchMedia(this.props.rule)}}componentDidMount(){this._subscribe(this.state.query)}componentDidUpdate(e,t){this.state.query!==t.query&&(this._unsubscribe(t.query),this._subscribe(this.state.query))}componentWillUnmount(){this._unsubscribe(this.state.query)}render(){return this.props.children(this.state.query.matches)}static getDerivedStateFromProps(e,t){return e.rule!==t.query.media?{query:window.matchMedia(e.rule)}:null}_subscribe(e){e.addEventListener("change",this._handleChange)}_unsubscribe(e){e.removeEventListener("change",this._handleChange)}}},64706:(e,t,o)=>{"use strict";o.d(t,{MenuContext:()=>n});const n=o(50959).createContext(null)},27317:(e,t,o)=>{"use strict";o.d(t,{DEFAULT_MENU_THEME:()=>p,Menu:()=>f});var n=o(50959),i=o(97754),l=o.n(i),s=o(50151),a=o(9859),r=o(14729),c=o(50655),h=o(59064),d=o(67961),u=o(26709),v=o(83021),g=o(64706),m=o(67797);const p=m;var w;!function(e){e[e.IndentFromWindow=0]="IndentFromWindow"}(w||(w={}));class f extends n.PureComponent{constructor(e){super(e),this._containerRef=null,this._scrollWrapRef=null,this._raf=null,this._scrollRaf=null,this._scrollTimeout=void 0,this._manager=new d.OverlapManager,this._hotkeys=null,this._scroll=0,this._handleContainerRef=e=>{this._containerRef=e,this.props.reference&&("function"==typeof this.props.reference&&this.props.reference(e),"object"==typeof this.props.reference&&(this.props.reference.current=e))},this._handleScrollWrapRef=e=>{this._scrollWrapRef=e,"function"==typeof this.props.scrollWrapReference&&this.props.scrollWrapReference(e),"object"==typeof this.props.scrollWrapReference&&(this.props.scrollWrapReference.current=e)},this._handleCustomRemeasureDelegate=()=>{this._resizeForced(),this._handleMeasure()},this._handleMeasure=({callback:e,forceRecalcPosition:t}={})=>{if(this.state.isMeasureValid&&!t)return;const{position:o}=this.props,n=(0,s.ensureNotNull)(this._containerRef);let i=n.getBoundingClientRect();const l=document.documentElement.clientHeight,r=document.documentElement.clientWidth,c=this.props.closeOnScrollOutsideOffset??0;let h=l-0-c;const d=i.height>h;if(d){(0,s.ensureNotNull)(this._scrollWrapRef).style.overflowY="scroll",i=n.getBoundingClientRect()}const{width:u,height:v}=i,g="function"==typeof o?o({contentWidth:u,contentHeight:v,availableWidth:r,availableHeight:l}):o,m=g?.indentFromWindow?.left??0,p=r-(g.overrideWidth??u)-(g?.indentFromWindow?.right??0),w=(0,
+a.clamp)(g.x,m,Math.max(m,p)),f=(g?.indentFromWindow?.top??0)+c,b=l-(g.overrideHeight??v)-(g?.indentFromWindow?.bottom??0);let y=(0,a.clamp)(g.y,f,Math.max(f,b));if(g.forbidCorrectYCoord&&y{this.props.doNotRestorePosition||this._restoreScrollPosition(),e&&e()}))},this._restoreScrollPosition=()=>{const e=document.activeElement,t=(0,s.ensureNotNull)(this._containerRef);if(null!==e&&t.contains(e))try{e.scrollIntoView()}catch(e){}else(0,s.ensureNotNull)(this._scrollWrapRef).scrollTop=this._scroll},this._resizeForced=()=>{this.setState({appearingMenuHeight:void 0,appearingMenuWidth:void 0,appearingPosition:void 0,isMeasureValid:void 0})},this._resize=()=>{null===this._raf&&(this._raf=requestAnimationFrame((()=>{this.setState({appearingMenuHeight:void 0,appearingMenuWidth:void 0,appearingPosition:void 0,isMeasureValid:void 0}),this._raf=null})))},this._handleGlobalClose=e=>{this.props.onClose(e)},this._handleSlot=e=>{this._manager.setContainer(e)},this._handleScroll=()=>{this._scroll=(0,s.ensureNotNull)(this._scrollWrapRef).scrollTop},this._handleScrollOutsideEnd=()=>{clearTimeout(this._scrollTimeout),this._scrollTimeout=setTimeout((()=>{this._handleMeasure({forceRecalcPosition:!0})}),80)},this._handleScrollOutside=e=>{e.target!==this._scrollWrapRef&&(this._handleScrollOutsideEnd(),null===this._scrollRaf&&(this._scrollRaf=requestAnimationFrame((()=>{this._handleMeasure({forceRecalcPosition:!0}),this._scrollRaf=null}))))},this.state={}}componentDidMount(){this._handleMeasure({callback:this.props.onOpen});const{customCloseDelegate:e=h.globalCloseDelegate,customRemeasureDelegate:t}=this.props;e.subscribe(this,this._handleGlobalClose),t?.subscribe(null,this._handleCustomRemeasureDelegate),window.addEventListener("resize",this._resize);const o=null!==this.context;this._hotkeys||o||(this._hotkeys=u.createGroup({desc:"Popup menu"}),this._hotkeys.add({desc:"Close",hotkey:27,handler:()=>{this.props.onKeyboardClose&&this.props.onKeyboardClose(),this._handleGlobalClose()}})),this.props.repositionOnScroll&&window.addEventListener("scroll",this._handleScrollOutside,{capture:!0})}componentDidUpdate(){this._handleMeasure()}componentWillUnmount(){const{customCloseDelegate:e=h.globalCloseDelegate,customRemeasureDelegate:t}=this.props;e.unsubscribe(this,this._handleGlobalClose),t?.unsubscribe(null,this._handleCustomRemeasureDelegate),window.removeEventListener("resize",this._resize),window.removeEventListener("scroll",this._handleScrollOutside,{capture:!0}),this._hotkeys&&(this._hotkeys.destroy(),this._hotkeys=null),null!==this._raf&&(cancelAnimationFrame(this._raf),this._raf=null),null!==this._scrollRaf&&(cancelAnimationFrame(this._scrollRaf),
+this._scrollRaf=null),this._scrollTimeout&&clearTimeout(this._scrollTimeout)}render(){const{id:e,role:t,"aria-label":o,"aria-labelledby":i,"aria-activedescendant":s,"aria-hidden":a,"aria-describedby":h,"aria-invalid":d,children:u,minWidth:p,theme:w=m,className:f,maxHeight:y,onMouseOver:T,onMouseOut:S,onKeyDown:x,onFocus:L,onBlur:C}=this.props,{appearingMenuHeight:M,appearingMenuWidth:A,appearingPosition:_,isMeasureValid:z}=this.state,E={"--ui-kit-menu-max-width":`${_&&_.x}px`,maxWidth:"calc(100vw - var(--ui-kit-menu-max-width) - 6px)"};return n.createElement(g.MenuContext.Provider,{value:this},n.createElement(v.SubmenuHandler,null,n.createElement(c.SlotContext.Provider,{value:this._manager},n.createElement("div",{id:e,role:t,"aria-label":o,"aria-labelledby":i,"aria-activedescendant":s,"aria-hidden":a,"aria-describedby":h,"aria-invalid":d,className:l()(f,w.menuWrap,!z&&w.isMeasuring),style:{height:M,left:_&&_.x,minWidth:p,position:"fixed",top:_&&_.y,width:A,...this.props.limitMaxWidth&&E},"data-name":this.props["data-name"],"data-tooltip-show-on-focus":this.props["data-tooltip-show-on-focus"],ref:this._handleContainerRef,onScrollCapture:this.props.onScroll,onContextMenu:r.preventDefaultForContextMenu,tabIndex:this.props.tabIndex,onMouseOver:T,onMouseOut:S,onKeyDown:x,onFocus:L,onBlur:C},n.createElement("div",{className:l()(w.scrollWrap,!this.props.noMomentumBasedScroll&&w.momentumBased),style:{overflowY:void 0!==M?"scroll":"auto",maxHeight:y},onScrollCapture:this._handleScroll,ref:this._handleScrollWrapRef},n.createElement(b,{className:w.menuBox},u)))),n.createElement(c.Slot,{reference:this._handleSlot})))}update(e){e?this._resizeForced():this._resize()}focus(e){this._containerRef?.focus(e)}blur(){this._containerRef?.blur()}}function b(e){const t=(0,s.ensureNotNull)((0,n.useContext)(v.SubmenuContext)),o=n.useRef(null);return n.createElement("div",{ref:o,className:e.className,onMouseOver:function(e){if(!(null!==t.current&&e.target instanceof Node&&(n=e.target,o.current?.contains(n))))return;var n;t.isSubmenuNode(e.target)||t.setCurrent(null)},"data-name":"menu-inner"},e.children)}f.contextType=v.SubmenuContext},29197:(e,t,o)=>{"use strict";o.d(t,{CloseDelegateContext:()=>l});var n=o(50959),i=o(59064);const l=n.createContext(i.globalCloseDelegate)},42842:(e,t,o)=>{"use strict";o.d(t,{Portal:()=>c,PortalContext:()=>h});var n=o(50959),i=o(32227),l=o(55698),s=o(67961),a=o(34811),r=o(99663);class c extends n.PureComponent{constructor(){super(...arguments),this._uuid=(0,l.nanoid)()}componentWillUnmount(){this._manager().removeWindow(this._uuid)}render(){const e=this._manager().ensureWindow(this._uuid,this.props.layerOptions);e.style.top=this.props.top||"",e.style.bottom=this.props.bottom||"",e.style.left=this.props.left||"",e.style.right=this.props.right||"",e.style.pointerEvents=this.props.pointerEvents||"";const t=this.props.className;return t&&("string"==typeof t?e.classList.add(t):e.classList.add(...t)),
+this.props.shouldTrapFocus&&!e.hasAttribute(a.FOCUS_TRAP_DATA_ATTRIBUTE)&&e.setAttribute(a.FOCUS_TRAP_DATA_ATTRIBUTE,"true"),this.props["aria-hidden"]&&e.setAttribute("aria-hidden","true"),i.createPortal(n.createElement(h.Provider,{value:this},this.props.children),e)}moveToTop(){this._manager().moveToTop(this._uuid)}_manager(){return null===this.context?(0,s.getRootOverlapManager)():this.context}}c.contextType=r.SlotContext;const h=n.createContext(null)},50655:(e,t,o)=>{"use strict";o.d(t,{Slot:()=>n.Slot,SlotContext:()=>n.SlotContext});var n=o(99663)},40173:(e,t,o)=>{"use strict";function n(e,t,o={}){return Object.assign({},e,function(e,t,o={}){const n=Object.assign({},t);for(const i of Object.keys(t)){const l=o[i]||i;l in e&&(n[i]=[e[l],t[i]].join(" "))}return n}(e,t,o))}o.d(t,{mergeThemes:()=>n})},84243:(e,t,o)=>{"use strict";o.d(t,{drawingToolsIcons:()=>n});const n={SyncDrawing:o(99088),arrow:o(63743),cursor:o(18953),dot:o(72196),demonstration:o(54780),performance:"",drawginmode:o(52459),drawginmodeActive:o(63975),eraser:o(27999),group:o(34059),hideAllDrawings:o(45820),hideAllDrawingsActive:o(84959),hideAllIndicators:o(42321),hideAllIndicatorsActive:o(75895),hideAllDrawingTools:o(93756),hideAllDrawingToolsActive:o(42650),hideAllPositionsTools:o(57313),hideAllPositionsToolsActive:o(65162),lockAllDrawings:o(91244),lockAllDrawingsActive:o(65186),magnet:o(68385),heart:o(10862),smile:o(7636),sticker:o(62567),strongMagnet:o(46049),measure:o(88518),removeAllDrawingTools:o(93544),showObjectsTree:o(36515),zoom:o(6894),"zoom-out":o(45360)}},59511:(e,t,o)=>{"use strict";o.d(t,{isLineToolsGroupWithSections:()=>r,lineTools:()=>a,lineToolsFlat:()=>c});var n=o(11542),i=(o(49483),o(56570)),l=o(37265);const s=i.enabled("image_drawingtool"),a=[{id:"linetool-group-cursors",title:n.t(null,void 0,o(81578)),sections:[{items:[{name:"cursor"},{name:"dot"},{name:"arrow"},{name:"demonstration"},null].filter(l.isExistent)},{items:[{name:"eraser"}]}],trackLabel:null},{id:"linetool-group-trend-line",title:n.t(null,void 0,o(48773)),sections:[{title:n.t(null,void 0,o(56982)),items:[{name:"LineToolTrendLine"},{name:"LineToolRay"},{name:"LineToolInfoLine"},{name:"LineToolExtended"},{name:"LineToolTrendAngle"},{name:"LineToolHorzLine"},{name:"LineToolHorzRay"},{name:"LineToolVertLine"},{name:"LineToolCrossLine"}]},{title:n.t(null,void 0,o(59934)),items:[{name:"LineToolParallelChannel"},{name:"LineToolRegressionTrend"},{name:"LineToolFlatBottom"},{name:"LineToolDisjointAngle"}]},{title:n.t(null,void 0,o(36167)),items:[{name:"LineToolPitchfork"},{name:"LineToolSchiffPitchfork2"},{name:"LineToolSchiffPitchfork"},{name:"LineToolInsidePitchfork"}]}],trackLabel:null},{id:"linetool-group-gann-and-fibonacci",title:n.t(null,void 0,o(2654)),sections:[{title:n.t(null,void 0,o(26578)),items:[{name:"LineToolFibRetracement"},{name:"LineToolTrendBasedFibExtension"},{name:"LineToolFibChannel"},{name:"LineToolFibTimeZone"},{name:"LineToolFibSpeedResistanceFan"},{name:"LineToolTrendBasedFibTime"},{name:"LineToolFibCircles"},{name:"LineToolFibSpiral"},{
+name:"LineToolFibSpeedResistanceArcs"},{name:"LineToolFibWedge"},{name:"LineToolPitchfan"}]},{title:n.t(null,void 0,o(51494)),items:[{name:"LineToolGannSquare"},{name:"LineToolGannFixed"},{name:"LineToolGannComplex"},{name:"LineToolGannFan"}]}],trackLabel:null},{id:"linetool-group-patterns",title:n.t(null,void 0,o(46417)),sections:[{title:n.t(null,void 0,o(46417)),items:[{name:"LineTool5PointsPattern"},{name:"LineToolCypherPattern"},{name:"LineToolHeadAndShoulders"},{name:"LineToolABCD"},{name:"LineToolTrianglePattern"},{name:"LineToolThreeDrivers"}]},{title:n.t(null,void 0,o(44255)),items:[{name:"LineToolElliottImpulse"},{name:"LineToolElliottCorrection"},{name:"LineToolElliottTriangle"},{name:"LineToolElliottDoubleCombo"},{name:"LineToolElliottTripleCombo"}]},{title:n.t(null,void 0,o(77915)),items:[{name:"LineToolCircleLines"},{name:"LineToolTimeCycles"},{name:"LineToolSineLine"}]}],trackLabel:null},{id:"linetool-group-prediction-and-measurement",title:n.t(null,void 0,o(1410)),sections:[{title:n.t(null,void 0,o(75747)),items:[{name:"LineToolRiskRewardLong"},{name:"LineToolRiskRewardShort"},{name:"LineToolPrediction"},{name:"LineToolBarsPattern"},{name:"LineToolGhostFeed"},{name:"LineToolProjection"}].filter(l.isExistent)},{title:n.t(null,void 0,o(69260)),items:[{name:"LineToolAnchoredVWAP"},{name:"LineToolFixedRangeVolumeProfile"},null].filter(l.isExistent)},{title:n.t(null,void 0,o(97050)),items:[{name:"LineToolPriceRange"},{name:"LineToolDateRange"},{name:"LineToolDateAndPriceRange"}]}],trackLabel:null},{id:"linetool-group-geometric-shapes",title:n.t(null,void 0,o(22145)),sections:[{title:n.t(null,void 0,o(65695)),items:[{name:"LineToolBrush"},{name:"LineToolHighlighter"}]},{title:n.t(null,void 0,o(19147)),items:[{name:"LineToolArrowMarker"},{name:"LineToolArrow"},{name:"LineToolArrowMarkUp"},{name:"LineToolArrowMarkDown"},{name:"LineToolArrowMarkLeft"},{name:"LineToolArrowMarkRight"}].filter(l.isExistent)},{title:n.t(null,void 0,o(65781)),items:[{name:"LineToolRectangle"},{name:"LineToolRotatedRectangle"},{name:"LineToolPath"},{name:"LineToolCircle"},{name:"LineToolEllipse"},{name:"LineToolPolyline"},{name:"LineToolTriangle"},{name:"LineToolArc"},{name:"LineToolBezierQuadro"},{name:"LineToolBezierCubic"}]}],trackLabel:null},{id:"linetool-group-annotation",title:n.t(null,void 0,o(32064)),sections:[{title:n.t(null,void 0,o(65831)),items:[{name:"LineToolText"},{name:"LineToolTextAbsolute"},{name:"LineToolTextNote"},{name:"LineToolPriceNote"},{name:"LineToolNote"},{name:"LineToolTable"},{name:"LineToolCallout"},{name:"LineToolComment"},{name:"LineToolPriceLabel"},{name:"LineToolSignpost"},{name:"LineToolFlagMark"}].filter(l.isExistent)},{title:n.t(null,void 0,o(93111)),items:[s?{name:"LineToolImage"}:null,null,null].filter(l.isExistent)}],trackLabel:null}];function r(e){return"sections"in e}const c=a.map((function(e){return r(e)?e.sections.map((e=>e.items)).flat():e.items})).flat()},27906:(e,t,o)=>{"use strict";o.d(t,{shouldShowFullscreen:()=>i});var n=o(56570);function i(){
+return n.enabled("header_fullscreen_button")}},2627:(e,t,o)=>{"use strict";o.d(t,{lineToolsInfo:()=>b});var n=o(50151),i=o(11542),l=o(61814),s=(o(21251),o(98626)),a=o(84243);const r={SyncDrawing:i.t(null,void 0,o(59377)),arrow:i.t(null,void 0,o(11858)),cursor:i.t(null,void 0,o(6969)),demonstration:i.t(null,void 0,o(14939)),dot:i.t(null,void 0,o(57157)),performance:i.t(null,void 0,o(35553)),drawginmode:i.t(null,void 0,o(62518)),eraser:i.t(null,void 0,o(8727)),group:i.t(null,void 0,o(3154)),hideAllDrawings:i.t(null,void 0,o(52563)),lockAllDrawings:i.t(null,void 0,o(79451)),magnet:i.t(null,void 0,o(81396)),measure:i.t(null,void 0,o(91563)),removeAllDrawingTools:i.t(null,void 0,o(57118)),showObjectsTree:i.t(null,void 0,o(85786)),zoom:i.t(null,void 0,o(55774)),"zoom-out":i.t(null,void 0,o(37310))};var c=o(98523),h=o(68335),d=o(17402);const u=(0,h.humanReadableModifiers)(h.Modifiers.Shift,!1).trim(),v=(0,h.humanReadableModifiers)(h.Modifiers.Alt,!1).trim(),g=(0,h.humanReadableModifiers)(h.Modifiers.Mod,!1).trim(),m={keys:[u],text:i.t(null,void 0,o(23369))},p={keys:[u],text:i.t(null,void 0,o(13798))},w={keys:[u],text:i.t(null,void 0,o(10539))},f={LineTool5PointsPattern:{},LineToolABCD:{},LineToolArc:{},LineToolArrow:{},LineToolArrowMarkDown:{},LineToolArrowMarkLeft:{},LineToolArrowMarkRight:{},LineToolArrowMarkUp:{},LineToolComment:{},LineToolBarsPattern:{},LineToolBezierCubic:{},LineToolBezierQuadro:{},LineToolBrush:{},LineToolCallout:{},LineToolCircleLines:{},LineToolCypherPattern:{},LineToolDateAndPriceRange:{},LineToolDateRange:{},LineToolDisjointAngle:{hotKey:(0,l.hotKeySerialize)(m)},LineToolElliottCorrection:{},LineToolElliottDoubleCombo:{},LineToolElliottImpulse:{},LineToolElliottTriangle:{},LineToolElliottTripleCombo:{},LineToolEllipse:{hotKey:(0,l.hotKeySerialize)(p)},LineToolExtended:{},LineToolFibChannel:{},LineToolFibCircles:{hotKey:(0,l.hotKeySerialize)(p)},LineToolFibRetracement:{},LineToolFibSpeedResistanceArcs:{},LineToolFibSpeedResistanceFan:{hotKey:(0,l.hotKeySerialize)(w)},LineToolFibSpiral:{},LineToolFibTimeZone:{},LineToolFibWedge:{},LineToolFlagMark:{},LineToolFlatBottom:{hotKey:(0,l.hotKeySerialize)(m)},LineToolAnchoredVWAP:{},LineToolGannComplex:{},LineToolGannFixed:{},LineToolGannFan:{},LineToolGannSquare:{hotKey:(0,l.hotKeySerialize)({keys:[u],text:i.t(null,void 0,o(83042))})},LineToolHeadAndShoulders:{},LineToolHorzLine:{hotKey:(0,l.hotKeySerialize)({keys:[v,"H"],text:"{0} + {1}"})},LineToolHorzRay:{},LineToolIcon:{},LineToolImage:{},LineToolEmoji:{},LineToolInsidePitchfork:{},LineToolNote:{},LineToolSignpost:{},LineToolParallelChannel:{hotKey:(0,l.hotKeySerialize)(m)},LineToolPitchfan:{},LineToolPitchfork:{},LineToolPolyline:{},LineToolPath:{},LineToolPrediction:{},LineToolPriceLabel:{},LineToolPriceNote:{hotKey:(0,l.hotKeySerialize)(m)},LineToolTextNote:{},LineToolArrowMarker:{},LineToolPriceRange:{},LineToolProjection:{},LineToolRay:{},LineToolRectangle:{hotKey:(0,l.hotKeySerialize)({keys:[u],text:i.t(null,void 0,o(10539))})},LineToolCircle:{},LineToolRegressionTrend:{},
+LineToolRiskRewardLong:{},LineToolRiskRewardShort:{},LineToolFixedRangeVolumeProfile:{},LineToolRotatedRectangle:{hotKey:(0,l.hotKeySerialize)(m)},LineToolSchiffPitchfork:{},LineToolSchiffPitchfork2:{},LineToolSineLine:{},LineToolText:{},LineToolTextAbsolute:{},LineToolThreeDrivers:{},LineToolTimeCycles:{},LineToolTrendAngle:{hotKey:(0,l.hotKeySerialize)(m)},LineToolTrendBasedFibExtension:{},LineToolTrendBasedFibTime:{},LineToolTrendLine:{hotKey:(0,l.hotKeySerialize)(m)},LineToolInfoLine:{},LineToolTriangle:{},LineToolTrianglePattern:{},LineToolVertLine:{hotKey:(0,l.hotKeySerialize)({keys:[v,"V"],text:"{0} + {1}"})},LineToolCrossLine:{},LineToolHighlighter:{},LineToolGhostFeed:{},LineToolTable:{},SyncDrawing:{iconActive:a.drawingToolsIcons.SyncDrawingActive},arrow:{},cursor:{},dot:{},demonstration:{hotKey:(0,l.hotKeySerialize)({keys:[v],text:i.t(null,void 0,o(42633))})},drawginmode:{iconActive:a.drawingToolsIcons.drawginmodeActive},eraser:{},group:{},hideAllDrawings:{iconActive:a.drawingToolsIcons.hideAllDrawingsActive,hotKey:(0,l.hotKeySerialize)({keys:[g,v,"H"],text:"{0} + {1} + {2}"})},lockAllDrawings:{iconActive:a.drawingToolsIcons.lockAllDrawingsActive},magnet:{hotKey:(0,l.hotKeySerialize)({keys:[g],text:"{0}"})},measure:{hotKey:(0,l.hotKeySerialize)({keys:[u],text:i.t(null,void 0,o(92949))})},removeAllDrawingTools:{},showObjectsTree:{},zoom:{},"zoom-out":{}};const b={};Object.entries(f).map((([e,t])=>{const o=s.lineToolsIcons[e]??a.drawingToolsIcons[e];(0,n.assert)(!!o,`Icon is not defined for drawing "${e}"`);const i=c.lineToolsLocalizedNames[e]??r[e];(0,n.assert)(!!i,`Localized name is not defined for drawing "${e}"`);return{...t,name:e,icon:o,localizedName:i,selectHotkey:d.lineToolsSelectHotkeys[e]}})).forEach((e=>{b[e.name]=e}))},23076:(e,t,o)=>{"use strict";o.r(t),o.d(t,{SERIES_ICONS:()=>p});var n=o(4475),i=o(94670),l=o(32162),s=o(39956),a=o(14083),r=o(45504),c=o(52867),h=o(41473),d=o(31246),u=o(15726),v=o(24464),g=o(71705),m=o(9450);const p={3:i,16:l,0:s,1:a,8:r,9:c,2:h,14:d,15:u,10:v,12:g,13:m};p[21]=n},26744:(e,t,o)=>{"use strict";o.d(t,{LinetoolsFavoritesStore:()=>c});var n=o(52033),i=o(37265),l=o(56840);const s=["LineToolBalloon","LineToolNoteAbsolute",null,null].filter(i.isExistent),a=!1;var r,c;!function(e){function t(){e.favorites=[];let t=!1;const n=Boolean(void 0===(0,l.getValue)("chart.favoriteDrawings")),r=(0,l.getJSON)("chart.favoriteDrawings",[]);if(0===r.length&&n&&"undefined"!=typeof window){const e=JSON.parse(window.urlParams?.favorites??"{}").drawingTools;e&&Array.isArray(e)&&r.push(...e)}r.forEach(((n,i)=>{const l=n.tool||n;o(l)?s.includes(l)?t=!0:e.favorites.push(l):a&&a.includes(l)&&e.hiddenToolsPositions.set(l,i)})),t&&i(),e.favoritesSynced.fire()}function o(e){return"string"==typeof e&&""!==e&&!(a&&a.includes(e))}function i(t){const o=e.favorites.slice();e.hiddenToolsPositions.forEach(((e,t)=>{o.splice(e,0,t)})),(0,l.setJSON)("chart.favoriteDrawings",o,t)}e.favorites=[],e.favoritesSynced=new n.Delegate,e.hiddenToolsPositions=new Map,e.favoriteIndex=function(t){
+return e.favorites.indexOf(t)},e.isValidLineToolName=o,e.saveFavorites=i,t(),l.onSync.subscribe(null,t)}(r||(r={})),function(e){function t(e){return r.isValidLineToolName(e)}function o(){return r.favorites.length}function i(e){return-1!==r.favoriteIndex(e)}e.favoriteAdded=new n.Delegate,e.favoriteRemoved=new n.Delegate,e.favoriteMoved=new n.Delegate,e.favoritesSynced=r.favoritesSynced,e.favorites=function(){return r.favorites.slice()},e.isValidLineToolName=t,e.favoritesCount=o,e.favorite=function(e){return e<0||e>=o()?"":r.favorites[e]},e.addFavorite=function(o,n){return!(i(o)||!t(o)||"performance"===o)&&(r.favorites.push(o),r.saveFavorites(n),e.favoriteAdded.fire(o),!0)},e.removeFavorite=function(t,o){const n=r.favoriteIndex(t);if(-1===n)return!1;r.favorites.splice(n,1);const i=r.hiddenToolsPositions;return i.forEach(((e,t)=>{e>n&&i.set(t,e-1)})),r.saveFavorites(o),e.favoriteRemoved.fire(t),!0},e.isFavorite=i,e.moveFavorite=function(n,i,l){if(i<0||i>=o()||!t(n))return!1;const s=r.favoriteIndex(n);if(-1===s||i===s)return!1;const a=r.hiddenToolsPositions;return a.forEach(((e,t)=>{se?e--:ie&&e++,a.set(t,e)})),r.favorites.splice(s,1),r.favorites.splice(i,0,n),r.saveFavorites(l),e.favoriteMoved.fire(n,s,i),!0}}(c||(c={}))},16792:(e,t,o)=>{"use strict";function n(e){return e.charAt(0).toUpperCase()+e.substring(1)}o.d(t,{capitalizeFirstLetter:()=>n})},54780:e=>{e.exports=''},52459:e=>{e.exports=''},63975:e=>{
+e.exports=''},94670:e=>{e.exports=''},39956:e=>{e.exports=''},24464:e=>{e.exports=''},14083:e=>{
+e.exports=''},53707:e=>{e.exports=''},9450:e=>{e.exports=''},1393:e=>{e.exports=''},49697:e=>{e.exports=''},34059:e=>{e.exports=''},45504:e=>{e.exports=''},71705:e=>{e.exports=''},32162:e=>{
+e.exports=''},4475:e=>{e.exports=''},52867:e=>{e.exports=''},39681:e=>{e.exports=''},31246:e=>{e.exports=''},41473:e=>{e.exports=''},96052:e=>{
+e.exports=''},72644:e=>{e.exports=''},15726:e=>{e.exports=''},63743:e=>{e.exports=''},18953:e=>{e.exports=''},72196:e=>{e.exports=''},27999:e=>{e.exports=''},10862:e=>{e.exports=''},68385:e=>{
+e.exports=''},88518:e=>{e.exports=''},36515:e=>{e.exports=''},7636:e=>{e.exports=''},62567:e=>{e.exports=''},46049:e=>{e.exports=''},99088:e=>{
+e.exports=''},42650:e=>{e.exports=''},75895:e=>{
+e.exports=''},65162:e=>{e.exports=''},65186:e=>{
+e.exports=''},91244:e=>{e.exports=''},45820:e=>{e.exports=''},93756:e=>{
+e.exports=''},42321:e=>{e.exports=''},57313:e=>{
+e.exports=''},6894:e=>{e.exports=''},45360:e=>{e.exports=''},77665:e=>{e.exports=''},90752:e=>{e.exports=''},81111:e=>{
+e.exports=''},30192:e=>{e.exports=''},55883:(e,t,o)=>{"use strict";o.d(t,{default:()=>n});const n=function(){}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/go-to-date-dialog-impl.2964d9695fbef38df17c.js b/public/charting_library/bundles/go-to-date-dialog-impl.2964d9695fbef38df17c.js
new file mode 100644
index 0000000..5c3a6b7
--- /dev/null
+++ b/public/charting_library/bundles/go-to-date-dialog-impl.2964d9695fbef38df17c.js
@@ -0,0 +1,10 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1859],{97754:(e,t)=>{var n;!function(){"use strict";var a={}.hasOwnProperty;function l(){for(var e=[],t=0;t{e.exports={pills:"pills-PVWoXu5j",primary:"primary-PVWoXu5j",gray:"gray-PVWoXu5j",selected:"selected-PVWoXu5j",grouped:"grouped-PVWoXu5j",active:"active-PVWoXu5j",disableActiveOnTouch:"disableActiveOnTouch-PVWoXu5j",disableActiveStateStyles:"disableActiveStateStyles-PVWoXu5j",withGrouped:"withGrouped-PVWoXu5j","quiet-primary":"quiet-primary-PVWoXu5j",green:"green-PVWoXu5j",red:"red-PVWoXu5j",blue:"blue-PVWoXu5j",secondary:"secondary-PVWoXu5j",ghost:"ghost-PVWoXu5j"}},1538:e=>{e.exports={lightButton:"lightButton-bYDQcOkp",link:"link-bYDQcOkp",ltr:"ltr-bYDQcOkp",rtl:"rtl-bYDQcOkp","typography-regular16px":"typography-regular16px-bYDQcOkp","typography-medium16px":"typography-medium16px-bYDQcOkp","typography-regular14px":"typography-regular14px-bYDQcOkp","typography-semibold14px":"typography-semibold14px-bYDQcOkp","typography-semibold16px":"typography-semibold16px-bYDQcOkp",content:"content-bYDQcOkp",visuallyHidden:"visuallyHidden-bYDQcOkp",nowrap:"nowrap-bYDQcOkp",ellipsisContainer:"ellipsisContainer-bYDQcOkp",textWrapContainer:"textWrapContainer-bYDQcOkp",textWrapWithEllipsis:"textWrapWithEllipsis-bYDQcOkp",slot:"slot-bYDQcOkp",caret:"caret-bYDQcOkp",activeCaret:"activeCaret-bYDQcOkp",xsmall:"xsmall-bYDQcOkp",withStartSlot:"withStartSlot-bYDQcOkp",withEndSlot:"withEndSlot-bYDQcOkp",noContent:"noContent-bYDQcOkp",wrap:"wrap-bYDQcOkp",small:"small-bYDQcOkp",medium:"medium-bYDQcOkp"}},33636:e=>{e.exports={"link-item":"link-item-eIA09f0e"}},32498:e=>{e.exports={"arrow-icon":"arrow-icon-NIrWNOPk",dropped:"dropped-NIrWNOPk","size-xsmall":"size-xsmall-NIrWNOPk","size-small":"size-small-NIrWNOPk","size-medium":"size-medium-NIrWNOPk","size-large":"size-large-NIrWNOPk","size-xlarge":"size-xlarge-NIrWNOPk"}},56406:e=>{e.exports={"underline-tab":"underline-tab-cfYYXvwA","disable-focus-outline":"disable-focus-outline-cfYYXvwA","enable-cursor-pointer":"enable-cursor-pointer-cfYYXvwA",selected:"selected-cfYYXvwA","disable-active-state-styles":"disable-active-state-styles-cfYYXvwA","size-xsmall":"size-xsmall-cfYYXvwA","size-small":"size-small-cfYYXvwA","size-medium":"size-medium-cfYYXvwA","size-large":"size-large-cfYYXvwA","size-xlarge":"size-xlarge-cfYYXvwA",fake:"fake-cfYYXvwA","margin-xsmall":"margin-xsmall-cfYYXvwA","margin-small":"margin-small-cfYYXvwA","margin-medium":"margin-medium-cfYYXvwA","margin-large":"margin-large-cfYYXvwA","margin-xlarge":"margin-xlarge-cfYYXvwA",collapse:"collapse-cfYYXvwA","ellipsis-children":"ellipsis-children-cfYYXvwA"}},98163:e=>{e.exports={
+"scroll-wrap":"scroll-wrap-SmxgjhBJ","size-xlarge":"size-xlarge-SmxgjhBJ","enable-scroll":"enable-scroll-SmxgjhBJ","underline-tabs":"underline-tabs-SmxgjhBJ","size-large":"size-large-SmxgjhBJ","size-medium":"size-medium-SmxgjhBJ","size-small":"size-small-SmxgjhBJ","size-xsmall":"size-xsmall-SmxgjhBJ","make-grid-column":"make-grid-column-SmxgjhBJ","stretch-tabs":"stretch-tabs-SmxgjhBJ","equal-tab-size":"equal-tab-size-SmxgjhBJ"}},50368:e=>{e.exports={underline:"underline-Pun8HxCz",center:"center-Pun8HxCz",corner:"corner-Pun8HxCz",disabled:"disabled-Pun8HxCz"}},27011:(e,t,n)=>{"use strict";function a(e,t){return t||null==e||("string"==typeof e||Array.isArray(e))&&0===e.length}n.d(t,{isIconOnly:()=>a})},14543:(e,t,n)=>{"use strict";n.d(t,{LightButton:()=>a.LightButton});n(9038);var a=n(15893);n(50959),n(21593),n(66860),n(1538),n(88317);n(49406)},9038:(e,t,n)=>{"use strict";n.d(t,{useLightButtonClasses:()=>c});var a=n(50959),l=n(97754),o=n(17946),r=n(27011),i=n(86332);const s=a.createContext({isInButtonGroup:!1,isGroupPrimary:!1}),c=(e,t,n)=>{const c=(0,a.useContext)(o.CustomBehaviourContext),{className:u,isSelected:d,children:m,showCaret:p,forceDirection:f,iconOnly:v,color:g="gray",variant:b="primary",size:h="medium",enableActiveStateStyles:y=c.enableActiveStateStyles,typography:w,isLink:x=!1,textWrap:C,isPills:D,isActive:S,startSlot:k,endSlot:E}=t,O=e[`typography-${((e,t,n)=>{if(n){const e=n.replace(/^\D+/g,"");return t?`semibold${e}`:n}switch(e){case"xsmall":return t?"semibold14px":"regular14px";case"small":case"medium":return t?"semibold16px":"regular16px";default:return""}})(h,d||D,w||void 0)}`],A=(0,a.useContext)(i.ControlGroupContext),{isInButtonGroup:N,isGroupPrimary:T}=(0,a.useContext)(s);return l(u,e.lightButton,x&&e.link,S&&e.active,d&&e.selected,(0,r.isIconOnly)(m,v)&&e.noContent,!!k&&e.withStartSlot,(p||!!E)&&e.withEndSlot,n&&e.withGrouped,f&&e[f],e[T?"primary":b],e[T?"gray":g],e[h],O,!y&&e.disableActiveStateStyles,A.isGrouped&&e.grouped,C&&e.wrap,N&&e.disableActiveOnTouch,D&&e.pills)}},66860:(e,t,n)=>{"use strict";n.d(t,{LightButtonContent:()=>m});var a=n(50959),l=n(97754),o=n(34094),r=n(27011),i=n(9745),s=n(2948),c=n(1538),u=n.n(c);const d=e=>a.createElement(i.Icon,{className:l(u().caret,e&&u().activeCaret),icon:s});function m(e){const{showCaret:t,iconOnly:n,ellipsis:i=!0,textWrap:s,tooltipText:c,children:m,endSlot:p,startSlot:f,isActiveCaret:v}=e;[p,t].filter((e=>!!e));return a.createElement(a.Fragment,null,f&&a.createElement("span",{className:l(u().slot,u().startSlot)},f),!(0,r.isIconOnly)(m,n)&&a.createElement("span",{className:l(u().content,!s&&u().nowrap,"apply-overflow-tooltip","apply-overflow-tooltip--check-children-recursively","apply-overflow-tooltip--allow-text"),"data-overflow-tooltip-text":c??(0,o.getTextForTooltip)(m)},s||i?a.createElement(a.Fragment,null,a.createElement("span",{className:l(!s&&i&&u().ellipsisContainer,s&&u().textWrapContainer,s&&i&&u().textWrapWithEllipsis)},m),a.createElement("span",{className:u().visuallyHidden,"aria-hidden":!0
+},m)):a.createElement(a.Fragment,null,m,a.createElement("span",{className:u().visuallyHidden,"aria-hidden":!0},m))),p&&a.createElement("span",{className:l(u().slot,u().endSlot)},p),t&&d(v))}},15893:(e,t,n)=>{"use strict";n.d(t,{LightButton:()=>d});var a=n(50959),l=n(86332),o=n(9038),r=n(66860),i=n(1538),s=n.n(i),c=n(88317),u=n.n(c);function d(e){const{isGrouped:t}=a.useContext(l.ControlGroupContext),{reference:n,className:i,isSelected:c,children:d,iconOnly:m,ellipsis:p,showCaret:f,forceDirection:v,endSlot:g,startSlot:b,color:h,variant:y,size:w,enableActiveStateStyles:x,typography:C,textWrap:D=!1,maxLines:S,style:k={},isPills:E,isActive:O,tooltipText:A,role:N,...T}=e,P=D?S??2:1,R=P>0?{...k,"--ui-lib-light-button-content-max-lines":P}:k;return a.createElement("button",{...T,className:(0,o.useLightButtonClasses)({...u(),...s()},{className:i,isSelected:c,children:d,iconOnly:m,showCaret:f,forceDirection:v,endSlot:g,startSlot:b,color:h,variant:y,size:w,enableActiveStateStyles:x,typography:C,textWrap:D,isPills:E,isActive:O},t),ref:n,style:R,role:N},a.createElement(r.LightButtonContent,{showCaret:f,isActiveCaret:f&&(E||O||c),iconOnly:m,ellipsis:p,textWrap:D,tooltipText:A,endSlot:g,startSlot:b},d))}},34094:(e,t,n)=>{"use strict";n.d(t,{getTextForTooltip:()=>r});var a=n(50959);const l=e=>(0,a.isValidElement)(e)&&Boolean(e.props.children),o=e=>null==e||"boolean"==typeof e||"{}"===JSON.stringify(e)?"":e.toString()+" ",r=e=>Array.isArray(e)||(0,a.isValidElement)(e)?a.Children.toArray(e).reduce(((e,t)=>{let n="";return n=(0,a.isValidElement)(t)&&l(t)?r(t.props.children):(0,a.isValidElement)(t)&&!l(t)?"":o(t),e.concat(n)}),"").trim():o(e)},86720:(e,t,n)=>{"use strict";n.d(t,{UnderlineButtonTabs:()=>$});var a,l=n(50959),o=n(97754),r=n.n(o),i=n(11542),s=n(95854),c=n(38528),u=n(47201),d=n(7953),m=n(36966),p=n(26597);!function(e){e.XSmall="xsmall",e.Small="small",e.Medium="medium",e.Large="large",e.XLarge="xlarge"}(a||(a={}));const f=(0,l.createContext)({size:"small",overflowBehaviour:void 0});var v=n(17946),g=n(56406);function b(e){const{size:t="xsmall",active:n,fake:a,enableActiveStateStyles:l,anchor:r=!1,hideFocusOutline:i=!1,equalTabSize:s,className:c,overflowBehaviour:u}=e;return o(g["underline-tab"],g[`size-${t}`],n&&g.selected,!l&&g["disable-active-state-styles"],i&&g["disable-focus-outline"],a&&g.fake,r&&g["enable-cursor-pointer"],s&&g[`margin-${t}`],"collapse"===u&&g.collapse,c)}const h=(0,l.forwardRef)(((e,t)=>{const{size:n,overflowBehaviour:a}=(0,l.useContext)(f),o=(0,l.useContext)(v.CustomBehaviourContext),{active:i,fake:s,className:c,enableActiveStateStyles:u=o.enableActiveStateStyles,hideFocusOutline:d=!1,equalTabSize:m,children:p,...h}=e;return l.createElement("button",{...h,ref:t,className:b({size:n,active:i,fake:s,enableActiveStateStyles:u,hideFocusOutline:d,equalTabSize:m,className:c,overflowBehaviour:a})},m&&"string"==typeof p?l.createElement("span",{className:r()(g["ellipsis-children"],"apply-overflow-tooltip")},p):p)}));h.displayName="UnderlineTabsBaseButton";const y=(0,l.forwardRef)(((e,t)=>{
+const{item:n,highlighted:a,handleItemRef:o,onClick:r,"aria-disabled":i,...s}=e,c=(0,l.useCallback)((()=>{r&&r(n)}),[r,n]),u=(0,l.useCallback)((e=>{o&&o(n,e),t&&"object"==typeof t?t.current=e:"function"==typeof t&&t(e)}),[n,o,t]);return l.createElement(h,{...s,id:n.id,onClick:c,ref:u},n.label)}));y.displayName="UnderlineButtonTab";var w=n(50151),x=n(16396),C=n(4523),D=n(9745),S=n(47531),k=n(2948),E=n(63509),O=n(68874),A=n(32498);function N(e){switch(e){case"xsmall":return S;case"small":return k;case"medium":case"large":return E;case"xlarge":return O}}function T(e){const{size:t,isDropped:n=!1}=e;return l.createElement(D.Icon,{icon:N(t),className:o(A["arrow-icon"],A[`size-${t}`],n&&A.dropped)})}var P=n(33636);const R=4,z=4;function I(e){const{size:t,disabled:n,isOpened:a,enableActiveStateStyles:o,hideFocusOutline:r,fake:i,items:s,buttonContent:u,buttonRef:d,isAnchorTabs:m,isHighlighted:p,onButtonClick:f,onItemClick:v,onClose:g}=e,b=(0,l.useRef)(null),y=(0,c.useMergedRefs)([d,b]),D=function(e,t){const n=(0,l.useRef)(Y);return(0,l.useEffect)((()=>{const e=getComputedStyle((0,w.ensureNotNull)(t.current));n.current={xsmall:B(e,"xsmall"),small:B(e,"small"),medium:B(e,"medium"),large:B(e,"large"),xlarge:B(e,"xlarge")}}),[t]),(0,l.useCallback)((()=>{const a=(0,w.ensureNotNull)(t.current).getBoundingClientRect(),l=n.current[e];return{x:a.left,y:a.top+a.height+l+R,indentFromWindow:{top:z,bottom:z,left:z,right:z}}}),[t,e])}(t,b);return l.createElement(C.PopupMenuDisclosureView,{buttonRef:b,listboxTabIndex:-1,isOpened:a,onClose:g,listboxAria:{"aria-hidden":!0},popupPosition:D,button:l.createElement(h,{"aria-hidden":!0,disabled:n,active:a,onClick:f,ref:y,tabIndex:-1,enableActiveStateStyles:o,hideFocusOutline:r,fake:i},u,l.createElement(T,{size:t,isDropped:a})),popupChildren:s.map((e=>l.createElement(x.PopupMenuItem,{key:e.id,className:m?P["link-item"]:void 0,onClick:v,onClickArg:e,isActive:p(e),label:e.label,isDisabled:e.disabled,link:"href"in e?e.href:void 0,rel:"rel"in e?e.rel:void 0,target:"target"in e?e.target:void 0,renderComponent:"renderComponent"in e?e.renderComponent:void 0,dontClosePopup:!0})))})}function B(e,t){return parseInt(e.getPropertyValue(`--ui-lib-underline-tabs-tab-margin-bottom-${t}`),10)}const Y={xsmall:0,small:0,medium:0,large:0,xlarge:0};var W=n(75774),M=n(86781),V=n(86240),F=n(98163);function X(e){const{size:t,overflowBehaviour:n,className:a}=e;return o(F["scroll-wrap"],F[`size-${t}`],"scroll"===n&&F["enable-scroll"],a)}function L(){const[e,t]=(0,l.useState)(!1);return(0,l.useEffect)((()=>{t(W.mobiletouch)}),[]),e}var j=n(90484),G=n(63273),Q=n(50368),H=n.n(Q);const _=100;function U(e){const{disabled:t,translateX:n,transitionDuration:a}=e,r=e.scale/100;return l.createElement("div",{className:o(H().underline,t&&H().disabled),style:{transform:`translateX(${n}px) scaleX(${r})`,transitionDuration:`${a}ms`}},l.createElement("div",{className:H().corner,style:{transform:`scaleX(${1/r})`}}),l.createElement("div",{className:H().center,style:{transform:`scaleX(${1-30/e.scale})`}}),l.createElement("div",{
+className:H().corner,style:{transform:`scaleX(${1/r})`}}))}function $(e){const{id:t,items:a,activationType:o,orientation:v,disabled:g,moreButtonContent:b=i.t(null,void 0,n(37117)),size:h="small",onActivate:w,isActive:x,className:C,style:D,overflowBehaviour:S,enableActiveStateStyles:k,tablistLabelId:E,tablistLabel:O,"data-name":A="underline-tabs-buttons",stretchTabs:N,equalTabSize:T,defaultKeyboardFocus:P,stopPropagationIfKeyboardActionHandled:R,keyboardNavigationLoop:z,focusableItemAttributes:B}=e,Y=L(),W=function(e){const t=(0,M.useSafeMatchMedia)(V["media-mf-phone-landscape"],!0),n=L();return e??(n||!t?"scroll":"collapse")}(S),Q=(0,l.useRef)(!1),H=(0,l.useCallback)((e=>e.id),[]),$="none"===W&&N,J="none"===W&&T,q=k??!Y,{visibleItems:K,hiddenItems:Z,containerRefCallback:ee,innerContainerRefCallback:te,moreButtonRef:ne,setItemRef:ae}=(0,s.useCollapsible)(a,H,x),le="collapse"===W?K:a,oe="collapse"===W?Z:[],re=(0,l.useCallback)((e=>oe.includes(e)),[oe]),ie=(0,l.useRef)(new Map),{isOpened:se,open:ce,close:ue,onButtonClick:de}=(0,d.useDisclosure)({id:t,disabled:g}),me=function(e="xsmall"){switch(e){case"xsmall":case"small":return 12;case"medium":return 16;case"large":case"xlarge":return 20}}(h),{tabsBindings:pe,tablistBinding:fe,scrollWrapBinding:ve,onActivate:ge,onHighlight:be,isHighlighted:he}=(0,m.useTabs)({id:t,items:[...le,...oe],activationType:o,orientation:v,disabled:g,tablistLabelId:E,tablistLabel:O,onActivate:w,isActive:x,isCollapsed:re,isRtl:G.isRtl,itemsRefs:ie,isDisclosureOpened:se,defaultKeyboardFocus:P,stopPropagationIfKeyboardActionHandled:R,keyboardNavigationLoop:z,focusableItemAttributes:B,scrollIntoViewOptions:{additionalScroll:me}}),ye=a.find(x),we=oe.find(he),xe=(0,l.useCallback)((()=>{ye&&be(ye)}),[be,ye]),Ce=(0,l.useCallback)((e=>pe.find((t=>t.id===e.id))??{}),[pe]),De=(0,l.useCallback)((()=>{ue(),xe(),Q.current=!0}),[ue,xe]),Se=(0,l.useCallback)((()=>{we&&(ge(we),be(we,200))}),[ge,be,we]);ve.ref=(0,c.useMergedRefs)([ve.ref,ee]),fe.ref=(0,c.useMergedRefs)([fe.ref,te]),fe.onKeyDown=(0,u.createSafeMulticastEventHandler)((0,p.useKeyboardEventHandler)([(0,p.useKeyboardClose)(se,De),(0,p.useKeyboardActionHandler)([13,32],Se,(0,l.useCallback)((()=>Boolean(we)),[we]))]),fe.onKeyDown);const ke=(0,l.useCallback)((e=>{Q.current=!0,de(e)}),[Q,de]),Ee=(0,l.useCallback)((e=>{e&&ge(e)}),[ge]);(0,l.useEffect)((()=>{Q.current?Q.current=!1:(we&&!se&&ce(),!we&&se&&ue())}),[we,se,ce,ue]);const Oe=function(e,t,n=[]){const[a,o]=(0,l.useState)(),r=(0,l.useRef)(),i=(0,l.useRef)(),s=e=>{const t=e.parentElement??void 0;if(void 0===t)return;const n=void 0===i.current||i.current===e?0:_;i.current=e;const{left:a,right:l,width:r}=e.getBoundingClientRect(),{left:s,right:c}=t.getBoundingClientRect(),u=(0,G.isRtl)()?l-c:a-s;o({translateX:u,scale:r,transitionDuration:n})};return(0,l.useEffect)((()=>{const e=(0,j.default)((e=>{const t=e[0].target;void 0!==t&&s(t)}),50);r.current=new ResizeObserver(e)}),[]),(0,l.useEffect)((()=>{if(void 0===t)return;const n=e.get(t);return void 0!==n?(s(n),r.current?.observe(n),
+()=>r.current?.disconnect()):void 0}),n),a}(ie.current,ye??we,[ye??we,le,h,$,W]);return l.createElement(f.Provider,{value:{size:h,overflowBehaviour:W}},l.createElement("div",{...ve,className:X({size:h,overflowBehaviour:W,className:C}),style:D,"data-name":A},l.createElement("div",{...fe,className:r()(F["underline-tabs"],{[F["make-grid-column"]]:$||J,[F["stretch-tabs"]]:$,[F["equal-tab-size"]]:J})},le.map((e=>l.createElement(y,{...Ce(e),key:e.id,item:e,onClick:ge,enableActiveStateStyles:q,hideFocusOutline:Y,ref:ae(H(e)),...e.dataId&&{"data-id":e.dataId},equalTabSize:J}))),oe.map((e=>l.createElement(y,{...Ce(e),ref:ae(H(e)),key:e.id,item:e,fake:!0}))),"collapse"===W&&l.createElement(I,{size:h,disabled:g,isOpened:se,items:oe,buttonContent:b,buttonRef:ne,isHighlighted:he,onButtonClick:ke,onItemClick:Ee,onClose:ue,enableActiveStateStyles:q,hideFocusOutline:Y,fake:0===oe.length}),Oe?l.createElement(U,{...Oe,disabled:g}):l.createElement("div",null))))}var J=n(38952);function q(e){return l.createElement("a",{...(0,J.renameRef)(e)})}(0,l.forwardRef)(((e,t)=>{const{size:n,overflowBehaviour:a}=(0,l.useContext)(f),o=(0,l.useContext)(v.CustomBehaviourContext),{item:r,highlighted:i,handleItemRef:s,onClick:c,active:u,fake:d,className:m,enableActiveStateStyles:p=o.enableActiveStateStyles,hideFocusOutline:g=!1,disabled:h,"aria-disabled":y,...w}=e,x=(0,l.useCallback)((e=>{y?e.preventDefault():c&&c(r)}),[c,y,r]),C=(0,l.useCallback)((e=>{s&&s(r,e),t&&"object"==typeof t?t.current=e:"function"==typeof t&&t(e)}),[r,s,t]),D=r.renderComponent??q;return l.createElement(D,{...w,id:r.id,"aria-disabled":y,onClick:x,reference:C,href:r.href,rel:r.rel,target:r.target,className:b({size:n,active:u,fake:d,enableActiveStateStyles:p,anchor:!0,hideFocusOutline:g,className:m,overflowBehaviour:a})},r.label)})).displayName="UnderlineAnchorTab"},4237:(e,t,n)=>{"use strict";var a=n(32227);t.createRoot=a.createRoot,a.hydrateRoot},93355:e=>{e.exports={calendar:"calendar-PM3TZruR"}},29741:e=>{e.exports={row:"row-Sj9z7O1v",mobileRow:"mobileRow-Sj9z7O1v"}},7037:e=>{e.exports={dialogWrapper:"dialogWrapper-P_IVoUsZ",dialogWrapperSmall:"dialogWrapperSmall-P_IVoUsZ",tabs:"tabs-P_IVoUsZ",content:"content-P_IVoUsZ",contentMobile:"contentMobile-P_IVoUsZ",bodyWrapper:"bodyWrapper-P_IVoUsZ"}},84828:(e,t,n)=>{"use strict";n.r(t),n.d(t,{showGoToDateDialog:()=>le});var a=n(50959),l=n(50151),o=n(82992),r=n(23935),i=n(51826),s=n(2740);const c=a.createContext(null);function u(e){const{initialGoToDate:t,children:n}=e,[l,o]=(0,a.useState)(t),i=l.valueOf()<=(0,r.resetToDayEnd)(new Date).valueOf(),s=(0,a.useMemo)((()=>({date:l,setDate:o,isValid:i})),[l,i]);return a.createElement(c.Provider,{value:s},n)}const d=a.createContext(null);function m(e){const{initialRanges:t,children:n}=e,[l,o]=(0,a.useState)(t.from),[r,i]=(0,a.useState)(t.to),s=l.valueOf()<=r.valueOf(),c=(0,a.useMemo)((()=>({dateFrom:l,dateTo:r,setDateFrom:o,setDateTo:i,isValid:s})),[l,r,s]);return a.createElement(d.Provider,{value:c},n)}
+var p=n(11542),f=n(97754),v=n.n(f),g=n(76422),b=n(56840),h=n.n(b),y=n(52092),w=n(24437),x=n(50182),C=n(15499),D=n(29741);function S(e){const{children:t}=e;return a.createElement("div",{className:v()(D.row,j&&D.mobileRow)},t)}var k=n(85528),E=n(76056);const O=a.createContext({isActive:!1,isFocused:!1});function A(e){const{value:t,reference:n,isActive:l,onPick:o,onFocus:r,isDisabled:i,minValue:s,maxValue:c}=e,[u,d]=(0,a.useState)(!1);return a.createElement(O.Provider,{value:{isActive:l,isFocused:u}},a.createElement("div",{onFocus:function(){d(!0),r&&r()},onBlur:function(){d(!1)}},a.createElement(k.DatePicker,{initial:t,minDate:s,maxDate:c,inputReference:n,InputComponent:N,withCalendar:!1,onPick:function(e){if(!e)return;o(new Date(e))},revertInvalidData:!0,name:e.name,disabled:i})))}function N(e){const{isActive:t,isFocused:n}=(0,a.useContext)(O);return a.createElement(E.DateInput,{...e,highlight:t||n})}var T=n(36565);function P(e){const{value:t,isDisabled:n,onPick:l,className:o}=e;return a.createElement(T.TimeInput,{value:(i=t,(0,r.twoDigitsFormat)(i.getHours())+":"+(0,r.twoDigitsFormat)(i.getMinutes())),onChange:l,disabled:n,className:o});var i}var R=n(44313),z=n(93355);function I(e){const{className:t,...n}=e;return a.createElement(R.Calendar,{...n,className:v()(z.calendar,t),popupStyle:!1})}function B(e,t){const n=new Date(t);return n.setFullYear(e.getFullYear()),n.setMonth(e.getMonth(),1),n.setDate(e.getDate()),n}function Y(e,t){const n=new Date(t);return n.setHours(e.getHours()),n.setMinutes(e.getMinutes()),n}function W(e){const{dateOnly:t,onCalendarMonthSwitch:n,hideTimePick:o,minDate:r,datePickDelegate:i}=e,{date:s,setDate:u}=(0,l.ensureNotNull)((0,a.useContext)(c)),d=(0,a.useRef)(null),m=(0,a.useRef)(null);return(0,a.useEffect)((()=>{j||null===d.current||d.current.focus()}),[]),(0,a.useEffect)((()=>(i?.subscribe(null,p),()=>{i?.unsubscribe(null,p)})),[i]),a.createElement("div",null,a.createElement(S,null,a.createElement(A,{reference:function(e){d.current=e},value:new Date(s),onPick:function(e){p(B(e,s))},isActive:!j,minValue:r}),!o&&a.createElement(P,{value:new Date(s),isDisabled:t,onPick:function(e){const[t,n]=e.split(":"),a=new Date;a.setHours(Number(t)),a.setMinutes(Number(n));const l=Y(a,s);u(l),j||l.valueOf()===s.valueOf()||m.current?.focus()}})),!j&&a.createElement(I,{calendarRef:m,selectedDate:new Date(s),onSelect:function(e){const t=B(e,s);u(t)},onMonthSwitch:n,maxDate:new Date,minDate:r}));function p(e){u(e),m.current?.setViewDate(e),m.current?.setViewType(C.CalendarViewType.Month)}}function M(e){const{dateOnly:t,onCalendarMonthSwitch:n,onDateInputFocus:o}=e,{dateFrom:r,dateTo:i,setDateFrom:s,setDateTo:c}=(0,l.ensureNotNull)((0,a.useContext)(d)),[u,m]=(0,a.useState)("from"),p=(0,a.useRef)(null),f=(0,a.useRef)(null),v=(0,a.useRef)(null),g=(0,a.useMemo)((()=>"from"===u?new Date(r):new Date(i)),[u,i,r]);return(0,a.useEffect)((()=>{j||null===p.current||p.current.focus()}),[]),a.createElement("div",null,a.createElement(S,null,a.createElement(A,{value:r,reference:function(e){p.current=e},
+isActive:!j&&"from"===u,onPick:function(e){const t=B(e,r);s(t),b(t)},onFocus:function(){m("from"),b(r),o()},name:"start-date-range"}),a.createElement(P,{value:r,isDisabled:t,onPick:function(e){h(e,r,(e=>{s(e),j||r.valueOf()===e.valueOf()||f.current?.focus({preventScroll:!0})}))}})),a.createElement(S,null,a.createElement(A,{value:i,reference:function(e){f.current=e},isActive:!j&&"to"===u,onPick:function(e){const t=B(e,i);c(t),b(t)},onFocus:function(){m("to"),b(i),o()},name:"end-date-range"}),a.createElement(P,{value:i,isDisabled:t,onPick:function(e){h(e,i,(e=>{c(e),j||i.valueOf()===e.valueOf()||v.current?.focus()}))}})),!j&&a.createElement(I,{calendarRef:v,selectedDate:new Date(g),onSelect:function(e){const t=B(e,"from"===u?r:i);({from:()=>{s(t),f.current?.focus({preventScroll:!0})},to:()=>{c(t)}})[u]()},onMonthSwitch:n,highlightedFrom:new Date(r),highlightedTo:new Date(i),maxDate:"from"===u?new Date(i):void 0,minDate:"to"===u?new Date(r):void 0}));function b(e){v.current?.setViewDate(e),v.current?.setViewType(C.CalendarViewType.Month)}function h(e,t,n){const[a,l]=e.split(":"),o=new Date;o.setHours(Number(a)),o.setMinutes(Number(l));n(Y(o,t))}}var V=n(86720),F=n(90692),X=n(32563),L=n(7037);const j=X.mobiletouch;var G;!function(e){e.Date="Date",e.CustomRange="CustomRange"}(G||(G={}));const Q=()=>!0,H=[{label:p.t(null,void 0,n(22677)),id:"Date",dataId:"tab-item-date"},{label:p.t(null,void 0,n(81861)),id:"CustomRange",dataId:"tab-item-customrange"}];function _(e){const{dateOnly:t,onClose:o,onGoToDate:r,onGoToRange:i}=e,s=(0,a.useRef)(null),[u,m]=(0,a.useState)(h().getValue("GoToDialog.activeTab","Date")),[f,b]=(0,a.useState)(0),{date:C,isValid:D}=(0,l.ensureNotNull)((0,a.useContext)(c)),{dateFrom:S,dateTo:k,isValid:E}=(0,l.ensureNotNull)((0,a.useContext)(d));return(0,a.useEffect)((()=>(g.subscribe(y.CLOSE_POPUPS_AND_DIALOGS_COMMAND,T,null),()=>{g.unsubscribe(y.CLOSE_POPUPS_AND_DIALOGS_COMMAND,T,null)})),[o]),(0,a.useEffect)((()=>{null!==s.current&&s.current()}),[f,u,C,S,k]),a.createElement(F.MatchMedia,{rule:w.DialogBreakpoints.TabletSmall},(e=>a.createElement(x.AdaptiveConfirmDialog,{className:v()(L.dialogWrapper,e&&L.dialogWrapperSmall),title:p.t(null,void 0,n(42432)),dataName:"go-to-date-dialog",render:O,defaultActionOnClose:"cancel",onClose:T,onClickOutside:T,onCancel:T,onSubmit:N,submitButtonDisabled:A(),submitButtonText:p.t(null,void 0,n(42432)),forceCloseOnEsc:Q,shouldForceFocus:!1,fullScreen:e,isOpened:!0})));function O({requestResize:e}){return s.current=e,a.createElement(a.Fragment,null,a.createElement("div",{className:L.tabs},a.createElement(V.UnderlineButtonTabs,{id:"go-to-date-tabs",isActive:e=>e.id===u,items:H,onActivate:P,overflowBehaviour:"scroll"})),a.createElement("div",{className:v()(L.content,j&&L.contentMobile)},a.createElement("div",{className:L.bodyWrapper},a.createElement(U,{onCalendarMonthSwitch:R,onDateInputFocus:R,activeTab:u,dateOnly:t}))))}function A(){return{CustomRange:!E,Date:!D}[u]}function N(){switch(u){case"Date":r(C);break;case"CustomRange":i(S,k)}}function T(){o()}function P(e){
+m(e.id),h().setValue("GoToDialog.activeTab",e.id)}function R(){b(f+1)}}function U(e){const{activeTab:t,dateOnly:n,onCalendarMonthSwitch:l,onDateInputFocus:o}=e;switch(t){case"Date":return a.createElement(W,{dateOnly:n,onCalendarMonthSwitch:l});case"CustomRange":return a.createElement(M,{dateOnly:n,onCalendarMonthSwitch:l,onDateInputFocus:o})}}function $(e){const{dateOnly:t,onClose:n,onGoToDate:l,onGoToRange:o,initialGoToDate:r,initialRanges:i}=e;return a.createElement(u,{initialGoToDate:r},a.createElement(m,{initialRanges:i},a.createElement(_,{dateOnly:t,onClose:n,onGoToDate:l,onGoToRange:o})))}var J,q=n(10074),K=n(8025);!function(e){e.GoToDateTabLastPickedDate="goToDateTabLastPickedDate",e.DetailsKeyStatsExpanded="detailsKeyStatsExpanded",e.DetailsIncomeStatementPeriodId="detailsIncomeStatementPeriodId"}(J||(J={}));const Z=new class{constructor(){this._hasError=!1}getItemOrDefault(e,t){return!sessionStorage||this._hasError?t:sessionStorage.getItem(e)}setItem(e,t="true"){try{sessionStorage.setItem(e,t),this._hasError=!1}catch(e){this._hasError=!0}}};var ee=n(27365),te=n(87896);const ne="goTo",ae=new i.DialogsOpenerManager;function le(e){if(ae.isOpened(ne))return;if(!e.hasModel())return;const t=e.model(),n=document.createElement("div"),l=a.createElement($,{onClose:c,dateOnly:t.model().mainSeries().isDWM(),initialGoToDate:oe(e),initialRanges:re(e),onGoToDate:e=>{!function(e,t){Z.setItem("goToDateTabLastPickedDate",String(t.valueOf()));if(void 0===e.model().timeScale().tickMarks().minIndex)return;const n=(0,r.addLocalTime)(t).valueOf();e.model().gotoTime(n).then((t=>{const n=e.model().mainSeries();void 0===t?n.clearGotoDateResult():n.setGotoDateResult(t)}))}(t,e),c()},onGoToRange:(t,n)=>{!function(e,t,n){const a=(0,ee.getTimezoneName)(e.model());if(!a)return;const l=o.linking.interval.value(),i=l&&(0,q.normalizeIntervalString)(l),c=(0,s.get_timezone)(a),u=e=>(0,s.cal_to_utc)(c,new Date(e)),d=(0,r.addLocalTime)(t).valueOf(),m=(0,r.addLocalTime)(n).valueOf(),p={val:{type:"time-range",from:u(d)/1e3,to:u(m)/1e3},res:i};e.chartWidgetCollection().setTimeFrame(p)}(e,t,n),c()}}),i=(0,te.createReactRoot)(l,n);function c(){i.unmount(),ae.setAsClosed(ne)}ae.setAsOpened(ne)}function oe(e){const t=Z.getItemOrDefault("goToDateTabLastPickedDate",null);if(null===t)return(0,r.resetToDayStart)(new Date);const n=new Date(Number(t));return e.model().model().mainSeries().isDWM()?(0,r.resetToDayStart)(n):n}function re(e){const t=function(e){const t=e.model().timeScale(),n=t.visibleBarsStrictRange();if(null===n)return;const a=e.model().mainSeries(),o=a.nearestIndex(n.firstBar(),K.PlotRowSearchMode.NearestRight),r=a.nearestIndex(n.lastBar(),K.PlotRowSearchMode.NearestLeft);if(void 0===o||void 0===r)return;return{from:(0,l.ensureNotNull)(t.indexToUserTime(o)),to:(0,l.ensureNotNull)(t.indexToUserTime(r))}}(e);return t?{from:(0,r.subtractLocalTime)(t.from),to:(0,r.subtractLocalTime)(t.to)}:{from:(0,r.subtractLocalTime)(new Date),to:(0,r.subtractLocalTime)(new Date)}}},47531:e=>{
+e.exports=''},63509:e=>{e.exports=''},68874:e=>{e.exports=''},55698:(e,t,n)=>{"use strict";n.d(t,{nanoid:()=>a});let a=(e=21)=>crypto.getRandomValues(new Uint8Array(e)).reduce(((e,t)=>e+=(t&=63)<36?t.toString(36):t<62?(t-26).toString(36).toUpperCase():t>62?"-":"_"),"")}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hammerjs.6e30e0c48af40bf2f6c0.js b/public/charting_library/bundles/hammerjs.6e30e0c48af40bf2f6c0.js
new file mode 100644
index 0000000..a136363
--- /dev/null
+++ b/public/charting_library/bundles/hammerjs.6e30e0c48af40bf2f6c0.js
@@ -0,0 +1 @@
+"use strict";(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2377],{13367:(e,a,r)=>{r.r(a),r.d(a,{HammerJS:()=>n.a});var i=r(11553),n=r.n(i)}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.101.d2f212f7ba1b45845d9f.js b/public/charting_library/bundles/he_IL.101.d2f212f7ba1b45845d9f.js
new file mode 100644
index 0000000..b509278
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.101.d2f212f7ba1b45845d9f.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[101],{23970:e=>{e.exports={en:["days"],he_IL:["ימים"]}},35157:e=>{e.exports={en:["hours"],he_IL:["שעות"]}},18193:e=>{e.exports={en:["months"],he_IL:["חודשים"]}},79930:e=>{e.exports={en:["minutes"],he_IL:["דקות"]}},7938:e=>{e.exports={en:["weeks"],he_IL:["שבועות"]}},4543:e=>{e.exports={en:["Cancel"],he_IL:["ביטול"]}},47742:e=>{e.exports={en:["Close menu"],he_IL:["סגור תפריט"]}},42790:e=>{e.exports={en:["Add"],he_IL:["הוסף"]}},17854:e=>{e.exports={en:["Interval"],he_IL:["אינטרוול"]}},17889:e=>{e.exports={en:["Interval already exists, please use a different value"],he_IL:["האינטרוול כבר קיים, אנא השתמש בערך אחר"]}},23323:e=>{e.exports={en:["Interval value is too big, please try again"],he_IL:["ערך האינטרוול גדול מדי, אנא נסה שוב"]}},19295:e=>{e.exports={en:["Ok"],he_IL:["אוקיי"]}},98413:e=>{e.exports={en:["Type"],he_IL:["סוג"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.1303.f07c410173ec0b804b22.js b/public/charting_library/bundles/he_IL.1303.f07c410173ec0b804b22.js
new file mode 100644
index 0000000..e343d09
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.1303.f07c410173ec0b804b22.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1303],{53288:e=>{e.exports={en:["animals & nature"],he_IL:["בעלי חיים וטבע"]}},21311:e=>{e.exports={en:["activity"],he_IL:["פעילות"]}},90678:e=>{e.exports={en:["food & drink"],he_IL:["אוכל ושתייה"]}},6715:e=>{e.exports={en:["flags"],he_IL:["דגלים"]}},98355:e=>{e.exports={en:["objects"],he_IL:["אובייקטים"]}},43438:e=>{e.exports={en:["smiles & people"],he_IL:["חיוכים ואנשים"]}},40457:e=>{e.exports={en:["symbols"],he_IL:["סימולים"]}},88906:e=>{e.exports={en:["recently used"],he_IL:["נעשה בו שימוש לאחרונה"]}},28562:e=>{e.exports={en:["travel & places"],he_IL:["נסיעות ומקומות"]}},64770:e=>{e.exports={en:["Confirmation"],he_IL:["אישור"]}},4543:e=>{e.exports={en:["Cancel"],he_IL:["ביטול"]}},4461:e=>{e.exports={en:["Add emoji"],he_IL:["הוסף אימוג'י"]}},19295:e=>{e.exports={en:["Ok"],he_IL:["אוקיי"]}},38733:e=>{e.exports={en:["No"],he_IL:["לא"]}},85888:e=>{e.exports={en:["No results found"],he_IL:["לא נמצאו תוצאות"]}},64e3:e=>{e.exports={en:["Save"],he_IL:["שמור"]}},47550:e=>{e.exports={en:["Remove selected emoji"],he_IL:["הסר את האמוג'י שנבחר"]}},6321:e=>{e.exports={en:["Rename"],he_IL:["שנה שם"]}},55512:e=>{e.exports={en:["Yes"],he_IL:["כן"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.1308.d1a986137a3ad4cdfe66.js b/public/charting_library/bundles/he_IL.1308.d1a986137a3ad4cdfe66.js
new file mode 100644
index 0000000..78e6034
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.1308.d1a986137a3ad4cdfe66.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1308,6155,5111,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],he_IL:["#{count} (מחיר, נר)"]}},78930:e=>{e.exports={en:["Coordinates"],he_IL:["קואורדינטות"]}},24197:e=>{e.exports={en:["Center"],he_IL:["מרכז"]}},27567:e=>{e.exports={en:["Bottom"],he_IL:["תחתית"]}},17129:e=>{e.exports={en:["Bottom labels"],he_IL:["תוויות תחתונות"]}},79468:e=>{e.exports={en:["Background"],he_IL:["רקע"]}},81356:e=>{e.exports={en:["Grid"],he_IL:["רשת"]}},72942:e=>{e.exports={en:["Days"],he_IL:["ימים"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],he_IL:["שינוי מיקום (מחיר, בר)"]}},56796:e=>{e.exports={en:["Hours"],he_IL:["שעות"]}},95406:e=>{e.exports={en:["Horizontal"],he_IL:["אופקי"]}},21429:e=>{e.exports={en:["Inputs"],he_IL:["תשומות"]}},11626:e=>{e.exports={en:["Left"],he_IL:["שמאל"]}},65e3:e=>{e.exports={en:["Left labels"],he_IL:["תוויות שמאליות"]}},43154:e=>{e.exports={en:["Months"],he_IL:["חודשים"]}},68833:e=>{e.exports={en:["Middle"],he_IL:["אמצע"]}},42562:e=>{e.exports={en:["Minutes"],he_IL:["דקות"]}},65188:e=>{e.exports={en:["Seconds"],he_IL:["שניות"]}},58557:e=>{e.exports={en:["Price levels"],he_IL:["רמות מחיר"]}},64489:e=>{e.exports={en:["Reverse"],he_IL:["היפוך"]}},50421:e=>{e.exports={en:["Right"],he_IL:["ימין"]}},28971:e=>{e.exports={en:["Right labels"],he_IL:["תוויות ימניות"]}},835:e=>{e.exports={en:["Weeks"],he_IL:["שבועות"]}},97118:e=>{e.exports={en:["Top"],he_IL:["עליון"]}},74939:e=>{e.exports={en:["Top labels"],he_IL:["תוויות עליונות"]}},70320:e=>{e.exports={en:["Text"],he_IL:["טקסט"]}},25485:e=>{e.exports={en:["Text alignment"],he_IL:["יישור טקסט"]}},67781:e=>{e.exports={en:["Text orientation"],he_IL:["כיוון טקסט"]}},24821:e=>{e.exports={en:["Ticks"],he_IL:["טיקים"]}},58476:e=>{e.exports={en:["Time levels"],he_IL:["רמות זמן"]}},28683:e=>{e.exports={en:["Use one color"],he_IL:["השתמש בצבע אחד"]}},69526:e=>{e.exports={en:["Vertical"],he_IL:["אנכי"]}},2066:e=>{e.exports={en:["change bar X coordinate"],he_IL:["שנה בר של קואורדינטת X"]}},11737:e=>{e.exports={en:["change price Y coordinate"],he_IL:["שנה מחיר של קואורדינטת Y"]}},59577:e=>{e.exports={en:["change {title} all lines color"],he_IL:["שנה צבע כל הקווים של {title}"]}},62130:e=>{e.exports={en:["change {title} bottom labels visibility"],he_IL:["שנה נראות תוויות תחתונה של {title}"]}},13783:e=>{e.exports={en:["change {title} background transparency"],he_IL:["שנה את שקיפות הרקע של {title}"]}},30839:e=>{e.exports={en:["change {title} background visibility"],he_IL:["שנה נראות הרקע של {title}"]}},20664:e=>{e.exports={en:["change {title} grid visibility"],he_IL:["שנה את נראות הרשת של {title}"]}},36467:e=>{e.exports={en:["change {title} grid line color"],he_IL:["שנה את צבע קו הרשת של {title}"]}},54244:e=>{e.exports={en:["change {title} grid line style"],he_IL:["שנה את סגנון קו הרשת של {title}"]}},30127:e=>{e.exports={en:["change {title} grid line width"],he_IL:["שנה את רוחב קו הרשת {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],he_IL:["שנה {title} ימים ל"]}},91201:e=>{
+e.exports={en:["change {title} days from"],he_IL:["שנה {title} ימים מ"]}},8306:e=>{e.exports={en:["change {title} hours from"],he_IL:["שנה {title} שעות מ"]}},67233:e=>{e.exports={en:["change {title} hours to"],he_IL:["שנה את השעות של {title} ל"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],he_IL:["שנה קו coeff {title} רמה {index}"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],he_IL:["שנה את צבע רמת {index} השורה של {title}"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"],he_IL:["שנה את נראות רמת {index} השורה {title}"]}},63021:e=>{e.exports={en:["change {title} left labels visibility"],he_IL:["שנה נראות תוויות שמאלית של {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],he_IL:["שנה {title} חודשים מ"]}},10518:e=>{e.exports={en:["change {title} months to"],he_IL:["שנה {title} חודשים ל"]}},38011:e=>{e.exports={en:["change {title} minutes to"],he_IL:["שנה {title} דקות ל"]}},59820:e=>{e.exports={en:["change {title} minutes from"],he_IL:["שנה {title} דקות מ"]}},6573:e=>{e.exports={en:["change {title} seconds to"],he_IL:["שנה {title} שניות ל"]}},86780:e=>{e.exports={en:["change {title} seconds from"],he_IL:["שנה {title} שניות מ"]}},50762:e=>{e.exports={en:["change {title} reverse"],he_IL:["שנה {title} לאחור"]}},8390:e=>{e.exports={en:["change {title} right labels visibility"],he_IL:["שנה נראות תוויות ימנית של {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],he_IL:["שנה {title} שבועות מ"]}},18678:e=>{e.exports={en:["change {title} weeks to"],he_IL:["שנה {title} שבועות ל"]}},81301:e=>{e.exports={en:["change {title} top labels visibility"],he_IL:["שנה נראות תוויות עליונה של {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],he_IL:["שנה את הנראות של {title} בטיקים"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],he_IL:["שנה נראות של {title} על שבועות"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],he_IL:["שנה את הנראות של {title} ב-{ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],he_IL:["שנה את הנראות של {title} בימים"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],he_IL:["שנה נראות של {title} בשעות"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],he_IL:["שנה נראות של {title} על דקות"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],he_IL:["שנה נראות של {title} על חודשים"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],he_IL:["שנה נראות של {title} בשניות"]}},25167:e=>{e.exports={en:["change {propertyName} property"],he_IL:["שנה את המאפיין {propertyName}"]}},35813:e=>{e.exports={en:["days"],he_IL:["ימים"]}},89919:e=>{e.exports={en:["days to"],he_IL:["ימים ל"]}},59215:e=>{e.exports={en:["days from"],he_IL:["ימים מ"]}},77114:e=>{e.exports={en:["erase level line"],he_IL:["מחק קו רמה"]}},2359:e=>{e.exports={en:["hours"],he_IL:["שעות"]}},82267:e=>{e.exports={en:["hours from"],he_IL:["שעות מ"]}},15600:e=>{e.exports={en:["hours to"],he_IL:["שעות ל"]}},
+76261:e=>{e.exports={en:["move drawings"],he_IL:["העבר שרטוטים"]}},95300:e=>{e.exports={en:["months"],he_IL:["חודשים"]}},17250:e=>{e.exports={en:["months from"],he_IL:["חודשים מ"]}},2828:e=>{e.exports={en:["months to"],he_IL:["חודשים ל"]}},18726:e=>{e.exports={en:["minutes"],he_IL:["דקות"]}},67649:e=>{e.exports={en:["minutes to"],he_IL:["דקות ל"]}},22476:e=>{e.exports={en:["minutes from"],he_IL:["דקות מ"]}},751:e=>{e.exports={en:["seconds"],he_IL:["שניות"]}},73419:e=>{e.exports={en:["seconds to"],he_IL:["שניות ל"]}},35801:e=>{e.exports={en:["seconds from"],he_IL:["שניות מ"]}},45537:e=>{e.exports={en:["weeks"],he_IL:["שבועות"]}},92859:e=>{e.exports={en:["weeks from"],he_IL:["שבועות מ"]}},44127:e=>{e.exports={en:["weeks to"],he_IL:["שבועות ל"]}},3539:e=>{e.exports={en:["ticks"],he_IL:["טיקים"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.1341.1068954aa326300ef390.js b/public/charting_library/bundles/he_IL.1341.1068954aa326300ef390.js
new file mode 100644
index 0000000..5d82165
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.1341.1068954aa326300ef390.js
@@ -0,0 +1,6 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1341,6155,4821],{13616:e=>{e.exports={en:["#{count} (bar)"],he_IL:["# {count} (בר)"]}},80166:e=>{e.exports={en:["#{count} (price, bar)"],he_IL:["#{count} (מחיר, נר)"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"],he_IL:["4/(פ+ג+נ+ס)"]}},27311:e=>{e.exports={en:["(H + L + C)/3"],he_IL:["3/(ג+נ+ס)"]}},69303:e=>{e.exports={en:["(H + L)/2"],he_IL:["2/(ג+נ)"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],he_IL:["צבע הנר על בסיס הסגירה הקודמת"]}},78930:e=>{e.exports={en:["Coordinates"],he_IL:["קואורדינטות"]}},24197:e=>{e.exports={en:["Center"],he_IL:["מרכז"]}},84831:e=>{e.exports={en:["Close line"],he_IL:["קו סגירה"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],he_IL:["התאם נתונים לדיבידנדים"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],he_IL:["התאם לשינויים בחוזה"]}},27567:e=>{e.exports={en:["Bottom"],he_IL:["תחתית"]}},3159:e=>{e.exports={en:["Bottom line"],he_IL:["קו תחתון"]}},74406:e=>{e.exports={en:["Body"],he_IL:["גוף"]}},333:e=>{e.exports={en:["Borders"],he_IL:["גבולות"]}},42398:e=>{e.exports={en:["Base"],he_IL:["בסיס"]}},28975:e=>{e.exports={en:["Base level"],he_IL:["רמת בסיס"]}},71776:e=>{e.exports={en:["Down"],he_IL:["למטה"]}},17611:e=>{e.exports={en:["Down bars"],he_IL:["נרות ירידה"]}},23743:e=>{e.exports={en:["Down color"],he_IL:["צבע תחתון"]}},48225:e=>{e.exports={en:["Data modification"],he_IL:["התאמת נתונים"]}},72942:e=>{e.exports={en:["Days"],he_IL:["ימים"]}},16564:e=>{e.exports={en:["Default"],he_IL:["ברירת מחדל"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],he_IL:["שינוי מיקום (מחיר, בר)"]}},89212:e=>{e.exports={en:["Display inactivity gaps on intraday"]}},59777:e=>{e.exports={en:["Electronic trading hours background"],he_IL:["רקע שעות מסחר אלקטרוני"]}},819:e=>{e.exports={en:["Extend lines"],he_IL:["הרחב קווים"]}},41129:e=>{e.exports={en:["Fill"],he_IL:["למלא"]}},61112:e=>{e.exports={en:["Fill top area"],he_IL:["מלא אזור עליון"]}},73185:e=>{e.exports={en:["Fill bottom area"],he_IL:["מלא אזור תחתון"]}},56796:e=>{e.exports={en:["Hours"],he_IL:["שעות"]}},95406:e=>{e.exports={en:["Horizontal"],he_IL:["אופקי"]}},56359:e=>{e.exports={en:["High line"],he_IL:["קו גבוה"]}},47326:e=>{e.exports={en:["Integer"],he_IL:["מספר שלם"]}},21429:e=>{e.exports={en:["Inputs"],he_IL:["תשומות"]}},64075:e=>{e.exports={en:["Override min tick"],he_IL:["דריסת טיק מינימלי"]}},34579:e=>{e.exports={en:["Low line"],he_IL:["קו נמוך"]}},11626:e=>{e.exports={en:["Left"],he_IL:["שמאל"]}},43154:e=>{e.exports={en:["Months"],he_IL:["חודשים"]}},68833:e=>{e.exports={en:["Middle"],he_IL:["אמצע"]}},42562:e=>{e.exports={en:["Minutes"],he_IL:["דקות"]}},65188:e=>{e.exports={en:["Seconds"],he_IL:["שניות"]}},13350:e=>{e.exports={en:["Pearson's R"],he_IL:["מתאם פירסון R"]}},88327:e=>{e.exports={en:["Pre/post market hours background"],he_IL:["רקע שעות טרום/מסחר מאוחר"]}},59766:e=>{e.exports={en:["Precision"],he_IL:["דיוק"]}},84684:e=>{e.exports={en:["Price source"],he_IL:["מקור המחיר"]}},73466:e=>{e.exports={
+en:["Projection up bars"],he_IL:["הטלת עמודות עולות"]}},77430:e=>{e.exports={en:["Projection candles"],he_IL:["נרות הקרנה"]}},88367:e=>{e.exports={en:["Projection down bars"],he_IL:["הטלת עמודות יורדות"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"],he_IL:["מחירים אמיתיים בסולם המחיר (במקום מחיר הייקין-אשי)"]}},50421:e=>{e.exports={en:["Right"],he_IL:["ימין"]}},835:e=>{e.exports={en:["Weeks"],he_IL:["שבועות"]}},32163:e=>{e.exports={en:["Wick"],he_IL:["פתיל"]}},97118:e=>{e.exports={en:["Top"],he_IL:["עליון"]}},89349:e=>{e.exports={en:["Top line"],he_IL:["קו עליון"]}},70320:e=>{e.exports={en:["Text"],he_IL:["טקסט"]}},25485:e=>{e.exports={en:["Text alignment"],he_IL:["יישור טקסט"]}},67781:e=>{e.exports={en:["Text orientation"],he_IL:["כיוון טקסט"]}},20215:e=>{e.exports={en:["Thin bars"],he_IL:["נרות דקים"]}},24821:e=>{e.exports={en:["Ticks"],he_IL:["טיקים"]}},77073:e=>{e.exports={en:["Timezone"],he_IL:["אזור זמן"]}},22691:e=>{e.exports={en:["Up"],he_IL:["למעלה"]}},23091:e=>{e.exports={en:["Up color"],he_IL:["צבע עליון"]}},36957:e=>{e.exports={en:["Up bars"],he_IL:["נרות עליה"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"],he_IL:["השתמש בסליקה כסגירה באינטרוול יומי"]}},69526:e=>{e.exports={en:["Vertical"],he_IL:["אנכי"]}},21105:e=>{e.exports={en:["candle"],he_IL:["נר"]}},27068:e=>{e.exports={en:["change HLC bars"],he_IL:["שנה ברי HLC"]}},21201:e=>{e.exports={en:["change HLC bars color"]}},86866:e=>{e.exports={en:["change area fill color"],he_IL:["שנה את צבע מילוי השטח"]}},89346:e=>{e.exports={en:["change area line width"],he_IL:["שנה את רוחב קו השטח"]}},29605:e=>{e.exports={en:["change area line color"],he_IL:["שנה את צבע קו השטח"]}},4640:e=>{e.exports={en:["change area price source"],he_IL:["שנה מקור אזור מחיר"]}},42190:e=>{e.exports={en:["change base level"],he_IL:["שנה את רמת הבסיס"]}},71785:e=>{e.exports={en:["change baseline bottom line color"],he_IL:["שנה את צבע השורה התחתונה של קו הבסיס"]}},56175:e=>{e.exports={en:["change baseline bottom line width"],he_IL:["שנה את רוחב השורה התחתונה של קו הבסיס"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"],he_IL:["שנה את צבע השטח התחתון של מילוי קו הבסיס"]}},92873:e=>{e.exports={en:["change baseline fill top area color"],he_IL:["שנה את צבע האזור העליון של מילוי קו הבסיס"]}},68609:e=>{e.exports={en:["change baseline price source"],he_IL:["שנה את מקור המחיר הבסיסי"]}},69044:e=>{e.exports={en:["change baseline top line color"],he_IL:["שנה את צבע הקו העליון של קו הבסיס"]}},68197:e=>{e.exports={en:["change baseline top line width"],he_IL:["שנה את רוחב הקו העליון של קו הבסיס"]}},33464:e=>{e.exports={en:["change bar up color"],he_IL:["שנה את צבע הבר למעלה"]}},2066:e=>{e.exports={en:["change bar X coordinate"],he_IL:["שנה בר של קואורדינטת X"]}},59622:e=>{e.exports={en:["change bar down color"],he_IL:["שנה את צבע הבר למטה"]}},43090:e=>{e.exports={en:["change color bars based on previous close"],he_IL:["שנה ברי צבע בהתבסס על סגירה קודמת"]}},88324:e=>{e.exports={en:["change column up color"],
+he_IL:["שנה את צבע העמודה למעלה"]}},93890:e=>{e.exports={en:["change column down color"],he_IL:["שנה את צבע העמודה למטה"]}},4727:e=>{e.exports={en:["change column price source"],he_IL:["שנה מקור מחיר העמודה"]}},82063:e=>{e.exports={en:["change decimal places"],he_IL:["שנה מקומות עשרוניים"]}},44223:e=>{e.exports={en:["change extended hours color"],he_IL:["שנה את צבע השעות המורחבות"]}},47393:e=>{e.exports={en:["change electronic trading hours"],he_IL:["שינוי שעות המסחר האלקטרוניות"]}},6026:e=>{e.exports={en:["change high-low body color"],he_IL:["שנה צבע גבוה-נמוך של הגוף"]}},73021:e=>{e.exports={en:["change high-low body visibility"],he_IL:["שנה נראות גבוה-נמוך של הגוף"]}},46844:e=>{e.exports={en:["change high-low border color"],he_IL:["שנה צבע גבול גבוה-נמוך של הגוף"]}},15801:e=>{e.exports={en:["change high-low borders visibility"],he_IL:["שנה נראות גבול גבוה-נמוך של הגוף"]}},72399:e=>{e.exports={en:["change high-low labels visibility"],he_IL:["שנה נראות התוויות גבוה-נמוך"]}},56961:e=>{e.exports={en:["change high-low labels color"],he_IL:["שנה צבע התוויות גבוה-נמוך"]}},88640:e=>{e.exports={en:["change line color"],he_IL:["שנה צבע קו"]}},41837:e=>{e.exports={en:["change line price source"],he_IL:["שנה מקור מחיר קו"]}},48339:e=>{e.exports={en:["change line width"],he_IL:["שנה רוחב קו"]}},38730:e=>{e.exports={en:["change post market color"],he_IL:["שנה צבע מסחר מאוחר"]}},44371:e=>{e.exports={en:["change pre market color"],he_IL:["שנה צבע טרום מסחר"]}},11737:e=>{e.exports={en:["change price Y coordinate"],he_IL:["שנה מחיר של קואורדינטת Y"]}},16241:e=>{e.exports={en:["change range bars style"],he_IL:["שנה את סגנון ברי הטווח"]}},65821:e=>{e.exports={en:["change range thin bars"],he_IL:["שנה ברים דקים בטווח"]}},75487:e=>{e.exports={en:["change renko wick down color"],he_IL:["שנה צבע renko wick down"]}},92277:e=>{e.exports={en:["change renko wick up color"],he_IL:["שנה צבע wick up renko"]}},79604:e=>{e.exports={en:["change renko wick visibility"],he_IL:["שנה נראות של פתיל renko"]}},91109:e=>{e.exports={en:["change study overlay min tick"],he_IL:["שנה מינימום טיק של שכבת המחקר"]}},82924:e=>{e.exports={en:["change study overlay style"],he_IL:["שנה את סגנון שכבת המחקר"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"],he_IL:["שנה הצגת המחירים האמיתיים בסולם המחירים (במקום מחיר הייקן-אשי)"]}},60834:e=>{e.exports={en:["change thin bars"],he_IL:["שנה ברים דקים"]}},78509:e=>{e.exports={en:["change {title} base line color"],he_IL:["שנה את צבע קו הבסיס של {title}"]}},27864:e=>{e.exports={en:["change {title} base line style"],he_IL:["שנה את סגנון קו הבסיס של {title}"]}},96177:e=>{e.exports={en:["change {title} base line visibility"],he_IL:["שנה את נראות קו הבסיס של {title}"]}},17926:e=>{e.exports={en:["change {title} base line width"],he_IL:["שנה את רוחב קו הבסיס של {title}"]}},41638:e=>{e.exports={en:["change {title} down line color"],he_IL:["שנה את צבע הקו התחתון של {title}"]}},51842:e=>{e.exports={en:["change {title} down line style"],
+he_IL:["שנה את סגנון הקו התחתון של {title}"]}},46410:e=>{e.exports={en:["change {title} down line visibility"],he_IL:["שנה נראות קו תחתון של {title}"]}},64615:e=>{e.exports={en:["change {title} down line width"],he_IL:["שנה את רוחב הקו התחתון של {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],he_IL:["שנה {title} ימים ל"]}},91201:e=>{e.exports={en:["change {title} days from"],he_IL:["שנה {title} ימים מ"]}},76295:e=>{e.exports={en:["change {title} extend lines"],he_IL:["שנה {title} קווים מורחבים"]}},8306:e=>{e.exports={en:["change {title} hours from"],he_IL:["שנה {title} שעות מ"]}},67233:e=>{e.exports={en:["change {title} hours to"],he_IL:["שנה את השעות של {title} ל"]}},99122:e=>{e.exports={en:["change {title} months from"],he_IL:["שנה {title} חודשים מ"]}},10518:e=>{e.exports={en:["change {title} months to"],he_IL:["שנה {title} חודשים ל"]}},38011:e=>{e.exports={en:["change {title} minutes to"],he_IL:["שנה {title} דקות ל"]}},59820:e=>{e.exports={en:["change {title} minutes from"],he_IL:["שנה {title} דקות מ"]}},6573:e=>{e.exports={en:["change {title} seconds to"],he_IL:["שנה {title} שניות ל"]}},86780:e=>{e.exports={en:["change {title} seconds from"],he_IL:["שנה {title} שניות מ"]}},6207:e=>{e.exports={en:["change {title} show pearson's r"],he_IL:["שנה {title} הצג את ה-r של פירסון"]}},32481:e=>{e.exports={en:["change {title} weeks from"],he_IL:["שנה {title} שבועות מ"]}},18678:e=>{e.exports={en:["change {title} weeks to"],he_IL:["שנה {title} שבועות ל"]}},42553:e=>{e.exports={en:["change {title} up line visibility"],he_IL:["שנה את נראות הקו העליון של {title}"]}},63824:e=>{e.exports={en:["change {title} up line width"],he_IL:["שנה את רוחב הקו העליון של {title}"]}},89178:e=>{e.exports={en:["change {title} up line color"],he_IL:["שנה את צבע הקו העליון של {title}"]}},51188:e=>{e.exports={en:["change {title} up line style"],he_IL:["שנה את סגנון הקו העליון של {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],he_IL:["שנה את הנראות של {title} בטיקים"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],he_IL:["שנה נראות של {title} על שבועות"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],he_IL:["שנה את הנראות של {title} ב-{ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],he_IL:["שנה את הנראות של {title} בימים"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],he_IL:["שנה נראות של {title} בשעות"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],he_IL:["שנה נראות של {title} על דקות"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],he_IL:["שנה נראות של {title} על חודשים"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],he_IL:["שנה נראות של {title} בשניות"]}},17214:e=>{e.exports={en:["change {candleType} up border color"],he_IL:["שנה את צבע הגבול העליון של {candleType}"]}},36697:e=>{e.exports={en:["change {candleType} up color"],he_IL:["שנה צבע של {candleType}"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"],
+he_IL:["שנה את הצבע של {candleType} wick למטה"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"],he_IL:["שנה את הצבע שלwick up {candleType}"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"],he_IL:["שנה את נראות הפתיל {candleType}"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"],he_IL:["שנה נראות הגוף של {candleType}"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"],he_IL:["שנה את נראות הגבול של {candleType}"]}},20291:e=>{e.exports={en:["change {candleType} down border color"],he_IL:["שנה את צבע הגבול התחתון של {candleType}"]}},64571:e=>{e.exports={en:["change {candleType} down color"],he_IL:["שנה את הצבע התחתון של {candleType}"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"],he_IL:["שנה את צבע בר הגבול של {chartType} התחתון"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"],he_IL:["שנה את צבע בר הגבול {chartType} העליון"]}},5012:e=>{e.exports={en:["change {chartType} down color"],he_IL:["שנה את הצבע התחתון של {chartType}"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"],he_IL:["שנה את צבע בר הגבול להקרנה {chartType} העליון"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"],he_IL:["שנה את הצבע של בר ההקרנה {chartType} התחתון"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"],he_IL:["שנה את צבע בר ההקרנה {chartType} העליון"]}},6970:e=>{e.exports={en:["change {chartType} up color"],he_IL:["שנה את הצבע העליון של {chartType}"]}},66110:e=>{e.exports={en:["change {inputName} property"],he_IL:["שנה מאפיין {inputName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],he_IL:["שנה את המאפיין {propertyName}"]}},18077:e=>{e.exports={en:["adjust data for dividends"],he_IL:["להתאים נתונים לדיבידנדים"]}},1433:e=>{e.exports={en:["adjust for contract changes"],he_IL:["התאם לשינויים בחוזה"]}},35813:e=>{e.exports={en:["days"],he_IL:["ימים"]}},89919:e=>{e.exports={en:["days to"],he_IL:["ימים ל"]}},59215:e=>{e.exports={en:["days from"],he_IL:["ימים מ"]}},2359:e=>{e.exports={en:["hours"],he_IL:["שעות"]}},82267:e=>{e.exports={en:["hours from"],he_IL:["שעות מ"]}},15600:e=>{e.exports={en:["hours to"],he_IL:["שעות ל"]}},92598:e=>{e.exports={en:["hollow candles"],he_IL:["נרות חלולים"]}},76261:e=>{e.exports={en:["move drawings"],he_IL:["העבר שרטוטים"]}},95300:e=>{e.exports={en:["months"],he_IL:["חודשים"]}},17250:e=>{e.exports={en:["months from"],he_IL:["חודשים מ"]}},2828:e=>{e.exports={en:["months to"],he_IL:["חודשים ל"]}},18726:e=>{e.exports={en:["minutes"],he_IL:["דקות"]}},67649:e=>{e.exports={en:["minutes to"],he_IL:["דקות ל"]}},22476:e=>{e.exports={en:["minutes from"],he_IL:["דקות מ"]}},751:e=>{e.exports={en:["seconds"],he_IL:["שניות"]}},73419:e=>{e.exports={en:["seconds to"],he_IL:["שניות ל"]}},35801:e=>{e.exports={en:["seconds from"],he_IL:["שניות מ"]}},57243:e=>{e.exports={en:["range","ranges"],he_IL:["טווח","טווחים","טווחים","טווחים"]}},70282:e=>{e.exports={en:["renko"],he_IL:["גרף ראנקו"]}},45537:e=>{e.exports={en:["weeks"],
+he_IL:["שבועות"]}},92859:e=>{e.exports={en:["weeks from"],he_IL:["שבועות מ"]}},44127:e=>{e.exports={en:["weeks to"],he_IL:["שבועות ל"]}},28871:e=>{e.exports={en:["toggle intraday inactivity gaps"]}},3539:e=>{e.exports={en:["ticks"],he_IL:["טיקים"]}},92978:e=>{e.exports={en:["use settlement as close on daily interval"],he_IL:["השתמש בסליקה כסגירה באינטרוול יומי"]}},59644:e=>{e.exports={en:["{value} decimal","{value} decimals"],he_IL:["{value} עשרוני","{value} עשרונים","{value} עשרונים","{value} עשרונים"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.1427.8971bd84437c851f01a9.js b/public/charting_library/bundles/he_IL.1427.8971bd84437c851f01a9.js
new file mode 100644
index 0000000..e3b7a96
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.1427.8971bd84437c851f01a9.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1427,2787,6760,6155,7850,7122,5111,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],he_IL:["#{count} (מחיר, נר)"]}},78930:e=>{e.exports={en:["Coordinates"],he_IL:["קואורדינטות"]}},24197:e=>{e.exports={en:["Center"],he_IL:["מרכז"]}},6060:e=>{e.exports={en:["Add text"],he_IL:["הוסף טקסט"]}},27567:e=>{e.exports={en:["Bottom"],he_IL:["תחתית"]}},79468:e=>{e.exports={en:["Background"],he_IL:["רקע"]}},72942:e=>{e.exports={en:["Days"],he_IL:["ימים"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],he_IL:["שינוי מיקום (מחיר, בר)"]}},61856:e=>{e.exports={en:["Extend left line"],he_IL:["הרחב את הקו השמאלי"]}},87430:e=>{e.exports={en:["Extend right line"],he_IL:["הרחב את הקו הימני"]}},95279:e=>{e.exports={en:["Full circles"],he_IL:["מעגלים מלאים"]}},56796:e=>{e.exports={en:["Hours"],he_IL:["שעות"]}},95406:e=>{e.exports={en:["Horizontal"],he_IL:["אופקי"]}},21429:e=>{e.exports={en:["Inputs"],he_IL:["תשומות"]}},79650:e=>{e.exports={en:["Levels"],he_IL:["רמות"]}},11626:e=>{e.exports={en:["Left"],he_IL:["שמאל"]}},43154:e=>{e.exports={en:["Months"],he_IL:["חודשים"]}},68833:e=>{e.exports={en:["Middle"],he_IL:["אמצע"]}},42562:e=>{e.exports={en:["Minutes"],he_IL:["דקות"]}},65188:e=>{e.exports={en:["Seconds"],he_IL:["שניות"]}},50421:e=>{e.exports={en:["Right"],he_IL:["ימין"]}},835:e=>{e.exports={en:["Weeks"],he_IL:["שבועות"]}},97118:e=>{e.exports={en:["Top"],he_IL:["עליון"]}},70320:e=>{e.exports={en:["Text"],he_IL:["טקסט"]}},25485:e=>{e.exports={en:["Text alignment"],he_IL:["יישור טקסט"]}},67781:e=>{e.exports={en:["Text orientation"],he_IL:["כיוון טקסט"]}},24821:e=>{e.exports={en:["Ticks"],he_IL:["טיקים"]}},51574:e=>{e.exports={en:["Trend line"],he_IL:["קו מגמה"]}},28683:e=>{e.exports={en:["Use one color"],he_IL:["השתמש בצבע אחד"]}},69526:e=>{e.exports={en:["Vertical"],he_IL:["אנכי"]}},2066:e=>{e.exports={en:["change bar X coordinate"],he_IL:["שנה בר של קואורדינטת X"]}},11737:e=>{e.exports={en:["change price Y coordinate"],he_IL:["שנה מחיר של קואורדינטת Y"]}},59577:e=>{e.exports={en:["change {title} all lines color"],he_IL:["שנה צבע כל הקווים של {title}"]}},13783:e=>{e.exports={en:["change {title} background transparency"],he_IL:["שנה את שקיפות הרקע של {title}"]}},30839:e=>{e.exports={en:["change {title} background visibility"],he_IL:["שנה נראות הרקע של {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],he_IL:["שנה {title} ימים ל"]}},91201:e=>{e.exports={en:["change {title} days from"],he_IL:["שנה {title} ימים מ"]}},30484:e=>{e.exports={en:["change {title} full circles visibility"],he_IL:["שנה את נראות המעגלים המלאים של {title}"]}},8306:e=>{e.exports={en:["change {title} hours from"],he_IL:["שנה {title} שעות מ"]}},67233:e=>{e.exports={en:["change {title} hours to"],he_IL:["שנה את השעות של {title} ל"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],he_IL:["שנה קו coeff {title} רמה {index}"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],he_IL:["שנה את צבע רמת {index} השורה של {title}"]}},
+51403:e=>{e.exports={en:["change {title} level {index} line visibility"],he_IL:["שנה את נראות רמת {index} השורה {title}"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"],he_IL:["שנה את רוחב רמת השורה{index} של {title}"]}},54517:e=>{e.exports={en:["change {title} levels visibility"],he_IL:["שנה את הנראות של הרמות {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],he_IL:["שנה {title} חודשים מ"]}},10518:e=>{e.exports={en:["change {title} months to"],he_IL:["שנה {title} חודשים ל"]}},38011:e=>{e.exports={en:["change {title} minutes to"],he_IL:["שנה {title} דקות ל"]}},59820:e=>{e.exports={en:["change {title} minutes from"],he_IL:["שנה {title} דקות מ"]}},6573:e=>{e.exports={en:["change {title} seconds to"],he_IL:["שנה {title} שניות ל"]}},86780:e=>{e.exports={en:["change {title} seconds from"],he_IL:["שנה {title} שניות מ"]}},32481:e=>{e.exports={en:["change {title} weeks from"],he_IL:["שנה {title} שבועות מ"]}},18678:e=>{e.exports={en:["change {title} weeks to"],he_IL:["שנה {title} שבועות ל"]}},57122:e=>{e.exports={en:["change {title} text"],he_IL:["שנה את הטקסט של {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],he_IL:["שנה את הנראות של {title} בטיקים"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],he_IL:["שנה נראות של {title} על שבועות"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],he_IL:["שנה את הנראות של {title} ב-{ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],he_IL:["שנה את הנראות של {title} בימים"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],he_IL:["שנה נראות של {title} בשעות"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],he_IL:["שנה נראות של {title} על דקות"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],he_IL:["שנה נראות של {title} על חודשים"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],he_IL:["שנה נראות של {title} בשניות"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],he_IL:["שנה נראות השורה של {toolName}"]}},19541:e=>{e.exports={en:["change {toolName} line width"],he_IL:["שנה את רוחב השורה של {toolName}"]}},24059:e=>{e.exports={en:["change {toolName} line color"],he_IL:["שנה את צבע הקו של {toolName}"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],he_IL:["שנה את השורה {toolName} הנמשכת שמאלה"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],he_IL:["שנה את הקו של {toolName} הנמשך ימינה"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],he_IL:["שנה את השורה השמאלית של {toolName}"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],he_IL:["שנה את השורה הימנית של {toolName}"]}},66429:e=>{e.exports={en:["change {toolName} line style"],he_IL:["שנה את סגנון השורה של {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],he_IL:["שנה את המאפיין {propertyName}"]}},35813:e=>{e.exports={en:["days"],he_IL:["ימים"]}},89919:e=>{e.exports={en:["days to"],he_IL:["ימים ל"]}},59215:e=>{e.exports={
+en:["days from"],he_IL:["ימים מ"]}},77114:e=>{e.exports={en:["erase level line"],he_IL:["מחק קו רמה"]}},2359:e=>{e.exports={en:["hours"],he_IL:["שעות"]}},82267:e=>{e.exports={en:["hours from"],he_IL:["שעות מ"]}},15600:e=>{e.exports={en:["hours to"],he_IL:["שעות ל"]}},76261:e=>{e.exports={en:["move drawings"],he_IL:["העבר שרטוטים"]}},95300:e=>{e.exports={en:["months"],he_IL:["חודשים"]}},17250:e=>{e.exports={en:["months from"],he_IL:["חודשים מ"]}},2828:e=>{e.exports={en:["months to"],he_IL:["חודשים ל"]}},18726:e=>{e.exports={en:["minutes"],he_IL:["דקות"]}},67649:e=>{e.exports={en:["minutes to"],he_IL:["דקות ל"]}},22476:e=>{e.exports={en:["minutes from"],he_IL:["דקות מ"]}},751:e=>{e.exports={en:["seconds"],he_IL:["שניות"]}},73419:e=>{e.exports={en:["seconds to"],he_IL:["שניות ל"]}},35801:e=>{e.exports={en:["seconds from"],he_IL:["שניות מ"]}},45537:e=>{e.exports={en:["weeks"],he_IL:["שבועות"]}},92859:e=>{e.exports={en:["weeks from"],he_IL:["שבועות מ"]}},44127:e=>{e.exports={en:["weeks to"],he_IL:["שבועות ל"]}},3539:e=>{e.exports={en:["ticks"],he_IL:["טיקים"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.1432.d43e80e1d49b8e361fa5.js b/public/charting_library/bundles/he_IL.1432.d43e80e1d49b8e361fa5.js
new file mode 100644
index 0000000..002b651
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.1432.d43e80e1d49b8e361fa5.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1432,2787,6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],he_IL:["#{count} (מחיר, נר)"]}},78930:e=>{e.exports={en:["Coordinates"],he_IL:["קואורדינטות"]}},24197:e=>{e.exports={en:["Center"],he_IL:["מרכז"]}},27567:e=>{e.exports={en:["Bottom"],he_IL:["תחתית"]}},79468:e=>{e.exports={en:["Background"],he_IL:["רקע"]}},72942:e=>{e.exports={en:["Days"],he_IL:["ימים"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],he_IL:["שינוי מיקום (מחיר, בר)"]}},61856:e=>{e.exports={en:["Extend left line"],he_IL:["הרחב את הקו השמאלי"]}},87430:e=>{e.exports={en:["Extend right line"],he_IL:["הרחב את הקו הימני"]}},56796:e=>{e.exports={en:["Hours"],he_IL:["שעות"]}},95406:e=>{e.exports={en:["Horizontal"],he_IL:["אופקי"]}},21429:e=>{e.exports={en:["Inputs"],he_IL:["תשומות"]}},11626:e=>{e.exports={en:["Left"],he_IL:["שמאל"]}},43154:e=>{e.exports={en:["Months"],he_IL:["חודשים"]}},68833:e=>{e.exports={en:["Middle"],he_IL:["אמצע"]}},42562:e=>{e.exports={en:["Minutes"],he_IL:["דקות"]}},65188:e=>{e.exports={en:["Seconds"],he_IL:["שניות"]}},50421:e=>{e.exports={en:["Right"],he_IL:["ימין"]}},835:e=>{e.exports={en:["Weeks"],he_IL:["שבועות"]}},97118:e=>{e.exports={en:["Top"],he_IL:["עליון"]}},70320:e=>{e.exports={en:["Text"],he_IL:["טקסט"]}},25485:e=>{e.exports={en:["Text alignment"],he_IL:["יישור טקסט"]}},67781:e=>{e.exports={en:["Text orientation"],he_IL:["כיוון טקסט"]}},24821:e=>{e.exports={en:["Ticks"],he_IL:["טיקים"]}},69526:e=>{e.exports={en:["Vertical"],he_IL:["אנכי"]}},2066:e=>{e.exports={en:["change bar X coordinate"],he_IL:["שנה בר של קואורדינטת X"]}},11737:e=>{e.exports={en:["change price Y coordinate"],he_IL:["שנה מחיר של קואורדינטת Y"]}},30839:e=>{e.exports={en:["change {title} background visibility"],he_IL:["שנה נראות הרקע של {title}"]}},49765:e=>{e.exports={en:["change {title} background color"],he_IL:["שנה את צבע הרקע של {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],he_IL:["שנה {title} ימים ל"]}},91201:e=>{e.exports={en:["change {title} days from"],he_IL:["שנה {title} ימים מ"]}},8306:e=>{e.exports={en:["change {title} hours from"],he_IL:["שנה {title} שעות מ"]}},67233:e=>{e.exports={en:["change {title} hours to"],he_IL:["שנה את השעות של {title} ל"]}},99122:e=>{e.exports={en:["change {title} months from"],he_IL:["שנה {title} חודשים מ"]}},10518:e=>{e.exports={en:["change {title} months to"],he_IL:["שנה {title} חודשים ל"]}},38011:e=>{e.exports={en:["change {title} minutes to"],he_IL:["שנה {title} דקות ל"]}},59820:e=>{e.exports={en:["change {title} minutes from"],he_IL:["שנה {title} דקות מ"]}},6573:e=>{e.exports={en:["change {title} seconds to"],he_IL:["שנה {title} שניות ל"]}},86780:e=>{e.exports={en:["change {title} seconds from"],he_IL:["שנה {title} שניות מ"]}},32481:e=>{e.exports={en:["change {title} weeks from"],he_IL:["שנה {title} שבועות מ"]}},18678:e=>{e.exports={en:["change {title} weeks to"],he_IL:["שנה {title} שבועות ל"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],he_IL:["שנה את הנראות של {title} בטיקים"]}
+},71084:e=>{e.exports={en:["change {title} visibility on weeks"],he_IL:["שנה נראות של {title} על שבועות"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],he_IL:["שנה את הנראות של {title} ב-{ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],he_IL:["שנה את הנראות של {title} בימים"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],he_IL:["שנה נראות של {title} בשעות"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],he_IL:["שנה נראות של {title} על דקות"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],he_IL:["שנה נראות של {title} על חודשים"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],he_IL:["שנה נראות של {title} בשניות"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],he_IL:["שנה נראות השורה של {toolName}"]}},19541:e=>{e.exports={en:["change {toolName} line width"],he_IL:["שנה את רוחב השורה של {toolName}"]}},24059:e=>{e.exports={en:["change {toolName} line color"],he_IL:["שנה את צבע הקו של {toolName}"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],he_IL:["שנה את השורה {toolName} הנמשכת שמאלה"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],he_IL:["שנה את הקו של {toolName} הנמשך ימינה"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],he_IL:["שנה את השורה השמאלית של {toolName}"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],he_IL:["שנה את השורה הימנית של {toolName}"]}},66429:e=>{e.exports={en:["change {toolName} line style"],he_IL:["שנה את סגנון השורה של {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],he_IL:["שנה את המאפיין {propertyName}"]}},35813:e=>{e.exports={en:["days"],he_IL:["ימים"]}},89919:e=>{e.exports={en:["days to"],he_IL:["ימים ל"]}},59215:e=>{e.exports={en:["days from"],he_IL:["ימים מ"]}},2359:e=>{e.exports={en:["hours"],he_IL:["שעות"]}},82267:e=>{e.exports={en:["hours from"],he_IL:["שעות מ"]}},15600:e=>{e.exports={en:["hours to"],he_IL:["שעות ל"]}},76261:e=>{e.exports={en:["move drawings"],he_IL:["העבר שרטוטים"]}},95300:e=>{e.exports={en:["months"],he_IL:["חודשים"]}},17250:e=>{e.exports={en:["months from"],he_IL:["חודשים מ"]}},2828:e=>{e.exports={en:["months to"],he_IL:["חודשים ל"]}},18726:e=>{e.exports={en:["minutes"],he_IL:["דקות"]}},67649:e=>{e.exports={en:["minutes to"],he_IL:["דקות ל"]}},22476:e=>{e.exports={en:["minutes from"],he_IL:["דקות מ"]}},751:e=>{e.exports={en:["seconds"],he_IL:["שניות"]}},73419:e=>{e.exports={en:["seconds to"],he_IL:["שניות ל"]}},35801:e=>{e.exports={en:["seconds from"],he_IL:["שניות מ"]}},45537:e=>{e.exports={en:["weeks"],he_IL:["שבועות"]}},92859:e=>{e.exports={en:["weeks from"],he_IL:["שבועות מ"]}},44127:e=>{e.exports={en:["weeks to"],he_IL:["שבועות ל"]}},3539:e=>{e.exports={en:["ticks"],he_IL:["טיקים"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.1629.7afd8c16ef79eab8b22e.js b/public/charting_library/bundles/he_IL.1629.7afd8c16ef79eab8b22e.js
new file mode 100644
index 0000000..582e211
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.1629.7afd8c16ef79eab8b22e.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1629],{80473:e=>{e.exports={en:["Add column to right"],he_IL:["הוסף עמודה לימין"]}},61702:e=>{e.exports={en:["Add row below"],he_IL:["הוסף שורה למטה"]}},33500:e=>{e.exports={en:["Remove column"],he_IL:["הסר עמודה"]}},85069:e=>{e.exports={en:["Remove row"],he_IL:["הסר שורה"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.1715.48491249cfe3a1a8a335.js b/public/charting_library/bundles/he_IL.1715.48491249cfe3a1a8a335.js
new file mode 100644
index 0000000..9d37e90
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.1715.48491249cfe3a1a8a335.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1715],{79355:e=>{e.exports={en:["Save template as"],he_IL:["שמור תבנית בשם"]}},41018:e=>{e.exports={en:["Template '{themeName}' already exists. Do you really want to replace it?"],he_IL:["התבנית '{themeName}' כבר קיימת. אתה באמת רוצה להחליף אותה?"]}},59233:e=>{e.exports={en:["Template name"],he_IL:["שם תבנית"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.2134.fb8463bf93e547b8a24f.js b/public/charting_library/bundles/he_IL.2134.fb8463bf93e547b8a24f.js
new file mode 100644
index 0000000..7bb6201
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.2134.fb8463bf93e547b8a24f.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2134,4109],{14143:e=>{e.exports={en:["currency"],he_IL:["מַטְבֵּעַ"]}},53288:e=>{e.exports={en:["animals & nature"],he_IL:["בעלי חיים וטבע"]}},21311:e=>{e.exports={en:["activity"],he_IL:["פעילות"]}},74245:e=>{e.exports={en:["arrows"],he_IL:["חצים"]}},51853:e=>{e.exports={en:["gestures & smileys"],he_IL:["מחוות וסמיילי"]}},90678:e=>{e.exports={en:["food & drink"],he_IL:["אוכל ושתייה"]}},6715:e=>{e.exports={en:["flags"],he_IL:["דגלים"]}},98355:e=>{e.exports={en:["objects"],he_IL:["אובייקטים"]}},10522:e=>{e.exports={en:["nature"],he_IL:["טבע"]}},43438:e=>{e.exports={en:["smiles & people"],he_IL:["חיוכים ואנשים"]}},40457:e=>{e.exports={en:["symbols"],he_IL:["סימולים"]}},33282:e=>{e.exports={en:["symbols & flags"],he_IL:["סימולים ודגלים"]}},88906:e=>{e.exports={en:["recently used"],he_IL:["נעשה בו שימוש לאחרונה"]}},28562:e=>{e.exports={en:["travel & places"],he_IL:["נסיעות ומקומות"]}},93111:e=>{e.exports={en:["Content"],he_IL:["תוכן"]}},59934:e=>{e.exports={en:["Channels"],he_IL:["ערוצים"]}},81578:e=>{e.exports={en:["Cursors"],he_IL:["סמנים"]}},77915:e=>{e.exports={en:["Cycles"],he_IL:["מחזורים"]}},32064:e=>{e.exports={en:["Annotation tools"],he_IL:["כלי ביאור"]}},69207:e=>{e.exports={en:["Add to favorites"],he_IL:["הוסף למועדפים"]}},19147:e=>{e.exports={en:["Arrows"],he_IL:["חצים"]}},65695:e=>{e.exports={en:["Brushes"],he_IL:["מברשות"]}},51494:e=>{e.exports={en:["Gann"],he_IL:["גאן"]}},2654:e=>{e.exports={en:["Gann and Fibonacci tools"],he_IL:["כלי גאן ופיבונאצ'י"]}},22145:e=>{e.exports={en:["Geometric shapes"],he_IL:["צורות גאומטריות"]}},57157:e=>{e.exports={en:["Dot"],he_IL:["נקודה"]}},14939:e=>{e.exports={en:["Demonstration"],he_IL:["הדגמה"]}},16290:e=>{e.exports={en:["Emojis"],he_IL:["אמוג'ים"]}},44255:e=>{e.exports={en:["Elliott waves"],he_IL:["גלי אליוט"]}},8727:e=>{e.exports={en:["Eraser"],he_IL:["מחק"]}},1410:e=>{e.exports={en:["Forecasting and measurement tools"],he_IL:["כלי חיזוי ומדידה"]}},26578:e=>{e.exports={en:["Fibonacci"],he_IL:["פיבונאצ'י"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"],he_IL:["החזק את {hotKey_0} לשרטוט זמני"]}},99838:e=>{e.exports={en:["Hide Drawings Toolbar"],he_IL:["הסתר את סרגל השרטוט"]}},95343:e=>{e.exports={en:["Hide options"],he_IL:["הסתר אפשרויות"]}},73829:e=>{e.exports={en:["Icons"],he_IL:["סמלים"]}},79451:e=>{e.exports={en:["Lock all drawings"],he_IL:["נעל כלי שרטוט"]}},35553:e=>{e.exports={en:["Magic"],he_IL:["קסם"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"],he_IL:["מצב מגנט מצמיד שרטוטים ליד עמודות מחיר לערך OHLC הקרוב"]}},41964:e=>{e.exports={en:["Magnets"]}},91563:e=>{e.exports={en:["Measure"],he_IL:["מדידה"]}},97050:e=>{e.exports={en:["Measurer"],he_IL:["מודד"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"],he_IL:["שרטוטים חדשים מועתקים לכל הגרפים בפריסה ומוצגים כאשר אותו הטיקר נבחר"]}},65781:e=>{e.exports={en:["Shapes"],he_IL:["צורות"]}},
+32579:e=>{e.exports={en:["Show Drawings Toolbar"],he_IL:["הצג סרגל כלי השרטוט"]}},51465:e=>{e.exports={en:["Show Favorite Drawing Tools Toolbar"],he_IL:["הצג סרגל כלי-שרטוט מועדפים"]}},3154:e=>{e.exports={en:["Show Hidden Tools"],he_IL:["הצג כלים מוסתרים"]}},85786:e=>{e.exports={en:["Show Object Tree"],he_IL:["הצג עץ אובייקטים"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],he_IL:["הישאר במצב שרטוט"]}},50428:e=>{e.exports={en:["Stickers"],he_IL:["מדבקות"]}},94593:e=>{e.exports={en:["Strong Magnet"],he_IL:["מגנט חזק"]}},46417:e=>{e.exports={en:["Patterns"],he_IL:["תבניות"]}},36167:e=>{e.exports={en:["Pitchforks"],he_IL:["קלשונים"]}},57118:e=>{e.exports={en:["Remove Drawings"],he_IL:["הסר שרטוטים"]}},25852:e=>{e.exports={en:["Remove objects"],he_IL:["הסר אובייקטים"]}},2671:e=>{e.exports={en:["Remove options"],he_IL:["הסר אפשרויות"]}},96374:e=>{e.exports={en:["Remove drawings"],he_IL:["הסר שרטוטים"]}},53981:e=>{e.exports={en:["Remove drawings & indicators"],he_IL:["הסר שרטוטים ואינדיקטורים"]}},85106:e=>{e.exports={en:["Remove from favorites"],he_IL:["הסר ממועדפים"]}},99984:e=>{e.exports={en:["Remove indicators"],he_IL:["הסר מחוונים"]}},47550:e=>{e.exports={en:["Remove selected emoji"],he_IL:["הסר את האמוג'י שנבחר"]}},3519:e=>{e.exports={en:["Weak Magnet"],he_IL:["מגנט חלש"]}},65831:e=>{e.exports={en:["Text & Notes"],he_IL:["טקסט והערות"]}},48773:e=>{e.exports={en:["Trend line tools"],he_IL:["קווי מגמה - כלים"]}},69260:e=>{e.exports={en:["Volume-based"],he_IL:["מבוסס נפח"]}},55774:e=>{e.exports={en:["Zoom In"],he_IL:["הגדל"]}},37310:e=>{e.exports={en:["Zoom Out"],he_IL:["הקטן"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"],he_IL:["{hotKey_0} + לחיצה על הגרף"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"],he_IL:["{hotKey_0} — עיגול"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"],he_IL:["{hotKey_0} - צייר קו ישר בזוויות של 45"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"],he_IL:["{hotKey_0} — מרווחים קבועים"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"],he_IL:["{hotKey_0} — ריבוע"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.2199.5cc70080a81e97402902.js b/public/charting_library/bundles/he_IL.2199.5cc70080a81e97402902.js
new file mode 100644
index 0000000..6830a64
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.2199.5cc70080a81e97402902.js
@@ -0,0 +1,7 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2199],{48473:e=>{e.exports={en:["Real-time data for {symbolName}"],he_IL:["נתונים בזמן אמת ל {symbolName}"]}},84455:e=>{e.exports={en:["is provided by {exchange} exchange."],he_IL:["מסופק על ידי בורסת {exchange}."]}},97349:e=>{e.exports={en:["Fr"],he_IL:["שישי"]}},30961:e=>{e.exports={en:["Mo"],he_IL:["שני"]}},94748:e=>{e.exports={en:["Sa"],he_IL:["שבת"]}},75005:e=>{e.exports={en:["Su"],he_IL:["ראשון"]}},92578:e=>{e.exports={en:["We"]}},8765:e=>{e.exports={en:["Th"],he_IL:["חמישי"]}},9135:e=>{e.exports={en:["Tu"],he_IL:["שלישי"]}},43206:e=>{e.exports={en:["Could not get Pine source code."],he_IL:["לא ניתן לקבל קוד מקור"]}},65495:e=>{e.exports={en:["Collapse pane"],he_IL:["פאנל ממוזער"]}},40225:e=>{e.exports={en:["Continuous futures contracts"],he_IL:["חוזים עתידיים מתמשכים"]}},60657:e=>{e.exports={en:["Contract expired"],he_IL:["חוזה פג"]}},58796:e=>{e.exports={en:["Cboe One"],he_IL:["Cboe BZX"]}},63245:e=>{e.exports={en:["Change symbol"],he_IL:["שנה סימול"]}},45639:e=>{e.exports={en:["Chart values"],he_IL:["ערכי גרף"]}},28214:e=>{e.exports={en:["Create a free account"],he_IL:["צור חשבון בחינם"]}},39301:e=>{e.exports={en:["All good things must come to an end - this contract has reached expiry!"],he_IL:["כל הדברים הטובים חייבים להסתיים - החוזה הזה הגיע לתפוגה!"]}},29938:e=>{e.exports={en:["All's well — market is open."],he_IL:["הכל בסדר - השוק פתוח."]}},28896:e=>{e.exports={en:["April"],he_IL:["אפריל"]}},11081:e=>{e.exports={en:["August"],he_IL:["אוגוסט"]}},10842:e=>{e.exports={en:["Bar change values"],he_IL:["ערכי שינוי הנר"]}},70032:e=>{e.exports={en:["Buy real-time data"],he_IL:["קנה נתונים בזמן אמת"]}},99452:e=>{e.exports={en:["Go to editor"],he_IL:["גש לעורך"]}},13930:e=>{e.exports={en:["Double click"],he_IL:["לחץ לחיצה כפולה"]}},78992:e=>{e.exports={en:["Data error"],he_IL:["בעיית נתונים"]}},32925:e=>{e.exports={en:["Data is updated once a day."],he_IL:["הנתונים מתעדכנים פעם ביום."]}},33039:e=>{e.exports={en:["Data is updated once per second, even if there are more updates on the market."],he_IL:["הנתונים מתעדכנים פעם בשנייה, גם אם ישנם עדכונים נוספים בשוק."]}},43348:e=>{e.exports={en:["Data is delayed"],he_IL:["הנתונים מעוכבים"]}},38368:e=>{e.exports={en:["Data on our Basic plan is updated once per second, even if there are more updates on the market."],he_IL:["הנתונים על התוכנית הבסיסית שלנו מתעדכנים פעם בשנייה, גם אם יש עדכונים נוספים בשוק."]}},90082:e=>{e.exports={en:["December"],he_IL:["דצמבר"]}},19679:e=>{e.exports={en:["Defaulted bond"],he_IL:['אג"ח ברירת מחדל']}},66260:e=>{e.exports={en:["Delete pane"],he_IL:["מחק את החלונית"]}},54602:e=>{e.exports={en:["Delisted"],he_IL:["הוסר מהרשימה"]}},31683:e=>{e.exports={en:["Delisted alert"],he_IL:["התראה על הסרה"]}},50035:e=>{e.exports={en:["Derived Data"],he_IL:["נתונים נגזרים"]}},5805:e=>{e.exports={en:["End of day data"],he_IL:["נתוני סוף יום"]}},57335:e=>{e.exports={en:["Error"],he_IL:["שגיאה"]}},23302:e=>{e.exports={en:["Evening. Market is open for post-market trading."],
+he_IL:["ערב. השוק פתוח למסחר מאוחר post-market."]}},43383:e=>{e.exports={en:["Exchange disclaimer"],he_IL:["הצהרת בורסה"]}},63538:e=>{e.exports={en:["Exchange timezone"],he_IL:["אזור זמן של הבורסה"]}},81069:e=>{e.exports={en:["February"],he_IL:["פברואר"]}},5447:e=>{e.exports={en:["Fill out Exchange Agreements"],he_IL:["מלא את הסכמי הבורסה"]}},44454:e=>{e.exports={en:["Flag Symbol"],he_IL:["סימול דגל"]}},22928:e=>{e.exports={en:["Fri"],he_IL:["שישי"]}},3570:e=>{e.exports={en:["Friday"],he_IL:["יום שישי"]}},59269:e=>{e.exports={en:["From our family to yours, wishing you a merry festive season."],he_IL:["מהמשפחה שלנו לשלכם, מאחלים לכם חג שמח."]}},14181:e=>{e.exports={en:["HKEX and/or any subsidiaries endeavour to ensure the accuracy and reliability of the information provided but do not guarantee its accuracy or reliability and accept no liability (whether in tort or contract or otherwise) for any loss or damage arising from any inaccuracies or omissions."],he_IL:["HKEX ו/או חברות בנות כלשהן משתדלות להבטיח את הדיוק והאמינות של המידע המסופק אך אינן מבטיחות את דיוקו או מהימנותו ואינן נושאות באחריות (בין אם בנזיקין או בחוזה או בכל דרך אחרת) לכל אובדן או נזק הנובע מאי דיוקים או מחדלים כלשהם."]}},87845:e=>{e.exports={en:["Holiday"],he_IL:["חג"]}},75119:e=>{e.exports={en:["Halal symbol"],he_IL:["סימול חלאל Halal"]}},34987:e=>{e.exports={en:["Happy holidays, traders"],he_IL:["חג שמח, סוחרים"]}},44036:e=>{e.exports={en:["Indicator arguments"],he_IL:["ארגומנטים של אינדיקטור"]}},10319:e=>{e.exports={en:["Indicator error"],he_IL:["שגיאת אינדיקטור"]}},7511:e=>{e.exports={en:["Indicator titles"],he_IL:["כותרות מתנד"]}},51353:e=>{e.exports={en:["Indicator values"],he_IL:["ערכי מתנד"]}},48758:e=>{e.exports={en:["Indicators update"],he_IL:["עדכון אינדיקטורים"]}},95400:e=>{e.exports={en:["If you'd like {listedExchange} real-time data you'll need to complete an Exchange Agreement. Don't worry, it only takes a few clicks"],he_IL:["אם אתה מעוניין בנתונים בזמן אמת של {listedExchange} תצטרך להשלים הסכם Exchange. אל דאגה, זה לוקח רק כמה לחיצות"]}},43094:e=>{e.exports={en:["It'll close in {remainingTime}."],he_IL:["זה ייסגר בעוד {remainingTime}."]}},81509:e=>{e.exports={en:["It'll go to post-market trading in {remainingTime}."],he_IL:["זה יעבור למסחר המאוחר, פוסט מארקט ב-{remainingTime}."]}},58470:e=>{e.exports={en:["It'll open for pre-market trading in {remainingTime}."],he_IL:["הוא ייפתח לטרום מסחר פרה-מארקט ב-{remainingTime}."]}},99822:e=>{e.exports={en:["It'll open in {remainingTime}."],he_IL:["הוא ייפתח בעוד {remainingTime}."]}},66595:e=>{e.exports={en:["It’ll open fully in {remainingTime}."],he_IL:["זה ייפתח במלואו ב-{remainingTime}."]}},200:e=>{e.exports={en:["January"],he_IL:["ינואר"]}},6608:e=>{e.exports={en:["July"],he_IL:["יולי"]}},61487:e=>{e.exports={en:["June"],he_IL:["יוני"]}},91006:e=>{e.exports={en:["One update per second"],he_IL:["עדכון אחד מידי שנייה"]}},79744:e=>{e.exports={en:["Oops. Something has gone wrong with one or more of your indicators. Please expand the indicator list for more details."],
+he_IL:["אופס. משהו השתבש באחד או יותר מהאינדיקטורים שלך. אנא הרחב את רשימת האינדיקטורים לפרטים נוספים."]}},64730:e=>{e.exports={en:["Oops. Something has gone wrong with one or more of your indicators. Resize the panes to see the details."],he_IL:["אופס. משהו השתבש באחד או יותר מהאינדיקטורים שלך. שנה את גודל החלוניות כדי לראות את הפרטים."]}},84937:e=>{e.exports={en:["Obligation not paid. Issuer payments are over a month late, this is due to coupon or principal debt."],he_IL:["התחייבות לא שולמה. תשלומי המנפיק באיחור של למעלה מחודש, זאת בשל קופון או חוב קרן."]}},37997:e=>{e.exports={en:["October"],he_IL:["אוקטובר"]}},25765:e=>{e.exports={en:["Open market status"],he_IL:["מצב שוק פתוח"]}},72723:e=>{e.exports={en:["Opened in detached editor"],he_IL:["נפתח בעורך מנותק"]}},39664:e=>{e.exports={en:["Opened in editor"],he_IL:["נפתח בעורך"]}},72423:e=>{e.exports={en:["Last day change values"],he_IL:["ערכי שינוי היום האחרון"]}},1356:e=>{e.exports={en:["Let it snow"],he_IL:["תן לשלג לרדת"]}},27741:e=>{e.exports={en:["Learn more"],he_IL:["למד עוד"]}},12948:e=>{e.exports={en:["Move pane down"],he_IL:["הזז חלונית למטה"]}},7310:e=>{e.exports={en:["Move pane up"],he_IL:["הזז חלונית למעלה"]}},37150:e=>{e.exports={en:["Mon"],he_IL:["שני"]}},19573:e=>{e.exports={en:["Monday"],he_IL:["יום שני"]}},37117:e=>{e.exports={en:["More"],he_IL:["עוד"]}},65420:e=>{e.exports={en:["Morning. Market is open for pre-market trading."],he_IL:["בקר. השוק פתוח כעת לטרום מסחר, פרה-מרקט בלבד."]}},61206:e=>{e.exports={en:["Maximize chart"],he_IL:["הגדל גרף"]}},90165:e=>{e.exports={en:["Maximize pane"],he_IL:["הגדל חלונית"]}},25734:e=>{e.exports={en:["May"],he_IL:["מאי"]}},75018:e=>{e.exports={en:["Manage panes"],he_IL:["נהל חלונות"]}},93878:e=>{e.exports={en:["March"],he_IL:["מרץ"]}},41410:e=>{e.exports={en:["Market open"],he_IL:["שוק פתוח"]}},62464:e=>{e.exports={en:["Market closed"],he_IL:["השוק סגור"]}},41392:e=>{e.exports={en:["Market is currently on holiday. Lucky them."],he_IL:["השוק נמצא כרגע בחופשה. כיף להם."]}},4607:e=>{e.exports={en:["November"],he_IL:["נובמבר"]}},87142:e=>{e.exports={en:["Source code"],he_IL:["קוד מקור"]}},32273:e=>{e.exports={en:["Sat"],he_IL:["שבת"]}},30348:e=>{e.exports={en:["Saturday"],he_IL:["יום שבת"]}},90761:e=>{e.exports={en:["Scroll to the left"],he_IL:["גלול לשמאל"]}},83040:e=>{e.exports={en:["Scroll to the most recent bar"],he_IL:["גלול לבר העדכני ביותר"]}},25131:e=>{e.exports={en:["Scroll to the right"],he_IL:["גלול לימין"]}},32179:e=>{e.exports={en:["September"],he_IL:["ספטמבר"]}},85786:e=>{e.exports={en:["Show Object Tree"],he_IL:["הצג עץ אובייקטים"]}},74759:e=>{e.exports={en:["Show interval settings"],he_IL:["הצג הגדרות אינטרוולים"]}},86158:e=>{e.exports={en:["Study Error"],he_IL:["שגיאת מחקר"]}},96341:e=>{e.exports={en:["Stop the snow"],he_IL:["עצור את השלג"]}},77493:e=>{e.exports={en:["Sun"],he_IL:["יום ראשון"]}},61480:e=>{e.exports={en:["Sunday"],he_IL:["יום ראשון"]}},23079:e=>{e.exports={en:["Symbol price source"],he_IL:["מקור מחיר הסימול"]}},14771:e=>{e.exports={en:["Symbol title"],he_IL:["כותרת סימול"]}},
+71847:e=>{e.exports={en:["Synthetic instruments combining individual contracts. The 1! contract represents the front-month (nearest expiration) while the 2! represents the second nearest expiration."],he_IL:["מכשירים סינתטיים המשלבים חוזים אישיים. ה-1! החוזה מייצג את החודש הקדמי (התפוגה הקרובה ביותר) ואילו ה-2! מייצג את התפוגה השנייה הקרובה ביותר."]}},44138:e=>{e.exports={en:["Synthetic symbol"],he_IL:["סימול סינטטי"]}},73897:e=>{e.exports={en:["Post-market"],he_IL:["פוסט-מרקט"]}},85996:e=>{e.exports={en:["Paid plans feature faster data updates."],he_IL:["תוכניות בתשלום כוללות עדכוני נתונים מהירים יותר."]}},36018:e=>{e.exports={en:["Pre-market"],he_IL:["פרה-מרקט"]}},94972:e=>{e.exports={en:["Primary listing"],he_IL:["רישום ראשי"]}},20987:e=>{e.exports={en:["Real-time data for this symbol is not supported right now. We may support it in the future."],he_IL:["נתונים בזמן אמת עבור סימול זה אינם נתמכים כעת. אולי נתמוך בו בעתיד."]}},31539:e=>{e.exports={en:["Real-time data for {symbolName} is provided by {exchange} exchange."],he_IL:["נתונים בזמן אמת עבור {symbolName} מסופקים על ידי {exchange} exchange."]}},31142:e=>{e.exports={en:["Restore chart"],he_IL:["שחזר גרף"]}},12486:e=>{e.exports={en:["Restore pane"],he_IL:["שחזר חלון"]}},11532:e=>{e.exports={en:["Wed"],he_IL:["רביעי"]}},94226:e=>{e.exports={en:["Wednesday"],he_IL:["יום רביעי"]}},7281:e=>{e.exports={en:["To get real-time data for {description}, please buy the real-time data package."],he_IL:["כדי לקבל נתונים בזמן אמת עבור {description}, אנא קנה את חבילת הנתונים בזמן אמת."]}},71388:e=>{e.exports={en:["Thu"],he_IL:["חמישי"]}},79137:e=>{e.exports={en:["Thursday"],he_IL:["יום חמישי"]}},95246:e=>{e.exports={en:["The main, or first, stock exchange where a company's stock is listed and traded."],he_IL:["הבורסה הראשית, או הראשונה, שבה נסחרת מניות החברה."]}},25608:e=>{e.exports={en:["The source code of this script version is open in the Pine Editor."],he_IL:["קוד המקור של גרסת הסקריפט הזה פתוח בעורך Pine."]}},33161:e=>{e.exports={en:["The source code of this script version is open in the detached Pine Editor."],he_IL:["קוד המקור של גרסת הסקריפט הזו פתוח בעורך Pine המנותק."]}},24669:e=>{e.exports={en:["This data is real-time, but it may be slightly different to its official counterpart coming from primary exchanges."],he_IL:["הנתונים האלה הם בזמן אמת, אבל הם עשויים להיות שונים במקצת מהמקבילה הרשמית שלהם המגיעים מהבורסה הראשית."]}},52668:e=>{e.exports={en:["This data is real-time, but it may be slightly different to its official counterpart coming from {exchange}."],he_IL:["הנתונים האלה הם בזמן אמת, אבל הם עשויים להיות שונים במקצת מהמקבילה הרשמית שלהם המגיעים מ-{exchange}."]}},84484:e=>{e.exports={en:['This is a shariah-compliant bond, often referred to as a "sukuk," meaning that it complies with Islamic law that prohibits interest. Unlike conventional bonds, which involve paying interest, sukuk represent ownership in an underlying asset or project and investors earn returns based on profit-sharing or rental income.'],
+he_IL:['זה אג"ח תואם השריעה, המכונה לעתים קרובות "סוקוק", כלומר הוא תואם את החוק האסלאמי אשר אוסר ריבית. בניגוד לאג"ח קונבנציונליות, הכרוכות בתשלום ריבית, סוקוק מייצגות בעלות על נכס בסיס או פרויקט ומשקיעים מרוויחים תשואות על סמך חלוקת רווחים או הכנסה משכירות.']}},67607:e=>{e.exports={en:["This is a shariah-compliant stock, meaning that it follows Islamic law. This company does not charge or receive interest, and does not engage with certain sectors (gambling, alcohol, tobacco, pork products)."],he_IL:["זוהי מניה תואמת השריעה, כלומר היא פועלת לפי החוק האיסלאמי. החברה הזו לא גובה או מקבלת ריבית ואינה עוסקת במגזרים מסוימים (הימורים, אלכוהול, טבק, מוצרי חזיר)."]}},83556:e=>{e.exports={en:["This is no longer publicly trading so no new data will be added. But you can explore the historicals here."],he_IL:["זה כבר לא נסחר באופן ציבורי ולכן לא יתווספו נתונים חדשים. אך תוכל לחקור את ההיסטוריה כאן."]}},44492:e=>{e.exports={en:["This real-time data is provided by {originalExchange} exchange. It may be slightly different from the official data directly from {exchange}. If this difference is crucial for you, you'll need to purchase real-time data from the primary exchange, which we can help with."],he_IL:["הנתונים בזמן אמת מסופקים על ידי הבורסה {originalExchange}. הם עשויים להיות שונים מעט מהנתונים הרשמיים ישירות מ-{exchange}. אם ההבדל הזה הוא קריטי מבחינתך, תצטרך לרכוש נתונים בזמן אמת מהבורסה ברשמית, שאיתה נוכל לעזור לך."]}},19481:e=>{e.exports={en:["This refers to financial indicators which are created by combining and/or processing raw data supplied from various sources."],he_IL:["הכוונה היא לאינדיקטורים פיננסיים שנוצרים על ידי שילוב ו/או עיבוד נתונים גולמיים המסופקים ממקורות שונים."]}},53272:e=>{e.exports={en:["This symbol doesn't exist, please pick another one."],he_IL:["סימול זה אינו קיים, אנא בחר סימול אחר."]}},90589:e=>{e.exports={en:["This symbol is calculated by TradingView using the rate from other exchanges."],he_IL:["סימול זה מחושב על ידי TradingView תוך שימוש בשער מבורסות אחרות."]}},52176:e=>{e.exports={en:["Time for a walk — this market is closed."],he_IL:["זמן לטיול - שוק זה סגור."]}},11916:e=>{e.exports={en:["Tue"],he_IL:["שלישי"]}},82160:e=>{e.exports={en:["Tuesday"],he_IL:["יום שלישי"]}},13865:e=>{e.exports={en:["Unflag Symbol"],he_IL:["בטל סימול"]}},37644:e=>{e.exports={en:["Volume"],he_IL:["ווליום/נפח מסחר"]}},58744:e=>{e.exports={en:["You need to update one or more of your indicators. Check the indicator list for details."],he_IL:["עליך לעדכן אחד או יותר מהאינדיקטורים שלך. בדוק את רשימת האינדיקטורים לפרטים."]}},92663:e=>{e.exports={en:["You need to update one or more of your indicators. Resize the panes or the window to see the details."],he_IL:["עליך לעדכן אחד או יותר מהאינדיקטורים שלך. שנה את גודל החלוניות או החלון כדי לראות את הפרטים."]}},97038:e=>{e.exports={en:["Zoom in"],he_IL:["הגדל"]}},88710:e=>{e.exports={en:["Zoom out"],he_IL:["הקטן"]}},96227:e=>{e.exports={en:["change open market status visibility"],he_IL:["שנה את נראות מצב השוק הפתוח"]}},27426:e=>{e.exports={en:["change bar change visibility"],
+he_IL:["שנה נראות של בר שינוי"]}},79637:e=>{e.exports={en:["change chart values visibility"],he_IL:["שינוי נראות ערכי הגרף"]}},63050:e=>{e.exports={en:["change indicator titles visibility"],he_IL:["שנה את נראות של כותרות אינדיקטור"]}},49583:e=>{e.exports={en:["change indicator values visibility"],he_IL:["שינוי נראות ערכי אינדיקטור"]}},78310:e=>{e.exports={en:["change indicator arguments visibility"],he_IL:["שינוי נראות ארגומנטים של אינדיקטור"]}},66307:e=>{e.exports={en:["change last day change visibility"],he_IL:["שנה את הנראות של השינוי ביום האחרון"]}},88167:e=>{e.exports={en:["change symbol description visibility"],he_IL:["שנה את נראות תיאור הסימול"]}},12050:e=>{e.exports={en:["change symbol field visibility"],he_IL:["שינוי נראות שדה הסימול"]}},96201:e=>{e.exports={en:["change volume values visibility"],he_IL:["שינוי נראות ערכי ווליום"]}},59938:e=>{e.exports={en:["less than 1 minute"],he_IL:["פחות מדקה אחת"]}},51382:e=>{e.exports={en:["show {title}"],he_IL:["הצג {title}"]}},51320:e=>{e.exports={en:["{days} and {hours}"],he_IL:["{days} ו-{hours}"]}},55154:e=>{e.exports={en:["{exchange} by {originalExchange}"],he_IL:["{exchange} מאת {originalExchange}"]}},90549:e=>{e.exports={en:["{hours} and {minutes}"],he_IL:["{hours} ו-{minutes}"]}},51211:e=>{e.exports={en:["{listedExchange} real-time data is available for free to registered users."],he_IL:["{listedExchange} נתונים בזמן אמת זמינים בחינם למשתמשים רשומים."]}},51931:e=>{e.exports={en:["Data is updated once every {amount} second, even if there are more updates on the market.","Data is updated once every {amount} seconds, even if there are more updates on the market."],he_IL:["הנתונים מתעדכנים אחת ל-{amount} שנייה, גם אם יש עדכונים נוספים בשוק.","הנתונים מתעדכנים אחת ל-{amount} שניות, גם אם יש עדכונים נוספים בשוק.","הנתונים מתעדכנים אחת ל-{amount} שניות, גם אם יש עדכונים נוספים בשוק.","הנתונים מתעדכנים אחת ל-{amount} שניות, גם אם יש עדכונים נוספים בשוק."]}},83978:e=>{e.exports={en:["Data on our Basic plan is updated once every {amount} second, even if there are more updates on the market.","Data on our Basic plan is updated once every {amount} seconds, even if there are more updates on the market."],he_IL:["הנתונים על התוכנית הבסיסית שלנו מתעדכנים אחת ל-{amount} שנייה, גם אם יש עדכונים נוספים בשוק.","הנתונים על התוכנית הבסיסית שלנו מתעדכנים אחת ל-{amount} שניות, גם אם יש עדכונים נוספים בשוק.","הנתונים על התוכנית הבסיסית שלנו מתעדכנים אחת ל-{amount} שניות, גם אם יש עדכונים נוספים בשוק.","הנתונים על התוכנית הבסיסית שלנו מתעדכנים אחת ל-{amount} שניות, גם אם יש עדכונים נוספים בשוק."]}},46960:e=>{e.exports={en:["Hide indicator legend","Hide indicators legend"],he_IL:["הסתר מקרא אינדיקטור","הסתר מקרא אינדיקטורים","הסתר מקרא אינדיקטורים","הסתר מקרא אינדיקטורים"]}},36050:e=>{e.exports={en:["One update every {amount} second","One update every {amount} seconds"],he_IL:["עדכון אחד כל {amount} שנייה","עדכון אחד כל {amount} שניות","עדכון אחד כל {amount} שניות","עדכון אחד כל {amount} שניות"]}},36553:e=>{e.exports={en:["Show indicator legend","Show indicators legend"],
+he_IL:["הצג מקרא אינדיקטור","הצג מקרא אינדיקטורים","הצג מקרא אינדיקטורים","הצג מקרא אינדיקטורים"]}},62218:e=>{e.exports={en:["{number} day","{number} days"],he_IL:["יום {number}","{number} ימים","{number} ימים","{number} ימים"]}},65463:e=>{e.exports={en:["{number} hour","{number} hours"],he_IL:["שעה {number}","{number} שעות","{number} שעות","{number} שעות"]}},21730:e=>{e.exports={en:["{number} hour","{number} hours"],he_IL:["שעה {number}","{number} שעות","{number} שעות","{number} שעות"]}},82796:e=>{e.exports={en:["{number} minute","{number} minutes"],he_IL:["דקה {number}","{number} דקות","{number} דקות","{number} דקות"]}},32547:e=>{e.exports={en:["{number} minute","{number} minutes"],he_IL:["דקה {number}","{number} דקות","{number} דקות","{number} דקות"]}},81227:e=>{e.exports={en:["{symbolName} data is delayed by {time} minute because of exchange requirements.","{symbolName} data is delayed by {time} minutes because of exchange requirements."],he_IL:["נתוני {symbolName} מתעכבים ב-{time} דקה בגלל דרישות הבורסה.","נתוני {symbolName} מתעכבים ב-{time} דקות בגלל דרישות הבורסה.","נתוני {symbolName} מתעכבים ב-{time} דקות בגלל דרישות הבורסה.","נתוני {symbolName} מתעכבים ב-{time} דקות בגלל דרישות הבורסה."]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.2303.a9546f2924221b57a144.js b/public/charting_library/bundles/he_IL.2303.a9546f2924221b57a144.js
new file mode 100644
index 0000000..499b5c2
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.2303.a9546f2924221b57a144.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2303,6155,3367,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],he_IL:["#{count} (מחיר, נר)"]}},78930:e=>{e.exports={en:["Coordinates"],he_IL:["קואורדינטות"]}},24197:e=>{e.exports={en:["Center"],he_IL:["מרכז"]}},6060:e=>{e.exports={en:["Add text"],he_IL:["הוסף טקסט"]}},27567:e=>{e.exports={en:["Bottom"],he_IL:["תחתית"]}},38408:e=>{e.exports={en:["Border"],he_IL:["גבול"]}},79468:e=>{e.exports={en:["Background"],he_IL:["רקע"]}},72942:e=>{e.exports={en:["Days"],he_IL:["ימים"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],he_IL:["שינוי מיקום (מחיר, בר)"]}},56796:e=>{e.exports={en:["Hours"],he_IL:["שעות"]}},95406:e=>{e.exports={en:["Horizontal"],he_IL:["אופקי"]}},21429:e=>{e.exports={en:["Inputs"],he_IL:["תשומות"]}},11626:e=>{e.exports={en:["Left"],he_IL:["שמאל"]}},43154:e=>{e.exports={en:["Months"],he_IL:["חודשים"]}},68833:e=>{e.exports={en:["Middle"],he_IL:["אמצע"]}},42562:e=>{e.exports={en:["Minutes"],he_IL:["דקות"]}},65188:e=>{e.exports={en:["Seconds"],he_IL:["שניות"]}},50421:e=>{e.exports={en:["Right"],he_IL:["ימין"]}},835:e=>{e.exports={en:["Weeks"],he_IL:["שבועות"]}},97118:e=>{e.exports={en:["Top"],he_IL:["עליון"]}},70320:e=>{e.exports={en:["Text"],he_IL:["טקסט"]}},7560:e=>{e.exports={en:["Text wrap"],he_IL:["גלישת טקסט"]}},25485:e=>{e.exports={en:["Text alignment"],he_IL:["יישור טקסט"]}},67781:e=>{e.exports={en:["Text orientation"],he_IL:["כיוון טקסט"]}},24821:e=>{e.exports={en:["Ticks"],he_IL:["טיקים"]}},69526:e=>{e.exports={en:["Vertical"],he_IL:["אנכי"]}},2066:e=>{e.exports={en:["change bar X coordinate"],he_IL:["שנה בר של קואורדינטת X"]}},11737:e=>{e.exports={en:["change price Y coordinate"],he_IL:["שנה מחיר של קואורדינטת Y"]}},96135:e=>{e.exports={en:["change {title} days to"],he_IL:["שנה {title} ימים ל"]}},91201:e=>{e.exports={en:["change {title} days from"],he_IL:["שנה {title} ימים מ"]}},8306:e=>{e.exports={en:["change {title} hours from"],he_IL:["שנה {title} שעות מ"]}},67233:e=>{e.exports={en:["change {title} hours to"],he_IL:["שנה את השעות של {title} ל"]}},99122:e=>{e.exports={en:["change {title} months from"],he_IL:["שנה {title} חודשים מ"]}},10518:e=>{e.exports={en:["change {title} months to"],he_IL:["שנה {title} חודשים ל"]}},38011:e=>{e.exports={en:["change {title} minutes to"],he_IL:["שנה {title} דקות ל"]}},59820:e=>{e.exports={en:["change {title} minutes from"],he_IL:["שנה {title} דקות מ"]}},6573:e=>{e.exports={en:["change {title} seconds to"],he_IL:["שנה {title} שניות ל"]}},86780:e=>{e.exports={en:["change {title} seconds from"],he_IL:["שנה {title} שניות מ"]}},32481:e=>{e.exports={en:["change {title} weeks from"],he_IL:["שנה {title} שבועות מ"]}},18678:e=>{e.exports={en:["change {title} weeks to"],he_IL:["שנה {title} שבועות ל"]}},57122:e=>{e.exports={en:["change {title} text"],he_IL:["שנה את הטקסט של {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],he_IL:["שנה את הנראות של {title} בטיקים"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],
+he_IL:["שנה נראות של {title} על שבועות"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],he_IL:["שנה את הנראות של {title} ב-{ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],he_IL:["שנה את הנראות של {title} בימים"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],he_IL:["שנה נראות של {title} בשעות"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],he_IL:["שנה נראות של {title} על דקות"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],he_IL:["שנה נראות של {title} על חודשים"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],he_IL:["שנה נראות של {title} בשניות"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],he_IL:["שנה את יישור התוויות {toolName} למאונך"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],he_IL:["שנה את יישור התוויות {toolName} לאופקי"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],he_IL:["שנה את כיוון התוויות של {toolName}"]}},66668:e=>{e.exports={en:["change {toolName} text"],he_IL:["שנה את הטקסט של {toolName}"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],he_IL:["שנה את נראות הטקסט של {toolName}"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],he_IL:["שנה גלישת טקסט של {toolName}"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],he_IL:["שנה את צבע הרקע של הטקסט של {toolName}"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],he_IL:["שנה את נראות הרקע של הטקסט של {toolName}"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],he_IL:["שנה את צבע גבול הטקסט של {toolName}"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],he_IL:["שנה את רוחב גבול הטקסט של {toolName}"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],he_IL:["שנה את נראות גבול הטקסט של {toolName}"]}},64500:e=>{e.exports={en:["change {toolName} text color"],he_IL:["שנה את צבע הטקסט של {toolName}"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],he_IL:["שנה את גופן הטקסט {toolName} למודגש"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],he_IL:["שנה את גופן הטקסט של {toolName} לנטוי"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],he_IL:["שנה את גודל גופן הטקסט של {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],he_IL:["שנה את המאפיין {propertyName}"]}},35813:e=>{e.exports={en:["days"],he_IL:["ימים"]}},89919:e=>{e.exports={en:["days to"],he_IL:["ימים ל"]}},59215:e=>{e.exports={en:["days from"],he_IL:["ימים מ"]}},2359:e=>{e.exports={en:["hours"],he_IL:["שעות"]}},82267:e=>{e.exports={en:["hours from"],he_IL:["שעות מ"]}},15600:e=>{e.exports={en:["hours to"],he_IL:["שעות ל"]}},76261:e=>{e.exports={en:["move drawings"],he_IL:["העבר שרטוטים"]}},95300:e=>{e.exports={en:["months"],he_IL:["חודשים"]}},17250:e=>{e.exports={en:["months from"],he_IL:["חודשים מ"]}},2828:e=>{e.exports={en:["months to"],he_IL:["חודשים ל"]}},18726:e=>{e.exports={en:["minutes"],he_IL:["דקות"]
+}},67649:e=>{e.exports={en:["minutes to"],he_IL:["דקות ל"]}},22476:e=>{e.exports={en:["minutes from"],he_IL:["דקות מ"]}},751:e=>{e.exports={en:["seconds"],he_IL:["שניות"]}},73419:e=>{e.exports={en:["seconds to"],he_IL:["שניות ל"]}},35801:e=>{e.exports={en:["seconds from"],he_IL:["שניות מ"]}},45537:e=>{e.exports={en:["weeks"],he_IL:["שבועות"]}},92859:e=>{e.exports={en:["weeks from"],he_IL:["שבועות מ"]}},44127:e=>{e.exports={en:["weeks to"],he_IL:["שבועות ל"]}},3539:e=>{e.exports={en:["ticks"],he_IL:["טיקים"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.2342.4e495e3da576be4868f7.js b/public/charting_library/bundles/he_IL.2342.4e495e3da576be4868f7.js
new file mode 100644
index 0000000..876ed63
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.2342.4e495e3da576be4868f7.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2342],{64489:e=>{e.exports={en:["Reverse"],he_IL:["היפוך"]}},66643:e=>{e.exports={en:["reverse {tool}"],he_IL:["חזרה {tool}"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.2464.fc7f44a5c8b3791719aa.js b/public/charting_library/bundles/he_IL.2464.fc7f44a5c8b3791719aa.js
new file mode 100644
index 0000000..03dc715
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.2464.fc7f44a5c8b3791719aa.js
@@ -0,0 +1,57 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2464],{53310:e=>{e.exports={en:["Re"],he_IL:["מחדש"]}},85119:e=>{e.exports={en:["Dark"],he_IL:["כהה"]}},96870:e=>{e.exports={en:["Light"],he_IL:["בהיר"]}},85886:e=>{e.exports={en:["d"],he_IL:["תאריך"]}},44634:e=>{e.exports={en:["h"],he_IL:["שעות"]}},5977:e=>{e.exports={en:["m"],he_IL:["דקות"]}},21492:e=>{e.exports={en:["s"],he_IL:["שניות"]}},97559:e=>{e.exports={en:["{title} copy"],he_IL:["{title} העתק"]}},38691:e=>{e.exports={en:["D"],he_IL:["יום"]}},77995:e=>{e.exports={en:["M"],he_IL:["חודש"]}},93934:e=>{e.exports={en:["R"]}},82901:e=>{e.exports={en:["T"]}},7408:e=>{e.exports={en:["W"],he_IL:["שבוע"]}},38048:e=>{e.exports={en:["h"],he_IL:["שעה"]}},68430:e=>{e.exports={en:["m"],he_IL:["דקה"]}},68823:e=>{e.exports={en:["s"]}},2696:e=>{e.exports={en:["C"],he_IL:["ס"]}},43253:e=>{e.exports={en:["H"],he_IL:["ג"]}},61372:e=>{e.exports={en:["HL2"]}},55096:e=>{e.exports={en:["HLC3"]}},94174:e=>{e.exports={en:["OHLC4"]}},89923:e=>{e.exports={en:["L"],he_IL:["נ"]}},46728:e=>{e.exports={en:["O"],he_IL:["פ"]}},32856:e=>{e.exports=Object.create(null),e.exports["%D_input"]={en:["%D"]},e.exports["%K_input"]={en:["%K"]},e.exports["%R_input"]={en:["%R"]},e.exports["+DI_input"]={en:["+DI"]},e.exports["-0.236 Level Color_input"]={en:["-0.236 Level Color"],he_IL:["רמת צבע 0.236-"]},e.exports["-0.382 Level Color_input"]={en:["-0.382 Level Color"],he_IL:["רמת צבע 0.382-"]},e.exports["-0.618 Level Color_input"]={en:["-0.618 Level Color"],he_IL:["רמת צבע 0.618-"]},e.exports["-0.65 Level Color_input"]={en:["-0.65 Level Color"],he_IL:["רמת צבע 0.65-"]},e.exports["-DI_input"]={en:["-DI"]},e.exports["0 Level Color_input"]={en:["0 Level Color"],he_IL:["רמת צבע 0"]},e.exports["0.236 Level Color_input"]={en:["0.236 Level Color"],he_IL:["רמת צבע 0.236"]},e.exports["0.382 Level Color_input"]={en:["0.382 Level Color"],he_IL:["רמת צבע 0.382"]},e.exports["0.5 Level Color_input"]={en:["0.5 Level Color"],he_IL:["רמת צבע 0.5"]},e.exports["0.618 Level Color_input"]={en:["0.618 Level Color"],he_IL:["רמת צבע 0.618"]},e.exports["0.65 Level Color_input"]={en:["0.65 Level Color"],he_IL:["רמת צבע 0.65"]},e.exports["0.786 Level Color_input"]={en:["0.786 Level Color"],he_IL:["רמת צבע 0.786"]},e.exports["1 Level Color_input"]={en:["1 Level Color"],he_IL:["רמת צבע 1"]},e.exports["1.272 Level Color_input"]={en:["1.272 Level Color"],he_IL:["רמת צבע 1.272"]},e.exports["1.414 Level Color_input"]={en:["1.414 Level Color"],he_IL:["רמת צבע 1.414"]},e.exports["1.618 Level Color_input"]={en:["1.618 Level Color"],he_IL:["רמת צבע 1.618"]},e.exports["1.65 Level Color_input"]={en:["1.65 Level Color"],he_IL:["רמת צבע 1.65"]},e.exports["1st Period_input"]={en:["1st Period"],he_IL:["התקופה הראשונה"]},e.exports["2.618 Level Color_input"]={en:["2.618 Level Color"],he_IL:["רמת צבע 2.618"]},e.exports["2.65 Level Color_input"]={en:["2.65 Level Color"],he_IL:["רמת צבע 2.65"]},e.exports["2nd Period_input"]={en:["2nd Period"],he_IL:["התקופה השנייה"]},e.exports["3.618 Level Color_input"]={en:["3.618 Level Color"],
+he_IL:["רמת צבע 3.618"]},e.exports["3.65 Level Color_input"]={en:["3.65 Level Color"],he_IL:["רמת צבע 3.65"]},e.exports["3rd Period_input"]={en:["3rd Period"],he_IL:["התקופה השלישית"]},e.exports["4.236 Level Color_input"]={en:["4.236 Level Color"],he_IL:["רמת צבע 4.236"]},e.exports["4th Period_input"]={en:["4th Period"],he_IL:["התקופה הרביעית"]},e.exports["5th Period_input"]={en:["5th Period"],he_IL:["התקופה החמישית"]},e.exports["6th Period_input"]={en:["6th Period"],he_IL:["התקופה השישית"]},e.exports.ADR_B_input={en:["ADR_B"]},e.exports["ADX Smoothing_input"]={en:["ADX Smoothing"],he_IL:["החלקת ADX"]},e.exports["ADX smoothing_input"]={en:["ADX smoothing"],he_IL:["החלקת ADX"]},e.exports.ADX_input={en:["ADX"]},e.exports["ATR Mult_input"]={en:["ATR Mult"],he_IL:["ממוצע טווח אמיתי מרובה"]},e.exports["ATR length_input"]={en:["ATR length"],he_IL:["אורך ATR"]},e.exports["ATR({atrValue})_input"]={en:["ATR({atrValue})"]},e.exports.ATR_input={en:["ATR"],he_IL:["ממוצע טווח אמיתי"]},e.exports["Accumulation/Distribution_input"]={en:["Accumulation/Distribution"],he_IL:["איסוף והפצה"]},e.exports["All items_combobox_input"]={en:["All items"],he_IL:["כל הפריטים"]},e.exports.All_input={en:["All"],he_IL:["הכל"]},e.exports["Anchor Period_input"]={en:["Anchor Period"],he_IL:["תקופת הפניה"]},e.exports["Another symbol_input"]={en:["Another symbol"],he_IL:["סימול נוסף"]},e.exports["Aroon Down_input"]={en:["Aroon Down"]},e.exports["Aroon Up_input"]={en:["Aroon Up"]},e.exports.Average_input={en:["Average"],he_IL:["ממוצע"]},e.exports["Averaging Periods_input"]={en:["Averaging Periods"],he_IL:["תקופות ממוצעות"]},e.exports.Back_input={en:["Back"],he_IL:["חזור"]},e.exports["Bands style_input"]={en:["Bands style"],he_IL:["סגנון רצועות"]},e.exports.Bar_input={en:["Bar"],he_IL:["בר"]},e.exports["Base Line Periods_input"]={en:["Base Line Periods"],he_IL:["תקופות קו הבסיס"]},e.exports["Base Line_input"]={en:["Base Line"],he_IL:["קו בסיס"]},e.exports.Basis_input={en:["Basis"],he_IL:["בּסיס"]},e.exports["Bollinger Bands %B_input"]={en:["Bollinger Bands %B"],he_IL:["רצועות בולינג'ר %B"]},e.exports["Bollinger Bands Width_input"]={en:["Bollinger Bands Width"],he_IL:["רוחב רצועות בולינג'ר"]},e.exports.Borders_input={en:["Borders"],he_IL:["גבולות"]},e.exports["Box size assignment method_input"]={en:["Box size assignment method"],he_IL:["שיטת הקצאת גודל תיבה"]},e.exports["Box size_input"]={en:["Box size"],he_IL:["גודל התיבה"]},e.exports.CCI_input={en:["CCI"]},e.exports.CHOP_input={en:["CHOP"]},e.exports.Cancel_input={en:["Cancel"],he_IL:["לְבַטֵל"]},e.exports.Candles_input={en:["Candles"],he_IL:["נרות"]},e.exports.Centered_input={en:["Centered"],he_IL:["מְרוּכָּז"]},e.exports.Century_input={en:["Century"],he_IL:["מאה"]},e.exports["Chaikin Oscillator_input"]={en:["Chaikin Oscillator"],he_IL:["מתנד חייקין"]},e.exports["Chande MO_input"]={en:["Chande MO"]},e.exports.Close_input={en:["Close"],he_IL:["סגירה"]},e.exports["Color 0_input"]={en:["Color 0"],he_IL:["צבע 0"]},e.exports["Color 1_input"]={en:["Color 1"],he_IL:["צבע 1"]},e.exports["Color 2_input"]={
+en:["Color 2"],he_IL:["צבע 2"]},e.exports["Color 3_input"]={en:["Color 3"],he_IL:["צבע 3"]},e.exports["Color 4_input"]={en:["Color 4"],he_IL:["צבע 4"]},e.exports["Color 5_input"]={en:["Color 5"],he_IL:["צבע 5"]},e.exports["Color 6_input"]={en:["Color 6"],he_IL:["צבע 6"]},e.exports["Color 7_input"]={en:["Color 7"],he_IL:["צבע 7"]},e.exports["Color 8_input"]={en:["Color 8"],he_IL:["צבע 8"]},e.exports["Color bars based on previous close_input"]={en:["Color bars based on previous close"],he_IL:["צבע הנר על בסיס הסגירה הקודמת"]},e.exports["Color based on previous close_input"]={en:["Color based on previous close"],he_IL:["צבע מבוסס על סגירה קודמת"]},e.exports["Conversion Line Periods_input"]={en:["Conversion Line Periods"],he_IL:["תקופות קו המרה"]},e.exports["Conversion Line_input"]={en:["Conversion Line"],he_IL:["קו המרה"]},e.exports.Correlation_input={en:["Correlation"],he_IL:["קורלציה"]},e.exports.Count_input={en:["Count"],he_IL:["לספור"]},e.exports.Crosses_input={en:["Crosses"],he_IL:["חוצה"]},e.exports.Custom_input={en:["Custom"],he_IL:["התאם אישית"]},e.exports.DEMA_input={en:["DEMA"]},e.exports["DI Length_input"]={en:["DI Length"],he_IL:["אורך DI"]},e.exports.DPO_input={en:["DPO"]},e.exports.D_input={en:["D"]},e.exports.Day_input={en:["Day"],he_IL:["יום"]},e.exports["Days Per Year_input"]={en:["Days Per Year"],he_IL:["ימים בשנה"]},e.exports.Decade_input={en:["Decade"],he_IL:["עשור"]},e.exports.Delta_input={en:["Delta"],he_IL:["דלתא"]},e.exports.Depth_input={en:["Depth"],he_IL:["עומק"]},e.exports["Detrended Price Oscillator_input"]={en:["Detrended Price Oscillator"]},e.exports["Developing Poc_input"]={en:["Developing Poc"],he_IL:["פיתוח POC"]},e.exports["Deviation (%)_input"]={en:["Deviation (%)"],he_IL:["סטייה (%)"]},e.exports.Deviation_input={en:["Deviation"],he_IL:["סטייה"]},e.exports.Divisor_input={en:["Divisor"],he_IL:["מחלק"]},e.exports["Down Volume_input"]={en:["Down Volume"],he_IL:["ווליום יורד"]},e.exports["Down bars_input"]={en:["Down bars"],he_IL:["ברים יורדים"]},e.exports["Down color_input"]={en:["Down color"],he_IL:["צבע תחתון"]},e.exports["Down fractals_input"]={en:["Down fractals"],he_IL:["פרקטלי ירידה"]},e.exports.EOM_input={en:["EOM"]},e.exports["Each (pre-market, market, post-market)_input"]={en:["Each (pre-market, market, post-market)"],he_IL:["כל (טרום מסחר, מרקט, מסחר מאוחר)"]},e.exports["Elder's Force Index_input"]={en:["Elder's Force Index"]},e.exports["Equality Line_input"]={en:["Equality Line"],he_IL:["קו שוויון"]},e.exports.Exponential_input={en:["Exponential"],he_IL:["אקספוננציאלי"]},e.exports["Extend POC Right_input"]={en:["Extend POC Right"]},e.exports["Extend Right_input"]={en:["Extend Right"],he_IL:["הרחב ימינה"]},e.exports["Extend VAH Right_input"]={en:["Extend VAH Right"],he_IL:["הרחב VAH ימינה"]},e.exports["Extend VAL Right_input"]={en:["Extend VAL Right"],he_IL:["הרחב VAL ימינה"]},e.exports["Extend to last bar_input"]={en:["Extend to last bar"],he_IL:["הרחב לנר האחרון"]},e.exports.Falling_input={en:["Falling"],he_IL:["יורד"]},e.exports["Fast Length_input"]={en:["Fast Length"],
+he_IL:["אורך מהיר"]},e.exports["Fast length_input"]={en:["Fast length"],he_IL:["אורך מהיר"]},e.exports.Fill_input={en:["Fill"],he_IL:["למלא"]},e.exports.Fisher_input={en:["Fisher"]},e.exports.Growing_input={en:["Growing"],he_IL:["עולה"]},e.exports["HLC bars_input"]={en:["HLC bars"],he_IL:["נרות HLC"]},e.exports.HV_input={en:["HV"]},e.exports["Histogram Box_input"]={en:["Histogram Box"],he_IL:["קופסת היסטוגרמה"]},e.exports.Histogram_input={en:["Histogram"],he_IL:["היסטוגרמה"]},e.exports["Hull MA_input"]={en:["Hull MA"],he_IL:["ממוצע נע Hull"]},e.exports.Increment_input={en:["Increment"]},e.exports.Indicator_input={en:["Indicator"],he_IL:["אינדיקטור"]},e.exports["Instrument 1_input"]={en:["Instrument 1"],he_IL:["כלי 1"]},e.exports["Instrument 2_input"]={en:["Instrument 2"],he_IL:["כלי 2"]},e.exports["Investor EMA 1 length_input"]={en:["Investor EMA 1 length"],he_IL:["משקיע אורך EMA 1"]},e.exports["Investor EMA 2 length_input"]={en:["Investor EMA 2 length"],he_IL:["משקיע אורך EMA 2"]},e.exports["Investor EMA 3 length_input"]={en:["Investor EMA 3 length"],he_IL:["משקיע אורך EMA 3"]},e.exports["Investor EMA 4 length_input"]={en:["Investor EMA 4 length"],he_IL:["משקיע אורך EMA 4"]},e.exports["Investor EMA 5 length_input"]={en:["Investor EMA 5 length"],he_IL:["משקיע אורך EMA 5"]},e.exports["Investor EMA 6 length_input"]={en:["Investor EMA 6 length"],he_IL:["משקיע אורך EMA 6"]},e.exports["Jaw Length_input"]={en:["Jaw Length"],he_IL:["אורך הלסת"]},e.exports["Jaw Offset_input"]={en:["Jaw Offset"]},e.exports.Jaw_input={en:["Jaw"],he_IL:["לסת"]},e.exports.KST_input={en:["KST"]},e.exports.K_input={en:["K"]},e.exports["Labels Position_input"]={en:["Labels Position"],he_IL:["מיקום תוויות"]},e.exports["Labels on price scale_input"]={en:["Labels on price scale"],he_IL:["תוויות בסולם מחירים"]},e.exports["Lagging Span Periods_input"]={en:["Lagging Span Periods"],he_IL:["תקופות בפיגור"]},e.exports["Lagging Span_input"]={en:["Lagging Span"]},e.exports["Leading Shift Periods_input"]={en:["Leading Shift Periods"],he_IL:["מוביל משמעותי"]},e.exports["Leading Span A_input"]={en:["Leading Span A"],he_IL:["מוביל 1"]},e.exports["Leading Span B_input"]={en:["Leading Span B"],he_IL:["מוביל טווח B"]},e.exports["Leading Span Periods_input"]={en:["Leading Span Periods"],he_IL:["Lagging Span 2 Periods"]},e.exports["Length EMA_input"]={en:["Length EMA"],he_IL:["אורך ממוצע נע אקספוננציאלי"]},e.exports["Length MA_input"]={en:["Length MA"],he_IL:["אורך ממוצע נע"]},e.exports.Length1_input={en:["Length1"],he_IL:["אורך1"]},e.exports.Length2_input={en:["Length2"],he_IL:["אורך2"]},e.exports.Length3_input={en:["Length3"],he_IL:["אורך3"]},e.exports.Length_input={en:["Length"],he_IL:["אורך"]},e.exports.Level_input={en:["Level"],he_IL:["רָמָה"]},e.exports["Levels Format_input"]={en:["Levels Format"],he_IL:["פורמט רמות"]},e.exports.Limit_input={en:["Limit"],he_IL:["לימיט"]},e.exports.Line_input={en:["Line"],he_IL:["קו"]},e.exports["Lips Length_input"]={en:["Lips Length"],he_IL:["אורך השפתיים"]},e.exports["Lips Offset_input"]={en:["Lips Offset"]},
+e.exports.Lips_input={en:["Lips"],he_IL:["שפתיים"]},e.exports["Long Length_input"]={en:["Long Length"]},e.exports["Long RoC Length_input"]={en:["Long RoC Length"]},e.exports["Long length_input"]={en:["Long length"]},e.exports["Long period_input"]={en:["Long period"]},e.exports.Long_input={en:["Long"]},e.exports["Lower Band_input"]={en:["Lower Band"],he_IL:["רצועה תחתונה"]},e.exports["Lower Deviation_input"]={en:["Lower Deviation"]},e.exports["Lower Percentage_input"]={en:["Lower Percentage"],he_IL:["אחוז תחתון"]},e.exports.LowerLimit_input={en:["LowerLimit"]},e.exports.Lower_input={en:["Lower"],he_IL:["תחתון"]},e.exports["MA Length_input"]={en:["MA Length"],he_IL:["אורך ממוצע נע"]},e.exports.MACD_input={en:["MACD"]},e.exports.MA_input={en:["MA"],he_IL:["ממוצע נע"]},e.exports.MF_input={en:["MF"]},e.exports.MM_month_input={en:["MM"]},e.exports.MOM_input={en:["MOM"]},e.exports["Main chart symbol_input"]={en:["Main chart symbol"],he_IL:["סימול הגרף הראשי"]},e.exports["Market Closed Percentage_input"]={en:["Market Closed Percentage"],he_IL:["אחוז סגירת שוק"]},e.exports["Market only_input"]={en:["Market only"],he_IL:["רק מרקט"]},e.exports["Max value_input"]={en:["Max value"],he_IL:["ערך מקסימלי"]},e.exports.Median_input={en:["Median"],he_IL:["חציון"]},e.exports.Method_input={en:["Method"],he_IL:["שיטה"]},e.exports.Middle_input={en:["Middle"],he_IL:["אמצע"]},e.exports.Minimize_input={en:["Minimize"],he_IL:["צמצם"]},e.exports.Month_input={en:["Month"],he_IL:["חודש"]},e.exports.Move_input={en:["Move"],he_IL:["מהלך"]},e.exports["Multi timeframe_input"]={en:["Multi timeframe"],he_IL:["מסגרת זמן רב"]},e.exports.Multiplier_input={en:["Multiplier"],he_IL:["מַכפִּיל"]},e.exports.NV_input={en:["NV"]},e.exports["Nothing selected_combobox_input"]={en:["Nothing selected"],he_IL:["לא נבחר דבר"]},e.exports["Number Of Rows_input"]={en:["Number Of Rows"],he_IL:["מספר שורות"]},e.exports["Number of line_input"]={en:["Number of line"],he_IL:["מספר השורה"]},e.exports.OSC_input={en:["OSC"]},e.exports.Offset_input={en:["Offset"],he_IL:["קיזוז"]},e.exports.OnBalanceVolume_input={en:["OnBalanceVolume"]},e.exports["One step back building_input"]={en:["One step back building"],he_IL:["בניין צעד לאחור One Step Back Building"]},e.exports.Oscillator_input={en:["Oscillator"],he_IL:["מתנד"]},e.exports.Overbought_input={en:["Overbought"],he_IL:["קניית יתר"]},e.exports.Oversold_input={en:["Oversold"],he_IL:["מכירת יתר"]},e.exports.POC_input={en:["POC"],he_IL:["הוכחת היתכנות POC"]},e.exports.PVT_input={en:["PVT"]},e.exports.P_input={en:["P"]},e.exports.ParabolicSAR_input={en:["ParabolicSAR"]},e.exports.Percent_input={en:["Percent"],he_IL:["אחוז"]},e.exports["Percentage LTP({percentageLTPValue}%)_input"]={en:["Percentage LTP({percentageLTPValue}%)"],he_IL:["אחוז LTP({percentageLTPValue}%)"]},e.exports["Percentage LTP_input"]={en:["Percentage LTP"],he_IL:["אחוז LTP"]},e.exports.Percentage_input={en:["Percentage"],he_IL:["אחוזים"]},e.exports.Period_input={en:["Period"],he_IL:["פרק זמן"]},e.exports.Periods_input={en:["Periods"],he_IL:["תקופות"]},
+e.exports["Phantom bars_input"]={en:["Phantom bars"],he_IL:["נרות פאנטום"]},e.exports.Placement_input={en:["Placement"],he_IL:["מיקום"]},e.exports.Plot_input={en:["Plot"]},e.exports["Plots Background_input"]={en:["Plots Background"]},e.exports["Post-market only_input"]={en:["Post-market only"],he_IL:["רק מסחר מאוחר פוסט-מרקט"]},e.exports["Pre-market only_input"]={en:["Pre-market only"],he_IL:["רק מסחר מוקדם פרה-מרקט"]},e.exports["Price source_input"]={en:["Price source"],he_IL:["מקור המחיר"]},e.exports.Price_input={en:["Price"],he_IL:["מחיר"]},e.exports["Projection down bars_input"]={en:["Projection down bars"],he_IL:["הקרנה ברים יורדים"]},e.exports["Projection down color_input"]={en:["Projection down color"],he_IL:["צבע הקרנת ירידה"]},e.exports["Projection up bars_input"]={en:["Projection up bars"],he_IL:["הקרנה ברים עולים"]},e.exports["Projection up color_input"]={en:["Projection up color"],he_IL:["הקרנת צבע עליה"]},e.exports.Q_input={en:["Q"]},e.exports["ROC Length_input"]={en:["ROC Length"],he_IL:["אורך ROC"]},e.exports.ROCLen1_input={en:["ROCLen1"]},e.exports.ROCLen2_input={en:["ROCLen2"]},e.exports.ROCLen3_input={en:["ROCLen3"]},e.exports.ROCLen4_input={en:["ROCLen4"]},e.exports.ROC_input={en:["ROC"]},e.exports["RSI Length_input"]={en:["RSI Length"],he_IL:["אורך RSI"]},e.exports["RSI Source_input"]={en:["RSI Source"],he_IL:["מקור RSI"]},e.exports.RSI_input={en:["RSI"]},e.exports.RVGI_input={en:["RVGI"]},e.exports.RVI_input={en:["RVI"]},e.exports.Range_input={en:["Range"],he_IL:["טווח"]},e.exports["Rate of Change Lookback_input"]={en:["Rate of Change Lookback"],he_IL:["שיעור שינוי לאחור"]},e.exports["Reversal amount_input"]={en:["Reversal amount"],he_IL:["סכום היפוך"]},e.exports["Rolling Period_input"]={en:["Rolling Period"],he_IL:["תקופה מתגלגלת"]},e.exports["Row Size_input"]={en:["Row Size"],he_IL:["גודל שורה"]},e.exports["Rows Layout_input"]={en:["Rows Layout"],he_IL:["פריסת שורות"]},e.exports.SMALen1_input={en:["SMALen1"]},e.exports.SMALen2_input={en:["SMALen2"]},e.exports.SMALen3_input={en:["SMALen3"]},e.exports.SMALen4_input={en:["SMALen4"]},e.exports["SMI Ergodic Oscillator_input"]={en:["SMI Ergodic Oscillator"],he_IL:["מתנד SMI ארגודיק"]},e.exports.SMI_input={en:["SMI"]},e.exports.Session_input={en:["Session"],he_IL:["סשן"]},e.exports.Sessions_input={en:["Sessions"],he_IL:["סשנים"]},e.exports.Shapes_input={en:["Shapes"],he_IL:["צורות"]},e.exports["Short Length_input"]={en:["Short Length"]},e.exports["Short RoC Length_input"]={en:["Short RoC Length"]},e.exports["Short length_input"]={en:["Short length"]},e.exports["Short period_input"]={en:["Short period"]},e.exports.Short_input={en:["Short"]},e.exports["Show real prices on price scale (instead of Heikin-Ashi price)_input"]={en:["Show real prices on price scale (instead of Heikin-Ashi price)"],he_IL:["הצג מחירים אמיתיים על סולם המחיר (במקום מחיר הייקין-אשי)"]},e.exports.SigLen_input={en:["SigLen"]},e.exports.Sig_input={en:["Sig"]},e.exports.Sigma_input={en:["Sigma"],he_IL:["סיגמא"]},e.exports["Signal Length_input"]={en:["Signal Length"],he_IL:["אורך אות"]
+},e.exports["Signal line period_input"]={en:["Signal line period"],he_IL:["תקופת קו אות"]},e.exports["Signal smoothing_input"]={en:["Signal smoothing"],he_IL:["החלקת אותות"]},e.exports.Signal_input={en:["Signal"],he_IL:["אות"]},e.exports["Simple ma(oscillator)_input"]={en:["Simple ma(oscillator)"]},e.exports["Simple ma(signal line)_input"]={en:["Simple ma(signal line)"]},e.exports.Simple_input={en:["Simple"],he_IL:["פשוט"]},e.exports["Slow Length_input"]={en:["Slow Length"],he_IL:["אורך איטי"]},e.exports["Slow length_input"]={en:["Slow length"]},e.exports["Smoothing Length_input"]={en:["Smoothing Length"],he_IL:["אורך החלקה"]},e.exports["Smoothing Line_input"]={en:["Smoothing Line"],he_IL:["קו החלקה"]},e.exports.Smoothing_input={en:["Smoothing"]},e.exports.Source_input={en:["Source"],he_IL:["מקור"]},e.exports["Standard Errors_input"]={en:["Standard Errors"],he_IL:["שגיאות תקן"]},e.exports.Start_input={en:["Start"],he_IL:["התחל"]},e.exports.StdDev_input={en:["StdDev"]},e.exports["Stochastic Length_input"]={en:["Stochastic Length"],he_IL:["אורך סטוקסטיק"]},e.exports.Style_input={en:["Style"],he_IL:["סגנון"]},e.exports.Symbol_input={en:["Symbol"],he_IL:["סימול"]},e.exports.TEMA_input={en:["TEMA"]},e.exports.TRIX_input={en:["TRIX"]},e.exports["Teeth Length_input"]={en:["Teeth Length"]},e.exports["Teeth Offset_input"]={en:["Teeth Offset"]},e.exports.Teeth_input={en:["Teeth"]},e.exports["Ticks Per Row_input"]={en:["Ticks Per Row"],he_IL:["טיקים לכל שורה"]},e.exports.Timeframe_input={en:["Timeframe"],he_IL:["מסגרת זמן"]},e.exports.Total_input={en:["Total"],he_IL:["סך הכל"]},e.exports["Trader EMA 1 length_input"]={en:["Trader EMA 1 length"],he_IL:["אורך טריידר EMA 1"]},e.exports["Trader EMA 2 length_input"]={en:["Trader EMA 2 length"],he_IL:["אורך טריידר EMA 2"]},e.exports["Trader EMA 3 length_input"]={en:["Trader EMA 3 length"],he_IL:["אורך טריידר EMA 3"]},e.exports["Trader EMA 4 length_input"]={en:["Trader EMA 4 length"],he_IL:["אורך טריידר EMA 4"]},e.exports["Trader EMA 5 length_input"]={en:["Trader EMA 5 length"],he_IL:["אורך טריידר EMA 5"]},e.exports["Trader EMA 6 length_input"]={en:["Trader EMA 6 length"],he_IL:["אורך טריידר EMA 6"]},e.exports.Traditional_input={en:["Traditional"],he_IL:["מסורתי"]},e.exports.Trigger_input={en:["Trigger"]},e.exports.Type_input={en:["Type"],he_IL:["סוג"]},e.exports.UO_input={en:["UO"]},e.exports["Up Volume_input"]={en:["Up Volume"],he_IL:["ווליום עולה"]},e.exports["Up bars_input"]={en:["Up bars"],he_IL:["ברים עולים"]},e.exports["Up color_input"]={en:["Up color"],he_IL:["צבע עליון"]},e.exports["Up fractals_input"]={en:["Up fractals"],he_IL:["פרקטל עולה"]},e.exports["Up/Down_input"]={en:["Up/Down"],he_IL:["מעלה/מטה"]},e.exports["UpDown Length_input"]={en:["UpDown Length"],he_IL:["אורך UpDown"]},e.exports["Upper Band_input"]={en:["Upper Band"],he_IL:["רצועה עליונה"]},e.exports["Upper Deviation_input"]={en:["Upper Deviation"],he_IL:["סטיית עליון"]},e.exports["Upper Percentage_input"]={en:["Upper Percentage"],he_IL:["אחוז עליון"]},e.exports.UpperLimit_input={en:["UpperLimit"],
+he_IL:["גבול עליון"]},e.exports.Upper_input={en:["Upper"],he_IL:["עליון"]},e.exports["Use Lower Deviation_input"]={en:["Use Lower Deviation"],he_IL:["השתמש בסטייה תחתונה"]},e.exports["Use Upper Deviation_input"]={en:["Use Upper Deviation"],he_IL:["השתמש בסטייה עליונה"]},e.exports["VI +_input"]={en:["VI +"]},e.exports["VI -_input"]={en:["VI -"]},e.exports.VWAP_input={en:["VWAP"],he_IL:["VWAP ויאפ"]},e.exports.VWMA_input={en:["VWMA"]},e.exports["Value Area Down_input"]={en:["Value Area Down"],he_IL:["איזור ערך יורד"]},e.exports["Value Area Up_input"]={en:["Value Area Up"],he_IL:["איזור ערך עולה"]},e.exports["Value Area Volume_input"]={en:["Value Area Volume"],he_IL:["איזור ערך הווליום Value Area Volume"]},e.exports["Value Area volume_input"]={en:["Value Area volume"],he_IL:["ווליום איזור ערך"]},e.exports["Value Area_input"]={en:["Value Area"],he_IL:["אזור ערך"]},e.exports.Value_input={en:["Value"],he_IL:["ערך"]},e.exports["Values in status line_input"]={en:["Values in status line"],he_IL:["ערכים בשורת המצב"]},e.exports.Volume_input={en:["Volume"],he_IL:["ווליום"]},e.exports["WMA Length_input"]={en:["WMA Length"],he_IL:["אורך WMA"]},e.exports["Wait for timeframe closes_input"]={en:["Wait for timeframe closes"],he_IL:["המתן לסגירת מסגרת הזמן"]},e.exports.Week_input={en:["Week"],he_IL:["שבוע"]},e.exports.Weighted_input={en:["Weighted"],he_IL:["משוקלל"]},e.exports.Wick_input={en:["Wick"],he_IL:["פתיל"]},e.exports.Wicks_input={en:["Wicks"],he_IL:["וויקס Wicks"]},e.exports["Wilder's Smoothing_input"]={en:["Wilder's Smoothing"],he_IL:["החלקה של ויילדר"]},e.exports["Window Size_input"]={en:["Window Size"],he_IL:["גודל חלון"]},e.exports.X_input={en:["X"]},e.exports.YY_year_input={en:["YY"]},e.exports.Year_input={en:["Year"],he_IL:["שָׁנָה"]},e.exports["Zero Line_input"]={en:["Zero Line"],he_IL:["קו אפס"]},e.exports.Zero_input={en:["Zero"],he_IL:["אפס"]},e.exports.fastLength_input={en:["fastLength"]},e.exports.from_input={en:["from"],he_IL:["מ"]},e.exports.increment_input={en:["increment"],he_IL:["תוספת"]},e.exports.isCentered_input={en:["isCentered"]},e.exports.len_input={en:["len"]},e.exports.length14_input={en:["length14"]},e.exports.length28_input={en:["length28"]},e.exports.length7_input={en:["length7"]},e.exports.lengthRSI_input={en:["lengthRSI"]},e.exports.lengthStoch_input={en:["lengthStoch"]},e.exports.length_input={en:["length"]},e.exports.long_input={en:["long"]},e.exports.longlen_input={en:["longlen"]},e.exports.maximum_input={en:["maximum"],he_IL:["מקסימום"]},e.exports.mult_input={en:["mult"],he_IL:["מרובה"]},e.exports.p_input={en:["p"]},e.exports.q_input={en:["q"]},e.exports.resolution_input={en:["resolution"],he_IL:["רזולוציה"]},e.exports.roclen1_input={en:["roclen1"]},e.exports.roclen2_input={en:["roclen2"]},e.exports.roclen3_input={en:["roclen3"]},e.exports.roclen4_input={en:["roclen4"]},e.exports.short_input={en:["short"]},e.exports.shortlen_input={en:["shortlen"]},e.exports["show MA_input"]={en:["show MA"],he_IL:["הצג MA"]},e.exports.siglen_input={en:["siglen"],he_IL:["אורך-אות"]},
+e.exports.signalLength_input={en:["signalLength"],he_IL:["אורך-האות"]},e.exports.slowLength_input={en:["slowLength"]},e.exports.smalen1_input={en:["smalen1"]},e.exports.smalen2_input={en:["smalen2"]},e.exports.smalen3_input={en:["smalen3"]},e.exports.smalen4_input={en:["smalen4"]},e.exports.smoothD_input={en:["smoothD"]},e.exports.smoothK_input={en:["smoothK"]},e.exports.start_input={en:["start"],he_IL:["התחל"]},e.exports.sym_input={en:["sym"]},e.exports.to_input={en:["to"],he_IL:["אֶל"]},e.exports.useTrueRange_input={en:["useTrueRange"]},e.exports.x_input={en:["x"]},e.exports["yay Color 0_input"]={en:["yay Color 0"]},e.exports["yay Color 1_input"]={en:["yay Color 1"]},e.exports["{number} item_combobox_input"]={en:["{number} item","{number} items"],he_IL:["פריט {number}","{number} פריטים","{number} פריטים","{number} פריטים"]}},50873:e=>{e.exports={en:["ATR({atrValue})"]}},73425:e=>{e.exports={en:["Percentage LTP({percentageLTPValue}%)"],he_IL:["אחוז LTP({percentageLTPValue}%)"]}},40566:e=>{e.exports={en:["Traditional"],he_IL:["מסורתי"]}},35359:e=>{e.exports={en:["Post"],he_IL:["מאוחר"]}},93866:e=>{e.exports={en:["Pre"],he_IL:["טרום"]}},75163:e=>{e.exports={en:["Invert scale"],he_IL:["הפוך גרף"]}},35210:e=>{e.exports={en:["Indexed to 100"],he_IL:["צמוד ל-100"]}},31340:e=>{e.exports={en:["Logarithmic"],he_IL:["לוגריתמי"]}},19405:e=>{e.exports={en:["No overlapping labels"],he_IL:["ללא תוויות חופפות"]}},34954:e=>{e.exports={en:["Percent"],he_IL:["אחוז"]}},55300:e=>{e.exports={en:["Regular"],he_IL:["רגיל"]}},8029:e=>{e.exports={en:["ETH"]}},34647:e=>{e.exports={en:["Electronic trading hours"],he_IL:["שעות מסחר אלקטרוניות"]}},36862:e=>{e.exports={en:["Extended trading hours"],he_IL:["שעות מסחר מורחבות"]}},7807:e=>{e.exports={en:["POST"],he_IL:["מאוחר"]}},46273:e=>{e.exports={en:["PRE"],he_IL:["טרום"]}},50434:e=>{e.exports={en:["Postmarket"],he_IL:["מסחר מאוחר"]}},59330:e=>{e.exports={en:["Premarket"],he_IL:["טרום מסחר"]}},35342:e=>{e.exports={en:["RTH"]}},84246:e=>{e.exports={en:["Regular trading hours"],he_IL:["שעות מסחר רגילות"]}},13132:e=>{e.exports={en:["May"],he_IL:["מאי"]}},83477:e=>{e.exports=Object.create(null),e.exports["*All Candlestick Patterns*_study"]={en:["*All Candlestick Patterns*"],he_IL:["*כל דפוסי הנרות היפניים*"]},e.exports["24-hour Volume_study"]={en:["24-hour Volume"],he_IL:["ווליום 24 שעות"]},e.exports["52 Week High/Low_study"]={en:["52 Week High/Low"],he_IL:["52 שבועות גבוה/נמוך"]},e.exports.ASI_study={en:["ASI"]},e.exports["Abandoned Baby - Bearish_study"]={en:["Abandoned Baby - Bearish"],he_IL:["תינוק נטוש - דובי"]},e.exports["Abandoned Baby - Bullish_study"]={en:["Abandoned Baby - Bullish"],he_IL:["תינוק נטוש - שוורי"]},e.exports["Accelerator Oscillator_study"]={en:["Accelerator Oscillator"],he_IL:["אינדיקטור מאיץ"]},e.exports["Accounts payable_study"]={en:["Accounts payable"],he_IL:["חשבונות לתשלום"]},e.exports["Accounts receivable - trade, net_study"]={en:["Accounts receivable - trade, net"],he_IL:["חשבונות חייבים - מסחר, נטו"]},e.exports["Accounts receivables, gross_study"]={
+en:["Accounts receivables, gross"],he_IL:["חשבונות חייבים, ברוטו"]},e.exports.Accruals_study={en:["Accruals"],he_IL:["צבירות"]},e.exports["Accrued payroll_study"]={en:["Accrued payroll"],he_IL:["שכר שנצבר"]},e.exports["Accumulated depreciation, total_study"]={en:["Accumulated depreciation, total"],he_IL:["פחת מצטבר, סך הכל"]},e.exports["Accumulation/Distribution_study"]={en:["Accumulation/Distribution"],he_IL:["הצטברות / הפצה"]},e.exports["Accumulative Swing Index_study"]={en:["Accumulative Swing Index"],he_IL:["מדד סווינג מצטבר"]},e.exports["Additional paid-in capital/Capital surplus_study"]={en:["Additional paid-in capital/Capital surplus"],he_IL:["הון נוסף שנפרע/עודף הון"]},e.exports["Advance Decline Line_study"]={en:["Advance Decline Line"],he_IL:["קו ירידה מתקדם"]},e.exports["Advance Decline Ratio_study"]={en:["Advance Decline Ratio"],he_IL:["Advance Decline Ratio ADR"]},e.exports["Advance/Decline Ratio (Bars)_study"]={en:["Advance/Decline Ratio (Bars)"],he_IL:["Advance Decline Ratio ADR (ברים)"]},e.exports["Advance/Decline_study"]={en:["Advance/Decline"]},e.exports["After tax other income/expense_study"]={en:["After tax other income/expense"],he_IL:["לאחר מס הכנסה/הוצאות אחרות"]},e.exports["All Chart Patterns_study"]={en:["All Chart Patterns"],he_IL:["כל תבניות הגרף"]},e.exports["Altman Z-score_study"]={en:["Altman Z-score"],he_IL:["ציון Z של אלטמן"]},e.exports["Amortization of deferred charges_study"]={en:["Amortization of deferred charges"],he_IL:["הפחתת חיובים דחויים"]},e.exports["Amortization of intangibles_study"]={en:["Amortization of intangibles"],he_IL:["הפחתת נכסים בלתי מוחשיים"]},e.exports.Amortization_study={en:["Amortization"]},e.exports["Anchored Volume Profile_study"]={en:["Anchored Volume Profile"],he_IL:["פרופיל ווליום מעוגן"]},e.exports["Arnaud Legoux Moving Average_study"]={en:["Arnaud Legoux Moving Average"],he_IL:["ממוצעים נעים ארנולד לגוקס (ALMA)"]},e.exports.Aroon_study={en:["Aroon"],he_IL:["הרון (Aroon)"]},e.exports["Asset turnover_study"]={en:["Asset turnover"],he_IL:["מחזור נכסים"]},e.exports["Auto Anchored Volume Profile_study"]={en:["Auto Anchored Volume Profile"],he_IL:["פרופיל ווליום מעוגן אוטומטי"]},e.exports["Auto Fib Extension_study"]={en:["Auto Fib Extension"],he_IL:["הרחבת פיבונאצ'י אוטומטית"]},e.exports["Auto Fib Retracement_study"]={en:["Auto Fib Retracement"],he_IL:["תיקוני פיבונאצי אוטומטיים"]},e.exports["Auto Pitchfork_study"]={en:["Auto Pitchfork"],he_IL:["Pitchfork אוטומטי"]},e.exports["Average Daily Range_study"]={en:["Average Daily Range"],he_IL:["טווח יומי ממוצע"]},e.exports["Average Day Range_study"]={en:["Average Day Range"],he_IL:["טווח ימים ממוצע"]},e.exports["Average Directional Index_study"]={en:["Average Directional Index"],he_IL:["מדד כיווני ממוצע"]},e.exports["Average Price_study"]={en:["Average Price"],he_IL:["מחיר ממוצע"]},e.exports["Average True Range_study"]={en:["Average True Range"],he_IL:["ממוצע טווח אמיתי (ATR)"]},e.exports["Average basic shares outstanding_study"]={en:["Average basic shares outstanding"],he_IL:["ממוצע מניות בסיסיות קיימות"]},
+e.exports["Awesome Oscillator_study"]={en:["Awesome Oscillator"],he_IL:["מתנד אוסום (AO)"]},e.exports["Bad debt / Doubtful accounts_study"]={en:["Bad debt / Doubtful accounts"],he_IL:["חוב אבוד / חשבונות מפוקפקים"]},e.exports["Balance of Power_study"]={en:["Balance of Power"],he_IL:["שיווי משקל כוח (BoP)"]},e.exports["BarUpDn Strategy_study"]={en:["BarUpDn Strategy"],he_IL:["אסטרטגיית BarUpDn"]},e.exports["Basic EPS_study"]={en:["Basic EPS"],he_IL:["EPS בסיסי"]},e.exports["Basic earnings per share (Basic EPS)_study"]={en:["Basic earnings per share (Basic EPS)"],he_IL:["רווח בסיסי למניה (EPS בסיסי)"]},e.exports["Bearish Flag Chart Pattern_study"]={en:["Bearish Flag Chart Pattern"],he_IL:["תבנית גרף דגל דובי"]},e.exports["Bearish Pennant Chart Pattern_study"]={en:["Bearish Pennant Chart Pattern"],he_IL:["תבנית גרף דגלון דובי"]},e.exports["Beneish M-score_study"]={en:["Beneish M-score"],he_IL:["בנייש M-score"]},e.exports["Bollinger Bands %B_study"]={en:["Bollinger Bands %B"],he_IL:["רוצועות בויילינגר %"]},e.exports["Bollinger Bands Strategy directed_study"]={en:["Bollinger Bands Strategy directed"],he_IL:["אסטרטגיית רצועת בולינג'ר מכוון"]},e.exports["Bollinger Bands Strategy_study"]={en:["Bollinger Bands Strategy"],he_IL:["אסטרטגית רצועות בולינג'ר"]},e.exports["Bollinger Bands Width_study"]={en:["Bollinger Bands Width"],he_IL:["רוחב רצועות בולינג'ר"]},e.exports["Bollinger Bands_study"]={en:["Bollinger Bands"],he_IL:["רצועות בולינג'ר"]},e.exports["Book value per share_study"]={en:["Book value per share"],he_IL:["הון מוחשי למניה"]},e.exports["Bull Bear Power_study"]={en:["Bull Bear Power"],he_IL:["כח שורי דובי"]},e.exports["Bullish Flag Chart Pattern_study"]={en:["Bullish Flag Chart Pattern"],he_IL:["תבנית גרף דגל שוורי"]},e.exports["Bullish Pennant Chart Pattern_study"]={en:["Bullish Pennant Chart Pattern"],he_IL:["תבנית גרף דגל שוורי"]},e.exports["Buyback yield %_study"]={en:["Buyback yield %"],he_IL:["Buyback תשואה%"]},e.exports["COGS to revenue ratio_study"]={en:["COGS to revenue ratio"],he_IL:["יחס COGS להכנסות"]},e.exports.CRSI_study={en:["CRSI"]},e.exports["Capital and operating lease obligations_study"]={en:["Capital and operating lease obligations"],he_IL:["התחייבויות הון וחכירה תפעולית"]},e.exports["Capital expenditures - fixed assets_study"]={en:["Capital expenditures - fixed assets"],he_IL:["הוצאות הון - רכוש קבוע"]},e.exports["Capital expenditures - other assets_study"]={en:["Capital expenditures - other assets"],he_IL:["הוצאות הון - נכסים אחרים"]},e.exports["Capital expenditures_study"]={en:["Capital expenditures"],he_IL:["הוצאות הון"]},e.exports["Capitalized lease obligations_study"]={en:["Capitalized lease obligations"],he_IL:["התחייבויות חכירה מהוונות"]},e.exports["Cash & equivalents_study"]={en:["Cash & equivalents"],he_IL:["שווי מזומנים"]},e.exports["Cash and short term investments_study"]={en:["Cash and short term investments"],he_IL:["מזומן והשקעות לטווח קצר"]},e.exports["Cash conversion cycle_study"]={en:["Cash conversion cycle"],he_IL:["מחזור המרה במזומן"]},
+e.exports["Cash from financing activities_study"]={en:["Cash from financing activities"],he_IL:["מזומנים מפעילות פיננסית"]},e.exports["Cash from investing activities_study"]={en:["Cash from investing activities"],he_IL:["מזומנים מפעולות השקעה"]},e.exports["Cash from operating activities_study"]={en:["Cash from operating activities"],he_IL:["מזומנים מפעילות תפעולית"]},e.exports["Cash to debt ratio_study"]={en:["Cash to debt ratio"],he_IL:["יחס מזומן לחוב"]},e.exports["Chaikin Money Flow_study"]={en:["Chaikin Money Flow"],he_IL:["זרימת כספים צ'איקין (CMF)"]},e.exports["Chaikin Oscillator_study"]={en:["Chaikin Oscillator"],he_IL:["מתנד צ'אייקין (CO)"]},e.exports["Chaikin Volatility_study"]={en:["Chaikin Volatility"],he_IL:["תנודתיות הייקין"]},e.exports["Chande Kroll Stop_study"]={en:["Chande Kroll Stop"],he_IL:["צ'אנד קרול סטופ (CKS)"]},e.exports["Chande Momentum Oscillator_study"]={en:["Chande Momentum Oscillator"],he_IL:["מתנד מומנטום צ'אנד (CMO)"]},e.exports["Change in accounts payable_study"]={en:["Change in accounts payable"],he_IL:["שינוי בחשבונות התשלום"]},e.exports["Change in accounts receivable_study"]={en:["Change in accounts receivable"],he_IL:["שינוי בחשבונות חייבים"]},e.exports["Change in accrued expenses_study"]={en:["Change in accrued expenses"],he_IL:["שינוי בהוצאות שנצברו"]},e.exports["Change in inventories_study"]={en:["Change in inventories"],he_IL:["שינוי במאגר"]},e.exports["Change in other assets/liabilities_study"]={en:["Change in other assets/liabilities"],he_IL:["שינוי בנכסים/התחייבויות אחרים"]},e.exports["Change in taxes payable_study"]={en:["Change in taxes payable"],he_IL:["שינוי במסים לתשלום"]},e.exports["Changes in working capital_study"]={en:["Changes in working capital"],he_IL:["שינויים בהון חוזר"]},e.exports.ChannelBreakOutStrategy_study={en:["ChannelBreakOutStrategy"],he_IL:["אסטרטגיית-פריצת-ערוץ"]},e.exports["Chop Zone_study"]={en:["Chop Zone"],he_IL:["צ'ופ-זון"]},e.exports["Choppiness Index_study"]={en:["Choppiness Index"],he_IL:["מדד צ'ופינס"]},e.exports["Commodity Channel Index_study"]={en:["Commodity Channel Index"],he_IL:["מדד ערוץ סחורות ׁׁ(CCI)"]},e.exports["Common dividends paid_study"]={en:["Common dividends paid"],he_IL:["דיבידנדים משותפים ששולמו"]},e.exports["Common equity, total_study"]={en:["Common equity, total"],he_IL:["הון משותף, סך הכל"]},e.exports["Common stock par/Carrying value_study"]={en:["Common stock par/Carrying value"]},e.exports.Compare_study={en:["Compare"],he_IL:["השוואה"]},e.exports["Conditional Expressions_study"]={en:["Conditional Expressions"],he_IL:["ביטויים מותנים"]},e.exports["Connors RSI_study"]={en:["Connors RSI"],he_IL:["קונורס RSI"]},e.exports.ConnorsRSI_study={en:["ConnorsRSI"]},e.exports["Consecutive Up/Down Strategy_study"]={en:["Consecutive Up/Down Strategy"],he_IL:["אסטרטגיית מעלה/מטה רציפה"]},e.exports["Coppock Curve_study"]={en:["Coppock Curve"],he_IL:["עקומת קופוק"]},e.exports["Correlation - Log_study"]={en:["Correlation - Log"],he_IL:["מתאם - התחברות"]},e.exports["Correlation Coefficient_study"]={en:["Correlation Coefficient"],
+he_IL:["מקדם התאמה"]},e.exports["Cost of goods sold_study"]={en:["Cost of goods sold"],he_IL:["עלות סחורה שנמכרה"]},e.exports["Cost of goods_study"]={en:["Cost of goods"],he_IL:["עלות טובין"]},e.exports["Cumulative Volume Index_study"]={en:["Cumulative Volume Index"],he_IL:["מדד ווליום מצטבר"]},e.exports["Cup and Handle Chart Pattern_study"]={en:["Cup and Handle Chart Pattern"],he_IL:["תבנית גרף כוס וידית"]},e.exports["Current portion of LT debt and capital leases_study"]={en:["Current portion of LT debt and capital leases"],he_IL:["חלק שוטף של חובות LT וחכירות הוניות"]},e.exports["Current ratio_study"]={en:["Current ratio"],he_IL:["יחס נוכחי"]},e.exports.DMI_study={en:["DMI"]},e.exports["Dark Cloud Cover - Bearish_study"]={en:["Dark Cloud Cover - Bearish"],he_IL:["כיסוי ענן כהה - דובי"]},e.exports["Days inventory_study"]={en:["Days inventory"],he_IL:["מאגר של ימים"]},e.exports["Days payable_study"]={en:["Days payable"],he_IL:["ימים בתשלום"]},e.exports["Days sales outstanding_study"]={en:["Days sales outstanding"],he_IL:["ימי מכירות שטרם נפרעו"]},e.exports["Debt to EBITDA ratio_study"]={en:["Debt to EBITDA ratio"],he_IL:["יחס חוב ל-EBITDA"]},e.exports["Debt to assets ratio_study"]={en:["Debt to assets ratio"],he_IL:["יחס חוב לנכסים"]},e.exports["Debt to equity ratio_study"]={en:["Debt to equity ratio"],he_IL:["יחס חוב להון"]},e.exports["Debt to revenue ratio_study"]={en:["Debt to revenue ratio"],he_IL:["יחס חוב להכנסות"]},e.exports["Deferred income, current_study"]={en:["Deferred income, current"]},e.exports["Deferred income, non-current_study"]={en:["Deferred income, non-current"],he_IL:["הכנסה נדחית, לא שוטפת"]},e.exports["Deferred tax assets_study"]={en:["Deferred tax assets"],he_IL:["נכסי מס נדחים"]},e.exports["Deferred tax liabilities_study"]={en:["Deferred tax liabilities"],he_IL:["התחייבויות מס נדחות"]},e.exports["Deferred taxes (cash flow)_study"]={en:["Deferred taxes (cash flow)"],he_IL:["מסים נדחים (תזרים מזומנים)"]},e.exports["Deprecation and amortization_study"]={en:["Deprecation and amortization"],he_IL:["פחת והפחתות Deprecation and amortization"]},e.exports["Depreciation & amortization (cash flow)_study"]={en:["Depreciation & amortization (cash flow)"],he_IL:["פחת והפחתות (תזרים מזומנים)"]},e.exports["Depreciation/depletion_study"]={en:["Depreciation/depletion"],he_IL:["פחת/דלדול Depreciation/depletion"]},e.exports.Depreciation_study={en:["Depreciation"],he_IL:["פְּחָת"]},e.exports["Detrended Price Oscillator_study"]={en:["Detrended Price Oscillator"]},e.exports["Diluted EPS_study"]={en:["Diluted EPS"],he_IL:["רווח למניה מדולל"]},e.exports["Diluted earnings per share (Diluted EPS)_study"]={en:["Diluted earnings per share (Diluted EPS)"],he_IL:["רווח מדולל למניה (מדולל EPS)"]},e.exports["Diluted net income available to common stockholders_study"]={en:["Diluted net income available to common stockholders"],he_IL:["הכנסה נטו מדוללת זמינה לבעלי מניות רגילות"]},e.exports["Diluted shares outstanding_study"]={en:["Diluted shares outstanding"],he_IL:["מניות בדילול מלא"]},e.exports["Dilution adjustment_study"]={
+en:["Dilution adjustment"],he_IL:["התאמת דילול"]},e.exports["Directional Movement Index_study"]={en:["Directional Movement Index"],he_IL:["אינדקס Directional Movement"]},e.exports["Directional Movement_study"]={en:["Directional Movement"],he_IL:["תנועה כיוונית"]},e.exports["Discontinued operations_study"]={en:["Discontinued operations"],he_IL:["פעילות שהופסקה"]},e.exports["Divergence Indicator_study"]={en:["Divergence Indicator"],he_IL:["אינדיקטור הסתעפות"]},e.exports["Dividend payout ratio %_study"]={en:["Dividend payout ratio %"],he_IL:["יחס חלוקת דיבידנד"]},e.exports["Dividend yield %_study"]={en:["Dividend yield %"],he_IL:["תשואת דיבידנד %"]},e.exports["Dividends payable_study"]={en:["Dividends payable"],he_IL:["דיבידנדים לתשלום"]},e.exports["Dividends per share - common stock primary issue_study"]={en:["Dividends per share - common stock primary issue"],he_IL:["דיבידנדים למניה - הנפקה עיקרית של מניות רגילות"]},e.exports["Doji Star - Bearish_study"]={en:["Doji Star - Bearish"],he_IL:["כוכב דוג'י - דובי"]},e.exports["Doji Star - Bullish_study"]={en:["Doji Star - Bullish"],he_IL:["כוכב דוג'י - שוורי"]},e.exports.Doji_study={en:["Doji"],he_IL:["דוג'י"]},e.exports["Donchian Channels_study"]={en:["Donchian Channels"],he_IL:["ערוצי דונצ'יאן"]},e.exports["Double Bottom Chart Pattern_study"]={en:["Double Bottom Chart Pattern"],he_IL:["תבנית גרף תחתית כפולה"]},e.exports["Double EMA_study"]={en:["Double EMA"],he_IL:["ממוצע נע אקספוננציאלי כפול"]},e.exports["Double Top Chart Pattern_study"]={en:["Double Top Chart Pattern"],he_IL:["תבנית גרף תקרה כפולה"]},e.exports["Downside Tasuki Gap - Bearish_study"]={en:["Downside Tasuki Gap - Bearish"],he_IL:["Tasuki גאפ למטה - דובי"]},e.exports["Dragonfly Doji - Bullish_study"]={en:["Dragonfly Doji - Bullish"],he_IL:["דרגון פליי Dragonfly דוג'י - שוורי"]},e.exports["EBITDA margin %_study"]={en:["EBITDA margin %"],he_IL:["מרג'ין % EBITDA"]},e.exports.EBITDA_study={en:["EBITDA"],he_IL:["רווח לפני ריבית, מסים, פחת והפחתות"]},e.exports.EBIT_study={en:["EBIT"]},e.exports["EMA Cross_study"]={en:["EMA Cross"],he_IL:["ממוצע נע אקספוננציאלי חוצה"]},e.exports["EPS basic one year growth_study"]={en:["EPS basic one year growth"],he_IL:["EPS צמיחה בסיסית לשנה אחת"]},e.exports["EPS diluted one year growth_study"]={en:["EPS diluted one year growth"],he_IL:["EPS מדולל צמיחה של שנה אחת"]},e.exports["EPS estimates_study"]={en:["EPS estimates"],he_IL:["הערכות EPS"]},e.exports["Earnings yield_study"]={en:["Earnings yield"],he_IL:["תשואת רווחים"]},e.exports["Ease Of Movement_study"]={en:["Ease Of Movement"],he_IL:["קלות תנועה"]},e.exports["Ease of Movement_study"]={en:["Ease of Movement"],he_IL:["קלות תנועה"]},e.exports["Effective interest rate on debt %_study"]={en:["Effective interest rate on debt %"],he_IL:["שיעור ריבית אפקטיבית על החוב %"]},e.exports["Elder Force Index_study"]={en:["Elder Force Index"],he_IL:["Elder's Force Index"]},e.exports["Elder's Force Index_study"]={en:["Elder's Force Index"],he_IL:["אינדקס Elder's Force"]},e.exports["Elders Force Index_study"]={en:["Elders Force Index"],
+he_IL:["מדד הכוח של אלדר"]},e.exports["Elliott Wave Chart Pattern_study"]={en:["Elliott Wave Chart Pattern"],he_IL:["תבנית גרף גלי אליוט"]},e.exports["Engulfing - Bearish_study"]={en:["Engulfing - Bearish"],he_IL:["בולען - דובי"]},e.exports["Engulfing - Bullish_study"]={en:["Engulfing - Bullish"],he_IL:["בולען - שוורי"]},e.exports["Enterprise value to EBIT ratio_study"]={en:["Enterprise value to EBIT ratio"],he_IL:["יחס ערך ארגוני ל-EBIT"]},e.exports["Enterprise value to EBITDA ratio_study"]={en:["Enterprise value to EBITDA ratio"],he_IL:["ערך ארגוני ליחס EBITDA"]},e.exports["Enterprise value to revenue ratio_study"]={en:["Enterprise value to revenue ratio"],he_IL:["יחס ערך ארגוני ל-EBIT"]},e.exports["Enterprise value_study"]={en:["Enterprise value"],he_IL:["ערך ארגוני"]},e.exports.Envelope_study={en:["Envelope"],he_IL:["מעטפה"]},e.exports.Envelopes_study={en:["Envelopes"],he_IL:["מעטפות"]},e.exports["Equity in earnings_study"]={en:["Equity in earnings"],he_IL:["הון עצמי ברווחים"]},e.exports["Equity to assets ratio_study"]={en:["Equity to assets ratio"],he_IL:["יחס הון עצמי לנכסים"]},e.exports["Evening Doji Star - Bearish_study"]={en:["Evening Doji Star - Bearish"],he_IL:["כוכב ערב דוג'י - דובי"]},e.exports["Evening Star - Bearish_study"]={en:["Evening Star - Bearish"],he_IL:["כוכב ערב - דובי"]},e.exports["Falling Three Methods - Bearish_study"]={en:["Falling Three Methods - Bearish"],he_IL:["Falling Three Methods - דובי"]},e.exports["Falling Wedge Chart Pattern_study"]={en:["Falling Wedge Chart Pattern"],he_IL:["תבנית גרף טריז נופל"]},e.exports["Falling Window - Bearish_study"]={en:["Falling Window - Bearish"],he_IL:["Falling Window - דובי"]},e.exports["Financing activities – other sources_study"]={en:["Financing activities – other sources"],he_IL:["פעילויות מימון - מקורות נוספים"]},e.exports["Financing activities – other uses_study"]={en:["Financing activities – other uses"],he_IL:["פעילויות פיננסיות - שימושים אחרים"]},e.exports["Fisher Transform_study"]={en:["Fisher Transform"]},e.exports["Fixed Range Volume Profile_study"]={en:["Fixed Range Volume Profile"],he_IL:["פרופיל ווליום טווח קבוע"]},e.exports["Fixed Range_study"]={en:["Fixed Range"],he_IL:["טווח קבוע"]},e.exports["Float shares outstanding_study"]={en:["Float shares outstanding"],he_IL:["מניות צפות outstanding"]},e.exports["Free cash flow margin %_study"]={en:["Free cash flow margin %"],he_IL:["% מרג'ין תזרים מזומנים חופשי"]},e.exports["Free cash flow_study"]={en:["Free cash flow"],he_IL:["תזרים מזומנים חופשי"]},e.exports["Fulmer H factor_study"]={en:["Fulmer H factor"],he_IL:["גורם פולמר H"]},e.exports["Funds from operations_study"]={en:["Funds from operations"],he_IL:["כספים מפעילות תפעולית"]},e.exports.Gaps_study={en:["Gaps"],he_IL:["גאפים"]},e.exports["Goodwill to assets ratio_study"]={en:["Goodwill to assets ratio"],he_IL:["יחס מוניטין לנכסים"]},e.exports["Goodwill, net_study"]={en:["Goodwill, net"],he_IL:["מוניטין, נטו"]},e.exports["Graham's number_study"]={en:["Graham's number"],he_IL:["המספר של גרהם"]},
+e.exports["Gravestone Doji - Bearish_study"]={en:["Gravestone Doji - Bearish"],he_IL:["Gravestone דוג'י - שוורי"]},e.exports["Greedy Strategy_study"]={en:["Greedy Strategy"],he_IL:["אסטרטגיה חמדנית"]},e.exports["Gross margin %_study"]={en:["Gross margin %"],he_IL:["% מרג'ין גולמי"]},e.exports["Gross profit to assets ratio_study"]={en:["Gross profit to assets ratio"],he_IL:["יחס רווח גולמי לנכסים"]},e.exports["Gross profit_study"]={en:["Gross profit"],he_IL:["רווח גולמי"]},e.exports["Gross property/plant/equipment_study"]={en:["Gross property/plant/equipment"],he_IL:["רכוש/מפעל/ציוד גולמי"]},e.exports["Guppy Multiple Moving Average_study"]={en:["Guppy Multiple Moving Average"],he_IL:["ממוצע נע מרובה גופים"]},e.exports["Hammer - Bullish_study"]={en:["Hammer - Bullish"],he_IL:["פטיש - שוורי"]},e.exports["Hanging Man - Bearish_study"]={en:["Hanging Man - Bearish"],he_IL:["איש תלוי - דובי"]},e.exports["Harami - Bearish_study"]={en:["Harami - Bearish"],he_IL:["Harami - דובי"]},e.exports["Harami - Bullish_study"]={en:["Harami - Bullish"],he_IL:["Harami - שוורי"]},e.exports["Harami Cross - Bearish_study"]={en:["Harami Cross - Bearish"],he_IL:["חראמי צלב - דובי"]},e.exports["Harami Cross - Bullish_study"]={en:["Harami Cross - Bullish"],he_IL:["חראמי צלב - שוורי"]},e.exports["Head and Shoulders Chart Pattern_study"]={en:["Head and Shoulders Chart Pattern"],he_IL:["תבנית גרף ראש וכתפיים"]},e.exports["Historical Volatility_study"]={en:["Historical Volatility"],he_IL:["תנודתיות היסטורית"]},e.exports["Hull Moving Average_study"]={en:["Hull Moving Average"],he_IL:["ממוצע נע Hull"]},e.exports["Ichimoku Cloud_study"]={en:["Ichimoku Cloud"],he_IL:["ענן איצ'ימוקו"]},e.exports.Ichimoku_study={en:["Ichimoku"],he_IL:["Ichimoku איצ'ימוקו"]},e.exports.Impairments_study={en:["Impairments"],he_IL:["ליקויים"]},e.exports["InSide Bar Strategy_study"]={en:["InSide Bar Strategy"],he_IL:["אסטרטגיית תוך-נר"]},e.exports["Income Tax Credits_study"]={en:["Income Tax Credits"],he_IL:["זיכוי מס הכנסה"]},e.exports["Income Tax, current - foreign_study"]={en:["Income Tax, current - foreign"],he_IL:["מס הכנסה, שוטף - זר"]},e.exports["Income tax payable_study"]={en:["Income tax payable"],he_IL:["מס הכנסה לתשלום"]},e.exports["Income tax, current - domestic_study"]={en:["Income tax, current - domestic"],he_IL:["מס הכנסה, שוטף - מקומי"]},e.exports["Income tax, current_study"]={en:["Income tax, current"],he_IL:["מס הכנסה, שוטף"]},e.exports["Income tax, deferred - domestic_study"]={en:["Income tax, deferred - domestic"],he_IL:["מס הכנסה, נדחה - מקומי"]},e.exports["Income tax, deferred - foreign_study"]={en:["Income tax, deferred - foreign"],he_IL:["מס הכנסה, נדחה - זר"]},e.exports["Income tax, deferred_study"]={en:["Income tax, deferred"],he_IL:["מס הכנסה, נדחה"]},e.exports["Interest capitalized_study"]={en:["Interest capitalized"],he_IL:["ריבית מהוונת"]},e.exports["Interest coverage_study"]={en:["Interest coverage"],he_IL:["כיסוי ריבית"]},e.exports["Interest expense on debt_study"]={en:["Interest expense on debt"],he_IL:["הוצאות ריבית על החוב"]},
+e.exports["Interest expense, net of interest capitalized_study"]={en:["Interest expense, net of interest capitalized"],he_IL:["הוצאות ריבית, בניכוי ריבית מהוונת"]},e.exports["Inventories - finished goods_study"]={en:["Inventories - finished goods"],he_IL:["מלאי - סחורה מוגמרת"]},e.exports["Inventories - progress payments & other_study"]={en:["Inventories - progress payments & other"],he_IL:["מלאי - תשלומים בתהליך ואחרים"]},e.exports["Inventories - raw materials_study"]={en:["Inventories - raw materials"],he_IL:["מלאי - חומרי גלם"]},e.exports["Inventories - work in progress_study"]={en:["Inventories - work in progress"],he_IL:["מלאי - עבודות בתהליך"]},e.exports["Inventory to revenue ratio_study"]={en:["Inventory to revenue ratio"],he_IL:["מלאי ליחס הכנסות"]},e.exports["Inventory turnover_study"]={en:["Inventory turnover"],he_IL:["מחזור מלאי"]},e.exports["Inverted Cup and Handle Chart Pattern_study"]={en:["Inverted Cup and Handle Chart Pattern"],he_IL:["תבנית גרף כוס וידית הפוכים"]},e.exports["Inverted Hammer - Bullish_study"]={en:["Inverted Hammer - Bullish"],he_IL:["פטיש הפוך - שוורי"]},e.exports["Inverted Head and Shoulders Chart Pattern_study"]={en:["Inverted Head and Shoulders Chart Pattern"],he_IL:["תבנית גרף ראש וכתפיים הפוכים"]},e.exports["Investing activities – other sources_study"]={en:["Investing activities – other sources"],he_IL:["פעילויות השקעה - מקורות נוספים"]},e.exports["Investing activities – other uses_study"]={en:["Investing activities – other uses"],he_IL:["פעילויות השקעה - שימושים אחרים"]},e.exports["Investments in unconsolidated subsidiaries_study"]={en:["Investments in unconsolidated subsidiaries"],he_IL:["השקעות בחברות בת לא מאוחדות"]},e.exports["Issuance of long term debt_study"]={en:["Issuance of long term debt"],he_IL:["הנפקת חוב לטווח ארוך"]},e.exports["Issuance/retirement of debt, net_study"]={en:["Issuance/retirement of debt, net"],he_IL:["הקצאה/פרישת חוב, נטו"]},e.exports["Issuance/retirement of long term debt_study"]={en:["Issuance/retirement of long term debt"],he_IL:["הקצאה/פריסה של חוב לטווח ארוך"]},e.exports["Issuance/retirement of other debt_study"]={en:["Issuance/retirement of other debt"],he_IL:["הקצאה/פרישה של חוב אחר"]},e.exports["Issuance/retirement of short term debt_study"]={en:["Issuance/retirement of short term debt"],he_IL:["הקצאה/פרישה של חוב לטווח קצר"]},e.exports["Issuance/retirement of stock, net_study"]={en:["Issuance/retirement of stock, net"],he_IL:["הקצאה/פרישת מלאי, נטו"]},e.exports["KZ index_study"]={en:["KZ index"],he_IL:["מדד KZ"]},e.exports["Keltner Channel Strategy_study"]={en:["Keltner Channel Strategy"],he_IL:["אסטרטגיית ערוצי קלנר"]},e.exports["Keltner Channels Strategy_study"]={en:["Keltner Channels Strategy"],he_IL:["אסטרטגיית ערוצי קלטנר"]},e.exports["Keltner Channels_study"]={en:["Keltner Channels"],he_IL:["תעלות קלטנר"]},e.exports["Key stats_study"]={en:["Key stats"],he_IL:["סטטיסטיקות מפתח"]},e.exports["Kicking - Bearish_study"]={en:["Kicking - Bearish"],he_IL:["Kicking - דובי"]},e.exports["Kicking - Bullish_study"]={en:["Kicking - Bullish"],
+he_IL:["Kicking - שוורי"]},e.exports["Klinger Oscillator_study"]={en:["Klinger Oscillator"],he_IL:["מתנד קלינגר (KO)"]},e.exports["Know Sure Thing_study"]={en:["Know Sure Thing"],he_IL:["דע בביטחון (Know sure thing)"]},e.exports["Least Squares Moving Average_study"]={en:["Least Squares Moving Average"],he_IL:["ריבועי ממוצעים נעים פשוטים (LSMA)"]},e.exports["Legal claim expense_study"]={en:["Legal claim expense"],he_IL:["הוצאות תביעה משפטית"]},e.exports["Linear Regression Channel_study"]={en:["Linear Regression Channel"],he_IL:["ערוץ רגרסיה ליניארי"]},e.exports["Linear Regression Curve_study"]={en:["Linear Regression Curve"],he_IL:["עקומת רגרסיה לינארית"]},e.exports["Linear Regression Slope_study"]={en:["Linear Regression Slope"],he_IL:["רגרסיה לינארית משופעת"]},e.exports["Linear Regression_study"]={en:["Linear Regression"],he_IL:["רגרסיה ליניארית"]},e.exports["Liquidity ratios_study"]={en:["Liquidity ratios"],he_IL:["יחסי נזילות"]},e.exports["Long Lower Shadow - Bullish_study"]={en:["Long Lower Shadow - Bullish"],he_IL:["Long Lower Shadow - שוורי"]},e.exports["Long Upper Shadow - Bearish_study"]={en:["Long Upper Shadow - Bearish"],he_IL:["Long Upper Shadow - דובי"]},e.exports["Long term debt excl. lease liabilities_study"]={en:["Long term debt excl. lease liabilities"],he_IL:["חוב לטווח ארוך excl. התחייבויות חכירה"]},e.exports["Long term debt to total assets ratio_study"]={en:["Long term debt to total assets ratio"],he_IL:["יחס חוב לטווח ארוך לסך הנכסים"]},e.exports["Long term debt to total equity ratio_study"]={en:["Long term debt to total equity ratio"],he_IL:["יחס חוב לטווח ארוך לסך ההון העצמי"]},e.exports["Long term debt_study"]={en:["Long term debt"],he_IL:["חוב לטווח ארוך"]},e.exports["Long term investments_study"]={en:["Long term investments"],he_IL:["השקעות לטווח ארוך"]},e.exports["MA Cross_study"]={en:["MA Cross"],he_IL:["ממוצעים נעים חוצים"]},e.exports["MA with EMA Cross_study"]={en:["MA with EMA Cross"],he_IL:["ממוצע נע עם ממוצע נע חוצה"]},e.exports["MA/EMA Cross_study"]={en:["MA/EMA Cross"],he_IL:["ממוצע נע/ממוצע נע חוצה"]},e.exports["MACD Strategy_study"]={en:["MACD Strategy"],he_IL:["אסטרטגיית MACD"]},e.exports.MACD_study={en:["MACD"]},e.exports["Majority Rule_study"]={en:["Majority Rule"]},e.exports["Market capitalization_study"]={en:["Market capitalization"],he_IL:["שווי שוק"]},e.exports["Marubozu Black - Bearish_study"]={en:["Marubozu Black - Bearish"],he_IL:["מארובוזו שחור - דובי"]},e.exports["Marubozu White - Bullish_study"]={en:["Marubozu White - Bullish"],he_IL:["מארובוזו לבן - שוורי"]},e.exports["Mass Index_study"]={en:["Mass Index"],he_IL:["מדד המונים"]},e.exports["McGinley Dynamic_study"]={en:["McGinley Dynamic"],he_IL:["מקינגלי דינאמי"]},e.exports["Median Price_study"]={en:["Median Price"],he_IL:["מחיר חציון"]},e.exports.Median_study={en:["Median"],he_IL:["חציון"]},e.exports["Minority interest_study"]={en:["Minority interest"],he_IL:["ריבית מינורית"]},e.exports["Miscellaneous non-operating expense_study"]={en:["Miscellaneous non-operating expense"],he_IL:["הוצאות שונות שאינן תפעוליות"]},
+e.exports["Momentum Strategy_study"]={en:["Momentum Strategy"],he_IL:["אסטרטגיית מומנטום"]},e.exports.Momentum_study={en:["Momentum"],he_IL:["מומנטום"]},e.exports["Money Flow Index_study"]={en:["Money Flow Index"],he_IL:["מדד זרימת כסף MFI"]},e.exports["Money Flow_study"]={en:["Money Flow"],he_IL:["זרימת כספים MFI"]},e.exports["Moon Phases_study"]={en:["Moon Phases"],he_IL:["מחזורי הירח"]},e.exports["Morning Doji Star - Bullish_study"]={en:["Morning Doji Star - Bullish"],he_IL:["כוכב בקר דוג'י - שוורי"]},e.exports["Morning Star - Bullish_study"]={en:["Morning Star - Bullish"],he_IL:["כוכב בקר - שוורי"]},e.exports["Moving Average Adaptive_study"]={en:["Moving Average Adaptive"],he_IL:["ממוצע נע מסתגל"]},e.exports["Moving Average Channel_study"]={en:["Moving Average Channel"],he_IL:["ערוץ ממוצע נע"]},e.exports["Moving Average Convergence Divergence_study"]={en:["Moving Average Convergence Divergence"],he_IL:["ממוצע נע Convergence Divergence"]},e.exports["Moving Average Convergence/Divergence_study"]={en:["Moving Average Convergence/Divergence"],he_IL:["ממוצע נע התכנסות / סטייה"]},e.exports["Moving Average Double_study"]={en:["Moving Average Double"],he_IL:["ממוצע נע כפול"]},e.exports["Moving Average Exponential_study"]={en:["Moving Average Exponential"],he_IL:["ממוצע נע אקספוננציאלי"]},e.exports["Moving Average Hamming_study"]={en:["Moving Average Hamming"],he_IL:["ממוצע נע משוקלל Hamming"]},e.exports["Moving Average Modified_study"]={en:["Moving Average Modified"],he_IL:["ממוצע נע מותאם Modified"]},e.exports["Moving Average Multiple_study"]={en:["Moving Average Multiple"],he_IL:["ממוצע נע מרובה Multiple"]},e.exports["Moving Average Ribbon_study"]={en:["Moving Average Ribbon"],he_IL:["ממוצע נע Ribbon"]},e.exports["Moving Average Simple_study"]={en:["Moving Average Simple"],he_IL:["ממוצע נע פשוט"]},e.exports["Moving Average Triple_study"]={en:["Moving Average Triple"],he_IL:["ממוצע נע משולש"]},e.exports["Moving Average Weighted_study"]={en:["Moving Average Weighted"],he_IL:["ממוצע נע משוקלל"]},e.exports["Moving Average_study"]={en:["Moving Average"],he_IL:["ממוצע נע"]},e.exports["MovingAvg Cross_study"]={en:["MovingAvg Cross"],he_IL:["ממוצע-נע חוצה"]},e.exports["MovingAvg2Line Cross_study"]={en:["MovingAvg2Line Cross"],he_IL:["MovingAvg2Line חוצה"]},e.exports["Multi-Time Period Charts_study"]={en:["Multi-Time Period Charts"],he_IL:["תרשימי גרף רב-תקופתי"]},e.exports["Net Volume_study"]={en:["Net Volume"],he_IL:["נפח נטו"]},e.exports["Net current asset value per share_study"]={en:["Net current asset value per share"],he_IL:["שווי נכס נוכחי נטו למניה"]},e.exports["Net debt_study"]={en:["Net debt"],he_IL:["חוב נטו"]},e.exports["Net income (cash flow)_study"]={en:["Net income (cash flow)"],he_IL:["רווח נקי (תזרים מזומנים)"]},e.exports["Net income before discontinued operations_study"]={en:["Net income before discontinued operations"],he_IL:["רווח נקי לפני פעילות שהופסקה"]},e.exports["Net income per employee_study"]={en:["Net income per employee"],he_IL:["הכנסה נטו לשכיר"]},e.exports["Net income_study"]={en:["Net income"],
+he_IL:["הכנסה נטו"]},e.exports["Net intangible assets_study"]={en:["Net intangible assets"],he_IL:["נכסים בלתי מוחשיים נטו"]},e.exports["Net margin %_study"]={en:["Net margin %"],he_IL:["נטו margin %"]},e.exports["Net property/plant/equipment_study"]={en:["Net property/plant/equipment"],he_IL:["רכוש/מפעל/ציוד נטו"]},e.exports["Non-cash items_study"]={en:["Non-cash items"],he_IL:["פריטים שאינם מזומנים"]},e.exports["Non-controlling/minority interest_study"]={en:["Non-controlling/minority interest"],he_IL:["זכויות חסרות שליטה/ מועטות"]},e.exports["Non-operating income, excl. interest expenses_study"]={en:["Non-operating income, excl. interest expenses"],he_IL:["הכנסה לא תפעולית, excl. הוצאות ריבית"]},e.exports["Non-operating income, total_study"]={en:["Non-operating income, total"],he_IL:["הכנסה לא תפעולית, סך הכל"]},e.exports["Non-operating interest income_study"]={en:["Non-operating interest income"],he_IL:["הכנסות ריבית לא תפעוליות"]},e.exports["Note receivable - long term_study"]={en:["Note receivable - long term"],he_IL:["שטר חוב - לטווח ארוך"]},e.exports["Notes payable_study"]={en:["Notes payable"],he_IL:["תשלומים לתשלום"]},e.exports["Number of employees_study"]={en:["Number of employees"],he_IL:["מספר העובדים"]},e.exports["Number of shareholders_study"]={en:["Number of shareholders"],he_IL:["מספר בעלי המניות"]},e.exports["On Balance Volume_study"]={en:["On Balance Volume"],he_IL:["ווליום מאוזן OBV"]},e.exports["On Neck - Bearish_study"]={en:["On Neck - Bearish"],he_IL:["On Neck על הצוואר - דובי"]},e.exports["Open Interest_study"]={en:["Open Interest"]},e.exports["Operating earnings yield %_study"]={en:["Operating earnings yield %"],he_IL:["% רווחים תפעוליים"]},e.exports["Operating expenses (excl. COGS)_study"]={en:["Operating expenses (excl. COGS)"],he_IL:["הוצאות תפעול (לא כולל COGS)"]},e.exports["Operating income_study"]={en:["Operating income"],he_IL:["רווח תפעולי"]},e.exports["Operating lease liabilities_study"]={en:["Operating lease liabilities"],he_IL:["התחייבויות חכירה תפעולית"]},e.exports["Operating margin %_study"]={en:["Operating margin %"],he_IL:["מרג'ין תפעולי %"]},e.exports["Other COGS_study"]={en:["Other COGS"],he_IL:["COGS אחרים"]},e.exports["Other common equity_study"]={en:["Other common equity"],he_IL:["הון משותף אחר"]},e.exports["Other cost of goods sold_study"]={en:["Other cost of goods sold"],he_IL:["עלות אחרת של סחורה שנמכרה"]},e.exports["Other current assets, total_study"]={en:["Other current assets, total"],he_IL:["נכסים שוטפים אחרים, סך הכל"]},e.exports["Other current liabilities_study"]={en:["Other current liabilities"],he_IL:["התחייבויות שוטפות אחרות"]},e.exports["Other exceptional charges_study"]={en:["Other exceptional charges"],he_IL:["חיובים חריגים אחרים"]},e.exports["Other financing cash flow items, total_study"]={en:["Other financing cash flow items, total"],he_IL:["פריטי תזרים מזומנים אחרים המממנים, סך הכל"]},e.exports["Other intangibles, net_study"]={en:["Other intangibles, net"],he_IL:["נכסים בלתי מוחשיים אחרים, נטו"]},e.exports["Other investing cash flow items, total_study"]={
+en:["Other investing cash flow items, total"],he_IL:["פריטי תזרים מזומנים אחרים המשקיעים, סך הכל"]},e.exports["Other investments_study"]={en:["Other investments"],he_IL:["השקעות אחרות"]},e.exports["Other liabilities, total_study"]={en:["Other liabilities, total"],he_IL:["התחייבויות אחרות, סך הכל"]},e.exports["Other long term assets, total_study"]={en:["Other long term assets, total"],he_IL:["נכסים אחרים לטווח ארוך, סך הכל"]},e.exports["Other non-current liabilities, total_study"]={en:["Other non-current liabilities, total"],he_IL:["התחייבויות לא שוטפות אחרות, סך הכל"]},e.exports["Other operating expenses, total_study"]={en:["Other operating expenses, total"],he_IL:["הוצאות תפעול אחרות, סך הכל"]},e.exports["Other receivables_study"]={en:["Other receivables"],he_IL:["חובות אחרים"]},e.exports["Other short term debt_study"]={en:["Other short term debt"],he_IL:["חובות אחרים לטווח קצר"]},e.exports["OutSide Bar Strategy_study"]={en:["OutSide Bar Strategy"],he_IL:["אסטרטגיית מחוץ-לנר"]},e.exports.Overlay_study={en:["Overlay"],he_IL:["שכבה"]},e.exports["PEG ratio_study"]={en:["PEG ratio"],he_IL:["יחס PEG"]},e.exports["Paid in capital_study"]={en:["Paid in capital"],he_IL:["שילם בהון"]},e.exports["Parabolic SAR Strategy_study"]={en:["Parabolic SAR Strategy"],he_IL:["אסטרטגיית Parabolic SAR"]},e.exports["Parabolic SAR_study"]={en:["Parabolic SAR"],he_IL:["פרבוליק SAR"]},e.exports["Periodic Volume Profile_study"]={en:["Periodic Volume Profile"],he_IL:["פרופיל ווליום תקופתי"]},e.exports["Piercing - Bullish_study"]={en:["Piercing - Bullish"],he_IL:["Piercing - שוורי"]},e.exports["Piotroski F-score_study"]={en:["Piotroski F-score"]},e.exports["Pivot Extension Strategy_study"]={en:["Pivot Extension Strategy"],he_IL:["אסטרטגיית הרחבת פיבוט"]},e.exports["Pivot Points High Low_study"]={en:["Pivot Points High Low"],he_IL:["נקודות פיבוט גבוה נמוך"]},e.exports["Pivot Points Standard_study"]={en:["Pivot Points Standard"],he_IL:["נקודות פיבוט רגיל"]},e.exports["Pivot Reversal Strategy_study"]={en:["Pivot Reversal Strategy"],he_IL:["אסטרטגיית פיבוט ריוורסל"]},e.exports["Preferred dividends paid_study"]={en:["Preferred dividends paid"],he_IL:["דיבידנדים מועדפים ששולמו"]},e.exports["Preferred dividends_study"]={en:["Preferred dividends"],he_IL:["דיבידנדים מועדפים"]},e.exports["Preferred stock, carrying value_study"]={en:["Preferred stock, carrying value"],he_IL:["מניה מועדפת, נושאת ערך"]},e.exports["Prepaid expenses_study"]={en:["Prepaid expenses"],he_IL:["הוצאות משולמות מראש"]},e.exports["Pretax equity in earnings_study"]={en:["Pretax equity in earnings"],he_IL:["הון עצמי לפני מס ברווחים"]},e.exports["Pretax income_study"]={en:["Pretax income"],he_IL:["הכנסה לפני מס"]},e.exports["Price Channel Strategy_study"]={en:["Price Channel Strategy"],he_IL:["אסטרטגיית ערוץ מחיר"]},e.exports["Price Channel_study"]={en:["Price Channel"],he_IL:["ערוץ מחיר"]},e.exports["Price Oscillator_study"]={en:["Price Oscillator"],he_IL:["מתנד מחיר (PO)"]},e.exports["Price Volume Trend_study"]={en:["Price Volume Trend"],he_IL:["מגמת מחיר ונפח"]},
+e.exports["Price earnings ratio forward_study"]={en:["Price earnings ratio forward"],he_IL:["יחס רווחים במחיר קדימה"]},e.exports["Price sales ratio forward_study"]={en:["Price sales ratio forward"],he_IL:["יחס מכירות מחיר קדימה"]},e.exports["Price to book ratio_study"]={en:["Price to book ratio"],he_IL:["יחס מחיר לספר"]},e.exports["Price to cash flow ratio_study"]={en:["Price to cash flow ratio"],he_IL:["יחס מחיר לתזרים מזומנים"]},e.exports["Price to earnings ratio_study"]={en:["Price to earnings ratio"],he_IL:["יחס מחיר לרווח"]},e.exports["Price to free cash flow ratio_study"]={en:["Price to free cash flow ratio"],he_IL:["יחס מחיר לתזרים מזומנים חופשי"]},e.exports["Price to sales ratio_study"]={en:["Price to sales ratio"],he_IL:["יחס מחיר למכירות"]},e.exports["Price to tangible book ratio_study"]={en:["Price to tangible book ratio"],he_IL:["יחס מחיר לספר מוחשי"]},e.exports["Profitability ratios_study"]={en:["Profitability ratios"],he_IL:["יחסי רווחיות"]},e.exports["Provision for risks & charge_study"]={en:["Provision for risks & charge"],he_IL:["הפרשה לסיכונים וחיובים"]},e.exports["Purchase of investments_study"]={en:["Purchase of investments"],he_IL:["רכישת השקעות"]},e.exports["Purchase/acquisition of business_study"]={en:["Purchase/acquisition of business"],he_IL:["רכישה/רכישה של עסק"]},e.exports["Purchase/sale of business, net_study"]={en:["Purchase/sale of business, net"],he_IL:["רכישה / מכירה של עסקים, נטו"]},e.exports["Purchase/sale of investments, net_study"]={en:["Purchase/sale of investments, net"],he_IL:["רכישה / מכירה של השקעות, נטו"]},e.exports["Quality ratio_study"]={en:["Quality ratio"],he_IL:["יחס איכות"]},e.exports["Quick ratio_study"]={en:["Quick ratio"],he_IL:["יחס מהיר"]},e.exports["RSI Strategy_study"]={en:["RSI Strategy"],he_IL:["אסטרטגיית RSI"]},e.exports["Rate Of Change_study"]={en:["Rate Of Change"],he_IL:["שיעור השינוי"]},e.exports["Rectangle Chart Pattern_study"]={en:["Rectangle Chart Pattern"],he_IL:["תבנית גרף מלבן"]},e.exports["Reduction of long term debt_study"]={en:["Reduction of long term debt"],he_IL:["הפחתת חוב לטווח ארוך"]},e.exports["Relative Strength Index_study"]={en:["Relative Strength Index"],he_IL:["מדד כוח יחסי (RSIׂׂׂ)"]},e.exports["Relative Vigor Index_study"]={en:["Relative Vigor Index"],he_IL:["מדד עוצמה יחסי (RVI)"]},e.exports["Relative Volatility Index_study"]={en:["Relative Volatility Index"],he_IL:["מדד תנודתיות יחסית"]},e.exports["Relative Volume at Time_study"]={en:["Relative Volume at Time"],he_IL:["ווליום יחסי ביחידת זמן"]},e.exports["Repurchase of common & preferred stock_study"]={en:["Repurchase of common & preferred stock"],he_IL:["רכישה חוזרת של מניות נפוצות ומועדפות"]},e.exports["Research & development to revenue ratio_study"]={en:["Research & development to revenue ratio"],he_IL:["מחקר ופיתוח ביחס להכנסות"]},e.exports["Research & development_study"]={en:["Research & development"],he_IL:["מחקר ופיתוח"]},e.exports["Restructuring charge_study"]={en:["Restructuring charge"],he_IL:["תשלום ארגון מחדש"]},e.exports["Retained earnings_study"]={
+en:["Retained earnings"],he_IL:["יתרת רווח"]},e.exports["Return on assets %_study"]={en:["Return on assets %"],he_IL:["תשואה על נכסים %"]},e.exports["Return on equity %_study"]={en:["Return on equity %"],he_IL:["תשואה להון %"]},e.exports["Return on equity adjusted to book value %_study"]={en:["Return on equity adjusted to book value %"],he_IL:["תשואה להון מותאמת לערך בספרים%"]},e.exports["Return on invested capital %_study"]={en:["Return on invested capital %"],he_IL:["תשואה על ההון המושקע%"]},e.exports["Return on tangible assets %_study"]={en:["Return on tangible assets %"],he_IL:["תשואה על נכסים מוחשיים%"]},e.exports["Return on tangible equity %_study"]={en:["Return on tangible equity %"],he_IL:["תשואה להון מוחשי%"]},e.exports["Revenue estimates_study"]={en:["Revenue estimates"],he_IL:["אומדני הכנסות"]},e.exports["Revenue one year growth_study"]={en:["Revenue one year growth"],he_IL:["הכנסות צמיחה לשנה"]},e.exports["Revenue per employee_study"]={en:["Revenue per employee"],he_IL:["הכנסה פר עובד"]},e.exports["Rising Three Methods - Bullish_study"]={en:["Rising Three Methods - Bullish"],he_IL:["Rising Three Methods - שוורי"]},e.exports["Rising Wedge Chart Pattern_study"]={en:["Rising Wedge Chart Pattern"],he_IL:["תבנית גרף טריז עולה"]},e.exports["Rising Window - Bullish_study"]={en:["Rising Window - Bullish"],he_IL:["Rising Window - שוורי"]},e.exports["Rob Booker - ADX Breakout_study"]={en:["Rob Booker - ADX Breakout"],he_IL:["Rob Booker - פריצת ADX"]},e.exports["Rob Booker - Intraday Pivot Points_study"]={en:["Rob Booker - Intraday Pivot Points"],he_IL:["Rob Booker - נקודות פיווט תוך יומיות"]},e.exports["Rob Booker - Knoxville Divergence_study"]={en:["Rob Booker - Knoxville Divergence"],he_IL:["Rob Booker - Knoxville סטייה"]},e.exports["Rob Booker - Missed Pivot Points_study"]={en:["Rob Booker - Missed Pivot Points"],he_IL:["Rob Booker - נקודות פיווט שפוספסו"]},e.exports["Rob Booker - Reversal_study"]={en:["Rob Booker - Reversal"],he_IL:["Rob Booker - ריברסל"]},e.exports["Rob Booker - Ziv Ghost Pivots_study"]={en:["Rob Booker - Ziv Ghost Pivots"],he_IL:["Rob Booker - Ziv Ghost פיווט"]},e.exports["SMI Ergodic Indicator/Oscillator_study"]={en:["SMI Ergodic Indicator/Oscillator"]},e.exports["SMI Ergodic Indicator_study"]={en:["SMI Ergodic Indicator"],he_IL:["מחוון SMI ארגודי"]},e.exports["SMI Ergodic Oscillator_study"]={en:["SMI Ergodic Oscillator"],he_IL:["מתנד SMI ארגודי"]},e.exports["Sale of common & preferred stock_study"]={en:["Sale of common & preferred stock"],he_IL:["מכירת מניות נפוצות ומועדפות"]},e.exports["Sale of fixed assets & businesses_study"]={en:["Sale of fixed assets & businesses"],he_IL:["מכירת רכוש קבוע ועסקים"]},e.exports["Sale/maturity of investments_study"]={en:["Sale/maturity of investments"],he_IL:["מכירה / חלות של השקעות Sale maturity of investments"]},e.exports["Selling/general/admin expenses, other_study"]={en:["Selling/general/admin expenses, other"],he_IL:["מכירת / הוצאות כלליות / ניהול, אחר"]},e.exports["Selling/general/admin expenses, total_study"]={
+en:["Selling/general/admin expenses, total"],he_IL:['מכירת / הוצאות כלליות / ניהול, סה"כ']},e.exports["Session Volume HD_study"]={en:["Session Volume HD"],he_IL:["סשן ווליום HD"]},e.exports["Session Volume Profile HD_study"]={en:["Session Volume Profile HD"],he_IL:["פרופיל סשן ווליום HD"]},e.exports["Session Volume Profile_study"]={en:["Session Volume Profile"],he_IL:["פרופיל סשן ווליום"]},e.exports["Session Volume_study"]={en:["Session Volume"],he_IL:["סשן ווליום"]},e.exports["Shareholders' equity_study"]={en:["Shareholders' equity"],he_IL:["הון עצמי"]},e.exports["Shares buyback ratio %_study"]={en:["Shares buyback ratio %"],he_IL:["%יחס רכישה חוזרת של מניות"]},e.exports["Shooting Star - Bearish_study"]={en:["Shooting Star - Bearish"],he_IL:["Shooting Star - דובי"]},e.exports["Short term debt excl. current portion of LT debt_study"]={en:["Short term debt excl. current portion of LT debt"],he_IL:["חוב לטווח קצר לא כולל החלק הנוכחי של חוב LT"]},e.exports["Short term debt_study"]={en:["Short term debt"],he_IL:["חוב לטווח קצר"]},e.exports["Short term investments_study"]={en:["Short term investments"],he_IL:["השקעות לטווח קצר"]},e.exports["Sloan ratio %_study"]={en:["Sloan ratio %"],he_IL:["יחס יציבות פיננסית Sloan ratio %"]},e.exports["Smoothed Moving Average_study"]={en:["Smoothed Moving Average"],he_IL:["ממוצע נע חלק"]},e.exports["Solvency ratios_study"]={en:["Solvency ratios"],he_IL:["יחסי כושר פירעון"]},e.exports["Spinning Top Black_study"]={en:["Spinning Top Black"]},e.exports["Spinning Top White_study"]={en:["Spinning Top White"]},e.exports["Springate score_study"]={en:["Springate score"]},e.exports["Standard Deviation_study"]={en:["Standard Deviation"],he_IL:["סטיית תקן"]},e.exports["Standard Error Bands_study"]={en:["Standard Error Bands"]},e.exports["Standard Error_study"]={en:["Standard Error"],he_IL:["שגיאת תקן"]},e.exports.Stoch_study={en:["Stoch"],he_IL:["סטוכסטי"]},e.exports["Stochastic Momentum Index_study"]={en:["Stochastic Momentum Index"],he_IL:["מדד מומנטום סטוקסטיק"]},e.exports["Stochastic RSI_study"]={en:["Stochastic RSI"],he_IL:["מדד כוח יחסי סטוכסטיק (Stochastic RSI)"]},e.exports["Stochastic Slow Strategy_study"]={en:["Stochastic Slow Strategy"],he_IL:["אסטרטגיית סטוקסטית איטית"]},e.exports.Stochastic_study={en:["Stochastic"],he_IL:["סטוכסטיק"]},e.exports.SuperTrend_study={en:["SuperTrend"],he_IL:["מגמת-על"]},e.exports["Supertrend Strategy_study"]={en:["Supertrend Strategy"],he_IL:["אסטרטגיית סופר טרנד"]},e.exports.Supertrend_study={en:["Supertrend"],he_IL:["סופר טרנד"]},e.exports["Sustainable growth rate_study"]={en:["Sustainable growth rate"],he_IL:["קצב צמיחה בר קיימא"]},e.exports.TRIX_study={en:["TRIX"],he_IL:["טריקס (TRIX)"]},e.exports["Tangible book value per share_study"]={en:["Tangible book value per share"],he_IL:["הון מוחשי למניה"]},e.exports["Tangible common equity ratio_study"]={en:["Tangible common equity ratio"],he_IL:["יחס הון משותף מוחשי"]},e.exports.Taxes_study={en:["Taxes"],he_IL:["מיסים"]},e.exports["Technical Ratings Strategy_study"]={en:["Technical Ratings Strategy"],
+he_IL:["אסטרטגיית דירוגים טכניים"]},e.exports["Technical Ratings_study"]={en:["Technical Ratings"],he_IL:["דירוגים טכניים"]},e.exports.Technicals_study={en:["Technicals"],he_IL:["טכני"]},e.exports["Three Black Crows - Bearish_study"]={en:["Three Black Crows - Bearish"],he_IL:["שלושה עורבים שחורים - דובי"]},e.exports["Three White Soldiers - Bullish_study"]={en:["Three White Soldiers - Bullish"],he_IL:["שלושה חיילים לבנים - שוורי"]},e.exports["Time Weighted Average Price_study"]={en:["Time Weighted Average Price"],he_IL:["מחיר ממוצע משוקלל בזמן"]},e.exports["Tobin's Q (approximate)_study"]={en:["Tobin's Q (approximate)"],he_IL:["Tobin's Q(משוער)"]},e.exports["Total assets_study"]={en:["Total assets"],he_IL:["סך כל הנכסים"]},e.exports["Total cash dividends paid_study"]={en:["Total cash dividends paid"],he_IL:["סך דיבידנדים במזומן ששולם"]},e.exports["Total common shares outstanding_study"]={en:["Total common shares outstanding"],he_IL:["סך המניות בידי הציבור"]},e.exports["Total current assets_study"]={en:["Total current assets"],he_IL:["סך כל הנכסים הנוכחיים"]},e.exports["Total current liabilities_study"]={en:["Total current liabilities"],he_IL:["סך כל ההתחייבויות הנוכחיות"]},e.exports["Total debt_study"]={en:["Total debt"],he_IL:["סך כל החוב"]},e.exports["Total equity_study"]={en:["Total equity"],he_IL:["סך הון עצמי"]},e.exports["Total inventory_study"]={en:["Total inventory"],he_IL:["מלאי כולל"]},e.exports["Total liabilities & shareholders' equities_study"]={en:["Total liabilities & shareholders' equities"],he_IL:["סך ההתחייבויות ומניות של בעלי המניות"]},e.exports["Total liabilities_study"]={en:["Total liabilities"],he_IL:["סך כל ההתחייבויות"]},e.exports["Total non-current assets_study"]={en:["Total non-current assets"],he_IL:['סה"כ נכסים לא שוטפים']},e.exports["Total non-current liabilities_study"]={en:["Total non-current liabilities"],he_IL:["סך ההתחייבויות הלא שוטפות"]},e.exports["Total operating expenses_study"]={en:["Total operating expenses"],he_IL:["סך כל הוצאות התפעול"]},e.exports["Total receivables, net_study"]={en:["Total receivables, net"],he_IL:["סך החייבות, נטו"]},e.exports["Total revenue_study"]={en:["Total revenue"],he_IL:["סך כל ההכנסות"]},e.exports["Trading Sessions_study"]={en:["Trading Sessions"],he_IL:["סשנים של מסחר"]},e.exports["Treasury stock - common_study"]={en:["Treasury stock - common"],he_IL:["מניית אוצר - נפוץ"]},e.exports["Trend Strength Index_study"]={en:["Trend Strength Index"],he_IL:["מדד עוצמת מגמה"]},e.exports["Tri-Star - Bearish_study"]={en:["Tri-Star - Bearish"],he_IL:["Tri-Star - דובי"]},e.exports["Tri-Star - Bullish_study"]={en:["Tri-Star - Bullish"],he_IL:["Tri-Star - שוורי"]},e.exports["Triangle Chart Pattern_study"]={en:["Triangle Chart Pattern"],he_IL:["תבנית גרף משולש"]},e.exports["Triple Bottom Chart Pattern_study"]={en:["Triple Bottom Chart Pattern"],he_IL:["תבנית גרף משולש תחתון"]},e.exports["Triple EMA_study"]={en:["Triple EMA"],he_IL:["ממוצעים נעים אקפוננציאלית פי 3 (Triple EMA)"]},e.exports["Triple Top Chart Pattern_study"]={en:["Triple Top Chart Pattern"],
+he_IL:["תבנית גרף משולשת עליונה"]},e.exports["True Strength Index_study"]={en:["True Strength Index"],he_IL:["מדד החוזק האמיתי"]},e.exports["True Strength Indicator_study"]={en:["True Strength Indicator"],he_IL:["מדד כוח אמיתי ׁ(TSI)"]},e.exports["Tweezer Top - Bearish_study"]={en:["Tweezer Top - Bearish"],he_IL:["Tweezer Top פינצטה טופ - דובי"]},e.exports["Typical Price_study"]={en:["Typical Price"],he_IL:["מחיר אופייני"]},e.exports["Ultimate Oscillator_study"]={en:["Ultimate Oscillator"],he_IL:["אוסילטור אולטימטיבי"]},e.exports["Unrealized gain/loss_study"]={en:["Unrealized gain/loss"],he_IL:["רווח/הפסד לא ממומשים"]},e.exports["Unusual income/expense_study"]={en:["Unusual income/expense"],he_IL:["הכנסה / הוצאה חריגים"]},e.exports["Up/Down Volume_study"]={en:["Up/Down Volume"],he_IL:["ווליום עולה/יורד"]},e.exports["Upside Tasuki Gap - Bullish_study"]={en:["Upside Tasuki Gap - Bullish"],he_IL:["Upside Tasuki Gap - שוורי"]},e.exports["VWAP Auto Anchored_study"]={en:["VWAP Auto Anchored"],he_IL:["VWAP מעוגן אוטומטי"]},e.exports.VWAP_study={en:["VWAP"]},e.exports.VWMA_study={en:["VWMA"]},e.exports["Valuation ratios_study"]={en:["Valuation ratios"],he_IL:["יחסי הערכה"]},e.exports["Visible Average Price_study"]={en:["Visible Average Price"],he_IL:["מחיר ממוצע גלוי"]},e.exports["Visible Range Volume Profile_study"]={en:["Visible Range Volume Profile"],he_IL:["פרופיל ווליום טווח גלוי"]},e.exports["Visible Range_study"]={en:["Visible Range"],he_IL:["טווח גלוי"]},e.exports.Vol_study={en:["Vol"],he_IL:["מחזור"]},e.exports["Volatility Close-to-Close_study"]={en:["Volatility Close-to-Close"],he_IL:["תנודתיות Close-to-Close"]},e.exports["Volatility Index_study"]={en:["Volatility Index"],he_IL:["מדד תנודתיות"]},e.exports["Volatility O-H-L-C_study"]={en:["Volatility O-H-L-C"],he_IL:["תנודתיות O-H-L-C"]},e.exports["Volatility Stop_study"]={en:["Volatility Stop"],he_IL:["סטופ תנודתי"]},e.exports["Volatility Zero Trend Close-to-Close_study"]={en:["Volatility Zero Trend Close-to-Close"],he_IL:["תנודתיות מגמה אפס קרוב לסגירה"]},e.exports["Volty Expan Close Strategy_study"]={en:["Volty Expan Close Strategy"],he_IL:["סגור אסטרטגיית Volty Expan"]},e.exports["Volume Oscillator_study"]={en:["Volume Oscillator"],he_IL:['חישוב מחזור ע"י יחס בין ממוצעים נעים (Oscillator)']},e.exports["Volume Weighted Average Price_study"]={en:["Volume Weighted Average Price"],he_IL:["נפח מחיר ממוצע משוקלל VWAP"]},e.exports["Volume Weighted Moving Average_study"]={en:["Volume Weighted Moving Average"],he_IL:["ממוצע נע משוקלל נפח"]},e.exports.Volume_study={en:["Volume"],he_IL:["ווליום/נפח מסחר"]},e.exports["Vortex Indicator_study"]={en:["Vortex Indicator"],he_IL:["מתנד וורטקס"]},e.exports["Williams %R_study"]={en:["Williams %R"],he_IL:["וויליאם %R"]},e.exports["Williams Alligator_study"]={en:["Williams Alligator"],he_IL:["תנין ויליאמס"]},e.exports["Williams Fractal_study"]={en:["Williams Fractal"],he_IL:["ויליאמס פרקטל"]},e.exports["Williams Fractals_study"]={en:["Williams Fractals"],he_IL:["פרקטלס של וויליאמס Fractals"]},
+e.exports["Williams Percent Range_study"]={en:["Williams Percent Range"],he_IL:["טווח אחוזים של וויליאמס"]},e.exports["Woodies CCI_study"]={en:["Woodies CCI"],he_IL:["וודי CCI"]},e.exports["Zig Zag_study"]={en:["Zig Zag"],he_IL:["זיג-זג"]},e.exports["Zmijewski score_study"]={en:["Zmijewski score"],he_IL:["ציון Zmijewski"]}},89633:e=>{e.exports={en:["Anchored Volume Profile"],he_IL:["פרופיל ווליום מעוגן"]}},25705:e=>{e.exports={en:["Fixed Range Volume Profile"],he_IL:["פרופיל ווליום טווח קבוע"]}},24261:e=>{e.exports={en:["Vol"],he_IL:["מחזור"]}},67736:e=>{e.exports={en:["Minor"],he_IL:["מינורי"]}},922:e=>{e.exports={en:["Minute"],he_IL:["דקה"]}},91405:e=>{e.exports={en:["Text"],he_IL:["טקסט"]}},78972:e=>{e.exports={en:["Couldn't copy"],he_IL:["לא ניתן היה להעתיק"]}},10615:e=>{e.exports={en:["Couldn't cut"],he_IL:["לא הצליח לגזור"]}},81518:e=>{e.exports={en:["Couldn't paste"],he_IL:["לא ניתן היה להדביק"]}},83140:e=>{e.exports={en:["Countdown to bar close"],he_IL:["ספירה לאחור עד סגירת הנר"]}},10871:e=>{e.exports={en:["Colombo"],he_IL:["קולומבו"]}},55761:e=>{e.exports={en:["Columns"],he_IL:["עמודות"]}},9818:e=>{e.exports={en:["Comment"],he_IL:["הערה"]}},53942:e=>{e.exports={en:["Compare or Add Symbol"],he_IL:["השווה או הוסף סימול"]}},12086:e=>{e.exports={en:["Compilation error"],he_IL:["שגיאת קומפילציה"]}},71692:e=>{e.exports={en:["Confirm to remove locked drawings"],he_IL:["אשר כדי להסיר שרטוטים נעולים"]}},48141:e=>{e.exports={en:["Confirm Inputs"],he_IL:["אשר קלט"]}},81605:e=>{e.exports={en:["Confirm Remove Study Tree"],he_IL:["אישור הסרת עץ המחקר"]}},38917:e=>{e.exports={en:["Copenhagen"],he_IL:["קופנהגן"]}},49680:e=>{e.exports={en:["Copy"],he_IL:["העתק"]}},66134:e=>{e.exports={en:["Copy Chart Layout"],he_IL:["העתק פריסת גרף"]}},63553:e=>{e.exports={en:["Copy price"],he_IL:["העתק מחיר"]}},65736:e=>{e.exports={en:["Cairo"],he_IL:["קהיר"]}},25381:e=>{e.exports={en:["Callout"],he_IL:["הסבר"]}},45054:e=>{e.exports={en:["Candles"],he_IL:["נרות יפנים"]}},30948:e=>{e.exports={en:["Caracas"],he_IL:["קראקס"]}},70409:e=>{e.exports={en:["Casablanca"],he_IL:["קזבלנקה"]}},37276:e=>{e.exports={en:["Change"],he_IL:["שינוי"]}},85124:e=>{e.exports={en:["Change Symbol"],he_IL:["שנה סימול"]}},2569:e=>{e.exports={en:["Change interval"],he_IL:["שנה אינטרוול זמן"]}},9687:e=>{e.exports={en:["Change interval. Press number or comma"],he_IL:["שינוי אינטרוול. הקש על מספר או פסיק"]}},36332:e=>{e.exports={en:["Change symbol. Start typing symbol name"],he_IL:["שנה סימול. התחל להקליד את שם הסימול"]}},48566:e=>{e.exports={en:["Change scale currency"],he_IL:["שנה את מטבע קנה המידה"]}},85110:e=>{e.exports={en:["Change scale unit"],he_IL:["שנה יחידת קנה מידה"]}},56275:e=>{e.exports={en:["Chart #{index}"],he_IL:["גרף #{index}"]}},39950:e=>{e.exports={en:["Chart Properties"],he_IL:["מאפייני גרף"]}},98856:e=>{e.exports={en:["Chart by TradingView"],he_IL:["גרף מאת TradingView"]}},1136:e=>{e.exports={en:["Chart for {symbol}, {interval}"],he_IL:["גרף עבור {symbol}, {interval}"]}},69804:e=>{e.exports={en:["Chart image copied to clipboard {emoji}"],
+he_IL:["תמונת הגרף הועתקה ללוח {emoji}"]}},6655:e=>{e.exports={en:["Chart image embed code copied to clipboard {emoji}"],he_IL:["קוד הטמעת תמונת גרף הועתק ללוח {emoji}"]}},36549:e=>{e.exports={en:["Chatham Islands"],he_IL:["איי צ'טהאם"]}},72452:e=>{e.exports={en:["Chicago"],he_IL:["שיקגו"]}},50349:e=>{e.exports={en:["Chongqing"],he_IL:["צ'ונגצ'ינג"]}},91944:e=>{e.exports={en:["Circle"],he_IL:["מעגל"]}},14985:e=>{e.exports={en:["Click to set a point"],he_IL:["לחץ על מנת לקבוע נקודה"]}},12537:e=>{e.exports={en:["Clone"],he_IL:["שכפל"]}},62578:e=>{e.exports={en:["Close"],he_IL:["סגירה"]}},264:e=>{e.exports={en:["Create limit order"],he_IL:["צור פקודת לימיט"]}},6969:e=>{e.exports={en:["Cross"],he_IL:["צלב"]}},74334:e=>{e.exports={en:["Cross Line"],he_IL:["קו חוצה"]}},59396:e=>{e.exports={en:["Currencies"],he_IL:['מט"ח']}},20177:e=>{e.exports={en:["Current interval and above"],he_IL:["אינטרוול נוכחי ומעלה"]}},494:e=>{e.exports={en:["Current interval and below"],he_IL:["אינטרוול נוכחי ומטה"]}},60668:e=>{e.exports={en:["Current interval only"],he_IL:["אינטרוול נוכחי בלבד"]}},78609:e=>{e.exports={en:["Curve"],he_IL:["עיקול"]}},87380:e=>{e.exports={en:["Cycle"],he_IL:["מחזור"]}},84031:e=>{e.exports={en:["Cyclic Lines"],he_IL:["קווים מחזוריים"]}},93191:e=>{e.exports={en:["Cypher Pattern"],he_IL:["תבנית סייפר"]}},7219:e=>{e.exports={en:["A layout with that name already exists"],he_IL:["פריסה בשם זה כבר קיימת"]}},67635:e=>{e.exports={en:["A layout with that name already exists. Do you want to overwrite it?"],he_IL:["פריסה בשם זה כבר קיימת. האם אתה רוצה להחליף אותו?"]}},46712:e=>{e.exports={en:["ABCD Pattern"],he_IL:["דפוס ABCD"]}},36485:e=>{e.exports={en:["Amsterdam"],he_IL:["אמסטרדם"]}},24185:e=>{e.exports={en:["Anchor"],he_IL:["עוגן"]}},42630:e=>{e.exports={en:["Anchorage"],he_IL:["מעגן"]}},42669:e=>{e.exports={en:["Anchored Text"],he_IL:["טקסט מעוגן"]}},84541:e=>{e.exports={en:["Anchored VWAP"],he_IL:["VWAP מעוגן"]}},77401:e=>{e.exports={en:["Access error"],he_IL:["שגיאת גישה"]}},46501:e=>{e.exports={en:["Add Symbol"],he_IL:["הוסף סימול"]}},2439:e=>{e.exports={en:["Add financial metric for {instrumentName}"],he_IL:["הוסף ערך פיננסי עבור {instrumentName}"]}},35088:e=>{e.exports={en:["Add indicator/strategy on {studyTitle}"],he_IL:["הוסף אינדיקטור/אסטרטגיה ב- {studyTitle}"]}},35679:e=>{e.exports={en:["Add this financial metric to entire layout"],he_IL:["הוסף מדד פיננסי זה לפריסה שלמה"]}},10996:e=>{e.exports={en:["Add this financial metric to favorites"],he_IL:["הוסף את המדד הפיננסי הזה למועדפים"]}},26090:e=>{e.exports={en:["Add this indicator to entire layout"],he_IL:["הוסף אינדיקטור זה לפריסה שלמה"]}},92957:e=>{e.exports={en:["Add this indicator to favorites"],he_IL:["הוסף אינדיקטור זה למועדפים"]}},95754:e=>{e.exports={en:["Add this strategy to entire layout"],he_IL:["הוסף אסטרטגיה זו לפריסה שלמה"]}},39010:e=>{e.exports={en:["Add this symbol to entire layout"],he_IL:["הוסף סימול זה לפריסה שלמה"]}},426:e=>{e.exports={en:["Adelaide"],he_IL:["אדלייד"]}},40452:e=>{e.exports={en:["Always invisible"],he_IL:["תמיד בלתי נראה"]}},
+36299:e=>{e.exports={en:["Always visible"],he_IL:["תמיד גלוי"]}},58026:e=>{e.exports={en:["All intervals"],he_IL:["כל האינטרוולים"]}},78358:e=>{e.exports={en:["Apply default"],he_IL:["החל ברירת מחדל"]}},22437:e=>{e.exports={en:["Apply these indicators to entire layout"],he_IL:["החל אינדיקטורים אלה על כל הפריסה"]}},27072:e=>{e.exports={en:["Apr"],he_IL:["אפר'"]}},59324:e=>{e.exports={en:["Arc"],he_IL:["קשת"]}},34456:e=>{e.exports={en:["Area"],he_IL:["אזור"]}},11858:e=>{e.exports={en:["Arrow"],he_IL:["חץ"]}},34247:e=>{e.exports={en:["Arrow Down"],he_IL:["חץ למטה"]}},36352:e=>{e.exports={en:["Arrow Marker"],he_IL:["סמן חץ"]}},73193:e=>{e.exports={en:["Arrow Mark Down"],he_IL:["חץ למטה"]}},1949:e=>{e.exports={en:["Arrow Mark Left"],he_IL:["חץ שמאלה"]}},86275:e=>{e.exports={en:["Arrow Mark Right"],he_IL:["חץ ימינה"]}},62453:e=>{e.exports={en:["Arrow Mark Up"],he_IL:["חץ למעלה"]}},77231:e=>{e.exports={en:["Arrow Up"],he_IL:["חץ למעלה"]}},98128:e=>{e.exports={en:["Astana"],he_IL:["אסטנה"]}},63627:e=>{e.exports={en:["Ashgabat"],he_IL:["אשחבד"]}},72445:e=>{e.exports={en:["At close"],he_IL:["מקרוב"]}},73702:e=>{e.exports={en:["Athens"],he_IL:["אתונה"]}},21469:e=>{e.exports={en:["Auto"],he_IL:["אוטו'"]}},24157:e=>{e.exports={en:["Auto (fits data to screen)"],he_IL:["אוטו' (מתאים נתונים למסך)"]}},46450:e=>{e.exports={en:["Aug"],he_IL:["אוג'"]}},21841:e=>{e.exports={en:["Average close price label"],he_IL:["תווית מחיר ממוצעת קרובה"]}},16138:e=>{e.exports={en:["Average close price line"],he_IL:["קו מחיר סגירה ממוצע"]}},73025:e=>{e.exports={en:["Avg"],he_IL:["Avg ממוצע"]}},87580:e=>{e.exports={en:["Azores"]}},73905:e=>{e.exports={en:["Bogota"],he_IL:["בוגוטה"]}},90594:e=>{e.exports={en:["Bahrain"],he_IL:["בחריין"]}},70540:e=>{e.exports={en:["Balloon"],he_IL:["בלון"]}},47045:e=>{e.exports={en:["Bangkok"],he_IL:["בנגקוק"]}},92101:e=>{e.exports={en:["Bar Replay isn't available for this chart type. Want to exit Bar Replay?"],he_IL:["הפעלה חוזרת אינה זמינה לסוג גרף זה. רוצה לצאת מהפעלה חוזרת?"]}},32482:e=>{e.exports={en:["Bar Replay isn't available for this symbol. Want to exit Bar Replay?"],he_IL:["הפעלה חוזרת אינה זמינה לסימול זה. רוצה לצאת מהפעלה חוזרת?"]}},85902:e=>{e.exports={en:["Bar Replay isn't available for this time interval. Want to exit Bar Replay?"],he_IL:["הפעלה חוזרת של בר אינה זמינה לאינטרוול הזמן הזה. רוצה לצאת מהפעלה חוזרת?"]}},27377:e=>{e.exports={en:["Bars"],he_IL:["גרף עמודות"]}},81994:e=>{e.exports={en:["Bars Pattern"],he_IL:["תבנית נרות"]}},59213:e=>{e.exports={en:["Baseline"],he_IL:["קו -בסיס"]}},71797:e=>{e.exports={en:["Belgrade"],he_IL:["בלגרד"]}},64313:e=>{e.exports={en:["Berlin"],he_IL:["ברלין"]}},43539:e=>{e.exports={en:["Brush"],he_IL:["מברשת"]}},91499:e=>{e.exports={en:["Brussels"],he_IL:["בריסל"]}},70876:e=>{e.exports={en:["Bratislava"],he_IL:["ברטיסלבה"]}},55481:e=>{e.exports={en:["Bring forward"],he_IL:["הצג מקדימה"]}},17293:e=>{e.exports={en:["Bring to front"],he_IL:["הבא לחזית"]}},79336:e=>{e.exports={en:["Brisbane"],he_IL:["בריסביין"]}},33672:e=>{e.exports={en:["Bucharest"],he_IL:["בוקרשט"]}},
+20313:e=>{e.exports={en:["Budapest"],he_IL:["בודפשט"]}},25282:e=>{e.exports={en:["Buenos Aires"],he_IL:["בואנוס איירס"]}},46768:e=>{e.exports={en:["By TradingView"],he_IL:["מאת TradingView"]}},54280:e=>{e.exports={en:["Go to date"],he_IL:["עבור לתאריך"]}},74975:e=>{e.exports={en:["Go to {lineToolName}"],he_IL:["עבור אל {lineToolName}"]}},15462:e=>{e.exports={en:["Got it"],he_IL:["הבנתי"]}},47460:e=>{e.exports={en:["Gann Box"],he_IL:["קופסת גאן"]}},48683:e=>{e.exports={en:["Gann Fan"],he_IL:["מניפת גאן"]}},44763:e=>{e.exports={en:["Gann Square"],he_IL:["מרובע גאן"]}},60707:e=>{e.exports={en:["Gann Square Fixed"],he_IL:["רבוע Gann קבוע"]}},46808:e=>{e.exports={en:["Ghost Feed"],he_IL:["הזנת צל"]}},57726:e=>{e.exports={en:["Grand supercycle"],he_IL:["סופר גל גדול"]}},15096:e=>{e.exports={en:["Do you really want to delete indicator template '{name}' ?"],he_IL:["האם אתה באמת רוצה למחוק את תבנית האינדיקטור '{name}'?"]}},77174:e=>{e.exports={en:["Do you really want to delete study and all of it's children?"],he_IL:["האם אתה באמת רוצה למחוק את המחקר ואת כל הבנים שלו?"]}},77125:e=>{e.exports={en:["Double Curve"],he_IL:["עיקול כפול"]}},9430:e=>{e.exports={en:["Double-click any edge to reset layout grid"],he_IL:["לחץ פעמיים על קצה כלשהו כדי לאפס את רשת הפריסה"]}},75296:e=>{e.exports={en:["Double-click to finish Path"],he_IL:["לחץ פעמיים כדי לסיים את הנתיב"]}},17409:e=>{e.exports={en:["Double-click to finish Polyline"],he_IL:["לחץ פעמיים כדי לסיים את Polyline"]}},36539:e=>{e.exports={en:["Double-tap any edge to reset layout grid"],he_IL:["הקש פעמיים על קצה כלשהו כדי לאפס את רשת הפריסה"]}},57131:e=>{e.exports={en:["Data Provided by"],he_IL:["הנתונים מסופקים על ידי"]}},22677:e=>{e.exports={en:["Date"],he_IL:["תאריך"]}},85444:e=>{e.exports={en:["Date Range"],he_IL:["טווח תאריכים"]}},47017:e=>{e.exports={en:["Date and Price Range"],he_IL:["תאריך וטווח מחירים"]}},32084:e=>{e.exports={en:["Dec"],he_IL:["דצמ'"]}},23403:e=>{e.exports={en:["Degree"],he_IL:["מידה"]}},27358:e=>{e.exports={en:["Denver"],he_IL:["דנוור"]}},24959:e=>{e.exports={en:["Dhaka"]}},15179:e=>{e.exports={en:["Diamond"],he_IL:["יהלום"]}},91544:e=>{e.exports={en:["Disjoint Channel"],he_IL:["ערוץ מנותק"]}},70132:e=>{e.exports={en:["Displacement"],he_IL:["שינוי מיקום"]}},93864:e=>{e.exports={en:["Drawings toolbar"],he_IL:["סרגל כלי ציור"]}},56916:e=>{e.exports={en:["Draw Horizontal Line at {price}"],he_IL:["שרטט קו אופקי ב-{price}"]}},23650:e=>{e.exports={en:["Dubai"],he_IL:["דובאי"]}},79716:e=>{e.exports={en:["Dublin"],he_IL:["דבלין"]}},73456:e=>{e.exports={en:["Emoji"],he_IL:["אימוג'י"]}},9541:e=>{e.exports={en:["Enter a new chart layout name"],he_IL:["הכנס שם חדש לפריסת הגרף"]}},80943:e=>{e.exports={en:["Elliott Correction Wave (ABC)"],he_IL:["תיקון גל אליוט (ABC)"]}},75112:e=>{e.exports={en:["Elliott Double Combo Wave (WXY)"],he_IL:["גלי אליוט קומבו כפול (WXY)"]}},61114:e=>{e.exports={en:["Elliott Impulse Wave (12345)"],he_IL:["גלי אליוט אימפולס (12345)"]}},72359:e=>{e.exports={en:["Elliott Triangle Wave (ABCDE)"],he_IL:["משולש גלי אליוט (ABCDE)"]}},76129:e=>{
+e.exports={en:["Elliott Triple Combo Wave (WXYXZ)"],he_IL:["גל אליוט קומבו-משולש (WXYXZ)"]}},78996:e=>{e.exports={en:["Ellipse"],he_IL:["אליפסה"]}},52788:e=>{e.exports={en:["Extended Line"],he_IL:["קו מורחב"]}},86905:e=>{e.exports={en:["Exchange"],he_IL:["בורסה"]}},19271:e=>{e.exports={en:["Existing pane above"],he_IL:["חלון הנמצא מעל"]}},46545:e=>{e.exports={en:["Existing pane below"],he_IL:["חלון הנמצא מתחת"]}},20138:e=>{e.exports={en:["Forecast"],he_IL:["תחזית"]}},2507:e=>{e.exports={en:["Feb"],he_IL:["פבר'"]}},59005:e=>{e.exports={en:["Fib Channel"],he_IL:["ערוץ פיבונאצ'י"]}},82330:e=>{e.exports={en:["Fib Circles"],he_IL:["מעגלי פיבונאצ'י"]}},55986:e=>{e.exports={en:["Fib Retracement"],he_IL:["תיקוני פיבונאצ'י"]}},33880:e=>{e.exports={en:["Fib Speed Resistance Arcs"],he_IL:["קשתות התנגדות מהירות פיבונאצ'י"]}},2395:e=>{e.exports={en:["Fib Speed Resistance Fan"],he_IL:["מניפת התנגדות למהירות פיבונאצ'י"]}},39014:e=>{e.exports={en:["Fib Spiral"],he_IL:["ספירלת פיבונאצ'י"]}},30622:e=>{e.exports={en:["Fib Time Zone"],he_IL:["אזור זמן פיבונאצ'י"]}},85042:e=>{e.exports={en:["Fib Wedge"],he_IL:["טריז פיבונאצ'י"]}},33885:e=>{e.exports={en:["Flag"],he_IL:["דגל"]}},14600:e=>{e.exports={en:["Flag Mark"],he_IL:["סמן בדגל"]}},45051:e=>{e.exports={en:["Flat Top/Bottom"],he_IL:["שיא/שפל חלק"]}},39643:e=>{e.exports={en:["Fraction part is invalid."],he_IL:["חלק שבור אינו חוקי"]}},24077:e=>{e.exports={en:["Fundamental studies are no longer available on charts"],he_IL:["מחקרים פונדמנטאליים אינם זמינים עוד על הגרף"]}},31561:e=>{e.exports={en:["Kolkata"],he_IL:["כלכותה"]}},54533:e=>{e.exports={en:["Kathmandu"],he_IL:["קטמנדו"]}},83490:e=>{e.exports={en:["Kagi"],he_IL:["גרף קאגי"]}},70913:e=>{e.exports={en:["Karachi"],he_IL:["קראצ'י"]}},76614:e=>{e.exports={en:["Kuwait"],he_IL:["כווית"]}},38561:e=>{e.exports={en:["Kuala Lumpur"],he_IL:["קואלה לומפור"]}},99906:e=>{e.exports={en:["HLC area"],he_IL:["איזור HLC"]}},886:e=>{e.exports={en:["HLC bars"],he_IL:["נרות גנס"]}},34491:e=>{e.exports={en:["Ho Chi Minh"],he_IL:["הו צ'י מין"]}},13459:e=>{e.exports={en:["Hollow candles"],he_IL:["נרות חלולים"]}},48861:e=>{e.exports={en:["Hong Kong"],he_IL:["הונג קונג"]}},79668:e=>{e.exports={en:["Honolulu"],he_IL:["הונולולו"]}},21795:e=>{e.exports={en:["Horizontal Line"],he_IL:["קו אופקי"]}},25487:e=>{e.exports={en:["Horizontal Ray"],he_IL:["קרן אופקית"]}},21928:e=>{e.exports={en:["Head and Shoulders"],he_IL:["ראש וכתפיים"]}},63876:e=>{e.exports={en:["Heikin Ashi"],he_IL:["הייקין אשי"]}},48203:e=>{e.exports={en:["Helsinki"],he_IL:["הלסינקי"]}},27298:e=>{e.exports={en:["Hide"],he_IL:["הסתר"]}},47074:e=>{e.exports={en:["Hide all"],he_IL:["הסתר הכל"]}},52563:e=>{e.exports={en:["Hide all drawings"],he_IL:["הסתר את כל כלי השרטוט"]}},90763:e=>{e.exports={en:["Hide all drawings and indicators"],he_IL:["הסתר את כל השרטוטים והאינדיקטורים"]}},18216:e=>{e.exports={en:["Hide all drawings, indicators, positions & orders"],he_IL:["הסתר את כל השרטוטים, האינדיקטורים, הפוזיציות והפקודות"]}},78525:e=>{e.exports={en:["Hide all indicators"],he_IL:["הסתר את כל האינדיקטורים"]}
+},42164:e=>{e.exports={en:["Hide all positions & orders"],he_IL:["הסתר את כל הפוזיציות והפקודות"]}},3217:e=>{e.exports={en:["Hide drawings"],he_IL:["הסתר שרטוטים"]}},97878:e=>{e.exports={en:["Hide events on chart"],he_IL:["הסתר אירועים על הגרף"]}},72351:e=>{e.exports={en:["Hide indicators"],he_IL:["הסתר אינדיקטורים"]}},28345:e=>{e.exports={en:["Hide marks on bars"],he_IL:["הסתר סימנים על הנרות"]}},92226:e=>{e.exports={en:["Hide positions & orders"],he_IL:["הסתר פוזיציות ופקודות"]}},78254:e=>{e.exports={en:["High"],he_IL:["גבוה"]}},98236:e=>{e.exports={en:["High-low"],he_IL:["גבוה-נמוך"]}},99479:e=>{e.exports={en:["High and low price labels"],he_IL:["תוויות מחיר גבוה ונמוך"]}},33766:e=>{e.exports={en:["High and low price lines"],he_IL:["קווי מחיר גבוה ונמוך"]}},69476:e=>{e.exports={en:["Highlighter"],he_IL:["מרקר מדגיש"]}},72819:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."],he_IL:["ההיסטוגרמה גדולה מדי, בבקשה הגדל את {boldHighlightStart}גודל שורה{boldHighlightEnd} בחלון ההגדרות."]}},94966:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Ticks Per Row{boldHighlightEnd} in the settings window."],he_IL:["ההיסטוגרמה גדולה מדי, נא הגדל את {boldHighlightStart}טיקים לשורה{boldHighlightEnd} בחלון ההגדרות."]}},66751:e=>{e.exports={en:["Histogram is too large, please reduce {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."],he_IL:["ההיסטוגרמה גדולה מדי, נא הקטן את {boldHighlightStart}גודל שורה{boldHighlightEnd} בחלון ההגדרות."]}},68065:e=>{e.exports={en:["Image"],he_IL:["תמונה"]}},80185:e=>{e.exports={en:["Intervals less than {resolution} are not supported for {ticker}."],he_IL:["אינטרוולים הנמוכים מ-{resolution} לא נתמכים עבור {ticker}."]}},10268:e=>{e.exports={en:["Intermediate"],he_IL:["ביניים"]}},14285:e=>{e.exports={en:["Invalid Symbol"],he_IL:["סימול לא קיים"]}},52969:e=>{e.exports={en:["Invalid symbol"],he_IL:["סימול שגוי"]}},37189:e=>{e.exports={en:["Invert scale"],he_IL:["הפוך גרף"]}},89999:e=>{e.exports={en:["Indexed to 100"],he_IL:["צמוד ל-100"]}},46850:e=>{e.exports={en:["Indicators value labels"],he_IL:["תוויות ערך של אינדיקטורים"]}},54418:e=>{e.exports={en:["Indicators name labels"],he_IL:["שמות תוויות של אינדיקטורים"]}},40490:e=>{e.exports={en:["Indicators, Metrics and Strategies. Press slash"],he_IL:["אינדיקטורים, מדדים ואסטרטגיות. הקש על קו נטוי"]}},15992:e=>{e.exports={en:["Info Line"],he_IL:["קו מידע"]}},87829:e=>{e.exports={en:["Insert indicator"],he_IL:["הוסף אינדיקטור"]}},41686:e=>{e.exports={en:["Inside Pitchfork"],he_IL:["קילשון פנימי"]}},37913:e=>{e.exports={en:["Icon"],he_IL:["אייקון"]}},78326:e=>{e.exports={en:["Istanbul"],he_IL:["איסטנבול"]}},39585:e=>{e.exports={en:["Johannesburg"],he_IL:["יוהנסבורג"]}},14995:e=>{e.exports={en:["Jakarta"],he_IL:["ג'קרטה"]}},62310:e=>{e.exports={en:["Jan"],he_IL:["ינו'"]}},36057:e=>{e.exports={en:["Jerusalem"],he_IL:["ירושלים"]}},53786:e=>{e.exports={en:["Jul"],he_IL:["יול'"]}},429:e=>{e.exports={en:["Jun"],he_IL:["יונ'"]}},
+67560:e=>{e.exports={en:["Juneau"],he_IL:["ג'ונו"]}},62329:e=>{e.exports={en:["On the left"],he_IL:["משמאל"]}},55813:e=>{e.exports={en:["On the right"],he_IL:["מימין"]}},64818:e=>{e.exports={en:["Only {availableResolutions} intervals are supported for {ticker}."],he_IL:["רק אינטרוולי זמן של {availableResolutions} נתמכים עבור {ticker}."]}},21064:e=>{e.exports={en:["Oops!"],he_IL:["אופס!"]}},51221:e=>{e.exports={en:["Object Tree"],he_IL:["עץ אובייקטים"]}},12179:e=>{e.exports={en:["Oct"],he_IL:["אוק'"]}},16610:e=>{e.exports={en:["Open"],he_IL:["פתיחה"]}},27884:e=>{e.exports={en:["Open layout. Press period"],he_IL:["פתח פריסה. פרק זמן לחיצה"]}},75722:e=>{e.exports={en:["Oslo"]}},65318:e=>{e.exports={en:["Low"],he_IL:["נמוך"]}},51077:e=>{e.exports={en:["Lock"],he_IL:["נעל"]}},79777:e=>{e.exports={en:["Lock/unlock"],he_IL:["פתח/סגור"]}},66005:e=>{e.exports={en:["Lock vertical cursor line by time"],he_IL:["נעל קו סמן אנכי לפי זמן"]}},14017:e=>{e.exports={en:["Lock price to bar ratio"],he_IL:["נעל יחס מחיר לנר"]}},16170:e=>{e.exports={en:["Logarithmic"],he_IL:["לוגריתמי"]}},19439:e=>{e.exports={en:["London"],he_IL:["לונדון"]}},74832:e=>{e.exports={en:["Long Position"],he_IL:["עסקת לונג"]}},28733:e=>{e.exports={en:["Los Angeles"],he_IL:["לוס אנג'לס"]}},85924:e=>{e.exports={en:["Label Down"],he_IL:["תווית למטה"]}},52402:e=>{e.exports={en:["Label Up"],he_IL:["תווית למעלה"]}},5119:e=>{e.exports={en:["Labels"],he_IL:["תוויות"]}},19931:e=>{e.exports={en:["Lagos"],he_IL:["לאגוס"]}},63815:e=>{e.exports={en:["Last day change"],he_IL:["שינוי יום אחרון"]}},59444:e=>{e.exports={en:["Lima"],he_IL:["לימה"]}},3554:e=>{e.exports={en:["Line"],he_IL:["קו"]}},9394:e=>{e.exports={en:["Line with markers"],he_IL:["קו עם סמנים"]}},43588:e=>{e.exports={en:["Line break"],he_IL:["מקטע קו"]}},56982:e=>{e.exports={en:["Lines"],he_IL:["קווים"]}},37367:e=>{e.exports={en:["Link to the chart image copied to clipboard {emoji}"],he_IL:["קישור לתמונת הגרף שהועתק ללוח {emoji}"]}},53375:e=>{e.exports={en:["Lisbon"],he_IL:["ליסבון"]}},81038:e=>{e.exports={en:["Luxembourg"],he_IL:["לוקסמבורג"]}},60663:e=>{e.exports={en:["Move the point to position the anchor then tap to place"],he_IL:["הזז את הנקודה למיקום העוגן ולאחר מכן הקש כדי למקם"]}},35049:e=>{e.exports={en:["Move to"],he_IL:["הזז ל.."]}},26493:e=>{e.exports={en:["Move scale to left"],he_IL:["הזז קנה מידה לשמאל"]}},40789:e=>{e.exports={en:["Move scale to right"],he_IL:["הזז קנה מידה לימין"]}},57681:e=>{e.exports={en:["Modified Schiff Pitchfork"],he_IL:["קילשון שיף מותאם"]}},93907:e=>{e.exports={en:["More settings"],he_IL:["הגדרות נוספות"]}},64039:e=>{e.exports={en:["Moscow"],he_IL:["מוסקבה"]}},52066:e=>{e.exports={en:["Madrid"],he_IL:["מדריד"]}},38365:e=>{e.exports={en:["Malta"],he_IL:["מלטה"]}},48991:e=>{e.exports={en:["Manila"],he_IL:["מנילה"]}},92767:e=>{e.exports={en:["Mar"],he_IL:["מרץ"]}},73332:e=>{e.exports={en:["Mexico City"],he_IL:["מקסיקו סיטי"]}},88314:e=>{e.exports={en:["Merge all scales into one"],he_IL:["מזג את כל סולמות המחיר לאחד"]}},54215:e=>{e.exports={en:["Mixed"],he_IL:["מעורב"]}},
+24866:e=>{e.exports={en:["Micro"],he_IL:["מיקרו"]}},87957:e=>{e.exports={en:["Millennium"],he_IL:["מילניום"]}},14724:e=>{e.exports={en:["Minuette"],he_IL:["מינוט (Minuette)"]}},78273:e=>{e.exports={en:["Minuscule"],he_IL:["זעיר"]}},9865:e=>{e.exports={en:["Muscat"],he_IL:["מוסקט"]}},96935:e=>{e.exports={en:["N/A"]}},36252:e=>{e.exports={en:["No data here"],he_IL:["אין כאן נתונים"]}},11254:e=>{e.exports={en:["No scale (fullscreen)"],he_IL:["ללא קנה מידה (מסך-מלא)"]}},9140:e=>{e.exports={en:["No sync"],he_IL:["אין סנכרון"]}},50910:e=>{e.exports={en:["No volume data"],he_IL:["אין נתוני נפח"]}},99024:e=>{e.exports={en:["No, keep them"],he_IL:["לא, השאר אותם"]}},94389:e=>{e.exports={en:["Note"],he_IL:["הערה"]}},26899:e=>{e.exports={en:["Nov"],he_IL:["נוב'"]}},67891:e=>{e.exports={en:["Norfolk Island"],he_IL:["אי נורפולק"]}},40977:e=>{e.exports={en:["Nairobi"],he_IL:["ניירובי"]}},40544:e=>{e.exports={en:["New York"],he_IL:["ניו יורק"]}},66103:e=>{e.exports={en:["New Zealand"],he_IL:["ניו זילנד"]}},15512:e=>{e.exports={en:["New pane above"],he_IL:["חלון חדש מעל"]}},52160:e=>{e.exports={en:["New pane below"],he_IL:["חלון חדש מתחת"]}},94600:e=>{e.exports={en:["Nicosia"],he_IL:["ניקוסיה"]}},73013:e=>{e.exports={en:["Something went wrong"],he_IL:["משהו השתבש"]}},83524:e=>{e.exports={en:["Something went wrong when creating the indicator."],he_IL:["משהו השתבש בעת יצירת האינדיקטור."]}},4509:e=>{e.exports={en:["Something went wrong. Please try again later."],he_IL:["משהו השתבש. בבקשה נסה שוב מאוחר יותר."]}},43047:e=>{e.exports={en:["Save New Chart Layout"],he_IL:["שמור פריסת גרף חדשה"]}},76266:e=>{e.exports={en:["Save as"],he_IL:["שמור בשם"]}},55502:e=>{e.exports={en:["San Salvador"],he_IL:["סן סלבדור"]}},30231:e=>{e.exports={en:["Santiago"],he_IL:["סנטיאגו"]}},91912:e=>{e.exports={en:["Sao Paulo"],he_IL:["סאו פאולו"]}},43931:e=>{e.exports={en:["Scale currency"],he_IL:["קנה מידה של מטבע"]}},43758:e=>{e.exports={en:["Scale price chart only"],he_IL:["הרחב סולם מחיר בלבד"]}},40012:e=>{e.exports={en:["Scale unit"],he_IL:["יחידת קנה מידה"]}},42608:e=>{e.exports={en:["Schiff Pitchfork"],he_IL:["קילשון שיף"]}},76078:e=>{e.exports={en:["Script may be not updated if you leave the page."],he_IL:["הסקריפט לט יתעדכן אם תעזוב את הדף."]}},32514:e=>{e.exports={en:["Settings"],he_IL:["הגדרות"]}},70784:e=>{e.exports={en:["Second fraction part is invalid."],he_IL:["הפיסקה של החלק השני אינו חוקי."]}},75594:e=>{e.exports={en:["Security info"],he_IL:["מידע על הסימול"]}},21973:e=>{e.exports={en:["Send to back"],he_IL:["שלח לאחור"]}},71179:e=>{e.exports={en:["Send backward"],he_IL:["שלח אחורה"]}},26820:e=>{e.exports={en:["Seoul"],he_IL:["סיאול"]}},6816:e=>{e.exports={en:["Sep"],he_IL:["ספט'"]}},94031:e=>{e.exports={en:["Session"],he_IL:["שעות מסחר"]}},83298:e=>{e.exports={en:["Session volume profile"],he_IL:["פרופיל סשן ווליום"]}},66707:e=>{e.exports={en:["Session breaks"],he_IL:["הפרד ימי מסחר"]}},1852:e=>{e.exports={en:["Shanghai"],he_IL:["שנחאי"]}},8075:e=>{e.exports={en:["Short Position"],he_IL:["עסקת שורט"]}},98334:e=>{e.exports={en:["Show"],
+he_IL:["הצג"]}},85891:e=>{e.exports={en:["Show all drawings"],he_IL:["הצג את כל השרטוטים"]}},25881:e=>{e.exports={en:["Show all drawings and indicators"],he_IL:["הצג את כל השרטוטים והאינדיקטורים"]}},86738:e=>{e.exports={en:["Show all drawings, indicators, positions & orders"],he_IL:["הצג את כל השרטוטים, האינדיקטורים, הפוזיציות והפקודות"]}},98753:e=>{e.exports={en:["Show all indicators"],he_IL:["הצג את כל האינדיקטורים"]}},55418:e=>{e.exports={en:["Show all ideas"],he_IL:["הצג את כל הרעיונות"]}},20506:e=>{e.exports={en:["Show all positions & orders"],he_IL:["הצג את כל הפוזיציות והפקודות"]}},33158:e=>{e.exports={en:["Show continuous contract switch"],he_IL:["הצג לחצן חוזה רציף"]}},81465:e=>{e.exports={en:["Show contract expiration"],he_IL:["הצג את תפוגת החוזה"]}},29449:e=>{e.exports={en:["Show dividends"],he_IL:["הצג דיבידנדים"]}},37113:e=>{e.exports={en:["Show earnings"],he_IL:['הצג דו"חות רווחים']}},10261:e=>{e.exports={en:["Show ideas of followed users"],he_IL:["הצג רעיונות של משתמשים עוקבים"]}},62986:e=>{e.exports={en:["Show latest news"],he_IL:["הצג את החדשות העדכניות ביותר"]}},44020:e=>{e.exports={en:["Show my ideas only"],he_IL:["הצג את הרעיונות שלי בלבד"]}},50849:e=>{e.exports={en:["Show splits"],he_IL:["הצג פיצולי מניות"]}},67751:e=>{e.exports={en:["Signpost"],he_IL:["סימן דרך"]}},77377:e=>{e.exports={en:["Singapore"],he_IL:["סינגפור"]}},39090:e=>{e.exports={en:["Sine Line"],he_IL:["קו סינוס"]}},66205:e=>{e.exports={en:["Square"],he_IL:["רבוע"]}},86146:e=>{e.exports={en:["Studies limit exceeded: {number} studies per layout.\nPlease, remove some studies."],he_IL:["חריגה ממגבלת המחקר: {number} מחקרים בכל פריסה.\nבבקשה, הסר מס' מחקרים."]}},92516:e=>{e.exports={en:["Style"],he_IL:["עיצוב"]}},61507:e=>{e.exports={en:["Stack on the left"],he_IL:["תאגד לשמאל"]}},97800:e=>{e.exports={en:["Stack on the right"],he_IL:["תאגד לימין"]}},85166:e=>{e.exports={en:["Start using keyboard navigation mode. Press {shortcut}"],he_IL:["התחל להשתמש במצב ניווט מקלדת. הקש על {shortcut}"]}},4035:e=>{e.exports={en:["Stay in drawing mode"],he_IL:["הישאר במצב ציור"]}},69217:e=>{e.exports={en:["Step line"],he_IL:["קו צעד"]}},43114:e=>{e.exports={en:["Sticker"],he_IL:["סטיקר"]}},86716:e=>{e.exports={en:["Stockholm"],he_IL:["שטוקהולם"]}},1145:e=>{e.exports={en:["Submicro"]}},63375:e=>{e.exports={en:["Submillennium"]}},30585:e=>{e.exports={en:["Subminuette"],he_IL:["סאבמינוט (Subminuette)"]}},67948:e=>{e.exports={en:["Supercycle"],he_IL:["סופר גל"]}},3348:e=>{e.exports={en:["Supermillennium"]}},18905:e=>{e.exports={en:["Switch to {resolution}"],he_IL:["עבור אל {resolution}"]}},31622:e=>{e.exports={en:["Sydney"],he_IL:["סינדי"]}},70963:e=>{e.exports={en:["Symbol Error"],he_IL:["שגיאת סימול"]}},32390:e=>{e.exports={en:["Symbol name label"],he_IL:["תווית שם הסימול"]}},10127:e=>{e.exports={en:["Symbol last price label"],he_IL:["תווית ערך אחרון לסימול"]}},39079:e=>{e.exports={en:["Sync globally"],he_IL:["סנכרון גלובלי"]}},46607:e=>{e.exports={en:["Sync in layout"],he_IL:["סנכרון בפריסה"]}},76519:e=>{e.exports={en:["Point & figure"],
+he_IL:["גרף Point & Figure"]}},39949:e=>{e.exports={en:["Polyline"],he_IL:["קווים מחוברים"]}},371:e=>{e.exports={en:["Path"],he_IL:["נָתִיב"]}},59256:e=>{e.exports={en:["Parallel Channel"],he_IL:["ערוץ מקביל"]}},61879:e=>{e.exports={en:["Paris"],he_IL:["פריז"]}},35140:e=>{e.exports={en:["Paste"],he_IL:["הדבק"]}},6919:e=>{e.exports={en:["Percent"],he_IL:["אחוז"]}},24436:e=>{e.exports={en:["Perth"],he_IL:["פרת'"]}},14055:e=>{e.exports={en:["Phoenix"],he_IL:["פניקס"]}},34156:e=>{e.exports={en:["Pitchfan"],he_IL:["מניפת מחירים"]}},19634:e=>{e.exports={en:["Pitchfork"],he_IL:["קילשון"]}},86631:e=>{e.exports={en:["Pin"],he_IL:["הצמד"]}},33110:e=>{e.exports={en:["Pin to new left scale"],he_IL:["הצמד לסולם חדש משמאל"]}},28280:e=>{e.exports={en:["Pin to new right scale"],he_IL:["הצמד לסולם חדש מימין"]}},14115:e=>{e.exports={en:["Pin to left scale"],he_IL:["הצמד לסולם השמאלי"]}},72046:e=>{e.exports={en:["Pin to left scale (hidden)"],he_IL:["הצמד לסולם השמאלי (מוסתר)"]}},81054:e=>{e.exports={en:["Pin to right scale"],he_IL:["הצמד לסולם הימני"]}},16986:e=>{e.exports={en:["Pin to right scale (hidden)"],he_IL:["הצמד לסולם השמאלי (מוסתר)"]}},60035:e=>{e.exports={en:["Pin to scale (now left)"],he_IL:["הצמד לסולם (עכשיו שמאל)"]}},94210:e=>{e.exports={en:["Pin to scale (now no scale)"],he_IL:["הצמד לסולם (כעת ללא קנה מידה)"]}},10761:e=>{e.exports={en:["Pin to scale (now right)"],he_IL:["הצמד לסולם (עכשיו ימין)"]}},76150:e=>{e.exports={en:["Pin to scale (now {label})"],he_IL:["הצמד לסולם מחיר (כעת {label})"]}},29436:e=>{e.exports={en:["Pin to scale {label}"],he_IL:["הצמד לסולם {label}"]}},2165:e=>{e.exports={en:["Pin to scale {label} (hidden)"],he_IL:["הצמד לסולם {label} (מוסתר)"]}},90095:e=>{e.exports={en:["Pinned to left scale"],he_IL:["צמוד לסולם השמאלי"]}},32538:e=>{e.exports={en:["Pinned to left scale (hidden)"],he_IL:["צמוד לסולם השמאלי (מוסתר)"]}},44579:e=>{e.exports={en:["Pinned to right scale"],he_IL:["צמוד לסולם מחיר ימין"]}},94559:e=>{e.exports={en:["Pinned to right scale (hidden)"],he_IL:["הצמד לסולם השמאלי (מוסתר)"]}},12645:e=>{e.exports={en:["Pinned to scale {label}"],he_IL:["צמוד לסולם {label}"]}},3564:e=>{e.exports={en:["Pinned to scale {label} (hidden)"],he_IL:["צמוד לסולם {label} (מוסתר)"]}},71566:e=>{e.exports={en:["Plus button"],he_IL:["כפתור פלוס"]}},28298:e=>{e.exports={en:["Please give us a clipboard writing permission in your browser or press {keystroke}"],he_IL:["אנא תן לנו הרשאת כתיבה ללוח בדפדפן שלך או הקש על {keystroke}"]}},81248:e=>{e.exports={en:["Prague"],he_IL:["פראג"]}},81712:e=>{e.exports={en:["Press and hold {key} while zooming to maintain the chart position"],he_IL:["לחץ לחיצה ממושכת על {key} תוך כדי הגדלה כדי לשמור על מיקום הגרף"]}},91282:e=>{e.exports={en:["Price Label"],he_IL:["תווית מחיר"]}},97512:e=>{e.exports={en:["Price Note"],he_IL:["הערת מחיר"]}},68941:e=>{e.exports={en:["Price Range"],he_IL:["טווח מחירים"]}},66123:e=>{e.exports={en:["Price format is invalid."],he_IL:["פורמט המחיר אינו חוקי."]}},72926:e=>{e.exports={en:["Price line"],he_IL:["קו מחיר"]}},59189:e=>{e.exports={
+en:["Primary"],he_IL:["ראשי"]}},75747:e=>{e.exports={en:["Projection"],he_IL:["הקרנה"]}},55801:e=>{e.exports={en:["Published on {customer}, {date}"],he_IL:["פורסם בתאריך {customer}, {date}"]}},14568:e=>{e.exports={en:["Q1"]}},13534:e=>{e.exports={en:["Q2"]}},14530:e=>{e.exports={en:["Q3"]}},3762:e=>{e.exports={en:["Q4"]}},28756:e=>{e.exports={en:["Qatar"],he_IL:["קטאר"]}},57959:e=>{e.exports={en:["Quick search. Press {shortcut}"],he_IL:["חיפוש מהיר. הקש על {shortcut}"]}},56820:e=>{e.exports={en:["Rotated Rectangle"],he_IL:["מלבן מסובב"]}},52961:e=>{e.exports={en:["Rome"],he_IL:["רומא"]}},50318:e=>{e.exports={en:["Ray"],he_IL:["קרן"]}},55169:e=>{e.exports={en:["Range"],he_IL:["טווח"]}},13386:e=>{e.exports={en:["Reykjavik"],he_IL:["רייקיאוויק"]}},26001:e=>{e.exports={en:["Rectangle"],he_IL:["מלבן"]}},48236:e=>{e.exports={en:["Redo"],he_IL:["בצע שוב"]}},2460:e=>{e.exports={en:["Regression Trend"],he_IL:["מגמת רגרסיה"]}},67410:e=>{e.exports={en:["Remove"],he_IL:["הסר"]}},3061:e=>{e.exports={en:["Remove this financial metric from favorites"],he_IL:["הסר את המדד הפיננסי הזה מהמועדפים"]}},58764:e=>{e.exports={en:["Remove this indicator from favorites"],he_IL:["הסר אינדיקטור זה מהמועדפים"]}},86285:e=>{e.exports={en:["Remove {drawings}"],he_IL:["הסר {drawings}"]}},87796:e=>{e.exports={en:["Remove {drawings} & {indicators}"],he_IL:["הסר {drawings} ו{indicators}"]}},87797:e=>{e.exports={en:["Remove {indicators}"],he_IL:["הסר {indicators}"]}},22584:e=>{e.exports={en:["Rename Chart Layout"],he_IL:["בחר שם חדש לפריסת הגרף"]}},88130:e=>{e.exports={en:["Renko"],he_IL:["גרף ראנקו"]}},75246:e=>{e.exports={en:["Reset chart view"],he_IL:["אפס תצוגת גרף"]}},88853:e=>{e.exports={en:["Reset points"],he_IL:["איפוס נקודות"]}},15332:e=>{e.exports={en:["Reset price scale"],he_IL:["אפס סקלת מחיר"]}},54170:e=>{e.exports={en:["Reset time scale"],he_IL:["אפס סולם זמן"]}},37974:e=>{e.exports={en:["Riyadh"],he_IL:["ריאד"]}},94022:e=>{e.exports={en:["Riga"],he_IL:["ריגה"]}},60630:e=>{e.exports={en:["Runtime error"],he_IL:["שגיאת זמן ריצה"]}},66719:e=>{e.exports={en:["Warning"],he_IL:["אזהרה"]}},5959:e=>{e.exports={en:["Warsaw"],he_IL:["ורשה"]}},41446:e=>{e.exports={en:["To calculate the VWAP indicator, more data is needed. Zoom out or scroll left to load more historical data."]}},98549:e=>{e.exports={en:["Tokelau"],he_IL:["טוקלאו"]}},69122:e=>{e.exports={en:["Tokyo"],he_IL:["טוקיו"]}},10095:e=>{e.exports={en:["Toronto"],he_IL:["טורונטו"]}},17981:e=>{e.exports={en:["Table"],he_IL:["טבלה"]}},11034:e=>{e.exports={en:["Taipei"],he_IL:["טייפה"]}},79995:e=>{e.exports={en:["Tallinn"],he_IL:["טאלין"]}},6686:e=>{e.exports={en:["Tehran"],he_IL:["טהרן"]}},93553:e=>{e.exports={en:["Template"],he_IL:["תבנית"]}},81657:e=>{e.exports={en:["The data vendor doesn't provide volume data for this symbol."],he_IL:["ספק הנתונים אינו מספק נתוני נפח עבור סימול זה"]}},49947:e=>{e.exports={en:["The publication preview could not be loaded. Please disable your browser extensions and try again."],
+he_IL:["לא ניתן לטעון את התצוגה המקדימה של הפרסום. השבת את תוספי הדפדפן ונסה שוב."]}},99274:e=>{e.exports={en:["The request took too long to process. Ensure you have a stable internet connection. If the issue persists, try decreasing the length of the requested time interval."],he_IL:["עיבוד הבקשה ארך יותר מדי זמן. ודא שיש לך חיבור אינטרנט יציב. אם הבעיה נמשכת, נסה להקטין את אינטרוול הזמן המבוקש."]}},43716:e=>{e.exports={en:["There's no data for your selected period and chart timeframe."],he_IL:["אין נתונים עבור התקופה ומסגרת הזמן שבחרת בגרף."]}},93738:e=>{e.exports={en:["This file is too big. Max size is {value}."],he_IL:["קובץ זה גדול מדי. הגודל המקסימלי הוא {value}."]}},59519:e=>{e.exports={en:["This indicator cannot be applied to another indicator."],he_IL:["מתנד זה אינו יכול להיות מיושם על מתנד נוסף"]}},18260:e=>{e.exports={en:["This script contains an error. Please contact its author."],he_IL:["סקריפט זה מכיל שגיאה. אנא צור קשר עם המחבר שלו."]}},76989:e=>{e.exports={en:["This script is invite-only. To request access, please contact its author."],he_IL:["הסקריפט הזה מיועד להזמנה בלבד. כדי לבקש גישה, אנא צור קשר עם המחבר."]}},47773:e=>{e.exports={en:["This symbol is only available on {linkStart}TradingView{linkEnd}."],he_IL:["סימול זה זמין רק ב {linkStart}TradingView{linkEnd}."]}},46982:e=>{e.exports={en:["Three Drives Pattern"],he_IL:["תבנית Three Drives"]}},80254:e=>{e.exports={en:["Tick-based intervals are not available for {ticker}."],he_IL:["אינטרוולים מבוססי סימון אינם זמינים עבור {ticker}."]}},12806:e=>{e.exports={en:["Time"],he_IL:["זמן"]}},20909:e=>{e.exports={en:["Time zone"],he_IL:["אזור זמן"]}},46852:e=>{e.exports={en:["Time Cycles"],he_IL:["מחזורי זמן"]}},17809:e=>{e.exports={en:["Time Price Opportunity"],he_IL:["הזדמנות מחיר זמן"]}},66823:e=>{e.exports={en:["Trade"],he_IL:["מסחר"]}},7697:e=>{e.exports={en:["TradingView is interactive and has commands to use with a screen reader. The following is a list of keyboard commands available to interact on the platform"],he_IL:["Tradingview היא פלטפורמה אינטראקטיבית ויש לה פקודות לשימוש עם קורא מסך. להלן רשימה של פקודות מקלדת הזמינות לאינטראקציה בפלטפורמה"]}},35757:e=>{e.exports={en:["Trend Angle"],he_IL:["זוית מגמה"]}},97339:e=>{e.exports={en:["Trend Line"],he_IL:["קו מגמה"]}},80583:e=>{e.exports={en:["Trend-Based Fib Extension"],he_IL:["שלוחת פיבונאצ'י מבוססת מגמה"]}},72159:e=>{e.exports={en:["Trend-Based Fib Time"],he_IL:["זמן פיבונאצ'י מבוסס מגמה"]}},1671:e=>{e.exports={en:["Triangle"],he_IL:["משולש"]}},76152:e=>{e.exports={en:["Triangle Down"],he_IL:["משולש למטה"]}},90148:e=>{e.exports={en:["Triangle Pattern"],he_IL:["תבנית משולש"]}},21236:e=>{e.exports={en:["Triangle Up"],he_IL:["משולש למעלה"]}},21007:e=>{e.exports={en:["Tunis"],he_IL:["תוניס"]}},1833:e=>{e.exports={en:["UTC"],he_IL:["אזור זמן"]}},14804:e=>{e.exports={en:["Undo"],he_IL:["בטל"]}},56815:e=>{e.exports={en:["Unexpected error in Deep Backtesting mode. Contact support for more information."],he_IL:["שגיאה בלתי צפויה במצב בקטסטינג עמוק. צור קשר עם התמיכה למידע נוסף."]}},15432:e=>{
+e.exports={en:["Units"],he_IL:["יחידות"]}},11768:e=>{e.exports={en:["Unknown error"],he_IL:["שגיאה לא ידועה"]}},99894:e=>{e.exports={en:["Unlock"],he_IL:["בטל נעילה"]}},75546:e=>{e.exports={en:["Unsupported interval"],he_IL:["אינטרוול לא נתמך"]}},8580:e=>{e.exports={en:["User-defined error"],he_IL:["שגיאה בהגדרת משתמש"]}},81030:e=>{e.exports={en:["VWAP is waiting for more data"]}},40693:e=>{e.exports={en:["Volume Profile Fixed Range"],he_IL:["טווח קבוע של פרופיל ווליום"]}},39903:e=>{e.exports={en:["Volume Profile indicator available only on our upgraded plans."],he_IL:["אינדיקטור פרופיל ווליום זמין רק בתוכניות המשודרגות שלנו."]}},93722:e=>{e.exports={en:["Volume candles"],he_IL:["נרות ווליום"]}},69156:e=>{e.exports={en:["Volume data is not provided in BIST MIXED data plan."],he_IL:["נתוני נפח אינם מסופקים בתוכנית הנתונים BIST MIXED."]}},92763:e=>{e.exports={en:["Volume footprint"],he_IL:["ווליום footprint"]}},32838:e=>{e.exports={en:["Vancouver"],he_IL:["ונקובר"]}},29535:e=>{e.exports={en:["Vertical Line"],he_IL:["קו אנכי"]}},23160:e=>{e.exports={en:["Vienna"],he_IL:["וינה"]}},60534:e=>{e.exports={en:["Vilnius"],he_IL:["וילנה"]}},40091:e=>{e.exports={en:["Visibility"],he_IL:["ניראות"]}},54853:e=>{e.exports={en:["Visibility on intervals"],he_IL:["נראות אינטרוולים"]}},58302:e=>{e.exports={en:["Visible on tap"],he_IL:["מוצג בהקשה"]}},10309:e=>{e.exports={en:["Visible on mouse over"],he_IL:["הצג כשהעכבר מעל"]}},4077:e=>{e.exports={en:["Visual order"],he_IL:["סדר ויזואלי"]}},11316:e=>{e.exports={en:["X Cross"]}},42231:e=>{e.exports={en:["XABCD Pattern"],he_IL:["תבנית XABCD"]}},25059:e=>{e.exports={en:["You cannot see this pivot timeframe on this resolution"],he_IL:["לא ניתן להציג את מסגרת הזמן של פיבוט זה ברזולוציה הזו"]}},41019:e=>{e.exports={en:["You have locked drawings on this symbol. Do you want to remove the locked drawings too?"],he_IL:["יש לך שרטוטים נעולים על הסימול הזה. האם אתה רוצה להסיר גם את השרטוטים הנעולים?"]}},53168:e=>{e.exports={en:["Yangon"],he_IL:["יאנגון"]}},93123:e=>{e.exports={en:["Yes, remove them"],he_IL:["כן, הסר אותם"]}},62859:e=>{e.exports={en:["Zurich"],he_IL:["ציריך"]}},47977:e=>{e.exports={en:["change Elliott degree"],he_IL:["שנה את רמת אליוט"]}},61557:e=>{e.exports={en:["change no overlapping labels"],he_IL:["אין לשנות תוויות חופפות"]}},76852:e=>{e.exports={en:["change average close price label visibility"],he_IL:["שנה את נראות תווית המחיר הממוצעת"]}},1022:e=>{e.exports={en:["change average close price line visibility"],he_IL:["שנה את הנראות הממוצעת של קו מחיר קרוב"]}},69362:e=>{e.exports={en:["change bid and ask labels visibility"],he_IL:["שנה נראות של תוויות ביקוש והיצע bid/ask"]}},52919:e=>{e.exports={en:["change bid and ask lines visibility"],he_IL:["שנה נראות שורות היצע וביקוש bid/ask"]}},32302:e=>{e.exports={en:["change currency"],he_IL:["שנה מטבע"]}},68846:e=>{e.exports={en:["change chart layout to {title}"],he_IL:["שנה פריסת גרף ל-{title}"]}},18867:e=>{e.exports={en:["change continuous contract switch visibility"],he_IL:["שנה נראות מתג החלפה לחוזה רציף"]}},39383:e=>{e.exports={
+en:["change countdown to bar close visibility"],he_IL:["שנה את נראות הספירה לאחור לסגירת הבר"]}},16979:e=>{e.exports={en:["change date range"],he_IL:["שנה טווח תאריכים"]}},53929:e=>{e.exports={en:["change dividends visibility"],he_IL:["שנה את נראות הדיבידנדים"]}},6119:e=>{e.exports={en:["change events visibility on chart"],he_IL:["שנה את נראות האירועים בגרף"]}},6819:e=>{e.exports={en:["change earnings visibility"],he_IL:["שנה את נראות הרווחים"]}},85532:e=>{e.exports={en:["change futures contract expiration visibility"],he_IL:["שינוי נראות תפוגה של חוזה עתידי"]}},24226:e=>{e.exports={en:["change high and low price labels visibility"],he_IL:["לשנות את הנראות של תוויות מחיר גבוה ונמוך"]}},80692:e=>{e.exports={en:["change high and low price lines visibility"],he_IL:["לשנות את נראות קווי המחירים הגבוהים והנמוכים"]}},24893:e=>{e.exports={en:["change indicators name labels visibility"],he_IL:["שנה נראות של אינדיקטורים ושם תוויות"]}},64729:e=>{e.exports={en:["change indicators value labels visibility"],he_IL:["שנה נראות תוויות ערך של אינדיקטורים"]}},50243:e=>{e.exports={en:["change latest news and Minds visibility"],he_IL:["שנה את נראות העדכונים האחרונים"]}},88849:e=>{e.exports={en:["change linking group"],he_IL:["שנה קבוצת קישור"]}},14691:e=>{e.exports={en:["change pane height"],he_IL:["לשנות את גובה החלונית"]}},96379:e=>{e.exports={en:["change plus button visibility"],he_IL:["שנה נראות של לחצן הפלוס"]}},76660:e=>{e.exports={en:["change point"],he_IL:["שנה נקודה"]}},30870:e=>{e.exports={en:["change pre/post market price label visibility"],he_IL:["שנה את נראות תווית מחיר פרה/פןסט מארקט"]}},11718:e=>{e.exports={en:["change pre/post market price line visibility"],he_IL:["שנה את נראות קווי מחיר פרה/פןסט מארקט"]}},58419:e=>{e.exports={en:["change previous close price line visibility"],he_IL:["שנה את הנראות של קו סגירת מחיר הקודם"]}},8662:e=>{e.exports={en:["change price line visibility"],he_IL:["שנה את קו המחיר"]}},2509:e=>{e.exports={en:["change price to bar ratio"],he_IL:["שנה את יחס המחיר לבר"]}},32829:e=>{e.exports={en:["change resolution"],he_IL:["שנה רזולוציה"]}},35400:e=>{e.exports={en:["change symbol"],he_IL:["שנה סימול"]}},73357:e=>{e.exports={en:["change symbol labels visibility"],he_IL:["שנה את נראות תוויות הסימולים"]}},67453:e=>{e.exports={en:["change symbol last value visibility"],he_IL:["שנה את נראות סימול הערך האחרון"]}},4729:e=>{e.exports={en:["change symbol previous close value visibility"],he_IL:["שנה נראות ערך קרוב של סימול קודם"]}},87041:e=>{e.exports={en:["change session"],he_IL:["שנה סשן"]}},38413:e=>{e.exports={en:["change session breaks visibility"],he_IL:["שנה את נראות הפסקות הסשן"]}},49965:e=>{e.exports={en:["change series style"],he_IL:["שנה את סגנון הסדרה"]}},47474:e=>{e.exports={en:["change splits visibility"],he_IL:["שנה את נראות הפיצולים/ספליט"]}},20137:e=>{e.exports={en:["change timezone"],he_IL:["שנה אזור זמן"]}},85975:e=>{e.exports={en:["change unit"],he_IL:["שנה יחידה"]}},1924:e=>{e.exports={en:["change visibility"],he_IL:["שנה את הנראות"]}},84331:e=>{e.exports={
+en:["change visibility at current interval"],he_IL:["לשנות את הנראות באינטרוול הנוכחי"]}},45800:e=>{e.exports={en:["change visibility at current interval and above"],he_IL:["לשנות את הנראות באינטרוול הנוכחי ומעלה"]}},75645:e=>{e.exports={en:["change visibility at current interval and below"],he_IL:["שנה נראות באינטרוול הנוכחי ומטה"]}},57916:e=>{e.exports={en:["change visibility at all intervals"],he_IL:["לשנות את הנראות בכל האינטרוולים"]}},94566:e=>{e.exports={en:["charts by TradingView"],he_IL:["הגרפים באדיבות TradingView"]}},32943:e=>{e.exports={en:["clone line tools"],he_IL:["העתק כלי-קו"]}},46219:e=>{e.exports={en:["create line tools group"],he_IL:["צור קבוצת כלים לקווים"]}},95394:e=>{e.exports={en:["create line tools group from selection"],he_IL:["צור קבוצת כלי שורה מהבחירה"]}},12898:e=>{e.exports={en:["create {tool}"],he_IL:["צור {tool}"]}},94227:e=>{e.exports={en:["cut sources"],he_IL:["חתוך מקורות"]}},11500:e=>{e.exports={en:["cut {title}"],he_IL:["חתוך {title}"]}},63869:e=>{e.exports={en:["anchor objects"],he_IL:["אובייקטים מעוגנים"]}},12570:e=>{e.exports={en:["add line tool {lineTool} to group {name}"],he_IL:["הוסף כלי קו {lineTool} לקבוצה {name}"]}},21162:e=>{e.exports={en:["add line tool(s) to group {group}"],he_IL:["הוסף כלי(ם) קו לקבוצה {group}"]}},67608:e=>{e.exports={en:["add this financial metric to entire layout"],he_IL:["הוסף מדד פיננסי זה לפריסה שלמה"]}},96677:e=>{e.exports={en:["add this indicator to entire layout"],he_IL:["הוסף אינדיקטור זה לפריסה שלמה"]}},58156:e=>{e.exports={en:["add this strategy to entire layout"],he_IL:["הוסף אסטרטגיה זו לפריסה שלמה"]}},79290:e=>{e.exports={en:["add this symbol to entire layout"],he_IL:["הוסף סימול זה לפריסה שלמה"]}},4128:e=>{e.exports={en:["align to 45 degrees"],he_IL:["יישר ל-45 מעלות"]}},68231:e=>{e.exports={en:["apply chart theme"],he_IL:["החל את נושא הגרף"]}},99551:e=>{e.exports={en:["apply all chart properties"],he_IL:["החל את כל מאפייני הגרף"]}},89720:e=>{e.exports={en:["apply drawing template"],he_IL:["החל תבנית שרטוט"]}},27851:e=>{e.exports={en:["apply factory defaults to selected sources"],he_IL:["החל את ברירת המחדל של היצרן על מקורות נבחרים"]}},70507:e=>{e.exports={en:["apply indicators to entire layout"],he_IL:["להחיל אינדיקטורים על כל הפריסה"]}},69604:e=>{e.exports={en:["apply study template {template}"],he_IL:["החל תבנית לימודית {template}"]}},86708:e=>{e.exports={en:["apply toolbars theme"],he_IL:["להחיל נושא של סרגלי כלים"]}},1979:e=>{e.exports={en:["bring group {title} forward"],he_IL:["הבא את הקבוצה {title} קדימה"]}},53159:e=>{e.exports={en:["bring {title} to front"],he_IL:["הבא את {title} לחזית"]}},41966:e=>{e.exports={en:["bring {title} forward"],he_IL:["הבא {title} קדימה"]}},44676:e=>{e.exports={en:["by TradingView"],he_IL:["מאת TradingView"]}},58850:e=>{e.exports={en:["date range lock"],he_IL:["נעילת טווח תאריכים"]}},99395:e=>{e.exports={en:["exclude line tools from group {group}"],he_IL:["אל תכלול כלי קווים מהקבוצה {group}"]}},13017:e=>{e.exports={en:["hide {title}"],he_IL:["הסתר {title}"]}},62249:e=>{e.exports={
+en:["hide marks on bars"],he_IL:["הסתר סימנים על הנרות"]}},56558:e=>{e.exports={en:["interval lock"],he_IL:["נעילת אינטרוול"]}},6830:e=>{e.exports={en:["invert scale"],he_IL:["הפוך גרף"]}},48818:e=>{e.exports={en:["insert {title}"],he_IL:["הוסף {title}"]}},56307:e=>{e.exports={en:["insert {title} after {targetTitle}"],he_IL:["הוסף {title} אחרי {targetTitle}"]}},32960:e=>{e.exports={en:["insert {title} after {target}"],he_IL:["הכנס {title} אחרי {target}"]}},57106:e=>{e.exports={en:["insert {title} before {target}"],he_IL:["הכנס {title} לפני {target}"]}},46229:e=>{e.exports={en:["insert {title} before {targetTitle}"],he_IL:["הכנס {title} לפני {targetTitle}"]}},43364:e=>{e.exports={en:["load default drawing template"],he_IL:["טען תבנית שרטוט ברירת מחדל"]}},62011:e=>{e.exports={en:["loading..."],he_IL:["טוען..."]}},76104:e=>{e.exports={en:["lock {title}"],he_IL:["נעל {title}"]}},20453:e=>{e.exports={en:["lock group {group}"],he_IL:["נעל קבוצה {group}"]}},18942:e=>{e.exports={en:["lock objects"],he_IL:["נעל אובייקטים"]}},98277:e=>{e.exports={en:["move"],he_IL:["הזז"]}},58228:e=>{e.exports={en:["move {title} to new left scale"],he_IL:["הזז {title} לסולם חדש משמאל"]}},77482:e=>{e.exports={en:["move {title} to new right scale"],he_IL:["העבר את {title} לסולם ימני חדש"]}},64077:e=>{e.exports={en:["move all scales to left"],he_IL:["הזז את כל סולמות המחיר לשמאל"]}},19013:e=>{e.exports={en:["move all scales to right"],he_IL:["הזז את כל סולמות המחיר לימין"]}},52510:e=>{e.exports={en:["move drawing(s)"],he_IL:["העבר שירטוט(ים)"]}},79209:e=>{e.exports={en:["move left"],he_IL:["הזז לשמאל"]}},60114:e=>{e.exports={en:["move right"],he_IL:["הזז לימין"]}},44854:e=>{e.exports={en:["move scale"],he_IL:["הזז סולם מחיר"]}},10625:e=>{e.exports={en:["make {title} no scale (Full screen)"],he_IL:["הפוך את {title} ללא קנה מידה (מסך מלא)"]}},76709:e=>{e.exports={en:["make group {group} invisible"],he_IL:["הפוך את הקבוצה {group} לבלתי נראית"]}},45987:e=>{e.exports={en:["make group {group} visible"],he_IL:["הפוך את הקבוצה {group} לגלויה"]}},78055:e=>{e.exports={en:["merge down"],he_IL:["מזג למטה"]}},41866:e=>{e.exports={en:["merge to pane"],he_IL:["מזג לחלונית"]}},52458:e=>{e.exports={en:["merge up"],he_IL:["מזג למעלה"]}},90091:e=>{e.exports={en:["n/a"]}},94981:e=>{e.exports={en:["scale price"],he_IL:["קנה מידה מחיר"]}},63796:e=>{e.exports={en:["scale price chart only"],he_IL:["הרחב סולם מחיר בלבד"]}},70771:e=>{e.exports={en:["scale time"],he_IL:["זמן קנה מידה"]}},42070:e=>{e.exports={en:["scroll"],he_IL:["גלול"]}},87840:e=>{e.exports={en:["scroll time"],he_IL:["זמן גלילה"]}},82241:e=>{e.exports={en:["set price scale selection strategy to {title}"],he_IL:["הגדר את אסטרטגיית בחירת סולם המחירים ל-{title}"]}},40962:e=>{e.exports={en:["send {title} backward"],he_IL:["שלח {title} לאחור"]}},5005:e=>{e.exports={en:["send {title} to back"],he_IL:["שלח את {title} לאחור"]}},69546:e=>{e.exports={en:["send group {title} backward"],he_IL:["שלח את הקבוצה {title} לאחור"]}},63934:e=>{e.exports={en:["share line tools globally"],
+he_IL:["שתף כלי קו ברחבי העולם"]}},90221:e=>{e.exports={en:["share line tools in layout"],he_IL:["שיתוף כלי קו בפריסה"]}},13336:e=>{e.exports={en:["show all ideas"],he_IL:["הצג את כל הרעיונות"]}},91395:e=>{e.exports={en:["show ideas of followed users"],he_IL:["הצג רעיונות של משתמשים במעקב"]}},57460:e=>{e.exports={en:["show my ideas only"],he_IL:["הצג את הרעיונות שלי בלבד"]}},4114:e=>{e.exports={en:["stay in drawing mode"],he_IL:["הישאר במצב שרטוט"]}},3350:e=>{e.exports={en:["stop syncing drawing"],he_IL:["הפסק לסנכרן שרטוט"]}},49183:e=>{e.exports={en:["stop syncing line tool(s)"],he_IL:["הפסק לסנכרן כלי(ם) קו"]}},53278:e=>{e.exports={en:["symbol lock"],he_IL:["נעילת סימול"]}},91677:e=>{e.exports={en:["sync time"],he_IL:["סנכרן זמן"]}},3140:e=>{e.exports={en:["powered by"],he_IL:['מופעל ע"י']}},92800:e=>{e.exports={en:["powered by TradingView"],he_IL:["מופעל על ידי Tradingview"]}},62192:e=>{e.exports={en:["paste drawing"],he_IL:["הדבק שרטוט"]}},1064:e=>{e.exports={en:["paste indicator"],he_IL:["הדבק אינדיקטור"]}},57010:e=>{e.exports={en:["paste {title}"],he_IL:["הדבק {title}"]}},78690:e=>{e.exports={en:["pin to left scale"],he_IL:["הצמד לסולם השמאלי"]}},7495:e=>{e.exports={en:["pin to right scale"],he_IL:["הצמד לסולם השמאלי"]}},81566:e=>{e.exports={en:["pin to scale {label}"],he_IL:["הצמד לסולם {label}"]}},2618:e=>{e.exports={en:["rearrange panes"],he_IL:["ארגן מחדש את החלונות"]}},60806:e=>{e.exports={en:["remove all indicators"],he_IL:["הסר את כל האינדיקטורים"]}},29096:e=>{e.exports={en:["remove all indicators and drawing tools"],he_IL:["הסר את כל האינדיקטורים וכלי השרטוט"]}},27171:e=>{e.exports={en:["remove deselected empty line tools"],he_IL:["הסר כלי קו ריקים שלא נבחרו"]}},30538:e=>{e.exports={en:["remove drawings"],he_IL:["הסר שרטוטים"]}},1193:e=>{e.exports={en:["remove drawings group"],he_IL:["הסר את קבוצת השרטוטים"]}},38199:e=>{e.exports={en:["remove line data sources"],he_IL:["להסיר קו מקורות נתונים"]}},93333:e=>{e.exports={en:["remove pane"],he_IL:["הסר חלונית"]}},94543:e=>{e.exports={en:["remove {title}"],he_IL:["הסר {title}"]}},41430:e=>{e.exports={en:["removing line tools group {name}"],he_IL:["הסרת קבוצת כלי קו {name}"]}},80491:e=>{e.exports={en:["rename group {group} to {newName}"],he_IL:["שנה שם קבוצה {group} ל- {newName}"]}},85366:e=>{e.exports={en:["reset layout sizes"],he_IL:["אפס גדלי פריסה"]}},3323:e=>{e.exports={en:["reset scales"],he_IL:["אפס קנה מידה"]}},17336:e=>{e.exports={en:["reset time scale"],he_IL:["אפס סולם זמן"]}},47418:e=>{e.exports={en:["resize layout"],he_IL:["שנה את גודל הפריסה"]}},85815:e=>{e.exports={en:["restore defaults"],he_IL:["שחזר ברירות מחדל"]}},96881:e=>{e.exports={en:["restore study defaults"],he_IL:["לשחזר את ברירת המחדל של המחקר"]}},63095:e=>{e.exports={en:["toggle maximized pane state"],he_IL:["החלף מצב חלונית מקסימלית"]}},42240:e=>{e.exports={en:["toggle auto scale"],he_IL:["החלף קנה מידה אוטומטי"]}},46054:e=>{e.exports={en:["toggle collapsed pane state"],he_IL:["החלף מצב חלונית מכווצת"]}},24736:e=>{e.exports={en:["toggle indexed to 100 scale"],
+he_IL:["החלף באינדקס ל-100 קנה מידה"]}},49695:e=>{e.exports={en:["toggle lock scale"],he_IL:["החלף נעילת סולם"]}},49403:e=>{e.exports={en:["toggle log scale"],he_IL:["החלף סקאלה לוגריתמית"]}},98994:e=>{e.exports={en:["toggle percentage scale"],he_IL:["הפעל/כבה קנה מידה באחוזים"]}},80688:e=>{e.exports={en:["toggle regular scale"],he_IL:["החלף קנה מידה רגיל"]}},46807:e=>{e.exports={en:["track time"],he_IL:["עקוב אחר הזמן"]}},8040:e=>{e.exports={en:["turn line tools sharing off"],he_IL:["כבה את שיתוף כלי הקו"]}},99234:e=>{e.exports={en:["unanchor objects"],he_IL:["אובייקטים לא מעוגנים"]}},23230:e=>{e.exports={en:["unlock objects"],he_IL:["פתח אובייקטים"]}},74590:e=>{e.exports={en:["unlock group {group}"],he_IL:["בטל את נעילת הקבוצה {group}"]}},12525:e=>{e.exports={en:["unlock {title}"],he_IL:["בטל את נעילת {title}"]}},81576:e=>{e.exports={en:["unmerge to new bottom pane"],he_IL:["בטל את המיזוג לחלונית התחתונה החדשה"]}},79443:e=>{e.exports={en:["unmerge up"],he_IL:["בטל מיזוג למעלה"]}},46453:e=>{e.exports={en:["unmerge down"],he_IL:["בטל מיזוג למטה"]}},94656:e=>{e.exports={en:["{chartStyle} chart type isn't currently available for tick-based intervals."],he_IL:["אוי לא! סוג הגרף {chartStyle} אינו זמין כעת עבור אינטרוולים מבוססי סימון."]}},41643:e=>{e.exports={en:["{count} bars"],he_IL:["נרות {count}"]}},83470:e=>{e.exports={en:["{symbol} financials by TradingView"],he_IL:["{symbol} פיננסים באדיבות TradingView"]}},40947:e=>{e.exports={en:["{userName} published on {customer}, {date}"],he_IL:["{userName} פורסם ב-{customer}, {date}"]}},91084:e=>{e.exports={en:["zoom"],he_IL:["זום"]}},49856:e=>{e.exports={en:["zoom in"],he_IL:["הגדל תצוגה"]}},73638:e=>{e.exports={en:["zoom out"],he_IL:["הקטן תצוגה"]}},41807:e=>{e.exports={en:["day","days"],he_IL:["יום","יומיים","ימים","ימים"]}},42328:e=>{e.exports={en:["hour","hours"],he_IL:["שעה","שעות","שעות","שעות"]}},98393:e=>{e.exports={en:["month","months"],he_IL:["חודש","חודשים","חודשים","חודשים"]}},78318:e=>{e.exports={en:["minute","minutes"],he_IL:["דקה","דקות","דקות","דקות"]}},33232:e=>{e.exports={en:["second","seconds"],he_IL:["שניה","שניות","שניות","שניות"]}},89937:e=>{e.exports={en:["range","ranges"],he_IL:["טווח","טווחים","טווחים","טווחים"]}},48898:e=>{e.exports={en:["week","weeks"],he_IL:["שבוע","שבועות","שבועות","שבועות"]}},11913:e=>{e.exports={en:["tick","ticks"],he_IL:["טיק","טיקים","טיקים","טיקים"]}},22299:e=>{e.exports={en:["{amount} drawing","{amount} drawings"],he_IL:["שרטוט {amount}","שרטוטים {amount}","שרטוטים {amount}","שרטוטים {amount}"]}},68984:e=>{e.exports={en:["{amount} indicator","{amount} indicators"],he_IL:["אינדיקטור {amount}","{amount}אינדיקטורים","{amount}אינדיקטורים","{amount}אינדיקטורים"]}},58590:e=>{e.exports={en:["{count}m","{count}m"],he_IL:["{count}m","{count}m","{count}m","{count}m"]}},47801:e=>{e.exports={en:["{count}d","{count}d"],he_IL:["{count}d","{count}d","{count}d","{count}d"]}},46766:e=>{e.exports={en:["{count}y","{count}y"],he_IL:["{count}y","{count}y","{count}y","{count}y"]}},56316:e=>{e.exports=Object.create(null),
+e.exports["#AAPL-symbol-description"]={en:["Apple Inc"],he_IL:['Apple בע"מ']},e.exports["#AMEX:SCHO-symbol-description"]={en:["Schwab Short-Term U.S. Treasury ETF"]},e.exports["#AMEX:SHYG-symbol-description"]={en:["Shares 0-5 YEAR High Yield Corporate Bond ETF"]},e.exports["#ASX:XAF-symbol-description"]={en:["S&P/ASX All Australian 50 Index"]},e.exports["#ASX:XAT-symbol-description"]={en:["S&P/ASX All Australian 200 Index"]},e.exports["#ASX:XJO-symbol-description"]={en:["S&P/ASX 200 Index"]},e.exports["#AUDCAD-symbol-description"]={en:["Australian Dollar/Canadian Dollar"],he_IL:["דולר אוסטרלי/דולר קנדי"]},e.exports["#AUDCHF-symbol-description"]={en:["Australian Dollar / Swiss Franc"],he_IL:["דולר אוסטרלי/פרנק שוויצרי"]},e.exports["#AUDJPY-symbol-description"]={en:["Australian Dollar / Japanese Yen"],he_IL:["דולר אוסטרלי/יין יפני"]},e.exports["#AUDNZD-symbol-description"]={en:["Australian Dollar / New Zealand Dollar"],he_IL:["דולר אוסטרלי/דולר ניו זילנד"]},e.exports["#AUDRUB-symbol-description"]={en:["Australian Dollar / Russian Ruble"],he_IL:["דולר אוסטרלי/רובל רוסי"]},e.exports["#AUDUSD-symbol-description"]={en:["Australian Dollar / U.S. Dollar"],he_IL:["דולר אוסטרלי/דולר אמריקאי"]},e.exports["#BCBA:IMV-symbol-description"]={en:["S&P MERVAL Index"],he_IL:["מדד S&P MERVAL"]},e.exports["#BCHEUR-symbol-description"]={en:["Bitcoin Cash / Euro"],he_IL:["ביטקוין קאש / אירו"]},e.exports["#BCHUSD-symbol-description"]={en:["Bitcoin Cash / U.S. Dollar"],he_IL:['ביטקוין קאש / דולר ארה"ב']},e.exports["#BELEX:BELEX15-symbol-description"]={en:["BELEX 15 Index"],he_IL:["מדד BELEX 15"]},e.exports["#BIST:XU100-symbol-description"]={en:["BIST 100 Index"]},e.exports["#BITMEX:XBT-symbol-description"]={en:["Bitcoin / U.S. Dollar Index"],he_IL:['מדד ביטקוין/דולר ארה"ב']},e.exports["#BME:IBC-symbol-description"]={en:["IBEX 35 Index"],he_IL:["מדד IBEX 35"]},e.exports["#BMFBOVESPA:IBOV-symbol-description"]={en:["Bovespa Index"],he_IL:["מדד Bovespa Index"]},e.exports["#BMFBOVESPA:IBRA-symbol-description"]={en:["IBrasil Index"]},e.exports["#BMFBOVESPA:IBXL-symbol-description"]={en:["Brazil 50 Index"],he_IL:["מדד ברזיל 50"]},e.exports["#BMV:CT-symbol-description"]={en:["China SX20 RT"],he_IL:["SX20 RT סין"]},e.exports["#BMV:F-symbol-description"]={en:["Ford Motor Company"],he_IL:["חברת פורד מוטור"]},e.exports["#BMV:ME-symbol-description"]={en:["S&P/BMV IPC Index"],he_IL:["מדד S&P/BMV IPC"]},e.exports["#BRLJPY-symbol-description"]={en:["Brazilian Real / Japanese Yen"],he_IL:["ריאל ברזילאי / יין יפני"]},e.exports["#BSE:ITI-symbol-description"]={en:["ITI Ltd"],he_IL:['ITI בע"מ']},e.exports["#BSE:SENSEX-symbol-description"]={en:["S&P BSE Sensex Index"]},e.exports["#BTCBRL-symbol-description"]={en:["Bitcoin / Brazilian Real"]},e.exports["#BTCCAD-symbol-description"]={en:["Bitcoin / Canadian Dollar"],he_IL:["ביטקוין / דולר קנדי"]},e.exports["#BTCCNY-symbol-description"]={en:["Bitcoin / Chinese Yuan"],he_IL:["ביטקוין / יואן סיני"]},e.exports["#BTCEUR-symbol-description"]={en:["Bitcoin / Euro"],he_IL:["ביטקוין / יורו"]},
+e.exports["#BTCGBP-symbol-description"]={en:["Bitcoin / British Pound"],he_IL:["ביטקוין / לירה שטרלינג"]},e.exports["#BTCJPY-symbol-description"]={en:["Bitcoin / Japanese Yen"]},e.exports["#BTCKRW-symbol-description"]={en:["Bitcoin / South Korean Won"],he_IL:["ביטקוין / וואן דרום קוריאני"]},e.exports["#BTCPLN-symbol-description"]={en:["Bitcoin / Polish Zloty"]},e.exports["#BTCRUB-symbol-description"]={en:["Bitcoin / Russian Ruble"],he_IL:["ביטקוין / רובל רוסי"]},e.exports["#BTCTHB-symbol-description"]={en:["Bitcoin / Thai Baht"],he_IL:["ביטקוין / באט תאילנדי"]},e.exports["#BTCUSD-symbol-description"]={en:["Bitcoin / U.S. Dollar"],he_IL:["ביטקוין / דולר אמריקאי"]},e.exports["#BTGUSD-symbol-description"]={en:["Bitcoin Gold / U.S. Dollar"],he_IL:["ביטקוין גולד / דולר אמריקאי"]},e.exports["#BVL:SPBLPGPT-symbol-description"]={en:["S&P / BVL Peru General Index (PEN)"]},e.exports["#BVSP-symbol-description"]={en:["Brazil Bovespa Index"],he_IL:["מדד בווספה ברזיל"]},e.exports["#CADJPY-symbol-description"]={en:["Canadian Dollar / Japanese Yen"],he_IL:["דולר קנדי / יין יפני"]},e.exports["#CADUSD-symbol-description"]={en:["Canadian Dollar / U.S. Dollar"],he_IL:["דולר קנדי / דולר אמריקאי"]},e.exports["#CBOE:OEX-symbol-description"]={en:["S&P 100 Index"],he_IL:["מדד S&P 100"]},e.exports["#CBOE:VIX-symbol-description"]={en:["Volatility S&P 500 Index"],he_IL:["מדד Volatility S&P 500"]},e.exports["#CBOT:ZB1!-symbol-description"]={en:["T-Bond Futures"],he_IL:["חוזים עתידיים של T-Bond"]},e.exports["#CBOT:ZC1!-symbol-description"]={en:["Corn Futures"],he_IL:["חוזים עתידיים תירס"]},e.exports["#CBOT:ZM1!-symbol-description"]={en:["Soybean Meal Futures"],he_IL:["חוזים עתידיים על ארוחות סויה"]},e.exports["#CBOT:ZN1!-symbol-description"]={en:["10 Year T-Note Futures"],he_IL:["חוזים עתידיים 10 שנים T-Note"]},e.exports["#CBOT:ZO1!-symbol-description"]={en:["Oat Futures"],he_IL:["חוזים עתידיים שיבולת שועל"]},e.exports["#CBOT:ZQ1!-symbol-description"]={en:["30 Day Federal Funds Interest Rate Futures"]},e.exports["#CBOT:ZR1!-symbol-description"]={en:["Rice Futures"],he_IL:["חוזים עתידיים אורז"]},e.exports["#CBOT:ZS1!-symbol-description"]={en:["Soybean Futures"],he_IL:["חוזים עתידיים על פולי סויה"]},e.exports["#CBOT:ZW1!-symbol-description"]={en:["Wheat Futures"],he_IL:["חוזים עתידיים על חיטה"]},e.exports["#CBOT_MINI:XK1!-symbol-description"]={en:["Soybean Mini Futures"],he_IL:["מיני חוזים עתידיים על פולי סויה"]},e.exports["#CBOT_MINI:XW1!-symbol-description"]={en:["Wheat Mini Futures"],he_IL:["מיני חוזים עתידיים חיטה"]},e.exports["#CBOT_MINI:YM1!-symbol-description"]={en:["E-mini Dow Jones ($5) Futures"],he_IL:["חוזים עתידיים E-mini דאו ג'ונס ($5)"]},e.exports["#CHFJPY-symbol-description"]={en:["Swiss Franc / Japanese Yen"],he_IL:["פרנק שוויצרי / יין יפני"]},e.exports["#CHFUSD-symbol-description"]={en:["Swiss Franc / U.S. Dollar"],he_IL:["פרנק שוויצרי / דולר אמריקאי"]},e.exports["#CME:BTC1!-symbol-description"]={en:["Bitcoin CME Futures"],he_IL:["חוזים עתידיים ביטקוין - CME"]},e.exports["#CME:CB1!-symbol-description"]={
+en:["Butter Futures-Cash (Continuous: Current contract in front)"],he_IL:["חמאה חוזים עתידיים-מזומן (רציף: חוזה נוכחי מלפנים)"]},e.exports["#CME:GF1!-symbol-description"]={en:["Feeder Cattle Futures"]},e.exports["#CME:HE1!-symbol-description"]={en:["Lean Hogs Futures"]},e.exports["#CME:LE1!-symbol-description"]={en:["Live Cattle Futures"]},e.exports["#CME_MINI:E71!-symbol-description"]={en:["Euro E-mini Futures"],he_IL:["חוזים עתידיים E-mini יורו"]},e.exports["#CME_MINI:ES1!-symbol-description"]={en:["S&P 500 E-mini Futures"],he_IL:["חוזים עתידיים E-mini S&P 500"]},e.exports["#CME_MINI:J71!-symbol-description"]={en:["Japanese Yen E-mini Futures"],he_IL:["חוזים עתידיים E-mini על ין יפני"]},e.exports["#CME_MINI:NQ1!-symbol-description"]={en:["NASDAQ 100 E-mini Futures"],he_IL:['חוזים עתידיים נאסד"ק 100 E-mini']},e.exports["#CME_MINI:RTY1!-symbol-description"]={en:["E-Mini Russell 2000 Index Futures"],he_IL:["E-Mini ראסל 2000 אינדקס חוזים עתידיים"]},e.exports["#COMEX:AEP1!-symbol-description"]={en:["Aluminium European Premium Futures"]},e.exports["#COMEX:AUP1!-symbol-description"]={en:["Aluminum MW U.S. Transaction Premium Platts (25MT) Futures"]},e.exports["#COMEX:GC1!-symbol-description"]={en:["Gold Futures"],he_IL:["חוזים עתידיים זהב"]},e.exports["#COMEX:HG1!-symbol-description"]={en:["Copper Futures"],he_IL:["חוזים עתידיים על נחושת"]},e.exports["#COMEX:SI1!-symbol-description"]={en:["Silver Futures"],he_IL:["חוזים עתידיים על כסף"]},e.exports["#COMEX_MINI:QC1!-symbol-description"]={en:["E-mini Copper Futures"],he_IL:["חוזים עתידיים E-mini נחושת"]},e.exports["#COMEX_MINI:QI1!-symbol-description"]={en:["Silver (Mini) Futures"],he_IL:["חוזים עתידיים (Mini) כסף"]},e.exports["#COMEX_MINI:QO1!-symbol-description"]={en:["Gold (Mini) Futures"],he_IL:["חוזים עתידיים זהב (Mini)"]},e.exports["#COPPER-symbol-description"]={en:["CFDs on Copper"],he_IL:["CFD על נחושת"]},e.exports["#CORNUSD-symbol-description"]={en:["CFDs on Corn"]},e.exports["#COTUSD-symbol-description"]={en:["CFDs on Cotton"],he_IL:["חוזי הפרשים על כותנה"]},e.exports["#CRYPTOCAP:TOTAL-symbol-description"]={en:["Crypto Total Market Cap, $"],he_IL:["שווי שוק קריפטו כולל, $"]},e.exports["#DFM:DFMGI-symbol-description"]={en:["DFM Index"],he_IL:["מדד DFM"]},e.exports["#DJ:DJA-symbol-description"]={en:["Dow Jones Composite Average Index"],he_IL:["מדד Composite Average של דאו ג'ונס"]},e.exports["#DJ:DJCIAGC-symbol-description"]={en:["Dow Jones Commodity Index Agriculture Capped Component"]},e.exports["#DJ:DJCICC-symbol-description"]={en:["Dow Jones Commodity Index Cocoa"],he_IL:["דאו ג'ונס מדד סחורות הקקאו"]},e.exports["#DJ:DJCIEN-symbol-description"]={en:["Dow Jones Commodity Index Energy"],he_IL:["דאו ג'ונס מדד סחורות האנרגיה"]},e.exports["#DJ:DJCIGC-symbol-description"]={en:["Dow Jones Commodity Index Gold"],he_IL:["מדד דאו ג'ונס סחורות זהב"]},e.exports["#DJ:DJCIGR-symbol-description"]={en:["Dow Jones Commodity Index Grains"],he_IL:["מדד דאו ג'ונס סחורות דגנים"]},e.exports["#DJ:DJCIIK-symbol-description"]={en:["Dow Jones Commodity Index Nickel"],
+he_IL:["מדד דאו ג 'ונס סחורות ניקל"]},e.exports["#DJ:DJCIKC-symbol-description"]={en:["Dow Jones Commodity Index Coffee"],he_IL:["מדד דאו ג'ונס סחורות קפה"]},e.exports["#DJ:DJCISB-symbol-description"]={en:["Dow Jones Commodity Index Sugar"],he_IL:["דאו ג'ונס מדד סחורות הסוכר"]},e.exports["#DJ:DJCISI-symbol-description"]={en:["Dow Jones Commodity Index Silver"],he_IL:["דאו ג 'ונס מדד סחורות כסף"]},e.exports["#DJ:DJI-symbol-description"]={en:["Dow Jones Industrial Average Index"],he_IL:["מדד דאו ג'ונס"]},e.exports["#DJ:DJT-symbol-description"]={en:["Dow Jones Transportation Average Index"],he_IL:["מדד דאו ג'ונס ממוצע תחבורה"]},e.exports["#DJ:DJU-symbol-description"]={en:["Dow Jones Utility Average Index"]},e.exports["#DJ:DJUSCL-symbol-description"]={en:["Dow Jones U.S. Coal Index"],he_IL:["מדד דאו ג'ונס פחם ארה\"ב"]},e.exports["#EGX:EGX30-symbol-description"]={en:["EGX 30 Index"],he_IL:["מדד EGX 30"]},e.exports["#ETCBTC-symbol-description"]={en:["Ethereum Classic / Bitcoin"],he_IL:["אתריום קלאסיק / ביטקוין"]},e.exports["#ETCEUR-symbol-description"]={en:["Ethereum Classic / Euro"],he_IL:["את'ריום קלאסיק / אירו"]},e.exports["#ETCUSD-symbol-description"]={en:["Ethereum Classic / U.S. Dollar"],he_IL:["אתריום קלאסיק / דולר אמריקאי"]},e.exports["#ETHBTC-symbol-description"]={en:["Ethereum / Bitcoin"],he_IL:["אתריום / ביטקוין"]},e.exports["#ETHEUR-symbol-description"]={en:["Ethereum / Euro"],he_IL:["אתריום/יורו"]},e.exports["#ETHGBP-symbol-description"]={en:["Ethereum / British Pound"],he_IL:["אתריום / לירה שטרלינג"]},e.exports["#ETHJPY-symbol-description"]={en:["Ethereum / Japanese Yen"],he_IL:["אתריום / ין יפני"]},e.exports["#ETHKRW-symbol-description"]={en:["Ethereum / South Korean Won"],he_IL:["את'ריום / וון דרום קוריאני"]},e.exports["#ETHTHB-symbol-description"]={en:["Ethereum / Thai Baht"],he_IL:["את'ריום / בהט תאילנדי"]},e.exports["#ETHUSD-symbol-description"]={en:["Ethereum / U.S. Dollar"],he_IL:["אתריום / דולר אמריקאי"]},e.exports["#EUBUND-symbol-description"]={en:["Euro Bund"],he_IL:["קרנות ארופאיות"]},e.exports["#EURAUD-symbol-description"]={en:["Euro / Australian Dollar"],he_IL:["יורו / דולר אוסטרלי"]},e.exports["#EURBRL-symbol-description"]={en:["Euro / Brazilian Real"],he_IL:["יורו / ריאל ברזילאי"]},e.exports["#EURCAD-symbol-description"]={en:["Euro / Canadian Dollar"],he_IL:["יורו / דולר קנדי"]},e.exports["#EURCHF-symbol-description"]={en:["Euro / Swiss Franc"],he_IL:["יורו / פרנק שוויצרי"]},e.exports["#EURGBP-symbol-description"]={en:["Euro / British Pound"],he_IL:["יורו / לירה שטרלינג"]},e.exports["#EURJPY-symbol-description"]={en:["Euro / Japanese Yen"],he_IL:["יורו / יין יפני"]},e.exports["#EURNOK-symbol-description"]={en:["Euro / Norwegian Krone"]},e.exports["#EURNZD-symbol-description"]={en:["Euro / New Zealand Dollar"],he_IL:["יורו / דולר ניו זילנד"]},e.exports["#EURONEXT:AEX-symbol-description"]={en:["AEX Index"],he_IL:["מדד AEX"]},e.exports["#EURONEXT:BEL20-symbol-description"]={en:["BEL 20 Index"],he_IL:["מדד BEL 20"]},e.exports["#EURONEXT:PX1-symbol-description"]={en:["CAC 40 Index"],
+he_IL:["מדד CAC 40"]},e.exports["#EURRUB-symbol-description"]={en:["Euro / Russian Ruble"],he_IL:["יורו / רובל רוסי"]},e.exports["#EURRUB_TOM-symbol-description"]={en:["Euro / Russian Ruble TOM"],he_IL:["יורו / רובל"]},e.exports["#EURSEK-symbol-description"]={en:["Euro / Swedish Krona"],he_IL:["יורו / קורונה שוודית"]},e.exports["#EURTRY-symbol-description"]={en:["Euro / Turkish Lira"],he_IL:["יורו / לירה טורקית"]},e.exports["#EURUSD-symbol-description"]={en:["Euro / U.S. Dollar"],he_IL:["יורו / דולר אמריקאי"]},e.exports["#EUSTX50-symbol-description"]={en:["Euro Stoxx 50 Index"],he_IL:["מדד Euro Stoxx 50"]},e.exports["#FOREXCOM:US2000-symbol-description"]={en:["US Small Cap 2000"],he_IL:['Small Cap ארה"ב 2000']},e.exports["#FRA40-symbol-description"]={en:["CAC 40 Index"],he_IL:["מדד CAC 40"]},e.exports["#FRED:GDP-symbol-description"]={en:["Gross Domestic Product, 1 Decimal"]},e.exports["#FRED:POP-symbol-description"]={en:["Total Population: All Ages Including Armed Forces Overseas"]},e.exports["#FRED:UNRATE-symbol-description"]={en:["Civilian Unemployment Rate"]},e.exports["#FTSEMYX:FBMKLCI-symbol-description"]={en:["FTSE Bursa Malaysia KLCI Index"],he_IL:["מדד FTSE בורסת מלזיה KLCI"]},e.exports["#FWB:KT1-symbol-description"]={en:["Key Tronic Corр."]},e.exports["#FX:AUS200-symbol-description"]={en:["S&P/ASX Index"]},e.exports["#FX:US30-symbol-description"]={en:["Dow Jones Industrial Average Index"],he_IL:["מדד דאו ג'ונס"]},e.exports["#GBPAUD-symbol-description"]={en:["British Pound / Australian Dollar"],he_IL:["לירה שטרלינג / דולר אוסטרלי"]},e.exports["#GBPCAD-symbol-description"]={en:["British Pound / Canadian Dollar"],he_IL:["לירה שטרלינג / דולר קנדי"]},e.exports["#GBPCHF-symbol-description"]={en:["British Pound / Swiss Franc"],he_IL:["לירה שטרלינג / פרנק שוויצרי"]},e.exports["#GBPEUR-symbol-description"]={en:["British Pound / Euro"],he_IL:["לירה שטרלינג / יורו"]},e.exports["#GBPJPY-symbol-description"]={en:["British Pound / Japanese Yen"],he_IL:["לירה שטרלינג / יין יפני"]},e.exports["#GBPNZD-symbol-description"]={en:["British Pound / New Zealand Dollar"],he_IL:["לירה שטרלינג / דולר ניו זילנד"]},e.exports["#GBPPLN-symbol-description"]={en:["British Pound / Polish Zloty"]},e.exports["#GBPRUB-symbol-description"]={en:["British Pound / Russian Ruble"],he_IL:["לירה שטרלינג / רובל רוסי"]},e.exports["#GBPUSD-symbol-description"]={en:["British Pound / U.S. Dollar"],he_IL:["לירה שטרלינג / דולר אמריקאי"]},e.exports["#GER30-symbol-description"]={en:["DAX Index"],he_IL:["מדד DAX גרמניה"]},e.exports["#GOOG-symbol-description"]={en:["Alphabet Inc (Google) Class C"]},e.exports["#GOOGL-symbol-description"]={en:["Alphabet Inc (Google) Class A"],he_IL:["אלפאבית (גוגל) דרגה א'"]},e.exports["#GPW:ACG-symbol-description"]={en:["Acautogaz"]},e.exports["#GPW:WIG20-symbol-description"]={en:["WIG20 Index"]},e.exports["#HSI:HSI-symbol-description"]={en:["Hang Seng Index"],he_IL:["מדד האנג סנג"]},e.exports["#ICEUS:DX1!-symbol-description"]={en:["U.S. Dollar Index Futures"],he_IL:['חוזים עתידיים על מדד דולר ארה"ב']},
+e.exports["#IDX:COMPOSITE-symbol-description"]={en:["IDX Composite Index"],he_IL:["מדד IDX Composite"]},e.exports["#INDEX:HSCE-symbol-description"]={en:["Hang Seng China Enterprises Index"]},e.exports["#INDEX:JKSE-symbol-description"]={en:["Jakarta Composite Index"]},e.exports["#INDEX:KLSE-symbol-description"]={en:["Bursa Malaysia KLCI Index"],he_IL:["אינדקס בורסת מלזיה KLCI"]},e.exports["#INDEX:MIB-symbol-description"]={en:["MIB Index"]},e.exports["#INDEX:MOY0-symbol-description"]={en:["Euro Stoxx 50 Index"]},e.exports["#INDEX:STI-symbol-description"]={en:["STI Index"]},e.exports["#INDEX:TWII-symbol-description"]={en:["Taiwan Weighted Index"],he_IL:["מדד טאייוואן משוקלל"]},e.exports["#INDEX:XLY0-symbol-description"]={en:["Shanghai Composite Index"]},e.exports["#IOTUSD-symbol-description"]={en:["IOTA / U.S. Dollar"],he_IL:["איוטא / דולר אמריקאי"]},e.exports["#JPN225-symbol-description"]={en:["Japan 225 Index"],he_IL:["אינדקס Japan 225"]},e.exports["#JPYKRW-symbol-description"]={en:["Japanese Yen / South Korean Won"],he_IL:["יין יפני / וואן דרום קוריאני"]},e.exports["#JPYRUB-symbol-description"]={en:["Japanese Yen / Russian Ruble"],he_IL:["יין יפני / רובל רוסי"]},e.exports["#JPYUSD-symbol-description"]={en:["Japanese Yen / U.S. Dollar"],he_IL:["ין יפני / דולר אמריקאי"]},e.exports["#LKOH-symbol-description"]={en:["LUKOIL"]},e.exports["#LSE:SCHO-symbol-description"]={en:["Scholium Group Plc Ord 1P"]},e.exports["#LTCBRL-symbol-description"]={en:["Litecoin / Brazilian Real"],he_IL:["לייטקוין / ריאל ברזילאי"]},e.exports["#LTCBTC-symbol-description"]={en:["Litecoin / Bitcoin"],he_IL:["לייטקוין / ביטקוין"]},e.exports["#LTCUSD-symbol-description"]={en:["Litecoin / U.S. Dollar"],he_IL:["לייטקוין / דולר אמריקאי"]},e.exports["#LUNAUSD-symbol-description"]={en:["Luna / U.S. Dollar"],he_IL:['לונה / ארה"ב דוֹלָר']},e.exports["#MOEX:BR1!-symbol-description"]={en:["Brent Oil Futures"],he_IL:["חוזים עתידיים על נפט ברנט"]},e.exports["#MOEX:GAZP-symbol-description"]={en:["GAZPROM"]},e.exports["#MOEX:IMOEX-symbol-description"]={en:["MOEX Russia Index"]},e.exports["#MOEX:MGNT-symbol-description"]={en:["MAGNIT"],he_IL:["מגנית"]},e.exports["#MOEX:MICEXINDEXCF-symbol-description"]={en:["MOEX Russia Index"]},e.exports["#MOEX:MX1!-symbol-description"]={en:["MICEX Index Futures"]},e.exports["#MOEX:MX2!-symbol-description"]={en:["MICEX Index Futures"]},e.exports["#MOEX:RI1!-symbol-description"]={en:["RTS Index Futures"]},e.exports["#MOEX:RTSI-symbol-description"]={en:["RTS Index"]},e.exports["#MOEX:RUAL-symbol-description"]={en:["United Company RUSAL PLC"]},e.exports["#MOEX:SBER-symbol-description"]={en:["SBERBANK"]},e.exports["#MOEX:VTBR-symbol-description"]={en:["VTB"]},e.exports["#MSFT-symbol-description"]={en:["Microsoft Corp."],he_IL:["Microsoft Corp חברת מיקרוסופט"]},e.exports["#NAS100-symbol-description"]={en:["US 100 Cash CFD"],he_IL:['מדדנ נאסד"ק 100 ']},e.exports["#NASDAQ:AMD-symbol-description"]={en:["Advanced Micro Devices Inc"],he_IL:['מכשירי מיקרו מתקדמים בע"מ']},e.exports["#NASDAQ:GOOG-symbol-description"]={
+en:["Alphabet Inc (Google) Class C"],he_IL:["Alphabet Inc (גוגל) דירוג C"]},e.exports["#NASDAQ:GOOGL-symbol-description"]={en:["Alphabet Inc (Google) Class A"],he_IL:["Alphabet Inc (גוגל) דירוג A"]},e.exports["#NASDAQ:HGX-symbol-description"]={en:["PHLX Housing Sector Index"]},e.exports["#NASDAQ:IEF-symbol-description"]={en:["Ishares 7-10 Year Treasury Bond ETF"]},e.exports["#NASDAQ:IEI-symbol-description"]={en:["Ishares 3-7 Year Treasury Bond ETF"]},e.exports["#NASDAQ:ITI-symbol-description"]={en:["Iteris Inc"],he_IL:['איטריס בע"מ']},e.exports["#NASDAQ:IXIC-symbol-description"]={en:["Nasdaq Composite Index"],he_IL:["מדד Nasdaq Composite"]},e.exports["#NASDAQ:LCID-symbol-description"]={en:["Lucid Group, Inc."],he_IL:["#NASDAQ:LCID-תיאור-סימול"]},e.exports["#NASDAQ:LE-symbol-description"]={en:["Lands' End Inc"],he_IL:["Lands' End בע\"מ"]},e.exports["#NASDAQ:NDX-symbol-description"]={en:["Nasdaq 100 Index"],he_IL:['מדד נאסד"ק 100']},e.exports["#NASDAQ:OSX-symbol-description"]={en:["PHLX Oil Service Sector Index"]},e.exports["#NASDAQ:SHY-symbol-description"]={en:["Ishares 1-3 Year Treasury Bond ETF"]},e.exports["#NASDAQ:SOX-symbol-description"]={en:["Philadelphia Semiconductor Index"],he_IL:["מדד מוליכים למחצה פילדלפיה"]},e.exports["#NASDAQ:TLT-symbol-description"]={en:["Ishares 20+ Year Treasury Bond ETF"]},e.exports["#NASDAQ:UTY-symbol-description"]={en:["PHLX Utility Sector Index"]},e.exports["#NASDAQ:XAU-symbol-description"]={en:["PHLX Gold and Silver Sector Index"]},e.exports["#NASDAQ:ZS-symbol-description"]={en:["Zscaler Inc"]},e.exports["#NEOUSD-symbol-description"]={en:["NEO / U.S. Dollar"],he_IL:["נאו / דולר אמריקאי"]},e.exports["#NGAS-symbol-description"]={en:["Natural Gas (Henry Hub)"],he_IL:["גז טבעי (HenryHub)"]},e.exports["#NKY-symbol-description"]={en:["Japan 225 Index"],he_IL:["מדד Japan 225"]},e.exports["#NSE:ITI-symbol-description"]={en:["Indian Telephone Industries Limited"],he_IL:['תעשיות טלפון הודיות בע"מ']},e.exports["#NSE:NIFTY-symbol-description"]={en:["Nifty 50 Index"]},e.exports["#NYMEX:AEZ1!-symbol-description"]={en:["NY Ethanol Futures"],he_IL:["חוזים עתידיים אתנול ניו יורק"]},e.exports["#NYMEX:CJ1!-symbol-description"]={en:["Cocoa Futures"],he_IL:["חוזים עתידיים על קקאו"]},e.exports["#NYMEX:CL1!-symbol-description"]={en:["Light Crude Oil Futures"],he_IL:["חוזים עתידיים נפט גולמי"]},e.exports["#NYMEX:HO1!-symbol-description"]={en:["NY Harbor ULSD Futures"],he_IL:["חוזים עתידיים על נמל NY ULSD"]},e.exports["#NYMEX:KT1!-symbol-description"]={en:["Coffee Futures"],he_IL:["חוזים עתידיים על קפה"]},e.exports["#NYMEX:NG1!-symbol-description"]={en:["Natural Gas Futures"],he_IL:["חוזים עתידיים גז טבעי"]},e.exports["#NYMEX:PA1!-symbol-description"]={en:["Palladium Futures"],he_IL:["חוזים עתידיים פלדיום"]},e.exports["#NYMEX:PL1!-symbol-description"]={en:["Platinum Futures"],he_IL:["חוזים עתידיים על פלטינום"]},e.exports["#NYMEX:RB1!-symbol-description"]={en:["RBOB Gasoline Futures"],he_IL:["חוזים עתידיים על בנזין RBOB"]},e.exports["#NYMEX:TT1!-symbol-description"]={en:["Cotton Futures"],
+he_IL:["חוזים עתידיים כותנה"]},e.exports["#NYMEX_MINI:QG1!-symbol-description"]={en:["E-mini Natural Gas Futures"],he_IL:["חוזים עתידיים E-mini גז טבעי"]},e.exports["#NYMEX_MINI:QM1!-symbol-description"]={en:["E-mini Light Crude Oil Futures"]},e.exports["#NYMEX_MINI:QU1!-symbol-description"]={en:["E-mini Gasoline Futures"],he_IL:["חוזים עתידיים E-mini בנזין"]},e.exports["#NYSE:BABA-symbol-description"]={en:["Alibaba Group Holdings Ltd."],he_IL:['אחזקות קבוצת עליבאבא בע"מ']},e.exports["#NYSE:F-symbol-description"]={en:["FORD MTR CO DEL"],he_IL:["פורד MTR CO DEL"]},e.exports["#NYSE:HE-symbol-description"]={en:["Hawaiian Electric Industries"],he_IL:["תעשיות חשמל הוואי"]},e.exports["#NYSE:NYA-symbol-description"]={en:["NYSE Composite Index"],he_IL:["מדד NYSE Composite"]},e.exports["#NYSE:PBR-symbol-description"]={en:["PETROLEO BRASILEIRO SA PETROBR"]},e.exports["#NYSE:XAX-symbol-description"]={en:["AMEX Composite Index"],he_IL:["מדד AMEX Composite"]},e.exports["#NYSE:XMI-symbol-description"]={en:["NYSE ARCA Major Market Index"]},e.exports["#NZDJPY-symbol-description"]={en:["New Zealand Dollar / Japanese Yen"],he_IL:["דולר ניו זילנד / יין יפני"]},e.exports["#NZDUSD-symbol-description"]={en:["New Zealand Dollar / U.S. Dollar"],he_IL:["דולר ניו זילנד / דולר אמריקאי"]},e.exports["#NZX:ALLC-symbol-description"]={en:["S&P/NZX All Index (Capital Index)"]},e.exports["#NZX:NZ50G-symbol-description"]={en:["S&P / NZX 50 Index Gross"]},e.exports["#OANDA:NATGASUSD-symbol-description"]={en:["CFDs on Natural Gas"]},e.exports["#OANDA:SPX500USD-symbol-description"]={en:["S&P 500 Index"],he_IL:["מדד S&P 500"]},e.exports["#OANDA:XCUUSD-symbol-description"]={en:["CFDs on Copper (US$ / lb)"]},e.exports["#OMXCOP:OMXC25-symbol-description"]={en:["OMX Copenhagen 25 Index"],he_IL:["מדד OMX קופנהגן 25"]},e.exports["#OMXCOP:SCHO-symbol-description"]={en:["Schouw & Co A/S"]},e.exports["#OMXHEX:OMXH25-symbol-description"]={en:["OMX Helsinki 25 Index"],he_IL:["מדד OMX הלסינקי 25"]},e.exports["#OMXRSE:OMXRGI-symbol-description"]={en:["OMX Riga Gross Index"],he_IL:["מדד OMX Riga Gross"]},e.exports["#OMXSTO:OMXS30-symbol-description"]={en:["OMX Stockholm 30 Index"],he_IL:["מדד OMX שטוקהולם 30"]},e.exports["#OMXTSE:OMXTGI-symbol-description"]={en:["OMX Tallinn Gross Index"],he_IL:["מדד OMX Tallinn Gross"]},e.exports["#OMXVSE:OMXVGI-symbol-description"]={en:["OMX Vilnius Gross Index"],he_IL:["מדד OMX Vilnius Gross"]},e.exports["#OTC:IHRMF-symbol-description"]={en:["Ishares MSCI Japan SHS"]},e.exports["#QSE:GNRI-symbol-description"]={en:["QE Index"],he_IL:["מדד QE"]},e.exports["#RTS-symbol-description"]={en:["Russian RTS Index"],he_IL:["מדד RTS רוסיה"]},e.exports["#RUSSELL:RUA-symbol-description"]={en:["Russell 3000 Index"],he_IL:["מדד Russel 3000"]},e.exports["#RUSSELL:RUI-symbol-description"]={en:["Russell 1000 Index"],he_IL:["מדד Russel 1000"]},e.exports["#RUSSELL:RUT-symbol-description"]={en:["Russell 2000 Index"],he_IL:["מדד Russel 2000"]},e.exports["#SET:GC-symbol-description"]={en:["Global Connections Public Company"],
+he_IL:["חיבורים גלובליים חברה ציבורית"]},e.exports["#SIX:F-symbol-description"]={en:["Ford Motor Company"],he_IL:["חברת פורד מוטור"]},e.exports["#SIX:SMI-symbol-description"]={en:["Swiss Market Index"],he_IL:["מדד שוק שוויצרי"]},e.exports["#SOLUSD-symbol-description"]={en:["Solana / U.S. Dollar"],he_IL:['סולנה / ארה"ב דוֹלָר']},e.exports["#SOYBNUSD-symbol-description"]={en:["CFDs on Soybeans"]},e.exports["#SP:OEX-symbol-description"]={en:["S&P 100 Index"],he_IL:["מדד S&P 100"]},e.exports["#SP:SPGSCI-symbol-description"]={en:["S&P Goldman Sachs Commodity Index"]},e.exports["#SP:SPX-symbol-description"]={en:["S&P 500 Index"],he_IL:["מדד S&P 500"]},e.exports["#SP:SVX-symbol-description"]={en:["S&P 500 Value Index"],he_IL:["מדד S&P 500 Value"]},e.exports["#SPX500-symbol-description"]={en:["S&P 500 Index"],he_IL:["מדד S&P 500 "]},e.exports["#SUGARUSD-symbol-description"]={en:["CFDs on Sugar"]},e.exports["#SZSE:399001-symbol-description"]={en:["Shenzhen Component Index"],he_IL:["מדד Shenzhen Component"]},e.exports["#TADAWUL:2370-symbol-description"]={en:["Middle East Specialized Cables Co."],he_IL:["#TADAWUL:2370-תיאור-סימול"]},e.exports["#TADAWUL:TASI-symbol-description"]={en:["Tadawul All Shares Index"],he_IL:["מדד כל המניות של Tadawul"]},e.exports["#TASE:TA35-symbol-description"]={en:["TA-35 Index"],he_IL:["מדד תל אביב 35"]},e.exports["#TSX:TSX-symbol-description"]={en:["S&P/TSX Composite Index"]},e.exports["#TSX:TX60-symbol-description"]={en:["S&P/TSX 60 Index"]},e.exports["#TVC:AU10-symbol-description"]={en:["Australia Government Bonds 10 YR"]},e.exports["#TVC:AU10Y-symbol-description"]={en:["Australia Government Bonds 10 YR Yield"]},e.exports["#TVC:AXY-symbol-description"]={en:["Australian Dollar Currency Index"]},e.exports["#TVC:BXY-symbol-description"]={en:["British Pound Currency Index"]},e.exports["#TVC:CA10-symbol-description"]={en:["Canadian Government Bonds, 10 YR"],he_IL:["אגרות חוב ממשלתיות קנדיות, 10 שנים"]},e.exports["#TVC:CA10Y-symbol-description"]={en:["Canadian Government Bonds 10 YR Yield"],he_IL:["איגרות חוב ממשלתיות קנדיות בתשואה של 10 שנים"]},e.exports["#TVC:CAC40-symbol-description"]={en:["CAC 40 Index"]},e.exports["#TVC:CN10-symbol-description"]={en:["China Government Bonds 10 YR"]},e.exports["#TVC:CN10Y-symbol-description"]={en:["China Government Bonds 10 YR Yield"]},e.exports["#TVC:CXY-symbol-description"]={en:["Canadian Dollar Currency Index"]},e.exports["#TVC:DE10-symbol-description"]={en:["German Government Bonds 10 YR"]},e.exports["#TVC:DE10Y-symbol-description"]={en:["German Government Bonds 10 YR Yield"]},e.exports["#TVC:DEU30-symbol-description"]={en:["DAX Index"],he_IL:["מדד דאקס"]},e.exports["#TVC:DJI-symbol-description"]={en:["Dow Jones Industrial Average Index"],he_IL:["מדד דאו ג'ונס"]},e.exports["#TVC:DXY-symbol-description"]={en:["U.S. Dollar Index"],he_IL:["מדד מטבע דולר אמריקאי"]},e.exports["#TVC:ES10-symbol-description"]={en:["Spain Government Bonds 10 YR"]},e.exports["#TVC:ES10Y-symbol-description"]={en:["Spain Government Bonds 10 YR Yield"]},
+e.exports["#TVC:EUBUND-symbol-description"]={en:["Euro Bund"]},e.exports["#TVC:EXY-symbol-description"]={en:["Euro Currency Index"]},e.exports["#TVC:FR10-symbol-description"]={en:["France Government Bonds 10 YR"]},e.exports["#TVC:FR10Y-symbol-description"]={en:["France Government Bonds 10 YR Yield"]},e.exports["#TVC:FTMIB-symbol-description"]={en:["Milano Italia Borsa Index"]},e.exports["#TVC:GB02-symbol-description"]={en:["UK Government Bonds 2 YR"]},e.exports["#TVC:GB10-symbol-description"]={en:["UK Government Bonds 10 YR"]},e.exports["#TVC:GB10Y-symbol-description"]={en:["UK Government Bonds 10 YR Yield"]},e.exports["#TVC:GOLD-symbol-description"]={en:["CFDs on Gold (US$ / OZ)"],he_IL:["CFDs על זהב (US$ / OZ)"]},e.exports["#TVC:HSI-symbol-description"]={en:["Hang Seng Index"]},e.exports["#TVC:IBEX35-symbol-description"]={en:["IBEX 35 Index"]},e.exports["#TVC:ID03-symbol-description"]={en:["Indonesia Government Bonds 3 YR"]},e.exports["#TVC:ID10-symbol-description"]={en:["Indonesia Government Bonds 10 YR"]},e.exports["#TVC:ID10Y-symbol-description"]={en:["Indonesia Government Bonds 10 YR Yield"],he_IL:["איגרות חוב ממשלתיות באינדונזיה בתשואה של 10 שנים"]},e.exports["#TVC:IN10-symbol-description"]={en:["India Government Bonds 10 YR"]},e.exports["#TVC:IN10Y-symbol-description"]={en:["India Government Bonds 10 YR Yield"],he_IL:["איגרות חוב ממשלתיות בהודו בתשואה של 10 שנים"]},e.exports["#TVC:IT10-symbol-description"]={en:["Italy Government Bonds 10 YR"]},e.exports["#TVC:IT10Y-symbol-description"]={en:["Italy Government Bonds 10 YR Yield"],he_IL:["איגרות חוב ממשלתיות באיטליה 10 שנים"]},e.exports["#TVC:IXIC-symbol-description"]={en:["US Composite Index"],he_IL:['מדד נאסד"ק Composite']},e.exports["#TVC:JP10-symbol-description"]={en:["Japan Government Bonds 10 YR"]},e.exports["#TVC:JP10Y-symbol-description"]={en:["Japan Government Bonds 10 YR Yield"],he_IL:["איגרות חוב ממשלתיות של יפן בתשואה של 10 שנים"]},e.exports["#TVC:JXY-symbol-description"]={en:["Japanese Yen Currency Index"],he_IL:["מדד מטבע הין היפני"]},e.exports["#TVC:KOSPI-symbol-description"]={en:["Korea Composite Stock Price Index"],he_IL:["מדד מחירי המניות של קוריאה"]},e.exports["#TVC:KR10-symbol-description"]={en:["Korea Government Bonds 10 YR"]},e.exports["#TVC:KR10Y-symbol-description"]={en:["Korea Government Bonds 10 YR Yield"]},e.exports["#TVC:MY10-symbol-description"]={en:["Malaysia Government Bonds 10 YR"]},e.exports["#TVC:MY10Y-symbol-description"]={en:["Malaysia Government Bonds 10 YR Yield"]},e.exports["#TVC:NDX-symbol-description"]={en:["US 100 Index"],he_IL:['מדד נאסד"ק 100']},e.exports["#TVC:NI225-symbol-description"]={en:["Japan 225 Index"],he_IL:["אינדקס Japan 225"]},e.exports["#TVC:NL10-symbol-description"]={en:["Netherlands Government Bonds, 10 YR"],he_IL:["אגרות חוב ממשלתיות בהולנד, 10 שנים"]},e.exports["#TVC:NL10Y-symbol-description"]={en:["Netherlands Government Bonds 10 YR Yield"],he_IL:["איגרות חוב של ממשלת הולנד בתשואה של 10 שנים"]},e.exports["#TVC:NYA-symbol-description"]={en:["NYSE Composite Index"]},
+e.exports["#TVC:NZ10-symbol-description"]={en:["New Zealand Government Bonds, 10 YR"],he_IL:["איגרות חוב ממשלתיות בניו זילנד, 10 שנים"]},e.exports["#TVC:NZ10Y-symbol-description"]={en:["New Zealand Government Bonds 10 YR Yield"],he_IL:["איגרות חוב ממשלתיות בניו זילנד בתשואה של 10 שנים"]},e.exports["#TVC:PALLADIUM-symbol-description"]={en:["CFDs on Palladium (US$ / OZ)"]},e.exports["#TVC:PL05Y-symbol-description"]={en:["Poland Government Bonds 5 YR Yield"],he_IL:['אג"ח ממשלת פולין תשואה 5 שנים']},e.exports["#TVC:PL10Y-symbol-description"]={en:["Poland Government Bonds 10 YR Yield"],he_IL:['אג"ח ממשלת פולין תשואה 10 שנים']},e.exports["#TVC:PLATINUM-symbol-description"]={en:["CFDs on Platinum (US$ / OZ)"]},e.exports["#TVC:PT10-symbol-description"]={en:["Portugal Government Bonds 10 YR"]},e.exports["#TVC:PT10Y-symbol-description"]={en:["Portugal Government Bonds 10 YR Yield"]},e.exports["#TVC:SA40-symbol-description"]={en:["South Africa Top 40 Index"],he_IL:["מדד Top 40 דרום אפריקה"]},e.exports["#TVC:SILVER-symbol-description"]={en:["CFDs on Silver (US$ / OZ)"],he_IL:["CFDs על כסף (US$ / OZ)"]},e.exports["#TVC:SPX-symbol-description"]={en:["S&P 500 Index"],he_IL:["מדד S&P 500"]},e.exports["#TVC:SSMI-symbol-description"]={en:["Swiss Market Index"],he_IL:["מדד שוק שוויצרי"]},e.exports["#TVC:STI-symbol-description"]={en:["Straits Times Index"],he_IL:["מדד Straits Times"]},e.exports["#TVC:SX5E-symbol-description"]={en:["Euro Stoxx 50 Index"]},e.exports["#TVC:SXY-symbol-description"]={en:["Swiss Franc Currency Index"]},e.exports["#TVC:TR10-symbol-description"]={en:["Turkey Government Bonds 10 YR"]},e.exports["#TVC:TR10Y-symbol-description"]={en:["Turkey Government Bonds 10 YR Yield"],he_IL:["איגרות חוב ממשלתיות בטורקיה בתשואה של 10 שנים"]},e.exports["#TVC:UKOIL-symbol-description"]={en:["CFDs on Brent Crude Oil"],he_IL:["CFDs על ברנט גולמי"]},e.exports["#TVC:UKX-symbol-description"]={en:["UK 100 Index"],he_IL:["מדד בריטניה 100"]},e.exports["#TVC:US02-symbol-description"]={en:["US Government Bonds 2 YR"]},e.exports["#TVC:US02Y-symbol-description"]={en:["US Government Bonds 2 YR Yield"],he_IL:['תשואת אג"ח ממשלתיות בארה"ב של 2 שנים']},e.exports["#TVC:US05-symbol-description"]={en:["US Government Bonds 5 YR"]},e.exports["#TVC:US05Y-symbol-description"]={en:["US Government Bonds 5 YR Yield"],he_IL:['איגרות חוב ממשלתיות בארה"ב בתשואה של 5 שנים']},e.exports["#TVC:US10-symbol-description"]={en:["US Government Bonds 10 YR"]},e.exports["#TVC:US10Y-symbol-description"]={en:["US Government Bonds 10 YR Yield"],he_IL:['תשואת אג"ח ממשלתיות בארה"ב של 10 שנים']},e.exports["#TVC:US30-symbol-description"]={en:["US Government Bonds 30 YR"]},e.exports["#TVC:USOIL-symbol-description"]={en:["CFDs on WTI Crude Oil"]},e.exports["#TVC:VIX-symbol-description"]={en:["Volatility S&P 500 Index"],he_IL:["תנודתיות המדד S&P 500"]},e.exports["#TVC:ZXY-symbol-description"]={en:["New Zealand Dollar Currency Index"]},e.exports["#TWII-symbol-description"]={en:["Taiwan Weighted Index"],he_IL:["מדד טאייוואן משוקלל"]},e.exports["#TWSE:TAIEX-symbol-description"]={
+en:["Taiwan Capitalization Weighted Stock Index"]},e.exports["#TWTR-symbol-description"]={en:["Twitter Inc"],he_IL:["TWITTER INC טוויטר"]},e.exports["#UK100-symbol-description"]={en:["FTSE 100 Index"],he_IL:["מדד FTSE 100"]},e.exports["#UKOIL-symbol-description"]={en:["CFDs on Crude Oil (Brent)"],he_IL:["CFDs על נפט גולמי (ברנט)"]},e.exports["#UNIUSD-symbol-description"]={en:["Uniswap / U.S. Dollar"],he_IL:['Uniswap / ארה"ב דוֹלָר']},e.exports["#US30-symbol-description"]={en:["Dow Jones Industrial Average Index"],he_IL:["מדד דאו ג'ונס הממוצע התעשייתי"]},e.exports["#USDAUD-symbol-description"]={en:["U.S. Dollar / Australian Dollar"],he_IL:["דולר אמריקאי / דולר אוסטרלי"]},e.exports["#USDBRL-symbol-description"]={en:["U.S. Dollar / Brazilian Real"],he_IL:["דולר אמריקאי / ריאל ברזילאי"]},e.exports["#USDCAD-symbol-description"]={en:["U.S. Dollar / Canadian Dollar"],he_IL:["דולר אמריקאי / דולר קנדי"]},e.exports["#USDCHF-symbol-description"]={en:["U.S. Dollar / Swiss Franc"],he_IL:["דולר אמריקאי / פרנק שוויצרי"]},e.exports["#USDCNY-symbol-description"]={en:["U.S. Dollar / Chinese Yuan"],he_IL:["דולר אמריקאי / יואן סיני"]},e.exports["#USDDKK-symbol-description"]={en:["U.S. Dollar / Danish Krone"],he_IL:["דולר אמריקאי / קורנה דנמרק"]},e.exports["#USDEUR-symbol-description"]={en:["U.S. Dollar / Euro"],he_IL:["דולר אמריקאי / אירו"]},e.exports["#USDGBP-symbol-description"]={en:["U.S. Dollar / Pound Sterling"],he_IL:["דולר אמריקאי / לירה שטרלינג"]},e.exports["#USDHKD-symbol-description"]={en:["U.S. Dollar / Hong Kong Dollar"],he_IL:["דולר אמריקאי / דולר הונג קונג"]},e.exports["#USDHUF-symbol-description"]={en:["U.S. Dollar / Hungarian Forint"],he_IL:['דולר ארה"ב/פורינט הונגרי']},e.exports["#USDIDR-symbol-description"]={en:["U.S. Dollar / Rupiah"],he_IL:["דולר אמריקאי / רופיה"]},e.exports["#USDILS-symbol-description"]={en:["U.S. Dollar / Israeli Shekel"],he_IL:["דולר אמריקאי / שקל ישראלי"]},e.exports["#USDINR-symbol-description"]={en:["U.S. Dollar / Indian Rupee"],he_IL:["דולר אמריקאי / רופי הודי"]},e.exports["#USDJPY-symbol-description"]={en:["U.S. Dollar / Japanese Yen"],he_IL:["דולר אמריקאי / יין יפני"]},e.exports["#USDKRW-symbol-description"]={en:["U.S. Dollar / South Korean"],he_IL:["דולר אמריקאי / וואן דרום קוראני"]},e.exports["#USDMXN-symbol-description"]={en:["U.S. Dollar / Mexican Peso"],he_IL:["דולר אמריקאי / פאסו מקסיקני"]},e.exports["#USDNZD-symbol-description"]={en:["U.S. Dollar / New Zealand Dollar"],he_IL:["דולר אמריקאי / דולר ניו זילנדי"]},e.exports["#USDPHP-symbol-description"]={en:["U.S. Dollar / Philippine peso"],he_IL:["דולר אמריקאי / פאסו פיליפיני"]},e.exports["#USDPLN-symbol-description"]={en:["U.S. Dollar / Polish Zloty"],he_IL:["USD/PLN"]},e.exports["#USDRUB-symbol-description"]={en:["U.S. Dollar / Russian Ruble"],he_IL:["דולר אמריקאי / רובל רוסי"]},e.exports["#USDRUB_TOM-symbol-description"]={en:["U.S. Dollar / Russian Ruble TOM"],he_IL:["דולר אמריקאי / רובל רוסי"]},e.exports["#USDSEK-symbol-description"]={en:["U.S. Dollar / Swedish Krona"],he_IL:["דולר אמריקאי / קורונה שוודי"]},
+e.exports["#USDSGD-symbol-description"]={en:["U.S. Dollar / Singapore Dollar"],he_IL:["דולר אמריקאי / דולר סינגפור"]},e.exports["#USDTHB-symbol-description"]={en:["U.S. Dollar / Thai Baht"],he_IL:['דולר ארה"ב/בהט תאילנדי']},e.exports["#USDTRY-symbol-description"]={en:["U.S. Dollar / Turkish Lira"],he_IL:["דולר אמריקאי / לירה טורקית"]},e.exports["#USDZAR-symbol-description"]={en:["U.S. Dollar / South African Rand"],he_IL:["דולר אמריקאי / ראנד דרום אפריקני"]},e.exports["#USOIL-symbol-description"]={en:["CFDs on Crude Oil (WTI)"]},e.exports["#WHEATUSD-symbol-description"]={en:["CFDs on Wheat"]},e.exports["#XAGUSD-symbol-description"]={en:["Silver / U.S. Dollar"],he_IL:["כסף / דולר אמריקאי"]},e.exports["#XAUUSD-symbol-description"]={en:["Gold Spot / U.S. Dollar"],he_IL:["זהב / דולר אמריקאי"]},e.exports["#XBTCAD-symbol-description"]={en:["Bitcoin / Canadian Dollar"],he_IL:["ביטקוין / דולר קנדי"]},e.exports["#XETR:DAX-symbol-description"]={en:["DAX Index"],he_IL:["מדד דאקס"]},e.exports["#XMRUSD-symbol-description"]={en:["Monero / U.S. Dollar"],he_IL:["מונרו / דולר אמריקאי"]},e.exports["#XPDUSD-symbol-description"]={en:["CFDs on Palladium"],he_IL:["CFD'S על פלאדיום"]},e.exports["#XPTUSD-symbol-description"]={en:["Platinum / U.S. Dollar"],he_IL:["פלטיניום / דולר אמריקאי"]},e.exports["#XRPBTC-symbol-description"]={en:["XRP / Bitcoin"],he_IL:["ריפל / ביטקוין"]},e.exports["#XRPEUR-symbol-description"]={en:["XRP / Euro"],he_IL:["ריפל / אירו"]},e.exports["#XRPUSD-symbol-description"]={en:["XRP / U.S. Dollar"],he_IL:["XRP / דולר אמריקאי"]},e.exports["#ZECUSD-symbol-description"]={en:["Zcash / U.S. Dollar"],he_IL:["זיקאש / דולר אמריקאי"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.2486.11825549d0f3e1fd5ee7.js b/public/charting_library/bundles/he_IL.2486.11825549d0f3e1fd5ee7.js
new file mode 100644
index 0000000..2472c1d
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.2486.11825549d0f3e1fd5ee7.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2486,4040,359],{55517:e=>{e.exports={en:["Add"],he_IL:["הוסף"]}},29619:e=>{e.exports={en:["Add custom color"],he_IL:["הוסף צבע בהתאמה אישית"]}},80936:e=>{e.exports={en:["Opacity"],he_IL:["שקיפות"]}},97349:e=>{e.exports={en:["Fr"],he_IL:["שישי"]}},30961:e=>{e.exports={en:["Mo"],he_IL:["שני"]}},94748:e=>{e.exports={en:["Sa"],he_IL:["שבת"]}},75005:e=>{e.exports={en:["Su"],he_IL:["ראשון"]}},92578:e=>{e.exports={en:["We"]}},8765:e=>{e.exports={en:["Th"],he_IL:["חמישי"]}},9135:e=>{e.exports={en:["Tu"],he_IL:["שלישי"]}},53288:e=>{e.exports={en:["animals & nature"],he_IL:["בעלי חיים וטבע"]}},21311:e=>{e.exports={en:["activity"],he_IL:["פעילות"]}},90678:e=>{e.exports={en:["food & drink"],he_IL:["אוכל ושתייה"]}},6715:e=>{e.exports={en:["flags"],he_IL:["דגלים"]}},98355:e=>{e.exports={en:["objects"],he_IL:["אובייקטים"]}},43438:e=>{e.exports={en:["smiles & people"],he_IL:["חיוכים ואנשים"]}},40457:e=>{e.exports={en:["symbols"],he_IL:["סימולים"]}},88906:e=>{e.exports={en:["recently used"],he_IL:["נעשה בו שימוש לאחרונה"]}},28562:e=>{e.exports={en:["travel & places"],he_IL:["נסיעות ומקומות"]}},24716:e=>{e.exports={en:["Another symbol"],he_IL:["סימול נוסף"]}},41256:e=>{e.exports={en:["Back"],he_IL:["חזור"]}},94849:e=>{e.exports={en:["Main chart symbol"],he_IL:["סימול הגרף הראשי"]}},53174:e=>{e.exports={en:["Right"],he_IL:["זכות Right"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"],he_IL:["לוח השנה הוא כרגע בשנה {year}"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"],he_IL:["היומן פועל כעת על שנים מ-{year_start} עד {year_end}"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"],he_IL:["היומן נמצא כרגע ב-{month}"]}},4543:e=>{e.exports={en:["Cancel"],he_IL:["ביטול"]}},24197:e=>{e.exports={en:["Center"],he_IL:["מרכז"]}},63245:e=>{e.exports={en:["Change symbol"],he_IL:["שנה סימול"]}},54613:e=>{e.exports={en:["Chart"],he_IL:["גרף"]}},47742:e=>{e.exports={en:["Close menu"],he_IL:["סגור תפריט"]}},34040:e=>{e.exports={en:["All sources"],he_IL:["כל המקורות"]}},96413:e=>{e.exports={en:["Apply defaults"],he_IL:["החל ברירת מחדל"]}},77571:e=>{e.exports={en:["Apply to all"],he_IL:["החל על הכל"]}},28896:e=>{e.exports={en:["April"],he_IL:["אפריל"]}},11081:e=>{e.exports={en:["August"],he_IL:["אוגוסט"]}},27567:e=>{e.exports={en:["Bottom"],he_IL:["תחתית"]}},42358:e=>{e.exports={en:["Bond"],he_IL:["אגרת חוב"]}},68043:e=>{e.exports={en:["Gradient"],he_IL:["משולב"]}},6113:e=>{e.exports={en:["Do you really want to delete Chart Template '{name}' ?"],he_IL:["האם אתה באמת רוצה למחוק את תבנית הגרף '{name}'?"]}},27390:e=>{e.exports={en:["Dotted line"],he_IL:["קו מנוקד"]}},88123:e=>{e.exports={en:["Dashed line"],he_IL:["קו מקווקו"]}},90082:e=>{e.exports={en:["December"],he_IL:["דצמבר"]}},55319:e=>{e.exports={en:["Decrease"],he_IL:["לְהַקְטִין"]}},78734:e=>{e.exports={en:["Description"],he_IL:["תיאור"]}},81069:e=>{e.exports={en:["February"],he_IL:["פברואר"]}},3570:e=>{e.exports={en:["Friday"],he_IL:["יום שישי"]}},
+95406:e=>{e.exports={en:["Horizontal"],he_IL:["אופקי"]}},8854:e=>{e.exports={en:["Hidden"],he_IL:["מוסתר"]}},39832:e=>{e.exports={en:["Increase"],he_IL:["גידול"]}},200:e=>{e.exports={en:["January"],he_IL:["ינואר"]}},6608:e=>{e.exports={en:["July"],he_IL:["יולי"]}},61487:e=>{e.exports={en:["June"],he_IL:["יוני"]}},37997:e=>{e.exports={en:["October"],he_IL:["אוקטובר"]}},55450:e=>{e.exports={en:["Offset"],he_IL:["מרווח"]}},19295:e=>{e.exports={en:["Ok"],he_IL:["אוקיי"]}},11626:e=>{e.exports={en:["Left"],he_IL:["שמאל"]}},28603:e=>{e.exports={en:["Line style"],he_IL:["סגנון קו"]}},19573:e=>{e.exports={en:["Monday"],he_IL:["יום שני"]}},43154:e=>{e.exports={en:["Months"],he_IL:["חודשים"]}},37117:e=>{e.exports={en:["More"],he_IL:["עוד"]}},25734:e=>{e.exports={en:["May"],he_IL:["מאי"]}},93878:e=>{e.exports={en:["March"],he_IL:["מרץ"]}},68833:e=>{e.exports={en:["Middle"],he_IL:["אמצע"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],he_IL:["אין בורסות התואמות את הקריטריונים שלך"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],he_IL:["אין סימולים תואמים את הקריטריונים שלך"]}},4607:e=>{e.exports={en:["November"],he_IL:["נובמבר"]}},65353:e=>{e.exports={en:["Normal"],he_IL:["רגיל"]}},69102:e=>{e.exports={en:["Next year"],he_IL:["שנה הבאה"]}},17538:e=>{e.exports={en:["Next years"],he_IL:["שנים הבאות"]}},92790:e=>{e.exports={en:["Next month"],he_IL:["חודש הבא"]}},71300:e=>{e.exports={en:["Number format is invalid."],he_IL:["פורמט המספר אינו חוקי."]}},28628:e=>{e.exports={en:["Sources"],he_IL:["מקורות"]}},88686:e=>{e.exports={en:["Solid"],he_IL:["סולידי"]}},30348:e=>{e.exports={en:["Saturday"],he_IL:["יום שבת"]}},8573:e=>{e.exports={en:["Search"],he_IL:["חפש"]}},57640:e=>{e.exports={en:["Select source"],he_IL:["בחר מקור"]}},32179:e=>{e.exports={en:["September"],he_IL:["ספטמבר"]}},31331:e=>{e.exports={en:["Specified value is more than the instrument maximum of {max}."],he_IL:["הערך שצוין הוא יותר מהמקסימום של המכשיר {max}."]}},24216:e=>{e.exports={en:["Specified value is less than the instrument minimum of {min}."],he_IL:["הערך שצוין הוא פחות מהמינימום של המכשיר {min}."]}},61480:e=>{e.exports={en:["Sunday"],he_IL:["יום ראשון"]}},70235:e=>{e.exports={en:["Switch to months"],he_IL:["עבור לחודשים"]}},91245:e=>{e.exports={en:["Switch to dates"],he_IL:["עבור לתאריכים"]}},71961:e=>{e.exports={en:["Switch to years"],he_IL:["עבור לשנים"]}},95481:e=>{e.exports={en:["Symbol"],he_IL:["סימול"]}},74007:e=>{e.exports={en:["Symbol & description"],he_IL:["סימול ותיאור"]}},51165:e=>{e.exports={en:["Symbol Search"],he_IL:["חיפוש סימולים"]}},27254:e=>{e.exports={en:["Please enter the right date"],he_IL:["אנא הזן את התאריך הנכון"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"],he_IL:["נא הזן את פורמט התאריך הנכון yyyy-mm-dd"]}},93984:e=>{e.exports={en:["Previous month"],he_IL:["חודש שעבר"]}},75776:e=>{e.exports={en:["Previous year"],he_IL:["שנה קודמת"]}},44701:e=>{e.exports={en:["Previous years"],he_IL:["שנים קודמות"]}},89984:e=>{e.exports={en:["Remove color"],he_IL:["הסר צבע"]}},47550:e=>{
+e.exports={en:["Remove selected emoji"],he_IL:["הסר את האמוג'י שנבחר"]}},50421:e=>{e.exports={en:["Right"],he_IL:["ימין"]}},94226:e=>{e.exports={en:["Wednesday"],he_IL:["יום רביעי"]}},97118:e=>{e.exports={en:["Top"],he_IL:["עליון"]}},25485:e=>{e.exports={en:["Text alignment"],he_IL:["יישור טקסט"]}},67781:e=>{e.exports={en:["Text orientation"],he_IL:["כיוון טקסט"]}},79137:e=>{e.exports={en:["Thursday"],he_IL:["יום חמישי"]}},54971:e=>{e.exports={en:["Thickness"],he_IL:["עובי"]}},82160:e=>{e.exports={en:["Tuesday"],he_IL:["יום שלישי"]}},13748:e=>{e.exports={en:["Use special math signs to displace selected drawings: +,-,/,* for price and +,- for bar index."],he_IL:["השתמש בסימנים מתמטיים מיוחדים כדי להחליף שרטוטים נבחרים: +,-,/,* עבור המחיר ו-+,- עבור בר אינדקס."]}},69526:e=>{e.exports={en:["Vertical"],he_IL:["אנכי"]}},66181:e=>{e.exports={en:["Years"],he_IL:["שנים"]}},70932:e=>{e.exports={en:["commodity"],he_IL:["סחורה"]}},79599:e=>{e.exports={en:["cfd"],he_IL:["חוזה הפרשים cfd"]}},29426:e=>{e.exports={en:["change opacity"],he_IL:["שנה את הבהירות"]}},31675:e=>{e.exports={en:["change color"],he_IL:["שנה צבע"]}},28818:e=>{e.exports={en:["change line style"],he_IL:["שנה את סגנון הקו"]}},73281:e=>{e.exports={en:["change thickness"],he_IL:["שנה את העובי"]}},25167:e=>{e.exports={en:["change {propertyName} property"],he_IL:["שנה את המאפיין {propertyName}"]}},5741:e=>{e.exports={en:["close"],he_IL:["סגירה"]}},46128:e=>{e.exports={en:["crypto"],he_IL:["קריפטו"]}},47268:e=>{e.exports={en:["dr"]}},406:e=>{e.exports={en:["e.g. +1"],he_IL:["לְמָשָׁל /+1"]}},49957:e=>{e.exports={en:["e.g. /2"],he_IL:["לְמָשָׁל /2"]}},54094:e=>{e.exports={en:["economy"],he_IL:["כַּלְכָּלָה"]}},17770:e=>{e.exports={en:["forex"],he_IL:['מט"ח']}},4723:e=>{e.exports={en:["futures"],he_IL:["חוזים עתידיים"]}},59319:e=>{e.exports={en:["high"],he_IL:["גבוה"]}},96008:e=>{e.exports={en:["hl2"]}},91189:e=>{e.exports={en:["hlc3"]}},49242:e=>{e.exports={en:["hlcc4"]}},87464:e=>{e.exports={en:["index"],he_IL:["מדד"]}},90250:e=>{e.exports={en:["indices"],he_IL:["מדדים"]}},52793:e=>{e.exports={en:["ohlc4"]}},83584:e=>{e.exports={en:["open"],he_IL:["פתיחה"]}},41902:e=>{e.exports={en:["low"],he_IL:["נמוך"]}},76752:e=>{e.exports={en:["stock"],he_IL:["מניה"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.2530.6108ccc54d7b804c8af1.js b/public/charting_library/bundles/he_IL.2530.6108ccc54d7b804c8af1.js
new file mode 100644
index 0000000..f39186f
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.2530.6108ccc54d7b804c8af1.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2530,4109,9093],{4543:e=>{e.exports={en:["Cancel"],he_IL:["ביטול"]}},47742:e=>{e.exports={en:["Close menu"],he_IL:["סגור תפריט"]}},69207:e=>{e.exports={en:["Add to favorites"],he_IL:["הוסף למועדפים"]}},69644:e=>{e.exports={en:["Available for Pro accounts"],he_IL:["זמין עבור חשבונות Pro"]}},10640:e=>{e.exports={en:["Editors' picks"],he_IL:["בחירות העורכים"]}},84549:e=>{e.exports={en:["Indicators"],he_IL:["אינדיקטורים"]}},70269:e=>{e.exports={en:["No indicators matched your criteria"],he_IL:["לא נמצאו התאמות לאינדקטור"]}},7378:e=>{e.exports={en:["Script name"],he_IL:["שם הסקריפט"]}},8573:e=>{e.exports={en:["Search"],he_IL:["חפש"]}},85106:e=>{e.exports={en:["Remove from favorites"],he_IL:["הסר ממועדפים"]}},33673:e=>{e.exports={en:["{studyTitle} added to chart"],he_IL:["{studyTitle} נוסף לגרף"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.2787.b95db3c8cfe7fab3c811.js b/public/charting_library/bundles/he_IL.2787.b95db3c8cfe7fab3c811.js
new file mode 100644
index 0000000..1f91a75
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.2787.b95db3c8cfe7fab3c811.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2787,6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],he_IL:["#{count} (מחיר, נר)"]}},78930:e=>{e.exports={en:["Coordinates"],he_IL:["קואורדינטות"]}},24197:e=>{e.exports={en:["Center"],he_IL:["מרכז"]}},27567:e=>{e.exports={en:["Bottom"],he_IL:["תחתית"]}},72942:e=>{e.exports={en:["Days"],he_IL:["ימים"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],he_IL:["שינוי מיקום (מחיר, בר)"]}},61856:e=>{e.exports={en:["Extend left line"],he_IL:["הרחב את הקו השמאלי"]}},87430:e=>{e.exports={en:["Extend right line"],he_IL:["הרחב את הקו הימני"]}},56796:e=>{e.exports={en:["Hours"],he_IL:["שעות"]}},95406:e=>{e.exports={en:["Horizontal"],he_IL:["אופקי"]}},21429:e=>{e.exports={en:["Inputs"],he_IL:["תשומות"]}},11626:e=>{e.exports={en:["Left"],he_IL:["שמאל"]}},43154:e=>{e.exports={en:["Months"],he_IL:["חודשים"]}},68833:e=>{e.exports={en:["Middle"],he_IL:["אמצע"]}},42562:e=>{e.exports={en:["Minutes"],he_IL:["דקות"]}},65188:e=>{e.exports={en:["Seconds"],he_IL:["שניות"]}},50421:e=>{e.exports={en:["Right"],he_IL:["ימין"]}},835:e=>{e.exports={en:["Weeks"],he_IL:["שבועות"]}},97118:e=>{e.exports={en:["Top"],he_IL:["עליון"]}},70320:e=>{e.exports={en:["Text"],he_IL:["טקסט"]}},25485:e=>{e.exports={en:["Text alignment"],he_IL:["יישור טקסט"]}},67781:e=>{e.exports={en:["Text orientation"],he_IL:["כיוון טקסט"]}},24821:e=>{e.exports={en:["Ticks"],he_IL:["טיקים"]}},69526:e=>{e.exports={en:["Vertical"],he_IL:["אנכי"]}},2066:e=>{e.exports={en:["change bar X coordinate"],he_IL:["שנה בר של קואורדינטת X"]}},11737:e=>{e.exports={en:["change price Y coordinate"],he_IL:["שנה מחיר של קואורדינטת Y"]}},96135:e=>{e.exports={en:["change {title} days to"],he_IL:["שנה {title} ימים ל"]}},91201:e=>{e.exports={en:["change {title} days from"],he_IL:["שנה {title} ימים מ"]}},8306:e=>{e.exports={en:["change {title} hours from"],he_IL:["שנה {title} שעות מ"]}},67233:e=>{e.exports={en:["change {title} hours to"],he_IL:["שנה את השעות של {title} ל"]}},99122:e=>{e.exports={en:["change {title} months from"],he_IL:["שנה {title} חודשים מ"]}},10518:e=>{e.exports={en:["change {title} months to"],he_IL:["שנה {title} חודשים ל"]}},38011:e=>{e.exports={en:["change {title} minutes to"],he_IL:["שנה {title} דקות ל"]}},59820:e=>{e.exports={en:["change {title} minutes from"],he_IL:["שנה {title} דקות מ"]}},6573:e=>{e.exports={en:["change {title} seconds to"],he_IL:["שנה {title} שניות ל"]}},86780:e=>{e.exports={en:["change {title} seconds from"],he_IL:["שנה {title} שניות מ"]}},32481:e=>{e.exports={en:["change {title} weeks from"],he_IL:["שנה {title} שבועות מ"]}},18678:e=>{e.exports={en:["change {title} weeks to"],he_IL:["שנה {title} שבועות ל"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],he_IL:["שנה את הנראות של {title} בטיקים"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],he_IL:["שנה נראות של {title} על שבועות"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],he_IL:["שנה את הנראות של {title} ב-{ranges}"]}},56402:e=>{e.exports={
+en:["change {title} visibility on days"],he_IL:["שנה את הנראות של {title} בימים"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],he_IL:["שנה נראות של {title} בשעות"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],he_IL:["שנה נראות של {title} על דקות"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],he_IL:["שנה נראות של {title} על חודשים"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],he_IL:["שנה נראות של {title} בשניות"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],he_IL:["שנה נראות השורה של {toolName}"]}},19541:e=>{e.exports={en:["change {toolName} line width"],he_IL:["שנה את רוחב השורה של {toolName}"]}},24059:e=>{e.exports={en:["change {toolName} line color"],he_IL:["שנה את צבע הקו של {toolName}"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],he_IL:["שנה את השורה {toolName} הנמשכת שמאלה"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],he_IL:["שנה את הקו של {toolName} הנמשך ימינה"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],he_IL:["שנה את השורה השמאלית של {toolName}"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],he_IL:["שנה את השורה הימנית של {toolName}"]}},66429:e=>{e.exports={en:["change {toolName} line style"],he_IL:["שנה את סגנון השורה של {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],he_IL:["שנה את המאפיין {propertyName}"]}},35813:e=>{e.exports={en:["days"],he_IL:["ימים"]}},89919:e=>{e.exports={en:["days to"],he_IL:["ימים ל"]}},59215:e=>{e.exports={en:["days from"],he_IL:["ימים מ"]}},2359:e=>{e.exports={en:["hours"],he_IL:["שעות"]}},82267:e=>{e.exports={en:["hours from"],he_IL:["שעות מ"]}},15600:e=>{e.exports={en:["hours to"],he_IL:["שעות ל"]}},76261:e=>{e.exports={en:["move drawings"],he_IL:["העבר שרטוטים"]}},95300:e=>{e.exports={en:["months"],he_IL:["חודשים"]}},17250:e=>{e.exports={en:["months from"],he_IL:["חודשים מ"]}},2828:e=>{e.exports={en:["months to"],he_IL:["חודשים ל"]}},18726:e=>{e.exports={en:["minutes"],he_IL:["דקות"]}},67649:e=>{e.exports={en:["minutes to"],he_IL:["דקות ל"]}},22476:e=>{e.exports={en:["minutes from"],he_IL:["דקות מ"]}},751:e=>{e.exports={en:["seconds"],he_IL:["שניות"]}},73419:e=>{e.exports={en:["seconds to"],he_IL:["שניות ל"]}},35801:e=>{e.exports={en:["seconds from"],he_IL:["שניות מ"]}},45537:e=>{e.exports={en:["weeks"],he_IL:["שבועות"]}},92859:e=>{e.exports={en:["weeks from"],he_IL:["שבועות מ"]}},44127:e=>{e.exports={en:["weeks to"],he_IL:["שבועות ל"]}},3539:e=>{e.exports={en:["ticks"],he_IL:["טיקים"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.3181.259d07263a732c089332.js b/public/charting_library/bundles/he_IL.3181.259d07263a732c089332.js
new file mode 100644
index 0000000..be515a7
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.3181.259d07263a732c089332.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3181,6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],he_IL:["#{count} (מחיר, נר)"]}},33004:e=>{e.exports={en:["Counterclockwise"],he_IL:["נגד כיוון השעון"]}},78930:e=>{e.exports={en:["Coordinates"],he_IL:["קואורדינטות"]}},24197:e=>{e.exports={en:["Center"],he_IL:["מרכז"]}},27567:e=>{e.exports={en:["Bottom"],he_IL:["תחתית"]}},72942:e=>{e.exports={en:["Days"],he_IL:["ימים"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],he_IL:["שינוי מיקום (מחיר, בר)"]}},56796:e=>{e.exports={en:["Hours"],he_IL:["שעות"]}},95406:e=>{e.exports={en:["Horizontal"],he_IL:["אופקי"]}},21429:e=>{e.exports={en:["Inputs"],he_IL:["תשומות"]}},11626:e=>{e.exports={en:["Left"],he_IL:["שמאל"]}},43154:e=>{e.exports={en:["Months"],he_IL:["חודשים"]}},68833:e=>{e.exports={en:["Middle"],he_IL:["אמצע"]}},42562:e=>{e.exports={en:["Minutes"],he_IL:["דקות"]}},65188:e=>{e.exports={en:["Seconds"],he_IL:["שניות"]}},50421:e=>{e.exports={en:["Right"],he_IL:["ימין"]}},835:e=>{e.exports={en:["Weeks"],he_IL:["שבועות"]}},97118:e=>{e.exports={en:["Top"],he_IL:["עליון"]}},70320:e=>{e.exports={en:["Text"],he_IL:["טקסט"]}},25485:e=>{e.exports={en:["Text alignment"],he_IL:["יישור טקסט"]}},67781:e=>{e.exports={en:["Text orientation"],he_IL:["כיוון טקסט"]}},24821:e=>{e.exports={en:["Ticks"],he_IL:["טיקים"]}},69526:e=>{e.exports={en:["Vertical"],he_IL:["אנכי"]}},2066:e=>{e.exports={en:["change bar X coordinate"],he_IL:["שנה בר של קואורדינטת X"]}},11737:e=>{e.exports={en:["change price Y coordinate"],he_IL:["שנה מחיר של קואורדינטת Y"]}},60003:e=>{e.exports={en:["change {title} counterclockwise"],he_IL:["שנה את {title} נגד כיוון השעון"]}},96135:e=>{e.exports={en:["change {title} days to"],he_IL:["שנה {title} ימים ל"]}},91201:e=>{e.exports={en:["change {title} days from"],he_IL:["שנה {title} ימים מ"]}},8306:e=>{e.exports={en:["change {title} hours from"],he_IL:["שנה {title} שעות מ"]}},67233:e=>{e.exports={en:["change {title} hours to"],he_IL:["שנה את השעות של {title} ל"]}},46040:e=>{e.exports={en:["change {title} line width"],he_IL:["שנה את רוחב הקו {title}"]}},7455:e=>{e.exports={en:["change {title} line color"],he_IL:["שנה את צבע השורה {title}"]}},30843:e=>{e.exports={en:["change {title} line style"],he_IL:["שנה את סגנון השורה של {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],he_IL:["שנה {title} חודשים מ"]}},10518:e=>{e.exports={en:["change {title} months to"],he_IL:["שנה {title} חודשים ל"]}},38011:e=>{e.exports={en:["change {title} minutes to"],he_IL:["שנה {title} דקות ל"]}},59820:e=>{e.exports={en:["change {title} minutes from"],he_IL:["שנה {title} דקות מ"]}},6573:e=>{e.exports={en:["change {title} seconds to"],he_IL:["שנה {title} שניות ל"]}},86780:e=>{e.exports={en:["change {title} seconds from"],he_IL:["שנה {title} שניות מ"]}},32481:e=>{e.exports={en:["change {title} weeks from"],he_IL:["שנה {title} שבועות מ"]}},18678:e=>{e.exports={en:["change {title} weeks to"],he_IL:["שנה {title} שבועות ל"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],
+he_IL:["שנה את הנראות של {title} בטיקים"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],he_IL:["שנה נראות של {title} על שבועות"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],he_IL:["שנה את הנראות של {title} ב-{ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],he_IL:["שנה את הנראות של {title} בימים"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],he_IL:["שנה נראות של {title} בשעות"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],he_IL:["שנה נראות של {title} על דקות"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],he_IL:["שנה נראות של {title} על חודשים"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],he_IL:["שנה נראות של {title} בשניות"]}},25167:e=>{e.exports={en:["change {propertyName} property"],he_IL:["שנה את המאפיין {propertyName}"]}},35813:e=>{e.exports={en:["days"],he_IL:["ימים"]}},89919:e=>{e.exports={en:["days to"],he_IL:["ימים ל"]}},59215:e=>{e.exports={en:["days from"],he_IL:["ימים מ"]}},2359:e=>{e.exports={en:["hours"],he_IL:["שעות"]}},82267:e=>{e.exports={en:["hours from"],he_IL:["שעות מ"]}},15600:e=>{e.exports={en:["hours to"],he_IL:["שעות ל"]}},76261:e=>{e.exports={en:["move drawings"],he_IL:["העבר שרטוטים"]}},95300:e=>{e.exports={en:["months"],he_IL:["חודשים"]}},17250:e=>{e.exports={en:["months from"],he_IL:["חודשים מ"]}},2828:e=>{e.exports={en:["months to"],he_IL:["חודשים ל"]}},18726:e=>{e.exports={en:["minutes"],he_IL:["דקות"]}},67649:e=>{e.exports={en:["minutes to"],he_IL:["דקות ל"]}},22476:e=>{e.exports={en:["minutes from"],he_IL:["דקות מ"]}},751:e=>{e.exports={en:["seconds"],he_IL:["שניות"]}},73419:e=>{e.exports={en:["seconds to"],he_IL:["שניות ל"]}},35801:e=>{e.exports={en:["seconds from"],he_IL:["שניות מ"]}},45537:e=>{e.exports={en:["weeks"],he_IL:["שבועות"]}},92859:e=>{e.exports={en:["weeks from"],he_IL:["שבועות מ"]}},44127:e=>{e.exports={en:["weeks to"],he_IL:["שבועות ל"]}},3539:e=>{e.exports={en:["ticks"],he_IL:["טיקים"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.3355.c5e027afabcecc85b871.js b/public/charting_library/bundles/he_IL.3355.c5e027afabcecc85b871.js
new file mode 100644
index 0000000..57c0aba
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.3355.c5e027afabcecc85b871.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3355,6155,3367,2303,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],he_IL:["#{count} (מחיר, נר)"]}},78930:e=>{e.exports={en:["Coordinates"],he_IL:["קואורדינטות"]}},24197:e=>{e.exports={en:["Center"],he_IL:["מרכז"]}},6060:e=>{e.exports={en:["Add text"],he_IL:["הוסף טקסט"]}},27567:e=>{e.exports={en:["Bottom"],he_IL:["תחתית"]}},38408:e=>{e.exports={en:["Border"],he_IL:["גבול"]}},79468:e=>{e.exports={en:["Background"],he_IL:["רקע"]}},72942:e=>{e.exports={en:["Days"],he_IL:["ימים"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],he_IL:["שינוי מיקום (מחיר, בר)"]}},56796:e=>{e.exports={en:["Hours"],he_IL:["שעות"]}},95406:e=>{e.exports={en:["Horizontal"],he_IL:["אופקי"]}},21429:e=>{e.exports={en:["Inputs"],he_IL:["תשומות"]}},74872:e=>{e.exports={en:["Label"],he_IL:["תווית"]}},11626:e=>{e.exports={en:["Left"],he_IL:["שמאל"]}},43154:e=>{e.exports={en:["Months"],he_IL:["חודשים"]}},68833:e=>{e.exports={en:["Middle"],he_IL:["אמצע"]}},42562:e=>{e.exports={en:["Minutes"],he_IL:["דקות"]}},65188:e=>{e.exports={en:["Seconds"],he_IL:["שניות"]}},50421:e=>{e.exports={en:["Right"],he_IL:["ימין"]}},835:e=>{e.exports={en:["Weeks"],he_IL:["שבועות"]}},97118:e=>{e.exports={en:["Top"],he_IL:["עליון"]}},70320:e=>{e.exports={en:["Text"],he_IL:["טקסט"]}},7560:e=>{e.exports={en:["Text wrap"],he_IL:["גלישת טקסט"]}},25485:e=>{e.exports={en:["Text alignment"],he_IL:["יישור טקסט"]}},67781:e=>{e.exports={en:["Text orientation"],he_IL:["כיוון טקסט"]}},24821:e=>{e.exports={en:["Ticks"],he_IL:["טיקים"]}},69526:e=>{e.exports={en:["Vertical"],he_IL:["אנכי"]}},2066:e=>{e.exports={en:["change bar X coordinate"],he_IL:["שנה בר של קואורדינטת X"]}},11737:e=>{e.exports={en:["change price Y coordinate"],he_IL:["שנה מחיר של קואורדינטת Y"]}},49765:e=>{e.exports={en:["change {title} background color"],he_IL:["שנה את צבע הרקע של {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],he_IL:["שנה {title} ימים ל"]}},91201:e=>{e.exports={en:["change {title} days from"],he_IL:["שנה {title} ימים מ"]}},8306:e=>{e.exports={en:["change {title} hours from"],he_IL:["שנה {title} שעות מ"]}},67233:e=>{e.exports={en:["change {title} hours to"],he_IL:["שנה את השעות של {title} ל"]}},99122:e=>{e.exports={en:["change {title} months from"],he_IL:["שנה {title} חודשים מ"]}},10518:e=>{e.exports={en:["change {title} months to"],he_IL:["שנה {title} חודשים ל"]}},38011:e=>{e.exports={en:["change {title} minutes to"],he_IL:["שנה {title} דקות ל"]}},59820:e=>{e.exports={en:["change {title} minutes from"],he_IL:["שנה {title} דקות מ"]}},6573:e=>{e.exports={en:["change {title} seconds to"],he_IL:["שנה {title} שניות ל"]}},86780:e=>{e.exports={en:["change {title} seconds from"],he_IL:["שנה {title} שניות מ"]}},32481:e=>{e.exports={en:["change {title} weeks from"],he_IL:["שנה {title} שבועות מ"]}},18678:e=>{e.exports={en:["change {title} weeks to"],he_IL:["שנה {title} שבועות ל"]}},57122:e=>{e.exports={en:["change {title} text"],he_IL:["שנה את הטקסט של {title}"]}},98596:e=>{e.exports={
+en:["change {title} visibility on ticks"],he_IL:["שנה את הנראות של {title} בטיקים"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],he_IL:["שנה נראות של {title} על שבועות"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],he_IL:["שנה את הנראות של {title} ב-{ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],he_IL:["שנה את הנראות של {title} בימים"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],he_IL:["שנה נראות של {title} בשעות"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],he_IL:["שנה נראות של {title} על דקות"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],he_IL:["שנה נראות של {title} על חודשים"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],he_IL:["שנה נראות של {title} בשניות"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],he_IL:["שנה את יישור התוויות {toolName} למאונך"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],he_IL:["שנה את יישור התוויות {toolName} לאופקי"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],he_IL:["שנה את כיוון התוויות של {toolName}"]}},66668:e=>{e.exports={en:["change {toolName} text"],he_IL:["שנה את הטקסט של {toolName}"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],he_IL:["שנה את נראות הטקסט של {toolName}"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],he_IL:["שנה גלישת טקסט של {toolName}"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],he_IL:["שנה את צבע הרקע של הטקסט של {toolName}"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],he_IL:["שנה את נראות הרקע של הטקסט של {toolName}"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],he_IL:["שנה את צבע גבול הטקסט של {toolName}"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],he_IL:["שנה את רוחב גבול הטקסט של {toolName}"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],he_IL:["שנה את נראות גבול הטקסט של {toolName}"]}},64500:e=>{e.exports={en:["change {toolName} text color"],he_IL:["שנה את צבע הטקסט של {toolName}"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],he_IL:["שנה את גופן הטקסט {toolName} למודגש"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],he_IL:["שנה את גופן הטקסט של {toolName} לנטוי"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],he_IL:["שנה את גודל גופן הטקסט של {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],he_IL:["שנה את המאפיין {propertyName}"]}},35813:e=>{e.exports={en:["days"],he_IL:["ימים"]}},89919:e=>{e.exports={en:["days to"],he_IL:["ימים ל"]}},59215:e=>{e.exports={en:["days from"],he_IL:["ימים מ"]}},2359:e=>{e.exports={en:["hours"],he_IL:["שעות"]}},82267:e=>{e.exports={en:["hours from"],he_IL:["שעות מ"]}},15600:e=>{e.exports={en:["hours to"],he_IL:["שעות ל"]}},76261:e=>{e.exports={en:["move drawings"],he_IL:["העבר שרטוטים"]}},95300:e=>{e.exports={en:["months"],he_IL:["חודשים"]}},17250:e=>{
+e.exports={en:["months from"],he_IL:["חודשים מ"]}},2828:e=>{e.exports={en:["months to"],he_IL:["חודשים ל"]}},18726:e=>{e.exports={en:["minutes"],he_IL:["דקות"]}},67649:e=>{e.exports={en:["minutes to"],he_IL:["דקות ל"]}},22476:e=>{e.exports={en:["minutes from"],he_IL:["דקות מ"]}},751:e=>{e.exports={en:["seconds"],he_IL:["שניות"]}},73419:e=>{e.exports={en:["seconds to"],he_IL:["שניות ל"]}},35801:e=>{e.exports={en:["seconds from"],he_IL:["שניות מ"]}},45537:e=>{e.exports={en:["weeks"],he_IL:["שבועות"]}},92859:e=>{e.exports={en:["weeks from"],he_IL:["שבועות מ"]}},44127:e=>{e.exports={en:["weeks to"],he_IL:["שבועות ל"]}},3539:e=>{e.exports={en:["ticks"],he_IL:["טיקים"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.3357.613d24759e11646b0997.js b/public/charting_library/bundles/he_IL.3357.613d24759e11646b0997.js
new file mode 100644
index 0000000..87f52ea
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.3357.613d24759e11646b0997.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3357,4109,9093],{53288:e=>{e.exports={en:["animals & nature"],he_IL:["בעלי חיים וטבע"]}},21311:e=>{e.exports={en:["activity"],he_IL:["פעילות"]}},90678:e=>{e.exports={en:["food & drink"],he_IL:["אוכל ושתייה"]}},6715:e=>{e.exports={en:["flags"],he_IL:["דגלים"]}},98355:e=>{e.exports={en:["objects"],he_IL:["אובייקטים"]}},43438:e=>{e.exports={en:["smiles & people"],he_IL:["חיוכים ואנשים"]}},40457:e=>{e.exports={en:["symbols"],he_IL:["סימולים"]}},88906:e=>{e.exports={en:["recently used"],he_IL:["נעשה בו שימוש לאחרונה"]}},28562:e=>{e.exports={en:["travel & places"],he_IL:["נסיעות ומקומות"]}},4543:e=>{e.exports={en:["Cancel"],he_IL:["ביטול"]}},47742:e=>{e.exports={en:["Close menu"],he_IL:["סגור תפריט"]}},69207:e=>{e.exports={en:["Add to favorites"],he_IL:["הוסף למועדפים"]}},80439:e=>{e.exports={en:["Do you really want to delete chart layout '{name}' ? This can't be undone. Your drawings and this layout will be gone forever."],he_IL:["האם אתה באמת רוצה למחוק את פריסת הגרף'{name}'? לא ניתן לבטל את זה. השרטוטים שלך והפריסה הזו ייעלמו לנצח."]}},56495:e=>{e.exports={en:["Do you really want to delete chart layout '{name}' that contains {n_drawings_on_n_symbols}? This can't be undone. Your drawings and this layout will be gone forever."],he_IL:["האם אתה באמת רוצה למחוק את פריסת הגרף '{name}' המכילה {n_drawings_on_n_symbols}? לא ניתן לבטל את זה. השרטוטים שלך והפריסה הזו ייעלמו לנצח."]}},55108:e=>{e.exports={en:["Date modified (oldest first)"],he_IL:["התאריך שונה (הישן ראשון)"]}},75272:e=>{e.exports={en:["Date modified (newest first)"],he_IL:["התאריך שונה (החדש ראשון)"]}},11478:e=>{e.exports={en:["Layout name"],he_IL:["שם פריסת גרף"]}},21329:e=>{e.exports={en:["Layout name (A to Z)"],he_IL:["שם הפריסה (א' עד ת')"]}},11324:e=>{e.exports={en:["Layout name (Z to A)"],he_IL:["שם הפריסה (ת' עד א')"]}},21355:e=>{e.exports={en:["Layouts"],he_IL:["פריסות"]}},63269:e=>{e.exports={en:["No layouts matched your criteria"],he_IL:["אין פריסות שתואמות לקריטריונים שלך"]}},5191:e=>{e.exports={en:["Sort by layout name, date changed"],he_IL:["מיין לפי שם הפריסה layout , התאריך השתנה"]}},8573:e=>{e.exports={en:["Search"],he_IL:["חפש"]}},85106:e=>{e.exports={en:["Remove from favorites"],he_IL:["הסר ממועדפים"]}},47550:e=>{e.exports={en:["Remove selected emoji"],he_IL:["הסר את האמוג'י שנבחר"]}},30502:e=>{e.exports={en:["on {amount} symbol","on {amount} symbols"],he_IL:["על סימול {amount}","על סימולים {amount}","על סימולים {amount}","על סימולים {amount}"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.3367.8357e9248b9de0310231.js b/public/charting_library/bundles/he_IL.3367.8357e9248b9de0310231.js
new file mode 100644
index 0000000..bae5db5
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.3367.8357e9248b9de0310231.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3367,6155,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],he_IL:["#{count} (מחיר, נר)"]}},78930:e=>{e.exports={en:["Coordinates"],he_IL:["קואורדינטות"]}},24197:e=>{e.exports={en:["Center"],he_IL:["מרכז"]}},27567:e=>{e.exports={en:["Bottom"],he_IL:["תחתית"]}},38408:e=>{e.exports={en:["Border"],he_IL:["גבול"]}},79468:e=>{e.exports={en:["Background"],he_IL:["רקע"]}},72942:e=>{e.exports={en:["Days"],he_IL:["ימים"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],he_IL:["שינוי מיקום (מחיר, בר)"]}},56796:e=>{e.exports={en:["Hours"],he_IL:["שעות"]}},95406:e=>{e.exports={en:["Horizontal"],he_IL:["אופקי"]}},21429:e=>{e.exports={en:["Inputs"],he_IL:["תשומות"]}},11626:e=>{e.exports={en:["Left"],he_IL:["שמאל"]}},43154:e=>{e.exports={en:["Months"],he_IL:["חודשים"]}},68833:e=>{e.exports={en:["Middle"],he_IL:["אמצע"]}},42562:e=>{e.exports={en:["Minutes"],he_IL:["דקות"]}},65188:e=>{e.exports={en:["Seconds"],he_IL:["שניות"]}},50421:e=>{e.exports={en:["Right"],he_IL:["ימין"]}},835:e=>{e.exports={en:["Weeks"],he_IL:["שבועות"]}},97118:e=>{e.exports={en:["Top"],he_IL:["עליון"]}},70320:e=>{e.exports={en:["Text"],he_IL:["טקסט"]}},7560:e=>{e.exports={en:["Text wrap"],he_IL:["גלישת טקסט"]}},25485:e=>{e.exports={en:["Text alignment"],he_IL:["יישור טקסט"]}},67781:e=>{e.exports={en:["Text orientation"],he_IL:["כיוון טקסט"]}},24821:e=>{e.exports={en:["Ticks"],he_IL:["טיקים"]}},69526:e=>{e.exports={en:["Vertical"],he_IL:["אנכי"]}},2066:e=>{e.exports={en:["change bar X coordinate"],he_IL:["שנה בר של קואורדינטת X"]}},11737:e=>{e.exports={en:["change price Y coordinate"],he_IL:["שנה מחיר של קואורדינטת Y"]}},96135:e=>{e.exports={en:["change {title} days to"],he_IL:["שנה {title} ימים ל"]}},91201:e=>{e.exports={en:["change {title} days from"],he_IL:["שנה {title} ימים מ"]}},8306:e=>{e.exports={en:["change {title} hours from"],he_IL:["שנה {title} שעות מ"]}},67233:e=>{e.exports={en:["change {title} hours to"],he_IL:["שנה את השעות של {title} ל"]}},99122:e=>{e.exports={en:["change {title} months from"],he_IL:["שנה {title} חודשים מ"]}},10518:e=>{e.exports={en:["change {title} months to"],he_IL:["שנה {title} חודשים ל"]}},38011:e=>{e.exports={en:["change {title} minutes to"],he_IL:["שנה {title} דקות ל"]}},59820:e=>{e.exports={en:["change {title} minutes from"],he_IL:["שנה {title} דקות מ"]}},6573:e=>{e.exports={en:["change {title} seconds to"],he_IL:["שנה {title} שניות ל"]}},86780:e=>{e.exports={en:["change {title} seconds from"],he_IL:["שנה {title} שניות מ"]}},32481:e=>{e.exports={en:["change {title} weeks from"],he_IL:["שנה {title} שבועות מ"]}},18678:e=>{e.exports={en:["change {title} weeks to"],he_IL:["שנה {title} שבועות ל"]}},57122:e=>{e.exports={en:["change {title} text"],he_IL:["שנה את הטקסט של {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],he_IL:["שנה את הנראות של {title} בטיקים"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],he_IL:["שנה נראות של {title} על שבועות"]}},55616:e=>{e.exports={
+en:["change {title} visibility on {ranges}"],he_IL:["שנה את הנראות של {title} ב-{ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],he_IL:["שנה את הנראות של {title} בימים"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],he_IL:["שנה נראות של {title} בשעות"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],he_IL:["שנה נראות של {title} על דקות"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],he_IL:["שנה נראות של {title} על חודשים"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],he_IL:["שנה נראות של {title} בשניות"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],he_IL:["שנה את יישור התוויות {toolName} למאונך"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],he_IL:["שנה את יישור התוויות {toolName} לאופקי"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],he_IL:["שנה את כיוון התוויות של {toolName}"]}},66668:e=>{e.exports={en:["change {toolName} text"],he_IL:["שנה את הטקסט של {toolName}"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],he_IL:["שנה את נראות הטקסט של {toolName}"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],he_IL:["שנה גלישת טקסט של {toolName}"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],he_IL:["שנה את צבע הרקע של הטקסט של {toolName}"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],he_IL:["שנה את נראות הרקע של הטקסט של {toolName}"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],he_IL:["שנה את צבע גבול הטקסט של {toolName}"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],he_IL:["שנה את רוחב גבול הטקסט של {toolName}"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],he_IL:["שנה את נראות גבול הטקסט של {toolName}"]}},64500:e=>{e.exports={en:["change {toolName} text color"],he_IL:["שנה את צבע הטקסט של {toolName}"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],he_IL:["שנה את גופן הטקסט {toolName} למודגש"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],he_IL:["שנה את גופן הטקסט של {toolName} לנטוי"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],he_IL:["שנה את גודל גופן הטקסט של {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],he_IL:["שנה את המאפיין {propertyName}"]}},35813:e=>{e.exports={en:["days"],he_IL:["ימים"]}},89919:e=>{e.exports={en:["days to"],he_IL:["ימים ל"]}},59215:e=>{e.exports={en:["days from"],he_IL:["ימים מ"]}},2359:e=>{e.exports={en:["hours"],he_IL:["שעות"]}},82267:e=>{e.exports={en:["hours from"],he_IL:["שעות מ"]}},15600:e=>{e.exports={en:["hours to"],he_IL:["שעות ל"]}},76261:e=>{e.exports={en:["move drawings"],he_IL:["העבר שרטוטים"]}},95300:e=>{e.exports={en:["months"],he_IL:["חודשים"]}},17250:e=>{e.exports={en:["months from"],he_IL:["חודשים מ"]}},2828:e=>{e.exports={en:["months to"],he_IL:["חודשים ל"]}},18726:e=>{e.exports={en:["minutes"],he_IL:["דקות"]}},67649:e=>{e.exports={en:["minutes to"],he_IL:["דקות ל"]}},
+22476:e=>{e.exports={en:["minutes from"],he_IL:["דקות מ"]}},751:e=>{e.exports={en:["seconds"],he_IL:["שניות"]}},73419:e=>{e.exports={en:["seconds to"],he_IL:["שניות ל"]}},35801:e=>{e.exports={en:["seconds from"],he_IL:["שניות מ"]}},45537:e=>{e.exports={en:["weeks"],he_IL:["שבועות"]}},92859:e=>{e.exports={en:["weeks from"],he_IL:["שבועות מ"]}},44127:e=>{e.exports={en:["weeks to"],he_IL:["שבועות ל"]}},3539:e=>{e.exports={en:["ticks"],he_IL:["טיקים"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.359.3c5835e59f61404fe3cc.js b/public/charting_library/bundles/he_IL.359.3c5835e59f61404fe3cc.js
new file mode 100644
index 0000000..1971a8a
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.359.3c5835e59f61404fe3cc.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[359,4040],{41256:e=>{e.exports={en:["Back"],he_IL:["חזור"]}},53174:e=>{e.exports={en:["Right"],he_IL:["זכות Right"]}},4543:e=>{e.exports={en:["Cancel"],he_IL:["ביטול"]}},47742:e=>{e.exports={en:["Close menu"],he_IL:["סגור תפריט"]}},34040:e=>{e.exports={en:["All sources"],he_IL:["כל המקורות"]}},42358:e=>{e.exports={en:["Bond"],he_IL:["אגרת חוב"]}},78734:e=>{e.exports={en:["Description"],he_IL:["תיאור"]}},37117:e=>{e.exports={en:["More"],he_IL:["עוד"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],he_IL:["אין בורסות התואמות את הקריטריונים שלך"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],he_IL:["אין סימולים תואמים את הקריטריונים שלך"]}},28628:e=>{e.exports={en:["Sources"],he_IL:["מקורות"]}},8573:e=>{e.exports={en:["Search"],he_IL:["חפש"]}},57640:e=>{e.exports={en:["Select source"],he_IL:["בחר מקור"]}},95481:e=>{e.exports={en:["Symbol"],he_IL:["סימול"]}},74007:e=>{e.exports={en:["Symbol & description"],he_IL:["סימול ותיאור"]}},51165:e=>{e.exports={en:["Symbol Search"],he_IL:["חיפוש סימולים"]}},70932:e=>{e.exports={en:["commodity"],he_IL:["סחורה"]}},79599:e=>{e.exports={en:["cfd"],he_IL:["חוזה הפרשים cfd"]}},46128:e=>{e.exports={en:["crypto"],he_IL:["קריפטו"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"],he_IL:["כַּלְכָּלָה"]}},17770:e=>{e.exports={en:["forex"],he_IL:['מט"ח']}},4723:e=>{e.exports={en:["futures"],he_IL:["חוזים עתידיים"]}},87464:e=>{e.exports={en:["index"],he_IL:["מדד"]}},90250:e=>{e.exports={en:["indices"],he_IL:["מדדים"]}},76752:e=>{e.exports={en:["stock"],he_IL:["מניה"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.3597.9c639cb519af03750b8e.js b/public/charting_library/bundles/he_IL.3597.9c639cb519af03750b8e.js
new file mode 100644
index 0000000..54d4b4b
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.3597.9c639cb519af03750b8e.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3597],{53288:e=>{e.exports={en:["animals & nature"],he_IL:["בעלי חיים וטבע"]}},21311:e=>{e.exports={en:["activity"],he_IL:["פעילות"]}},90678:e=>{e.exports={en:["food & drink"],he_IL:["אוכל ושתייה"]}},6715:e=>{e.exports={en:["flags"],he_IL:["דגלים"]}},98355:e=>{e.exports={en:["objects"],he_IL:["אובייקטים"]}},43438:e=>{e.exports={en:["smiles & people"],he_IL:["חיוכים ואנשים"]}},40457:e=>{e.exports={en:["symbols"],he_IL:["סימולים"]}},88906:e=>{e.exports={en:["recently used"],he_IL:["נעשה בו שימוש לאחרונה"]}},28562:e=>{e.exports={en:["travel & places"],he_IL:["נסיעות ומקומות"]}},4543:e=>{e.exports={en:["Cancel"],he_IL:["ביטול"]}},47742:e=>{e.exports={en:["Close menu"],he_IL:["סגור תפריט"]}},4461:e=>{e.exports={en:["Add emoji"],he_IL:["הוסף אימוג'י"]}},9372:e=>{e.exports={en:["Indicator template '{templateName}' already exists. Do you really want to replace it?"],he_IL:["תבנית האינדיקטור '{templateName}' כבר קיימת. אתה באמת רוצה להחליף אותו?"]}},19295:e=>{e.exports={en:["Ok"],he_IL:["אוקיי"]}},85888:e=>{e.exports={en:["No results found"],he_IL:["לא נמצאו תוצאות"]}},64e3:e=>{e.exports={en:["Save"],he_IL:["שמור"]}},71924:e=>{e.exports={en:["Save indicator template"],he_IL:["שמור תבנית אינדיקטור"]}},6081:e=>{e.exports={en:["Saved indicators"],he_IL:["אינדיקטורים שמורים"]}},63035:e=>{e.exports={en:["Selecting this option will set the {interval} interval on the chart when this template is applied"],he_IL:["בחירת אפשרות זו תגדיר את האינטרוול {interval} בגרף כאשר מיושמת תבנית זו"]}},13860:e=>{e.exports={en:["Selecting this option will set the {symbol} symbol on the chart when this template is applied"],he_IL:["בחירת אפשרות זו תגדיר את הסימול {symbol} בגרף כאשר מיושמת תבנית זו"]}},18698:e=>{e.exports={en:["Remember Interval"],he_IL:["זכור אינטרוול"]}},57149:e=>{e.exports={en:["Remember Symbol"],he_IL:["זכור את הסימול"]}},47550:e=>{e.exports={en:["Remove selected emoji"],he_IL:["הסר את האמוג'י שנבחר"]}},59233:e=>{e.exports={en:["Template name"],he_IL:["שם תבנית"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.4040.333002e872dd8b0c1c95.js b/public/charting_library/bundles/he_IL.4040.333002e872dd8b0c1c95.js
new file mode 100644
index 0000000..546772a
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.4040.333002e872dd8b0c1c95.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4040],{34040:e=>{e.exports={en:["All sources"],he_IL:["כל המקורות"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.4109.921da6023cc8aa9fe3a5.js b/public/charting_library/bundles/he_IL.4109.921da6023cc8aa9fe3a5.js
new file mode 100644
index 0000000..807deff
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.4109.921da6023cc8aa9fe3a5.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4109],{69207:e=>{e.exports={en:["Add to favorites"],he_IL:["הוסף למועדפים"]}},85106:e=>{e.exports={en:["Remove from favorites"],he_IL:["הסר ממועדפים"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.4166.e3c369fb8ae4775c7f89.js b/public/charting_library/bundles/he_IL.4166.e3c369fb8ae4775c7f89.js
new file mode 100644
index 0000000..f8abd88
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.4166.e3c369fb8ae4775c7f89.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4166],{80996:e=>{e.exports={en:["Local drawings"],he_IL:["שרטוטים מקומיים"]}},84212:e=>{e.exports={en:["No drawings yet"],he_IL:["אין שרטוט עדיין"]}},92931:e=>{e.exports={en:["Synced globally"],he_IL:["מסונכרן ברחבי העולם"]}},41870:e=>{e.exports={en:["Synced in layout"],he_IL:["מסונכרן בפריסה"]}},8182:e=>{e.exports={en:["Remove all drawings for this symbol"],he_IL:["הסר את כל השרטוטים לסימול זה"]}},58407:e=>{e.exports={en:["remove all line tools for {symbol}"],he_IL:["הסרת כל קבוצת כלי קו {symbol}"]}},90755:e=>{e.exports={en:["{drawingsCount} drawing","{drawingsCount} drawings"],he_IL:["שרטוט {drawingsCount}","{drawingsCount} שרטוטים","{drawingsCount} שרטוטים","{drawingsCount} שרטוטים"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.4211.932ffa2dc04657916b72.js b/public/charting_library/bundles/he_IL.4211.932ffa2dc04657916b72.js
new file mode 100644
index 0000000..5c5a575
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.4211.932ffa2dc04657916b72.js
@@ -0,0 +1,4 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4211,4040,359,4109,9093],{23821:e=>{e.exports={en:["Dot"],he_IL:["נְקוּדָה"]}},41256:e=>{e.exports={en:["Back"],he_IL:["חזור"]}},53174:e=>{e.exports={en:["Right"],he_IL:["זכות Right"]}},57e3:e=>{e.exports={en:["Compare"],he_IL:["השוואה"]}},93111:e=>{e.exports={en:["Content"],he_IL:["תוכן"]}},8270:e=>{e.exports={en:["Copy link to the chart image"],he_IL:["העתק קישור לתמונת הגרף"]}},4543:e=>{e.exports={en:["Cancel"],he_IL:["ביטול"]}},59934:e=>{e.exports={en:["Channels"],he_IL:["ערוצים"]}},63245:e=>{e.exports={en:["Change symbol"],he_IL:["שנה סימול"]}},56281:e=>{e.exports={en:["Chart style Columns"],he_IL:["סגנון גרף עמודות"]}},64526:e=>{e.exports={en:["Chart style Candles"],he_IL:["סגנון גרף נרות"]}},9537:e=>{e.exports={en:["Chart style Area"],he_IL:["סגנון גרף איזור"]}},19265:e=>{e.exports={en:["Chart style Bars"],he_IL:["סגנון גרף ברים"]}},19579:e=>{e.exports={en:["Chart style Baseline"],he_IL:["סגנון גרף קו בסיס"]}},47189:e=>{e.exports={en:["Chart style Kagi"],he_IL:["סגנון גרף קאגי"]}},39883:e=>{e.exports={en:["Chart style HLC area"],he_IL:["סגנון גרף אזור HLC"]}},67579:e=>{e.exports={en:["Chart style HLC bars"]}},44958:e=>{e.exports={en:["Chart style Hollow candles"],he_IL:["סגנון גרף נרות חלולים"]}},62423:e=>{e.exports={en:["Chart style Heikin Ashi"],he_IL:["סגנון גרף הייקין אשי"]}},70405:e=>{e.exports={en:["Chart style High-low"],he_IL:["סגנון גרף גבוה-נמוך"]}},92911:e=>{e.exports={en:["Chart style Line"],he_IL:["סגנון גרף קו"]}},35458:e=>{e.exports={en:["Chart style Line with markers"],he_IL:["סגנון גרף קו עם סמנים"]}},11604:e=>{e.exports={en:["Chart style Line break"],he_IL:["סגנון גרף קו שבור"]}},67346:e=>{e.exports={en:["Chart style Session volume profile"],he_IL:["סגנון גרף של סשן פרופיל"]}},40447:e=>{e.exports={en:["Chart style Step line"],he_IL:["סגנון גרף קו צעד"]}},22027:e=>{e.exports={en:["Chart style Point & figure"],he_IL:["סגנון גרף Point & Figure"]}},49942:e=>{e.exports={en:["Chart style Range"],he_IL:["סגנון גרף טווח"]}},80082:e=>{e.exports={en:["Chart style Renko"],he_IL:["סגנון גרף בנקו"]}},94861:e=>{e.exports={en:["Chart style Time Price Opportunity"],he_IL:["סגנון גרף זמן מחיר הזדמנות"]}},13618:e=>{e.exports={en:["Chart style Volume candles"],he_IL:["סגנון גרף נרות ווליום"]}},21190:e=>{e.exports={en:["Chart style Volume footprint"],he_IL:["סגנון גרף ווליום Footprint"]}},53438:e=>{e.exports={en:["Chart template"],he_IL:["תבנית גרף"]}},47742:e=>{e.exports={en:["Close menu"],he_IL:["סגור תפריט"]}},81578:e=>{e.exports={en:["Cursors"],he_IL:["סמנים"]}},77915:e=>{e.exports={en:["Cycles"],he_IL:["מחזורים"]}},32064:e=>{e.exports={en:["Annotation tools"],he_IL:["כלי ביאור"]}},69207:e=>{e.exports={en:["Add to favorites"],he_IL:["הוסף למועדפים"]}},34040:e=>{e.exports={en:["All sources"],he_IL:["כל המקורות"]}},19147:e=>{e.exports={en:["Arrows"],he_IL:["חצים"]}},42358:e=>{e.exports={en:["Bond"],he_IL:["אגרת חוב"]}},65695:e=>{e.exports={en:["Brushes"],he_IL:["מברשות"]}},51494:e=>{e.exports={en:["Gann"],he_IL:["גאן"]}},2654:e=>{
+e.exports={en:["Gann and Fibonacci tools"],he_IL:["כלי גאן ופיבונאצ'י"]}},22145:e=>{e.exports={en:["Geometric shapes"],he_IL:["צורות גאומטריות"]}},57157:e=>{e.exports={en:["Dot"],he_IL:["נקודה"]}},25848:e=>{e.exports={en:["Dark theme"],he_IL:["מצב כהה"]}},14939:e=>{e.exports={en:["Demonstration"],he_IL:["הדגמה"]}},78734:e=>{e.exports={en:["Description"],he_IL:["תיאור"]}},74385:e=>{e.exports={en:["Drawings"],he_IL:["שרטוטים"]}},44255:e=>{e.exports={en:["Elliott waves"],he_IL:["גלי אליוט"]}},8727:e=>{e.exports={en:["Eraser"],he_IL:["מחק"]}},93308:e=>{e.exports={en:["Extended session"],he_IL:["שעות מסחר מורחבות"]}},1410:e=>{e.exports={en:["Forecasting and measurement tools"],he_IL:["כלי חיזוי ומדידה"]}},26578:e=>{e.exports={en:["Fibonacci"],he_IL:["פיבונאצ'י"]}},67092:e=>{e.exports={en:["Fullscreen mode"],he_IL:["מצב מסך מלא"]}},83576:e=>{e.exports={en:["Function"],he_IL:["פונקציה"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"],he_IL:["החזק את {hotKey_0} לשרטוט זמני"]}},27077:e=>{e.exports={en:["Open Object Tree"],he_IL:["פתח את עץ האובייקטים"]}},7386:e=>{e.exports={en:["Open chart layout"],he_IL:["פתח את פריסת הגרף"]}},79451:e=>{e.exports={en:["Lock all drawings"],he_IL:["נעל כלי שרטוט"]}},35112:e=>{e.exports={en:["Move chart back"],he_IL:["העבר את הגרף אחורה"]}},12754:e=>{e.exports={en:["Move chart forward"],he_IL:["העבר את הגרף קדימה"]}},37117:e=>{e.exports={en:["More"],he_IL:["עוד"]}},35553:e=>{e.exports={en:["Magic"],he_IL:["קסם"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"],he_IL:["מצב מגנט מצמיד שרטוטים ליד עמודות מחיר לערך OHLC הקרוב"]}},81031:e=>{e.exports={en:["Manage layout drawings"],he_IL:["נהל שרטוטי פריסה"]}},91563:e=>{e.exports={en:["Measure"],he_IL:["מדידה"]}},97050:e=>{e.exports={en:["Measurer"],he_IL:["מודד"]}},7276:e=>{e.exports={en:["Merge all scales to the left"],he_IL:["מזג את כל הסקאלות לשמאל"]}},80219:e=>{e.exports={en:["Merge all scales to the right"],he_IL:["מזג את כל הסקאלות לימין"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],he_IL:["אין בורסות התואמות את הקריטריונים שלך"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],he_IL:["אין סימולים תואמים את הקריטריונים שלך"]}},47202:e=>{e.exports={en:["Nothing matches your criteria"],he_IL:["שום דבר לא תואם את הקריטריונים שלך"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"],he_IL:["שרטוטים חדשים מועתקים לכל הגרפים בפריסה ומוצגים כאשר אותו הטיקר נבחר"]}},3521:e=>{e.exports={en:["New drawings will sync globally"],he_IL:["שרטוטים חדשים יסונכרנו ברחבי העולם"]}},93027:e=>{e.exports={en:["New drawings will sync in layout"],he_IL:["שרטוטים חדשים יסונכרנו בפריסה"]}},28628:e=>{e.exports={en:["Sources"],he_IL:["מקורות"]}},41569:e=>{e.exports={en:["Save chart layout"],he_IL:["שמור פריסת גרף"]}},8573:e=>{e.exports={en:["Search"],he_IL:["חפש"]}},79354:e=>{e.exports={en:["Search tool or function"],he_IL:["חפש כלי או פונקציה"]}},57640:e=>{e.exports={en:["Select source"],
+he_IL:["בחר מקור"]}},65781:e=>{e.exports={en:["Shapes"],he_IL:["צורות"]}},3154:e=>{e.exports={en:["Show Hidden Tools"],he_IL:["הצג כלים מוסתרים"]}},85786:e=>{e.exports={en:["Show Object Tree"],he_IL:["הצג עץ אובייקטים"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],he_IL:["הישאר במצב שרטוט"]}},94593:e=>{e.exports={en:["Strong Magnet"],he_IL:["מגנט חזק"]}},95481:e=>{e.exports={en:["Symbol"],he_IL:["סימול"]}},74007:e=>{e.exports={en:["Symbol & description"],he_IL:["סימול ותיאור"]}},51165:e=>{e.exports={en:["Symbol Search"],he_IL:["חיפוש סימולים"]}},23391:e=>{e.exports={en:["Sync drawings to all charts"],he_IL:["סנכרן שרטוטים לכל הגרפים..."]}},46417:e=>{e.exports={en:["Patterns"],he_IL:["תבניות"]}},36167:e=>{e.exports={en:["Pitchforks"],he_IL:["קלשונים"]}},79366:e=>{e.exports={en:["Previous day close price line"],he_IL:["סגירת קו מחיר יום קודם"]}},76753:e=>{e.exports={en:["Recent search"],he_IL:["חיפוש אחרון"]}},28051:e=>{e.exports={en:["Regular session"],he_IL:["סשן רגיל"]}},57118:e=>{e.exports={en:["Remove Drawings"],he_IL:["הסר שרטוטים"]}},4474:e=>{e.exports={en:["Remove all indicators and drawing tools"],he_IL:["הסר את כל המתנדים וכלי השרטוט"]}},96374:e=>{e.exports={en:["Remove drawings"],he_IL:["הסר שרטוטים"]}},85106:e=>{e.exports={en:["Remove from favorites"],he_IL:["הסר ממועדפים"]}},99984:e=>{e.exports={en:["Remove indicators"],he_IL:["הסר מחוונים"]}},38206:e=>{e.exports={en:["Rename chart layout"],he_IL:["בחר שם חדש לפריסת הגרף"]}},31789:e=>{e.exports={en:["Reset chart"],he_IL:["אפס גרף"]}},3519:e=>{e.exports={en:["Weak Magnet"],he_IL:["מגנט חלש"]}},65831:e=>{e.exports={en:["Text & Notes"],he_IL:["טקסט והערות"]}},48773:e=>{e.exports={en:["Trend line tools"],he_IL:["קווי מגמה - כלים"]}},27463:e=>{e.exports={en:["Type to search for drawings, functions and settings"],he_IL:["הקלד כדי לחפש שרטוטים, פונקציות והגדרות"]}},69260:e=>{e.exports={en:["Volume-based"],he_IL:["מבוסס נפח"]}},78659:e=>{e.exports={en:["You're changing the user interface to the {name} theme. Would you like to switch the chart template's theme too?"],he_IL:["אתה משנה את ממשק המשתמש לנושא {name}. האם ברצונך להחליף גם את ערכת הנושא של תבנית הגרף?"]}},55774:e=>{e.exports={en:["Zoom In"],he_IL:["הגדל"]}},37310:e=>{e.exports={en:["Zoom Out"],he_IL:["הקטן"]}},70932:e=>{e.exports={en:["commodity"],he_IL:["סחורה"]}},79599:e=>{e.exports={en:["cfd"],he_IL:["חוזה הפרשים cfd"]}},13489:e=>{e.exports={en:["change ideas visibility on chart"],he_IL:["לשנות את נראות הרעיונות בגרף"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"],he_IL:["שנה נראות של שם תוויות אינדיקטורים ופיננסיות"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"],he_IL:["שנה נראות של אינדיקטורים ותוויות ערך פיננסיות"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"],he_IL:["שנה נראות של קווי המחירים פרה/פוסט מארקט"]}},46128:e=>{e.exports={en:["crypto"],he_IL:["קריפטו"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"],he_IL:["כַּלְכָּלָה"]}},17770:e=>{e.exports={
+en:["forex"],he_IL:['מט"ח']}},4723:e=>{e.exports={en:["futures"],he_IL:["חוזים עתידיים"]}},87464:e=>{e.exports={en:["index"],he_IL:["מדד"]}},90250:e=>{e.exports={en:["indices"],he_IL:["מדדים"]}},76752:e=>{e.exports={en:["stock"],he_IL:["מניה"]}},94521:e=>{e.exports={en:["sync drawings"],he_IL:["סנכרן שרטוטים"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"],he_IL:["{hotKey_0} + לחיצה על הגרף"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"],he_IL:["{hotKey_0} — עיגול"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"],he_IL:["{hotKey_0} - צייר קו ישר בזוויות של 45"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"],he_IL:["{hotKey_0} — מרווחים קבועים"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"],he_IL:["{hotKey_0} — ריבוע"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.4543.af2e0ddd821d5bacf27b.js b/public/charting_library/bundles/he_IL.4543.af2e0ddd821d5bacf27b.js
new file mode 100644
index 0000000..e1f993f
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.4543.af2e0ddd821d5bacf27b.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4543],{63271:e=>{e.exports={en:["Flipped"],he_IL:["הפוך במאוזן"]}},28941:e=>{e.exports={en:["Mirrored"],he_IL:["הפוך במאונך"]}},92479:e=>{e.exports={en:["flip bars pattern"],he_IL:["הפוך תבנית ברים"]}},20965:e=>{e.exports={en:["mirror bars pattern"],he_IL:["דפוס ברי מראה"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.4593.99cfdf832ec7f90cc2a7.js b/public/charting_library/bundles/he_IL.4593.99cfdf832ec7f90cc2a7.js
new file mode 100644
index 0000000..6dd498b
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.4593.99cfdf832ec7f90cc2a7.js
@@ -0,0 +1,5 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4593,4040,359,4821],{55517:e=>{e.exports={en:["Add"],he_IL:["הוסף"]}},29619:e=>{e.exports={en:["Add custom color"],he_IL:["הוסף צבע בהתאמה אישית"]}},80936:e=>{e.exports={en:["Opacity"],he_IL:["שקיפות"]}},33857:e=>{e.exports={en:["Cross"],he_IL:["צלב"]}},97349:e=>{e.exports={en:["Fr"],he_IL:["שישי"]}},30961:e=>{e.exports={en:["Mo"],he_IL:["שני"]}},94748:e=>{e.exports={en:["Sa"],he_IL:["שבת"]}},75005:e=>{e.exports={en:["Su"],he_IL:["ראשון"]}},92578:e=>{e.exports={en:["We"]}},8765:e=>{e.exports={en:["Th"],he_IL:["חמישי"]}},9135:e=>{e.exports={en:["Tu"],he_IL:["שלישי"]}},53288:e=>{e.exports={en:["animals & nature"],he_IL:["בעלי חיים וטבע"]}},21311:e=>{e.exports={en:["activity"],he_IL:["פעילות"]}},90678:e=>{e.exports={en:["food & drink"],he_IL:["אוכל ושתייה"]}},6715:e=>{e.exports={en:["flags"],he_IL:["דגלים"]}},98355:e=>{e.exports={en:["objects"],he_IL:["אובייקטים"]}},43438:e=>{e.exports={en:["smiles & people"],he_IL:["חיוכים ואנשים"]}},40457:e=>{e.exports={en:["symbols"],he_IL:["סימולים"]}},88906:e=>{e.exports={en:["recently used"],he_IL:["נעשה בו שימוש לאחרונה"]}},28562:e=>{e.exports={en:["travel & places"],he_IL:["נסיעות ומקומות"]}},24716:e=>{e.exports={en:["Another symbol"],he_IL:["סימול נוסף"]}},41256:e=>{e.exports={en:["Back"],he_IL:["חזור"]}},76542:e=>{e.exports={en:["Labels on price scale"],he_IL:["תוויות בסולם מחירים"]}},94849:e=>{e.exports={en:["Main chart symbol"],he_IL:["סימול הגרף הראשי"]}},49191:e=>{e.exports={en:["Values in status line"],he_IL:["ערכים בשורת המצב"]}},53174:e=>{e.exports={en:["Right"],he_IL:["זכות Right"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"],he_IL:["לוח השנה הוא כרגע בשנה {year}"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"],he_IL:["היומן פועל כעת על שנים מ-{year_start} עד {year_end}"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"],he_IL:["היומן נמצא כרגע ב-{month}"]}},4543:e=>{e.exports={en:["Cancel"],he_IL:["ביטול"]}},24197:e=>{e.exports={en:["Center"],he_IL:["מרכז"]}},63245:e=>{e.exports={en:["Change symbol"],he_IL:["שנה סימול"]}},54613:e=>{e.exports={en:["Chart"],he_IL:["גרף"]}},5669:e=>{e.exports={en:["Circles"],he_IL:["מעגלים"]}},47742:e=>{e.exports={en:["Close menu"],he_IL:["סגור תפריט"]}},8305:e=>{e.exports={en:["Above bar"],he_IL:["מעל נר"]}},69758:e=>{e.exports={en:["Absolute"],he_IL:["מוחלט"]}},34040:e=>{e.exports={en:["All sources"],he_IL:["כל המקורות"]}},62511:e=>{e.exports={en:["Apply Defaults"],he_IL:["החל ברירת מחדל"]}},28896:e=>{e.exports={en:["April"],he_IL:["אפריל"]}},7349:e=>{e.exports={en:["Area with breaks"],he_IL:["אזור מקוטע"]}},11081:e=>{e.exports={en:["August"],he_IL:["אוגוסט"]}},27567:e=>{e.exports={en:["Bottom"],he_IL:["תחתית"]}},74406:e=>{e.exports={en:["Body"],he_IL:["גוף"]}},42358:e=>{e.exports={en:["Bond"],he_IL:["אגרת חוב"]}},38408:e=>{e.exports={en:["Border"],he_IL:["גבול"]}},79468:e=>{e.exports={en:["Background"],he_IL:["רקע"]}},9417:e=>{e.exports={en:["Below bar"],he_IL:["מתחת לנר"]}},
+68043:e=>{e.exports={en:["Gradient"],he_IL:["משולב"]}},27390:e=>{e.exports={en:["Dotted line"],he_IL:["קו מנוקד"]}},71776:e=>{e.exports={en:["Down"],he_IL:["למטה"]}},72942:e=>{e.exports={en:["Days"],he_IL:["ימים"]}},88123:e=>{e.exports={en:["Dashed line"],he_IL:["קו מקווקו"]}},73033:e=>{e.exports={en:["Developing VA"]}},90082:e=>{e.exports={en:["December"],he_IL:["דצמבר"]}},55319:e=>{e.exports={en:["Decrease"],he_IL:["לְהַקְטִין"]}},16564:e=>{e.exports={en:["Default"],he_IL:["ברירת מחדל"]}},48572:e=>{e.exports={en:["Defaults"],he_IL:["ברירות מחדל"]}},78734:e=>{e.exports={en:["Description"],he_IL:["תיאור"]}},81069:e=>{e.exports={en:["February"],he_IL:["פברואר"]}},3570:e=>{e.exports={en:["Friday"],he_IL:["יום שישי"]}},56796:e=>{e.exports={en:["Hours"],he_IL:["שעות"]}},95406:e=>{e.exports={en:["Horizontal"],he_IL:["אופקי"]}},8854:e=>{e.exports={en:["Hidden"],he_IL:["מוסתר"]}},78057:e=>{e.exports={en:["Histogram"],he_IL:["היסטוגרמה"]}},39832:e=>{e.exports={en:["Increase"],he_IL:["גידול"]}},21429:e=>{e.exports={en:["Inputs"],he_IL:["תשומות"]}},200:e=>{e.exports={en:["January"],he_IL:["ינואר"]}},6608:e=>{e.exports={en:["July"],he_IL:["יולי"]}},61487:e=>{e.exports={en:["June"],he_IL:["יוני"]}},37997:e=>{e.exports={en:["October"],he_IL:["אוקטובר"]}},55450:e=>{e.exports={en:["Offset"],he_IL:["מרווח"]}},19295:e=>{e.exports={en:["Ok"],he_IL:["אוקיי"]}},89702:e=>{e.exports={en:["Outputs"],he_IL:["פלטים"]}},64075:e=>{e.exports={en:["Override min tick"],he_IL:["דריסת טיק מינימלי"]}},62791:e=>{e.exports={en:["Labels font"],he_IL:["גופן תוויות"]}},11626:e=>{e.exports={en:["Left"],he_IL:["שמאל"]}},34862:e=>{e.exports={en:["Line with breaks"],he_IL:["קו מקוטע"]}},28603:e=>{e.exports={en:["Line style"],he_IL:["סגנון קו"]}},19573:e=>{e.exports={en:["Monday"],he_IL:["יום שני"]}},43154:e=>{e.exports={en:["Months"],he_IL:["חודשים"]}},37117:e=>{e.exports={en:["More"],he_IL:["עוד"]}},25734:e=>{e.exports={en:["May"],he_IL:["מאי"]}},93878:e=>{e.exports={en:["March"],he_IL:["מרץ"]}},68833:e=>{e.exports={en:["Middle"],he_IL:["אמצע"]}},42562:e=>{e.exports={en:["Minutes"],he_IL:["דקות"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],he_IL:["אין בורסות התואמות את הקריטריונים שלך"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],he_IL:["אין סימולים תואמים את הקריטריונים שלך"]}},4607:e=>{e.exports={en:["November"],he_IL:["נובמבר"]}},65353:e=>{e.exports={en:["Normal"],he_IL:["רגיל"]}},69102:e=>{e.exports={en:["Next year"],he_IL:["שנה הבאה"]}},17538:e=>{e.exports={en:["Next years"],he_IL:["שנים הבאות"]}},92790:e=>{e.exports={en:["Next month"],he_IL:["חודש הבא"]}},71300:e=>{e.exports={en:["Number format is invalid."],he_IL:["פורמט המספר אינו חוקי."]}},28628:e=>{e.exports={en:["Sources"],he_IL:["מקורות"]}},88686:e=>{e.exports={en:["Solid"],he_IL:["סולידי"]}},30348:e=>{e.exports={en:["Saturday"],he_IL:["יום שבת"]}},99687:e=>{e.exports={en:["Save as default"],he_IL:["שמור כברירת מחדל"]}},8573:e=>{e.exports={en:["Search"],he_IL:["חפש"]}},65188:e=>{e.exports={en:["Seconds"],he_IL:["שניות"]}},57640:e=>{e.exports={
+en:["Select source"],he_IL:["בחר מקור"]}},32179:e=>{e.exports={en:["September"],he_IL:["ספטמבר"]}},38712:e=>{e.exports={en:["Signal labels"],he_IL:["תווית אותות"]}},31331:e=>{e.exports={en:["Specified value is more than the instrument maximum of {max}."],he_IL:["הערך שצוין הוא יותר מהמקסימום של המכשיר {max}."]}},24216:e=>{e.exports={en:["Specified value is less than the instrument minimum of {min}."],he_IL:["הערך שצוין הוא פחות מהמינימום של המכשיר {min}."]}},14788:e=>{e.exports={en:["Step line with breaks"],he_IL:["קו צעד עם הפסקות"]}},11877:e=>{e.exports={en:["Step line with diamonds"],he_IL:["צעד בקו עם יהלומים"]}},61480:e=>{e.exports={en:["Sunday"],he_IL:["יום ראשון"]}},70235:e=>{e.exports={en:["Switch to months"],he_IL:["עבור לחודשים"]}},91245:e=>{e.exports={en:["Switch to dates"],he_IL:["עבור לתאריכים"]}},71961:e=>{e.exports={en:["Switch to years"],he_IL:["עבור לשנים"]}},95481:e=>{e.exports={en:["Symbol"],he_IL:["סימול"]}},74007:e=>{e.exports={en:["Symbol & description"],he_IL:["סימול ותיאור"]}},51165:e=>{e.exports={en:["Symbol Search"],he_IL:["חיפוש סימולים"]}},10783:e=>{e.exports={en:["Placement"],he_IL:["מיקום"]}},27254:e=>{e.exports={en:["Please enter the right date"],he_IL:["אנא הזן את התאריך הנכון"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"],he_IL:["נא הזן את פורמט התאריך הנכון yyyy-mm-dd"]}},59766:e=>{e.exports={en:["Precision"],he_IL:["דיוק"]}},93984:e=>{e.exports={en:["Previous month"],he_IL:["חודש שעבר"]}},75776:e=>{e.exports={en:["Previous year"],he_IL:["שנה קודמת"]}},44701:e=>{e.exports={en:["Previous years"],he_IL:["שנים קודמות"]}},98721:e=>{e.exports={en:["Quantity"],he_IL:["כמות"]}},89984:e=>{e.exports={en:["Remove color"],he_IL:["הסר צבע"]}},47550:e=>{e.exports={en:["Remove selected emoji"],he_IL:["הסר את האמוג'י שנבחר"]}},33533:e=>{e.exports={en:["Reset settings"],he_IL:["אפס הגדרות"]}},50421:e=>{e.exports={en:["Right"],he_IL:["ימין"]}},94226:e=>{e.exports={en:["Wednesday"],he_IL:["יום רביעי"]}},835:e=>{e.exports={en:["Weeks"],he_IL:["שבועות"]}},32163:e=>{e.exports={en:["Wick"],he_IL:["פתיל"]}},4622:e=>{e.exports={en:["Width (% of the box)"],he_IL:["רוחב (% מהקופסה)"]}},97118:e=>{e.exports={en:["Top"],he_IL:["עליון"]}},25485:e=>{e.exports={en:["Text alignment"],he_IL:["יישור טקסט"]}},77753:e=>{e.exports={en:["Text color"],he_IL:["צבע טקסט"]}},67781:e=>{e.exports={en:["Text orientation"],he_IL:["כיוון טקסט"]}},79137:e=>{e.exports={en:["Thursday"],he_IL:["יום חמישי"]}},54971:e=>{e.exports={en:["Thickness"],he_IL:["עובי"]}},24821:e=>{e.exports={en:["Ticks"],he_IL:["טיקים"]}},6532:e=>{e.exports={en:["Trades on chart"],he_IL:["עסקאות על הגרף"]}},82160:e=>{e.exports={en:["Tuesday"],he_IL:["יום שלישי"]}},22691:e=>{e.exports={en:["Up"],he_IL:["למעלה"]}},13748:e=>{e.exports={en:["Use special math signs to displace selected drawings: +,-,/,* for price and +,- for bar index."],he_IL:["השתמש בסימנים מתמטיים מיוחדים כדי להחליף שרטוטים נבחרים: +,-,/,* עבור המחיר ו-+,- עבור בר אינדקס."]}},81363:e=>{e.exports={en:["Volume profile"],he_IL:["פרופיל ווליום Volume Profile"]}},
+60092:e=>{e.exports={en:["Values"],he_IL:["ערכים"]}},69526:e=>{e.exports={en:["Vertical"],he_IL:["אנכי"]}},66181:e=>{e.exports={en:["Years"],he_IL:["שנים"]}},70932:e=>{e.exports={en:["commodity"],he_IL:["סחורה"]}},79599:e=>{e.exports={en:["cfd"],he_IL:["חוזה הפרשים cfd"]}},26476:e=>{e.exports={en:["change min tick"],he_IL:["שינוי Min Tick"]}},29426:e=>{e.exports={en:["change opacity"],he_IL:["שנה את הבהירות"]}},86955:e=>{e.exports={en:["change char"],he_IL:["שנה את התו"]}},31675:e=>{e.exports={en:["change color"],he_IL:["שנה צבע"]}},85889:e=>{e.exports={en:["change expand blocks"],he_IL:["שנה הרחבת בלוקים"]}},27745:e=>{e.exports={en:["change font size"],he_IL:["שנה גודל גופן"]}},28818:e=>{e.exports={en:["change line style"],he_IL:["שנה את סגנון הקו"]}},6834:e=>{e.exports={en:["change location"],he_IL:["שנה את המיקום"]}},62294:e=>{e.exports={en:["change percent width"],he_IL:["שינוי אחוז רוחב"]}},81891:e=>{e.exports={en:["change placement"],he_IL:["שנה מיקום"]}},43439:e=>{e.exports={en:["change plot type"],he_IL:["שנה את סוג הPlot"]}},61863:e=>{e.exports={en:["change precision"],he_IL:["שנה את הדיוק"]}},83468:e=>{e.exports={en:["change shape"],he_IL:["שנה את הצורה"]}},73281:e=>{e.exports={en:["change thickness"],he_IL:["שנה את העובי"]}},21333:e=>{e.exports={en:["change value"],he_IL:["שנה את הערך"]}},9344:e=>{e.exports={en:["change values visibility"],he_IL:["שנה את נראות הערכים"]}},96135:e=>{e.exports={en:["change {title} days to"],he_IL:["שנה {title} ימים ל"]}},91201:e=>{e.exports={en:["change {title} days from"],he_IL:["שנה {title} ימים מ"]}},8306:e=>{e.exports={en:["change {title} hours from"],he_IL:["שנה {title} שעות מ"]}},67233:e=>{e.exports={en:["change {title} hours to"],he_IL:["שנה את השעות של {title} ל"]}},99122:e=>{e.exports={en:["change {title} months from"],he_IL:["שנה {title} חודשים מ"]}},10518:e=>{e.exports={en:["change {title} months to"],he_IL:["שנה {title} חודשים ל"]}},38011:e=>{e.exports={en:["change {title} minutes to"],he_IL:["שנה {title} דקות ל"]}},59820:e=>{e.exports={en:["change {title} minutes from"],he_IL:["שנה {title} דקות מ"]}},6573:e=>{e.exports={en:["change {title} seconds to"],he_IL:["שנה {title} שניות ל"]}},86780:e=>{e.exports={en:["change {title} seconds from"],he_IL:["שנה {title} שניות מ"]}},32481:e=>{e.exports={en:["change {title} weeks from"],he_IL:["שנה {title} שבועות מ"]}},18678:e=>{e.exports={en:["change {title} weeks to"],he_IL:["שנה {title} שבועות ל"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],he_IL:["שנה את הנראות של {title} בטיקים"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],he_IL:["שנה נראות של {title} על שבועות"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],he_IL:["שנה את הנראות של {title} ב-{ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],he_IL:["שנה את הנראות של {title} בימים"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],he_IL:["שנה נראות של {title} בשעות"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],
+he_IL:["שנה נראות של {title} על דקות"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],he_IL:["שנה נראות של {title} על חודשים"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],he_IL:["שנה נראות של {title} בשניות"]}},25167:e=>{e.exports={en:["change {propertyName} property"],he_IL:["שנה את המאפיין {propertyName}"]}},5741:e=>{e.exports={en:["close"],he_IL:["סגירה"]}},46128:e=>{e.exports={en:["crypto"],he_IL:["קריפטו"]}},35813:e=>{e.exports={en:["days"],he_IL:["ימים"]}},89919:e=>{e.exports={en:["days to"],he_IL:["ימים ל"]}},59215:e=>{e.exports={en:["days from"],he_IL:["ימים מ"]}},47268:e=>{e.exports={en:["dr"]}},406:e=>{e.exports={en:["e.g. +1"],he_IL:["לְמָשָׁל /+1"]}},49957:e=>{e.exports={en:["e.g. /2"],he_IL:["לְמָשָׁל /2"]}},54094:e=>{e.exports={en:["economy"],he_IL:["כַּלְכָּלָה"]}},17770:e=>{e.exports={en:["forex"],he_IL:['מט"ח']}},4723:e=>{e.exports={en:["futures"],he_IL:["חוזים עתידיים"]}},2359:e=>{e.exports={en:["hours"],he_IL:["שעות"]}},82267:e=>{e.exports={en:["hours from"],he_IL:["שעות מ"]}},15600:e=>{e.exports={en:["hours to"],he_IL:["שעות ל"]}},59319:e=>{e.exports={en:["high"],he_IL:["גבוה"]}},96008:e=>{e.exports={en:["hl2"]}},91189:e=>{e.exports={en:["hlc3"]}},49242:e=>{e.exports={en:["hlcc4"]}},87464:e=>{e.exports={en:["index"],he_IL:["מדד"]}},90250:e=>{e.exports={en:["indices"],he_IL:["מדדים"]}},52793:e=>{e.exports={en:["ohlc4"]}},83584:e=>{e.exports={en:["open"],he_IL:["פתיחה"]}},41902:e=>{e.exports={en:["low"],he_IL:["נמוך"]}},95300:e=>{e.exports={en:["months"],he_IL:["חודשים"]}},17250:e=>{e.exports={en:["months from"],he_IL:["חודשים מ"]}},2828:e=>{e.exports={en:["months to"],he_IL:["חודשים ל"]}},18726:e=>{e.exports={en:["minutes"],he_IL:["דקות"]}},67649:e=>{e.exports={en:["minutes to"],he_IL:["דקות ל"]}},22476:e=>{e.exports={en:["minutes from"],he_IL:["דקות מ"]}},751:e=>{e.exports={en:["seconds"],he_IL:["שניות"]}},73419:e=>{e.exports={en:["seconds to"],he_IL:["שניות ל"]}},35801:e=>{e.exports={en:["seconds from"],he_IL:["שניות מ"]}},76752:e=>{e.exports={en:["stock"],he_IL:["מניה"]}},45537:e=>{e.exports={en:["weeks"],he_IL:["שבועות"]}},92859:e=>{e.exports={en:["weeks from"],he_IL:["שבועות מ"]}},44127:e=>{e.exports={en:["weeks to"],he_IL:["שבועות ל"]}},3539:e=>{e.exports={en:["ticks"],he_IL:["טיקים"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.4821.0124e1463859eb34b0d7.js b/public/charting_library/bundles/he_IL.4821.0124e1463859eb34b0d7.js
new file mode 100644
index 0000000..b99e31a
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.4821.0124e1463859eb34b0d7.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4821],{24821:e=>{e.exports={en:["Ticks"],he_IL:["טיקים"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.5111.0e84f778015dc1f067f1.js b/public/charting_library/bundles/he_IL.5111.0e84f778015dc1f067f1.js
new file mode 100644
index 0000000..e446643
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.5111.0e84f778015dc1f067f1.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5111],{77114:e=>{e.exports={en:["erase level line"],he_IL:["מחק קו רמה"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.5402.f7a00bf7d82b9a40920d.js b/public/charting_library/bundles/he_IL.5402.f7a00bf7d82b9a40920d.js
new file mode 100644
index 0000000..8b0b179
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.5402.f7a00bf7d82b9a40920d.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5402],{15402:e=>{e.exports={en:["Next time you can use {shortcut} for quick paste"],he_IL:["בפעם הבאה תוכל להשתמש ב-{shortcut} להדבקה מהירה"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.5683.0a2c985dba54512056ce.js b/public/charting_library/bundles/he_IL.5683.0a2c985dba54512056ce.js
new file mode 100644
index 0000000..543d806
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.5683.0a2c985dba54512056ce.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5683],{97349:e=>{e.exports={en:["Fr"],he_IL:["שישי"]}},30961:e=>{e.exports={en:["Mo"],he_IL:["שני"]}},94748:e=>{e.exports={en:["Sa"],he_IL:["שבת"]}},75005:e=>{e.exports={en:["Su"],he_IL:["ראשון"]}},92578:e=>{e.exports={en:["We"]}},8765:e=>{e.exports={en:["Th"],he_IL:["חמישי"]}},9135:e=>{e.exports={en:["Tu"],he_IL:["שלישי"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"],he_IL:["לוח השנה הוא כרגע בשנה {year}"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"],he_IL:["היומן פועל כעת על שנים מ-{year_start} עד {year_end}"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"],he_IL:["היומן נמצא כרגע ב-{month}"]}},4543:e=>{e.exports={en:["Cancel"],he_IL:["ביטול"]}},47742:e=>{e.exports={en:["Close menu"],he_IL:["סגור תפריט"]}},81861:e=>{e.exports={en:["Custom range"],he_IL:["טווח בהתאמה אישית"]}},28896:e=>{e.exports={en:["April"],he_IL:["אפריל"]}},11081:e=>{e.exports={en:["August"],he_IL:["אוגוסט"]}},42432:e=>{e.exports={en:["Go to"],he_IL:["עבור ל"]}},90082:e=>{e.exports={en:["December"],he_IL:["דצמבר"]}},81069:e=>{e.exports={en:["February"],he_IL:["פברואר"]}},3570:e=>{e.exports={en:["Friday"],he_IL:["יום שישי"]}},200:e=>{e.exports={en:["January"],he_IL:["ינואר"]}},6608:e=>{e.exports={en:["July"],he_IL:["יולי"]}},61487:e=>{e.exports={en:["June"],he_IL:["יוני"]}},37997:e=>{e.exports={en:["October"],he_IL:["אוקטובר"]}},19295:e=>{e.exports={en:["Ok"],he_IL:["אוקיי"]}},19573:e=>{e.exports={en:["Monday"],he_IL:["יום שני"]}},43154:e=>{e.exports={en:["Months"],he_IL:["חודשים"]}},37117:e=>{e.exports={en:["More"],he_IL:["עוד"]}},25734:e=>{e.exports={en:["May"],he_IL:["מאי"]}},93878:e=>{e.exports={en:["March"],he_IL:["מרץ"]}},4607:e=>{e.exports={en:["November"],he_IL:["נובמבר"]}},69102:e=>{e.exports={en:["Next year"],he_IL:["שנה הבאה"]}},17538:e=>{e.exports={en:["Next years"],he_IL:["שנים הבאות"]}},92790:e=>{e.exports={en:["Next month"],he_IL:["חודש הבא"]}},30348:e=>{e.exports={en:["Saturday"],he_IL:["יום שבת"]}},32179:e=>{e.exports={en:["September"],he_IL:["ספטמבר"]}},61480:e=>{e.exports={en:["Sunday"],he_IL:["יום ראשון"]}},70235:e=>{e.exports={en:["Switch to months"],he_IL:["עבור לחודשים"]}},91245:e=>{e.exports={en:["Switch to dates"],he_IL:["עבור לתאריכים"]}},71961:e=>{e.exports={en:["Switch to years"],he_IL:["עבור לשנים"]}},27254:e=>{e.exports={en:["Please enter the right date"],he_IL:["אנא הזן את התאריך הנכון"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"],he_IL:["נא הזן את פורמט התאריך הנכון yyyy-mm-dd"]}},93984:e=>{e.exports={en:["Previous month"],he_IL:["חודש שעבר"]}},75776:e=>{e.exports={en:["Previous year"],he_IL:["שנה קודמת"]}},44701:e=>{e.exports={en:["Previous years"],he_IL:["שנים קודמות"]}},94226:e=>{e.exports={en:["Wednesday"],he_IL:["יום רביעי"]}},79137:e=>{e.exports={en:["Thursday"],he_IL:["יום חמישי"]}},82160:e=>{e.exports={en:["Tuesday"],he_IL:["יום שלישי"]}},66181:e=>{e.exports={en:["Years"],he_IL:["שנים"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.5862.3039f470825daf65b9d6.js b/public/charting_library/bundles/he_IL.5862.3039f470825daf65b9d6.js
new file mode 100644
index 0000000..2834cf3
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.5862.3039f470825daf65b9d6.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5862],{4543:e=>{e.exports={en:["Cancel"],he_IL:["ביטול"]}},32910:e=>{e.exports={en:["Choose image"],he_IL:["בחר תמונה"]}},47742:e=>{e.exports={en:["Close menu"],he_IL:["סגור תפריט"]}},98918:e=>{e.exports={en:["Drop image here!"],he_IL:["שחרר תמונה כאן!"]}},49580:e=>{e.exports={en:["Image is required"],he_IL:["נדרשת תמונה"]}},41667:e=>{e.exports={en:["JPG, PNG or WEBP"],he_IL:["JPG ,PNG או WEBP"]}},19295:e=>{e.exports={en:["Ok"],he_IL:["אוקיי"]}},7654:e=>{e.exports={en:["Max size {value}"],he_IL:["גודל מקסימלי {value}"]}},64789:e=>{e.exports={en:["Something went wrong, try again"],he_IL:["משהו השתבש, נסה שוב"]}},73007:e=>{e.exports={en:["The image being pasted is way too large"],he_IL:["התמונה המודבקת גדולה מדי"]}},19788:e=>{e.exports={en:["Transparency"],he_IL:["שקיפות"]}},16992:e=>{e.exports={en:["Upload a valid image. The file you uploaded was either not an image or a corrupted image."],he_IL:["העלה תמונה חוקית. הקובץ שהעלית אינו תמונה או שהינו תמונה פגומה."]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.6155.0d55563600ea0d002811.js b/public/charting_library/bundles/he_IL.6155.0d55563600ea0d002811.js
new file mode 100644
index 0000000..39312c6
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.6155.0d55563600ea0d002811.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],he_IL:["#{count} (מחיר, נר)"]}},78930:e=>{e.exports={en:["Coordinates"],he_IL:["קואורדינטות"]}},24197:e=>{e.exports={en:["Center"],he_IL:["מרכז"]}},27567:e=>{e.exports={en:["Bottom"],he_IL:["תחתית"]}},72942:e=>{e.exports={en:["Days"],he_IL:["ימים"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],he_IL:["שינוי מיקום (מחיר, בר)"]}},56796:e=>{e.exports={en:["Hours"],he_IL:["שעות"]}},95406:e=>{e.exports={en:["Horizontal"],he_IL:["אופקי"]}},21429:e=>{e.exports={en:["Inputs"],he_IL:["תשומות"]}},11626:e=>{e.exports={en:["Left"],he_IL:["שמאל"]}},43154:e=>{e.exports={en:["Months"],he_IL:["חודשים"]}},68833:e=>{e.exports={en:["Middle"],he_IL:["אמצע"]}},42562:e=>{e.exports={en:["Minutes"],he_IL:["דקות"]}},65188:e=>{e.exports={en:["Seconds"],he_IL:["שניות"]}},50421:e=>{e.exports={en:["Right"],he_IL:["ימין"]}},835:e=>{e.exports={en:["Weeks"],he_IL:["שבועות"]}},97118:e=>{e.exports={en:["Top"],he_IL:["עליון"]}},70320:e=>{e.exports={en:["Text"],he_IL:["טקסט"]}},25485:e=>{e.exports={en:["Text alignment"],he_IL:["יישור טקסט"]}},67781:e=>{e.exports={en:["Text orientation"],he_IL:["כיוון טקסט"]}},24821:e=>{e.exports={en:["Ticks"],he_IL:["טיקים"]}},69526:e=>{e.exports={en:["Vertical"],he_IL:["אנכי"]}},2066:e=>{e.exports={en:["change bar X coordinate"],he_IL:["שנה בר של קואורדינטת X"]}},11737:e=>{e.exports={en:["change price Y coordinate"],he_IL:["שנה מחיר של קואורדינטת Y"]}},96135:e=>{e.exports={en:["change {title} days to"],he_IL:["שנה {title} ימים ל"]}},91201:e=>{e.exports={en:["change {title} days from"],he_IL:["שנה {title} ימים מ"]}},8306:e=>{e.exports={en:["change {title} hours from"],he_IL:["שנה {title} שעות מ"]}},67233:e=>{e.exports={en:["change {title} hours to"],he_IL:["שנה את השעות של {title} ל"]}},99122:e=>{e.exports={en:["change {title} months from"],he_IL:["שנה {title} חודשים מ"]}},10518:e=>{e.exports={en:["change {title} months to"],he_IL:["שנה {title} חודשים ל"]}},38011:e=>{e.exports={en:["change {title} minutes to"],he_IL:["שנה {title} דקות ל"]}},59820:e=>{e.exports={en:["change {title} minutes from"],he_IL:["שנה {title} דקות מ"]}},6573:e=>{e.exports={en:["change {title} seconds to"],he_IL:["שנה {title} שניות ל"]}},86780:e=>{e.exports={en:["change {title} seconds from"],he_IL:["שנה {title} שניות מ"]}},32481:e=>{e.exports={en:["change {title} weeks from"],he_IL:["שנה {title} שבועות מ"]}},18678:e=>{e.exports={en:["change {title} weeks to"],he_IL:["שנה {title} שבועות ל"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],he_IL:["שנה את הנראות של {title} בטיקים"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],he_IL:["שנה נראות של {title} על שבועות"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],he_IL:["שנה את הנראות של {title} ב-{ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],he_IL:["שנה את הנראות של {title} בימים"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],
+he_IL:["שנה נראות של {title} בשעות"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],he_IL:["שנה נראות של {title} על דקות"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],he_IL:["שנה נראות של {title} על חודשים"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],he_IL:["שנה נראות של {title} בשניות"]}},25167:e=>{e.exports={en:["change {propertyName} property"],he_IL:["שנה את המאפיין {propertyName}"]}},35813:e=>{e.exports={en:["days"],he_IL:["ימים"]}},89919:e=>{e.exports={en:["days to"],he_IL:["ימים ל"]}},59215:e=>{e.exports={en:["days from"],he_IL:["ימים מ"]}},2359:e=>{e.exports={en:["hours"],he_IL:["שעות"]}},82267:e=>{e.exports={en:["hours from"],he_IL:["שעות מ"]}},15600:e=>{e.exports={en:["hours to"],he_IL:["שעות ל"]}},76261:e=>{e.exports={en:["move drawings"],he_IL:["העבר שרטוטים"]}},95300:e=>{e.exports={en:["months"],he_IL:["חודשים"]}},17250:e=>{e.exports={en:["months from"],he_IL:["חודשים מ"]}},2828:e=>{e.exports={en:["months to"],he_IL:["חודשים ל"]}},18726:e=>{e.exports={en:["minutes"],he_IL:["דקות"]}},67649:e=>{e.exports={en:["minutes to"],he_IL:["דקות ל"]}},22476:e=>{e.exports={en:["minutes from"],he_IL:["דקות מ"]}},751:e=>{e.exports={en:["seconds"],he_IL:["שניות"]}},73419:e=>{e.exports={en:["seconds to"],he_IL:["שניות ל"]}},35801:e=>{e.exports={en:["seconds from"],he_IL:["שניות מ"]}},45537:e=>{e.exports={en:["weeks"],he_IL:["שבועות"]}},92859:e=>{e.exports={en:["weeks from"],he_IL:["שבועות מ"]}},44127:e=>{e.exports={en:["weeks to"],he_IL:["שבועות ל"]}},3539:e=>{e.exports={en:["ticks"],he_IL:["טיקים"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.6290.a5f1298c89f78011c7d7.js b/public/charting_library/bundles/he_IL.6290.a5f1298c89f78011c7d7.js
new file mode 100644
index 0000000..aba3328
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.6290.a5f1298c89f78011c7d7.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6290,7122],{71682:e=>{e.exports={en:["in"],he_IL:["בתוך"]}},72630:e=>{e.exports={en:["Closed"],he_IL:["נסגר"]}},18741:e=>{e.exports={en:["Open"],he_IL:["נפתח"]}},95931:e=>{e.exports={en:["Cancel Order"],he_IL:["בטל פקודה"]}},59783:e=>{e.exports={en:["Close Position"],he_IL:["סגור פוזיציה"]}},6060:e=>{e.exports={en:["Add text"],he_IL:["הוסף טקסט"]}},47545:e=>{e.exports={en:["FAILURE"],he_IL:["כישלון"]}},1472:e=>{e.exports={en:["Head"],he_IL:["ראש"]}},27443:e=>{e.exports={en:["Left Shoulder"],he_IL:["כתף שמאל"]}},67710:e=>{e.exports={en:["Modify Order"],he_IL:["שנה הוראה"]}},26409:e=>{e.exports={en:["SUCCESS"],he_IL:["הצלחה"]}},79463:e=>{e.exports={en:["Stop: {stopChange} ({stopChangePercent}) {stopChangePip}, Amount: {amount}"],he_IL:["סטופ: {stopChange} ({stopChangePercent}) {stopChangePip}, סכום: {amount}"]}},24927:e=>{e.exports={en:["Protect Position"],he_IL:["הגן על הפוזיציה."]}},10780:e=>{e.exports={en:["Qty: {qty}"],he_IL:["כמות: {qty}"]}},98818:e=>{e.exports={en:["Reverse Position"],he_IL:["הפוך פוזיציה"]}},14719:e=>{e.exports={en:["Right Shoulder"],he_IL:["כתף ימין"]}},36825:e=>{e.exports={en:["Risk/Reward Ratio: {ratio}"],he_IL:["יחס סיכוי/סיכון: {ratio}"]}},72274:e=>{e.exports={en:["Target: {profitChange} ({profitChangePercent}) {profitChangePip}, Amount: {amount}"],he_IL:["יעד: {profitChange} ({profitChangePercent}) {profitChangePip}, סכום: {amount}"]}},57122:e=>{e.exports={en:["change {title} text"],he_IL:["שנה את הטקסט של {title}"]}},44994:e=>{e.exports={en:["distance: {number} px"],he_IL:["מרחק: {number} px"]}},76250:e=>{e.exports={en:["{status} P&L: {pnl}"],he_IL:["{status} רווח/הפסד: {pnl}"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.6342.6af643b9a34abf3f6313.js b/public/charting_library/bundles/he_IL.6342.6af643b9a34abf3f6313.js
new file mode 100644
index 0000000..6777cba
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.6342.6af643b9a34abf3f6313.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6342],{87859:e=>{e.exports={en:["Not applicable"],he_IL:["בלתי קביל"]}},51998:e=>{e.exports={en:["Type the interval number for minute charts (i.e. 5 if it is going to be a five minute chart). Or number plus letter for H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)"],he_IL:["הקלד את מספר האינטרוול לגרף דקה (כלומר, 5 במידה וזה גרף חמש דקות). או מספר פלוס אות H (לשעה), D (יום), W (שבוע) M (חודש) אינטרוולים. (כלומר D ליום או 2H ל2שעות)"]}},96941:e=>{e.exports={en:["Type the interval number for minute charts (i.e. 5 if it's going to be a five minute chart). Or number plus letter for other intervals: S for 1 second chart (15S for 15 second chart, etc.), H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)"],he_IL:["הקלד את מספר האינטרוול עבור גרפי דקות (כלומר 5 אם זה יהיה גרף של חמש דקות). או מספר אותיות במרווחי זמן אחרים: S בגרף שניה (15S לגרף 15 שניות וכו'), H (שעה), D (יומי), W (שבועי), M (חודשי) באינטרוולים (כלומר D או 2H)"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.6406.78b7e0b0b9555ce886a5.js b/public/charting_library/bundles/he_IL.6406.78b7e0b0b9555ce886a5.js
new file mode 100644
index 0000000..716ec76
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.6406.78b7e0b0b9555ce886a5.js
@@ -0,0 +1,10 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6406,2787,6155,1432,5402,4821],{13616:e=>{e.exports={en:["#{count} (bar)"],he_IL:["# {count} (בר)"]}},80166:e=>{e.exports={en:["#{count} (price, bar)"],he_IL:["#{count} (מחיר, נר)"]}},26381:e=>{e.exports={en:["#1 (bar)"],he_IL:["#1 (נר)"]}},37814:e=>{e.exports={en:["#1 (price)"],he_IL:["#1 (מחיר)"]}},6737:e=>{e.exports={en:["#1 (price, bar)"],he_IL:["#1 (מחיר,נר)"]}},87476:e=>{e.exports={en:["#1 (vertical position %, bar)"],he_IL:["מס'1 (מיקום אנכי%, בר)"]}},29291:e=>{e.exports={en:["Median"],he_IL:["חציון"]}},75106:e=>{e.exports={en:["%"]}},53912:e=>{e.exports={en:["Coeffs as percents"],he_IL:["Coeffs מקדם כאחוזים"]}},47370:e=>{e.exports={en:["Color"],he_IL:["צבע"]}},89735:e=>{e.exports={en:["Compact stats mode"],he_IL:["מצב נתונים קומפקטי"]}},78930:e=>{e.exports={en:["Coordinates"],he_IL:["קואורדינטות"]}},87145:e=>{e.exports={en:["Cash"],he_IL:["כסף מזומן"]}},24197:e=>{e.exports={en:["Center"],he_IL:["מרכז"]}},4518:e=>{e.exports={en:["Change in pips"],he_IL:["שינוי בפיפס"]}},9074:e=>{e.exports={en:["Change price offset"],he_IL:["שינוי מחיר קיזוז"]}},390:e=>{e.exports={en:["Angle"],he_IL:["זוית"]}},36335:e=>{e.exports={en:["Angles"],he_IL:["זוויות"]}},97668:e=>{e.exports={en:["Account size"],he_IL:["גודל חשבון"]}},93857:e=>{e.exports={en:["Always show stats"],he_IL:["תמיד הצג נתונים"]}},59129:e=>{e.exports={en:["Arcs"],he_IL:["קשתות"]}},52648:e=>{e.exports={en:["Avg HL in minticks"],he_IL:["HL ממוצע ב-minticks"]}},27567:e=>{e.exports={en:["Bottom"],he_IL:["תחתית"]}},17129:e=>{e.exports={en:["Bottom labels"],he_IL:["תוויות תחתונות"]}},38408:e=>{e.exports={en:["Border"],he_IL:["גבול"]}},333:e=>{e.exports={en:["Borders"],he_IL:["גבולות"]}},79468:e=>{e.exports={en:["Background"],he_IL:["רקע"]}},58375:e=>{e.exports={en:["Background #1"],he_IL:["רקע מס' 1"]}},89073:e=>{e.exports={en:["Bars range"],he_IL:["טווח נרות"]}},62374:e=>{e.exports={en:["Date/time range"],he_IL:["טווח תאריכים/שעה"]}},72942:e=>{e.exports={en:["Days"],he_IL:["ימים"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],he_IL:["שינוי מיקום (מחיר, בר)"]}},3369:e=>{e.exports={en:["Distance"],he_IL:["מרחק"]}},71310:e=>{e.exports={en:["Emoji pin"],he_IL:["אימוג'י"]}},6002:e=>{e.exports={en:["Entry price"],he_IL:["מחיר כניסה"]}},1337:e=>{e.exports={en:["Extend"],he_IL:["הרחב"]}},76410:e=>{e.exports={en:["Extend bottom"],he_IL:["הרחב מטה"]}},25112:e=>{e.exports={en:["Extend left"],he_IL:["הרחב שמאלה"]}},61856:e=>{e.exports={en:["Extend left line"],he_IL:["הרחב את הקו השמאלי"]}},819:e=>{e.exports={en:["Extend lines"],he_IL:["הרחב קווים"]}},25188:e=>{e.exports={en:["Extend lines left"],he_IL:["הרחב קווים שמאלה"]}},79192:e=>{e.exports={en:["Extend lines right"],he_IL:["הרחב את השורות ימינה"]}},68461:e=>{e.exports={en:["Extend right"],he_IL:["הרחב ימינה"]}},87430:e=>{e.exports={en:["Extend right line"],he_IL:["הרחב את הקו הימני"]}},71397:e=>{e.exports={en:["Extend top"],he_IL:["הרחב מעלה"]}},2573:e=>{e.exports={en:["Font size"],he_IL:["גודל גופן"]}},71525:e=>{e.exports={
+en:["Failure text"],he_IL:["טקסט נכשל"]}},28357:e=>{e.exports={en:["Failure background"],he_IL:["רקע נכשל"]}},84885:e=>{e.exports={en:["Fans"],he_IL:["מניפות"]}},66086:e=>{e.exports={en:["Fib levels based on log scale"],he_IL:["רמות פיב בהתבסס על סרגל לוגריתמי"]}},63271:e=>{e.exports={en:["Flipped"],he_IL:["הפוך במאוזן"]}},49275:e=>{e.exports={en:["HL bars"],he_IL:["נרות גבוה נמוך"]}},56796:e=>{e.exports={en:["Hours"],he_IL:["שעות"]}},95406:e=>{e.exports={en:["Horizontal"],he_IL:["אופקי"]}},81169:e=>{e.exports={en:["Invalid URL"],he_IL:["כתובת אתר לא חוקית"]}},21429:e=>{e.exports={en:["Inputs"],he_IL:["תשומות"]}},91612:e=>{e.exports={en:["Inside"],he_IL:["בתוך"]}},98136:e=>{e.exports={en:["OC bars"],he_IL:["נרות פתיחה סגירה"]}},46005:e=>{e.exports={en:["Original"],he_IL:["מקורי"]}},74045:e=>{e.exports={en:["Lot size"],he_IL:["גודל לוח"]}},71571:e=>{e.exports={en:["Lower band #1"],he_IL:["רצועה תחתונה"]}},91889:e=>{e.exports={en:["Lower band #2"],he_IL:["רצועה תחתונה #2"]}},83301:e=>{e.exports={en:["Lower band #3"],he_IL:["רצועה תחתונה #3"]}},74872:e=>{e.exports={en:["Label"],he_IL:["תווית"]}},73863:e=>{e.exports={en:["Label background"],he_IL:["רקע תווית"]}},79650:e=>{e.exports={en:["Levels"],he_IL:["רמות"]}},36937:e=>{e.exports={en:["Levels line"],he_IL:["קו רמות"]}},11626:e=>{e.exports={en:["Left"],he_IL:["שמאל"]}},65e3:e=>{e.exports={en:["Left labels"],he_IL:["תוויות שמאליות"]}},32982:e=>{e.exports={en:["Line - HL/2"],he_IL:["קו - HL/2"]}},80332:e=>{e.exports={en:["Line - open"],he_IL:["קו - פתיחה"]}},30216:e=>{e.exports={en:["Line - close"],he_IL:["קו - סגירה"]}},18387:e=>{e.exports={en:["Line - high"],he_IL:["קו - שיא"]}},53880:e=>{e.exports={en:["Line - low"],he_IL:["קו - שפל"]}},3214:e=>{e.exports={en:["Mode"],he_IL:["מצב"]}},70382:e=>{e.exports={en:["Modified Schiff"],he_IL:["שיף מותאם"]}},43154:e=>{e.exports={en:["Months"],he_IL:["חודשים"]}},68833:e=>{e.exports={en:["Middle"],he_IL:["אמצע"]}},68286:e=>{e.exports={en:["Middle line"],he_IL:["קו אמצעי"]}},12516:e=>{e.exports={en:["Middle point"],he_IL:["נקודת אמצע"]}},42562:e=>{e.exports={en:["Minutes"],he_IL:["דקות"]}},28941:e=>{e.exports={en:["Mirrored"],he_IL:["הפוך במאונך"]}},15402:e=>{e.exports={en:["Next time you can use {shortcut} for quick paste"],he_IL:["בפעם הבאה תוכל להשתמש ב-{shortcut} להדבקה מהירה"]}},14279:e=>{e.exports={en:["Source background"],he_IL:["מקור רקע"]}},64598:e=>{e.exports={en:["Source border"],he_IL:["מקור גבול"]}},88479:e=>{e.exports={en:["Source text"],he_IL:["מקור טקסט"]}},69904:e=>{e.exports={en:["Schiff"],he_IL:["שיף"]}},65188:e=>{e.exports={en:["Seconds"],he_IL:["שניות"]}},26754:e=>{e.exports={en:["Stats"],he_IL:["סטטיסטיקות"]}},16053:e=>{e.exports={en:["Stats position"],he_IL:["מיקום פוזיציה"]}},33310:e=>{e.exports={en:["Stop color"],he_IL:["צבע סטופ"]}},23814:e=>{e.exports={en:["Stop level"],he_IL:["רמת סטופ"]}},23971:e=>{e.exports={en:["Success text"],he_IL:["טקסט מוצלח"]}},90431:e=>{e.exports={en:["Success background"],he_IL:["רקע מוצלח"]}},73525:e=>{e.exports={en:["Percent change"],he_IL:["אחוז שינוי"]}},33120:e=>{
+e.exports={en:["Percents"],he_IL:["אחוזים"]}},83840:e=>{e.exports={en:["Price"],he_IL:["מחיר"]}},97273:e=>{e.exports={en:["Price label"],he_IL:["תווית מחיר"]}},42747:e=>{e.exports={en:["Price labels"],he_IL:["תוויות מחיר"]}},58557:e=>{e.exports={en:["Price levels"],he_IL:["רמות מחיר"]}},62362:e=>{e.exports={en:["Price range"],he_IL:["טווח מחירים"]}},78393:e=>{e.exports={en:["Price/bar ratio"],he_IL:["יחס מחיר לנר"]}},29416:e=>{e.exports={en:["Prices"],he_IL:["מחירים"]}},67852:e=>{e.exports={en:["Profit level"],he_IL:["רמת רווח"]}},27177:e=>{e.exports={en:["Ranges and ratio"],he_IL:["טווחים ויחס"]}},64489:e=>{e.exports={en:["Reverse"],he_IL:["היפוך"]}},50421:e=>{e.exports={en:["Right"],he_IL:["ימין"]}},28971:e=>{e.exports={en:["Right labels"],he_IL:["תוויות ימניות"]}},63886:e=>{e.exports={en:["Risk"],he_IL:["סיכון"]}},32998:e=>{e.exports={en:["Wave"],he_IL:["גל"]}},835:e=>{e.exports={en:["Weeks"],he_IL:["שבועות"]}},32163:e=>{e.exports={en:["Wick"],he_IL:["פתיל"]}},97118:e=>{e.exports={en:["Top"],he_IL:["עליון"]}},74939:e=>{e.exports={en:["Top labels"],he_IL:["תוויות עליונות"]}},95631:e=>{e.exports={en:["Target background"],he_IL:["יעד רקע"]}},79622:e=>{e.exports={en:["Target border"],he_IL:["יעד גבול"]}},3560:e=>{e.exports={en:["Target color"],he_IL:["צבע יעד:"]}},59264:e=>{e.exports={en:["Target text"],he_IL:["יעד טקסט"]}},70320:e=>{e.exports={en:["Text"],he_IL:["טקסט"]}},7560:e=>{e.exports={en:["Text wrap"],he_IL:["גלישת טקסט"]}},25485:e=>{e.exports={en:["Text alignment"],he_IL:["יישור טקסט"]}},67781:e=>{e.exports={en:["Text orientation"],he_IL:["כיוון טקסט"]}},54971:e=>{e.exports={en:["Thickness"],he_IL:["עובי"]}},24821:e=>{e.exports={en:["Ticks"],he_IL:["טיקים"]}},56822:e=>{e.exports={en:["Time label"],he_IL:["תווית זמן"]}},58476:e=>{e.exports={en:["Time levels"],he_IL:["רמות זמן"]}},19788:e=>{e.exports={en:["Transparency"],he_IL:["שקיפות"]}},51574:e=>{e.exports={en:["Trend line"],he_IL:["קו מגמה"]}},21315:e=>{e.exports={en:["Upper band #1"],he_IL:["רצועה עליונה"]}},65448:e=>{e.exports={en:["Upper band #2"],he_IL:["רצועה עליונה #2"]}},64848:e=>{e.exports={en:["Upper band #3"],he_IL:["רצועה עליונה #3"]}},28683:e=>{e.exports={en:["Use one color"],he_IL:["השתמש בצבע אחד"]}},5682:e=>{e.exports={en:["VWAP"]}},37644:e=>{e.exports={en:["Volume"],he_IL:["ווליום/נפח מסחר"]}},60092:e=>{e.exports={en:["Values"],he_IL:["ערכים"]}},29566:e=>{e.exports={en:["Variance"],he_IL:["שונות"]}},69526:e=>{e.exports={en:["Vertical"],he_IL:["אנכי"]}},3894:e=>{e.exports={en:["change angle"],he_IL:["שנה זווית"]}},77931:e=>{e.exports={en:["change arrow color"],he_IL:["שנה את צבע החץ"]}},2066:e=>{e.exports={en:["change bar X coordinate"],he_IL:["שנה בר של קואורדינטת X"]}},77883:e=>{e.exports={en:["change flag color"],he_IL:["לשנות את צבע הדגל"]}},83842:e=>{e.exports={en:["change image"],he_IL:["שנה תמונה"]}},65309:e=>{e.exports={en:["change image transparency"],he_IL:["שנה את שקיפות התמונה"]}},11737:e=>{e.exports={en:["change price Y coordinate"],he_IL:["שנה מחיר של קואורדינטת Y"]}},74883:e=>{e.exports={en:["change top margin"],
+he_IL:["שנה שוליים עליוניים"]}},69183:e=>{e.exports={en:["change vertical position Y coordinate"],he_IL:["לשנות את הפוזיציה האנכית של קואורדינטת Y"]}},83030:e=>{e.exports={en:["change {title} VWAP line color"],he_IL:["שנה את צבע קו VWAP {title}"]}},47479:e=>{e.exports={en:["change {title} VWAP line width"],he_IL:["שנה את {title} רוחב קו VWAP"]}},31753:e=>{e.exports={en:["change {title} coeffs as percents visibility"],he_IL:["שנה נראות מקדם כאחוזים {title}"]}},49442:e=>{e.exports={en:["change {title} color"],he_IL:["שנה את צבע {title}"]}},49904:e=>{e.exports={en:["change {title} compact stats mode"],he_IL:["שנה מצב סטטיסטיקה קומפקטי של {title}"]}},97345:e=>{e.exports={en:["change {title} candle border up color"],he_IL:["שנה את צבע הגבול העליון של הנר {title}"]}},88530:e=>{e.exports={en:["change {title} candle border visibility"],he_IL:["שנה את נראות הגבול של הנר {title}"]}},81139:e=>{e.exports={en:["change {title} candle border down color"],he_IL:["שנה את צבע הגבול התחתון של הנר {title}"]}},80022:e=>{e.exports={en:["change {title} candle down color"],he_IL:["שנה את צבע הנר {title} התחתון"]}},21631:e=>{e.exports={en:["change {title} candle up color"],he_IL:["שנה את צבע הנר של {title}"]}},33589:e=>{e.exports={en:["change {title} candle wick color"],he_IL:["שנה את צבע פתיל הנר {title}"]}},85382:e=>{e.exports={en:["change {title} candle wick visibility"],he_IL:["שנה את נראות פתיל הנר {title}"]}},81340:e=>{e.exports={en:["change {title} change in pips visibility"],he_IL:["שינוי {title} שינוי נראות בפיפס pips"]}},91600:e=>{e.exports={en:["change {title} currency"],he_IL:["שנה את {title} המטבע"]}},59288:e=>{e.exports={en:["change {title} angle visibility"],he_IL:["שנה את נראות הזווית {title}"]}},99232:e=>{e.exports={en:["change {title} account size"],he_IL:["שנה את גודל החשבון {title}"]}},80390:e=>{e.exports={en:["change {title} always show stats"],he_IL:["שנה {title} תמיד הצג נתונים סטטיסטיים"]}},59577:e=>{e.exports={en:["change {title} all lines color"],he_IL:["שנה צבע כל הקווים של {title}"]}},95582:e=>{e.exports={en:["change {title} arcs {index} line color"],he_IL:["שנה את צבע הקו של {title} הקשתות {index}"]}},8745:e=>{e.exports={en:["change {title} arcs {index} line width"],he_IL:["שנה את רוחב הקו של {title} הקשתות {index}"]}},4313:e=>{e.exports={en:["change {title} arcs {index} line visibility"],he_IL:["שנה את נראות הקו של {title} הקשתות arcs {index}"]}},39393:e=>{e.exports={en:["change {title} average HL value"],he_IL:["שנה את ערך ה-HL הממוצע של {title}"]}},62130:e=>{e.exports={en:["change {title} bottom labels visibility"],he_IL:["שנה נראות תוויות תחתונה של {title}"]}},13783:e=>{e.exports={en:["change {title} background transparency"],he_IL:["שנה את שקיפות הרקע של {title}"]}},30839:e=>{e.exports={en:["change {title} background visibility"],he_IL:["שנה נראות הרקע של {title}"]}},49765:e=>{e.exports={en:["change {title} background color"],he_IL:["שנה את צבע הרקע של {title}"]}},2788:e=>{e.exports={en:["change {title} background color 1"],he_IL:["שנה את צבע הרקע של {title} 1"]}},47108:e=>{e.exports={
+en:["change {title} background color 2"],he_IL:["שנה את צבע הרקע של {title} 2"]}},98845:e=>{e.exports={en:["change {title} bars range visibility"],he_IL:["שנה נראות הטווח של ברי {title}"]}},37563:e=>{e.exports={en:["change {title} date/time range visibility"],he_IL:["שנה חשיפה של טווח תאריכים/שעות של {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],he_IL:["שנה {title} ימים ל"]}},91201:e=>{e.exports={en:["change {title} days from"],he_IL:["שנה {title} ימים מ"]}},86650:e=>{e.exports={en:["change {title} degree"],he_IL:["שנה דרגה {title}"]}},45153:e=>{e.exports={en:["change {title} distance visibility"],he_IL:["שנה נראות למרחק של {title}"]}},73247:e=>{e.exports={en:["change {title} emoji"],he_IL:["שנה את האימוג'י של {title}"]}},53274:e=>{e.exports={en:["change {title} emoji visibility"],he_IL:["שנה את נראות האימוג'י של {title}"]}},91534:e=>{e.exports={en:["change {title} entry price"],he_IL:["שנה את מחיר הכניסה של {title}"]}},59665:e=>{e.exports={en:["change {title} extend bottom"],he_IL:["שנה {title} הארכה למטה"]}},35139:e=>{e.exports={en:["change {title} extend left"],he_IL:["שנה {title} הארכה שמאלה"]}},76295:e=>{e.exports={en:["change {title} extend lines"],he_IL:["שנה {title} קווים מורחבים"]}},30126:e=>{e.exports={en:["change {title} extend top"],he_IL:["שנה {title} הארכה למעלה"]}},58052:e=>{e.exports={en:["change {title} extending left"],he_IL:["שנה את {title} בהרחבה שמאלה"]}},74867:e=>{e.exports={en:["change {title} extending right"],he_IL:["שנה את {title} בהרחבה ימינה"]}},10390:e=>{e.exports={en:["change {title} extension"],he_IL:["שנה את התוסף {title}"]}},58406:e=>{e.exports={en:["change {title} failure text color"],he_IL:["שנה את צבע הטקסט של הכשלון {title}"]}},91321:e=>{e.exports={en:["change {title} failure background color"],he_IL:["שנה את צבע הרקע של הכשלון {title}"]}},28833:e=>{e.exports={en:["change {title} fan {index} line visibility"],he_IL:["שנה את נראות השורה של {title} המניפה {index}"]}},45732:e=>{e.exports={en:["change {title} fan {index} line width"],he_IL:["שנה את רוחב השורה של {title} המניפה {index}"]}},62500:e=>{e.exports={en:["change {title} fan {index} line color"],he_IL:["שנה את צבע הקו של {title} המניפות {index}"]}},15972:e=>{e.exports={en:["change {title} fans visibility"],he_IL:["שנה את נראות המניפות של {title}"]}},1716:e=>{e.exports={en:["change {title} fans line color"],he_IL:["שנה את צבע קו המניפות של {title}"]}},85509:e=>{e.exports={en:["change {title} fib levels based on log scale"],he_IL:["שנה רמות פיב של {title} בהתבסס על סולם לוג"]}},10643:e=>{e.exports={en:["change {title} flipped"],he_IL:["שנה {title} היפוך"]}},8306:e=>{e.exports={en:["change {title} hours from"],he_IL:["שנה {title} שעות מ"]}},67233:e=>{e.exports={en:["change {title} hours to"],he_IL:["שנה את השעות של {title} ל"]}},86993:e=>{e.exports={en:["change {title} image background color"],he_IL:["שנה את צבע הרקע של התמונה {title}"]}},54087:e=>{e.exports={en:["change {title} lot size"],he_IL:["שנה גודל לוט של {title}"]}},67450:e=>{e.exports={en:["change {title} lower band #1 line color"],
+he_IL:["שנה את צבע קו הרצועה התחתונה של {title}"]}},87716:e=>{e.exports={en:["change {title} lower band #1 line visibility"],he_IL:["שנה את נראות קו הרצועה התחתונה של {title}"]}},43181:e=>{e.exports={en:["change {title} lower band #1 line width"],he_IL:["שנה את רוחב קו הרצועה התחתונה של {title}"]}},35092:e=>{e.exports={en:["change {title} lower band #2 line color"],he_IL:["שנה{title} את צבע #2 של קו הרצועה התחתון"]}},94308:e=>{e.exports={en:["change {title} lower band #2 line visibility"],he_IL:["שנה{title} ניראות #2 של קו הרצועה התחתון"]}},8873:e=>{e.exports={en:["change {title} lower band #2 line width"],he_IL:["שנה{title} רוחב #2 של קו הרצועה התחתון"]}},68180:e=>{e.exports={en:["change {title} lower band #3 line color"],he_IL:["שנה{title} צבע #3 של קו הרצועה התחתון"]}},32442:e=>{e.exports={en:["change {title} lower band #3 line visibility"],he_IL:["שנה{title} ניראות #3 של קו הרצועה התחתון"]}},3476:e=>{e.exports={en:["change {title} lower band #3 line width"],he_IL:["שנה{title} רוחב #3 של קו הרצועה התחתון"]}},55612:e=>{e.exports={en:["change {title} labels alignment"],he_IL:["שנה את יישור התוויות {title}"]}},19658:e=>{e.exports={en:["change {title} labels font size"],he_IL:["שנה את גודל הגופן של תוויות {title}"]}},93340:e=>{e.exports={en:["change {title} labels visibility"],he_IL:["שנה את נראות התוויות של {title}"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],he_IL:["שנה קו coeff {title} רמה {index}"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],he_IL:["שנה את צבע רמת {index} השורה של {title}"]}},64707:e=>{e.exports={en:["change {title} level {index} line style"],he_IL:["שנה את סגנון רמת הקו {index} של {title}"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"],he_IL:["שנה את נראות רמת {index} השורה {title}"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"],he_IL:["שנה את רוחב רמת השורה{index} של {title}"]}},54517:e=>{e.exports={en:["change {title} levels visibility"],he_IL:["שנה את הנראות של הרמות {title}"]}},63021:e=>{e.exports={en:["change {title} left labels visibility"],he_IL:["שנה נראות תוויות שמאלית של {title}"]}},57462:e=>{e.exports={en:["change {title} mode"],he_IL:["שנה את מצב {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],he_IL:["שנה {title} חודשים מ"]}},10518:e=>{e.exports={en:["change {title} months to"],he_IL:["שנה {title} חודשים ל"]}},27470:e=>{e.exports={en:["change {title} middle point visibility"],he_IL:["שנה נראות נקודת האמצע של {title}"]}},38011:e=>{e.exports={en:["change {title} minutes to"],he_IL:["שנה {title} דקות ל"]}},59820:e=>{e.exports={en:["change {title} minutes from"],he_IL:["שנה {title} דקות מ"]}},85198:e=>{e.exports={en:["change {title} mirrored"],he_IL:["שנה את {title} לשיקוף"]}},63047:e=>{e.exports={en:["change {title} source background color"],he_IL:["שנה את צבע הרקע של המקור {title}"]}},93889:e=>{e.exports={en:["change {title} source border color"],he_IL:["שנה את צבע הגבול של המקור {title}"]}},45833:e=>{e.exports={
+en:["change {title} source text color"],he_IL:["שנה את צבע המקור של {title}"]}},6573:e=>{e.exports={en:["change {title} seconds to"],he_IL:["שנה {title} שניות ל"]}},86780:e=>{e.exports={en:["change {title} seconds from"],he_IL:["שנה {title} שניות מ"]}},98463:e=>{e.exports={en:["change {title} style"],he_IL:["שנה סגנון {title}"]}},86722:e=>{e.exports={en:["change {title} stats position"],he_IL:["שנה פוזיציית הנתונים הסטטיסטיים של {title}"]}},26598:e=>{e.exports={en:["change {title} stop color"],he_IL:["שנה את צבע הסטופ של {title}"]}},45438:e=>{e.exports={en:["change {title} stop level"],he_IL:["שנה את רמת הסטופ של {title}"]}},27503:e=>{e.exports={en:["change {title} stop price"],he_IL:["שנה את רמת הסטופ של {title}"]}},71715:e=>{e.exports={en:["change {title} success text color"],he_IL:["שנה את צבע טקסט ההצלחה של {title}"]}},80428:e=>{e.exports={en:["change {title} success background color"],he_IL:["שנה את צבע הרקע להצלחה של {title}"]}},87246:e=>{e.exports={en:["change {title} percent change visibility"],he_IL:["שינוי {title} שינוי נראות באחוזים"]}},98822:e=>{e.exports={en:["change {title} price label visibility"],he_IL:["שנה את נראות תווית המחיר של {title}"]}},343:e=>{e.exports={en:["change {title} price labels visibility"],he_IL:["שנה נראות תוויות המחיר של {title}"]}},63962:e=>{e.exports={en:["change {title} price range visibility"],he_IL:["שנה נראות טווח המחירים של {title}"]}},727:e=>{e.exports={en:["change {title} price visibility"],he_IL:["שנה את נראות המחיר של {title}"]}},4714:e=>{e.exports={en:["change {title} prices visibility"],he_IL:["שנה את נראות המחירים של {title}"]}},64330:e=>{e.exports={en:["change {title} profit level"],he_IL:["שנה את רמת הרווח של {title}"]}},12073:e=>{e.exports={en:["change {title} profit price"],he_IL:["שנה את מחיר הרווח של {title}"]}},50762:e=>{e.exports={en:["change {title} reverse"],he_IL:["שנה {title} לאחור"]}},8390:e=>{e.exports={en:["change {title} right labels visibility"],he_IL:["שנה נראות תוויות ימנית של {title}"]}},79875:e=>{e.exports={en:["change {title} risk"],he_IL:["שנה סיכון {title}"]}},60308:e=>{e.exports={en:["change {title} risk display mode"],he_IL:["שנה את מצב תצוגת הסיכון של {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],he_IL:["שנה {title} שבועות מ"]}},18678:e=>{e.exports={en:["change {title} weeks to"],he_IL:["שנה {title} שבועות ל"]}},60111:e=>{e.exports={en:["change {title} width"],he_IL:["שנה את רוחב ה {title}"]}},81301:e=>{e.exports={en:["change {title} top labels visibility"],he_IL:["שנה נראות תוויות עליונה של {title}"]}},25987:e=>{e.exports={en:["change {title} target background color"],he_IL:["שנה את צבע הרקע של היעד של {title}"]}},24138:e=>{e.exports={en:["change {title} target border color"],he_IL:["שנה את צבע הגבול של היעד {title}"]}},10504:e=>{e.exports={en:["change {title} target color"],he_IL:["שנה את צבע היעד של {title}"]}},32230:e=>{e.exports={en:["change {title} target text color"],he_IL:["שנה את צבע טקסט היעד של {title}"]}},30353:e=>{e.exports={en:["change {title} text visibility"],he_IL:["שנה את נראות הטקסט של {title}"]}},
+55134:e=>{e.exports={en:["change {title} text alignment"],he_IL:["שנה את יישור הטקסט של {title}"]}},66960:e=>{e.exports={en:["change {title} time label visibility"],he_IL:["שנה את נראות תווית הזמן של {title}"]}},51085:e=>{e.exports={en:["change {title} transparency"],he_IL:["שנה את השקיפות {title}"]}},27326:e=>{e.exports={en:["change {title} upper band #1 line color"],he_IL:["שנה את צבע קו הרצועה העליונה של {title}"]}},44828:e=>{e.exports={en:["change {title} upper band #1 line visibility"],he_IL:["שנה את נראות קו הרצועה העליונה של {title}"]}},1353:e=>{e.exports={en:["change {title} upper band #1 line width"],he_IL:["שנה את רוחב קו הרצועה העליונה של {title}"]}},12138:e=>{e.exports={en:["change {title} upper band #2 line color"],he_IL:["שנה{title} צבע #2 של קו הרצועה העליון"]}},93075:e=>{e.exports={en:["change {title} upper band #2 line visibility"],he_IL:["שנה{title} ניראות #2 של קו הרצועה העליון"]}},7943:e=>{e.exports={en:["change {title} upper band #2 line width"],he_IL:["שנה{title} רוחב #2 של קו הרצועה העליון"]}},51780:e=>{e.exports={en:["change {title} upper band #3 line color"],he_IL:["שנה{title} צבע #3 של קו הרצועה העליון"]}},15698:e=>{e.exports={en:["change {title} upper band #3 line visibility"],he_IL:["שנה{title} ניראות #3 של קו הרצועה העליון"]}},27414:e=>{e.exports={en:["change {title} upper band #3 line width"],he_IL:["שנה{title} רוחב #3 של קו הרצועה העליון"]}},36336:e=>{e.exports={en:["change {title} volume visibility"],he_IL:["שנה את הנראות של הווליום {title}"]}},23171:e=>{e.exports={en:["change {title} variance value"],he_IL:["שנה את ערך השונות של {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],he_IL:["שנה את הנראות של {title} בטיקים"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],he_IL:["שנה נראות של {title} על שבועות"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],he_IL:["שנה את הנראות של {title} ב-{ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],he_IL:["שנה את הנראות של {title} בימים"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],he_IL:["שנה נראות של {title} בשעות"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],he_IL:["שנה נראות של {title} על דקות"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],he_IL:["שנה נראות של {title} על חודשים"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],he_IL:["שנה נראות של {title} בשניות"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],he_IL:["שנה את יישור התוויות {toolName} למאונך"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],he_IL:["שנה את יישור התוויות {toolName} לאופקי"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],he_IL:["שנה את כיוון התוויות של {toolName}"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],he_IL:["שנה נראות השורה של {toolName}"]}},19541:e=>{e.exports={en:["change {toolName} line width"],he_IL:["שנה את רוחב השורה של {toolName}"]}},24059:e=>{e.exports={
+en:["change {toolName} line color"],he_IL:["שנה את צבע הקו של {toolName}"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],he_IL:["שנה את השורה {toolName} הנמשכת שמאלה"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],he_IL:["שנה את הקו של {toolName} הנמשך ימינה"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],he_IL:["שנה את השורה השמאלית של {toolName}"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],he_IL:["שנה את השורה הימנית של {toolName}"]}},66429:e=>{e.exports={en:["change {toolName} line style"],he_IL:["שנה את סגנון השורה של {toolName}"]}},66668:e=>{e.exports={en:["change {toolName} text"],he_IL:["שנה את הטקסט של {toolName}"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],he_IL:["שנה את נראות הטקסט של {toolName}"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],he_IL:["שנה גלישת טקסט של {toolName}"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],he_IL:["שנה את צבע הרקע של הטקסט של {toolName}"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],he_IL:["שנה את נראות הרקע של הטקסט של {toolName}"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],he_IL:["שנה את צבע גבול הטקסט של {toolName}"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],he_IL:["שנה את רוחב גבול הטקסט של {toolName}"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],he_IL:["שנה את נראות גבול הטקסט של {toolName}"]}},64500:e=>{e.exports={en:["change {toolName} text color"],he_IL:["שנה את צבע הטקסט של {toolName}"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],he_IL:["שנה את גופן הטקסט {toolName} למודגש"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],he_IL:["שנה את גופן הטקסט של {toolName} לנטוי"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],he_IL:["שנה את גודל גופן הטקסט של {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],he_IL:["שנה את המאפיין {propertyName}"]}},61218:e=>{e.exports={en:["backgrounds color"],he_IL:["צבע רקע"]}},48433:e=>{e.exports={en:["backgrounds filled"],he_IL:["רקעים מולאו"]}},35813:e=>{e.exports={en:["days"],he_IL:["ימים"]}},89919:e=>{e.exports={en:["days to"],he_IL:["ימים ל"]}},59215:e=>{e.exports={en:["days from"],he_IL:["ימים מ"]}},2359:e=>{e.exports={en:["hours"],he_IL:["שעות"]}},82267:e=>{e.exports={en:["hours from"],he_IL:["שעות מ"]}},15600:e=>{e.exports={en:["hours to"],he_IL:["שעות ל"]}},24621:e=>{e.exports={en:["lines color"],he_IL:["צבע קווים"]}},96400:e=>{e.exports={en:["lines style"],he_IL:["סגנון קווים"]}},41594:e=>{e.exports={en:["lines width"],he_IL:["רוחב קווים"]}},76261:e=>{e.exports={en:["move drawings"],he_IL:["העבר שרטוטים"]}},95300:e=>{e.exports={en:["months"],he_IL:["חודשים"]}},17250:e=>{e.exports={en:["months from"],he_IL:["חודשים מ"]}},2828:e=>{e.exports={en:["months to"],he_IL:["חודשים ל"]}},18726:e=>{e.exports={en:["minutes"],he_IL:["דקות"]}},67649:e=>{e.exports={en:["minutes to"],he_IL:["דקות ל"]}},22476:e=>{e.exports={
+en:["minutes from"],he_IL:["דקות מ"]}},751:e=>{e.exports={en:["seconds"],he_IL:["שניות"]}},73419:e=>{e.exports={en:["seconds to"],he_IL:["שניות ל"]}},35801:e=>{e.exports={en:["seconds from"],he_IL:["שניות מ"]}},59012:e=>{e.exports={en:["show price"],he_IL:["הצג מחיר"]}},45537:e=>{e.exports={en:["weeks"],he_IL:["שבועות"]}},92859:e=>{e.exports={en:["weeks from"],he_IL:["שבועות מ"]}},44127:e=>{e.exports={en:["weeks to"],he_IL:["שבועות ל"]}},44461:e=>{e.exports={en:["text color"],he_IL:["צבע טקסט"]}},3539:e=>{e.exports={en:["ticks"],he_IL:["טיקים"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.6645.638c62337337129de9dc.js b/public/charting_library/bundles/he_IL.6645.638c62337337129de9dc.js
new file mode 100644
index 0000000..51edf4a
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.6645.638c62337337129de9dc.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6645,6155,3367,2303,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],he_IL:["#{count} (מחיר, נר)"]}},78930:e=>{e.exports={en:["Coordinates"],he_IL:["קואורדינטות"]}},24197:e=>{e.exports={en:["Center"],he_IL:["מרכז"]}},6060:e=>{e.exports={en:["Add text"],he_IL:["הוסף טקסט"]}},27567:e=>{e.exports={en:["Bottom"],he_IL:["תחתית"]}},38408:e=>{e.exports={en:["Border"],he_IL:["גבול"]}},79468:e=>{e.exports={en:["Background"],he_IL:["רקע"]}},72942:e=>{e.exports={en:["Days"],he_IL:["ימים"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],he_IL:["שינוי מיקום (מחיר, בר)"]}},56796:e=>{e.exports={en:["Hours"],he_IL:["שעות"]}},95406:e=>{e.exports={en:["Horizontal"],he_IL:["אופקי"]}},21429:e=>{e.exports={en:["Inputs"],he_IL:["תשומות"]}},34974:e=>{e.exports={en:["Label border"],he_IL:["גבול תווית"]}},73863:e=>{e.exports={en:["Label background"],he_IL:["רקע תווית"]}},11626:e=>{e.exports={en:["Left"],he_IL:["שמאל"]}},97575:e=>{e.exports={en:["Line color"],he_IL:["צבע קו"]}},43154:e=>{e.exports={en:["Months"],he_IL:["חודשים"]}},68833:e=>{e.exports={en:["Middle"],he_IL:["אמצע"]}},42562:e=>{e.exports={en:["Minutes"],he_IL:["דקות"]}},65188:e=>{e.exports={en:["Seconds"],he_IL:["שניות"]}},50421:e=>{e.exports={en:["Right"],he_IL:["ימין"]}},835:e=>{e.exports={en:["Weeks"],he_IL:["שבועות"]}},97118:e=>{e.exports={en:["Top"],he_IL:["עליון"]}},70320:e=>{e.exports={en:["Text"],he_IL:["טקסט"]}},7560:e=>{e.exports={en:["Text wrap"],he_IL:["גלישת טקסט"]}},25485:e=>{e.exports={en:["Text alignment"],he_IL:["יישור טקסט"]}},67781:e=>{e.exports={en:["Text orientation"],he_IL:["כיוון טקסט"]}},24821:e=>{e.exports={en:["Ticks"],he_IL:["טיקים"]}},69526:e=>{e.exports={en:["Vertical"],he_IL:["אנכי"]}},2066:e=>{e.exports={en:["change bar X coordinate"],he_IL:["שנה בר של קואורדינטת X"]}},11737:e=>{e.exports={en:["change price Y coordinate"],he_IL:["שנה מחיר של קואורדינטת Y"]}},69437:e=>{e.exports={en:["change {title} border color"],he_IL:["שנה את נראות הגבול של {title}"]}},19298:e=>{e.exports={en:["change {title} border visibility"],he_IL:["שנה את נראות הגבול של {title}"]}},30839:e=>{e.exports={en:["change {title} background visibility"],he_IL:["שנה נראות הרקע של {title}"]}},49765:e=>{e.exports={en:["change {title} background color"],he_IL:["שנה את צבע הרקע של {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],he_IL:["שנה {title} ימים ל"]}},91201:e=>{e.exports={en:["change {title} days from"],he_IL:["שנה {title} ימים מ"]}},8306:e=>{e.exports={en:["change {title} hours from"],he_IL:["שנה {title} שעות מ"]}},67233:e=>{e.exports={en:["change {title} hours to"],he_IL:["שנה את השעות של {title} ל"]}},7455:e=>{e.exports={en:["change {title} line color"],he_IL:["שנה את צבע השורה {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],he_IL:["שנה {title} חודשים מ"]}},10518:e=>{e.exports={en:["change {title} months to"],he_IL:["שנה {title} חודשים ל"]}},38011:e=>{e.exports={en:["change {title} minutes to"],he_IL:["שנה {title} דקות ל"]}},59820:e=>{e.exports={
+en:["change {title} minutes from"],he_IL:["שנה {title} דקות מ"]}},6573:e=>{e.exports={en:["change {title} seconds to"],he_IL:["שנה {title} שניות ל"]}},86780:e=>{e.exports={en:["change {title} seconds from"],he_IL:["שנה {title} שניות מ"]}},32481:e=>{e.exports={en:["change {title} weeks from"],he_IL:["שנה {title} שבועות מ"]}},18678:e=>{e.exports={en:["change {title} weeks to"],he_IL:["שנה {title} שבועות ל"]}},57122:e=>{e.exports={en:["change {title} text"],he_IL:["שנה את הטקסט של {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],he_IL:["שנה את הנראות של {title} בטיקים"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],he_IL:["שנה נראות של {title} על שבועות"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],he_IL:["שנה את הנראות של {title} ב-{ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],he_IL:["שנה את הנראות של {title} בימים"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],he_IL:["שנה נראות של {title} בשעות"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],he_IL:["שנה נראות של {title} על דקות"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],he_IL:["שנה נראות של {title} על חודשים"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],he_IL:["שנה נראות של {title} בשניות"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],he_IL:["שנה את יישור התוויות {toolName} למאונך"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],he_IL:["שנה את יישור התוויות {toolName} לאופקי"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],he_IL:["שנה את כיוון התוויות של {toolName}"]}},66668:e=>{e.exports={en:["change {toolName} text"],he_IL:["שנה את הטקסט של {toolName}"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],he_IL:["שנה את נראות הטקסט של {toolName}"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],he_IL:["שנה גלישת טקסט של {toolName}"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],he_IL:["שנה את צבע הרקע של הטקסט של {toolName}"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],he_IL:["שנה את נראות הרקע של הטקסט של {toolName}"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],he_IL:["שנה את צבע גבול הטקסט של {toolName}"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],he_IL:["שנה את רוחב גבול הטקסט של {toolName}"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],he_IL:["שנה את נראות גבול הטקסט של {toolName}"]}},64500:e=>{e.exports={en:["change {toolName} text color"],he_IL:["שנה את צבע הטקסט של {toolName}"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],he_IL:["שנה את גופן הטקסט {toolName} למודגש"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],he_IL:["שנה את גופן הטקסט של {toolName} לנטוי"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],he_IL:["שנה את גודל גופן הטקסט של {toolName}"]}},25167:e=>{e.exports={
+en:["change {propertyName} property"],he_IL:["שנה את המאפיין {propertyName}"]}},35813:e=>{e.exports={en:["days"],he_IL:["ימים"]}},89919:e=>{e.exports={en:["days to"],he_IL:["ימים ל"]}},59215:e=>{e.exports={en:["days from"],he_IL:["ימים מ"]}},2359:e=>{e.exports={en:["hours"],he_IL:["שעות"]}},82267:e=>{e.exports={en:["hours from"],he_IL:["שעות מ"]}},15600:e=>{e.exports={en:["hours to"],he_IL:["שעות ל"]}},76261:e=>{e.exports={en:["move drawings"],he_IL:["העבר שרטוטים"]}},95300:e=>{e.exports={en:["months"],he_IL:["חודשים"]}},17250:e=>{e.exports={en:["months from"],he_IL:["חודשים מ"]}},2828:e=>{e.exports={en:["months to"],he_IL:["חודשים ל"]}},18726:e=>{e.exports={en:["minutes"],he_IL:["דקות"]}},67649:e=>{e.exports={en:["minutes to"],he_IL:["דקות ל"]}},22476:e=>{e.exports={en:["minutes from"],he_IL:["דקות מ"]}},751:e=>{e.exports={en:["seconds"],he_IL:["שניות"]}},73419:e=>{e.exports={en:["seconds to"],he_IL:["שניות ל"]}},35801:e=>{e.exports={en:["seconds from"],he_IL:["שניות מ"]}},45537:e=>{e.exports={en:["weeks"],he_IL:["שבועות"]}},92859:e=>{e.exports={en:["weeks from"],he_IL:["שבועות מ"]}},44127:e=>{e.exports={en:["weeks to"],he_IL:["שבועות ל"]}},3539:e=>{e.exports={en:["ticks"],he_IL:["טיקים"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.6655.0fd2fe635955f6cfa2ba.js b/public/charting_library/bundles/he_IL.6655.0fd2fe635955f6cfa2ba.js
new file mode 100644
index 0000000..f378b17
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.6655.0fd2fe635955f6cfa2ba.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6655,4040,359],{55517:e=>{e.exports={en:["Add"],he_IL:["הוסף"]}},29619:e=>{e.exports={en:["Add custom color"],he_IL:["הוסף צבע בהתאמה אישית"]}},80936:e=>{e.exports={en:["Opacity"],he_IL:["שקיפות"]}},97349:e=>{e.exports={en:["Fr"],he_IL:["שישי"]}},30961:e=>{e.exports={en:["Mo"],he_IL:["שני"]}},94748:e=>{e.exports={en:["Sa"],he_IL:["שבת"]}},75005:e=>{e.exports={en:["Su"],he_IL:["ראשון"]}},92578:e=>{e.exports={en:["We"]}},8765:e=>{e.exports={en:["Th"],he_IL:["חמישי"]}},9135:e=>{e.exports={en:["Tu"],he_IL:["שלישי"]}},53288:e=>{e.exports={en:["animals & nature"],he_IL:["בעלי חיים וטבע"]}},21311:e=>{e.exports={en:["activity"],he_IL:["פעילות"]}},90678:e=>{e.exports={en:["food & drink"],he_IL:["אוכל ושתייה"]}},6715:e=>{e.exports={en:["flags"],he_IL:["דגלים"]}},98355:e=>{e.exports={en:["objects"],he_IL:["אובייקטים"]}},43438:e=>{e.exports={en:["smiles & people"],he_IL:["חיוכים ואנשים"]}},40457:e=>{e.exports={en:["symbols"],he_IL:["סימולים"]}},88906:e=>{e.exports={en:["recently used"],he_IL:["נעשה בו שימוש לאחרונה"]}},28562:e=>{e.exports={en:["travel & places"],he_IL:["נסיעות ומקומות"]}},24716:e=>{e.exports={en:["Another symbol"],he_IL:["סימול נוסף"]}},41256:e=>{e.exports={en:["Back"],he_IL:["חזור"]}},94849:e=>{e.exports={en:["Main chart symbol"],he_IL:["סימול הגרף הראשי"]}},53174:e=>{e.exports={en:["Right"],he_IL:["זכות Right"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"],he_IL:["לוח השנה הוא כרגע בשנה {year}"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"],he_IL:["היומן פועל כעת על שנים מ-{year_start} עד {year_end}"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"],he_IL:["היומן נמצא כרגע ב-{month}"]}},4543:e=>{e.exports={en:["Cancel"],he_IL:["ביטול"]}},24197:e=>{e.exports={en:["Center"],he_IL:["מרכז"]}},63245:e=>{e.exports={en:["Change symbol"],he_IL:["שנה סימול"]}},54613:e=>{e.exports={en:["Chart"],he_IL:["גרף"]}},47742:e=>{e.exports={en:["Close menu"],he_IL:["סגור תפריט"]}},34040:e=>{e.exports={en:["All sources"],he_IL:["כל המקורות"]}},62511:e=>{e.exports={en:["Apply Defaults"],he_IL:["החל ברירת מחדל"]}},28896:e=>{e.exports={en:["April"],he_IL:["אפריל"]}},11081:e=>{e.exports={en:["August"],he_IL:["אוגוסט"]}},27567:e=>{e.exports={en:["Bottom"],he_IL:["תחתית"]}},42358:e=>{e.exports={en:["Bond"],he_IL:["אגרת חוב"]}},68043:e=>{e.exports={en:["Gradient"],he_IL:["משולב"]}},27390:e=>{e.exports={en:["Dotted line"],he_IL:["קו מנוקד"]}},88123:e=>{e.exports={en:["Dashed line"],he_IL:["קו מקווקו"]}},90082:e=>{e.exports={en:["December"],he_IL:["דצמבר"]}},55319:e=>{e.exports={en:["Decrease"],he_IL:["לְהַקְטִין"]}},48572:e=>{e.exports={en:["Defaults"],he_IL:["ברירות מחדל"]}},78734:e=>{e.exports={en:["Description"],he_IL:["תיאור"]}},81069:e=>{e.exports={en:["February"],he_IL:["פברואר"]}},3570:e=>{e.exports={en:["Friday"],he_IL:["יום שישי"]}},95406:e=>{e.exports={en:["Horizontal"],he_IL:["אופקי"]}},8854:e=>{e.exports={en:["Hidden"],he_IL:["מוסתר"]}},39832:e=>{e.exports={en:["Increase"],
+he_IL:["גידול"]}},200:e=>{e.exports={en:["January"],he_IL:["ינואר"]}},6608:e=>{e.exports={en:["July"],he_IL:["יולי"]}},61487:e=>{e.exports={en:["June"],he_IL:["יוני"]}},37997:e=>{e.exports={en:["October"],he_IL:["אוקטובר"]}},55450:e=>{e.exports={en:["Offset"],he_IL:["מרווח"]}},19295:e=>{e.exports={en:["Ok"],he_IL:["אוקיי"]}},11626:e=>{e.exports={en:["Left"],he_IL:["שמאל"]}},28603:e=>{e.exports={en:["Line style"],he_IL:["סגנון קו"]}},19573:e=>{e.exports={en:["Monday"],he_IL:["יום שני"]}},43154:e=>{e.exports={en:["Months"],he_IL:["חודשים"]}},37117:e=>{e.exports={en:["More"],he_IL:["עוד"]}},25734:e=>{e.exports={en:["May"],he_IL:["מאי"]}},93878:e=>{e.exports={en:["March"],he_IL:["מרץ"]}},68833:e=>{e.exports={en:["Middle"],he_IL:["אמצע"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],he_IL:["אין בורסות התואמות את הקריטריונים שלך"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],he_IL:["אין סימולים תואמים את הקריטריונים שלך"]}},4607:e=>{e.exports={en:["November"],he_IL:["נובמבר"]}},65353:e=>{e.exports={en:["Normal"],he_IL:["רגיל"]}},69102:e=>{e.exports={en:["Next year"],he_IL:["שנה הבאה"]}},17538:e=>{e.exports={en:["Next years"],he_IL:["שנים הבאות"]}},92790:e=>{e.exports={en:["Next month"],he_IL:["חודש הבא"]}},71300:e=>{e.exports={en:["Number format is invalid."],he_IL:["פורמט המספר אינו חוקי."]}},28628:e=>{e.exports={en:["Sources"],he_IL:["מקורות"]}},88686:e=>{e.exports={en:["Solid"],he_IL:["סולידי"]}},30348:e=>{e.exports={en:["Saturday"],he_IL:["יום שבת"]}},99687:e=>{e.exports={en:["Save as default"],he_IL:["שמור כברירת מחדל"]}},8573:e=>{e.exports={en:["Search"],he_IL:["חפש"]}},57640:e=>{e.exports={en:["Select source"],he_IL:["בחר מקור"]}},8954:e=>{e.exports={en:["Selected Drawings"],he_IL:["שרטוטים נבחרים"]}},32179:e=>{e.exports={en:["September"],he_IL:["ספטמבר"]}},31331:e=>{e.exports={en:["Specified value is more than the instrument maximum of {max}."],he_IL:["הערך שצוין הוא יותר מהמקסימום של המכשיר {max}."]}},24216:e=>{e.exports={en:["Specified value is less than the instrument minimum of {min}."],he_IL:["הערך שצוין הוא פחות מהמינימום של המכשיר {min}."]}},61480:e=>{e.exports={en:["Sunday"],he_IL:["יום ראשון"]}},70235:e=>{e.exports={en:["Switch to months"],he_IL:["עבור לחודשים"]}},91245:e=>{e.exports={en:["Switch to dates"],he_IL:["עבור לתאריכים"]}},71961:e=>{e.exports={en:["Switch to years"],he_IL:["עבור לשנים"]}},95481:e=>{e.exports={en:["Symbol"],he_IL:["סימול"]}},74007:e=>{e.exports={en:["Symbol & description"],he_IL:["סימול ותיאור"]}},51165:e=>{e.exports={en:["Symbol Search"],he_IL:["חיפוש סימולים"]}},27254:e=>{e.exports={en:["Please enter the right date"],he_IL:["אנא הזן את התאריך הנכון"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"],he_IL:["נא הזן את פורמט התאריך הנכון yyyy-mm-dd"]}},93984:e=>{e.exports={en:["Previous month"],he_IL:["חודש שעבר"]}},75776:e=>{e.exports={en:["Previous year"],he_IL:["שנה קודמת"]}},44701:e=>{e.exports={en:["Previous years"],he_IL:["שנים קודמות"]}},89984:e=>{e.exports={en:["Remove color"],he_IL:["הסר צבע"]}},47550:e=>{
+e.exports={en:["Remove selected emoji"],he_IL:["הסר את האמוג'י שנבחר"]}},33533:e=>{e.exports={en:["Reset settings"],he_IL:["אפס הגדרות"]}},50421:e=>{e.exports={en:["Right"],he_IL:["ימין"]}},94226:e=>{e.exports={en:["Wednesday"],he_IL:["יום רביעי"]}},97118:e=>{e.exports={en:["Top"],he_IL:["עליון"]}},25485:e=>{e.exports={en:["Text alignment"],he_IL:["יישור טקסט"]}},67781:e=>{e.exports={en:["Text orientation"],he_IL:["כיוון טקסט"]}},79137:e=>{e.exports={en:["Thursday"],he_IL:["יום חמישי"]}},54971:e=>{e.exports={en:["Thickness"],he_IL:["עובי"]}},82160:e=>{e.exports={en:["Tuesday"],he_IL:["יום שלישי"]}},13748:e=>{e.exports={en:["Use special math signs to displace selected drawings: +,-,/,* for price and +,- for bar index."],he_IL:["השתמש בסימנים מתמטיים מיוחדים כדי להחליף שרטוטים נבחרים: +,-,/,* עבור המחיר ו-+,- עבור בר אינדקס."]}},69526:e=>{e.exports={en:["Vertical"],he_IL:["אנכי"]}},66181:e=>{e.exports={en:["Years"],he_IL:["שנים"]}},70932:e=>{e.exports={en:["commodity"],he_IL:["סחורה"]}},79599:e=>{e.exports={en:["cfd"],he_IL:["חוזה הפרשים cfd"]}},29426:e=>{e.exports={en:["change opacity"],he_IL:["שנה את הבהירות"]}},31675:e=>{e.exports={en:["change color"],he_IL:["שנה צבע"]}},28818:e=>{e.exports={en:["change line style"],he_IL:["שנה את סגנון הקו"]}},73281:e=>{e.exports={en:["change thickness"],he_IL:["שנה את העובי"]}},25167:e=>{e.exports={en:["change {propertyName} property"],he_IL:["שנה את המאפיין {propertyName}"]}},23687:e=>{e.exports={en:["change {sourceTitle} title to {newSourceTitle}"],he_IL:["שנה את {sourceTitle} כותרת ל- {newSourceTitle}"]}},5741:e=>{e.exports={en:["close"],he_IL:["סגירה"]}},46128:e=>{e.exports={en:["crypto"],he_IL:["קריפטו"]}},47268:e=>{e.exports={en:["dr"]}},406:e=>{e.exports={en:["e.g. +1"],he_IL:["לְמָשָׁל /+1"]}},49957:e=>{e.exports={en:["e.g. /2"],he_IL:["לְמָשָׁל /2"]}},54094:e=>{e.exports={en:["economy"],he_IL:["כַּלְכָּלָה"]}},17770:e=>{e.exports={en:["forex"],he_IL:['מט"ח']}},4723:e=>{e.exports={en:["futures"],he_IL:["חוזים עתידיים"]}},59319:e=>{e.exports={en:["high"],he_IL:["גבוה"]}},96008:e=>{e.exports={en:["hl2"]}},91189:e=>{e.exports={en:["hlc3"]}},49242:e=>{e.exports={en:["hlcc4"]}},87464:e=>{e.exports={en:["index"],he_IL:["מדד"]}},90250:e=>{e.exports={en:["indices"],he_IL:["מדדים"]}},52793:e=>{e.exports={en:["ohlc4"]}},83584:e=>{e.exports={en:["open"],he_IL:["פתיחה"]}},41902:e=>{e.exports={en:["low"],he_IL:["נמוך"]}},76752:e=>{e.exports={en:["stock"],he_IL:["מניה"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.6703.bdb6f2f6c5d635dc479f.js b/public/charting_library/bundles/he_IL.6703.bdb6f2f6c5d635dc479f.js
new file mode 100644
index 0000000..1f2ca08
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.6703.bdb6f2f6c5d635dc479f.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6703,4040,359],{41256:e=>{e.exports={en:["Back"],he_IL:["חזור"]}},53174:e=>{e.exports={en:["Right"],he_IL:["זכות Right"]}},93193:e=>{e.exports={en:["Compare symbol"],he_IL:["השווה סימול"]}},4543:e=>{e.exports={en:["Cancel"],he_IL:["ביטול"]}},47742:e=>{e.exports={en:["Close menu"],he_IL:["סגור תפריט"]}},60085:e=>{e.exports={en:["Add to"],he_IL:["הוסף ל"]}},46622:e=>{e.exports={en:["Added symbols"],he_IL:["נוספו סימולים"]}},34040:e=>{e.exports={en:["All sources"],he_IL:["כל המקורות"]}},1048:e=>{e.exports={en:["Allow extend time scale"],he_IL:["אפשר להאריך את סולם הזמן"]}},42358:e=>{e.exports={en:["Bond"],he_IL:["אגרת חוב"]}},78734:e=>{e.exports={en:["Description"],he_IL:["תיאור"]}},37117:e=>{e.exports={en:["More"],he_IL:["עוד"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],he_IL:["אין בורסות התואמות את הקריטריונים שלך"]}},37094:e=>{e.exports={en:["No symbols here yet — why not add some?"],he_IL:["עדיין אין כאן סימולים - למה לא להוסיף כמה?"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],he_IL:["אין סימולים תואמים את הקריטריונים שלך"]}},63456:e=>{e.exports={en:["New pane"],he_IL:["חלונית חדשה"]}},60126:e=>{e.exports={en:["New price scale"],he_IL:["סולם מחירים חדש"]}},28628:e=>{e.exports={en:["Sources"],he_IL:["מקורות"]}},56136:e=>{e.exports={en:["Same % scale"],he_IL:["אותו סולם%"]}},38137:e=>{e.exports={en:["Same scale"],he_IL:["אותו קנה מידה"]}},8573:e=>{e.exports={en:["Search"],he_IL:["חפש"]}},57640:e=>{e.exports={en:["Select source"],he_IL:["בחר מקור"]}},95481:e=>{e.exports={en:["Symbol"],he_IL:["סימול"]}},74007:e=>{e.exports={en:["Symbol & description"],he_IL:["סימול ותיאור"]}},51165:e=>{e.exports={en:["Symbol Search"],he_IL:["חיפוש סימולים"]}},8926:e=>{e.exports={en:["Recent symbols"],he_IL:["סימולים אחרונים"]}},70932:e=>{e.exports={en:["commodity"],he_IL:["סחורה"]}},79599:e=>{e.exports={en:["cfd"],he_IL:["חוזה הפרשים cfd"]}},46128:e=>{e.exports={en:["crypto"],he_IL:["קריפטו"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"],he_IL:["כַּלְכָּלָה"]}},17770:e=>{e.exports={en:["forex"],he_IL:['מט"ח']}},4723:e=>{e.exports={en:["futures"],he_IL:["חוזים עתידיים"]}},87464:e=>{e.exports={en:["index"],he_IL:["מדד"]}},90250:e=>{e.exports={en:["indices"],he_IL:["מדדים"]}},76752:e=>{e.exports={en:["stock"],he_IL:["מניה"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.6760.d667b4a17bb7e3977273.js b/public/charting_library/bundles/he_IL.6760.d667b4a17bb7e3977273.js
new file mode 100644
index 0000000..738b974
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.6760.d667b4a17bb7e3977273.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6760,2787,6155,7850,7122,5111,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],he_IL:["#{count} (מחיר, נר)"]}},78930:e=>{e.exports={en:["Coordinates"],he_IL:["קואורדינטות"]}},24197:e=>{e.exports={en:["Center"],he_IL:["מרכז"]}},6060:e=>{e.exports={en:["Add text"],he_IL:["הוסף טקסט"]}},27567:e=>{e.exports={en:["Bottom"],he_IL:["תחתית"]}},79468:e=>{e.exports={en:["Background"],he_IL:["רקע"]}},72942:e=>{e.exports={en:["Days"],he_IL:["ימים"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],he_IL:["שינוי מיקום (מחיר, בר)"]}},61856:e=>{e.exports={en:["Extend left line"],he_IL:["הרחב את הקו השמאלי"]}},87430:e=>{e.exports={en:["Extend right line"],he_IL:["הרחב את הקו הימני"]}},56796:e=>{e.exports={en:["Hours"],he_IL:["שעות"]}},95406:e=>{e.exports={en:["Horizontal"],he_IL:["אופקי"]}},21429:e=>{e.exports={en:["Inputs"],he_IL:["תשומות"]}},79650:e=>{e.exports={en:["Levels"],he_IL:["רמות"]}},11626:e=>{e.exports={en:["Left"],he_IL:["שמאל"]}},43154:e=>{e.exports={en:["Months"],he_IL:["חודשים"]}},68833:e=>{e.exports={en:["Middle"],he_IL:["אמצע"]}},42562:e=>{e.exports={en:["Minutes"],he_IL:["דקות"]}},65188:e=>{e.exports={en:["Seconds"],he_IL:["שניות"]}},50421:e=>{e.exports={en:["Right"],he_IL:["ימין"]}},835:e=>{e.exports={en:["Weeks"],he_IL:["שבועות"]}},97118:e=>{e.exports={en:["Top"],he_IL:["עליון"]}},70320:e=>{e.exports={en:["Text"],he_IL:["טקסט"]}},25485:e=>{e.exports={en:["Text alignment"],he_IL:["יישור טקסט"]}},67781:e=>{e.exports={en:["Text orientation"],he_IL:["כיוון טקסט"]}},24821:e=>{e.exports={en:["Ticks"],he_IL:["טיקים"]}},51574:e=>{e.exports={en:["Trend line"],he_IL:["קו מגמה"]}},28683:e=>{e.exports={en:["Use one color"],he_IL:["השתמש בצבע אחד"]}},69526:e=>{e.exports={en:["Vertical"],he_IL:["אנכי"]}},2066:e=>{e.exports={en:["change bar X coordinate"],he_IL:["שנה בר של קואורדינטת X"]}},11737:e=>{e.exports={en:["change price Y coordinate"],he_IL:["שנה מחיר של קואורדינטת Y"]}},59577:e=>{e.exports={en:["change {title} all lines color"],he_IL:["שנה צבע כל הקווים של {title}"]}},13783:e=>{e.exports={en:["change {title} background transparency"],he_IL:["שנה את שקיפות הרקע של {title}"]}},30839:e=>{e.exports={en:["change {title} background visibility"],he_IL:["שנה נראות הרקע של {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],he_IL:["שנה {title} ימים ל"]}},91201:e=>{e.exports={en:["change {title} days from"],he_IL:["שנה {title} ימים מ"]}},8306:e=>{e.exports={en:["change {title} hours from"],he_IL:["שנה {title} שעות מ"]}},67233:e=>{e.exports={en:["change {title} hours to"],he_IL:["שנה את השעות של {title} ל"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],he_IL:["שנה קו coeff {title} רמה {index}"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],he_IL:["שנה את צבע רמת {index} השורה של {title}"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"],he_IL:["שנה את נראות רמת {index} השורה {title}"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"],
+he_IL:["שנה את רוחב רמת השורה{index} של {title}"]}},54517:e=>{e.exports={en:["change {title} levels visibility"],he_IL:["שנה את הנראות של הרמות {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],he_IL:["שנה {title} חודשים מ"]}},10518:e=>{e.exports={en:["change {title} months to"],he_IL:["שנה {title} חודשים ל"]}},38011:e=>{e.exports={en:["change {title} minutes to"],he_IL:["שנה {title} דקות ל"]}},59820:e=>{e.exports={en:["change {title} minutes from"],he_IL:["שנה {title} דקות מ"]}},6573:e=>{e.exports={en:["change {title} seconds to"],he_IL:["שנה {title} שניות ל"]}},86780:e=>{e.exports={en:["change {title} seconds from"],he_IL:["שנה {title} שניות מ"]}},32481:e=>{e.exports={en:["change {title} weeks from"],he_IL:["שנה {title} שבועות מ"]}},18678:e=>{e.exports={en:["change {title} weeks to"],he_IL:["שנה {title} שבועות ל"]}},57122:e=>{e.exports={en:["change {title} text"],he_IL:["שנה את הטקסט של {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],he_IL:["שנה את הנראות של {title} בטיקים"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],he_IL:["שנה נראות של {title} על שבועות"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],he_IL:["שנה את הנראות של {title} ב-{ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],he_IL:["שנה את הנראות של {title} בימים"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],he_IL:["שנה נראות של {title} בשעות"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],he_IL:["שנה נראות של {title} על דקות"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],he_IL:["שנה נראות של {title} על חודשים"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],he_IL:["שנה נראות של {title} בשניות"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],he_IL:["שנה נראות השורה של {toolName}"]}},19541:e=>{e.exports={en:["change {toolName} line width"],he_IL:["שנה את רוחב השורה של {toolName}"]}},24059:e=>{e.exports={en:["change {toolName} line color"],he_IL:["שנה את צבע הקו של {toolName}"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],he_IL:["שנה את השורה {toolName} הנמשכת שמאלה"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],he_IL:["שנה את הקו של {toolName} הנמשך ימינה"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],he_IL:["שנה את השורה השמאלית של {toolName}"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],he_IL:["שנה את השורה הימנית של {toolName}"]}},66429:e=>{e.exports={en:["change {toolName} line style"],he_IL:["שנה את סגנון השורה של {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],he_IL:["שנה את המאפיין {propertyName}"]}},35813:e=>{e.exports={en:["days"],he_IL:["ימים"]}},89919:e=>{e.exports={en:["days to"],he_IL:["ימים ל"]}},59215:e=>{e.exports={en:["days from"],he_IL:["ימים מ"]}},77114:e=>{e.exports={en:["erase level line"],he_IL:["מחק קו רמה"]}},2359:e=>{e.exports={en:["hours"],he_IL:["שעות"]}},82267:e=>{e.exports={en:["hours from"],he_IL:["שעות מ"]}
+},15600:e=>{e.exports={en:["hours to"],he_IL:["שעות ל"]}},76261:e=>{e.exports={en:["move drawings"],he_IL:["העבר שרטוטים"]}},95300:e=>{e.exports={en:["months"],he_IL:["חודשים"]}},17250:e=>{e.exports={en:["months from"],he_IL:["חודשים מ"]}},2828:e=>{e.exports={en:["months to"],he_IL:["חודשים ל"]}},18726:e=>{e.exports={en:["minutes"],he_IL:["דקות"]}},67649:e=>{e.exports={en:["minutes to"],he_IL:["דקות ל"]}},22476:e=>{e.exports={en:["minutes from"],he_IL:["דקות מ"]}},751:e=>{e.exports={en:["seconds"],he_IL:["שניות"]}},73419:e=>{e.exports={en:["seconds to"],he_IL:["שניות ל"]}},35801:e=>{e.exports={en:["seconds from"],he_IL:["שניות מ"]}},45537:e=>{e.exports={en:["weeks"],he_IL:["שבועות"]}},92859:e=>{e.exports={en:["weeks from"],he_IL:["שבועות מ"]}},44127:e=>{e.exports={en:["weeks to"],he_IL:["שבועות ל"]}},3539:e=>{e.exports={en:["ticks"],he_IL:["טיקים"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.6778.cb295f9cefe08c721b2c.js b/public/charting_library/bundles/he_IL.6778.cb295f9cefe08c721b2c.js
new file mode 100644
index 0000000..ad17309
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.6778.cb295f9cefe08c721b2c.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6778],{36778:e=>{e.exports={en:["Last available bar"],he_IL:["הנר זמין אחרון"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.6822.4179cccc2fa59f991bf4.js b/public/charting_library/bundles/he_IL.6822.4179cccc2fa59f991bf4.js
new file mode 100644
index 0000000..1978165
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.6822.4179cccc2fa59f991bf4.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6822],{94920:t=>{t.exports={en:["ADJ"],he_IL:["התאם"]}},16755:t=>{t.exports={en:["B-ADJ"],he_IL:["b-adj"]}},82631:t=>{t.exports={en:["SET"],he_IL:["הגדר"]}},22233:t=>{t.exports={en:["auto"],he_IL:["אוטומטי"]}},4161:t=>{t.exports={en:["log"],he_IL:["לוג"]}},58221:t=>{t.exports={en:["All data"],he_IL:["כל הנתונים"]}},19273:t=>{t.exports={en:["Year to day"],he_IL:["שנה ליום"]}},58426:t=>{t.exports={en:["{timePeriod} in {timeInterval}"],he_IL:["{timePeriod} ב-{timeInterval}"]}},93020:t=>{t.exports={en:["Adjust data for dividends"],he_IL:["התאם נתונים לדיבידנדים"]}},68921:t=>{t.exports={en:["Adjust for contract changes"],he_IL:["התאם לשינויים בחוזה"]}},42432:t=>{t.exports={en:["Go to"],he_IL:["עבור ל"]}},92966:t=>{t.exports={en:["Extended Hours is available only for intraday charts"],he_IL:["שעות מורחבות זמינות רק עבור גרפים תוך-יומיים"]}},61206:t=>{t.exports={en:["Maximize chart"],he_IL:["הגדל גרף"]}},2031:t=>{t.exports={en:["Main symbol data is adjusted for dividends only"],he_IL:["הנתונים של הסימול הראשי מותאמים לדיבידנדים בלבד"]}},95739:t=>{t.exports={en:["Main symbol data is adjusted for splits only"],he_IL:["הנתונים של הסימול הראשי מותאמים לספליטים בלבד"]}},27665:t=>{t.exports={en:["Sessions"],he_IL:["סשנים"]}},31142:t=>{t.exports={en:["Restore chart"],he_IL:["שחזר גרף"]}},41888:t=>{t.exports={en:["Toggle Auto Scale"],he_IL:["הפעל/כבה קנה מידה אוטומטיות"]}},1e4:t=>{t.exports={en:["Toggle Log Scale"],he_IL:["הפעל/כבה סקאלה לוגריתמית"]}},81649:t=>{t.exports={en:["Toggle Percentage"],he_IL:["החלף אחוזים"]}},77073:t=>{t.exports={en:["Timezone"],he_IL:["אזור זמן"]}},49545:t=>{t.exports={en:["Use settlement as close on daily interval"],he_IL:["השתמש בסליקה כסגירה באינטרוול יומי"]}},8586:t=>{t.exports={en:["ext"],he_IL:["הרחב"]}},63808:t=>{t.exports={en:["{str} day","{str} days"],he_IL:["{str} יום","{str} ימים","{str} ימים","{str} ימים"]}},62368:t=>{t.exports={en:["{str} day","{str} days"],he_IL:["יום {str}","{str} ימים","{str} ימים","{str} ימים"]}},561:t=>{t.exports={en:["{str} day intervals","{str} days intervals"],he_IL:["{str} אינטרוולי יום","{str} אינטרוולי ימים","{str} אינטרוולי ימים","{str} אינטרוולי ימים"]}},72495:t=>{t.exports={en:["{str} hour","{str} hours"],he_IL:["{str} שעה","{str} שעות","{str} שעות","{str} שעות"]}},64963:t=>{t.exports={en:["{str} hour","{str} hours"],he_IL:["שעה {str}","{str} שעות","{str} שעות","{str} שעות"]}},14887:t=>{t.exports={en:["{str} hour intervals","{str} hours intervals"],he_IL:["{str} אינטרוולי שעה","{str} אינטרוולי שעות","{str} אינטרוולי שעות","{str} אינטרוולי שעות"]}},12752:t=>{t.exports={en:["{str} month","{str} months"],he_IL:["{str} חודש","{str} חודשים","{str} חודשים","{str} חודשים"]}},20062:t=>{t.exports={en:["{str} month","{str} months"],he_IL:["חודש {str}","{str} חודשים","{str} חודשים","{str} חודשים"]}},48514:t=>{t.exports={en:["{str} month intervals","{str} months intervals"],
+he_IL:["{str} אינטרוולי חודש","{str} אינטרוולי חודשים","{str} אינטרוולי חודשים","{str} אינטרוולי חודשים"]}},95484:t=>{t.exports={en:["{str} minute","{str} minutes"],he_IL:["דקה {str}","דקות {str}","דקות {str}","דקות {str}"]}},5926:t=>{t.exports={en:["{str} minute","{str} minutes"],he_IL:["דקה {str}","{str} דקות","{str} דקות","{str} דקות"]}},15489:t=>{t.exports={en:["{str} minute intervals","{str} minutes intervals"],he_IL:["{str} אינטרוולי דקה","{str} אינטרוולי דקות","{str} אינטרוולי דקות","{str} אינטרוולי דקות"]}},6088:t=>{t.exports={en:["{str} week","{str} weeks"],he_IL:["{str} שבוע","{str} שבועות","{str} שבועות","{str} שבועות"]}},49306:t=>{t.exports={en:["{str} week","{str} weeks"],he_IL:["שבוע {str}","{str} שבועות","{str} שבועות","{str} שבועות"]}},60316:t=>{t.exports={en:["{str} week intervals","{str} weeks intervals"],he_IL:["{str} אינטרוולי שבוע","{str} אינטרוולי שבועות","{str} אינטרוולי שבועות","{str} אינטרוולי שבועות"]}},96325:t=>{t.exports={en:["{str} year","{str} years"],he_IL:["{str} שנה","{str} שנים","{str} שנים","{str} שנים"]}},91549:t=>{t.exports={en:["{str} year","{str} years"],he_IL:["שנה {str}","{str} שנים","{str} שנים","{str} שנים"]}},78971:t=>{t.exports={en:["{str} year intervals","{str} years intervals"],he_IL:["{str} אינטרוולי שעה","{str} אינטרוולי שעות","{str} אינטרוולי שעות","{str} אינטרוולי שעות"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.6838.b209fab6f81d9054b17c.js b/public/charting_library/bundles/he_IL.6838.b209fab6f81d9054b17c.js
new file mode 100644
index 0000000..160b820
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.6838.b209fab6f81d9054b17c.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6838],{66838:e=>{e.exports={en:["Fact of the day"],he_IL:["העובדה של היום"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.7122.b56804d4455c3a0204dd.js b/public/charting_library/bundles/he_IL.7122.b56804d4455c3a0204dd.js
new file mode 100644
index 0000000..f3eb62a
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.7122.b56804d4455c3a0204dd.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7122],{57122:e=>{e.exports={en:["change {title} text"],he_IL:["שנה את הטקסט של {title}"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.7328.6e079881a6ff4ded3dbf.js b/public/charting_library/bundles/he_IL.7328.6e079881a6ff4ded3dbf.js
new file mode 100644
index 0000000..cf2727a
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.7328.6e079881a6ff4ded3dbf.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7328],{27328:e=>{e.exports={en:["Don't show again"],he_IL:["אל תציג שוב"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.7458.068c610f8718bc62a766.js b/public/charting_library/bundles/he_IL.7458.068c610f8718bc62a766.js
new file mode 100644
index 0000000..caddde3
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.7458.068c610f8718bc62a766.js
@@ -0,0 +1,7 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7458,4821],{80587:e=>{e.exports={en:["bars"],he_IL:["ברים"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"],he_IL:["4/(פ+ג+נ+ס)"]}},27311:e=>{e.exports={en:["(H + L + C)/3"],he_IL:["3/(ג+נ+ס)"]}},69303:e=>{e.exports={en:["(H + L)/2"],he_IL:["2/(ג+נ)"]}},31882:e=>{e.exports={en:["12-hours"],he_IL:["12 שעות"]}},5797:e=>{e.exports={en:["24-hours"],he_IL:["24 שעות"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],he_IL:["צבע הנר על בסיס הסגירה הקודמת"]}},23739:e=>{e.exports={en:["Canvas"],he_IL:["קנבס"]}},24197:e=>{e.exports={en:["Center"],he_IL:["מרכז"]}},15153:e=>{e.exports={en:["Chart basic styles"],he_IL:["גרף סגנונות בסיסי"]}},45639:e=>{e.exports={en:["Chart values"],he_IL:["ערכי גרף"]}},84831:e=>{e.exports={en:["Close line"],he_IL:["קו סגירה"]}},74622:e=>{e.exports={en:["Crosshair"],he_IL:["צלב"]}},81849:e=>{e.exports={en:["Currency"],he_IL:["מַטְבֵּעַ"]}},3015:e=>{e.exports={en:["Currency and Unit"],he_IL:["מטבע ויחידה"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],he_IL:["התאם נתונים לדיבידנדים"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],he_IL:["התאם לשינויים בחוזה"]}},36620:e=>{e.exports={en:["Alerts"],he_IL:["התראות"]}},14119:e=>{e.exports={en:["Arguments"],he_IL:["טיעונים"]}},68650:e=>{e.exports={en:["Average close"],he_IL:["ממוצע סגירה"]}},27567:e=>{e.exports={en:["Bottom"],he_IL:["תחתית"]}},3159:e=>{e.exports={en:["Bottom line"],he_IL:["קו תחתון"]}},74406:e=>{e.exports={en:["Body"],he_IL:["גוף"]}},333:e=>{e.exports={en:["Borders"],he_IL:["גבולות"]}},79468:e=>{e.exports={en:["Background"],he_IL:["רקע"]}},10842:e=>{e.exports={en:["Bar change values"],he_IL:["ערכי שינוי הנר"]}},28975:e=>{e.exports={en:["Base level"],he_IL:["רמת בסיס"]}},76473:e=>{e.exports={en:["Bid and ask"],he_IL:["ביקוש והיצע"]}},32744:e=>{e.exports={en:["Buttons"],he_IL:["כפתורים"]}},68662:e=>{e.exports={en:["Grid lines"],he_IL:["קווי רשת"]}},17611:e=>{e.exports={en:["Down bars"],he_IL:["נרות ירידה"]}},23743:e=>{e.exports={en:["Down color"],he_IL:["צבע תחתון"]}},48225:e=>{e.exports={en:["Data modification"],he_IL:["התאמת נתונים"]}},84838:e=>{e.exports={en:["Date format"],he_IL:["פורמט תאריך"]}},42357:e=>{e.exports={en:["Day of week on labels"],he_IL:["יום בשבוע על תוויות"]}},16564:e=>{e.exports={en:["Default"],he_IL:["ברירת מחדל"]}},78734:e=>{e.exports={en:["Description"],he_IL:["תיאור"]}},89212:e=>{e.exports={en:["Display inactivity gaps on intraday"]}},59777:e=>{e.exports={en:["Electronic trading hours background"],he_IL:["רקע שעות מסחר אלקטרוני"]}},69808:e=>{e.exports={en:["Events"],he_IL:["אירועים"]}},41129:e=>{e.exports={en:["Fill"],he_IL:["למלא"]}},61112:e=>{e.exports={en:["Fill top area"],he_IL:["מלא אזור עליון"]}},73185:e=>{e.exports={en:["Fill bottom area"],he_IL:["מלא אזור תחתון"]}},95406:e=>{e.exports={en:["Horizontal"],he_IL:["אופקי"]}},61900:e=>{e.exports={en:["Horz only"],he_IL:["רק אופקי"]}},14180:e=>{e.exports={en:["High and low"],he_IL:["גבוה ונמוך"]}},56359:e=>{e.exports={en:["High line"],he_IL:["קו גבוה"]}},
+47326:e=>{e.exports={en:["Integer"],he_IL:["מספר שלם"]}},84549:e=>{e.exports={en:["Indicators"],he_IL:["אינדיקטורים"]}},78082:e=>{e.exports={en:["Indicators and financials"],he_IL:["אינדיקטורים ופיננסיים"]}},25765:e=>{e.exports={en:["Open market status"],he_IL:["מצב שוק פתוח"]}},34579:e=>{e.exports={en:["Low line"],he_IL:["קו נמוך"]}},14876:e=>{e.exports={en:["Logo"],he_IL:["לוגו"]}},89315:e=>{e.exports={en:["Long Description"],he_IL:["תיאור ארוך"]}},72423:e=>{e.exports={en:["Last day change values"],he_IL:["ערכי שינוי היום האחרון"]}},11626:e=>{e.exports={en:["Left"],he_IL:["שמאל"]}},8249:e=>{e.exports={en:["Money"],he_IL:["כסף"]}},70937:e=>{e.exports={en:["Margins"],he_IL:["מינוף"]}},68833:e=>{e.exports={en:["Middle"],he_IL:["אמצע"]}},58589:e=>{e.exports={en:["No overlapping labels"],he_IL:["ללא תוויות חופפות"]}},60798:e=>{e.exports={en:["None"],he_IL:["אף אחד"]}},51019:e=>{e.exports={en:["Navigation"],he_IL:["ניווט"]}},99709:e=>{e.exports={en:["Name"],he_IL:["שם"]}},8852:e=>{e.exports={en:["Save chart left edge position when changing interval"],he_IL:["שמור מיקום הקצה השמאלי של הגרף בעת שינוי אינטרוול"]}},26204:e=>{e.exports={en:["Scale modes (A and L)"],he_IL:["מצבי קנה מידה (A ו-L)"]}},93968:e=>{e.exports={en:["Scales"],he_IL:["סולם מחיר"]}},90275:e=>{e.exports={en:["Scales and lines"],he_IL:["סולמות וקווים"]}},30042:e=>{e.exports={en:["Scales placement"],he_IL:["מיקום קנה מידה"]}},28715:e=>{e.exports={en:["Status line"],he_IL:["שורת סטטוס"]}},95481:e=>{e.exports={en:["Symbol"],he_IL:["סימול"]}},53263:e=>{e.exports={en:["Pane"],he_IL:["פאנל"]}},82894:e=>{e.exports={en:["Pane separators"],he_IL:["מפרידי חלוניות"]}},16207:e=>{e.exports={en:["Percentage"],he_IL:["אחוז"]}},94408:e=>{e.exports={en:["Pips"],he_IL:["פיפס"]}},60904:e=>{e.exports={en:["Pre/post market"],he_IL:["פרה/פוסט מרקט"]}},88327:e=>{e.exports={en:["Pre/post market hours background"],he_IL:["רקע שעות טרום/מסחר מאוחר"]}},59766:e=>{e.exports={en:["Precision"],he_IL:["דיוק"]}},83811:e=>{e.exports={en:["Previous day close"],he_IL:["הסגירה של היום הקודם"]}},35082:e=>{e.exports={en:["Price Scale"],he_IL:["סולם מחירים"]}},27632:e=>{e.exports={en:["Price and percentage value"],he_IL:["מחיר אחרון וערך האחוז"]}},62142:e=>{e.exports={en:["Price labels & lines"],he_IL:["תוויות מחירים וקווים"]}},84684:e=>{e.exports={en:["Price source"],he_IL:["מקור המחיר"]}},73466:e=>{e.exports={en:["Projection up bars"],he_IL:["הטלת עמודות עולות"]}},77430:e=>{e.exports={en:["Projection candles"],he_IL:["נרות הקרנה"]}},88367:e=>{e.exports={en:["Projection down bars"],he_IL:["הטלת עמודות יורדות"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"],he_IL:["מחירים אמיתיים בסולם המחיר (במקום מחיר הייקין-אשי)"]}},50421:e=>{e.exports={en:["Right"],he_IL:["ימין"]}},62532:e=>{e.exports={en:["Right Margin"],he_IL:["שוליים ימניים"]}},41571:e=>{e.exports={en:["Watermark"],he_IL:["סימן מים"]}},32163:e=>{e.exports={en:["Wick"],he_IL:["פתיל"]}},97118:e=>{e.exports={en:["Top"],he_IL:["עליון"]}},89349:e=>{e.exports={en:["Top line"],he_IL:["קו עליון"]}},
+70320:e=>{e.exports={en:["Text"],he_IL:["טקסט"]}},25485:e=>{e.exports={en:["Text alignment"],he_IL:["יישור טקסט"]}},67781:e=>{e.exports={en:["Text orientation"],he_IL:["כיוון טקסט"]}},20215:e=>{e.exports={en:["Thin bars"],he_IL:["נרות דקים"]}},70198:e=>{e.exports={en:["Title"],he_IL:["כותרת"]}},29854:e=>{e.exports={en:["Titles"],he_IL:["כותרות"]}},5791:e=>{e.exports={en:["Ticker"],he_IL:["טיקר"]}},16816:e=>{e.exports={en:["Ticker and description"],he_IL:["טיקר ותיאור"]}},24821:e=>{e.exports={en:["Ticks"],he_IL:["טיקים"]}},93965:e=>{e.exports={en:["Time Scale"],he_IL:["סולם זמן"]}},5591:e=>{e.exports={en:["Time hours format"],he_IL:["זמן שעות פורמט"]}},77073:e=>{e.exports={en:["Timezone"],he_IL:["אזור זמן"]}},76495:e=>{e.exports={en:["Trading"],he_IL:["מסחר"]}},33564:e=>{e.exports={en:["Unit"],he_IL:["יחידה"]}},23091:e=>{e.exports={en:["Up color"],he_IL:["צבע עליון"]}},36957:e=>{e.exports={en:["Up bars"],he_IL:["נרות עליה"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"],he_IL:["השתמש בסליקה כסגירה באינטרוול יומי"]}},37644:e=>{e.exports={en:["Volume"],he_IL:["ווליום/נפח מסחר"]}},51514:e=>{e.exports={en:["Value"],he_IL:["ערך"]}},31218:e=>{e.exports={en:["Value according to scale"],he_IL:["ערך אחרון לפי קנה מידה"]}},60092:e=>{e.exports={en:["Values"],he_IL:["ערכים"]}},83594:e=>{e.exports={en:["Vert and horz"],he_IL:["אנכי ואופקי"]}},8402:e=>{e.exports={en:["Vert only"],he_IL:["רק אנכי"]}},69526:e=>{e.exports={en:["Vertical"],he_IL:["אנכי"]}},21105:e=>{e.exports={en:["candle"],he_IL:["נר"]}},27068:e=>{e.exports={en:["change HLC bars"],he_IL:["שנה ברי HLC"]}},21201:e=>{e.exports={en:["change HLC bars color"]}},3311:e=>{e.exports={en:["change navigation buttons visibility"],he_IL:["שנה נראות של לחצני הניווט"]}},96227:e=>{e.exports={en:["change open market status visibility"],he_IL:["שנה את נראות מצב השוק הפתוח"]}},43231:e=>{e.exports={en:["change average close price line width"],he_IL:["שנה את רוחב קו מחיר סגור ממוצע"]}},47026:e=>{e.exports={en:["change average close price line color"],he_IL:["שנה את צבע קו המחיר הממוצע"]}},86866:e=>{e.exports={en:["change area fill color"],he_IL:["שנה את צבע מילוי השטח"]}},89346:e=>{e.exports={en:["change area line width"],he_IL:["שנה את רוחב קו השטח"]}},29605:e=>{e.exports={en:["change area line color"],he_IL:["שנה את צבע קו השטח"]}},4640:e=>{e.exports={en:["change area price source"],he_IL:["שנה מקור אזור מחיר"]}},98407:e=>{e.exports={en:["change ask line color"],he_IL:["שנה את צבע שורת הביקוש ask"]}},42190:e=>{e.exports={en:["change base level"],he_IL:["שנה את רמת הבסיס"]}},71785:e=>{e.exports={en:["change baseline bottom line color"],he_IL:["שנה את צבע השורה התחתונה של קו הבסיס"]}},56175:e=>{e.exports={en:["change baseline bottom line width"],he_IL:["שנה את רוחב השורה התחתונה של קו הבסיס"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"],he_IL:["שנה את צבע השטח התחתון של מילוי קו הבסיס"]}},92873:e=>{e.exports={en:["change baseline fill top area color"],he_IL:["שנה את צבע האזור העליון של מילוי קו הבסיס"]}},68609:e=>{e.exports={
+en:["change baseline price source"],he_IL:["שנה את מקור המחיר הבסיסי"]}},69044:e=>{e.exports={en:["change baseline top line color"],he_IL:["שנה את צבע הקו העליון של קו הבסיס"]}},68197:e=>{e.exports={en:["change baseline top line width"],he_IL:["שנה את רוחב הקו העליון של קו הבסיס"]}},33464:e=>{e.exports={en:["change bar up color"],he_IL:["שנה את צבע הבר למעלה"]}},27426:e=>{e.exports={en:["change bar change visibility"],he_IL:["שנה נראות של בר שינוי"]}},59622:e=>{e.exports={en:["change bar down color"],he_IL:["שנה את צבע הבר למטה"]}},17919:e=>{e.exports={en:["change bid line color"],he_IL:["שנה את צבע שורת ההיצע bid"]}},32094:e=>{e.exports={en:["change bottom margin"],he_IL:["שנה שוליים תחתוניים"]}},63119:e=>{e.exports={en:["change currency and unit labels visibility"],he_IL:["שנה את נראות תוויות המטבע והיחידה"]}},64003:e=>{e.exports={en:["change currency label visibility"],he_IL:["שנה את נראות תווית המטבע"]}},42803:e=>{e.exports={en:["change chart background color"],he_IL:["שנה את צבע הרקע של הגרף"]}},41382:e=>{e.exports={en:["change chart background type"],he_IL:["שנה את סוג הרקע של הגרף"]}},79637:e=>{e.exports={en:["change chart values visibility"],he_IL:["שינוי נראות ערכי הגרף"]}},43090:e=>{e.exports={en:["change color bars based on previous close"],he_IL:["שנה ברי צבע בהתבסס על סגירה קודמת"]}},88324:e=>{e.exports={en:["change column up color"],he_IL:["שנה את צבע העמודה למעלה"]}},93890:e=>{e.exports={en:["change column down color"],he_IL:["שנה את צבע העמודה למטה"]}},4727:e=>{e.exports={en:["change column price source"],he_IL:["שנה מקור מחיר העמודה"]}},50544:e=>{e.exports={en:["change crosshair width"],he_IL:["שנה רוחב צלב"]}},92885:e=>{e.exports={en:["change crosshair color"],he_IL:["שנה את צבע הצלב"]}},68418:e=>{e.exports={en:["change crosshair style"],he_IL:["שנה סגנון צלב"]}},43109:e=>{e.exports={en:["change date format"],he_IL:["שנה פורמט תאריך"]}},30418:e=>{e.exports={en:["change day of week on labels"],he_IL:["שנה את יום השבוע על התוויות"]}},82063:e=>{e.exports={en:["change decimal places"],he_IL:["שנה מקומות עשרוניים"]}},44223:e=>{e.exports={en:["change extended hours color"],he_IL:["שנה את צבע השעות המורחבות"]}},47393:e=>{e.exports={en:["change electronic trading hours"],he_IL:["שינוי שעות המסחר האלקטרוניות"]}},73844:e=>{e.exports={en:["change grid lines visibility"],he_IL:["שינוי נראות קווי הרשת"]}},61407:e=>{e.exports={en:["change high and low price line color"],he_IL:["לשנות את צבע קווי המחיר הגבוה והנמוך"]}},39581:e=>{e.exports={en:["change high and low price line width"],he_IL:["לשנות את רוחב קווי המחיר הגבוה והנמוך"]}},6026:e=>{e.exports={en:["change high-low body color"],he_IL:["שנה צבע גבוה-נמוך של הגוף"]}},73021:e=>{e.exports={en:["change high-low body visibility"],he_IL:["שנה נראות גבוה-נמוך של הגוף"]}},46844:e=>{e.exports={en:["change high-low border color"],he_IL:["שנה צבע גבול גבוה-נמוך של הגוף"]}},15801:e=>{e.exports={en:["change high-low borders visibility"],he_IL:["שנה נראות גבול גבוה-נמוך של הגוף"]}},72399:e=>{e.exports={en:["change high-low labels visibility"],
+he_IL:["שנה נראות התוויות גבוה-נמוך"]}},56961:e=>{e.exports={en:["change high-low labels color"],he_IL:["שנה צבע התוויות גבוה-נמוך"]}},21133:e=>{e.exports={en:["change horz grid lines color"],he_IL:["שנה את צבע קווי הרשת האופקיים"]}},63050:e=>{e.exports={en:["change indicator titles visibility"],he_IL:["שנה את נראות של כותרות אינדיקטור"]}},49583:e=>{e.exports={en:["change indicator values visibility"],he_IL:["שינוי נראות ערכי אינדיקטור"]}},78310:e=>{e.exports={en:["change indicator arguments visibility"],he_IL:["שינוי נראות ארגומנטים של אינדיקטור"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"],he_IL:["שנה נראות של שם תוויות אינדיקטורים ופיננסיות"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"],he_IL:["שנה נראות של אינדיקטורים ותוויות ערך פיננסיות"]}},66307:e=>{e.exports={en:["change last day change visibility"],he_IL:["שנה את הנראות של השינוי ביום האחרון"]}},91873:e=>{e.exports={en:["change legend background transparency"],he_IL:["שנה את שקיפות הרקע של מקרא"]}},14246:e=>{e.exports={en:["change legend background visibility"],he_IL:["שנה נראות הרקע של מקרא"]}},88640:e=>{e.exports={en:["change line color"],he_IL:["שנה צבע קו"]}},41837:e=>{e.exports={en:["change line price source"],he_IL:["שנה מקור מחיר קו"]}},48339:e=>{e.exports={en:["change line width"],he_IL:["שנה רוחב קו"]}},18378:e=>{e.exports={en:["change pane buttons visibility"],he_IL:["שנה נראות לחצני החלונית"]}},52203:e=>{e.exports={en:["change pane separators color"],he_IL:["שנה את צבע מפריד החלונות"]}},38730:e=>{e.exports={en:["change post market color"],he_IL:["שנה צבע מסחר מאוחר"]}},28075:e=>{e.exports={en:["change post market line color"],he_IL:["שנה צבע קו מסחר מאוחר"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"],he_IL:["שנה נראות של קווי המחירים פרה/פוסט מארקט"]}},44371:e=>{e.exports={en:["change pre market color"],he_IL:["שנה צבע טרום מסחר"]}},96114:e=>{e.exports={en:["change pre market line color"],he_IL:["שנה צבע קו טרום מסחר"]}},69814:e=>{e.exports={en:["change previous close price line color"],he_IL:["שנה את צבע קו המחיר סגירה הקודם"]}},13660:e=>{e.exports={en:["change previous close price line width"],he_IL:["שנה את רוחב קו סגירת המחיר הקודם"]}},87861:e=>{e.exports={en:["change price line color"],he_IL:["לשנות את צבע קו המחיר"]}},29353:e=>{e.exports={en:["change price line width"],he_IL:["שנה את רוחב קו המחיר"]}},16241:e=>{e.exports={en:["change range bars style"],he_IL:["שנה את סגנון ברי הטווח"]}},65821:e=>{e.exports={en:["change range thin bars"],he_IL:["שנה ברים דקים בטווח"]}},75487:e=>{e.exports={en:["change renko wick down color"],he_IL:["שנה צבע renko wick down"]}},92277:e=>{e.exports={en:["change renko wick up color"],he_IL:["שנה צבע wick up renko"]}},79604:e=>{e.exports={en:["change renko wick visibility"],he_IL:["שנה נראות של פתיל renko"]}},82946:e=>{e.exports={en:["change right margin"],he_IL:["שנה שוליים ימניים"]}},79545:e=>{e.exports={en:["change right margin percentage"],he_IL:["שנה את אחוז השוליים הימניים"]}},78995:e=>{
+e.exports={en:["change symbol watermark color"],he_IL:["שנה צבע סימן מים של הסימול"]}},73227:e=>{e.exports={en:["change symbol watermark visibility"],he_IL:["שנה נראות סימן מים של הסימול"]}},88167:e=>{e.exports={en:["change symbol description visibility"],he_IL:["שנה את נראות תיאור הסימול"]}},12050:e=>{e.exports={en:["change symbol field visibility"],he_IL:["שינוי נראות שדה הסימול"]}},46066:e=>{e.exports={en:["change symbol last value mode"],he_IL:["שינוי מצב ערך אחרון של סימול"]}},902:e=>{e.exports={en:["change symbol legend format"],he_IL:["שנה פורמט מקרא סימולים"]}},77408:e=>{e.exports={en:["change save chart left edge position when changing interval"],he_IL:["שנה שמירת מיקום הקצה השמאלי של הגרף בעת שינוי אינטרוול"]}},69023:e=>{e.exports={en:["change scale modes buttons visibility"],he_IL:["שנה את נראות לחצני קנה המידה"]}},76131:e=>{e.exports={en:["change scales text color"],he_IL:["שנה צבע טקסט של סולמות"]}},27792:e=>{e.exports={en:["change scales font size"],he_IL:["שנה גודל גופן בקנה מידה"]}},94997:e=>{e.exports={en:["change scales lines color"],he_IL:["שנה צבע קווים של סולמות"]}},60067:e=>{e.exports={en:["change sessions breaks visibility"],he_IL:["שנה נראות של הפסקות סשנים"]}},28175:e=>{e.exports={en:["change sessions breaks width"],he_IL:["שנה רוחב קווי הפרדה של סשנים sessions breaks"]}},33895:e=>{e.exports={en:["change sessions breaks color"],he_IL:["שנה צבע קווי הפרדה של סשנים sessions breaks"]}},21641:e=>{e.exports={en:["change sessions breaks style"],he_IL:["שנה סגנון הפסקות סשן sessions breaks"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"],he_IL:["שנה הצגת המחירים האמיתיים בסולם המחירים (במקום מחיר הייקן-אשי)"]}},60834:e=>{e.exports={en:["change thin bars"],he_IL:["שנה ברים דקים"]}},39754:e=>{e.exports={en:["change time hours format"],he_IL:["שינוי זמן שעות פורמט"]}},74883:e=>{e.exports={en:["change top margin"],he_IL:["שנה שוליים עליוניים"]}},51250:e=>{e.exports={en:["change unit label visibility"],he_IL:["שנה את נראות תווית היחידה"]}},71805:e=>{e.exports={en:["change vert grid lines color"],he_IL:["שנה את צבע קווי הרשת האנכיים"]}},96201:e=>{e.exports={en:["change volume values visibility"],he_IL:["שינוי נראות ערכי ווליום"]}},17214:e=>{e.exports={en:["change {candleType} up border color"],he_IL:["שנה את צבע הגבול העליון של {candleType}"]}},36697:e=>{e.exports={en:["change {candleType} up color"],he_IL:["שנה צבע של {candleType}"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"],he_IL:["שנה את הצבע של {candleType} wick למטה"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"],he_IL:["שנה את הצבע שלwick up {candleType}"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"],he_IL:["שנה את נראות הפתיל {candleType}"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"],he_IL:["שנה נראות הגוף של {candleType}"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"],he_IL:["שנה את נראות הגבול של {candleType}"]}},20291:e=>{e.exports={en:["change {candleType} down border color"],
+he_IL:["שנה את צבע הגבול התחתון של {candleType}"]}},64571:e=>{e.exports={en:["change {candleType} down color"],he_IL:["שנה את הצבע התחתון של {candleType}"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"],he_IL:["שנה את צבע בר הגבול של {chartType} התחתון"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"],he_IL:["שנה את צבע בר הגבול {chartType} העליון"]}},5012:e=>{e.exports={en:["change {chartType} down color"],he_IL:["שנה את הצבע התחתון של {chartType}"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"],he_IL:["שנה את צבע בר הגבול להקרנה {chartType} העליון"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"],he_IL:["שנה את הצבע של בר ההקרנה {chartType} התחתון"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"],he_IL:["שנה את צבע בר ההקרנה {chartType} העליון"]}},6970:e=>{e.exports={en:["change {chartType} up color"],he_IL:["שנה את הצבע העליון של {chartType}"]}},66110:e=>{e.exports={en:["change {inputName} property"],he_IL:["שנה מאפיין {inputName}"]}},18077:e=>{e.exports={en:["adjust data for dividends"],he_IL:["להתאים נתונים לדיבידנדים"]}},1433:e=>{e.exports={en:["adjust for contract changes"],he_IL:["התאם לשינויים בחוזה"]}},92598:e=>{e.exports={en:["hollow candles"],he_IL:["נרות חלולים"]}},57243:e=>{e.exports={en:["range","ranges"],he_IL:["טווח","טווחים","טווחים","טווחים"]}},70282:e=>{e.exports={en:["renko"],he_IL:["גרף ראנקו"]}},28871:e=>{e.exports={en:["toggle intraday inactivity gaps"]}},92978:e=>{e.exports={en:["use settlement as close on daily interval"],he_IL:["השתמש בסליקה כסגירה באינטרוול יומי"]}},59644:e=>{e.exports={en:["{value} decimal","{value} decimals"],he_IL:["{value} עשרוני","{value} עשרונים","{value} עשרונים","{value} עשרונים"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.7714.fb6a9318f826d9829d2d.js b/public/charting_library/bundles/he_IL.7714.fb6a9318f826d9829d2d.js
new file mode 100644
index 0000000..6b69b2b
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.7714.fb6a9318f826d9829d2d.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7714,4109,4166],{92389:e=>{e.exports={en:["Clone, Copy"],he_IL:["שכפל, העתק"]}},47742:e=>{e.exports={en:["Close menu"],he_IL:["סגור תפריט"]}},83390:e=>{e.exports={en:["Create a group of drawings"],he_IL:["צור קבוצת שרטוטים"]}},69207:e=>{e.exports={en:["Add to favorites"],he_IL:["הוסף למועדפים"]}},40983:e=>{e.exports={en:["Group is hidden on current interval"],he_IL:["הקבוצה מוסתרת באינטרוול הנוכחי"]}},80014:e=>{e.exports={en:["Drawing is hidden on current interval"],he_IL:["הציור מוסתר באינטרוול הנוכחי"]}},88616:e=>{e.exports={en:["Object tree"],he_IL:["אובייקט עץ"]}},80996:e=>{e.exports={en:["Local drawings"],he_IL:["שרטוטים מקומיים"]}},63944:e=>{e.exports={en:["Modified: {modificationDate}"],he_IL:["שונה: {modificationDate}"]}},37117:e=>{e.exports={en:["More"],he_IL:["עוד"]}},81031:e=>{e.exports={en:["Manage layout drawings"],he_IL:["נהל שרטוטי פריסה"]}},84212:e=>{e.exports={en:["No drawings yet"],he_IL:["אין שרטוט עדיין"]}},92931:e=>{e.exports={en:["Synced globally"],he_IL:["מסונכרן ברחבי העולם"]}},41870:e=>{e.exports={en:["Synced in layout"],he_IL:["מסונכרן בפריסה"]}},8182:e=>{e.exports={en:["Remove all drawings for this symbol"],he_IL:["הסר את כל השרטוטים לסימול זה"]}},85106:e=>{e.exports={en:["Remove from favorites"],he_IL:["הסר ממועדפים"]}},6321:e=>{e.exports={en:["Rename"],he_IL:["שנה שם"]}},23687:e=>{e.exports={en:["change {sourceTitle} title to {newSourceTitle}"],he_IL:["שנה את {sourceTitle} כותרת ל- {newSourceTitle}"]}},93277:e=>{e.exports={en:["hide objects"],he_IL:["הסתר אובייקטים"]}},10370:e=>{e.exports={en:["insert source(s) after"],he_IL:["הכנס מקור(ות) לאחר מכן"]}},36044:e=>{e.exports={en:["move objects"],he_IL:["הזז אובייקטים"]}},51382:e=>{e.exports={en:["show {title}"],he_IL:["הצג {title}"]}},23771:e=>{e.exports={en:["show objects"],he_IL:["הצג אובייקטים"]}},79688:e=>{e.exports={en:["remove objects"],he_IL:["הסר אובייקטים"]}},58407:e=>{e.exports={en:["remove all line tools for {symbol}"],he_IL:["הסרת כל קבוצת כלי קו {symbol}"]}},90755:e=>{e.exports={en:["{drawingsCount} drawing","{drawingsCount} drawings"],he_IL:["שרטוט {drawingsCount}","{drawingsCount} שרטוטים","{drawingsCount} שרטוטים","{drawingsCount} שרטוטים"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.7827.ea2deb999b0c771280eb.js b/public/charting_library/bundles/he_IL.7827.ea2deb999b0c771280eb.js
new file mode 100644
index 0000000..93cff7a
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.7827.ea2deb999b0c771280eb.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7827,4109],{55517:e=>{e.exports={en:["Add"],he_IL:["הוסף"]}},29619:e=>{e.exports={en:["Add custom color"],he_IL:["הוסף צבע בהתאמה אישית"]}},80936:e=>{e.exports={en:["Opacity"],he_IL:["שקיפות"]}},64974:e=>{e.exports={en:["line tool(s) line style"],he_IL:["כלי(ם) קו סגנון קו"]}},47370:e=>{e.exports={en:["Color"],he_IL:["צבע"]}},4543:e=>{e.exports={en:["Cancel"],he_IL:["ביטול"]}},74089:e=>{e.exports={en:["Anchor drawing"],he_IL:["שרטוט עוגן"]}},69207:e=>{e.exports={en:["Add to favorites"],he_IL:["הוסף למועדפים"]}},99919:e=>{e.exports={en:["Align to 45 degree"],he_IL:["יישר ל-45 מעלות"]}},69715:e=>{e.exports={en:["Background color"],he_IL:["צבע רקע"]}},7977:e=>{e.exports={en:["Background color 1"],he_IL:["צבע רקע 1"]}},8111:e=>{e.exports={en:["Background color 2"],he_IL:["צבע רקע 2"]}},57157:e=>{e.exports={en:["Dot"],he_IL:["נקודה"]}},27390:e=>{e.exports={en:["Dotted line"],he_IL:["קו מנוקד"]}},88123:e=>{e.exports={en:["Dashed line"],he_IL:["קו מקווקו"]}},14939:e=>{e.exports={en:["Demonstration"],he_IL:["הדגמה"]}},31145:e=>{e.exports={en:["Disable align to 45 degrees mode"],he_IL:["בטל יישור למצב 45 מעלות"]}},83187:e=>{e.exports={en:["Enable align to 45 degrees mode"],he_IL:["אפשר יישור למצב 45 מעלות"]}},8727:e=>{e.exports={en:["Eraser"],he_IL:["מחק"]}},92409:e=>{e.exports={en:["Font Size"],he_IL:["גודל גופן"]}},2573:e=>{e.exports={en:["Font size"],he_IL:["גודל גופן"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"],he_IL:["החזק את {hotKey_0} לשרטוט זמני"]}},22688:e=>{e.exports={en:["Hide Favorite Drawing Tools Toolbar"],he_IL:["הסתר סרגל כלי שרטוטים מועדפים"]}},79451:e=>{e.exports={en:["Lock all drawings"],he_IL:["נעל כלי שרטוט"]}},14097:e=>{e.exports={en:["Line tool backgrounds"],he_IL:["רקע כלי קו"]}},11989:e=>{e.exports={en:["Line tool colors"],he_IL:["צבעי כלי קו"]}},81956:e=>{e.exports={en:["Line tool text colors"],he_IL:["צבעי טקסט של כלי הקו"]}},53002:e=>{e.exports={en:["Line tool width"],he_IL:["רוחב כלי קו"]}},75056:e=>{e.exports={en:["Line tool widths"],he_IL:["רוחב כלי קו"]}},37117:e=>{e.exports={en:["More"],he_IL:["עוד"]}},35553:e=>{e.exports={en:["Magic"],he_IL:["קסם"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"],he_IL:["מצב מגנט מצמיד שרטוטים ליד עמודות מחיר לערך OHLC הקרוב"]}},46193:e=>{e.exports={en:["Marker color"],he_IL:["צבע סמן"]}},91563:e=>{e.exports={en:["Measure"],he_IL:["מדידה"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"],he_IL:["שרטוטים חדשים מועתקים לכל הגרפים בפריסה ומוצגים כאשר אותו הטיקר נבחר"]}},3154:e=>{e.exports={en:["Show Hidden Tools"],he_IL:["הצג כלים מוסתרים"]}},85786:e=>{e.exports={en:["Show Object Tree"],he_IL:["הצג עץ אובייקטים"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],he_IL:["הישאר במצב שרטוט"]}},65086:e=>{e.exports={en:["Stop background color"],he_IL:["צבע רקע סטופ"]}},28736:e=>{e.exports={en:["Profit background color"],
+he_IL:["צבע רקע לרווח"]}},57118:e=>{e.exports={en:["Remove Drawings"],he_IL:["הסר שרטוטים"]}},89984:e=>{e.exports={en:["Remove color"],he_IL:["הסר צבע"]}},85106:e=>{e.exports={en:["Remove from favorites"],he_IL:["הסר ממועדפים"]}},77753:e=>{e.exports={en:["Text color"],he_IL:["צבע טקסט"]}},55774:e=>{e.exports={en:["Zoom In"],he_IL:["הגדל"]}},37310:e=>{e.exports={en:["Zoom Out"],he_IL:["הקטן"]}},96142:e=>{e.exports={en:["change line tool(s) text color"],he_IL:["שנה את צבע הטקסט של כלי(ם) הקו"]}},50522:e=>{e.exports={en:["change line tool(s) background color"],he_IL:["שנה את צבע הרקע של כלי(ם) הקו"]}},78655:e=>{e.exports={en:["change line tool(s) color"],he_IL:["שנה את צבע כלי(ם) הקו"]}},37453:e=>{e.exports={en:["change line tool(s) font size"],he_IL:["שנה את גודל הגופן(ים) של כלי הקו"]}},13423:e=>{e.exports={en:["change line tool(s) line style"],he_IL:["שנה את סגנון הקו(ים) של כלי הקו"]}},81303:e=>{e.exports={en:["change line tool(s) line width"],he_IL:["שנה את רוחב הקו של כלי(ם) הקו"]}},25167:e=>{e.exports={en:["change {propertyName} property"],he_IL:["שנה את המאפיין {propertyName}"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"],he_IL:["{hotKey_0} + לחיצה על הגרף"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"],he_IL:["{hotKey_0} — עיגול"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"],he_IL:["{hotKey_0} - צייר קו ישר בזוויות של 45"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"],he_IL:["{hotKey_0} — מרווחים קבועים"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"],he_IL:["{hotKey_0} — ריבוע"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.7850.c4f446fdb53937cc86cb.js b/public/charting_library/bundles/he_IL.7850.c4f446fdb53937cc86cb.js
new file mode 100644
index 0000000..af106bf
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.7850.c4f446fdb53937cc86cb.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7850,7122,5111],{57122:e=>{e.exports={en:["change {title} text"],he_IL:["שנה את הטקסט של {title}"]}},77114:e=>{e.exports={en:["erase level line"],he_IL:["מחק קו רמה"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.7952.0cb83b58212a65904f9d.js b/public/charting_library/bundles/he_IL.7952.0cb83b58212a65904f9d.js
new file mode 100644
index 0000000..9ea2562
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.7952.0cb83b58212a65904f9d.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7952,2787,6155,5111,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],he_IL:["#{count} (מחיר, נר)"]}},29291:e=>{e.exports={en:["Median"],he_IL:["חציון"]}},78930:e=>{e.exports={en:["Coordinates"],he_IL:["קואורדינטות"]}},24197:e=>{e.exports={en:["Center"],he_IL:["מרכז"]}},27567:e=>{e.exports={en:["Bottom"],he_IL:["תחתית"]}},79468:e=>{e.exports={en:["Background"],he_IL:["רקע"]}},72942:e=>{e.exports={en:["Days"],he_IL:["ימים"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],he_IL:["שינוי מיקום (מחיר, בר)"]}},61856:e=>{e.exports={en:["Extend left line"],he_IL:["הרחב את הקו השמאלי"]}},819:e=>{e.exports={en:["Extend lines"],he_IL:["הרחב קווים"]}},87430:e=>{e.exports={en:["Extend right line"],he_IL:["הרחב את הקו הימני"]}},56796:e=>{e.exports={en:["Hours"],he_IL:["שעות"]}},95406:e=>{e.exports={en:["Horizontal"],he_IL:["אופקי"]}},21429:e=>{e.exports={en:["Inputs"],he_IL:["תשומות"]}},11626:e=>{e.exports={en:["Left"],he_IL:["שמאל"]}},43154:e=>{e.exports={en:["Months"],he_IL:["חודשים"]}},68833:e=>{e.exports={en:["Middle"],he_IL:["אמצע"]}},42562:e=>{e.exports={en:["Minutes"],he_IL:["דקות"]}},65188:e=>{e.exports={en:["Seconds"],he_IL:["שניות"]}},50421:e=>{e.exports={en:["Right"],he_IL:["ימין"]}},835:e=>{e.exports={en:["Weeks"],he_IL:["שבועות"]}},97118:e=>{e.exports={en:["Top"],he_IL:["עליון"]}},70320:e=>{e.exports={en:["Text"],he_IL:["טקסט"]}},25485:e=>{e.exports={en:["Text alignment"],he_IL:["יישור טקסט"]}},67781:e=>{e.exports={en:["Text orientation"],he_IL:["כיוון טקסט"]}},24821:e=>{e.exports={en:["Ticks"],he_IL:["טיקים"]}},28683:e=>{e.exports={en:["Use one color"],he_IL:["השתמש בצבע אחד"]}},69526:e=>{e.exports={en:["Vertical"],he_IL:["אנכי"]}},2066:e=>{e.exports={en:["change bar X coordinate"],he_IL:["שנה בר של קואורדינטת X"]}},11737:e=>{e.exports={en:["change price Y coordinate"],he_IL:["שנה מחיר של קואורדינטת Y"]}},59577:e=>{e.exports={en:["change {title} all lines color"],he_IL:["שנה צבע כל הקווים של {title}"]}},13783:e=>{e.exports={en:["change {title} background transparency"],he_IL:["שנה את שקיפות הרקע של {title}"]}},30839:e=>{e.exports={en:["change {title} background visibility"],he_IL:["שנה נראות הרקע של {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],he_IL:["שנה {title} ימים ל"]}},91201:e=>{e.exports={en:["change {title} days from"],he_IL:["שנה {title} ימים מ"]}},76295:e=>{e.exports={en:["change {title} extend lines"],he_IL:["שנה {title} קווים מורחבים"]}},8306:e=>{e.exports={en:["change {title} hours from"],he_IL:["שנה {title} שעות מ"]}},67233:e=>{e.exports={en:["change {title} hours to"],he_IL:["שנה את השעות של {title} ל"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],he_IL:["שנה קו coeff {title} רמה {index}"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],he_IL:["שנה את צבע רמת {index} השורה של {title}"]}},64707:e=>{e.exports={en:["change {title} level {index} line style"],he_IL:["שנה את סגנון רמת הקו {index} של {title}"]}},51403:e=>{e.exports={
+en:["change {title} level {index} line visibility"],he_IL:["שנה את נראות רמת {index} השורה {title}"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"],he_IL:["שנה את רוחב רמת השורה{index} של {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],he_IL:["שנה {title} חודשים מ"]}},10518:e=>{e.exports={en:["change {title} months to"],he_IL:["שנה {title} חודשים ל"]}},38011:e=>{e.exports={en:["change {title} minutes to"],he_IL:["שנה {title} דקות ל"]}},59820:e=>{e.exports={en:["change {title} minutes from"],he_IL:["שנה {title} דקות מ"]}},6573:e=>{e.exports={en:["change {title} seconds to"],he_IL:["שנה {title} שניות ל"]}},86780:e=>{e.exports={en:["change {title} seconds from"],he_IL:["שנה {title} שניות מ"]}},32481:e=>{e.exports={en:["change {title} weeks from"],he_IL:["שנה {title} שבועות מ"]}},18678:e=>{e.exports={en:["change {title} weeks to"],he_IL:["שנה {title} שבועות ל"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],he_IL:["שנה את הנראות של {title} בטיקים"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],he_IL:["שנה נראות של {title} על שבועות"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],he_IL:["שנה את הנראות של {title} ב-{ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],he_IL:["שנה את הנראות של {title} בימים"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],he_IL:["שנה נראות של {title} בשעות"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],he_IL:["שנה נראות של {title} על דקות"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],he_IL:["שנה נראות של {title} על חודשים"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],he_IL:["שנה נראות של {title} בשניות"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],he_IL:["שנה נראות השורה של {toolName}"]}},19541:e=>{e.exports={en:["change {toolName} line width"],he_IL:["שנה את רוחב השורה של {toolName}"]}},24059:e=>{e.exports={en:["change {toolName} line color"],he_IL:["שנה את צבע הקו של {toolName}"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],he_IL:["שנה את השורה {toolName} הנמשכת שמאלה"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],he_IL:["שנה את הקו של {toolName} הנמשך ימינה"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],he_IL:["שנה את השורה השמאלית של {toolName}"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],he_IL:["שנה את השורה הימנית של {toolName}"]}},66429:e=>{e.exports={en:["change {toolName} line style"],he_IL:["שנה את סגנון השורה של {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],he_IL:["שנה את המאפיין {propertyName}"]}},35813:e=>{e.exports={en:["days"],he_IL:["ימים"]}},89919:e=>{e.exports={en:["days to"],he_IL:["ימים ל"]}},59215:e=>{e.exports={en:["days from"],he_IL:["ימים מ"]}},77114:e=>{e.exports={en:["erase level line"],he_IL:["מחק קו רמה"]}},2359:e=>{e.exports={en:["hours"],he_IL:["שעות"]}},82267:e=>{e.exports={en:["hours from"],he_IL:["שעות מ"]}},15600:e=>{
+e.exports={en:["hours to"],he_IL:["שעות ל"]}},76261:e=>{e.exports={en:["move drawings"],he_IL:["העבר שרטוטים"]}},95300:e=>{e.exports={en:["months"],he_IL:["חודשים"]}},17250:e=>{e.exports={en:["months from"],he_IL:["חודשים מ"]}},2828:e=>{e.exports={en:["months to"],he_IL:["חודשים ל"]}},18726:e=>{e.exports={en:["minutes"],he_IL:["דקות"]}},67649:e=>{e.exports={en:["minutes to"],he_IL:["דקות ל"]}},22476:e=>{e.exports={en:["minutes from"],he_IL:["דקות מ"]}},751:e=>{e.exports={en:["seconds"],he_IL:["שניות"]}},73419:e=>{e.exports={en:["seconds to"],he_IL:["שניות ל"]}},35801:e=>{e.exports={en:["seconds from"],he_IL:["שניות מ"]}},45537:e=>{e.exports={en:["weeks"],he_IL:["שבועות"]}},92859:e=>{e.exports={en:["weeks from"],he_IL:["שבועות מ"]}},44127:e=>{e.exports={en:["weeks to"],he_IL:["שבועות ל"]}},3539:e=>{e.exports={en:["ticks"],he_IL:["טיקים"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.8356.3131cfefc19bf35ba006.js b/public/charting_library/bundles/he_IL.8356.3131cfefc19bf35ba006.js
new file mode 100644
index 0000000..74b2361
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.8356.3131cfefc19bf35ba006.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8356,4109],{53288:e=>{e.exports={en:["animals & nature"],he_IL:["בעלי חיים וטבע"]}},21311:e=>{e.exports={en:["activity"],he_IL:["פעילות"]}},90678:e=>{e.exports={en:["food & drink"],he_IL:["אוכל ושתייה"]}},6715:e=>{e.exports={en:["flags"],he_IL:["דגלים"]}},98355:e=>{e.exports={en:["objects"],he_IL:["אובייקטים"]}},43438:e=>{e.exports={en:["smiles & people"],he_IL:["חיוכים ואנשים"]}},40457:e=>{e.exports={en:["symbols"],he_IL:["סימולים"]}},88906:e=>{e.exports={en:["recently used"],he_IL:["נעשה בו שימוש לאחרונה"]}},28562:e=>{e.exports={en:["travel & places"],he_IL:["נסיעות ומקומות"]}},23821:e=>{e.exports={en:["Dot"],he_IL:["נְקוּדָה"]}},57252:e=>{e.exports={en:["Days"],he_IL:["ימים"]}},18817:e=>{e.exports={en:["Hours"],he_IL:["שעות"]}},89506:e=>{e.exports={en:["Months"],he_IL:["חודשים"]}},21551:e=>{e.exports={en:["Minutes"],he_IL:["דקות"]}},32116:e=>{e.exports={en:["Seconds"],he_IL:["שניות"]}},22163:e=>{e.exports={en:["Ranges"],he_IL:["טווחים"]}},41815:e=>{e.exports={en:["Weeks"],he_IL:["שבועות"]}},49512:e=>{e.exports={en:["Ticks"],he_IL:["טיקים"]}},96554:e=>{e.exports={en:["Copy image"],he_IL:["העתק תמונה"]}},81939:e=>{e.exports={en:["Copy link"],he_IL:["העתק קישור"]}},58425:e=>{e.exports={en:["Chart snapshot"],he_IL:["תצלום הגרף"]}},66418:e=>{e.exports={en:["Choose manually"],he_IL:["בחר ידנית"]}},80335:e=>{e.exports={en:["Add custom interval"],he_IL:["הוסף אינטרוול מותאם אישית"]}},69207:e=>{e.exports={en:["Add to favorites"],he_IL:["הוסף למועדפים"]}},89771:e=>{e.exports={en:["All changes saved"],he_IL:["כל השינויים נשמרו"]}},89911:e=>{e.exports={en:["Bar's style"],he_IL:["סגנון נרות"]}},26200:e=>{e.exports={en:["Download image"],he_IL:["הורד תמונה"]}},46838:e=>{e.exports={en:["Default templates"],he_IL:["תבניות ברירת מחדל"]}},6571:e=>{e.exports={en:["Everyone with the link can view and copy"],he_IL:["כל אחד עם קישור יכול לצפות ולהעתיק."]}},52530:e=>{e.exports={en:["Favorite Indicators"],he_IL:["אינדיקטורים מועדפים"]}},70234:e=>{e.exports={en:["Favorites"],he_IL:["מועדפים"]}},67092:e=>{e.exports={en:["Fullscreen mode"],he_IL:["מצב מסך מלא"]}},76443:e=>{e.exports={en:["Indicator templates"],he_IL:["תבניות מתנדים"]}},84549:e=>{e.exports={en:["Indicators"],he_IL:["אינדיקטורים"]}},62005:e=>{e.exports={en:["Indicators & Strategies"],he_IL:["מתנדים ואסטרטגיות"]}},44271:e=>{e.exports={en:["Open template"],he_IL:["פתח תבנית"]}},46311:e=>{e.exports={en:["Open Interval Dialog"],he_IL:["פתח אפשרויות אינטרוולים"]}},34770:e=>{e.exports={en:["Open chart in popup"],he_IL:["פתח גרף בחלון קופץ"]}},19159:e=>{e.exports={en:["Open in new tab"],he_IL:["פתח בלשונית חדשה"]}},65433:e=>{e.exports={en:["Open layout"],he_IL:["פתח פריסה"]}},29517:e=>{e.exports={en:["Load Chart Layout"],he_IL:["טען פריסת גרף"]}},93292:e=>{e.exports={en:["Loading..."],he_IL:["טוען..."]}},40115:e=>{e.exports={en:["Make a copy"],he_IL:["צור העתק"]}},38973:e=>{e.exports={en:["Manage layouts"],he_IL:["נהל פריסות"]}},83300:e=>{e.exports={en:["My templates"],he_IL:["התבניות שלי"]}},92969:e=>{
+e.exports={en:["Number or {hotKey_0}"],he_IL:["מספר או {hotKey_0}"]}},64e3:e=>{e.exports={en:["Save"],he_IL:["שמור"]}},26869:e=>{e.exports={en:["Save Indicator template"],he_IL:["שמור תבנית אינדיקטור"]}},15356:e=>{e.exports={en:["Save all charts for all symbols and intervals on your layout"],he_IL:["שמור את כל הגרפים עבור כל הסימולים וטווחי הזמן בפריסה שלך"]}},26276:e=>{e.exports={en:["Save layout"],he_IL:["שמור פריסת גרף"]}},81265:e=>{e.exports={en:["Sharing"],he_IL:["שיתוף"]}},50021:e=>{e.exports={en:["Simply start typing while on the chart to pull up this search box"],he_IL:["אתה יכול פשוט להתחיל להקליד כשהוא בגרף כדי להעלות את תיבת החיפוש הזו"]}},51165:e=>{e.exports={en:["Symbol Search"],he_IL:["חיפוש סימולים"]}},18243:e=>{e.exports={en:["Quick Search"],he_IL:["חיפוש מהיר"]}},7448:e=>{e.exports={en:["Recently used"],he_IL:["שומש לאחרונה"]}},11304:e=>{e.exports={en:["Redo {hint}"],he_IL:["בצע שוב {hint}"]}},85106:e=>{e.exports={en:["Remove from favorites"],he_IL:["הסר ממועדפים"]}},47550:e=>{e.exports={en:["Remove selected emoji"],he_IL:["הסר את האמוג'י שנבחר"]}},6321:e=>{e.exports={en:["Rename"],he_IL:["שנה שם"]}},87972:e=>{e.exports={en:["Take a snapshot"],he_IL:["צלם תמונה"]}},41173:e=>{e.exports={en:["Time Interval"],he_IL:["אינטרוול זמן"]}},28239:e=>{e.exports={en:["Tweet image"],he_IL:["צייץ תמונת גרף"]}},66020:e=>{e.exports={en:["Undo {hint}"],he_IL:["בטל {hint}"]}},36291:e=>{e.exports={en:["Unfavorite all"],he_IL:["סמן כלא מועדף על כולם"]}},18448:e=>{e.exports={en:["You have no Favorites Indicators yet"],he_IL:["אין לך אינדיקטורים מועדפים עדיין"]}},6094:e=>{e.exports={en:["Your favorite layouts have moved to the top toolbar. You currently have {count} favorite. You can reduce the number to find them easier — unfavorite all in just one click or set up your choice manually.","Your favorite layouts have moved to the top toolbar. You currently have {count} favorites. You can reduce the number to find them easier — unfavorite all in just one click or set up your choice manually."],he_IL:["הפריסות המועדפות עליך עברו לסרגל הכלים העליון. כרגע יש לך {count} מועדפים. אתה יכול לצמצם את המספר כדי למצוא אותם ביתר קלות - בטל הכל בלחיצה אחת בלבד או הגדר את הבחירה שלך באופן ידני.","הפריסות המועדפות עליך עברו לסרגל הכלים העליון. כרגע יש לך {count} מועדפים. אתה יכול לצמצם את המספר כדי למצוא אותם ביתר קלות - בטל הכל בלחיצה אחת בלבד או הגדר את הבחירה שלך באופן ידני.","הפריסות המועדפות עליך עברו לסרגל הכלים העליון. כרגע יש לך {count} מועדפים. אתה יכול לצמצם את המספר כדי למצוא אותם ביתר קלות - בטל הכל בלחיצה אחת בלבד או הגדר את הבחירה שלך באופן ידני.","הפריסות המועדפות עליך עברו לסרגל הכלים העליון. כרגע יש לך {count} מועדפים. אתה יכול לצמצם את המספר כדי למצוא אותם ביתר קלות - בטל הכל בלחיצה אחת בלבד או הגדר את הבחירה שלך באופן ידני."]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.8370.da37ca095a984f601a1e.js b/public/charting_library/bundles/he_IL.8370.da37ca095a984f601a1e.js
new file mode 100644
index 0000000..1644844
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.8370.da37ca095a984f601a1e.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8370],{23970:e=>{e.exports={en:["days"],he_IL:["ימים"]}},35157:e=>{e.exports={en:["hours"],he_IL:["שעות"]}},18193:e=>{e.exports={en:["months"],he_IL:["חודשים"]}},79930:e=>{e.exports={en:["minutes"],he_IL:["דקות"]}},7938:e=>{e.exports={en:["weeks"],he_IL:["שבועות"]}},48161:e=>{e.exports={en:["View Only Mode"],he_IL:["מצב תצוגה בלבד"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.8622.b162b43310f56287e24e.js b/public/charting_library/bundles/he_IL.8622.b162b43310f56287e24e.js
new file mode 100644
index 0000000..9a5407e
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.8622.b162b43310f56287e24e.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8622],{13197:e=>{e.exports={en:["1/{minmove2} of 1/{pricescale}"],he_IL:["1/{minmove2} מתוך 1/{pricescale}"]}},97349:e=>{e.exports={en:["Fr"],he_IL:["שישי"]}},30961:e=>{e.exports={en:["Mo"],he_IL:["שני"]}},94748:e=>{e.exports={en:["Sa"],he_IL:["שבת"]}},75005:e=>{e.exports={en:["Su"],he_IL:["ראשון"]}},92578:e=>{e.exports={en:["We"]}},8765:e=>{e.exports={en:["Th"],he_IL:["חמישי"]}},9135:e=>{e.exports={en:["Tu"],he_IL:["שלישי"]}},53174:e=>{e.exports={en:["Right"],he_IL:["זכות Right"]}},47742:e=>{e.exports={en:["Close menu"],he_IL:["סגור תפריט"]}},81849:e=>{e.exports={en:["Currency"],he_IL:["מַטְבֵּעַ"]}},12272:e=>{e.exports={en:["Current contract"],he_IL:["החוזה הנוכחי"]}},17606:e=>{e.exports={en:["All sessions"],he_IL:["כל הסשנים"]}},28896:e=>{e.exports={en:["April"],he_IL:["אפריל"]}},11081:e=>{e.exports={en:["August"],he_IL:["אוגוסט"]}},42358:e=>{e.exports={en:["Bond"],he_IL:["אגרת חוב"]}},90082:e=>{e.exports={en:["December"],he_IL:["דצמבר"]}},54602:e=>{e.exports={en:["Delisted"],he_IL:["הוסר מהרשימה"]}},78734:e=>{e.exports={en:["Description"],he_IL:["תיאור"]}},63538:e=>{e.exports={en:["Exchange timezone"],he_IL:["אזור זמן של הבורסה"]}},88191:e=>{e.exports={en:["Expiration date"],he_IL:["תאריך תפוגה"]}},56536:e=>{e.exports={en:["FIGI"]}},81069:e=>{e.exports={en:["February"],he_IL:["פברואר"]}},22928:e=>{e.exports={en:["Fri"],he_IL:["שישי"]}},3570:e=>{e.exports={en:["Friday"],he_IL:["יום שישי"]}},26931:e=>{e.exports={en:["Home page"],he_IL:["עמוד בית"]}},88104:e=>{e.exports={en:["ISIN"],he_IL:["Isin"]}},7727:e=>{e.exports={en:["Industry"],he_IL:["תעשיה"]}},200:e=>{e.exports={en:["January"],he_IL:["ינואר"]}},6608:e=>{e.exports={en:["July"],he_IL:["יולי"]}},61487:e=>{e.exports={en:["June"],he_IL:["יוני"]}},37997:e=>{e.exports={en:["October"],he_IL:["אוקטובר"]}},23339:e=>{e.exports={en:["Link copied to clipboard"],he_IL:["הקישור הועתק ללוח"]}},41224:e=>{e.exports={en:["Listed exchange"],he_IL:["בורסה רשומה"]}},37150:e=>{e.exports={en:["Mon"],he_IL:["שני"]}},19573:e=>{e.exports={en:["Monday"],he_IL:["יום שני"]}},25734:e=>{e.exports={en:["May"],he_IL:["מאי"]}},93878:e=>{e.exports={en:["March"],he_IL:["מרץ"]}},41410:e=>{e.exports={en:["Market open"],he_IL:["שוק פתוח"]}},62464:e=>{e.exports={en:["Market closed"],he_IL:["השוק סגור"]}},91563:e=>{e.exports={en:["Measure"],he_IL:["מדידה"]}},4607:e=>{e.exports={en:["November"],he_IL:["נובמבר"]}},99709:e=>{e.exports={en:["Name"],he_IL:["שם"]}},97751:e=>{e.exports={en:["Source"],he_IL:["מקור"]}},32273:e=>{e.exports={en:["Sat"],he_IL:["שבת"]}},30348:e=>{e.exports={en:["Saturday"],he_IL:["יום שבת"]}},99804:e=>{e.exports={en:["Sector"],he_IL:["סקטור"]}},17502:e=>{e.exports={en:["Security Info"],he_IL:["מידע על הסימול"]}},32179:e=>{e.exports={en:["September"],he_IL:["ספטמבר"]}},77493:e=>{e.exports={en:["Sun"],he_IL:["יום ראשון"]}},61480:e=>{e.exports={en:["Sunday"],he_IL:["יום ראשון"]}},81314:e=>{e.exports={en:["Point value"],he_IL:["נקודת ערך Point value"]}},73897:e=>{e.exports={en:["Post-market"],
+he_IL:["פוסט-מרקט"]}},39245:e=>{e.exports={en:["Pip size"],he_IL:["גודל Pip"]}},36018:e=>{e.exports={en:["Pre-market"],he_IL:["פרה-מרקט"]}},16045:e=>{e.exports={en:["Website"],he_IL:["אתר"]}},11532:e=>{e.exports={en:["Wed"],he_IL:["רביעי"]}},94226:e=>{e.exports={en:["Wednesday"],he_IL:["יום רביעי"]}},17254:e=>{e.exports={en:["Text copied to clipboard"],he_IL:["הטקסט הועתק ללוח"]}},71388:e=>{e.exports={en:["Thu"],he_IL:["חמישי"]}},79137:e=>{e.exports={en:["Thursday"],he_IL:["יום חמישי"]}},24431:e=>{e.exports={en:["Tick size"],he_IL:["גודל Tick"]}},11916:e=>{e.exports={en:["Tue"],he_IL:["שלישי"]}},82160:e=>{e.exports={en:["Tuesday"],he_IL:["יום שלישי"]}},98413:e=>{e.exports={en:["Type"],he_IL:["סוג"]}},33564:e=>{e.exports={en:["Unit"],he_IL:["יחידה"]}},70932:e=>{e.exports={en:["commodity"],he_IL:["סחורה"]}},79599:e=>{e.exports={en:["cfd"],he_IL:["חוזה הפרשים cfd"]}},46128:e=>{e.exports={en:["crypto"],he_IL:["קריפטו"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"],he_IL:["כַּלְכָּלָה"]}},17770:e=>{e.exports={en:["forex"],he_IL:['מט"ח']}},4723:e=>{e.exports={en:["futures"],he_IL:["חוזים עתידיים"]}},87464:e=>{e.exports={en:["index"],he_IL:["מדד"]}},90250:e=>{e.exports={en:["indices"],he_IL:["מדדים"]}},76752:e=>{e.exports={en:["stock"],he_IL:["מניה"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.8763.bf9d4d175a7686effaf6.js b/public/charting_library/bundles/he_IL.8763.bf9d4d175a7686effaf6.js
new file mode 100644
index 0000000..2720a70
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.8763.bf9d4d175a7686effaf6.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8763,5111],{91612:e=>{e.exports={en:["Inside"],he_IL:["בתוך"]}},46005:e=>{e.exports={en:["Original"],he_IL:["מקורי"]}},70382:e=>{e.exports={en:["Modified Schiff"],he_IL:["שיף מותאם"]}},69904:e=>{e.exports={en:["Schiff"],he_IL:["שיף"]}},98463:e=>{e.exports={en:["change {title} style"],he_IL:["שנה סגנון {title}"]}},77114:e=>{e.exports={en:["erase level line"],he_IL:["מחק קו רמה"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.8940.5460b0ccfae157b7bbe3.js b/public/charting_library/bundles/he_IL.8940.5460b0ccfae157b7bbe3.js
new file mode 100644
index 0000000..9fa138e
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.8940.5460b0ccfae157b7bbe3.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8940,6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],he_IL:["#{count} (מחיר, נר)"]}},78930:e=>{e.exports={en:["Coordinates"],he_IL:["קואורדינטות"]}},24197:e=>{e.exports={en:["Center"],he_IL:["מרכז"]}},27567:e=>{e.exports={en:["Bottom"],he_IL:["תחתית"]}},38408:e=>{e.exports={en:["Border"],he_IL:["גבול"]}},79468:e=>{e.exports={en:["Background"],he_IL:["רקע"]}},72942:e=>{e.exports={en:["Days"],he_IL:["ימים"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],he_IL:["שינוי מיקום (מחיר, בר)"]}},56796:e=>{e.exports={en:["Hours"],he_IL:["שעות"]}},95406:e=>{e.exports={en:["Horizontal"],he_IL:["אופקי"]}},21429:e=>{e.exports={en:["Inputs"],he_IL:["תשומות"]}},34974:e=>{e.exports={en:["Label border"],he_IL:["גבול תווית"]}},73863:e=>{e.exports={en:["Label background"],he_IL:["רקע תווית"]}},95170:e=>{e.exports={en:["Label text"],he_IL:["טקסט תווית"]}},11626:e=>{e.exports={en:["Left"],he_IL:["שמאל"]}},97575:e=>{e.exports={en:["Line color"],he_IL:["צבע קו"]}},43154:e=>{e.exports={en:["Months"],he_IL:["חודשים"]}},68833:e=>{e.exports={en:["Middle"],he_IL:["אמצע"]}},42562:e=>{e.exports={en:["Minutes"],he_IL:["דקות"]}},65188:e=>{e.exports={en:["Seconds"],he_IL:["שניות"]}},50421:e=>{e.exports={en:["Right"],he_IL:["ימין"]}},835:e=>{e.exports={en:["Weeks"],he_IL:["שבועות"]}},97118:e=>{e.exports={en:["Top"],he_IL:["עליון"]}},70320:e=>{e.exports={en:["Text"],he_IL:["טקסט"]}},7560:e=>{e.exports={en:["Text wrap"],he_IL:["גלישת טקסט"]}},25485:e=>{e.exports={en:["Text alignment"],he_IL:["יישור טקסט"]}},67781:e=>{e.exports={en:["Text orientation"],he_IL:["כיוון טקסט"]}},24821:e=>{e.exports={en:["Ticks"],he_IL:["טיקים"]}},69526:e=>{e.exports={en:["Vertical"],he_IL:["אנכי"]}},2066:e=>{e.exports={en:["change bar X coordinate"],he_IL:["שנה בר של קואורדינטת X"]}},11737:e=>{e.exports={en:["change price Y coordinate"],he_IL:["שנה מחיר של קואורדינטת Y"]}},96135:e=>{e.exports={en:["change {title} days to"],he_IL:["שנה {title} ימים ל"]}},91201:e=>{e.exports={en:["change {title} days from"],he_IL:["שנה {title} ימים מ"]}},8306:e=>{e.exports={en:["change {title} hours from"],he_IL:["שנה {title} שעות מ"]}},67233:e=>{e.exports={en:["change {title} hours to"],he_IL:["שנה את השעות של {title} ל"]}},7455:e=>{e.exports={en:["change {title} line color"],he_IL:["שנה את צבע השורה {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],he_IL:["שנה {title} חודשים מ"]}},10518:e=>{e.exports={en:["change {title} months to"],he_IL:["שנה {title} חודשים ל"]}},38011:e=>{e.exports={en:["change {title} minutes to"],he_IL:["שנה {title} דקות ל"]}},59820:e=>{e.exports={en:["change {title} minutes from"],he_IL:["שנה {title} דקות מ"]}},6573:e=>{e.exports={en:["change {title} seconds to"],he_IL:["שנה {title} שניות ל"]}},86780:e=>{e.exports={en:["change {title} seconds from"],he_IL:["שנה {title} שניות מ"]}},32481:e=>{e.exports={en:["change {title} weeks from"],he_IL:["שנה {title} שבועות מ"]}},18678:e=>{e.exports={en:["change {title} weeks to"],he_IL:["שנה {title} שבועות ל"]}},98596:e=>{
+e.exports={en:["change {title} visibility on ticks"],he_IL:["שנה את הנראות של {title} בטיקים"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],he_IL:["שנה נראות של {title} על שבועות"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],he_IL:["שנה את הנראות של {title} ב-{ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],he_IL:["שנה את הנראות של {title} בימים"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],he_IL:["שנה נראות של {title} בשעות"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],he_IL:["שנה נראות של {title} על דקות"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],he_IL:["שנה נראות של {title} על חודשים"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],he_IL:["שנה נראות של {title} בשניות"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],he_IL:["שנה את יישור התוויות {toolName} למאונך"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],he_IL:["שנה את יישור התוויות {toolName} לאופקי"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],he_IL:["שנה את כיוון התוויות של {toolName}"]}},66668:e=>{e.exports={en:["change {toolName} text"],he_IL:["שנה את הטקסט של {toolName}"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],he_IL:["שנה את נראות הטקסט של {toolName}"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],he_IL:["שנה גלישת טקסט של {toolName}"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],he_IL:["שנה את צבע הרקע של הטקסט של {toolName}"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],he_IL:["שנה את נראות הרקע של הטקסט של {toolName}"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],he_IL:["שנה את צבע גבול הטקסט של {toolName}"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],he_IL:["שנה את רוחב גבול הטקסט של {toolName}"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],he_IL:["שנה את נראות גבול הטקסט של {toolName}"]}},64500:e=>{e.exports={en:["change {toolName} text color"],he_IL:["שנה את צבע הטקסט של {toolName}"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],he_IL:["שנה את גופן הטקסט {toolName} למודגש"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],he_IL:["שנה את גופן הטקסט של {toolName} לנטוי"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],he_IL:["שנה את גודל גופן הטקסט של {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],he_IL:["שנה את המאפיין {propertyName}"]}},35813:e=>{e.exports={en:["days"],he_IL:["ימים"]}},89919:e=>{e.exports={en:["days to"],he_IL:["ימים ל"]}},59215:e=>{e.exports={en:["days from"],he_IL:["ימים מ"]}},2359:e=>{e.exports={en:["hours"],he_IL:["שעות"]}},82267:e=>{e.exports={en:["hours from"],he_IL:["שעות מ"]}},15600:e=>{e.exports={en:["hours to"],he_IL:["שעות ל"]}},76261:e=>{e.exports={en:["move drawings"],he_IL:["העבר שרטוטים"]}},95300:e=>{e.exports={en:["months"],he_IL:["חודשים"]}},
+17250:e=>{e.exports={en:["months from"],he_IL:["חודשים מ"]}},2828:e=>{e.exports={en:["months to"],he_IL:["חודשים ל"]}},18726:e=>{e.exports={en:["minutes"],he_IL:["דקות"]}},67649:e=>{e.exports={en:["minutes to"],he_IL:["דקות ל"]}},22476:e=>{e.exports={en:["minutes from"],he_IL:["דקות מ"]}},751:e=>{e.exports={en:["seconds"],he_IL:["שניות"]}},73419:e=>{e.exports={en:["seconds to"],he_IL:["שניות ל"]}},35801:e=>{e.exports={en:["seconds from"],he_IL:["שניות מ"]}},45537:e=>{e.exports={en:["weeks"],he_IL:["שבועות"]}},92859:e=>{e.exports={en:["weeks from"],he_IL:["שבועות מ"]}},44127:e=>{e.exports={en:["weeks to"],he_IL:["שבועות ל"]}},3539:e=>{e.exports={en:["ticks"],he_IL:["טיקים"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.8975.0b3e843255e92a8c2808.js b/public/charting_library/bundles/he_IL.8975.0b3e843255e92a8c2808.js
new file mode 100644
index 0000000..a466dba
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.8975.0b3e843255e92a8c2808.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8975],{94073:e=>{e.exports={en:["A"]}},66384:e=>{e.exports={en:["L"]}},94465:e=>{e.exports={en:["Toggle auto scale"],he_IL:["החלף קנה מידה אוטומטי"]}},46992:e=>{e.exports={en:["Toggle log scale"],he_IL:["החלף סקאלה לוגריתמית"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.9003.299a55ed654df75bf43b.js b/public/charting_library/bundles/he_IL.9003.299a55ed654df75bf43b.js
new file mode 100644
index 0000000..2f382e2
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.9003.299a55ed654df75bf43b.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9003,4040,359],{55517:e=>{e.exports={en:["Add"],he_IL:["הוסף"]}},29619:e=>{e.exports={en:["Add custom color"],he_IL:["הוסף צבע בהתאמה אישית"]}},80936:e=>{e.exports={en:["Opacity"],he_IL:["שקיפות"]}},97349:e=>{e.exports={en:["Fr"],he_IL:["שישי"]}},30961:e=>{e.exports={en:["Mo"],he_IL:["שני"]}},94748:e=>{e.exports={en:["Sa"],he_IL:["שבת"]}},75005:e=>{e.exports={en:["Su"],he_IL:["ראשון"]}},92578:e=>{e.exports={en:["We"]}},8765:e=>{e.exports={en:["Th"],he_IL:["חמישי"]}},9135:e=>{e.exports={en:["Tu"],he_IL:["שלישי"]}},24716:e=>{e.exports={en:["Another symbol"],he_IL:["סימול נוסף"]}},41256:e=>{e.exports={en:["Back"],he_IL:["חזור"]}},94849:e=>{e.exports={en:["Main chart symbol"],he_IL:["סימול הגרף הראשי"]}},53174:e=>{e.exports={en:["Right"],he_IL:["זכות Right"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"],he_IL:["לוח השנה הוא כרגע בשנה {year}"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"],he_IL:["היומן פועל כעת על שנים מ-{year_start} עד {year_end}"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"],he_IL:["היומן נמצא כרגע ב-{month}"]}},4543:e=>{e.exports={en:["Cancel"],he_IL:["ביטול"]}},63245:e=>{e.exports={en:["Change symbol"],he_IL:["שנה סימול"]}},54613:e=>{e.exports={en:["Chart"],he_IL:["גרף"]}},47742:e=>{e.exports={en:["Close menu"],he_IL:["סגור תפריט"]}},34040:e=>{e.exports={en:["All sources"],he_IL:["כל המקורות"]}},33391:e=>{e.exports={en:["Apply"],he_IL:["החל"]}},28896:e=>{e.exports={en:["April"],he_IL:["אפריל"]}},11081:e=>{e.exports={en:["August"],he_IL:["אוגוסט"]}},42358:e=>{e.exports={en:["Bond"],he_IL:["אגרת חוב"]}},27390:e=>{e.exports={en:["Dotted line"],he_IL:["קו מנוקד"]}},88123:e=>{e.exports={en:["Dashed line"],he_IL:["קו מקווקו"]}},90082:e=>{e.exports={en:["December"],he_IL:["דצמבר"]}},55319:e=>{e.exports={en:["Decrease"],he_IL:["לְהַקְטִין"]}},78734:e=>{e.exports={en:["Description"],he_IL:["תיאור"]}},81069:e=>{e.exports={en:["February"],he_IL:["פברואר"]}},3570:e=>{e.exports={en:["Friday"],he_IL:["יום שישי"]}},39832:e=>{e.exports={en:["Increase"],he_IL:["גידול"]}},200:e=>{e.exports={en:["January"],he_IL:["ינואר"]}},6608:e=>{e.exports={en:["July"],he_IL:["יולי"]}},61487:e=>{e.exports={en:["June"],he_IL:["יוני"]}},37997:e=>{e.exports={en:["October"],he_IL:["אוקטובר"]}},55450:e=>{e.exports={en:["Offset"],he_IL:["מרווח"]}},19295:e=>{e.exports={en:["Ok"],he_IL:["אוקיי"]}},28603:e=>{e.exports={en:["Line style"],he_IL:["סגנון קו"]}},19573:e=>{e.exports={en:["Monday"],he_IL:["יום שני"]}},43154:e=>{e.exports={en:["Months"],he_IL:["חודשים"]}},37117:e=>{e.exports={en:["More"],he_IL:["עוד"]}},25734:e=>{e.exports={en:["May"],he_IL:["מאי"]}},93878:e=>{e.exports={en:["March"],he_IL:["מרץ"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],he_IL:["אין בורסות התואמות את הקריטריונים שלך"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],he_IL:["אין סימולים תואמים את הקריטריונים שלך"]}},4607:e=>{e.exports={en:["November"],he_IL:["נובמבר"]}},
+69102:e=>{e.exports={en:["Next year"],he_IL:["שנה הבאה"]}},17538:e=>{e.exports={en:["Next years"],he_IL:["שנים הבאות"]}},92790:e=>{e.exports={en:["Next month"],he_IL:["חודש הבא"]}},71300:e=>{e.exports={en:["Number format is invalid."],he_IL:["פורמט המספר אינו חוקי."]}},28628:e=>{e.exports={en:["Sources"],he_IL:["מקורות"]}},30348:e=>{e.exports={en:["Saturday"],he_IL:["יום שבת"]}},10679:e=>{e.exports={en:['Set the "{inputInline}" time and price for "{studyShortDescription}"'],he_IL:["הגדר את הזמן והמחיר של {inputInline} עבור {studyShortDescription}"]}},59451:e=>{e.exports={en:['Set the "{inputTitle}" time for "{studyShortDescription}"'],he_IL:["הגדר את הזמן {inputTitle} עבור {studyShortDescription}"]}},94238:e=>{e.exports={en:['Set the "{inputTitle}" price for "{studyShortDescription}"'],he_IL:["הגדר את המחיר {inputTitle} עבור {studyShortDescription}"]}},92229:e=>{e.exports={en:['Set the time and price for "{studyShortDescription}"'],he_IL:['הגדר את הזמן והמחיר עבור "{studyShortDescription}"']}},60935:e=>{e.exports={en:['Set the time for "{studyShortDescription}"'],he_IL:['הגדר את השעה עבור "{studyShortDescription}"']}},24404:e=>{e.exports={en:['Set the price for "{studyShortDescription}"'],he_IL:['הגדר את המחיר עבור "{studyShortDescription}"']}},8573:e=>{e.exports={en:["Search"],he_IL:["חפש"]}},57640:e=>{e.exports={en:["Select source"],he_IL:["בחר מקור"]}},32179:e=>{e.exports={en:["September"],he_IL:["ספטמבר"]}},31331:e=>{e.exports={en:["Specified value is more than the instrument maximum of {max}."],he_IL:["הערך שצוין הוא יותר מהמקסימום של המכשיר {max}."]}},24216:e=>{e.exports={en:["Specified value is less than the instrument minimum of {min}."],he_IL:["הערך שצוין הוא פחות מהמינימום של המכשיר {min}."]}},61480:e=>{e.exports={en:["Sunday"],he_IL:["יום ראשון"]}},70235:e=>{e.exports={en:["Switch to months"],he_IL:["עבור לחודשים"]}},91245:e=>{e.exports={en:["Switch to dates"],he_IL:["עבור לתאריכים"]}},71961:e=>{e.exports={en:["Switch to years"],he_IL:["עבור לשנים"]}},95481:e=>{e.exports={en:["Symbol"],he_IL:["סימול"]}},74007:e=>{e.exports={en:["Symbol & description"],he_IL:["סימול ותיאור"]}},51165:e=>{e.exports={en:["Symbol Search"],he_IL:["חיפוש סימולים"]}},27254:e=>{e.exports={en:["Please enter the right date"],he_IL:["אנא הזן את התאריך הנכון"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"],he_IL:["נא הזן את פורמט התאריך הנכון yyyy-mm-dd"]}},93984:e=>{e.exports={en:["Previous month"],he_IL:["חודש שעבר"]}},75776:e=>{e.exports={en:["Previous year"],he_IL:["שנה קודמת"]}},44701:e=>{e.exports={en:["Previous years"],he_IL:["שנים קודמות"]}},89984:e=>{e.exports={en:["Remove color"],he_IL:["הסר צבע"]}},94226:e=>{e.exports={en:["Wednesday"],he_IL:["יום רביעי"]}},79137:e=>{e.exports={en:["Thursday"],he_IL:["יום חמישי"]}},54971:e=>{e.exports={en:["Thickness"],he_IL:["עובי"]}},82160:e=>{e.exports={en:["Tuesday"],he_IL:["יום שלישי"]}},66181:e=>{e.exports={en:["Years"],he_IL:["שנים"]}},70932:e=>{e.exports={en:["commodity"],he_IL:["סחורה"]}},79599:e=>{e.exports={en:["cfd"],he_IL:["חוזה הפרשים cfd"]}},
+29426:e=>{e.exports={en:["change opacity"],he_IL:["שנה את הבהירות"]}},31675:e=>{e.exports={en:["change color"],he_IL:["שנה צבע"]}},28818:e=>{e.exports={en:["change line style"],he_IL:["שנה את סגנון הקו"]}},73281:e=>{e.exports={en:["change thickness"],he_IL:["שנה את העובי"]}},25167:e=>{e.exports={en:["change {propertyName} property"],he_IL:["שנה את המאפיין {propertyName}"]}},5741:e=>{e.exports={en:["close"],he_IL:["סגירה"]}},46128:e=>{e.exports={en:["crypto"],he_IL:["קריפטו"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"],he_IL:["כַּלְכָּלָה"]}},17770:e=>{e.exports={en:["forex"],he_IL:['מט"ח']}},4723:e=>{e.exports={en:["futures"],he_IL:["חוזים עתידיים"]}},59319:e=>{e.exports={en:["high"],he_IL:["גבוה"]}},96008:e=>{e.exports={en:["hl2"]}},91189:e=>{e.exports={en:["hlc3"]}},49242:e=>{e.exports={en:["hlcc4"]}},87464:e=>{e.exports={en:["index"],he_IL:["מדד"]}},90250:e=>{e.exports={en:["indices"],he_IL:["מדדים"]}},52793:e=>{e.exports={en:["ohlc4"]}},83584:e=>{e.exports={en:["open"],he_IL:["פתיחה"]}},41902:e=>{e.exports={en:["low"],he_IL:["נמוך"]}},76752:e=>{e.exports={en:["stock"],he_IL:["מניה"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.9093.2cff9fa939c391056de4.js b/public/charting_library/bundles/he_IL.9093.2cff9fa939c391056de4.js
new file mode 100644
index 0000000..d8e48bd
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.9093.2cff9fa939c391056de4.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9093,4109],{4543:e=>{e.exports={en:["Cancel"],he_IL:["ביטול"]}},47742:e=>{e.exports={en:["Close menu"],he_IL:["סגור תפריט"]}},69207:e=>{e.exports={en:["Add to favorites"],he_IL:["הוסף למועדפים"]}},8573:e=>{e.exports={en:["Search"],he_IL:["חפש"]}},85106:e=>{e.exports={en:["Remove from favorites"],he_IL:["הסר ממועדפים"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/he_IL.9494.40d61f8ac3ffd8535658.js b/public/charting_library/bundles/he_IL.9494.40d61f8ac3ffd8535658.js
new file mode 100644
index 0000000..d7ab105
--- /dev/null
+++ b/public/charting_library/bundles/he_IL.9494.40d61f8ac3ffd8535658.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9494,6155,3367,2303,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],he_IL:["#{count} (מחיר, נר)"]}},78930:e=>{e.exports={en:["Coordinates"],he_IL:["קואורדינטות"]}},24197:e=>{e.exports={en:["Center"],he_IL:["מרכז"]}},6060:e=>{e.exports={en:["Add text"],he_IL:["הוסף טקסט"]}},27567:e=>{e.exports={en:["Bottom"],he_IL:["תחתית"]}},38408:e=>{e.exports={en:["Border"],he_IL:["גבול"]}},79468:e=>{e.exports={en:["Background"],he_IL:["רקע"]}},72942:e=>{e.exports={en:["Days"],he_IL:["ימים"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],he_IL:["שינוי מיקום (מחיר, בר)"]}},56796:e=>{e.exports={en:["Hours"],he_IL:["שעות"]}},95406:e=>{e.exports={en:["Horizontal"],he_IL:["אופקי"]}},21429:e=>{e.exports={en:["Inputs"],he_IL:["תשומות"]}},11626:e=>{e.exports={en:["Left"],he_IL:["שמאל"]}},43154:e=>{e.exports={en:["Months"],he_IL:["חודשים"]}},68833:e=>{e.exports={en:["Middle"],he_IL:["אמצע"]}},42562:e=>{e.exports={en:["Minutes"],he_IL:["דקות"]}},65188:e=>{e.exports={en:["Seconds"],he_IL:["שניות"]}},50421:e=>{e.exports={en:["Right"],he_IL:["ימין"]}},835:e=>{e.exports={en:["Weeks"],he_IL:["שבועות"]}},97118:e=>{e.exports={en:["Top"],he_IL:["עליון"]}},70320:e=>{e.exports={en:["Text"],he_IL:["טקסט"]}},7560:e=>{e.exports={en:["Text wrap"],he_IL:["גלישת טקסט"]}},25485:e=>{e.exports={en:["Text alignment"],he_IL:["יישור טקסט"]}},67781:e=>{e.exports={en:["Text orientation"],he_IL:["כיוון טקסט"]}},24821:e=>{e.exports={en:["Ticks"],he_IL:["טיקים"]}},28683:e=>{e.exports={en:["Use one color"],he_IL:["השתמש בצבע אחד"]}},69526:e=>{e.exports={en:["Vertical"],he_IL:["אנכי"]}},2066:e=>{e.exports={en:["change bar X coordinate"],he_IL:["שנה בר של קואורדינטת X"]}},11737:e=>{e.exports={en:["change price Y coordinate"],he_IL:["שנה מחיר של קואורדינטת Y"]}},26391:e=>{e.exports={en:["change the column width"],he_IL:["שנה את רוחב העמודה"]}},21863:e=>{e.exports={en:["change the row height"],he_IL:["שנה את גובה השורה"]}},59577:e=>{e.exports={en:["change {title} all lines color"],he_IL:["שנה צבע כל הקווים של {title}"]}},69437:e=>{e.exports={en:["change {title} border color"],he_IL:["שנה את נראות הגבול של {title}"]}},13783:e=>{e.exports={en:["change {title} background transparency"],he_IL:["שנה את שקיפות הרקע של {title}"]}},30839:e=>{e.exports={en:["change {title} background visibility"],he_IL:["שנה נראות הרקע של {title}"]}},49765:e=>{e.exports={en:["change {title} background color"],he_IL:["שנה את צבע הרקע של {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],he_IL:["שנה {title} ימים ל"]}},91201:e=>{e.exports={en:["change {title} days from"],he_IL:["שנה {title} ימים מ"]}},8306:e=>{e.exports={en:["change {title} hours from"],he_IL:["שנה {title} שעות מ"]}},67233:e=>{e.exports={en:["change {title} hours to"],he_IL:["שנה את השעות של {title} ל"]}},55612:e=>{e.exports={en:["change {title} labels alignment"],he_IL:["שנה את יישור התוויות {title}"]}},93340:e=>{e.exports={en:["change {title} labels visibility"],he_IL:["שנה את נראות התוויות של {title}"]}},27154:e=>{e.exports={
+en:["change {title} level {index} line coeff"],he_IL:["שנה קו coeff {title} רמה {index}"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],he_IL:["שנה את צבע רמת {index} השורה של {title}"]}},64707:e=>{e.exports={en:["change {title} level {index} line style"],he_IL:["שנה את סגנון רמת הקו {index} של {title}"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"],he_IL:["שנה את נראות רמת {index} השורה {title}"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"],he_IL:["שנה את רוחב רמת השורה{index} של {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],he_IL:["שנה {title} חודשים מ"]}},10518:e=>{e.exports={en:["change {title} months to"],he_IL:["שנה {title} חודשים ל"]}},38011:e=>{e.exports={en:["change {title} minutes to"],he_IL:["שנה {title} דקות ל"]}},59820:e=>{e.exports={en:["change {title} minutes from"],he_IL:["שנה {title} דקות מ"]}},6573:e=>{e.exports={en:["change {title} seconds to"],he_IL:["שנה {title} שניות ל"]}},86780:e=>{e.exports={en:["change {title} seconds from"],he_IL:["שנה {title} שניות מ"]}},32481:e=>{e.exports={en:["change {title} weeks from"],he_IL:["שנה {title} שבועות מ"]}},18678:e=>{e.exports={en:["change {title} weeks to"],he_IL:["שנה {title} שבועות ל"]}},57122:e=>{e.exports={en:["change {title} text"],he_IL:["שנה את הטקסט של {title}"]}},71665:e=>{e.exports={en:["change {title} texts alignment"],he_IL:["שנה יישור טקסטים של {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],he_IL:["שנה את הנראות של {title} בטיקים"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],he_IL:["שנה נראות של {title} על שבועות"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],he_IL:["שנה את הנראות של {title} ב-{ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],he_IL:["שנה את הנראות של {title} בימים"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],he_IL:["שנה נראות של {title} בשעות"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],he_IL:["שנה נראות של {title} על דקות"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],he_IL:["שנה נראות של {title} על חודשים"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],he_IL:["שנה נראות של {title} בשניות"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],he_IL:["שנה את יישור התוויות {toolName} למאונך"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],he_IL:["שנה את יישור התוויות {toolName} לאופקי"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],he_IL:["שנה את כיוון התוויות של {toolName}"]}},66668:e=>{e.exports={en:["change {toolName} text"],he_IL:["שנה את הטקסט של {toolName}"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],he_IL:["שנה את נראות הטקסט של {toolName}"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],he_IL:["שנה גלישת טקסט של {toolName}"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],
+he_IL:["שנה את צבע הרקע של הטקסט של {toolName}"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],he_IL:["שנה את נראות הרקע של הטקסט של {toolName}"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],he_IL:["שנה את צבע גבול הטקסט של {toolName}"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],he_IL:["שנה את רוחב גבול הטקסט של {toolName}"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],he_IL:["שנה את נראות גבול הטקסט של {toolName}"]}},64500:e=>{e.exports={en:["change {toolName} text color"],he_IL:["שנה את צבע הטקסט של {toolName}"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],he_IL:["שנה את גופן הטקסט {toolName} למודגש"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],he_IL:["שנה את גופן הטקסט של {toolName} לנטוי"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],he_IL:["שנה את גודל גופן הטקסט של {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],he_IL:["שנה את המאפיין {propertyName}"]}},48499:e=>{e.exports={en:["add column to right"],he_IL:["הוסף עמודה לימין"]}},48407:e=>{e.exports={en:["add row below"],he_IL:["הוסף שורה למטה"]}},35813:e=>{e.exports={en:["days"],he_IL:["ימים"]}},89919:e=>{e.exports={en:["days to"],he_IL:["ימים ל"]}},59215:e=>{e.exports={en:["days from"],he_IL:["ימים מ"]}},2359:e=>{e.exports={en:["hours"],he_IL:["שעות"]}},82267:e=>{e.exports={en:["hours from"],he_IL:["שעות מ"]}},15600:e=>{e.exports={en:["hours to"],he_IL:["שעות ל"]}},76261:e=>{e.exports={en:["move drawings"],he_IL:["העבר שרטוטים"]}},95300:e=>{e.exports={en:["months"],he_IL:["חודשים"]}},17250:e=>{e.exports={en:["months from"],he_IL:["חודשים מ"]}},2828:e=>{e.exports={en:["months to"],he_IL:["חודשים ל"]}},18726:e=>{e.exports={en:["minutes"],he_IL:["דקות"]}},67649:e=>{e.exports={en:["minutes to"],he_IL:["דקות ל"]}},22476:e=>{e.exports={en:["minutes from"],he_IL:["דקות מ"]}},751:e=>{e.exports={en:["seconds"],he_IL:["שניות"]}},73419:e=>{e.exports={en:["seconds to"],he_IL:["שניות ל"]}},35801:e=>{e.exports={en:["seconds from"],he_IL:["שניות מ"]}},80240:e=>{e.exports={en:["remove column"],he_IL:["הסר עמודה"]}},4553:e=>{e.exports={en:["remove row"],he_IL:["הסר שורה"]}},24849:e=>{e.exports={en:["resize the cell"],he_IL:["שנה את גודל התא"]}},45537:e=>{e.exports={en:["weeks"],he_IL:["שבועות"]}},92859:e=>{e.exports={en:["weeks from"],he_IL:["שבועות מ"]}},44127:e=>{e.exports={en:["weeks to"],he_IL:["שבועות ל"]}},3539:e=>{e.exports={en:["ticks"],he_IL:["טיקים"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/header-toolbar.b988704f5babf67fa9a6.js b/public/charting_library/bundles/header-toolbar.b988704f5babf67fa9a6.js
new file mode 100644
index 0000000..31795ba
--- /dev/null
+++ b/public/charting_library/bundles/header-toolbar.b988704f5babf67fa9a6.js
@@ -0,0 +1,12 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3005],{97754:(e,t)=>{var n;!function(){"use strict";var r={}.hasOwnProperty;function s(){for(var e=[],t=0;t{e.exports={wrap:"wrap-wXGVFOC9",wrapWithArrowsOuting:"wrapWithArrowsOuting-wXGVFOC9",wrapOverflow:"wrapOverflow-wXGVFOC9",scrollWrap:"scrollWrap-wXGVFOC9",noScrollBar:"noScrollBar-wXGVFOC9",icon:"icon-wXGVFOC9",scrollLeft:"scrollLeft-wXGVFOC9",scrollRight:"scrollRight-wXGVFOC9",isVisible:"isVisible-wXGVFOC9",iconWrap:"iconWrap-wXGVFOC9",fadeLeft:"fadeLeft-wXGVFOC9",fadeRight:"fadeRight-wXGVFOC9"}},39416:(e,t,n)=>{"use strict";n.d(t,{useFunctionalRefObject:()=>i});var r=n(50959),s=n(43010);function i(e){const t=(0,r.useMemo)((()=>function(e){const t=n=>{e(n),t.current=n};return t.current=null,t}((e=>{o.current(e)}))),[]),n=(0,r.useRef)(null),i=t=>{if(null===t)return a(n.current,t),void(n.current=null);n.current!==e&&(n.current=e,a(n.current,t))},o=(0,r.useRef)(i);return o.current=i,(0,s.useIsomorphicLayoutEffect)((()=>{if(null!==t.current)return o.current(t.current),()=>o.current(null)}),[e]),t}function a(e,t){null!==e&&("function"==typeof e?e(t):e.current=t)}},43010:(e,t,n)=>{"use strict";n.d(t,{useIsomorphicLayoutEffect:()=>s});var r=n(50959);function s(e,t){("undefined"==typeof window?r.useEffect:r.useLayoutEffect)(e,t)}},67842:(e,t,n)=>{"use strict";n.d(t,{useResizeObserver:()=>a});var r=n(50959),s=n(43010),i=n(39416);function a(e,t=[]){const{callback:n,ref:a=null}=function(e){return"function"==typeof e?{callback:e}:e}(e),o=(0,r.useRef)(null),l=(0,r.useRef)(n);l.current=n;const c=(0,i.useFunctionalRefObject)(a),u=(0,r.useCallback)((e=>{c(e),null!==o.current&&(o.current.disconnect(),null!==e&&o.current.observe(e))}),[c,o]);return(0,s.useIsomorphicLayoutEffect)((()=>(o.current=new ResizeObserver(((e,t)=>{l.current(e,t)})),c.current&&u(c.current),()=>{o.current?.disconnect()})),[c,...t]),u}},9745:(e,t,n)=>{"use strict";n.d(t,{Icon:()=>s});var r=n(50959);const s=r.forwardRef(((e,t)=>{const{icon:n="",title:s,ariaLabel:i,ariaLabelledby:a,ariaHidden:o,...l}=e,c=!!(s||i||a);return r.createElement("span",{role:"img",...l,ref:t,"aria-label":i,"aria-labelledby":a,"aria-hidden":o||!c,title:s,dangerouslySetInnerHTML:{__html:n}})}))},47201:(e,t,n)=>{"use strict";function r(...e){return t=>{for(const n of e)void 0!==n&&n(t)}}n.d(t,{createSafeMulticastEventHandler:()=>r})},42142:(e,t,n)=>{"use strict";n.d(t,{FragmentMap:()=>s});var r=n(50959);function s(e){if(e.map){return r.Children.toArray(e.children).map(e.map)}return e.children}},45601:(e,t,n)=>{"use strict";n.d(t,{Measure:()=>s});var r=n(67842);function s(e){const{children:t,onResize:n}=e;return t((0,
+r.useResizeObserver)(n||(()=>{}),[null===n]))}},70412:(e,t,n)=>{"use strict";n.d(t,{hoverMouseEventFilter:()=>i,useAccurateHover:()=>a,useHover:()=>s});var r=n(50959);function s(){const[e,t]=(0,r.useState)(!1);return[e,{onMouseOver:function(e){i(e)&&t(!0)},onMouseOut:function(e){i(e)&&t(!1)}}]}function i(e){return!e.currentTarget.contains(e.relatedTarget)}function a(e){const[t,n]=(0,r.useState)(!1);return(0,r.useEffect)((()=>{const t=t=>{if(null===e.current)return;const r=e.current.contains(t.target);n(r)};return document.addEventListener("mouseover",t),()=>document.removeEventListener("mouseover",t)}),[]),t}},6132:(e,t,n)=>{"use strict";var r=n(22134);function s(){}function i(){}i.resetWarningCache=s,e.exports=function(){function e(e,t,n,s,i,a){if(a!==r){var o=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw o.name="Invariant Violation",o}}function t(){return e}e.isRequired=e;var n={array:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:i,resetWarningCache:s};return n.PropTypes=n,n}},19036:(e,t,n)=>{e.exports=n(6132)()},22134:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},13818:e=>{e.exports={group:"group-MBOVGQRI",separator:"separator-MBOVGQRI",noLeftDecoration:"noLeftDecoration-MBOVGQRI",noRightDecoration:"noRightDecoration-MBOVGQRI",noMinimalWidth:"noMinimalWidth-MBOVGQRI",separatorWrap:"separatorWrap-MBOVGQRI"}},32169:e=>{e.exports={separator:"separator-xVhBjD5m"}},58312:e=>{e.exports={"css-value-header-toolbar-height":"38px",toolbar:"toolbar-qqNP9X6e",isHidden:"isHidden-qqNP9X6e",overflowWrap:"overflowWrap-qqNP9X6e",customButton:"customButton-qqNP9X6e",hover:"hover-qqNP9X6e",clicked:"clicked-qqNP9X6e"}},87730:e=>{e.exports={wrap:"wrap-_psvpUP2",icon:"icon-_psvpUP2"}},8297:e=>{e.exports={"css-value-header-toolbar-height":"38px",innerWrap:"innerWrap-OhqNVIYA",inner:"inner-OhqNVIYA",fake:"fake-OhqNVIYA",fill:"fill-OhqNVIYA",collapse:"collapse-OhqNVIYA",button:"button-OhqNVIYA",iconButton:"iconButton-OhqNVIYA",hidden:"hidden-OhqNVIYA",content:"content-OhqNVIYA",desktopPublish:"desktopPublish-OhqNVIYA",mobilePublish:"mobilePublish-OhqNVIYA"}},57177:(e,t,n)=>{"use strict";var r;function s(e){e.dispatchEvent(new CustomEvent("roving-tabindex:main-element"))}function i(e){e.dispatchEvent(new CustomEvent("roving-tabindex:secondary-element"))}n.d(t,{becomeMainElement:()=>s,becomeSecondaryElement:()=>i}),function(e){e.MainElement="roving-tabindex:main-element",e.SecondaryElement="roving-tabindex:secondary-element"}(r||(r={}))},42014:(e,t,n)=>{"use strict";n.d(t,{INTERVALS:()=>s});var r=n(11542);const s=[{name:"",label:r.t(null,{context:"interval"},n(79930))},{name:"H",label:r.t(null,{context:"interval"},n(35157))},{name:"D",label:r.t(null,{context:"interval"},n(23970))},{name:"W",label:r.t(null,{context:"interval"},n(7938))},{
+name:"M",label:r.t(null,{context:"interval"},n(18193))}]},6190:(e,t,n)=>{"use strict";n.d(t,{Toolbar:()=>d});var r=n(50959),s=n(50151),i=n(47201),a=n(3343),o=n(19291),l=n(57177),c=n(39416),u=n(7047);const d=(0,r.forwardRef)((function(e,t){const{onKeyDown:n,orientation:d,blurOnEscKeydown:h=!0,blurOnClick:m=!0,...p}=e,v=(0,c.useFunctionalRefObject)(t);return(0,r.useLayoutEffect)((()=>{const e=(0,s.ensureNotNull)(v.current),t=()=>{const t=(0,o.queryTabbableElements)(e).sort(o.navigationOrderComparator);if(0===t.length){const[t]=(0,o.queryFocusableElements)(e).sort(o.navigationOrderComparator);if(void 0===t)return;(0,l.becomeMainElement)(t)}if(t.length>1){const[,...e]=t;for(const t of e)(0,l.becomeSecondaryElement)(t)}};return window.addEventListener("keyboard-navigation-activation",t),()=>window.removeEventListener("keyboard-navigation-activation",t)}),[]),r.createElement("div",{...u.MouseClickAutoBlurHandler.attributes(m),...p,role:"toolbar","aria-orientation":d,ref:v,onKeyDown:(0,i.createSafeMulticastEventHandler)((function(e){if(e.defaultPrevented)return;if(!(document.activeElement instanceof HTMLElement))return;const t=(0,a.hashFromEvent)(e);if(h&&27===t)return e.preventDefault(),void document.activeElement.blur();if("vertical"!==d&&37!==t&&39!==t)return;if("vertical"===d&&38!==t&&40!==t)return;const n=e.currentTarget,r=(0,o.queryFocusableElements)(n).sort(o.navigationOrderComparator);if(0===r.length)return;const s=r.indexOf(document.activeElement);if(-1===s)return;e.preventDefault();const i=()=>{const e=(s+r.length-1)%r.length;(0,l.becomeSecondaryElement)(r[s]),(0,l.becomeMainElement)(r[e]),r[e].focus()},c=()=>{const e=(s+r.length+1)%r.length;(0,l.becomeSecondaryElement)(r[s]),(0,l.becomeMainElement)(r[e]),r[e].focus()};switch((0,o.mapKeyCodeToDirection)(t)){case"inlinePrev":"vertical"!==d&&i();break;case"inlineNext":"vertical"!==d&&c();break;case"blockPrev":"vertical"===d&&i();break;case"blockNext":"vertical"===d&&c()}}),n),"data-tooltip-show-on-focus":"true"})}))},39214:(e,t,n)=>{"use strict";n.r(t),n.d(t,{HeaderToolbarRenderer:()=>Fe});var r=n(50959),s=n(32227),i=n(50151),a=n(97754),o=n.n(a),l=n(85459),c=n.n(l),u=n(20057),d=n(83873),h=n(63193),m=n(56570),p=n(76422),v=n(19036),f=n(32563),g=n(42142),S=n(32169);function b(e){return r.createElement("div",{className:o()(S.separator,e.className)})}var y=n(13818);function C(e){const{children:t,className:n,noLeftDecoration:s,noRightDecoration:i,noMinimalWidth:o,onClick:l,removeSeparator:c}=e;return r.createElement(r.Fragment,null,!c&&r.createElement("div",{className:y.separatorWrap},r.createElement(b,{className:y.separator})),r.createElement("div",{className:a(n,y.group,{[y.noMinimalWidth]:o,[y.noLeftDecoration]:s,[y.noRightDecoration]:i}),onClick:l},t))}var E=n(45601),_=n(11542),w=n(9745),M=n(87730),R=n(45820);const k={text:_.t(null,void 0,n(48161))};function I(e){return r.createElement("div",{className:M.wrap},r.createElement(w.Icon,{className:M.icon,icon:R}),k.text)}var V=n(61119),F=n(78871),O=n(63273),W=n(61380),L=n(46913);const N={isVisibleScrollbar:!0,
+shouldMeasure:!0,hideButtonsFrom:1};function T(e){return r.createElement("div",{className:a(L.fadeLeft,e.className,{[L.isVisible]:e.isVisible})})}function B(e){return r.createElement("div",{className:a(L.fadeRight,e.className,{[L.isVisible]:e.isVisible})})}function A(e){return r.createElement(x,{...e,className:L.scrollLeft})}function D(e){return r.createElement(x,{...e,className:L.scrollRight})}function x(e){return r.createElement("div",{className:a(e.className,{[L.isVisible]:e.isVisible}),onClick:e.onClick},r.createElement("div",{className:L.iconWrap},r.createElement(w.Icon,{icon:W,className:L.icon})))}const P=function(e=A,t=D,n=T,s=B){var o;return(o=class extends r.PureComponent{constructor(e){super(e),this._scroll=r.createRef(),this._handleScrollLeft=()=>{if(this.props.onScrollButtonClick)return void this.props.onScrollButtonClick("left");const e=this.props.scrollStepSize||this.state.widthWrap-50;this.animateTo(Math.max(0,this.currentPosition()-e))},this._handleScrollRight=()=>{if(this.props.onScrollButtonClick)return void this.props.onScrollButtonClick("right");const e=this.props.scrollStepSize||this.state.widthWrap-50;this.animateTo(Math.min((this.state.widthContent||0)-(this.state.widthWrap||0),this.currentPosition()+e))},this._handleResizeWrap=([e])=>{const t=e.target.getBoundingClientRect();this.props.onMeasureWrap&&this.props.onMeasureWrap(t),this.setState({widthWrap:t.width}),this._checkButtonsVisibility()},this._handleResizeContent=([e])=>{const t=e.target.getBoundingClientRect();this.props.onMeasureContent&&this.props.onMeasureContent(t);const{shouldDecreaseWidthContent:n,buttonsWidthIfDecreasedWidthContent:r}=this.props;n&&r?this.setState({widthContent:t.width+2*r}):this.setState({widthContent:t.width})},this._handleScroll=()=>{const{onScroll:e}=this.props;e&&e(this.currentPosition(),this.isAtLeft(),this.isAtRight()),this._checkButtonsVisibility()},this._checkButtonsVisibility=()=>{const{isVisibleLeftButton:e,isVisibleRightButton:t}=this.state,n=this.isAtLeft(),r=this.isAtRight();n||e?n&&e&&this.setState({isVisibleLeftButton:!1}):this.setState({isVisibleLeftButton:!0}),r||t?r&&t&&this.setState({isVisibleRightButton:!1}):this.setState({isVisibleRightButton:!0})},this.state={widthContent:0,widthWrap:0,isVisibleRightButton:!1,isVisibleLeftButton:!1}}componentDidMount(){this._checkButtonsVisibility()}componentDidUpdate(e,t){t.widthWrap===this.state.widthWrap&&t.widthContent===this.state.widthContent||this._handleScroll()}currentPosition(){return this._scroll.current?(0,O.isRtl)()?(0,O.getLTRScrollLeft)(this._scroll.current):this._scroll.current.scrollLeft:0}isAtLeft(){return!this._isOverflowed()||this.currentPosition()<=(0,i.ensureDefined)(this.props.hideButtonsFrom)}isAtRight(){return!this._isOverflowed()||this.currentPosition()+this.state.widthWrap>=this.state.widthContent-(0,i.ensureDefined)(this.props.hideButtonsFrom)}animateTo(e,t=F.dur){const n=this._scroll.current;n&&((0,O.isRtl)()&&(e=(0,O.getLTRScrollLeftOffset)(n,e)),t<=0?n.scrollLeft=Math.round(e):(0,V.doAnimate)({onStep(e,t){
+n.scrollLeft=Math.round(t)},from:n.scrollLeft,to:Math.round(e),easing:F.easingFunc.easeInOutCubic,duration:t}))}render(){const{children:i,isVisibleScrollbar:o,isVisibleFade:l,isVisibleButtons:c,shouldMeasure:u,shouldDecreaseWidthContent:d,buttonsWidthIfDecreasedWidthContent:h,onMouseOver:m,onMouseOut:p,scrollWrapClassName:v,fadeClassName:f}=this.props,{isVisibleRightButton:g,isVisibleLeftButton:S}=this.state,b=d&&h;return r.createElement(E.Measure,{onResize:u?this._handleResizeWrap:null},(d=>r.createElement("div",{className:L.wrapOverflow,onMouseOver:m,onMouseOut:p,ref:d},r.createElement("div",{className:a(L.wrap,b?L.wrapWithArrowsOuting:"")},r.createElement("div",{className:a(L.scrollWrap,v,{[L.noScrollBar]:!o}),onScroll:this._handleScroll,ref:this._scroll},r.createElement(E.Measure,{onResize:u?this._handleResizeContent:null},i)),l&&r.createElement(n,{isVisible:S,className:f}),l&&r.createElement(s,{isVisible:g,className:f}),c&&r.createElement(e,{onClick:this._handleScrollLeft,isVisible:S}),c&&r.createElement(t,{onClick:this._handleScrollRight,isVisible:g})))))}_isOverflowed(){const{widthContent:e,widthWrap:t}=this.state;return e>t}}).defaultProps=N,o}(A,D,T,B);var H,q=n(14729);!function(e){e.SymbolSearch="header-toolbar-symbol-search",e.Intervals="header-toolbar-intervals",e.ChartStyles="header-toolbar-chart-styles",e.Compare="header-toolbar-compare",e.Indicators="header-toolbar-indicators",e.StudyTemplates="header-toolbar-study-templates",e.Dropdown="header-toolbar-dropdown",e.Alerts="header-toolbar-alerts",e.Layouts="header-toolbar-layouts",e.SaveLoad="header-toolbar-save-load",e.UndoRedo="header-toolbar-undo-redo",e.Properties="header-toolbar-properties",e.QuickSearch="header-toolbar-quick-search",e.PublishDesktop="header-toolbar-publish-desktop",e.PublishMobile="header-toolbar-publish-mobile",e.Fullscreen="header-toolbar-fullscreen",e.Screenshot="header-toolbar-screenshot",e.Replay="header-toolbar-replay",e.Financials="header-toolbar-financials"}(H||(H={}));var z=n(70412),G=n(77151),X=n(6190),U=n(8297);const Q=(0,G.registryContextType)(),Y=m.enabled("widget");class j extends r.PureComponent{constructor(e,t){super(e,t),this._handleMouseOver=e=>{(0,z.hoverMouseEventFilter)(e)&&this.setState({isHovered:!0})},this._handleMouseOut=e=>{(0,z.hoverMouseEventFilter)(e)&&this.setState({isHovered:!1})},this._handleInnerResize=([e])=>{const t=e.contentRect.width,{onWidthChange:n}=this.props;n&&n(t)},this._handleMeasureAvailableSpace=e=>{const{onAvailableSpaceChange:t}=this.props;t&&t(e.width)},this._processCustoms=e=>{const{isFake:t,displayMode:n}=this.props,{tools:s}=this.context;return e.map((e=>r.createElement(C,{key:e.id},(e=>{switch(e.type){case"Button":return r.createElement(s.Custom,{...e.params,isFake:t});case"TradingViewStyledButton":return r.createElement(s.CustomTradingViewStyledButton,{...e.params,className:U.button,displayMode:n});case"Dropdown":return r.createElement(s.Dropdown,{displayMode:n,params:e.params});default:return null}})(e))))},this._fixLastGroup=(e,t,n)=>{
+if(t===n.length-1&&r.isValidElement(e)&&e.type===C){const t=void 0!==this.context.tools.Publish&&!this.props.readOnly;return r.cloneElement(e,{noRightDecoration:t})}return e},(0,G.validateRegistry)(t,{tools:v.any.isRequired}),this.state={isHovered:!1}}render(){const{tools:e}=this.context,{features:t,displayMode:n,chartSaver:s,studyMarket:i,readOnly:o,saveLoadSyncEmitter:l,leftCustomElements:c,rightCustomElements:u,showScrollbarWhen:d,isFake:h=!1}=this.props,{isHovered:p}=this.state,v=this._processCustoms(c),S=this._processCustoms(u),b=d.includes(n);return r.createElement(X.Toolbar,{className:a(U.inner,{[U.fake]:h}),onContextMenu:q.preventDefaultForContextMenu,"data-is-fake-main-panel":h,"aria-hidden":h},r.createElement(P,{isVisibleFade:f.mobiletouch&&b,isVisibleButtons:!f.mobiletouch&&b&&p,isVisibleScrollbar:!1,shouldMeasure:!h,onMouseOver:this._handleMouseOver,onMouseOut:this._handleMouseOut,onMeasureWrap:this._handleMeasureAvailableSpace},(c=>r.createElement("div",{className:U.content,ref:c,role:"none"},r.createElement(E.Measure,{onResize:h?this._handleInnerResize:null},(c=>r.createElement("div",{className:U.innerWrap,ref:c},r.createElement(g.FragmentMap,{map:this._fixLastGroup},!o&&r.Children.toArray([(e.SymbolSearch||!Y&&e.Compare)&&r.createElement(C,{key:"symbol"},e.SymbolSearch&&r.createElement(e.SymbolSearch,{id:h?void 0:H.SymbolSearch,isActionsVisible:t.allowSymbolSearchSpread}),e.Compare&&r.createElement(e.Compare,{id:h?void 0:H.Compare,className:U.button,displayMode:n})),e.DateRange&&r.createElement(C,{key:"range"},r.createElement(e.DateRange,null)),e.Intervals&&r.createElement(C,{key:"intervals"},r.createElement(e.Intervals,{id:h?void 0:H.Intervals,isShownQuicks:t.allowFavoriting,isFavoritingAllowed:t.allowFavoriting,displayMode:n,isFake:h})),e.Bars&&r.createElement(C,{key:"styles"},r.createElement(e.Bars,{id:h?void 0:H.ChartStyles,isShownQuicks:t.allowFavoriting,isFavoritingAllowed:t.allowFavoriting,displayMode:n,isFake:h})),Y&&e.Compare&&!e.SymbolSearch&&r.createElement(C,{key:"compare"},r.createElement(e.Compare,{id:h?void 0:H.Compare,className:U.button,displayMode:n})),e.Indicators&&r.createElement(C,{key:"indicators"},r.createElement(e.Indicators,{id:h?void 0:H.Indicators,className:U.button,studyMarket:i,displayMode:n}),e.Templates&&r.createElement(e.Templates,{id:h?void 0:H.StudyTemplates,isShownQuicks:t.allowFavoriting,isFavoritingAllowed:t.allowFavoriting,displayMode:n})),e.Alert&&r.createElement(C,{key:"alert"},r.createElement(e.Alert,{id:h?void 0:H.Alerts,className:U.button,displayMode:n}),e.Replay&&r.createElement(e.Replay,{id:h?void 0:H.Replay,className:U.button,displayMode:n})),e.AlertReferral&&!m.enabled("hide_alert_referral_tool")&&r.createElement(C,{key:"alert-referral"},r.createElement(e.AlertReferral,{className:U.button,displayMode:n})),e.ScalePercentage&&r.createElement(C,{key:"percentage"},r.createElement(e.ScalePercentage,null)),e.ScaleLogarithm&&r.createElement(C,{key:"logarithm"},r.createElement(e.ScaleLogarithm,null)),...v]),function(e){
+const t=e.findIndex((e=>r.isValidElement(e)&&!!e.key&&-1!==e.key.toString().indexOf("view-only-badge")));return[t].filter((e=>e>=0)).forEach((t=>{e=r.Children.map(e,((e,n)=>{if(r.isValidElement(e)){switch([t-1,t,t+1].indexOf(n)){case 0:const t={noRightDecoration:!0};e=r.cloneElement(e,t);break;case 1:const n={noLeftDecoration:!0,noRightDecoration:!0};e=r.cloneElement(e,n);break;case 2:const s={noLeftDecoration:!0};e=r.cloneElement(e,s)}}return e}))})),e}(r.Children.toArray([o&&r.createElement(C,{key:"view-only-badge",removeSeparator:!0},r.createElement(I,null)),!o&&e.UndoRedo&&r.createElement(C,{key:"undo-redo"},r.createElement(e.UndoRedo,{id:h?void 0:H.UndoRedo})),r.createElement(C,{removeSeparator:!0,key:"gap-1",className:a(U.fill,h&&U.collapse)}),(e.Layout||e.SaveLoad)&&r.createElement(C,{key:"layout",removeSeparator:!0},!o&&e.Layout&&r.createElement(e.Layout,{id:h?void 0:H.Layouts}),e.SaveLoad&&r.createElement(e.SaveLoad,{id:h?void 0:H.SaveLoad,chartSaver:s,isReadOnly:o,displayMode:n,isFake:h,stateSyncEmitter:l})),e.SaveLoadReferral&&r.createElement(C,{key:"save-load-referral"},r.createElement(e.SaveLoadReferral,{isReadOnly:o,displayMode:n})),t.showLaunchInPopupButton&&e.OpenPopup&&!m.enabled("hide_open_popup_button")&&r.createElement(C,{key:"popup"},r.createElement(e.OpenPopup,null)),!o&&(e.Properties||e.Fullscreen||!Y&&e.Screenshot)&&r.createElement(C,{key:"properties"},!o&&e.QuickSearch&&r.createElement(e.QuickSearch,{id:h?void 0:H.QuickSearch,className:U.iconButton}),!o&&e.Properties&&r.createElement(e.Properties,{id:h?void 0:H.Properties,className:U.iconButton}),r.createElement(r.Fragment,null,!o&&e.Fullscreen&&r.createElement(C,{key:"fullscreen",onClick:this._trackFullscreenButtonClick,removeSeparator:!0},r.createElement(e.Fullscreen,{id:h?void 0:H.Fullscreen})),!Y&&e.Screenshot&&r.createElement(e.Screenshot,{id:h?void 0:H.Screenshot,className:U.iconButton}))),Y&&!o&&e.Fullscreen&&r.createElement(C,{key:"fullscreen",onClick:this._trackFullscreenButtonClick,removeSeparator:!0},r.createElement(e.Fullscreen,{id:h?void 0:H.Fullscreen})),Y&&e.Screenshot&&r.createElement(C,{key:"screenshot",removeSeparator:!0},r.createElement(e.Screenshot,{id:h?void 0:H.Screenshot,className:U.iconButton})),!o&&e.Publish&&!m.enabled("hide_publish_button")&&r.createElement(C,{key:"publish",className:U.mobilePublish,removeSeparator:!0},r.createElement(e.Publish,{id:h?void 0:H.PublishMobile})),...S]))))))))),e.Publish&&!o&&!h&&!m.enabled("hide_publish_button")&&r.createElement(e.Publish,{id:H.PublishDesktop,className:U.desktopPublish}))}_trackFullscreenButtonClick(){0}}var K;j.contextType=Q,function(e){e[e.Left=0]="Left",e[e.Self=1]="Self",e[e.Right=2]="Right"}(K||(K={}));var J=n(64147),$=n(59063);class Z extends $.CommonJsonStoreService{constructor(e,t,n=[]){super(e,t,"FAVORITE_CHART_STYLES_CHANGED","StyleWidget.quicks",n)}}var ee=n(10074),te=n(97144);class ne extends $.AbstractJsonStoreService{constructor(e,t,n){super(e,t,"FAVORITE_INTERVALS_CHANGED","IntervalWidget.quicks",n)}_serialize(e){return(0,
+te.uniq)(e.map(ee.normalizeIntervalString))}_deserialize(e){return(0,te.uniq)((0,ee.convertResolutionsFromSettings)(e).filter(ee.isResolutionMultiplierValid).map(ee.normalizeIntervalString))}}var re=n(82992),se=n(52033),ie=n(56840),ae=n(21097);class oe extends $.AbstractJsonStoreService{constructor(e,t,n=[]){super(e,t,"CUSTOM_INTERVALS_CHANGED","IntervalWidget.intervals",n)}set(e,t){const n=()=>{super.set(e,t)};e.length,this.get().length,n()}_serialize(e){return(0,te.uniq)(e.map(ee.normalizeIntervalString))}_deserialize(e){return(0,te.uniq)([...(0,ee.convertResolutionsFromSettings)(e).filter(ee.isResolutionMultiplierValid).map(ee.normalizeIntervalString)])}}const le=new oe(ae.TVXWindowEvents,ie);var ce=n(42014);class ue{constructor(e){this._customIntervalsService=le,this._supportedIntervalsMayChange=new se.Delegate,this._fireSupportedIntervalsMayChange=()=>{this._supportedIntervalsMayChange.fire()},this._resolutionGetter=()=>[],this._resolutionGetter=e,re.linking.supportedResolutions.subscribe(this._fireSupportedIntervalsMayChange),re.linking.range.subscribe(this._fireSupportedIntervalsMayChange),re.linking.seconds.subscribe(this._fireSupportedIntervalsMayChange),re.linking.ticks.subscribe(this._fireSupportedIntervalsMayChange),re.linking.intraday.subscribe(this._fireSupportedIntervalsMayChange),re.linking.dataFrequencyResolution.subscribe(this._fireSupportedIntervalsMayChange)}destroy(){re.linking.supportedResolutions.unsubscribe(this._fireSupportedIntervalsMayChange),re.linking.range.unsubscribe(this._fireSupportedIntervalsMayChange),re.linking.seconds.unsubscribe(this._fireSupportedIntervalsMayChange),re.linking.ticks.unsubscribe(this._fireSupportedIntervalsMayChange),re.linking.intraday.unsubscribe(this._fireSupportedIntervalsMayChange),re.linking.dataFrequencyResolution.unsubscribe(this._fireSupportedIntervalsMayChange)}getDefaultIntervals(){return this._resolutionGetter?this._resolutionGetter().map(ee.normalizeIntervalString):[]}getCustomIntervals(){return this._customIntervalsService.get()}add(e,t,n){if(!this.isValidInterval(e,t))return null;const r=(0,ee.normalizeIntervalString)(`${e}${t}`),s=this.getCustomIntervals();return this._isIntervalDefault(r)||s.includes(r)?null:(this._customIntervalsService.set((0,ee.sortResolutions)([...s,r])),r)}remove(e){this._customIntervalsService.set(this.getCustomIntervals().filter((t=>t!==e)))}isValidInterval(e,t){return(0,ee.isResolutionMultiplierValid)(`${e}${t}`)}isSupportedInterval(e){return(0,ee.isAvailable)(e)}supportedIntervalsMayChange(){return this._supportedIntervalsMayChange}getOnChange(){return this._customIntervalsService.getOnChange()}getPossibleIntervals(){return ce.INTERVALS}getResolutionUtils(){return{getMaxResolutionValue:ee.getMaxResolutionValue,getTranslatedResolutionModel:ee.getTranslatedResolutionModel,mergeResolutions:ee.mergeResolutions,sortResolutions:ee.sortResolutions}}_isIntervalDefault(e){return this.getDefaultIntervals().includes(e)}}var de=n(72894);function he(e){return e.replace(/(@[^-]+-[^-]+).*$/,"$1")}const me={};let pe=null;class ve{
+constructor(e=ie){this._favorites=[],this._favoritesChanged=new se.Delegate,this._settings=e,ae.TVXWindowEvents.on("StudyFavoritesChanged",(e=>{const t=JSON.parse(e);this._loadFromState(t.favorites||[])})),this._settings.onSync.subscribe(this,this._loadFavs),this._loadFavs()}isFav(e){const t=this.favId(e);return-1!==this._findFavIndex(t)}toggleFavorite(e){this.isFav(e)?this.removeFavorite(e):this.addFavorite(e)}addFavorite(e){const t=this.favId(e);this._favorites.push(ge(t)),this._favoritesChanged.fire(t),this._saveFavs()}removeFavorite(e){const t=this.favId(e),n=this._findFavIndex(t);-1!==n&&(this._favorites.splice(n,1),this._favoritesChanged.fire(t)),this._saveFavs()}favId(e){return he(e)}favorites(){return this._favorites}favoritePineIds(){return this._favorites.filter((e=>"pine"===e.type)).map((e=>e.pineId))}favoritesChanged(){return this._favoritesChanged}static getInstance(){return null===pe&&(pe=new ve),pe}static create(e){return new ve(e)}_loadFavs(){const e=this._settings.getJSON("studyMarket.favorites",[]);this._loadFromState(e)}_saveFavs(){const e=this._stateToSave();this._settings.setJSON("studyMarket.favorites",e,{forceFlush:!0}),ae.TVXWindowEvents.emit("StudyFavoritesChanged",JSON.stringify({favorites:e}))}_stateToSave(){return this._favorites.map(fe)}_loadFromState(e){this._favorites=e.map((e=>ge(function(e){return e in me?me[e]:e}(e)))),this._favoritesChanged.fire()}_findFavIndex(e){return this._favorites.findIndex((t=>e===fe(t)))}}function fe(e){return"java"===e.type?e.studyId:e.pineId}function ge(e){return isPineIdString(e)?{type:"pine",pineId:e}:{type:"java",studyId:e}}var Se=n(85049);const be={[Se.ResolutionKind.Ticks]:!1,[Se.ResolutionKind.Seconds]:!1,[Se.ResolutionKind.Minutes]:!1,[Se.SpecialResolutionKind.Hours]:!1,[Se.ResolutionKind.Days]:!1,[Se.ResolutionKind.Range]:!1};class ye extends $.CommonJsonStoreService{constructor(e,t,n=be){super(e,t,"INTERVALS_MENU_VIEW_STATE_CHANGED","IntervalWidget.menu.viewState",n)}isAllowed(e){return Object.keys(be).includes(e)}}const Ce={Area:3,"HLC area":16,Bars:0,Candles:1,"Heiken Ashi":8,"Hollow Candles":9,Line:2,Renko:4,Kagi:5,"Point & figure":6,"Line Break":7,Baseline:10,LineWithMarkers:14,Stepline:15,Columns:13,"High-low":12},Ee=["1","30","60"];function _e(e=[]){let t=e.map((e=>Ce[e]))||[1,4,5,6];return m.enabled("widget")&&(t=[0,1,3]),t}function we(e=[]){return(0,ee.mergeResolutions)(e,m.enabled("star_some_intervals_by_default")?Ee:[])}new ne(ae.TVXWindowEvents,ie,we()),new Z(ae.TVXWindowEvents,ie,_e());const Me={tools:v.any.isRequired,isFundamental:v.any,chartApiInstance:v.any,availableTimeFrames:v.any,chartWidgetCollection:v.any,windowMessageService:v.any,favoriteChartStylesService:v.any,favoriteIntervalsService:v.any,intervalService:v.any,recentStudyTemplatesService:v.any,studyTemplates:v.any,chartChangesWatcher:v.any,saveChartService:v.any,sharingChartService:v.any,loadChartService:v.any,chartWidget:v.any,favoriteScriptsModel:v.any,intervalsMenuViewStateService:v.any,templatesMenuViewStateService:v.any,openGlobalSearch:v.any,snapshotUrl:v.any}
+;var Re=n(49481),ke=n(58312);const Ie=[];class Ve extends r.PureComponent{constructor(e){super(e),this._saveLoadSyncEmitter=new(c()),this._handleFullWidthChange=e=>{this._fullWidth=e,this.setState({measureValid:!1})},this._handleFavoritesWidthChange=e=>{this._favoritesWidth=e,this.setState({measureValid:!1})},this._handleCollapseWidthChange=e=>{this._collapseWidth=e,this.setState({measureValid:!1})},this._handleMeasure=e=>{this.setState({availableWidth:e,measureValid:!1})};const{tools:t,windowMessageService:n,chartWidgetCollection:r,chartApiInstance:s,availableTimeFrames:a,isFundamental:o,favoriteIntervalsService:l,favoriteChartStylesService:d,recentStudyTemplatesService:h,studyTemplates:p,saveChartService:v,sharingChartService:f,loadChartService:g,snapshotUrl:S,openGlobalSearch:b}=e;this._showScrollbarWhen=(0,i.ensureDefined)(e.allowedModes).slice(-1),this._panelWidthChangeHandlers={full:this._handleFullWidthChange,medium:this._handleFavoritesWidthChange,small:this._handleCollapseWidthChange};const{chartChangesWatcher:y}=e;this._chartChangesWatcher=y;const C=_e(this.props.defaultFavoriteStyles);this._favoriteChartStylesService=d||new Z(ae.TVXWindowEvents,ie,C);const E=we(this.props.defaultFavoriteIntervals);this._favoriteIntervalsService=l||new ne(ae.TVXWindowEvents,ie,E),this._intervalsMenuViewStateService=new ye(ae.TVXWindowEvents,ie),this._intervalService=new ue(s.defaultResolutions),this._registry={tools:t,isFundamental:o,chartWidgetCollection:r,windowMessageService:n,chartApiInstance:s,availableTimeFrames:a,recentStudyTemplatesService:h,studyTemplates:p,saveChartService:v,sharingChartService:f,loadChartService:g,intervalsMenuViewStateService:this._intervalsMenuViewStateService,favoriteChartStylesService:this._favoriteChartStylesService,favoriteIntervalsService:this._favoriteIntervalsService,intervalService:this._intervalService,chartChangesWatcher:this._chartChangesWatcher,chartWidget:r.activeChartWidget.value(),favoriteScriptsModel:ve.getInstance(),templatesMenuViewStateService:this._templatesMenuVuewStateService,snapshotUrl:S,openGlobalSearch:b},this.state={isVisible:!0,availableWidth:0,displayMode:"full",measureValid:!1,leftCustomElements:[],rightCustomElements:[]},this._readOnly=r.readOnly(),this._features={allowFavoriting:m.enabled("items_favoriting"),showIdeasButton:Boolean(this.props.ideas),showLaunchInPopupButton:Boolean(this.props.popupButton),allowSymbolSearchSpread:m.enabled("header_symbol_search")&&m.enabled("show_spread_operators"),allowToolbarHiding:m.enabled("collapsible_header")},this._setDisplayMode=(0,u.default)(this._setDisplayMode,100),this._negotiateResizer()}componentDidUpdate(e,t){const{isVisible:n,measureValid:r}=this.state;n!==t.isVisible&&(p.emit("toggle_header",n),this._negotiateResizer()),r||this._setDisplayMode()}render(){const{resizerBridge:e,allowedModes:t,...n}=this.props,{displayMode:s,isVisible:o,leftCustomElements:l,rightCustomElements:c}=this.state,u={features:this._features,readOnly:this._readOnly,isFake:!1,saveLoadSyncEmitter:this._saveLoadSyncEmitter,leftCustomElements:l,
+rightCustomElements:c,...n},d={...u,isFake:!0,showScrollbarWhen:Ie},h=(0,i.ensureDefined)(t),m=this.props.tools.PublishButtonManager||r.Fragment;return r.createElement(G.RegistryProvider,{value:this._registry,validation:Me},r.createElement(m,null,r.createElement("div",{className:a(ke.toolbar,{[ke.isHidden]:!o}),onClick:this.props.onClick},r.createElement("div",{className:ke.overflowWrap},h.map((e=>r.createElement(j,{key:e,displayMode:e,onWidthChange:this._panelWidthChangeHandlers[e],...d}))),r.createElement(j,{key:"live",showScrollbarWhen:this._showScrollbarWhen,displayMode:s,onAvailableSpaceChange:this._handleMeasure,...u})))))}addButton(e,t){if(!t.useTradingViewStyle)return this._addCustomHTMLButton(e,t.align);this._addCustomTradingViewStyledButton(e,t)}removeButton(e){const{leftCustomElements:t,rightCustomElements:n}=this.state;if((0,d.default)(e))this._removeCustomElementToState(e);else{const r=t=>"element"in t.params&&t.params.element===e,s=t.find(r)?.id??n.find(r)?.id;(0,h.default)(s)||this._removeCustomElementToState(s)}}addDropdown(e,t){const{leftCustomElements:n,rightCustomElements:r}=this.state,s={type:"Dropdown",id:e,params:t};"left"===t.align?this.setState({leftCustomElements:[...n,s]}):this.setState({rightCustomElements:[...r,s]})}updateDropdown(e,t){const n=t=>"Dropdown"===t.type&&t.id===e,r=this.state.leftCustomElements.find(n)||this.state.rightCustomElements.find(n);void 0!==r&&(r.params={...r.params,...t},this.setState({leftCustomElements:this.state.leftCustomElements.slice(),rightCustomElements:this.state.rightCustomElements.slice()}))}removeDropdown(e){const t=t=>"Dropdown"===t.type&&t.id!==e,n=this.state.leftCustomElements.filter(t),r=this.state.rightCustomElements.filter(t);this.setState({leftCustomElements:n,rightCustomElements:r})}_negotiateResizer(){this.props.resizerBridge.negotiateHeight(this.state.isVisible?de.HEADER_TOOLBAR_HEIGHT_EXPANDED:de.HEADER_TOOLBAR_HEIGHT_COLLAPSED)}_setDisplayMode(){const{availableWidth:e}=this.state,{allowedModes:t}=this.props,n={full:this._fullWidth,medium:this._favoritesWidth,small:this._collapseWidth},r=(0,i.ensureDefined)(t);let s=r.map((e=>n[e])).findIndex((t=>e>=t));-1===s&&(s=r.length-1);const a=r[s];this.setState({measureValid:!0,displayMode:a})}_addCustomHTMLButton(e,t="left"){const n=new J.WatchedValue(0),r=(0,Re.parseHtmlElement)(`
`),s={type:"Button",id:e,params:{key:Number(new Date),element:r,width:n}};return this._addCustomElementToState(t,s),r}_addCustomTradingViewStyledButton(e,t){const n={type:"TradingViewStyledButton",id:e,params:{key:Number(new Date),text:t.text,title:t.title,onClick:t.onClick}};this._addCustomElementToState(t.align,n)}_addCustomElementToState(e,t){const{leftCustomElements:n,rightCustomElements:r}=this.state;"left"===e?this.setState({leftCustomElements:[...n,t]}):this.setState({rightCustomElements:[...r,t]})}_removeCustomElementToState(e){this.setState({leftCustomElements:this.state.leftCustomElements.filter((t=>t.id!==e)),
+rightCustomElements:this.state.rightCustomElements.filter((t=>t.id!==e))})}}Ve.defaultProps={allowedModes:["full","medium"]};class Fe{constructor(e,t){this._component=null,this._handleRef=e=>{this._component=e},this._container=e,s.render(r.createElement(Ve,{...t,ref:this._handleRef}),this._container)}destroy(){s.unmountComponentAtNode(this._container)}getComponent(){return(0,i.ensureNotNull)(this._component)}}},77151:(e,t,n)=>{"use strict";n.d(t,{RegistryProvider:()=>l,registryContextType:()=>c,validateRegistry:()=>o});var r=n(50959),s=n(19036),i=n.n(s);const a=r.createContext({});function o(e,t){i().checkPropTypes(t,e,"context","RegistryContext")}function l(e){const{validation:t,value:n}=e;return o(n,t),r.createElement(a.Provider,{value:n},e.children)}function c(){return a}},61380:e=>{e.exports=''},45820:e=>{e.exports=''}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.101.d2f212f7ba1b45845d9f.js b/public/charting_library/bundles/hu_HU.101.d2f212f7ba1b45845d9f.js
new file mode 100644
index 0000000..b08ada5
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.101.d2f212f7ba1b45845d9f.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[101],{23970:e=>{e.exports={en:["days"],hu_HU:["nap"]}},35157:e=>{e.exports={en:["hours"],hu_HU:["óra"]}},18193:e=>{e.exports={en:["months"],hu_HU:["hónap"]}},79930:e=>{e.exports={en:["minutes"],hu_HU:["perc"]}},7938:e=>{e.exports={en:["weeks"],hu_HU:["hét"]}},4543:e=>{e.exports={en:["Cancel"],hu_HU:["Törlés"]}},47742:e=>{e.exports={en:["Close menu"]}},42790:e=>{e.exports={en:["Add"],hu_HU:["Hozzáad"]}},17854:e=>{e.exports={en:["Interval"],hu_HU:["Időköz"]}},17889:e=>{e.exports={en:["Interval already exists, please use a different value"]}},23323:e=>{e.exports={en:["Interval value is too big, please try again"]}},19295:e=>{e.exports={en:["Ok"],hu_HU:["Oké"]}},98413:e=>{e.exports={en:["Type"],hu_HU:["Típus"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.1303.f07c410173ec0b804b22.js b/public/charting_library/bundles/hu_HU.1303.f07c410173ec0b804b22.js
new file mode 100644
index 0000000..feb87bc
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.1303.f07c410173ec0b804b22.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1303],{53288:e=>{e.exports={en:["animals & nature"]}},21311:e=>{e.exports={en:["activity"]}},90678:e=>{e.exports={en:["food & drink"]}},6715:e=>{e.exports={en:["flags"]}},98355:e=>{e.exports={en:["objects"]}},43438:e=>{e.exports={en:["smiles & people"]}},40457:e=>{e.exports={en:["symbols"]}},88906:e=>{e.exports={en:["recently used"]}},28562:e=>{e.exports={en:["travel & places"]}},64770:e=>{e.exports={en:["Confirmation"],hu_HU:["Megerősítés"]}},4543:e=>{e.exports={en:["Cancel"],hu_HU:["Törlés"]}},4461:e=>{e.exports={en:["Add emoji"]}},19295:e=>{e.exports={en:["Ok"],hu_HU:["Oké"]}},38733:e=>{e.exports={en:["No"],hu_HU:["Nem"]}},85888:e=>{e.exports={en:["No results found"]}},64e3:e=>{e.exports={en:["Save"],hu_HU:["Mentés"]}},47550:e=>{e.exports={en:["Remove selected emoji"]}},6321:e=>{e.exports={en:["Rename"],hu_HU:["Átnevezés"]}},55512:e=>{e.exports={en:["Yes"],hu_HU:["Igen"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.1308.d1a986137a3ad4cdfe66.js b/public/charting_library/bundles/hu_HU.1308.d1a986137a3ad4cdfe66.js
new file mode 100644
index 0000000..cee8807
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.1308.d1a986137a3ad4cdfe66.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1308,6155,5111,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],hu_HU:["Koordináták"]}},24197:e=>{e.exports={en:["Center"]}},27567:e=>{e.exports={en:["Bottom"],hu_HU:["Alsó"]}},17129:e=>{e.exports={en:["Bottom labels"],hu_HU:["Alsó Címkék"]}},79468:e=>{e.exports={en:["Background"],hu_HU:["Háttér"]}},81356:e=>{e.exports={en:["Grid"],hu_HU:["Rács"]}},72942:e=>{e.exports={en:["Days"],hu_HU:["Napok"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},56796:e=>{e.exports={en:["Hours"],hu_HU:["Órák"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],hu_HU:["Inputok"]}},11626:e=>{e.exports={en:["Left"],hu_HU:["Bal"]}},65e3:e=>{e.exports={en:["Left labels"],hu_HU:["Bal Címkék"]}},43154:e=>{e.exports={en:["Months"],hu_HU:["Hónapok"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"],hu_HU:["Percek"]}},65188:e=>{e.exports={en:["Seconds"],hu_HU:["Másodpercek"]}},58557:e=>{e.exports={en:["Price levels"],hu_HU:["Árszintek"]}},64489:e=>{e.exports={en:["Reverse"],hu_HU:["Fordított"]}},50421:e=>{e.exports={en:["Right"],hu_HU:["Jobb"]}},28971:e=>{e.exports={en:["Right labels"],hu_HU:["Jobb Címkék"]}},835:e=>{e.exports={en:["Weeks"],hu_HU:["Hetek"]}},97118:e=>{e.exports={en:["Top"],hu_HU:["Felső"]}},74939:e=>{e.exports={en:["Top labels"],hu_HU:["Top Címkék"]}},70320:e=>{e.exports={en:["Text"],hu_HU:["Szöveg"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},24821:e=>{e.exports={en:["Ticks"]}},58476:e=>{e.exports={en:["Time levels"]}},28683:e=>{e.exports={en:["Use one color"],hu_HU:["Egyetlen szín használata"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},59577:e=>{e.exports={en:["change {title} all lines color"]}},62130:e=>{e.exports={en:["change {title} bottom labels visibility"]}},13783:e=>{e.exports={en:["change {title} background transparency"]}},30839:e=>{e.exports={en:["change {title} background visibility"]}},20664:e=>{e.exports={en:["change {title} grid visibility"]}},36467:e=>{e.exports={en:["change {title} grid line color"]}},54244:e=>{e.exports={en:["change {title} grid line style"]}},30127:e=>{e.exports={en:["change {title} grid line width"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"]}},664:e=>{e.exports={en:["change {title} level {index} line color"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"]}},63021:e=>{e.exports={en:["change {title} left labels visibility"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},
+59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},50762:e=>{e.exports={en:["change {title} reverse"]}},8390:e=>{e.exports={en:["change {title} right labels visibility"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},81301:e=>{e.exports={en:["change {title} top labels visibility"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},77114:e=>{e.exports={en:["erase level line"]}},2359:e=>{e.exports={en:["hours"],hu_HU:["Órák"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"],hu_HU:["Hónapok"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"],hu_HU:["Percek"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.1341.1068954aa326300ef390.js b/public/charting_library/bundles/hu_HU.1341.1068954aa326300ef390.js
new file mode 100644
index 0000000..bae640e
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.1341.1068954aa326300ef390.js
@@ -0,0 +1,4 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1341,6155,4821],{13616:e=>{e.exports={en:["#{count} (bar)"]}},80166:e=>{e.exports={en:["#{count} (price, bar)"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"],hu_HU:["(Ny + M + A + Z)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"],hu_HU:["(M + A + Z)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"],hu_HU:["(M + A)/2"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],hu_HU:["Bárszínek az előző záró alapján"]}},78930:e=>{e.exports={en:["Coordinates"],hu_HU:["Koordináták"]}},24197:e=>{e.exports={en:["Center"]}},84831:e=>{e.exports={en:["Close line"]}},93020:e=>{e.exports={en:["Adjust data for dividends"]}},68921:e=>{e.exports={en:["Adjust for contract changes"]}},27567:e=>{e.exports={en:["Bottom"],hu_HU:["Alsó"]}},3159:e=>{e.exports={en:["Bottom line"],hu_HU:["Bottom Line"]}},74406:e=>{e.exports={en:["Body"]}},333:e=>{e.exports={en:["Borders"],hu_HU:["Határok"]}},42398:e=>{e.exports={en:["Base"],hu_HU:["Bázis"]}},28975:e=>{e.exports={en:["Base level"],hu_HU:["Base Level"]}},71776:e=>{e.exports={en:["Down"],hu_HU:["Le"]}},17611:e=>{e.exports={en:["Down bars"]}},23743:e=>{e.exports={en:["Down color"]}},48225:e=>{e.exports={en:["Data modification"]}},72942:e=>{e.exports={en:["Days"],hu_HU:["Napok"]}},16564:e=>{e.exports={en:["Default"],hu_HU:["Alapértelmezett"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},89212:e=>{e.exports={en:["Display inactivity gaps on intraday"]}},59777:e=>{e.exports={en:["Electronic trading hours background"]}},819:e=>{e.exports={en:["Extend lines"],hu_HU:["Vonalak Hosszabítása"]}},41129:e=>{e.exports={en:["Fill"]}},61112:e=>{e.exports={en:["Fill top area"],hu_HU:["Fill Top Area"]}},73185:e=>{e.exports={en:["Fill bottom area"],hu_HU:["Fill Bottom Area"]}},56796:e=>{e.exports={en:["Hours"],hu_HU:["Órák"]}},95406:e=>{e.exports={en:["Horizontal"]}},56359:e=>{e.exports={en:["High line"]}},47326:e=>{e.exports={en:["Integer"]}},21429:e=>{e.exports={en:["Inputs"],hu_HU:["Inputok"]}},64075:e=>{e.exports={en:["Override min tick"],hu_HU:["Min. Tick Felülírása"]}},34579:e=>{e.exports={en:["Low line"]}},11626:e=>{e.exports={en:["Left"],hu_HU:["Bal"]}},43154:e=>{e.exports={en:["Months"],hu_HU:["Hónapok"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"],hu_HU:["Percek"]}},65188:e=>{e.exports={en:["Seconds"],hu_HU:["Másodpercek"]}},13350:e=>{e.exports={en:["Pearson's R"]}},88327:e=>{e.exports={en:["Pre/post market hours background"]}},59766:e=>{e.exports={en:["Precision"],hu_HU:["Pontosság"]}},84684:e=>{e.exports={en:["Price source"]}},73466:e=>{e.exports={en:["Projection up bars"]}},77430:e=>{e.exports={en:["Projection candles"]}},88367:e=>{e.exports={en:["Projection down bars"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"]}},50421:e=>{e.exports={en:["Right"],hu_HU:["Jobb"]}},835:e=>{e.exports={en:["Weeks"],hu_HU:["Hetek"]}},32163:e=>{e.exports={en:["Wick"],hu_HU:["Kanóc"]}},97118:e=>{e.exports={en:["Top"],hu_HU:["Felső"]}},89349:e=>{e.exports={
+en:["Top line"],hu_HU:["Top Line"]}},70320:e=>{e.exports={en:["Text"],hu_HU:["Szöveg"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},20215:e=>{e.exports={en:["Thin bars"],hu_HU:["Thin Bars"]}},24821:e=>{e.exports={en:["Ticks"]}},77073:e=>{e.exports={en:["Timezone"],hu_HU:["Időzóna"]}},22691:e=>{e.exports={en:["Up"],hu_HU:["Fel"]}},23091:e=>{e.exports={en:["Up color"]}},36957:e=>{e.exports={en:["Up bars"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"]}},69526:e=>{e.exports={en:["Vertical"]}},21105:e=>{e.exports={en:["candle"]}},27068:e=>{e.exports={en:["change HLC bars"]}},21201:e=>{e.exports={en:["change HLC bars color"]}},86866:e=>{e.exports={en:["change area fill color"]}},89346:e=>{e.exports={en:["change area line width"]}},29605:e=>{e.exports={en:["change area line color"]}},4640:e=>{e.exports={en:["change area price source"]}},42190:e=>{e.exports={en:["change base level"]}},71785:e=>{e.exports={en:["change baseline bottom line color"]}},56175:e=>{e.exports={en:["change baseline bottom line width"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"]}},92873:e=>{e.exports={en:["change baseline fill top area color"]}},68609:e=>{e.exports={en:["change baseline price source"]}},69044:e=>{e.exports={en:["change baseline top line color"]}},68197:e=>{e.exports={en:["change baseline top line width"]}},33464:e=>{e.exports={en:["change bar up color"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},59622:e=>{e.exports={en:["change bar down color"]}},43090:e=>{e.exports={en:["change color bars based on previous close"]}},88324:e=>{e.exports={en:["change column up color"]}},93890:e=>{e.exports={en:["change column down color"]}},4727:e=>{e.exports={en:["change column price source"]}},82063:e=>{e.exports={en:["change decimal places"]}},44223:e=>{e.exports={en:["change extended hours color"]}},47393:e=>{e.exports={en:["change electronic trading hours"]}},6026:e=>{e.exports={en:["change high-low body color"]}},73021:e=>{e.exports={en:["change high-low body visibility"]}},46844:e=>{e.exports={en:["change high-low border color"]}},15801:e=>{e.exports={en:["change high-low borders visibility"]}},72399:e=>{e.exports={en:["change high-low labels visibility"]}},56961:e=>{e.exports={en:["change high-low labels color"]}},88640:e=>{e.exports={en:["change line color"]}},41837:e=>{e.exports={en:["change line price source"]}},48339:e=>{e.exports={en:["change line width"]}},38730:e=>{e.exports={en:["change post market color"]}},44371:e=>{e.exports={en:["change pre market color"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},16241:e=>{e.exports={en:["change range bars style"]}},65821:e=>{e.exports={en:["change range thin bars"]}},75487:e=>{e.exports={en:["change renko wick down color"]}},92277:e=>{e.exports={en:["change renko wick up color"]}},79604:e=>{e.exports={en:["change renko wick visibility"]}},91109:e=>{e.exports={en:["change study overlay min tick"]}},82924:e=>{e.exports={en:["change study overlay style"]}},16660:e=>{
+e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"]}},60834:e=>{e.exports={en:["change thin bars"]}},78509:e=>{e.exports={en:["change {title} base line color"]}},27864:e=>{e.exports={en:["change {title} base line style"]}},96177:e=>{e.exports={en:["change {title} base line visibility"]}},17926:e=>{e.exports={en:["change {title} base line width"]}},41638:e=>{e.exports={en:["change {title} down line color"]}},51842:e=>{e.exports={en:["change {title} down line style"]}},46410:e=>{e.exports={en:["change {title} down line visibility"]}},64615:e=>{e.exports={en:["change {title} down line width"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},76295:e=>{e.exports={en:["change {title} extend lines"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},6207:e=>{e.exports={en:["change {title} show pearson's r"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},42553:e=>{e.exports={en:["change {title} up line visibility"]}},63824:e=>{e.exports={en:["change {title} up line width"]}},89178:e=>{e.exports={en:["change {title} up line color"]}},51188:e=>{e.exports={en:["change {title} up line style"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},17214:e=>{e.exports={en:["change {candleType} up border color"]}},36697:e=>{e.exports={en:["change {candleType} up color"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"]}},20291:e=>{e.exports={en:["change {candleType} down border color"]}},64571:e=>{e.exports={en:["change {candleType} down color"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"]}},5012:e=>{e.exports={en:["change {chartType} down color"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"]}},72545:e=>{
+e.exports={en:["change {chartType} projection bar down color"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"]}},6970:e=>{e.exports={en:["change {chartType} up color"]}},66110:e=>{e.exports={en:["change {inputName} property"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},18077:e=>{e.exports={en:["adjust data for dividends"]}},1433:e=>{e.exports={en:["adjust for contract changes"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},2359:e=>{e.exports={en:["hours"],hu_HU:["Órák"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},92598:e=>{e.exports={en:["hollow candles"],hu_HU:["Áttetsző Gyertyák"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"],hu_HU:["Hónapok"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"],hu_HU:["Percek"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},57243:e=>{e.exports={en:["range","ranges"]}},70282:e=>{e.exports={en:["renko"],hu_HU:["Renko"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},28871:e=>{e.exports={en:["toggle intraday inactivity gaps"]}},3539:e=>{e.exports={en:["ticks"]}},92978:e=>{e.exports={en:["use settlement as close on daily interval"]}},59644:e=>{e.exports={en:["{value} decimal","{value} decimals"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.1427.8971bd84437c851f01a9.js b/public/charting_library/bundles/hu_HU.1427.8971bd84437c851f01a9.js
new file mode 100644
index 0000000..aa8e67c
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.1427.8971bd84437c851f01a9.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1427,2787,6760,6155,7850,7122,5111,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],hu_HU:["Koordináták"]}},24197:e=>{e.exports={en:["Center"]}},6060:e=>{e.exports={en:["Add text"]}},27567:e=>{e.exports={en:["Bottom"],hu_HU:["Alsó"]}},79468:e=>{e.exports={en:["Background"],hu_HU:["Háttér"]}},72942:e=>{e.exports={en:["Days"],hu_HU:["Napok"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},61856:e=>{e.exports={en:["Extend left line"]}},87430:e=>{e.exports={en:["Extend right line"]}},95279:e=>{e.exports={en:["Full circles"],hu_HU:["Teljes Körök"]}},56796:e=>{e.exports={en:["Hours"],hu_HU:["Órák"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],hu_HU:["Inputok"]}},79650:e=>{e.exports={en:["Levels"],hu_HU:["Szintek"]}},11626:e=>{e.exports={en:["Left"],hu_HU:["Bal"]}},43154:e=>{e.exports={en:["Months"],hu_HU:["Hónapok"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"],hu_HU:["Percek"]}},65188:e=>{e.exports={en:["Seconds"],hu_HU:["Másodpercek"]}},50421:e=>{e.exports={en:["Right"],hu_HU:["Jobb"]}},835:e=>{e.exports={en:["Weeks"],hu_HU:["Hetek"]}},97118:e=>{e.exports={en:["Top"],hu_HU:["Felső"]}},70320:e=>{e.exports={en:["Text"],hu_HU:["Szöveg"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},24821:e=>{e.exports={en:["Ticks"]}},51574:e=>{e.exports={en:["Trend line"]}},28683:e=>{e.exports={en:["Use one color"],hu_HU:["Egyetlen szín használata"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},59577:e=>{e.exports={en:["change {title} all lines color"]}},13783:e=>{e.exports={en:["change {title} background transparency"]}},30839:e=>{e.exports={en:["change {title} background visibility"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},30484:e=>{e.exports={en:["change {title} full circles visibility"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"]}},664:e=>{e.exports={en:["change {title} level {index} line color"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"]}},54517:e=>{e.exports={en:["change {title} levels visibility"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},57122:e=>{e.exports={en:["change {title} text"]}},
+98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"]}},19541:e=>{e.exports={en:["change {toolName} line width"]}},24059:e=>{e.exports={en:["change {toolName} line color"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"]}},21474:e=>{e.exports={en:["change {toolName} line left end"]}},54827:e=>{e.exports={en:["change {toolName} line right end"]}},66429:e=>{e.exports={en:["change {toolName} line style"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},77114:e=>{e.exports={en:["erase level line"]}},2359:e=>{e.exports={en:["hours"],hu_HU:["Órák"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"],hu_HU:["Hónapok"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"],hu_HU:["Percek"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.1432.d43e80e1d49b8e361fa5.js b/public/charting_library/bundles/hu_HU.1432.d43e80e1d49b8e361fa5.js
new file mode 100644
index 0000000..a0d9037
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.1432.d43e80e1d49b8e361fa5.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1432,2787,6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],hu_HU:["Koordináták"]}},24197:e=>{e.exports={en:["Center"]}},27567:e=>{e.exports={en:["Bottom"],hu_HU:["Alsó"]}},79468:e=>{e.exports={en:["Background"],hu_HU:["Háttér"]}},72942:e=>{e.exports={en:["Days"],hu_HU:["Napok"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},61856:e=>{e.exports={en:["Extend left line"]}},87430:e=>{e.exports={en:["Extend right line"]}},56796:e=>{e.exports={en:["Hours"],hu_HU:["Órák"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],hu_HU:["Inputok"]}},11626:e=>{e.exports={en:["Left"],hu_HU:["Bal"]}},43154:e=>{e.exports={en:["Months"],hu_HU:["Hónapok"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"],hu_HU:["Percek"]}},65188:e=>{e.exports={en:["Seconds"],hu_HU:["Másodpercek"]}},50421:e=>{e.exports={en:["Right"],hu_HU:["Jobb"]}},835:e=>{e.exports={en:["Weeks"],hu_HU:["Hetek"]}},97118:e=>{e.exports={en:["Top"],hu_HU:["Felső"]}},70320:e=>{e.exports={en:["Text"],hu_HU:["Szöveg"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},30839:e=>{e.exports={en:["change {title} background visibility"]}},49765:e=>{e.exports={en:["change {title} background color"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"]}},19541:e=>{e.exports={en:["change {toolName} line width"]}},24059:e=>{e.exports={en:["change {toolName} line color"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"]}},43823:e=>{e.exports={
+en:["change {toolName} line extending right"]}},21474:e=>{e.exports={en:["change {toolName} line left end"]}},54827:e=>{e.exports={en:["change {toolName} line right end"]}},66429:e=>{e.exports={en:["change {toolName} line style"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},2359:e=>{e.exports={en:["hours"],hu_HU:["Órák"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"],hu_HU:["Hónapok"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"],hu_HU:["Percek"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.1629.7afd8c16ef79eab8b22e.js b/public/charting_library/bundles/hu_HU.1629.7afd8c16ef79eab8b22e.js
new file mode 100644
index 0000000..8d92dd4
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.1629.7afd8c16ef79eab8b22e.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1629],{80473:e=>{e.exports={en:["Add column to right"]}},61702:e=>{e.exports={en:["Add row below"]}},33500:e=>{e.exports={en:["Remove column"]}},85069:e=>{e.exports={en:["Remove row"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.1715.48491249cfe3a1a8a335.js b/public/charting_library/bundles/hu_HU.1715.48491249cfe3a1a8a335.js
new file mode 100644
index 0000000..1ee9fd3
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.1715.48491249cfe3a1a8a335.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1715],{79355:e=>{e.exports={en:["Save template as"]}},41018:e=>{e.exports={en:["Template '{themeName}' already exists. Do you really want to replace it?"]}},59233:e=>{e.exports={en:["Template name"],hu_HU:["Sablon neve"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.2134.fb8463bf93e547b8a24f.js b/public/charting_library/bundles/hu_HU.2134.fb8463bf93e547b8a24f.js
new file mode 100644
index 0000000..033601b
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.2134.fb8463bf93e547b8a24f.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2134,4109],{14143:e=>{e.exports={en:["currency"]}},53288:e=>{e.exports={en:["animals & nature"]}},21311:e=>{e.exports={en:["activity"]}},74245:e=>{e.exports={en:["arrows"]}},51853:e=>{e.exports={en:["gestures & smileys"]}},90678:e=>{e.exports={en:["food & drink"]}},6715:e=>{e.exports={en:["flags"]}},98355:e=>{e.exports={en:["objects"]}},10522:e=>{e.exports={en:["nature"]}},43438:e=>{e.exports={en:["smiles & people"]}},40457:e=>{e.exports={en:["symbols"]}},33282:e=>{e.exports={en:["symbols & flags"]}},88906:e=>{e.exports={en:["recently used"]}},28562:e=>{e.exports={en:["travel & places"]}},93111:e=>{e.exports={en:["Content"]}},59934:e=>{e.exports={en:["Channels"]}},81578:e=>{e.exports={en:["Cursors"]}},77915:e=>{e.exports={en:["Cycles"],hu_HU:["Ciklusok"]}},32064:e=>{e.exports={en:["Annotation tools"],hu_HU:["Annotation Tools"]}},69207:e=>{e.exports={en:["Add to favorites"],hu_HU:["Hozzáadás kedvencekhez"]}},19147:e=>{e.exports={en:["Arrows"]}},65695:e=>{e.exports={en:["Brushes"]}},51494:e=>{e.exports={en:["Gann"]}},2654:e=>{e.exports={en:["Gann and Fibonacci tools"],hu_HU:["Gann and Fibonacci Tools"]}},22145:e=>{e.exports={en:["Geometric shapes"],hu_HU:["Geometric Shapes"]}},57157:e=>{e.exports={en:["Dot"],hu_HU:["Pont"]}},14939:e=>{e.exports={en:["Demonstration"]}},16290:e=>{e.exports={en:["Emojis"]}},44255:e=>{e.exports={en:["Elliott waves"]}},8727:e=>{e.exports={en:["Eraser"],hu_HU:["Radír"]}},1410:e=>{e.exports={en:["Forecasting and measurement tools"],hu_HU:["Prediction and Measurement Tools"]}},26578:e=>{e.exports={en:["Fibonacci"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"]}},99838:e=>{e.exports={en:["Hide Drawings Toolbar"],hu_HU:["Rajz Eszköztár Elrejtése"]}},95343:e=>{e.exports={en:["Hide options"]}},73829:e=>{e.exports={en:["Icons"]}},79451:e=>{e.exports={en:["Lock all drawings"],hu_HU:["Rajzeszközök Zárolása"]}},35553:e=>{e.exports={en:["Magic"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"]}},41964:e=>{e.exports={en:["Magnets"]}},91563:e=>{e.exports={en:["Measure"]}},97050:e=>{e.exports={en:["Measurer"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"]}},65781:e=>{e.exports={en:["Shapes"]}},32579:e=>{e.exports={en:["Show Drawings Toolbar"],hu_HU:["Rajzok Eszköztár Mutatása"]}},51465:e=>{e.exports={en:["Show Favorite Drawing Tools Toolbar"]}},3154:e=>{e.exports={en:["Show Hidden Tools"],hu_HU:["Elrejtett Eszközök Mutatása"]}},85786:e=>{e.exports={en:["Show Object Tree"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],hu_HU:["Rajzmódban Marad"]}},50428:e=>{e.exports={en:["Stickers"]}},94593:e=>{e.exports={en:["Strong Magnet"]}},46417:e=>{e.exports={en:["Patterns"]}},36167:e=>{e.exports={en:["Pitchforks"],hu_HU:["Villák"]}},57118:e=>{e.exports={en:["Remove Drawings"]}},25852:e=>{e.exports={en:["Remove objects"]}},2671:e=>{e.exports={en:["Remove options"]}},96374:e=>{
+e.exports={en:["Remove drawings"]}},53981:e=>{e.exports={en:["Remove drawings & indicators"]}},85106:e=>{e.exports={en:["Remove from favorites"],hu_HU:["Eltávolít kedvencek közül"]}},99984:e=>{e.exports={en:["Remove indicators"],hu_HU:["Indikátorok Eltávolítása"]}},47550:e=>{e.exports={en:["Remove selected emoji"]}},3519:e=>{e.exports={en:["Weak Magnet"]}},65831:e=>{e.exports={en:["Text & Notes"]}},48773:e=>{e.exports={en:["Trend line tools"],hu_HU:["Trend Line Tools"]}},69260:e=>{e.exports={en:["Volume-based"]}},55774:e=>{e.exports={en:["Zoom In"],hu_HU:["Nagyítás"]}},37310:e=>{e.exports={en:["Zoom Out"],hu_HU:["Kicsinyítés"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.2199.5cc70080a81e97402902.js b/public/charting_library/bundles/hu_HU.2199.5cc70080a81e97402902.js
new file mode 100644
index 0000000..5e7b1c4
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.2199.5cc70080a81e97402902.js
@@ -0,0 +1,5 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2199],{48473:e=>{e.exports={en:["Real-time data for {symbolName}"]}},84455:e=>{e.exports={en:["is provided by {exchange} exchange."]}},97349:e=>{e.exports={en:["Fr"],hu_HU:["P"]}},30961:e=>{e.exports={en:["Mo"],hu_HU:["H"]}},94748:e=>{e.exports={en:["Sa"],hu_HU:["Szo"]}},75005:e=>{e.exports={en:["Su"],hu_HU:["V"]}},92578:e=>{e.exports={en:["We"],hu_HU:["Sze"]}},8765:e=>{e.exports={en:["Th"],hu_HU:["Cs"]}},9135:e=>{e.exports={en:["Tu"],hu_HU:["K"]}},43206:e=>{e.exports={en:["Could not get Pine source code."],hu_HU:["Nem kapható Pine forráskód."]}},65495:e=>{e.exports={en:["Collapse pane"]}},40225:e=>{e.exports={en:["Continuous futures contracts"]}},60657:e=>{e.exports={en:["Contract expired"]}},58796:e=>{e.exports={en:["Cboe One"]}},63245:e=>{e.exports={en:["Change symbol"],hu_HU:["Szimbólum módosítása"]}},45639:e=>{e.exports={en:["Chart values"]}},28214:e=>{e.exports={en:["Create a free account"]}},39301:e=>{e.exports={en:["All good things must come to an end - this contract has reached expiry!"]}},29938:e=>{e.exports={en:["All's well — market is open."]}},28896:e=>{e.exports={en:["April"],hu_HU:["Április"]}},11081:e=>{e.exports={en:["August"],hu_HU:["Augusztus"]}},10842:e=>{e.exports={en:["Bar change values"],hu_HU:["Bar Change Values"]}},70032:e=>{e.exports={en:["Buy real-time data"]}},99452:e=>{e.exports={en:["Go to editor"]}},13930:e=>{e.exports={en:["Double click"]}},78992:e=>{e.exports={en:["Data error"]}},32925:e=>{e.exports={en:["Data is updated once a day."]}},33039:e=>{e.exports={en:["Data is updated once per second, even if there are more updates on the market."]}},43348:e=>{e.exports={en:["Data is delayed"]}},38368:e=>{e.exports={en:["Data on our Basic plan is updated once per second, even if there are more updates on the market."]}},90082:e=>{e.exports={en:["December"]}},19679:e=>{e.exports={en:["Defaulted bond"]}},66260:e=>{e.exports={en:["Delete pane"]}},54602:e=>{e.exports={en:["Delisted"]}},31683:e=>{e.exports={en:["Delisted alert"]}},50035:e=>{e.exports={en:["Derived Data"]}},5805:e=>{e.exports={en:["End of day data"]}},57335:e=>{e.exports={en:["Error"],hu_HU:["Hiba"]}},23302:e=>{e.exports={en:["Evening. Market is open for post-market trading."]}},43383:e=>{e.exports={en:["Exchange disclaimer"]}},63538:e=>{e.exports={en:["Exchange timezone"]}},81069:e=>{e.exports={en:["February"],hu_HU:["Február"]}},5447:e=>{e.exports={en:["Fill out Exchange Agreements"]}},44454:e=>{e.exports={en:["Flag Symbol"]}},22928:e=>{e.exports={en:["Fri"],hu_HU:["Pén"]}},3570:e=>{e.exports={en:["Friday"],hu_HU:["Péntek"]}},59269:e=>{e.exports={en:["From our family to yours, wishing you a merry festive season."]}},14181:e=>{e.exports={en:["HKEX and/or any subsidiaries endeavour to ensure the accuracy and reliability of the information provided but do not guarantee its accuracy or reliability and accept no liability (whether in tort or contract or otherwise) for any loss or damage arising from any inaccuracies or omissions."]}},87845:e=>{e.exports={
+en:["Holiday"]}},75119:e=>{e.exports={en:["Halal symbol"]}},34987:e=>{e.exports={en:["Happy holidays, traders"]}},44036:e=>{e.exports={en:["Indicator arguments"],hu_HU:["Indikátor Argumentumok"]}},10319:e=>{e.exports={en:["Indicator error"]}},7511:e=>{e.exports={en:["Indicator titles"],hu_HU:["Indikátor Címkék"]}},51353:e=>{e.exports={en:["Indicator values"],hu_HU:["Indikátor Értékek"]}},48758:e=>{e.exports={en:["Indicators update"]}},95400:e=>{e.exports={en:["If you'd like {listedExchange} real-time data you'll need to complete an Exchange Agreement. Don't worry, it only takes a few clicks"]}},43094:e=>{e.exports={en:["It'll close in {remainingTime}."]}},81509:e=>{e.exports={en:["It'll go to post-market trading in {remainingTime}."]}},58470:e=>{e.exports={en:["It'll open for pre-market trading in {remainingTime}."]}},99822:e=>{e.exports={en:["It'll open in {remainingTime}."]}},66595:e=>{e.exports={en:["It’ll open fully in {remainingTime}."]}},200:e=>{e.exports={en:["January"],hu_HU:["Január"]}},6608:e=>{e.exports={en:["July"],hu_HU:["Július"]}},61487:e=>{e.exports={en:["June"],hu_HU:["Június"]}},91006:e=>{e.exports={en:["One update per second"]}},79744:e=>{e.exports={en:["Oops. Something has gone wrong with one or more of your indicators. Please expand the indicator list for more details."]}},64730:e=>{e.exports={en:["Oops. Something has gone wrong with one or more of your indicators. Resize the panes to see the details."]}},84937:e=>{e.exports={en:["Obligation not paid. Issuer payments are over a month late, this is due to coupon or principal debt."]}},37997:e=>{e.exports={en:["October"],hu_HU:["Október"]}},25765:e=>{e.exports={en:["Open market status"]}},72723:e=>{e.exports={en:["Opened in detached editor"]}},39664:e=>{e.exports={en:["Opened in editor"]}},72423:e=>{e.exports={en:["Last day change values"]}},1356:e=>{e.exports={en:["Let it snow"]}},27741:e=>{e.exports={en:["Learn more"],hu_HU:["Tudj meg többet"]}},12948:e=>{e.exports={en:["Move pane down"]}},7310:e=>{e.exports={en:["Move pane up"]}},37150:e=>{e.exports={en:["Mon"],hu_HU:["Hét"]}},19573:e=>{e.exports={en:["Monday"],hu_HU:["Hétfő"]}},37117:e=>{e.exports={en:["More"],hu_HU:["Több"]}},65420:e=>{e.exports={en:["Morning. Market is open for pre-market trading."]}},61206:e=>{e.exports={en:["Maximize chart"]}},90165:e=>{e.exports={en:["Maximize pane"]}},25734:e=>{e.exports={en:["May"],hu_HU:["Május"]}},75018:e=>{e.exports={en:["Manage panes"]}},93878:e=>{e.exports={en:["March"],hu_HU:["Március"]}},41410:e=>{e.exports={en:["Market open"]}},62464:e=>{e.exports={en:["Market closed"]}},41392:e=>{e.exports={en:["Market is currently on holiday. Lucky them."]}},4607:e=>{e.exports={en:["November"]}},87142:e=>{e.exports={en:["Source code"],hu_HU:["Forráskód"]}},32273:e=>{e.exports={en:["Sat"],hu_HU:["Szom"]}},30348:e=>{e.exports={en:["Saturday"],hu_HU:["Szombat"]}},90761:e=>{e.exports={en:["Scroll to the left"]}},83040:e=>{e.exports={en:["Scroll to the most recent bar"]}},25131:e=>{e.exports={en:["Scroll to the right"]}},32179:e=>{e.exports={en:["September"],
+hu_HU:["Szeptember"]}},85786:e=>{e.exports={en:["Show Object Tree"]}},74759:e=>{e.exports={en:["Show interval settings"]}},86158:e=>{e.exports={en:["Study Error"]}},96341:e=>{e.exports={en:["Stop the snow"]}},77493:e=>{e.exports={en:["Sun"],hu_HU:["Vas"]}},61480:e=>{e.exports={en:["Sunday"],hu_HU:["Vasárnap"]}},23079:e=>{e.exports={en:["Symbol price source"]}},14771:e=>{e.exports={en:["Symbol title"]}},71847:e=>{e.exports={en:["Synthetic instruments combining individual contracts. The 1! contract represents the front-month (nearest expiration) while the 2! represents the second nearest expiration."]}},44138:e=>{e.exports={en:["Synthetic symbol"]}},73897:e=>{e.exports={en:["Post-market"]}},85996:e=>{e.exports={en:["Paid plans feature faster data updates."]}},36018:e=>{e.exports={en:["Pre-market"]}},94972:e=>{e.exports={en:["Primary listing"]}},20987:e=>{e.exports={en:["Real-time data for this symbol is not supported right now. We may support it in the future."]}},31539:e=>{e.exports={en:["Real-time data for {symbolName} is provided by {exchange} exchange."]}},31142:e=>{e.exports={en:["Restore chart"]}},12486:e=>{e.exports={en:["Restore pane"]}},11532:e=>{e.exports={en:["Wed"],hu_HU:["Szer"]}},94226:e=>{e.exports={en:["Wednesday"],hu_HU:["Szerda"]}},7281:e=>{e.exports={en:["To get real-time data for {description}, please buy the real-time data package."]}},71388:e=>{e.exports={en:["Thu"],hu_HU:["Cs"]}},79137:e=>{e.exports={en:["Thursday"],hu_HU:["Csütörtök"]}},95246:e=>{e.exports={en:["The main, or first, stock exchange where a company's stock is listed and traded."]}},25608:e=>{e.exports={en:["The source code of this script version is open in the Pine Editor."]}},33161:e=>{e.exports={en:["The source code of this script version is open in the detached Pine Editor."]}},24669:e=>{e.exports={en:["This data is real-time, but it may be slightly different to its official counterpart coming from primary exchanges."]}},52668:e=>{e.exports={en:["This data is real-time, but it may be slightly different to its official counterpart coming from {exchange}."]}},84484:e=>{e.exports={en:['This is a shariah-compliant bond, often referred to as a "sukuk," meaning that it complies with Islamic law that prohibits interest. Unlike conventional bonds, which involve paying interest, sukuk represent ownership in an underlying asset or project and investors earn returns based on profit-sharing or rental income.']}},67607:e=>{e.exports={en:["This is a shariah-compliant stock, meaning that it follows Islamic law. This company does not charge or receive interest, and does not engage with certain sectors (gambling, alcohol, tobacco, pork products)."]}},83556:e=>{e.exports={en:["This is no longer publicly trading so no new data will be added. But you can explore the historicals here."]}},44492:e=>{e.exports={
+en:["This real-time data is provided by {originalExchange} exchange. It may be slightly different from the official data directly from {exchange}. If this difference is crucial for you, you'll need to purchase real-time data from the primary exchange, which we can help with."]}},19481:e=>{e.exports={en:["This refers to financial indicators which are created by combining and/or processing raw data supplied from various sources."]}},53272:e=>{e.exports={en:["This symbol doesn't exist, please pick another one."]}},90589:e=>{e.exports={en:["This symbol is calculated by TradingView using the rate from other exchanges."]}},52176:e=>{e.exports={en:["Time for a walk — this market is closed."]}},11916:e=>{e.exports={en:["Tue"],hu_HU:["Ke"]}},82160:e=>{e.exports={en:["Tuesday"],hu_HU:["Kedd"]}},13865:e=>{e.exports={en:["Unflag Symbol"]}},37644:e=>{e.exports={en:["Volume"],hu_HU:["Volumen"]}},58744:e=>{e.exports={en:["You need to update one or more of your indicators. Check the indicator list for details."]}},92663:e=>{e.exports={en:["You need to update one or more of your indicators. Resize the panes or the window to see the details."]}},97038:e=>{e.exports={en:["Zoom in"],hu_HU:["Nagyítás"]}},88710:e=>{e.exports={en:["Zoom out"],hu_HU:["Kicsinyítés"]}},96227:e=>{e.exports={en:["change open market status visibility"]}},27426:e=>{e.exports={en:["change bar change visibility"]}},79637:e=>{e.exports={en:["change chart values visibility"]}},63050:e=>{e.exports={en:["change indicator titles visibility"]}},49583:e=>{e.exports={en:["change indicator values visibility"]}},78310:e=>{e.exports={en:["change indicator arguments visibility"]}},66307:e=>{e.exports={en:["change last day change visibility"]}},88167:e=>{e.exports={en:["change symbol description visibility"]}},12050:e=>{e.exports={en:["change symbol field visibility"]}},96201:e=>{e.exports={en:["change volume values visibility"]}},59938:e=>{e.exports={en:["less than 1 minute"]}},51382:e=>{e.exports={en:["show {title}"]}},51320:e=>{e.exports={en:["{days} and {hours}"]}},55154:e=>{e.exports={en:["{exchange} by {originalExchange}"]}},90549:e=>{e.exports={en:["{hours} and {minutes}"]}},51211:e=>{e.exports={en:["{listedExchange} real-time data is available for free to registered users."]}},51931:e=>{e.exports={en:["Data is updated once every {amount} second, even if there are more updates on the market.","Data is updated once every {amount} seconds, even if there are more updates on the market."]}},83978:e=>{e.exports={en:["Data on our Basic plan is updated once every {amount} second, even if there are more updates on the market.","Data on our Basic plan is updated once every {amount} seconds, even if there are more updates on the market."]}},46960:e=>{e.exports={en:["Hide indicator legend","Hide indicators legend"]}},36050:e=>{e.exports={en:["One update every {amount} second","One update every {amount} seconds"]}},36553:e=>{e.exports={en:["Show indicator legend","Show indicators legend"]}},62218:e=>{e.exports={en:["{number} day","{number} days"]}},65463:e=>{e.exports={
+en:["{number} hour","{number} hours"]}},21730:e=>{e.exports={en:["{number} hour","{number} hours"]}},82796:e=>{e.exports={en:["{number} minute","{number} minutes"]}},32547:e=>{e.exports={en:["{number} minute","{number} minutes"]}},81227:e=>{e.exports={en:["{symbolName} data is delayed by {time} minute because of exchange requirements.","{symbolName} data is delayed by {time} minutes because of exchange requirements."]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.2303.a9546f2924221b57a144.js b/public/charting_library/bundles/hu_HU.2303.a9546f2924221b57a144.js
new file mode 100644
index 0000000..1e95141
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.2303.a9546f2924221b57a144.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2303,6155,3367,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],hu_HU:["Koordináták"]}},24197:e=>{e.exports={en:["Center"]}},6060:e=>{e.exports={en:["Add text"]}},27567:e=>{e.exports={en:["Bottom"],hu_HU:["Alsó"]}},38408:e=>{e.exports={en:["Border"],hu_HU:["Keret"]}},79468:e=>{e.exports={en:["Background"],hu_HU:["Háttér"]}},72942:e=>{e.exports={en:["Days"],hu_HU:["Napok"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},56796:e=>{e.exports={en:["Hours"],hu_HU:["Órák"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],hu_HU:["Inputok"]}},11626:e=>{e.exports={en:["Left"],hu_HU:["Bal"]}},43154:e=>{e.exports={en:["Months"],hu_HU:["Hónapok"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"],hu_HU:["Percek"]}},65188:e=>{e.exports={en:["Seconds"],hu_HU:["Másodpercek"]}},50421:e=>{e.exports={en:["Right"],hu_HU:["Jobb"]}},835:e=>{e.exports={en:["Weeks"],hu_HU:["Hetek"]}},97118:e=>{e.exports={en:["Top"],hu_HU:["Felső"]}},70320:e=>{e.exports={en:["Text"],hu_HU:["Szöveg"]}},7560:e=>{e.exports={en:["Text wrap"],hu_HU:["Szöveg Csomagolás"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},57122:e=>{e.exports={en:["change {title} text"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"]}},66668:e=>{e.exports={en:["change {toolName} text"]}},56634:e=>{e.exports={
+en:["change {toolName} text visibility"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"]}},22231:e=>{e.exports={en:["change {toolName} text background color"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"]}},36666:e=>{e.exports={en:["change {toolName} text border color"]}},35423:e=>{e.exports={en:["change {toolName} text border width"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"]}},64500:e=>{e.exports={en:["change {toolName} text color"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"]}},21781:e=>{e.exports={en:["change {toolName} text font size"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},2359:e=>{e.exports={en:["hours"],hu_HU:["Órák"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"],hu_HU:["Hónapok"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"],hu_HU:["Percek"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.2342.4e495e3da576be4868f7.js b/public/charting_library/bundles/hu_HU.2342.4e495e3da576be4868f7.js
new file mode 100644
index 0000000..9a1b4d0
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.2342.4e495e3da576be4868f7.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2342],{64489:e=>{e.exports={en:["Reverse"],hu_HU:["Fordított"]}},66643:e=>{e.exports={en:["reverse {tool}"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.2464.fc7f44a5c8b3791719aa.js b/public/charting_library/bundles/hu_HU.2464.fc7f44a5c8b3791719aa.js
new file mode 100644
index 0000000..696ca37
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.2464.fc7f44a5c8b3791719aa.js
@@ -0,0 +1,45 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2464],{53310:e=>{e.exports={en:["Re"]}},85119:e=>{e.exports={en:["Dark"]}},96870:e=>{e.exports={en:["Light"]}},85886:e=>{e.exports={en:["d"],hu_HU:["n"]}},44634:e=>{e.exports={en:["h"],hu_HU:["ó"]}},5977:e=>{e.exports={en:["m"],hu_HU:["hó"]}},21492:e=>{e.exports={en:["s"]}},97559:e=>{e.exports={en:["{title} copy"]}},38691:e=>{e.exports={en:["D"],hu_HU:["N"]}},77995:e=>{e.exports={en:["M"]}},93934:e=>{e.exports={en:["R"]}},82901:e=>{e.exports={en:["T"]}},7408:e=>{e.exports={en:["W"]}},38048:e=>{e.exports={en:["h"]}},68430:e=>{e.exports={en:["m"]}},68823:e=>{e.exports={en:["s"]}},2696:e=>{e.exports={en:["C"],hu_HU:["Z"]}},43253:e=>{e.exports={en:["H"],hu_HU:["Max"]}},61372:e=>{e.exports={en:["HL2"]}},55096:e=>{e.exports={en:["HLC3"]}},94174:e=>{e.exports={en:["OHLC4"]}},89923:e=>{e.exports={en:["L"],hu_HU:["Min"]}},46728:e=>{e.exports={en:["O"],hu_HU:["Ny"]}},32856:e=>{e.exports=Object.create(null),e.exports["%D_input"]={en:["%D"]},e.exports["%K_input"]={en:["%K"]},e.exports["%R_input"]={en:["%R"]},e.exports["+DI_input"]={en:["+DI"]},e.exports["-0.236 Level Color_input"]={en:["-0.236 Level Color"]},e.exports["-0.382 Level Color_input"]={en:["-0.382 Level Color"]},e.exports["-0.618 Level Color_input"]={en:["-0.618 Level Color"]},e.exports["-0.65 Level Color_input"]={en:["-0.65 Level Color"]},e.exports["-DI_input"]={en:["-DI"]},e.exports["0 Level Color_input"]={en:["0 Level Color"]},e.exports["0.236 Level Color_input"]={en:["0.236 Level Color"]},e.exports["0.382 Level Color_input"]={en:["0.382 Level Color"]},e.exports["0.5 Level Color_input"]={en:["0.5 Level Color"]},e.exports["0.618 Level Color_input"]={en:["0.618 Level Color"]},e.exports["0.65 Level Color_input"]={en:["0.65 Level Color"]},e.exports["0.786 Level Color_input"]={en:["0.786 Level Color"]},e.exports["1 Level Color_input"]={en:["1 Level Color"]},e.exports["1.272 Level Color_input"]={en:["1.272 Level Color"]},e.exports["1.414 Level Color_input"]={en:["1.414 Level Color"]},e.exports["1.618 Level Color_input"]={en:["1.618 Level Color"]},e.exports["1.65 Level Color_input"]={en:["1.65 Level Color"]},e.exports["1st Period_input"]={en:["1st Period"]},e.exports["2.618 Level Color_input"]={en:["2.618 Level Color"]},e.exports["2.65 Level Color_input"]={en:["2.65 Level Color"]},e.exports["2nd Period_input"]={en:["2nd Period"]},e.exports["3.618 Level Color_input"]={en:["3.618 Level Color"]},e.exports["3.65 Level Color_input"]={en:["3.65 Level Color"]},e.exports["3rd Period_input"]={en:["3rd Period"]},e.exports["4.236 Level Color_input"]={en:["4.236 Level Color"]},e.exports["4th Period_input"]={en:["4th Period"]},e.exports["5th Period_input"]={en:["5th Period"]},e.exports["6th Period_input"]={en:["6th Period"]},e.exports.ADR_B_input={en:["ADR_B"]},e.exports["ADX Smoothing_input"]={en:["ADX Smoothing"]},e.exports["ADX smoothing_input"]={en:["ADX smoothing"]},e.exports.ADX_input={en:["ADX"]},e.exports["ATR Mult_input"]={en:["ATR Mult"]},e.exports["ATR length_input"]={en:["ATR length"],
+hu_HU:["ATR Hossz"]},e.exports["ATR({atrValue})_input"]={en:["ATR({atrValue})"]},e.exports.ATR_input={en:["ATR"]},e.exports["Accumulation/Distribution_input"]={en:["Accumulation/Distribution"],hu_HU:["Akkumuláció/Disztribúció"]},e.exports["All items_combobox_input"]={en:["All items"]},e.exports.All_input={en:["All"]},e.exports["Anchor Period_input"]={en:["Anchor Period"]},e.exports["Another symbol_input"]={en:["Another symbol"]},e.exports["Aroon Down_input"]={en:["Aroon Down"]},e.exports["Aroon Up_input"]={en:["Aroon Up"]},e.exports.Average_input={en:["Average"]},e.exports["Averaging Periods_input"]={en:["Averaging Periods"]},e.exports.Back_input={en:["Back"]},e.exports["Bands style_input"]={en:["Bands style"]},e.exports.Bar_input={en:["Bar"]},e.exports["Base Line Periods_input"]={en:["Base Line Periods"]},e.exports["Base Line_input"]={en:["Base Line"]},e.exports.Basis_input={en:["Basis"]},e.exports["Bollinger Bands %B_input"]={en:["Bollinger Bands %B"]},e.exports["Bollinger Bands Width_input"]={en:["Bollinger Bands Width"]},e.exports.Borders_input={en:["Borders"]},e.exports["Box size assignment method_input"]={en:["Box size assignment method"]},e.exports["Box size_input"]={en:["Box size"]},e.exports.CCI_input={en:["CCI"]},e.exports.CHOP_input={en:["CHOP"]},e.exports.Cancel_input={en:["Cancel"]},e.exports.Candles_input={en:["Candles"]},e.exports.Centered_input={en:["Centered"]},e.exports.Century_input={en:["Century"]},e.exports["Chaikin Oscillator_input"]={en:["Chaikin Oscillator"]},e.exports["Chande MO_input"]={en:["Chande MO"]},e.exports.Close_input={en:["Close"],hu_HU:["Zárás"]},e.exports["Color 0_input"]={en:["Color 0"]},e.exports["Color 1_input"]={en:["Color 1"]},e.exports["Color 2_input"]={en:["Color 2"]},e.exports["Color 3_input"]={en:["Color 3"]},e.exports["Color 4_input"]={en:["Color 4"]},e.exports["Color 5_input"]={en:["Color 5"]},e.exports["Color 6_input"]={en:["Color 6"]},e.exports["Color 7_input"]={en:["Color 7"]},e.exports["Color 8_input"]={en:["Color 8"]},e.exports["Color bars based on previous close_input"]={en:["Color bars based on previous close"]},e.exports["Color based on previous close_input"]={en:["Color based on previous close"],hu_HU:["Szín az előző záróár alapján"]},e.exports["Conversion Line Periods_input"]={en:["Conversion Line Periods"]},e.exports["Conversion Line_input"]={en:["Conversion Line"]},e.exports.Correlation_input={en:["Correlation"]},e.exports.Count_input={en:["Count"]},e.exports.Crosses_input={en:["Crosses"]},e.exports.Custom_input={en:["Custom"]},e.exports.DEMA_input={en:["DEMA"]},e.exports["DI Length_input"]={en:["DI Length"]},e.exports.DPO_input={en:["DPO"]},e.exports.D_input={en:["D"]},e.exports.Day_input={en:["Day"]},e.exports["Days Per Year_input"]={en:["Days Per Year"]},e.exports.Decade_input={en:["Decade"]},e.exports.Delta_input={en:["Delta"]},e.exports.Depth_input={en:["Depth"]},e.exports["Detrended Price Oscillator_input"]={en:["Detrended Price Oscillator"]},e.exports["Developing Poc_input"]={en:["Developing Poc"]},e.exports["Deviation (%)_input"]={
+en:["Deviation (%)"]},e.exports.Deviation_input={en:["Deviation"]},e.exports.Divisor_input={en:["Divisor"]},e.exports["Down Volume_input"]={en:["Down Volume"]},e.exports["Down bars_input"]={en:["Down bars"]},e.exports["Down color_input"]={en:["Down color"]},e.exports["Down fractals_input"]={en:["Down fractals"]},e.exports.EOM_input={en:["EOM"]},e.exports["Each (pre-market, market, post-market)_input"]={en:["Each (pre-market, market, post-market)"]},e.exports["Elder's Force Index_input"]={en:["Elder's Force Index"]},e.exports["Equality Line_input"]={en:["Equality Line"]},e.exports.Exponential_input={en:["Exponential"]},e.exports["Extend POC Right_input"]={en:["Extend POC Right"]},e.exports["Extend Right_input"]={en:["Extend Right"]},e.exports["Extend VAH Right_input"]={en:["Extend VAH Right"]},e.exports["Extend VAL Right_input"]={en:["Extend VAL Right"]},e.exports["Extend to last bar_input"]={en:["Extend to last bar"]},e.exports.Falling_input={en:["Falling"]},e.exports["Fast Length_input"]={en:["Fast Length"]},e.exports["Fast length_input"]={en:["Fast length"]},e.exports.Fill_input={en:["Fill"]},e.exports.Fisher_input={en:["Fisher"]},e.exports.Growing_input={en:["Growing"]},e.exports["HLC bars_input"]={en:["HLC bars"]},e.exports.HV_input={en:["HV"]},e.exports["Histogram Box_input"]={en:["Histogram Box"]},e.exports.Histogram_input={en:["Histogram"]},e.exports["Hull MA_input"]={en:["Hull MA"]},e.exports.Increment_input={en:["Increment"]},e.exports.Indicator_input={en:["Indicator"]},e.exports["Instrument 1_input"]={en:["Instrument 1"]},e.exports["Instrument 2_input"]={en:["Instrument 2"]},e.exports["Investor EMA 1 length_input"]={en:["Investor EMA 1 length"]},e.exports["Investor EMA 2 length_input"]={en:["Investor EMA 2 length"]},e.exports["Investor EMA 3 length_input"]={en:["Investor EMA 3 length"]},e.exports["Investor EMA 4 length_input"]={en:["Investor EMA 4 length"]},e.exports["Investor EMA 5 length_input"]={en:["Investor EMA 5 length"]},e.exports["Investor EMA 6 length_input"]={en:["Investor EMA 6 length"]},e.exports["Jaw Length_input"]={en:["Jaw Length"]},e.exports["Jaw Offset_input"]={en:["Jaw Offset"]},e.exports.Jaw_input={en:["Jaw"]},e.exports.KST_input={en:["KST"]},e.exports.K_input={en:["K"]},e.exports["Labels Position_input"]={en:["Labels Position"]},e.exports["Labels on price scale_input"]={en:["Labels on price scale"]},e.exports["Lagging Span Periods_input"]={en:["Lagging Span Periods"]},e.exports["Lagging Span_input"]={en:["Lagging Span"]},e.exports["Leading Shift Periods_input"]={en:["Leading Shift Periods"]},e.exports["Leading Span A_input"]={en:["Leading Span A"],hu_HU:["Lead 1"]},e.exports["Leading Span B_input"]={en:["Leading Span B"]},e.exports["Leading Span Periods_input"]={en:["Leading Span Periods"],hu_HU:["Lagging Span 2 Periods"]},e.exports["Length EMA_input"]={en:["Length EMA"],hu_HU:["EMA Hossz"]},e.exports["Length MA_input"]={en:["Length MA"],hu_HU:["MA Hossz"]},e.exports.Length1_input={en:["Length1"]},e.exports.Length2_input={en:["Length2"]},e.exports.Length3_input={en:["Length3"],
+hu_HU:["Hossz3"]},e.exports.Length_input={en:["Length"],hu_HU:["Hossz"]},e.exports.Level_input={en:["Level"]},e.exports["Levels Format_input"]={en:["Levels Format"]},e.exports.Limit_input={en:["Limit"]},e.exports.Line_input={en:["Line"],hu_HU:["Vonal"]},e.exports["Lips Length_input"]={en:["Lips Length"]},e.exports["Lips Offset_input"]={en:["Lips Offset"]},e.exports.Lips_input={en:["Lips"]},e.exports["Long Length_input"]={en:["Long Length"]},e.exports["Long RoC Length_input"]={en:["Long RoC Length"]},e.exports["Long length_input"]={en:["Long length"]},e.exports["Long period_input"]={en:["Long period"]},e.exports.Long_input={en:["Long"]},e.exports["Lower Band_input"]={en:["Lower Band"]},e.exports["Lower Deviation_input"]={en:["Lower Deviation"]},e.exports["Lower Percentage_input"]={en:["Lower Percentage"]},e.exports.LowerLimit_input={en:["LowerLimit"]},e.exports.Lower_input={en:["Lower"]},e.exports["MA Length_input"]={en:["MA Length"],hu_HU:["MA hosszúság"]},e.exports.MACD_input={en:["MACD"]},e.exports.MA_input={en:["MA"]},e.exports.MF_input={en:["MF"]},e.exports.MM_month_input={en:["MM"]},e.exports.MOM_input={en:["MOM"]},e.exports["Main chart symbol_input"]={en:["Main chart symbol"]},e.exports["Market Closed Percentage_input"]={en:["Market Closed Percentage"]},e.exports["Market only_input"]={en:["Market only"]},e.exports["Max value_input"]={en:["Max value"]},e.exports.Median_input={en:["Median"]},e.exports.Method_input={en:["Method"]},e.exports.Middle_input={en:["Middle"]},e.exports.Minimize_input={en:["Minimize"]},e.exports.Month_input={en:["Month"]},e.exports.Move_input={en:["Move"]},e.exports["Multi timeframe_input"]={en:["Multi timeframe"]},e.exports.Multiplier_input={en:["Multiplier"]},e.exports.NV_input={en:["NV"]},e.exports["Nothing selected_combobox_input"]={en:["Nothing selected"]},e.exports["Number Of Rows_input"]={en:["Number Of Rows"]},e.exports["Number of line_input"]={en:["Number of line"]},e.exports.OSC_input={en:["OSC"]},e.exports.Offset_input={en:["Offset"]},e.exports.OnBalanceVolume_input={en:["OnBalanceVolume"]},e.exports["One step back building_input"]={en:["One step back building"]},e.exports.Oscillator_input={en:["Oscillator"]},e.exports.Overbought_input={en:["Overbought"]},e.exports.Oversold_input={en:["Oversold"]},e.exports.POC_input={en:["POC"]},e.exports.PVT_input={en:["PVT"]},e.exports.P_input={en:["P"]},e.exports.ParabolicSAR_input={en:["ParabolicSAR"]},e.exports.Percent_input={en:["Percent"]},e.exports["Percentage LTP({percentageLTPValue}%)_input"]={en:["Percentage LTP({percentageLTPValue}%)"]},e.exports["Percentage LTP_input"]={en:["Percentage LTP"]},e.exports.Percentage_input={en:["Percentage"]},e.exports.Period_input={en:["Period"]},e.exports.Periods_input={en:["Periods"]},e.exports["Phantom bars_input"]={en:["Phantom bars"]},e.exports.Placement_input={en:["Placement"]},e.exports.Plot_input={en:["Plot"]},e.exports["Plots Background_input"]={en:["Plots Background"]},e.exports["Post-market only_input"]={en:["Post-market only"]},e.exports["Pre-market only_input"]={en:["Pre-market only"]},
+e.exports["Price source_input"]={en:["Price source"]},e.exports.Price_input={en:["Price"]},e.exports["Projection down bars_input"]={en:["Projection down bars"]},e.exports["Projection down color_input"]={en:["Projection down color"]},e.exports["Projection up bars_input"]={en:["Projection up bars"]},e.exports["Projection up color_input"]={en:["Projection up color"]},e.exports.Q_input={en:["Q"]},e.exports["ROC Length_input"]={en:["ROC Length"],hu_HU:["ROC Hossz"]},e.exports.ROCLen1_input={en:["ROCLen1"]},e.exports.ROCLen2_input={en:["ROCLen2"]},e.exports.ROCLen3_input={en:["ROCLen3"]},e.exports.ROCLen4_input={en:["ROCLen4"]},e.exports.ROC_input={en:["ROC"]},e.exports["RSI Length_input"]={en:["RSI Length"]},e.exports["RSI Source_input"]={en:["RSI Source"]},e.exports.RSI_input={en:["RSI"]},e.exports.RVGI_input={en:["RVGI"]},e.exports.RVI_input={en:["RVI"]},e.exports.Range_input={en:["Range"]},e.exports["Rate of Change Lookback_input"]={en:["Rate of Change Lookback"]},e.exports["Reversal amount_input"]={en:["Reversal amount"]},e.exports["Rolling Period_input"]={en:["Rolling Period"]},e.exports["Row Size_input"]={en:["Row Size"]},e.exports["Rows Layout_input"]={en:["Rows Layout"]},e.exports.SMALen1_input={en:["SMALen1"]},e.exports.SMALen2_input={en:["SMALen2"]},e.exports.SMALen3_input={en:["SMALen3"]},e.exports.SMALen4_input={en:["SMALen4"]},e.exports["SMI Ergodic Oscillator_input"]={en:["SMI Ergodic Oscillator"]},e.exports.SMI_input={en:["SMI"]},e.exports.Session_input={en:["Session"]},e.exports.Sessions_input={en:["Sessions"]},e.exports.Shapes_input={en:["Shapes"]},e.exports["Short Length_input"]={en:["Short Length"]},e.exports["Short RoC Length_input"]={en:["Short RoC Length"]},e.exports["Short length_input"]={en:["Short length"]},e.exports["Short period_input"]={en:["Short period"]},e.exports.Short_input={en:["Short"]},e.exports["Show real prices on price scale (instead of Heikin-Ashi price)_input"]={en:["Show real prices on price scale (instead of Heikin-Ashi price)"],hu_HU:["Valódi árak mutatása az ártáblázaton (a Heikin-Ashi árak helyett)"]},e.exports.SigLen_input={en:["SigLen"]},e.exports.Sig_input={en:["Sig"]},e.exports.Sigma_input={en:["Sigma"]},e.exports["Signal Length_input"]={en:["Signal Length"]},e.exports["Signal line period_input"]={en:["Signal line period"]},e.exports["Signal smoothing_input"]={en:["Signal smoothing"]},e.exports.Signal_input={en:["Signal"]},e.exports["Simple ma(oscillator)_input"]={en:["Simple ma(oscillator)"]},e.exports["Simple ma(signal line)_input"]={en:["Simple ma(signal line)"]},e.exports.Simple_input={en:["Simple"]},e.exports["Slow Length_input"]={en:["Slow Length"]},e.exports["Slow length_input"]={en:["Slow length"]},e.exports["Smoothing Length_input"]={en:["Smoothing Length"]},e.exports["Smoothing Line_input"]={en:["Smoothing Line"]},e.exports.Smoothing_input={en:["Smoothing"]},e.exports.Source_input={en:["Source"]},e.exports["Standard Errors_input"]={en:["Standard Errors"]},e.exports.Start_input={en:["Start"],hu_HU:["Kezdés"]},e.exports.StdDev_input={en:["StdDev"]},
+e.exports["Stochastic Length_input"]={en:["Stochastic Length"]},e.exports.Style_input={en:["Style"]},e.exports.Symbol_input={en:["Symbol"]},e.exports.TEMA_input={en:["TEMA"]},e.exports.TRIX_input={en:["TRIX"]},e.exports["Teeth Length_input"]={en:["Teeth Length"]},e.exports["Teeth Offset_input"]={en:["Teeth Offset"]},e.exports.Teeth_input={en:["Teeth"]},e.exports["Ticks Per Row_input"]={en:["Ticks Per Row"]},e.exports.Timeframe_input={en:["Timeframe"]},e.exports.Total_input={en:["Total"]},e.exports["Trader EMA 1 length_input"]={en:["Trader EMA 1 length"]},e.exports["Trader EMA 2 length_input"]={en:["Trader EMA 2 length"]},e.exports["Trader EMA 3 length_input"]={en:["Trader EMA 3 length"]},e.exports["Trader EMA 4 length_input"]={en:["Trader EMA 4 length"]},e.exports["Trader EMA 5 length_input"]={en:["Trader EMA 5 length"]},e.exports["Trader EMA 6 length_input"]={en:["Trader EMA 6 length"]},e.exports.Traditional_input={en:["Traditional"]},e.exports.Trigger_input={en:["Trigger"]},e.exports.Type_input={en:["Type"]},e.exports.UO_input={en:["UO"]},e.exports["Up Volume_input"]={en:["Up Volume"]},e.exports["Up bars_input"]={en:["Up bars"]},e.exports["Up color_input"]={en:["Up color"]},e.exports["Up fractals_input"]={en:["Up fractals"]},e.exports["Up/Down_input"]={en:["Up/Down"]},e.exports["UpDown Length_input"]={en:["UpDown Length"]},e.exports["Upper Band_input"]={en:["Upper Band"]},e.exports["Upper Deviation_input"]={en:["Upper Deviation"]},e.exports["Upper Percentage_input"]={en:["Upper Percentage"]},e.exports.UpperLimit_input={en:["UpperLimit"]},e.exports.Upper_input={en:["Upper"]},e.exports["Use Lower Deviation_input"]={en:["Use Lower Deviation"]},e.exports["Use Upper Deviation_input"]={en:["Use Upper Deviation"]},e.exports["VI +_input"]={en:["VI +"]},e.exports["VI -_input"]={en:["VI -"]},e.exports.VWAP_input={en:["VWAP"]},e.exports.VWMA_input={en:["VWMA"]},e.exports["Value Area Down_input"]={en:["Value Area Down"]},e.exports["Value Area Up_input"]={en:["Value Area Up"]},e.exports["Value Area Volume_input"]={en:["Value Area Volume"]},e.exports["Value Area volume_input"]={en:["Value Area volume"]},e.exports["Value Area_input"]={en:["Value Area"]},e.exports.Value_input={en:["Value"]},e.exports["Values in status line_input"]={en:["Values in status line"]},e.exports.Volume_input={en:["Volume"]},e.exports["WMA Length_input"]={en:["WMA Length"],hu_HU:["WMA hosszúság"]},e.exports["Wait for timeframe closes_input"]={en:["Wait for timeframe closes"]},e.exports.Week_input={en:["Week"]},e.exports.Weighted_input={en:["Weighted"]},e.exports.Wick_input={en:["Wick"]},e.exports.Wicks_input={en:["Wicks"]},e.exports["Wilder's Smoothing_input"]={en:["Wilder's Smoothing"]},e.exports["Window Size_input"]={en:["Window Size"],hu_HU:["Ablakméret"]},e.exports.X_input={en:["X"]},e.exports.YY_year_input={en:["YY"]},e.exports.Year_input={en:["Year"]},e.exports["Zero Line_input"]={en:["Zero Line"]},e.exports.Zero_input={en:["Zero"]},e.exports.fastLength_input={en:["fastLength"]},e.exports.from_input={en:["from"]},e.exports.increment_input={
+en:["increment"]},e.exports.isCentered_input={en:["isCentered"]},e.exports.len_input={en:["len"]},e.exports.length14_input={en:["length14"]},e.exports.length28_input={en:["length28"]},e.exports.length7_input={en:["length7"]},e.exports.lengthRSI_input={en:["lengthRSI"]},e.exports.lengthStoch_input={en:["lengthStoch"]},e.exports.length_input={en:["length"],hu_HU:["hossz"]},e.exports.long_input={en:["long"]},e.exports.longlen_input={en:["longlen"]},e.exports.maximum_input={en:["maximum"]},e.exports.mult_input={en:["mult"]},e.exports.p_input={en:["p"]},e.exports.q_input={en:["q"]},e.exports.resolution_input={en:["resolution"]},e.exports.roclen1_input={en:["roclen1"]},e.exports.roclen2_input={en:["roclen2"]},e.exports.roclen3_input={en:["roclen3"]},e.exports.roclen4_input={en:["roclen4"]},e.exports.short_input={en:["short"]},e.exports.shortlen_input={en:["shortlen"]},e.exports["show MA_input"]={en:["show MA"]},e.exports.siglen_input={en:["siglen"]},e.exports.signalLength_input={en:["signalLength"]},e.exports.slowLength_input={en:["slowLength"]},e.exports.smalen1_input={en:["smalen1"]},e.exports.smalen2_input={en:["smalen2"]},e.exports.smalen3_input={en:["smalen3"]},e.exports.smalen4_input={en:["smalen4"]},e.exports.smoothD_input={en:["smoothD"]},e.exports.smoothK_input={en:["smoothK"]},e.exports.start_input={en:["start"]},e.exports.sym_input={en:["sym"]},e.exports.to_input={en:["to"]},e.exports.useTrueRange_input={en:["useTrueRange"]},e.exports.x_input={en:["x"]},e.exports["yay Color 0_input"]={en:["yay Color 0"]},e.exports["yay Color 1_input"]={en:["yay Color 1"]},e.exports["{number} item_combobox_input"]={en:["{number} item","{number} items"]}},50873:e=>{e.exports={en:["ATR({atrValue})"]}},73425:e=>{e.exports={en:["Percentage LTP({percentageLTPValue}%)"]}},40566:e=>{e.exports={en:["Traditional"]}},35359:e=>{e.exports={en:["Post"]}},93866:e=>{e.exports={en:["Pre"]}},75163:e=>{e.exports={en:["Invert scale"],hu_HU:["Invert Scale"]}},35210:e=>{e.exports={en:["Indexed to 100"]}},31340:e=>{e.exports={en:["Logarithmic"]}},19405:e=>{e.exports={en:["No overlapping labels"],hu_HU:["No Overlapping Labels"]}},34954:e=>{e.exports={en:["Percent"]}},55300:e=>{e.exports={en:["Regular"]}},8029:e=>{e.exports={en:["ETH"]}},34647:e=>{e.exports={en:["Electronic trading hours"]}},36862:e=>{e.exports={en:["Extended trading hours"],hu_HU:["Bővített kereskedési órák"]}},7807:e=>{e.exports={en:["POST"]}},46273:e=>{e.exports={en:["PRE"]}},50434:e=>{e.exports={en:["Postmarket"]}},59330:e=>{e.exports={en:["Premarket"]}},35342:e=>{e.exports={en:["RTH"]}},84246:e=>{e.exports={en:["Regular trading hours"]}},13132:e=>{e.exports={en:["May"],hu_HU:["Május"]}},83477:e=>{e.exports=Object.create(null),e.exports["*All Candlestick Patterns*_study"]={en:["*All Candlestick Patterns*"]},e.exports["24-hour Volume_study"]={en:["24-hour Volume"]},e.exports["52 Week High/Low_study"]={en:["52 Week High/Low"]},e.exports.ASI_study={en:["ASI"]},e.exports["Abandoned Baby - Bearish_study"]={en:["Abandoned Baby - Bearish"]},e.exports["Abandoned Baby - Bullish_study"]={
+en:["Abandoned Baby - Bullish"]},e.exports["Accelerator Oscillator_study"]={en:["Accelerator Oscillator"]},e.exports["Accounts payable_study"]={en:["Accounts payable"]},e.exports["Accounts receivable - trade, net_study"]={en:["Accounts receivable - trade, net"]},e.exports["Accounts receivables, gross_study"]={en:["Accounts receivables, gross"]},e.exports.Accruals_study={en:["Accruals"]},e.exports["Accrued payroll_study"]={en:["Accrued payroll"]},e.exports["Accumulated depreciation, total_study"]={en:["Accumulated depreciation, total"]},e.exports["Accumulation/Distribution_study"]={en:["Accumulation/Distribution"],hu_HU:["Akkumuláció/Disztribúció"]},e.exports["Accumulative Swing Index_study"]={en:["Accumulative Swing Index"],hu_HU:["Akkumulatív Swing Index"]},e.exports["Additional paid-in capital/Capital surplus_study"]={en:["Additional paid-in capital/Capital surplus"]},e.exports["Advance Decline Line_study"]={en:["Advance Decline Line"],hu_HU:["Növekedés Zuhanás Vonal"]},e.exports["Advance Decline Ratio_study"]={en:["Advance Decline Ratio"],hu_HU:["Növekedés Zuhanás Arány"]},e.exports["Advance/Decline Ratio (Bars)_study"]={en:["Advance/Decline Ratio (Bars)"],hu_HU:["Növekedés/Zuhanás Arány (Bárok)"]},e.exports["Advance/Decline_study"]={en:["Advance/Decline"]},e.exports["After tax other income/expense_study"]={en:["After tax other income/expense"]},e.exports["All Chart Patterns_study"]={en:["All Chart Patterns"]},e.exports["Altman Z-score_study"]={en:["Altman Z-score"]},e.exports["Amortization of deferred charges_study"]={en:["Amortization of deferred charges"]},e.exports["Amortization of intangibles_study"]={en:["Amortization of intangibles"]},e.exports.Amortization_study={en:["Amortization"]},e.exports["Anchored Volume Profile_study"]={en:["Anchored Volume Profile"]},e.exports["Arnaud Legoux Moving Average_study"]={en:["Arnaud Legoux Moving Average"],hu_HU:["Arnaud Legoux Mozgóátlag"]},e.exports.Aroon_study={en:["Aroon"]},e.exports["Asset turnover_study"]={en:["Asset turnover"]},e.exports["Auto Anchored Volume Profile_study"]={en:["Auto Anchored Volume Profile"]},e.exports["Auto Fib Extension_study"]={en:["Auto Fib Extension"]},e.exports["Auto Fib Retracement_study"]={en:["Auto Fib Retracement"]},e.exports["Auto Pitchfork_study"]={en:["Auto Pitchfork"]},e.exports["Average Daily Range_study"]={en:["Average Daily Range"]},e.exports["Average Day Range_study"]={en:["Average Day Range"]},e.exports["Average Directional Index_study"]={en:["Average Directional Index"],hu_HU:["Átlagos Irányított Index"]},e.exports["Average Price_study"]={en:["Average Price"]},e.exports["Average True Range_study"]={en:["Average True Range"],hu_HU:["Átlagos Valós Tartomány"]},e.exports["Average basic shares outstanding_study"]={en:["Average basic shares outstanding"]},e.exports["Awesome Oscillator_study"]={en:["Awesome Oscillator"],hu_HU:["Awesome Oszcillátor"]},e.exports["Bad debt / Doubtful accounts_study"]={en:["Bad debt / Doubtful accounts"]},e.exports["Balance of Power_study"]={en:["Balance of Power"],hu_HU:["Erőegyensúly"]},
+e.exports["BarUpDn Strategy_study"]={en:["BarUpDn Strategy"]},e.exports["Basic EPS_study"]={en:["Basic EPS"]},e.exports["Basic earnings per share (Basic EPS)_study"]={en:["Basic earnings per share (Basic EPS)"]},e.exports["Bearish Flag Chart Pattern_study"]={en:["Bearish Flag Chart Pattern"]},e.exports["Bearish Pennant Chart Pattern_study"]={en:["Bearish Pennant Chart Pattern"]},e.exports["Beneish M-score_study"]={en:["Beneish M-score"]},e.exports["Bollinger Bands %B_study"]={en:["Bollinger Bands %B"],hu_HU:["Bollinger Szalagok %B"]},e.exports["Bollinger Bands Strategy directed_study"]={en:["Bollinger Bands Strategy directed"]},e.exports["Bollinger Bands Strategy_study"]={en:["Bollinger Bands Strategy"],hu_HU:["Bollinger Szalagok Stratégia"]},e.exports["Bollinger Bands Width_study"]={en:["Bollinger Bands Width"],hu_HU:["Bollinger Szalag Szélesség"]},e.exports["Bollinger Bands_study"]={en:["Bollinger Bands"],hu_HU:["Bollinger Szalagok"]},e.exports["Book value per share_study"]={en:["Book value per share"]},e.exports["Bull Bear Power_study"]={en:["Bull Bear Power"]},e.exports["Bullish Flag Chart Pattern_study"]={en:["Bullish Flag Chart Pattern"]},e.exports["Bullish Pennant Chart Pattern_study"]={en:["Bullish Pennant Chart Pattern"]},e.exports["Buyback yield %_study"]={en:["Buyback yield %"]},e.exports["COGS to revenue ratio_study"]={en:["COGS to revenue ratio"]},e.exports.CRSI_study={en:["CRSI"]},e.exports["Capital and operating lease obligations_study"]={en:["Capital and operating lease obligations"]},e.exports["Capital expenditures - fixed assets_study"]={en:["Capital expenditures - fixed assets"]},e.exports["Capital expenditures - other assets_study"]={en:["Capital expenditures - other assets"]},e.exports["Capital expenditures_study"]={en:["Capital expenditures"],hu_HU:["Tőkeberuházások"]},e.exports["Capitalized lease obligations_study"]={en:["Capitalized lease obligations"]},e.exports["Cash & equivalents_study"]={en:["Cash & equivalents"]},e.exports["Cash and short term investments_study"]={en:["Cash and short term investments"]},e.exports["Cash conversion cycle_study"]={en:["Cash conversion cycle"]},e.exports["Cash from financing activities_study"]={en:["Cash from financing activities"]},e.exports["Cash from investing activities_study"]={en:["Cash from investing activities"]},e.exports["Cash from operating activities_study"]={en:["Cash from operating activities"]},e.exports["Cash to debt ratio_study"]={en:["Cash to debt ratio"]},e.exports["Chaikin Money Flow_study"]={en:["Chaikin Money Flow"],hu_HU:["Chaikin Pénzáramlás"]},e.exports["Chaikin Oscillator_study"]={en:["Chaikin Oscillator"],hu_HU:["Chaikin Oszcillátor"]},e.exports["Chaikin Volatility_study"]={en:["Chaikin Volatility"]},e.exports["Chande Kroll Stop_study"]={en:["Chande Kroll Stop"]},e.exports["Chande Momentum Oscillator_study"]={en:["Chande Momentum Oscillator"],hu_HU:["Chande Momentum Oszcillátor"]},e.exports["Change in accounts payable_study"]={en:["Change in accounts payable"]},e.exports["Change in accounts receivable_study"]={
+en:["Change in accounts receivable"]},e.exports["Change in accrued expenses_study"]={en:["Change in accrued expenses"]},e.exports["Change in inventories_study"]={en:["Change in inventories"]},e.exports["Change in other assets/liabilities_study"]={en:["Change in other assets/liabilities"]},e.exports["Change in taxes payable_study"]={en:["Change in taxes payable"]},e.exports["Changes in working capital_study"]={en:["Changes in working capital"]},e.exports.ChannelBreakOutStrategy_study={en:["ChannelBreakOutStrategy"]},e.exports["Chop Zone_study"]={en:["Chop Zone"],hu_HU:["Oldalazó Zóna"]},e.exports["Choppiness Index_study"]={en:["Choppiness Index"],hu_HU:["Szaggatottság Index"]},e.exports["Commodity Channel Index_study"]={en:["Commodity Channel Index"],hu_HU:["Árucsatorna Index"]},e.exports["Common dividends paid_study"]={en:["Common dividends paid"]},e.exports["Common equity, total_study"]={en:["Common equity, total"]},e.exports["Common stock par/Carrying value_study"]={en:["Common stock par/Carrying value"]},e.exports.Compare_study={en:["Compare"],hu_HU:["Összehasonlít"]},e.exports["Conditional Expressions_study"]={en:["Conditional Expressions"],hu_HU:["Feltételes Kifejezések"]},e.exports["Connors RSI_study"]={en:["Connors RSI"]},e.exports.ConnorsRSI_study={en:["ConnorsRSI"]},e.exports["Consecutive Up/Down Strategy_study"]={en:["Consecutive Up/Down Strategy"]},e.exports["Coppock Curve_study"]={en:["Coppock Curve"],hu_HU:["Coppock Görbe"]},e.exports["Correlation - Log_study"]={en:["Correlation - Log"]},e.exports["Correlation Coefficient_study"]={en:["Correlation Coefficient"],hu_HU:["Korrelációs Koefficiens"]},e.exports["Cost of goods sold_study"]={en:["Cost of goods sold"]},e.exports["Cost of goods_study"]={en:["Cost of goods"]},e.exports["Cumulative Volume Index_study"]={en:["Cumulative Volume Index"],hu_HU:["Kumulatív Volumenindex"]},e.exports["Cup and Handle Chart Pattern_study"]={en:["Cup and Handle Chart Pattern"]},e.exports["Current portion of LT debt and capital leases_study"]={en:["Current portion of LT debt and capital leases"]},e.exports["Current ratio_study"]={en:["Current ratio"]},e.exports.DMI_study={en:["DMI"]},e.exports["Dark Cloud Cover - Bearish_study"]={en:["Dark Cloud Cover - Bearish"]},e.exports["Days inventory_study"]={en:["Days inventory"]},e.exports["Days payable_study"]={en:["Days payable"]},e.exports["Days sales outstanding_study"]={en:["Days sales outstanding"]},e.exports["Debt to EBITDA ratio_study"]={en:["Debt to EBITDA ratio"]},e.exports["Debt to assets ratio_study"]={en:["Debt to assets ratio"]},e.exports["Debt to equity ratio_study"]={en:["Debt to equity ratio"]},e.exports["Debt to revenue ratio_study"]={en:["Debt to revenue ratio"]},e.exports["Deferred income, current_study"]={en:["Deferred income, current"]},e.exports["Deferred income, non-current_study"]={en:["Deferred income, non-current"]},e.exports["Deferred tax assets_study"]={en:["Deferred tax assets"]},e.exports["Deferred tax liabilities_study"]={en:["Deferred tax liabilities"]},e.exports["Deferred taxes (cash flow)_study"]={
+en:["Deferred taxes (cash flow)"]},e.exports["Deprecation and amortization_study"]={en:["Deprecation and amortization"]},e.exports["Depreciation & amortization (cash flow)_study"]={en:["Depreciation & amortization (cash flow)"]},e.exports["Depreciation/depletion_study"]={en:["Depreciation/depletion"]},e.exports.Depreciation_study={en:["Depreciation"]},e.exports["Detrended Price Oscillator_study"]={en:["Detrended Price Oscillator"],hu_HU:["Trendmentes Ár Oszcillátor"]},e.exports["Diluted EPS_study"]={en:["Diluted EPS"],hu_HU:["Higított EPS"]},e.exports["Diluted earnings per share (Diluted EPS)_study"]={en:["Diluted earnings per share (Diluted EPS)"]},e.exports["Diluted net income available to common stockholders_study"]={en:["Diluted net income available to common stockholders"]},e.exports["Diluted shares outstanding_study"]={en:["Diluted shares outstanding"]},e.exports["Dilution adjustment_study"]={en:["Dilution adjustment"]},e.exports["Directional Movement Index_study"]={en:["Directional Movement Index"]},e.exports["Directional Movement_study"]={en:["Directional Movement"],hu_HU:["Irányított Mozgás"]},e.exports["Discontinued operations_study"]={en:["Discontinued operations"]},e.exports["Divergence Indicator_study"]={en:["Divergence Indicator"],hu_HU:["Divergencia Indikátor"]},e.exports["Dividend payout ratio %_study"]={en:["Dividend payout ratio %"]},e.exports["Dividend yield %_study"]={en:["Dividend yield %"]},e.exports["Dividends payable_study"]={en:["Dividends payable"]},e.exports["Dividends per share - common stock primary issue_study"]={en:["Dividends per share - common stock primary issue"]},e.exports["Doji Star - Bearish_study"]={en:["Doji Star - Bearish"]},e.exports["Doji Star - Bullish_study"]={en:["Doji Star - Bullish"]},e.exports.Doji_study={en:["Doji"]},e.exports["Donchian Channels_study"]={en:["Donchian Channels"],hu_HU:["Donchian Csatornák"]},e.exports["Double Bottom Chart Pattern_study"]={en:["Double Bottom Chart Pattern"]},e.exports["Double EMA_study"]={en:["Double EMA"],hu_HU:["Dupla EMA"]},e.exports["Double Top Chart Pattern_study"]={en:["Double Top Chart Pattern"]},e.exports["Downside Tasuki Gap - Bearish_study"]={en:["Downside Tasuki Gap - Bearish"]},e.exports["Dragonfly Doji - Bullish_study"]={en:["Dragonfly Doji - Bullish"]},e.exports["EBITDA margin %_study"]={en:["EBITDA margin %"]},e.exports.EBITDA_study={en:["EBITDA"]},e.exports.EBIT_study={en:["EBIT"]},e.exports["EMA Cross_study"]={en:["EMA Cross"]},e.exports["EPS basic one year growth_study"]={en:["EPS basic one year growth"]},e.exports["EPS diluted one year growth_study"]={en:["EPS diluted one year growth"]},e.exports["EPS estimates_study"]={en:["EPS estimates"]},e.exports["Earnings yield_study"]={en:["Earnings yield"]},e.exports["Ease Of Movement_study"]={en:["Ease Of Movement"],hu_HU:["Mozgás Könnyedség"]},e.exports["Ease of Movement_study"]={en:["Ease of Movement"],hu_HU:["Mozgás Könnyedség"]},e.exports["Effective interest rate on debt %_study"]={en:["Effective interest rate on debt %"]},e.exports["Elder Force Index_study"]={
+en:["Elder Force Index"],hu_HU:["Nemes Erő Index"]},e.exports["Elder's Force Index_study"]={en:["Elder's Force Index"]},e.exports["Elders Force Index_study"]={en:["Elders Force Index"]},e.exports["Elliott Wave Chart Pattern_study"]={en:["Elliott Wave Chart Pattern"]},e.exports["Engulfing - Bearish_study"]={en:["Engulfing - Bearish"]},e.exports["Engulfing - Bullish_study"]={en:["Engulfing - Bullish"]},e.exports["Enterprise value to EBIT ratio_study"]={en:["Enterprise value to EBIT ratio"]},e.exports["Enterprise value to EBITDA ratio_study"]={en:["Enterprise value to EBITDA ratio"]},e.exports["Enterprise value to revenue ratio_study"]={en:["Enterprise value to revenue ratio"]},e.exports["Enterprise value_study"]={en:["Enterprise value"]},e.exports.Envelope_study={en:["Envelope"],hu_HU:["Boríték"]},e.exports.Envelopes_study={en:["Envelopes"]},e.exports["Equity in earnings_study"]={en:["Equity in earnings"]},e.exports["Equity to assets ratio_study"]={en:["Equity to assets ratio"]},e.exports["Evening Doji Star - Bearish_study"]={en:["Evening Doji Star - Bearish"]},e.exports["Evening Star - Bearish_study"]={en:["Evening Star - Bearish"]},e.exports["Falling Three Methods - Bearish_study"]={en:["Falling Three Methods - Bearish"]},e.exports["Falling Wedge Chart Pattern_study"]={en:["Falling Wedge Chart Pattern"]},e.exports["Falling Window - Bearish_study"]={en:["Falling Window - Bearish"]},e.exports["Financing activities – other sources_study"]={en:["Financing activities – other sources"]},e.exports["Financing activities – other uses_study"]={en:["Financing activities – other uses"]},e.exports["Fisher Transform_study"]={en:["Fisher Transform"],hu_HU:["Fisher Transzformáció"]},e.exports["Fixed Range Volume Profile_study"]={en:["Fixed Range Volume Profile"]},e.exports["Fixed Range_study"]={en:["Fixed Range"]},e.exports["Float shares outstanding_study"]={en:["Float shares outstanding"]},e.exports["Free cash flow margin %_study"]={en:["Free cash flow margin %"]},e.exports["Free cash flow_study"]={en:["Free cash flow"],hu_HU:["Szabad Cash Flow"]},e.exports["Fulmer H factor_study"]={en:["Fulmer H factor"]},e.exports["Funds from operations_study"]={en:["Funds from operations"]},e.exports.Gaps_study={en:["Gaps"]},e.exports["Goodwill to assets ratio_study"]={en:["Goodwill to assets ratio"]},e.exports["Goodwill, net_study"]={en:["Goodwill, net"]},e.exports["Graham's number_study"]={en:["Graham's number"]},e.exports["Gravestone Doji - Bearish_study"]={en:["Gravestone Doji - Bearish"]},e.exports["Greedy Strategy_study"]={en:["Greedy Strategy"],hu_HU:["Greedy Stratégia"]},e.exports["Gross margin %_study"]={en:["Gross margin %"]},e.exports["Gross profit to assets ratio_study"]={en:["Gross profit to assets ratio"]},e.exports["Gross profit_study"]={en:["Gross profit"],hu_HU:["Bruttó Profit"]},e.exports["Gross property/plant/equipment_study"]={en:["Gross property/plant/equipment"]},e.exports["Guppy Multiple Moving Average_study"]={en:["Guppy Multiple Moving Average"]},e.exports["Hammer - Bullish_study"]={en:["Hammer - Bullish"]},
+e.exports["Hanging Man - Bearish_study"]={en:["Hanging Man - Bearish"]},e.exports["Harami - Bearish_study"]={en:["Harami - Bearish"]},e.exports["Harami - Bullish_study"]={en:["Harami - Bullish"]},e.exports["Harami Cross - Bearish_study"]={en:["Harami Cross - Bearish"]},e.exports["Harami Cross - Bullish_study"]={en:["Harami Cross - Bullish"]},e.exports["Head and Shoulders Chart Pattern_study"]={en:["Head and Shoulders Chart Pattern"]},e.exports["Historical Volatility_study"]={en:["Historical Volatility"],hu_HU:["Histórikus Volatilitás"]},e.exports["Hull Moving Average_study"]={en:["Hull Moving Average"],hu_HU:["Hull Mozgóátlag"]},e.exports["Ichimoku Cloud_study"]={en:["Ichimoku Cloud"],hu_HU:["Ichimoku Felhő"]},e.exports.Ichimoku_study={en:["Ichimoku"]},e.exports.Impairments_study={en:["Impairments"]},e.exports["InSide Bar Strategy_study"]={en:["InSide Bar Strategy"],hu_HU:["InSide Bar Stratégia"]},e.exports["Income Tax Credits_study"]={en:["Income Tax Credits"]},e.exports["Income Tax, current - foreign_study"]={en:["Income Tax, current - foreign"]},e.exports["Income tax payable_study"]={en:["Income tax payable"]},e.exports["Income tax, current - domestic_study"]={en:["Income tax, current - domestic"]},e.exports["Income tax, current_study"]={en:["Income tax, current"]},e.exports["Income tax, deferred - domestic_study"]={en:["Income tax, deferred - domestic"]},e.exports["Income tax, deferred - foreign_study"]={en:["Income tax, deferred - foreign"]},e.exports["Income tax, deferred_study"]={en:["Income tax, deferred"]},e.exports["Interest capitalized_study"]={en:["Interest capitalized"]},e.exports["Interest coverage_study"]={en:["Interest coverage"]},e.exports["Interest expense on debt_study"]={en:["Interest expense on debt"]},e.exports["Interest expense, net of interest capitalized_study"]={en:["Interest expense, net of interest capitalized"]},e.exports["Inventories - finished goods_study"]={en:["Inventories - finished goods"]},e.exports["Inventories - progress payments & other_study"]={en:["Inventories - progress payments & other"]},e.exports["Inventories - raw materials_study"]={en:["Inventories - raw materials"]},e.exports["Inventories - work in progress_study"]={en:["Inventories - work in progress"]},e.exports["Inventory to revenue ratio_study"]={en:["Inventory to revenue ratio"]},e.exports["Inventory turnover_study"]={en:["Inventory turnover"]},e.exports["Inverted Cup and Handle Chart Pattern_study"]={en:["Inverted Cup and Handle Chart Pattern"]},e.exports["Inverted Hammer - Bullish_study"]={en:["Inverted Hammer - Bullish"]},e.exports["Inverted Head and Shoulders Chart Pattern_study"]={en:["Inverted Head and Shoulders Chart Pattern"]},e.exports["Investing activities – other sources_study"]={en:["Investing activities – other sources"]},e.exports["Investing activities – other uses_study"]={en:["Investing activities – other uses"]},e.exports["Investments in unconsolidated subsidiaries_study"]={en:["Investments in unconsolidated subsidiaries"]},e.exports["Issuance of long term debt_study"]={
+en:["Issuance of long term debt"]},e.exports["Issuance/retirement of debt, net_study"]={en:["Issuance/retirement of debt, net"]},e.exports["Issuance/retirement of long term debt_study"]={en:["Issuance/retirement of long term debt"]},e.exports["Issuance/retirement of other debt_study"]={en:["Issuance/retirement of other debt"]},e.exports["Issuance/retirement of short term debt_study"]={en:["Issuance/retirement of short term debt"]},e.exports["Issuance/retirement of stock, net_study"]={en:["Issuance/retirement of stock, net"]},e.exports["KZ index_study"]={en:["KZ index"]},e.exports["Keltner Channel Strategy_study"]={en:["Keltner Channel Strategy"],hu_HU:["Keltner Channel Stratégia"]},e.exports["Keltner Channels Strategy_study"]={en:["Keltner Channels Strategy"]},e.exports["Keltner Channels_study"]={en:["Keltner Channels"],hu_HU:["Keltner Csatornák"]},e.exports["Key stats_study"]={en:["Key stats"]},e.exports["Kicking - Bearish_study"]={en:["Kicking - Bearish"]},e.exports["Kicking - Bullish_study"]={en:["Kicking - Bullish"]},e.exports["Klinger Oscillator_study"]={en:["Klinger Oscillator"],hu_HU:["Klinger Oszcillátor"]},e.exports["Know Sure Thing_study"]={en:["Know Sure Thing"],hu_HU:["Biztosra Tudd Dolog"]},e.exports["Least Squares Moving Average_study"]={en:["Least Squares Moving Average"],hu_HU:["Least Squares Mozgóátlag"]},e.exports["Legal claim expense_study"]={en:["Legal claim expense"]},e.exports["Linear Regression Channel_study"]={en:["Linear Regression Channel"]},e.exports["Linear Regression Curve_study"]={en:["Linear Regression Curve"]},e.exports["Linear Regression Slope_study"]={en:["Linear Regression Slope"]},e.exports["Linear Regression_study"]={en:["Linear Regression"],hu_HU:["Lineáris Regresszió"]},e.exports["Liquidity ratios_study"]={en:["Liquidity ratios"]},e.exports["Long Lower Shadow - Bullish_study"]={en:["Long Lower Shadow - Bullish"]},e.exports["Long Upper Shadow - Bearish_study"]={en:["Long Upper Shadow - Bearish"]},e.exports["Long term debt excl. lease liabilities_study"]={en:["Long term debt excl. lease liabilities"]},e.exports["Long term debt to total assets ratio_study"]={en:["Long term debt to total assets ratio"]},e.exports["Long term debt to total equity ratio_study"]={en:["Long term debt to total equity ratio"]},e.exports["Long term debt_study"]={en:["Long term debt"]},e.exports["Long term investments_study"]={en:["Long term investments"]},e.exports["MA Cross_study"]={en:["MA Cross"],hu_HU:["MA Kereszt"]},e.exports["MA with EMA Cross_study"]={en:["MA with EMA Cross"]},e.exports["MA/EMA Cross_study"]={en:["MA/EMA Cross"]},e.exports["MACD Strategy_study"]={en:["MACD Strategy"],hu_HU:["MACD Stratégia"]},e.exports.MACD_study={en:["MACD"]},e.exports["Majority Rule_study"]={en:["Majority Rule"]},e.exports["Market capitalization_study"]={en:["Market capitalization"]},e.exports["Marubozu Black - Bearish_study"]={en:["Marubozu Black - Bearish"]},e.exports["Marubozu White - Bullish_study"]={en:["Marubozu White - Bullish"]},e.exports["Mass Index_study"]={en:["Mass Index"],hu_HU:["Tömeg Index"]},
+e.exports["McGinley Dynamic_study"]={en:["McGinley Dynamic"],hu_HU:["McGinley Dinamika"]},e.exports["Median Price_study"]={en:["Median Price"]},e.exports.Median_study={en:["Median"],hu_HU:["Medián"]},e.exports["Minority interest_study"]={en:["Minority interest"],hu_HU:["Kisebbségi Részesedés"]},e.exports["Miscellaneous non-operating expense_study"]={en:["Miscellaneous non-operating expense"]},e.exports["Momentum Strategy_study"]={en:["Momentum Strategy"],hu_HU:["Momentum Stratégia"]},e.exports.Momentum_study={en:["Momentum"]},e.exports["Money Flow Index_study"]={en:["Money Flow Index"]},e.exports["Money Flow_study"]={en:["Money Flow"],hu_HU:["Pénzáramlás"]},e.exports["Moon Phases_study"]={en:["Moon Phases"],hu_HU:["Holdfázisok"]},e.exports["Morning Doji Star - Bullish_study"]={en:["Morning Doji Star - Bullish"]},e.exports["Morning Star - Bullish_study"]={en:["Morning Star - Bullish"]},e.exports["Moving Average Adaptive_study"]={en:["Moving Average Adaptive"]},e.exports["Moving Average Channel_study"]={en:["Moving Average Channel"]},e.exports["Moving Average Convergence Divergence_study"]={en:["Moving Average Convergence Divergence"]},e.exports["Moving Average Convergence/Divergence_study"]={en:["Moving Average Convergence/Divergence"],hu_HU:["Mozgóátlag Konvergencia/Divergencia"]},e.exports["Moving Average Double_study"]={en:["Moving Average Double"]},e.exports["Moving Average Exponential_study"]={en:["Moving Average Exponential"],hu_HU:["Mozgóátlag Exponenciális"]},e.exports["Moving Average Hamming_study"]={en:["Moving Average Hamming"]},e.exports["Moving Average Modified_study"]={en:["Moving Average Modified"]},e.exports["Moving Average Multiple_study"]={en:["Moving Average Multiple"]},e.exports["Moving Average Ribbon_study"]={en:["Moving Average Ribbon"]},e.exports["Moving Average Simple_study"]={en:["Moving Average Simple"]},e.exports["Moving Average Triple_study"]={en:["Moving Average Triple"]},e.exports["Moving Average Weighted_study"]={en:["Moving Average Weighted"],hu_HU:["Mozgóátlag Súlyozott"]},e.exports["Moving Average_study"]={en:["Moving Average"]},e.exports["MovingAvg Cross_study"]={en:["MovingAvg Cross"]},e.exports["MovingAvg2Line Cross_study"]={en:["MovingAvg2Line Cross"]},e.exports["Multi-Time Period Charts_study"]={en:["Multi-Time Period Charts"],hu_HU:["Több Időszakos Chartok"]},e.exports["Net Volume_study"]={en:["Net Volume"],hu_HU:["Nettó Volumen"]},e.exports["Net current asset value per share_study"]={en:["Net current asset value per share"]},e.exports["Net debt_study"]={en:["Net debt"]},e.exports["Net income (cash flow)_study"]={en:["Net income (cash flow)"]},e.exports["Net income before discontinued operations_study"]={en:["Net income before discontinued operations"]},e.exports["Net income per employee_study"]={en:["Net income per employee"]},e.exports["Net income_study"]={en:["Net income"],hu_HU:["Nettó Jövedelem"]},e.exports["Net intangible assets_study"]={en:["Net intangible assets"]},e.exports["Net margin %_study"]={en:["Net margin %"]},e.exports["Net property/plant/equipment_study"]={
+en:["Net property/plant/equipment"]},e.exports["Non-cash items_study"]={en:["Non-cash items"]},e.exports["Non-controlling/minority interest_study"]={en:["Non-controlling/minority interest"]},e.exports["Non-operating income, excl. interest expenses_study"]={en:["Non-operating income, excl. interest expenses"]},e.exports["Non-operating income, total_study"]={en:["Non-operating income, total"]},e.exports["Non-operating interest income_study"]={en:["Non-operating interest income"]},e.exports["Note receivable - long term_study"]={en:["Note receivable - long term"]},e.exports["Notes payable_study"]={en:["Notes payable"]},e.exports["Number of employees_study"]={en:["Number of employees"]},e.exports["Number of shareholders_study"]={en:["Number of shareholders"]},e.exports["On Balance Volume_study"]={en:["On Balance Volume"],hu_HU:["Egyensúly Volumen"]},e.exports["On Neck - Bearish_study"]={en:["On Neck - Bearish"]},e.exports["Open Interest_study"]={en:["Open Interest"]},e.exports["Operating earnings yield %_study"]={en:["Operating earnings yield %"]},e.exports["Operating expenses (excl. COGS)_study"]={en:["Operating expenses (excl. COGS)"]},e.exports["Operating income_study"]={en:["Operating income"]},e.exports["Operating lease liabilities_study"]={en:["Operating lease liabilities"]},e.exports["Operating margin %_study"]={en:["Operating margin %"]},e.exports["Other COGS_study"]={en:["Other COGS"]},e.exports["Other common equity_study"]={en:["Other common equity"]},e.exports["Other cost of goods sold_study"]={en:["Other cost of goods sold"]},e.exports["Other current assets, total_study"]={en:["Other current assets, total"]},e.exports["Other current liabilities_study"]={en:["Other current liabilities"]},e.exports["Other exceptional charges_study"]={en:["Other exceptional charges"]},e.exports["Other financing cash flow items, total_study"]={en:["Other financing cash flow items, total"]},e.exports["Other intangibles, net_study"]={en:["Other intangibles, net"]},e.exports["Other investing cash flow items, total_study"]={en:["Other investing cash flow items, total"]},e.exports["Other investments_study"]={en:["Other investments"]},e.exports["Other liabilities, total_study"]={en:["Other liabilities, total"]},e.exports["Other long term assets, total_study"]={en:["Other long term assets, total"]},e.exports["Other non-current liabilities, total_study"]={en:["Other non-current liabilities, total"]},e.exports["Other operating expenses, total_study"]={en:["Other operating expenses, total"]},e.exports["Other receivables_study"]={en:["Other receivables"]},e.exports["Other short term debt_study"]={en:["Other short term debt"]},e.exports["OutSide Bar Strategy_study"]={en:["OutSide Bar Strategy"],hu_HU:["OutSide Bar Stratégia"]},e.exports.Overlay_study={en:["Overlay"]},e.exports["PEG ratio_study"]={en:["PEG ratio"]},e.exports["Paid in capital_study"]={en:["Paid in capital"]},e.exports["Parabolic SAR Strategy_study"]={en:["Parabolic SAR Strategy"],hu_HU:["Parabolic SAR Stratégia"]},e.exports["Parabolic SAR_study"]={en:["Parabolic SAR"],
+hu_HU:["Parabolikus SAR"]},e.exports["Periodic Volume Profile_study"]={en:["Periodic Volume Profile"]},e.exports["Piercing - Bullish_study"]={en:["Piercing - Bullish"]},e.exports["Piotroski F-score_study"]={en:["Piotroski F-score"]},e.exports["Pivot Extension Strategy_study"]={en:["Pivot Extension Strategy"],hu_HU:["Pivot Extension Stratégia"]},e.exports["Pivot Points High Low_study"]={en:["Pivot Points High Low"],hu_HU:["Pivotális Pontok Max Min"]},e.exports["Pivot Points Standard_study"]={en:["Pivot Points Standard"],hu_HU:["Pivotális Pontok Standard"]},e.exports["Pivot Reversal Strategy_study"]={en:["Pivot Reversal Strategy"],hu_HU:["Pivot Reversal Stratégia"]},e.exports["Preferred dividends paid_study"]={en:["Preferred dividends paid"]},e.exports["Preferred dividends_study"]={en:["Preferred dividends"]},e.exports["Preferred stock, carrying value_study"]={en:["Preferred stock, carrying value"]},e.exports["Prepaid expenses_study"]={en:["Prepaid expenses"]},e.exports["Pretax equity in earnings_study"]={en:["Pretax equity in earnings"]},e.exports["Pretax income_study"]={en:["Pretax income"]},e.exports["Price Channel Strategy_study"]={en:["Price Channel Strategy"],hu_HU:["Price Channel Stratégia"]},e.exports["Price Channel_study"]={en:["Price Channel"]},e.exports["Price Oscillator_study"]={en:["Price Oscillator"],hu_HU:["Price Oszcillátor"]},e.exports["Price Volume Trend_study"]={en:["Price Volume Trend"],hu_HU:["Árvolumen Trend"]},e.exports["Price earnings ratio forward_study"]={en:["Price earnings ratio forward"]},e.exports["Price sales ratio forward_study"]={en:["Price sales ratio forward"]},e.exports["Price to book ratio_study"]={en:["Price to book ratio"]},e.exports["Price to cash flow ratio_study"]={en:["Price to cash flow ratio"]},e.exports["Price to earnings ratio_study"]={en:["Price to earnings ratio"]},e.exports["Price to free cash flow ratio_study"]={en:["Price to free cash flow ratio"]},e.exports["Price to sales ratio_study"]={en:["Price to sales ratio"]},e.exports["Price to tangible book ratio_study"]={en:["Price to tangible book ratio"]},e.exports["Profitability ratios_study"]={en:["Profitability ratios"]},e.exports["Provision for risks & charge_study"]={en:["Provision for risks & charge"]},e.exports["Purchase of investments_study"]={en:["Purchase of investments"]},e.exports["Purchase/acquisition of business_study"]={en:["Purchase/acquisition of business"]},e.exports["Purchase/sale of business, net_study"]={en:["Purchase/sale of business, net"]},e.exports["Purchase/sale of investments, net_study"]={en:["Purchase/sale of investments, net"]},e.exports["Quality ratio_study"]={en:["Quality ratio"]},e.exports["Quick ratio_study"]={en:["Quick ratio"]},e.exports["RSI Strategy_study"]={en:["RSI Strategy"],hu_HU:["RSI Stratégia"]},e.exports["Rate Of Change_study"]={en:["Rate Of Change"],hu_HU:["Változás Üteme"]},e.exports["Rectangle Chart Pattern_study"]={en:["Rectangle Chart Pattern"]},e.exports["Reduction of long term debt_study"]={en:["Reduction of long term debt"]},e.exports["Relative Strength Index_study"]={
+en:["Relative Strength Index"],hu_HU:["Relatív Erő Index"]},e.exports["Relative Vigor Index_study"]={en:["Relative Vigor Index"],hu_HU:["Relatív Életerő Index"]},e.exports["Relative Volatility Index_study"]={en:["Relative Volatility Index"]},e.exports["Relative Volume at Time_study"]={en:["Relative Volume at Time"]},e.exports["Repurchase of common & preferred stock_study"]={en:["Repurchase of common & preferred stock"]},e.exports["Research & development to revenue ratio_study"]={en:["Research & development to revenue ratio"]},e.exports["Research & development_study"]={en:["Research & development"]},e.exports["Restructuring charge_study"]={en:["Restructuring charge"]},e.exports["Retained earnings_study"]={en:["Retained earnings"]},e.exports["Return on assets %_study"]={en:["Return on assets %"]},e.exports["Return on equity %_study"]={en:["Return on equity %"]},e.exports["Return on equity adjusted to book value %_study"]={en:["Return on equity adjusted to book value %"]},e.exports["Return on invested capital %_study"]={en:["Return on invested capital %"]},e.exports["Return on tangible assets %_study"]={en:["Return on tangible assets %"]},e.exports["Return on tangible equity %_study"]={en:["Return on tangible equity %"]},e.exports["Revenue estimates_study"]={en:["Revenue estimates"]},e.exports["Revenue one year growth_study"]={en:["Revenue one year growth"]},e.exports["Revenue per employee_study"]={en:["Revenue per employee"]},e.exports["Rising Three Methods - Bullish_study"]={en:["Rising Three Methods - Bullish"]},e.exports["Rising Wedge Chart Pattern_study"]={en:["Rising Wedge Chart Pattern"]},e.exports["Rising Window - Bullish_study"]={en:["Rising Window - Bullish"]},e.exports["Rob Booker - ADX Breakout_study"]={en:["Rob Booker - ADX Breakout"]},e.exports["Rob Booker - Intraday Pivot Points_study"]={en:["Rob Booker - Intraday Pivot Points"]},e.exports["Rob Booker - Knoxville Divergence_study"]={en:["Rob Booker - Knoxville Divergence"]},e.exports["Rob Booker - Missed Pivot Points_study"]={en:["Rob Booker - Missed Pivot Points"]},e.exports["Rob Booker - Reversal_study"]={en:["Rob Booker - Reversal"]},e.exports["Rob Booker - Ziv Ghost Pivots_study"]={en:["Rob Booker - Ziv Ghost Pivots"]},e.exports["SMI Ergodic Indicator/Oscillator_study"]={en:["SMI Ergodic Indicator/Oscillator"]},e.exports["SMI Ergodic Indicator_study"]={en:["SMI Ergodic Indicator"],hu_HU:["SMI Ergodikus Indikátor"]},e.exports["SMI Ergodic Oscillator_study"]={en:["SMI Ergodic Oscillator"],hu_HU:["SMI Ergodikus Oszcillátor"]},e.exports["Sale of common & preferred stock_study"]={en:["Sale of common & preferred stock"]},e.exports["Sale of fixed assets & businesses_study"]={en:["Sale of fixed assets & businesses"]},e.exports["Sale/maturity of investments_study"]={en:["Sale/maturity of investments"]},e.exports["Selling/general/admin expenses, other_study"]={en:["Selling/general/admin expenses, other"]},e.exports["Selling/general/admin expenses, total_study"]={en:["Selling/general/admin expenses, total"]},e.exports["Session Volume HD_study"]={
+en:["Session Volume HD"],hu_HU:["Session Volume"]},e.exports["Session Volume Profile HD_study"]={en:["Session Volume Profile HD"]},e.exports["Session Volume Profile_study"]={en:["Session Volume Profile"]},e.exports["Session Volume_study"]={en:["Session Volume"]},e.exports["Shareholders' equity_study"]={en:["Shareholders' equity"]},e.exports["Shares buyback ratio %_study"]={en:["Shares buyback ratio %"]},e.exports["Shooting Star - Bearish_study"]={en:["Shooting Star - Bearish"]},e.exports["Short term debt excl. current portion of LT debt_study"]={en:["Short term debt excl. current portion of LT debt"]},e.exports["Short term debt_study"]={en:["Short term debt"]},e.exports["Short term investments_study"]={en:["Short term investments"]},e.exports["Sloan ratio %_study"]={en:["Sloan ratio %"]},e.exports["Smoothed Moving Average_study"]={en:["Smoothed Moving Average"],hu_HU:["Simított Mozgóátlag"]},e.exports["Solvency ratios_study"]={en:["Solvency ratios"]},e.exports["Spinning Top Black_study"]={en:["Spinning Top Black"],hu_HU:["Fekete Forgó Top"]},e.exports["Spinning Top White_study"]={en:["Spinning Top White"],hu_HU:["Fehér Forgó Top"]},e.exports["Springate score_study"]={en:["Springate score"]},e.exports["Standard Deviation_study"]={en:["Standard Deviation"]},e.exports["Standard Error Bands_study"]={en:["Standard Error Bands"]},e.exports["Standard Error_study"]={en:["Standard Error"]},e.exports.Stoch_study={en:["Stoch"]},e.exports["Stochastic Momentum Index_study"]={en:["Stochastic Momentum Index"]},e.exports["Stochastic RSI_study"]={en:["Stochastic RSI"],hu_HU:["Sztochasztikus RSI"]},e.exports["Stochastic Slow Strategy_study"]={en:["Stochastic Slow Strategy"],hu_HU:["Stochastic Slow Stratégia"]},e.exports.Stochastic_study={en:["Stochastic"],hu_HU:["Sztochasztikus"]},e.exports.SuperTrend_study={en:["SuperTrend"]},e.exports["Supertrend Strategy_study"]={en:["Supertrend Strategy"]},e.exports.Supertrend_study={en:["Supertrend"]},e.exports["Sustainable growth rate_study"]={en:["Sustainable growth rate"]},e.exports.TRIX_study={en:["TRIX"]},e.exports["Tangible book value per share_study"]={en:["Tangible book value per share"]},e.exports["Tangible common equity ratio_study"]={en:["Tangible common equity ratio"]},e.exports.Taxes_study={en:["Taxes"]},e.exports["Technical Ratings Strategy_study"]={en:["Technical Ratings Strategy"]},e.exports["Technical Ratings_study"]={en:["Technical Ratings"]},e.exports.Technicals_study={en:["Technicals"],hu_HU:["Technikaiak"]},e.exports["Three Black Crows - Bearish_study"]={en:["Three Black Crows - Bearish"]},e.exports["Three White Soldiers - Bullish_study"]={en:["Three White Soldiers - Bullish"]},e.exports["Time Weighted Average Price_study"]={en:["Time Weighted Average Price"]},e.exports["Tobin's Q (approximate)_study"]={en:["Tobin's Q (approximate)"]},e.exports["Total assets_study"]={en:["Total assets"],hu_HU:["Mérlegfőösszeg"]},e.exports["Total cash dividends paid_study"]={en:["Total cash dividends paid"]},e.exports["Total common shares outstanding_study"]={
+en:["Total common shares outstanding"]},e.exports["Total current assets_study"]={en:["Total current assets"],hu_HU:["Forgóeszközök Összesen"]},e.exports["Total current liabilities_study"]={en:["Total current liabilities"],hu_HU:["Folyó Kötelezettségek Összesen"]},e.exports["Total debt_study"]={en:["Total debt"],hu_HU:["Teljes Hitelállomány"]},e.exports["Total equity_study"]={en:["Total equity"]},e.exports["Total inventory_study"]={en:["Total inventory"]},e.exports["Total liabilities & shareholders' equities_study"]={en:["Total liabilities & shareholders' equities"]},e.exports["Total liabilities_study"]={en:["Total liabilities"],hu_HU:["Összes Kötelezettség"]},e.exports["Total non-current assets_study"]={en:["Total non-current assets"]},e.exports["Total non-current liabilities_study"]={en:["Total non-current liabilities"]},e.exports["Total operating expenses_study"]={en:["Total operating expenses"],hu_HU:["Működési Költségek Összesen"]},e.exports["Total receivables, net_study"]={en:["Total receivables, net"]},e.exports["Total revenue_study"]={en:["Total revenue"],hu_HU:["Összes Bevétel"]},e.exports["Trading Sessions_study"]={en:["Trading Sessions"]},e.exports["Treasury stock - common_study"]={en:["Treasury stock - common"]},e.exports["Trend Strength Index_study"]={en:["Trend Strength Index"]},e.exports["Tri-Star - Bearish_study"]={en:["Tri-Star - Bearish"]},e.exports["Tri-Star - Bullish_study"]={en:["Tri-Star - Bullish"]},e.exports["Triangle Chart Pattern_study"]={en:["Triangle Chart Pattern"]},e.exports["Triple Bottom Chart Pattern_study"]={en:["Triple Bottom Chart Pattern"]},e.exports["Triple EMA_study"]={en:["Triple EMA"]},e.exports["Triple Top Chart Pattern_study"]={en:["Triple Top Chart Pattern"]},e.exports["True Strength Index_study"]={en:["True Strength Index"]},e.exports["True Strength Indicator_study"]={en:["True Strength Indicator"],hu_HU:["True Strength Indikátor"]},e.exports["Tweezer Top - Bearish_study"]={en:["Tweezer Top - Bearish"]},e.exports["Typical Price_study"]={en:["Typical Price"]},e.exports["Ultimate Oscillator_study"]={en:["Ultimate Oscillator"],hu_HU:["Végső Oszcillátor"]},e.exports["Unrealized gain/loss_study"]={en:["Unrealized gain/loss"]},e.exports["Unusual income/expense_study"]={en:["Unusual income/expense"]},e.exports["Up/Down Volume_study"]={en:["Up/Down Volume"]},e.exports["Upside Tasuki Gap - Bullish_study"]={en:["Upside Tasuki Gap - Bullish"]},e.exports["VWAP Auto Anchored_study"]={en:["VWAP Auto Anchored"]},e.exports.VWAP_study={en:["VWAP"]},e.exports.VWMA_study={en:["VWMA"]},e.exports["Valuation ratios_study"]={en:["Valuation ratios"]},e.exports["Visible Average Price_study"]={en:["Visible Average Price"]},e.exports["Visible Range Volume Profile_study"]={en:["Visible Range Volume Profile"]},e.exports["Visible Range_study"]={en:["Visible Range"]},e.exports.Vol_study={en:["Vol"]},e.exports["Volatility Close-to-Close_study"]={en:["Volatility Close-to-Close"]},e.exports["Volatility Index_study"]={en:["Volatility Index"]},e.exports["Volatility O-H-L-C_study"]={en:["Volatility O-H-L-C"]},
+e.exports["Volatility Stop_study"]={en:["Volatility Stop"],hu_HU:["Volatilitás Stop"]},e.exports["Volatility Zero Trend Close-to-Close_study"]={en:["Volatility Zero Trend Close-to-Close"]},e.exports["Volty Expan Close Strategy_study"]={en:["Volty Expan Close Strategy"],hu_HU:["Volty Expan Close Stratégia"]},e.exports["Volume Oscillator_study"]={en:["Volume Oscillator"],hu_HU:["Volumen Oszcillátor"]},e.exports["Volume Weighted Average Price_study"]={en:["Volume Weighted Average Price"]},e.exports["Volume Weighted Moving Average_study"]={en:["Volume Weighted Moving Average"]},e.exports.Volume_study={en:["Volume"],hu_HU:["Volumen"]},e.exports["Vortex Indicator_study"]={en:["Vortex Indicator"],hu_HU:["Vortex Indikátor"]},e.exports["Williams %R_study"]={en:["Williams %R"]},e.exports["Williams Alligator_study"]={en:["Williams Alligator"],hu_HU:["Williams Alligátor"]},e.exports["Williams Fractal_study"]={en:["Williams Fractal"],hu_HU:["Williams Fraktál"]},e.exports["Williams Fractals_study"]={en:["Williams Fractals"]},e.exports["Williams Percent Range_study"]={en:["Williams Percent Range"]},e.exports["Woodies CCI_study"]={en:["Woodies CCI"]},e.exports["Zig Zag_study"]={en:["Zig Zag"],hu_HU:["Cikk Cakk"]},e.exports["Zmijewski score_study"]={en:["Zmijewski score"]}},89633:e=>{e.exports={en:["Anchored Volume Profile"]}},25705:e=>{e.exports={en:["Fixed Range Volume Profile"]}},24261:e=>{e.exports={en:["Vol"]}},67736:e=>{e.exports={en:["Minor"],hu_HU:["Kicsi"]}},922:e=>{e.exports={en:["Minute"],hu_HU:["Perc"]}},91405:e=>{e.exports={en:["Text"]}},78972:e=>{e.exports={en:["Couldn't copy"]}},10615:e=>{e.exports={en:["Couldn't cut"]}},81518:e=>{e.exports={en:["Couldn't paste"]}},83140:e=>{e.exports={en:["Countdown to bar close"],hu_HU:["Countdown To Bar Close"]}},10871:e=>{e.exports={en:["Colombo"]}},55761:e=>{e.exports={en:["Columns"],hu_HU:["Oszlopok"]}},9818:e=>{e.exports={en:["Comment"],hu_HU:["Komment"]}},53942:e=>{e.exports={en:["Compare or Add Symbol"],hu_HU:["Összehasonlítás vagy Szimbólum Hozzáadása"]}},12086:e=>{e.exports={en:["Compilation error"]}},71692:e=>{e.exports={en:["Confirm to remove locked drawings"]}},48141:e=>{e.exports={en:["Confirm Inputs"],hu_HU:["Inputok Megerősítése"]}},81605:e=>{e.exports={en:["Confirm Remove Study Tree"],hu_HU:["Tanulmányfa Eltávolításának Jóváhagyása"]}},38917:e=>{e.exports={en:["Copenhagen"]}},49680:e=>{e.exports={en:["Copy"],hu_HU:["Másolás"]}},66134:e=>{e.exports={en:["Copy Chart Layout"],hu_HU:["Chart Elrendezés Másolása"]}},63553:e=>{e.exports={en:["Copy price"]}},65736:e=>{e.exports={en:["Cairo"]}},25381:e=>{e.exports={en:["Callout"],hu_HU:["Kiemelő"]}},45054:e=>{e.exports={en:["Candles"],hu_HU:["Gyertyák"]}},30948:e=>{e.exports={en:["Caracas"]}},70409:e=>{e.exports={en:["Casablanca"]}},37276:e=>{e.exports={en:["Change"],hu_HU:["Változás"]}},85124:e=>{e.exports={en:["Change Symbol"],hu_HU:["Szimbólum Változtatás"]}},2569:e=>{e.exports={en:["Change interval"],hu_HU:["Intervallum Váltás"]}},9687:e=>{e.exports={en:["Change interval. Press number or comma"]}},36332:e=>{e.exports={
+en:["Change symbol. Start typing symbol name"]}},48566:e=>{e.exports={en:["Change scale currency"]}},85110:e=>{e.exports={en:["Change scale unit"]}},56275:e=>{e.exports={en:["Chart #{index}"]}},39950:e=>{e.exports={en:["Chart Properties"],hu_HU:["Chart Tulajdonságok"]}},98856:e=>{e.exports={en:["Chart by TradingView"]}},1136:e=>{e.exports={en:["Chart for {symbol}, {interval}"]}},69804:e=>{e.exports={en:["Chart image copied to clipboard {emoji}"]}},6655:e=>{e.exports={en:["Chart image embed code copied to clipboard {emoji}"]}},36549:e=>{e.exports={en:["Chatham Islands"],hu_HU:["Chatham-szigetek"]}},72452:e=>{e.exports={en:["Chicago"]}},50349:e=>{e.exports={en:["Chongqing"]}},91944:e=>{e.exports={en:["Circle"],hu_HU:["Kör"]}},14985:e=>{e.exports={en:["Click to set a point"],hu_HU:["Klikkelj a pont megadásához"]}},12537:e=>{e.exports={en:["Clone"],hu_HU:["Klón"]}},62578:e=>{e.exports={en:["Close"],hu_HU:["Zárás"]}},264:e=>{e.exports={en:["Create limit order"]}},6969:e=>{e.exports={en:["Cross"],hu_HU:["Kereszt"]}},74334:e=>{e.exports={en:["Cross Line"]}},59396:e=>{e.exports={en:["Currencies"],hu_HU:["Devizák"]}},20177:e=>{e.exports={en:["Current interval and above"]}},494:e=>{e.exports={en:["Current interval and below"]}},60668:e=>{e.exports={en:["Current interval only"]}},78609:e=>{e.exports={en:["Curve"],hu_HU:["Görbe"]}},87380:e=>{e.exports={en:["Cycle"],hu_HU:["Ciklus"]}},84031:e=>{e.exports={en:["Cyclic Lines"],hu_HU:["Ciklikus Vonalak"]}},93191:e=>{e.exports={en:["Cypher Pattern"],hu_HU:["Rejtjel Minta"]}},7219:e=>{e.exports={en:["A layout with that name already exists"]}},67635:e=>{e.exports={en:["A layout with that name already exists. Do you want to overwrite it?"]}},46712:e=>{e.exports={en:["ABCD Pattern"],hu_HU:["ABCD Minta"]}},36485:e=>{e.exports={en:["Amsterdam"]}},24185:e=>{e.exports={en:["Anchor"]}},42630:e=>{e.exports={en:["Anchorage"]}},42669:e=>{e.exports={en:["Anchored Text"],hu_HU:["Horgony Szöveg"]}},84541:e=>{e.exports={en:["Anchored VWAP"]}},77401:e=>{e.exports={en:["Access error"]}},46501:e=>{e.exports={en:["Add Symbol"],hu_HU:["Szimbólum Hozzáadása"]}},2439:e=>{e.exports={en:["Add financial metric for {instrumentName}"]}},35088:e=>{e.exports={en:["Add indicator/strategy on {studyTitle}"]}},35679:e=>{e.exports={en:["Add this financial metric to entire layout"]}},10996:e=>{e.exports={en:["Add this financial metric to favorites"]}},26090:e=>{e.exports={en:["Add this indicator to entire layout"]}},92957:e=>{e.exports={en:["Add this indicator to favorites"]}},95754:e=>{e.exports={en:["Add this strategy to entire layout"]}},39010:e=>{e.exports={en:["Add this symbol to entire layout"]}},426:e=>{e.exports={en:["Adelaide"]}},40452:e=>{e.exports={en:["Always invisible"],hu_HU:["Mindig Láthatatlan"]}},36299:e=>{e.exports={en:["Always visible"],hu_HU:["Mindig Látható"]}},58026:e=>{e.exports={en:["All intervals"]}},78358:e=>{e.exports={en:["Apply default"],hu_HU:["Alapértelmezett Beállítás"]}},22437:e=>{e.exports={en:["Apply these indicators to entire layout"]}},27072:e=>{e.exports={en:["Apr"],hu_HU:["Ápr"]}
+},59324:e=>{e.exports={en:["Arc"],hu_HU:["Ív"]}},34456:e=>{e.exports={en:["Area"],hu_HU:["Terület"]}},11858:e=>{e.exports={en:["Arrow"],hu_HU:["Nyíl"]}},34247:e=>{e.exports={en:["Arrow Down"]}},36352:e=>{e.exports={en:["Arrow Marker"]}},73193:e=>{e.exports={en:["Arrow Mark Down"],hu_HU:["Nyíl Lefelé"]}},1949:e=>{e.exports={en:["Arrow Mark Left"],hu_HU:["Nyíl Balra"]}},86275:e=>{e.exports={en:["Arrow Mark Right"],hu_HU:["Nyíl Jobbra"]}},62453:e=>{e.exports={en:["Arrow Mark Up"],hu_HU:["Nyíl Felfelé"]}},77231:e=>{e.exports={en:["Arrow Up"]}},98128:e=>{e.exports={en:["Astana"]}},63627:e=>{e.exports={en:["Ashgabat"],hu_HU:["Asgábád"]}},72445:e=>{e.exports={en:["At close"]}},73702:e=>{e.exports={en:["Athens"],hu_HU:["Athén"]}},21469:e=>{e.exports={en:["Auto"]}},24157:e=>{e.exports={en:["Auto (fits data to screen)"],hu_HU:["Auto (Fits Data To Screen)"]}},46450:e=>{e.exports={en:["Aug"]}},21841:e=>{e.exports={en:["Average close price label"]}},16138:e=>{e.exports={en:["Average close price line"]}},73025:e=>{e.exports={en:["Avg"]}},87580:e=>{e.exports={en:["Azores"]}},73905:e=>{e.exports={en:["Bogota"],hu_HU:["Bogotá"]}},90594:e=>{e.exports={en:["Bahrain"]}},70540:e=>{e.exports={en:["Balloon"],hu_HU:["Ballon"]}},47045:e=>{e.exports={en:["Bangkok"]}},92101:e=>{e.exports={en:["Bar Replay isn't available for this chart type. Want to exit Bar Replay?"]}},32482:e=>{e.exports={en:["Bar Replay isn't available for this symbol. Want to exit Bar Replay?"]}},85902:e=>{e.exports={en:["Bar Replay isn't available for this time interval. Want to exit Bar Replay?"]}},27377:e=>{e.exports={en:["Bars"],hu_HU:["Bárok"]}},81994:e=>{e.exports={en:["Bars Pattern"],hu_HU:["Bár Minta"]}},59213:e=>{e.exports={en:["Baseline"],hu_HU:["Alapvonal"]}},71797:e=>{e.exports={en:["Belgrade"]}},64313:e=>{e.exports={en:["Berlin"]}},43539:e=>{e.exports={en:["Brush"],hu_HU:["Ecset"]}},91499:e=>{e.exports={en:["Brussels"]}},70876:e=>{e.exports={en:["Bratislava"]}},55481:e=>{e.exports={en:["Bring forward"],hu_HU:["Előterjesztés"]}},17293:e=>{e.exports={en:["Bring to front"],hu_HU:["Előrehozás"]}},79336:e=>{e.exports={en:["Brisbane"]}},33672:e=>{e.exports={en:["Bucharest"]}},20313:e=>{e.exports={en:["Budapest"]}},25282:e=>{e.exports={en:["Buenos Aires"]}},46768:e=>{e.exports={en:["By TradingView"],hu_HU:["TradingView Által"]}},54280:e=>{e.exports={en:["Go to date"],hu_HU:["Ugrás dátumhoz"]}},74975:e=>{e.exports={en:["Go to {lineToolName}"]}},15462:e=>{e.exports={en:["Got it"]}},47460:e=>{e.exports={en:["Gann Box"],hu_HU:["Gann Doboz"]}},48683:e=>{e.exports={en:["Gann Fan"],hu_HU:["Gann Legyező"]}},44763:e=>{e.exports={en:["Gann Square"],hu_HU:["Gann Négyszög"]}},60707:e=>{e.exports={en:["Gann Square Fixed"]}},46808:e=>{e.exports={en:["Ghost Feed"],hu_HU:["Ghost Hírfolyam"]}},57726:e=>{e.exports={en:["Grand supercycle"],hu_HU:["Nagy Szuperciklus"]}},15096:e=>{e.exports={en:["Do you really want to delete indicator template '{name}' ?"]}},77174:e=>{e.exports={en:["Do you really want to delete study and all of it's children?"],
+hu_HU:["Biztos, hogy törölni akarod a tanulmányt?"]}},77125:e=>{e.exports={en:["Double Curve"],hu_HU:["Dupla Görbe"]}},9430:e=>{e.exports={en:["Double-click any edge to reset layout grid"]}},75296:e=>{e.exports={en:["Double-click to finish Path"]}},17409:e=>{e.exports={en:["Double-click to finish Polyline"]}},36539:e=>{e.exports={en:["Double-tap any edge to reset layout grid"]}},57131:e=>{e.exports={en:["Data Provided by"]}},22677:e=>{e.exports={en:["Date"],hu_HU:["Dátum"]}},85444:e=>{e.exports={en:["Date Range"],hu_HU:["Időintervallum"]}},47017:e=>{e.exports={en:["Date and Price Range"],hu_HU:["Dátum és Árfolyamtartomány"]}},32084:e=>{e.exports={en:["Dec"]}},23403:e=>{e.exports={en:["Degree"],hu_HU:["Fokozat"]}},27358:e=>{e.exports={en:["Denver"]}},24959:e=>{e.exports={en:["Dhaka"]}},15179:e=>{e.exports={en:["Diamond"]}},91544:e=>{e.exports={en:["Disjoint Channel"]}},70132:e=>{e.exports={en:["Displacement"]}},93864:e=>{e.exports={en:["Drawings toolbar"],hu_HU:["Rajzok Eszköztár"]}},56916:e=>{e.exports={en:["Draw Horizontal Line at {price}"]}},23650:e=>{e.exports={en:["Dubai"],hu_HU:["Dubaj"]}},79716:e=>{e.exports={en:["Dublin"]}},73456:e=>{e.exports={en:["Emoji"]}},9541:e=>{e.exports={en:["Enter a new chart layout name"],hu_HU:["Add meg az új chart elrendezés nevét"]}},80943:e=>{e.exports={en:["Elliott Correction Wave (ABC)"],hu_HU:["Elliot Korrekciós Hullám (ABC)"]}},75112:e=>{e.exports={en:["Elliott Double Combo Wave (WXY)"],hu_HU:["Elliott Dupla Kombinációs Hullám (WXY)"]}},61114:e=>{e.exports={en:["Elliott Impulse Wave (12345)"],hu_HU:["Elliott Impulzushullám (12345)"]}},72359:e=>{e.exports={en:["Elliott Triangle Wave (ABCDE)"],hu_HU:["Elliott Háromszög Hullám (ABCDE)"]}},76129:e=>{e.exports={en:["Elliott Triple Combo Wave (WXYXZ)"],hu_HU:["Elliott Tripla Kombinációs Hullám (WXYXZ)"]}},78996:e=>{e.exports={en:["Ellipse"],hu_HU:["Ellipszis"]}},52788:e=>{e.exports={en:["Extended Line"]}},86905:e=>{e.exports={en:["Exchange"],hu_HU:["Tőzsde"]}},19271:e=>{e.exports={en:["Existing pane above"],hu_HU:["Existing Pane Above"]}},46545:e=>{e.exports={en:["Existing pane below"],hu_HU:["Existing Pane Below"]}},20138:e=>{e.exports={en:["Forecast"],hu_HU:["Előrejelzés"]}},2507:e=>{e.exports={en:["Feb"]}},59005:e=>{e.exports={en:["Fib Channel"],hu_HU:["Fib Csatorna"]}},82330:e=>{e.exports={en:["Fib Circles"],hu_HU:["Fib Körök"]}},55986:e=>{e.exports={en:["Fib Retracement"]}},33880:e=>{e.exports={en:["Fib Speed Resistance Arcs"],hu_HU:["Fib Speed Ellenállás Ívek"]}},2395:e=>{e.exports={en:["Fib Speed Resistance Fan"],hu_HU:["Fib Speed Ellenállás Fan"]}},39014:e=>{e.exports={en:["Fib Spiral"],hu_HU:["Fib Spirál"]}},30622:e=>{e.exports={en:["Fib Time Zone"],hu_HU:["Fib Időzóna"]}},85042:e=>{e.exports={en:["Fib Wedge"],hu_HU:["Fib Ék"]}},33885:e=>{e.exports={en:["Flag"]}},14600:e=>{e.exports={en:["Flag Mark"],hu_HU:["Zászló Jel"]}},45051:e=>{e.exports={en:["Flat Top/Bottom"],hu_HU:["Lapos Felső/Alsó"]}},39643:e=>{e.exports={en:["Fraction part is invalid."],hu_HU:["Érvénytelen törtrész."]}},24077:e=>{e.exports={
+en:["Fundamental studies are no longer available on charts"]}},31561:e=>{e.exports={en:["Kolkata"],hu_HU:["Kalkutta"]}},54533:e=>{e.exports={en:["Kathmandu"]}},83490:e=>{e.exports={en:["Kagi"]}},70913:e=>{e.exports={en:["Karachi"]}},76614:e=>{e.exports={en:["Kuwait"]}},38561:e=>{e.exports={en:["Kuala Lumpur"]}},99906:e=>{e.exports={en:["HLC area"]}},886:e=>{e.exports={en:["HLC bars"]}},34491:e=>{e.exports={en:["Ho Chi Minh"]}},13459:e=>{e.exports={en:["Hollow candles"],hu_HU:["Áttetsző Gyertyák"]}},48861:e=>{e.exports={en:["Hong Kong"]}},79668:e=>{e.exports={en:["Honolulu"]}},21795:e=>{e.exports={en:["Horizontal Line"],hu_HU:["Vízszintes Vonal"]}},25487:e=>{e.exports={en:["Horizontal Ray"],hu_HU:["Vízszintes Sugár"]}},21928:e=>{e.exports={en:["Head and Shoulders"]}},63876:e=>{e.exports={en:["Heikin Ashi"]}},48203:e=>{e.exports={en:["Helsinki"]}},27298:e=>{e.exports={en:["Hide"],hu_HU:["Elrejt"]}},47074:e=>{e.exports={en:["Hide all"]}},52563:e=>{e.exports={en:["Hide all drawings"]}},90763:e=>{e.exports={en:["Hide all drawings and indicators"]}},18216:e=>{e.exports={en:["Hide all drawings, indicators, positions & orders"]}},78525:e=>{e.exports={en:["Hide all indicators"]}},42164:e=>{e.exports={en:["Hide all positions & orders"]}},3217:e=>{e.exports={en:["Hide drawings"]}},97878:e=>{e.exports={en:["Hide events on chart"],hu_HU:["Események Elrejtése a Chartról"]}},72351:e=>{e.exports={en:["Hide indicators"]}},28345:e=>{e.exports={en:["Hide marks on bars"],hu_HU:["Jelölések Elrejtése a Bárokon"]}},92226:e=>{e.exports={en:["Hide positions & orders"]}},78254:e=>{e.exports={en:["High"],hu_HU:["Max"]}},98236:e=>{e.exports={en:["High-low"]}},99479:e=>{e.exports={en:["High and low price labels"]}},33766:e=>{e.exports={en:["High and low price lines"]}},69476:e=>{e.exports={en:["Highlighter"]}},72819:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."]}},94966:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Ticks Per Row{boldHighlightEnd} in the settings window."]}},66751:e=>{e.exports={en:["Histogram is too large, please reduce {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."]}},68065:e=>{e.exports={en:["Image"]}},80185:e=>{e.exports={en:["Intervals less than {resolution} are not supported for {ticker}."]}},10268:e=>{e.exports={en:["Intermediate"],hu_HU:["Közbülső"]}},14285:e=>{e.exports={en:["Invalid Symbol"],hu_HU:["Érvénytelen Szimbólum"]}},52969:e=>{e.exports={en:["Invalid symbol"]}},37189:e=>{e.exports={en:["Invert scale"],hu_HU:["Invert Scale"]}},89999:e=>{e.exports={en:["Indexed to 100"]}},46850:e=>{e.exports={en:["Indicators value labels"]}},54418:e=>{e.exports={en:["Indicators name labels"]}},40490:e=>{e.exports={en:["Indicators, Metrics and Strategies. Press slash"]}},15992:e=>{e.exports={en:["Info Line"]}},87829:e=>{e.exports={en:["Insert indicator"],hu_HU:["Indikátor Beillesztés"]}},41686:e=>{e.exports={en:["Inside Pitchfork"],hu_HU:["Belső Villa"]}},37913:e=>{e.exports={en:["Icon"],
+hu_HU:["Ikon"]}},78326:e=>{e.exports={en:["Istanbul"],hu_HU:["Isztambul"]}},39585:e=>{e.exports={en:["Johannesburg"]}},14995:e=>{e.exports={en:["Jakarta"]}},62310:e=>{e.exports={en:["Jan"]}},36057:e=>{e.exports={en:["Jerusalem"]}},53786:e=>{e.exports={en:["Jul"],hu_HU:["Júl"]}},429:e=>{e.exports={en:["Jun"],hu_HU:["Jún"]}},67560:e=>{e.exports={en:["Juneau"]}},62329:e=>{e.exports={en:["On the left"]}},55813:e=>{e.exports={en:["On the right"]}},64818:e=>{e.exports={en:["Only {availableResolutions} intervals are supported for {ticker}."]}},21064:e=>{e.exports={en:["Oops!"],hu_HU:["Hoppá!"]}},51221:e=>{e.exports={en:["Object Tree"]}},12179:e=>{e.exports={en:["Oct"],hu_HU:["Okt"]}},16610:e=>{e.exports={en:["Open"],hu_HU:["Nyitó"]}},27884:e=>{e.exports={en:["Open layout. Press period"]}},75722:e=>{e.exports={en:["Oslo"]}},65318:e=>{e.exports={en:["Low"],hu_HU:["Min"]}},51077:e=>{e.exports={en:["Lock"],hu_HU:["Zárás"]}},79777:e=>{e.exports={en:["Lock/unlock"],hu_HU:["Zárás/Feloldás"]}},66005:e=>{e.exports={en:["Lock vertical cursor line by time"]}},14017:e=>{e.exports={en:["Lock price to bar ratio"],hu_HU:["Lock Price To Bar Ratio"]}},16170:e=>{e.exports={en:["Logarithmic"]}},19439:e=>{e.exports={en:["London"]}},74832:e=>{e.exports={en:["Long Position"],hu_HU:["Long Pozíció"]}},28733:e=>{e.exports={en:["Los Angeles"]}},85924:e=>{e.exports={en:["Label Down"]}},52402:e=>{e.exports={en:["Label Up"]}},5119:e=>{e.exports={en:["Labels"],hu_HU:["Címkék"]}},19931:e=>{e.exports={en:["Lagos"]}},63815:e=>{e.exports={en:["Last day change"]}},59444:e=>{e.exports={en:["Lima"]}},3554:e=>{e.exports={en:["Line"],hu_HU:["Vonal"]}},9394:e=>{e.exports={en:["Line with markers"],hu_HU:["Jelölésekkel"]}},43588:e=>{e.exports={en:["Line break"],hu_HU:["Vonaltörés"]}},56982:e=>{e.exports={en:["Lines"]}},37367:e=>{e.exports={en:["Link to the chart image copied to clipboard {emoji}"]}},53375:e=>{e.exports={en:["Lisbon"]}},81038:e=>{e.exports={en:["Luxembourg"]}},60663:e=>{e.exports={en:["Move the point to position the anchor then tap to place"]}},35049:e=>{e.exports={en:["Move to"]}},26493:e=>{e.exports={en:["Move scale to left"]}},40789:e=>{e.exports={en:["Move scale to right"]}},57681:e=>{e.exports={en:["Modified Schiff Pitchfork"],hu_HU:["Módosított Schiff Villa"]}},93907:e=>{e.exports={en:["More settings"]}},64039:e=>{e.exports={en:["Moscow"],hu_HU:["Moszkva"]}},52066:e=>{e.exports={en:["Madrid"]}},38365:e=>{e.exports={en:["Malta"]}},48991:e=>{e.exports={en:["Manila"]}},92767:e=>{e.exports={en:["Mar"],hu_HU:["Már"]}},73332:e=>{e.exports={en:["Mexico City"],hu_HU:["Mexikóváros"]}},88314:e=>{e.exports={en:["Merge all scales into one"]}},54215:e=>{e.exports={en:["Mixed"]}},24866:e=>{e.exports={en:["Micro"],hu_HU:["Mikro"]}},87957:e=>{e.exports={en:["Millennium"],hu_HU:["Évezred"]}},14724:e=>{e.exports={en:["Minuette"],hu_HU:["Menüett"]}},78273:e=>{e.exports={en:["Minuscule"]}},9865:e=>{e.exports={en:["Muscat"]}},96935:e=>{e.exports={en:["N/A"]}},36252:e=>{e.exports={en:["No data here"]}},11254:e=>{e.exports={en:["No scale (fullscreen)"],
+hu_HU:["No Scale (Fullscreen)"]}},9140:e=>{e.exports={en:["No sync"]}},50910:e=>{e.exports={en:["No volume data"]}},99024:e=>{e.exports={en:["No, keep them"]}},94389:e=>{e.exports={en:["Note"],hu_HU:["Megjegyzés"]}},26899:e=>{e.exports={en:["Nov"]}},67891:e=>{e.exports={en:["Norfolk Island"]}},40977:e=>{e.exports={en:["Nairobi"]}},40544:e=>{e.exports={en:["New York"]}},66103:e=>{e.exports={en:["New Zealand"],hu_HU:["Új-Zéland"]}},15512:e=>{e.exports={en:["New pane above"]}},52160:e=>{e.exports={en:["New pane below"]}},94600:e=>{e.exports={en:["Nicosia"]}},73013:e=>{e.exports={en:["Something went wrong"],hu_HU:["Valami hiba történt"]}},83524:e=>{e.exports={en:["Something went wrong when creating the indicator."]}},4509:e=>{e.exports={en:["Something went wrong. Please try again later."]}},43047:e=>{e.exports={en:["Save New Chart Layout"],hu_HU:["Új Chart Elrendezés Mentése"]}},76266:e=>{e.exports={en:["Save as"],hu_HU:["Mentés Másként"]}},55502:e=>{e.exports={en:["San Salvador"]}},30231:e=>{e.exports={en:["Santiago"]}},91912:e=>{e.exports={en:["Sao Paulo"],hu_HU:["São Paulo"]}},43931:e=>{e.exports={en:["Scale currency"]}},43758:e=>{e.exports={en:["Scale price chart only"],hu_HU:["Csak az Árskála Chart"]}},40012:e=>{e.exports={en:["Scale unit"]}},42608:e=>{e.exports={en:["Schiff Pitchfork"],hu_HU:["Schiff Villa"]}},76078:e=>{e.exports={en:["Script may be not updated if you leave the page."]}},32514:e=>{e.exports={en:["Settings"],hu_HU:["Beállítások"]}},70784:e=>{e.exports={en:["Second fraction part is invalid."],hu_HU:["A második törtrész érvénytelen."]}},75594:e=>{e.exports={en:["Security info"]}},21973:e=>{e.exports={en:["Send to back"],hu_HU:["Visszaküldés"]}},71179:e=>{e.exports={en:["Send backward"],hu_HU:["Hátrébb Küldés"]}},26820:e=>{e.exports={en:["Seoul"],hu_HU:["Szöul"]}},6816:e=>{e.exports={en:["Sep"],hu_HU:["Szep"]}},94031:e=>{e.exports={en:["Session"],hu_HU:["Munkamenet"]}},83298:e=>{e.exports={en:["Session volume profile"]}},66707:e=>{e.exports={en:["Session breaks"],hu_HU:["Munkamenet Szünetek"]}},1852:e=>{e.exports={en:["Shanghai"],hu_HU:["Sanghaj"]}},8075:e=>{e.exports={en:["Short Position"],hu_HU:["Short Pozíció"]}},98334:e=>{e.exports={en:["Show"],hu_HU:["Mutat"]}},85891:e=>{e.exports={en:["Show all drawings"]}},25881:e=>{e.exports={en:["Show all drawings and indicators"]}},86738:e=>{e.exports={en:["Show all drawings, indicators, positions & orders"]}},98753:e=>{e.exports={en:["Show all indicators"]}},55418:e=>{e.exports={en:["Show all ideas"],hu_HU:["Show All Ideas"]}},20506:e=>{e.exports={en:["Show all positions & orders"]}},33158:e=>{e.exports={en:["Show continuous contract switch"]}},81465:e=>{e.exports={en:["Show contract expiration"]}},29449:e=>{e.exports={en:["Show dividends"],hu_HU:["Osztalékok Mutatása"]}},37113:e=>{e.exports={en:["Show earnings"],hu_HU:["Nyereség Mutatása"]}},10261:e=>{e.exports={en:["Show ideas of followed users"],hu_HU:["Show Ideas of Followed Users"]}},62986:e=>{e.exports={en:["Show latest news"]}},44020:e=>{e.exports={en:["Show my ideas only"],
+hu_HU:["Show My Ideas Only"]}},50849:e=>{e.exports={en:["Show splits"],hu_HU:["Felosztások Mutatása"]}},67751:e=>{e.exports={en:["Signpost"]}},77377:e=>{e.exports={en:["Singapore"],hu_HU:["Szingapúr"]}},39090:e=>{e.exports={en:["Sine Line"],hu_HU:["Szinuszvonal"]}},66205:e=>{e.exports={en:["Square"],hu_HU:["Négyzet"]}},86146:e=>{e.exports={en:["Studies limit exceeded: {number} studies per layout.\nPlease, remove some studies."]}},92516:e=>{e.exports={en:["Style"],hu_HU:["Stílus"]}},61507:e=>{e.exports={en:["Stack on the left"]}},97800:e=>{e.exports={en:["Stack on the right"]}},85166:e=>{e.exports={en:["Start using keyboard navigation mode. Press {shortcut}"]}},4035:e=>{e.exports={en:["Stay in drawing mode"],hu_HU:["Rajzmódban Marad"]}},69217:e=>{e.exports={en:["Step line"],hu_HU:["Lépcső"]}},43114:e=>{e.exports={en:["Sticker"]}},86716:e=>{e.exports={en:["Stockholm"]}},1145:e=>{e.exports={en:["Submicro"],hu_HU:["Szubmikro"]}},63375:e=>{e.exports={en:["Submillennium"],hu_HU:["Szubévezred"]}},30585:e=>{e.exports={en:["Subminuette"],hu_HU:["Szubminüett"]}},67948:e=>{e.exports={en:["Supercycle"],hu_HU:["Szuperciklus"]}},3348:e=>{e.exports={en:["Supermillennium"],hu_HU:["Szuperévezred"]}},18905:e=>{e.exports={en:["Switch to {resolution}"]}},31622:e=>{e.exports={en:["Sydney"]}},70963:e=>{e.exports={en:["Symbol Error"]}},32390:e=>{e.exports={en:["Symbol name label"],hu_HU:["Symbol Name Label"]}},10127:e=>{e.exports={en:["Symbol last price label"],hu_HU:["Symbol Last Value Label"]}},39079:e=>{e.exports={en:["Sync globally"]}},46607:e=>{e.exports={en:["Sync in layout"],hu_HU:["Sync To All Charts"]}},76519:e=>{e.exports={en:["Point & figure"],hu_HU:["Pont & Ábra"]}},39949:e=>{e.exports={en:["Polyline"],hu_HU:["Sokszögvonal"]}},371:e=>{e.exports={en:["Path"]}},59256:e=>{e.exports={en:["Parallel Channel"],hu_HU:["Párhuzamos Csatorna"]}},61879:e=>{e.exports={en:["Paris"],hu_HU:["Párizs"]}},35140:e=>{e.exports={en:["Paste"]}},6919:e=>{e.exports={en:["Percent"]}},24436:e=>{e.exports={en:["Perth"]}},14055:e=>{e.exports={en:["Phoenix"]}},34156:e=>{e.exports={en:["Pitchfan"]}},19634:e=>{e.exports={en:["Pitchfork"],hu_HU:["Villa"]}},86631:e=>{e.exports={en:["Pin"]}},33110:e=>{e.exports={en:["Pin to new left scale"]}},28280:e=>{e.exports={en:["Pin to new right scale"]}},14115:e=>{e.exports={en:["Pin to left scale"]}},72046:e=>{e.exports={en:["Pin to left scale (hidden)"]}},81054:e=>{e.exports={en:["Pin to right scale"]}},16986:e=>{e.exports={en:["Pin to right scale (hidden)"]}},60035:e=>{e.exports={en:["Pin to scale (now left)"]}},94210:e=>{e.exports={en:["Pin to scale (now no scale)"]}},10761:e=>{e.exports={en:["Pin to scale (now right)"]}},76150:e=>{e.exports={en:["Pin to scale (now {label})"]}},29436:e=>{e.exports={en:["Pin to scale {label}"]}},2165:e=>{e.exports={en:["Pin to scale {label} (hidden)"]}},90095:e=>{e.exports={en:["Pinned to left scale"]}},32538:e=>{e.exports={en:["Pinned to left scale (hidden)"]}},44579:e=>{e.exports={en:["Pinned to right scale"]}},94559:e=>{e.exports={en:["Pinned to right scale (hidden)"]}},12645:e=>{
+e.exports={en:["Pinned to scale {label}"]}},3564:e=>{e.exports={en:["Pinned to scale {label} (hidden)"]}},71566:e=>{e.exports={en:["Plus button"]}},28298:e=>{e.exports={en:["Please give us a clipboard writing permission in your browser or press {keystroke}"]}},81248:e=>{e.exports={en:["Prague"]}},81712:e=>{e.exports={en:["Press and hold {key} while zooming to maintain the chart position"]}},91282:e=>{e.exports={en:["Price Label"],hu_HU:["Árcímke"]}},97512:e=>{e.exports={en:["Price Note"]}},68941:e=>{e.exports={en:["Price Range"],hu_HU:["Ártartomány"]}},66123:e=>{e.exports={en:["Price format is invalid."],hu_HU:["Érvénytelen árformátum."]}},72926:e=>{e.exports={en:["Price line"],hu_HU:["Árvonal"]}},59189:e=>{e.exports={en:["Primary"],hu_HU:["Elsődleges"]}},75747:e=>{e.exports={en:["Projection"],hu_HU:["Vetület"]}},55801:e=>{e.exports={en:["Published on {customer}, {date}"]}},14568:e=>{e.exports={en:["Q1"]}},13534:e=>{e.exports={en:["Q2"]}},14530:e=>{e.exports={en:["Q3"]}},3762:e=>{e.exports={en:["Q4"]}},28756:e=>{e.exports={en:["Qatar"]}},57959:e=>{e.exports={en:["Quick search. Press {shortcut}"]}},56820:e=>{e.exports={en:["Rotated Rectangle"],hu_HU:["Elforgatott Téglalap"]}},52961:e=>{e.exports={en:["Rome"]}},50318:e=>{e.exports={en:["Ray"],hu_HU:["Sugár"]}},55169:e=>{e.exports={en:["Range"],hu_HU:["Tartomány"]}},13386:e=>{e.exports={en:["Reykjavik"]}},26001:e=>{e.exports={en:["Rectangle"],hu_HU:["Téglalap"]}},48236:e=>{e.exports={en:["Redo"],hu_HU:["Újra"]}},2460:e=>{e.exports={en:["Regression Trend"],hu_HU:["Regresszió Trend"]}},67410:e=>{e.exports={en:["Remove"],hu_HU:["Eltávolítás"]}},3061:e=>{e.exports={en:["Remove this financial metric from favorites"]}},58764:e=>{e.exports={en:["Remove this indicator from favorites"]}},86285:e=>{e.exports={en:["Remove {drawings}"]}},87796:e=>{e.exports={en:["Remove {drawings} & {indicators}"]}},87797:e=>{e.exports={en:["Remove {indicators}"]}},22584:e=>{e.exports={en:["Rename Chart Layout"],hu_HU:["Chart Elrendezés Átnevezése"]}},88130:e=>{e.exports={en:["Renko"]}},75246:e=>{e.exports={en:["Reset chart view"]}},88853:e=>{e.exports={en:["Reset points"]}},15332:e=>{e.exports={en:["Reset price scale"],hu_HU:["Reset Price Scale"]}},54170:e=>{e.exports={en:["Reset time scale"],hu_HU:["Reset Time Scale"]}},37974:e=>{e.exports={en:["Riyadh"]}},94022:e=>{e.exports={en:["Riga"]}},60630:e=>{e.exports={en:["Runtime error"]}},66719:e=>{e.exports={en:["Warning"],hu_HU:["Figyelmeztetés"]}},5959:e=>{e.exports={en:["Warsaw"],hu_HU:["Varsó"]}},41446:e=>{e.exports={en:["To calculate the VWAP indicator, more data is needed. Zoom out or scroll left to load more historical data."]}},98549:e=>{e.exports={en:["Tokelau"]}},69122:e=>{e.exports={en:["Tokyo"],hu_HU:["Tokió"]}},10095:e=>{e.exports={en:["Toronto"]}},17981:e=>{e.exports={en:["Table"]}},11034:e=>{e.exports={en:["Taipei"],hu_HU:["Tajpej"]}},79995:e=>{e.exports={en:["Tallinn"]}},6686:e=>{e.exports={en:["Tehran"],hu_HU:["Teherán"]}},93553:e=>{e.exports={en:["Template"],hu_HU:["Sablon"]}},81657:e=>{e.exports={
+en:["The data vendor doesn't provide volume data for this symbol."]}},49947:e=>{e.exports={en:["The publication preview could not be loaded. Please disable your browser extensions and try again."]}},99274:e=>{e.exports={en:["The request took too long to process. Ensure you have a stable internet connection. If the issue persists, try decreasing the length of the requested time interval."]}},43716:e=>{e.exports={en:["There's no data for your selected period and chart timeframe."]}},93738:e=>{e.exports={en:["This file is too big. Max size is {value}."]}},59519:e=>{e.exports={en:["This indicator cannot be applied to another indicator."],hu_HU:["Ezt az indikátort nem lehet alkalmazni egy másik indikátorra"]}},18260:e=>{e.exports={en:["This script contains an error. Please contact its author."]}},76989:e=>{e.exports={en:["This script is invite-only. To request access, please contact its author."]}},47773:e=>{e.exports={en:["This symbol is only available on {linkStart}TradingView{linkEnd}."],hu_HU:["The symbol available only on {linkStart}TradingView{linkEnd}."]}},46982:e=>{e.exports={en:["Three Drives Pattern"],hu_HU:["Három Hajtás Minta"]}},80254:e=>{e.exports={en:["Tick-based intervals are not available for {ticker}."]}},12806:e=>{e.exports={en:["Time"],hu_HU:["Idő"]}},20909:e=>{e.exports={en:["Time zone"],hu_HU:["Időzóna"]}},46852:e=>{e.exports={en:["Time Cycles"],hu_HU:["Ciklusidők"]}},17809:e=>{e.exports={en:["Time Price Opportunity"]}},66823:e=>{e.exports={en:["Trade"],hu_HU:["Kereskedés"]}},7697:e=>{e.exports={en:["TradingView is interactive and has commands to use with a screen reader. The following is a list of keyboard commands available to interact on the platform"]}},35757:e=>{e.exports={en:["Trend Angle"],hu_HU:["Trendszög"]}},97339:e=>{e.exports={en:["Trend Line"],hu_HU:["Trendvonal"]}},80583:e=>{e.exports={en:["Trend-Based Fib Extension"],hu_HU:["Trendalapú Fib Kiterjesztés"]}},72159:e=>{e.exports={en:["Trend-Based Fib Time"],hu_HU:["Trendalapú Fib Idő"]}},1671:e=>{e.exports={en:["Triangle"],hu_HU:["Háromszög"]}},76152:e=>{e.exports={en:["Triangle Down"]}},90148:e=>{e.exports={en:["Triangle Pattern"],hu_HU:["Háromszög Minta"]}},21236:e=>{e.exports={en:["Triangle Up"]}},21007:e=>{e.exports={en:["Tunis"]}},1833:e=>{e.exports={en:["UTC"]}},14804:e=>{e.exports={en:["Undo"],hu_HU:["Visszavonás"]}},56815:e=>{e.exports={en:["Unexpected error in Deep Backtesting mode. Contact support for more information."]}},15432:e=>{e.exports={en:["Units"]}},11768:e=>{e.exports={en:["Unknown error"],hu_HU:["Ismeretlen hiba"]}},99894:e=>{e.exports={en:["Unlock"],hu_HU:["Feloldás"]}},75546:e=>{e.exports={en:["Unsupported interval"]}},8580:e=>{e.exports={en:["User-defined error"]}},81030:e=>{e.exports={en:["VWAP is waiting for more data"]}},40693:e=>{e.exports={en:["Volume Profile Fixed Range"]}},39903:e=>{e.exports={en:["Volume Profile indicator available only on our upgraded plans."]}},93722:e=>{e.exports={en:["Volume candles"]}},69156:e=>{e.exports={en:["Volume data is not provided in BIST MIXED data plan."]}},92763:e=>{
+e.exports={en:["Volume footprint"]}},32838:e=>{e.exports={en:["Vancouver"]}},29535:e=>{e.exports={en:["Vertical Line"],hu_HU:["Függőleges Vonal"]}},23160:e=>{e.exports={en:["Vienna"]}},60534:e=>{e.exports={en:["Vilnius"]}},40091:e=>{e.exports={en:["Visibility"],hu_HU:["Láthatóság"]}},54853:e=>{e.exports={en:["Visibility on intervals"]}},58302:e=>{e.exports={en:["Visible on tap"]}},10309:e=>{e.exports={en:["Visible on mouse over"],hu_HU:["Az Egér Föléhúzásakor Látható"]}},4077:e=>{e.exports={en:["Visual order"],hu_HU:["Vizuális Elrendezés"]}},11316:e=>{e.exports={en:["X Cross"]}},42231:e=>{e.exports={en:["XABCD Pattern"],hu_HU:["XABCD Minta"]}},25059:e=>{e.exports={en:["You cannot see this pivot timeframe on this resolution"]}},41019:e=>{e.exports={en:["You have locked drawings on this symbol. Do you want to remove the locked drawings too?"]}},53168:e=>{e.exports={en:["Yangon"]}},93123:e=>{e.exports={en:["Yes, remove them"]}},62859:e=>{e.exports={en:["Zurich"],hu_HU:["Zürich"]}},47977:e=>{e.exports={en:["change Elliott degree"]}},61557:e=>{e.exports={en:["change no overlapping labels"]}},76852:e=>{e.exports={en:["change average close price label visibility"]}},1022:e=>{e.exports={en:["change average close price line visibility"]}},69362:e=>{e.exports={en:["change bid and ask labels visibility"]}},52919:e=>{e.exports={en:["change bid and ask lines visibility"]}},32302:e=>{e.exports={en:["change currency"]}},68846:e=>{e.exports={en:["change chart layout to {title}"]}},18867:e=>{e.exports={en:["change continuous contract switch visibility"]}},39383:e=>{e.exports={en:["change countdown to bar close visibility"]}},16979:e=>{e.exports={en:["change date range"]}},53929:e=>{e.exports={en:["change dividends visibility"]}},6119:e=>{e.exports={en:["change events visibility on chart"]}},6819:e=>{e.exports={en:["change earnings visibility"]}},85532:e=>{e.exports={en:["change futures contract expiration visibility"]}},24226:e=>{e.exports={en:["change high and low price labels visibility"]}},80692:e=>{e.exports={en:["change high and low price lines visibility"]}},24893:e=>{e.exports={en:["change indicators name labels visibility"]}},64729:e=>{e.exports={en:["change indicators value labels visibility"]}},50243:e=>{e.exports={en:["change latest news and Minds visibility"]}},88849:e=>{e.exports={en:["change linking group"]}},14691:e=>{e.exports={en:["change pane height"]}},96379:e=>{e.exports={en:["change plus button visibility"]}},76660:e=>{e.exports={en:["change point"]}},30870:e=>{e.exports={en:["change pre/post market price label visibility"]}},11718:e=>{e.exports={en:["change pre/post market price line visibility"]}},58419:e=>{e.exports={en:["change previous close price line visibility"]}},8662:e=>{e.exports={en:["change price line visibility"]}},2509:e=>{e.exports={en:["change price to bar ratio"]}},32829:e=>{e.exports={en:["change resolution"],hu_HU:["Felbontás Módosítása"]}},35400:e=>{e.exports={en:["change symbol"],hu_HU:["Szimbólum módosítása"]}},73357:e=>{e.exports={en:["change symbol labels visibility"]}},67453:e=>{
+e.exports={en:["change symbol last value visibility"]}},4729:e=>{e.exports={en:["change symbol previous close value visibility"]}},87041:e=>{e.exports={en:["change session"]}},38413:e=>{e.exports={en:["change session breaks visibility"]}},49965:e=>{e.exports={en:["change series style"]}},47474:e=>{e.exports={en:["change splits visibility"]}},20137:e=>{e.exports={en:["change timezone"]}},85975:e=>{e.exports={en:["change unit"]}},1924:e=>{e.exports={en:["change visibility"]}},84331:e=>{e.exports={en:["change visibility at current interval"]}},45800:e=>{e.exports={en:["change visibility at current interval and above"]}},75645:e=>{e.exports={en:["change visibility at current interval and below"]}},57916:e=>{e.exports={en:["change visibility at all intervals"]}},94566:e=>{e.exports={en:["charts by TradingView"],hu_HU:["TradingView chartok"]}},32943:e=>{e.exports={en:["clone line tools"]}},46219:e=>{e.exports={en:["create line tools group"]}},95394:e=>{e.exports={en:["create line tools group from selection"]}},12898:e=>{e.exports={en:["create {tool}"]}},94227:e=>{e.exports={en:["cut sources"]}},11500:e=>{e.exports={en:["cut {title}"]}},63869:e=>{e.exports={en:["anchor objects"]}},12570:e=>{e.exports={en:["add line tool {lineTool} to group {name}"]}},21162:e=>{e.exports={en:["add line tool(s) to group {group}"]}},67608:e=>{e.exports={en:["add this financial metric to entire layout"]}},96677:e=>{e.exports={en:["add this indicator to entire layout"]}},58156:e=>{e.exports={en:["add this strategy to entire layout"]}},79290:e=>{e.exports={en:["add this symbol to entire layout"]}},4128:e=>{e.exports={en:["align to 45 degrees"]}},68231:e=>{e.exports={en:["apply chart theme"]}},99551:e=>{e.exports={en:["apply all chart properties"]}},89720:e=>{e.exports={en:["apply drawing template"]}},27851:e=>{e.exports={en:["apply factory defaults to selected sources"]}},70507:e=>{e.exports={en:["apply indicators to entire layout"]}},69604:e=>{e.exports={en:["apply study template {template}"]}},86708:e=>{e.exports={en:["apply toolbars theme"]}},1979:e=>{e.exports={en:["bring group {title} forward"]}},53159:e=>{e.exports={en:["bring {title} to front"]}},41966:e=>{e.exports={en:["bring {title} forward"]}},44676:e=>{e.exports={en:["by TradingView"]}},58850:e=>{e.exports={en:["date range lock"]}},99395:e=>{e.exports={en:["exclude line tools from group {group}"]}},13017:e=>{e.exports={en:["hide {title}"]}},62249:e=>{e.exports={en:["hide marks on bars"],hu_HU:["Jelölések Elrejtése a Bárokon"]}},56558:e=>{e.exports={en:["interval lock"]}},6830:e=>{e.exports={en:["invert scale"],hu_HU:["Invert Scale"]}},48818:e=>{e.exports={en:["insert {title}"]}},56307:e=>{e.exports={en:["insert {title} after {targetTitle}"]}},32960:e=>{e.exports={en:["insert {title} after {target}"]}},57106:e=>{e.exports={en:["insert {title} before {target}"]}},46229:e=>{e.exports={en:["insert {title} before {targetTitle}"]}},43364:e=>{e.exports={en:["load default drawing template"]}},62011:e=>{e.exports={en:["loading..."],hu_HU:["töltés..."]}},76104:e=>{e.exports={en:["lock {title}"]
+}},20453:e=>{e.exports={en:["lock group {group}"]}},18942:e=>{e.exports={en:["lock objects"]}},98277:e=>{e.exports={en:["move"]}},58228:e=>{e.exports={en:["move {title} to new left scale"]}},77482:e=>{e.exports={en:["move {title} to new right scale"]}},64077:e=>{e.exports={en:["move all scales to left"]}},19013:e=>{e.exports={en:["move all scales to right"]}},52510:e=>{e.exports={en:["move drawing(s)"]}},79209:e=>{e.exports={en:["move left"]}},60114:e=>{e.exports={en:["move right"]}},44854:e=>{e.exports={en:["move scale"]}},10625:e=>{e.exports={en:["make {title} no scale (Full screen)"]}},76709:e=>{e.exports={en:["make group {group} invisible"]}},45987:e=>{e.exports={en:["make group {group} visible"]}},78055:e=>{e.exports={en:["merge down"]}},41866:e=>{e.exports={en:["merge to pane"]}},52458:e=>{e.exports={en:["merge up"]}},90091:e=>{e.exports={en:["n/a"]}},94981:e=>{e.exports={en:["scale price"]}},63796:e=>{e.exports={en:["scale price chart only"],hu_HU:["Csak az Árskála Chart"]}},70771:e=>{e.exports={en:["scale time"]}},42070:e=>{e.exports={en:["scroll"]}},87840:e=>{e.exports={en:["scroll time"]}},82241:e=>{e.exports={en:["set price scale selection strategy to {title}"]}},40962:e=>{e.exports={en:["send {title} backward"]}},5005:e=>{e.exports={en:["send {title} to back"]}},69546:e=>{e.exports={en:["send group {title} backward"]}},63934:e=>{e.exports={en:["share line tools globally"]}},90221:e=>{e.exports={en:["share line tools in layout"]}},13336:e=>{e.exports={en:["show all ideas"]}},91395:e=>{e.exports={en:["show ideas of followed users"]}},57460:e=>{e.exports={en:["show my ideas only"]}},4114:e=>{e.exports={en:["stay in drawing mode"]}},3350:e=>{e.exports={en:["stop syncing drawing"]}},49183:e=>{e.exports={en:["stop syncing line tool(s)"]}},53278:e=>{e.exports={en:["symbol lock"]}},91677:e=>{e.exports={en:["sync time"]}},3140:e=>{e.exports={en:["powered by"]}},92800:e=>{e.exports={en:["powered by TradingView"],hu_HU:["támogatta a TradingView"]}},62192:e=>{e.exports={en:["paste drawing"]}},1064:e=>{e.exports={en:["paste indicator"]}},57010:e=>{e.exports={en:["paste {title}"]}},78690:e=>{e.exports={en:["pin to left scale"]}},7495:e=>{e.exports={en:["pin to right scale"]}},81566:e=>{e.exports={en:["pin to scale {label}"]}},2618:e=>{e.exports={en:["rearrange panes"]}},60806:e=>{e.exports={en:["remove all indicators"]}},29096:e=>{e.exports={en:["remove all indicators and drawing tools"]}},27171:e=>{e.exports={en:["remove deselected empty line tools"]}},30538:e=>{e.exports={en:["remove drawings"]}},1193:e=>{e.exports={en:["remove drawings group"]}},38199:e=>{e.exports={en:["remove line data sources"]}},93333:e=>{e.exports={en:["remove pane"]}},94543:e=>{e.exports={en:["remove {title}"]}},41430:e=>{e.exports={en:["removing line tools group {name}"]}},80491:e=>{e.exports={en:["rename group {group} to {newName}"]}},85366:e=>{e.exports={en:["reset layout sizes"]}},3323:e=>{e.exports={en:["reset scales"]}},17336:e=>{e.exports={en:["reset time scale"],hu_HU:["Reset Time Scale"]}},47418:e=>{e.exports={en:["resize layout"]}},
+85815:e=>{e.exports={en:["restore defaults"]}},96881:e=>{e.exports={en:["restore study defaults"]}},63095:e=>{e.exports={en:["toggle maximized pane state"]}},42240:e=>{e.exports={en:["toggle auto scale"]}},46054:e=>{e.exports={en:["toggle collapsed pane state"]}},24736:e=>{e.exports={en:["toggle indexed to 100 scale"]}},49695:e=>{e.exports={en:["toggle lock scale"]}},49403:e=>{e.exports={en:["toggle log scale"]}},98994:e=>{e.exports={en:["toggle percentage scale"],hu_HU:["Toggle Percentage Scale"]}},80688:e=>{e.exports={en:["toggle regular scale"]}},46807:e=>{e.exports={en:["track time"]}},8040:e=>{e.exports={en:["turn line tools sharing off"]}},99234:e=>{e.exports={en:["unanchor objects"]}},23230:e=>{e.exports={en:["unlock objects"]}},74590:e=>{e.exports={en:["unlock group {group}"]}},12525:e=>{e.exports={en:["unlock {title}"]}},81576:e=>{e.exports={en:["unmerge to new bottom pane"]}},79443:e=>{e.exports={en:["unmerge up"]}},46453:e=>{e.exports={en:["unmerge down"]}},94656:e=>{e.exports={en:["{chartStyle} chart type isn't currently available for tick-based intervals."]}},41643:e=>{e.exports={en:["{count} bars"],hu_HU:["{count} oszlop"]}},83470:e=>{e.exports={en:["{symbol} financials by TradingView"],hu_HU:["{symbol} TradingView pénzügyek"]}},40947:e=>{e.exports={en:["{userName} published on {customer}, {date}"]}},91084:e=>{e.exports={en:["zoom"]}},49856:e=>{e.exports={en:["zoom in"]}},73638:e=>{e.exports={en:["zoom out"]}},41807:e=>{e.exports={en:["day","days"]}},42328:e=>{e.exports={en:["hour","hours"]}},98393:e=>{e.exports={en:["month","months"]}},78318:e=>{e.exports={en:["minute","minutes"]}},33232:e=>{e.exports={en:["second","seconds"]}},89937:e=>{e.exports={en:["range","ranges"]}},48898:e=>{e.exports={en:["week","weeks"]}},11913:e=>{e.exports={en:["tick","ticks"]}},22299:e=>{e.exports={en:["{amount} drawing","{amount} drawings"]}},68984:e=>{e.exports={en:["{amount} indicator","{amount} indicators"]}},58590:e=>{e.exports={en:["{count}m","{count}m"]}},47801:e=>{e.exports={en:["{count}d","{count}d"]}},46766:e=>{e.exports={en:["{count}y","{count}y"]}},56316:e=>{e.exports=Object.create(null),e.exports["#AAPL-symbol-description"]={en:["Apple Inc"],hu_HU:["APPLE INC"]},e.exports["#AMEX:SCHO-symbol-description"]={en:["Schwab Short-Term U.S. Treasury ETF"]},e.exports["#AMEX:SHYG-symbol-description"]={en:["Shares 0-5 YEAR High Yield Corporate Bond ETF"]},e.exports["#ASX:XAF-symbol-description"]={en:["S&P/ASX All Australian 50 Index"],hu_HU:["S&P/ASX Összes Ausztrál 50"]},e.exports["#ASX:XAT-symbol-description"]={en:["S&P/ASX All Australian 200 Index"],hu_HU:["S&P/ASX Összes Ausztrál 200"]},e.exports["#ASX:XJO-symbol-description"]={en:["S&P/ASX 200 Index"]},e.exports["#AUDCAD-symbol-description"]={en:["Australian Dollar/Canadian Dollar"],hu_HU:["ausztrál dollár/kanadai dollár"]},e.exports["#AUDCHF-symbol-description"]={en:["Australian Dollar / Swiss Franc"],hu_HU:["ausztrál dollár / svájci frank"]},e.exports["#AUDJPY-symbol-description"]={en:["Australian Dollar / Japanese Yen"],hu_HU:["ausztrál dollár / japán jen"]},
+e.exports["#AUDNZD-symbol-description"]={en:["Australian Dollar / New Zealand Dollar"],hu_HU:["ausztrál dollár / új-zélandi dollár"]},e.exports["#AUDRUB-symbol-description"]={en:["Australian Dollar / Russian Ruble"],hu_HU:["ausztrál dollár / orosz rúbel"]},e.exports["#AUDUSD-symbol-description"]={en:["Australian Dollar / U.S. Dollar"],hu_HU:["ausztrál dollár / amerikai dollár"]},e.exports["#BCBA:IMV-symbol-description"]={en:["S&P MERVAL Index"],hu_HU:["MERVAL Index"]},e.exports["#BCHEUR-symbol-description"]={en:["Bitcoin Cash / Euro"]},e.exports["#BCHUSD-symbol-description"]={en:["Bitcoin Cash / U.S. Dollar"],hu_HU:["bitcoin cash / amerikai dollár"]},e.exports["#BELEX:BELEX15-symbol-description"]={en:["BELEX 15 Index"]},e.exports["#BIST:XU100-symbol-description"]={en:["BIST 100 Index"],hu_HU:["BIST 100"]},e.exports["#BITMEX:XBT-symbol-description"]={en:["Bitcoin / U.S. Dollar Index"]},e.exports["#BME:IBC-symbol-description"]={en:["IBEX 35 Index"]},e.exports["#BMFBOVESPA:IBOV-symbol-description"]={en:["Bovespa Index"],hu_HU:["IBovespa Index"]},e.exports["#BMFBOVESPA:IBRA-symbol-description"]={en:["IBrasil Index"]},e.exports["#BMFBOVESPA:IBXL-symbol-description"]={en:["Brazil 50 Index"],hu_HU:["IBRX 50 Index"]},e.exports["#BMV:CT-symbol-description"]={en:["China SX20 RT"]},e.exports["#BMV:F-symbol-description"]={en:["Ford Motor Company"]},e.exports["#BMV:ME-symbol-description"]={en:["S&P/BMV IPC Index"],hu_HU:["IPC Mexico Index"]},e.exports["#BRLJPY-symbol-description"]={en:["Brazilian Real / Japanese Yen"],hu_HU:["brazil dollár / japán jen"]},e.exports["#BSE:ITI-symbol-description"]={en:["ITI Ltd"]},e.exports["#BSE:SENSEX-symbol-description"]={en:["S&P BSE Sensex Index"]},e.exports["#BTCBRL-symbol-description"]={en:["Bitcoin / Brazilian Real"],hu_HU:["bitcoin / brazil reál"]},e.exports["#BTCCAD-symbol-description"]={en:["Bitcoin / Canadian Dollar"],hu_HU:["bitcoin / kanadai dollár"]},e.exports["#BTCCNY-symbol-description"]={en:["Bitcoin / Chinese Yuan"],hu_HU:["bitcoin / kínai jüan"]},e.exports["#BTCEUR-symbol-description"]={en:["Bitcoin / Euro"],hu_HU:["bitcoin / euró"]},e.exports["#BTCGBP-symbol-description"]={en:["Bitcoin / British Pound"],hu_HU:["bitcoin / brit font"]},e.exports["#BTCJPY-symbol-description"]={en:["Bitcoin / Japanese Yen"],hu_HU:["bitcoin / japán jen"]},e.exports["#BTCKRW-symbol-description"]={en:["Bitcoin / South Korean Won"],hu_HU:["bitcoin / dél-koreai won"]},e.exports["#BTCPLN-symbol-description"]={en:["Bitcoin / Polish Zloty"],hu_HU:["bitcoin / lengyel zloty"]},e.exports["#BTCRUB-symbol-description"]={en:["Bitcoin / Russian Ruble"]},e.exports["#BTCTHB-symbol-description"]={en:["Bitcoin / Thai Baht"]},e.exports["#BTCUSD-symbol-description"]={en:["Bitcoin / U.S. Dollar"],hu_HU:["bitcoin / amerikai dollár"]},e.exports["#BTGUSD-symbol-description"]={en:["Bitcoin Gold / U.S. Dollar"],hu_HU:["bitcoin gold / amerikai dollár"]},e.exports["#BVL:SPBLPGPT-symbol-description"]={en:["S&P / BVL Peru General Index (PEN)"]},e.exports["#BVSP-symbol-description"]={en:["Brazil Bovespa Index"]},
+e.exports["#CADJPY-symbol-description"]={en:["Canadian Dollar / Japanese Yen"],hu_HU:["kanadai dollár / japán jen"]},e.exports["#CADUSD-symbol-description"]={en:["Canadian Dollar / U.S. Dollar"],hu_HU:["kanadai dollár / amerikai dollár"]},e.exports["#CBOE:OEX-symbol-description"]={en:["S&P 100 Index"]},e.exports["#CBOE:VIX-symbol-description"]={en:["Volatility S&P 500 Index"]},e.exports["#CBOT:ZB1!-symbol-description"]={en:["T-Bond Futures"]},e.exports["#CBOT:ZC1!-symbol-description"]={en:["Corn Futures"]},e.exports["#CBOT:ZM1!-symbol-description"]={en:["Soybean Meal Futures"]},e.exports["#CBOT:ZN1!-symbol-description"]={en:["10 Year T-Note Futures"]},e.exports["#CBOT:ZO1!-symbol-description"]={en:["Oat Futures"]},e.exports["#CBOT:ZQ1!-symbol-description"]={en:["30 Day Federal Funds Interest Rate Futures"]},e.exports["#CBOT:ZR1!-symbol-description"]={en:["Rice Futures"]},e.exports["#CBOT:ZS1!-symbol-description"]={en:["Soybean Futures"]},e.exports["#CBOT:ZW1!-symbol-description"]={en:["Wheat Futures"]},e.exports["#CBOT_MINI:XK1!-symbol-description"]={en:["Soybean Mini Futures"]},e.exports["#CBOT_MINI:XW1!-symbol-description"]={en:["Wheat Mini Futures"]},e.exports["#CBOT_MINI:YM1!-symbol-description"]={en:["E-mini Dow Jones ($5) Futures"]},e.exports["#CHFJPY-symbol-description"]={en:["Swiss Franc / Japanese Yen"],hu_HU:["svájci frank/japán jen"]},e.exports["#CHFUSD-symbol-description"]={en:["Swiss Franc / U.S. Dollar"],hu_HU:["svájci frank / amerikai dollár"]},e.exports["#CME:BTC1!-symbol-description"]={en:["Bitcoin CME Futures"]},e.exports["#CME:CB1!-symbol-description"]={en:["Butter Futures-Cash (Continuous: Current contract in front)"]},e.exports["#CME:GF1!-symbol-description"]={en:["Feeder Cattle Futures"]},e.exports["#CME:HE1!-symbol-description"]={en:["Lean Hogs Futures"]},e.exports["#CME:LE1!-symbol-description"]={en:["Live Cattle Futures"]},e.exports["#CME_MINI:E71!-symbol-description"]={en:["Euro E-mini Futures"]},e.exports["#CME_MINI:ES1!-symbol-description"]={en:["S&P 500 E-mini Futures"]},e.exports["#CME_MINI:J71!-symbol-description"]={en:["Japanese Yen E-mini Futures"]},e.exports["#CME_MINI:NQ1!-symbol-description"]={en:["NASDAQ 100 E-mini Futures"]},e.exports["#CME_MINI:RTY1!-symbol-description"]={en:["E-Mini Russell 2000 Index Futures"]},e.exports["#COMEX:AEP1!-symbol-description"]={en:["Aluminium European Premium Futures"]},e.exports["#COMEX:AUP1!-symbol-description"]={en:["Aluminum MW U.S. Transaction Premium Platts (25MT) Futures"]},e.exports["#COMEX:GC1!-symbol-description"]={en:["Gold Futures"]},e.exports["#COMEX:HG1!-symbol-description"]={en:["Copper Futures"]},e.exports["#COMEX:SI1!-symbol-description"]={en:["Silver Futures"]},e.exports["#COMEX_MINI:QC1!-symbol-description"]={en:["E-mini Copper Futures"]},e.exports["#COMEX_MINI:QI1!-symbol-description"]={en:["Silver (Mini) Futures"]},e.exports["#COMEX_MINI:QO1!-symbol-description"]={en:["Gold (Mini) Futures"]},e.exports["#COPPER-symbol-description"]={en:["CFDs on Copper"],hu_HU:["Réz"]},e.exports["#CORNUSD-symbol-description"]={
+en:["CFDs on Corn"]},e.exports["#COTUSD-symbol-description"]={en:["CFDs on Cotton"]},e.exports["#CRYPTOCAP:TOTAL-symbol-description"]={en:["Crypto Total Market Cap, $"]},e.exports["#DFM:DFMGI-symbol-description"]={en:["DFM Index"]},e.exports["#DJ:DJA-symbol-description"]={en:["Dow Jones Composite Average Index"]},e.exports["#DJ:DJCIAGC-symbol-description"]={en:["Dow Jones Commodity Index Agriculture Capped Component"]},e.exports["#DJ:DJCICC-symbol-description"]={en:["Dow Jones Commodity Index Cocoa"]},e.exports["#DJ:DJCIEN-symbol-description"]={en:["Dow Jones Commodity Index Energy"]},e.exports["#DJ:DJCIGC-symbol-description"]={en:["Dow Jones Commodity Index Gold"]},e.exports["#DJ:DJCIGR-symbol-description"]={en:["Dow Jones Commodity Index Grains"]},e.exports["#DJ:DJCIIK-symbol-description"]={en:["Dow Jones Commodity Index Nickel"]},e.exports["#DJ:DJCIKC-symbol-description"]={en:["Dow Jones Commodity Index Coffee"]},e.exports["#DJ:DJCISB-symbol-description"]={en:["Dow Jones Commodity Index Sugar"]},e.exports["#DJ:DJCISI-symbol-description"]={en:["Dow Jones Commodity Index Silver"]},e.exports["#DJ:DJI-symbol-description"]={en:["Dow Jones Industrial Average Index"]},e.exports["#DJ:DJT-symbol-description"]={en:["Dow Jones Transportation Average Index"]},e.exports["#DJ:DJU-symbol-description"]={en:["Dow Jones Utility Average Index"]},e.exports["#DJ:DJUSCL-symbol-description"]={en:["Dow Jones U.S. Coal Index"]},e.exports["#EGX:EGX30-symbol-description"]={en:["EGX 30 Index"],hu_HU:["EGX 30 Price Return Index"]},e.exports["#ETCBTC-symbol-description"]={en:["Ethereum Classic / Bitcoin"]},e.exports["#ETCEUR-symbol-description"]={en:["Ethereum Classic / Euro"]},e.exports["#ETCUSD-symbol-description"]={en:["Ethereum Classic / U.S. Dollar"],hu_HU:["ethereum classic / amerikai dollár"]},e.exports["#ETHBTC-symbol-description"]={en:["Ethereum / Bitcoin"]},e.exports["#ETHEUR-symbol-description"]={en:["Ethereum / Euro"]},e.exports["#ETHGBP-symbol-description"]={en:["Ethereum / British Pound"]},e.exports["#ETHJPY-symbol-description"]={en:["Ethereum / Japanese Yen"]},e.exports["#ETHKRW-symbol-description"]={en:["Ethereum / South Korean Won"]},e.exports["#ETHTHB-symbol-description"]={en:["Ethereum / Thai Baht"]},e.exports["#ETHUSD-symbol-description"]={en:["Ethereum / U.S. Dollar"],hu_HU:["ethereum / amerikai dollár"]},e.exports["#EUBUND-symbol-description"]={en:["Euro Bund"],hu_HU:["eurókötvények"]},e.exports["#EURAUD-symbol-description"]={en:["Euro / Australian Dollar"],hu_HU:["euró / ausztrál dollár"]},e.exports["#EURBRL-symbol-description"]={en:["Euro / Brazilian Real"],hu_HU:["euró / brazil reál"]},e.exports["#EURCAD-symbol-description"]={en:["Euro / Canadian Dollar"],hu_HU:["euró / kanadai dollár"]},e.exports["#EURCHF-symbol-description"]={en:["Euro / Swiss Franc"],hu_HU:["Euró Fx/svájci frank"]},e.exports["#EURGBP-symbol-description"]={en:["Euro / British Pound"],hu_HU:["Euró Fx/brit font"]},e.exports["#EURJPY-symbol-description"]={en:["Euro / Japanese Yen"],hu_HU:["Euró Fx/japán jen"]},e.exports["#EURNOK-symbol-description"]={
+en:["Euro / Norwegian Krone"]},e.exports["#EURNZD-symbol-description"]={en:["Euro / New Zealand Dollar"],hu_HU:["euró / új-zélandi dollár"]},e.exports["#EURONEXT:AEX-symbol-description"]={en:["AEX Index"]},e.exports["#EURONEXT:BEL20-symbol-description"]={en:["BEL 20 Index"]},e.exports["#EURONEXT:PX1-symbol-description"]={en:["CAC 40 Index"]},e.exports["#EURRUB-symbol-description"]={en:["Euro / Russian Ruble"],hu_HU:["EURÓ / OROSZ RUBEL"]},e.exports["#EURRUB_TOM-symbol-description"]={en:["Euro / Russian Ruble TOM"],hu_HU:["EUR/RUB TOM"]},e.exports["#EURSEK-symbol-description"]={en:["Euro / Swedish Krona"]},e.exports["#EURTRY-symbol-description"]={en:["Euro / Turkish Lira"],hu_HU:["Euró Fx/új török líra"]},e.exports["#EURUSD-symbol-description"]={en:["Euro / U.S. Dollar"],hu_HU:["euró / amerikai dollár"]},e.exports["#EUSTX50-symbol-description"]={en:["Euro Stoxx 50 Index"],hu_HU:["Euro Stoxx 50 index európai jegyzett részvények"]},e.exports["#FOREXCOM:US2000-symbol-description"]={en:["US Small Cap 2000"]},e.exports["#FRA40-symbol-description"]={en:["CAC 40 Index"]},e.exports["#FRED:GDP-symbol-description"]={en:["Gross Domestic Product, 1 Decimal"]},e.exports["#FRED:POP-symbol-description"]={en:["Total Population: All Ages Including Armed Forces Overseas"]},e.exports["#FRED:UNRATE-symbol-description"]={en:["Civilian Unemployment Rate"]},e.exports["#FTSEMYX:FBMKLCI-symbol-description"]={en:["FTSE Bursa Malaysia KLCI Index"]},e.exports["#FWB:KT1-symbol-description"]={en:["Key Tronic Corр."]},e.exports["#FX:AUS200-symbol-description"]={en:["S&P/ASX Index"]},e.exports["#FX:US30-symbol-description"]={en:["Dow Jones Industrial Average Index"]},e.exports["#GBPAUD-symbol-description"]={en:["British Pound / Australian Dollar"],hu_HU:["brit font / ausztrál dollár"]},e.exports["#GBPCAD-symbol-description"]={en:["British Pound / Canadian Dollar"],hu_HU:["brit font / kanadai dollár"]},e.exports["#GBPCHF-symbol-description"]={en:["British Pound / Swiss Franc"],hu_HU:["brit font/svájci frank"]},e.exports["#GBPEUR-symbol-description"]={en:["British Pound / Euro"],hu_HU:["FONT STERLING / EURÓ"]},e.exports["#GBPJPY-symbol-description"]={en:["British Pound / Japanese Yen"],hu_HU:["brit font//japán jen"]},e.exports["#GBPNZD-symbol-description"]={en:["British Pound / New Zealand Dollar"],hu_HU:["brit font / új-zélandi dollár"]},e.exports["#GBPPLN-symbol-description"]={en:["British Pound / Polish Zloty"]},e.exports["#GBPRUB-symbol-description"]={en:["British Pound / Russian Ruble"],hu_HU:["font sterling / orosz rubel"]},e.exports["#GBPUSD-symbol-description"]={en:["British Pound / U.S. Dollar"],hu_HU:["brit font / amerikai dollár"]},e.exports["#GER30-symbol-description"]={en:["DAX Index"],hu_HU:["DAX index német jegyzett részvények"]},e.exports["#GOOG-symbol-description"]={en:["Alphabet Inc (Google) Class C"]},e.exports["#GOOGL-symbol-description"]={en:["Alphabet Inc (Google) Class A"],hu_HU:["GOOGLE INC"]},e.exports["#GPW:ACG-symbol-description"]={en:["Acautogaz"]},e.exports["#GPW:WIG20-symbol-description"]={en:["WIG20 Index"],
+hu_HU:["WIG20"]},e.exports["#HSI:HSI-symbol-description"]={en:["Hang Seng Index"]},e.exports["#ICEUS:DX1!-symbol-description"]={en:["U.S. Dollar Index Futures"]},e.exports["#IDX:COMPOSITE-symbol-description"]={en:["IDX Composite Index"]},e.exports["#INDEX:HSCE-symbol-description"]={en:["Hang Seng China Enterprises Index"]},e.exports["#INDEX:JKSE-symbol-description"]={en:["Jakarta Composite Index"],hu_HU:["Dzsakarta Kompozit Index"]},e.exports["#INDEX:KLSE-symbol-description"]={en:["Bursa Malaysia KLCI Index"],hu_HU:["Bursa Malajzia KLCI Index"]},e.exports["#INDEX:MIB-symbol-description"]={en:["MIB Index"]},e.exports["#INDEX:MOY0-symbol-description"]={en:["Euro Stoxx 50 Index"]},e.exports["#INDEX:STI-symbol-description"]={en:["STI Index"]},e.exports["#INDEX:TWII-symbol-description"]={en:["Taiwan Weighted Index"]},e.exports["#INDEX:XLY0-symbol-description"]={en:["Shanghai Composite Index"],hu_HU:["Sanghaj Kompozit Index"]},e.exports["#IOTUSD-symbol-description"]={en:["IOTA / U.S. Dollar"],hu_HU:["IOTA / amerikai dollár"]},e.exports["#JPN225-symbol-description"]={en:["Japan 225 Index"],hu_HU:["#JPN225-symbol-description"]},e.exports["#JPYKRW-symbol-description"]={en:["Japanese Yen / South Korean Won"],hu_HU:["JEN / WON"]},e.exports["#JPYRUB-symbol-description"]={en:["Japanese Yen / Russian Ruble"],hu_HU:["JEN / OROSZ RUBEL"]},e.exports["#JPYUSD-symbol-description"]={en:["Japanese Yen / U.S. Dollar"],hu_HU:["japán jen / amerikai dollár"]},e.exports["#LKOH-symbol-description"]={en:["LUKOIL"]},e.exports["#LSE:SCHO-symbol-description"]={en:["Scholium Group Plc Ord 1P"]},e.exports["#LTCBRL-symbol-description"]={en:["Litecoin / Brazilian Real"]},e.exports["#LTCBTC-symbol-description"]={en:["Litecoin / Bitcoin"],hu_HU:["litecoin / bitcoin"]},e.exports["#LTCUSD-symbol-description"]={en:["Litecoin / U.S. Dollar"],hu_HU:["litecoin / amerikai dollár"]},e.exports["#LUNAUSD-symbol-description"]={en:["Luna / U.S. Dollar"]},e.exports["#MOEX:BR1!-symbol-description"]={en:["Brent Oil Futures"]},e.exports["#MOEX:GAZP-symbol-description"]={en:["GAZPROM"]},e.exports["#MOEX:IMOEX-symbol-description"]={en:["MOEX Russia Index"]},e.exports["#MOEX:MGNT-symbol-description"]={en:["MAGNIT"]},e.exports["#MOEX:MICEXINDEXCF-symbol-description"]={en:["MOEX Russia Index"],hu_HU:["MOEX Oroszország Index"]},e.exports["#MOEX:MX1!-symbol-description"]={en:["MICEX Index Futures"]},e.exports["#MOEX:MX2!-symbol-description"]={en:["MICEX Index Futures"]},e.exports["#MOEX:RI1!-symbol-description"]={en:["RTS Index Futures"]},e.exports["#MOEX:RTSI-symbol-description"]={en:["RTS Index"]},e.exports["#MOEX:RUAL-symbol-description"]={en:["United Company RUSAL PLC"]},e.exports["#MOEX:SBER-symbol-description"]={en:["SBERBANK"]},e.exports["#MOEX:VTBR-symbol-description"]={en:["VTB"]},e.exports["#MSFT-symbol-description"]={en:["Microsoft Corp."],hu_HU:["MICROSOFT CORP"]},e.exports["#NAS100-symbol-description"]={en:["US 100 Cash CFD"],hu_HU:["NASDAQ 100 amerikai jegyzett részvények"]},e.exports["#NASDAQ:AMD-symbol-description"]={en:["Advanced Micro Devices Inc"]},
+e.exports["#NASDAQ:GOOG-symbol-description"]={en:["Alphabet Inc (Google) Class C"]},e.exports["#NASDAQ:GOOGL-symbol-description"]={en:["Alphabet Inc (Google) Class A"]},e.exports["#NASDAQ:HGX-symbol-description"]={en:["PHLX Housing Sector Index"]},e.exports["#NASDAQ:IEF-symbol-description"]={en:["Ishares 7-10 Year Treasury Bond ETF"]},e.exports["#NASDAQ:IEI-symbol-description"]={en:["Ishares 3-7 Year Treasury Bond ETF"]},e.exports["#NASDAQ:ITI-symbol-description"]={en:["Iteris Inc"],hu_HU:["Iteris Inc."]},e.exports["#NASDAQ:IXIC-symbol-description"]={en:["Nasdaq Composite Index"]},e.exports["#NASDAQ:LCID-symbol-description"]={en:["Lucid Group, Inc."]},e.exports["#NASDAQ:LE-symbol-description"]={en:["Lands' End Inc"]},e.exports["#NASDAQ:NDX-symbol-description"]={en:["Nasdaq 100 Index"]},e.exports["#NASDAQ:OSX-symbol-description"]={en:["PHLX Oil Service Sector Index"]},e.exports["#NASDAQ:SHY-symbol-description"]={en:["Ishares 1-3 Year Treasury Bond ETF"]},e.exports["#NASDAQ:SOX-symbol-description"]={en:["Philadelphia Semiconductor Index"]},e.exports["#NASDAQ:TLT-symbol-description"]={en:["Ishares 20+ Year Treasury Bond ETF"]},e.exports["#NASDAQ:UTY-symbol-description"]={en:["PHLX Utility Sector Index"]},e.exports["#NASDAQ:XAU-symbol-description"]={en:["PHLX Gold and Silver Sector Index"]},e.exports["#NASDAQ:ZS-symbol-description"]={en:["Zscaler Inc"]},e.exports["#NEOUSD-symbol-description"]={en:["NEO / U.S. Dollar"],hu_HU:["NEO / amerikai dollár"]},e.exports["#NGAS-symbol-description"]={en:["Natural Gas (Henry Hub)"],hu_HU:["Földgáz (Henry Hub)"]},e.exports["#NKY-symbol-description"]={en:["Japan 225 Index"],hu_HU:["Nikkei 225 Index"]},e.exports["#NSE:ITI-symbol-description"]={en:["Indian Telephone Industries Limited"]},e.exports["#NSE:NIFTY-symbol-description"]={en:["Nifty 50 Index"]},e.exports["#NYMEX:AEZ1!-symbol-description"]={en:["NY Ethanol Futures"]},e.exports["#NYMEX:CJ1!-symbol-description"]={en:["Cocoa Futures"]},e.exports["#NYMEX:CL1!-symbol-description"]={en:["Light Crude Oil Futures"]},e.exports["#NYMEX:HO1!-symbol-description"]={en:["NY Harbor ULSD Futures"]},e.exports["#NYMEX:KT1!-symbol-description"]={en:["Coffee Futures"],hu_HU:["Kávé Határidősők"]},e.exports["#NYMEX:NG1!-symbol-description"]={en:["Natural Gas Futures"]},e.exports["#NYMEX:PA1!-symbol-description"]={en:["Palladium Futures"]},e.exports["#NYMEX:PL1!-symbol-description"]={en:["Platinum Futures"]},e.exports["#NYMEX:RB1!-symbol-description"]={en:["RBOB Gasoline Futures"]},e.exports["#NYMEX:TT1!-symbol-description"]={en:["Cotton Futures"]},e.exports["#NYMEX_MINI:QG1!-symbol-description"]={en:["E-mini Natural Gas Futures"]},e.exports["#NYMEX_MINI:QM1!-symbol-description"]={en:["E-mini Light Crude Oil Futures"]},e.exports["#NYMEX_MINI:QU1!-symbol-description"]={en:["E-mini Gasoline Futures"]},e.exports["#NYSE:BABA-symbol-description"]={en:["Alibaba Group Holdings Ltd."],hu_HU:["ALIBABA GROUP HLDG LTD"]},e.exports["#NYSE:F-symbol-description"]={en:["FORD MTR CO DEL"]},e.exports["#NYSE:HE-symbol-description"]={en:["Hawaiian Electric Industries"]},
+e.exports["#NYSE:NYA-symbol-description"]={en:["NYSE Composite Index"]},e.exports["#NYSE:PBR-symbol-description"]={en:["PETROLEO BRASILEIRO SA PETROBR"]},e.exports["#NYSE:XAX-symbol-description"]={en:["AMEX Composite Index"]},e.exports["#NYSE:XMI-symbol-description"]={en:["NYSE ARCA Major Market Index"]},e.exports["#NZDJPY-symbol-description"]={en:["New Zealand Dollar / Japanese Yen"],hu_HU:["új-zélandi dollár / japán jen"]},e.exports["#NZDUSD-symbol-description"]={en:["New Zealand Dollar / U.S. Dollar"],hu_HU:["új-zélandi dollár / amerikai dollár"]},e.exports["#NZX:ALLC-symbol-description"]={en:["S&P/NZX All Index (Capital Index)"],hu_HU:["S&P/NZX ÖSSZES Index ( Tőkeindex)"]},e.exports["#NZX:NZ50G-symbol-description"]={en:["S&P / NZX 50 Index Gross"]},e.exports["#OANDA:NATGASUSD-symbol-description"]={en:["CFDs on Natural Gas"],hu_HU:["Földgáz"]},e.exports["#OANDA:SPX500USD-symbol-description"]={en:["S&P 500 Index"]},e.exports["#OANDA:XCUUSD-symbol-description"]={en:["CFDs on Copper (US$ / lb)"]},e.exports["#OMXCOP:OMXC25-symbol-description"]={en:["OMX Copenhagen 25 Index"]},e.exports["#OMXCOP:SCHO-symbol-description"]={en:["Schouw & Co A/S"]},e.exports["#OMXHEX:OMXH25-symbol-description"]={en:["OMX Helsinki 25 Index"]},e.exports["#OMXRSE:OMXRGI-symbol-description"]={en:["OMX Riga Gross Index"],hu_HU:["OMX Riga GI"]},e.exports["#OMXSTO:OMXS30-symbol-description"]={en:["OMX Stockholm 30 Index"]},e.exports["#OMXTSE:OMXTGI-symbol-description"]={en:["OMX Tallinn Gross Index"],hu_HU:["OMX Tallinn GI"]},e.exports["#OMXVSE:OMXVGI-symbol-description"]={en:["OMX Vilnius Gross Index"],hu_HU:["OMX Vilnius GI"]},e.exports["#OTC:IHRMF-symbol-description"]={en:["Ishares MSCI Japan SHS"]},e.exports["#QSE:GNRI-symbol-description"]={en:["QE Index"]},e.exports["#RTS-symbol-description"]={en:["Russian RTS Index"],hu_HU:["Orosz RTS Index"]},e.exports["#RUSSELL:RUA-symbol-description"]={en:["Russell 3000 Index"]},e.exports["#RUSSELL:RUI-symbol-description"]={en:["Russell 1000 Index"]},e.exports["#RUSSELL:RUT-symbol-description"]={en:["Russell 2000 Index"]},e.exports["#SET:GC-symbol-description"]={en:["Global Connections Public Company"]},e.exports["#SIX:F-symbol-description"]={en:["Ford Motor Company"]},e.exports["#SIX:SMI-symbol-description"]={en:["Swiss Market Index"]},e.exports["#SOLUSD-symbol-description"]={en:["Solana / U.S. Dollar"]},e.exports["#SOYBNUSD-symbol-description"]={en:["CFDs on Soybeans"]},e.exports["#SP:OEX-symbol-description"]={en:["S&P 100 Index"]},e.exports["#SP:SPGSCI-symbol-description"]={en:["S&P Goldman Sachs Commodity Index"]},e.exports["#SP:SPX-symbol-description"]={en:["S&P 500 Index"]},e.exports["#SP:SVX-symbol-description"]={en:["S&P 500 Value Index"]},e.exports["#SPX500-symbol-description"]={en:["S&P 500 Index"],hu_HU:["S&P 500 index amerikai jegyzett részvények"]},e.exports["#SUGARUSD-symbol-description"]={en:["CFDs on Sugar"]},e.exports["#SZSE:399001-symbol-description"]={en:["Shenzhen Component Index"],hu_HU:["SZSE Component Index"]},e.exports["#TADAWUL:2370-symbol-description"]={
+en:["Middle East Specialized Cables Co."]},e.exports["#TADAWUL:TASI-symbol-description"]={en:["Tadawul All Shares Index"]},e.exports["#TASE:TA35-symbol-description"]={en:["TA-35 Index"]},e.exports["#TSX:TSX-symbol-description"]={en:["S&P/TSX Composite Index"],hu_HU:["S&P/TSX Kompozit"]},e.exports["#TSX:TX60-symbol-description"]={en:["S&P/TSX 60 Index"]},e.exports["#TVC:AU10-symbol-description"]={en:["Australia Government Bonds 10 YR"]},e.exports["#TVC:AU10Y-symbol-description"]={en:["Australia Government Bonds 10 YR Yield"]},e.exports["#TVC:AXY-symbol-description"]={en:["Australian Dollar Currency Index"],hu_HU:["Ausztrál Dollár Devizaindex"]},e.exports["#TVC:BXY-symbol-description"]={en:["British Pound Currency Index"]},e.exports["#TVC:CA10-symbol-description"]={en:["Canadian Government Bonds, 10 YR"]},e.exports["#TVC:CA10Y-symbol-description"]={en:["Canadian Government Bonds 10 YR Yield"]},e.exports["#TVC:CAC40-symbol-description"]={en:["CAC 40 Index"],hu_HU:["CAC 40"]},e.exports["#TVC:CN10-symbol-description"]={en:["China Government Bonds 10 YR"]},e.exports["#TVC:CN10Y-symbol-description"]={en:["China Government Bonds 10 YR Yield"]},e.exports["#TVC:CXY-symbol-description"]={en:["Canadian Dollar Currency Index"],hu_HU:["Kanadai Dollár Devizaindex"]},e.exports["#TVC:DE10-symbol-description"]={en:["German Government Bonds 10 YR"]},e.exports["#TVC:DE10Y-symbol-description"]={en:["German Government Bonds 10 YR Yield"]},e.exports["#TVC:DEU30-symbol-description"]={en:["DAX Index"]},e.exports["#TVC:DJI-symbol-description"]={en:["Dow Jones Industrial Average Index"]},e.exports["#TVC:DXY-symbol-description"]={en:["U.S. Dollar Index"],hu_HU:["Amerikai Dollár Devizaindex"]},e.exports["#TVC:ES10-symbol-description"]={en:["Spain Government Bonds 10 YR"],hu_HU:["Spanyol Államkötvények 10 éves"]},e.exports["#TVC:ES10Y-symbol-description"]={en:["Spain Government Bonds 10 YR Yield"],hu_HU:["Spanyol Államkötvények 10 éves"]},e.exports["#TVC:EUBUND-symbol-description"]={en:["Euro Bund"],hu_HU:["Eurókötvény"]},e.exports["#TVC:EXY-symbol-description"]={en:["Euro Currency Index"]},e.exports["#TVC:FR10-symbol-description"]={en:["France Government Bonds 10 YR"]},e.exports["#TVC:FR10Y-symbol-description"]={en:["France Government Bonds 10 YR Yield"]},e.exports["#TVC:FTMIB-symbol-description"]={en:["Milano Italia Borsa Index"]},e.exports["#TVC:GB02-symbol-description"]={en:["UK Government Bonds 2 YR"],hu_HU:["UK Államkötvények 2 éves"]},e.exports["#TVC:GB10-symbol-description"]={en:["UK Government Bonds 10 YR"],hu_HU:["UK Államkötvények 10 éves"]},e.exports["#TVC:GB10Y-symbol-description"]={en:["UK Government Bonds 10 YR Yield"],hu_HU:["UK Államkötvények 10 éves"]},e.exports["#TVC:GOLD-symbol-description"]={en:["CFDs on Gold (US$ / OZ)"],hu_HU:["ARANY (US$/OZ)"]},e.exports["#TVC:HSI-symbol-description"]={en:["Hang Seng Index"]},e.exports["#TVC:IBEX35-symbol-description"]={en:["IBEX 35 Index"]},e.exports["#TVC:ID03-symbol-description"]={en:["Indonesia Government Bonds 3 YR"],hu_HU:["Indonéz Államkötvények 3 éves"]},
+e.exports["#TVC:ID10-symbol-description"]={en:["Indonesia Government Bonds 10 YR"],hu_HU:["Indonéz Államkötvények 10 éves"]},e.exports["#TVC:ID10Y-symbol-description"]={en:["Indonesia Government Bonds 10 YR Yield"]},e.exports["#TVC:IN10-symbol-description"]={en:["India Government Bonds 10 YR"]},e.exports["#TVC:IN10Y-symbol-description"]={en:["India Government Bonds 10 YR Yield"],hu_HU:["Indiai államkötvények 10 éves"]},e.exports["#TVC:IT10-symbol-description"]={en:["Italy Government Bonds 10 YR"]},e.exports["#TVC:IT10Y-symbol-description"]={en:["Italy Government Bonds 10 YR Yield"],hu_HU:["Olasz államkötvények 10 éves"]},e.exports["#TVC:IXIC-symbol-description"]={en:["US Composite Index"],hu_HU:["NASDAQ Composite Index"]},e.exports["#TVC:JP10-symbol-description"]={en:["Japan Government Bonds 10 YR"]},e.exports["#TVC:JP10Y-symbol-description"]={en:["Japan Government Bonds 10 YR Yield"],hu_HU:["japán államkötvények 10 éves"]},e.exports["#TVC:JXY-symbol-description"]={en:["Japanese Yen Currency Index"]},e.exports["#TVC:KOSPI-symbol-description"]={en:["Korea Composite Stock Price Index"]},e.exports["#TVC:KR10-symbol-description"]={en:["Korea Government Bonds 10 YR"]},e.exports["#TVC:KR10Y-symbol-description"]={en:["Korea Government Bonds 10 YR Yield"]},e.exports["#TVC:MY10-symbol-description"]={en:["Malaysia Government Bonds 10 YR"]},e.exports["#TVC:MY10Y-symbol-description"]={en:["Malaysia Government Bonds 10 YR Yield"]},e.exports["#TVC:NDX-symbol-description"]={en:["US 100 Index"],hu_HU:["NASDAQ 100 Index"]},e.exports["#TVC:NI225-symbol-description"]={en:["Japan 225 Index"],hu_HU:["Nikkei 225 Index"]},e.exports["#TVC:NL10-symbol-description"]={en:["Netherlands Government Bonds, 10 YR"]},e.exports["#TVC:NL10Y-symbol-description"]={en:["Netherlands Government Bonds 10 YR Yield"]},e.exports["#TVC:NYA-symbol-description"]={en:["NYSE Composite Index"]},e.exports["#TVC:NZ10-symbol-description"]={en:["New Zealand Government Bonds, 10 YR"]},e.exports["#TVC:NZ10Y-symbol-description"]={en:["New Zealand Government Bonds 10 YR Yield"]},e.exports["#TVC:PALLADIUM-symbol-description"]={en:["CFDs on Palladium (US$ / OZ)"],hu_HU:["PALLÁDIUM (US$/OZ)"]},e.exports["#TVC:PL05Y-symbol-description"]={en:["Poland Government Bonds 5 YR Yield"]},e.exports["#TVC:PL10Y-symbol-description"]={en:["Poland Government Bonds 10 YR Yield"]},e.exports["#TVC:PLATINUM-symbol-description"]={en:["CFDs on Platinum (US$ / OZ)"]},e.exports["#TVC:PT10-symbol-description"]={en:["Portugal Government Bonds 10 YR"],hu_HU:["Portugál Államkötvények 10 éves"]},e.exports["#TVC:PT10Y-symbol-description"]={en:["Portugal Government Bonds 10 YR Yield"],hu_HU:["Portugál Államkötvények 10 éves"]},e.exports["#TVC:SA40-symbol-description"]={en:["South Africa Top 40 Index"]},e.exports["#TVC:SILVER-symbol-description"]={en:["CFDs on Silver (US$ / OZ)"],hu_HU:["EZÜST (US$/OZ)"]},e.exports["#TVC:SPX-symbol-description"]={en:["S&P 500 Index"]},e.exports["#TVC:SSMI-symbol-description"]={en:["Swiss Market Index"]},e.exports["#TVC:STI-symbol-description"]={en:["Straits Times Index"]},
+e.exports["#TVC:SX5E-symbol-description"]={en:["Euro Stoxx 50 Index"]},e.exports["#TVC:SXY-symbol-description"]={en:["Swiss Franc Currency Index"]},e.exports["#TVC:TR10-symbol-description"]={en:["Turkey Government Bonds 10 YR"]},e.exports["#TVC:TR10Y-symbol-description"]={en:["Turkey Government Bonds 10 YR Yield"],hu_HU:["Turkey Government Bonds 10 YR"]},e.exports["#TVC:UKOIL-symbol-description"]={en:["CFDs on Brent Crude Oil"]},e.exports["#TVC:UKX-symbol-description"]={en:["UK 100 Index"]},e.exports["#TVC:US02-symbol-description"]={en:["US Government Bonds 2 YR"]},e.exports["#TVC:US02Y-symbol-description"]={en:["US Government Bonds 2 YR Yield"],hu_HU:["US államkötvények 2 éves"]},e.exports["#TVC:US05-symbol-description"]={en:["US Government Bonds 5 YR"]},e.exports["#TVC:US05Y-symbol-description"]={en:["US Government Bonds 5 YR Yield"],hu_HU:["US államkötvények 5 éves"]},e.exports["#TVC:US10-symbol-description"]={en:["US Government Bonds 10 YR"]},e.exports["#TVC:US10Y-symbol-description"]={en:["US Government Bonds 10 YR Yield"],hu_HU:["US államkötvények 10 éves"]},e.exports["#TVC:US30-symbol-description"]={en:["US Government Bonds 30 YR"]},e.exports["#TVC:USOIL-symbol-description"]={en:["CFDs on WTI Crude Oil"]},e.exports["#TVC:VIX-symbol-description"]={en:["Volatility S&P 500 Index"]},e.exports["#TVC:ZXY-symbol-description"]={en:["New Zealand Dollar Currency Index"],hu_HU:["Új-zélandi Dollár Devizaindex"]},e.exports["#TWII-symbol-description"]={en:["Taiwan Weighted Index"]},e.exports["#TWSE:TAIEX-symbol-description"]={en:["Taiwan Capitalization Weighted Stock Index"]},e.exports["#TWTR-symbol-description"]={en:["Twitter Inc"],hu_HU:["TWITTER INC"]},e.exports["#UK100-symbol-description"]={en:["FTSE 100 Index"]},e.exports["#UKOIL-symbol-description"]={en:["CFDs on Crude Oil (Brent)"]},e.exports["#UNIUSD-symbol-description"]={en:["Uniswap / U.S. Dollar"]},e.exports["#US30-symbol-description"]={en:["Dow Jones Industrial Average Index"]},e.exports["#USDAUD-symbol-description"]={en:["U.S. Dollar / Australian Dollar"],hu_HU:["amerikai dollár / ausztrál dollár"]},e.exports["#USDBRL-symbol-description"]={en:["U.S. Dollar / Brazilian Real"],hu_HU:["amerikai dollár / brazil reál"]},e.exports["#USDCAD-symbol-description"]={en:["U.S. Dollar / Canadian Dollar"],hu_HU:["amerikai dollár / kanadai dollár"]},e.exports["#USDCHF-symbol-description"]={en:["U.S. Dollar / Swiss Franc"],hu_HU:["amerikai dollár / svájci frank"]},e.exports["#USDCNY-symbol-description"]={en:["U.S. Dollar / Chinese Yuan"],hu_HU:["amerikai dollár / jüan renminbi"]},e.exports["#USDDKK-symbol-description"]={en:["U.S. Dollar / Danish Krone"],hu_HU:["amerikai follár / dán korona"]},e.exports["#USDEUR-symbol-description"]={en:["U.S. Dollar / Euro"],hu_HU:["amerikai dollár / euró"]},e.exports["#USDGBP-symbol-description"]={en:["U.S. Dollar / Pound Sterling"],hu_HU:["amerikai dollár / brit font"]},e.exports["#USDHKD-symbol-description"]={en:["U.S. Dollar / Hong Kong Dollar"],hu_HU:["amerikai dollár / hong kongi dollár"]},e.exports["#USDHUF-symbol-description"]={
+en:["U.S. Dollar / Hungarian Forint"]},e.exports["#USDIDR-symbol-description"]={en:["U.S. Dollar / Rupiah"],hu_HU:["amerikai dollár / rúpia"]},e.exports["#USDILS-symbol-description"]={en:["U.S. Dollar / Israeli Shekel"]},e.exports["#USDINR-symbol-description"]={en:["U.S. Dollar / Indian Rupee"],hu_HU:["amerikai dollár / indiai rúpia"]},e.exports["#USDJPY-symbol-description"]={en:["U.S. Dollar / Japanese Yen"],hu_HU:["amerikai dollár / japán jen"]},e.exports["#USDKRW-symbol-description"]={en:["U.S. Dollar / South Korean"],hu_HU:["amerikai dollár / dél-koreai won"]},e.exports["#USDMXN-symbol-description"]={en:["U.S. Dollar / Mexican Peso"],hu_HU:["amerikai dollár / mexikói peso"]},e.exports["#USDNZD-symbol-description"]={en:["U.S. Dollar / New Zealand Dollar"],hu_HU:["amerikai dollár / új-zélandi dollár"]},e.exports["#USDPHP-symbol-description"]={en:["U.S. Dollar / Philippine peso"],hu_HU:["amerikai dollár /fülöp-szigeteki peso"]},e.exports["#USDPLN-symbol-description"]={en:["U.S. Dollar / Polish Zloty"],hu_HU:["amerikai dollár / lengyel zloty"]},e.exports["#USDRUB-symbol-description"]={en:["U.S. Dollar / Russian Ruble"],hu_HU:["amerikai dollár / orosz rúbel"]},e.exports["#USDRUB_TOM-symbol-description"]={en:["U.S. Dollar / Russian Ruble TOM"],hu_HU:["amerikai dollár / orosz rúbel TOM"]},e.exports["#USDSEK-symbol-description"]={en:["U.S. Dollar / Swedish Krona"],hu_HU:["amerikai dollár / svéd korona"]},e.exports["#USDSGD-symbol-description"]={en:["U.S. Dollar / Singapore Dollar"],hu_HU:["amerikai dollár / szingapúri dollár"]},e.exports["#USDTHB-symbol-description"]={en:["U.S. Dollar / Thai Baht"]},e.exports["#USDTRY-symbol-description"]={en:["U.S. Dollar / Turkish Lira"],hu_HU:["amerikai dollár / török líra"]},e.exports["#USDZAR-symbol-description"]={en:["U.S. Dollar / South African Rand"],hu_HU:["amerikai dollár / dél-afrikai rand"]},e.exports["#USOIL-symbol-description"]={en:["CFDs on Crude Oil (WTI)"]},e.exports["#WHEATUSD-symbol-description"]={en:["CFDs on Wheat"]},e.exports["#XAGUSD-symbol-description"]={en:["Silver / U.S. Dollar"],hu_HU:["ezüst / amerikai dollár"]},e.exports["#XAUUSD-symbol-description"]={en:["Gold Spot / U.S. Dollar"],hu_HU:["arany / amerikai dollár"]},e.exports["#XBTCAD-symbol-description"]={en:["Bitcoin / Canadian Dollar"],hu_HU:["bitcoin / kanadai dollár"]},e.exports["#XETR:DAX-symbol-description"]={en:["DAX Index"]},e.exports["#XMRUSD-symbol-description"]={en:["Monero / U.S. Dollar"],hu_HU:["monero / amerikai dollár"]},e.exports["#XPDUSD-symbol-description"]={en:["CFDs on Palladium"]},e.exports["#XPTUSD-symbol-description"]={en:["Platinum / U.S. Dollar"],hu_HU:["platina / amerikai dollár"]},e.exports["#XRPBTC-symbol-description"]={en:["XRP / Bitcoin"],hu_HU:["Ripple / Bitcoin"]},e.exports["#XRPEUR-symbol-description"]={en:["XRP / Euro"],hu_HU:["Ripple / Euro"]},e.exports["#XRPUSD-symbol-description"]={en:["XRP / U.S. Dollar"],hu_HU:["ripple / amerikai dollár"]},e.exports["#ZECUSD-symbol-description"]={en:["Zcash / U.S. Dollar"],hu_HU:["Zcash / amerikai dollár"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.2486.11825549d0f3e1fd5ee7.js b/public/charting_library/bundles/hu_HU.2486.11825549d0f3e1fd5ee7.js
new file mode 100644
index 0000000..d0984ab
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.2486.11825549d0f3e1fd5ee7.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2486,4040,359],{55517:e=>{e.exports={en:["Add"]}},29619:e=>{e.exports={en:["Add custom color"],hu_HU:["Add Custom Color"]}},80936:e=>{e.exports={en:["Opacity"]}},97349:e=>{e.exports={en:["Fr"],hu_HU:["P"]}},30961:e=>{e.exports={en:["Mo"],hu_HU:["H"]}},94748:e=>{e.exports={en:["Sa"],hu_HU:["Szo"]}},75005:e=>{e.exports={en:["Su"],hu_HU:["V"]}},92578:e=>{e.exports={en:["We"],hu_HU:["Sze"]}},8765:e=>{e.exports={en:["Th"],hu_HU:["Cs"]}},9135:e=>{e.exports={en:["Tu"],hu_HU:["K"]}},53288:e=>{e.exports={en:["animals & nature"]}},21311:e=>{e.exports={en:["activity"]}},90678:e=>{e.exports={en:["food & drink"]}},6715:e=>{e.exports={en:["flags"]}},98355:e=>{e.exports={en:["objects"]}},43438:e=>{e.exports={en:["smiles & people"]}},40457:e=>{e.exports={en:["symbols"]}},88906:e=>{e.exports={en:["recently used"]}},28562:e=>{e.exports={en:["travel & places"]}},24716:e=>{e.exports={en:["Another symbol"]}},41256:e=>{e.exports={en:["Back"]}},94849:e=>{e.exports={en:["Main chart symbol"]}},53174:e=>{e.exports={en:["Right"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"]}},4543:e=>{e.exports={en:["Cancel"],hu_HU:["Törlés"]}},24197:e=>{e.exports={en:["Center"]}},63245:e=>{e.exports={en:["Change symbol"],hu_HU:["Szimbólum módosítása"]}},54613:e=>{e.exports={en:["Chart"]}},47742:e=>{e.exports={en:["Close menu"]}},34040:e=>{e.exports={en:["All sources"]}},96413:e=>{e.exports={en:["Apply defaults"],hu_HU:["Alapértelmezett Alkalmazása"]}},77571:e=>{e.exports={en:["Apply to all"]}},28896:e=>{e.exports={en:["April"],hu_HU:["Április"]}},11081:e=>{e.exports={en:["August"],hu_HU:["Augusztus"]}},27567:e=>{e.exports={en:["Bottom"],hu_HU:["Alsó"]}},42358:e=>{e.exports={en:["Bond"]}},68043:e=>{e.exports={en:["Gradient"]}},6113:e=>{e.exports={en:["Do you really want to delete Chart Template '{name}' ?"]}},27390:e=>{e.exports={en:["Dotted line"]}},88123:e=>{e.exports={en:["Dashed line"]}},90082:e=>{e.exports={en:["December"]}},55319:e=>{e.exports={en:["Decrease"]}},78734:e=>{e.exports={en:["Description"],hu_HU:["Leírás"]}},81069:e=>{e.exports={en:["February"],hu_HU:["Február"]}},3570:e=>{e.exports={en:["Friday"],hu_HU:["Péntek"]}},95406:e=>{e.exports={en:["Horizontal"]}},8854:e=>{e.exports={en:["Hidden"]}},39832:e=>{e.exports={en:["Increase"]}},200:e=>{e.exports={en:["January"],hu_HU:["Január"]}},6608:e=>{e.exports={en:["July"],hu_HU:["Július"]}},61487:e=>{e.exports={en:["June"],hu_HU:["Június"]}},37997:e=>{e.exports={en:["October"],hu_HU:["Október"]}},55450:e=>{e.exports={en:["Offset"],hu_HU:["Eltolás"]}},19295:e=>{e.exports={en:["Ok"],hu_HU:["Oké"]}},11626:e=>{e.exports={en:["Left"],hu_HU:["Bal"]}},28603:e=>{e.exports={en:["Line style"]}},19573:e=>{e.exports={en:["Monday"],hu_HU:["Hétfő"]}},43154:e=>{e.exports={en:["Months"],hu_HU:["Hónapok"]}},37117:e=>{e.exports={en:["More"],hu_HU:["Több"]}},25734:e=>{
+e.exports={en:["May"],hu_HU:["Május"]}},93878:e=>{e.exports={en:["March"],hu_HU:["Március"]}},68833:e=>{e.exports={en:["Middle"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"]}},76822:e=>{e.exports={en:["No symbols match your criteria"]}},4607:e=>{e.exports={en:["November"]}},65353:e=>{e.exports={en:["Normal"],hu_HU:["Normális"]}},69102:e=>{e.exports={en:["Next year"]}},17538:e=>{e.exports={en:["Next years"]}},92790:e=>{e.exports={en:["Next month"]}},71300:e=>{e.exports={en:["Number format is invalid."]}},28628:e=>{e.exports={en:["Sources"]}},88686:e=>{e.exports={en:["Solid"]}},30348:e=>{e.exports={en:["Saturday"],hu_HU:["Szombat"]}},8573:e=>{e.exports={en:["Search"],hu_HU:["Keresés"]}},57640:e=>{e.exports={en:["Select source"]}},32179:e=>{e.exports={en:["September"],hu_HU:["Szeptember"]}},31331:e=>{e.exports={en:["Specified value is more than the instrument maximum of {max}."]}},24216:e=>{e.exports={en:["Specified value is less than the instrument minimum of {min}."]}},61480:e=>{e.exports={en:["Sunday"],hu_HU:["Vasárnap"]}},70235:e=>{e.exports={en:["Switch to months"]}},91245:e=>{e.exports={en:["Switch to dates"]}},71961:e=>{e.exports={en:["Switch to years"]}},95481:e=>{e.exports={en:["Symbol"],hu_HU:["Szimbólum"]}},74007:e=>{e.exports={en:["Symbol & description"]}},51165:e=>{e.exports={en:["Symbol Search"]}},27254:e=>{e.exports={en:["Please enter the right date"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"]}},93984:e=>{e.exports={en:["Previous month"]}},75776:e=>{e.exports={en:["Previous year"]}},44701:e=>{e.exports={en:["Previous years"]}},89984:e=>{e.exports={en:["Remove color"]}},47550:e=>{e.exports={en:["Remove selected emoji"]}},50421:e=>{e.exports={en:["Right"],hu_HU:["Jobb"]}},94226:e=>{e.exports={en:["Wednesday"],hu_HU:["Szerda"]}},97118:e=>{e.exports={en:["Top"],hu_HU:["Felső"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},79137:e=>{e.exports={en:["Thursday"],hu_HU:["Csütörtök"]}},54971:e=>{e.exports={en:["Thickness"]}},82160:e=>{e.exports={en:["Tuesday"],hu_HU:["Kedd"]}},13748:e=>{e.exports={en:["Use special math signs to displace selected drawings: +,-,/,* for price and +,- for bar index."]}},69526:e=>{e.exports={en:["Vertical"]}},66181:e=>{e.exports={en:["Years"]}},70932:e=>{e.exports={en:["commodity"]}},79599:e=>{e.exports={en:["cfd"]}},29426:e=>{e.exports={en:["change opacity"]}},31675:e=>{e.exports={en:["change color"]}},28818:e=>{e.exports={en:["change line style"]}},73281:e=>{e.exports={en:["change thickness"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},5741:e=>{e.exports={en:["close"],hu_HU:["záró"]}},46128:e=>{e.exports={en:["crypto"],hu_HU:["kripto"]}},47268:e=>{e.exports={en:["dr"]}},406:e=>{e.exports={en:["e.g. +1"]}},49957:e=>{e.exports={en:["e.g. /2"]}},54094:e=>{e.exports={en:["economy"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"]}},59319:e=>{e.exports={en:["high"]}},96008:e=>{e.exports={en:["hl2"]}},91189:e=>{e.exports={en:["hlc3"]}},49242:e=>{
+e.exports={en:["hlcc4"]}},87464:e=>{e.exports={en:["index"]}},90250:e=>{e.exports={en:["indices"]}},52793:e=>{e.exports={en:["ohlc4"]}},83584:e=>{e.exports={en:["open"]}},41902:e=>{e.exports={en:["low"]}},76752:e=>{e.exports={en:["stock"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.2530.6108ccc54d7b804c8af1.js b/public/charting_library/bundles/hu_HU.2530.6108ccc54d7b804c8af1.js
new file mode 100644
index 0000000..cdcd79f
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.2530.6108ccc54d7b804c8af1.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2530,4109,9093],{4543:e=>{e.exports={en:["Cancel"],hu_HU:["Törlés"]}},47742:e=>{e.exports={en:["Close menu"]}},69207:e=>{e.exports={en:["Add to favorites"],hu_HU:["Hozzáadás kedvencekhez"]}},69644:e=>{e.exports={en:["Available for Pro accounts"]}},10640:e=>{e.exports={en:["Editors' picks"]}},84549:e=>{e.exports={en:["Indicators"],hu_HU:["Indikátorok"]}},70269:e=>{e.exports={en:["No indicators matched your criteria"],hu_HU:["Egyetlen indikátor se felel meg a kritériumoknak."]}},7378:e=>{e.exports={en:["Script name"],hu_HU:["Szkript név"]}},8573:e=>{e.exports={en:["Search"],hu_HU:["Keresés"]}},85106:e=>{e.exports={en:["Remove from favorites"],hu_HU:["Eltávolít kedvencek közül"]}},33673:e=>{e.exports={en:["{studyTitle} added to chart"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.2787.b95db3c8cfe7fab3c811.js b/public/charting_library/bundles/hu_HU.2787.b95db3c8cfe7fab3c811.js
new file mode 100644
index 0000000..9e8599b
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.2787.b95db3c8cfe7fab3c811.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2787,6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],hu_HU:["Koordináták"]}},24197:e=>{e.exports={en:["Center"]}},27567:e=>{e.exports={en:["Bottom"],hu_HU:["Alsó"]}},72942:e=>{e.exports={en:["Days"],hu_HU:["Napok"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},61856:e=>{e.exports={en:["Extend left line"]}},87430:e=>{e.exports={en:["Extend right line"]}},56796:e=>{e.exports={en:["Hours"],hu_HU:["Órák"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],hu_HU:["Inputok"]}},11626:e=>{e.exports={en:["Left"],hu_HU:["Bal"]}},43154:e=>{e.exports={en:["Months"],hu_HU:["Hónapok"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"],hu_HU:["Percek"]}},65188:e=>{e.exports={en:["Seconds"],hu_HU:["Másodpercek"]}},50421:e=>{e.exports={en:["Right"],hu_HU:["Jobb"]}},835:e=>{e.exports={en:["Weeks"],hu_HU:["Hetek"]}},97118:e=>{e.exports={en:["Top"],hu_HU:["Felső"]}},70320:e=>{e.exports={en:["Text"],hu_HU:["Szöveg"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"]}},19541:e=>{e.exports={en:["change {toolName} line width"]}},24059:e=>{e.exports={en:["change {toolName} line color"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"]}},21474:e=>{e.exports={en:["change {toolName} line left end"]}},54827:e=>{e.exports={en:["change {toolName} line right end"]}},66429:e=>{e.exports={en:["change {toolName} line style"]}
+},25167:e=>{e.exports={en:["change {propertyName} property"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},2359:e=>{e.exports={en:["hours"],hu_HU:["Órák"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"],hu_HU:["Hónapok"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"],hu_HU:["Percek"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.3181.259d07263a732c089332.js b/public/charting_library/bundles/hu_HU.3181.259d07263a732c089332.js
new file mode 100644
index 0000000..8a82097
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.3181.259d07263a732c089332.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3181,6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"]}},33004:e=>{e.exports={en:["Counterclockwise"]}},78930:e=>{e.exports={en:["Coordinates"],hu_HU:["Koordináták"]}},24197:e=>{e.exports={en:["Center"]}},27567:e=>{e.exports={en:["Bottom"],hu_HU:["Alsó"]}},72942:e=>{e.exports={en:["Days"],hu_HU:["Napok"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},56796:e=>{e.exports={en:["Hours"],hu_HU:["Órák"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],hu_HU:["Inputok"]}},11626:e=>{e.exports={en:["Left"],hu_HU:["Bal"]}},43154:e=>{e.exports={en:["Months"],hu_HU:["Hónapok"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"],hu_HU:["Percek"]}},65188:e=>{e.exports={en:["Seconds"],hu_HU:["Másodpercek"]}},50421:e=>{e.exports={en:["Right"],hu_HU:["Jobb"]}},835:e=>{e.exports={en:["Weeks"],hu_HU:["Hetek"]}},97118:e=>{e.exports={en:["Top"],hu_HU:["Felső"]}},70320:e=>{e.exports={en:["Text"],hu_HU:["Szöveg"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},60003:e=>{e.exports={en:["change {title} counterclockwise"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},46040:e=>{e.exports={en:["change {title} line width"]}},7455:e=>{e.exports={en:["change {title} line color"]}},30843:e=>{e.exports={en:["change {title} line style"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},2359:e=>{e.exports={en:["hours"],hu_HU:["Órák"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},76261:e=>{
+e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"],hu_HU:["Hónapok"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"],hu_HU:["Percek"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.3355.c5e027afabcecc85b871.js b/public/charting_library/bundles/hu_HU.3355.c5e027afabcecc85b871.js
new file mode 100644
index 0000000..323031d
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.3355.c5e027afabcecc85b871.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3355,6155,3367,2303,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],hu_HU:["Koordináták"]}},24197:e=>{e.exports={en:["Center"]}},6060:e=>{e.exports={en:["Add text"]}},27567:e=>{e.exports={en:["Bottom"],hu_HU:["Alsó"]}},38408:e=>{e.exports={en:["Border"],hu_HU:["Keret"]}},79468:e=>{e.exports={en:["Background"],hu_HU:["Háttér"]}},72942:e=>{e.exports={en:["Days"],hu_HU:["Napok"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},56796:e=>{e.exports={en:["Hours"],hu_HU:["Órák"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],hu_HU:["Inputok"]}},74872:e=>{e.exports={en:["Label"],hu_HU:["Címke"]}},11626:e=>{e.exports={en:["Left"],hu_HU:["Bal"]}},43154:e=>{e.exports={en:["Months"],hu_HU:["Hónapok"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"],hu_HU:["Percek"]}},65188:e=>{e.exports={en:["Seconds"],hu_HU:["Másodpercek"]}},50421:e=>{e.exports={en:["Right"],hu_HU:["Jobb"]}},835:e=>{e.exports={en:["Weeks"],hu_HU:["Hetek"]}},97118:e=>{e.exports={en:["Top"],hu_HU:["Felső"]}},70320:e=>{e.exports={en:["Text"],hu_HU:["Szöveg"]}},7560:e=>{e.exports={en:["Text wrap"],hu_HU:["Szöveg Csomagolás"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},49765:e=>{e.exports={en:["change {title} background color"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},57122:e=>{e.exports={en:["change {title} text"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"]}},61160:e=>{e.exports={
+en:["change {toolName} labels direction"]}},66668:e=>{e.exports={en:["change {toolName} text"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"]}},22231:e=>{e.exports={en:["change {toolName} text background color"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"]}},36666:e=>{e.exports={en:["change {toolName} text border color"]}},35423:e=>{e.exports={en:["change {toolName} text border width"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"]}},64500:e=>{e.exports={en:["change {toolName} text color"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"]}},21781:e=>{e.exports={en:["change {toolName} text font size"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},2359:e=>{e.exports={en:["hours"],hu_HU:["Órák"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"],hu_HU:["Hónapok"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"],hu_HU:["Percek"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.3357.613d24759e11646b0997.js b/public/charting_library/bundles/hu_HU.3357.613d24759e11646b0997.js
new file mode 100644
index 0000000..03f5c1e
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.3357.613d24759e11646b0997.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3357,4109,9093],{53288:e=>{e.exports={en:["animals & nature"]}},21311:e=>{e.exports={en:["activity"]}},90678:e=>{e.exports={en:["food & drink"]}},6715:e=>{e.exports={en:["flags"]}},98355:e=>{e.exports={en:["objects"]}},43438:e=>{e.exports={en:["smiles & people"]}},40457:e=>{e.exports={en:["symbols"]}},88906:e=>{e.exports={en:["recently used"]}},28562:e=>{e.exports={en:["travel & places"]}},4543:e=>{e.exports={en:["Cancel"],hu_HU:["Törlés"]}},47742:e=>{e.exports={en:["Close menu"]}},69207:e=>{e.exports={en:["Add to favorites"],hu_HU:["Hozzáadás kedvencekhez"]}},80439:e=>{e.exports={en:["Do you really want to delete chart layout '{name}' ? This can't be undone. Your drawings and this layout will be gone forever."]}},56495:e=>{e.exports={en:["Do you really want to delete chart layout '{name}' that contains {n_drawings_on_n_symbols}? This can't be undone. Your drawings and this layout will be gone forever."]}},55108:e=>{e.exports={en:["Date modified (oldest first)"]}},75272:e=>{e.exports={en:["Date modified (newest first)"]}},11478:e=>{e.exports={en:["Layout name"]}},21329:e=>{e.exports={en:["Layout name (A to Z)"]}},11324:e=>{e.exports={en:["Layout name (Z to A)"]}},21355:e=>{e.exports={en:["Layouts"]}},63269:e=>{e.exports={en:["No layouts matched your criteria"]}},5191:e=>{e.exports={en:["Sort by layout name, date changed"]}},8573:e=>{e.exports={en:["Search"],hu_HU:["Keresés"]}},85106:e=>{e.exports={en:["Remove from favorites"],hu_HU:["Eltávolít kedvencek közül"]}},47550:e=>{e.exports={en:["Remove selected emoji"]}},30502:e=>{e.exports={en:["on {amount} symbol","on {amount} symbols"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.3367.8357e9248b9de0310231.js b/public/charting_library/bundles/hu_HU.3367.8357e9248b9de0310231.js
new file mode 100644
index 0000000..b2df2c8
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.3367.8357e9248b9de0310231.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3367,6155,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],hu_HU:["Koordináták"]}},24197:e=>{e.exports={en:["Center"]}},27567:e=>{e.exports={en:["Bottom"],hu_HU:["Alsó"]}},38408:e=>{e.exports={en:["Border"],hu_HU:["Keret"]}},79468:e=>{e.exports={en:["Background"],hu_HU:["Háttér"]}},72942:e=>{e.exports={en:["Days"],hu_HU:["Napok"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},56796:e=>{e.exports={en:["Hours"],hu_HU:["Órák"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],hu_HU:["Inputok"]}},11626:e=>{e.exports={en:["Left"],hu_HU:["Bal"]}},43154:e=>{e.exports={en:["Months"],hu_HU:["Hónapok"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"],hu_HU:["Percek"]}},65188:e=>{e.exports={en:["Seconds"],hu_HU:["Másodpercek"]}},50421:e=>{e.exports={en:["Right"],hu_HU:["Jobb"]}},835:e=>{e.exports={en:["Weeks"],hu_HU:["Hetek"]}},97118:e=>{e.exports={en:["Top"],hu_HU:["Felső"]}},70320:e=>{e.exports={en:["Text"],hu_HU:["Szöveg"]}},7560:e=>{e.exports={en:["Text wrap"],hu_HU:["Szöveg Csomagolás"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},57122:e=>{e.exports={en:["change {title} text"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"]}},66668:e=>{e.exports={en:["change {toolName} text"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"]}},39587:e=>{e.exports={
+en:["change {toolName} text wrap"]}},22231:e=>{e.exports={en:["change {toolName} text background color"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"]}},36666:e=>{e.exports={en:["change {toolName} text border color"]}},35423:e=>{e.exports={en:["change {toolName} text border width"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"]}},64500:e=>{e.exports={en:["change {toolName} text color"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"]}},21781:e=>{e.exports={en:["change {toolName} text font size"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},2359:e=>{e.exports={en:["hours"],hu_HU:["Órák"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"],hu_HU:["Hónapok"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"],hu_HU:["Percek"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.359.3c5835e59f61404fe3cc.js b/public/charting_library/bundles/hu_HU.359.3c5835e59f61404fe3cc.js
new file mode 100644
index 0000000..6518b4b
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.359.3c5835e59f61404fe3cc.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[359,4040],{41256:e=>{e.exports={en:["Back"]}},53174:e=>{e.exports={en:["Right"]}},4543:e=>{e.exports={en:["Cancel"],hu_HU:["Törlés"]}},47742:e=>{e.exports={en:["Close menu"]}},34040:e=>{e.exports={en:["All sources"]}},42358:e=>{e.exports={en:["Bond"]}},78734:e=>{e.exports={en:["Description"],hu_HU:["Leírás"]}},37117:e=>{e.exports={en:["More"],hu_HU:["Több"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"]}},76822:e=>{e.exports={en:["No symbols match your criteria"]}},28628:e=>{e.exports={en:["Sources"]}},8573:e=>{e.exports={en:["Search"],hu_HU:["Keresés"]}},57640:e=>{e.exports={en:["Select source"]}},95481:e=>{e.exports={en:["Symbol"],hu_HU:["Szimbólum"]}},74007:e=>{e.exports={en:["Symbol & description"]}},51165:e=>{e.exports={en:["Symbol Search"]}},70932:e=>{e.exports={en:["commodity"]}},79599:e=>{e.exports={en:["cfd"]}},46128:e=>{e.exports={en:["crypto"],hu_HU:["kripto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"]}},87464:e=>{e.exports={en:["index"]}},90250:e=>{e.exports={en:["indices"]}},76752:e=>{e.exports={en:["stock"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.3597.9c639cb519af03750b8e.js b/public/charting_library/bundles/hu_HU.3597.9c639cb519af03750b8e.js
new file mode 100644
index 0000000..7ea5da2
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.3597.9c639cb519af03750b8e.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3597],{53288:e=>{e.exports={en:["animals & nature"]}},21311:e=>{e.exports={en:["activity"]}},90678:e=>{e.exports={en:["food & drink"]}},6715:e=>{e.exports={en:["flags"]}},98355:e=>{e.exports={en:["objects"]}},43438:e=>{e.exports={en:["smiles & people"]}},40457:e=>{e.exports={en:["symbols"]}},88906:e=>{e.exports={en:["recently used"]}},28562:e=>{e.exports={en:["travel & places"]}},4543:e=>{e.exports={en:["Cancel"],hu_HU:["Törlés"]}},47742:e=>{e.exports={en:["Close menu"]}},4461:e=>{e.exports={en:["Add emoji"]}},9372:e=>{e.exports={en:["Indicator template '{templateName}' already exists. Do you really want to replace it?"]}},19295:e=>{e.exports={en:["Ok"],hu_HU:["Oké"]}},85888:e=>{e.exports={en:["No results found"]}},64e3:e=>{e.exports={en:["Save"],hu_HU:["Mentés"]}},71924:e=>{e.exports={en:["Save indicator template"]}},6081:e=>{e.exports={en:["Saved indicators"]}},63035:e=>{e.exports={en:["Selecting this option will set the {interval} interval on the chart when this template is applied"]}},13860:e=>{e.exports={en:["Selecting this option will set the {symbol} symbol on the chart when this template is applied"]}},18698:e=>{e.exports={en:["Remember Interval"]}},57149:e=>{e.exports={en:["Remember Symbol"]}},47550:e=>{e.exports={en:["Remove selected emoji"]}},59233:e=>{e.exports={en:["Template name"],hu_HU:["Sablon neve"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.4040.333002e872dd8b0c1c95.js b/public/charting_library/bundles/hu_HU.4040.333002e872dd8b0c1c95.js
new file mode 100644
index 0000000..16b97ea
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.4040.333002e872dd8b0c1c95.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4040],{34040:e=>{e.exports={en:["All sources"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.4109.921da6023cc8aa9fe3a5.js b/public/charting_library/bundles/hu_HU.4109.921da6023cc8aa9fe3a5.js
new file mode 100644
index 0000000..76e43ba
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.4109.921da6023cc8aa9fe3a5.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4109],{69207:e=>{e.exports={en:["Add to favorites"],hu_HU:["Hozzáadás kedvencekhez"]}},85106:e=>{e.exports={en:["Remove from favorites"],hu_HU:["Eltávolít kedvencek közül"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.4166.e3c369fb8ae4775c7f89.js b/public/charting_library/bundles/hu_HU.4166.e3c369fb8ae4775c7f89.js
new file mode 100644
index 0000000..85067b7
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.4166.e3c369fb8ae4775c7f89.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4166],{80996:e=>{e.exports={en:["Local drawings"]}},84212:e=>{e.exports={en:["No drawings yet"],hu_HU:["Nincs még rajz"]}},92931:e=>{e.exports={en:["Synced globally"]}},41870:e=>{e.exports={en:["Synced in layout"]}},8182:e=>{e.exports={en:["Remove all drawings for this symbol"]}},58407:e=>{e.exports={en:["remove all line tools for {symbol}"]}},90755:e=>{e.exports={en:["{drawingsCount} drawing","{drawingsCount} drawings"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.4211.932ffa2dc04657916b72.js b/public/charting_library/bundles/hu_HU.4211.932ffa2dc04657916b72.js
new file mode 100644
index 0000000..f72501e
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.4211.932ffa2dc04657916b72.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4211,4040,359,4109,9093],{23821:e=>{e.exports={en:["Dot"]}},41256:e=>{e.exports={en:["Back"]}},53174:e=>{e.exports={en:["Right"]}},57e3:e=>{e.exports={en:["Compare"],hu_HU:["Összehasonlít"]}},93111:e=>{e.exports={en:["Content"]}},8270:e=>{e.exports={en:["Copy link to the chart image"]}},4543:e=>{e.exports={en:["Cancel"],hu_HU:["Törlés"]}},59934:e=>{e.exports={en:["Channels"]}},63245:e=>{e.exports={en:["Change symbol"],hu_HU:["Szimbólum módosítása"]}},56281:e=>{e.exports={en:["Chart style Columns"]}},64526:e=>{e.exports={en:["Chart style Candles"]}},9537:e=>{e.exports={en:["Chart style Area"]}},19265:e=>{e.exports={en:["Chart style Bars"]}},19579:e=>{e.exports={en:["Chart style Baseline"]}},47189:e=>{e.exports={en:["Chart style Kagi"]}},39883:e=>{e.exports={en:["Chart style HLC area"]}},67579:e=>{e.exports={en:["Chart style HLC bars"]}},44958:e=>{e.exports={en:["Chart style Hollow candles"]}},62423:e=>{e.exports={en:["Chart style Heikin Ashi"]}},70405:e=>{e.exports={en:["Chart style High-low"]}},92911:e=>{e.exports={en:["Chart style Line"]}},35458:e=>{e.exports={en:["Chart style Line with markers"]}},11604:e=>{e.exports={en:["Chart style Line break"]}},67346:e=>{e.exports={en:["Chart style Session volume profile"]}},40447:e=>{e.exports={en:["Chart style Step line"]}},22027:e=>{e.exports={en:["Chart style Point & figure"]}},49942:e=>{e.exports={en:["Chart style Range"]}},80082:e=>{e.exports={en:["Chart style Renko"]}},94861:e=>{e.exports={en:["Chart style Time Price Opportunity"]}},13618:e=>{e.exports={en:["Chart style Volume candles"]}},21190:e=>{e.exports={en:["Chart style Volume footprint"]}},53438:e=>{e.exports={en:["Chart template"]}},47742:e=>{e.exports={en:["Close menu"]}},81578:e=>{e.exports={en:["Cursors"]}},77915:e=>{e.exports={en:["Cycles"],hu_HU:["Ciklusok"]}},32064:e=>{e.exports={en:["Annotation tools"],hu_HU:["Annotation Tools"]}},69207:e=>{e.exports={en:["Add to favorites"],hu_HU:["Hozzáadás kedvencekhez"]}},34040:e=>{e.exports={en:["All sources"]}},19147:e=>{e.exports={en:["Arrows"]}},42358:e=>{e.exports={en:["Bond"]}},65695:e=>{e.exports={en:["Brushes"]}},51494:e=>{e.exports={en:["Gann"]}},2654:e=>{e.exports={en:["Gann and Fibonacci tools"],hu_HU:["Gann and Fibonacci Tools"]}},22145:e=>{e.exports={en:["Geometric shapes"],hu_HU:["Geometric Shapes"]}},57157:e=>{e.exports={en:["Dot"],hu_HU:["Pont"]}},25848:e=>{e.exports={en:["Dark theme"]}},14939:e=>{e.exports={en:["Demonstration"]}},78734:e=>{e.exports={en:["Description"],hu_HU:["Leírás"]}},74385:e=>{e.exports={en:["Drawings"],hu_HU:["Rajzok"]}},44255:e=>{e.exports={en:["Elliott waves"]}},8727:e=>{e.exports={en:["Eraser"],hu_HU:["Radír"]}},93308:e=>{e.exports={en:["Extended session"]}},1410:e=>{e.exports={en:["Forecasting and measurement tools"],hu_HU:["Prediction and Measurement Tools"]}},26578:e=>{e.exports={en:["Fibonacci"]}},67092:e=>{e.exports={en:["Fullscreen mode"],hu_HU:["Teljes Képernyő Mód"]}},83576:e=>{e.exports={en:["Function"]}},42633:e=>{e.exports={
+en:["Hold {hotKey_0} for temporary drawing"]}},27077:e=>{e.exports={en:["Open Object Tree"]}},7386:e=>{e.exports={en:["Open chart layout"]}},79451:e=>{e.exports={en:["Lock all drawings"],hu_HU:["Rajzeszközök Zárolása"]}},35112:e=>{e.exports={en:["Move chart back"]}},12754:e=>{e.exports={en:["Move chart forward"]}},37117:e=>{e.exports={en:["More"],hu_HU:["Több"]}},35553:e=>{e.exports={en:["Magic"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"]}},81031:e=>{e.exports={en:["Manage layout drawings"]}},91563:e=>{e.exports={en:["Measure"]}},97050:e=>{e.exports={en:["Measurer"]}},7276:e=>{e.exports={en:["Merge all scales to the left"]}},80219:e=>{e.exports={en:["Merge all scales to the right"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"]}},76822:e=>{e.exports={en:["No symbols match your criteria"]}},47202:e=>{e.exports={en:["Nothing matches your criteria"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"]}},3521:e=>{e.exports={en:["New drawings will sync globally"]}},93027:e=>{e.exports={en:["New drawings will sync in layout"]}},28628:e=>{e.exports={en:["Sources"]}},41569:e=>{e.exports={en:["Save chart layout"]}},8573:e=>{e.exports={en:["Search"],hu_HU:["Keresés"]}},79354:e=>{e.exports={en:["Search tool or function"]}},57640:e=>{e.exports={en:["Select source"]}},65781:e=>{e.exports={en:["Shapes"]}},3154:e=>{e.exports={en:["Show Hidden Tools"],hu_HU:["Elrejtett Eszközök Mutatása"]}},85786:e=>{e.exports={en:["Show Object Tree"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],hu_HU:["Rajzmódban Marad"]}},94593:e=>{e.exports={en:["Strong Magnet"]}},95481:e=>{e.exports={en:["Symbol"],hu_HU:["Szimbólum"]}},74007:e=>{e.exports={en:["Symbol & description"]}},51165:e=>{e.exports={en:["Symbol Search"]}},23391:e=>{e.exports={en:["Sync drawings to all charts"],hu_HU:["Rajzok szinkronizálása minden charttal"]}},46417:e=>{e.exports={en:["Patterns"]}},36167:e=>{e.exports={en:["Pitchforks"],hu_HU:["Villák"]}},79366:e=>{e.exports={en:["Previous day close price line"]}},76753:e=>{e.exports={en:["Recent search"]}},28051:e=>{e.exports={en:["Regular session"]}},57118:e=>{e.exports={en:["Remove Drawings"]}},4474:e=>{e.exports={en:["Remove all indicators and drawing tools"]}},96374:e=>{e.exports={en:["Remove drawings"]}},85106:e=>{e.exports={en:["Remove from favorites"],hu_HU:["Eltávolít kedvencek közül"]}},99984:e=>{e.exports={en:["Remove indicators"],hu_HU:["Indikátorok Eltávolítása"]}},38206:e=>{e.exports={en:["Rename chart layout"]}},31789:e=>{e.exports={en:["Reset chart"],hu_HU:["Chart visszaállítása"]}},3519:e=>{e.exports={en:["Weak Magnet"]}},65831:e=>{e.exports={en:["Text & Notes"]}},48773:e=>{e.exports={en:["Trend line tools"],hu_HU:["Trend Line Tools"]}},27463:e=>{e.exports={en:["Type to search for drawings, functions and settings"]}},69260:e=>{e.exports={en:["Volume-based"]}},78659:e=>{e.exports={
+en:["You're changing the user interface to the {name} theme. Would you like to switch the chart template's theme too?"]}},55774:e=>{e.exports={en:["Zoom In"],hu_HU:["Nagyítás"]}},37310:e=>{e.exports={en:["Zoom Out"],hu_HU:["Kicsinyítés"]}},70932:e=>{e.exports={en:["commodity"]}},79599:e=>{e.exports={en:["cfd"]}},13489:e=>{e.exports={en:["change ideas visibility on chart"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"]}},46128:e=>{e.exports={en:["crypto"],hu_HU:["kripto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"]}},87464:e=>{e.exports={en:["index"]}},90250:e=>{e.exports={en:["indices"]}},76752:e=>{e.exports={en:["stock"]}},94521:e=>{e.exports={en:["sync drawings"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.4543.af2e0ddd821d5bacf27b.js b/public/charting_library/bundles/hu_HU.4543.af2e0ddd821d5bacf27b.js
new file mode 100644
index 0000000..c9d3433
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.4543.af2e0ddd821d5bacf27b.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4543],{63271:e=>{e.exports={en:["Flipped"],hu_HU:["Flippelt"]}},28941:e=>{e.exports={en:["Mirrored"],hu_HU:["Tükrözött"]}},92479:e=>{e.exports={en:["flip bars pattern"]}},20965:e=>{e.exports={en:["mirror bars pattern"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.4593.99cfdf832ec7f90cc2a7.js b/public/charting_library/bundles/hu_HU.4593.99cfdf832ec7f90cc2a7.js
new file mode 100644
index 0000000..d5a51f3
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.4593.99cfdf832ec7f90cc2a7.js
@@ -0,0 +1,4 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4593,4040,359,4821],{55517:e=>{e.exports={en:["Add"]}},29619:e=>{e.exports={en:["Add custom color"],hu_HU:["Add Custom Color"]}},80936:e=>{e.exports={en:["Opacity"]}},33857:e=>{e.exports={en:["Cross"],hu_HU:["Kereszt"]}},97349:e=>{e.exports={en:["Fr"],hu_HU:["P"]}},30961:e=>{e.exports={en:["Mo"],hu_HU:["H"]}},94748:e=>{e.exports={en:["Sa"],hu_HU:["Szo"]}},75005:e=>{e.exports={en:["Su"],hu_HU:["V"]}},92578:e=>{e.exports={en:["We"],hu_HU:["Sze"]}},8765:e=>{e.exports={en:["Th"],hu_HU:["Cs"]}},9135:e=>{e.exports={en:["Tu"],hu_HU:["K"]}},53288:e=>{e.exports={en:["animals & nature"]}},21311:e=>{e.exports={en:["activity"]}},90678:e=>{e.exports={en:["food & drink"]}},6715:e=>{e.exports={en:["flags"]}},98355:e=>{e.exports={en:["objects"]}},43438:e=>{e.exports={en:["smiles & people"]}},40457:e=>{e.exports={en:["symbols"]}},88906:e=>{e.exports={en:["recently used"]}},28562:e=>{e.exports={en:["travel & places"]}},24716:e=>{e.exports={en:["Another symbol"]}},41256:e=>{e.exports={en:["Back"]}},76542:e=>{e.exports={en:["Labels on price scale"]}},94849:e=>{e.exports={en:["Main chart symbol"]}},49191:e=>{e.exports={en:["Values in status line"]}},53174:e=>{e.exports={en:["Right"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"]}},4543:e=>{e.exports={en:["Cancel"],hu_HU:["Törlés"]}},24197:e=>{e.exports={en:["Center"]}},63245:e=>{e.exports={en:["Change symbol"],hu_HU:["Szimbólum módosítása"]}},54613:e=>{e.exports={en:["Chart"]}},5669:e=>{e.exports={en:["Circles"],hu_HU:["Körök"]}},47742:e=>{e.exports={en:["Close menu"]}},8305:e=>{e.exports={en:["Above bar"],hu_HU:["Felső oszlop"]}},69758:e=>{e.exports={en:["Absolute"],hu_HU:["Teljes"]}},34040:e=>{e.exports={en:["All sources"]}},62511:e=>{e.exports={en:["Apply Defaults"],hu_HU:["Alapértelmezett Alkalmazása"]}},28896:e=>{e.exports={en:["April"],hu_HU:["Április"]}},7349:e=>{e.exports={en:["Area with breaks"],hu_HU:["Terület Törésekkel"]}},11081:e=>{e.exports={en:["August"],hu_HU:["Augusztus"]}},27567:e=>{e.exports={en:["Bottom"],hu_HU:["Alsó"]}},74406:e=>{e.exports={en:["Body"]}},42358:e=>{e.exports={en:["Bond"]}},38408:e=>{e.exports={en:["Border"],hu_HU:["Keret"]}},79468:e=>{e.exports={en:["Background"],hu_HU:["Háttér"]}},9417:e=>{e.exports={en:["Below bar"],hu_HU:["Alsó oszlop"]}},68043:e=>{e.exports={en:["Gradient"]}},27390:e=>{e.exports={en:["Dotted line"]}},71776:e=>{e.exports={en:["Down"],hu_HU:["Le"]}},72942:e=>{e.exports={en:["Days"],hu_HU:["Napok"]}},88123:e=>{e.exports={en:["Dashed line"]}},73033:e=>{e.exports={en:["Developing VA"]}},90082:e=>{e.exports={en:["December"]}},55319:e=>{e.exports={en:["Decrease"]}},16564:e=>{e.exports={en:["Default"],hu_HU:["Alapértelmezett"]}},48572:e=>{e.exports={en:["Defaults"],hu_HU:["Alapértelmezettek"]}},78734:e=>{e.exports={en:["Description"],hu_HU:["Leírás"]}},81069:e=>{e.exports={en:["February"],
+hu_HU:["Február"]}},3570:e=>{e.exports={en:["Friday"],hu_HU:["Péntek"]}},56796:e=>{e.exports={en:["Hours"],hu_HU:["Órák"]}},95406:e=>{e.exports={en:["Horizontal"]}},8854:e=>{e.exports={en:["Hidden"]}},78057:e=>{e.exports={en:["Histogram"],hu_HU:["Hisztogram"]}},39832:e=>{e.exports={en:["Increase"]}},21429:e=>{e.exports={en:["Inputs"],hu_HU:["Inputok"]}},200:e=>{e.exports={en:["January"],hu_HU:["Január"]}},6608:e=>{e.exports={en:["July"],hu_HU:["Július"]}},61487:e=>{e.exports={en:["June"],hu_HU:["Június"]}},37997:e=>{e.exports={en:["October"],hu_HU:["Október"]}},55450:e=>{e.exports={en:["Offset"],hu_HU:["Eltolás"]}},19295:e=>{e.exports={en:["Ok"],hu_HU:["Oké"]}},89702:e=>{e.exports={en:["Outputs"]}},64075:e=>{e.exports={en:["Override min tick"],hu_HU:["Min. Tick Felülírása"]}},62791:e=>{e.exports={en:["Labels font"]}},11626:e=>{e.exports={en:["Left"],hu_HU:["Bal"]}},34862:e=>{e.exports={en:["Line with breaks"],hu_HU:["Vonal Törésekkel"]}},28603:e=>{e.exports={en:["Line style"]}},19573:e=>{e.exports={en:["Monday"],hu_HU:["Hétfő"]}},43154:e=>{e.exports={en:["Months"],hu_HU:["Hónapok"]}},37117:e=>{e.exports={en:["More"],hu_HU:["Több"]}},25734:e=>{e.exports={en:["May"],hu_HU:["Május"]}},93878:e=>{e.exports={en:["March"],hu_HU:["Március"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"],hu_HU:["Percek"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"]}},76822:e=>{e.exports={en:["No symbols match your criteria"]}},4607:e=>{e.exports={en:["November"]}},65353:e=>{e.exports={en:["Normal"],hu_HU:["Normális"]}},69102:e=>{e.exports={en:["Next year"]}},17538:e=>{e.exports={en:["Next years"]}},92790:e=>{e.exports={en:["Next month"]}},71300:e=>{e.exports={en:["Number format is invalid."]}},28628:e=>{e.exports={en:["Sources"]}},88686:e=>{e.exports={en:["Solid"]}},30348:e=>{e.exports={en:["Saturday"],hu_HU:["Szombat"]}},99687:e=>{e.exports={en:["Save as default"],hu_HU:["Mentés Alapértelmezettként"]}},8573:e=>{e.exports={en:["Search"],hu_HU:["Keresés"]}},65188:e=>{e.exports={en:["Seconds"],hu_HU:["Másodpercek"]}},57640:e=>{e.exports={en:["Select source"]}},32179:e=>{e.exports={en:["September"],hu_HU:["Szeptember"]}},38712:e=>{e.exports={en:["Signal labels"],hu_HU:["Jel Címkék"]}},31331:e=>{e.exports={en:["Specified value is more than the instrument maximum of {max}."]}},24216:e=>{e.exports={en:["Specified value is less than the instrument minimum of {min}."]}},14788:e=>{e.exports={en:["Step line with breaks"]}},11877:e=>{e.exports={en:["Step line with diamonds"]}},61480:e=>{e.exports={en:["Sunday"],hu_HU:["Vasárnap"]}},70235:e=>{e.exports={en:["Switch to months"]}},91245:e=>{e.exports={en:["Switch to dates"]}},71961:e=>{e.exports={en:["Switch to years"]}},95481:e=>{e.exports={en:["Symbol"],hu_HU:["Szimbólum"]}},74007:e=>{e.exports={en:["Symbol & description"]}},51165:e=>{e.exports={en:["Symbol Search"]}},10783:e=>{e.exports={en:["Placement"]}},27254:e=>{e.exports={en:["Please enter the right date"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"]}},59766:e=>{
+e.exports={en:["Precision"],hu_HU:["Pontosság"]}},93984:e=>{e.exports={en:["Previous month"]}},75776:e=>{e.exports={en:["Previous year"]}},44701:e=>{e.exports={en:["Previous years"]}},98721:e=>{e.exports={en:["Quantity"],hu_HU:["Mennyiség"]}},89984:e=>{e.exports={en:["Remove color"]}},47550:e=>{e.exports={en:["Remove selected emoji"]}},33533:e=>{e.exports={en:["Reset settings"],hu_HU:["Alapbeállítások Visszaállítása"]}},50421:e=>{e.exports={en:["Right"],hu_HU:["Jobb"]}},94226:e=>{e.exports={en:["Wednesday"],hu_HU:["Szerda"]}},835:e=>{e.exports={en:["Weeks"],hu_HU:["Hetek"]}},32163:e=>{e.exports={en:["Wick"],hu_HU:["Kanóc"]}},4622:e=>{e.exports={en:["Width (% of the box)"],hu_HU:["Szélesség (a Box %-a)"]}},97118:e=>{e.exports={en:["Top"],hu_HU:["Felső"]}},25485:e=>{e.exports={en:["Text alignment"]}},77753:e=>{e.exports={en:["Text color"],hu_HU:["Szöveg szín"]}},67781:e=>{e.exports={en:["Text orientation"]}},79137:e=>{e.exports={en:["Thursday"],hu_HU:["Csütörtök"]}},54971:e=>{e.exports={en:["Thickness"]}},24821:e=>{e.exports={en:["Ticks"]}},6532:e=>{e.exports={en:["Trades on chart"],hu_HU:["Ügyletek a Charton"]}},82160:e=>{e.exports={en:["Tuesday"],hu_HU:["Kedd"]}},22691:e=>{e.exports={en:["Up"],hu_HU:["Fel"]}},13748:e=>{e.exports={en:["Use special math signs to displace selected drawings: +,-,/,* for price and +,- for bar index."]}},81363:e=>{e.exports={en:["Volume profile"],hu_HU:["Volumen Profil"]}},60092:e=>{e.exports={en:["Values"]}},69526:e=>{e.exports={en:["Vertical"]}},66181:e=>{e.exports={en:["Years"]}},70932:e=>{e.exports={en:["commodity"]}},79599:e=>{e.exports={en:["cfd"]}},26476:e=>{e.exports={en:["change min tick"]}},29426:e=>{e.exports={en:["change opacity"]}},86955:e=>{e.exports={en:["change char"]}},31675:e=>{e.exports={en:["change color"]}},85889:e=>{e.exports={en:["change expand blocks"]}},27745:e=>{e.exports={en:["change font size"]}},28818:e=>{e.exports={en:["change line style"]}},6834:e=>{e.exports={en:["change location"]}},62294:e=>{e.exports={en:["change percent width"]}},81891:e=>{e.exports={en:["change placement"]}},43439:e=>{e.exports={en:["change plot type"]}},61863:e=>{e.exports={en:["change precision"]}},83468:e=>{e.exports={en:["change shape"]}},73281:e=>{e.exports={en:["change thickness"]}},21333:e=>{e.exports={en:["change value"]}},9344:e=>{e.exports={en:["change values visibility"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},98596:e=>{e.exports={
+en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},5741:e=>{e.exports={en:["close"],hu_HU:["záró"]}},46128:e=>{e.exports={en:["crypto"],hu_HU:["kripto"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},47268:e=>{e.exports={en:["dr"]}},406:e=>{e.exports={en:["e.g. +1"]}},49957:e=>{e.exports={en:["e.g. /2"]}},54094:e=>{e.exports={en:["economy"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"]}},2359:e=>{e.exports={en:["hours"],hu_HU:["Órák"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},59319:e=>{e.exports={en:["high"]}},96008:e=>{e.exports={en:["hl2"]}},91189:e=>{e.exports={en:["hlc3"]}},49242:e=>{e.exports={en:["hlcc4"]}},87464:e=>{e.exports={en:["index"]}},90250:e=>{e.exports={en:["indices"]}},52793:e=>{e.exports={en:["ohlc4"]}},83584:e=>{e.exports={en:["open"]}},41902:e=>{e.exports={en:["low"]}},95300:e=>{e.exports={en:["months"],hu_HU:["Hónapok"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"],hu_HU:["Percek"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},76752:e=>{e.exports={en:["stock"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.4821.0124e1463859eb34b0d7.js b/public/charting_library/bundles/hu_HU.4821.0124e1463859eb34b0d7.js
new file mode 100644
index 0000000..4de8a50
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.4821.0124e1463859eb34b0d7.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4821],{24821:e=>{e.exports={en:["Ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.5111.0e84f778015dc1f067f1.js b/public/charting_library/bundles/hu_HU.5111.0e84f778015dc1f067f1.js
new file mode 100644
index 0000000..c02d42d
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.5111.0e84f778015dc1f067f1.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5111],{77114:e=>{e.exports={en:["erase level line"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.5402.f7a00bf7d82b9a40920d.js b/public/charting_library/bundles/hu_HU.5402.f7a00bf7d82b9a40920d.js
new file mode 100644
index 0000000..a6a49cb
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.5402.f7a00bf7d82b9a40920d.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5402],{15402:e=>{e.exports={en:["Next time you can use {shortcut} for quick paste"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.5683.0a2c985dba54512056ce.js b/public/charting_library/bundles/hu_HU.5683.0a2c985dba54512056ce.js
new file mode 100644
index 0000000..f2eb07f
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.5683.0a2c985dba54512056ce.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5683],{97349:e=>{e.exports={en:["Fr"],hu_HU:["P"]}},30961:e=>{e.exports={en:["Mo"],hu_HU:["H"]}},94748:e=>{e.exports={en:["Sa"],hu_HU:["Szo"]}},75005:e=>{e.exports={en:["Su"],hu_HU:["V"]}},92578:e=>{e.exports={en:["We"],hu_HU:["Sze"]}},8765:e=>{e.exports={en:["Th"],hu_HU:["Cs"]}},9135:e=>{e.exports={en:["Tu"],hu_HU:["K"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"]}},4543:e=>{e.exports={en:["Cancel"],hu_HU:["Törlés"]}},47742:e=>{e.exports={en:["Close menu"]}},81861:e=>{e.exports={en:["Custom range"]}},28896:e=>{e.exports={en:["April"],hu_HU:["Április"]}},11081:e=>{e.exports={en:["August"],hu_HU:["Augusztus"]}},42432:e=>{e.exports={en:["Go to"],hu_HU:["Ugrás ide:"]}},90082:e=>{e.exports={en:["December"]}},81069:e=>{e.exports={en:["February"],hu_HU:["Február"]}},3570:e=>{e.exports={en:["Friday"],hu_HU:["Péntek"]}},200:e=>{e.exports={en:["January"],hu_HU:["Január"]}},6608:e=>{e.exports={en:["July"],hu_HU:["Július"]}},61487:e=>{e.exports={en:["June"],hu_HU:["Június"]}},37997:e=>{e.exports={en:["October"],hu_HU:["Október"]}},19295:e=>{e.exports={en:["Ok"],hu_HU:["Oké"]}},19573:e=>{e.exports={en:["Monday"],hu_HU:["Hétfő"]}},43154:e=>{e.exports={en:["Months"],hu_HU:["Hónapok"]}},37117:e=>{e.exports={en:["More"],hu_HU:["Több"]}},25734:e=>{e.exports={en:["May"],hu_HU:["Május"]}},93878:e=>{e.exports={en:["March"],hu_HU:["Március"]}},4607:e=>{e.exports={en:["November"]}},69102:e=>{e.exports={en:["Next year"]}},17538:e=>{e.exports={en:["Next years"]}},92790:e=>{e.exports={en:["Next month"]}},30348:e=>{e.exports={en:["Saturday"],hu_HU:["Szombat"]}},32179:e=>{e.exports={en:["September"],hu_HU:["Szeptember"]}},61480:e=>{e.exports={en:["Sunday"],hu_HU:["Vasárnap"]}},70235:e=>{e.exports={en:["Switch to months"]}},91245:e=>{e.exports={en:["Switch to dates"]}},71961:e=>{e.exports={en:["Switch to years"]}},27254:e=>{e.exports={en:["Please enter the right date"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"]}},93984:e=>{e.exports={en:["Previous month"]}},75776:e=>{e.exports={en:["Previous year"]}},44701:e=>{e.exports={en:["Previous years"]}},94226:e=>{e.exports={en:["Wednesday"],hu_HU:["Szerda"]}},79137:e=>{e.exports={en:["Thursday"],hu_HU:["Csütörtök"]}},82160:e=>{e.exports={en:["Tuesday"],hu_HU:["Kedd"]}},66181:e=>{e.exports={en:["Years"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.5862.3039f470825daf65b9d6.js b/public/charting_library/bundles/hu_HU.5862.3039f470825daf65b9d6.js
new file mode 100644
index 0000000..1a035bc
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.5862.3039f470825daf65b9d6.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5862],{4543:e=>{e.exports={en:["Cancel"],hu_HU:["Törlés"]}},32910:e=>{e.exports={en:["Choose image"]}},47742:e=>{e.exports={en:["Close menu"]}},98918:e=>{e.exports={en:["Drop image here!"]}},49580:e=>{e.exports={en:["Image is required"]}},41667:e=>{e.exports={en:["JPG, PNG or WEBP"]}},19295:e=>{e.exports={en:["Ok"],hu_HU:["Oké"]}},7654:e=>{e.exports={en:["Max size {value}"]}},64789:e=>{e.exports={en:["Something went wrong, try again"],hu_HU:["Valami hiba történt, próbáld újra"]}},73007:e=>{e.exports={en:["The image being pasted is way too large"]}},19788:e=>{e.exports={en:["Transparency"],hu_HU:["Átláthatóság"]}},16992:e=>{e.exports={en:["Upload a valid image. The file you uploaded was either not an image or a corrupted image."],hu_HU:["Érvényes képet tölts fel. A fálj, amit feltöltöttél nem kép vagy hibás kép volt."]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.6155.0d55563600ea0d002811.js b/public/charting_library/bundles/hu_HU.6155.0d55563600ea0d002811.js
new file mode 100644
index 0000000..a0979b0
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.6155.0d55563600ea0d002811.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],hu_HU:["Koordináták"]}},24197:e=>{e.exports={en:["Center"]}},27567:e=>{e.exports={en:["Bottom"],hu_HU:["Alsó"]}},72942:e=>{e.exports={en:["Days"],hu_HU:["Napok"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},56796:e=>{e.exports={en:["Hours"],hu_HU:["Órák"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],hu_HU:["Inputok"]}},11626:e=>{e.exports={en:["Left"],hu_HU:["Bal"]}},43154:e=>{e.exports={en:["Months"],hu_HU:["Hónapok"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"],hu_HU:["Percek"]}},65188:e=>{e.exports={en:["Seconds"],hu_HU:["Másodpercek"]}},50421:e=>{e.exports={en:["Right"],hu_HU:["Jobb"]}},835:e=>{e.exports={en:["Weeks"],hu_HU:["Hetek"]}},97118:e=>{e.exports={en:["Top"],hu_HU:["Felső"]}},70320:e=>{e.exports={en:["Text"],hu_HU:["Szöveg"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},2359:e=>{e.exports={en:["hours"],hu_HU:["Órák"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"],hu_HU:["Hónapok"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"],hu_HU:["Percek"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={
+en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.6290.a5f1298c89f78011c7d7.js b/public/charting_library/bundles/hu_HU.6290.a5f1298c89f78011c7d7.js
new file mode 100644
index 0000000..f174cf8
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.6290.a5f1298c89f78011c7d7.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6290,7122],{71682:e=>{e.exports={en:["in"],hu_HU:["-ban/ben"]}},72630:e=>{e.exports={en:["Closed"],hu_HU:["Záró"]}},18741:e=>{e.exports={en:["Open"],hu_HU:["Nyitva"]}},95931:e=>{e.exports={en:["Cancel Order"],hu_HU:["Megbízás Törlése"]}},59783:e=>{e.exports={en:["Close Position"],hu_HU:["Záró Pozíció"]}},6060:e=>{e.exports={en:["Add text"]}},47545:e=>{e.exports={en:["FAILURE"],hu_HU:["VESZTESÉG"]}},1472:e=>{e.exports={en:["Head"],hu_HU:["Fej"]}},27443:e=>{e.exports={en:["Left Shoulder"],hu_HU:["Bal Váll"]}},67710:e=>{e.exports={en:["Modify Order"]}},26409:e=>{e.exports={en:["SUCCESS"],hu_HU:["NYERESÉG"]}},79463:e=>{e.exports={en:["Stop: {stopChange} ({stopChangePercent}) {stopChangePip}, Amount: {amount}"],hu_HU:["Stop: {stopChange} ({stopChangePercent}) {stopChangePip}, Összeg: {amount}"]}},24927:e=>{e.exports={en:["Protect Position"]}},10780:e=>{e.exports={en:["Qty: {qty}"],hu_HU:["Menny.: {qty}"]}},98818:e=>{e.exports={en:["Reverse Position"],hu_HU:["Fordított Pozíció"]}},14719:e=>{e.exports={en:["Right Shoulder"],hu_HU:["Jobb Váll"]}},36825:e=>{e.exports={en:["Risk/Reward Ratio: {ratio}"],hu_HU:["Kockázat/Nyereség Arány: {ratio}"]}},72274:e=>{e.exports={en:["Target: {profitChange} ({profitChangePercent}) {profitChangePip}, Amount: {amount}"],hu_HU:["Cél: {profitChange} ({profitChangePercent}) {profitChangePip}, Összeg: {amount}"]}},57122:e=>{e.exports={en:["change {title} text"]}},44994:e=>{e.exports={en:["distance: {number} px"],hu_HU:["távolság: {number} px"]}},76250:e=>{e.exports={en:["{status} P&L: {pnl}"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.6342.6af643b9a34abf3f6313.js b/public/charting_library/bundles/hu_HU.6342.6af643b9a34abf3f6313.js
new file mode 100644
index 0000000..b96dc99
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.6342.6af643b9a34abf3f6313.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6342],{87859:e=>{e.exports={en:["Not applicable"],hu_HU:["Nem alkalmazható"]}},51998:e=>{e.exports={en:["Type the interval number for minute charts (i.e. 5 if it is going to be a five minute chart). Or number plus letter for H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)"]}},96941:e=>{e.exports={en:["Type the interval number for minute charts (i.e. 5 if it's going to be a five minute chart). Or number plus letter for other intervals: S for 1 second chart (15S for 15 second chart, etc.), H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.6406.78b7e0b0b9555ce886a5.js b/public/charting_library/bundles/hu_HU.6406.78b7e0b0b9555ce886a5.js
new file mode 100644
index 0000000..3dff19c
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.6406.78b7e0b0b9555ce886a5.js
@@ -0,0 +1,7 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6406,2787,6155,1432,5402,4821],{13616:e=>{e.exports={en:["#{count} (bar)"]}},80166:e=>{e.exports={en:["#{count} (price, bar)"]}},26381:e=>{e.exports={en:["#1 (bar)"]}},37814:e=>{e.exports={en:["#1 (price)"]}},6737:e=>{e.exports={en:["#1 (price, bar)"]}},87476:e=>{e.exports={en:["#1 (vertical position %, bar)"]}},29291:e=>{e.exports={en:["Median"],hu_HU:["Medián"]}},75106:e=>{e.exports={en:["%"]}},53912:e=>{e.exports={en:["Coeffs as percents"]}},47370:e=>{e.exports={en:["Color"],hu_HU:["Szín"]}},89735:e=>{e.exports={en:["Compact stats mode"]}},78930:e=>{e.exports={en:["Coordinates"],hu_HU:["Koordináták"]}},87145:e=>{e.exports={en:["Cash"],hu_HU:["Készpénz"]}},24197:e=>{e.exports={en:["Center"]}},4518:e=>{e.exports={en:["Change in pips"]}},9074:e=>{e.exports={en:["Change price offset"]}},390:e=>{e.exports={en:["Angle"],hu_HU:["Szög"]}},36335:e=>{e.exports={en:["Angles"],hu_HU:["Szögek"]}},97668:e=>{e.exports={en:["Account size"],hu_HU:["Egyenleg"]}},93857:e=>{e.exports={en:["Always show stats"]}},59129:e=>{e.exports={en:["Arcs"],hu_HU:["Ívek"]}},52648:e=>{e.exports={en:["Avg HL in minticks"],hu_HU:["Átl HL a minticks-ben"]}},27567:e=>{e.exports={en:["Bottom"],hu_HU:["Alsó"]}},17129:e=>{e.exports={en:["Bottom labels"],hu_HU:["Alsó Címkék"]}},38408:e=>{e.exports={en:["Border"],hu_HU:["Keret"]}},333:e=>{e.exports={en:["Borders"],hu_HU:["Határok"]}},79468:e=>{e.exports={en:["Background"],hu_HU:["Háttér"]}},58375:e=>{e.exports={en:["Background #1"]}},89073:e=>{e.exports={en:["Bars range"]}},62374:e=>{e.exports={en:["Date/time range"]}},72942:e=>{e.exports={en:["Days"],hu_HU:["Napok"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},3369:e=>{e.exports={en:["Distance"]}},71310:e=>{e.exports={en:["Emoji pin"]}},6002:e=>{e.exports={en:["Entry price"],hu_HU:["Belépési ár"]}},1337:e=>{e.exports={en:["Extend"],hu_HU:["Hosszabítás"]}},76410:e=>{e.exports={en:["Extend bottom"],hu_HU:["Padló Kiterjesztés"]}},25112:e=>{e.exports={en:["Extend left"],hu_HU:["Bal Hosszabítás"]}},61856:e=>{e.exports={en:["Extend left line"]}},819:e=>{e.exports={en:["Extend lines"],hu_HU:["Vonalak Hosszabítása"]}},25188:e=>{e.exports={en:["Extend lines left"],hu_HU:["Vonalak Hosszabbítása Balra"]}},79192:e=>{e.exports={en:["Extend lines right"]}},68461:e=>{e.exports={en:["Extend right"],hu_HU:["Jobb Hosszabbítás"]}},87430:e=>{e.exports={en:["Extend right line"]}},71397:e=>{e.exports={en:["Extend top"],hu_HU:["Top Kiterjesztés"]}},2573:e=>{e.exports={en:["Font size"],hu_HU:["Betűméret"]}},71525:e=>{e.exports={en:["Failure text"]}},28357:e=>{e.exports={en:["Failure background"]}},84885:e=>{e.exports={en:["Fans"],hu_HU:["Rajongók"]}},66086:e=>{e.exports={en:["Fib levels based on log scale"]}},63271:e=>{e.exports={en:["Flipped"],hu_HU:["Flippelt"]}},49275:e=>{e.exports={en:["HL bars"],hu_HU:["HL Oszlopok"]}},56796:e=>{e.exports={en:["Hours"],hu_HU:["Órák"]}},95406:e=>{e.exports={en:["Horizontal"]}},81169:e=>{e.exports={en:["Invalid URL"]}},21429:e=>{e.exports={en:["Inputs"],
+hu_HU:["Inputok"]}},91612:e=>{e.exports={en:["Inside"],hu_HU:["Belső"]}},98136:e=>{e.exports={en:["OC bars"],hu_HU:["OC Oszlopok"]}},46005:e=>{e.exports={en:["Original"],hu_HU:["Eredeti"]}},74045:e=>{e.exports={en:["Lot size"]}},71571:e=>{e.exports={en:["Lower band #1"],hu_HU:["Lower Band"]}},91889:e=>{e.exports={en:["Lower band #2"]}},83301:e=>{e.exports={en:["Lower band #3"]}},74872:e=>{e.exports={en:["Label"],hu_HU:["Címke"]}},73863:e=>{e.exports={en:["Label background"],hu_HU:["Címke Háttér"]}},79650:e=>{e.exports={en:["Levels"],hu_HU:["Szintek"]}},36937:e=>{e.exports={en:["Levels line"],hu_HU:["Szintvonal"]}},11626:e=>{e.exports={en:["Left"],hu_HU:["Bal"]}},65e3:e=>{e.exports={en:["Left labels"],hu_HU:["Bal Címkék"]}},32982:e=>{e.exports={en:["Line - HL/2"],hu_HU:["Vonal - HL/2"]}},80332:e=>{e.exports={en:["Line - open"],hu_HU:["Line - Nyitó"]}},30216:e=>{e.exports={en:["Line - close"],hu_HU:["Vonal - Záró"]}},18387:e=>{e.exports={en:["Line - high"],hu_HU:["Vonal - Max"]}},53880:e=>{e.exports={en:["Line - low"],hu_HU:["Vonal - Min"]}},3214:e=>{e.exports={en:["Mode"]}},70382:e=>{e.exports={en:["Modified Schiff"],hu_HU:["Módosított Schiff"]}},43154:e=>{e.exports={en:["Months"],hu_HU:["Hónapok"]}},68833:e=>{e.exports={en:["Middle"]}},68286:e=>{e.exports={en:["Middle line"]}},12516:e=>{e.exports={en:["Middle point"]}},42562:e=>{e.exports={en:["Minutes"],hu_HU:["Percek"]}},28941:e=>{e.exports={en:["Mirrored"],hu_HU:["Tükrözött"]}},15402:e=>{e.exports={en:["Next time you can use {shortcut} for quick paste"]}},14279:e=>{e.exports={en:["Source background"]}},64598:e=>{e.exports={en:["Source border"]}},88479:e=>{e.exports={en:["Source text"]}},69904:e=>{e.exports={en:["Schiff"]}},65188:e=>{e.exports={en:["Seconds"],hu_HU:["Másodpercek"]}},26754:e=>{e.exports={en:["Stats"]}},16053:e=>{e.exports={en:["Stats position"],hu_HU:["Stats Position"]}},33310:e=>{e.exports={en:["Stop color"],hu_HU:["Stop Szín"]}},23814:e=>{e.exports={en:["Stop level"]}},23971:e=>{e.exports={en:["Success text"]}},90431:e=>{e.exports={en:["Success background"]}},73525:e=>{e.exports={en:["Percent change"]}},33120:e=>{e.exports={en:["Percents"],hu_HU:["Százalékok"]}},83840:e=>{e.exports={en:["Price"],hu_HU:["Ár"]}},97273:e=>{e.exports={en:["Price label"],hu_HU:["Árcímke"]}},42747:e=>{e.exports={en:["Price labels"]}},58557:e=>{e.exports={en:["Price levels"],hu_HU:["Árszintek"]}},62362:e=>{e.exports={en:["Price range"],hu_HU:["Ártartomány"]}},78393:e=>{e.exports={en:["Price/bar ratio"],hu_HU:["Ár/Oszlop Arány"]}},29416:e=>{e.exports={en:["Prices"],hu_HU:["Árak"]}},67852:e=>{e.exports={en:["Profit level"]}},27177:e=>{e.exports={en:["Ranges and ratio"]}},64489:e=>{e.exports={en:["Reverse"],hu_HU:["Fordított"]}},50421:e=>{e.exports={en:["Right"],hu_HU:["Jobb"]}},28971:e=>{e.exports={en:["Right labels"],hu_HU:["Jobb Címkék"]}},63886:e=>{e.exports={en:["Risk"],hu_HU:["Kockázat"]}},32998:e=>{e.exports={en:["Wave"]}},835:e=>{e.exports={en:["Weeks"],hu_HU:["Hetek"]}},32163:e=>{e.exports={en:["Wick"],hu_HU:["Kanóc"]}},97118:e=>{e.exports={en:["Top"],
+hu_HU:["Felső"]}},74939:e=>{e.exports={en:["Top labels"],hu_HU:["Top Címkék"]}},95631:e=>{e.exports={en:["Target background"]}},79622:e=>{e.exports={en:["Target border"]}},3560:e=>{e.exports={en:["Target color"],hu_HU:["Cél Szín:"]}},59264:e=>{e.exports={en:["Target text"]}},70320:e=>{e.exports={en:["Text"],hu_HU:["Szöveg"]}},7560:e=>{e.exports={en:["Text wrap"],hu_HU:["Szöveg Csomagolás"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},54971:e=>{e.exports={en:["Thickness"]}},24821:e=>{e.exports={en:["Ticks"]}},56822:e=>{e.exports={en:["Time label"]}},58476:e=>{e.exports={en:["Time levels"]}},19788:e=>{e.exports={en:["Transparency"],hu_HU:["Átláthatóság"]}},51574:e=>{e.exports={en:["Trend line"]}},21315:e=>{e.exports={en:["Upper band #1"],hu_HU:["Upper Band"]}},65448:e=>{e.exports={en:["Upper band #2"]}},64848:e=>{e.exports={en:["Upper band #3"]}},28683:e=>{e.exports={en:["Use one color"],hu_HU:["Egyetlen szín használata"]}},5682:e=>{e.exports={en:["VWAP"]}},37644:e=>{e.exports={en:["Volume"],hu_HU:["Volumen"]}},60092:e=>{e.exports={en:["Values"]}},29566:e=>{e.exports={en:["Variance"],hu_HU:["Eltérés"]}},69526:e=>{e.exports={en:["Vertical"]}},3894:e=>{e.exports={en:["change angle"]}},77931:e=>{e.exports={en:["change arrow color"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},77883:e=>{e.exports={en:["change flag color"]}},83842:e=>{e.exports={en:["change image"]}},65309:e=>{e.exports={en:["change image transparency"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},74883:e=>{e.exports={en:["change top margin"]}},69183:e=>{e.exports={en:["change vertical position Y coordinate"]}},83030:e=>{e.exports={en:["change {title} VWAP line color"]}},47479:e=>{e.exports={en:["change {title} VWAP line width"]}},31753:e=>{e.exports={en:["change {title} coeffs as percents visibility"]}},49442:e=>{e.exports={en:["change {title} color"]}},49904:e=>{e.exports={en:["change {title} compact stats mode"]}},97345:e=>{e.exports={en:["change {title} candle border up color"]}},88530:e=>{e.exports={en:["change {title} candle border visibility"]}},81139:e=>{e.exports={en:["change {title} candle border down color"]}},80022:e=>{e.exports={en:["change {title} candle down color"]}},21631:e=>{e.exports={en:["change {title} candle up color"]}},33589:e=>{e.exports={en:["change {title} candle wick color"]}},85382:e=>{e.exports={en:["change {title} candle wick visibility"]}},81340:e=>{e.exports={en:["change {title} change in pips visibility"]}},91600:e=>{e.exports={en:["change {title} currency"]}},59288:e=>{e.exports={en:["change {title} angle visibility"]}},99232:e=>{e.exports={en:["change {title} account size"]}},80390:e=>{e.exports={en:["change {title} always show stats"]}},59577:e=>{e.exports={en:["change {title} all lines color"]}},95582:e=>{e.exports={en:["change {title} arcs {index} line color"]}},8745:e=>{e.exports={en:["change {title} arcs {index} line width"]}},4313:e=>{e.exports={en:["change {title} arcs {index} line visibility"]}},39393:e=>{e.exports={
+en:["change {title} average HL value"]}},62130:e=>{e.exports={en:["change {title} bottom labels visibility"]}},13783:e=>{e.exports={en:["change {title} background transparency"]}},30839:e=>{e.exports={en:["change {title} background visibility"]}},49765:e=>{e.exports={en:["change {title} background color"]}},2788:e=>{e.exports={en:["change {title} background color 1"]}},47108:e=>{e.exports={en:["change {title} background color 2"]}},98845:e=>{e.exports={en:["change {title} bars range visibility"]}},37563:e=>{e.exports={en:["change {title} date/time range visibility"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},86650:e=>{e.exports={en:["change {title} degree"]}},45153:e=>{e.exports={en:["change {title} distance visibility"]}},73247:e=>{e.exports={en:["change {title} emoji"]}},53274:e=>{e.exports={en:["change {title} emoji visibility"]}},91534:e=>{e.exports={en:["change {title} entry price"]}},59665:e=>{e.exports={en:["change {title} extend bottom"]}},35139:e=>{e.exports={en:["change {title} extend left"]}},76295:e=>{e.exports={en:["change {title} extend lines"]}},30126:e=>{e.exports={en:["change {title} extend top"]}},58052:e=>{e.exports={en:["change {title} extending left"]}},74867:e=>{e.exports={en:["change {title} extending right"]}},10390:e=>{e.exports={en:["change {title} extension"]}},58406:e=>{e.exports={en:["change {title} failure text color"]}},91321:e=>{e.exports={en:["change {title} failure background color"]}},28833:e=>{e.exports={en:["change {title} fan {index} line visibility"]}},45732:e=>{e.exports={en:["change {title} fan {index} line width"]}},62500:e=>{e.exports={en:["change {title} fan {index} line color"]}},15972:e=>{e.exports={en:["change {title} fans visibility"]}},1716:e=>{e.exports={en:["change {title} fans line color"]}},85509:e=>{e.exports={en:["change {title} fib levels based on log scale"]}},10643:e=>{e.exports={en:["change {title} flipped"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},86993:e=>{e.exports={en:["change {title} image background color"]}},54087:e=>{e.exports={en:["change {title} lot size"]}},67450:e=>{e.exports={en:["change {title} lower band #1 line color"]}},87716:e=>{e.exports={en:["change {title} lower band #1 line visibility"]}},43181:e=>{e.exports={en:["change {title} lower band #1 line width"]}},35092:e=>{e.exports={en:["change {title} lower band #2 line color"]}},94308:e=>{e.exports={en:["change {title} lower band #2 line visibility"]}},8873:e=>{e.exports={en:["change {title} lower band #2 line width"]}},68180:e=>{e.exports={en:["change {title} lower band #3 line color"]}},32442:e=>{e.exports={en:["change {title} lower band #3 line visibility"]}},3476:e=>{e.exports={en:["change {title} lower band #3 line width"]}},55612:e=>{e.exports={en:["change {title} labels alignment"]}},19658:e=>{e.exports={en:["change {title} labels font size"]}},93340:e=>{e.exports={en:["change {title} labels visibility"]}},27154:e=>{e.exports={
+en:["change {title} level {index} line coeff"]}},664:e=>{e.exports={en:["change {title} level {index} line color"]}},64707:e=>{e.exports={en:["change {title} level {index} line style"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"]}},54517:e=>{e.exports={en:["change {title} levels visibility"]}},63021:e=>{e.exports={en:["change {title} left labels visibility"]}},57462:e=>{e.exports={en:["change {title} mode"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},27470:e=>{e.exports={en:["change {title} middle point visibility"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},85198:e=>{e.exports={en:["change {title} mirrored"]}},63047:e=>{e.exports={en:["change {title} source background color"]}},93889:e=>{e.exports={en:["change {title} source border color"]}},45833:e=>{e.exports={en:["change {title} source text color"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},98463:e=>{e.exports={en:["change {title} style"]}},86722:e=>{e.exports={en:["change {title} stats position"]}},26598:e=>{e.exports={en:["change {title} stop color"]}},45438:e=>{e.exports={en:["change {title} stop level"]}},27503:e=>{e.exports={en:["change {title} stop price"]}},71715:e=>{e.exports={en:["change {title} success text color"]}},80428:e=>{e.exports={en:["change {title} success background color"]}},87246:e=>{e.exports={en:["change {title} percent change visibility"]}},98822:e=>{e.exports={en:["change {title} price label visibility"]}},343:e=>{e.exports={en:["change {title} price labels visibility"]}},63962:e=>{e.exports={en:["change {title} price range visibility"]}},727:e=>{e.exports={en:["change {title} price visibility"]}},4714:e=>{e.exports={en:["change {title} prices visibility"]}},64330:e=>{e.exports={en:["change {title} profit level"]}},12073:e=>{e.exports={en:["change {title} profit price"]}},50762:e=>{e.exports={en:["change {title} reverse"]}},8390:e=>{e.exports={en:["change {title} right labels visibility"]}},79875:e=>{e.exports={en:["change {title} risk"]}},60308:e=>{e.exports={en:["change {title} risk display mode"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},60111:e=>{e.exports={en:["change {title} width"]}},81301:e=>{e.exports={en:["change {title} top labels visibility"]}},25987:e=>{e.exports={en:["change {title} target background color"]}},24138:e=>{e.exports={en:["change {title} target border color"]}},10504:e=>{e.exports={en:["change {title} target color"]}},32230:e=>{e.exports={en:["change {title} target text color"]}},30353:e=>{e.exports={en:["change {title} text visibility"]}},55134:e=>{e.exports={en:["change {title} text alignment"]}},66960:e=>{e.exports={en:["change {title} time label visibility"]}},51085:e=>{e.exports={en:["change {title} transparency"]}},27326:e=>{
+e.exports={en:["change {title} upper band #1 line color"]}},44828:e=>{e.exports={en:["change {title} upper band #1 line visibility"]}},1353:e=>{e.exports={en:["change {title} upper band #1 line width"]}},12138:e=>{e.exports={en:["change {title} upper band #2 line color"]}},93075:e=>{e.exports={en:["change {title} upper band #2 line visibility"]}},7943:e=>{e.exports={en:["change {title} upper band #2 line width"]}},51780:e=>{e.exports={en:["change {title} upper band #3 line color"]}},15698:e=>{e.exports={en:["change {title} upper band #3 line visibility"]}},27414:e=>{e.exports={en:["change {title} upper band #3 line width"]}},36336:e=>{e.exports={en:["change {title} volume visibility"]}},23171:e=>{e.exports={en:["change {title} variance value"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"]}},19541:e=>{e.exports={en:["change {toolName} line width"]}},24059:e=>{e.exports={en:["change {toolName} line color"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"]}},21474:e=>{e.exports={en:["change {toolName} line left end"]}},54827:e=>{e.exports={en:["change {toolName} line right end"]}},66429:e=>{e.exports={en:["change {toolName} line style"]}},66668:e=>{e.exports={en:["change {toolName} text"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"]}},22231:e=>{e.exports={en:["change {toolName} text background color"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"]}},36666:e=>{e.exports={en:["change {toolName} text border color"]}},35423:e=>{e.exports={en:["change {toolName} text border width"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"]}},64500:e=>{e.exports={en:["change {toolName} text color"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"]}},21781:e=>{e.exports={en:["change {toolName} text font size"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},61218:e=>{e.exports={en:["backgrounds color"]}},48433:e=>{e.exports={en:["backgrounds filled"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},2359:e=>{e.exports={
+en:["hours"],hu_HU:["Órák"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},24621:e=>{e.exports={en:["lines color"]}},96400:e=>{e.exports={en:["lines style"]}},41594:e=>{e.exports={en:["lines width"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"],hu_HU:["Hónapok"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"],hu_HU:["Percek"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},59012:e=>{e.exports={en:["show price"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},44461:e=>{e.exports={en:["text color"],hu_HU:["Szöveg szín"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.6645.638c62337337129de9dc.js b/public/charting_library/bundles/hu_HU.6645.638c62337337129de9dc.js
new file mode 100644
index 0000000..b3280bd
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.6645.638c62337337129de9dc.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6645,6155,3367,2303,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],hu_HU:["Koordináták"]}},24197:e=>{e.exports={en:["Center"]}},6060:e=>{e.exports={en:["Add text"]}},27567:e=>{e.exports={en:["Bottom"],hu_HU:["Alsó"]}},38408:e=>{e.exports={en:["Border"],hu_HU:["Keret"]}},79468:e=>{e.exports={en:["Background"],hu_HU:["Háttér"]}},72942:e=>{e.exports={en:["Days"],hu_HU:["Napok"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},56796:e=>{e.exports={en:["Hours"],hu_HU:["Órák"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],hu_HU:["Inputok"]}},34974:e=>{e.exports={en:["Label border"]}},73863:e=>{e.exports={en:["Label background"],hu_HU:["Címke Háttér"]}},11626:e=>{e.exports={en:["Left"],hu_HU:["Bal"]}},97575:e=>{e.exports={en:["Line color"]}},43154:e=>{e.exports={en:["Months"],hu_HU:["Hónapok"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"],hu_HU:["Percek"]}},65188:e=>{e.exports={en:["Seconds"],hu_HU:["Másodpercek"]}},50421:e=>{e.exports={en:["Right"],hu_HU:["Jobb"]}},835:e=>{e.exports={en:["Weeks"],hu_HU:["Hetek"]}},97118:e=>{e.exports={en:["Top"],hu_HU:["Felső"]}},70320:e=>{e.exports={en:["Text"],hu_HU:["Szöveg"]}},7560:e=>{e.exports={en:["Text wrap"],hu_HU:["Szöveg Csomagolás"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},69437:e=>{e.exports={en:["change {title} border color"]}},19298:e=>{e.exports={en:["change {title} border visibility"]}},30839:e=>{e.exports={en:["change {title} background visibility"]}},49765:e=>{e.exports={en:["change {title} background color"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},7455:e=>{e.exports={en:["change {title} line color"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},57122:e=>{e.exports={en:["change {title} text"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={
+en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"]}},66668:e=>{e.exports={en:["change {toolName} text"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"]}},22231:e=>{e.exports={en:["change {toolName} text background color"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"]}},36666:e=>{e.exports={en:["change {toolName} text border color"]}},35423:e=>{e.exports={en:["change {toolName} text border width"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"]}},64500:e=>{e.exports={en:["change {toolName} text color"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"]}},21781:e=>{e.exports={en:["change {toolName} text font size"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},2359:e=>{e.exports={en:["hours"],hu_HU:["Órák"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"],hu_HU:["Hónapok"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"],hu_HU:["Percek"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.6655.0fd2fe635955f6cfa2ba.js b/public/charting_library/bundles/hu_HU.6655.0fd2fe635955f6cfa2ba.js
new file mode 100644
index 0000000..10afd11
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.6655.0fd2fe635955f6cfa2ba.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6655,4040,359],{55517:e=>{e.exports={en:["Add"]}},29619:e=>{e.exports={en:["Add custom color"],hu_HU:["Add Custom Color"]}},80936:e=>{e.exports={en:["Opacity"]}},97349:e=>{e.exports={en:["Fr"],hu_HU:["P"]}},30961:e=>{e.exports={en:["Mo"],hu_HU:["H"]}},94748:e=>{e.exports={en:["Sa"],hu_HU:["Szo"]}},75005:e=>{e.exports={en:["Su"],hu_HU:["V"]}},92578:e=>{e.exports={en:["We"],hu_HU:["Sze"]}},8765:e=>{e.exports={en:["Th"],hu_HU:["Cs"]}},9135:e=>{e.exports={en:["Tu"],hu_HU:["K"]}},53288:e=>{e.exports={en:["animals & nature"]}},21311:e=>{e.exports={en:["activity"]}},90678:e=>{e.exports={en:["food & drink"]}},6715:e=>{e.exports={en:["flags"]}},98355:e=>{e.exports={en:["objects"]}},43438:e=>{e.exports={en:["smiles & people"]}},40457:e=>{e.exports={en:["symbols"]}},88906:e=>{e.exports={en:["recently used"]}},28562:e=>{e.exports={en:["travel & places"]}},24716:e=>{e.exports={en:["Another symbol"]}},41256:e=>{e.exports={en:["Back"]}},94849:e=>{e.exports={en:["Main chart symbol"]}},53174:e=>{e.exports={en:["Right"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"]}},4543:e=>{e.exports={en:["Cancel"],hu_HU:["Törlés"]}},24197:e=>{e.exports={en:["Center"]}},63245:e=>{e.exports={en:["Change symbol"],hu_HU:["Szimbólum módosítása"]}},54613:e=>{e.exports={en:["Chart"]}},47742:e=>{e.exports={en:["Close menu"]}},34040:e=>{e.exports={en:["All sources"]}},62511:e=>{e.exports={en:["Apply Defaults"],hu_HU:["Alapértelmezett Alkalmazása"]}},28896:e=>{e.exports={en:["April"],hu_HU:["Április"]}},11081:e=>{e.exports={en:["August"],hu_HU:["Augusztus"]}},27567:e=>{e.exports={en:["Bottom"],hu_HU:["Alsó"]}},42358:e=>{e.exports={en:["Bond"]}},68043:e=>{e.exports={en:["Gradient"]}},27390:e=>{e.exports={en:["Dotted line"]}},88123:e=>{e.exports={en:["Dashed line"]}},90082:e=>{e.exports={en:["December"]}},55319:e=>{e.exports={en:["Decrease"]}},48572:e=>{e.exports={en:["Defaults"],hu_HU:["Alapértelmezettek"]}},78734:e=>{e.exports={en:["Description"],hu_HU:["Leírás"]}},81069:e=>{e.exports={en:["February"],hu_HU:["Február"]}},3570:e=>{e.exports={en:["Friday"],hu_HU:["Péntek"]}},95406:e=>{e.exports={en:["Horizontal"]}},8854:e=>{e.exports={en:["Hidden"]}},39832:e=>{e.exports={en:["Increase"]}},200:e=>{e.exports={en:["January"],hu_HU:["Január"]}},6608:e=>{e.exports={en:["July"],hu_HU:["Július"]}},61487:e=>{e.exports={en:["June"],hu_HU:["Június"]}},37997:e=>{e.exports={en:["October"],hu_HU:["Október"]}},55450:e=>{e.exports={en:["Offset"],hu_HU:["Eltolás"]}},19295:e=>{e.exports={en:["Ok"],hu_HU:["Oké"]}},11626:e=>{e.exports={en:["Left"],hu_HU:["Bal"]}},28603:e=>{e.exports={en:["Line style"]}},19573:e=>{e.exports={en:["Monday"],hu_HU:["Hétfő"]}},43154:e=>{e.exports={en:["Months"],hu_HU:["Hónapok"]}},37117:e=>{e.exports={en:["More"],hu_HU:["Több"]}},25734:e=>{e.exports={en:["May"],hu_HU:["Május"]}},93878:e=>{e.exports={
+en:["March"],hu_HU:["Március"]}},68833:e=>{e.exports={en:["Middle"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"]}},76822:e=>{e.exports={en:["No symbols match your criteria"]}},4607:e=>{e.exports={en:["November"]}},65353:e=>{e.exports={en:["Normal"],hu_HU:["Normális"]}},69102:e=>{e.exports={en:["Next year"]}},17538:e=>{e.exports={en:["Next years"]}},92790:e=>{e.exports={en:["Next month"]}},71300:e=>{e.exports={en:["Number format is invalid."]}},28628:e=>{e.exports={en:["Sources"]}},88686:e=>{e.exports={en:["Solid"]}},30348:e=>{e.exports={en:["Saturday"],hu_HU:["Szombat"]}},99687:e=>{e.exports={en:["Save as default"],hu_HU:["Mentés Alapértelmezettként"]}},8573:e=>{e.exports={en:["Search"],hu_HU:["Keresés"]}},57640:e=>{e.exports={en:["Select source"]}},8954:e=>{e.exports={en:["Selected Drawings"]}},32179:e=>{e.exports={en:["September"],hu_HU:["Szeptember"]}},31331:e=>{e.exports={en:["Specified value is more than the instrument maximum of {max}."]}},24216:e=>{e.exports={en:["Specified value is less than the instrument minimum of {min}."]}},61480:e=>{e.exports={en:["Sunday"],hu_HU:["Vasárnap"]}},70235:e=>{e.exports={en:["Switch to months"]}},91245:e=>{e.exports={en:["Switch to dates"]}},71961:e=>{e.exports={en:["Switch to years"]}},95481:e=>{e.exports={en:["Symbol"],hu_HU:["Szimbólum"]}},74007:e=>{e.exports={en:["Symbol & description"]}},51165:e=>{e.exports={en:["Symbol Search"]}},27254:e=>{e.exports={en:["Please enter the right date"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"]}},93984:e=>{e.exports={en:["Previous month"]}},75776:e=>{e.exports={en:["Previous year"]}},44701:e=>{e.exports={en:["Previous years"]}},89984:e=>{e.exports={en:["Remove color"]}},47550:e=>{e.exports={en:["Remove selected emoji"]}},33533:e=>{e.exports={en:["Reset settings"],hu_HU:["Alapbeállítások Visszaállítása"]}},50421:e=>{e.exports={en:["Right"],hu_HU:["Jobb"]}},94226:e=>{e.exports={en:["Wednesday"],hu_HU:["Szerda"]}},97118:e=>{e.exports={en:["Top"],hu_HU:["Felső"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},79137:e=>{e.exports={en:["Thursday"],hu_HU:["Csütörtök"]}},54971:e=>{e.exports={en:["Thickness"]}},82160:e=>{e.exports={en:["Tuesday"],hu_HU:["Kedd"]}},13748:e=>{e.exports={en:["Use special math signs to displace selected drawings: +,-,/,* for price and +,- for bar index."]}},69526:e=>{e.exports={en:["Vertical"]}},66181:e=>{e.exports={en:["Years"]}},70932:e=>{e.exports={en:["commodity"]}},79599:e=>{e.exports={en:["cfd"]}},29426:e=>{e.exports={en:["change opacity"]}},31675:e=>{e.exports={en:["change color"]}},28818:e=>{e.exports={en:["change line style"]}},73281:e=>{e.exports={en:["change thickness"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},23687:e=>{e.exports={en:["change {sourceTitle} title to {newSourceTitle}"]}},5741:e=>{e.exports={en:["close"],hu_HU:["záró"]}},46128:e=>{e.exports={en:["crypto"],hu_HU:["kripto"]}},47268:e=>{e.exports={en:["dr"]}},406:e=>{e.exports={en:["e.g. +1"]}},49957:e=>{e.exports={en:["e.g. /2"]}
+},54094:e=>{e.exports={en:["economy"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"]}},59319:e=>{e.exports={en:["high"]}},96008:e=>{e.exports={en:["hl2"]}},91189:e=>{e.exports={en:["hlc3"]}},49242:e=>{e.exports={en:["hlcc4"]}},87464:e=>{e.exports={en:["index"]}},90250:e=>{e.exports={en:["indices"]}},52793:e=>{e.exports={en:["ohlc4"]}},83584:e=>{e.exports={en:["open"]}},41902:e=>{e.exports={en:["low"]}},76752:e=>{e.exports={en:["stock"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.6703.bdb6f2f6c5d635dc479f.js b/public/charting_library/bundles/hu_HU.6703.bdb6f2f6c5d635dc479f.js
new file mode 100644
index 0000000..477af3d
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.6703.bdb6f2f6c5d635dc479f.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6703,4040,359],{41256:e=>{e.exports={en:["Back"]}},53174:e=>{e.exports={en:["Right"]}},93193:e=>{e.exports={en:["Compare symbol"]}},4543:e=>{e.exports={en:["Cancel"],hu_HU:["Törlés"]}},47742:e=>{e.exports={en:["Close menu"]}},60085:e=>{e.exports={en:["Add to"]}},46622:e=>{e.exports={en:["Added symbols"]}},34040:e=>{e.exports={en:["All sources"]}},1048:e=>{e.exports={en:["Allow extend time scale"]}},42358:e=>{e.exports={en:["Bond"]}},78734:e=>{e.exports={en:["Description"],hu_HU:["Leírás"]}},37117:e=>{e.exports={en:["More"],hu_HU:["Több"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"]}},37094:e=>{e.exports={en:["No symbols here yet — why not add some?"]}},76822:e=>{e.exports={en:["No symbols match your criteria"]}},63456:e=>{e.exports={en:["New pane"]}},60126:e=>{e.exports={en:["New price scale"]}},28628:e=>{e.exports={en:["Sources"]}},56136:e=>{e.exports={en:["Same % scale"]}},38137:e=>{e.exports={en:["Same scale"]}},8573:e=>{e.exports={en:["Search"],hu_HU:["Keresés"]}},57640:e=>{e.exports={en:["Select source"]}},95481:e=>{e.exports={en:["Symbol"],hu_HU:["Szimbólum"]}},74007:e=>{e.exports={en:["Symbol & description"]}},51165:e=>{e.exports={en:["Symbol Search"]}},8926:e=>{e.exports={en:["Recent symbols"]}},70932:e=>{e.exports={en:["commodity"]}},79599:e=>{e.exports={en:["cfd"]}},46128:e=>{e.exports={en:["crypto"],hu_HU:["kripto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"]}},87464:e=>{e.exports={en:["index"]}},90250:e=>{e.exports={en:["indices"]}},76752:e=>{e.exports={en:["stock"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.6760.d667b4a17bb7e3977273.js b/public/charting_library/bundles/hu_HU.6760.d667b4a17bb7e3977273.js
new file mode 100644
index 0000000..54e0a35
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.6760.d667b4a17bb7e3977273.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6760,2787,6155,7850,7122,5111,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],hu_HU:["Koordináták"]}},24197:e=>{e.exports={en:["Center"]}},6060:e=>{e.exports={en:["Add text"]}},27567:e=>{e.exports={en:["Bottom"],hu_HU:["Alsó"]}},79468:e=>{e.exports={en:["Background"],hu_HU:["Háttér"]}},72942:e=>{e.exports={en:["Days"],hu_HU:["Napok"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},61856:e=>{e.exports={en:["Extend left line"]}},87430:e=>{e.exports={en:["Extend right line"]}},56796:e=>{e.exports={en:["Hours"],hu_HU:["Órák"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],hu_HU:["Inputok"]}},79650:e=>{e.exports={en:["Levels"],hu_HU:["Szintek"]}},11626:e=>{e.exports={en:["Left"],hu_HU:["Bal"]}},43154:e=>{e.exports={en:["Months"],hu_HU:["Hónapok"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"],hu_HU:["Percek"]}},65188:e=>{e.exports={en:["Seconds"],hu_HU:["Másodpercek"]}},50421:e=>{e.exports={en:["Right"],hu_HU:["Jobb"]}},835:e=>{e.exports={en:["Weeks"],hu_HU:["Hetek"]}},97118:e=>{e.exports={en:["Top"],hu_HU:["Felső"]}},70320:e=>{e.exports={en:["Text"],hu_HU:["Szöveg"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},24821:e=>{e.exports={en:["Ticks"]}},51574:e=>{e.exports={en:["Trend line"]}},28683:e=>{e.exports={en:["Use one color"],hu_HU:["Egyetlen szín használata"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},59577:e=>{e.exports={en:["change {title} all lines color"]}},13783:e=>{e.exports={en:["change {title} background transparency"]}},30839:e=>{e.exports={en:["change {title} background visibility"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"]}},664:e=>{e.exports={en:["change {title} level {index} line color"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"]}},54517:e=>{e.exports={en:["change {title} levels visibility"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},57122:e=>{e.exports={en:["change {title} text"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{
+e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"]}},19541:e=>{e.exports={en:["change {toolName} line width"]}},24059:e=>{e.exports={en:["change {toolName} line color"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"]}},21474:e=>{e.exports={en:["change {toolName} line left end"]}},54827:e=>{e.exports={en:["change {toolName} line right end"]}},66429:e=>{e.exports={en:["change {toolName} line style"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},77114:e=>{e.exports={en:["erase level line"]}},2359:e=>{e.exports={en:["hours"],hu_HU:["Órák"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"],hu_HU:["Hónapok"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"],hu_HU:["Percek"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.6778.cb295f9cefe08c721b2c.js b/public/charting_library/bundles/hu_HU.6778.cb295f9cefe08c721b2c.js
new file mode 100644
index 0000000..86cd60a
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.6778.cb295f9cefe08c721b2c.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6778],{36778:e=>{e.exports={en:["Last available bar"],hu_HU:["Utolsó elérhető oszlop"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.6822.4179cccc2fa59f991bf4.js b/public/charting_library/bundles/hu_HU.6822.4179cccc2fa59f991bf4.js
new file mode 100644
index 0000000..3c828e2
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.6822.4179cccc2fa59f991bf4.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6822],{94920:e=>{e.exports={en:["ADJ"],hu_HU:["adj"]}},16755:e=>{e.exports={en:["B-ADJ"]}},82631:e=>{e.exports={en:["SET"]}},22233:e=>{e.exports={en:["auto"]}},4161:e=>{e.exports={en:["log"]}},58221:e=>{e.exports={en:["All data"]}},19273:e=>{e.exports={en:["Year to day"]}},58426:e=>{e.exports={en:["{timePeriod} in {timeInterval}"]}},93020:e=>{e.exports={en:["Adjust data for dividends"]}},68921:e=>{e.exports={en:["Adjust for contract changes"]}},42432:e=>{e.exports={en:["Go to"],hu_HU:["Ugrás ide:"]}},92966:e=>{e.exports={en:["Extended Hours is available only for intraday charts"]}},61206:e=>{e.exports={en:["Maximize chart"]}},2031:e=>{e.exports={en:["Main symbol data is adjusted for dividends only"]}},95739:e=>{e.exports={en:["Main symbol data is adjusted for splits only"]}},27665:e=>{e.exports={en:["Sessions"]}},31142:e=>{e.exports={en:["Restore chart"]}},41888:e=>{e.exports={en:["Toggle Auto Scale"],hu_HU:["Váltás Automata Méretezés"]}},1e4:e=>{e.exports={en:["Toggle Log Scale"],hu_HU:["Váltás Log Skála"]}},81649:e=>{e.exports={en:["Toggle Percentage"],hu_HU:["Váltás Százalék"]}},77073:e=>{e.exports={en:["Timezone"],hu_HU:["Időzóna"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"]}},8586:e=>{e.exports={en:["ext"]}},63808:e=>{e.exports={en:["{str} day","{str} days"]}},62368:e=>{e.exports={en:["{str} day","{str} days"]}},561:e=>{e.exports={en:["{str} day intervals","{str} days intervals"]}},72495:e=>{e.exports={en:["{str} hour","{str} hours"]}},64963:e=>{e.exports={en:["{str} hour","{str} hours"]}},14887:e=>{e.exports={en:["{str} hour intervals","{str} hours intervals"]}},12752:e=>{e.exports={en:["{str} month","{str} months"]}},20062:e=>{e.exports={en:["{str} month","{str} months"]}},48514:e=>{e.exports={en:["{str} month intervals","{str} months intervals"]}},95484:e=>{e.exports={en:["{str} minute","{str} minutes"]}},5926:e=>{e.exports={en:["{str} minute","{str} minutes"]}},15489:e=>{e.exports={en:["{str} minute intervals","{str} minutes intervals"]}},6088:e=>{e.exports={en:["{str} week","{str} weeks"]}},49306:e=>{e.exports={en:["{str} week","{str} weeks"]}},60316:e=>{e.exports={en:["{str} week intervals","{str} weeks intervals"]}},96325:e=>{e.exports={en:["{str} year","{str} years"]}},91549:e=>{e.exports={en:["{str} year","{str} years"]}},78971:e=>{e.exports={en:["{str} year intervals","{str} years intervals"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.6838.b209fab6f81d9054b17c.js b/public/charting_library/bundles/hu_HU.6838.b209fab6f81d9054b17c.js
new file mode 100644
index 0000000..0f9437d
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.6838.b209fab6f81d9054b17c.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6838],{66838:e=>{e.exports={en:["Fact of the day"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.7122.b56804d4455c3a0204dd.js b/public/charting_library/bundles/hu_HU.7122.b56804d4455c3a0204dd.js
new file mode 100644
index 0000000..0179055
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.7122.b56804d4455c3a0204dd.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7122],{57122:e=>{e.exports={en:["change {title} text"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.7328.6e079881a6ff4ded3dbf.js b/public/charting_library/bundles/hu_HU.7328.6e079881a6ff4ded3dbf.js
new file mode 100644
index 0000000..86583ad
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.7328.6e079881a6ff4ded3dbf.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7328],{27328:e=>{e.exports={en:["Don't show again"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.7458.068c610f8718bc62a766.js b/public/charting_library/bundles/hu_HU.7458.068c610f8718bc62a766.js
new file mode 100644
index 0000000..399873a
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.7458.068c610f8718bc62a766.js
@@ -0,0 +1,5 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7458,4821],{80587:e=>{e.exports={en:["bars"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"],hu_HU:["(Ny + M + A + Z)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"],hu_HU:["(M + A + Z)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"],hu_HU:["(M + A)/2"]}},31882:e=>{e.exports={en:["12-hours"]}},5797:e=>{e.exports={en:["24-hours"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],hu_HU:["Bárszínek az előző záró alapján"]}},23739:e=>{e.exports={en:["Canvas"]}},24197:e=>{e.exports={en:["Center"]}},15153:e=>{e.exports={en:["Chart basic styles"]}},45639:e=>{e.exports={en:["Chart values"]}},84831:e=>{e.exports={en:["Close line"]}},74622:e=>{e.exports={en:["Crosshair"],hu_HU:["Szálkereszt"]}},81849:e=>{e.exports={en:["Currency"],hu_HU:["Valuta"]}},3015:e=>{e.exports={en:["Currency and Unit"]}},93020:e=>{e.exports={en:["Adjust data for dividends"]}},68921:e=>{e.exports={en:["Adjust for contract changes"]}},36620:e=>{e.exports={en:["Alerts"],hu_HU:["Riasztások"]}},14119:e=>{e.exports={en:["Arguments"],hu_HU:["Argumentumok"]}},68650:e=>{e.exports={en:["Average close"]}},27567:e=>{e.exports={en:["Bottom"],hu_HU:["Alsó"]}},3159:e=>{e.exports={en:["Bottom line"],hu_HU:["Bottom Line"]}},74406:e=>{e.exports={en:["Body"]}},333:e=>{e.exports={en:["Borders"],hu_HU:["Határok"]}},79468:e=>{e.exports={en:["Background"],hu_HU:["Háttér"]}},10842:e=>{e.exports={en:["Bar change values"],hu_HU:["Bar Change Values"]}},28975:e=>{e.exports={en:["Base level"],hu_HU:["Base Level"]}},76473:e=>{e.exports={en:["Bid and ask"]}},32744:e=>{e.exports={en:["Buttons"]}},68662:e=>{e.exports={en:["Grid lines"]}},17611:e=>{e.exports={en:["Down bars"]}},23743:e=>{e.exports={en:["Down color"]}},48225:e=>{e.exports={en:["Data modification"]}},84838:e=>{e.exports={en:["Date format"],hu_HU:["Date Format"]}},42357:e=>{e.exports={en:["Day of week on labels"]}},16564:e=>{e.exports={en:["Default"],hu_HU:["Alapértelmezett"]}},78734:e=>{e.exports={en:["Description"],hu_HU:["Leírás"]}},89212:e=>{e.exports={en:["Display inactivity gaps on intraday"]}},59777:e=>{e.exports={en:["Electronic trading hours background"]}},69808:e=>{e.exports={en:["Events"],hu_HU:["Események"]}},41129:e=>{e.exports={en:["Fill"]}},61112:e=>{e.exports={en:["Fill top area"],hu_HU:["Fill Top Area"]}},73185:e=>{e.exports={en:["Fill bottom area"],hu_HU:["Fill Bottom Area"]}},95406:e=>{e.exports={en:["Horizontal"]}},61900:e=>{e.exports={en:["Horz only"]}},14180:e=>{e.exports={en:["High and low"]}},56359:e=>{e.exports={en:["High line"]}},47326:e=>{e.exports={en:["Integer"]}},84549:e=>{e.exports={en:["Indicators"],hu_HU:["Indikátorok"]}},78082:e=>{e.exports={en:["Indicators and financials"]}},25765:e=>{e.exports={en:["Open market status"]}},34579:e=>{e.exports={en:["Low line"]}},14876:e=>{e.exports={en:["Logo"]}},89315:e=>{e.exports={en:["Long Description"]}},72423:e=>{e.exports={en:["Last day change values"]}},11626:e=>{e.exports={en:["Left"],hu_HU:["Bal"]}},8249:e=>{e.exports={en:["Money"],hu_HU:["Pénz"]}},70937:e=>{
+e.exports={en:["Margins"],hu_HU:["Fedezeti Letét"]}},68833:e=>{e.exports={en:["Middle"]}},58589:e=>{e.exports={en:["No overlapping labels"]}},60798:e=>{e.exports={en:["None"]}},51019:e=>{e.exports={en:["Navigation"]}},99709:e=>{e.exports={en:["Name"],hu_HU:["Érme"]}},8852:e=>{e.exports={en:["Save chart left edge position when changing interval"]}},26204:e=>{e.exports={en:["Scale modes (A and L)"]}},93968:e=>{e.exports={en:["Scales"],hu_HU:["Skálák"]}},90275:e=>{e.exports={en:["Scales and lines"]}},30042:e=>{e.exports={en:["Scales placement"]}},28715:e=>{e.exports={en:["Status line"]}},95481:e=>{e.exports={en:["Symbol"],hu_HU:["Szimbólum"]}},53263:e=>{e.exports={en:["Pane"]}},82894:e=>{e.exports={en:["Pane separators"]}},16207:e=>{e.exports={en:["Percentage"],hu_HU:["Százalék"]}},94408:e=>{e.exports={en:["Pips"],hu_HU:["Pipek"]}},60904:e=>{e.exports={en:["Pre/post market"]}},88327:e=>{e.exports={en:["Pre/post market hours background"]}},59766:e=>{e.exports={en:["Precision"],hu_HU:["Pontosság"]}},83811:e=>{e.exports={en:["Previous day close"]}},35082:e=>{e.exports={en:["Price Scale"]}},27632:e=>{e.exports={en:["Price and percentage value"]}},62142:e=>{e.exports={en:["Price labels & lines"]}},84684:e=>{e.exports={en:["Price source"]}},73466:e=>{e.exports={en:["Projection up bars"]}},77430:e=>{e.exports={en:["Projection candles"]}},88367:e=>{e.exports={en:["Projection down bars"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"]}},50421:e=>{e.exports={en:["Right"],hu_HU:["Jobb"]}},62532:e=>{e.exports={en:["Right Margin"]}},41571:e=>{e.exports={en:["Watermark"],hu_HU:["Vízjel"]}},32163:e=>{e.exports={en:["Wick"],hu_HU:["Kanóc"]}},97118:e=>{e.exports={en:["Top"],hu_HU:["Felső"]}},89349:e=>{e.exports={en:["Top line"],hu_HU:["Top Line"]}},70320:e=>{e.exports={en:["Text"],hu_HU:["Szöveg"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},20215:e=>{e.exports={en:["Thin bars"],hu_HU:["Thin Bars"]}},70198:e=>{e.exports={en:["Title"],hu_HU:["Cím"]}},29854:e=>{e.exports={en:["Titles"]}},5791:e=>{e.exports={en:["Ticker"]}},16816:e=>{e.exports={en:["Ticker and description"]}},24821:e=>{e.exports={en:["Ticks"]}},93965:e=>{e.exports={en:["Time Scale"]}},5591:e=>{e.exports={en:["Time hours format"]}},77073:e=>{e.exports={en:["Timezone"],hu_HU:["Időzóna"]}},76495:e=>{e.exports={en:["Trading"],hu_HU:["Kereskedés"]}},33564:e=>{e.exports={en:["Unit"]}},23091:e=>{e.exports={en:["Up color"]}},36957:e=>{e.exports={en:["Up bars"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"]}},37644:e=>{e.exports={en:["Volume"],hu_HU:["Volumen"]}},51514:e=>{e.exports={en:["Value"],hu_HU:["Érték"]}},31218:e=>{e.exports={en:["Value according to scale"]}},60092:e=>{e.exports={en:["Values"]}},83594:e=>{e.exports={en:["Vert and horz"]}},8402:e=>{e.exports={en:["Vert only"]}},69526:e=>{e.exports={en:["Vertical"]}},21105:e=>{e.exports={en:["candle"]}},27068:e=>{e.exports={en:["change HLC bars"]}},21201:e=>{e.exports={en:["change HLC bars color"]}},3311:e=>{
+e.exports={en:["change navigation buttons visibility"]}},96227:e=>{e.exports={en:["change open market status visibility"]}},43231:e=>{e.exports={en:["change average close price line width"]}},47026:e=>{e.exports={en:["change average close price line color"]}},86866:e=>{e.exports={en:["change area fill color"]}},89346:e=>{e.exports={en:["change area line width"]}},29605:e=>{e.exports={en:["change area line color"]}},4640:e=>{e.exports={en:["change area price source"]}},98407:e=>{e.exports={en:["change ask line color"]}},42190:e=>{e.exports={en:["change base level"]}},71785:e=>{e.exports={en:["change baseline bottom line color"]}},56175:e=>{e.exports={en:["change baseline bottom line width"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"]}},92873:e=>{e.exports={en:["change baseline fill top area color"]}},68609:e=>{e.exports={en:["change baseline price source"]}},69044:e=>{e.exports={en:["change baseline top line color"]}},68197:e=>{e.exports={en:["change baseline top line width"]}},33464:e=>{e.exports={en:["change bar up color"]}},27426:e=>{e.exports={en:["change bar change visibility"]}},59622:e=>{e.exports={en:["change bar down color"]}},17919:e=>{e.exports={en:["change bid line color"]}},32094:e=>{e.exports={en:["change bottom margin"]}},63119:e=>{e.exports={en:["change currency and unit labels visibility"]}},64003:e=>{e.exports={en:["change currency label visibility"]}},42803:e=>{e.exports={en:["change chart background color"]}},41382:e=>{e.exports={en:["change chart background type"]}},79637:e=>{e.exports={en:["change chart values visibility"]}},43090:e=>{e.exports={en:["change color bars based on previous close"]}},88324:e=>{e.exports={en:["change column up color"]}},93890:e=>{e.exports={en:["change column down color"]}},4727:e=>{e.exports={en:["change column price source"]}},50544:e=>{e.exports={en:["change crosshair width"]}},92885:e=>{e.exports={en:["change crosshair color"]}},68418:e=>{e.exports={en:["change crosshair style"]}},43109:e=>{e.exports={en:["change date format"]}},30418:e=>{e.exports={en:["change day of week on labels"]}},82063:e=>{e.exports={en:["change decimal places"]}},44223:e=>{e.exports={en:["change extended hours color"]}},47393:e=>{e.exports={en:["change electronic trading hours"]}},73844:e=>{e.exports={en:["change grid lines visibility"]}},61407:e=>{e.exports={en:["change high and low price line color"]}},39581:e=>{e.exports={en:["change high and low price line width"]}},6026:e=>{e.exports={en:["change high-low body color"]}},73021:e=>{e.exports={en:["change high-low body visibility"]}},46844:e=>{e.exports={en:["change high-low border color"]}},15801:e=>{e.exports={en:["change high-low borders visibility"]}},72399:e=>{e.exports={en:["change high-low labels visibility"]}},56961:e=>{e.exports={en:["change high-low labels color"]}},21133:e=>{e.exports={en:["change horz grid lines color"]}},63050:e=>{e.exports={en:["change indicator titles visibility"]}},49583:e=>{e.exports={en:["change indicator values visibility"]}},78310:e=>{e.exports={
+en:["change indicator arguments visibility"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"]}},66307:e=>{e.exports={en:["change last day change visibility"]}},91873:e=>{e.exports={en:["change legend background transparency"]}},14246:e=>{e.exports={en:["change legend background visibility"]}},88640:e=>{e.exports={en:["change line color"]}},41837:e=>{e.exports={en:["change line price source"]}},48339:e=>{e.exports={en:["change line width"]}},18378:e=>{e.exports={en:["change pane buttons visibility"]}},52203:e=>{e.exports={en:["change pane separators color"]}},38730:e=>{e.exports={en:["change post market color"]}},28075:e=>{e.exports={en:["change post market line color"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"]}},44371:e=>{e.exports={en:["change pre market color"]}},96114:e=>{e.exports={en:["change pre market line color"]}},69814:e=>{e.exports={en:["change previous close price line color"]}},13660:e=>{e.exports={en:["change previous close price line width"]}},87861:e=>{e.exports={en:["change price line color"]}},29353:e=>{e.exports={en:["change price line width"]}},16241:e=>{e.exports={en:["change range bars style"]}},65821:e=>{e.exports={en:["change range thin bars"]}},75487:e=>{e.exports={en:["change renko wick down color"]}},92277:e=>{e.exports={en:["change renko wick up color"]}},79604:e=>{e.exports={en:["change renko wick visibility"]}},82946:e=>{e.exports={en:["change right margin"]}},79545:e=>{e.exports={en:["change right margin percentage"]}},78995:e=>{e.exports={en:["change symbol watermark color"]}},73227:e=>{e.exports={en:["change symbol watermark visibility"]}},88167:e=>{e.exports={en:["change symbol description visibility"]}},12050:e=>{e.exports={en:["change symbol field visibility"]}},46066:e=>{e.exports={en:["change symbol last value mode"]}},902:e=>{e.exports={en:["change symbol legend format"]}},77408:e=>{e.exports={en:["change save chart left edge position when changing interval"]}},69023:e=>{e.exports={en:["change scale modes buttons visibility"]}},76131:e=>{e.exports={en:["change scales text color"]}},27792:e=>{e.exports={en:["change scales font size"]}},94997:e=>{e.exports={en:["change scales lines color"]}},60067:e=>{e.exports={en:["change sessions breaks visibility"]}},28175:e=>{e.exports={en:["change sessions breaks width"]}},33895:e=>{e.exports={en:["change sessions breaks color"]}},21641:e=>{e.exports={en:["change sessions breaks style"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"]}},60834:e=>{e.exports={en:["change thin bars"]}},39754:e=>{e.exports={en:["change time hours format"]}},74883:e=>{e.exports={en:["change top margin"]}},51250:e=>{e.exports={en:["change unit label visibility"]}},71805:e=>{e.exports={en:["change vert grid lines color"]}},96201:e=>{e.exports={en:["change volume values visibility"]}},17214:e=>{e.exports={en:["change {candleType} up border color"]}},
+36697:e=>{e.exports={en:["change {candleType} up color"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"]}},20291:e=>{e.exports={en:["change {candleType} down border color"]}},64571:e=>{e.exports={en:["change {candleType} down color"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"]}},5012:e=>{e.exports={en:["change {chartType} down color"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"]}},6970:e=>{e.exports={en:["change {chartType} up color"]}},66110:e=>{e.exports={en:["change {inputName} property"]}},18077:e=>{e.exports={en:["adjust data for dividends"]}},1433:e=>{e.exports={en:["adjust for contract changes"]}},92598:e=>{e.exports={en:["hollow candles"],hu_HU:["Áttetsző Gyertyák"]}},57243:e=>{e.exports={en:["range","ranges"]}},70282:e=>{e.exports={en:["renko"],hu_HU:["Renko"]}},28871:e=>{e.exports={en:["toggle intraday inactivity gaps"]}},92978:e=>{e.exports={en:["use settlement as close on daily interval"]}},59644:e=>{e.exports={en:["{value} decimal","{value} decimals"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.7714.fb6a9318f826d9829d2d.js b/public/charting_library/bundles/hu_HU.7714.fb6a9318f826d9829d2d.js
new file mode 100644
index 0000000..b594ae6
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.7714.fb6a9318f826d9829d2d.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7714,4109,4166],{92389:e=>{e.exports={en:["Clone, Copy"]}},47742:e=>{e.exports={en:["Close menu"]}},83390:e=>{e.exports={en:["Create a group of drawings"]}},69207:e=>{e.exports={en:["Add to favorites"],hu_HU:["Hozzáadás kedvencekhez"]}},40983:e=>{e.exports={en:["Group is hidden on current interval"]}},80014:e=>{e.exports={en:["Drawing is hidden on current interval"]}},88616:e=>{e.exports={en:["Object tree"]}},80996:e=>{e.exports={en:["Local drawings"]}},63944:e=>{e.exports={en:["Modified: {modificationDate}"]}},37117:e=>{e.exports={en:["More"],hu_HU:["Több"]}},81031:e=>{e.exports={en:["Manage layout drawings"]}},84212:e=>{e.exports={en:["No drawings yet"],hu_HU:["Nincs még rajz"]}},92931:e=>{e.exports={en:["Synced globally"]}},41870:e=>{e.exports={en:["Synced in layout"]}},8182:e=>{e.exports={en:["Remove all drawings for this symbol"]}},85106:e=>{e.exports={en:["Remove from favorites"],hu_HU:["Eltávolít kedvencek közül"]}},6321:e=>{e.exports={en:["Rename"],hu_HU:["Átnevezés"]}},23687:e=>{e.exports={en:["change {sourceTitle} title to {newSourceTitle}"]}},93277:e=>{e.exports={en:["hide objects"]}},10370:e=>{e.exports={en:["insert source(s) after"]}},36044:e=>{e.exports={en:["move objects"]}},51382:e=>{e.exports={en:["show {title}"]}},23771:e=>{e.exports={en:["show objects"]}},79688:e=>{e.exports={en:["remove objects"]}},58407:e=>{e.exports={en:["remove all line tools for {symbol}"]}},90755:e=>{e.exports={en:["{drawingsCount} drawing","{drawingsCount} drawings"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.7827.ea2deb999b0c771280eb.js b/public/charting_library/bundles/hu_HU.7827.ea2deb999b0c771280eb.js
new file mode 100644
index 0000000..7ca1ce1
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.7827.ea2deb999b0c771280eb.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7827,4109],{55517:e=>{e.exports={en:["Add"]}},29619:e=>{e.exports={en:["Add custom color"],hu_HU:["Add Custom Color"]}},80936:e=>{e.exports={en:["Opacity"]}},64974:e=>{e.exports={en:["line tool(s) line style"]}},47370:e=>{e.exports={en:["Color"],hu_HU:["Szín"]}},4543:e=>{e.exports={en:["Cancel"],hu_HU:["Törlés"]}},74089:e=>{e.exports={en:["Anchor drawing"]}},69207:e=>{e.exports={en:["Add to favorites"],hu_HU:["Hozzáadás kedvencekhez"]}},99919:e=>{e.exports={en:["Align to 45 degree"]}},69715:e=>{e.exports={en:["Background color"],hu_HU:["Háttérszín"]}},7977:e=>{e.exports={en:["Background color 1"],hu_HU:["Háttérszín 1"]}},8111:e=>{e.exports={en:["Background color 2"],hu_HU:["Háttérszín 2"]}},57157:e=>{e.exports={en:["Dot"],hu_HU:["Pont"]}},27390:e=>{e.exports={en:["Dotted line"]}},88123:e=>{e.exports={en:["Dashed line"]}},14939:e=>{e.exports={en:["Demonstration"]}},31145:e=>{e.exports={en:["Disable align to 45 degrees mode"]}},83187:e=>{e.exports={en:["Enable align to 45 degrees mode"]}},8727:e=>{e.exports={en:["Eraser"],hu_HU:["Radír"]}},92409:e=>{e.exports={en:["Font Size"],hu_HU:["Betűméret"]}},2573:e=>{e.exports={en:["Font size"],hu_HU:["Betűméret"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"]}},22688:e=>{e.exports={en:["Hide Favorite Drawing Tools Toolbar"]}},79451:e=>{e.exports={en:["Lock all drawings"],hu_HU:["Rajzeszközök Zárolása"]}},14097:e=>{e.exports={en:["Line tool backgrounds"]}},11989:e=>{e.exports={en:["Line tool colors"]}},81956:e=>{e.exports={en:["Line tool text colors"]}},53002:e=>{e.exports={en:["Line tool width"]}},75056:e=>{e.exports={en:["Line tool widths"]}},37117:e=>{e.exports={en:["More"],hu_HU:["Több"]}},35553:e=>{e.exports={en:["Magic"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"]}},46193:e=>{e.exports={en:["Marker color"],hu_HU:["Jelölő Színe"]}},91563:e=>{e.exports={en:["Measure"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"]}},3154:e=>{e.exports={en:["Show Hidden Tools"],hu_HU:["Elrejtett Eszközök Mutatása"]}},85786:e=>{e.exports={en:["Show Object Tree"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],hu_HU:["Rajzmódban Marad"]}},65086:e=>{e.exports={en:["Stop background color"],hu_HU:["Stop Háttérszín"]}},28736:e=>{e.exports={en:["Profit background color"],hu_HU:["Profit Háttérszín"]}},57118:e=>{e.exports={en:["Remove Drawings"]}},89984:e=>{e.exports={en:["Remove color"]}},85106:e=>{e.exports={en:["Remove from favorites"],hu_HU:["Eltávolít kedvencek közül"]}},77753:e=>{e.exports={en:["Text color"],hu_HU:["Szöveg szín"]}},55774:e=>{e.exports={en:["Zoom In"],hu_HU:["Nagyítás"]}},37310:e=>{e.exports={en:["Zoom Out"],hu_HU:["Kicsinyítés"]}},96142:e=>{e.exports={en:["change line tool(s) text color"]}},50522:e=>{e.exports={en:["change line tool(s) background color"]}},78655:e=>{e.exports={en:["change line tool(s) color"]}},37453:e=>{e.exports={
+en:["change line tool(s) font size"]}},13423:e=>{e.exports={en:["change line tool(s) line style"]}},81303:e=>{e.exports={en:["change line tool(s) line width"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.7850.c4f446fdb53937cc86cb.js b/public/charting_library/bundles/hu_HU.7850.c4f446fdb53937cc86cb.js
new file mode 100644
index 0000000..464795c
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.7850.c4f446fdb53937cc86cb.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7850,7122,5111],{57122:e=>{e.exports={en:["change {title} text"]}},77114:e=>{e.exports={en:["erase level line"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.7952.0cb83b58212a65904f9d.js b/public/charting_library/bundles/hu_HU.7952.0cb83b58212a65904f9d.js
new file mode 100644
index 0000000..68bbed8
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.7952.0cb83b58212a65904f9d.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7952,2787,6155,5111,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"]}},29291:e=>{e.exports={en:["Median"],hu_HU:["Medián"]}},78930:e=>{e.exports={en:["Coordinates"],hu_HU:["Koordináták"]}},24197:e=>{e.exports={en:["Center"]}},27567:e=>{e.exports={en:["Bottom"],hu_HU:["Alsó"]}},79468:e=>{e.exports={en:["Background"],hu_HU:["Háttér"]}},72942:e=>{e.exports={en:["Days"],hu_HU:["Napok"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},61856:e=>{e.exports={en:["Extend left line"]}},819:e=>{e.exports={en:["Extend lines"],hu_HU:["Vonalak Hosszabítása"]}},87430:e=>{e.exports={en:["Extend right line"]}},56796:e=>{e.exports={en:["Hours"],hu_HU:["Órák"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],hu_HU:["Inputok"]}},11626:e=>{e.exports={en:["Left"],hu_HU:["Bal"]}},43154:e=>{e.exports={en:["Months"],hu_HU:["Hónapok"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"],hu_HU:["Percek"]}},65188:e=>{e.exports={en:["Seconds"],hu_HU:["Másodpercek"]}},50421:e=>{e.exports={en:["Right"],hu_HU:["Jobb"]}},835:e=>{e.exports={en:["Weeks"],hu_HU:["Hetek"]}},97118:e=>{e.exports={en:["Top"],hu_HU:["Felső"]}},70320:e=>{e.exports={en:["Text"],hu_HU:["Szöveg"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},24821:e=>{e.exports={en:["Ticks"]}},28683:e=>{e.exports={en:["Use one color"],hu_HU:["Egyetlen szín használata"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},59577:e=>{e.exports={en:["change {title} all lines color"]}},13783:e=>{e.exports={en:["change {title} background transparency"]}},30839:e=>{e.exports={en:["change {title} background visibility"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},76295:e=>{e.exports={en:["change {title} extend lines"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"]}},664:e=>{e.exports={en:["change {title} level {index} line color"]}},64707:e=>{e.exports={en:["change {title} level {index} line style"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{
+e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"]}},19541:e=>{e.exports={en:["change {toolName} line width"]}},24059:e=>{e.exports={en:["change {toolName} line color"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"]}},21474:e=>{e.exports={en:["change {toolName} line left end"]}},54827:e=>{e.exports={en:["change {toolName} line right end"]}},66429:e=>{e.exports={en:["change {toolName} line style"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},77114:e=>{e.exports={en:["erase level line"]}},2359:e=>{e.exports={en:["hours"],hu_HU:["Órák"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"],hu_HU:["Hónapok"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"],hu_HU:["Percek"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.8356.3131cfefc19bf35ba006.js b/public/charting_library/bundles/hu_HU.8356.3131cfefc19bf35ba006.js
new file mode 100644
index 0000000..f525a8d
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.8356.3131cfefc19bf35ba006.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8356,4109],{53288:e=>{e.exports={en:["animals & nature"]}},21311:e=>{e.exports={en:["activity"]}},90678:e=>{e.exports={en:["food & drink"]}},6715:e=>{e.exports={en:["flags"]}},98355:e=>{e.exports={en:["objects"]}},43438:e=>{e.exports={en:["smiles & people"]}},40457:e=>{e.exports={en:["symbols"]}},88906:e=>{e.exports={en:["recently used"]}},28562:e=>{e.exports={en:["travel & places"]}},23821:e=>{e.exports={en:["Dot"]}},57252:e=>{e.exports={en:["Days"]}},18817:e=>{e.exports={en:["Hours"]}},89506:e=>{e.exports={en:["Months"]}},21551:e=>{e.exports={en:["Minutes"]}},32116:e=>{e.exports={en:["Seconds"]}},22163:e=>{e.exports={en:["Ranges"]}},41815:e=>{e.exports={en:["Weeks"]}},49512:e=>{e.exports={en:["Ticks"]}},96554:e=>{e.exports={en:["Copy image"]}},81939:e=>{e.exports={en:["Copy link"],hu_HU:["Link másolása"]}},58425:e=>{e.exports={en:["Chart snapshot"],hu_HU:["Chart pillanatkép"]}},66418:e=>{e.exports={en:["Choose manually"]}},80335:e=>{e.exports={en:["Add custom interval"]}},69207:e=>{e.exports={en:["Add to favorites"],hu_HU:["Hozzáadás kedvencekhez"]}},89771:e=>{e.exports={en:["All changes saved"]}},89911:e=>{e.exports={en:["Bar's style"],hu_HU:["Bár Stílusa"]}},26200:e=>{e.exports={en:["Download image"]}},46838:e=>{e.exports={en:["Default templates"]}},6571:e=>{e.exports={en:["Everyone with the link can view and copy"]}},52530:e=>{e.exports={en:["Favorite Indicators"]}},70234:e=>{e.exports={en:["Favorites"]}},67092:e=>{e.exports={en:["Fullscreen mode"],hu_HU:["Teljes Képernyő Mód"]}},76443:e=>{e.exports={en:["Indicator templates"],hu_HU:["Indikátor sablonok"]}},84549:e=>{e.exports={en:["Indicators"],hu_HU:["Indikátorok"]}},62005:e=>{e.exports={en:["Indicators & Strategies"]}},44271:e=>{e.exports={en:["Open template"]}},46311:e=>{e.exports={en:["Open Interval Dialog"],hu_HU:["Időközi Pábeszéd Dialógus"]}},34770:e=>{e.exports={en:["Open chart in popup"],hu_HU:["Chart megnyitása felugró ablakban"]}},19159:e=>{e.exports={en:["Open in new tab"]}},65433:e=>{e.exports={en:["Open layout"]}},29517:e=>{e.exports={en:["Load Chart Layout"],hu_HU:["Chart Elrendezés Betöltése"]}},93292:e=>{e.exports={en:["Loading..."]}},40115:e=>{e.exports={en:["Make a copy"]}},38973:e=>{e.exports={en:["Manage layouts"]}},83300:e=>{e.exports={en:["My templates"]}},92969:e=>{e.exports={en:["Number or {hotKey_0}"]}},64e3:e=>{e.exports={en:["Save"],hu_HU:["Mentés"]}},26869:e=>{e.exports={en:["Save Indicator template"]}},15356:e=>{e.exports={en:["Save all charts for all symbols and intervals on your layout"]}},26276:e=>{e.exports={en:["Save layout"]}},81265:e=>{e.exports={en:["Sharing"]}},50021:e=>{e.exports={en:["Simply start typing while on the chart to pull up this search box"]}},51165:e=>{e.exports={en:["Symbol Search"]}},18243:e=>{e.exports={en:["Quick Search"]}},7448:e=>{e.exports={en:["Recently used"]}},11304:e=>{e.exports={en:["Redo {hint}"],hu_HU:["{hint} Újra"]}},85106:e=>{e.exports={en:["Remove from favorites"],hu_HU:["Eltávolít kedvencek közül"]}},47550:e=>{e.exports={
+en:["Remove selected emoji"]}},6321:e=>{e.exports={en:["Rename"],hu_HU:["Átnevezés"]}},87972:e=>{e.exports={en:["Take a snapshot"]}},41173:e=>{e.exports={en:["Time Interval"],hu_HU:["Idő Intervallum"]}},28239:e=>{e.exports={en:["Tweet image"]}},66020:e=>{e.exports={en:["Undo {hint}"],hu_HU:["{hint} Visszavonása"]}},36291:e=>{e.exports={en:["Unfavorite all"]}},18448:e=>{e.exports={en:["You have no Favorites Indicators yet"]}},6094:e=>{e.exports={en:["Your favorite layouts have moved to the top toolbar. You currently have {count} favorite. You can reduce the number to find them easier — unfavorite all in just one click or set up your choice manually.","Your favorite layouts have moved to the top toolbar. You currently have {count} favorites. You can reduce the number to find them easier — unfavorite all in just one click or set up your choice manually."]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.8370.da37ca095a984f601a1e.js b/public/charting_library/bundles/hu_HU.8370.da37ca095a984f601a1e.js
new file mode 100644
index 0000000..778238e
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.8370.da37ca095a984f601a1e.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8370],{23970:e=>{e.exports={en:["days"],hu_HU:["nap"]}},35157:e=>{e.exports={en:["hours"],hu_HU:["óra"]}},18193:e=>{e.exports={en:["months"],hu_HU:["hónap"]}},79930:e=>{e.exports={en:["minutes"],hu_HU:["perc"]}},7938:e=>{e.exports={en:["weeks"],hu_HU:["hét"]}},48161:e=>{e.exports={en:["View Only Mode"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.8622.b162b43310f56287e24e.js b/public/charting_library/bundles/hu_HU.8622.b162b43310f56287e24e.js
new file mode 100644
index 0000000..1ecb023
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.8622.b162b43310f56287e24e.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8622],{13197:e=>{e.exports={en:["1/{minmove2} of 1/{pricescale}"]}},97349:e=>{e.exports={en:["Fr"],hu_HU:["P"]}},30961:e=>{e.exports={en:["Mo"],hu_HU:["H"]}},94748:e=>{e.exports={en:["Sa"],hu_HU:["Szo"]}},75005:e=>{e.exports={en:["Su"],hu_HU:["V"]}},92578:e=>{e.exports={en:["We"],hu_HU:["Sze"]}},8765:e=>{e.exports={en:["Th"],hu_HU:["Cs"]}},9135:e=>{e.exports={en:["Tu"],hu_HU:["K"]}},53174:e=>{e.exports={en:["Right"]}},47742:e=>{e.exports={en:["Close menu"]}},81849:e=>{e.exports={en:["Currency"],hu_HU:["Valuta"]}},12272:e=>{e.exports={en:["Current contract"],hu_HU:["Current Contract"]}},17606:e=>{e.exports={en:["All sessions"]}},28896:e=>{e.exports={en:["April"],hu_HU:["Április"]}},11081:e=>{e.exports={en:["August"],hu_HU:["Augusztus"]}},42358:e=>{e.exports={en:["Bond"]}},90082:e=>{e.exports={en:["December"]}},54602:e=>{e.exports={en:["Delisted"]}},78734:e=>{e.exports={en:["Description"],hu_HU:["Leírás"]}},63538:e=>{e.exports={en:["Exchange timezone"]}},88191:e=>{e.exports={en:["Expiration date"]}},56536:e=>{e.exports={en:["FIGI"]}},81069:e=>{e.exports={en:["February"],hu_HU:["Február"]}},22928:e=>{e.exports={en:["Fri"],hu_HU:["Pén"]}},3570:e=>{e.exports={en:["Friday"],hu_HU:["Péntek"]}},26931:e=>{e.exports={en:["Home page"]}},88104:e=>{e.exports={en:["ISIN"]}},7727:e=>{e.exports={en:["Industry"],hu_HU:["Iparág"]}},200:e=>{e.exports={en:["January"],hu_HU:["Január"]}},6608:e=>{e.exports={en:["July"],hu_HU:["Július"]}},61487:e=>{e.exports={en:["June"],hu_HU:["Június"]}},37997:e=>{e.exports={en:["October"],hu_HU:["Október"]}},23339:e=>{e.exports={en:["Link copied to clipboard"]}},41224:e=>{e.exports={en:["Listed exchange"],hu_HU:["Listázott Tőzsde"]}},37150:e=>{e.exports={en:["Mon"],hu_HU:["Hét"]}},19573:e=>{e.exports={en:["Monday"],hu_HU:["Hétfő"]}},25734:e=>{e.exports={en:["May"],hu_HU:["Május"]}},93878:e=>{e.exports={en:["March"],hu_HU:["Március"]}},41410:e=>{e.exports={en:["Market open"]}},62464:e=>{e.exports={en:["Market closed"]}},91563:e=>{e.exports={en:["Measure"]}},4607:e=>{e.exports={en:["November"]}},99709:e=>{e.exports={en:["Name"],hu_HU:["Érme"]}},97751:e=>{e.exports={en:["Source"],hu_HU:["Forrás"]}},32273:e=>{e.exports={en:["Sat"],hu_HU:["Szom"]}},30348:e=>{e.exports={en:["Saturday"],hu_HU:["Szombat"]}},99804:e=>{e.exports={en:["Sector"],hu_HU:["Szektor"]}},17502:e=>{e.exports={en:["Security Info"],hu_HU:["Szimbólum Infó"]}},32179:e=>{e.exports={en:["September"],hu_HU:["Szeptember"]}},77493:e=>{e.exports={en:["Sun"],hu_HU:["Vas"]}},61480:e=>{e.exports={en:["Sunday"],hu_HU:["Vasárnap"]}},81314:e=>{e.exports={en:["Point value"]}},73897:e=>{e.exports={en:["Post-market"]}},39245:e=>{e.exports={en:["Pip size"],hu_HU:["Pip Méret"]}},36018:e=>{e.exports={en:["Pre-market"]}},16045:e=>{e.exports={en:["Website"],hu_HU:["Weboldal"]}},11532:e=>{e.exports={en:["Wed"],hu_HU:["Szer"]}},94226:e=>{e.exports={en:["Wednesday"],hu_HU:["Szerda"]}},17254:e=>{e.exports={en:["Text copied to clipboard"]}},71388:e=>{e.exports={en:["Thu"],hu_HU:["Cs"]}},79137:e=>{
+e.exports={en:["Thursday"],hu_HU:["Csütörtök"]}},24431:e=>{e.exports={en:["Tick size"]}},11916:e=>{e.exports={en:["Tue"],hu_HU:["Ke"]}},82160:e=>{e.exports={en:["Tuesday"],hu_HU:["Kedd"]}},98413:e=>{e.exports={en:["Type"],hu_HU:["Típus"]}},33564:e=>{e.exports={en:["Unit"]}},70932:e=>{e.exports={en:["commodity"]}},79599:e=>{e.exports={en:["cfd"]}},46128:e=>{e.exports={en:["crypto"],hu_HU:["kripto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"]}},87464:e=>{e.exports={en:["index"]}},90250:e=>{e.exports={en:["indices"]}},76752:e=>{e.exports={en:["stock"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.8763.bf9d4d175a7686effaf6.js b/public/charting_library/bundles/hu_HU.8763.bf9d4d175a7686effaf6.js
new file mode 100644
index 0000000..6ceb841
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.8763.bf9d4d175a7686effaf6.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8763,5111],{91612:e=>{e.exports={en:["Inside"],hu_HU:["Belső"]}},46005:e=>{e.exports={en:["Original"],hu_HU:["Eredeti"]}},70382:e=>{e.exports={en:["Modified Schiff"],hu_HU:["Módosított Schiff"]}},69904:e=>{e.exports={en:["Schiff"]}},98463:e=>{e.exports={en:["change {title} style"]}},77114:e=>{e.exports={en:["erase level line"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.8940.5460b0ccfae157b7bbe3.js b/public/charting_library/bundles/hu_HU.8940.5460b0ccfae157b7bbe3.js
new file mode 100644
index 0000000..7453483
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.8940.5460b0ccfae157b7bbe3.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8940,6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],hu_HU:["Koordináták"]}},24197:e=>{e.exports={en:["Center"]}},27567:e=>{e.exports={en:["Bottom"],hu_HU:["Alsó"]}},38408:e=>{e.exports={en:["Border"],hu_HU:["Keret"]}},79468:e=>{e.exports={en:["Background"],hu_HU:["Háttér"]}},72942:e=>{e.exports={en:["Days"],hu_HU:["Napok"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},56796:e=>{e.exports={en:["Hours"],hu_HU:["Órák"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],hu_HU:["Inputok"]}},34974:e=>{e.exports={en:["Label border"]}},73863:e=>{e.exports={en:["Label background"],hu_HU:["Címke Háttér"]}},95170:e=>{e.exports={en:["Label text"]}},11626:e=>{e.exports={en:["Left"],hu_HU:["Bal"]}},97575:e=>{e.exports={en:["Line color"]}},43154:e=>{e.exports={en:["Months"],hu_HU:["Hónapok"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"],hu_HU:["Percek"]}},65188:e=>{e.exports={en:["Seconds"],hu_HU:["Másodpercek"]}},50421:e=>{e.exports={en:["Right"],hu_HU:["Jobb"]}},835:e=>{e.exports={en:["Weeks"],hu_HU:["Hetek"]}},97118:e=>{e.exports={en:["Top"],hu_HU:["Felső"]}},70320:e=>{e.exports={en:["Text"],hu_HU:["Szöveg"]}},7560:e=>{e.exports={en:["Text wrap"],hu_HU:["Szöveg Csomagolás"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},7455:e=>{e.exports={en:["change {title} line color"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"]}},61160:e=>{
+e.exports={en:["change {toolName} labels direction"]}},66668:e=>{e.exports={en:["change {toolName} text"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"]}},22231:e=>{e.exports={en:["change {toolName} text background color"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"]}},36666:e=>{e.exports={en:["change {toolName} text border color"]}},35423:e=>{e.exports={en:["change {toolName} text border width"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"]}},64500:e=>{e.exports={en:["change {toolName} text color"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"]}},21781:e=>{e.exports={en:["change {toolName} text font size"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},2359:e=>{e.exports={en:["hours"],hu_HU:["Órák"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"],hu_HU:["Hónapok"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"],hu_HU:["Percek"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.8975.0b3e843255e92a8c2808.js b/public/charting_library/bundles/hu_HU.8975.0b3e843255e92a8c2808.js
new file mode 100644
index 0000000..e33e45f
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.8975.0b3e843255e92a8c2808.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8975],{94073:e=>{e.exports={en:["A"]}},66384:e=>{e.exports={en:["L"]}},94465:e=>{e.exports={en:["Toggle auto scale"]}},46992:e=>{e.exports={en:["Toggle log scale"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.9003.299a55ed654df75bf43b.js b/public/charting_library/bundles/hu_HU.9003.299a55ed654df75bf43b.js
new file mode 100644
index 0000000..014a296
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.9003.299a55ed654df75bf43b.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9003,4040,359],{55517:e=>{e.exports={en:["Add"]}},29619:e=>{e.exports={en:["Add custom color"],hu_HU:["Add Custom Color"]}},80936:e=>{e.exports={en:["Opacity"]}},97349:e=>{e.exports={en:["Fr"],hu_HU:["P"]}},30961:e=>{e.exports={en:["Mo"],hu_HU:["H"]}},94748:e=>{e.exports={en:["Sa"],hu_HU:["Szo"]}},75005:e=>{e.exports={en:["Su"],hu_HU:["V"]}},92578:e=>{e.exports={en:["We"],hu_HU:["Sze"]}},8765:e=>{e.exports={en:["Th"],hu_HU:["Cs"]}},9135:e=>{e.exports={en:["Tu"],hu_HU:["K"]}},24716:e=>{e.exports={en:["Another symbol"]}},41256:e=>{e.exports={en:["Back"]}},94849:e=>{e.exports={en:["Main chart symbol"]}},53174:e=>{e.exports={en:["Right"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"]}},4543:e=>{e.exports={en:["Cancel"],hu_HU:["Törlés"]}},63245:e=>{e.exports={en:["Change symbol"],hu_HU:["Szimbólum módosítása"]}},54613:e=>{e.exports={en:["Chart"]}},47742:e=>{e.exports={en:["Close menu"]}},34040:e=>{e.exports={en:["All sources"]}},33391:e=>{e.exports={en:["Apply"],hu_HU:["Alkalmaz"]}},28896:e=>{e.exports={en:["April"],hu_HU:["Április"]}},11081:e=>{e.exports={en:["August"],hu_HU:["Augusztus"]}},42358:e=>{e.exports={en:["Bond"]}},27390:e=>{e.exports={en:["Dotted line"]}},88123:e=>{e.exports={en:["Dashed line"]}},90082:e=>{e.exports={en:["December"]}},55319:e=>{e.exports={en:["Decrease"]}},78734:e=>{e.exports={en:["Description"],hu_HU:["Leírás"]}},81069:e=>{e.exports={en:["February"],hu_HU:["Február"]}},3570:e=>{e.exports={en:["Friday"],hu_HU:["Péntek"]}},39832:e=>{e.exports={en:["Increase"]}},200:e=>{e.exports={en:["January"],hu_HU:["Január"]}},6608:e=>{e.exports={en:["July"],hu_HU:["Július"]}},61487:e=>{e.exports={en:["June"],hu_HU:["Június"]}},37997:e=>{e.exports={en:["October"],hu_HU:["Október"]}},55450:e=>{e.exports={en:["Offset"],hu_HU:["Eltolás"]}},19295:e=>{e.exports={en:["Ok"],hu_HU:["Oké"]}},28603:e=>{e.exports={en:["Line style"]}},19573:e=>{e.exports={en:["Monday"],hu_HU:["Hétfő"]}},43154:e=>{e.exports={en:["Months"],hu_HU:["Hónapok"]}},37117:e=>{e.exports={en:["More"],hu_HU:["Több"]}},25734:e=>{e.exports={en:["May"],hu_HU:["Május"]}},93878:e=>{e.exports={en:["March"],hu_HU:["Március"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"]}},76822:e=>{e.exports={en:["No symbols match your criteria"]}},4607:e=>{e.exports={en:["November"]}},69102:e=>{e.exports={en:["Next year"]}},17538:e=>{e.exports={en:["Next years"]}},92790:e=>{e.exports={en:["Next month"]}},71300:e=>{e.exports={en:["Number format is invalid."]}},28628:e=>{e.exports={en:["Sources"]}},30348:e=>{e.exports={en:["Saturday"],hu_HU:["Szombat"]}},10679:e=>{e.exports={en:['Set the "{inputInline}" time and price for "{studyShortDescription}"']}},59451:e=>{e.exports={en:['Set the "{inputTitle}" time for "{studyShortDescription}"']}},94238:e=>{e.exports={
+en:['Set the "{inputTitle}" price for "{studyShortDescription}"']}},92229:e=>{e.exports={en:['Set the time and price for "{studyShortDescription}"']}},60935:e=>{e.exports={en:['Set the time for "{studyShortDescription}"']}},24404:e=>{e.exports={en:['Set the price for "{studyShortDescription}"']}},8573:e=>{e.exports={en:["Search"],hu_HU:["Keresés"]}},57640:e=>{e.exports={en:["Select source"]}},32179:e=>{e.exports={en:["September"],hu_HU:["Szeptember"]}},31331:e=>{e.exports={en:["Specified value is more than the instrument maximum of {max}."]}},24216:e=>{e.exports={en:["Specified value is less than the instrument minimum of {min}."]}},61480:e=>{e.exports={en:["Sunday"],hu_HU:["Vasárnap"]}},70235:e=>{e.exports={en:["Switch to months"]}},91245:e=>{e.exports={en:["Switch to dates"]}},71961:e=>{e.exports={en:["Switch to years"]}},95481:e=>{e.exports={en:["Symbol"],hu_HU:["Szimbólum"]}},74007:e=>{e.exports={en:["Symbol & description"]}},51165:e=>{e.exports={en:["Symbol Search"]}},27254:e=>{e.exports={en:["Please enter the right date"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"]}},93984:e=>{e.exports={en:["Previous month"]}},75776:e=>{e.exports={en:["Previous year"]}},44701:e=>{e.exports={en:["Previous years"]}},89984:e=>{e.exports={en:["Remove color"]}},94226:e=>{e.exports={en:["Wednesday"],hu_HU:["Szerda"]}},79137:e=>{e.exports={en:["Thursday"],hu_HU:["Csütörtök"]}},54971:e=>{e.exports={en:["Thickness"]}},82160:e=>{e.exports={en:["Tuesday"],hu_HU:["Kedd"]}},66181:e=>{e.exports={en:["Years"]}},70932:e=>{e.exports={en:["commodity"]}},79599:e=>{e.exports={en:["cfd"]}},29426:e=>{e.exports={en:["change opacity"]}},31675:e=>{e.exports={en:["change color"]}},28818:e=>{e.exports={en:["change line style"]}},73281:e=>{e.exports={en:["change thickness"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},5741:e=>{e.exports={en:["close"],hu_HU:["záró"]}},46128:e=>{e.exports={en:["crypto"],hu_HU:["kripto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"]}},59319:e=>{e.exports={en:["high"]}},96008:e=>{e.exports={en:["hl2"]}},91189:e=>{e.exports={en:["hlc3"]}},49242:e=>{e.exports={en:["hlcc4"]}},87464:e=>{e.exports={en:["index"]}},90250:e=>{e.exports={en:["indices"]}},52793:e=>{e.exports={en:["ohlc4"]}},83584:e=>{e.exports={en:["open"]}},41902:e=>{e.exports={en:["low"]}},76752:e=>{e.exports={en:["stock"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.9093.2cff9fa939c391056de4.js b/public/charting_library/bundles/hu_HU.9093.2cff9fa939c391056de4.js
new file mode 100644
index 0000000..1654810
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.9093.2cff9fa939c391056de4.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9093,4109],{4543:e=>{e.exports={en:["Cancel"],hu_HU:["Törlés"]}},47742:e=>{e.exports={en:["Close menu"]}},69207:e=>{e.exports={en:["Add to favorites"],hu_HU:["Hozzáadás kedvencekhez"]}},8573:e=>{e.exports={en:["Search"],hu_HU:["Keresés"]}},85106:e=>{e.exports={en:["Remove from favorites"],hu_HU:["Eltávolít kedvencek közül"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/hu_HU.9494.40d61f8ac3ffd8535658.js b/public/charting_library/bundles/hu_HU.9494.40d61f8ac3ffd8535658.js
new file mode 100644
index 0000000..94cdfd1
--- /dev/null
+++ b/public/charting_library/bundles/hu_HU.9494.40d61f8ac3ffd8535658.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9494,6155,3367,2303,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],hu_HU:["Koordináták"]}},24197:e=>{e.exports={en:["Center"]}},6060:e=>{e.exports={en:["Add text"]}},27567:e=>{e.exports={en:["Bottom"],hu_HU:["Alsó"]}},38408:e=>{e.exports={en:["Border"],hu_HU:["Keret"]}},79468:e=>{e.exports={en:["Background"],hu_HU:["Háttér"]}},72942:e=>{e.exports={en:["Days"],hu_HU:["Napok"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},56796:e=>{e.exports={en:["Hours"],hu_HU:["Órák"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],hu_HU:["Inputok"]}},11626:e=>{e.exports={en:["Left"],hu_HU:["Bal"]}},43154:e=>{e.exports={en:["Months"],hu_HU:["Hónapok"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"],hu_HU:["Percek"]}},65188:e=>{e.exports={en:["Seconds"],hu_HU:["Másodpercek"]}},50421:e=>{e.exports={en:["Right"],hu_HU:["Jobb"]}},835:e=>{e.exports={en:["Weeks"],hu_HU:["Hetek"]}},97118:e=>{e.exports={en:["Top"],hu_HU:["Felső"]}},70320:e=>{e.exports={en:["Text"],hu_HU:["Szöveg"]}},7560:e=>{e.exports={en:["Text wrap"],hu_HU:["Szöveg Csomagolás"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},24821:e=>{e.exports={en:["Ticks"]}},28683:e=>{e.exports={en:["Use one color"],hu_HU:["Egyetlen szín használata"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},26391:e=>{e.exports={en:["change the column width"]}},21863:e=>{e.exports={en:["change the row height"]}},59577:e=>{e.exports={en:["change {title} all lines color"]}},69437:e=>{e.exports={en:["change {title} border color"]}},13783:e=>{e.exports={en:["change {title} background transparency"]}},30839:e=>{e.exports={en:["change {title} background visibility"]}},49765:e=>{e.exports={en:["change {title} background color"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},55612:e=>{e.exports={en:["change {title} labels alignment"]}},93340:e=>{e.exports={en:["change {title} labels visibility"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"]}},664:e=>{e.exports={en:["change {title} level {index} line color"]}},64707:e=>{e.exports={en:["change {title} level {index} line style"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},32481:e=>{e.exports={
+en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},57122:e=>{e.exports={en:["change {title} text"]}},71665:e=>{e.exports={en:["change {title} texts alignment"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"]}},66668:e=>{e.exports={en:["change {toolName} text"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"]}},22231:e=>{e.exports={en:["change {toolName} text background color"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"]}},36666:e=>{e.exports={en:["change {toolName} text border color"]}},35423:e=>{e.exports={en:["change {toolName} text border width"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"]}},64500:e=>{e.exports={en:["change {toolName} text color"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"]}},21781:e=>{e.exports={en:["change {toolName} text font size"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},48499:e=>{e.exports={en:["add column to right"]}},48407:e=>{e.exports={en:["add row below"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},2359:e=>{e.exports={en:["hours"],hu_HU:["Órák"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"],hu_HU:["Hónapok"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"],hu_HU:["Percek"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},80240:e=>{e.exports={en:["remove column"]}},4553:e=>{e.exports={en:["remove row"]}},24849:e=>{e.exports={en:["resize the cell"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},3539:e=>{e.exports={en:["ticks"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ichart-storage.1144e5a1b4f8503ee572.js b/public/charting_library/bundles/ichart-storage.1144e5a1b4f8503ee572.js
new file mode 100644
index 0000000..294b0ea
--- /dev/null
+++ b/public/charting_library/bundles/ichart-storage.1144e5a1b4f8503ee572.js
@@ -0,0 +1 @@
+"use strict";(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5565],{98653:(r,s,e)=>{e.r(s),e.d(s,{SavingLineToolsError:()=>o,SavingLineToolsLibraryError:()=>i});class o extends Error{constructor(r,s){super(s),this.shouldBeCooled=r}}class i extends Error{constructor(r,s=!1){super(r),this.safe=s,this.name="SavingLineToolsLibraryError"}}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.101.d2f212f7ba1b45845d9f.js b/public/charting_library/bundles/id_ID.101.d2f212f7ba1b45845d9f.js
new file mode 100644
index 0000000..e564da3
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.101.d2f212f7ba1b45845d9f.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[101],{23970:e=>{e.exports={en:["days"],id_ID:["hari"]}},35157:e=>{e.exports={en:["hours"],id_ID:["jam"]}},18193:e=>{e.exports={en:["months"],id_ID:["bulan"]}},79930:e=>{e.exports={en:["minutes"],id_ID:["menit"]}},7938:e=>{e.exports={en:["weeks"],id_ID:["minggu"]}},4543:e=>{e.exports={en:["Cancel"],id_ID:["Batal"]}},47742:e=>{e.exports={en:["Close menu"],id_ID:["Pilih menu"]}},42790:e=>{e.exports={en:["Add"],id_ID:["Tambah"]}},17854:e=>{e.exports={en:["Interval"]}},17889:e=>{e.exports={en:["Interval already exists, please use a different value"],id_ID:["Interval telah ada, harap gunakan nilai yang berbeda"]}},23323:e=>{e.exports={en:["Interval value is too big, please try again"],id_ID:["Nilai interval terlalu besar, silakan coba lagi"]}},19295:e=>{e.exports={en:["Ok"]}},98413:e=>{e.exports={en:["Type"],id_ID:["Tipe"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.1303.f07c410173ec0b804b22.js b/public/charting_library/bundles/id_ID.1303.f07c410173ec0b804b22.js
new file mode 100644
index 0000000..1eaa0aa
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.1303.f07c410173ec0b804b22.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1303],{53288:e=>{e.exports={en:["animals & nature"],id_ID:["hewan & alam"]}},21311:e=>{e.exports={en:["activity"],id_ID:["aktivitas"]}},90678:e=>{e.exports={en:["food & drink"],id_ID:["makanan & minuman"]}},6715:e=>{e.exports={en:["flags"],id_ID:["bendera"]}},98355:e=>{e.exports={en:["objects"],id_ID:["objek"]}},43438:e=>{e.exports={en:["smiles & people"],id_ID:["senyuman & orang"]}},40457:e=>{e.exports={en:["symbols"],id_ID:["simbol"]}},88906:e=>{e.exports={en:["recently used"],id_ID:["baru digunakan"]}},28562:e=>{e.exports={en:["travel & places"],id_ID:["perjalanan & tempat"]}},64770:e=>{e.exports={en:["Confirmation"],id_ID:["Konfirmasi"]}},4543:e=>{e.exports={en:["Cancel"],id_ID:["Batal"]}},4461:e=>{e.exports={en:["Add emoji"],id_ID:["Tambahkan emoji"]}},19295:e=>{e.exports={en:["Ok"]}},38733:e=>{e.exports={en:["No"],id_ID:["Tidak"]}},85888:e=>{e.exports={en:["No results found"],id_ID:["Hasil tidak ditemukan"]}},64e3:e=>{e.exports={en:["Save"],id_ID:["Simpan"]}},47550:e=>{e.exports={en:["Remove selected emoji"],id_ID:["Hapus emoji yang dipilih"]}},6321:e=>{e.exports={en:["Rename"],id_ID:["Mengganti Nama"]}},55512:e=>{e.exports={en:["Yes"],id_ID:["Ya"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.1308.d1a986137a3ad4cdfe66.js b/public/charting_library/bundles/id_ID.1308.d1a986137a3ad4cdfe66.js
new file mode 100644
index 0000000..1883bbd
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.1308.d1a986137a3ad4cdfe66.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1308,6155,5111,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],id_ID:["#{count} (harga, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],id_ID:["Koordinat"]}},24197:e=>{e.exports={en:["Center"],id_ID:["Tengah"]}},27567:e=>{e.exports={en:["Bottom"],id_ID:["Dasar"]}},17129:e=>{e.exports={en:["Bottom labels"],id_ID:["Label Dasar"]}},79468:e=>{e.exports={en:["Background"],id_ID:["Latar"]}},81356:e=>{e.exports={en:["Grid"]}},72942:e=>{e.exports={en:["Days"],id_ID:["Hari"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],id_ID:["Pemindahan (harga, bar)"]}},56796:e=>{e.exports={en:["Hours"],id_ID:["Jam"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],id_ID:["Input"]}},11626:e=>{e.exports={en:["Left"],id_ID:["Kiri"]}},65e3:e=>{e.exports={en:["Left labels"],id_ID:["Label Kiri"]}},43154:e=>{e.exports={en:["Months"],id_ID:["Bulan"]}},68833:e=>{e.exports={en:["Middle"],id_ID:["Tengah"]}},42562:e=>{e.exports={en:["Minutes"],id_ID:["Menit"]}},65188:e=>{e.exports={en:["Seconds"],id_ID:["Detik"]}},58557:e=>{e.exports={en:["Price levels"],id_ID:["Level Harga"]}},64489:e=>{e.exports={en:["Reverse"],id_ID:["Membalik"]}},50421:e=>{e.exports={en:["Right"],id_ID:["Kanan"]}},28971:e=>{e.exports={en:["Right labels"],id_ID:["Label Kanan"]}},835:e=>{e.exports={en:["Weeks"],id_ID:["Minggu"]}},97118:e=>{e.exports={en:["Top"],id_ID:["Teratas"]}},74939:e=>{e.exports={en:["Top labels"],id_ID:["Label Teratas"]}},70320:e=>{e.exports={en:["Text"],id_ID:["Teks"]}},25485:e=>{e.exports={en:["Text alignment"],id_ID:["Perataan teks"]}},67781:e=>{e.exports={en:["Text orientation"],id_ID:["Orientasi teks"]}},24821:e=>{e.exports={en:["Ticks"],id_ID:["Tick"]}},58476:e=>{e.exports={en:["Time levels"],id_ID:["Level Waktu"]}},28683:e=>{e.exports={en:["Use one color"],id_ID:["Gunakan satu warna"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],id_ID:["Ubah koordinat bar X"]}},11737:e=>{e.exports={en:["change price Y coordinate"],id_ID:["Ubah koordinat harga Y"]}},59577:e=>{e.exports={en:["change {title} all lines color"],id_ID:["ubah warna semua garis {title}"]}},62130:e=>{e.exports={en:["change {title} bottom labels visibility"],id_ID:["ubah visibilitas label bawah {title}"]}},13783:e=>{e.exports={en:["change {title} background transparency"],id_ID:["ubah transparansi latar belakang {title}"]}},30839:e=>{e.exports={en:["change {title} background visibility"],id_ID:["ubah visibilitas latar belakang {title}"]}},20664:e=>{e.exports={en:["change {title} grid visibility"],id_ID:["ubah visibilitas grid {title}"]}},36467:e=>{e.exports={en:["change {title} grid line color"],id_ID:["ubah warna garis grid {title}"]}},54244:e=>{e.exports={en:["change {title} grid line style"],id_ID:["ubah corak garis grid {title}"]}},30127:e=>{e.exports={en:["change {title} grid line width"],id_ID:["ubah lebar garis grid {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],id_ID:["ubah {title} hari ke"]}},91201:e=>{
+e.exports={en:["change {title} days from"],id_ID:["ubah {title} hari dari"]}},8306:e=>{e.exports={en:["change {title} hours from"],id_ID:["ubah {title} jam dari"]}},67233:e=>{e.exports={en:["change {title} hours to"],id_ID:["ubah {title} jam ke"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],id_ID:["ubah garis koefisien {index} level {title}"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],id_ID:["ubah warna garis {title} level {index}"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"],id_ID:["ubah visibilitas garis {title} level {index}"]}},63021:e=>{e.exports={en:["change {title} left labels visibility"],id_ID:["ubah visibilitas label kiri {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],id_ID:["ubah {title} bulan dari"]}},10518:e=>{e.exports={en:["change {title} months to"],id_ID:["ubah {title} bulan ke"]}},38011:e=>{e.exports={en:["change {title} minutes to"],id_ID:["ubah {title} menit ke"]}},59820:e=>{e.exports={en:["change {title} minutes from"],id_ID:["ubah {title} menit dari"]}},6573:e=>{e.exports={en:["change {title} seconds to"],id_ID:["ubah {title} detik ke"]}},86780:e=>{e.exports={en:["change {title} seconds from"],id_ID:["ubah {title} detik dari"]}},50762:e=>{e.exports={en:["change {title} reverse"],id_ID:["ubah {title} menjadi terbalik"]}},8390:e=>{e.exports={en:["change {title} right labels visibility"],id_ID:["ubah visibilitas label kanan {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],id_ID:["ubah {title} minggu dari"]}},18678:e=>{e.exports={en:["change {title} weeks to"],id_ID:["ubah {title} minggu ke"]}},81301:e=>{e.exports={en:["change {title} top labels visibility"],id_ID:["ubah visibilitas label atas {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],id_ID:["ubah visibilitas {title} pada tick"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],id_ID:["ubah visibilitas {title} dalam minggu"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],id_ID:["ubah visibilitas {title} di dalam {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],id_ID:["ubah visibilitas {title} dalam hari"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],id_ID:["ubah visibilitas {title} dalam jam"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],id_ID:["ubah visibilitas {title} dalam menit"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],id_ID:["ubah visibilitas {title} dalam bulan"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],id_ID:["ubah visibilitas {title} pada detik"]}},25167:e=>{e.exports={en:["change {propertyName} property"],id_ID:["ubah properti {propertyName}"]}},35813:e=>{e.exports={en:["days"],id_ID:["Hari"]}},89919:e=>{e.exports={en:["days to"],id_ID:["hari ke"]}},59215:e=>{e.exports={en:["days from"],id_ID:["dari dari"]}},77114:e=>{e.exports={en:["erase level line"],id_ID:["hapus haris level"]}},2359:e=>{e.exports={en:["hours"],id_ID:["Jam"]}},
+82267:e=>{e.exports={en:["hours from"],id_ID:["jam dari"]}},15600:e=>{e.exports={en:["hours to"],id_ID:["jam ke"]}},76261:e=>{e.exports={en:["move drawings"],id_ID:["Pindahkan gambar"]}},95300:e=>{e.exports={en:["months"],id_ID:["Bulan"]}},17250:e=>{e.exports={en:["months from"],id_ID:["bulan dari"]}},2828:e=>{e.exports={en:["months to"],id_ID:["bulan ke"]}},18726:e=>{e.exports={en:["minutes"],id_ID:["menit"]}},67649:e=>{e.exports={en:["minutes to"],id_ID:["menit ke"]}},22476:e=>{e.exports={en:["minutes from"],id_ID:["menit dari"]}},751:e=>{e.exports={en:["seconds"],id_ID:["detik"]}},73419:e=>{e.exports={en:["seconds to"],id_ID:["detik ke"]}},35801:e=>{e.exports={en:["seconds from"],id_ID:["detik dari"]}},45537:e=>{e.exports={en:["weeks"],id_ID:["minggu"]}},92859:e=>{e.exports={en:["weeks from"],id_ID:["minggu dari"]}},44127:e=>{e.exports={en:["weeks to"],id_ID:["minggu ke"]}},3539:e=>{e.exports={en:["ticks"],id_ID:["Tick"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.1341.1068954aa326300ef390.js b/public/charting_library/bundles/id_ID.1341.1068954aa326300ef390.js
new file mode 100644
index 0000000..e1d6483
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.1341.1068954aa326300ef390.js
@@ -0,0 +1,6 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1341,6155,4821],{13616:e=>{e.exports={en:["#{count} (bar)"]}},80166:e=>{e.exports={en:["#{count} (price, bar)"],id_ID:["#{count} (harga, bar)"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],id_ID:["Warnai bar berdasarkan penutupan sebelumnya"]}},78930:e=>{e.exports={en:["Coordinates"],id_ID:["Koordinat"]}},24197:e=>{e.exports={en:["Center"],id_ID:["Tengah"]}},84831:e=>{e.exports={en:["Close line"],id_ID:["Garis Penutupan"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],id_ID:["Sesuaikan data untuk dividen"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],id_ID:["Penyesuaian untuk perubahan kontrak"]}},27567:e=>{e.exports={en:["Bottom"],id_ID:["Dasar"]}},3159:e=>{e.exports={en:["Bottom line"],id_ID:["Garis Dasar"]}},74406:e=>{e.exports={en:["Body"],id_ID:["Badan"]}},333:e=>{e.exports={en:["Borders"],id_ID:["Batas-Batas"]}},42398:e=>{e.exports={en:["Base"],id_ID:["Dasar"]}},28975:e=>{e.exports={en:["Base level"],id_ID:["Level Dasar"]}},71776:e=>{e.exports={en:["Down"],id_ID:["Turun"]}},17611:e=>{e.exports={en:["Down bars"],id_ID:["Bar turun"]}},23743:e=>{e.exports={en:["Down color"],id_ID:["Warna Turun"]}},48225:e=>{e.exports={en:["Data modification"],id_ID:["Modifikasi data"]}},72942:e=>{e.exports={en:["Days"],id_ID:["Hari"]}},16564:e=>{e.exports={en:["Default"],id_ID:["Bawaan"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],id_ID:["Pemindahan (harga, bar)"]}},89212:e=>{e.exports={en:["Display inactivity gaps on intraday"]}},59777:e=>{e.exports={en:["Electronic trading hours background"],id_ID:["Latar belakang jam trading elektronik"]}},819:e=>{e.exports={en:["Extend lines"],id_ID:["Perpanjang Garis"]}},41129:e=>{e.exports={en:["Fill"],id_ID:["Mengisi"]}},61112:e=>{e.exports={en:["Fill top area"],id_ID:["Isi area atas"]}},73185:e=>{e.exports={en:["Fill bottom area"],id_ID:["Isi Area Dasar"]}},56796:e=>{e.exports={en:["Hours"],id_ID:["Jam"]}},95406:e=>{e.exports={en:["Horizontal"]}},56359:e=>{e.exports={en:["High line"],id_ID:["Garis High"]}},47326:e=>{e.exports={en:["Integer"],id_ID:["Bilangan bulat"]}},21429:e=>{e.exports={en:["Inputs"],id_ID:["Input"]}},64075:e=>{e.exports={en:["Override min tick"],id_ID:["Menimpa Tick Min"]}},34579:e=>{e.exports={en:["Low line"],id_ID:["Garis Low"]}},11626:e=>{e.exports={en:["Left"],id_ID:["Kiri"]}},43154:e=>{e.exports={en:["Months"],id_ID:["Bulan"]}},68833:e=>{e.exports={en:["Middle"],id_ID:["Tengah"]}},42562:e=>{e.exports={en:["Minutes"],id_ID:["Menit"]}},65188:e=>{e.exports={en:["Seconds"],id_ID:["Detik"]}},13350:e=>{e.exports={en:["Pearson's R"]}},88327:e=>{e.exports={en:["Pre/post market hours background"],id_ID:["Latar jam pra/pasca pasar"]}},59766:e=>{e.exports={en:["Precision"],id_ID:["Presisi"]}},84684:e=>{e.exports={en:["Price source"],id_ID:["Sumber Harga"]}},73466:e=>{e.exports={en:["Projection up bars"],
+id_ID:["Proyeksi bar naik"]}},77430:e=>{e.exports={en:["Projection candles"],id_ID:["Bar proyeksi"]}},88367:e=>{e.exports={en:["Projection down bars"],id_ID:["Proyeksi bar turun"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"],id_ID:["Harga sebenarnya pada skala harga (bukan harga Heikin-Ashi)"]}},50421:e=>{e.exports={en:["Right"],id_ID:["Kanan"]}},835:e=>{e.exports={en:["Weeks"],id_ID:["Minggu"]}},32163:e=>{e.exports={en:["Wick"],id_ID:["Sumbu"]}},97118:e=>{e.exports={en:["Top"],id_ID:["Teratas"]}},89349:e=>{e.exports={en:["Top line"],id_ID:["Garis Atas"]}},70320:e=>{e.exports={en:["Text"],id_ID:["Teks"]}},25485:e=>{e.exports={en:["Text alignment"],id_ID:["Perataan teks"]}},67781:e=>{e.exports={en:["Text orientation"],id_ID:["Orientasi teks"]}},20215:e=>{e.exports={en:["Thin bars"],id_ID:["Bar-Bar Tipis"]}},24821:e=>{e.exports={en:["Ticks"],id_ID:["Tick"]}},77073:e=>{e.exports={en:["Timezone"],id_ID:["Zona waktu"]}},22691:e=>{e.exports={en:["Up"],id_ID:["Naik"]}},23091:e=>{e.exports={en:["Up color"],id_ID:["Warna Naik"]}},36957:e=>{e.exports={en:["Up bars"],id_ID:["Bar naik"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"],id_ID:["Gunakan penyelesaian sebagai penutupan pada interval harian"]}},69526:e=>{e.exports={en:["Vertical"]}},21105:e=>{e.exports={en:["candle"]}},27068:e=>{e.exports={en:["change HLC bars"],id_ID:["ubah bar HLC"]}},21201:e=>{e.exports={en:["change HLC bars color"]}},86866:e=>{e.exports={en:["change area fill color"],id_ID:["ubah isian warna area"]}},89346:e=>{e.exports={en:["change area line width"],id_ID:["ubah lebar area garis"]}},29605:e=>{e.exports={en:["change area line color"],id_ID:["ubah warna area garis"]}},4640:e=>{e.exports={en:["change area price source"],id_ID:["ubah sumber area harga"]}},42190:e=>{e.exports={en:["change base level"],id_ID:["ubah level dasar"]}},71785:e=>{e.exports={en:["change baseline bottom line color"],id_ID:["ubah warna garis dasar bawah"]}},56175:e=>{e.exports={en:["change baseline bottom line width"],id_ID:["ubah lebar garis dasar bawah"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"],id_ID:["ubah isian warna area bawah dari garis dasar"]}},92873:e=>{e.exports={en:["change baseline fill top area color"],id_ID:["ubah isian warna area atas dari garis dasar"]}},68609:e=>{e.exports={en:["change baseline price source"],id_ID:["ubah sumber garis dasar harga"]}},69044:e=>{e.exports={en:["change baseline top line color"],id_ID:["ubah warna garis dasar atas"]}},68197:e=>{e.exports={en:["change baseline top line width"],id_ID:["ubah lebar garis dasar atas"]}},33464:e=>{e.exports={en:["change bar up color"],id_ID:["ubah warna bar naik"]}},2066:e=>{e.exports={en:["change bar X coordinate"],id_ID:["Ubah koordinat bar X"]}},59622:e=>{e.exports={en:["change bar down color"],id_ID:["ubah warna bar turun"]}},43090:e=>{e.exports={en:["change color bars based on previous close"],id_ID:["ubah warna bar berdasarkan penutupan sebelumnya"]}},88324:e=>{e.exports={en:["change column up color"],
+id_ID:["ubah warna kolom atas"]}},93890:e=>{e.exports={en:["change column down color"],id_ID:["ubah warna kolom bawah"]}},4727:e=>{e.exports={en:["change column price source"],id_ID:["ubah sumber kolom harga"]}},82063:e=>{e.exports={en:["change decimal places"],id_ID:["ubah jumlah desimal"]}},44223:e=>{e.exports={en:["change extended hours color"],id_ID:["ubah warna perpanjangan jam"]}},47393:e=>{e.exports={en:["change electronic trading hours"],id_ID:["Ubah jam trading elektronik"]}},6026:e=>{e.exports={en:["change high-low body color"],id_ID:["ubah warna badan tertinggi-terendah"]}},73021:e=>{e.exports={en:["change high-low body visibility"],id_ID:["ubah visibilitas badan tertinggi-terendah"]}},46844:e=>{e.exports={en:["change high-low border color"],id_ID:["ubah warna batas tertinggi-terendah"]}},15801:e=>{e.exports={en:["change high-low borders visibility"],id_ID:["ubah visibilitas batas tertinggi-terendah"]}},72399:e=>{e.exports={en:["change high-low labels visibility"],id_ID:["ubah visibilitas label tertinggi-terendah"]}},56961:e=>{e.exports={en:["change high-low labels color"],id_ID:["ubah warna label tertinggi-terendah"]}},88640:e=>{e.exports={en:["change line color"],id_ID:["ubah warna garis"]}},41837:e=>{e.exports={en:["change line price source"],id_ID:["ubah sumber garis harga"]}},48339:e=>{e.exports={en:["change line width"],id_ID:["ubah lebar garis"]}},38730:e=>{e.exports={en:["change post market color"],id_ID:["ubah warna pasca pasar"]}},44371:e=>{e.exports={en:["change pre market color"],id_ID:["ubah warna pra pasar"]}},11737:e=>{e.exports={en:["change price Y coordinate"],id_ID:["Ubah koordinat harga Y"]}},16241:e=>{e.exports={en:["change range bars style"],id_ID:["Ubah corak bar rentang"]}},65821:e=>{e.exports={en:["change range thin bars"],id_ID:["ubah rentang bar tipis"]}},75487:e=>{e.exports={en:["change renko wick down color"],id_ID:["ubah warna sumbu bawah renko"]}},92277:e=>{e.exports={en:["change renko wick up color"],id_ID:["ubah warna sumbu atas renko"]}},79604:e=>{e.exports={en:["change renko wick visibility"],id_ID:["ubah visibilitas sumbu renko"]}},91109:e=>{e.exports={en:["change study overlay min tick"],id_ID:["ubah minimun tick overlay studi"]}},82924:e=>{e.exports={en:["change study overlay style"],id_ID:["ubah corak overlay studi"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"],id_ID:["ubah tampilan dari harga sebenarnya pada skala harga (bukan harga Heiken-Ashi)"]}},60834:e=>{e.exports={en:["change thin bars"],id_ID:["ubah bar tipis"]}},78509:e=>{e.exports={en:["change {title} base line color"],id_ID:["ubah warna garis dasar {title}"]}},27864:e=>{e.exports={en:["change {title} base line style"],id_ID:["ubah corak garis dasar {title}"]}},96177:e=>{e.exports={en:["change {title} base line visibility"],id_ID:["ubah visibilitas garis dasar {title}"]}},17926:e=>{e.exports={en:["change {title} base line width"],id_ID:["ubah lebar garis dasar {title}"]}},41638:e=>{e.exports={en:["change {title} down line color"],
+id_ID:["ubah warna garis bawah {title}"]}},51842:e=>{e.exports={en:["change {title} down line style"],id_ID:["ubah corak garis bawah {title}"]}},46410:e=>{e.exports={en:["change {title} down line visibility"],id_ID:["ubah visibilitas garis bawah {title}"]}},64615:e=>{e.exports={en:["change {title} down line width"],id_ID:["ubah lebar garis bawah {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],id_ID:["ubah {title} hari ke"]}},91201:e=>{e.exports={en:["change {title} days from"],id_ID:["ubah {title} hari dari"]}},76295:e=>{e.exports={en:["change {title} extend lines"],id_ID:["ubah perpanjangan garis {title}"]}},8306:e=>{e.exports={en:["change {title} hours from"],id_ID:["ubah {title} jam dari"]}},67233:e=>{e.exports={en:["change {title} hours to"],id_ID:["ubah {title} jam ke"]}},99122:e=>{e.exports={en:["change {title} months from"],id_ID:["ubah {title} bulan dari"]}},10518:e=>{e.exports={en:["change {title} months to"],id_ID:["ubah {title} bulan ke"]}},38011:e=>{e.exports={en:["change {title} minutes to"],id_ID:["ubah {title} menit ke"]}},59820:e=>{e.exports={en:["change {title} minutes from"],id_ID:["ubah {title} menit dari"]}},6573:e=>{e.exports={en:["change {title} seconds to"],id_ID:["ubah {title} detik ke"]}},86780:e=>{e.exports={en:["change {title} seconds from"],id_ID:["ubah {title} detik dari"]}},6207:e=>{e.exports={en:["change {title} show pearson's r"],id_ID:["ubah {title} menampilkan r pearson"]}},32481:e=>{e.exports={en:["change {title} weeks from"],id_ID:["ubah {title} minggu dari"]}},18678:e=>{e.exports={en:["change {title} weeks to"],id_ID:["ubah {title} minggu ke"]}},42553:e=>{e.exports={en:["change {title} up line visibility"],id_ID:["ubah visibilitas garis atas {title}"]}},63824:e=>{e.exports={en:["change {title} up line width"],id_ID:["ubah lebar garis atas {title}"]}},89178:e=>{e.exports={en:["change {title} up line color"],id_ID:["ubah warna garis atas {title}"]}},51188:e=>{e.exports={en:["change {title} up line style"],id_ID:["ubah corak garis atas {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],id_ID:["ubah visibilitas {title} pada tick"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],id_ID:["ubah visibilitas {title} dalam minggu"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],id_ID:["ubah visibilitas {title} di dalam {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],id_ID:["ubah visibilitas {title} dalam hari"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],id_ID:["ubah visibilitas {title} dalam jam"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],id_ID:["ubah visibilitas {title} dalam menit"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],id_ID:["ubah visibilitas {title} dalam bulan"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],id_ID:["ubah visibilitas {title} pada detik"]}},17214:e=>{e.exports={en:["change {candleType} up border color"],id_ID:["ubah warna batas {candleType} naik"]}},36697:e=>{e.exports={
+en:["change {candleType} up color"],id_ID:["ubah warna {candleType} naik"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"],id_ID:["ubah warna sumbu {candleType} turun"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"],id_ID:["ubah warna sumbu {candleType} naik"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"],id_ID:["ubah visibilitas sumbu {candleType}"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"],id_ID:["ubah visibilitas badan {candleType}"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"],id_ID:["ubah visibilitas batas {candleType}"]}},20291:e=>{e.exports={en:["change {candleType} down border color"],id_ID:["ubah warna batas {candleType} turun"]}},64571:e=>{e.exports={en:["change {candleType} down color"],id_ID:["ubah warna {candleType} turun"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"],id_ID:["ubah warna batas bar {chartType} turun"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"],id_ID:["ubah warna batas bar {chartType} naik"]}},5012:e=>{e.exports={en:["change {chartType} down color"],id_ID:["ubah warna {chartType} turun"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"],id_ID:["ubah warna batas bar proyeksi {chartType} naik"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"],id_ID:["ubah warna bar proyeksi {chartType} turun"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"],id_ID:["ubah warna bar proyeksi {chartType} naik"]}},6970:e=>{e.exports={en:["change {chartType} up color"],id_ID:["ubah warna {chartType} naik"]}},66110:e=>{e.exports={en:["change {inputName} property"],id_ID:["ubah properti {inputName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],id_ID:["ubah properti {propertyName}"]}},18077:e=>{e.exports={en:["adjust data for dividends"],id_ID:["sesuaikan data untuk dividen"]}},1433:e=>{e.exports={en:["adjust for contract changes"],id_ID:["Penyesuaian untuk perubahan kontrak"]}},35813:e=>{e.exports={en:["days"],id_ID:["Hari"]}},89919:e=>{e.exports={en:["days to"],id_ID:["hari ke"]}},59215:e=>{e.exports={en:["days from"],id_ID:["dari dari"]}},2359:e=>{e.exports={en:["hours"],id_ID:["Jam"]}},82267:e=>{e.exports={en:["hours from"],id_ID:["jam dari"]}},15600:e=>{e.exports={en:["hours to"],id_ID:["jam ke"]}},92598:e=>{e.exports={en:["hollow candles"],id_ID:["candle kosong"]}},76261:e=>{e.exports={en:["move drawings"],id_ID:["Pindahkan gambar"]}},95300:e=>{e.exports={en:["months"],id_ID:["Bulan"]}},17250:e=>{e.exports={en:["months from"],id_ID:["bulan dari"]}},2828:e=>{e.exports={en:["months to"],id_ID:["bulan ke"]}},18726:e=>{e.exports={en:["minutes"],id_ID:["menit"]}},67649:e=>{e.exports={en:["minutes to"],id_ID:["menit ke"]}},22476:e=>{e.exports={en:["minutes from"],id_ID:["menit dari"]}},751:e=>{e.exports={en:["seconds"],id_ID:["detik"]}},73419:e=>{e.exports={en:["seconds to"],id_ID:["detik ke"]}},35801:e=>{e.exports={en:["seconds from"],id_ID:["detik dari"]}},57243:e=>{
+e.exports={en:["range","ranges"],id_ID:["rentang"]}},70282:e=>{e.exports={en:["renko"]}},45537:e=>{e.exports={en:["weeks"],id_ID:["minggu"]}},92859:e=>{e.exports={en:["weeks from"],id_ID:["minggu dari"]}},44127:e=>{e.exports={en:["weeks to"],id_ID:["minggu ke"]}},28871:e=>{e.exports={en:["toggle intraday inactivity gaps"]}},3539:e=>{e.exports={en:["ticks"],id_ID:["Tick"]}},92978:e=>{e.exports={en:["use settlement as close on daily interval"],id_ID:["Gunakan penyelesaian sebagai penutupan pada interval harian"]}},59644:e=>{e.exports={en:["{value} decimal","{value} decimals"],id_ID:["{value} desimal"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.1427.8971bd84437c851f01a9.js b/public/charting_library/bundles/id_ID.1427.8971bd84437c851f01a9.js
new file mode 100644
index 0000000..4a8dbfa
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.1427.8971bd84437c851f01a9.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1427,2787,6760,6155,7850,7122,5111,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],id_ID:["#{count} (harga, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],id_ID:["Koordinat"]}},24197:e=>{e.exports={en:["Center"],id_ID:["Tengah"]}},6060:e=>{e.exports={en:["Add text"],id_ID:["Tambahkan teks"]}},27567:e=>{e.exports={en:["Bottom"],id_ID:["Dasar"]}},79468:e=>{e.exports={en:["Background"],id_ID:["Latar"]}},72942:e=>{e.exports={en:["Days"],id_ID:["Hari"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],id_ID:["Pemindahan (harga, bar)"]}},61856:e=>{e.exports={en:["Extend left line"],id_ID:["Perpanjang garis kekiri"]}},87430:e=>{e.exports={en:["Extend right line"],id_ID:["Perpanjang garis kekanan"]}},95279:e=>{e.exports={en:["Full circles"],id_ID:["Lingkaran Penuh"]}},56796:e=>{e.exports={en:["Hours"],id_ID:["Jam"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],id_ID:["Input"]}},79650:e=>{e.exports={en:["Levels"],id_ID:["Level-Level"]}},11626:e=>{e.exports={en:["Left"],id_ID:["Kiri"]}},43154:e=>{e.exports={en:["Months"],id_ID:["Bulan"]}},68833:e=>{e.exports={en:["Middle"],id_ID:["Tengah"]}},42562:e=>{e.exports={en:["Minutes"],id_ID:["Menit"]}},65188:e=>{e.exports={en:["Seconds"],id_ID:["Detik"]}},50421:e=>{e.exports={en:["Right"],id_ID:["Kanan"]}},835:e=>{e.exports={en:["Weeks"],id_ID:["Minggu"]}},97118:e=>{e.exports={en:["Top"],id_ID:["Teratas"]}},70320:e=>{e.exports={en:["Text"],id_ID:["Teks"]}},25485:e=>{e.exports={en:["Text alignment"],id_ID:["Perataan teks"]}},67781:e=>{e.exports={en:["Text orientation"],id_ID:["Orientasi teks"]}},24821:e=>{e.exports={en:["Ticks"],id_ID:["Tick"]}},51574:e=>{e.exports={en:["Trend line"],id_ID:["Garis tren"]}},28683:e=>{e.exports={en:["Use one color"],id_ID:["Gunakan satu warna"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],id_ID:["Ubah koordinat bar X"]}},11737:e=>{e.exports={en:["change price Y coordinate"],id_ID:["Ubah koordinat harga Y"]}},59577:e=>{e.exports={en:["change {title} all lines color"],id_ID:["ubah warna semua garis {title}"]}},13783:e=>{e.exports={en:["change {title} background transparency"],id_ID:["ubah transparansi latar belakang {title}"]}},30839:e=>{e.exports={en:["change {title} background visibility"],id_ID:["ubah visibilitas latar belakang {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],id_ID:["ubah {title} hari ke"]}},91201:e=>{e.exports={en:["change {title} days from"],id_ID:["ubah {title} hari dari"]}},30484:e=>{e.exports={en:["change {title} full circles visibility"],id_ID:["ubah visibilitas lingkaran penuh {title}"]}},8306:e=>{e.exports={en:["change {title} hours from"],id_ID:["ubah {title} jam dari"]}},67233:e=>{e.exports={en:["change {title} hours to"],id_ID:["ubah {title} jam ke"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],id_ID:["ubah garis koefisien {index} level {title}"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],
+id_ID:["ubah warna garis {title} level {index}"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"],id_ID:["ubah visibilitas garis {title} level {index}"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"],id_ID:["ubah lebar garis {index} level {title}"]}},54517:e=>{e.exports={en:["change {title} levels visibility"],id_ID:["ubah visibilitas level {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],id_ID:["ubah {title} bulan dari"]}},10518:e=>{e.exports={en:["change {title} months to"],id_ID:["ubah {title} bulan ke"]}},38011:e=>{e.exports={en:["change {title} minutes to"],id_ID:["ubah {title} menit ke"]}},59820:e=>{e.exports={en:["change {title} minutes from"],id_ID:["ubah {title} menit dari"]}},6573:e=>{e.exports={en:["change {title} seconds to"],id_ID:["ubah {title} detik ke"]}},86780:e=>{e.exports={en:["change {title} seconds from"],id_ID:["ubah {title} detik dari"]}},32481:e=>{e.exports={en:["change {title} weeks from"],id_ID:["ubah {title} minggu dari"]}},18678:e=>{e.exports={en:["change {title} weeks to"],id_ID:["ubah {title} minggu ke"]}},57122:e=>{e.exports={en:["change {title} text"],id_ID:["Ubah teks {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],id_ID:["ubah visibilitas {title} pada tick"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],id_ID:["ubah visibilitas {title} dalam minggu"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],id_ID:["ubah visibilitas {title} di dalam {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],id_ID:["ubah visibilitas {title} dalam hari"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],id_ID:["ubah visibilitas {title} dalam jam"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],id_ID:["ubah visibilitas {title} dalam menit"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],id_ID:["ubah visibilitas {title} dalam bulan"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],id_ID:["ubah visibilitas {title} pada detik"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],id_ID:["ubah visibilitas garis {toolName}"]}},19541:e=>{e.exports={en:["change {toolName} line width"],id_ID:["ubah lebar garis {toolName}"]}},24059:e=>{e.exports={en:["change {toolName} line color"],id_ID:["ubah warna garis {toolName}"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],id_ID:["ubah garis perpanjangan ke kiri {toolName}"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],id_ID:["ubah garis perpanjangan ke kanan {toolName}"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],id_ID:["ubah ujung garis kiri {toolName}"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],id_ID:["ubah ujung garis kanan {toolName}"]}},66429:e=>{e.exports={en:["change {toolName} line style"],id_ID:["ubah corak garis {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],id_ID:["ubah properti {propertyName}"]}},35813:e=>{
+e.exports={en:["days"],id_ID:["Hari"]}},89919:e=>{e.exports={en:["days to"],id_ID:["hari ke"]}},59215:e=>{e.exports={en:["days from"],id_ID:["dari dari"]}},77114:e=>{e.exports={en:["erase level line"],id_ID:["hapus haris level"]}},2359:e=>{e.exports={en:["hours"],id_ID:["Jam"]}},82267:e=>{e.exports={en:["hours from"],id_ID:["jam dari"]}},15600:e=>{e.exports={en:["hours to"],id_ID:["jam ke"]}},76261:e=>{e.exports={en:["move drawings"],id_ID:["Pindahkan gambar"]}},95300:e=>{e.exports={en:["months"],id_ID:["Bulan"]}},17250:e=>{e.exports={en:["months from"],id_ID:["bulan dari"]}},2828:e=>{e.exports={en:["months to"],id_ID:["bulan ke"]}},18726:e=>{e.exports={en:["minutes"],id_ID:["menit"]}},67649:e=>{e.exports={en:["minutes to"],id_ID:["menit ke"]}},22476:e=>{e.exports={en:["minutes from"],id_ID:["menit dari"]}},751:e=>{e.exports={en:["seconds"],id_ID:["detik"]}},73419:e=>{e.exports={en:["seconds to"],id_ID:["detik ke"]}},35801:e=>{e.exports={en:["seconds from"],id_ID:["detik dari"]}},45537:e=>{e.exports={en:["weeks"],id_ID:["minggu"]}},92859:e=>{e.exports={en:["weeks from"],id_ID:["minggu dari"]}},44127:e=>{e.exports={en:["weeks to"],id_ID:["minggu ke"]}},3539:e=>{e.exports={en:["ticks"],id_ID:["Tick"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.1432.d43e80e1d49b8e361fa5.js b/public/charting_library/bundles/id_ID.1432.d43e80e1d49b8e361fa5.js
new file mode 100644
index 0000000..a097482
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.1432.d43e80e1d49b8e361fa5.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1432,2787,6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],id_ID:["#{count} (harga, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],id_ID:["Koordinat"]}},24197:e=>{e.exports={en:["Center"],id_ID:["Tengah"]}},27567:e=>{e.exports={en:["Bottom"],id_ID:["Dasar"]}},79468:e=>{e.exports={en:["Background"],id_ID:["Latar"]}},72942:e=>{e.exports={en:["Days"],id_ID:["Hari"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],id_ID:["Pemindahan (harga, bar)"]}},61856:e=>{e.exports={en:["Extend left line"],id_ID:["Perpanjang garis kekiri"]}},87430:e=>{e.exports={en:["Extend right line"],id_ID:["Perpanjang garis kekanan"]}},56796:e=>{e.exports={en:["Hours"],id_ID:["Jam"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],id_ID:["Input"]}},11626:e=>{e.exports={en:["Left"],id_ID:["Kiri"]}},43154:e=>{e.exports={en:["Months"],id_ID:["Bulan"]}},68833:e=>{e.exports={en:["Middle"],id_ID:["Tengah"]}},42562:e=>{e.exports={en:["Minutes"],id_ID:["Menit"]}},65188:e=>{e.exports={en:["Seconds"],id_ID:["Detik"]}},50421:e=>{e.exports={en:["Right"],id_ID:["Kanan"]}},835:e=>{e.exports={en:["Weeks"],id_ID:["Minggu"]}},97118:e=>{e.exports={en:["Top"],id_ID:["Teratas"]}},70320:e=>{e.exports={en:["Text"],id_ID:["Teks"]}},25485:e=>{e.exports={en:["Text alignment"],id_ID:["Perataan teks"]}},67781:e=>{e.exports={en:["Text orientation"],id_ID:["Orientasi teks"]}},24821:e=>{e.exports={en:["Ticks"],id_ID:["Tick"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],id_ID:["Ubah koordinat bar X"]}},11737:e=>{e.exports={en:["change price Y coordinate"],id_ID:["Ubah koordinat harga Y"]}},30839:e=>{e.exports={en:["change {title} background visibility"],id_ID:["ubah visibilitas latar belakang {title}"]}},49765:e=>{e.exports={en:["change {title} background color"],id_ID:["ubah warna latar belakang {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],id_ID:["ubah {title} hari ke"]}},91201:e=>{e.exports={en:["change {title} days from"],id_ID:["ubah {title} hari dari"]}},8306:e=>{e.exports={en:["change {title} hours from"],id_ID:["ubah {title} jam dari"]}},67233:e=>{e.exports={en:["change {title} hours to"],id_ID:["ubah {title} jam ke"]}},99122:e=>{e.exports={en:["change {title} months from"],id_ID:["ubah {title} bulan dari"]}},10518:e=>{e.exports={en:["change {title} months to"],id_ID:["ubah {title} bulan ke"]}},38011:e=>{e.exports={en:["change {title} minutes to"],id_ID:["ubah {title} menit ke"]}},59820:e=>{e.exports={en:["change {title} minutes from"],id_ID:["ubah {title} menit dari"]}},6573:e=>{e.exports={en:["change {title} seconds to"],id_ID:["ubah {title} detik ke"]}},86780:e=>{e.exports={en:["change {title} seconds from"],id_ID:["ubah {title} detik dari"]}},32481:e=>{e.exports={en:["change {title} weeks from"],id_ID:["ubah {title} minggu dari"]}},18678:e=>{e.exports={en:["change {title} weeks to"],id_ID:["ubah {title} minggu ke"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],
+id_ID:["ubah visibilitas {title} pada tick"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],id_ID:["ubah visibilitas {title} dalam minggu"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],id_ID:["ubah visibilitas {title} di dalam {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],id_ID:["ubah visibilitas {title} dalam hari"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],id_ID:["ubah visibilitas {title} dalam jam"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],id_ID:["ubah visibilitas {title} dalam menit"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],id_ID:["ubah visibilitas {title} dalam bulan"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],id_ID:["ubah visibilitas {title} pada detik"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],id_ID:["ubah visibilitas garis {toolName}"]}},19541:e=>{e.exports={en:["change {toolName} line width"],id_ID:["ubah lebar garis {toolName}"]}},24059:e=>{e.exports={en:["change {toolName} line color"],id_ID:["ubah warna garis {toolName}"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],id_ID:["ubah garis perpanjangan ke kiri {toolName}"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],id_ID:["ubah garis perpanjangan ke kanan {toolName}"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],id_ID:["ubah ujung garis kiri {toolName}"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],id_ID:["ubah ujung garis kanan {toolName}"]}},66429:e=>{e.exports={en:["change {toolName} line style"],id_ID:["ubah corak garis {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],id_ID:["ubah properti {propertyName}"]}},35813:e=>{e.exports={en:["days"],id_ID:["Hari"]}},89919:e=>{e.exports={en:["days to"],id_ID:["hari ke"]}},59215:e=>{e.exports={en:["days from"],id_ID:["dari dari"]}},2359:e=>{e.exports={en:["hours"],id_ID:["Jam"]}},82267:e=>{e.exports={en:["hours from"],id_ID:["jam dari"]}},15600:e=>{e.exports={en:["hours to"],id_ID:["jam ke"]}},76261:e=>{e.exports={en:["move drawings"],id_ID:["Pindahkan gambar"]}},95300:e=>{e.exports={en:["months"],id_ID:["Bulan"]}},17250:e=>{e.exports={en:["months from"],id_ID:["bulan dari"]}},2828:e=>{e.exports={en:["months to"],id_ID:["bulan ke"]}},18726:e=>{e.exports={en:["minutes"],id_ID:["menit"]}},67649:e=>{e.exports={en:["minutes to"],id_ID:["menit ke"]}},22476:e=>{e.exports={en:["minutes from"],id_ID:["menit dari"]}},751:e=>{e.exports={en:["seconds"],id_ID:["detik"]}},73419:e=>{e.exports={en:["seconds to"],id_ID:["detik ke"]}},35801:e=>{e.exports={en:["seconds from"],id_ID:["detik dari"]}},45537:e=>{e.exports={en:["weeks"],id_ID:["minggu"]}},92859:e=>{e.exports={en:["weeks from"],id_ID:["minggu dari"]}},44127:e=>{e.exports={en:["weeks to"],id_ID:["minggu ke"]}},3539:e=>{e.exports={en:["ticks"],id_ID:["Tick"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.1629.7afd8c16ef79eab8b22e.js b/public/charting_library/bundles/id_ID.1629.7afd8c16ef79eab8b22e.js
new file mode 100644
index 0000000..ff61146
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.1629.7afd8c16ef79eab8b22e.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1629],{80473:e=>{e.exports={en:["Add column to right"],id_ID:["Tambahkan kolom ke kanan"]}},61702:e=>{e.exports={en:["Add row below"],id_ID:["Tambahkan row ke bawah"]}},33500:e=>{e.exports={en:["Remove column"],id_ID:["Hilangkan Kolom"]}},85069:e=>{e.exports={en:["Remove row"],id_ID:["Hapus row"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.1715.48491249cfe3a1a8a335.js b/public/charting_library/bundles/id_ID.1715.48491249cfe3a1a8a335.js
new file mode 100644
index 0000000..12277ec
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.1715.48491249cfe3a1a8a335.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1715],{79355:e=>{e.exports={en:["Save template as"],id_ID:["Simpan template sebagai"]}},41018:e=>{e.exports={en:["Template '{themeName}' already exists. Do you really want to replace it?"],id_ID:["Template '{themeName}' sudah ada. Apakah anda benar-benar ingin menggantinya?"]}},59233:e=>{e.exports={en:["Template name"],id_ID:["Nama template"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.2134.fb8463bf93e547b8a24f.js b/public/charting_library/bundles/id_ID.2134.fb8463bf93e547b8a24f.js
new file mode 100644
index 0000000..c8b7d2e
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.2134.fb8463bf93e547b8a24f.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2134,4109],{14143:e=>{e.exports={en:["currency"],id_ID:["mata uang"]}},53288:e=>{e.exports={en:["animals & nature"],id_ID:["hewan & alam"]}},21311:e=>{e.exports={en:["activity"],id_ID:["aktivitas"]}},74245:e=>{e.exports={en:["arrows"],id_ID:["tanda panah"]}},51853:e=>{e.exports={en:["gestures & smileys"],id_ID:["gestur & smiley"]}},90678:e=>{e.exports={en:["food & drink"],id_ID:["makanan & minuman"]}},6715:e=>{e.exports={en:["flags"],id_ID:["bendera"]}},98355:e=>{e.exports={en:["objects"],id_ID:["objek"]}},10522:e=>{e.exports={en:["nature"],id_ID:["alam"]}},43438:e=>{e.exports={en:["smiles & people"],id_ID:["senyuman & orang"]}},40457:e=>{e.exports={en:["symbols"],id_ID:["simbol"]}},33282:e=>{e.exports={en:["symbols & flags"],id_ID:["simbol & bendera"]}},88906:e=>{e.exports={en:["recently used"],id_ID:["baru digunakan"]}},28562:e=>{e.exports={en:["travel & places"],id_ID:["perjalanan & tempat"]}},93111:e=>{e.exports={en:["Content"],id_ID:["Konten"]}},59934:e=>{e.exports={en:["Channels"],id_ID:["Kanal / Channel"]}},81578:e=>{e.exports={en:["Cursors"],id_ID:["Kursor"]}},77915:e=>{e.exports={en:["Cycles"],id_ID:["Siklus"]}},32064:e=>{e.exports={en:["Annotation tools"],id_ID:["Peralatan Catatan"]}},69207:e=>{e.exports={en:["Add to favorites"],id_ID:["Tambah ke daftar favorit"]}},19147:e=>{e.exports={en:["Arrows"],id_ID:["Panah"]}},65695:e=>{e.exports={en:["Brushes"],id_ID:["Kuas"]}},51494:e=>{e.exports={en:["Gann"]}},2654:e=>{e.exports={en:["Gann and Fibonacci tools"],id_ID:["Peralatan Gann dan Fibonacci"]}},22145:e=>{e.exports={en:["Geometric shapes"],id_ID:["Bentuk-Bentuk Geometris"]}},57157:e=>{e.exports={en:["Dot"],id_ID:["Titik"]}},14939:e=>{e.exports={en:["Demonstration"],id_ID:["Demonstrasi"]}},16290:e=>{e.exports={en:["Emojis"],id_ID:["Emoji"]}},44255:e=>{e.exports={en:["Elliott waves"],id_ID:["Gelombang Elliott"]}},8727:e=>{e.exports={en:["Eraser"],id_ID:["Penghapus"]}},1410:e=>{e.exports={en:["Forecasting and measurement tools"],id_ID:["Peralatan Prediksi dan Pengukuran"]}},26578:e=>{e.exports={en:["Fibonacci"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"],id_ID:["Tahan tombol {hotKey_0} untuk gambar sementara"]}},99838:e=>{e.exports={en:["Hide Drawings Toolbar"],id_ID:["Sembunyikan Toolbar Peralatan Gambar"]}},95343:e=>{e.exports={en:["Hide options"],id_ID:["Sembunyikan opsi"]}},73829:e=>{e.exports={en:["Icons"],id_ID:["Ikon"]}},79451:e=>{e.exports={en:["Lock all drawings"],id_ID:["Kunci Semua Peralatan Gambar"]}},35553:e=>{e.exports={en:["Magic"],id_ID:["Sihir"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"],id_ID:["Mode Magnet menempelkan gambar didekat bar harga dengan nilai OHLC yang terdekat"]}},41964:e=>{e.exports={en:["Magnets"],id_ID:["Magnet"]}},91563:e=>{e.exports={en:["Measure"],id_ID:["Mengukur"]}},97050:e=>{e.exports={en:["Measurer"],id_ID:["Alat pengukur"]}},59377:e=>{e.exports={
+en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"],id_ID:["Gambar baru akan direplikasi ke seluruh chart didalam layout dan ditampilkan saat ticker yang sama dipilih"]}},65781:e=>{e.exports={en:["Shapes"],id_ID:["Bentuk"]}},32579:e=>{e.exports={en:["Show Drawings Toolbar"],id_ID:["Perlihatkan Bilah Alat Gambar"]}},51465:e=>{e.exports={en:["Show Favorite Drawing Tools Toolbar"],id_ID:["Tampilkan Toolbar Alat Gambar Favorit"]}},3154:e=>{e.exports={en:["Show Hidden Tools"],id_ID:["Perlihatkan Alat Tersembunyi"]}},85786:e=>{e.exports={en:["Show Object Tree"],id_ID:["Tampilkan Pohon Objek"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],id_ID:["Tetap Dalam Mode Menggambar"]}},50428:e=>{e.exports={en:["Stickers"],id_ID:["Stiker"]}},94593:e=>{e.exports={en:["Strong Magnet"],id_ID:["Magnet Kuat"]}},46417:e=>{e.exports={en:["Patterns"],id_ID:["Motif-Motif"]}},36167:e=>{e.exports={en:["Pitchforks"],id_ID:["Pitchfork"]}},57118:e=>{e.exports={en:["Remove Drawings"],id_ID:["Hilangkan Gambar"]}},25852:e=>{e.exports={en:["Remove objects"],id_ID:["Hilangkan objek"]}},2671:e=>{e.exports={en:["Remove options"],id_ID:["Hilangkan opsi"]}},96374:e=>{e.exports={en:["Remove drawings"],id_ID:["Hilangkan Gambar"]}},53981:e=>{e.exports={en:["Remove drawings & indicators"],id_ID:["Hapus gambar & indikator"]}},85106:e=>{e.exports={en:["Remove from favorites"],id_ID:["Hilangkan dari favorit"]}},99984:e=>{e.exports={en:["Remove indicators"],id_ID:["Hilangkan Indikator"]}},47550:e=>{e.exports={en:["Remove selected emoji"],id_ID:["Hapus emoji yang dipilih"]}},3519:e=>{e.exports={en:["Weak Magnet"],id_ID:["Magnet Lemah"]}},65831:e=>{e.exports={en:["Text & Notes"],id_ID:["Teks & Catatan"]}},48773:e=>{e.exports={en:["Trend line tools"],id_ID:["Peralatan Garis Tren"]}},69260:e=>{e.exports={en:["Volume-based"],id_ID:["Berbasis volume"]}},55774:e=>{e.exports={en:["Zoom In"],id_ID:["Perbesar"]}},37310:e=>{e.exports={en:["Zoom Out"],id_ID:["Perkecil"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"],id_ID:["{hotKey_0} + Klik pada chart"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"],id_ID:["{hotKey_0} — lingkaran"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"],id_ID:["{hotKey_0} — menggambar garis lurus dengan sudut 45 derajat"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"],id_ID:["{hotKey_0} — kenaikan tetap"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"],id_ID:["{hotKey_0} — persegi"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.2199.5cc70080a81e97402902.js b/public/charting_library/bundles/id_ID.2199.5cc70080a81e97402902.js
new file mode 100644
index 0000000..7e6456a
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.2199.5cc70080a81e97402902.js
@@ -0,0 +1,7 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2199],{48473:a=>{a.exports={en:["Real-time data for {symbolName}"],id_ID:["Data real-time untuk {symbolName}"]}},84455:a=>{a.exports={en:["is provided by {exchange} exchange."],id_ID:["disediakan oleh bursa {exchange}."]}},97349:a=>{a.exports={en:["Fr"],id_ID:["Jum"]}},30961:a=>{a.exports={en:["Mo"],id_ID:["Sen"]}},94748:a=>{a.exports={en:["Sa"],id_ID:["Sab"]}},75005:a=>{a.exports={en:["Su"],id_ID:["Min"]}},92578:a=>{a.exports={en:["We"],id_ID:["Rab"]}},8765:a=>{a.exports={en:["Th"],id_ID:["Kam"]}},9135:a=>{a.exports={en:["Tu"],id_ID:["Sel"]}},43206:a=>{a.exports={en:["Could not get Pine source code."],id_ID:["Tidak bisa mendapatkan kode sumber Pine."]}},65495:a=>{a.exports={en:["Collapse pane"],id_ID:["Tutup panel"]}},40225:a=>{a.exports={en:["Continuous futures contracts"],id_ID:["Kontrak berjangka berkelanjutan"]}},60657:a=>{a.exports={en:["Contract expired"],id_ID:["Kontrak berakhir"]}},58796:a=>{a.exports={en:["Cboe One"],id_ID:["Cboe BZX"]}},63245:a=>{a.exports={en:["Change symbol"],id_ID:["Ubah simbol"]}},45639:a=>{a.exports={en:["Chart values"],id_ID:["Nilai chart"]}},28214:a=>{a.exports={en:["Create a free account"],id_ID:["Buat sebuah akun gratis"]}},39301:a=>{a.exports={en:["All good things must come to an end - this contract has reached expiry!"],id_ID:["Seluruh hal baik pasti akan menuju akhir - kontrak ini telah berakhir!"]}},29938:a=>{a.exports={en:["All's well — market is open."],id_ID:["Semuanya ok — Pasar telah buka."]}},28896:a=>{a.exports={en:["April"]}},11081:a=>{a.exports={en:["August"],id_ID:["Agustus"]}},10842:a=>{a.exports={en:["Bar change values"],id_ID:["Nilai Perubahan Bar"]}},70032:a=>{a.exports={en:["Buy real-time data"],id_ID:["Beli data real-time"]}},99452:a=>{a.exports={en:["Go to editor"],id_ID:["Buka editor"]}},13930:a=>{a.exports={en:["Double click"],id_ID:["Dobel klik"]}},78992:a=>{a.exports={en:["Data error"],id_ID:["Permasalahan data"]}},32925:a=>{a.exports={en:["Data is updated once a day."],id_ID:["Data diupdate satu kali dalam sehari."]}},33039:a=>{a.exports={en:["Data is updated once per second, even if there are more updates on the market."],id_ID:["Data di update hanya satu kali per detiknya, meskipun didalam pasar terdapat update yang lebih banyak."]}},43348:a=>{a.exports={en:["Data is delayed"],id_ID:["Data tertunda"]}},38368:a=>{a.exports={en:["Data on our Basic plan is updated once per second, even if there are more updates on the market."],id_ID:["Data yang disediakan untuk skema Basic kami hanya di update satu kali per detiknya, meskipun didalam pasar terdapat update yang lebih banyak."]}},90082:a=>{a.exports={en:["December"],id_ID:["Desember"]}},19679:a=>{a.exports={en:["Defaulted bond"],id_ID:["Obligasi gagal bayar"]}},66260:a=>{a.exports={en:["Delete pane"],id_ID:["Hapus panel"]}},54602:a=>{a.exports={en:["Delisted"],id_ID:["Dihapuskan"]}},31683:a=>{a.exports={en:["Delisted alert"],id_ID:["Peringatan dihapuskan"]}},50035:a=>{a.exports={en:["Derived Data"],id_ID:["Data yang Diperoleh"]}},
+5805:a=>{a.exports={en:["End of day data"],id_ID:["Data penghujung hari"]}},57335:a=>{a.exports={en:["Error"],id_ID:["Kesalahan"]}},23302:a=>{a.exports={en:["Evening. Market is open for post-market trading."],id_ID:["Selamat sore. Pasar hanya buka untuk melakukan trading pasca-pasar."]}},43383:a=>{a.exports={en:["Exchange disclaimer"],id_ID:["Disclaimer bursa"]}},63538:a=>{a.exports={en:["Exchange timezone"],id_ID:["Zona waktu bursa"]}},81069:a=>{a.exports={en:["February"],id_ID:["Februari"]}},5447:a=>{a.exports={en:["Fill out Exchange Agreements"],id_ID:["Mengisi Kesepakatan Bursa"]}},44454:a=>{a.exports={en:["Flag Symbol"],id_ID:["Tandai Simbol"]}},22928:a=>{a.exports={en:["Fri"],id_ID:["Jum"]}},3570:a=>{a.exports={en:["Friday"],id_ID:["Jumat"]}},59269:a=>{a.exports={en:["From our family to yours, wishing you a merry festive season."],id_ID:["Dari keluarga kami untuk anda, semoga anda menikmati musim perayaan yang meriah."]}},14181:a=>{a.exports={en:["HKEX and/or any subsidiaries endeavour to ensure the accuracy and reliability of the information provided but do not guarantee its accuracy or reliability and accept no liability (whether in tort or contract or otherwise) for any loss or damage arising from any inaccuracies or omissions."],id_ID:["HKEX dan/atau anak perusahaannya berupaya keras memastikan keakuratan dan keandalan informasi yang diberikan, namun tidak menjamin keakuratan atau keandalannya dan tidak bertanggung jawab (baik dalam perbuatan melawan hukum atau kontrak atau lainnya) atas segala kerugian atau kerusakan yang timbul akibat ketidakakuratan atau kelalaian."]}},87845:a=>{a.exports={en:["Holiday"],id_ID:["Hari Libur"]}},75119:a=>{a.exports={en:["Halal symbol"],id_ID:["Simbol halal"]}},34987:a=>{a.exports={en:["Happy holidays, traders"],id_ID:["Selamat berlibur, trader"]}},44036:a=>{a.exports={en:["Indicator arguments"],id_ID:["Argumentasi Indikator"]}},10319:a=>{a.exports={en:["Indicator error"],id_ID:["Error indikator"]}},7511:a=>{a.exports={en:["Indicator titles"],id_ID:["Judul Indikator"]}},51353:a=>{a.exports={en:["Indicator values"],id_ID:["Nilai Indikator"]}},48758:a=>{a.exports={en:["Indicators update"],id_ID:["Update indikator"]}},95400:a=>{a.exports={en:["If you'd like {listedExchange} real-time data you'll need to complete an Exchange Agreement. Don't worry, it only takes a few clicks"],id_ID:["Jika anda menginginkan data real-time {listedExchange} anda perlu melengkapi Kesepakatan Bursanya. Jangan khawatir, ini hanya membutuhkan beberapa kali klik saja"]}},43094:a=>{a.exports={en:["It'll close in {remainingTime}."],id_ID:["Akan ditutup dalam {remainingTime}."]}},81509:a=>{a.exports={en:["It'll go to post-market trading in {remainingTime}."],id_ID:["Akan menuju perdagangan pasca-pasar dalam {remainingTime}."]}},58470:a=>{a.exports={en:["It'll open for pre-market trading in {remainingTime}."],id_ID:["Perdagangan pra-pasar akan terbuka dalam {remainingTime}."]}},99822:a=>{a.exports={en:["It'll open in {remainingTime}."],id_ID:["Akan dibuka dalam {remainingTime}."]}},66595:a=>{a.exports={
+en:["It’ll open fully in {remainingTime}."],id_ID:["Akan dibuka sepenuhnya dalam {remainingTime}."]}},200:a=>{a.exports={en:["January"],id_ID:["Januari"]}},6608:a=>{a.exports={en:["July"],id_ID:["Juli"]}},61487:a=>{a.exports={en:["June"],id_ID:["Juni"]}},91006:a=>{a.exports={en:["One update per second"],id_ID:["Satu update per detik"]}},79744:a=>{a.exports={en:["Oops. Something has gone wrong with one or more of your indicators. Please expand the indicator list for more details."],id_ID:["Ups. Terjadi kesalahan dengan salah satu atau beberapa indikator anda. Harap perbesar daftar indikator untuk detail lebih rinci."]}},64730:a=>{a.exports={en:["Oops. Something has gone wrong with one or more of your indicators. Resize the panes to see the details."],id_ID:["Ups. Terjadi kesalahan dengan salah satu atau beberapa indikator anda. Ubah ukuran panel untuk melihat detailnya."]}},84937:a=>{a.exports={en:["Obligation not paid. Issuer payments are over a month late, this is due to coupon or principal debt."],id_ID:["Obligasi tidak dibayarkan. Pembayaran dari penerbit terlambat lebih dari sebulan, hal ini disebabkan oleh kupon atau utang pokok."]}},37997:a=>{a.exports={en:["October"],id_ID:["Oktober"]}},25765:a=>{a.exports={en:["Open market status"],id_ID:["Tampilkan status pasar Buka"]}},72723:a=>{a.exports={en:["Opened in detached editor"],id_ID:["Dibuka di editor terpisah"]}},39664:a=>{a.exports={en:["Opened in editor"],id_ID:["Dibuka di editor"]}},72423:a=>{a.exports={en:["Last day change values"],id_ID:["Nilai perubahan hari terakhir"]}},1356:a=>{a.exports={en:["Let it snow"],id_ID:["Biarkan turun salju"]}},27741:a=>{a.exports={en:["Learn more"],id_ID:["Pelajari lebih lanjut"]}},12948:a=>{a.exports={en:["Move pane down"],id_ID:["Pindahkan panel kebawah"]}},7310:a=>{a.exports={en:["Move pane up"],id_ID:["Pindahkan panel keatas"]}},37150:a=>{a.exports={en:["Mon"],id_ID:["Sen"]}},19573:a=>{a.exports={en:["Monday"],id_ID:["Senin"]}},37117:a=>{a.exports={en:["More"],id_ID:["Lebih lanjut"]}},65420:a=>{a.exports={en:["Morning. Market is open for pre-market trading."],id_ID:["Selamat pagi. Pasar telah dibuka untuk melakukan trading pra-pasar."]}},61206:a=>{a.exports={en:["Maximize chart"],id_ID:["Perbesar chart"]}},90165:a=>{a.exports={en:["Maximize pane"],id_ID:["Perbesar panel"]}},25734:a=>{a.exports={en:["May"],id_ID:["Mei"]}},75018:a=>{a.exports={en:["Manage panes"],id_ID:["Kelola panel"]}},93878:a=>{a.exports={en:["March"],id_ID:["Maret"]}},41410:a=>{a.exports={en:["Market open"],id_ID:["Pasar buka"]}},62464:a=>{a.exports={en:["Market closed"],id_ID:["Pasar tutup"]}},41392:a=>{a.exports={en:["Market is currently on holiday. Lucky them."],id_ID:["Pasar saat ini sedang libur. Mereka beruntung."]}},4607:a=>{a.exports={en:["November"]}},87142:a=>{a.exports={en:["Source code"],id_ID:["Kode sumber"]}},32273:a=>{a.exports={en:["Sat"],id_ID:["Sab"]}},30348:a=>{a.exports={en:["Saturday"],id_ID:["Sabtu"]}},90761:a=>{a.exports={en:["Scroll to the left"],id_ID:["Geser ke kiri"]}},83040:a=>{a.exports={
+en:["Scroll to the most recent bar"],id_ID:["Geser ke bar terbaru"]}},25131:a=>{a.exports={en:["Scroll to the right"],id_ID:["Geser ke kanan"]}},32179:a=>{a.exports={en:["September"]}},85786:a=>{a.exports={en:["Show Object Tree"],id_ID:["Tampilkan Pohon Objek"]}},74759:a=>{a.exports={en:["Show interval settings"],id_ID:["Tampilkan pengaturan interval"]}},86158:a=>{a.exports={en:["Study Error"],id_ID:["Studi Error"]}},96341:a=>{a.exports={en:["Stop the snow"],id_ID:["Hentikan salju"]}},77493:a=>{a.exports={en:["Sun"],id_ID:["Min"]}},61480:a=>{a.exports={en:["Sunday"],id_ID:["Minggu"]}},23079:a=>{a.exports={en:["Symbol price source"],id_ID:["Sumber harga simbol"]}},14771:a=>{a.exports={en:["Symbol title"],id_ID:["Judul simbol"]}},71847:a=>{a.exports={en:["Synthetic instruments combining individual contracts. The 1! contract represents the front-month (nearest expiration) while the 2! represents the second nearest expiration."],id_ID:["Instrumen sintetis yang menggabungkan kontrak-kontrak individual. Kontrak 1! mewakili bulan di depan (kedaluwarsa terdekat) sedangkan 2! mewakili kedaluwarsa terdekat kedua."]}},44138:a=>{a.exports={en:["Synthetic symbol"],id_ID:["Simbol sintetis"]}},73897:a=>{a.exports={en:["Post-market"],id_ID:["Pasca-pasar"]}},85996:a=>{a.exports={en:["Paid plans feature faster data updates."],id_ID:["Skema berbayar memberikan update data yang lebih cepat."]}},36018:a=>{a.exports={en:["Pre-market"],id_ID:["Pra-pasar"]}},94972:a=>{a.exports={en:["Primary listing"],id_ID:["Daftar Utama"]}},20987:a=>{a.exports={en:["Real-time data for this symbol is not supported right now. We may support it in the future."],id_ID:["Data real time untuk simbol ini tidak didukung untuk saat ini. Kami mungkin mendukungnya di masa mendatang."]}},31539:a=>{a.exports={en:["Real-time data for {symbolName} is provided by {exchange} exchange."],id_ID:["Data real-time untuk {symbolName} disediakan oleh bursa {exchange}."]}},31142:a=>{a.exports={en:["Restore chart"],id_ID:["Kembalikan chart"]}},12486:a=>{a.exports={en:["Restore pane"],id_ID:["Kembalikan panel"]}},11532:a=>{a.exports={en:["Wed"],id_ID:["Rab"]}},94226:a=>{a.exports={en:["Wednesday"],id_ID:["Rabu"]}},7281:a=>{a.exports={en:["To get real-time data for {description}, please buy the real-time data package."],id_ID:["Untuk mendapatkan data real-time untuk {description}, harap membeli paket data real-timenya."]}},71388:a=>{a.exports={en:["Thu"],id_ID:["Kamis"]}},79137:a=>{a.exports={en:["Thursday"],id_ID:["Kamis"]}},95246:a=>{a.exports={en:["The main, or first, stock exchange where a company's stock is listed and traded."],id_ID:["Bursa saham utama atau yang pertama di mana saham perusahaan dicatatkan dan diperdagangkan."]}},25608:a=>{a.exports={en:["The source code of this script version is open in the Pine Editor."],id_ID:["Kode sumber versi skrip ini terbuka di Editor Pine."]}},33161:a=>{a.exports={en:["The source code of this script version is open in the detached Pine Editor."],id_ID:["Kode sumber versi skrip ini terbuka di Editor Pine yang terpisah."]}},24669:a=>{
+a.exports={en:["This data is real-time, but it may be slightly different to its official counterpart coming from primary exchanges."],id_ID:["Data ini real-time, namun mungkin sedikit berbeda dengan mitra resminya yang berasal dari bursa utama."]}},52668:a=>{a.exports={en:["This data is real-time, but it may be slightly different to its official counterpart coming from {exchange}."],id_ID:["Data ini real-time, namun mungkin sedikit berbeda dengan mitra resminya yang berasal dari {exchange}."]}},84484:a=>{a.exports={en:['This is a shariah-compliant bond, often referred to as a "sukuk," meaning that it complies with Islamic law that prohibits interest. Unlike conventional bonds, which involve paying interest, sukuk represent ownership in an underlying asset or project and investors earn returns based on profit-sharing or rental income.'],id_ID:['Ini adalah obligasi ini sesuai dengan hukum syariah, yang sering disebut sebagai "sukuk," yang berarti obligasi ini mematuhi hukum Islam yang melarang bunga. Tidak seperti obligasi konvensional, yang melibatkan pembayaran bunga, sukuk mewakili kepemilikan atas aset atau proyek yang mendasarinya dan investor memperoleh laba berdasarkan bagi hasil atau pendapatan sewa.']}},67607:a=>{a.exports={en:["This is a shariah-compliant stock, meaning that it follows Islamic law. This company does not charge or receive interest, and does not engage with certain sectors (gambling, alcohol, tobacco, pork products)."],id_ID:["Ini adalah saham yang sesuai dengan syariah, artinya mengikuti hukum Islam. Perusahaan ini tidak membebankan atau menerima bunga, dan tidak terlibat dalam sektor-sektor tertentu (perjudian, alkohol, tembakau, produk babi)."]}},83556:a=>{a.exports={en:["This is no longer publicly trading so no new data will be added. But you can explore the historicals here."],id_ID:["Ini tidak lagi diperdagangkan secara publik sehingga tidak terdapat data baru yang akan ditambahkan. Namun anda dapat menelusuri data historisnya di sini."]}},44492:a=>{a.exports={en:["This real-time data is provided by {originalExchange} exchange. It may be slightly different from the official data directly from {exchange}. If this difference is crucial for you, you'll need to purchase real-time data from the primary exchange, which we can help with."],id_ID:["Data real-time ini disediakan oleh bursa {originalExchange}. Mungkin sedikit berbeda dengan data resmi langsung dari {exchange}. Jika perbedaan ini penting bagi anda, anda perlu membeli data real-time dari bursa utama, yang mana dapat kami bantu."]}},19481:a=>{a.exports={en:["This refers to financial indicators which are created by combining and/or processing raw data supplied from various sources."],id_ID:["Ini mengacu pada indikator keuangan yang dibuat dengan menggabungkan dan/atau memproses data mentah yang diperoleh dari berbagai sumber."]}},53272:a=>{a.exports={en:["This symbol doesn't exist, please pick another one."],id_ID:["Tidak terdapat simbol yang dimaksud. Harap pilih simbol lainnya."]}},90589:a=>{a.exports={
+en:["This symbol is calculated by TradingView using the rate from other exchanges."],id_ID:["Simbol ini dihitung oleh TradingView dengan menggunakan kurs dari bursa lain."]}},52176:a=>{a.exports={en:["Time for a walk — this market is closed."],id_ID:["Saatnya rehat - pasar ini telah tutup."]}},11916:a=>{a.exports={en:["Tue"],id_ID:["Selasa"]}},82160:a=>{a.exports={en:["Tuesday"],id_ID:["Selasa"]}},13865:a=>{a.exports={en:["Unflag Symbol"],id_ID:["Hapus Tanda Simbol"]}},37644:a=>{a.exports={en:["Volume"]}},58744:a=>{a.exports={en:["You need to update one or more of your indicators. Check the indicator list for details."],id_ID:["Anda perlu mengupdate salah satu atau beberapa indikator anda. Periksa daftar indikator untuk detailnya."]}},92663:a=>{a.exports={en:["You need to update one or more of your indicators. Resize the panes or the window to see the details."],id_ID:["Anda perlu mengupdate salah satu atau beberapa indikator. Ubah ukuran panel atau jendela untuk melihat detailnya."]}},97038:a=>{a.exports={en:["Zoom in"],id_ID:["Perbesar"]}},88710:a=>{a.exports={en:["Zoom out"],id_ID:["Perkecil"]}},96227:a=>{a.exports={en:["change open market status visibility"],id_ID:["ubah visibilitas status market yang terbuka"]}},27426:a=>{a.exports={en:["change bar change visibility"],id_ID:["ubah visibilitas perubahan bar"]}},79637:a=>{a.exports={en:["change chart values visibility"],id_ID:["Ubah visibilitas nilai chart"]}},63050:a=>{a.exports={en:["change indicator titles visibility"],id_ID:["ubah visibilitas judul indikator"]}},49583:a=>{a.exports={en:["change indicator values visibility"],id_ID:["ubah visibilitas nilai indikator"]}},78310:a=>{a.exports={en:["change indicator arguments visibility"],id_ID:["ubah visibilitas argumen indikator"]}},66307:a=>{a.exports={en:["change last day change visibility"],id_ID:["ubah visibilitas perubahan hari terakhir"]}},88167:a=>{a.exports={en:["change symbol description visibility"],id_ID:["ubah visibilitas deskripsi simbol"]}},12050:a=>{a.exports={en:["change symbol field visibility"],id_ID:["ubah visibilitas bidang simbol"]}},96201:a=>{a.exports={en:["change volume values visibility"],id_ID:["ubah visibilitas nilai volume"]}},59938:a=>{a.exports={en:["less than 1 minute"],id_ID:["Kurang dari 1 menit"]}},51382:a=>{a.exports={en:["show {title}"],id_ID:["tampilkan {title}"]}},51320:a=>{a.exports={en:["{days} and {hours}"],id_ID:["{days} dan {hours}"]}},55154:a=>{a.exports={en:["{exchange} by {originalExchange}"],id_ID:["{exchange} oleh {originalExchange}"]}},90549:a=>{a.exports={en:["{hours} and {minutes}"],id_ID:["{hours} dan {minutes}"]}},51211:a=>{a.exports={en:["{listedExchange} real-time data is available for free to registered users."],id_ID:["Data real-time {listedExchange} tersedia gratis untuk pengguna terdaftar."]}},51931:a=>{a.exports={en:["Data is updated once every {amount} second, even if there are more updates on the market.","Data is updated once every {amount} seconds, even if there are more updates on the market."],
+id_ID:["Data diperbarui satu kali setiap {amount} detik, bahkan jika terdapat lebih banyak pembaruan di pasar."]}},83978:a=>{a.exports={en:["Data on our Basic plan is updated once every {amount} second, even if there are more updates on the market.","Data on our Basic plan is updated once every {amount} seconds, even if there are more updates on the market."],id_ID:["Data pada skema Basic kami diperbarui satu kali setiap {amount} detik, bahkan jika terdapat lebih banyak pembaruan di pasar."]}},46960:a=>{a.exports={en:["Hide indicator legend","Hide indicators legend"],id_ID:["Sembunyikan legenda indikator"]}},36050:a=>{a.exports={en:["One update every {amount} second","One update every {amount} seconds"],id_ID:["Satu pembaruan setiap {amount} detik"]}},36553:a=>{a.exports={en:["Show indicator legend","Show indicators legend"],id_ID:["Tampilkan legenda indikator"]}},62218:a=>{a.exports={en:["{number} day","{number} days"],id_ID:["{number} hari"]}},65463:a=>{a.exports={en:["{number} hour","{number} hours"],id_ID:["{number} jam"]}},21730:a=>{a.exports={en:["{number} hour","{number} hours"],id_ID:["{number} jam"]}},82796:a=>{a.exports={en:["{number} minute","{number} minutes"],id_ID:["{number} menit"]}},32547:a=>{a.exports={en:["{number} minute","{number} minutes"],id_ID:["{number} menit"]}},81227:a=>{a.exports={en:["{symbolName} data is delayed by {time} minute because of exchange requirements.","{symbolName} data is delayed by {time} minutes because of exchange requirements."],id_ID:["Data {symbolName} tertunda selama {time} menit dikarenakan persyaratan bursa."]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.2303.a9546f2924221b57a144.js b/public/charting_library/bundles/id_ID.2303.a9546f2924221b57a144.js
new file mode 100644
index 0000000..0ac2db1
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.2303.a9546f2924221b57a144.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2303,6155,3367,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],id_ID:["#{count} (harga, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],id_ID:["Koordinat"]}},24197:e=>{e.exports={en:["Center"],id_ID:["Tengah"]}},6060:e=>{e.exports={en:["Add text"],id_ID:["Tambahkan teks"]}},27567:e=>{e.exports={en:["Bottom"],id_ID:["Dasar"]}},38408:e=>{e.exports={en:["Border"],id_ID:["Batas"]}},79468:e=>{e.exports={en:["Background"],id_ID:["Latar"]}},72942:e=>{e.exports={en:["Days"],id_ID:["Hari"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],id_ID:["Pemindahan (harga, bar)"]}},56796:e=>{e.exports={en:["Hours"],id_ID:["Jam"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],id_ID:["Input"]}},11626:e=>{e.exports={en:["Left"],id_ID:["Kiri"]}},43154:e=>{e.exports={en:["Months"],id_ID:["Bulan"]}},68833:e=>{e.exports={en:["Middle"],id_ID:["Tengah"]}},42562:e=>{e.exports={en:["Minutes"],id_ID:["Menit"]}},65188:e=>{e.exports={en:["Seconds"],id_ID:["Detik"]}},50421:e=>{e.exports={en:["Right"],id_ID:["Kanan"]}},835:e=>{e.exports={en:["Weeks"],id_ID:["Minggu"]}},97118:e=>{e.exports={en:["Top"],id_ID:["Teratas"]}},70320:e=>{e.exports={en:["Text"],id_ID:["Teks"]}},7560:e=>{e.exports={en:["Text wrap"],id_ID:["Pembungkus Teks"]}},25485:e=>{e.exports={en:["Text alignment"],id_ID:["Perataan teks"]}},67781:e=>{e.exports={en:["Text orientation"],id_ID:["Orientasi teks"]}},24821:e=>{e.exports={en:["Ticks"],id_ID:["Tick"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],id_ID:["Ubah koordinat bar X"]}},11737:e=>{e.exports={en:["change price Y coordinate"],id_ID:["Ubah koordinat harga Y"]}},96135:e=>{e.exports={en:["change {title} days to"],id_ID:["ubah {title} hari ke"]}},91201:e=>{e.exports={en:["change {title} days from"],id_ID:["ubah {title} hari dari"]}},8306:e=>{e.exports={en:["change {title} hours from"],id_ID:["ubah {title} jam dari"]}},67233:e=>{e.exports={en:["change {title} hours to"],id_ID:["ubah {title} jam ke"]}},99122:e=>{e.exports={en:["change {title} months from"],id_ID:["ubah {title} bulan dari"]}},10518:e=>{e.exports={en:["change {title} months to"],id_ID:["ubah {title} bulan ke"]}},38011:e=>{e.exports={en:["change {title} minutes to"],id_ID:["ubah {title} menit ke"]}},59820:e=>{e.exports={en:["change {title} minutes from"],id_ID:["ubah {title} menit dari"]}},6573:e=>{e.exports={en:["change {title} seconds to"],id_ID:["ubah {title} detik ke"]}},86780:e=>{e.exports={en:["change {title} seconds from"],id_ID:["ubah {title} detik dari"]}},32481:e=>{e.exports={en:["change {title} weeks from"],id_ID:["ubah {title} minggu dari"]}},18678:e=>{e.exports={en:["change {title} weeks to"],id_ID:["ubah {title} minggu ke"]}},57122:e=>{e.exports={en:["change {title} text"],id_ID:["Ubah teks {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],id_ID:["ubah visibilitas {title} pada tick"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],
+id_ID:["ubah visibilitas {title} dalam minggu"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],id_ID:["ubah visibilitas {title} di dalam {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],id_ID:["ubah visibilitas {title} dalam hari"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],id_ID:["ubah visibilitas {title} dalam jam"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],id_ID:["ubah visibilitas {title} dalam menit"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],id_ID:["ubah visibilitas {title} dalam bulan"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],id_ID:["ubah visibilitas {title} pada detik"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],id_ID:["ubah kelurusan label vertikal {toolName}"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],id_ID:["ubah kelurusan label horizontal {toolName}"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],id_ID:["ubah arah label {toolName}"]}},66668:e=>{e.exports={en:["change {toolName} text"],id_ID:["ubah teks {toolName}"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],id_ID:["ubah visibilitas teks {toolName}"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],id_ID:["ubah pembungkus teks {toolName}"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],id_ID:["ubah warna latar belakang teks {toolName}"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],id_ID:["ubah visibilitas latar belakang teks {toolName}"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],id_ID:["ubah warna bingkai teks {toolName}"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],id_ID:["ubah lebar bingkai teks {toolName}"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],id_ID:["ubah visibilitas bingkai teks {toolName}"]}},64500:e=>{e.exports={en:["change {toolName} text color"],id_ID:["ubah warna teks {toolName}"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],id_ID:["ubah ketebalan font teks {toolName}"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],id_ID:["ubah miring font teks {toolName}"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],id_ID:["ubah ukuran font teks {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],id_ID:["ubah properti {propertyName}"]}},35813:e=>{e.exports={en:["days"],id_ID:["Hari"]}},89919:e=>{e.exports={en:["days to"],id_ID:["hari ke"]}},59215:e=>{e.exports={en:["days from"],id_ID:["dari dari"]}},2359:e=>{e.exports={en:["hours"],id_ID:["Jam"]}},82267:e=>{e.exports={en:["hours from"],id_ID:["jam dari"]}},15600:e=>{e.exports={en:["hours to"],id_ID:["jam ke"]}},76261:e=>{e.exports={en:["move drawings"],id_ID:["Pindahkan gambar"]}},95300:e=>{e.exports={en:["months"],id_ID:["Bulan"]}},17250:e=>{e.exports={en:["months from"],id_ID:["bulan dari"]}},2828:e=>{e.exports={en:["months to"],id_ID:["bulan ke"]}},
+18726:e=>{e.exports={en:["minutes"],id_ID:["menit"]}},67649:e=>{e.exports={en:["minutes to"],id_ID:["menit ke"]}},22476:e=>{e.exports={en:["minutes from"],id_ID:["menit dari"]}},751:e=>{e.exports={en:["seconds"],id_ID:["detik"]}},73419:e=>{e.exports={en:["seconds to"],id_ID:["detik ke"]}},35801:e=>{e.exports={en:["seconds from"],id_ID:["detik dari"]}},45537:e=>{e.exports={en:["weeks"],id_ID:["minggu"]}},92859:e=>{e.exports={en:["weeks from"],id_ID:["minggu dari"]}},44127:e=>{e.exports={en:["weeks to"],id_ID:["minggu ke"]}},3539:e=>{e.exports={en:["ticks"],id_ID:["Tick"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.2342.4e495e3da576be4868f7.js b/public/charting_library/bundles/id_ID.2342.4e495e3da576be4868f7.js
new file mode 100644
index 0000000..4f471d8
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.2342.4e495e3da576be4868f7.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2342],{64489:e=>{e.exports={en:["Reverse"],id_ID:["Membalik"]}},66643:e=>{e.exports={en:["reverse {tool}"],id_ID:["balik {tool}"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.2464.fc7f44a5c8b3791719aa.js b/public/charting_library/bundles/id_ID.2464.fc7f44a5c8b3791719aa.js
new file mode 100644
index 0000000..ca826c1
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.2464.fc7f44a5c8b3791719aa.js
@@ -0,0 +1,58 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2464],{53310:e=>{e.exports={en:["Re"],id_ID:["ulangi"]}},85119:e=>{e.exports={en:["Dark"],id_ID:["Gelap"]}},96870:e=>{e.exports={en:["Light"],id_ID:["Terang"]}},85886:e=>{e.exports={en:["d"]}},44634:e=>{e.exports={en:["h"]}},5977:e=>{e.exports={en:["m"]}},21492:e=>{e.exports={en:["s"]}},97559:e=>{e.exports={en:["{title} copy"],id_ID:["Salinan {title}"]}},38691:e=>{e.exports={en:["D"]}},77995:e=>{e.exports={en:["M"]}},93934:e=>{e.exports={en:["R"]}},82901:e=>{e.exports={en:["T"]}},7408:e=>{e.exports={en:["W"]}},38048:e=>{e.exports={en:["h"]}},68430:e=>{e.exports={en:["m"]}},68823:e=>{e.exports={en:["s"]}},2696:e=>{e.exports={en:["C"]}},43253:e=>{e.exports={en:["H"]}},61372:e=>{e.exports={en:["HL2"]}},55096:e=>{e.exports={en:["HLC3"]}},94174:e=>{e.exports={en:["OHLC4"]}},89923:e=>{e.exports={en:["L"]}},46728:e=>{e.exports={en:["O"]}},32856:e=>{e.exports=Object.create(null),e.exports["%D_input"]={en:["%D"]},e.exports["%K_input"]={en:["%K"]},e.exports["%R_input"]={en:["%R"]},e.exports["+DI_input"]={en:["+DI"]},e.exports["-0.236 Level Color_input"]={en:["-0.236 Level Color"],id_ID:["Warna Level -0.236"]},e.exports["-0.382 Level Color_input"]={en:["-0.382 Level Color"],id_ID:["Warna Level -0.382"]},e.exports["-0.618 Level Color_input"]={en:["-0.618 Level Color"],id_ID:["Warna Level -0.618"]},e.exports["-0.65 Level Color_input"]={en:["-0.65 Level Color"],id_ID:["Warna Level -0.65"]},e.exports["-DI_input"]={en:["-DI"]},e.exports["0 Level Color_input"]={en:["0 Level Color"],id_ID:["Warna Level 0"]},e.exports["0.236 Level Color_input"]={en:["0.236 Level Color"],id_ID:["Warna Level 0.236"]},e.exports["0.382 Level Color_input"]={en:["0.382 Level Color"],id_ID:["Warna Level 0.382"]},e.exports["0.5 Level Color_input"]={en:["0.5 Level Color"],id_ID:["Warna Level 0.5"]},e.exports["0.618 Level Color_input"]={en:["0.618 Level Color"],id_ID:["Warna Level 0.618"]},e.exports["0.65 Level Color_input"]={en:["0.65 Level Color"],id_ID:["Warna Level 0.65"]},e.exports["0.786 Level Color_input"]={en:["0.786 Level Color"],id_ID:["Warna Level 0.786"]},e.exports["1 Level Color_input"]={en:["1 Level Color"],id_ID:["Warna Level 1"]},e.exports["1.272 Level Color_input"]={en:["1.272 Level Color"],id_ID:["Warna Level 1.272"]},e.exports["1.414 Level Color_input"]={en:["1.414 Level Color"],id_ID:["Warna Level 1.414"]},e.exports["1.618 Level Color_input"]={en:["1.618 Level Color"],id_ID:["Warna Level 1.618"]},e.exports["1.65 Level Color_input"]={en:["1.65 Level Color"],id_ID:["Warna Level 1.65"]},e.exports["1st Period_input"]={en:["1st Period"],id_ID:["Periode ke-1"]},e.exports["2.618 Level Color_input"]={en:["2.618 Level Color"],id_ID:["Warna Level 2.618"]},e.exports["2.65 Level Color_input"]={en:["2.65 Level Color"],id_ID:["Warna Level 2.65"]},e.exports["2nd Period_input"]={en:["2nd Period"],id_ID:["Periode ke-2"]},e.exports["3.618 Level Color_input"]={en:["3.618 Level Color"],id_ID:["Warna Level 3.618"]},e.exports["3.65 Level Color_input"]={en:["3.65 Level Color"],
+id_ID:["Warna Level 3.65"]},e.exports["3rd Period_input"]={en:["3rd Period"],id_ID:["Periode ke-3"]},e.exports["4.236 Level Color_input"]={en:["4.236 Level Color"],id_ID:["Warna Level 4.236"]},e.exports["4th Period_input"]={en:["4th Period"],id_ID:["Periode ke-4"]},e.exports["5th Period_input"]={en:["5th Period"],id_ID:["Periode ke-5"]},e.exports["6th Period_input"]={en:["6th Period"],id_ID:["Periode ke-6"]},e.exports.ADR_B_input={en:["ADR_B"]},e.exports["ADX Smoothing_input"]={en:["ADX Smoothing"],id_ID:["Penghalusan ADX"]},e.exports["ADX smoothing_input"]={en:["ADX smoothing"],id_ID:["Penghalusan ADX"]},e.exports.ADX_input={en:["ADX"]},e.exports["ATR Mult_input"]={en:["ATR Mult"]},e.exports["ATR length_input"]={en:["ATR length"],id_ID:["Panjang ATR"]},e.exports["ATR({atrValue})_input"]={en:["ATR({atrValue})"]},e.exports.ATR_input={en:["ATR"]},e.exports["Accumulation/Distribution_input"]={en:["Accumulation/Distribution"],id_ID:["Akumulasi/Distribusi"]},e.exports["All items_combobox_input"]={en:["All items"],id_ID:["Seluruh item"]},e.exports.All_input={en:["All"],id_ID:["Semua"]},e.exports["Anchor Period_input"]={en:["Anchor Period"],id_ID:["Periode Jangkar"]},e.exports["Another symbol_input"]={en:["Another symbol"],id_ID:["Simbol lainnya"]},e.exports["Aroon Down_input"]={en:["Aroon Down"],id_ID:["Aroon Turun"]},e.exports["Aroon Up_input"]={en:["Aroon Up"],id_ID:["Aroon Naik"]},e.exports.Average_input={en:["Average"],id_ID:["Rata-Rata"]},e.exports["Averaging Periods_input"]={en:["Averaging Periods"],id_ID:["Periode Perata-Rataan"]},e.exports.Back_input={en:["Back"],id_ID:["Kembali"]},e.exports["Bands style_input"]={en:["Bands style"],id_ID:["Corak Pita"]},e.exports.Bar_input={en:["Bar"]},e.exports["Base Line Periods_input"]={en:["Base Line Periods"],id_ID:["Periode Garis Dasar"]},e.exports["Base Line_input"]={en:["Base Line"],id_ID:["Garis Dasar"]},e.exports.Basis_input={en:["Basis"]},e.exports["Bollinger Bands %B_input"]={en:["Bollinger Bands %B"],id_ID:["%B Ikat Bollinger"]},e.exports["Bollinger Bands Width_input"]={en:["Bollinger Bands Width"],id_ID:["Lebar Ikat Bollinger"]},e.exports.Borders_input={en:["Borders"],id_ID:["Batas-Batas"]},e.exports["Box size assignment method_input"]={en:["Box size assignment method"],id_ID:["Metode penempatan ukuran kotak"]},e.exports["Box size_input"]={en:["Box size"],id_ID:["Ukuran kotak"]},e.exports.CCI_input={en:["CCI"]},e.exports.CHOP_input={en:["CHOP"]},e.exports.Cancel_input={en:["Cancel"],id_ID:["Batalkan"]},e.exports.Candles_input={en:["Candles"],id_ID:["Candle"]},e.exports.Centered_input={en:["Centered"],id_ID:["Dipusatkan"]},e.exports.Century_input={en:["Century"],id_ID:["Abad"]},e.exports["Chaikin Oscillator_input"]={en:["Chaikin Oscillator"],id_ID:["Osilator Chaikin"]},e.exports["Chande MO_input"]={en:["Chande MO"],id_ID:["MO Chande"]},e.exports.Close_input={en:["Close"],id_ID:["Tutup"]},e.exports["Color 0_input"]={en:["Color 0"],id_ID:["Warna 0"]},e.exports["Color 1_input"]={en:["Color 1"],id_ID:["Warna 1"]},e.exports["Color 2_input"]={en:["Color 2"],id_ID:["Warna 2"]
+},e.exports["Color 3_input"]={en:["Color 3"],id_ID:["Warna 3"]},e.exports["Color 4_input"]={en:["Color 4"],id_ID:["Warna 4"]},e.exports["Color 5_input"]={en:["Color 5"],id_ID:["Warna 5"]},e.exports["Color 6_input"]={en:["Color 6"],id_ID:["Warna 6"]},e.exports["Color 7_input"]={en:["Color 7"],id_ID:["Warna 7"]},e.exports["Color 8_input"]={en:["Color 8"],id_ID:["Warna 8"]},e.exports["Color bars based on previous close_input"]={en:["Color bars based on previous close"],id_ID:["Warnai bar berdasarkan penutupan sebelumnya"]},e.exports["Color based on previous close_input"]={en:["Color based on previous close"],id_ID:["Warna dengan basis penutupan sebelumnya"]},e.exports["Conversion Line Periods_input"]={en:["Conversion Line Periods"],id_ID:["Periode Garis Konversi"]},e.exports["Conversion Line_input"]={en:["Conversion Line"],id_ID:["Garis Konversi"]},e.exports.Correlation_input={en:["Correlation"],id_ID:["Korelasi"]},e.exports.Count_input={en:["Count"],id_ID:["Hitung"]},e.exports.Crosses_input={en:["Crosses"],id_ID:["Persilangan"]},e.exports.Custom_input={en:["Custom"],id_ID:["Kustom"]},e.exports.DEMA_input={en:["DEMA"]},e.exports["DI Length_input"]={en:["DI Length"],id_ID:["Panjang DI"]},e.exports.DPO_input={en:["DPO"]},e.exports.D_input={en:["D"]},e.exports.Day_input={en:["Day"],id_ID:["Hari"]},e.exports["Days Per Year_input"]={en:["Days Per Year"],id_ID:["Hari Per Tahun"]},e.exports.Decade_input={en:["Decade"],id_ID:["Dekade"]},e.exports.Delta_input={en:["Delta"]},e.exports.Depth_input={en:["Depth"],id_ID:["Kedalaman"]},e.exports["Detrended Price Oscillator_input"]={en:["Detrended Price Oscillator"],id_ID:["Osilator Harga Detrended / Detrended Price Oscillator"]},e.exports["Developing Poc_input"]={en:["Developing Poc"],id_ID:["POC Berjalan"]},e.exports["Deviation (%)_input"]={en:["Deviation (%)"],id_ID:["Deviasi (%)"]},e.exports.Deviation_input={en:["Deviation"],id_ID:["Deviasi"]},e.exports.Divisor_input={en:["Divisor"],id_ID:["Pembagi"]},e.exports["Down Volume_input"]={en:["Down Volume"],id_ID:["Volume Turun"]},e.exports["Down bars_input"]={en:["Down bars"],id_ID:["Bar turun"]},e.exports["Down color_input"]={en:["Down color"],id_ID:["Warna Turun"]},e.exports["Down fractals_input"]={en:["Down fractals"],id_ID:["Fraktal Turun"]},e.exports.EOM_input={en:["EOM"]},e.exports["Each (pre-market, market, post-market)_input"]={en:["Each (pre-market, market, post-market)"],id_ID:["Masing-masing (pra-pasar, pasar, pasca-pasar)"]},e.exports["Elder's Force Index_input"]={en:["Elder's Force Index"],id_ID:["Indeks Kekuatan Elder / Elder's Force Index"]},e.exports["Equality Line_input"]={en:["Equality Line"],id_ID:["Garis Kesetaraan"]},e.exports.Exponential_input={en:["Exponential"],id_ID:["Eksponensial"]},e.exports["Extend POC Right_input"]={en:["Extend POC Right"],id_ID:["Perpanjang POC Kekanan"]},e.exports["Extend Right_input"]={en:["Extend Right"],id_ID:["Perpanjang Kanan"]},e.exports["Extend VAH Right_input"]={en:["Extend VAH Right"],id_ID:["Perpanjangan VAH ke Kanan"]},e.exports["Extend VAL Right_input"]={
+en:["Extend VAL Right"],id_ID:["Perpanjangan VAL ke Kanan"]},e.exports["Extend to last bar_input"]={en:["Extend to last bar"],id_ID:["Perpanjang hingga bar terakhir"]},e.exports.Falling_input={en:["Falling"],id_ID:["Jatuh"]},e.exports["Fast Length_input"]={en:["Fast Length"],id_ID:["Panjang Cepat"]},e.exports["Fast length_input"]={en:["Fast length"],id_ID:["Panjang Cepat"]},e.exports.Fill_input={en:["Fill"],id_ID:["Isian"]},e.exports.Fisher_input={en:["Fisher"]},e.exports.Growing_input={en:["Growing"],id_ID:["Berkembang"]},e.exports["HLC bars_input"]={en:["HLC bars"],id_ID:["Bar HLC"]},e.exports.HV_input={en:["HV"]},e.exports["Histogram Box_input"]={en:["Histogram Box"],id_ID:["Kotak Histogram"]},e.exports.Histogram_input={en:["Histogram"]},e.exports["Hull MA_input"]={en:["Hull MA"],id_ID:["MA Hull"]},e.exports.Increment_input={en:["Increment"],id_ID:["Kenaikan"]},e.exports.Indicator_input={en:["Indicator"],id_ID:["Indikator"]},e.exports["Instrument 1_input"]={en:["Instrument 1"],id_ID:["Instrumen 1"]},e.exports["Instrument 2_input"]={en:["Instrument 2"],id_ID:["Instrumen 2"]},e.exports["Investor EMA 1 length_input"]={en:["Investor EMA 1 length"],id_ID:["EMA Investor panjang 1"]},e.exports["Investor EMA 2 length_input"]={en:["Investor EMA 2 length"],id_ID:["EMA Investor panjang 2"]},e.exports["Investor EMA 3 length_input"]={en:["Investor EMA 3 length"],id_ID:["EMA Investor panjang 3"]},e.exports["Investor EMA 4 length_input"]={en:["Investor EMA 4 length"],id_ID:["EMA Investor panjang 4"]},e.exports["Investor EMA 5 length_input"]={en:["Investor EMA 5 length"],id_ID:["EMA Investor panjang 5"]},e.exports["Investor EMA 6 length_input"]={en:["Investor EMA 6 length"],id_ID:["EMA Investor panjang 6"]},e.exports["Jaw Length_input"]={en:["Jaw Length"],id_ID:["Panjang Rahang"]},e.exports["Jaw Offset_input"]={en:["Jaw Offset"],id_ID:["Offset Jaw"]},e.exports.Jaw_input={en:["Jaw"],id_ID:["Rahang"]},e.exports.KST_input={en:["KST"]},e.exports.K_input={en:["K"]},e.exports["Labels Position_input"]={en:["Labels Position"],id_ID:["Posisi Label"]},e.exports["Labels on price scale_input"]={en:["Labels on price scale"],id_ID:["Label pada skala harga"]},e.exports["Lagging Span Periods_input"]={en:["Lagging Span Periods"],id_ID:["Periode Lagging Span"]},e.exports["Lagging Span_input"]={en:["Lagging Span"]},e.exports["Leading Shift Periods_input"]={en:["Leading Shift Periods"],id_ID:["Periode Shift Leading"]},e.exports["Leading Span A_input"]={en:["Leading Span A"]},e.exports["Leading Span B_input"]={en:["Leading Span B"]},e.exports["Leading Span Periods_input"]={en:["Leading Span Periods"],id_ID:["Periode Leading Span"]},e.exports["Length EMA_input"]={en:["Length EMA"],id_ID:["Panjang EMA"]},e.exports["Length MA_input"]={en:["Length MA"],id_ID:["Panjang MA"]},e.exports.Length1_input={en:["Length1"],id_ID:["Panjang1"]},e.exports.Length2_input={en:["Length2"],id_ID:["Panjang2"]},e.exports.Length3_input={en:["Length3"],id_ID:["Panjang3"]},e.exports.Length_input={en:["Length"],id_ID:["Panjang"]},e.exports.Level_input={en:["Level"]},
+e.exports["Levels Format_input"]={en:["Levels Format"],id_ID:["Format Level"]},e.exports.Limit_input={en:["Limit"]},e.exports.Line_input={en:["Line"],id_ID:["Garis"]},e.exports["Lips Length_input"]={en:["Lips Length"],id_ID:["Panjang Bibir"]},e.exports["Lips Offset_input"]={en:["Lips Offset"],id_ID:["Offset Lips"]},e.exports.Lips_input={en:["Lips"],id_ID:["Bibir"]},e.exports["Long Length_input"]={en:["Long Length"],id_ID:["Panjang Pembelian"]},e.exports["Long RoC Length_input"]={en:["Long RoC Length"],id_ID:["Panjang RoC Pembelian"]},e.exports["Long length_input"]={en:["Long length"],id_ID:["Panjang pembelian"]},e.exports["Long period_input"]={en:["Long period"],id_ID:["Periode pembelian"]},e.exports.Long_input={en:["Long"],id_ID:["Pembelian"]},e.exports["Lower Band_input"]={en:["Lower Band"],id_ID:["Ikat Bawah"]},e.exports["Lower Deviation_input"]={en:["Lower Deviation"],id_ID:["Deviasi Bawah"]},e.exports["Lower Percentage_input"]={en:["Lower Percentage"],id_ID:["Persentase Bawah"]},e.exports.LowerLimit_input={en:["LowerLimit"],id_ID:["LimitBawah"]},e.exports.Lower_input={en:["Lower"],id_ID:["Bawah"]},e.exports["MA Length_input"]={en:["MA Length"],id_ID:["Panjang MA"]},e.exports.MACD_input={en:["MACD"]},e.exports.MA_input={en:["MA"]},e.exports.MF_input={en:["MF"]},e.exports.MM_month_input={en:["MM"]},e.exports.MOM_input={en:["MOM"]},e.exports["Main chart symbol_input"]={en:["Main chart symbol"],id_ID:["Simbol chart utama"]},e.exports["Market Closed Percentage_input"]={en:["Market Closed Percentage"],id_ID:["Persentasi Penutupan Pasar"]},e.exports["Market only_input"]={en:["Market only"],id_ID:["Hanya jam pasar"]},e.exports["Max value_input"]={en:["Max value"],id_ID:["Nilai Max"]},e.exports.Median_input={en:["Median"]},e.exports.Method_input={en:["Method"],id_ID:["Metode"]},e.exports.Middle_input={en:["Middle"],id_ID:["Tengah"]},e.exports.Minimize_input={en:["Minimize"],id_ID:["Perkecil"]},e.exports.Month_input={en:["Month"],id_ID:["Bulan"]},e.exports.Move_input={en:["Move"],id_ID:["Pindah"]},e.exports["Multi timeframe_input"]={en:["Multi timeframe"],id_ID:["Beberapa kerangka waktu"]},e.exports.Multiplier_input={en:["Multiplier"],id_ID:["Pengali"]},e.exports.NV_input={en:["NV"]},e.exports["Nothing selected_combobox_input"]={en:["Nothing selected"],id_ID:["Tidak ada yang dipilih"]},e.exports["Number Of Rows_input"]={en:["Number Of Rows"],id_ID:["Jumlah Baris"]},e.exports["Number of line_input"]={en:["Number of line"],id_ID:["Jumlah garis"]},e.exports.OSC_input={en:["OSC"]},e.exports.Offset_input={en:["Offset"]},e.exports.OnBalanceVolume_input={en:["OnBalanceVolume"],id_ID:["VolumeKeseimbangan"]},e.exports["One step back building_input"]={en:["One step back building"],id_ID:["Pembuatan One Step Back"]},e.exports.Oscillator_input={en:["Oscillator"],id_ID:["Osilator"]},e.exports.Overbought_input={en:["Overbought"]},e.exports.Oversold_input={en:["Oversold"]},e.exports.POC_input={en:["POC"]},e.exports.PVT_input={en:["PVT"]},e.exports.P_input={en:["P"]},e.exports.ParabolicSAR_input={en:["ParabolicSAR"],
+id_ID:["SAR Parabolis"]},e.exports.Percent_input={en:["Percent"],id_ID:["Persen"]},e.exports["Percentage LTP({percentageLTPValue}%)_input"]={en:["Percentage LTP({percentageLTPValue}%)"],id_ID:["Persentase LTP({percentageLTPValue}%)"]},e.exports["Percentage LTP_input"]={en:["Percentage LTP"],id_ID:["Persentase LTP"]},e.exports.Percentage_input={en:["Percentage"],id_ID:["Persentase"]},e.exports.Period_input={en:["Period"],id_ID:["Periode"]},e.exports.Periods_input={en:["Periods"],id_ID:["Periode"]},e.exports["Phantom bars_input"]={en:["Phantom bars"],id_ID:["Bar bayangan"]},e.exports.Placement_input={en:["Placement"],id_ID:["Penempatan"]},e.exports.Plot_input={en:["Plot"]},e.exports["Plots Background_input"]={en:["Plots Background"],id_ID:["Latar Belakang Plot"]},e.exports["Post-market only_input"]={en:["Post-market only"],id_ID:["Hanya Pasca-pasar"]},e.exports["Pre-market only_input"]={en:["Pre-market only"],id_ID:["Hanya Pra-pasar"]},e.exports["Price source_input"]={en:["Price source"],id_ID:["Sumber harga"]},e.exports.Price_input={en:["Price"],id_ID:["Harga"]},e.exports["Projection down bars_input"]={en:["Projection down bars"],id_ID:["Proyeksi bar turun"]},e.exports["Projection down color_input"]={en:["Projection down color"],id_ID:["Warna proyeksi ke bawah"]},e.exports["Projection up bars_input"]={en:["Projection up bars"],id_ID:["Proyeksi bar naik"]},e.exports["Projection up color_input"]={en:["Projection up color"],id_ID:["Warna proyeksi ke atas"]},e.exports.Q_input={en:["Q"]},e.exports["ROC Length_input"]={en:["ROC Length"],id_ID:["Panjang ROC"]},e.exports.ROCLen1_input={en:["ROCLen1"],id_ID:["PjgROC1"]},e.exports.ROCLen2_input={en:["ROCLen2"],id_ID:["PjgROC2"]},e.exports.ROCLen3_input={en:["ROCLen3"],id_ID:["PjgROC3"]},e.exports.ROCLen4_input={en:["ROCLen4"],id_ID:["PjgROC4"]},e.exports.ROC_input={en:["ROC"]},e.exports["RSI Length_input"]={en:["RSI Length"],id_ID:["Panjang RSI"]},e.exports["RSI Source_input"]={en:["RSI Source"],id_ID:["Sumber RSI"]},e.exports.RSI_input={en:["RSI"]},e.exports.RVGI_input={en:["RVGI"]},e.exports.RVI_input={en:["RVI"]},e.exports.Range_input={en:["Range"],id_ID:["Rentang"]},e.exports["Rate of Change Lookback_input"]={en:["Rate of Change Lookback"],id_ID:["Kilas balik Kecepatan Perubahan"]},e.exports["Reversal amount_input"]={en:["Reversal amount"],id_ID:["Jumlah Pembalikan"]},e.exports["Rolling Period_input"]={en:["Rolling Period"],id_ID:["Periode Bergulir"]},e.exports["Row Size_input"]={en:["Row Size"],id_ID:["Besar Baris"]},e.exports["Rows Layout_input"]={en:["Rows Layout"],id_ID:["Layout Baris"]},e.exports.SMALen1_input={en:["SMALen1"],id_ID:["PjgSMA1"]},e.exports.SMALen2_input={en:["SMALen2"],id_ID:["PjgSMA2"]},e.exports.SMALen3_input={en:["SMALen3"],id_ID:["PjgSMA3"]},e.exports.SMALen4_input={en:["SMALen4"],id_ID:["PjgSMA4"]},e.exports["SMI Ergodic Oscillator_input"]={en:["SMI Ergodic Oscillator"],id_ID:["Osilator SMI Ergodic / SMI Ergodic Oscillator"]},e.exports.SMI_input={en:["SMI"]},e.exports.Session_input={en:["Session"],id_ID:["Sesi"]},e.exports.Sessions_input={
+en:["Sessions"],id_ID:["Sesi"]},e.exports.Shapes_input={en:["Shapes"],id_ID:["Bentuk"]},e.exports["Short Length_input"]={en:["Short Length"],id_ID:["Panjang Penjualan"]},e.exports["Short RoC Length_input"]={en:["Short RoC Length"],id_ID:["Panjang RoC Penjualan"]},e.exports["Short length_input"]={en:["Short length"],id_ID:["Panjang penjualan"]},e.exports["Short period_input"]={en:["Short period"],id_ID:["Periode penjualan"]},e.exports.Short_input={en:["Short"],id_ID:["Penjualan"]},e.exports["Show real prices on price scale (instead of Heikin-Ashi price)_input"]={en:["Show real prices on price scale (instead of Heikin-Ashi price)"],id_ID:["Tampilkan harga sebenarnya pada skala harga (bukan harga Heikin-Ashi)"]},e.exports.SigLen_input={en:["SigLen"],id_ID:["PjgSig"]},e.exports.Sig_input={en:["Sig"]},e.exports.Sigma_input={en:["Sigma"]},e.exports["Signal Length_input"]={en:["Signal Length"],id_ID:["Panjang Sinyal"]},e.exports["Signal line period_input"]={en:["Signal line period"],id_ID:["Periode garis sinyal"]},e.exports["Signal smoothing_input"]={en:["Signal smoothing"],id_ID:["Penghalusan sinyal"]},e.exports.Signal_input={en:["Signal"],id_ID:["Sinyal"]},e.exports["Simple ma(oscillator)_input"]={en:["Simple ma(oscillator)"],id_ID:["MA sederhana(osilator)"]},e.exports["Simple ma(signal line)_input"]={en:["Simple ma(signal line)"],id_ID:["MA sederhana (garis sinyal)"]},e.exports.Simple_input={en:["Simple"],id_ID:["Sederhana"]},e.exports["Slow Length_input"]={en:["Slow Length"],id_ID:["Panjang Lambat"]},e.exports["Slow length_input"]={en:["Slow length"],id_ID:["Panjang lambat"]},e.exports["Smoothing Length_input"]={en:["Smoothing Length"],id_ID:["Panjang Diperhalus"]},e.exports["Smoothing Line_input"]={en:["Smoothing Line"],id_ID:["Garis Diperhalus"]},e.exports.Smoothing_input={en:["Smoothing"],id_ID:["Penghalusan"]},e.exports.Source_input={en:["Source"],id_ID:["Sumber"]},e.exports["Standard Errors_input"]={en:["Standard Errors"],id_ID:["Standar Error"]},e.exports.Start_input={en:["Start"]},e.exports.StdDev_input={en:["StdDev"]},e.exports["Stochastic Length_input"]={en:["Stochastic Length"],id_ID:["Panjang Stochastic"]},e.exports.Style_input={en:["Style"],id_ID:["Corak"]},e.exports.Symbol_input={en:["Symbol"],id_ID:["Simbol"]},e.exports.TEMA_input={en:["TEMA"]},e.exports.TRIX_input={en:["TRIX"]},e.exports["Teeth Length_input"]={en:["Teeth Length"],id_ID:["Panjang Gigi"]},e.exports["Teeth Offset_input"]={en:["Teeth Offset"],id_ID:["Offset Teeth"]},e.exports.Teeth_input={en:["Teeth"],id_ID:["Gigi"]},e.exports["Ticks Per Row_input"]={en:["Ticks Per Row"],id_ID:["Tick Per Baris"]},e.exports.Timeframe_input={en:["Timeframe"],id_ID:["Kerangka waktu"]},e.exports.Total_input={en:["Total"]},e.exports["Trader EMA 1 length_input"]={en:["Trader EMA 1 length"],id_ID:["EMA Trader panjang 1"]},e.exports["Trader EMA 2 length_input"]={en:["Trader EMA 2 length"],id_ID:["EMA Trader panjang 2"]},e.exports["Trader EMA 3 length_input"]={en:["Trader EMA 3 length"],id_ID:["EMA Trader panjang 3"]},e.exports["Trader EMA 4 length_input"]={
+en:["Trader EMA 4 length"],id_ID:["EMA Trader panjang 4"]},e.exports["Trader EMA 5 length_input"]={en:["Trader EMA 5 length"],id_ID:["EMA Trader panjang 5"]},e.exports["Trader EMA 6 length_input"]={en:["Trader EMA 6 length"],id_ID:["EMA Trader panjang 6"]},e.exports.Traditional_input={en:["Traditional"],id_ID:["Tradisional"]},e.exports.Trigger_input={en:["Trigger"],id_ID:["Pemicu"]},e.exports.Type_input={en:["Type"],id_ID:["Tipe"]},e.exports.UO_input={en:["UO"]},e.exports["Up Volume_input"]={en:["Up Volume"],id_ID:["Volume Naik"]},e.exports["Up bars_input"]={en:["Up bars"],id_ID:["Bar naik"]},e.exports["Up color_input"]={en:["Up color"],id_ID:["Warna Naik"]},e.exports["Up fractals_input"]={en:["Up fractals"],id_ID:["Fraktal naik"]},e.exports["Up/Down_input"]={en:["Up/Down"],id_ID:["Naik/Turun"]},e.exports["UpDown Length_input"]={en:["UpDown Length"],id_ID:["Panjang UpDown"]},e.exports["Upper Band_input"]={en:["Upper Band"],id_ID:["Ikat Atas"]},e.exports["Upper Deviation_input"]={en:["Upper Deviation"],id_ID:["Deviasi Atas"]},e.exports["Upper Percentage_input"]={en:["Upper Percentage"],id_ID:["Persentase Atas"]},e.exports.UpperLimit_input={en:["UpperLimit"],id_ID:["LimitAtas"]},e.exports.Upper_input={en:["Upper"],id_ID:["Atas"]},e.exports["Use Lower Deviation_input"]={en:["Use Lower Deviation"],id_ID:["Gunakan Deviasi Bawah"]},e.exports["Use Upper Deviation_input"]={en:["Use Upper Deviation"],id_ID:["Gunakan Deviasi Atas"]},e.exports["VI +_input"]={en:["VI +"]},e.exports["VI -_input"]={en:["VI -"]},e.exports.VWAP_input={en:["VWAP"]},e.exports.VWMA_input={en:["VWMA"]},e.exports["Value Area Down_input"]={en:["Value Area Down"],id_ID:["Area Nilai Turun"]},e.exports["Value Area Up_input"]={en:["Value Area Up"],id_ID:["Area Nilai Naik"]},e.exports["Value Area Volume_input"]={en:["Value Area Volume"],id_ID:["Volume Area Nilai"]},e.exports["Value Area volume_input"]={en:["Value Area volume"],id_ID:["Volume Area Nilai"]},e.exports["Value Area_input"]={en:["Value Area"],id_ID:["Area Nilai"]},e.exports.Value_input={en:["Value"],id_ID:["Nilai"]},e.exports["Values in status line_input"]={en:["Values in status line"],id_ID:["Nilai dalam baris status"]},e.exports.Volume_input={en:["Volume"]},e.exports["WMA Length_input"]={en:["WMA Length"],id_ID:["Panjang WMA"]},e.exports["Wait for timeframe closes_input"]={en:["Wait for timeframe closes"],id_ID:["Tunggu kerangka waktu ditutup"]},e.exports.Week_input={en:["Week"],id_ID:["Minggu"]},e.exports.Weighted_input={en:["Weighted"],id_ID:["Terbebani"]},e.exports.Wick_input={en:["Wick"],id_ID:["Sumbu"]},e.exports.Wicks_input={en:["Wicks"],id_ID:["Sumbu"]},e.exports["Wilder's Smoothing_input"]={en:["Wilder's Smoothing"]},e.exports["Window Size_input"]={en:["Window Size"],id_ID:["Besar Jendela"]},e.exports.X_input={en:["X"]},e.exports.YY_year_input={en:["YY"]},e.exports.Year_input={en:["Year"],id_ID:["Tahun"]},e.exports["Zero Line_input"]={en:["Zero Line"],id_ID:["Garis Nol"]},e.exports.Zero_input={en:["Zero"],id_ID:["Nol"]},e.exports.fastLength_input={en:["fastLength"],id_ID:["Panjangcepat"]},
+e.exports.from_input={en:["from"],id_ID:["dari"]},e.exports.increment_input={en:["increment"],id_ID:["kenaikan"]},e.exports.isCentered_input={en:["isCentered"],id_ID:["Ditengahkan"]},e.exports.len_input={en:["len"],id_ID:["pjg"]},e.exports.length14_input={en:["length14"],id_ID:["panjang14"]},e.exports.length28_input={en:["length28"],id_ID:["panjang28"]},e.exports.length7_input={en:["length7"],id_ID:["panjang7"]},e.exports.lengthRSI_input={en:["lengthRSI"],id_ID:["panjangRSI"]},e.exports.lengthStoch_input={en:["lengthStoch"],id_ID:["panjangStoch"]},e.exports.length_input={en:["length"],id_ID:["panjang"]},e.exports.long_input={en:["long"],id_ID:["pembelian"]},e.exports.longlen_input={en:["longlen"],id_ID:["pjgpembelian"]},e.exports.maximum_input={en:["maximum"],id_ID:["maksimum"]},e.exports.mult_input={en:["mult"]},e.exports.p_input={en:["p"]},e.exports.q_input={en:["q"]},e.exports.resolution_input={en:["resolution"],id_ID:["resolusi"]},e.exports.roclen1_input={en:["roclen1"],id_ID:["pjgroc1"]},e.exports.roclen2_input={en:["roclen2"],id_ID:["pjgroc2"]},e.exports.roclen3_input={en:["roclen3"],id_ID:["pjgroc3"]},e.exports.roclen4_input={en:["roclen4"],id_ID:["pjgroc4"]},e.exports.short_input={en:["short"],id_ID:["penjualan"]},e.exports.shortlen_input={en:["shortlen"],id_ID:["pjgpenjualan"]},e.exports["show MA_input"]={en:["show MA"],id_ID:["tampilkan MA"]},e.exports.siglen_input={en:["siglen"],id_ID:["pjgsin"]},e.exports.signalLength_input={en:["signalLength"],id_ID:["Panjangsinyal"]},e.exports.slowLength_input={en:["slowLength"],id_ID:["Panjanglambat"]},e.exports.smalen1_input={en:["smalen1"],id_ID:["pjgsma1"]},e.exports.smalen2_input={en:["smalen2"],id_ID:["pjgsma2"]},e.exports.smalen3_input={en:["smalen3"],id_ID:["pjgsma3"]},e.exports.smalen4_input={en:["smalen4"],id_ID:["pjgsma4"]},e.exports.smoothD_input={en:["smoothD"],id_ID:["Dhalus"]},e.exports.smoothK_input={en:["smoothK"],id_ID:["Khalus"]},e.exports.start_input={en:["start"],id_ID:["mulai"]},e.exports.sym_input={en:["sym"],id_ID:["sim"]},e.exports.to_input={en:["to"],id_ID:["ke"]},e.exports.useTrueRange_input={en:["useTrueRange"],id_ID:["gunakanRentangSebenarnya"]},e.exports.x_input={en:["x"]},e.exports["yay Color 0_input"]={en:["yay Color 0"],id_ID:["Warna yay 0"]},e.exports["yay Color 1_input"]={en:["yay Color 1"],id_ID:["Warna yay 1"]},e.exports["{number} item_combobox_input"]={en:["{number} item","{number} items"]}},50873:e=>{e.exports={en:["ATR({atrValue})"]}},73425:e=>{e.exports={en:["Percentage LTP({percentageLTPValue}%)"],id_ID:["Persentase LTP({percentageLTPValue}%)"]}},40566:e=>{e.exports={en:["Traditional"],id_ID:["Tradisional"]}},35359:e=>{e.exports={en:["Post"],id_ID:["Pasca"]}},93866:e=>{e.exports={en:["Pre"],id_ID:["Pra"]}},75163:e=>{e.exports={en:["Invert scale"],id_ID:["Inversikan Skala"]}},35210:e=>{e.exports={en:["Indexed to 100"],id_ID:["Diindeks ke 100"]}},31340:e=>{e.exports={en:["Logarithmic"],id_ID:["Logaritmik"]}},19405:e=>{e.exports={en:["No overlapping labels"],id_ID:["Tidak ada label yang tertumpuk"]}},34954:e=>{e.exports={
+en:["Percent"],id_ID:["Persen"]}},55300:e=>{e.exports={en:["Regular"],id_ID:["Reguler"]}},8029:e=>{e.exports={en:["ETH"]}},34647:e=>{e.exports={en:["Electronic trading hours"],id_ID:["Jam Trading Elektronik"]}},36862:e=>{e.exports={en:["Extended trading hours"],id_ID:["Jam trading perpanjangan"]}},7807:e=>{e.exports={en:["POST"],id_ID:["pasca"]}},46273:e=>{e.exports={en:["PRE"],id_ID:["pra"]}},50434:e=>{e.exports={en:["Postmarket"],id_ID:["Pasca pasar"]}},59330:e=>{e.exports={en:["Premarket"],id_ID:["Pra pasar"]}},35342:e=>{e.exports={en:["RTH"]}},84246:e=>{e.exports={en:["Regular trading hours"],id_ID:["Jam Trading Reguler"]}},13132:e=>{e.exports={en:["May"],id_ID:["Mei"]}},83477:e=>{e.exports=Object.create(null),e.exports["*All Candlestick Patterns*_study"]={en:["*All Candlestick Patterns*"],id_ID:["*Seluruh Motif Candlestick*"]},e.exports["24-hour Volume_study"]={en:["24-hour Volume"],id_ID:["Volume 24 Jam"]},e.exports["52 Week High/Low_study"]={en:["52 Week High/Low"],id_ID:["High/Low 52 Minggu"]},e.exports.ASI_study={en:["ASI"]},e.exports["Abandoned Baby - Bearish_study"]={en:["Abandoned Baby - Bearish"]},e.exports["Abandoned Baby - Bullish_study"]={en:["Abandoned Baby - Bullish"]},e.exports["Accelerator Oscillator_study"]={en:["Accelerator Oscillator"]},e.exports["Accounts payable_study"]={en:["Accounts payable"]},e.exports["Accounts receivable - trade, net_study"]={en:["Accounts receivable - trade, net"]},e.exports["Accounts receivables, gross_study"]={en:["Accounts receivables, gross"],id_ID:["Piutang, bruto"]},e.exports.Accruals_study={en:["Accruals"]},e.exports["Accrued payroll_study"]={en:["Accrued payroll"]},e.exports["Accumulated depreciation, total_study"]={en:["Accumulated depreciation, total"]},e.exports["Accumulation/Distribution_study"]={en:["Accumulation/Distribution"],id_ID:["Akumulasi/Distribusi"]},e.exports["Accumulative Swing Index_study"]={en:["Accumulative Swing Index"],id_ID:["Indeks Swing Akumulatif / Accumulative Swing Index"]},e.exports["Additional paid-in capital/Capital surplus_study"]={en:["Additional paid-in capital/Capital surplus"]},e.exports["Advance Decline Line_study"]={en:["Advance Decline Line"],id_ID:["Garis Kemajuan Kemunduran / Advance Decline Line"]},e.exports["Advance Decline Ratio_study"]={en:["Advance Decline Ratio"],id_ID:["Rasio Kemajuan Kemunduran / Advance Decline Ratio"]},e.exports["Advance/Decline Ratio (Bars)_study"]={en:["Advance/Decline Ratio (Bars)"],id_ID:["Rasio Kemajuan/Kemunduran / Advance/Decline Ratio (Bars)"]},e.exports["Advance/Decline_study"]={en:["Advance/Decline"],id_ID:["Kemajuan/Kemunduran / Advance/Decline"]},e.exports["After tax other income/expense_study"]={en:["After tax other income/expense"]},e.exports["All Chart Patterns_study"]={en:["All Chart Patterns"],id_ID:["Seluruh Motif Chart"]},e.exports["Altman Z-score_study"]={en:["Altman Z-score"]},e.exports["Amortization of deferred charges_study"]={en:["Amortization of deferred charges"],id_ID:["Amortisasi biaya tertangguh"]},e.exports["Amortization of intangibles_study"]={
+en:["Amortization of intangibles"],id_ID:["Amortisasi barang tak berwujud"]},e.exports.Amortization_study={en:["Amortization"],id_ID:["Amortisasi / Amortization"]},e.exports["Anchored Volume Profile_study"]={en:["Anchored Volume Profile"],id_ID:["Profil Volume Terjangkar"]},e.exports["Arnaud Legoux Moving Average_study"]={en:["Arnaud Legoux Moving Average"],id_ID:["Rata-Rata Pergerakan Arnaud Legoux / Arnaud Legoux Moving Average"]},e.exports.Aroon_study={en:["Aroon"]},e.exports["Asset turnover_study"]={en:["Asset turnover"]},e.exports["Auto Anchored Volume Profile_study"]={en:["Auto Anchored Volume Profile"],id_ID:["Profil Volume Terjangkar Otomatis"]},e.exports["Auto Fib Extension_study"]={en:["Auto Fib Extension"],id_ID:["Fibonacci Ekstension Otomatis"]},e.exports["Auto Fib Retracement_study"]={en:["Auto Fib Retracement"],id_ID:["Fib Retracement Otomatis"]},e.exports["Auto Pitchfork_study"]={en:["Auto Pitchfork"],id_ID:["Pitchfork Otomatis"]},e.exports["Average Daily Range_study"]={en:["Average Daily Range"],id_ID:["Rata-rata Rentang Harian"]},e.exports["Average Day Range_study"]={en:["Average Day Range"],id_ID:["Rata-Rata Rentang Harian"]},e.exports["Average Directional Index_study"]={en:["Average Directional Index"],id_ID:["Indeks Arah Rata-Rata / Average Directional Index"]},e.exports["Average Price_study"]={en:["Average Price"],id_ID:["Harga Rata-Rata"]},e.exports["Average True Range_study"]={en:["Average True Range"],id_ID:["Rata-Rata Rentang Sebenarnya / Average True Range"]},e.exports["Average basic shares outstanding_study"]={en:["Average basic shares outstanding"]},e.exports["Awesome Oscillator_study"]={en:["Awesome Oscillator"],id_ID:["Osilator Awesome / Awesome Oscillator"]},e.exports["Bad debt / Doubtful accounts_study"]={en:["Bad debt / Doubtful accounts"],id_ID:["Piutang macet / Piutang ragu-ragu"]},e.exports["Balance of Power_study"]={en:["Balance of Power"],id_ID:["Keseimbangan dari Kekuatan / Balance of Power"]},e.exports["BarUpDn Strategy_study"]={en:["BarUpDn Strategy"],id_ID:["Strategi BarUpDn"]},e.exports["Basic EPS_study"]={en:["Basic EPS"]},e.exports["Basic earnings per share (Basic EPS)_study"]={en:["Basic earnings per share (Basic EPS)"],id_ID:["Perolehan dasar per saham / basic Earnings per share (Basic EPS)"]},e.exports["Bearish Flag Chart Pattern_study"]={en:["Bearish Flag Chart Pattern"],id_ID:["Motif Chart Bendera / Flag Bearish"]},e.exports["Bearish Pennant Chart Pattern_study"]={en:["Bearish Pennant Chart Pattern"],id_ID:["Motif Chart Pennant/Panji Bearish"]},e.exports["Beneish M-score_study"]={en:["Beneish M-score"]},e.exports["Bollinger Bands %B_study"]={en:["Bollinger Bands %B"],id_ID:["%B Ikat Bollinger"]},e.exports["Bollinger Bands Strategy directed_study"]={en:["Bollinger Bands Strategy directed"],id_ID:["Strategi Ikat Bollinger terarahkan"]},e.exports["Bollinger Bands Strategy_study"]={en:["Bollinger Bands Strategy"],id_ID:["Strategi Ikat Bollinger"]},e.exports["Bollinger Bands Width_study"]={en:["Bollinger Bands Width"],id_ID:["Lebar Ikat Bollinger"]},
+e.exports["Bollinger Bands_study"]={en:["Bollinger Bands"],id_ID:["Ikat Bollinger / Bollinger Bands"]},e.exports["Book value per share_study"]={en:["Book value per share"]},e.exports["Bull Bear Power_study"]={en:["Bull Bear Power"],id_ID:["Kekuatan Bull Bear"]},e.exports["Bullish Flag Chart Pattern_study"]={en:["Bullish Flag Chart Pattern"],id_ID:["Motif Chart Bendera Bullish"]},e.exports["Bullish Pennant Chart Pattern_study"]={en:["Bullish Pennant Chart Pattern"],id_ID:["Motif Chart Bendera / Flag Bullish"]},e.exports["Buyback yield %_study"]={en:["Buyback yield %"]},e.exports["COGS to revenue ratio_study"]={en:["COGS to revenue ratio"]},e.exports.CRSI_study={en:["CRSI"]},e.exports["Capital and operating lease obligations_study"]={en:["Capital and operating lease obligations"]},e.exports["Capital expenditures - fixed assets_study"]={en:["Capital expenditures - fixed assets"]},e.exports["Capital expenditures - other assets_study"]={en:["Capital expenditures - other assets"]},e.exports["Capital expenditures_study"]={en:["Capital expenditures"],id_ID:["Pengeluaran modal / Capital expenditures"]},e.exports["Capitalized lease obligations_study"]={en:["Capitalized lease obligations"]},e.exports["Cash & equivalents_study"]={en:["Cash & equivalents"]},e.exports["Cash and short term investments_study"]={en:["Cash and short term investments"]},e.exports["Cash conversion cycle_study"]={en:["Cash conversion cycle"]},e.exports["Cash from financing activities_study"]={en:["Cash from financing activities"],id_ID:["Kas dari aktivitas pembiayaan"]},e.exports["Cash from investing activities_study"]={en:["Cash from investing activities"],id_ID:["Kas dari aktivitas investasi"]},e.exports["Cash from operating activities_study"]={en:["Cash from operating activities"],id_ID:["Kas dari aktivitas operasional"]},e.exports["Cash to debt ratio_study"]={en:["Cash to debt ratio"]},e.exports["Chaikin Money Flow_study"]={en:["Chaikin Money Flow"],id_ID:["Arus Uang Chaikin / Chaikin Money Flow"]},e.exports["Chaikin Oscillator_study"]={en:["Chaikin Oscillator"],id_ID:["Osilator Chaikin"]},e.exports["Chaikin Volatility_study"]={en:["Chaikin Volatility"],id_ID:["Volatilitas Chaikin"]},e.exports["Chande Kroll Stop_study"]={en:["Chande Kroll Stop"]},e.exports["Chande Momentum Oscillator_study"]={en:["Chande Momentum Oscillator"],id_ID:["Osilator Momentum Chande"]},e.exports["Change in accounts payable_study"]={en:["Change in accounts payable"]},e.exports["Change in accounts receivable_study"]={en:["Change in accounts receivable"]},e.exports["Change in accrued expenses_study"]={en:["Change in accrued expenses"]},e.exports["Change in inventories_study"]={en:["Change in inventories"]},e.exports["Change in other assets/liabilities_study"]={en:["Change in other assets/liabilities"]},e.exports["Change in taxes payable_study"]={en:["Change in taxes payable"]},e.exports["Changes in working capital_study"]={en:["Changes in working capital"],id_ID:["Perubahan pada kapital berjalan"]},e.exports.ChannelBreakOutStrategy_study={en:["ChannelBreakOutStrategy"],
+id_ID:["StrategiBreakOutKanal"]},e.exports["Chop Zone_study"]={en:["Chop Zone"],id_ID:["Zona Chop"]},e.exports["Choppiness Index_study"]={en:["Choppiness Index"],id_ID:["Indeks Choppiness / Choppiness Index"]},e.exports["Commodity Channel Index_study"]={en:["Commodity Channel Index"],id_ID:["Indeks Kanal Komoditas / Commodity Channel Index"]},e.exports["Common dividends paid_study"]={en:["Common dividends paid"]},e.exports["Common equity, total_study"]={en:["Common equity, total"]},e.exports["Common stock par/Carrying value_study"]={en:["Common stock par/Carrying value"]},e.exports.Compare_study={en:["Compare"],id_ID:["Bandingkan"]},e.exports["Conditional Expressions_study"]={en:["Conditional Expressions"],id_ID:["Ekspresi Bersyarat"]},e.exports["Connors RSI_study"]={en:["Connors RSI"],id_ID:["RSI Connors"]},e.exports.ConnorsRSI_study={en:["ConnorsRSI"]},e.exports["Consecutive Up/Down Strategy_study"]={en:["Consecutive Up/Down Strategy"],id_ID:["Strategi Naik/Turun Berurutan"]},e.exports["Coppock Curve_study"]={en:["Coppock Curve"],id_ID:["Kurva Coppock"]},e.exports["Correlation - Log_study"]={en:["Correlation - Log"],id_ID:["Korelasi - Log"]},e.exports["Correlation Coefficient_study"]={en:["Correlation Coefficient"],id_ID:["Koefisien Korelasi"]},e.exports["Cost of goods sold_study"]={en:["Cost of goods sold"],id_ID:["Harga pokok penjualan"]},e.exports["Cost of goods_study"]={en:["Cost of goods"],id_ID:["Biaya barang"]},e.exports["Cumulative Volume Index_study"]={en:["Cumulative Volume Index"],id_ID:["Indeks Volume Kumulatif"]},e.exports["Cup and Handle Chart Pattern_study"]={en:["Cup and Handle Chart Pattern"],id_ID:["Motif Chart Cup and Handle"]},e.exports["Current portion of LT debt and capital leases_study"]={en:["Current portion of LT debt and capital leases"]},e.exports["Current ratio_study"]={en:["Current ratio"]},e.exports.DMI_study={en:["DMI"]},e.exports["Dark Cloud Cover - Bearish_study"]={en:["Dark Cloud Cover - Bearish"]},e.exports["Days inventory_study"]={en:["Days inventory"]},e.exports["Days payable_study"]={en:["Days payable"]},e.exports["Days sales outstanding_study"]={en:["Days sales outstanding"]},e.exports["Debt to EBITDA ratio_study"]={en:["Debt to EBITDA ratio"]},e.exports["Debt to assets ratio_study"]={en:["Debt to assets ratio"]},e.exports["Debt to equity ratio_study"]={en:["Debt to equity ratio"]},e.exports["Debt to revenue ratio_study"]={en:["Debt to revenue ratio"]},e.exports["Deferred income, current_study"]={en:["Deferred income, current"]},e.exports["Deferred income, non-current_study"]={en:["Deferred income, non-current"]},e.exports["Deferred tax assets_study"]={en:["Deferred tax assets"]},e.exports["Deferred tax liabilities_study"]={en:["Deferred tax liabilities"]},e.exports["Deferred taxes (cash flow)_study"]={en:["Deferred taxes (cash flow)"]},e.exports["Deprecation and amortization_study"]={en:["Deprecation and amortization"]},e.exports["Depreciation & amortization (cash flow)_study"]={en:["Depreciation & amortization (cash flow)"]},e.exports["Depreciation/depletion_study"]={
+en:["Depreciation/depletion"]},e.exports.Depreciation_study={en:["Depreciation"],id_ID:["Depresiasi"]},e.exports["Detrended Price Oscillator_study"]={en:["Detrended Price Oscillator"],id_ID:["Osilator Harga Detrended / Detrended Price Oscillator"]},e.exports["Diluted EPS_study"]={en:["Diluted EPS"],id_ID:["EPS Terdilusi"]},e.exports["Diluted earnings per share (Diluted EPS)_study"]={en:["Diluted earnings per share (Diluted EPS)"],id_ID:["Laba Dilusian per Saham (Diluted EPS)"]},e.exports["Diluted net income available to common stockholders_study"]={en:["Diluted net income available to common stockholders"]},e.exports["Diluted shares outstanding_study"]={en:["Diluted shares outstanding"]},e.exports["Dilution adjustment_study"]={en:["Dilution adjustment"]},e.exports["Directional Movement Index_study"]={en:["Directional Movement Index"],id_ID:["Indeks Arah Pergerakan"]},e.exports["Directional Movement_study"]={en:["Directional Movement"],id_ID:["Pergerakan Terarah/ Directional Movement"]},e.exports["Discontinued operations_study"]={en:["Discontinued operations"]},e.exports["Divergence Indicator_study"]={en:["Divergence Indicator"],id_ID:["Indikator Divergen"]},e.exports["Dividend payout ratio %_study"]={en:["Dividend payout ratio %"]},e.exports["Dividend yield %_study"]={en:["Dividend yield %"]},e.exports["Dividends payable_study"]={en:["Dividends payable"]},e.exports["Dividends per share - common stock primary issue_study"]={en:["Dividends per share - common stock primary issue"]},e.exports["Doji Star - Bearish_study"]={en:["Doji Star - Bearish"]},e.exports["Doji Star - Bullish_study"]={en:["Doji Star - Bullish"]},e.exports.Doji_study={en:["Doji"]},e.exports["Donchian Channels_study"]={en:["Donchian Channels"],id_ID:["Kanal Donchian"]},e.exports["Double Bottom Chart Pattern_study"]={en:["Double Bottom Chart Pattern"],id_ID:["Motif Chart Double Bottom"]},e.exports["Double EMA_study"]={en:["Double EMA"]},e.exports["Double Top Chart Pattern_study"]={en:["Double Top Chart Pattern"],id_ID:["Motif Chart Double Top"]},e.exports["Downside Tasuki Gap - Bearish_study"]={en:["Downside Tasuki Gap - Bearish"]},e.exports["Dragonfly Doji - Bullish_study"]={en:["Dragonfly Doji - Bullish"]},e.exports["EBITDA margin %_study"]={en:["EBITDA margin %"]},e.exports.EBITDA_study={en:["EBITDA"]},e.exports.EBIT_study={en:["EBIT"]},e.exports["EMA Cross_study"]={en:["EMA Cross"],id_ID:["Persilangan EMA"]},e.exports["EPS basic one year growth_study"]={en:["EPS basic one year growth"]},e.exports["EPS diluted one year growth_study"]={en:["EPS diluted one year growth"]},e.exports["EPS estimates_study"]={en:["EPS estimates"]},e.exports["Earnings yield_study"]={en:["Earnings yield"],id_ID:["Hasil perolehan / Earnings yield"]},e.exports["Ease Of Movement_study"]={en:["Ease Of Movement"]},e.exports["Ease of Movement_study"]={en:["Ease of Movement"],id_ID:["Ease Of Movement"]},e.exports["Effective interest rate on debt %_study"]={en:["Effective interest rate on debt %"]},e.exports["Elder Force Index_study"]={en:["Elder Force Index"],
+id_ID:["Indeks Kekuatan Elder / Elder Force Index"]},e.exports["Elder's Force Index_study"]={en:["Elder's Force Index"],id_ID:["Indeks Kekuatan Elder / Elder's Force Index"]},e.exports["Elders Force Index_study"]={en:["Elders Force Index"],id_ID:["Indeks Kekuatan Elder"]},e.exports["Elliott Wave Chart Pattern_study"]={en:["Elliott Wave Chart Pattern"],id_ID:["Motif Chart Gelombang Elliott"]},e.exports["Engulfing - Bearish_study"]={en:["Engulfing - Bearish"]},e.exports["Engulfing - Bullish_study"]={en:["Engulfing - Bullish"]},e.exports["Enterprise value to EBIT ratio_study"]={en:["Enterprise value to EBIT ratio"]},e.exports["Enterprise value to EBITDA ratio_study"]={en:["Enterprise value to EBITDA ratio"]},e.exports["Enterprise value to revenue ratio_study"]={en:["Enterprise value to revenue ratio"]},e.exports["Enterprise value_study"]={en:["Enterprise value"]},e.exports.Envelope_study={en:["Envelope"]},e.exports.Envelopes_study={en:["Envelopes"],id_ID:["Envelope"]},e.exports["Equity in earnings_study"]={en:["Equity in earnings"]},e.exports["Equity to assets ratio_study"]={en:["Equity to assets ratio"]},e.exports["Evening Doji Star - Bearish_study"]={en:["Evening Doji Star - Bearish"]},e.exports["Evening Star - Bearish_study"]={en:["Evening Star - Bearish"]},e.exports["Falling Three Methods - Bearish_study"]={en:["Falling Three Methods - Bearish"]},e.exports["Falling Wedge Chart Pattern_study"]={en:["Falling Wedge Chart Pattern"],id_ID:["Motif Chart Baji / Wedge Menurun"]},e.exports["Falling Window - Bearish_study"]={en:["Falling Window - Bearish"]},e.exports["Financing activities – other sources_study"]={en:["Financing activities – other sources"]},e.exports["Financing activities – other uses_study"]={en:["Financing activities – other uses"]},e.exports["Fisher Transform_study"]={en:["Fisher Transform"],id_ID:["Transformasi Fisher / Fisher Transform"]},e.exports["Fixed Range Volume Profile_study"]={en:["Fixed Range Volume Profile"],id_ID:["Profil Volume Rentang Tetap"]},e.exports["Fixed Range_study"]={en:["Fixed Range"],id_ID:["Rentang Tetap"]},e.exports["Float shares outstanding_study"]={en:["Float shares outstanding"]},e.exports["Free cash flow margin %_study"]={en:["Free cash flow margin %"]},e.exports["Free cash flow_study"]={en:["Free cash flow"],id_ID:["Arus kas bebas"]},e.exports["Fulmer H factor_study"]={en:["Fulmer H factor"]},e.exports["Funds from operations_study"]={en:["Funds from operations"],id_ID:["Dana dari operasi"]},e.exports.Gaps_study={en:["Gaps"],id_ID:["Gap"]},e.exports["Goodwill to assets ratio_study"]={en:["Goodwill to assets ratio"]},e.exports["Goodwill, net_study"]={en:["Goodwill, net"]},e.exports["Graham's number_study"]={en:["Graham's number"]},e.exports["Gravestone Doji - Bearish_study"]={en:["Gravestone Doji - Bearish"]},e.exports["Greedy Strategy_study"]={en:["Greedy Strategy"],id_ID:["Strategi Greedy"]},e.exports["Gross margin %_study"]={en:["Gross margin %"]},e.exports["Gross profit to assets ratio_study"]={en:["Gross profit to assets ratio"]},e.exports["Gross profit_study"]={
+en:["Gross profit"],id_ID:["Profit bruto / Gross profit"]},e.exports["Gross property/plant/equipment_study"]={en:["Gross property/plant/equipment"]},e.exports["Guppy Multiple Moving Average_study"]={en:["Guppy Multiple Moving Average"],id_ID:["Rata-Rata Pergerakan Berganda Guppy / Guppy Multiple Moving Average"]},e.exports["Hammer - Bullish_study"]={en:["Hammer - Bullish"]},e.exports["Hanging Man - Bearish_study"]={en:["Hanging Man - Bearish"]},e.exports["Harami - Bearish_study"]={en:["Harami - Bearish"]},e.exports["Harami - Bullish_study"]={en:["Harami - Bullish"]},e.exports["Harami Cross - Bearish_study"]={en:["Harami Cross - Bearish"]},e.exports["Harami Cross - Bullish_study"]={en:["Harami Cross - Bullish"]},e.exports["Head and Shoulders Chart Pattern_study"]={en:["Head and Shoulders Chart Pattern"],id_ID:["Motif Chart Head and Shoulder"]},e.exports["Historical Volatility_study"]={en:["Historical Volatility"],id_ID:["Volatilitas Historis"]},e.exports["Hull Moving Average_study"]={en:["Hull Moving Average"],id_ID:["Rata-Rata Pergerakan Hull / Hull Moving Average"]},e.exports["Ichimoku Cloud_study"]={en:["Ichimoku Cloud"],id_ID:["Awan Ichimoku"]},e.exports.Ichimoku_study={en:["Ichimoku"]},e.exports.Impairments_study={en:["Impairments"],id_ID:["Penurunan"]},e.exports["InSide Bar Strategy_study"]={en:["InSide Bar Strategy"],id_ID:["Strategi InSide Bar"]},e.exports["Income Tax Credits_study"]={en:["Income Tax Credits"],id_ID:["Kredit Pajak Penghasilan"]},e.exports["Income Tax, current - foreign_study"]={en:["Income Tax, current - foreign"],id_ID:["Pajak penghasilan, saat ini - luar negeri"]},e.exports["Income tax payable_study"]={en:["Income tax payable"]},e.exports["Income tax, current - domestic_study"]={en:["Income tax, current - domestic"],id_ID:["Pajak penghasilan, saat ini - domestik"]},e.exports["Income tax, current_study"]={en:["Income tax, current"],id_ID:["Pajak penghasilan, saat ini"]},e.exports["Income tax, deferred - domestic_study"]={en:["Income tax, deferred - domestic"],id_ID:["Pajak penghasilan, ditangguhkan - domestik"]},e.exports["Income tax, deferred - foreign_study"]={en:["Income tax, deferred - foreign"],id_ID:["Pajak penghasilan, ditangguhkan - luar negeri"]},e.exports["Income tax, deferred_study"]={en:["Income tax, deferred"],id_ID:["Pajak penghasilan, ditangguhkan"]},e.exports["Interest capitalized_study"]={en:["Interest capitalized"]},e.exports["Interest coverage_study"]={en:["Interest coverage"]},e.exports["Interest expense on debt_study"]={en:["Interest expense on debt"]},e.exports["Interest expense, net of interest capitalized_study"]={en:["Interest expense, net of interest capitalized"]},e.exports["Inventories - finished goods_study"]={en:["Inventories - finished goods"]},e.exports["Inventories - progress payments & other_study"]={en:["Inventories - progress payments & other"]},e.exports["Inventories - raw materials_study"]={en:["Inventories - raw materials"]},e.exports["Inventories - work in progress_study"]={en:["Inventories - work in progress"]},
+e.exports["Inventory to revenue ratio_study"]={en:["Inventory to revenue ratio"]},e.exports["Inventory turnover_study"]={en:["Inventory turnover"]},e.exports["Inverted Cup and Handle Chart Pattern_study"]={en:["Inverted Cup and Handle Chart Pattern"],id_ID:["Motif Chart Inverted Cup and Handle"]},e.exports["Inverted Hammer - Bullish_study"]={en:["Inverted Hammer - Bullish"]},e.exports["Inverted Head and Shoulders Chart Pattern_study"]={en:["Inverted Head and Shoulders Chart Pattern"],id_ID:["Motif Chart Inverted Head and Shoulder"]},e.exports["Investing activities – other sources_study"]={en:["Investing activities – other sources"]},e.exports["Investing activities – other uses_study"]={en:["Investing activities – other uses"]},e.exports["Investments in unconsolidated subsidiaries_study"]={en:["Investments in unconsolidated subsidiaries"]},e.exports["Issuance of long term debt_study"]={en:["Issuance of long term debt"]},e.exports["Issuance/retirement of debt, net_study"]={en:["Issuance/retirement of debt, net"]},e.exports["Issuance/retirement of long term debt_study"]={en:["Issuance/retirement of long term debt"]},e.exports["Issuance/retirement of other debt_study"]={en:["Issuance/retirement of other debt"]},e.exports["Issuance/retirement of short term debt_study"]={en:["Issuance/retirement of short term debt"]},e.exports["Issuance/retirement of stock, net_study"]={en:["Issuance/retirement of stock, net"]},e.exports["KZ index_study"]={en:["KZ index"]},e.exports["Keltner Channel Strategy_study"]={en:["Keltner Channel Strategy"],id_ID:["Strategi Kanal Keltner"]},e.exports["Keltner Channels Strategy_study"]={en:["Keltner Channels Strategy"],id_ID:["Strategi Kanal Keltner"]},e.exports["Keltner Channels_study"]={en:["Keltner Channels"],id_ID:["Kanal Keltner"]},e.exports["Key stats_study"]={en:["Key stats"],id_ID:["Statistik kunci"]},e.exports["Kicking - Bearish_study"]={en:["Kicking - Bearish"]},e.exports["Kicking - Bullish_study"]={en:["Kicking - Bullish"]},e.exports["Klinger Oscillator_study"]={en:["Klinger Oscillator"],id_ID:["Osilator Klinger"]},e.exports["Know Sure Thing_study"]={en:["Know Sure Thing"]},e.exports["Least Squares Moving Average_study"]={en:["Least Squares Moving Average"],id_ID:["Rata-Rata Pergerakan Kuadrat Terkecil / Least Squares Moving Average"]},e.exports["Legal claim expense_study"]={en:["Legal claim expense"],id_ID:["Biaya klaim hukum"]},e.exports["Linear Regression Channel_study"]={en:["Linear Regression Channel"],id_ID:["Kanal Regresi Linier"]},e.exports["Linear Regression Curve_study"]={en:["Linear Regression Curve"],id_ID:["Kurva Regresi Linear"]},e.exports["Linear Regression Slope_study"]={en:["Linear Regression Slope"],id_ID:["Kemiringan Regresi Linear"]},e.exports["Linear Regression_study"]={en:["Linear Regression"],id_ID:["Regresi Linier"]},e.exports["Liquidity ratios_study"]={en:["Liquidity ratios"],id_ID:["Rasio likuiditas"]},e.exports["Long Lower Shadow - Bullish_study"]={en:["Long Lower Shadow - Bullish"]},e.exports["Long Upper Shadow - Bearish_study"]={
+en:["Long Upper Shadow - Bearish"]},e.exports["Long term debt excl. lease liabilities_study"]={en:["Long term debt excl. lease liabilities"]},e.exports["Long term debt to total assets ratio_study"]={en:["Long term debt to total assets ratio"]},e.exports["Long term debt to total equity ratio_study"]={en:["Long term debt to total equity ratio"],id_ID:["Rasio utang jangka panjang terhadap total ekuitas"]},e.exports["Long term debt_study"]={en:["Long term debt"],id_ID:["Hutang jangka panjang"]},e.exports["Long term investments_study"]={en:["Long term investments"]},e.exports["MA Cross_study"]={en:["MA Cross"],id_ID:["Persilangan MA / MA Cross"]},e.exports["MA with EMA Cross_study"]={en:["MA with EMA Cross"],id_ID:["Persilangan MA dengan EMA"]},e.exports["MA/EMA Cross_study"]={en:["MA/EMA Cross"],id_ID:["Persilangan MA/EMA"]},e.exports["MACD Strategy_study"]={en:["MACD Strategy"],id_ID:["Strategi MACD"]},e.exports.MACD_study={en:["MACD"]},e.exports["Majority Rule_study"]={en:["Majority Rule"],id_ID:["Aturan Mayoritas"]},e.exports["Market capitalization_study"]={en:["Market capitalization"],id_ID:["Kapitalisasi pasar"]},e.exports["Marubozu Black - Bearish_study"]={en:["Marubozu Black - Bearish"]},e.exports["Marubozu White - Bullish_study"]={en:["Marubozu White - Bullish"]},e.exports["Mass Index_study"]={en:["Mass Index"],id_ID:["Indeks Massa / Mass Index"]},e.exports["McGinley Dynamic_study"]={en:["McGinley Dynamic"],id_ID:["Dinamik McGinley / McGinley Dynamic"]},e.exports["Median Price_study"]={en:["Median Price"],id_ID:["Harga Median"]},e.exports.Median_study={en:["Median"]},e.exports["Minority interest_study"]={en:["Minority interest"],id_ID:["Suku bunga minoritas / Minority interest"]},e.exports["Miscellaneous non-operating expense_study"]={en:["Miscellaneous non-operating expense"]},e.exports["Momentum Strategy_study"]={en:["Momentum Strategy"],id_ID:["Strategi Momentum"]},e.exports.Momentum_study={en:["Momentum"]},e.exports["Money Flow Index_study"]={en:["Money Flow Index"],id_ID:["Indeks Arus Uang"]},e.exports["Money Flow_study"]={en:["Money Flow"],id_ID:["Arus Uang / Money Flow"]},e.exports["Moon Phases_study"]={en:["Moon Phases"],id_ID:["Fase Bulan"]},e.exports["Morning Doji Star - Bullish_study"]={en:["Morning Doji Star - Bullish"]},e.exports["Morning Star - Bullish_study"]={en:["Morning Star - Bullish"]},e.exports["Moving Average Adaptive_study"]={en:["Moving Average Adaptive"],id_ID:["Rata-Rata Pergerakan Adaptif"]},e.exports["Moving Average Channel_study"]={en:["Moving Average Channel"],id_ID:["Kanal Rata-Rata Pergerakan / Moving Average Channel"]},e.exports["Moving Average Convergence Divergence_study"]={en:["Moving Average Convergence Divergence"],id_ID:["Rata-Rata Pergerakan Konvergen Divergen / Moving Average Convergence Divergence"]},e.exports["Moving Average Convergence/Divergence_study"]={en:["Moving Average Convergence/Divergence"],id_ID:["Rata-Rata Pergerakan Konvergen/Divergen / Moving Average Convergence/Divergence"]},e.exports["Moving Average Double_study"]={en:["Moving Average Double"],
+id_ID:["Rata-Rata Pergerakan Ganda"]},e.exports["Moving Average Exponential_study"]={en:["Moving Average Exponential"],id_ID:["Rata-Rata Pergerakan Eksponensial / Moving Average Exponential"]},e.exports["Moving Average Hamming_study"]={en:["Moving Average Hamming"],id_ID:["Rata-Rata Pergerakan Hamming"]},e.exports["Moving Average Modified_study"]={en:["Moving Average Modified"],id_ID:["Rata-Rata Pergerakan Termodifikasi"]},e.exports["Moving Average Multiple_study"]={en:["Moving Average Multiple"],id_ID:["Rata-Rata Pergerakan Berganda"]},e.exports["Moving Average Ribbon_study"]={en:["Moving Average Ribbon"],id_ID:["Pita Pergerakan Rata-rata"]},e.exports["Moving Average Simple_study"]={en:["Moving Average Simple"],id_ID:["Simple Moving Average"]},e.exports["Moving Average Triple_study"]={en:["Moving Average Triple"],id_ID:["Rata-Rata Pergerakan Tripel"]},e.exports["Moving Average Weighted_study"]={en:["Moving Average Weighted"],id_ID:["Rata-Rata Pergerakan Terbebani / Moving Average Weighted"]},e.exports["Moving Average_study"]={en:["Moving Average"],id_ID:["Rata-Rata Pergerakan / Moving Average"]},e.exports["MovingAvg Cross_study"]={en:["MovingAvg Cross"],id_ID:["Persilangan Rata-RataPerg"]},e.exports["MovingAvg2Line Cross_study"]={en:["MovingAvg2Line Cross"],id_ID:["Persilangan 2GarisRata-RataPerg"]},e.exports["Multi-Time Period Charts_study"]={en:["Multi-Time Period Charts"],id_ID:["Chart Periode Waktu Berganda"]},e.exports["Net Volume_study"]={en:["Net Volume"],id_ID:["Volume Bersih"]},e.exports["Net current asset value per share_study"]={en:["Net current asset value per share"]},e.exports["Net debt_study"]={en:["Net debt"],id_ID:["Hutang Bersih"]},e.exports["Net income (cash flow)_study"]={en:["Net income (cash flow)"]},e.exports["Net income before discontinued operations_study"]={en:["Net income before discontinued operations"]},e.exports["Net income per employee_study"]={en:["Net income per employee"]},e.exports["Net income_study"]={en:["Net income"],id_ID:["Pendapatan netto"]},e.exports["Net intangible assets_study"]={en:["Net intangible assets"]},e.exports["Net margin %_study"]={en:["Net margin %"]},e.exports["Net property/plant/equipment_study"]={en:["Net property/plant/equipment"]},e.exports["Non-cash items_study"]={en:["Non-cash items"]},e.exports["Non-controlling/minority interest_study"]={en:["Non-controlling/minority interest"]},e.exports["Non-operating income, excl. interest expenses_study"]={en:["Non-operating income, excl. interest expenses"]},e.exports["Non-operating income, total_study"]={en:["Non-operating income, total"]},e.exports["Non-operating interest income_study"]={en:["Non-operating interest income"]},e.exports["Note receivable - long term_study"]={en:["Note receivable - long term"]},e.exports["Notes payable_study"]={en:["Notes payable"]},e.exports["Number of employees_study"]={en:["Number of employees"]},e.exports["Number of shareholders_study"]={en:["Number of shareholders"],id_ID:["Jumlah pemegang saham"]},e.exports["On Balance Volume_study"]={en:["On Balance Volume"],
+id_ID:["Volume Keseimbangan / On Balance Volume"]},e.exports["On Neck - Bearish_study"]={en:["On Neck - Bearish"]},e.exports["Open Interest_study"]={en:["Open Interest"],id_ID:["Minat Terbuka/Open Interest"]},e.exports["Operating earnings yield %_study"]={en:["Operating earnings yield %"]},e.exports["Operating expenses (excl. COGS)_study"]={en:["Operating expenses (excl. COGS)"]},e.exports["Operating income_study"]={en:["Operating income"],id_ID:["Pemasukan operasional"]},e.exports["Operating lease liabilities_study"]={en:["Operating lease liabilities"]},e.exports["Operating margin %_study"]={en:["Operating margin %"]},e.exports["Other COGS_study"]={en:["Other COGS"]},e.exports["Other common equity_study"]={en:["Other common equity"]},e.exports["Other cost of goods sold_study"]={en:["Other cost of goods sold"],id_ID:["Harga pokok penjualan lainnya"]},e.exports["Other current assets, total_study"]={en:["Other current assets, total"]},e.exports["Other current liabilities_study"]={en:["Other current liabilities"]},e.exports["Other exceptional charges_study"]={en:["Other exceptional charges"],id_ID:["Biaya eksepsional lainnya"]},e.exports["Other financing cash flow items, total_study"]={en:["Other financing cash flow items, total"],id_ID:["Barang arus kas pembiayaan lainnya, total"]},e.exports["Other intangibles, net_study"]={en:["Other intangibles, net"]},e.exports["Other investing cash flow items, total_study"]={en:["Other investing cash flow items, total"],id_ID:["Barang arus kas investai lainnya, total"]},e.exports["Other investments_study"]={en:["Other investments"]},e.exports["Other liabilities, total_study"]={en:["Other liabilities, total"]},e.exports["Other long term assets, total_study"]={en:["Other long term assets, total"]},e.exports["Other non-current liabilities, total_study"]={en:["Other non-current liabilities, total"],id_ID:["Kewajiban tidak lancar lainnya, total"]},e.exports["Other operating expenses, total_study"]={en:["Other operating expenses, total"]},e.exports["Other receivables_study"]={en:["Other receivables"]},e.exports["Other short term debt_study"]={en:["Other short term debt"]},e.exports["OutSide Bar Strategy_study"]={en:["OutSide Bar Strategy"],id_ID:["Strategi OutSide Bar"]},e.exports.Overlay_study={en:["Overlay"]},e.exports["PEG ratio_study"]={en:["PEG ratio"]},e.exports["Paid in capital_study"]={en:["Paid in capital"]},e.exports["Parabolic SAR Strategy_study"]={en:["Parabolic SAR Strategy"],id_ID:["Strategi SAR Parabolis"]},e.exports["Parabolic SAR_study"]={en:["Parabolic SAR"],id_ID:["SAR Parabolis"]},e.exports["Periodic Volume Profile_study"]={en:["Periodic Volume Profile"],id_ID:["Profil Volume Periodik"]},e.exports["Piercing - Bullish_study"]={en:["Piercing - Bullish"]},e.exports["Piotroski F-score_study"]={en:["Piotroski F-score"]},e.exports["Pivot Extension Strategy_study"]={en:["Pivot Extension Strategy"],id_ID:["Strategi Ekstensi Pivot"]},e.exports["Pivot Points High Low_study"]={en:["Pivot Points High Low"],id_ID:["Poin Pivot High Low"]},e.exports["Pivot Points Standard_study"]={
+en:["Pivot Points Standard"],id_ID:["Poin Pivot Standar"]},e.exports["Pivot Reversal Strategy_study"]={en:["Pivot Reversal Strategy"],id_ID:["Strategi Pembalikan Pivot"]},e.exports["Preferred dividends paid_study"]={en:["Preferred dividends paid"]},e.exports["Preferred dividends_study"]={en:["Preferred dividends"]},e.exports["Preferred stock, carrying value_study"]={en:["Preferred stock, carrying value"]},e.exports["Prepaid expenses_study"]={en:["Prepaid expenses"]},e.exports["Pretax equity in earnings_study"]={en:["Pretax equity in earnings"]},e.exports["Pretax income_study"]={en:["Pretax income"]},e.exports["Price Channel Strategy_study"]={en:["Price Channel Strategy"],id_ID:["Strategi Kanal Harga"]},e.exports["Price Channel_study"]={en:["Price Channel"],id_ID:["Kanal Harga"]},e.exports["Price Oscillator_study"]={en:["Price Oscillator"],id_ID:["Osilator Harga"]},e.exports["Price Volume Trend_study"]={en:["Price Volume Trend"],id_ID:["Tren Volume Harga / Price Volume Trend"]},e.exports["Price earnings ratio forward_study"]={en:["Price earnings ratio forward"]},e.exports["Price sales ratio forward_study"]={en:["Price sales ratio forward"]},e.exports["Price to book ratio_study"]={en:["Price to book ratio"]},e.exports["Price to cash flow ratio_study"]={en:["Price to cash flow ratio"]},e.exports["Price to earnings ratio_study"]={en:["Price to earnings ratio"]},e.exports["Price to free cash flow ratio_study"]={en:["Price to free cash flow ratio"]},e.exports["Price to sales ratio_study"]={en:["Price to sales ratio"]},e.exports["Price to tangible book ratio_study"]={en:["Price to tangible book ratio"]},e.exports["Profitability ratios_study"]={en:["Profitability ratios"],id_ID:["Rasio profitabilitas"]},e.exports["Provision for risks & charge_study"]={en:["Provision for risks & charge"]},e.exports["Purchase of investments_study"]={en:["Purchase of investments"]},e.exports["Purchase/acquisition of business_study"]={en:["Purchase/acquisition of business"]},e.exports["Purchase/sale of business, net_study"]={en:["Purchase/sale of business, net"],id_ID:["Pembelian/penjualan dari bisnis, netto"]},e.exports["Purchase/sale of investments, net_study"]={en:["Purchase/sale of investments, net"],id_ID:["Pembelian/Penjualan dari investasi, netto"]},e.exports["Quality ratio_study"]={en:["Quality ratio"]},e.exports["Quick ratio_study"]={en:["Quick ratio"]},e.exports["RSI Strategy_study"]={en:["RSI Strategy"],id_ID:["Strategi RSI"]},e.exports["Rate Of Change_study"]={en:["Rate Of Change"],id_ID:["Kecepatan Perubahan"]},e.exports["Rectangle Chart Pattern_study"]={en:["Rectangle Chart Pattern"],id_ID:["Motif Chart Persegi"]},e.exports["Reduction of long term debt_study"]={en:["Reduction of long term debt"]},e.exports["Relative Strength Index_study"]={en:["Relative Strength Index"],id_ID:["Indeks Kekuatan Relatif / Relative Strength Index"]},e.exports["Relative Vigor Index_study"]={en:["Relative Vigor Index"],id_ID:["Indeks Vigor Relatif / Relative Vigor Index"]},e.exports["Relative Volatility Index_study"]={en:["Relative Volatility Index"],
+id_ID:["Indeks Volatilitas Relatif / Relative Volatility Index"]},e.exports["Relative Volume at Time_study"]={en:["Relative Volume at Time"],id_ID:["Volume Relatif pada Waktu"]},e.exports["Repurchase of common & preferred stock_study"]={en:["Repurchase of common & preferred stock"]},e.exports["Research & development to revenue ratio_study"]={en:["Research & development to revenue ratio"]},e.exports["Research & development_study"]={en:["Research & development"],id_ID:["Riset & pengembangan"]},e.exports["Restructuring charge_study"]={en:["Restructuring charge"],id_ID:["Biaya restrukturisasi"]},e.exports["Retained earnings_study"]={en:["Retained earnings"]},e.exports["Return on assets %_study"]={en:["Return on assets %"]},e.exports["Return on equity %_study"]={en:["Return on equity %"]},e.exports["Return on equity adjusted to book value %_study"]={en:["Return on equity adjusted to book value %"]},e.exports["Return on invested capital %_study"]={en:["Return on invested capital %"]},e.exports["Return on tangible assets %_study"]={en:["Return on tangible assets %"]},e.exports["Return on tangible equity %_study"]={en:["Return on tangible equity %"]},e.exports["Revenue estimates_study"]={en:["Revenue estimates"]},e.exports["Revenue one year growth_study"]={en:["Revenue one year growth"]},e.exports["Revenue per employee_study"]={en:["Revenue per employee"]},e.exports["Rising Three Methods - Bullish_study"]={en:["Rising Three Methods - Bullish"]},e.exports["Rising Wedge Chart Pattern_study"]={en:["Rising Wedge Chart Pattern"],id_ID:["Motif Chart Baji / Wedge Menaik"]},e.exports["Rising Window - Bullish_study"]={en:["Rising Window - Bullish"]},e.exports["Rob Booker - ADX Breakout_study"]={en:["Rob Booker - ADX Breakout"],id_ID:["Rob Booker - Breakout ADX"]},e.exports["Rob Booker - Intraday Pivot Points_study"]={en:["Rob Booker - Intraday Pivot Points"],id_ID:["Rob Booker - Poin Pivot Intrahari"]},e.exports["Rob Booker - Knoxville Divergence_study"]={en:["Rob Booker - Knoxville Divergence"],id_ID:["Rob Booker - Divergen Knoxville"]},e.exports["Rob Booker - Missed Pivot Points_study"]={en:["Rob Booker - Missed Pivot Points"],id_ID:["Rob Booker - Poin Pivot Terlewati"]},e.exports["Rob Booker - Reversal_study"]={en:["Rob Booker - Reversal"]},e.exports["Rob Booker - Ziv Ghost Pivots_study"]={en:["Rob Booker - Ziv Ghost Pivots"],id_ID:["Rob Booker - Pivot Bayangan / Ziv Ghost Pivots"]},e.exports["SMI Ergodic Indicator/Oscillator_study"]={en:["SMI Ergodic Indicator/Oscillator"],id_ID:["Indikator/Osilator SMI Ergodic"]},e.exports["SMI Ergodic Indicator_study"]={en:["SMI Ergodic Indicator"],id_ID:["Indikator SMI Ergodic"]},e.exports["SMI Ergodic Oscillator_study"]={en:["SMI Ergodic Oscillator"],id_ID:["Osilator SMI Ergodic"]},e.exports["Sale of common & preferred stock_study"]={en:["Sale of common & preferred stock"]},e.exports["Sale of fixed assets & businesses_study"]={en:["Sale of fixed assets & businesses"]},e.exports["Sale/maturity of investments_study"]={en:["Sale/maturity of investments"]},
+e.exports["Selling/general/admin expenses, other_study"]={en:["Selling/general/admin expenses, other"],id_ID:["Pengeluaran penjualan/umum/admin, lainnya"]},e.exports["Selling/general/admin expenses, total_study"]={en:["Selling/general/admin expenses, total"],id_ID:["Pengeluaran penjualan/umum/admin, total"]},e.exports["Session Volume HD_study"]={en:["Session Volume HD"],id_ID:["Volume Sesi HD"]},e.exports["Session Volume Profile HD_study"]={en:["Session Volume Profile HD"],id_ID:["Profil Volume Sesi HD"]},e.exports["Session Volume Profile_study"]={en:["Session Volume Profile"],id_ID:["Profil Volume Sesi"]},e.exports["Session Volume_study"]={en:["Session Volume"],id_ID:["Volume Sesi"]},e.exports["Shareholders' equity_study"]={en:["Shareholders' equity"]},e.exports["Shares buyback ratio %_study"]={en:["Shares buyback ratio %"]},e.exports["Shooting Star - Bearish_study"]={en:["Shooting Star - Bearish"]},e.exports["Short term debt excl. current portion of LT debt_study"]={en:["Short term debt excl. current portion of LT debt"]},e.exports["Short term debt_study"]={en:["Short term debt"]},e.exports["Short term investments_study"]={en:["Short term investments"]},e.exports["Sloan ratio %_study"]={en:["Sloan ratio %"]},e.exports["Smoothed Moving Average_study"]={en:["Smoothed Moving Average"],id_ID:["Rata-Rata Pergerakan Terhaluskan / Smoothed Moving Average"]},e.exports["Solvency ratios_study"]={en:["Solvency ratios"],id_ID:["Rasio solvabilitas"]},e.exports["Spinning Top Black_study"]={en:["Spinning Top Black"],id_ID:["Spinning Top Hitam"]},e.exports["Spinning Top White_study"]={en:["Spinning Top White"],id_ID:["Spinning Top Putih"]},e.exports["Springate score_study"]={en:["Springate score"]},e.exports["Standard Deviation_study"]={en:["Standard Deviation"],id_ID:["Standar Deviasi"]},e.exports["Standard Error Bands_study"]={en:["Standard Error Bands"],id_ID:["Ikat Standar Error"]},e.exports["Standard Error_study"]={en:["Standard Error"],id_ID:["Standar Error"]},e.exports.Stoch_study={en:["Stoch"]},e.exports["Stochastic Momentum Index_study"]={en:["Stochastic Momentum Index"],id_ID:["Indeks Momentum Stochastic"]},e.exports["Stochastic RSI_study"]={en:["Stochastic RSI"]},e.exports["Stochastic Slow Strategy_study"]={en:["Stochastic Slow Strategy"],id_ID:["Strategi Stochastic Lambat"]},e.exports.Stochastic_study={en:["Stochastic"]},e.exports.SuperTrend_study={en:["SuperTrend"]},e.exports["Supertrend Strategy_study"]={en:["Supertrend Strategy"],id_ID:["Strategi Supertrend"]},e.exports.Supertrend_study={en:["Supertrend"]},e.exports["Sustainable growth rate_study"]={en:["Sustainable growth rate"]},e.exports.TRIX_study={en:["TRIX"]},e.exports["Tangible book value per share_study"]={en:["Tangible book value per share"]},e.exports["Tangible common equity ratio_study"]={en:["Tangible common equity ratio"]},e.exports.Taxes_study={en:["Taxes"]},e.exports["Technical Ratings Strategy_study"]={en:["Technical Ratings Strategy"],id_ID:["Strategi Peringkat Teknikal"]},e.exports["Technical Ratings_study"]={en:["Technical Ratings"],
+id_ID:["Peringkat Teknikal"]},e.exports.Technicals_study={en:["Technicals"],id_ID:["Teknikal"]},e.exports["Three Black Crows - Bearish_study"]={en:["Three Black Crows - Bearish"]},e.exports["Three White Soldiers - Bullish_study"]={en:["Three White Soldiers - Bullish"]},e.exports["Time Weighted Average Price_study"]={en:["Time Weighted Average Price"],id_ID:["Harga Rata-rata Terbebani Waktu"]},e.exports["Tobin's Q (approximate)_study"]={en:["Tobin's Q (approximate)"]},e.exports["Total assets_study"]={en:["Total assets"],id_ID:["Total aset"]},e.exports["Total cash dividends paid_study"]={en:["Total cash dividends paid"],id_ID:["Total dividen tunai dibayarkan / Total cash dividends paid"]},e.exports["Total common shares outstanding_study"]={en:["Total common shares outstanding"],id_ID:["Total saham umum beredar / Total common shares outstanding"]},e.exports["Total current assets_study"]={en:["Total current assets"],id_ID:["Total aset saat ini"]},e.exports["Total current liabilities_study"]={en:["Total current liabilities"],id_ID:["Total liabilitas saat ini"]},e.exports["Total debt_study"]={en:["Total debt"],id_ID:["Total hutang"]},e.exports["Total equity_study"]={en:["Total equity"],id_ID:["Total ekuitas"]},e.exports["Total inventory_study"]={en:["Total inventory"]},e.exports["Total liabilities & shareholders' equities_study"]={en:["Total liabilities & shareholders' equities"]},e.exports["Total liabilities_study"]={en:["Total liabilities"],id_ID:["Total liabilitas"]},e.exports["Total non-current assets_study"]={en:["Total non-current assets"],id_ID:["Total aset tidak lancar"]},e.exports["Total non-current liabilities_study"]={en:["Total non-current liabilities"],id_ID:["Total liabilitas tidak lancar"]},e.exports["Total operating expenses_study"]={en:["Total operating expenses"],id_ID:["Total pengeluaran operasi"]},e.exports["Total receivables, net_study"]={en:["Total receivables, net"]},e.exports["Total revenue_study"]={en:["Total revenue"],id_ID:["Total pendapatan"]},e.exports["Trading Sessions_study"]={en:["Trading Sessions"],id_ID:["Sesi trading"]},e.exports["Treasury stock - common_study"]={en:["Treasury stock - common"]},e.exports["Trend Strength Index_study"]={en:["Trend Strength Index"],id_ID:["Indeks Kekuatan Tren"]},e.exports["Tri-Star - Bearish_study"]={en:["Tri-Star - Bearish"]},e.exports["Tri-Star - Bullish_study"]={en:["Tri-Star - Bullish"]},e.exports["Triangle Chart Pattern_study"]={en:["Triangle Chart Pattern"],id_ID:["Motif Chart Segitiga"]},e.exports["Triple Bottom Chart Pattern_study"]={en:["Triple Bottom Chart Pattern"],id_ID:["Motif Chart Triple Bottom"]},e.exports["Triple EMA_study"]={en:["Triple EMA"]},e.exports["Triple Top Chart Pattern_study"]={en:["Triple Top Chart Pattern"],id_ID:["Motif Chart Triple Top"]},e.exports["True Strength Index_study"]={en:["True Strength Index"],id_ID:["Indeks Kekuatan Sebenarnya / True Strength Index"]},e.exports["True Strength Indicator_study"]={en:["True Strength Indicator"],id_ID:["Indikator Kekuatan Sebenarnya / True Strength Indicator"]},
+e.exports["Tweezer Top - Bearish_study"]={en:["Tweezer Top - Bearish"]},e.exports["Typical Price_study"]={en:["Typical Price"],id_ID:["Harga Tipikal"]},e.exports["Ultimate Oscillator_study"]={en:["Ultimate Oscillator"],id_ID:["Osilator Ultimate"]},e.exports["Unrealized gain/loss_study"]={en:["Unrealized gain/loss"],id_ID:["Keuntungan/kerugian yang belum terealisasi"]},e.exports["Unusual income/expense_study"]={en:["Unusual income/expense"],id_ID:["Unusual income/expense / Pemasukan/pengeluaran tidak biasa"]},e.exports["Up/Down Volume_study"]={en:["Up/Down Volume"],id_ID:["Volume Naik/Turun"]},e.exports["Upside Tasuki Gap - Bullish_study"]={en:["Upside Tasuki Gap - Bullish"]},e.exports["VWAP Auto Anchored_study"]={en:["VWAP Auto Anchored"],id_ID:["VWAP Terjangkar Otomatis"]},e.exports.VWAP_study={en:["VWAP"]},e.exports.VWMA_study={en:["VWMA"]},e.exports["Valuation ratios_study"]={en:["Valuation ratios"],id_ID:["Rasio valuasi"]},e.exports["Visible Average Price_study"]={en:["Visible Average Price"],id_ID:["Rata-rata Harga Terlihat"]},e.exports["Visible Range Volume Profile_study"]={en:["Visible Range Volume Profile"],id_ID:["Profil Volume Rentang Terlihat"]},e.exports["Visible Range_study"]={en:["Visible Range"],id_ID:["Rentang Terlihat"]},e.exports.Vol_study={en:["Vol"]},e.exports["Volatility Close-to-Close_study"]={en:["Volatility Close-to-Close"],id_ID:["Volatilitas Penutupan-ke-Penutupan"]},e.exports["Volatility Index_study"]={en:["Volatility Index"],id_ID:["Indeks Volatilitas"]},e.exports["Volatility O-H-L-C_study"]={en:["Volatility O-H-L-C"],id_ID:["Volatilitas O-H-L-C"]},e.exports["Volatility Stop_study"]={en:["Volatility Stop"],id_ID:["Stop Volatilitas"]},e.exports["Volatility Zero Trend Close-to-Close_study"]={en:["Volatility Zero Trend Close-to-Close"],id_ID:["Volatilitas Zero Trend Penutupan-ke-Penutupan"]},e.exports["Volty Expan Close Strategy_study"]={en:["Volty Expan Close Strategy"],id_ID:["Strategi Volty Expan Close"]},e.exports["Volume Oscillator_study"]={en:["Volume Oscillator"],id_ID:["Osilator Volume"]},e.exports["Volume Weighted Average Price_study"]={en:["Volume Weighted Average Price"],id_ID:["Harga Rata-Rata Terbebani Volume"]},e.exports["Volume Weighted Moving Average_study"]={en:["Volume Weighted Moving Average"],id_ID:["Rata-Rata Pergerakan Terbebani Volume"]},e.exports.Volume_study={en:["Volume"]},e.exports["Vortex Indicator_study"]={en:["Vortex Indicator"],id_ID:["Indikator Vortex"]},e.exports["Williams %R_study"]={en:["Williams %R"],id_ID:["%R Williams / Williams %R"]},e.exports["Williams Alligator_study"]={en:["Williams Alligator"],id_ID:["Aligator Williams / Williams Alligator"]},e.exports["Williams Fractal_study"]={en:["Williams Fractal"],id_ID:["Fraktal Williams / Williams Fractal"]},e.exports["Williams Fractals_study"]={en:["Williams Fractals"],id_ID:["Fraktal Williams"]},e.exports["Williams Percent Range_study"]={en:["Williams Percent Range"],id_ID:["Rentang Persentase Williams / Williams Percent Range"]},e.exports["Woodies CCI_study"]={en:["Woodies CCI"],id_ID:["CCI Woodies"]},
+e.exports["Zig Zag_study"]={en:["Zig Zag"]},e.exports["Zmijewski score_study"]={en:["Zmijewski score"],id_ID:["Zmijewski score / Skor Zmijewski"]}},89633:e=>{e.exports={en:["Anchored Volume Profile"],id_ID:["Profil Volume Terjangkar"]}},25705:e=>{e.exports={en:["Fixed Range Volume Profile"],id_ID:["Profil Volume Rentang Tetap"]}},24261:e=>{e.exports={en:["Vol"]}},67736:e=>{e.exports={en:["Minor"]}},922:e=>{e.exports={en:["Minute"],id_ID:["Menit"]}},91405:e=>{e.exports={en:["Text"],id_ID:["Teks"]}},78972:e=>{e.exports={en:["Couldn't copy"],id_ID:["Tidak dapat menyalin"]}},10615:e=>{e.exports={en:["Couldn't cut"],id_ID:["Tidak dapat memotong"]}},81518:e=>{e.exports={en:["Couldn't paste"],id_ID:["Tidak dapat menempel"]}},83140:e=>{e.exports={en:["Countdown to bar close"],id_ID:["Hitung Mundur Ke Penutupan Bar"]}},10871:e=>{e.exports={en:["Colombo"]}},55761:e=>{e.exports={en:["Columns"],id_ID:["Kolom-Kolom"]}},9818:e=>{e.exports={en:["Comment"],id_ID:["Komentar"]}},53942:e=>{e.exports={en:["Compare or Add Symbol"],id_ID:["Bandingkan atau Tambahkan Simbol"]}},12086:e=>{e.exports={en:["Compilation error"],id_ID:["Error kompilasi"]}},71692:e=>{e.exports={en:["Confirm to remove locked drawings"],id_ID:["Konfirmasi untuk menghapus gambar yang terkunci"]}},48141:e=>{e.exports={en:["Confirm Inputs"],id_ID:["Konfirmasi Input"]}},81605:e=>{e.exports={en:["Confirm Remove Study Tree"],id_ID:["Konfirmasi Hilangkan Pohon Studi"]}},38917:e=>{e.exports={en:["Copenhagen"]}},49680:e=>{e.exports={en:["Copy"],id_ID:["Salin"]}},66134:e=>{e.exports={en:["Copy Chart Layout"],id_ID:["Salin Layout Chart"]}},63553:e=>{e.exports={en:["Copy price"],id_ID:["Salin harga"]}},65736:e=>{e.exports={en:["Cairo"],id_ID:["Kairo"]}},25381:e=>{e.exports={en:["Callout"],id_ID:["Label"]}},45054:e=>{e.exports={en:["Candles"],id_ID:["Candle"]}},30948:e=>{e.exports={en:["Caracas"]}},70409:e=>{e.exports={en:["Casablanca"]}},37276:e=>{e.exports={en:["Change"],id_ID:["Perubahan"]}},85124:e=>{e.exports={en:["Change Symbol"],id_ID:["Ubah Simbol"]}},2569:e=>{e.exports={en:["Change interval"],id_ID:["Ubah interval"]}},9687:e=>{e.exports={en:["Change interval. Press number or comma"],id_ID:["Ubah interval. Tekan angka atau koma"]}},36332:e=>{e.exports={en:["Change symbol. Start typing symbol name"],id_ID:["Ubah simbol. Mulai mengetikkan nama simbol"]}},48566:e=>{e.exports={en:["Change scale currency"],id_ID:["Ubah mata uang skala"]}},85110:e=>{e.exports={en:["Change scale unit"],id_ID:["Ubah unit skala"]}},56275:e=>{e.exports={en:["Chart #{index}"]}},39950:e=>{e.exports={en:["Chart Properties"],id_ID:["Properti Chart"]}},98856:e=>{e.exports={en:["Chart by TradingView"],id_ID:["Chart oleh TradingView"]}},1136:e=>{e.exports={en:["Chart for {symbol}, {interval}"],id_ID:["Chart untuk {symbol}, {interval}"]}},69804:e=>{e.exports={en:["Chart image copied to clipboard {emoji}"],id_ID:["Gambar chart yang disalin ke clipboard {emoji}"]}},6655:e=>{e.exports={en:["Chart image embed code copied to clipboard {emoji}"],id_ID:["Kode embed gambar chart disalin ke clipboard {emoji}"]}},
+36549:e=>{e.exports={en:["Chatham Islands"],id_ID:["Kepulauan Chatham"]}},72452:e=>{e.exports={en:["Chicago"]}},50349:e=>{e.exports={en:["Chongqing"]}},91944:e=>{e.exports={en:["Circle"],id_ID:["Lingkaran"]}},14985:e=>{e.exports={en:["Click to set a point"],id_ID:["Klik untuk menentukan sebuah poin"]}},12537:e=>{e.exports={en:["Clone"],id_ID:["Gandakan"]}},62578:e=>{e.exports={en:["Close"],id_ID:["Penutupan"]}},264:e=>{e.exports={en:["Create limit order"],id_ID:["Buat order baru"]}},6969:e=>{e.exports={en:["Cross"]}},74334:e=>{e.exports={en:["Cross Line"],id_ID:["Garis Perpotongan"]}},59396:e=>{e.exports={en:["Currencies"],id_ID:["Mata Uang"]}},20177:e=>{e.exports={en:["Current interval and above"],id_ID:["Interval saat ini dan di atasnya"]}},494:e=>{e.exports={en:["Current interval and below"],id_ID:["Interval saat ini dan di bawahnya"]}},60668:e=>{e.exports={en:["Current interval only"],id_ID:["Hanya interval saat ini"]}},78609:e=>{e.exports={en:["Curve"],id_ID:["Kurva"]}},87380:e=>{e.exports={en:["Cycle"],id_ID:["Siklus"]}},84031:e=>{e.exports={en:["Cyclic Lines"],id_ID:["Garis Siklus"]}},93191:e=>{e.exports={en:["Cypher Pattern"],id_ID:["Motif Cypher"]}},7219:e=>{e.exports={en:["A layout with that name already exists"],id_ID:["Layout dengan nama tersebut sudah ada"]}},67635:e=>{e.exports={en:["A layout with that name already exists. Do you want to overwrite it?"],id_ID:["Layout dengan nama tersebut sudah ada. Apakah anda ingin menimpanya?"]}},46712:e=>{e.exports={en:["ABCD Pattern"],id_ID:["Motif ABCD"]}},36485:e=>{e.exports={en:["Amsterdam"]}},24185:e=>{e.exports={en:["Anchor"],id_ID:["Jangkar"]}},42630:e=>{e.exports={en:["Anchorage"],id_ID:["Penjangkaran"]}},42669:e=>{e.exports={en:["Anchored Text"],id_ID:["Teks Terjangkar"]}},84541:e=>{e.exports={en:["Anchored VWAP"],id_ID:["VWAP Terjangkar"]}},77401:e=>{e.exports={en:["Access error"],id_ID:["Error akses"]}},46501:e=>{e.exports={en:["Add Symbol"],id_ID:["Tambah Simbol"]}},2439:e=>{e.exports={en:["Add financial metric for {instrumentName}"],id_ID:["Tambah metrik Finansial untuk {instrumentName}"]}},35088:e=>{e.exports={en:["Add indicator/strategy on {studyTitle}"],id_ID:["Tambah Indikator/Strategi pada {studyTitle}"]}},35679:e=>{e.exports={en:["Add this financial metric to entire layout"],id_ID:["Tambah Metrik Finansial ini ke Seluruh Layout"]}},10996:e=>{e.exports={en:["Add this financial metric to favorites"],id_ID:["Tambahkan metrik keuangan ini ke favorit"]}},26090:e=>{e.exports={en:["Add this indicator to entire layout"],id_ID:["Tambah Indikator ini ke Seluruh Layout"]}},92957:e=>{e.exports={en:["Add this indicator to favorites"],id_ID:["Tambahkan indikator ini ke favorit"]}},95754:e=>{e.exports={en:["Add this strategy to entire layout"],id_ID:["Tambah Strategi ini ke Seluruh Layout"]}},39010:e=>{e.exports={en:["Add this symbol to entire layout"],id_ID:["Tambah Simbol ini ke Seluruh Layout"]}},426:e=>{e.exports={en:["Adelaide"]}},40452:e=>{e.exports={en:["Always invisible"],id_ID:["Selalu Tidak Terlihat"]}},36299:e=>{e.exports={en:["Always visible"],
+id_ID:["Selalu Terlihat"]}},58026:e=>{e.exports={en:["All intervals"],id_ID:["Seluruh interval"]}},78358:e=>{e.exports={en:["Apply default"],id_ID:["Terapkan Bawaan"]}},22437:e=>{e.exports={en:["Apply these indicators to entire layout"],id_ID:["Terapkan Indikator berikut ini ke Seluruh Layout"]}},27072:e=>{e.exports={en:["Apr"]}},59324:e=>{e.exports={en:["Arc"],id_ID:["Busur"]}},34456:e=>{e.exports={en:["Area"]}},11858:e=>{e.exports={en:["Arrow"],id_ID:["Panah"]}},34247:e=>{e.exports={en:["Arrow Down"],id_ID:["Panah Turun"]}},36352:e=>{e.exports={en:["Arrow Marker"],id_ID:["Penanda panah"]}},73193:e=>{e.exports={en:["Arrow Mark Down"],id_ID:["Tanda Panah Turun"]}},1949:e=>{e.exports={en:["Arrow Mark Left"],id_ID:["Tanda Panah Kiri"]}},86275:e=>{e.exports={en:["Arrow Mark Right"],id_ID:["Tanda Panah Kanan"]}},62453:e=>{e.exports={en:["Arrow Mark Up"],id_ID:["Tanda Panah Naik"]}},77231:e=>{e.exports={en:["Arrow Up"],id_ID:["Panah Naik"]}},98128:e=>{e.exports={en:["Astana"]}},63627:e=>{e.exports={en:["Ashgabat"],id_ID:["Ashkhabad"]}},72445:e=>{e.exports={en:["At close"],id_ID:["Pada penutupan"]}},73702:e=>{e.exports={en:["Athens"],id_ID:["Athena"]}},21469:e=>{e.exports={en:["Auto"]}},24157:e=>{e.exports={en:["Auto (fits data to screen)"],id_ID:["Auto (Mengepaskan Data Pada Layar)"]}},46450:e=>{e.exports={en:["Aug"],id_ID:["Agst"]}},21841:e=>{e.exports={en:["Average close price label"],id_ID:["Label rata-rata harga penutupan"]}},16138:e=>{e.exports={en:["Average close price line"],id_ID:["Garis harga rata-rata penutupan"]}},73025:e=>{e.exports={en:["Avg"],id_ID:["Rata-rata"]}},87580:e=>{e.exports={en:["Azores"]}},73905:e=>{e.exports={en:["Bogota"]}},90594:e=>{e.exports={en:["Bahrain"]}},70540:e=>{e.exports={en:["Balloon"],id_ID:["Balon"]}},47045:e=>{e.exports={en:["Bangkok"]}},92101:e=>{e.exports={en:["Bar Replay isn't available for this chart type. Want to exit Bar Replay?"],id_ID:["Putar Ulang Bar tidak tersedia untuk tipe chart ini. Apakah anda ingin keluar dari Putar Ulang Bar?"]}},32482:e=>{e.exports={en:["Bar Replay isn't available for this symbol. Want to exit Bar Replay?"],id_ID:["Putar Ulang Bar tidak tersedia untuk simbol ini. Apakah anda ingin keluar dari Putar Ulang Bar?"]}},85902:e=>{e.exports={en:["Bar Replay isn't available for this time interval. Want to exit Bar Replay?"],id_ID:["Putar Ulang Bar tidak tersedia untuk interval waktu ini. Apakah anda ingin keluar dari Putar Ulang Bar?"]}},27377:e=>{e.exports={en:["Bars"],id_ID:["Bar"]}},81994:e=>{e.exports={en:["Bars Pattern"],id_ID:["Motif Bar"]}},59213:e=>{e.exports={en:["Baseline"],id_ID:["Garis dasar"]}},71797:e=>{e.exports={en:["Belgrade"]}},64313:e=>{e.exports={en:["Berlin"]}},43539:e=>{e.exports={en:["Brush"],id_ID:["Kuas"]}},91499:e=>{e.exports={en:["Brussels"]}},70876:e=>{e.exports={en:["Bratislava"]}},55481:e=>{e.exports={en:["Bring forward"],id_ID:["Bawa Maju"]}},17293:e=>{e.exports={en:["Bring to front"],id_ID:["Bawa ke Depan"]}},79336:e=>{e.exports={en:["Brisbane"]}},33672:e=>{e.exports={en:["Bucharest"]}},20313:e=>{e.exports={en:["Budapest"]}
+},25282:e=>{e.exports={en:["Buenos Aires"]}},46768:e=>{e.exports={en:["By TradingView"],id_ID:["Oleh TradingView"]}},54280:e=>{e.exports={en:["Go to date"],id_ID:["Menuju ke tanggal"]}},74975:e=>{e.exports={en:["Go to {lineToolName}"],id_ID:["Menuju ke {lineToolName}"]}},15462:e=>{e.exports={en:["Got it"],id_ID:["Mengerti"]}},47460:e=>{e.exports={en:["Gann Box"],id_ID:["Kotak Gann"]}},48683:e=>{e.exports={en:["Gann Fan"],id_ID:["Kipas Gann"]}},44763:e=>{e.exports={en:["Gann Square"],id_ID:["Persegi Gann"]}},60707:e=>{e.exports={en:["Gann Square Fixed"],id_ID:["Kotak Gann Paten"]}},46808:e=>{e.exports={en:["Ghost Feed"]}},57726:e=>{e.exports={en:["Grand supercycle"],id_ID:["Supercycle Besar"]}},15096:e=>{e.exports={en:["Do you really want to delete indicator template '{name}' ?"],id_ID:["Apakah anda yakin ingin menghapus template indikator '{name}'?"]}},77174:e=>{e.exports={en:["Do you really want to delete study and all of it's children?"],id_ID:["Apakah benar anda ingin menghapus studi beserta semua turunannya?"]}},77125:e=>{e.exports={en:["Double Curve"],id_ID:["Kurva Ganda"]}},9430:e=>{e.exports={en:["Double-click any edge to reset layout grid"],id_ID:["Dobel-klik di tepi mana pun untuk mengatur ulang kisi layout"]}},75296:e=>{e.exports={en:["Double-click to finish Path"],id_ID:["Klik dua kali untuk menyelesaikan Jalur"]}},17409:e=>{e.exports={en:["Double-click to finish Polyline"],id_ID:["Klik dua kali untuk menyelesaikan Polyline"]}},36539:e=>{e.exports={en:["Double-tap any edge to reset layout grid"],id_ID:["Ketuk dua kali di tepi mana pun untuk mereset grid layout"]}},57131:e=>{e.exports={en:["Data Provided by"],id_ID:["Data Disediakan oleh"]}},22677:e=>{e.exports={en:["Date"],id_ID:["Tanggal"]}},85444:e=>{e.exports={en:["Date Range"],id_ID:["Rentang Tanggal"]}},47017:e=>{e.exports={en:["Date and Price Range"],id_ID:["Rentang Tanggal dan Harga"]}},32084:e=>{e.exports={en:["Dec"],id_ID:["Des"]}},23403:e=>{e.exports={en:["Degree"],id_ID:["Derajat"]}},27358:e=>{e.exports={en:["Denver"]}},24959:e=>{e.exports={en:["Dhaka"]}},15179:e=>{e.exports={en:["Diamond"],id_ID:["Berlian"]}},91544:e=>{e.exports={en:["Disjoint Channel"],id_ID:["Kanal Disjoint"]}},70132:e=>{e.exports={en:["Displacement"],id_ID:["Pemindahan"]}},93864:e=>{e.exports={en:["Drawings toolbar"],id_ID:["Toolbar Alat Gambar"]}},56916:e=>{e.exports={en:["Draw Horizontal Line at {price}"],id_ID:["Gambar Garis Line di {price}"]}},23650:e=>{e.exports={en:["Dubai"]}},79716:e=>{e.exports={en:["Dublin"]}},73456:e=>{e.exports={en:["Emoji"]}},9541:e=>{e.exports={en:["Enter a new chart layout name"],id_ID:["Masukkan nama layout chart yang baru"]}},80943:e=>{e.exports={en:["Elliott Correction Wave (ABC)"],id_ID:["Gelombang Koreksi Elliott (ABC)"]}},75112:e=>{e.exports={en:["Elliott Double Combo Wave (WXY)"],id_ID:["Gelombang Kombinasi Dobel Elliott (WXY)"]}},61114:e=>{e.exports={en:["Elliott Impulse Wave (12345)"],id_ID:["Gelombang Impulse Elliott (12345)"]}},72359:e=>{e.exports={en:["Elliott Triangle Wave (ABCDE)"],
+id_ID:["Gelombang Segitiga Elliott / Elliott Triangle Wave (ABCDE)"]}},76129:e=>{e.exports={en:["Elliott Triple Combo Wave (WXYXZ)"],id_ID:["Gelombang Kombinasi Tripel Elliott (WXYXZ)"]}},78996:e=>{e.exports={en:["Ellipse"],id_ID:["Elips"]}},52788:e=>{e.exports={en:["Extended Line"],id_ID:["Garis Perpanjangan"]}},86905:e=>{e.exports={en:["Exchange"],id_ID:["Bursa"]}},19271:e=>{e.exports={en:["Existing pane above"],id_ID:["Pane Yang Telah Ada Diatas"]}},46545:e=>{e.exports={en:["Existing pane below"],id_ID:["Pane Yang Telah Ada Dibawah"]}},20138:e=>{e.exports={en:["Forecast"],id_ID:["Prakiraan"]}},2507:e=>{e.exports={en:["Feb"]}},59005:e=>{e.exports={en:["Fib Channel"],id_ID:["Kanal Fib"]}},82330:e=>{e.exports={en:["Fib Circles"],id_ID:["Lingkaran Fib"]}},55986:e=>{e.exports={en:["Fib Retracement"],id_ID:["Retracemen Fib"]}},33880:e=>{e.exports={en:["Fib Speed Resistance Arcs"],id_ID:["Busur Resisten Kecepatan Fib"]}},2395:e=>{e.exports={en:["Fib Speed Resistance Fan"],id_ID:["Kipas Resisten Kecepatan Fib"]}},39014:e=>{e.exports={en:["Fib Spiral"],id_ID:["Spiral Fib"]}},30622:e=>{e.exports={en:["Fib Time Zone"],id_ID:["Zona Waktu Fib"]}},85042:e=>{e.exports={en:["Fib Wedge"],id_ID:["Baji Fib"]}},33885:e=>{e.exports={en:["Flag"],id_ID:["Bendera"]}},14600:e=>{e.exports={en:["Flag Mark"],id_ID:["Tanda Bendera"]}},45051:e=>{e.exports={en:["Flat Top/Bottom"],id_ID:["Puncak/Dasar Datar"]}},39643:e=>{e.exports={en:["Fraction part is invalid."],id_ID:["Bagian fraksi tidak valid."]}},24077:e=>{e.exports={en:["Fundamental studies are no longer available on charts"],id_ID:["Studi-Studi Fundamental tidak lagi tersedia pada chart"]}},31561:e=>{e.exports={en:["Kolkata"]}},54533:e=>{e.exports={en:["Kathmandu"]}},83490:e=>{e.exports={en:["Kagi"]}},70913:e=>{e.exports={en:["Karachi"]}},76614:e=>{e.exports={en:["Kuwait"]}},38561:e=>{e.exports={en:["Kuala Lumpur"]}},99906:e=>{e.exports={en:["HLC area"],id_ID:["Area HLC"]}},886:e=>{e.exports={en:["HLC bars"],id_ID:["Bar HLC"]}},34491:e=>{e.exports={en:["Ho Chi Minh"]}},13459:e=>{e.exports={en:["Hollow candles"],id_ID:["Candle Kosong"]}},48861:e=>{e.exports={en:["Hong Kong"]}},79668:e=>{e.exports={en:["Honolulu"]}},21795:e=>{e.exports={en:["Horizontal Line"],id_ID:["Garis Horisontal"]}},25487:e=>{e.exports={en:["Horizontal Ray"],id_ID:["Sinar Horisontal"]}},21928:e=>{e.exports={en:["Head and Shoulders"],id_ID:["Head dan Shoulders"]}},63876:e=>{e.exports={en:["Heikin Ashi"]}},48203:e=>{e.exports={en:["Helsinki"]}},27298:e=>{e.exports={en:["Hide"],id_ID:["Sembunyikan"]}},47074:e=>{e.exports={en:["Hide all"],id_ID:["Sembunyikan seluruhnya"]}},52563:e=>{e.exports={en:["Hide all drawings"],id_ID:["Sembunyikan seluruh gambar"]}},90763:e=>{e.exports={en:["Hide all drawings and indicators"],id_ID:["Sembunyikan seluruh gambar dan indikator"]}},18216:e=>{e.exports={en:["Hide all drawings, indicators, positions & orders"],id_ID:["Sembunyikan seluruh gambar, indikator, posisi & order"]}},78525:e=>{e.exports={en:["Hide all indicators"],id_ID:["Sembunyikan seluruh indikator"]}},42164:e=>{e.exports={
+en:["Hide all positions & orders"],id_ID:["Sembunyikan seluruh posisi & order"]}},3217:e=>{e.exports={en:["Hide drawings"],id_ID:["Sembunyikan gambar"]}},97878:e=>{e.exports={en:["Hide events on chart"],id_ID:["Sembunyikan Peristiwa di Chart"]}},72351:e=>{e.exports={en:["Hide indicators"],id_ID:["Sembunyikan indikator"]}},28345:e=>{e.exports={en:["Hide marks on bars"],id_ID:["Sembunyikan Tanda-Tanda pada Bar"]}},92226:e=>{e.exports={en:["Hide positions & orders"],id_ID:["Sembunyikan posisi & order"]}},78254:e=>{e.exports={en:["High"],id_ID:["Tertinggi"]}},98236:e=>{e.exports={en:["High-low"],id_ID:["Tertinggi-Terendah"]}},99479:e=>{e.exports={en:["High and low price labels"],id_ID:["Label harga tertinggi dan terendah"]}},33766:e=>{e.exports={en:["High and low price lines"],id_ID:["Garis harga tertinggi dan terendah"]}},69476:e=>{e.exports={en:["Highlighter"],id_ID:["Penanda"]}},72819:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."],id_ID:["Histogram terlalu besar, harap tambah {boldHighlightStart}Ukuran Baris{boldHighlightEnd} di jendela pengaturan."]}},94966:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Ticks Per Row{boldHighlightEnd} in the settings window."],id_ID:["Histogram terlalu besar, harap tambah {boldHighlightStart}Tick Per Baris{boldHighlightEnd} di jendela pengaturan."]}},66751:e=>{e.exports={en:["Histogram is too large, please reduce {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."],id_ID:["Histogram terlalu besar, harap kurangi {boldHighlightStart}Ukuran Baris{boldHighlightEnd} di jendela pengaturan."]}},68065:e=>{e.exports={en:["Image"],id_ID:["Gambar"]}},80185:e=>{e.exports={en:["Intervals less than {resolution} are not supported for {ticker}."],id_ID:["Interval kurang dari {resolution} tidak didukung untuk {ticker}."]}},10268:e=>{e.exports={en:["Intermediate"],id_ID:["Menengah"]}},14285:e=>{e.exports={en:["Invalid Symbol"],id_ID:["Simbol Tidak Valid"]}},52969:e=>{e.exports={en:["Invalid symbol"],id_ID:["Simbol tidak valid"]}},37189:e=>{e.exports={en:["Invert scale"],id_ID:["Inversikan Skala"]}},89999:e=>{e.exports={en:["Indexed to 100"],id_ID:["Diindeks ke 100"]}},46850:e=>{e.exports={en:["Indicators value labels"],id_ID:["Label nilai indikator"]}},54418:e=>{e.exports={en:["Indicators name labels"],id_ID:["Label nama indikator"]}},40490:e=>{e.exports={en:["Indicators, Metrics and Strategies. Press slash"],id_ID:["Indikator, Metrik dan Strategi. Tekan garis miring"]}},15992:e=>{e.exports={en:["Info Line"],id_ID:["Garis Info"]}},87829:e=>{e.exports={en:["Insert indicator"],id_ID:["Masukkan Indikator"]}},41686:e=>{e.exports={en:["Inside Pitchfork"],id_ID:["Pitchfork Bagian Dalam"]}},37913:e=>{e.exports={en:["Icon"],id_ID:["Ikon"]}},78326:e=>{e.exports={en:["Istanbul"]}},39585:e=>{e.exports={en:["Johannesburg"]}},14995:e=>{e.exports={en:["Jakarta"]}},62310:e=>{e.exports={en:["Jan"]}},36057:e=>{e.exports={en:["Jerusalem"],id_ID:["Yerusalem"]}},53786:e=>{e.exports={
+en:["Jul"]}},429:e=>{e.exports={en:["Jun"]}},67560:e=>{e.exports={en:["Juneau"]}},62329:e=>{e.exports={en:["On the left"],id_ID:["Di Sebelah Kiri"]}},55813:e=>{e.exports={en:["On the right"],id_ID:["Di Sebelah Kanan"]}},64818:e=>{e.exports={en:["Only {availableResolutions} intervals are supported for {ticker}."],id_ID:["Hanya interval {availableResolutions} yang didukung oleh {ticker}."]}},21064:e=>{e.exports={en:["Oops!"]}},51221:e=>{e.exports={en:["Object Tree"],id_ID:["Pohon Objek"]}},12179:e=>{e.exports={en:["Oct"],id_ID:["Okt"]}},16610:e=>{e.exports={en:["Open"],id_ID:["Pembukaan"]}},27884:e=>{e.exports={en:["Open layout. Press period"],id_ID:["Buka layout. Tekan periode"]}},75722:e=>{e.exports={en:["Oslo"]}},65318:e=>{e.exports={en:["Low"],id_ID:["Terendah"]}},51077:e=>{e.exports={en:["Lock"],id_ID:["Kunci"]}},79777:e=>{e.exports={en:["Lock/unlock"],id_ID:["Kunci/Buka Kunci"]}},66005:e=>{e.exports={en:["Lock vertical cursor line by time"],id_ID:["Kunci garis kursor vertikal berdasarkan waktu"]}},14017:e=>{e.exports={en:["Lock price to bar ratio"],id_ID:["Kunci Harga Ke Rasio Bar"]}},16170:e=>{e.exports={en:["Logarithmic"],id_ID:["Logaritma"]}},19439:e=>{e.exports={en:["London"]}},74832:e=>{e.exports={en:["Long Position"],id_ID:["Posisi Pembelian"]}},28733:e=>{e.exports={en:["Los Angeles"]}},85924:e=>{e.exports={en:["Label Down"],id_ID:["Label Turun"]}},52402:e=>{e.exports={en:["Label Up"],id_ID:["Label Naik"]}},5119:e=>{e.exports={en:["Labels"],id_ID:["Label"]}},19931:e=>{e.exports={en:["Lagos"]}},63815:e=>{e.exports={en:["Last day change"],id_ID:["Perubahan hari terakhir"]}},59444:e=>{e.exports={en:["Lima"]}},3554:e=>{e.exports={en:["Line"],id_ID:["Garis"]}},9394:e=>{e.exports={en:["Line with markers"],id_ID:["Garis dengan penanda"]}},43588:e=>{e.exports={en:["Line break"],id_ID:["Garis Jeda"]}},56982:e=>{e.exports={en:["Lines"],id_ID:["Garis"]}},37367:e=>{e.exports={en:["Link to the chart image copied to clipboard {emoji}"],id_ID:["Tautan ke gambar chart yang disalin ke clipboard {emoji}"]}},53375:e=>{e.exports={en:["Lisbon"]}},81038:e=>{e.exports={en:["Luxembourg"]}},60663:e=>{e.exports={en:["Move the point to position the anchor then tap to place"],id_ID:["Pindahkan titiknya untuk memposisikan jangkar lalu tap untuk meletakkan"]}},35049:e=>{e.exports={en:["Move to"],id_ID:["Pindah Ke"]}},26493:e=>{e.exports={en:["Move scale to left"],id_ID:["Pindahkan Skala ke Kiri"]}},40789:e=>{e.exports={en:["Move scale to right"],id_ID:["Pindahkan Skala ke Kanan"]}},57681:e=>{e.exports={en:["Modified Schiff Pitchfork"],id_ID:["Pitchfork Schiff Termodifikasi"]}},93907:e=>{e.exports={en:["More settings"],id_ID:["Pengaturan lainnya"]}},64039:e=>{e.exports={en:["Moscow"]}},52066:e=>{e.exports={en:["Madrid"]}},38365:e=>{e.exports={en:["Malta"]}},48991:e=>{e.exports={en:["Manila"]}},92767:e=>{e.exports={en:["Mar"]}},73332:e=>{e.exports={en:["Mexico City"],id_ID:["Kota Meksiko"]}},88314:e=>{e.exports={en:["Merge all scales into one"],id_ID:["Gabungkan Seluruh Skala Menjadi Satu"]}},54215:e=>{e.exports={en:["Mixed"],
+id_ID:["Campuran"]}},24866:e=>{e.exports={en:["Micro"],id_ID:["Mikro"]}},87957:e=>{e.exports={en:["Millennium"],id_ID:["Milenium"]}},14724:e=>{e.exports={en:["Minuette"]}},78273:e=>{e.exports={en:["Minuscule"],id_ID:["Amat kecil"]}},9865:e=>{e.exports={en:["Muscat"]}},96935:e=>{e.exports={en:["N/A"],id_ID:["Tidak Tersedia"]}},36252:e=>{e.exports={en:["No data here"],id_ID:["Belum ada data disini"]}},11254:e=>{e.exports={en:["No scale (fullscreen)"],id_ID:["Tanpa Skala (Layar Penuh)"]}},9140:e=>{e.exports={en:["No sync"],id_ID:["Tidak ada sinkronisasi"]}},50910:e=>{e.exports={en:["No volume data"],id_ID:["Tidak ada data volume"]}},99024:e=>{e.exports={en:["No, keep them"],id_ID:["Tidak, simpan saja"]}},94389:e=>{e.exports={en:["Note"],id_ID:["Catatan"]}},26899:e=>{e.exports={en:["Nov"]}},67891:e=>{e.exports={en:["Norfolk Island"],id_ID:["Pulai Norfolk"]}},40977:e=>{e.exports={en:["Nairobi"]}},40544:e=>{e.exports={en:["New York"]}},66103:e=>{e.exports={en:["New Zealand"],id_ID:["Selandia Baru"]}},15512:e=>{e.exports={en:["New pane above"],id_ID:["Panel baru diatas"]}},52160:e=>{e.exports={en:["New pane below"],id_ID:["Panel baru dibawah"]}},94600:e=>{e.exports={en:["Nicosia"],id_ID:["Nikosia"]}},73013:e=>{e.exports={en:["Something went wrong"],id_ID:["Terjadi masalah"]}},83524:e=>{e.exports={en:["Something went wrong when creating the indicator."],id_ID:["Terjadi kesalahan saat membuat indikator."]}},4509:e=>{e.exports={en:["Something went wrong. Please try again later."],id_ID:["Terjadi kesalahan. Harap coba kembali nanti."]}},43047:e=>{e.exports={en:["Save New Chart Layout"],id_ID:["Simpan Layout Chart Baru"]}},76266:e=>{e.exports={en:["Save as"],id_ID:["Simpan Sebagai"]}},55502:e=>{e.exports={en:["San Salvador"]}},30231:e=>{e.exports={en:["Santiago"]}},91912:e=>{e.exports={en:["Sao Paulo"]}},43931:e=>{e.exports={en:["Scale currency"],id_ID:["Mata uang skala"]}},43758:e=>{e.exports={en:["Scale price chart only"],id_ID:["Skalakan Chart Harga Saja"]}},40012:e=>{e.exports={en:["Scale unit"],id_ID:["Unit skala"]}},42608:e=>{e.exports={en:["Schiff Pitchfork"],id_ID:["Pitchfork Schiff"]}},76078:e=>{e.exports={en:["Script may be not updated if you leave the page."],id_ID:["Skrip mungkin tidak diperbaharui apabila anda menginggalkan halaman ini."]}},32514:e=>{e.exports={en:["Settings"],id_ID:["Pengaturan"]}},70784:e=>{e.exports={en:["Second fraction part is invalid."],id_ID:["Bagian pecahan kedua tidak valid."]}},75594:e=>{e.exports={en:["Security info"],id_ID:["Informasi keamanan"]}},21973:e=>{e.exports={en:["Send to back"],id_ID:["Kirim ke Belakang"]}},71179:e=>{e.exports={en:["Send backward"],id_ID:["Kirim Mundur"]}},26820:e=>{e.exports={en:["Seoul"]}},6816:e=>{e.exports={en:["Sep"]}},94031:e=>{e.exports={en:["Session"],id_ID:["Sesi"]}},83298:e=>{e.exports={en:["Session volume profile"],id_ID:["Profil volume sesi"]}},66707:e=>{e.exports={en:["Session breaks"],id_ID:["Jeda Sesi"]}},1852:e=>{e.exports={en:["Shanghai"]}},8075:e=>{e.exports={en:["Short Position"],id_ID:["Posisi Penjualan"]}},98334:e=>{e.exports={en:["Show"],
+id_ID:["Perlihatkan"]}},85891:e=>{e.exports={en:["Show all drawings"],id_ID:["Tampilkan seluruh gambar"]}},25881:e=>{e.exports={en:["Show all drawings and indicators"],id_ID:["Tampilkan seluruh gambar dan indikator"]}},86738:e=>{e.exports={en:["Show all drawings, indicators, positions & orders"],id_ID:["Tampilkan seluruh gambar, indikator, posisi & order"]}},98753:e=>{e.exports={en:["Show all indicators"],id_ID:["Tampilkan seluruh indikator"]}},55418:e=>{e.exports={en:["Show all ideas"],id_ID:["Tampilkan seluruh ide"]}},20506:e=>{e.exports={en:["Show all positions & orders"],id_ID:["Tampilkan seluruh posisi & order"]}},33158:e=>{e.exports={en:["Show continuous contract switch"],id_ID:["Tampilkan perubahan kontrak berlanjut"]}},81465:e=>{e.exports={en:["Show contract expiration"],id_ID:["Tampilkan kedaluwarsa kontrak"]}},29449:e=>{e.exports={en:["Show dividends"],id_ID:["Perlihatkan dividen"]}},37113:e=>{e.exports={en:["Show earnings"],id_ID:["Perlihatkan perolehan"]}},10261:e=>{e.exports={en:["Show ideas of followed users"],id_ID:["Tampilkan ide dari pengguna yang diikuti"]}},62986:e=>{e.exports={en:["Show latest news"],id_ID:["Tampilkan berita terkini"]}},44020:e=>{e.exports={en:["Show my ideas only"],id_ID:["Tampilkan ide saya saja"]}},50849:e=>{e.exports={en:["Show splits"],id_ID:["Perlihatkan pemecahan"]}},67751:e=>{e.exports={en:["Signpost"]}},77377:e=>{e.exports={en:["Singapore"],id_ID:["Singapura"]}},39090:e=>{e.exports={en:["Sine Line"],id_ID:["Garis Sinus"]}},66205:e=>{e.exports={en:["Square"],id_ID:["Persegi"]}},86146:e=>{e.exports={en:["Studies limit exceeded: {number} studies per layout.\nPlease, remove some studies."],id_ID:["Batas studi terlewati. {number} studi per layout.\nHarap menghilangkan beberapa studi."]}},92516:e=>{e.exports={en:["Style"],id_ID:["Corak"]}},61507:e=>{e.exports={en:["Stack on the left"],id_ID:["Susun di Kiri"]}},97800:e=>{e.exports={en:["Stack on the right"],id_ID:["Susun di Kanan"]}},85166:e=>{e.exports={en:["Start using keyboard navigation mode. Press {shortcut}"],id_ID:["Mulai gunakan mode navigasi keyboard. Tekan {shortcut}"]}},4035:e=>{e.exports={en:["Stay in drawing mode"],id_ID:["Tetap Dalam Mode Menggambar"]}},69217:e=>{e.exports={en:["Step line"],id_ID:["Garis tahap"]}},43114:e=>{e.exports={en:["Sticker"],id_ID:["Stiker"]}},86716:e=>{e.exports={en:["Stockholm"]}},1145:e=>{e.exports={en:["Submicro"],id_ID:["Submikro"]}},63375:e=>{e.exports={en:["Submillennium"],id_ID:["Submilenium"]}},30585:e=>{e.exports={en:["Subminuette"]}},67948:e=>{e.exports={en:["Supercycle"]}},3348:e=>{e.exports={en:["Supermillennium"],id_ID:["Supermilenium"]}},18905:e=>{e.exports={en:["Switch to {resolution}"],id_ID:["Beralih ke {resolution}"]}},31622:e=>{e.exports={en:["Sydney"]}},70963:e=>{e.exports={en:["Symbol Error"],id_ID:["Simbol Error"]}},32390:e=>{e.exports={en:["Symbol name label"],id_ID:["Label Nama Simbol"]}},10127:e=>{e.exports={en:["Symbol last price label"],id_ID:["Label Nilai Terakhir Simbol"]}},39079:e=>{e.exports={en:["Sync globally"],id_ID:["Sinkronisasikan secara global"]}},
+46607:e=>{e.exports={en:["Sync in layout"],id_ID:["Sinkronisasi pada layout"]}},76519:e=>{e.exports={en:["Point & figure"],id_ID:["Poin & Figur"]}},39949:e=>{e.exports={en:["Polyline"]}},371:e=>{e.exports={en:["Path"],id_ID:["Jalur"]}},59256:e=>{e.exports={en:["Parallel Channel"],id_ID:["Kanal Paralel"]}},61879:e=>{e.exports={en:["Paris"]}},35140:e=>{e.exports={en:["Paste"]}},6919:e=>{e.exports={en:["Percent"],id_ID:["Persen"]}},24436:e=>{e.exports={en:["Perth"]}},14055:e=>{e.exports={en:["Phoenix"]}},34156:e=>{e.exports={en:["Pitchfan"]}},19634:e=>{e.exports={en:["Pitchfork"]}},86631:e=>{e.exports={en:["Pin"]}},33110:e=>{e.exports={en:["Pin to new left scale"],id_ID:["Pin ke Skala Kiri Baru"]}},28280:e=>{e.exports={en:["Pin to new right scale"],id_ID:["Pin ke Skala Kanan Baru"]}},14115:e=>{e.exports={en:["Pin to left scale"],id_ID:["Pin ke Skala Kiri"]}},72046:e=>{e.exports={en:["Pin to left scale (hidden)"],id_ID:["Pin ke Skala Kiri (Tersembunyi)"]}},81054:e=>{e.exports={en:["Pin to right scale"],id_ID:["Pin ke skala kanan"]}},16986:e=>{e.exports={en:["Pin to right scale (hidden)"],id_ID:["Pin ke Skala Kanan (Tersembunyi)"]}},60035:e=>{e.exports={en:["Pin to scale (now left)"],id_ID:["Pin ke Skala (Saat ini Kiri)"]}},94210:e=>{e.exports={en:["Pin to scale (now no scale)"],id_ID:["Pin ke Skala (Saat ini Tanpa Skala)"]}},10761:e=>{e.exports={en:["Pin to scale (now right)"],id_ID:["Pin ke Skala (Saat ini Kanan)"]}},76150:e=>{e.exports={en:["Pin to scale (now {label})"],id_ID:["Pin ke Skala ({label} Saat ini)"]}},29436:e=>{e.exports={en:["Pin to scale {label}"],id_ID:["Pin ke Skala {label}"]}},2165:e=>{e.exports={en:["Pin to scale {label} (hidden)"],id_ID:["Pin ke Skala {label} (Tersembunyi)"]}},90095:e=>{e.exports={en:["Pinned to left scale"],id_ID:["Di Pin ke Skala Kiri"]}},32538:e=>{e.exports={en:["Pinned to left scale (hidden)"],id_ID:["Di Pin ke Skala Kiri (Tersembunyi)"]}},44579:e=>{e.exports={en:["Pinned to right scale"],id_ID:["Di Pin ke Skala Kanan"]}},94559:e=>{e.exports={en:["Pinned to right scale (hidden)"],id_ID:["Pin ke Skala Kanan (Tersembunyi)"]}},12645:e=>{e.exports={en:["Pinned to scale {label}"],id_ID:["Di Pin ke Skala {label}"]}},3564:e=>{e.exports={en:["Pinned to scale {label} (hidden)"],id_ID:["Di Pin ke Skala {label} (Tersembunyi)"]}},71566:e=>{e.exports={en:["Plus button"],id_ID:["Tanda tambah"]}},28298:e=>{e.exports={en:["Please give us a clipboard writing permission in your browser or press {keystroke}"],id_ID:["Harap beri kami izin menulis clipboard di browser anda atau tekan {keystroke}"]}},81248:e=>{e.exports={en:["Prague"],id_ID:["Praha"]}},81712:e=>{e.exports={en:["Press and hold {key} while zooming to maintain the chart position"],id_ID:["Tekan dan tahan {key} saat melakukan zoom untuk mempertahankan posisi chart"]}},91282:e=>{e.exports={en:["Price Label"],id_ID:["Label Harga"]}},97512:e=>{e.exports={en:["Price Note"],id_ID:["Catatan Harga"]}},68941:e=>{e.exports={en:["Price Range"],id_ID:["Rentang Harga"]}},66123:e=>{e.exports={en:["Price format is invalid."],
+id_ID:["Format harga tidak valid."]}},72926:e=>{e.exports={en:["Price line"],id_ID:["Garis Harga"]}},59189:e=>{e.exports={en:["Primary"],id_ID:["Primer"]}},75747:e=>{e.exports={en:["Projection"],id_ID:["Proyeksi"]}},55801:e=>{e.exports={en:["Published on {customer}, {date}"],id_ID:["Dipublikasikan pada {customer}, {date}"]}},14568:e=>{e.exports={en:["Q1"]}},13534:e=>{e.exports={en:["Q2"]}},14530:e=>{e.exports={en:["Q3"]}},3762:e=>{e.exports={en:["Q4"]}},28756:e=>{e.exports={en:["Qatar"]}},57959:e=>{e.exports={en:["Quick search. Press {shortcut}"],id_ID:["Pencarian cepat. Tekan {shortcut}"]}},56820:e=>{e.exports={en:["Rotated Rectangle"],id_ID:["Persegi Terputar"]}},52961:e=>{e.exports={en:["Rome"],id_ID:["Roma"]}},50318:e=>{e.exports={en:["Ray"],id_ID:["Sinar"]}},55169:e=>{e.exports={en:["Range"],id_ID:["Rentang"]}},13386:e=>{e.exports={en:["Reykjavik"]}},26001:e=>{e.exports={en:["Rectangle"],id_ID:["Persegi"]}},48236:e=>{e.exports={en:["Redo"],id_ID:["Ulangi"]}},2460:e=>{e.exports={en:["Regression Trend"],id_ID:["Tren Regresi"]}},67410:e=>{e.exports={en:["Remove"],id_ID:["Hilangkan"]}},3061:e=>{e.exports={en:["Remove this financial metric from favorites"],id_ID:["Hapus metrik keuangan ini dari favorit"]}},58764:e=>{e.exports={en:["Remove this indicator from favorites"],id_ID:["Hapus indikator ini dari favorit"]}},86285:e=>{e.exports={en:["Remove {drawings}"],id_ID:["Hilangkan {drawings}"]}},87796:e=>{e.exports={en:["Remove {drawings} & {indicators}"],id_ID:["Hilangkan {drawings} & {indicators}"]}},87797:e=>{e.exports={en:["Remove {indicators}"],id_ID:["Hilangkan {indicators}"]}},22584:e=>{e.exports={en:["Rename Chart Layout"],id_ID:["Ganti Nama Layout Chart"]}},88130:e=>{e.exports={en:["Renko"]}},75246:e=>{e.exports={en:["Reset chart view"],id_ID:["Atur ulang tampilan chart"]}},88853:e=>{e.exports={en:["Reset points"],id_ID:["Reset poin"]}},15332:e=>{e.exports={en:["Reset price scale"],id_ID:["Atur ulang skala harga"]}},54170:e=>{e.exports={en:["Reset time scale"],id_ID:["Reset Skala Waktu"]}},37974:e=>{e.exports={en:["Riyadh"]}},94022:e=>{e.exports={en:["Riga"]}},60630:e=>{e.exports={en:["Runtime error"],id_ID:["Error runtime"]}},66719:e=>{e.exports={en:["Warning"],id_ID:["Peringatan"]}},5959:e=>{e.exports={en:["Warsaw"],id_ID:["Warsawa"]}},41446:e=>{e.exports={en:["To calculate the VWAP indicator, more data is needed. Zoom out or scroll left to load more historical data."]}},98549:e=>{e.exports={en:["Tokelau"]}},69122:e=>{e.exports={en:["Tokyo"]}},10095:e=>{e.exports={en:["Toronto"]}},17981:e=>{e.exports={en:["Table"],id_ID:["Tabel"]}},11034:e=>{e.exports={en:["Taipei"]}},79995:e=>{e.exports={en:["Tallinn"]}},6686:e=>{e.exports={en:["Tehran"],id_ID:["Teheran"]}},93553:e=>{e.exports={en:["Template"]}},81657:e=>{e.exports={en:["The data vendor doesn't provide volume data for this symbol."],id_ID:["Vendor data tidak menyediakan data volume untuk simbol ini."]}},49947:e=>{e.exports={en:["The publication preview could not be loaded. Please disable your browser extensions and try again."],
+id_ID:["Kilasan publikasi tidak dapat dimuat. Harap matikan ekstensi browser anda lalu coba kembali."]}},99274:e=>{e.exports={en:["The request took too long to process. Ensure you have a stable internet connection. If the issue persists, try decreasing the length of the requested time interval."],id_ID:["Permintaan tersebut membutuhkan waktu terlalu lama untuk diproses. Pastikan anda memiliki koneksi internet yang stabil. Jika masalah masih berlanjut, cobalah untuk mengurangi durasi interval waktu yang diminta."]}},43716:e=>{e.exports={en:["There's no data for your selected period and chart timeframe."],id_ID:["Tidak ada data untuk periode dan kerangka waktu chart yang anda pilih."]}},93738:e=>{e.exports={en:["This file is too big. Max size is {value}."],id_ID:["File terlalu besar. Ukuran maksimum adalah {value}."]}},59519:e=>{e.exports={en:["This indicator cannot be applied to another indicator."],id_ID:["Indikator ini tidak dapat diterapkan pada indikator lain"]}},18260:e=>{e.exports={en:["This script contains an error. Please contact its author."],id_ID:["Skrip ini mengandung error. Silahkan hubungi penulisnya."]}},76989:e=>{e.exports={en:["This script is invite-only. To request access, please contact its author."],id_ID:["Skrip ini hanya-undangan. Untuk meminta akses, silakan hubungi penulisnya."]}},47773:e=>{e.exports={en:["This symbol is only available on {linkStart}TradingView{linkEnd}."],id_ID:["Simbol tersebut hanya tersedia di {linkStart}TradingView{linkEnd}."]}},46982:e=>{e.exports={en:["Three Drives Pattern"]}},80254:e=>{e.exports={en:["Tick-based intervals are not available for {ticker}."],id_ID:["Interval berbasis tick tidak tersedia untuk {ticker}."]}},12806:e=>{e.exports={en:["Time"],id_ID:["Waktu"]}},20909:e=>{e.exports={en:["Time zone"],id_ID:["Zona Waktu"]}},46852:e=>{e.exports={en:["Time Cycles"],id_ID:["Siklus Waktu"]}},17809:e=>{e.exports={en:["Time Price Opportunity"],id_ID:["Peluang Harga Waktu"]}},66823:e=>{e.exports={en:["Trade"]}},7697:e=>{e.exports={en:["TradingView is interactive and has commands to use with a screen reader. The following is a list of keyboard commands available to interact on the platform"],id_ID:["Tradingview bersifat interaktif dan memiliki perintah untuk digunakan dengan pembaca layar. Berikut ini adalah daftar perintah keyboard yang tersedia untuk berinteraksi di platform"]}},35757:e=>{e.exports={en:["Trend Angle"],id_ID:["Sudut Tren"]}},97339:e=>{e.exports={en:["Trend Line"],id_ID:["Garis Tren"]}},80583:e=>{e.exports={en:["Trend-Based Fib Extension"],id_ID:["Ekstensi Fib Berbasis Tren"]}},72159:e=>{e.exports={en:["Trend-Based Fib Time"],id_ID:["Waktu Fib Berbasis Tren"]}},1671:e=>{e.exports={en:["Triangle"],id_ID:["Segitiga"]}},76152:e=>{e.exports={en:["Triangle Down"],id_ID:["Segitiga Turun"]}},90148:e=>{e.exports={en:["Triangle Pattern"],id_ID:["Motif Segitiga"]}},21236:e=>{e.exports={en:["Triangle Up"],id_ID:["Segitiga Naik"]}},21007:e=>{e.exports={en:["Tunis"]}},1833:e=>{e.exports={en:["UTC"]}},14804:e=>{e.exports={en:["Undo"],id_ID:["Kembalikan"]}},56815:e=>{
+e.exports={en:["Unexpected error in Deep Backtesting mode. Contact support for more information."],id_ID:["Error tak terduga dalam mode Backtesting Mendalam. Hubungi dukungan untuk informasi lebih lanjut."]}},15432:e=>{e.exports={en:["Units"],id_ID:["Unit"]}},11768:e=>{e.exports={en:["Unknown error"],id_ID:["Kesalahan tidak diketahui"]}},99894:e=>{e.exports={en:["Unlock"],id_ID:["Buka Kunci"]}},75546:e=>{e.exports={en:["Unsupported interval"],id_ID:["Interval tidak didukung"]}},8580:e=>{e.exports={en:["User-defined error"],id_ID:["Error yang ditentukan pengguna"]}},81030:e=>{e.exports={en:["VWAP is waiting for more data"]}},40693:e=>{e.exports={en:["Volume Profile Fixed Range"],id_ID:["Profil Volume Rentang Tetap"]}},39903:e=>{e.exports={en:["Volume Profile indicator available only on our upgraded plans."],id_ID:["Indikator Profil Volume hanya tersedia pada skema terupgrade kami."]}},93722:e=>{e.exports={en:["Volume candles"],id_ID:["Candle volume"]}},69156:e=>{e.exports={en:["Volume data is not provided in BIST MIXED data plan."],id_ID:["Data volume tidak disediakan dalam paket data BIST MIXED."]}},92763:e=>{e.exports={en:["Volume footprint"],id_ID:["Jejak volume"]}},32838:e=>{e.exports={en:["Vancouver"]}},29535:e=>{e.exports={en:["Vertical Line"],id_ID:["Garis Vertikal"]}},23160:e=>{e.exports={en:["Vienna"],id_ID:["Wina"]}},60534:e=>{e.exports={en:["Vilnius"]}},40091:e=>{e.exports={en:["Visibility"],id_ID:["Visibilitas"]}},54853:e=>{e.exports={en:["Visibility on intervals"],id_ID:["Visibilitas interval"]}},58302:e=>{e.exports={en:["Visible on tap"],id_ID:["Terlihat dengan mengetuk"]}},10309:e=>{e.exports={en:["Visible on mouse over"],id_ID:["Terlihat saat Mouse Diatas"]}},4077:e=>{e.exports={en:["Visual order"],id_ID:["Urutan visual"]}},11316:e=>{e.exports={en:["X Cross"],id_ID:["Persilangan X"]}},42231:e=>{e.exports={en:["XABCD Pattern"],id_ID:["Motif XABCD"]}},25059:e=>{e.exports={en:["You cannot see this pivot timeframe on this resolution"],id_ID:["Anda tidak dapat melihat kerangka waktu pivot pada resolusi ini"]}},41019:e=>{e.exports={en:["You have locked drawings on this symbol. Do you want to remove the locked drawings too?"],id_ID:["Anda telah mengunci gambar pada simbol ini. Apakah anda ingin menghapus gambar yang terkunci tersebut juga?"]}},53168:e=>{e.exports={en:["Yangon"]}},93123:e=>{e.exports={en:["Yes, remove them"],id_ID:["Ya, hapus"]}},62859:e=>{e.exports={en:["Zurich"]}},47977:e=>{e.exports={en:["change Elliott degree"],id_ID:["ubah derajat Elliott"]}},61557:e=>{e.exports={en:["change no overlapping labels"],id_ID:["ubah label tidak tumpang tindih"]}},76852:e=>{e.exports={en:["change average close price label visibility"],id_ID:["Ubah visibilitas label rata-rata harga penutupan"]}},1022:e=>{e.exports={en:["change average close price line visibility"],id_ID:["Ubah visibilitas garis rata-rata harga penutupan"]}},69362:e=>{e.exports={en:["change bid and ask labels visibility"],id_ID:["Ubah visibilitas label penawaran dan permintaan"]}},52919:e=>{e.exports={en:["change bid and ask lines visibility"],
+id_ID:["Ubah visibilitas garis penawaran dan permintaan"]}},32302:e=>{e.exports={en:["change currency"],id_ID:["ubah mata uang"]}},68846:e=>{e.exports={en:["change chart layout to {title}"],id_ID:["ubah layout chart ke {title}"]}},18867:e=>{e.exports={en:["change continuous contract switch visibility"],id_ID:["ubah visibilitas perubahan kontrak berlanjut"]}},39383:e=>{e.exports={en:["change countdown to bar close visibility"],id_ID:["Ubah visibilitas perhitungan mundur ke penutupan bar"]}},16979:e=>{e.exports={en:["change date range"],id_ID:["ubah rentang tanggal"]}},53929:e=>{e.exports={en:["change dividends visibility"],id_ID:["Ubah visibilitas dividen"]}},6119:e=>{e.exports={en:["change events visibility on chart"],id_ID:["Ubah visibilitas peristiwa pada chart"]}},6819:e=>{e.exports={en:["change earnings visibility"],id_ID:["Ubah visibilitas laba"]}},85532:e=>{e.exports={en:["change futures contract expiration visibility"],id_ID:["ubah visibilitas kedaluwarsa kontrak berjangka"]}},24226:e=>{e.exports={en:["change high and low price labels visibility"],id_ID:["Ubah visibilitas label harga tertinggi dan terendah"]}},80692:e=>{e.exports={en:["change high and low price lines visibility"],id_ID:["Ubah visibilitas garis harga tertinggi dan terendah"]}},24893:e=>{e.exports={en:["change indicators name labels visibility"],id_ID:["Ubah visibilitas label nama indikator"]}},64729:e=>{e.exports={en:["change indicators value labels visibility"],id_ID:["Ubah visibilitas label nilai indikator"]}},50243:e=>{e.exports={en:["change latest news and Minds visibility"],id_ID:["Ubah visibilitas update terkini"]}},88849:e=>{e.exports={en:["change linking group"],id_ID:["Ubah penghubungan grup"]}},14691:e=>{e.exports={en:["change pane height"],id_ID:["ubah ketinggian panel"]}},96379:e=>{e.exports={en:["change plus button visibility"],id_ID:["Ubah visibilitas tombol plus"]}},76660:e=>{e.exports={en:["change point"],id_ID:["ubah titik"]}},30870:e=>{e.exports={en:["change pre/post market price label visibility"],id_ID:["Ubah visibilitas label harga pra/pasca pasar"]}},11718:e=>{e.exports={en:["change pre/post market price line visibility"],id_ID:["Ubah visibilitas garis harga pra/pasca pasar"]}},58419:e=>{e.exports={en:["change previous close price line visibility"],id_ID:["Ubah visibilitas garis penutupan harga sebelumnya"]}},8662:e=>{e.exports={en:["change price line visibility"],id_ID:["Ubah Garis Harga"]}},2509:e=>{e.exports={en:["change price to bar ratio"],id_ID:["Ubah harga ke rasio bar"]}},32829:e=>{e.exports={en:["change resolution"],id_ID:["Ubah Resolusi"]}},35400:e=>{e.exports={en:["change symbol"],id_ID:["Ubah simbol"]}},73357:e=>{e.exports={en:["change symbol labels visibility"],id_ID:["Ubah visibilitas label simbol"]}},67453:e=>{e.exports={en:["change symbol last value visibility"],id_ID:["Ubah visibilitas nilai terakhir simbol"]}},4729:e=>{e.exports={en:["change symbol previous close value visibility"],id_ID:["Ubah visibilitas nilai penutupan simbol sebelumnya"]}},87041:e=>{e.exports={en:["change session"],id_ID:["Ubah sesi"]
+}},38413:e=>{e.exports={en:["change session breaks visibility"],id_ID:["ubah visibilitas jeda sesi"]}},49965:e=>{e.exports={en:["change series style"],id_ID:["ubah corak seri"]}},47474:e=>{e.exports={en:["change splits visibility"],id_ID:["Ubah visibilitas pemecahan"]}},20137:e=>{e.exports={en:["change timezone"],id_ID:["Ubah zona waktu"]}},85975:e=>{e.exports={en:["change unit"],id_ID:["ubah unit"]}},1924:e=>{e.exports={en:["change visibility"],id_ID:["Ubah Visibilitas"]}},84331:e=>{e.exports={en:["change visibility at current interval"],id_ID:["Ubah visibilitas pada interval saat ini"]}},45800:e=>{e.exports={en:["change visibility at current interval and above"],id_ID:["Ubah visibilitas pada interval saat ini dan di atasnya"]}},75645:e=>{e.exports={en:["change visibility at current interval and below"],id_ID:["Ubah visibilitas pada interval saat ini dan di bawahnya"]}},57916:e=>{e.exports={en:["change visibility at all intervals"],id_ID:["Ubah visibilitas pada semua interval"]}},94566:e=>{e.exports={en:["charts by TradingView"],id_ID:["chart oleh TradingView"]}},32943:e=>{e.exports={en:["clone line tools"],id_ID:["Klon peralatan garis"]}},46219:e=>{e.exports={en:["create line tools group"],id_ID:["Buat kelompok alat garis"]}},95394:e=>{e.exports={en:["create line tools group from selection"],id_ID:["Buat kelompok alat garis dari pilihan"]}},12898:e=>{e.exports={en:["create {tool}"],id_ID:["buat {tool}"]}},94227:e=>{e.exports={en:["cut sources"],id_ID:["cut sumber"]}},11500:e=>{e.exports={en:["cut {title}"]}},63869:e=>{e.exports={en:["anchor objects"],id_ID:["jangkarkan objek"]}},12570:e=>{e.exports={en:["add line tool {lineTool} to group {name}"],id_ID:["Tambahkan alat garis {lineTool} ke kelompok {name}"]}},21162:e=>{e.exports={en:["add line tool(s) to group {group}"],id_ID:["tambahkan alat garis ke kelompok {group}"]}},67608:e=>{e.exports={en:["add this financial metric to entire layout"],id_ID:["Tambah Metrik Finansial ini ke Seluruh Layout"]}},96677:e=>{e.exports={en:["add this indicator to entire layout"],id_ID:["Tambah Indikator ini ke Seluruh Layout"]}},58156:e=>{e.exports={en:["add this strategy to entire layout"],id_ID:["Tambah Strategi ini ke Seluruh Layout"]}},79290:e=>{e.exports={en:["add this symbol to entire layout"],id_ID:["Tambah Simbol ini ke Seluruh Layout"]}},4128:e=>{e.exports={en:["align to 45 degrees"],id_ID:["sejajarkan hingga 45 derajat"]}},68231:e=>{e.exports={en:["apply chart theme"],id_ID:["terapkan tema chart"]}},99551:e=>{e.exports={en:["apply all chart properties"],id_ID:["terapkan semua properti chart"]}},89720:e=>{e.exports={en:["apply drawing template"],id_ID:["Terapkan Template Gambar"]}},27851:e=>{e.exports={en:["apply factory defaults to selected sources"],id_ID:["terapkan setelan pabrik ke sumber yang dipilih"]}},70507:e=>{e.exports={en:["apply indicators to entire layout"],id_ID:["Terapkan indikator ke seluruh layout"]}},69604:e=>{e.exports={en:["apply study template {template}"],id_ID:["Terapkan template studi {template}"]}},86708:e=>{e.exports={en:["apply toolbars theme"],
+id_ID:["terapkan tema toolbar"]}},1979:e=>{e.exports={en:["bring group {title} forward"],id_ID:["bawa ke depan {title} grup"]}},53159:e=>{e.exports={en:["bring {title} to front"],id_ID:["bawa {title} ke depan"]}},41966:e=>{e.exports={en:["bring {title} forward"],id_ID:["Bawa {title} ke depan"]}},44676:e=>{e.exports={en:["by TradingView"],id_ID:["oleh TradingView"]}},58850:e=>{e.exports={en:["date range lock"],id_ID:["kunci rentang tanggal"]}},99395:e=>{e.exports={en:["exclude line tools from group {group}"],id_ID:["Keluarkan alat garis dari kelompok {group}"]}},13017:e=>{e.exports={en:["hide {title}"],id_ID:["sembunyikan {title}"]}},62249:e=>{e.exports={en:["hide marks on bars"],id_ID:["Sembunyikan Tanda-Tanda pada Bar"]}},56558:e=>{e.exports={en:["interval lock"],id_ID:["pengunci interval"]}},6830:e=>{e.exports={en:["invert scale"],id_ID:["Inversikan Skala"]}},48818:e=>{e.exports={en:["insert {title}"],id_ID:["masukkan {title}"]}},56307:e=>{e.exports={en:["insert {title} after {targetTitle}"],id_ID:["masukkan {title} setelah {targetTitle}"]}},32960:e=>{e.exports={en:["insert {title} after {target}"],id_ID:["Masukkan {title} setelah {target}"]}},57106:e=>{e.exports={en:["insert {title} before {target}"],id_ID:["Masukkan {title} sebelum {target}"]}},46229:e=>{e.exports={en:["insert {title} before {targetTitle}"],id_ID:["Masukkan {title} sebelum {targetTitle}"]}},43364:e=>{e.exports={en:["load default drawing template"],id_ID:["memuat template gambar default"]}},62011:e=>{e.exports={en:["loading..."],id_ID:["memuat..."]}},76104:e=>{e.exports={en:["lock {title}"],id_ID:["Kunci {title}"]}},20453:e=>{e.exports={en:["lock group {group}"],id_ID:["Kunci kelompok {group}"]}},18942:e=>{e.exports={en:["lock objects"],id_ID:["kunci objek"]}},98277:e=>{e.exports={en:["move"],id_ID:["pindah"]}},58228:e=>{e.exports={en:["move {title} to new left scale"],id_ID:["Pindahkan {title} ke Skala Kiri Baru"]}},77482:e=>{e.exports={en:["move {title} to new right scale"],id_ID:["pindahkan {title} ke skala kanan yang baru"]}},64077:e=>{e.exports={en:["move all scales to left"],id_ID:["Pindahkan Seluruh Skala ke Kiri"]}},19013:e=>{e.exports={en:["move all scales to right"],id_ID:["Pindahkan Seluruh Skala ke Kanan"]}},52510:e=>{e.exports={en:["move drawing(s)"],id_ID:["Pindahkan Gambar"]}},79209:e=>{e.exports={en:["move left"],id_ID:["Pindahkan ke kiri"]}},60114:e=>{e.exports={en:["move right"],id_ID:["Pindahkan ke kanan"]}},44854:e=>{e.exports={en:["move scale"],id_ID:["Pindahkan skala"]}},10625:e=>{e.exports={en:["make {title} no scale (Full screen)"],id_ID:["Jadikan {title} tanpa skala (Layar Penuh)"]}},76709:e=>{e.exports={en:["make group {group} invisible"],id_ID:["Jadikan kelompok {group} tidak terlihat"]}},45987:e=>{e.exports={en:["make group {group} visible"],id_ID:["Jadikan kelompok {group} terlihat"]}},78055:e=>{e.exports={en:["merge down"],id_ID:["gabungkan ke bawah"]}},41866:e=>{e.exports={en:["merge to pane"],id_ID:["gabungkan ke panel"]}},52458:e=>{e.exports={en:["merge up"],id_ID:["gabungkan ke atas"]}},90091:e=>{e.exports={
+en:["n/a"],id_ID:["Tidak Tersedia"]}},94981:e=>{e.exports={en:["scale price"],id_ID:["skala harga"]}},63796:e=>{e.exports={en:["scale price chart only"],id_ID:["Skalakan Chart Harga Saja"]}},70771:e=>{e.exports={en:["scale time"],id_ID:["skala waktu"]}},42070:e=>{e.exports={en:["scroll"],id_ID:["gulir"]}},87840:e=>{e.exports={en:["scroll time"],id_ID:["gulirkan waktu"]}},82241:e=>{e.exports={en:["set price scale selection strategy to {title}"],id_ID:["atur skala harga strategi yang dipilih ke {title}"]}},40962:e=>{e.exports={en:["send {title} backward"],id_ID:["Kirim {title} kebelakang"]}},5005:e=>{e.exports={en:["send {title} to back"],id_ID:["kirim {title} ke belakang"]}},69546:e=>{e.exports={en:["send group {title} backward"],id_ID:["bawa mundur {title} grup"]}},63934:e=>{e.exports={en:["share line tools globally"],id_ID:["Bagikan peralatan garis secara global"]}},90221:e=>{e.exports={en:["share line tools in layout"],id_ID:["Bagikan peralatan garis pada layout"]}},13336:e=>{e.exports={en:["show all ideas"],id_ID:["tampilkan seluruh ide"]}},91395:e=>{e.exports={en:["show ideas of followed users"],id_ID:["tampilkan ide dari pengguna yang diikuti"]}},57460:e=>{e.exports={en:["show my ideas only"],id_ID:["tampilkan ide saya saja"]}},4114:e=>{e.exports={en:["stay in drawing mode"],id_ID:["Tetap dalam mode menggambar"]}},3350:e=>{e.exports={en:["stop syncing drawing"],id_ID:["hentikan sinkronisasi gambar"]}},49183:e=>{e.exports={en:["stop syncing line tool(s)"],id_ID:["hentikan sinkronisasi peralatan menggaris"]}},53278:e=>{e.exports={en:["symbol lock"],id_ID:["pengunci simbol"]}},91677:e=>{e.exports={en:["sync time"],id_ID:["waktu sinkronisasi"]}},3140:e=>{e.exports={en:["powered by"],id_ID:["diberdayakan oleh"]}},92800:e=>{e.exports={en:["powered by TradingView"],id_ID:["diberdayakan oleh TradingView"]}},62192:e=>{e.exports={en:["paste drawing"],id_ID:["paste gambar"]}},1064:e=>{e.exports={en:["paste indicator"],id_ID:["paste indikator"]}},57010:e=>{e.exports={en:["paste {title}"]}},78690:e=>{e.exports={en:["pin to left scale"],id_ID:["Pin ke skala kiri"]}},7495:e=>{e.exports={en:["pin to right scale"],id_ID:["Pin ke Skala Kanan"]}},81566:e=>{e.exports={en:["pin to scale {label}"],id_ID:["Pin ke Skala {label}"]}},2618:e=>{e.exports={en:["rearrange panes"],id_ID:["atur ulang pane"]}},60806:e=>{e.exports={en:["remove all indicators"],id_ID:["Hapus seluruh Indikator"]}},29096:e=>{e.exports={en:["remove all indicators and drawing tools"],id_ID:["Hapus seluruh indikator dan peralatan gambar"]}},27171:e=>{e.exports={en:["remove deselected empty line tools"],id_ID:["hapus alat garis kosong yang tidak dipilih"]}},30538:e=>{e.exports={en:["remove drawings"],id_ID:["Hilangkan Gambar"]}},1193:e=>{e.exports={en:["remove drawings group"],id_ID:["lepaskan kelompok gambar"]}},38199:e=>{e.exports={en:["remove line data sources"],id_ID:["hapus garis sumber data"]}},93333:e=>{e.exports={en:["remove pane"],id_ID:["lepaskan panel"]}},94543:e=>{e.exports={en:["remove {title}"],id_ID:["lepaskan {title}"]}},41430:e=>{e.exports={
+en:["removing line tools group {name}"],id_ID:["Hilangkan kelompok alat garis {name}"]}},80491:e=>{e.exports={en:["rename group {group} to {newName}"],id_ID:["Ubah nama kelompok {group} menjadi {newName}"]}},85366:e=>{e.exports={en:["reset layout sizes"],id_ID:["atur ulang ukuran layout"]}},3323:e=>{e.exports={en:["reset scales"],id_ID:["atur ulang skala"]}},17336:e=>{e.exports={en:["reset time scale"],id_ID:["Reset Skala Waktu"]}},47418:e=>{e.exports={en:["resize layout"],id_ID:["ubah ukuran layout"]}},85815:e=>{e.exports={en:["restore defaults"],id_ID:["kembali ke bawaan"]}},96881:e=>{e.exports={en:["restore study defaults"],id_ID:["Pulihkan studi ke bawaan"]}},63095:e=>{e.exports={en:["toggle maximized pane state"],id_ID:["alihkan status panel yang dimaksimalkan"]}},42240:e=>{e.exports={en:["toggle auto scale"],id_ID:["toggle skala otomatis"]}},46054:e=>{e.exports={en:["toggle collapsed pane state"],id_ID:["ubah status panel yang tertutup"]}},24736:e=>{e.exports={en:["toggle indexed to 100 scale"],id_ID:["toggle skala diindeks ke 100"]}},49695:e=>{e.exports={en:["toggle lock scale"],id_ID:["toggle pengunci skala"]}},49403:e=>{e.exports={en:["toggle log scale"],id_ID:["toggle skala Log"]}},98994:e=>{e.exports={en:["toggle percentage scale"],id_ID:["toggle skala persentase"]}},80688:e=>{e.exports={en:["toggle regular scale"],id_ID:["toggle skala reguler"]}},46807:e=>{e.exports={en:["track time"],id_ID:["waktu pelacakan"]}},8040:e=>{e.exports={en:["turn line tools sharing off"],id_ID:["matikan pembagian peralatan garis"]}},99234:e=>{e.exports={en:["unanchor objects"],id_ID:["lepaskan jangkar objek"]}},23230:e=>{e.exports={en:["unlock objects"],id_ID:["buka kunci objek"]}},74590:e=>{e.exports={en:["unlock group {group}"],id_ID:["Buka kunci kelompok {group}"]}},12525:e=>{e.exports={en:["unlock {title}"],id_ID:["Buka kunci {title}"]}},81576:e=>{e.exports={en:["unmerge to new bottom pane"],id_ID:["pisahkan ke panel bawah yang baru"]}},79443:e=>{e.exports={en:["unmerge up"],id_ID:["pisahkan ke atas"]}},46453:e=>{e.exports={en:["unmerge down"],id_ID:["pisahkan ke bawah"]}},94656:e=>{e.exports={en:["{chartStyle} chart type isn't currently available for tick-based intervals."],id_ID:["Oh tidak! Jenis chart {chartStyle} saat ini tidak tersedia untuk interval berbasis tick."]}},41643:e=>{e.exports={en:["{count} bars"],id_ID:["{count} bar"]}},83470:e=>{e.exports={en:["{symbol} financials by TradingView"],id_ID:["{symbol} finansial oleh TradingView"]}},40947:e=>{e.exports={en:["{userName} published on {customer}, {date}"],id_ID:["{userName} dipublikasikan pada {customer}, {date}"]}},91084:e=>{e.exports={en:["zoom"]}},49856:e=>{e.exports={en:["zoom in"],id_ID:["perbesar"]}},73638:e=>{e.exports={en:["zoom out"],id_ID:["perkecil"]}},41807:e=>{e.exports={en:["day","days"],id_ID:["hari"]}},42328:e=>{e.exports={en:["hour","hours"],id_ID:["jam"]}},98393:e=>{e.exports={en:["month","months"],id_ID:["bulan"]}},78318:e=>{e.exports={en:["minute","minutes"],id_ID:["menit"]}},33232:e=>{e.exports={en:["second","seconds"],id_ID:["detik"]}},
+89937:e=>{e.exports={en:["range","ranges"],id_ID:["rentang"]}},48898:e=>{e.exports={en:["week","weeks"],id_ID:["minggu"]}},11913:e=>{e.exports={en:["tick","ticks"]}},22299:e=>{e.exports={en:["{amount} drawing","{amount} drawings"],id_ID:["{amount} gambar"]}},68984:e=>{e.exports={en:["{amount} indicator","{amount} indicators"],id_ID:["{amount} indikator"]}},58590:e=>{e.exports={en:["{count}m","{count}m"],id_ID:["{count} bulan"]}},47801:e=>{e.exports={en:["{count}d","{count}d"],id_ID:["{count} hari"]}},46766:e=>{e.exports={en:["{count}y","{count}y"],id_ID:["{count} tahun"]}},56316:e=>{e.exports=Object.create(null),e.exports["#AAPL-symbol-description"]={en:["Apple Inc"]},e.exports["#AMEX:SCHO-symbol-description"]={en:["Schwab Short-Term U.S. Treasury ETF"],id_ID:["ETF Departemen Keuangan AS Jangka Pendek Schwab"]},e.exports["#AMEX:SHYG-symbol-description"]={en:["Shares 0-5 YEAR High Yield Corporate Bond ETF"],id_ID:["Saham 0-5 TAHUN ETF Obligasi Perusahan Dengan Hasil Tinggi"]},e.exports["#ASX:XAF-symbol-description"]={en:["S&P/ASX All Australian 50 Index"],id_ID:["Indeks S&P/ASX Seluruh Australia 50"]},e.exports["#ASX:XAT-symbol-description"]={en:["S&P/ASX All Australian 200 Index"],id_ID:["Indeks S&P/ASX Seluruh Australia 200"]},e.exports["#ASX:XJO-symbol-description"]={en:["S&P/ASX 200 Index"],id_ID:["Indeks S&P/ASX 200"]},e.exports["#AUDCAD-symbol-description"]={en:["Australian Dollar/Canadian Dollar"],id_ID:["Dollar Australia/Dollar Kanada"]},e.exports["#AUDCHF-symbol-description"]={en:["Australian Dollar / Swiss Franc"],id_ID:["Dollar Australia / Franc Swiss"]},e.exports["#AUDJPY-symbol-description"]={en:["Australian Dollar / Japanese Yen"],id_ID:["Dollar Australia / Yen Jepang"]},e.exports["#AUDNZD-symbol-description"]={en:["Australian Dollar / New Zealand Dollar"],id_ID:["Dollar Australia / Dollar New Zealand"]},e.exports["#AUDRUB-symbol-description"]={en:["Australian Dollar / Russian Ruble"],id_ID:["Dollar Australia / Ruble Rusia"]},e.exports["#AUDUSD-symbol-description"]={en:["Australian Dollar / U.S. Dollar"],id_ID:["Dollar Australia / Dollar AS"]},e.exports["#BCBA:IMV-symbol-description"]={en:["S&P MERVAL Index"],id_ID:["Indeks S&P MERVAL"]},e.exports["#BCHEUR-symbol-description"]={en:["Bitcoin Cash / Euro"]},e.exports["#BCHUSD-symbol-description"]={en:["Bitcoin Cash / U.S. Dollar"],id_ID:["Bitcoin Cash / Dollar"]},e.exports["#BELEX:BELEX15-symbol-description"]={en:["BELEX 15 Index"],id_ID:["Indeks BELEX 15"]},e.exports["#BIST:XU100-symbol-description"]={en:["BIST 100 Index"],id_ID:["Indeks BIST 100"]},e.exports["#BITMEX:XBT-symbol-description"]={en:["Bitcoin / U.S. Dollar Index"],id_ID:["Indeks Bitcoin / Dollar A.S."]},e.exports["#BME:IBC-symbol-description"]={en:["IBEX 35 Index"],id_ID:["Indeks IBEX 35"]},e.exports["#BMFBOVESPA:IBOV-symbol-description"]={en:["Bovespa Index"],id_ID:["Indeks Bovespa"]},e.exports["#BMFBOVESPA:IBRA-symbol-description"]={en:["IBrasil Index"],id_ID:["Indeks IBrasil"]},e.exports["#BMFBOVESPA:IBXL-symbol-description"]={en:["Brazil 50 Index"],id_ID:["Indeks Brazil 50"]},
+e.exports["#BMV:CT-symbol-description"]={en:["China SX20 RT"]},e.exports["#BMV:F-symbol-description"]={en:["Ford Motor Company"],id_ID:["Perusahaan Ford Motor"]},e.exports["#BMV:ME-symbol-description"]={en:["S&P/BMV IPC Index"],id_ID:["Indeks S&P/BMV IPC"]},e.exports["#BRLJPY-symbol-description"]={en:["Brazilian Real / Japanese Yen"],id_ID:["Real Brazil / Yen Jepang"]},e.exports["#BSE:ITI-symbol-description"]={en:["ITI Ltd"]},e.exports["#BSE:SENSEX-symbol-description"]={en:["S&P BSE Sensex Index"],id_ID:["Indeks S&P BSE Sensex"]},e.exports["#BTCBRL-symbol-description"]={en:["Bitcoin / Brazilian Real"],id_ID:["Bitcoin/Real Brazil"]},e.exports["#BTCCAD-symbol-description"]={en:["Bitcoin / Canadian Dollar"],id_ID:["Bitcoin / Dollar Kanada"]},e.exports["#BTCCNY-symbol-description"]={en:["Bitcoin / Chinese Yuan"],id_ID:["Bitcoin / Yuan Cina"]},e.exports["#BTCEUR-symbol-description"]={en:["Bitcoin / Euro"]},e.exports["#BTCGBP-symbol-description"]={en:["Bitcoin / British Pound"],id_ID:["Bitcoin/Pound Inggris"]},e.exports["#BTCJPY-symbol-description"]={en:["Bitcoin / Japanese Yen"],id_ID:["Bitcoin/Yen Jepang"]},e.exports["#BTCKRW-symbol-description"]={en:["Bitcoin / South Korean Won"],id_ID:["Bitcoin / Won Korea Selatan"]},e.exports["#BTCPLN-symbol-description"]={en:["Bitcoin / Polish Zloty"],id_ID:["Bitcoin/Zloty Polandia"]},e.exports["#BTCRUB-symbol-description"]={en:["Bitcoin / Russian Ruble"],id_ID:["Bitcoin / Ruble Rusia"]},e.exports["#BTCTHB-symbol-description"]={en:["Bitcoin / Thai Baht"],id_ID:["Bitcoin / Baht Thailand"]},e.exports["#BTCUSD-symbol-description"]={en:["Bitcoin / U.S. Dollar"],id_ID:["Bitcoin / Dollar AS"]},e.exports["#BTGUSD-symbol-description"]={en:["Bitcoin Gold / U.S. Dollar"],id_ID:["Emas Bitcoin / Dollar A.S."]},e.exports["#BVL:SPBLPGPT-symbol-description"]={en:["S&P / BVL Peru General Index (PEN)"],id_ID:["Indeks Umum S&P / BVL Peru (PEN)"]},e.exports["#BVSP-symbol-description"]={en:["Brazil Bovespa Index"],id_ID:["Index Bovespa Brazil"]},e.exports["#CADJPY-symbol-description"]={en:["Canadian Dollar / Japanese Yen"],id_ID:["Dollar Kanada / Yen Jepang"]},e.exports["#CADUSD-symbol-description"]={en:["Canadian Dollar / U.S. Dollar"],id_ID:["Dollar Kanada / Dollar AS"]},e.exports["#CBOE:OEX-symbol-description"]={en:["S&P 100 Index"],id_ID:["Indeks S&P 100"]},e.exports["#CBOE:VIX-symbol-description"]={en:["Volatility S&P 500 Index"],id_ID:["Indeks Volatilitas S&P 500"]},e.exports["#CBOT:ZB1!-symbol-description"]={en:["T-Bond Futures"],id_ID:["Kontrak Berjangka T-Bond"]},e.exports["#CBOT:ZC1!-symbol-description"]={en:["Corn Futures"],id_ID:["Kontrak Berjangka Jagung"]},e.exports["#CBOT:ZM1!-symbol-description"]={en:["Soybean Meal Futures"],id_ID:["Kontrak Berjangka Makanan Kedelai"]},e.exports["#CBOT:ZN1!-symbol-description"]={en:["10 Year T-Note Futures"],id_ID:["Kontrak Berjangka T-Note 10 Tahun"]},e.exports["#CBOT:ZO1!-symbol-description"]={en:["Oat Futures"],id_ID:["Kontrak Berjangka Oat"]},e.exports["#CBOT:ZQ1!-symbol-description"]={en:["30 Day Federal Funds Interest Rate Futures"],
+id_ID:["Kontrak Berjangka Suku Bunga Dana Federal 30 Hari"]},e.exports["#CBOT:ZR1!-symbol-description"]={en:["Rice Futures"],id_ID:["Kontrak Berjangka Beras"]},e.exports["#CBOT:ZS1!-symbol-description"]={en:["Soybean Futures"],id_ID:["Kontrak Berjangka Kedelai"]},e.exports["#CBOT:ZW1!-symbol-description"]={en:["Wheat Futures"],id_ID:["Kontrak Berjangka Gandum"]},e.exports["#CBOT_MINI:XK1!-symbol-description"]={en:["Soybean Mini Futures"],id_ID:["Kontrak Berjangka Mini Kedelai"]},e.exports["#CBOT_MINI:XW1!-symbol-description"]={en:["Wheat Mini Futures"],id_ID:["Kontrak Berjangka Gandum"]},e.exports["#CBOT_MINI:YM1!-symbol-description"]={en:["E-mini Dow Jones ($5) Futures"],id_ID:["Kontrak Berjangka E-MINI DOW JONES ($5)"]},e.exports["#CHFJPY-symbol-description"]={en:["Swiss Franc / Japanese Yen"],id_ID:["Franc Swiss / Yen Jepang"]},e.exports["#CHFUSD-symbol-description"]={en:["Swiss Franc / U.S. Dollar"],id_ID:["Franc Swiss / Dollar AS"]},e.exports["#CME:BTC1!-symbol-description"]={en:["Bitcoin CME Futures"],id_ID:["Kontrak Berjangka Bitcoin CME"]},e.exports["#CME:CB1!-symbol-description"]={en:["Butter Futures-Cash (Continuous: Current contract in front)"],id_ID:["Kontrak Berjangka Mentega-Kas (Berlanjut: Kontrak saat ini didepan)"]},e.exports["#CME:GF1!-symbol-description"]={en:["Feeder Cattle Futures"],id_ID:["Kontrak Berjangka Pengumpan Ternak"]},e.exports["#CME:HE1!-symbol-description"]={en:["Lean Hogs Futures"],id_ID:["Kontrak Berjangka Daging Babi"]},e.exports["#CME:LE1!-symbol-description"]={en:["Live Cattle Futures"],id_ID:["Kontrak Berjangka Ternak Hidup"]},e.exports["#CME_MINI:E71!-symbol-description"]={en:["Euro E-mini Futures"],id_ID:["Kontrak Berjangka E-mini Euro"]},e.exports["#CME_MINI:ES1!-symbol-description"]={en:["S&P 500 E-mini Futures"],id_ID:["Kontrak Berjangka E-mini S&P 500"]},e.exports["#CME_MINI:J71!-symbol-description"]={en:["Japanese Yen E-mini Futures"],id_ID:["Kontrak Berjangka E-mini Yen Jepang"]},e.exports["#CME_MINI:NQ1!-symbol-description"]={en:["NASDAQ 100 E-mini Futures"],id_ID:["Kontrak Berjangka NASDAQ 100 E-MINI"]},e.exports["#CME_MINI:RTY1!-symbol-description"]={en:["E-Mini Russell 2000 Index Futures"],id_ID:["Indeks Kontrak Berjangka E-Mini Russell 2000"]},e.exports["#COMEX:AEP1!-symbol-description"]={en:["Aluminium European Premium Futures"],id_ID:["Kontrak Berjangka Aluminium Premium Eropa"]},e.exports["#COMEX:AUP1!-symbol-description"]={en:["Aluminum MW U.S. Transaction Premium Platts (25MT) Futures"],id_ID:["Kontrak Berjangka Aluminum MW U.S Transaction Premium Platts (25MT)"]},e.exports["#COMEX:GC1!-symbol-description"]={en:["Gold Futures"],id_ID:["Kontrak Berjangka Emas"]},e.exports["#COMEX:HG1!-symbol-description"]={en:["Copper Futures"],id_ID:["Kontrak Berjangka Tembaga"]},e.exports["#COMEX:SI1!-symbol-description"]={en:["Silver Futures"],id_ID:["Kontrak Berjangka Perak"]},e.exports["#COMEX_MINI:QC1!-symbol-description"]={en:["E-mini Copper Futures"],id_ID:["Kontrak Berjangka Tembaga E-mini"]},e.exports["#COMEX_MINI:QI1!-symbol-description"]={
+en:["Silver (Mini) Futures"],id_ID:["Kontrak Berjangka Perak (Mini)"]},e.exports["#COMEX_MINI:QO1!-symbol-description"]={en:["Gold (Mini) Futures"],id_ID:["Kontrak Berjangka Emas (mini)"]},e.exports["#COPPER-symbol-description"]={en:["CFDs on Copper"],id_ID:["CFD pada Tembaga"]},e.exports["#CORNUSD-symbol-description"]={en:["CFDs on Corn"],id_ID:["CFD pada Jagung"]},e.exports["#COTUSD-symbol-description"]={en:["CFDs on Cotton"],id_ID:["CFD pada Kapas"]},e.exports["#CRYPTOCAP:TOTAL-symbol-description"]={en:["Crypto Total Market Cap, $"],id_ID:["Total Cap Pasar Crypto, $"]},e.exports["#DFM:DFMGI-symbol-description"]={en:["DFM Index"],id_ID:["Indeks DFM"]},e.exports["#DJ:DJA-symbol-description"]={en:["Dow Jones Composite Average Index"],id_ID:["Indeks Rata-Rata Komposit Dow Jones"]},e.exports["#DJ:DJCIAGC-symbol-description"]={en:["Dow Jones Commodity Index Agriculture Capped Component"],id_ID:["Indeks Komoditas Dow Jones Komponen Terbatas Pertanian"]},e.exports["#DJ:DJCICC-symbol-description"]={en:["Dow Jones Commodity Index Cocoa"],id_ID:["Indeks Komoditas Dow Jones Kokoa"]},e.exports["#DJ:DJCIEN-symbol-description"]={en:["Dow Jones Commodity Index Energy"],id_ID:["Indeks Komoditas Dow Jones Energi"]},e.exports["#DJ:DJCIGC-symbol-description"]={en:["Dow Jones Commodity Index Gold"],id_ID:["Indeks Komoditas Dow Jones Emas"]},e.exports["#DJ:DJCIGR-symbol-description"]={en:["Dow Jones Commodity Index Grains"],id_ID:["Indeks Komoditas Dow Jones Gandum"]},e.exports["#DJ:DJCIIK-symbol-description"]={en:["Dow Jones Commodity Index Nickel"],id_ID:["Indeks Komoditas Dow Jones Nikel"]},e.exports["#DJ:DJCIKC-symbol-description"]={en:["Dow Jones Commodity Index Coffee"],id_ID:["Indeks Komoditas Dow Jones Kopi"]},e.exports["#DJ:DJCISB-symbol-description"]={en:["Dow Jones Commodity Index Sugar"],id_ID:["Indeks Komoditas Dow Jones Gula"]},e.exports["#DJ:DJCISI-symbol-description"]={en:["Dow Jones Commodity Index Silver"],id_ID:["Indeks Komoditas Dow Jones Perak"]},e.exports["#DJ:DJI-symbol-description"]={en:["Dow Jones Industrial Average Index"],id_ID:["Indeks Rata-Rata Industri Dow Jones"]},e.exports["#DJ:DJT-symbol-description"]={en:["Dow Jones Transportation Average Index"],id_ID:["Indeks Rata-Rata Transportasi Dow Jones"]},e.exports["#DJ:DJU-symbol-description"]={en:["Dow Jones Utility Average Index"],id_ID:["Indeks Utilitas Rata-RataDow Jones"]},e.exports["#DJ:DJUSCL-symbol-description"]={en:["Dow Jones U.S. Coal Index"],id_ID:["Indeks Batu Bara Dow Jones A.S"]},e.exports["#EGX:EGX30-symbol-description"]={en:["EGX 30 Index"],id_ID:["Indeks EGX 30"]},e.exports["#ETCBTC-symbol-description"]={en:["Ethereum Classic / Bitcoin"],id_ID:["Ethereum Klasik / Bitcoin"]},e.exports["#ETCEUR-symbol-description"]={en:["Ethereum Classic / Euro"]},e.exports["#ETCUSD-symbol-description"]={en:["Ethereum Classic / U.S. Dollar"],id_ID:["Ethereum Klasik / Dollar"]},e.exports["#ETHBTC-symbol-description"]={en:["Ethereum / Bitcoin"]},e.exports["#ETHEUR-symbol-description"]={en:["Ethereum / Euro"]},e.exports["#ETHGBP-symbol-description"]={
+en:["Ethereum / British Pound"],id_ID:["Ethereum / Pound Inggris"]},e.exports["#ETHJPY-symbol-description"]={en:["Ethereum / Japanese Yen"],id_ID:["Ethereum / Yen Jepang"]},e.exports["#ETHKRW-symbol-description"]={en:["Ethereum / South Korean Won"],id_ID:["Ethereum / Won Korea Selatan"]},e.exports["#ETHTHB-symbol-description"]={en:["Ethereum / Thai Baht"],id_ID:["Ethereum / Baht Thailand"]},e.exports["#ETHUSD-symbol-description"]={en:["Ethereum / U.S. Dollar"],id_ID:["Ethereum / Dollar"]},e.exports["#EUBUND-symbol-description"]={en:["Euro Bund"],id_ID:["Bund Euro"]},e.exports["#EURAUD-symbol-description"]={en:["Euro / Australian Dollar"],id_ID:["Euro / Dollar Australia"]},e.exports["#EURBRL-symbol-description"]={en:["Euro / Brazilian Real"],id_ID:["Euro / Real Brazil"]},e.exports["#EURCAD-symbol-description"]={en:["Euro / Canadian Dollar"],id_ID:["Euro / Dollar Kanada"]},e.exports["#EURCHF-symbol-description"]={en:["Euro / Swiss Franc"],id_ID:["Euro / Franc Swiss"]},e.exports["#EURGBP-symbol-description"]={en:["Euro / British Pound"],id_ID:["Euro / Pound Inggris"]},e.exports["#EURJPY-symbol-description"]={en:["Euro / Japanese Yen"],id_ID:["Euro / Yen Jepang"]},e.exports["#EURNOK-symbol-description"]={en:["Euro / Norwegian Krone"],id_ID:["Euro / Krone Norwegia"]},e.exports["#EURNZD-symbol-description"]={en:["Euro / New Zealand Dollar"],id_ID:["Euro / Dollar New Zealand"]},e.exports["#EURONEXT:AEX-symbol-description"]={en:["AEX Index"],id_ID:["Indeks AEX"]},e.exports["#EURONEXT:BEL20-symbol-description"]={en:["BEL 20 Index"],id_ID:["Indeks BEL 20"]},e.exports["#EURONEXT:PX1-symbol-description"]={en:["CAC 40 Index"],id_ID:["Indeks CAC 40"]},e.exports["#EURRUB-symbol-description"]={en:["Euro / Russian Ruble"],id_ID:["Euro / Ruble Rusia"]},e.exports["#EURRUB_TOM-symbol-description"]={en:["Euro / Russian Ruble TOM"],id_ID:["Euro /Ruble TOM Rusia"]},e.exports["#EURSEK-symbol-description"]={en:["Euro / Swedish Krona"],id_ID:["Euro / Krona Swedia"]},e.exports["#EURTRY-symbol-description"]={en:["Euro / Turkish Lira"],id_ID:["Euro / Lira Turki"]},e.exports["#EURUSD-symbol-description"]={en:["Euro / U.S. Dollar"],id_ID:["Euro / Dollar AS"]},e.exports["#EUSTX50-symbol-description"]={en:["Euro Stoxx 50 Index"],id_ID:["Indeks Euro Stoxx 50"]},e.exports["#FOREXCOM:US2000-symbol-description"]={en:["US Small Cap 2000"],id_ID:["Cap Kecil AS 2000"]},e.exports["#FRA40-symbol-description"]={en:["CAC 40 Index"],id_ID:["Indeks CAC 40"]},e.exports["#FRED:GDP-symbol-description"]={en:["Gross Domestic Product, 1 Decimal"],id_ID:["Produk Domestik Bruto, 1 Desimal"]},e.exports["#FRED:POP-symbol-description"]={en:["Total Population: All Ages Including Armed Forces Overseas"],id_ID:["Total Populasi. Seluruh Usia Termasuk Pasukan Bersenjata Di Luar Negeri"]},e.exports["#FRED:UNRATE-symbol-description"]={en:["Civilian Unemployment Rate"],id_ID:["Tingkat Pengangguran Warga Sipil"]},e.exports["#FTSEMYX:FBMKLCI-symbol-description"]={en:["FTSE Bursa Malaysia KLCI Index"],id_ID:["Indeks KLCI FTSE Bursa Malaysia"]},
+e.exports["#FWB:KT1-symbol-description"]={en:["Key Tronic Corр."],id_ID:["Key Tronic Corр"]},e.exports["#FX:AUS200-symbol-description"]={en:["S&P/ASX Index"],id_ID:["Indeks S&P/ASX"]},e.exports["#FX:US30-symbol-description"]={en:["Dow Jones Industrial Average Index"],id_ID:["Indeks Rata-Rata Industri Dow Jones"]},e.exports["#GBPAUD-symbol-description"]={en:["British Pound / Australian Dollar"],id_ID:["Pound Inggris / Dollar Australia"]},e.exports["#GBPCAD-symbol-description"]={en:["British Pound / Canadian Dollar"],id_ID:["Pound Inggris / Dollar Kanada"]},e.exports["#GBPCHF-symbol-description"]={en:["British Pound / Swiss Franc"],id_ID:["Pound Inggris / Franc Swiss"]},e.exports["#GBPEUR-symbol-description"]={en:["British Pound / Euro"],id_ID:["Pound Inggris / Euro"]},e.exports["#GBPJPY-symbol-description"]={en:["British Pound / Japanese Yen"],id_ID:["Pound Inggris / Yen Jepang"]},e.exports["#GBPNZD-symbol-description"]={en:["British Pound / New Zealand Dollar"],id_ID:["Pound Inggris / Dollar New Zealand"]},e.exports["#GBPPLN-symbol-description"]={en:["British Pound / Polish Zloty"],id_ID:["Pound Inggris / Zloty Polandia"]},e.exports["#GBPRUB-symbol-description"]={en:["British Pound / Russian Ruble"],id_ID:["Pound Inggris / Ruble Rusia"]},e.exports["#GBPUSD-symbol-description"]={en:["British Pound / U.S. Dollar"],id_ID:["Pound Inggris / Dollar AS"]},e.exports["#GER30-symbol-description"]={en:["DAX Index"],id_ID:["Indeks DAX"]},e.exports["#GOOG-symbol-description"]={en:["Alphabet Inc (Google) Class C"],id_ID:["Alphabet Inc (Google) Kelas C"]},e.exports["#GOOGL-symbol-description"]={en:["Alphabet Inc (Google) Class A"],id_ID:["Alphabet Inc (Google) Kelas A"]},e.exports["#GPW:ACG-symbol-description"]={en:["Acautogaz"]},e.exports["#GPW:WIG20-symbol-description"]={en:["WIG20 Index"],id_ID:["Indeks WIG20"]},e.exports["#HSI:HSI-symbol-description"]={en:["Hang Seng Index"],id_ID:["Indeks Hang Seng"]},e.exports["#ICEUS:DX1!-symbol-description"]={en:["U.S. Dollar Index Futures"],id_ID:["Kontrak Berjangka Indeks Dollar A.S."]},e.exports["#IDX:COMPOSITE-symbol-description"]={en:["IDX Composite Index"],id_ID:["Indeks Harga Saham Gabungan IDX"]},e.exports["#INDEX:HSCE-symbol-description"]={en:["Hang Seng China Enterprises Index"],id_ID:["Indeks Perusahaan Cina Hang Seng"]},e.exports["#INDEX:JKSE-symbol-description"]={en:["Jakarta Composite Index"],id_ID:["Indeks Komposit Jakarta"]},e.exports["#INDEX:KLSE-symbol-description"]={en:["Bursa Malaysia KLCI Index"],id_ID:["Indeks KLCI Bursa Malaysia"]},e.exports["#INDEX:MIB-symbol-description"]={en:["MIB Index"],id_ID:["Indeks MIB"]},e.exports["#INDEX:MOY0-symbol-description"]={en:["Euro Stoxx 50 Index"],id_ID:["Indeks Euro STOXX 50"]},e.exports["#INDEX:STI-symbol-description"]={en:["STI Index"],id_ID:["Indeks STI"]},e.exports["#INDEX:TWII-symbol-description"]={en:["Taiwan Weighted Index"],id_ID:["Indeks Terbebani Taiwan"]},e.exports["#INDEX:XLY0-symbol-description"]={en:["Shanghai Composite Index"],id_ID:["Indeks Komposit Shanghai"]},e.exports["#IOTUSD-symbol-description"]={
+en:["IOTA / U.S. Dollar"],id_ID:["IOTA / Dollar A.S."]},e.exports["#JPN225-symbol-description"]={en:["Japan 225 Index"],id_ID:["Indeks Nikkei 225"]},e.exports["#JPYKRW-symbol-description"]={en:["Japanese Yen / South Korean Won"],id_ID:["Yen Jepang / Won Korea Selatan"]},e.exports["#JPYRUB-symbol-description"]={en:["Japanese Yen / Russian Ruble"],id_ID:["Yen Jepang / Ruble Rusia"]},e.exports["#JPYUSD-symbol-description"]={en:["Japanese Yen / U.S. Dollar"],id_ID:["Yen Jepang / Dollar AS"]},e.exports["#LKOH-symbol-description"]={en:["LUKOIL"]},e.exports["#LSE:SCHO-symbol-description"]={en:["Scholium Group Plc Ord 1P"]},e.exports["#LTCBRL-symbol-description"]={en:["Litecoin / Brazilian Real"],id_ID:["Litecoin / Real Brazil"]},e.exports["#LTCBTC-symbol-description"]={en:["Litecoin / Bitcoin"]},e.exports["#LTCUSD-symbol-description"]={en:["Litecoin / U.S. Dollar"],id_ID:["Litecoin / Dollar"]},e.exports["#LUNAUSD-symbol-description"]={en:["Luna / U.S. Dollar"],id_ID:["Luna / Dollar A.S."]},e.exports["#MOEX:BR1!-symbol-description"]={en:["Brent Oil Futures"],id_ID:["Kontrak Berjangka Brent Oil"]},e.exports["#MOEX:GAZP-symbol-description"]={en:["GAZPROM"]},e.exports["#MOEX:IMOEX-symbol-description"]={en:["MOEX Russia Index"],id_ID:["Indeks MOEX Rusia"]},e.exports["#MOEX:MGNT-symbol-description"]={en:["MAGNIT"]},e.exports["#MOEX:MICEXINDEXCF-symbol-description"]={en:["MOEX Russia Index"],id_ID:["Indeks MOEX Rusia"]},e.exports["#MOEX:MX1!-symbol-description"]={en:["MICEX Index Futures"],id_ID:["Kontrak Berjangka Indeks MICEX"]},e.exports["#MOEX:MX2!-symbol-description"]={en:["MICEX Index Futures"],id_ID:["Kontrak Berjangka Indeks MICEX"]},e.exports["#MOEX:RI1!-symbol-description"]={en:["RTS Index Futures"],id_ID:["Kontrak Berjangka Indeks RTS"]},e.exports["#MOEX:RTSI-symbol-description"]={en:["RTS Index"],id_ID:["Indeks RTS"]},e.exports["#MOEX:RUAL-symbol-description"]={en:["United Company RUSAL PLC"]},e.exports["#MOEX:SBER-symbol-description"]={en:["SBERBANK"]},e.exports["#MOEX:VTBR-symbol-description"]={en:["VTB"]},e.exports["#MSFT-symbol-description"]={en:["Microsoft Corp."]},e.exports["#NAS100-symbol-description"]={en:["US 100 Cash CFD"],id_ID:["CFD Cash US 100"]},e.exports["#NASDAQ:AMD-symbol-description"]={en:["Advanced Micro Devices Inc"]},e.exports["#NASDAQ:GOOG-symbol-description"]={en:["Alphabet Inc (Google) Class C"]},e.exports["#NASDAQ:GOOGL-symbol-description"]={en:["Alphabet Inc (Google) Class A"]},e.exports["#NASDAQ:HGX-symbol-description"]={en:["PHLX Housing Sector Index"],id_ID:["Indeks Sektor Perumahan PHLX"]},e.exports["#NASDAQ:IEF-symbol-description"]={en:["Ishares 7-10 Year Treasury Bond ETF"],id_ID:["ETF Obligasi Departemen Keuangan Ishares 7-10 Tahun"]},e.exports["#NASDAQ:IEI-symbol-description"]={en:["Ishares 3-7 Year Treasury Bond ETF"],id_ID:["ETF Obligasi Departemen Keuangan Ishares 3-7 Tahun"]},e.exports["#NASDAQ:ITI-symbol-description"]={en:["Iteris Inc"]},e.exports["#NASDAQ:IXIC-symbol-description"]={en:["Nasdaq Composite Index"],id_ID:["Indeks Komposit Nasdaq"]},
+e.exports["#NASDAQ:LCID-symbol-description"]={en:["Lucid Group, Inc."]},e.exports["#NASDAQ:LE-symbol-description"]={en:["Lands' End Inc"]},e.exports["#NASDAQ:NDX-symbol-description"]={en:["Nasdaq 100 Index"],id_ID:["Indeks 100 Nasdaq"]},e.exports["#NASDAQ:OSX-symbol-description"]={en:["PHLX Oil Service Sector Index"],id_ID:["Indeks Sektor Layanan Minyak PHLX"]},e.exports["#NASDAQ:SHY-symbol-description"]={en:["Ishares 1-3 Year Treasury Bond ETF"],id_ID:["ETF Obligasi Departemen Keuangan 1-3 Tahun Ishares"]},e.exports["#NASDAQ:SOX-symbol-description"]={en:["Philadelphia Semiconductor Index"],id_ID:["Indeks Semikonduktor Philadelphia"]},e.exports["#NASDAQ:TLT-symbol-description"]={en:["Ishares 20+ Year Treasury Bond ETF"],id_ID:["ETF Obligasi Departemen Keuangan 20+ Tahun Ishares"]},e.exports["#NASDAQ:UTY-symbol-description"]={en:["PHLX Utility Sector Index"],id_ID:["Indeks Sektor Utilitas PHLX"]},e.exports["#NASDAQ:XAU-symbol-description"]={en:["PHLX Gold and Silver Sector Index"],id_ID:["Indeks Sektor Emas dan Perak PHLX"]},e.exports["#NASDAQ:ZS-symbol-description"]={en:["Zscaler Inc"]},e.exports["#NEOUSD-symbol-description"]={en:["NEO / U.S. Dollar"],id_ID:["NEO / Dollar A.S."]},e.exports["#NGAS-symbol-description"]={en:["Natural Gas (Henry Hub)"],id_ID:["Gas Alam (Henry Hub)"]},e.exports["#NKY-symbol-description"]={en:["Japan 225 Index"],id_ID:["Indeks Japan 225"]},e.exports["#NSE:ITI-symbol-description"]={en:["Indian Telephone Industries Limited"]},e.exports["#NSE:NIFTY-symbol-description"]={en:["Nifty 50 Index"],id_ID:["Indeks Nifty 50"]},e.exports["#NYMEX:AEZ1!-symbol-description"]={en:["NY Ethanol Futures"],id_ID:["Kontrak Berjangka Ethanol NY"]},e.exports["#NYMEX:CJ1!-symbol-description"]={en:["Cocoa Futures"],id_ID:["Kontrak Berjangka Kokoa"]},e.exports["#NYMEX:CL1!-symbol-description"]={en:["Light Crude Oil Futures"],id_ID:["Kontrak Berjangka Minyak Mentah Ringan"]},e.exports["#NYMEX:HO1!-symbol-description"]={en:["NY Harbor ULSD Futures"],id_ID:["Kontrak Berjangka Pelabuhan NY ULSD"]},e.exports["#NYMEX:KT1!-symbol-description"]={en:["Coffee Futures"],id_ID:["Kontrak Berjangka Kopi"]},e.exports["#NYMEX:NG1!-symbol-description"]={en:["Natural Gas Futures"],id_ID:["Kontrak Berjangka Gas Alam"]},e.exports["#NYMEX:PA1!-symbol-description"]={en:["Palladium Futures"],id_ID:["Kontrak Berjangka Palladium"]},e.exports["#NYMEX:PL1!-symbol-description"]={en:["Platinum Futures"],id_ID:["Kontrak Berjangka Platinum"]},e.exports["#NYMEX:RB1!-symbol-description"]={en:["RBOB Gasoline Futures"],id_ID:["Kontrak Berjangka Bensin RBOB"]},e.exports["#NYMEX:TT1!-symbol-description"]={en:["Cotton Futures"],id_ID:["Kontrak Berjangka Kapas"]},e.exports["#NYMEX_MINI:QG1!-symbol-description"]={en:["E-mini Natural Gas Futures"],id_ID:["Kontrak Berjangka Gas Alam E-mini"]},e.exports["#NYMEX_MINI:QM1!-symbol-description"]={en:["E-mini Light Crude Oil Futures"],id_ID:["Kontrak Berjangka Minyak Mentah Ringan E-mini"]},e.exports["#NYMEX_MINI:QU1!-symbol-description"]={en:["E-mini Gasoline Futures"],id_ID:["Kontrak Berjangka Bensin E-mini"]},
+e.exports["#NYSE:BABA-symbol-description"]={en:["Alibaba Group Holdings Ltd."]},e.exports["#NYSE:F-symbol-description"]={en:["FORD MTR CO DEL"]},e.exports["#NYSE:HE-symbol-description"]={en:["Hawaiian Electric Industries"],id_ID:["Industri-Industri Elektrik Hawaii"]},e.exports["#NYSE:NYA-symbol-description"]={en:["NYSE Composite Index"],id_ID:["Indeks Komposit NYSE"]},e.exports["#NYSE:PBR-symbol-description"]={en:["PETROLEO BRASILEIRO SA PETROBR"]},e.exports["#NYSE:XAX-symbol-description"]={en:["AMEX Composite Index"],id_ID:["Indeks Komposit AMEX"]},e.exports["#NYSE:XMI-symbol-description"]={en:["NYSE ARCA Major Market Index"],id_ID:["Indeks Pasar Mayor NYSE ARCA"]},e.exports["#NZDJPY-symbol-description"]={en:["New Zealand Dollar / Japanese Yen"],id_ID:["Dollar New Zealand / Yen Jepang"]},e.exports["#NZDUSD-symbol-description"]={en:["New Zealand Dollar / U.S. Dollar"],id_ID:["Dollar New Zealand / Dollar AS"]},e.exports["#NZX:ALLC-symbol-description"]={en:["S&P/NZX All Index (Capital Index)"],id_ID:["SELURUH Indeks S&P/NZX (Indeks Kapital)"]},e.exports["#NZX:NZ50G-symbol-description"]={en:["S&P / NZX 50 Index Gross"],id_ID:["Indeks S&P / NZX 50 Bruto"]},e.exports["#OANDA:NATGASUSD-symbol-description"]={en:["CFDs on Natural Gas"],id_ID:["CFD pada Gas Alam"]},e.exports["#OANDA:SPX500USD-symbol-description"]={en:["S&P 500 Index"],id_ID:["Indeks S&P 500"]},e.exports["#OANDA:XCUUSD-symbol-description"]={en:["CFDs on Copper (US$ / lb)"],id_ID:["CFD pada Tembaga (US / lb)"]},e.exports["#OMXCOP:OMXC25-symbol-description"]={en:["OMX Copenhagen 25 Index"],id_ID:["Indeks OMX Copenhagen 25"]},e.exports["#OMXCOP:SCHO-symbol-description"]={en:["Schouw & Co A/S"]},e.exports["#OMXHEX:OMXH25-symbol-description"]={en:["OMX Helsinki 25 Index"],id_ID:["Indeks OMX Helsinki 25"]},e.exports["#OMXRSE:OMXRGI-symbol-description"]={en:["OMX Riga Gross Index"],id_ID:["Indeks Gross OMX Riga"]},e.exports["#OMXSTO:OMXS30-symbol-description"]={en:["OMX Stockholm 30 Index"],id_ID:["Indeks OMX Stockholm 30"]},e.exports["#OMXTSE:OMXTGI-symbol-description"]={en:["OMX Tallinn Gross Index"],id_ID:["Indeks Gross OMX Tallinn"]},e.exports["#OMXVSE:OMXVGI-symbol-description"]={en:["OMX Vilnius Gross Index"],id_ID:["Indeks Gross OMX Vilnius"]},e.exports["#OTC:IHRMF-symbol-description"]={en:["Ishares MSCI Japan SHS"],id_ID:["Ishares MSCI Jepang SHS"]},e.exports["#QSE:GNRI-symbol-description"]={en:["QE Index"],id_ID:["Indeks QE"]},e.exports["#RTS-symbol-description"]={en:["Russian RTS Index"],id_ID:["Indeks RTS Rusia"]},e.exports["#RUSSELL:RUA-symbol-description"]={en:["Russell 3000 Index"],id_ID:["Indeks Russell 3000"]},e.exports["#RUSSELL:RUI-symbol-description"]={en:["Russell 1000 Index"],id_ID:["Indeks Russell 1000"]},e.exports["#RUSSELL:RUT-symbol-description"]={en:["Russell 2000 Index"],id_ID:["Indeks Russell 2000"]},e.exports["#SET:GC-symbol-description"]={en:["Global Connections Public Company"],id_ID:["Perusahaan Publik Global Connections"]},e.exports["#SIX:F-symbol-description"]={en:["Ford Motor Company"],id_ID:["Perusahaan Ford Motor"]},
+e.exports["#SIX:SMI-symbol-description"]={en:["Swiss Market Index"],id_ID:["Indeks Pasar Swiss"]},e.exports["#SOLUSD-symbol-description"]={en:["Solana / U.S. Dollar"],id_ID:["Solana / Dollar A.S."]},e.exports["#SOYBNUSD-symbol-description"]={en:["CFDs on Soybeans"],id_ID:["CFD pada Kacang Kedelai"]},e.exports["#SP:OEX-symbol-description"]={en:["S&P 100 Index"],id_ID:["Indeks S&P 100"]},e.exports["#SP:SPGSCI-symbol-description"]={en:["S&P Goldman Sachs Commodity Index"],id_ID:["Indeks Komoditas S&P Goldman Sachs"]},e.exports["#SP:SPX-symbol-description"]={en:["S&P 500 Index"],id_ID:["Indeks S&P500"]},e.exports["#SP:SVX-symbol-description"]={en:["S&P 500 Value Index"],id_ID:["Indeks Nilai S&P 500"]},e.exports["#SPX500-symbol-description"]={en:["S&P 500 Index"],id_ID:["Indeks S&P 500"]},e.exports["#SUGARUSD-symbol-description"]={en:["CFDs on Sugar"],id_ID:["CFD pada Gula"]},e.exports["#SZSE:399001-symbol-description"]={en:["Shenzhen Component Index"],id_ID:["Indeks Komponen Shenzhen"]},e.exports["#TADAWUL:2370-symbol-description"]={en:["Middle East Specialized Cables Co."]},e.exports["#TADAWUL:TASI-symbol-description"]={en:["Tadawul All Shares Index"],id_ID:["Indeks Seluruh Saham Tadawul"]},e.exports["#TASE:TA35-symbol-description"]={en:["TA-35 Index"],id_ID:["Indeks TA-35"]},e.exports["#TSX:TSX-symbol-description"]={en:["S&P/TSX Composite Index"],id_ID:["Indeks Komposit S&P/TSX"]},e.exports["#TSX:TX60-symbol-description"]={en:["S&P/TSX 60 Index"],id_ID:["Indeks S&P/TSX"]},e.exports["#TVC:AU10-symbol-description"]={en:["Australia Government Bonds 10 YR"],id_ID:["Obligasi Pemerintah Australia 10 TH"]},e.exports["#TVC:AU10Y-symbol-description"]={en:["Australia Government Bonds 10 YR Yield"],id_ID:["Obligasi Pemerintah Australia Yield 10 TH"]},e.exports["#TVC:AXY-symbol-description"]={en:["Australian Dollar Currency Index"],id_ID:["Indeks Mata Uang Dollar Australia"]},e.exports["#TVC:BXY-symbol-description"]={en:["British Pound Currency Index"],id_ID:["Indeks Mata Uang Pound Inggris"]},e.exports["#TVC:CA10-symbol-description"]={en:["Canadian Government Bonds, 10 YR"],id_ID:["Kanada - Obligasi Pemerintah 10 TH"]},e.exports["#TVC:CA10Y-symbol-description"]={en:["Canadian Government Bonds 10 YR Yield"],id_ID:["Kanada - Obligasi Pemerintah Yield 10 TH"]},e.exports["#TVC:CAC40-symbol-description"]={en:["CAC 40 Index"],id_ID:["Indeks CAC 40"]},e.exports["#TVC:CN10-symbol-description"]={en:["China Government Bonds 10 YR"],id_ID:["Obligasi Pemerintah Cina 10 TH"]},e.exports["#TVC:CN10Y-symbol-description"]={en:["China Government Bonds 10 YR Yield"],id_ID:["Obligasi Pemerintah Cina Yield 10 TH"]},e.exports["#TVC:CXY-symbol-description"]={en:["Canadian Dollar Currency Index"],id_ID:["Indeks Mata Uang Dollar Kanada"]},e.exports["#TVC:DE10-symbol-description"]={en:["German Government Bonds 10 YR"],id_ID:["Obligasi Pemerintah Jerman 10 TH"]},e.exports["#TVC:DE10Y-symbol-description"]={en:["German Government Bonds 10 YR Yield"],id_ID:["Obligasi Pemerintah Jerman Yield 10 TH"]},e.exports["#TVC:DEU30-symbol-description"]={
+en:["DAX Index"],id_ID:["Indeks DAX"]},e.exports["#TVC:DJI-symbol-description"]={en:["Dow Jones Industrial Average Index"],id_ID:["Indeks Rata-rata Industri Dow Jones"]},e.exports["#TVC:DXY-symbol-description"]={en:["U.S. Dollar Index"],id_ID:["Indeks Dollar A.S."]},e.exports["#TVC:ES10-symbol-description"]={en:["Spain Government Bonds 10 YR"],id_ID:["Obligasi Pemerintah Spanyol 10 TH"]},e.exports["#TVC:ES10Y-symbol-description"]={en:["Spain Government Bonds 10 YR Yield"],id_ID:["Obligasi Pemerintah Spanyol Yield 10 TH"]},e.exports["#TVC:EUBUND-symbol-description"]={en:["Euro Bund"],id_ID:["Bund Euro"]},e.exports["#TVC:EXY-symbol-description"]={en:["Euro Currency Index"],id_ID:["Indeks Mata Uang Euro"]},e.exports["#TVC:FR10-symbol-description"]={en:["France Government Bonds 10 YR"],id_ID:["Obligasi Pemerintah Perancis 10 TH"]},e.exports["#TVC:FR10Y-symbol-description"]={en:["France Government Bonds 10 YR Yield"],id_ID:["Obligasi Pemerintah Perancis Yield 10 TH"]},e.exports["#TVC:FTMIB-symbol-description"]={en:["Milano Italia Borsa Index"],id_ID:["Indeks Milano Italia Borsa"]},e.exports["#TVC:GB02-symbol-description"]={en:["UK Government Bonds 2 YR"],id_ID:["Obligasi Pemerintah Inggris 2 TH"]},e.exports["#TVC:GB10-symbol-description"]={en:["UK Government Bonds 10 YR"],id_ID:["Obligasi Pemerintah Inggris 10 TH"]},e.exports["#TVC:GB10Y-symbol-description"]={en:["UK Government Bonds 10 YR Yield"],id_ID:["Obligasi Pemerintah Inggris Yield 10 TH"]},e.exports["#TVC:GOLD-symbol-description"]={en:["CFDs on Gold (US$ / OZ)"],id_ID:["CFD pada Emas ($AS/OZ)"]},e.exports["#TVC:HSI-symbol-description"]={en:["Hang Seng Index"],id_ID:["Indeks Hang Seng"]},e.exports["#TVC:IBEX35-symbol-description"]={en:["IBEX 35 Index"],id_ID:["Indeks IBEX 35"]},e.exports["#TVC:ID03-symbol-description"]={en:["Indonesia Government Bonds 3 YR"],id_ID:["Obligasi Pemerintah Indonesia 3 TH"]},e.exports["#TVC:ID10-symbol-description"]={en:["Indonesia Government Bonds 10 YR"],id_ID:["Obligasi Pemerintah Indonesia 10 TH"]},e.exports["#TVC:ID10Y-symbol-description"]={en:["Indonesia Government Bonds 10 YR Yield"],id_ID:["Indonesia - Obligasi Pemerintah Yield 10 TH"]},e.exports["#TVC:IN10-symbol-description"]={en:["India Government Bonds 10 YR"],id_ID:["Obligasi Pemerintah India 10 TH"]},e.exports["#TVC:IN10Y-symbol-description"]={en:["India Government Bonds 10 YR Yield"],id_ID:["Obligasi Pemerintah India Yield 10 TH"]},e.exports["#TVC:IT10-symbol-description"]={en:["Italy Government Bonds 10 YR"],id_ID:["Obligasi Pemerintah Italia 10 TH"]},e.exports["#TVC:IT10Y-symbol-description"]={en:["Italy Government Bonds 10 YR Yield"],id_ID:["Obligasi Pemerintah Italia Yield 10 TH"]},e.exports["#TVC:IXIC-symbol-description"]={en:["US Composite Index"],id_ID:["Indeks Komposit US"]},e.exports["#TVC:JP10-symbol-description"]={en:["Japan Government Bonds 10 YR"],id_ID:["Obligasi Pemerintah Jepang 10 TH"]},e.exports["#TVC:JP10Y-symbol-description"]={en:["Japan Government Bonds 10 YR Yield"],id_ID:["Obligasi Pemerintah Jepang Yield 10 TH"]},
+e.exports["#TVC:JXY-symbol-description"]={en:["Japanese Yen Currency Index"],id_ID:["Indeks Mata Uang Yen Jepang"]},e.exports["#TVC:KOSPI-symbol-description"]={en:["Korea Composite Stock Price Index"],id_ID:["Indeks Harga Saham Komposit Korea"]},e.exports["#TVC:KR10-symbol-description"]={en:["Korea Government Bonds 10 YR"],id_ID:["Obligasi Pemerintah Korea 10 TH"]},e.exports["#TVC:KR10Y-symbol-description"]={en:["Korea Government Bonds 10 YR Yield"],id_ID:["Obligasi Pemerintah Korea Yield 10 TH"]},e.exports["#TVC:MY10-symbol-description"]={en:["Malaysia Government Bonds 10 YR"],id_ID:["Obligasi Pemerintah Malaysia 10 TH"]},e.exports["#TVC:MY10Y-symbol-description"]={en:["Malaysia Government Bonds 10 YR Yield"],id_ID:["Obligasi Pemerintah Malaysia Yield 10 TH"]},e.exports["#TVC:NDX-symbol-description"]={en:["US 100 Index"],id_ID:["Indeks US 100"]},e.exports["#TVC:NI225-symbol-description"]={en:["Japan 225 Index"],id_ID:["Indeks Japan 225"]},e.exports["#TVC:NL10-symbol-description"]={en:["Netherlands Government Bonds, 10 YR"],id_ID:["Belanda - Obligasi Pemerintah 10 TH"]},e.exports["#TVC:NL10Y-symbol-description"]={en:["Netherlands Government Bonds 10 YR Yield"],id_ID:["Belanda - Obligasi Pemerintah Yield 10 TH"]},e.exports["#TVC:NYA-symbol-description"]={en:["NYSE Composite Index"],id_ID:["Indeks Komposit NYSE"]},e.exports["#TVC:NZ10-symbol-description"]={en:["New Zealand Government Bonds, 10 YR"],id_ID:["New Zealand - Obligasi Pemerintah 10 TH"]},e.exports["#TVC:NZ10Y-symbol-description"]={en:["New Zealand Government Bonds 10 YR Yield"],id_ID:["New Zealand - Obligasi Pemerintah Yield 10 TH"]},e.exports["#TVC:PALLADIUM-symbol-description"]={en:["CFDs on Palladium (US$ / OZ)"],id_ID:["CFD pada Paladium ($AS/OZ)"]},e.exports["#TVC:PL05Y-symbol-description"]={en:["Poland Government Bonds 5 YR Yield"],id_ID:["Obligasi Pemerintah Polandia Yield 5 TH"]},e.exports["#TVC:PL10Y-symbol-description"]={en:["Poland Government Bonds 10 YR Yield"],id_ID:["Obligasi Pemerintah Polandia Yield 10 TH"]},e.exports["#TVC:PLATINUM-symbol-description"]={en:["CFDs on Platinum (US$ / OZ)"],id_ID:["CFD pada Platimun ($AS / OZ)"]},e.exports["#TVC:PT10-symbol-description"]={en:["Portugal Government Bonds 10 YR"],id_ID:["Obligasi Pemerintah Portugal 10 TH"]},e.exports["#TVC:PT10Y-symbol-description"]={en:["Portugal Government Bonds 10 YR Yield"],id_ID:["Obligasi Pemerintah Portugis Yield 10 TH"]},e.exports["#TVC:SA40-symbol-description"]={en:["South Africa Top 40 Index"],id_ID:["Indeks 40 Teratas Afrika Selatan"]},e.exports["#TVC:SILVER-symbol-description"]={en:["CFDs on Silver (US$ / OZ)"],id_ID:["CFD pada Perak ($AS/OZ)"]},e.exports["#TVC:SPX-symbol-description"]={en:["S&P 500 Index"],id_ID:["S&P 500"]},e.exports["#TVC:SSMI-symbol-description"]={en:["Swiss Market Index"],id_ID:["Indeks Pasar Swiss"]},e.exports["#TVC:STI-symbol-description"]={en:["Straits Times Index"],id_ID:["Indeks Straits Times"]},e.exports["#TVC:SX5E-symbol-description"]={en:["Euro Stoxx 50 Index"],id_ID:["Indeks STOXX 50"]},e.exports["#TVC:SXY-symbol-description"]={
+en:["Swiss Franc Currency Index"],id_ID:["Indeks Mata Uang Franc Swiss"]},e.exports["#TVC:TR10-symbol-description"]={en:["Turkey Government Bonds 10 YR"],id_ID:["Obligasi Pemerintah Turki 10 TH"]},e.exports["#TVC:TR10Y-symbol-description"]={en:["Turkey Government Bonds 10 YR Yield"],id_ID:["Obligasi Pemerintah Turki Yield 10 TH"]},e.exports["#TVC:UKOIL-symbol-description"]={en:["CFDs on Brent Crude Oil"],id_ID:["CFD pada Minyak Mentah Brent"]},e.exports["#TVC:UKX-symbol-description"]={en:["UK 100 Index"],id_ID:["Indeks UK 100"]},e.exports["#TVC:US02-symbol-description"]={en:["US Government Bonds 2 YR"],id_ID:["Obligasi Pemerintah AS 2 TH"]},e.exports["#TVC:US02Y-symbol-description"]={en:["US Government Bonds 2 YR Yield"],id_ID:["Obligasi Pemerintah A.S Yield 2 TH"]},e.exports["#TVC:US05-symbol-description"]={en:["US Government Bonds 5 YR"],id_ID:["Obligasi Pemerintah AS 5 TH"]},e.exports["#TVC:US05Y-symbol-description"]={en:["US Government Bonds 5 YR Yield"],id_ID:["Obligasi Pemerintah A.S Yield 5 TH"]},e.exports["#TVC:US10-symbol-description"]={en:["US Government Bonds 10 YR"],id_ID:["Obligasi Pemerintah AS 10 TH"]},e.exports["#TVC:US10Y-symbol-description"]={en:["US Government Bonds 10 YR Yield"],id_ID:["Obligasi Pemerintah A.S Yield 10 TH"]},e.exports["#TVC:US30-symbol-description"]={en:["US Government Bonds 30 YR"],id_ID:["Obligasi Pemerintah AS 30 Th"]},e.exports["#TVC:USOIL-symbol-description"]={en:["CFDs on WTI Crude Oil"],id_ID:["CFD pada Minyak Mentah WTI"]},e.exports["#TVC:VIX-symbol-description"]={en:["Volatility S&P 500 Index"],id_ID:["Indeks Volatilitas S&P 500"]},e.exports["#TVC:ZXY-symbol-description"]={en:["New Zealand Dollar Currency Index"],id_ID:["Indeks Mata Uang Dollar New Zealand"]},e.exports["#TWII-symbol-description"]={en:["Taiwan Weighted Index"],id_ID:["Indeks Terbebani Taiwan"]},e.exports["#TWSE:TAIEX-symbol-description"]={en:["Taiwan Capitalization Weighted Stock Index"],id_ID:["Indeks Saham Terbebani Kapitalisasi Taiwan"]},e.exports["#TWTR-symbol-description"]={en:["Twitter Inc"]},e.exports["#UK100-symbol-description"]={en:["FTSE 100 Index"],id_ID:["Indeks FTSE 100"]},e.exports["#UKOIL-symbol-description"]={en:["CFDs on Crude Oil (Brent)"],id_ID:["CFD pada Minyak Mentah (Brent)"]},e.exports["#UNIUSD-symbol-description"]={en:["Uniswap / U.S. Dollar"],id_ID:["Uniswap / Dollar A.S."]},e.exports["#US30-symbol-description"]={en:["Dow Jones Industrial Average Index"],id_ID:["Indeks Rata-Rata Industri Dow Jones"]},e.exports["#USDAUD-symbol-description"]={en:["U.S. Dollar / Australian Dollar"],id_ID:["Dollar AS / Dollar Australia"]},e.exports["#USDBRL-symbol-description"]={en:["U.S. Dollar / Brazilian Real"],id_ID:["Dollar A.S. / Real Brazil"]},e.exports["#USDCAD-symbol-description"]={en:["U.S. Dollar / Canadian Dollar"],id_ID:["Dollar A.S. / Dollar Kanada"]},e.exports["#USDCHF-symbol-description"]={en:["U.S. Dollar / Swiss Franc"],id_ID:["Dollar A.S. / Franc Swiss"]},e.exports["#USDCNY-symbol-description"]={en:["U.S. Dollar / Chinese Yuan"],id_ID:["Dollar A.S. / Yuan Cina"]},
+e.exports["#USDDKK-symbol-description"]={en:["U.S. Dollar / Danish Krone"],id_ID:["Dollar A.S. / Krona Denmark"]},e.exports["#USDEUR-symbol-description"]={en:["U.S. Dollar / Euro"],id_ID:["Dollar AS / Euro"]},e.exports["#USDGBP-symbol-description"]={en:["U.S. Dollar / Pound Sterling"],id_ID:["Dollar AS / Pound Sterling"]},e.exports["#USDHKD-symbol-description"]={en:["U.S. Dollar / Hong Kong Dollar"],id_ID:["Dollar A.S. / Dollar Hong Kong"]},e.exports["#USDHUF-symbol-description"]={en:["U.S. Dollar / Hungarian Forint"],id_ID:["Dollar A.S / Forint Hungaria"]},e.exports["#USDIDR-symbol-description"]={en:["U.S. Dollar / Rupiah"],id_ID:["Dollar A.S. / Rupiah"]},e.exports["#USDILS-symbol-description"]={en:["U.S. Dollar / Israeli Shekel"],id_ID:["Dollar A.S. / Shekel Israel"]},e.exports["#USDINR-symbol-description"]={en:["U.S. Dollar / Indian Rupee"],id_ID:["Dollar A.S. / Rupee India"]},e.exports["#USDJPY-symbol-description"]={en:["U.S. Dollar / Japanese Yen"],id_ID:["Dollar A.S. / Yen Jepang"]},e.exports["#USDKRW-symbol-description"]={en:["U.S. Dollar / South Korean"],id_ID:["Dollar A.S. / Won Korea Selatan"]},e.exports["#USDMXN-symbol-description"]={en:["U.S. Dollar / Mexican Peso"],id_ID:["Dollar A.S. / Peso Meksiko"]},e.exports["#USDNZD-symbol-description"]={en:["U.S. Dollar / New Zealand Dollar"],id_ID:["Dollar AS / Dollar New Zealand"]},e.exports["#USDPHP-symbol-description"]={en:["U.S. Dollar / Philippine peso"],id_ID:["Dollar A.S. / Peso Filipina"]},e.exports["#USDPLN-symbol-description"]={en:["U.S. Dollar / Polish Zloty"],id_ID:["USD/PLN"]},e.exports["#USDRUB-symbol-description"]={en:["U.S. Dollar / Russian Ruble"],id_ID:["Dollar A.S. / Ruble Rusia"]},e.exports["#USDRUB_TOM-symbol-description"]={en:["U.S. Dollar / Russian Ruble TOM"],id_ID:["Dollar A.S. / Ruble TOM Rusia"]},e.exports["#USDSEK-symbol-description"]={en:["U.S. Dollar / Swedish Krona"],id_ID:["Dollar A.S. / Krona Swedia"]},e.exports["#USDSGD-symbol-description"]={en:["U.S. Dollar / Singapore Dollar"],id_ID:["Dollar A.S. / Dollar Singapura"]},e.exports["#USDTHB-symbol-description"]={en:["U.S. Dollar / Thai Baht"],id_ID:["Dollar A.S / Baht Thailand"]},e.exports["#USDTRY-symbol-description"]={en:["U.S. Dollar / Turkish Lira"],id_ID:["Dollar A.S. / Lira Turki"]},e.exports["#USDZAR-symbol-description"]={en:["U.S. Dollar / South African Rand"],id_ID:["Dollar A.S / Rand Afrika Selatan"]},e.exports["#USOIL-symbol-description"]={en:["CFDs on Crude Oil (WTI)"],id_ID:["CFD pada Minyak Mentah (WTI)"]},e.exports["#WHEATUSD-symbol-description"]={en:["CFDs on Wheat"],id_ID:["CFD pada Gandum"]},e.exports["#XAGUSD-symbol-description"]={en:["Silver / U.S. Dollar"],id_ID:["Perak / Dollar A.S."]},e.exports["#XAUUSD-symbol-description"]={en:["Gold Spot / U.S. Dollar"],id_ID:["Emas / Dollar A.S."]},e.exports["#XBTCAD-symbol-description"]={en:["Bitcoin / Canadian Dollar"],id_ID:["Bitcoin / Dollar Kanada"]},e.exports["#XETR:DAX-symbol-description"]={en:["DAX Index"],id_ID:["Indeks DAX"]},e.exports["#XMRUSD-symbol-description"]={en:["Monero / U.S. Dollar"],
+id_ID:["Monero / Dollar A.S."]},e.exports["#XPDUSD-symbol-description"]={en:["CFDs on Palladium"],id_ID:["CFD pada Palladium"]},e.exports["#XPTUSD-symbol-description"]={en:["Platinum / U.S. Dollar"],id_ID:["Platinum / Dollar A.S."]},e.exports["#XRPBTC-symbol-description"]={en:["XRP / Bitcoin"]},e.exports["#XRPEUR-symbol-description"]={en:["XRP / Euro"]},e.exports["#XRPUSD-symbol-description"]={en:["XRP / U.S. Dollar"],id_ID:["XRP / Dollar A.S."]},e.exports["#ZECUSD-symbol-description"]={en:["Zcash / U.S. Dollar"],id_ID:["Zcash / Dollar A.S."]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.2486.11825549d0f3e1fd5ee7.js b/public/charting_library/bundles/id_ID.2486.11825549d0f3e1fd5ee7.js
new file mode 100644
index 0000000..5a56cc8
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.2486.11825549d0f3e1fd5ee7.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2486,4040,359],{55517:e=>{e.exports={en:["Add"],id_ID:["Tambah"]}},29619:e=>{e.exports={en:["Add custom color"],id_ID:["Tambahkan warna khusus"]}},80936:e=>{e.exports={en:["Opacity"],id_ID:["Transparansi"]}},97349:e=>{e.exports={en:["Fr"],id_ID:["Jum"]}},30961:e=>{e.exports={en:["Mo"],id_ID:["Sen"]}},94748:e=>{e.exports={en:["Sa"],id_ID:["Sab"]}},75005:e=>{e.exports={en:["Su"],id_ID:["Min"]}},92578:e=>{e.exports={en:["We"],id_ID:["Rab"]}},8765:e=>{e.exports={en:["Th"],id_ID:["Kam"]}},9135:e=>{e.exports={en:["Tu"],id_ID:["Sel"]}},53288:e=>{e.exports={en:["animals & nature"],id_ID:["hewan & alam"]}},21311:e=>{e.exports={en:["activity"],id_ID:["aktivitas"]}},90678:e=>{e.exports={en:["food & drink"],id_ID:["makanan & minuman"]}},6715:e=>{e.exports={en:["flags"],id_ID:["bendera"]}},98355:e=>{e.exports={en:["objects"],id_ID:["objek"]}},43438:e=>{e.exports={en:["smiles & people"],id_ID:["senyuman & orang"]}},40457:e=>{e.exports={en:["symbols"],id_ID:["simbol"]}},88906:e=>{e.exports={en:["recently used"],id_ID:["baru digunakan"]}},28562:e=>{e.exports={en:["travel & places"],id_ID:["perjalanan & tempat"]}},24716:e=>{e.exports={en:["Another symbol"],id_ID:["Simbol lainnya"]}},41256:e=>{e.exports={en:["Back"],id_ID:["Kembali"]}},94849:e=>{e.exports={en:["Main chart symbol"],id_ID:["Simbol chart utama"]}},53174:e=>{e.exports={en:["Right"],id_ID:["Kanan"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"],id_ID:["Kalender saat ini berada pada tahun {year}"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"],id_ID:["Kalender saat ini berada pada tahun dari {year_start} hingga {year_end}"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"],id_ID:["Kalender saat ini berada pada bulan {month}"]}},4543:e=>{e.exports={en:["Cancel"],id_ID:["Batal"]}},24197:e=>{e.exports={en:["Center"],id_ID:["Tengah"]}},63245:e=>{e.exports={en:["Change symbol"],id_ID:["Ubah simbol"]}},54613:e=>{e.exports={en:["Chart"]}},47742:e=>{e.exports={en:["Close menu"],id_ID:["Pilih menu"]}},34040:e=>{e.exports={en:["All sources"],id_ID:["Seluruh sumber"]}},96413:e=>{e.exports={en:["Apply defaults"],id_ID:["Terapkan Pengaturan Awal"]}},77571:e=>{e.exports={en:["Apply to all"],id_ID:["Terapkan ke seluruh"]}},28896:e=>{e.exports={en:["April"]}},11081:e=>{e.exports={en:["August"],id_ID:["Agustus"]}},27567:e=>{e.exports={en:["Bottom"],id_ID:["Dasar"]}},42358:e=>{e.exports={en:["Bond"],id_ID:["Surat hutang"]}},68043:e=>{e.exports={en:["Gradient"],id_ID:["Gradien"]}},6113:e=>{e.exports={en:["Do you really want to delete Chart Template '{name}' ?"],id_ID:["Apakah anda benar-benar ingin menghapus Template Chart '{name}' ?"]}},27390:e=>{e.exports={en:["Dotted line"],id_ID:["Garis titik-titik"]}},88123:e=>{e.exports={en:["Dashed line"],id_ID:["Garis putus-putus"]}},90082:e=>{e.exports={en:["December"],id_ID:["Desember"]}},55319:e=>{e.exports={en:["Decrease"],id_ID:["Menurun"]}},78734:e=>{e.exports={en:["Description"],id_ID:["Deskripsi"]
+}},81069:e=>{e.exports={en:["February"],id_ID:["Februari"]}},3570:e=>{e.exports={en:["Friday"],id_ID:["Jumat"]}},95406:e=>{e.exports={en:["Horizontal"]}},8854:e=>{e.exports={en:["Hidden"],id_ID:["Tersembunyi"]}},39832:e=>{e.exports={en:["Increase"],id_ID:["Meningkatkan"]}},200:e=>{e.exports={en:["January"],id_ID:["Januari"]}},6608:e=>{e.exports={en:["July"],id_ID:["Juli"]}},61487:e=>{e.exports={en:["June"],id_ID:["Juni"]}},37997:e=>{e.exports={en:["October"],id_ID:["Oktober"]}},55450:e=>{e.exports={en:["Offset"]}},19295:e=>{e.exports={en:["Ok"]}},11626:e=>{e.exports={en:["Left"],id_ID:["Kiri"]}},28603:e=>{e.exports={en:["Line style"],id_ID:["Corak garis"]}},19573:e=>{e.exports={en:["Monday"],id_ID:["Senin"]}},43154:e=>{e.exports={en:["Months"],id_ID:["Bulan"]}},37117:e=>{e.exports={en:["More"],id_ID:["Lebih lanjut"]}},25734:e=>{e.exports={en:["May"],id_ID:["Mei"]}},93878:e=>{e.exports={en:["March"],id_ID:["Maret"]}},68833:e=>{e.exports={en:["Middle"],id_ID:["Tengah"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],id_ID:["Tidak ada bursa yang sesuai dengan kriteria anda"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],id_ID:["Tidak ada Simbol yang sesuai dengan kriteria anda"]}},4607:e=>{e.exports={en:["November"]}},65353:e=>{e.exports={en:["Normal"]}},69102:e=>{e.exports={en:["Next year"],id_ID:["Tahun depan"]}},17538:e=>{e.exports={en:["Next years"],id_ID:["Tahun mendatang"]}},92790:e=>{e.exports={en:["Next month"],id_ID:["Bulan depan"]}},71300:e=>{e.exports={en:["Number format is invalid."],id_ID:["Format angka tidak valid."]}},28628:e=>{e.exports={en:["Sources"],id_ID:["Sumber"]}},88686:e=>{e.exports={en:["Solid"]}},30348:e=>{e.exports={en:["Saturday"],id_ID:["Sabtu"]}},8573:e=>{e.exports={en:["Search"],id_ID:["Cari"]}},57640:e=>{e.exports={en:["Select source"],id_ID:["Pilih sumber"]}},32179:e=>{e.exports={en:["September"]}},31331:e=>{e.exports={en:["Specified value is more than the instrument maximum of {max}."],id_ID:["Nilai yang ditentukan lebih dari maksimum instrumen yaitu {max}."]}},24216:e=>{e.exports={en:["Specified value is less than the instrument minimum of {min}."],id_ID:["Nilai yang ditentukan kurang dari minimum instrumen yaitu {min}."]}},61480:e=>{e.exports={en:["Sunday"],id_ID:["Minggu"]}},70235:e=>{e.exports={en:["Switch to months"],id_ID:["Beralih ke bulan"]}},91245:e=>{e.exports={en:["Switch to dates"],id_ID:["Beralih ke tanggal"]}},71961:e=>{e.exports={en:["Switch to years"],id_ID:["Beralih ke tahun"]}},95481:e=>{e.exports={en:["Symbol"],id_ID:["Simbol"]}},74007:e=>{e.exports={en:["Symbol & description"],id_ID:["Simbol & deskripsi"]}},51165:e=>{e.exports={en:["Symbol Search"],id_ID:["Pencarian Simbol"]}},27254:e=>{e.exports={en:["Please enter the right date"],id_ID:["Harap masukkan tanggal yang tepat"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"],id_ID:["Harap masukkan format tanggal yang benar yyyy-mm-dd"]}},93984:e=>{e.exports={en:["Previous month"],id_ID:["Bulan sebelumnya"]}},75776:e=>{e.exports={en:["Previous year"],
+id_ID:["Tahun sebelumnya"]}},44701:e=>{e.exports={en:["Previous years"],id_ID:["Tahun-tahun sebelumnya"]}},89984:e=>{e.exports={en:["Remove color"],id_ID:["Hilangkan warna"]}},47550:e=>{e.exports={en:["Remove selected emoji"],id_ID:["Hapus emoji yang dipilih"]}},50421:e=>{e.exports={en:["Right"],id_ID:["Kanan"]}},94226:e=>{e.exports={en:["Wednesday"],id_ID:["Rabu"]}},97118:e=>{e.exports={en:["Top"],id_ID:["Teratas"]}},25485:e=>{e.exports={en:["Text alignment"],id_ID:["Perataan teks"]}},67781:e=>{e.exports={en:["Text orientation"],id_ID:["Orientasi teks"]}},79137:e=>{e.exports={en:["Thursday"],id_ID:["Kamis"]}},54971:e=>{e.exports={en:["Thickness"],id_ID:["Ketebalan"]}},82160:e=>{e.exports={en:["Tuesday"],id_ID:["Selasa"]}},13748:e=>{e.exports={en:["Use special math signs to displace selected drawings: +,-,/,* for price and +,- for bar index."],id_ID:["Gunakan tanda matematika khusus untuk memindahkan gambar yang dipilih: +,-,/,* untuk harga dan +,- untuk indeks bar."]}},69526:e=>{e.exports={en:["Vertical"]}},66181:e=>{e.exports={en:["Years"],id_ID:["Tahun"]}},70932:e=>{e.exports={en:["commodity"],id_ID:["komiditas"]}},79599:e=>{e.exports={en:["cfd"]}},29426:e=>{e.exports={en:["change opacity"],id_ID:["Ubah Opasitas"]}},31675:e=>{e.exports={en:["change color"],id_ID:["Ubah Warna"]}},28818:e=>{e.exports={en:["change line style"],id_ID:["Ubah Corak Garis"]}},73281:e=>{e.exports={en:["change thickness"],id_ID:["Ubah Ketebalan"]}},25167:e=>{e.exports={en:["change {propertyName} property"],id_ID:["ubah properti {propertyName}"]}},5741:e=>{e.exports={en:["close"]}},46128:e=>{e.exports={en:["crypto"]}},47268:e=>{e.exports={en:["dr"]}},406:e=>{e.exports={en:["e.g. +1"],id_ID:["misalnya +1"]}},49957:e=>{e.exports={en:["e.g. /2"],id_ID:["misalnya /2"]}},54094:e=>{e.exports={en:["economy"],id_ID:["ekonomi"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"],id_ID:["kontrak berjangka"]}},59319:e=>{e.exports={en:["high"],id_ID:["tertinggi"]}},96008:e=>{e.exports={en:["hl2"]}},91189:e=>{e.exports={en:["hlc3"]}},49242:e=>{e.exports={en:["hlcc4"]}},87464:e=>{e.exports={en:["index"],id_ID:["indeks"]}},90250:e=>{e.exports={en:["indices"],id_ID:["indeks"]}},52793:e=>{e.exports={en:["ohlc4"]}},83584:e=>{e.exports={en:["open"],id_ID:["Buka"]}},41902:e=>{e.exports={en:["low"],id_ID:["terendah"]}},76752:e=>{e.exports={en:["stock"],id_ID:["saham"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.2530.6108ccc54d7b804c8af1.js b/public/charting_library/bundles/id_ID.2530.6108ccc54d7b804c8af1.js
new file mode 100644
index 0000000..92f0428
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.2530.6108ccc54d7b804c8af1.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2530,4109,9093],{4543:e=>{e.exports={en:["Cancel"],id_ID:["Batal"]}},47742:e=>{e.exports={en:["Close menu"],id_ID:["Pilih menu"]}},69207:e=>{e.exports={en:["Add to favorites"],id_ID:["Tambah ke daftar favorit"]}},69644:e=>{e.exports={en:["Available for Pro accounts"],id_ID:["Tersedia untuk akun Pro"]}},10640:e=>{e.exports={en:["Editors' picks"],id_ID:["Pilihan editor"]}},84549:e=>{e.exports={en:["Indicators"],id_ID:["Indikator"]}},70269:e=>{e.exports={en:["No indicators matched your criteria"],id_ID:["Tidak ada indikator yang cocok dengan kriteria anda."]}},7378:e=>{e.exports={en:["Script name"],id_ID:["Nama skrip"]}},8573:e=>{e.exports={en:["Search"],id_ID:["Cari"]}},85106:e=>{e.exports={en:["Remove from favorites"],id_ID:["Hilangkan dari favorit"]}},33673:e=>{e.exports={en:["{studyTitle} added to chart"],id_ID:["{studyTitle} telah ditambahkan ke chart"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.2787.b95db3c8cfe7fab3c811.js b/public/charting_library/bundles/id_ID.2787.b95db3c8cfe7fab3c811.js
new file mode 100644
index 0000000..5359c03
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.2787.b95db3c8cfe7fab3c811.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2787,6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],id_ID:["#{count} (harga, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],id_ID:["Koordinat"]}},24197:e=>{e.exports={en:["Center"],id_ID:["Tengah"]}},27567:e=>{e.exports={en:["Bottom"],id_ID:["Dasar"]}},72942:e=>{e.exports={en:["Days"],id_ID:["Hari"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],id_ID:["Pemindahan (harga, bar)"]}},61856:e=>{e.exports={en:["Extend left line"],id_ID:["Perpanjang garis kekiri"]}},87430:e=>{e.exports={en:["Extend right line"],id_ID:["Perpanjang garis kekanan"]}},56796:e=>{e.exports={en:["Hours"],id_ID:["Jam"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],id_ID:["Input"]}},11626:e=>{e.exports={en:["Left"],id_ID:["Kiri"]}},43154:e=>{e.exports={en:["Months"],id_ID:["Bulan"]}},68833:e=>{e.exports={en:["Middle"],id_ID:["Tengah"]}},42562:e=>{e.exports={en:["Minutes"],id_ID:["Menit"]}},65188:e=>{e.exports={en:["Seconds"],id_ID:["Detik"]}},50421:e=>{e.exports={en:["Right"],id_ID:["Kanan"]}},835:e=>{e.exports={en:["Weeks"],id_ID:["Minggu"]}},97118:e=>{e.exports={en:["Top"],id_ID:["Teratas"]}},70320:e=>{e.exports={en:["Text"],id_ID:["Teks"]}},25485:e=>{e.exports={en:["Text alignment"],id_ID:["Perataan teks"]}},67781:e=>{e.exports={en:["Text orientation"],id_ID:["Orientasi teks"]}},24821:e=>{e.exports={en:["Ticks"],id_ID:["Tick"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],id_ID:["Ubah koordinat bar X"]}},11737:e=>{e.exports={en:["change price Y coordinate"],id_ID:["Ubah koordinat harga Y"]}},96135:e=>{e.exports={en:["change {title} days to"],id_ID:["ubah {title} hari ke"]}},91201:e=>{e.exports={en:["change {title} days from"],id_ID:["ubah {title} hari dari"]}},8306:e=>{e.exports={en:["change {title} hours from"],id_ID:["ubah {title} jam dari"]}},67233:e=>{e.exports={en:["change {title} hours to"],id_ID:["ubah {title} jam ke"]}},99122:e=>{e.exports={en:["change {title} months from"],id_ID:["ubah {title} bulan dari"]}},10518:e=>{e.exports={en:["change {title} months to"],id_ID:["ubah {title} bulan ke"]}},38011:e=>{e.exports={en:["change {title} minutes to"],id_ID:["ubah {title} menit ke"]}},59820:e=>{e.exports={en:["change {title} minutes from"],id_ID:["ubah {title} menit dari"]}},6573:e=>{e.exports={en:["change {title} seconds to"],id_ID:["ubah {title} detik ke"]}},86780:e=>{e.exports={en:["change {title} seconds from"],id_ID:["ubah {title} detik dari"]}},32481:e=>{e.exports={en:["change {title} weeks from"],id_ID:["ubah {title} minggu dari"]}},18678:e=>{e.exports={en:["change {title} weeks to"],id_ID:["ubah {title} minggu ke"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],id_ID:["ubah visibilitas {title} pada tick"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],id_ID:["ubah visibilitas {title} dalam minggu"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],id_ID:["ubah visibilitas {title} di dalam {ranges}"]}},
+56402:e=>{e.exports={en:["change {title} visibility on days"],id_ID:["ubah visibilitas {title} dalam hari"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],id_ID:["ubah visibilitas {title} dalam jam"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],id_ID:["ubah visibilitas {title} dalam menit"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],id_ID:["ubah visibilitas {title} dalam bulan"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],id_ID:["ubah visibilitas {title} pada detik"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],id_ID:["ubah visibilitas garis {toolName}"]}},19541:e=>{e.exports={en:["change {toolName} line width"],id_ID:["ubah lebar garis {toolName}"]}},24059:e=>{e.exports={en:["change {toolName} line color"],id_ID:["ubah warna garis {toolName}"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],id_ID:["ubah garis perpanjangan ke kiri {toolName}"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],id_ID:["ubah garis perpanjangan ke kanan {toolName}"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],id_ID:["ubah ujung garis kiri {toolName}"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],id_ID:["ubah ujung garis kanan {toolName}"]}},66429:e=>{e.exports={en:["change {toolName} line style"],id_ID:["ubah corak garis {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],id_ID:["ubah properti {propertyName}"]}},35813:e=>{e.exports={en:["days"],id_ID:["Hari"]}},89919:e=>{e.exports={en:["days to"],id_ID:["hari ke"]}},59215:e=>{e.exports={en:["days from"],id_ID:["dari dari"]}},2359:e=>{e.exports={en:["hours"],id_ID:["Jam"]}},82267:e=>{e.exports={en:["hours from"],id_ID:["jam dari"]}},15600:e=>{e.exports={en:["hours to"],id_ID:["jam ke"]}},76261:e=>{e.exports={en:["move drawings"],id_ID:["Pindahkan gambar"]}},95300:e=>{e.exports={en:["months"],id_ID:["Bulan"]}},17250:e=>{e.exports={en:["months from"],id_ID:["bulan dari"]}},2828:e=>{e.exports={en:["months to"],id_ID:["bulan ke"]}},18726:e=>{e.exports={en:["minutes"],id_ID:["menit"]}},67649:e=>{e.exports={en:["minutes to"],id_ID:["menit ke"]}},22476:e=>{e.exports={en:["minutes from"],id_ID:["menit dari"]}},751:e=>{e.exports={en:["seconds"],id_ID:["detik"]}},73419:e=>{e.exports={en:["seconds to"],id_ID:["detik ke"]}},35801:e=>{e.exports={en:["seconds from"],id_ID:["detik dari"]}},45537:e=>{e.exports={en:["weeks"],id_ID:["minggu"]}},92859:e=>{e.exports={en:["weeks from"],id_ID:["minggu dari"]}},44127:e=>{e.exports={en:["weeks to"],id_ID:["minggu ke"]}},3539:e=>{e.exports={en:["ticks"],id_ID:["Tick"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.3181.259d07263a732c089332.js b/public/charting_library/bundles/id_ID.3181.259d07263a732c089332.js
new file mode 100644
index 0000000..92abd94
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.3181.259d07263a732c089332.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3181,6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],id_ID:["#{count} (harga, bar)"]}},33004:e=>{e.exports={en:["Counterclockwise"],id_ID:["Berlawanan arah jarum jam"]}},78930:e=>{e.exports={en:["Coordinates"],id_ID:["Koordinat"]}},24197:e=>{e.exports={en:["Center"],id_ID:["Tengah"]}},27567:e=>{e.exports={en:["Bottom"],id_ID:["Dasar"]}},72942:e=>{e.exports={en:["Days"],id_ID:["Hari"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],id_ID:["Pemindahan (harga, bar)"]}},56796:e=>{e.exports={en:["Hours"],id_ID:["Jam"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],id_ID:["Input"]}},11626:e=>{e.exports={en:["Left"],id_ID:["Kiri"]}},43154:e=>{e.exports={en:["Months"],id_ID:["Bulan"]}},68833:e=>{e.exports={en:["Middle"],id_ID:["Tengah"]}},42562:e=>{e.exports={en:["Minutes"],id_ID:["Menit"]}},65188:e=>{e.exports={en:["Seconds"],id_ID:["Detik"]}},50421:e=>{e.exports={en:["Right"],id_ID:["Kanan"]}},835:e=>{e.exports={en:["Weeks"],id_ID:["Minggu"]}},97118:e=>{e.exports={en:["Top"],id_ID:["Teratas"]}},70320:e=>{e.exports={en:["Text"],id_ID:["Teks"]}},25485:e=>{e.exports={en:["Text alignment"],id_ID:["Perataan teks"]}},67781:e=>{e.exports={en:["Text orientation"],id_ID:["Orientasi teks"]}},24821:e=>{e.exports={en:["Ticks"],id_ID:["Tick"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],id_ID:["Ubah koordinat bar X"]}},11737:e=>{e.exports={en:["change price Y coordinate"],id_ID:["Ubah koordinat harga Y"]}},60003:e=>{e.exports={en:["change {title} counterclockwise"],id_ID:["ubah {title} berlawanan jarum jam"]}},96135:e=>{e.exports={en:["change {title} days to"],id_ID:["ubah {title} hari ke"]}},91201:e=>{e.exports={en:["change {title} days from"],id_ID:["ubah {title} hari dari"]}},8306:e=>{e.exports={en:["change {title} hours from"],id_ID:["ubah {title} jam dari"]}},67233:e=>{e.exports={en:["change {title} hours to"],id_ID:["ubah {title} jam ke"]}},46040:e=>{e.exports={en:["change {title} line width"],id_ID:["ubah lebar garis {title}"]}},7455:e=>{e.exports={en:["change {title} line color"],id_ID:["ubah warna garis {title}"]}},30843:e=>{e.exports={en:["change {title} line style"],id_ID:["ubah corak garis {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],id_ID:["ubah {title} bulan dari"]}},10518:e=>{e.exports={en:["change {title} months to"],id_ID:["ubah {title} bulan ke"]}},38011:e=>{e.exports={en:["change {title} minutes to"],id_ID:["ubah {title} menit ke"]}},59820:e=>{e.exports={en:["change {title} minutes from"],id_ID:["ubah {title} menit dari"]}},6573:e=>{e.exports={en:["change {title} seconds to"],id_ID:["ubah {title} detik ke"]}},86780:e=>{e.exports={en:["change {title} seconds from"],id_ID:["ubah {title} detik dari"]}},32481:e=>{e.exports={en:["change {title} weeks from"],id_ID:["ubah {title} minggu dari"]}},18678:e=>{e.exports={en:["change {title} weeks to"],id_ID:["ubah {title} minggu ke"]}},98596:e=>{e.exports={
+en:["change {title} visibility on ticks"],id_ID:["ubah visibilitas {title} pada tick"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],id_ID:["ubah visibilitas {title} dalam minggu"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],id_ID:["ubah visibilitas {title} di dalam {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],id_ID:["ubah visibilitas {title} dalam hari"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],id_ID:["ubah visibilitas {title} dalam jam"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],id_ID:["ubah visibilitas {title} dalam menit"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],id_ID:["ubah visibilitas {title} dalam bulan"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],id_ID:["ubah visibilitas {title} pada detik"]}},25167:e=>{e.exports={en:["change {propertyName} property"],id_ID:["ubah properti {propertyName}"]}},35813:e=>{e.exports={en:["days"],id_ID:["Hari"]}},89919:e=>{e.exports={en:["days to"],id_ID:["hari ke"]}},59215:e=>{e.exports={en:["days from"],id_ID:["dari dari"]}},2359:e=>{e.exports={en:["hours"],id_ID:["Jam"]}},82267:e=>{e.exports={en:["hours from"],id_ID:["jam dari"]}},15600:e=>{e.exports={en:["hours to"],id_ID:["jam ke"]}},76261:e=>{e.exports={en:["move drawings"],id_ID:["Pindahkan gambar"]}},95300:e=>{e.exports={en:["months"],id_ID:["Bulan"]}},17250:e=>{e.exports={en:["months from"],id_ID:["bulan dari"]}},2828:e=>{e.exports={en:["months to"],id_ID:["bulan ke"]}},18726:e=>{e.exports={en:["minutes"],id_ID:["menit"]}},67649:e=>{e.exports={en:["minutes to"],id_ID:["menit ke"]}},22476:e=>{e.exports={en:["minutes from"],id_ID:["menit dari"]}},751:e=>{e.exports={en:["seconds"],id_ID:["detik"]}},73419:e=>{e.exports={en:["seconds to"],id_ID:["detik ke"]}},35801:e=>{e.exports={en:["seconds from"],id_ID:["detik dari"]}},45537:e=>{e.exports={en:["weeks"],id_ID:["minggu"]}},92859:e=>{e.exports={en:["weeks from"],id_ID:["minggu dari"]}},44127:e=>{e.exports={en:["weeks to"],id_ID:["minggu ke"]}},3539:e=>{e.exports={en:["ticks"],id_ID:["Tick"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.3355.c5e027afabcecc85b871.js b/public/charting_library/bundles/id_ID.3355.c5e027afabcecc85b871.js
new file mode 100644
index 0000000..85beab6
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.3355.c5e027afabcecc85b871.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3355,6155,3367,2303,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],id_ID:["#{count} (harga, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],id_ID:["Koordinat"]}},24197:e=>{e.exports={en:["Center"],id_ID:["Tengah"]}},6060:e=>{e.exports={en:["Add text"],id_ID:["Tambahkan teks"]}},27567:e=>{e.exports={en:["Bottom"],id_ID:["Dasar"]}},38408:e=>{e.exports={en:["Border"],id_ID:["Batas"]}},79468:e=>{e.exports={en:["Background"],id_ID:["Latar"]}},72942:e=>{e.exports={en:["Days"],id_ID:["Hari"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],id_ID:["Pemindahan (harga, bar)"]}},56796:e=>{e.exports={en:["Hours"],id_ID:["Jam"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],id_ID:["Input"]}},74872:e=>{e.exports={en:["Label"]}},11626:e=>{e.exports={en:["Left"],id_ID:["Kiri"]}},43154:e=>{e.exports={en:["Months"],id_ID:["Bulan"]}},68833:e=>{e.exports={en:["Middle"],id_ID:["Tengah"]}},42562:e=>{e.exports={en:["Minutes"],id_ID:["Menit"]}},65188:e=>{e.exports={en:["Seconds"],id_ID:["Detik"]}},50421:e=>{e.exports={en:["Right"],id_ID:["Kanan"]}},835:e=>{e.exports={en:["Weeks"],id_ID:["Minggu"]}},97118:e=>{e.exports={en:["Top"],id_ID:["Teratas"]}},70320:e=>{e.exports={en:["Text"],id_ID:["Teks"]}},7560:e=>{e.exports={en:["Text wrap"],id_ID:["Pembungkus Teks"]}},25485:e=>{e.exports={en:["Text alignment"],id_ID:["Perataan teks"]}},67781:e=>{e.exports={en:["Text orientation"],id_ID:["Orientasi teks"]}},24821:e=>{e.exports={en:["Ticks"],id_ID:["Tick"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],id_ID:["Ubah koordinat bar X"]}},11737:e=>{e.exports={en:["change price Y coordinate"],id_ID:["Ubah koordinat harga Y"]}},49765:e=>{e.exports={en:["change {title} background color"],id_ID:["ubah warna latar belakang {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],id_ID:["ubah {title} hari ke"]}},91201:e=>{e.exports={en:["change {title} days from"],id_ID:["ubah {title} hari dari"]}},8306:e=>{e.exports={en:["change {title} hours from"],id_ID:["ubah {title} jam dari"]}},67233:e=>{e.exports={en:["change {title} hours to"],id_ID:["ubah {title} jam ke"]}},99122:e=>{e.exports={en:["change {title} months from"],id_ID:["ubah {title} bulan dari"]}},10518:e=>{e.exports={en:["change {title} months to"],id_ID:["ubah {title} bulan ke"]}},38011:e=>{e.exports={en:["change {title} minutes to"],id_ID:["ubah {title} menit ke"]}},59820:e=>{e.exports={en:["change {title} minutes from"],id_ID:["ubah {title} menit dari"]}},6573:e=>{e.exports={en:["change {title} seconds to"],id_ID:["ubah {title} detik ke"]}},86780:e=>{e.exports={en:["change {title} seconds from"],id_ID:["ubah {title} detik dari"]}},32481:e=>{e.exports={en:["change {title} weeks from"],id_ID:["ubah {title} minggu dari"]}},18678:e=>{e.exports={en:["change {title} weeks to"],id_ID:["ubah {title} minggu ke"]}},57122:e=>{e.exports={en:["change {title} text"],id_ID:["Ubah teks {title}"]}},98596:e=>{e.exports={
+en:["change {title} visibility on ticks"],id_ID:["ubah visibilitas {title} pada tick"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],id_ID:["ubah visibilitas {title} dalam minggu"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],id_ID:["ubah visibilitas {title} di dalam {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],id_ID:["ubah visibilitas {title} dalam hari"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],id_ID:["ubah visibilitas {title} dalam jam"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],id_ID:["ubah visibilitas {title} dalam menit"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],id_ID:["ubah visibilitas {title} dalam bulan"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],id_ID:["ubah visibilitas {title} pada detik"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],id_ID:["ubah kelurusan label vertikal {toolName}"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],id_ID:["ubah kelurusan label horizontal {toolName}"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],id_ID:["ubah arah label {toolName}"]}},66668:e=>{e.exports={en:["change {toolName} text"],id_ID:["ubah teks {toolName}"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],id_ID:["ubah visibilitas teks {toolName}"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],id_ID:["ubah pembungkus teks {toolName}"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],id_ID:["ubah warna latar belakang teks {toolName}"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],id_ID:["ubah visibilitas latar belakang teks {toolName}"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],id_ID:["ubah warna bingkai teks {toolName}"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],id_ID:["ubah lebar bingkai teks {toolName}"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],id_ID:["ubah visibilitas bingkai teks {toolName}"]}},64500:e=>{e.exports={en:["change {toolName} text color"],id_ID:["ubah warna teks {toolName}"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],id_ID:["ubah ketebalan font teks {toolName}"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],id_ID:["ubah miring font teks {toolName}"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],id_ID:["ubah ukuran font teks {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],id_ID:["ubah properti {propertyName}"]}},35813:e=>{e.exports={en:["days"],id_ID:["Hari"]}},89919:e=>{e.exports={en:["days to"],id_ID:["hari ke"]}},59215:e=>{e.exports={en:["days from"],id_ID:["dari dari"]}},2359:e=>{e.exports={en:["hours"],id_ID:["Jam"]}},82267:e=>{e.exports={en:["hours from"],id_ID:["jam dari"]}},15600:e=>{e.exports={en:["hours to"],id_ID:["jam ke"]}},76261:e=>{e.exports={en:["move drawings"],id_ID:["Pindahkan gambar"]}},95300:e=>{e.exports={
+en:["months"],id_ID:["Bulan"]}},17250:e=>{e.exports={en:["months from"],id_ID:["bulan dari"]}},2828:e=>{e.exports={en:["months to"],id_ID:["bulan ke"]}},18726:e=>{e.exports={en:["minutes"],id_ID:["menit"]}},67649:e=>{e.exports={en:["minutes to"],id_ID:["menit ke"]}},22476:e=>{e.exports={en:["minutes from"],id_ID:["menit dari"]}},751:e=>{e.exports={en:["seconds"],id_ID:["detik"]}},73419:e=>{e.exports={en:["seconds to"],id_ID:["detik ke"]}},35801:e=>{e.exports={en:["seconds from"],id_ID:["detik dari"]}},45537:e=>{e.exports={en:["weeks"],id_ID:["minggu"]}},92859:e=>{e.exports={en:["weeks from"],id_ID:["minggu dari"]}},44127:e=>{e.exports={en:["weeks to"],id_ID:["minggu ke"]}},3539:e=>{e.exports={en:["ticks"],id_ID:["Tick"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.3357.613d24759e11646b0997.js b/public/charting_library/bundles/id_ID.3357.613d24759e11646b0997.js
new file mode 100644
index 0000000..e73f343
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.3357.613d24759e11646b0997.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3357,4109,9093],{53288:a=>{a.exports={en:["animals & nature"],id_ID:["hewan & alam"]}},21311:a=>{a.exports={en:["activity"],id_ID:["aktivitas"]}},90678:a=>{a.exports={en:["food & drink"],id_ID:["makanan & minuman"]}},6715:a=>{a.exports={en:["flags"],id_ID:["bendera"]}},98355:a=>{a.exports={en:["objects"],id_ID:["objek"]}},43438:a=>{a.exports={en:["smiles & people"],id_ID:["senyuman & orang"]}},40457:a=>{a.exports={en:["symbols"],id_ID:["simbol"]}},88906:a=>{a.exports={en:["recently used"],id_ID:["baru digunakan"]}},28562:a=>{a.exports={en:["travel & places"],id_ID:["perjalanan & tempat"]}},4543:a=>{a.exports={en:["Cancel"],id_ID:["Batal"]}},47742:a=>{a.exports={en:["Close menu"],id_ID:["Pilih menu"]}},69207:a=>{a.exports={en:["Add to favorites"],id_ID:["Tambah ke daftar favorit"]}},80439:a=>{a.exports={en:["Do you really want to delete chart layout '{name}' ? This can't be undone. Your drawings and this layout will be gone forever."],id_ID:["Apakah anda benar-benar ingin menghapus layout chart '{name}'? Ini tidak dapat dibatalkan. Gambar dan layout ini akan hilang selamanya."]}},56495:a=>{a.exports={en:["Do you really want to delete chart layout '{name}' that contains {n_drawings_on_n_symbols}? This can't be undone. Your drawings and this layout will be gone forever."],id_ID:["Apakah anda benar-benar ingin menghapus layout chart '{name}' yang berisi {n_drawings_on_n_symbols}? Ini tidak dapat dibatalkan. Gambar dan layout ini akan hilang selamanya."]}},55108:a=>{a.exports={en:["Date modified (oldest first)"],id_ID:["Tanggal modifikasi (dari yang terlama)"]}},75272:a=>{a.exports={en:["Date modified (newest first)"],id_ID:["Tanggal modifikasi (dari yang terbaru)"]}},11478:a=>{a.exports={en:["Layout name"],id_ID:["Nama Layout"]}},21329:a=>{a.exports={en:["Layout name (A to Z)"],id_ID:["Nama layout (A ke Z)"]}},11324:a=>{a.exports={en:["Layout name (Z to A)"],id_ID:["Nama layout (Z ke A)"]}},21355:a=>{a.exports={en:["Layouts"],id_ID:["Layout"]}},63269:a=>{a.exports={en:["No layouts matched your criteria"],id_ID:["Tidak ada layout yang sesuai dengan kriteria anda"]}},5191:a=>{a.exports={en:["Sort by layout name, date changed"],id_ID:["Urut berdasarkan nama layout, tanggal perubahan"]}},8573:a=>{a.exports={en:["Search"],id_ID:["Cari"]}},85106:a=>{a.exports={en:["Remove from favorites"],id_ID:["Hilangkan dari favorit"]}},47550:a=>{a.exports={en:["Remove selected emoji"],id_ID:["Hapus emoji yang dipilih"]}},30502:a=>{a.exports={en:["on {amount} symbol","on {amount} symbols"],id_ID:["pada {amount} simbol"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.3367.8357e9248b9de0310231.js b/public/charting_library/bundles/id_ID.3367.8357e9248b9de0310231.js
new file mode 100644
index 0000000..740f9d2
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.3367.8357e9248b9de0310231.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3367,6155,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],id_ID:["#{count} (harga, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],id_ID:["Koordinat"]}},24197:e=>{e.exports={en:["Center"],id_ID:["Tengah"]}},27567:e=>{e.exports={en:["Bottom"],id_ID:["Dasar"]}},38408:e=>{e.exports={en:["Border"],id_ID:["Batas"]}},79468:e=>{e.exports={en:["Background"],id_ID:["Latar"]}},72942:e=>{e.exports={en:["Days"],id_ID:["Hari"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],id_ID:["Pemindahan (harga, bar)"]}},56796:e=>{e.exports={en:["Hours"],id_ID:["Jam"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],id_ID:["Input"]}},11626:e=>{e.exports={en:["Left"],id_ID:["Kiri"]}},43154:e=>{e.exports={en:["Months"],id_ID:["Bulan"]}},68833:e=>{e.exports={en:["Middle"],id_ID:["Tengah"]}},42562:e=>{e.exports={en:["Minutes"],id_ID:["Menit"]}},65188:e=>{e.exports={en:["Seconds"],id_ID:["Detik"]}},50421:e=>{e.exports={en:["Right"],id_ID:["Kanan"]}},835:e=>{e.exports={en:["Weeks"],id_ID:["Minggu"]}},97118:e=>{e.exports={en:["Top"],id_ID:["Teratas"]}},70320:e=>{e.exports={en:["Text"],id_ID:["Teks"]}},7560:e=>{e.exports={en:["Text wrap"],id_ID:["Pembungkus Teks"]}},25485:e=>{e.exports={en:["Text alignment"],id_ID:["Perataan teks"]}},67781:e=>{e.exports={en:["Text orientation"],id_ID:["Orientasi teks"]}},24821:e=>{e.exports={en:["Ticks"],id_ID:["Tick"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],id_ID:["Ubah koordinat bar X"]}},11737:e=>{e.exports={en:["change price Y coordinate"],id_ID:["Ubah koordinat harga Y"]}},96135:e=>{e.exports={en:["change {title} days to"],id_ID:["ubah {title} hari ke"]}},91201:e=>{e.exports={en:["change {title} days from"],id_ID:["ubah {title} hari dari"]}},8306:e=>{e.exports={en:["change {title} hours from"],id_ID:["ubah {title} jam dari"]}},67233:e=>{e.exports={en:["change {title} hours to"],id_ID:["ubah {title} jam ke"]}},99122:e=>{e.exports={en:["change {title} months from"],id_ID:["ubah {title} bulan dari"]}},10518:e=>{e.exports={en:["change {title} months to"],id_ID:["ubah {title} bulan ke"]}},38011:e=>{e.exports={en:["change {title} minutes to"],id_ID:["ubah {title} menit ke"]}},59820:e=>{e.exports={en:["change {title} minutes from"],id_ID:["ubah {title} menit dari"]}},6573:e=>{e.exports={en:["change {title} seconds to"],id_ID:["ubah {title} detik ke"]}},86780:e=>{e.exports={en:["change {title} seconds from"],id_ID:["ubah {title} detik dari"]}},32481:e=>{e.exports={en:["change {title} weeks from"],id_ID:["ubah {title} minggu dari"]}},18678:e=>{e.exports={en:["change {title} weeks to"],id_ID:["ubah {title} minggu ke"]}},57122:e=>{e.exports={en:["change {title} text"],id_ID:["Ubah teks {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],id_ID:["ubah visibilitas {title} pada tick"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],id_ID:["ubah visibilitas {title} dalam minggu"]}},55616:e=>{e.exports={
+en:["change {title} visibility on {ranges}"],id_ID:["ubah visibilitas {title} di dalam {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],id_ID:["ubah visibilitas {title} dalam hari"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],id_ID:["ubah visibilitas {title} dalam jam"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],id_ID:["ubah visibilitas {title} dalam menit"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],id_ID:["ubah visibilitas {title} dalam bulan"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],id_ID:["ubah visibilitas {title} pada detik"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],id_ID:["ubah kelurusan label vertikal {toolName}"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],id_ID:["ubah kelurusan label horizontal {toolName}"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],id_ID:["ubah arah label {toolName}"]}},66668:e=>{e.exports={en:["change {toolName} text"],id_ID:["ubah teks {toolName}"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],id_ID:["ubah visibilitas teks {toolName}"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],id_ID:["ubah pembungkus teks {toolName}"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],id_ID:["ubah warna latar belakang teks {toolName}"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],id_ID:["ubah visibilitas latar belakang teks {toolName}"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],id_ID:["ubah warna bingkai teks {toolName}"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],id_ID:["ubah lebar bingkai teks {toolName}"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],id_ID:["ubah visibilitas bingkai teks {toolName}"]}},64500:e=>{e.exports={en:["change {toolName} text color"],id_ID:["ubah warna teks {toolName}"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],id_ID:["ubah ketebalan font teks {toolName}"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],id_ID:["ubah miring font teks {toolName}"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],id_ID:["ubah ukuran font teks {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],id_ID:["ubah properti {propertyName}"]}},35813:e=>{e.exports={en:["days"],id_ID:["Hari"]}},89919:e=>{e.exports={en:["days to"],id_ID:["hari ke"]}},59215:e=>{e.exports={en:["days from"],id_ID:["dari dari"]}},2359:e=>{e.exports={en:["hours"],id_ID:["Jam"]}},82267:e=>{e.exports={en:["hours from"],id_ID:["jam dari"]}},15600:e=>{e.exports={en:["hours to"],id_ID:["jam ke"]}},76261:e=>{e.exports={en:["move drawings"],id_ID:["Pindahkan gambar"]}},95300:e=>{e.exports={en:["months"],id_ID:["Bulan"]}},17250:e=>{e.exports={en:["months from"],id_ID:["bulan dari"]}},2828:e=>{e.exports={en:["months to"],id_ID:["bulan ke"]}},18726:e=>{e.exports={en:["minutes"],id_ID:["menit"]}},67649:e=>{
+e.exports={en:["minutes to"],id_ID:["menit ke"]}},22476:e=>{e.exports={en:["minutes from"],id_ID:["menit dari"]}},751:e=>{e.exports={en:["seconds"],id_ID:["detik"]}},73419:e=>{e.exports={en:["seconds to"],id_ID:["detik ke"]}},35801:e=>{e.exports={en:["seconds from"],id_ID:["detik dari"]}},45537:e=>{e.exports={en:["weeks"],id_ID:["minggu"]}},92859:e=>{e.exports={en:["weeks from"],id_ID:["minggu dari"]}},44127:e=>{e.exports={en:["weeks to"],id_ID:["minggu ke"]}},3539:e=>{e.exports={en:["ticks"],id_ID:["Tick"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.359.3c5835e59f61404fe3cc.js b/public/charting_library/bundles/id_ID.359.3c5835e59f61404fe3cc.js
new file mode 100644
index 0000000..a9e1bd6
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.359.3c5835e59f61404fe3cc.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[359,4040],{41256:e=>{e.exports={en:["Back"],id_ID:["Kembali"]}},53174:e=>{e.exports={en:["Right"],id_ID:["Kanan"]}},4543:e=>{e.exports={en:["Cancel"],id_ID:["Batal"]}},47742:e=>{e.exports={en:["Close menu"],id_ID:["Pilih menu"]}},34040:e=>{e.exports={en:["All sources"],id_ID:["Seluruh sumber"]}},42358:e=>{e.exports={en:["Bond"],id_ID:["Surat hutang"]}},78734:e=>{e.exports={en:["Description"],id_ID:["Deskripsi"]}},37117:e=>{e.exports={en:["More"],id_ID:["Lebih lanjut"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],id_ID:["Tidak ada bursa yang sesuai dengan kriteria anda"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],id_ID:["Tidak ada Simbol yang sesuai dengan kriteria anda"]}},28628:e=>{e.exports={en:["Sources"],id_ID:["Sumber"]}},8573:e=>{e.exports={en:["Search"],id_ID:["Cari"]}},57640:e=>{e.exports={en:["Select source"],id_ID:["Pilih sumber"]}},95481:e=>{e.exports={en:["Symbol"],id_ID:["Simbol"]}},74007:e=>{e.exports={en:["Symbol & description"],id_ID:["Simbol & deskripsi"]}},51165:e=>{e.exports={en:["Symbol Search"],id_ID:["Pencarian Simbol"]}},70932:e=>{e.exports={en:["commodity"],id_ID:["komiditas"]}},79599:e=>{e.exports={en:["cfd"]}},46128:e=>{e.exports={en:["crypto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"],id_ID:["ekonomi"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"],id_ID:["kontrak berjangka"]}},87464:e=>{e.exports={en:["index"],id_ID:["indeks"]}},90250:e=>{e.exports={en:["indices"],id_ID:["indeks"]}},76752:e=>{e.exports={en:["stock"],id_ID:["saham"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.3597.9c639cb519af03750b8e.js b/public/charting_library/bundles/id_ID.3597.9c639cb519af03750b8e.js
new file mode 100644
index 0000000..5ad4799
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.3597.9c639cb519af03750b8e.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3597],{53288:e=>{e.exports={en:["animals & nature"],id_ID:["hewan & alam"]}},21311:e=>{e.exports={en:["activity"],id_ID:["aktivitas"]}},90678:e=>{e.exports={en:["food & drink"],id_ID:["makanan & minuman"]}},6715:e=>{e.exports={en:["flags"],id_ID:["bendera"]}},98355:e=>{e.exports={en:["objects"],id_ID:["objek"]}},43438:e=>{e.exports={en:["smiles & people"],id_ID:["senyuman & orang"]}},40457:e=>{e.exports={en:["symbols"],id_ID:["simbol"]}},88906:e=>{e.exports={en:["recently used"],id_ID:["baru digunakan"]}},28562:e=>{e.exports={en:["travel & places"],id_ID:["perjalanan & tempat"]}},4543:e=>{e.exports={en:["Cancel"],id_ID:["Batal"]}},47742:e=>{e.exports={en:["Close menu"],id_ID:["Pilih menu"]}},4461:e=>{e.exports={en:["Add emoji"],id_ID:["Tambahkan emoji"]}},9372:e=>{e.exports={en:["Indicator template '{templateName}' already exists. Do you really want to replace it?"],id_ID:["Template indikator '{templateName}' sudah ada. Apakah anda yakin ingin menggantinya?"]}},19295:e=>{e.exports={en:["Ok"]}},85888:e=>{e.exports={en:["No results found"],id_ID:["Hasil tidak ditemukan"]}},64e3:e=>{e.exports={en:["Save"],id_ID:["Simpan"]}},71924:e=>{e.exports={en:["Save indicator template"],id_ID:["Simpan template indikator"]}},6081:e=>{e.exports={en:["Saved indicators"],id_ID:["Indikator tersimpan"]}},63035:e=>{e.exports={en:["Selecting this option will set the {interval} interval on the chart when this template is applied"],id_ID:["Memilih opsi ini akan mengatur interval {interval} pada chart saat template ini diterapkan"]}},13860:e=>{e.exports={en:["Selecting this option will set the {symbol} symbol on the chart when this template is applied"],id_ID:["Memilih opsi ini akan mengatur simbol {symbol} pada chart saat template ini diterapkan"]}},18698:e=>{e.exports={en:["Remember Interval"],id_ID:["Ingat Interval"]}},57149:e=>{e.exports={en:["Remember Symbol"],id_ID:["Ingat Simbol"]}},47550:e=>{e.exports={en:["Remove selected emoji"],id_ID:["Hapus emoji yang dipilih"]}},59233:e=>{e.exports={en:["Template name"],id_ID:["Nama template"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.4040.333002e872dd8b0c1c95.js b/public/charting_library/bundles/id_ID.4040.333002e872dd8b0c1c95.js
new file mode 100644
index 0000000..b3d20c8
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.4040.333002e872dd8b0c1c95.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4040],{34040:e=>{e.exports={en:["All sources"],id_ID:["Seluruh sumber"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.4109.921da6023cc8aa9fe3a5.js b/public/charting_library/bundles/id_ID.4109.921da6023cc8aa9fe3a5.js
new file mode 100644
index 0000000..8f284b0
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.4109.921da6023cc8aa9fe3a5.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4109],{69207:a=>{a.exports={en:["Add to favorites"],id_ID:["Tambah ke daftar favorit"]}},85106:a=>{a.exports={en:["Remove from favorites"],id_ID:["Hilangkan dari favorit"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.4166.e3c369fb8ae4775c7f89.js b/public/charting_library/bundles/id_ID.4166.e3c369fb8ae4775c7f89.js
new file mode 100644
index 0000000..e268a19
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.4166.e3c369fb8ae4775c7f89.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4166],{80996:a=>{a.exports={en:["Local drawings"],id_ID:["Gambar lokal"]}},84212:a=>{a.exports={en:["No drawings yet"],id_ID:["Belum ada gambar saat ini"]}},92931:a=>{a.exports={en:["Synced globally"],id_ID:["Disinkronisasi secara global"]}},41870:a=>{a.exports={en:["Synced in layout"],id_ID:["Disinkronisasi dalam layout"]}},8182:a=>{a.exports={en:["Remove all drawings for this symbol"],id_ID:["Hilangkan seluruh gambar pada simbol ini"]}},58407:a=>{a.exports={en:["remove all line tools for {symbol}"],id_ID:["Hilangkan semua peralatan garis untuk {symbol}"]}},90755:a=>{a.exports={en:["{drawingsCount} drawing","{drawingsCount} drawings"],id_ID:["{drawingsCount} gambar"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.4211.932ffa2dc04657916b72.js b/public/charting_library/bundles/id_ID.4211.932ffa2dc04657916b72.js
new file mode 100644
index 0000000..04784b5
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.4211.932ffa2dc04657916b72.js
@@ -0,0 +1,4 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4211,4040,359,4109,9093],{23821:e=>{e.exports={en:["Dot"],id_ID:["Titik"]}},41256:e=>{e.exports={en:["Back"],id_ID:["Kembali"]}},53174:e=>{e.exports={en:["Right"],id_ID:["Kanan"]}},57e3:e=>{e.exports={en:["Compare"],id_ID:["Bandingkan"]}},93111:e=>{e.exports={en:["Content"],id_ID:["Konten"]}},8270:e=>{e.exports={en:["Copy link to the chart image"],id_ID:["Salin tautan menuju gambar chart"]}},4543:e=>{e.exports={en:["Cancel"],id_ID:["Batal"]}},59934:e=>{e.exports={en:["Channels"],id_ID:["Kanal / Channel"]}},63245:e=>{e.exports={en:["Change symbol"],id_ID:["Ubah simbol"]}},56281:e=>{e.exports={en:["Chart style Columns"],id_ID:["Corak chart Kolom"]}},64526:e=>{e.exports={en:["Chart style Candles"],id_ID:["Corak chart Candle"]}},9537:e=>{e.exports={en:["Chart style Area"],id_ID:["Corak chart Area"]}},19265:e=>{e.exports={en:["Chart style Bars"],id_ID:["Corak chart Bar"]}},19579:e=>{e.exports={en:["Chart style Baseline"],id_ID:["Corak chart Garis Dasar"]}},47189:e=>{e.exports={en:["Chart style Kagi"],id_ID:["Corak chart Kagi"]}},39883:e=>{e.exports={en:["Chart style HLC area"],id_ID:["Corak chart Area HLC"]}},67579:e=>{e.exports={en:["Chart style HLC bars"]}},44958:e=>{e.exports={en:["Chart style Hollow candles"],id_ID:["Corak chart Candle Kosong"]}},62423:e=>{e.exports={en:["Chart style Heikin Ashi"],id_ID:["Corak chart Heikin Ashi"]}},70405:e=>{e.exports={en:["Chart style High-low"],id_ID:["Corak chart High-low"]}},92911:e=>{e.exports={en:["Chart style Line"],id_ID:["Corak chart Garis"]}},35458:e=>{e.exports={en:["Chart style Line with markers"],id_ID:["Corak chart Garis dengan penanda"]}},11604:e=>{e.exports={en:["Chart style Line break"],id_ID:["Corak chart Garis Jeda"]}},67346:e=>{e.exports={en:["Chart style Session volume profile"],id_ID:["Corak chart Profil Volume Sesi"]}},40447:e=>{e.exports={en:["Chart style Step line"],id_ID:["Corak chart Garis Tahap"]}},22027:e=>{e.exports={en:["Chart style Point & figure"],id_ID:["Motif chart Poin & Figur"]}},49942:e=>{e.exports={en:["Chart style Range"],id_ID:["Corak chart Rentang"]}},80082:e=>{e.exports={en:["Chart style Renko"],id_ID:["Corak chart Renko"]}},94861:e=>{e.exports={en:["Chart style Time Price Opportunity"],id_ID:["Corak chart Peluang Harga Waktu"]}},13618:e=>{e.exports={en:["Chart style Volume candles"],id_ID:["Corak chart Candle Volume"]}},21190:e=>{e.exports={en:["Chart style Volume footprint"],id_ID:["Corak chart Footprint Volume"]}},53438:e=>{e.exports={en:["Chart template"],id_ID:["Template chart"]}},47742:e=>{e.exports={en:["Close menu"],id_ID:["Pilih menu"]}},81578:e=>{e.exports={en:["Cursors"],id_ID:["Kursor"]}},77915:e=>{e.exports={en:["Cycles"],id_ID:["Siklus"]}},32064:e=>{e.exports={en:["Annotation tools"],id_ID:["Peralatan Catatan"]}},69207:e=>{e.exports={en:["Add to favorites"],id_ID:["Tambah ke daftar favorit"]}},34040:e=>{e.exports={en:["All sources"],id_ID:["Seluruh sumber"]}},19147:e=>{e.exports={en:["Arrows"],id_ID:["Panah"]}},42358:e=>{e.exports={en:["Bond"],
+id_ID:["Surat hutang"]}},65695:e=>{e.exports={en:["Brushes"],id_ID:["Kuas"]}},51494:e=>{e.exports={en:["Gann"]}},2654:e=>{e.exports={en:["Gann and Fibonacci tools"],id_ID:["Peralatan Gann dan Fibonacci"]}},22145:e=>{e.exports={en:["Geometric shapes"],id_ID:["Bentuk-Bentuk Geometris"]}},57157:e=>{e.exports={en:["Dot"],id_ID:["Titik"]}},25848:e=>{e.exports={en:["Dark theme"],id_ID:["Tema gelap"]}},14939:e=>{e.exports={en:["Demonstration"],id_ID:["Demonstrasi"]}},78734:e=>{e.exports={en:["Description"],id_ID:["Deskripsi"]}},74385:e=>{e.exports={en:["Drawings"],id_ID:["Gambar"]}},44255:e=>{e.exports={en:["Elliott waves"],id_ID:["Gelombang Elliott"]}},8727:e=>{e.exports={en:["Eraser"],id_ID:["Penghapus"]}},93308:e=>{e.exports={en:["Extended session"],id_ID:["Sesi perpanjangan"]}},1410:e=>{e.exports={en:["Forecasting and measurement tools"],id_ID:["Peralatan Prediksi dan Pengukuran"]}},26578:e=>{e.exports={en:["Fibonacci"]}},67092:e=>{e.exports={en:["Fullscreen mode"],id_ID:["Mode layar penuh"]}},83576:e=>{e.exports={en:["Function"],id_ID:["Fungsi"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"],id_ID:["Tahan tombol {hotKey_0} untuk gambar sementara"]}},27077:e=>{e.exports={en:["Open Object Tree"],id_ID:["Buka pohon objek"]}},7386:e=>{e.exports={en:["Open chart layout"],id_ID:["Buka layout chart"]}},79451:e=>{e.exports={en:["Lock all drawings"],id_ID:["Kunci Semua Peralatan Gambar"]}},35112:e=>{e.exports={en:["Move chart back"],id_ID:["Pindahkan chart ke belakang"]}},12754:e=>{e.exports={en:["Move chart forward"],id_ID:["Pindahkan chart ke depan"]}},37117:e=>{e.exports={en:["More"],id_ID:["Lebih lanjut"]}},35553:e=>{e.exports={en:["Magic"],id_ID:["Sihir"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"],id_ID:["Mode Magnet menempelkan gambar didekat bar harga dengan nilai OHLC yang terdekat"]}},81031:e=>{e.exports={en:["Manage layout drawings"],id_ID:["Kelola layout gambar"]}},91563:e=>{e.exports={en:["Measure"],id_ID:["Mengukur"]}},97050:e=>{e.exports={en:["Measurer"],id_ID:["Alat pengukur"]}},7276:e=>{e.exports={en:["Merge all scales to the left"],id_ID:["Gabungkan seluruh skala ke kiri"]}},80219:e=>{e.exports={en:["Merge all scales to the right"],id_ID:["Gabungkan seluruh skala ke kanan"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],id_ID:["Tidak ada bursa yang sesuai dengan kriteria anda"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],id_ID:["Tidak ada Simbol yang sesuai dengan kriteria anda"]}},47202:e=>{e.exports={en:["Nothing matches your criteria"],id_ID:["Tidak ada yang cocok dengan kriteria anda"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"],id_ID:["Gambar baru akan direplikasi ke seluruh chart didalam layout dan ditampilkan saat ticker yang sama dipilih"]}},3521:e=>{e.exports={en:["New drawings will sync globally"],id_ID:["Gambar baru akan disinkronisasikan secara global"]}},93027:e=>{e.exports={
+en:["New drawings will sync in layout"],id_ID:["Gambar baru akan disinkronisasikan pada layout"]}},28628:e=>{e.exports={en:["Sources"],id_ID:["Sumber"]}},41569:e=>{e.exports={en:["Save chart layout"],id_ID:["Simpan layout chart"]}},8573:e=>{e.exports={en:["Search"],id_ID:["Cari"]}},79354:e=>{e.exports={en:["Search tool or function"],id_ID:["Alat atau fungsi pencarian"]}},57640:e=>{e.exports={en:["Select source"],id_ID:["Pilih sumber"]}},65781:e=>{e.exports={en:["Shapes"],id_ID:["Bentuk"]}},3154:e=>{e.exports={en:["Show Hidden Tools"],id_ID:["Perlihatkan Alat Tersembunyi"]}},85786:e=>{e.exports={en:["Show Object Tree"],id_ID:["Tampilkan Pohon Objek"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],id_ID:["Tetap Dalam Mode Menggambar"]}},94593:e=>{e.exports={en:["Strong Magnet"],id_ID:["Magnet Kuat"]}},95481:e=>{e.exports={en:["Symbol"],id_ID:["Simbol"]}},74007:e=>{e.exports={en:["Symbol & description"],id_ID:["Simbol & deskripsi"]}},51165:e=>{e.exports={en:["Symbol Search"],id_ID:["Pencarian Simbol"]}},23391:e=>{e.exports={en:["Sync drawings to all charts"],id_ID:["Sinkronisasi gambar pada semua chart"]}},46417:e=>{e.exports={en:["Patterns"],id_ID:["Motif-Motif"]}},36167:e=>{e.exports={en:["Pitchforks"],id_ID:["Pitchfork"]}},79366:e=>{e.exports={en:["Previous day close price line"],id_ID:["Garis Harga Penutupan Hari Sebelumnya"]}},76753:e=>{e.exports={en:["Recent search"],id_ID:["Pencarian terbaru"]}},28051:e=>{e.exports={en:["Regular session"],id_ID:["Sesi reguler"]}},57118:e=>{e.exports={en:["Remove Drawings"],id_ID:["Hilangkan Gambar"]}},4474:e=>{e.exports={en:["Remove all indicators and drawing tools"],id_ID:["Hilangkan seluruh indikator dan alat gambar"]}},96374:e=>{e.exports={en:["Remove drawings"],id_ID:["Hilangkan Gambar"]}},85106:e=>{e.exports={en:["Remove from favorites"],id_ID:["Hilangkan dari favorit"]}},99984:e=>{e.exports={en:["Remove indicators"],id_ID:["Hilangkan Indikator"]}},38206:e=>{e.exports={en:["Rename chart layout"],id_ID:["Ubah nama layout chart"]}},31789:e=>{e.exports={en:["Reset chart"],id_ID:["Atur ulang chart"]}},3519:e=>{e.exports={en:["Weak Magnet"],id_ID:["Magnet Lemah"]}},65831:e=>{e.exports={en:["Text & Notes"],id_ID:["Teks & Catatan"]}},48773:e=>{e.exports={en:["Trend line tools"],id_ID:["Peralatan Garis Tren"]}},27463:e=>{e.exports={en:["Type to search for drawings, functions and settings"],id_ID:["Ketik untuk mencari gambar, fungsi dan pengaturan"]}},69260:e=>{e.exports={en:["Volume-based"],id_ID:["Berbasis volume"]}},78659:e=>{e.exports={en:["You're changing the user interface to the {name} theme. Would you like to switch the chart template's theme too?"],id_ID:["Anda mengubah interface pengguna ke tema {name}. Apakah anda ingin mengganti tema template chartnya juga?"]}},55774:e=>{e.exports={en:["Zoom In"],id_ID:["Perbesar"]}},37310:e=>{e.exports={en:["Zoom Out"],id_ID:["Perkecil"]}},70932:e=>{e.exports={en:["commodity"],id_ID:["komiditas"]}},79599:e=>{e.exports={en:["cfd"]}},13489:e=>{e.exports={en:["change ideas visibility on chart"],id_ID:["ubah visibilitas ide pada chart"]}
+},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"],id_ID:["ubah visibilitas label nama indikator dan finansial"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"],id_ID:["ubah visibilitas label nilai indikator dan finansial"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"],id_ID:["Ubah visibilitas harga pra/pasca pasar"]}},46128:e=>{e.exports={en:["crypto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"],id_ID:["ekonomi"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"],id_ID:["kontrak berjangka"]}},87464:e=>{e.exports={en:["index"],id_ID:["indeks"]}},90250:e=>{e.exports={en:["indices"],id_ID:["indeks"]}},76752:e=>{e.exports={en:["stock"],id_ID:["saham"]}},94521:e=>{e.exports={en:["sync drawings"],id_ID:["sinkronisasikan gambar"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"],id_ID:["{hotKey_0} + Klik pada chart"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"],id_ID:["{hotKey_0} — lingkaran"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"],id_ID:["{hotKey_0} — menggambar garis lurus dengan sudut 45 derajat"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"],id_ID:["{hotKey_0} — kenaikan tetap"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"],id_ID:["{hotKey_0} — persegi"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.4543.af2e0ddd821d5bacf27b.js b/public/charting_library/bundles/id_ID.4543.af2e0ddd821d5bacf27b.js
new file mode 100644
index 0000000..1af5937
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.4543.af2e0ddd821d5bacf27b.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4543],{63271:e=>{e.exports={en:["Flipped"],id_ID:["Membalik"]}},28941:e=>{e.exports={en:["Mirrored"],id_ID:["Dicerminkan"]}},92479:e=>{e.exports={en:["flip bars pattern"],id_ID:["balik motif bar"]}},20965:e=>{e.exports={en:["mirror bars pattern"],id_ID:["cerminkan motif bar"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.4593.99cfdf832ec7f90cc2a7.js b/public/charting_library/bundles/id_ID.4593.99cfdf832ec7f90cc2a7.js
new file mode 100644
index 0000000..a8323e7
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.4593.99cfdf832ec7f90cc2a7.js
@@ -0,0 +1,5 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4593,4040,359,4821],{55517:e=>{e.exports={en:["Add"],id_ID:["Tambah"]}},29619:e=>{e.exports={en:["Add custom color"],id_ID:["Tambahkan warna khusus"]}},80936:e=>{e.exports={en:["Opacity"],id_ID:["Transparansi"]}},33857:e=>{e.exports={en:["Cross"]}},97349:e=>{e.exports={en:["Fr"],id_ID:["Jum"]}},30961:e=>{e.exports={en:["Mo"],id_ID:["Sen"]}},94748:e=>{e.exports={en:["Sa"],id_ID:["Sab"]}},75005:e=>{e.exports={en:["Su"],id_ID:["Min"]}},92578:e=>{e.exports={en:["We"],id_ID:["Rab"]}},8765:e=>{e.exports={en:["Th"],id_ID:["Kam"]}},9135:e=>{e.exports={en:["Tu"],id_ID:["Sel"]}},53288:e=>{e.exports={en:["animals & nature"],id_ID:["hewan & alam"]}},21311:e=>{e.exports={en:["activity"],id_ID:["aktivitas"]}},90678:e=>{e.exports={en:["food & drink"],id_ID:["makanan & minuman"]}},6715:e=>{e.exports={en:["flags"],id_ID:["bendera"]}},98355:e=>{e.exports={en:["objects"],id_ID:["objek"]}},43438:e=>{e.exports={en:["smiles & people"],id_ID:["senyuman & orang"]}},40457:e=>{e.exports={en:["symbols"],id_ID:["simbol"]}},88906:e=>{e.exports={en:["recently used"],id_ID:["baru digunakan"]}},28562:e=>{e.exports={en:["travel & places"],id_ID:["perjalanan & tempat"]}},24716:e=>{e.exports={en:["Another symbol"],id_ID:["Simbol lainnya"]}},41256:e=>{e.exports={en:["Back"],id_ID:["Kembali"]}},76542:e=>{e.exports={en:["Labels on price scale"],id_ID:["Label pada skala harga"]}},94849:e=>{e.exports={en:["Main chart symbol"],id_ID:["Simbol chart utama"]}},49191:e=>{e.exports={en:["Values in status line"],id_ID:["Nilai dalam baris status"]}},53174:e=>{e.exports={en:["Right"],id_ID:["Kanan"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"],id_ID:["Kalender saat ini berada pada tahun {year}"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"],id_ID:["Kalender saat ini berada pada tahun dari {year_start} hingga {year_end}"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"],id_ID:["Kalender saat ini berada pada bulan {month}"]}},4543:e=>{e.exports={en:["Cancel"],id_ID:["Batal"]}},24197:e=>{e.exports={en:["Center"],id_ID:["Tengah"]}},63245:e=>{e.exports={en:["Change symbol"],id_ID:["Ubah simbol"]}},54613:e=>{e.exports={en:["Chart"]}},5669:e=>{e.exports={en:["Circles"],id_ID:["Lingkaran"]}},47742:e=>{e.exports={en:["Close menu"],id_ID:["Pilih menu"]}},8305:e=>{e.exports={en:["Above bar"],id_ID:["Bar Diatas"]}},69758:e=>{e.exports={en:["Absolute"],id_ID:["Absolut"]}},34040:e=>{e.exports={en:["All sources"],id_ID:["Seluruh sumber"]}},62511:e=>{e.exports={en:["Apply Defaults"],id_ID:["Terapkan Pengaturan Awal"]}},28896:e=>{e.exports={en:["April"]}},7349:e=>{e.exports={en:["Area with breaks"],id_ID:["Area Dengan Jeda"]}},11081:e=>{e.exports={en:["August"],id_ID:["Agustus"]}},27567:e=>{e.exports={en:["Bottom"],id_ID:["Dasar"]}},74406:e=>{e.exports={en:["Body"],id_ID:["Badan"]}},42358:e=>{e.exports={en:["Bond"],id_ID:["Surat hutang"]}},38408:e=>{e.exports={en:["Border"],id_ID:["Batas"]}},79468:e=>{e.exports={en:["Background"],
+id_ID:["Latar"]}},9417:e=>{e.exports={en:["Below bar"],id_ID:["Bar Dibawah"]}},68043:e=>{e.exports={en:["Gradient"],id_ID:["Gradien"]}},27390:e=>{e.exports={en:["Dotted line"],id_ID:["Garis titik-titik"]}},71776:e=>{e.exports={en:["Down"],id_ID:["Turun"]}},72942:e=>{e.exports={en:["Days"],id_ID:["Hari"]}},88123:e=>{e.exports={en:["Dashed line"],id_ID:["Garis putus-putus"]}},73033:e=>{e.exports={en:["Developing VA"],id_ID:["VA Berjalan"]}},90082:e=>{e.exports={en:["December"],id_ID:["Desember"]}},55319:e=>{e.exports={en:["Decrease"],id_ID:["Menurun"]}},16564:e=>{e.exports={en:["Default"],id_ID:["Bawaan"]}},48572:e=>{e.exports={en:["Defaults"],id_ID:["Bawaan"]}},78734:e=>{e.exports={en:["Description"],id_ID:["Deskripsi"]}},81069:e=>{e.exports={en:["February"],id_ID:["Februari"]}},3570:e=>{e.exports={en:["Friday"],id_ID:["Jumat"]}},56796:e=>{e.exports={en:["Hours"],id_ID:["Jam"]}},95406:e=>{e.exports={en:["Horizontal"]}},8854:e=>{e.exports={en:["Hidden"],id_ID:["Tersembunyi"]}},78057:e=>{e.exports={en:["Histogram"]}},39832:e=>{e.exports={en:["Increase"],id_ID:["Meningkatkan"]}},21429:e=>{e.exports={en:["Inputs"],id_ID:["Input"]}},200:e=>{e.exports={en:["January"],id_ID:["Januari"]}},6608:e=>{e.exports={en:["July"],id_ID:["Juli"]}},61487:e=>{e.exports={en:["June"],id_ID:["Juni"]}},37997:e=>{e.exports={en:["October"],id_ID:["Oktober"]}},55450:e=>{e.exports={en:["Offset"]}},19295:e=>{e.exports={en:["Ok"]}},89702:e=>{e.exports={en:["Outputs"],id_ID:["hasil"]}},64075:e=>{e.exports={en:["Override min tick"],id_ID:["Menimpa Tick Min"]}},62791:e=>{e.exports={en:["Labels font"],id_ID:["Font Label"]}},11626:e=>{e.exports={en:["Left"],id_ID:["Kiri"]}},34862:e=>{e.exports={en:["Line with breaks"],id_ID:["Garis Dengan Jeda"]}},28603:e=>{e.exports={en:["Line style"],id_ID:["Corak garis"]}},19573:e=>{e.exports={en:["Monday"],id_ID:["Senin"]}},43154:e=>{e.exports={en:["Months"],id_ID:["Bulan"]}},37117:e=>{e.exports={en:["More"],id_ID:["Lebih lanjut"]}},25734:e=>{e.exports={en:["May"],id_ID:["Mei"]}},93878:e=>{e.exports={en:["March"],id_ID:["Maret"]}},68833:e=>{e.exports={en:["Middle"],id_ID:["Tengah"]}},42562:e=>{e.exports={en:["Minutes"],id_ID:["Menit"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],id_ID:["Tidak ada bursa yang sesuai dengan kriteria anda"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],id_ID:["Tidak ada Simbol yang sesuai dengan kriteria anda"]}},4607:e=>{e.exports={en:["November"]}},65353:e=>{e.exports={en:["Normal"]}},69102:e=>{e.exports={en:["Next year"],id_ID:["Tahun depan"]}},17538:e=>{e.exports={en:["Next years"],id_ID:["Tahun mendatang"]}},92790:e=>{e.exports={en:["Next month"],id_ID:["Bulan depan"]}},71300:e=>{e.exports={en:["Number format is invalid."],id_ID:["Format angka tidak valid."]}},28628:e=>{e.exports={en:["Sources"],id_ID:["Sumber"]}},88686:e=>{e.exports={en:["Solid"]}},30348:e=>{e.exports={en:["Saturday"],id_ID:["Sabtu"]}},99687:e=>{e.exports={en:["Save as default"],id_ID:["Simpan Sebagai Bawaan"]}},8573:e=>{e.exports={en:["Search"],id_ID:["Cari"]}},65188:e=>{
+e.exports={en:["Seconds"],id_ID:["Detik"]}},57640:e=>{e.exports={en:["Select source"],id_ID:["Pilih sumber"]}},32179:e=>{e.exports={en:["September"]}},38712:e=>{e.exports={en:["Signal labels"],id_ID:["Label Sinyal"]}},31331:e=>{e.exports={en:["Specified value is more than the instrument maximum of {max}."],id_ID:["Nilai yang ditentukan lebih dari maksimum instrumen yaitu {max}."]}},24216:e=>{e.exports={en:["Specified value is less than the instrument minimum of {min}."],id_ID:["Nilai yang ditentukan kurang dari minimum instrumen yaitu {min}."]}},14788:e=>{e.exports={en:["Step line with breaks"],id_ID:["Langkahi baris dengan jeda"]}},11877:e=>{e.exports={en:["Step line with diamonds"],id_ID:["Garis Tahap Dengan Berlian"]}},61480:e=>{e.exports={en:["Sunday"],id_ID:["Minggu"]}},70235:e=>{e.exports={en:["Switch to months"],id_ID:["Beralih ke bulan"]}},91245:e=>{e.exports={en:["Switch to dates"],id_ID:["Beralih ke tanggal"]}},71961:e=>{e.exports={en:["Switch to years"],id_ID:["Beralih ke tahun"]}},95481:e=>{e.exports={en:["Symbol"],id_ID:["Simbol"]}},74007:e=>{e.exports={en:["Symbol & description"],id_ID:["Simbol & deskripsi"]}},51165:e=>{e.exports={en:["Symbol Search"],id_ID:["Pencarian Simbol"]}},10783:e=>{e.exports={en:["Placement"],id_ID:["Penempatan"]}},27254:e=>{e.exports={en:["Please enter the right date"],id_ID:["Harap masukkan tanggal yang tepat"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"],id_ID:["Harap masukkan format tanggal yang benar yyyy-mm-dd"]}},59766:e=>{e.exports={en:["Precision"],id_ID:["Presisi"]}},93984:e=>{e.exports={en:["Previous month"],id_ID:["Bulan sebelumnya"]}},75776:e=>{e.exports={en:["Previous year"],id_ID:["Tahun sebelumnya"]}},44701:e=>{e.exports={en:["Previous years"],id_ID:["Tahun-tahun sebelumnya"]}},98721:e=>{e.exports={en:["Quantity"],id_ID:["Kuantitas"]}},89984:e=>{e.exports={en:["Remove color"],id_ID:["Hilangkan warna"]}},47550:e=>{e.exports={en:["Remove selected emoji"],id_ID:["Hapus emoji yang dipilih"]}},33533:e=>{e.exports={en:["Reset settings"],id_ID:["Atur Ulang Pengaturan"]}},50421:e=>{e.exports={en:["Right"],id_ID:["Kanan"]}},94226:e=>{e.exports={en:["Wednesday"],id_ID:["Rabu"]}},835:e=>{e.exports={en:["Weeks"],id_ID:["Minggu"]}},32163:e=>{e.exports={en:["Wick"],id_ID:["Sumbu"]}},4622:e=>{e.exports={en:["Width (% of the box)"],id_ID:["Lebar (% dari Kotak)"]}},97118:e=>{e.exports={en:["Top"],id_ID:["Teratas"]}},25485:e=>{e.exports={en:["Text alignment"],id_ID:["Perataan teks"]}},77753:e=>{e.exports={en:["Text color"],id_ID:["Warna teks"]}},67781:e=>{e.exports={en:["Text orientation"],id_ID:["Orientasi teks"]}},79137:e=>{e.exports={en:["Thursday"],id_ID:["Kamis"]}},54971:e=>{e.exports={en:["Thickness"],id_ID:["Ketebalan"]}},24821:e=>{e.exports={en:["Ticks"],id_ID:["Tick"]}},6532:e=>{e.exports={en:["Trades on chart"],id_ID:["Trade pada Chart"]}},82160:e=>{e.exports={en:["Tuesday"],id_ID:["Selasa"]}},22691:e=>{e.exports={en:["Up"],id_ID:["Naik"]}},13748:e=>{e.exports={
+en:["Use special math signs to displace selected drawings: +,-,/,* for price and +,- for bar index."],id_ID:["Gunakan tanda matematika khusus untuk memindahkan gambar yang dipilih: +,-,/,* untuk harga dan +,- untuk indeks bar."]}},81363:e=>{e.exports={en:["Volume profile"],id_ID:["Profil Volume"]}},60092:e=>{e.exports={en:["Values"],id_ID:["Nilai"]}},69526:e=>{e.exports={en:["Vertical"]}},66181:e=>{e.exports={en:["Years"],id_ID:["Tahun"]}},70932:e=>{e.exports={en:["commodity"],id_ID:["komiditas"]}},79599:e=>{e.exports={en:["cfd"]}},26476:e=>{e.exports={en:["change min tick"],id_ID:["Ubah Min Tick"]}},29426:e=>{e.exports={en:["change opacity"],id_ID:["Ubah Opasitas"]}},86955:e=>{e.exports={en:["change char"],id_ID:["Ubah Char"]}},31675:e=>{e.exports={en:["change color"],id_ID:["Ubah Warna"]}},85889:e=>{e.exports={en:["change expand blocks"],id_ID:["ubah perluas blok"]}},27745:e=>{e.exports={en:["change font size"],id_ID:["Ubah Ukuran Font"]}},28818:e=>{e.exports={en:["change line style"],id_ID:["Ubah Corak Garis"]}},6834:e=>{e.exports={en:["change location"],id_ID:["Ubah Lokasi"]}},62294:e=>{e.exports={en:["change percent width"],id_ID:["Ubah Lebar Persentase"]}},81891:e=>{e.exports={en:["change placement"],id_ID:["Ubah Penempatan"]}},43439:e=>{e.exports={en:["change plot type"],id_ID:["Ubah Tipe Plot"]}},61863:e=>{e.exports={en:["change precision"],id_ID:["Ubah Presisi"]}},83468:e=>{e.exports={en:["change shape"],id_ID:["Ubah Bentuk"]}},73281:e=>{e.exports={en:["change thickness"],id_ID:["Ubah Ketebalan"]}},21333:e=>{e.exports={en:["change value"],id_ID:["Ubah Nilai"]}},9344:e=>{e.exports={en:["change values visibility"],id_ID:["Ubah visibilitas nilai"]}},96135:e=>{e.exports={en:["change {title} days to"],id_ID:["ubah {title} hari ke"]}},91201:e=>{e.exports={en:["change {title} days from"],id_ID:["ubah {title} hari dari"]}},8306:e=>{e.exports={en:["change {title} hours from"],id_ID:["ubah {title} jam dari"]}},67233:e=>{e.exports={en:["change {title} hours to"],id_ID:["ubah {title} jam ke"]}},99122:e=>{e.exports={en:["change {title} months from"],id_ID:["ubah {title} bulan dari"]}},10518:e=>{e.exports={en:["change {title} months to"],id_ID:["ubah {title} bulan ke"]}},38011:e=>{e.exports={en:["change {title} minutes to"],id_ID:["ubah {title} menit ke"]}},59820:e=>{e.exports={en:["change {title} minutes from"],id_ID:["ubah {title} menit dari"]}},6573:e=>{e.exports={en:["change {title} seconds to"],id_ID:["ubah {title} detik ke"]}},86780:e=>{e.exports={en:["change {title} seconds from"],id_ID:["ubah {title} detik dari"]}},32481:e=>{e.exports={en:["change {title} weeks from"],id_ID:["ubah {title} minggu dari"]}},18678:e=>{e.exports={en:["change {title} weeks to"],id_ID:["ubah {title} minggu ke"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],id_ID:["ubah visibilitas {title} pada tick"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],id_ID:["ubah visibilitas {title} dalam minggu"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],
+id_ID:["ubah visibilitas {title} di dalam {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],id_ID:["ubah visibilitas {title} dalam hari"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],id_ID:["ubah visibilitas {title} dalam jam"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],id_ID:["ubah visibilitas {title} dalam menit"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],id_ID:["ubah visibilitas {title} dalam bulan"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],id_ID:["ubah visibilitas {title} pada detik"]}},25167:e=>{e.exports={en:["change {propertyName} property"],id_ID:["ubah properti {propertyName}"]}},5741:e=>{e.exports={en:["close"]}},46128:e=>{e.exports={en:["crypto"]}},35813:e=>{e.exports={en:["days"],id_ID:["Hari"]}},89919:e=>{e.exports={en:["days to"],id_ID:["hari ke"]}},59215:e=>{e.exports={en:["days from"],id_ID:["dari dari"]}},47268:e=>{e.exports={en:["dr"]}},406:e=>{e.exports={en:["e.g. +1"],id_ID:["misalnya +1"]}},49957:e=>{e.exports={en:["e.g. /2"],id_ID:["misalnya /2"]}},54094:e=>{e.exports={en:["economy"],id_ID:["ekonomi"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"],id_ID:["kontrak berjangka"]}},2359:e=>{e.exports={en:["hours"],id_ID:["Jam"]}},82267:e=>{e.exports={en:["hours from"],id_ID:["jam dari"]}},15600:e=>{e.exports={en:["hours to"],id_ID:["jam ke"]}},59319:e=>{e.exports={en:["high"],id_ID:["tertinggi"]}},96008:e=>{e.exports={en:["hl2"]}},91189:e=>{e.exports={en:["hlc3"]}},49242:e=>{e.exports={en:["hlcc4"]}},87464:e=>{e.exports={en:["index"],id_ID:["indeks"]}},90250:e=>{e.exports={en:["indices"],id_ID:["indeks"]}},52793:e=>{e.exports={en:["ohlc4"]}},83584:e=>{e.exports={en:["open"],id_ID:["Buka"]}},41902:e=>{e.exports={en:["low"],id_ID:["terendah"]}},95300:e=>{e.exports={en:["months"],id_ID:["Bulan"]}},17250:e=>{e.exports={en:["months from"],id_ID:["bulan dari"]}},2828:e=>{e.exports={en:["months to"],id_ID:["bulan ke"]}},18726:e=>{e.exports={en:["minutes"],id_ID:["menit"]}},67649:e=>{e.exports={en:["minutes to"],id_ID:["menit ke"]}},22476:e=>{e.exports={en:["minutes from"],id_ID:["menit dari"]}},751:e=>{e.exports={en:["seconds"],id_ID:["detik"]}},73419:e=>{e.exports={en:["seconds to"],id_ID:["detik ke"]}},35801:e=>{e.exports={en:["seconds from"],id_ID:["detik dari"]}},76752:e=>{e.exports={en:["stock"],id_ID:["saham"]}},45537:e=>{e.exports={en:["weeks"],id_ID:["minggu"]}},92859:e=>{e.exports={en:["weeks from"],id_ID:["minggu dari"]}},44127:e=>{e.exports={en:["weeks to"],id_ID:["minggu ke"]}},3539:e=>{e.exports={en:["ticks"],id_ID:["Tick"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.4821.0124e1463859eb34b0d7.js b/public/charting_library/bundles/id_ID.4821.0124e1463859eb34b0d7.js
new file mode 100644
index 0000000..be8faec
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.4821.0124e1463859eb34b0d7.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4821],{24821:e=>{e.exports={en:["Ticks"],id_ID:["Tick"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.5111.0e84f778015dc1f067f1.js b/public/charting_library/bundles/id_ID.5111.0e84f778015dc1f067f1.js
new file mode 100644
index 0000000..7f723f0
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.5111.0e84f778015dc1f067f1.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5111],{77114:e=>{e.exports={en:["erase level line"],id_ID:["hapus haris level"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.5402.f7a00bf7d82b9a40920d.js b/public/charting_library/bundles/id_ID.5402.f7a00bf7d82b9a40920d.js
new file mode 100644
index 0000000..e17e4cd
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.5402.f7a00bf7d82b9a40920d.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5402],{15402:e=>{e.exports={en:["Next time you can use {shortcut} for quick paste"],id_ID:["Ke depannya anda dapat menggunakan {shortcut} untuk menempel dengan cepat"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.5683.0a2c985dba54512056ce.js b/public/charting_library/bundles/id_ID.5683.0a2c985dba54512056ce.js
new file mode 100644
index 0000000..3c19ca4
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.5683.0a2c985dba54512056ce.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5683],{97349:e=>{e.exports={en:["Fr"],id_ID:["Jum"]}},30961:e=>{e.exports={en:["Mo"],id_ID:["Sen"]}},94748:e=>{e.exports={en:["Sa"],id_ID:["Sab"]}},75005:e=>{e.exports={en:["Su"],id_ID:["Min"]}},92578:e=>{e.exports={en:["We"],id_ID:["Rab"]}},8765:e=>{e.exports={en:["Th"],id_ID:["Kam"]}},9135:e=>{e.exports={en:["Tu"],id_ID:["Sel"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"],id_ID:["Kalender saat ini berada pada tahun {year}"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"],id_ID:["Kalender saat ini berada pada tahun dari {year_start} hingga {year_end}"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"],id_ID:["Kalender saat ini berada pada bulan {month}"]}},4543:e=>{e.exports={en:["Cancel"],id_ID:["Batal"]}},47742:e=>{e.exports={en:["Close menu"],id_ID:["Pilih menu"]}},81861:e=>{e.exports={en:["Custom range"],id_ID:["Rentang khusus"]}},28896:e=>{e.exports={en:["April"]}},11081:e=>{e.exports={en:["August"],id_ID:["Agustus"]}},42432:e=>{e.exports={en:["Go to"],id_ID:["Menuju ke"]}},90082:e=>{e.exports={en:["December"],id_ID:["Desember"]}},81069:e=>{e.exports={en:["February"],id_ID:["Februari"]}},3570:e=>{e.exports={en:["Friday"],id_ID:["Jumat"]}},200:e=>{e.exports={en:["January"],id_ID:["Januari"]}},6608:e=>{e.exports={en:["July"],id_ID:["Juli"]}},61487:e=>{e.exports={en:["June"],id_ID:["Juni"]}},37997:e=>{e.exports={en:["October"],id_ID:["Oktober"]}},19295:e=>{e.exports={en:["Ok"]}},19573:e=>{e.exports={en:["Monday"],id_ID:["Senin"]}},43154:e=>{e.exports={en:["Months"],id_ID:["Bulan"]}},37117:e=>{e.exports={en:["More"],id_ID:["Lebih lanjut"]}},25734:e=>{e.exports={en:["May"],id_ID:["Mei"]}},93878:e=>{e.exports={en:["March"],id_ID:["Maret"]}},4607:e=>{e.exports={en:["November"]}},69102:e=>{e.exports={en:["Next year"],id_ID:["Tahun depan"]}},17538:e=>{e.exports={en:["Next years"],id_ID:["Tahun mendatang"]}},92790:e=>{e.exports={en:["Next month"],id_ID:["Bulan depan"]}},30348:e=>{e.exports={en:["Saturday"],id_ID:["Sabtu"]}},32179:e=>{e.exports={en:["September"]}},61480:e=>{e.exports={en:["Sunday"],id_ID:["Minggu"]}},70235:e=>{e.exports={en:["Switch to months"],id_ID:["Beralih ke bulan"]}},91245:e=>{e.exports={en:["Switch to dates"],id_ID:["Beralih ke tanggal"]}},71961:e=>{e.exports={en:["Switch to years"],id_ID:["Beralih ke tahun"]}},27254:e=>{e.exports={en:["Please enter the right date"],id_ID:["Harap masukkan tanggal yang tepat"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"],id_ID:["Harap masukkan format tanggal yang benar yyyy-mm-dd"]}},93984:e=>{e.exports={en:["Previous month"],id_ID:["Bulan sebelumnya"]}},75776:e=>{e.exports={en:["Previous year"],id_ID:["Tahun sebelumnya"]}},44701:e=>{e.exports={en:["Previous years"],id_ID:["Tahun-tahun sebelumnya"]}},94226:e=>{e.exports={en:["Wednesday"],id_ID:["Rabu"]}},79137:e=>{e.exports={en:["Thursday"],id_ID:["Kamis"]}},82160:e=>{e.exports={en:["Tuesday"],id_ID:["Selasa"]}},66181:e=>{e.exports={
+en:["Years"],id_ID:["Tahun"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.5862.3039f470825daf65b9d6.js b/public/charting_library/bundles/id_ID.5862.3039f470825daf65b9d6.js
new file mode 100644
index 0000000..3b6d82a
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.5862.3039f470825daf65b9d6.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5862],{4543:a=>{a.exports={en:["Cancel"],id_ID:["Batal"]}},32910:a=>{a.exports={en:["Choose image"],id_ID:["Pilih gambar"]}},47742:a=>{a.exports={en:["Close menu"],id_ID:["Pilih menu"]}},98918:a=>{a.exports={en:["Drop image here!"],id_ID:["Taruh gambar disini!"]}},49580:a=>{a.exports={en:["Image is required"],id_ID:["Gambar diperlukan"]}},41667:a=>{a.exports={en:["JPG, PNG or WEBP"],id_ID:["JPG, PNG atau WEBP"]}},19295:a=>{a.exports={en:["Ok"]}},7654:a=>{a.exports={en:["Max size {value}"],id_ID:["Ukuran maks {value}"]}},64789:a=>{a.exports={en:["Something went wrong, try again"],id_ID:["Terjadi masalah, coba lagi"]}},73007:a=>{a.exports={en:["The image being pasted is way too large"],id_ID:["Gambar yang akan ditempel terlalu besar"]}},19788:a=>{a.exports={en:["Transparency"],id_ID:["Transparansi"]}},16992:a=>{a.exports={en:["Upload a valid image. The file you uploaded was either not an image or a corrupted image."],id_ID:["Unggah file gambar yang valid. File yang Anda unggah kemungkinan bukan file gambar atau file gambar yang rusak."]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.6155.0d55563600ea0d002811.js b/public/charting_library/bundles/id_ID.6155.0d55563600ea0d002811.js
new file mode 100644
index 0000000..9975816
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.6155.0d55563600ea0d002811.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],id_ID:["#{count} (harga, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],id_ID:["Koordinat"]}},24197:e=>{e.exports={en:["Center"],id_ID:["Tengah"]}},27567:e=>{e.exports={en:["Bottom"],id_ID:["Dasar"]}},72942:e=>{e.exports={en:["Days"],id_ID:["Hari"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],id_ID:["Pemindahan (harga, bar)"]}},56796:e=>{e.exports={en:["Hours"],id_ID:["Jam"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],id_ID:["Input"]}},11626:e=>{e.exports={en:["Left"],id_ID:["Kiri"]}},43154:e=>{e.exports={en:["Months"],id_ID:["Bulan"]}},68833:e=>{e.exports={en:["Middle"],id_ID:["Tengah"]}},42562:e=>{e.exports={en:["Minutes"],id_ID:["Menit"]}},65188:e=>{e.exports={en:["Seconds"],id_ID:["Detik"]}},50421:e=>{e.exports={en:["Right"],id_ID:["Kanan"]}},835:e=>{e.exports={en:["Weeks"],id_ID:["Minggu"]}},97118:e=>{e.exports={en:["Top"],id_ID:["Teratas"]}},70320:e=>{e.exports={en:["Text"],id_ID:["Teks"]}},25485:e=>{e.exports={en:["Text alignment"],id_ID:["Perataan teks"]}},67781:e=>{e.exports={en:["Text orientation"],id_ID:["Orientasi teks"]}},24821:e=>{e.exports={en:["Ticks"],id_ID:["Tick"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],id_ID:["Ubah koordinat bar X"]}},11737:e=>{e.exports={en:["change price Y coordinate"],id_ID:["Ubah koordinat harga Y"]}},96135:e=>{e.exports={en:["change {title} days to"],id_ID:["ubah {title} hari ke"]}},91201:e=>{e.exports={en:["change {title} days from"],id_ID:["ubah {title} hari dari"]}},8306:e=>{e.exports={en:["change {title} hours from"],id_ID:["ubah {title} jam dari"]}},67233:e=>{e.exports={en:["change {title} hours to"],id_ID:["ubah {title} jam ke"]}},99122:e=>{e.exports={en:["change {title} months from"],id_ID:["ubah {title} bulan dari"]}},10518:e=>{e.exports={en:["change {title} months to"],id_ID:["ubah {title} bulan ke"]}},38011:e=>{e.exports={en:["change {title} minutes to"],id_ID:["ubah {title} menit ke"]}},59820:e=>{e.exports={en:["change {title} minutes from"],id_ID:["ubah {title} menit dari"]}},6573:e=>{e.exports={en:["change {title} seconds to"],id_ID:["ubah {title} detik ke"]}},86780:e=>{e.exports={en:["change {title} seconds from"],id_ID:["ubah {title} detik dari"]}},32481:e=>{e.exports={en:["change {title} weeks from"],id_ID:["ubah {title} minggu dari"]}},18678:e=>{e.exports={en:["change {title} weeks to"],id_ID:["ubah {title} minggu ke"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],id_ID:["ubah visibilitas {title} pada tick"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],id_ID:["ubah visibilitas {title} dalam minggu"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],id_ID:["ubah visibilitas {title} di dalam {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],id_ID:["ubah visibilitas {title} dalam hari"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],
+id_ID:["ubah visibilitas {title} dalam jam"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],id_ID:["ubah visibilitas {title} dalam menit"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],id_ID:["ubah visibilitas {title} dalam bulan"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],id_ID:["ubah visibilitas {title} pada detik"]}},25167:e=>{e.exports={en:["change {propertyName} property"],id_ID:["ubah properti {propertyName}"]}},35813:e=>{e.exports={en:["days"],id_ID:["Hari"]}},89919:e=>{e.exports={en:["days to"],id_ID:["hari ke"]}},59215:e=>{e.exports={en:["days from"],id_ID:["dari dari"]}},2359:e=>{e.exports={en:["hours"],id_ID:["Jam"]}},82267:e=>{e.exports={en:["hours from"],id_ID:["jam dari"]}},15600:e=>{e.exports={en:["hours to"],id_ID:["jam ke"]}},76261:e=>{e.exports={en:["move drawings"],id_ID:["Pindahkan gambar"]}},95300:e=>{e.exports={en:["months"],id_ID:["Bulan"]}},17250:e=>{e.exports={en:["months from"],id_ID:["bulan dari"]}},2828:e=>{e.exports={en:["months to"],id_ID:["bulan ke"]}},18726:e=>{e.exports={en:["minutes"],id_ID:["menit"]}},67649:e=>{e.exports={en:["minutes to"],id_ID:["menit ke"]}},22476:e=>{e.exports={en:["minutes from"],id_ID:["menit dari"]}},751:e=>{e.exports={en:["seconds"],id_ID:["detik"]}},73419:e=>{e.exports={en:["seconds to"],id_ID:["detik ke"]}},35801:e=>{e.exports={en:["seconds from"],id_ID:["detik dari"]}},45537:e=>{e.exports={en:["weeks"],id_ID:["minggu"]}},92859:e=>{e.exports={en:["weeks from"],id_ID:["minggu dari"]}},44127:e=>{e.exports={en:["weeks to"],id_ID:["minggu ke"]}},3539:e=>{e.exports={en:["ticks"],id_ID:["Tick"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.6290.a5f1298c89f78011c7d7.js b/public/charting_library/bundles/id_ID.6290.a5f1298c89f78011c7d7.js
new file mode 100644
index 0000000..fe7209d
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.6290.a5f1298c89f78011c7d7.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6290,7122],{71682:e=>{e.exports={en:["in"],id_ID:["dalam"]}},72630:e=>{e.exports={en:["Closed"],id_ID:["Tutup"]}},18741:e=>{e.exports={en:["Open"],id_ID:["Pembukaan"]}},95931:e=>{e.exports={en:["Cancel Order"],id_ID:["Batalkan Order"]}},59783:e=>{e.exports={en:["Close Position"],id_ID:["Tutup Posisi"]}},6060:e=>{e.exports={en:["Add text"],id_ID:["Tambahkan teks"]}},47545:e=>{e.exports={en:["FAILURE"],id_ID:["KEGAGALAN"]}},1472:e=>{e.exports={en:["Head"]}},27443:e=>{e.exports={en:["Left Shoulder"]}},67710:e=>{e.exports={en:["Modify Order"],id_ID:["Memodifikasi Order"]}},26409:e=>{e.exports={en:["SUCCESS"],id_ID:["SUKSES"]}},79463:e=>{e.exports={en:["Stop: {stopChange} ({stopChangePercent}) {stopChangePip}, Amount: {amount}"],id_ID:["Stop: {stopChange} ({stopChangePercent}) {stopChangePip}, Jumlah: {amount}"]}},24927:e=>{e.exports={en:["Protect Position"],id_ID:["Lindungi Posisi"]}},10780:e=>{e.exports={en:["Qty: {qty}"],id_ID:["Kuant: {qty}"]}},98818:e=>{e.exports={en:["Reverse Position"],id_ID:["Membalik Posisi"]}},14719:e=>{e.exports={en:["Right Shoulder"]}},36825:e=>{e.exports={en:["Risk/Reward Ratio: {ratio}"],id_ID:["Rasio Risiko/Perolehan: {ratio}"]}},72274:e=>{e.exports={en:["Target: {profitChange} ({profitChangePercent}) {profitChangePip}, Amount: {amount}"],id_ID:["Target: {profitChange} ({profitChangePercent}) {profitChangePip}, Jumlah: {amount}"]}},57122:e=>{e.exports={en:["change {title} text"],id_ID:["Ubah teks {title}"]}},44994:e=>{e.exports={en:["distance: {number} px"],id_ID:["jarak: {number} px"]}},76250:e=>{e.exports={en:["{status} P&L: {pnl}"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.6342.6af643b9a34abf3f6313.js b/public/charting_library/bundles/id_ID.6342.6af643b9a34abf3f6313.js
new file mode 100644
index 0000000..65a19ae
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.6342.6af643b9a34abf3f6313.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6342],{87859:t=>{t.exports={en:["Not applicable"],id_ID:["Tidak dapat diterapkan"]}},51998:t=>{t.exports={en:["Type the interval number for minute charts (i.e. 5 if it is going to be a five minute chart). Or number plus letter for H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)"],id_ID:["Ketik angka interval untuk chart menit (cth: 5 untuk chart lima menit). Atau tanda plus untuk interval H (Jam), D (Harian), W (Mingguan), M (Bulanan) (cth: D atau 2H)."]}},96941:t=>{t.exports={en:["Type the interval number for minute charts (i.e. 5 if it's going to be a five minute chart). Or number plus letter for other intervals: S for 1 second chart (15S for 15 second chart, etc.), H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)"],id_ID:["Ketik angka interval untuk chart menit (cth: 5 untuk chart lima menit). Atau angka dengan huruf untuk interval lainnya: S untuk chart 1 detik (15S untuk chart 15 detik, dsb), H (Jam), D (Harian), W (Mingguan), M (Bulanan) (cth: D atau 2H)."]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.6406.78b7e0b0b9555ce886a5.js b/public/charting_library/bundles/id_ID.6406.78b7e0b0b9555ce886a5.js
new file mode 100644
index 0000000..191a75f
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.6406.78b7e0b0b9555ce886a5.js
@@ -0,0 +1,10 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6406,2787,6155,1432,5402,4821],{13616:e=>{e.exports={en:["#{count} (bar)"]}},80166:e=>{e.exports={en:["#{count} (price, bar)"],id_ID:["#{count} (harga, bar)"]}},26381:e=>{e.exports={en:["#1 (bar)"]}},37814:e=>{e.exports={en:["#1 (price)"],id_ID:["#1 (harga)"]}},6737:e=>{e.exports={en:["#1 (price, bar)"],id_ID:["#1 (harga, bar)"]}},87476:e=>{e.exports={en:["#1 (vertical position %, bar)"],id_ID:["#1 (% posisi vertikal, bar)"]}},29291:e=>{e.exports={en:["Median"]}},75106:e=>{e.exports={en:["%"]}},53912:e=>{e.exports={en:["Coeffs as percents"],id_ID:["Koefisien Sebagai Persen"]}},47370:e=>{e.exports={en:["Color"],id_ID:["Warna"]}},89735:e=>{e.exports={en:["Compact stats mode"],id_ID:["Mode statistik ringkas"]}},78930:e=>{e.exports={en:["Coordinates"],id_ID:["Koordinat"]}},87145:e=>{e.exports={en:["Cash"],id_ID:["Kas"]}},24197:e=>{e.exports={en:["Center"],id_ID:["Tengah"]}},4518:e=>{e.exports={en:["Change in pips"],id_ID:["Perubahan pips"]}},9074:e=>{e.exports={en:["Change price offset"],id_ID:["Ubah offset harga"]}},390:e=>{e.exports={en:["Angle"],id_ID:["Sudut"]}},36335:e=>{e.exports={en:["Angles"],id_ID:["Sudut-Sudut"]}},97668:e=>{e.exports={en:["Account size"],id_ID:["Besar Akun"]}},93857:e=>{e.exports={en:["Always show stats"],id_ID:["Selalu tampilkan statistik"]}},59129:e=>{e.exports={en:["Arcs"],id_ID:["Busur-Busur"]}},52648:e=>{e.exports={en:["Avg HL in minticks"],id_ID:["Rata-Rata HL dalam minticks"]}},27567:e=>{e.exports={en:["Bottom"],id_ID:["Dasar"]}},17129:e=>{e.exports={en:["Bottom labels"],id_ID:["Label Dasar"]}},38408:e=>{e.exports={en:["Border"],id_ID:["Batas"]}},333:e=>{e.exports={en:["Borders"],id_ID:["Batas-Batas"]}},79468:e=>{e.exports={en:["Background"],id_ID:["Latar"]}},58375:e=>{e.exports={en:["Background #1"],id_ID:["Latar belakang #1"]}},89073:e=>{e.exports={en:["Bars range"],id_ID:["Rentang bar"]}},62374:e=>{e.exports={en:["Date/time range"],id_ID:["Rentang tanggal/waktu"]}},72942:e=>{e.exports={en:["Days"],id_ID:["Hari"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],id_ID:["Pemindahan (harga, bar)"]}},3369:e=>{e.exports={en:["Distance"],id_ID:["Jarak"]}},71310:e=>{e.exports={en:["Emoji pin"],id_ID:["Pin emoji"]}},6002:e=>{e.exports={en:["Entry price"],id_ID:["Harga entri"]}},1337:e=>{e.exports={en:["Extend"],id_ID:["Perpanjang"]}},76410:e=>{e.exports={en:["Extend bottom"],id_ID:["Perpanjang Bawah"]}},25112:e=>{e.exports={en:["Extend left"],id_ID:["Perpanjang Kiri"]}},61856:e=>{e.exports={en:["Extend left line"],id_ID:["Perpanjang garis kekiri"]}},819:e=>{e.exports={en:["Extend lines"],id_ID:["Perpanjang Garis"]}},25188:e=>{e.exports={en:["Extend lines left"],id_ID:["Perpanjang Garis Kekiri"]}},79192:e=>{e.exports={en:["Extend lines right"],id_ID:["Perpanjang Garis Kekanan"]}},68461:e=>{e.exports={en:["Extend right"],id_ID:["Perpanjang Kanan"]}},87430:e=>{e.exports={en:["Extend right line"],id_ID:["Perpanjang garis kekanan"]}},71397:e=>{e.exports={en:["Extend top"],id_ID:["Perpanjang Atas"]}},2573:e=>{e.exports={
+en:["Font size"],id_ID:["Ukuran Font"]}},71525:e=>{e.exports={en:["Failure text"],id_ID:["Teks gagal"]}},28357:e=>{e.exports={en:["Failure background"],id_ID:["Latar gagal"]}},84885:e=>{e.exports={en:["Fans"],id_ID:["Kipas"]}},66086:e=>{e.exports={en:["Fib levels based on log scale"],id_ID:["Level fib berbasis skala log"]}},63271:e=>{e.exports={en:["Flipped"],id_ID:["Membalik"]}},49275:e=>{e.exports={en:["HL bars"],id_ID:["Bar HL"]}},56796:e=>{e.exports={en:["Hours"],id_ID:["Jam"]}},95406:e=>{e.exports={en:["Horizontal"]}},81169:e=>{e.exports={en:["Invalid URL"],id_ID:["URL tidak valid"]}},21429:e=>{e.exports={en:["Inputs"],id_ID:["Input"]}},91612:e=>{e.exports={en:["Inside"],id_ID:["Di Dalam"]}},98136:e=>{e.exports={en:["OC bars"],id_ID:["Bar OC"]}},46005:e=>{e.exports={en:["Original"]}},74045:e=>{e.exports={en:["Lot size"],id_ID:["Ukuran lot"]}},71571:e=>{e.exports={en:["Lower band #1"],id_ID:["Ikat Bawah"]}},91889:e=>{e.exports={en:["Lower band #2"],id_ID:["Pita bawah #2"]}},83301:e=>{e.exports={en:["Lower band #3"],id_ID:["Pita bawah #3"]}},74872:e=>{e.exports={en:["Label"]}},73863:e=>{e.exports={en:["Label background"],id_ID:["Latar Belakang Label"]}},79650:e=>{e.exports={en:["Levels"],id_ID:["Level-Level"]}},36937:e=>{e.exports={en:["Levels line"],id_ID:["Garis Level"]}},11626:e=>{e.exports={en:["Left"],id_ID:["Kiri"]}},65e3:e=>{e.exports={en:["Left labels"],id_ID:["Label Kiri"]}},32982:e=>{e.exports={en:["Line - HL/2"],id_ID:["Garis - HL/2"]}},80332:e=>{e.exports={en:["Line - open"],id_ID:["Garis - Pembukaan"]}},30216:e=>{e.exports={en:["Line - close"],id_ID:["Garis - Penutupan"]}},18387:e=>{e.exports={en:["Line - high"],id_ID:["Garis - Tertinggi"]}},53880:e=>{e.exports={en:["Line - low"],id_ID:["Garis - Terendah"]}},3214:e=>{e.exports={en:["Mode"]}},70382:e=>{e.exports={en:["Modified Schiff"],id_ID:["Schiff Termodifikasi"]}},43154:e=>{e.exports={en:["Months"],id_ID:["Bulan"]}},68833:e=>{e.exports={en:["Middle"],id_ID:["Tengah"]}},68286:e=>{e.exports={en:["Middle line"],id_ID:["Garis tengah"]}},12516:e=>{e.exports={en:["Middle point"],id_ID:["Titik tengah"]}},42562:e=>{e.exports={en:["Minutes"],id_ID:["Menit"]}},28941:e=>{e.exports={en:["Mirrored"],id_ID:["Dicerminkan"]}},15402:e=>{e.exports={en:["Next time you can use {shortcut} for quick paste"],id_ID:["Ke depannya anda dapat menggunakan {shortcut} untuk menempel dengan cepat"]}},14279:e=>{e.exports={en:["Source background"],id_ID:["Latar sumber"]}},64598:e=>{e.exports={en:["Source border"],id_ID:["Batas sumber"]}},88479:e=>{e.exports={en:["Source text"],id_ID:["Teks sumber"]}},69904:e=>{e.exports={en:["Schiff"]}},65188:e=>{e.exports={en:["Seconds"],id_ID:["Detik"]}},26754:e=>{e.exports={en:["Stats"],id_ID:["Statistik"]}},16053:e=>{e.exports={en:["Stats position"],id_ID:["Posisi statistik"]}},33310:e=>{e.exports={en:["Stop color"],id_ID:["Warna Stop"]}},23814:e=>{e.exports={en:["Stop level"],id_ID:["Level stop"]}},23971:e=>{e.exports={en:["Success text"],id_ID:["Teks sukses"]}},90431:e=>{e.exports={en:["Success background"],id_ID:["Latar sukses"]}},
+73525:e=>{e.exports={en:["Percent change"],id_ID:["Perubahan persentase"]}},33120:e=>{e.exports={en:["Percents"],id_ID:["Persen"]}},83840:e=>{e.exports={en:["Price"],id_ID:["Harga"]}},97273:e=>{e.exports={en:["Price label"],id_ID:["Label Harga"]}},42747:e=>{e.exports={en:["Price labels"],id_ID:["Label harga"]}},58557:e=>{e.exports={en:["Price levels"],id_ID:["Level Harga"]}},62362:e=>{e.exports={en:["Price range"],id_ID:["Rentang Harga"]}},78393:e=>{e.exports={en:["Price/bar ratio"],id_ID:["Rasio Harga/Bar"]}},29416:e=>{e.exports={en:["Prices"],id_ID:["Harga"]}},67852:e=>{e.exports={en:["Profit level"],id_ID:["Level profit"]}},27177:e=>{e.exports={en:["Ranges and ratio"],id_ID:["Rentang dan rasio"]}},64489:e=>{e.exports={en:["Reverse"],id_ID:["Membalik"]}},50421:e=>{e.exports={en:["Right"],id_ID:["Kanan"]}},28971:e=>{e.exports={en:["Right labels"],id_ID:["Label Kanan"]}},63886:e=>{e.exports={en:["Risk"],id_ID:["Risiko"]}},32998:e=>{e.exports={en:["Wave"],id_ID:["Gelombang"]}},835:e=>{e.exports={en:["Weeks"],id_ID:["Minggu"]}},32163:e=>{e.exports={en:["Wick"],id_ID:["Sumbu"]}},97118:e=>{e.exports={en:["Top"],id_ID:["Teratas"]}},74939:e=>{e.exports={en:["Top labels"],id_ID:["Label Teratas"]}},95631:e=>{e.exports={en:["Target background"],id_ID:["Latar target"]}},79622:e=>{e.exports={en:["Target border"],id_ID:["Batas target"]}},3560:e=>{e.exports={en:["Target color"],id_ID:["Warna Target"]}},59264:e=>{e.exports={en:["Target text"],id_ID:["Teks target"]}},70320:e=>{e.exports={en:["Text"],id_ID:["Teks"]}},7560:e=>{e.exports={en:["Text wrap"],id_ID:["Pembungkus Teks"]}},25485:e=>{e.exports={en:["Text alignment"],id_ID:["Perataan teks"]}},67781:e=>{e.exports={en:["Text orientation"],id_ID:["Orientasi teks"]}},54971:e=>{e.exports={en:["Thickness"],id_ID:["Ketebalan"]}},24821:e=>{e.exports={en:["Ticks"],id_ID:["Tick"]}},56822:e=>{e.exports={en:["Time label"],id_ID:["Label waktu"]}},58476:e=>{e.exports={en:["Time levels"],id_ID:["Level Waktu"]}},19788:e=>{e.exports={en:["Transparency"],id_ID:["Transparansi"]}},51574:e=>{e.exports={en:["Trend line"],id_ID:["Garis tren"]}},21315:e=>{e.exports={en:["Upper band #1"],id_ID:["Ikat Atas"]}},65448:e=>{e.exports={en:["Upper band #2"],id_ID:["Pita atas #2"]}},64848:e=>{e.exports={en:["Upper band #3"],id_ID:["Pita bawah #3"]}},28683:e=>{e.exports={en:["Use one color"],id_ID:["Gunakan satu warna"]}},5682:e=>{e.exports={en:["VWAP"]}},37644:e=>{e.exports={en:["Volume"]}},60092:e=>{e.exports={en:["Values"],id_ID:["Nilai"]}},29566:e=>{e.exports={en:["Variance"],id_ID:["Varian"]}},69526:e=>{e.exports={en:["Vertical"]}},3894:e=>{e.exports={en:["change angle"],id_ID:["ubah sudut"]}},77931:e=>{e.exports={en:["change arrow color"],id_ID:["ubah warna panah"]}},2066:e=>{e.exports={en:["change bar X coordinate"],id_ID:["Ubah koordinat bar X"]}},77883:e=>{e.exports={en:["change flag color"],id_ID:["ubah warna bendera"]}},83842:e=>{e.exports={en:["change image"],id_ID:["ubah gambar"]}},65309:e=>{e.exports={en:["change image transparency"],id_ID:["ubah transparansi gambar"]}},11737:e=>{e.exports={
+en:["change price Y coordinate"],id_ID:["Ubah koordinat harga Y"]}},74883:e=>{e.exports={en:["change top margin"],id_ID:["ubah margin atas"]}},69183:e=>{e.exports={en:["change vertical position Y coordinate"],id_ID:["ubah koordinat posisi vertikal Y"]}},83030:e=>{e.exports={en:["change {title} VWAP line color"],id_ID:["ubah warna garis VWAP {title}"]}},47479:e=>{e.exports={en:["change {title} VWAP line width"],id_ID:["ubah lebar garis VWAP {title}"]}},31753:e=>{e.exports={en:["change {title} coeffs as percents visibility"],id_ID:["ubah visibilitas koefisien sebagai persen {title}"]}},49442:e=>{e.exports={en:["change {title} color"],id_ID:["ubah warna {title}"]}},49904:e=>{e.exports={en:["change {title} compact stats mode"],id_ID:["ubah mode statistik ringkas {title}"]}},97345:e=>{e.exports={en:["change {title} candle border up color"],id_ID:["ubah warna batas candle naik {title}"]}},88530:e=>{e.exports={en:["change {title} candle border visibility"],id_ID:["ubah visibilitas batas candle {title}"]}},81139:e=>{e.exports={en:["change {title} candle border down color"],id_ID:["ubah warna batas candle turun {title}"]}},80022:e=>{e.exports={en:["change {title} candle down color"],id_ID:["ubah warna candle turun {title}"]}},21631:e=>{e.exports={en:["change {title} candle up color"],id_ID:["ubah warna candle naik {title}"]}},33589:e=>{e.exports={en:["change {title} candle wick color"],id_ID:["ubah warna sumbu candle {title}"]}},85382:e=>{e.exports={en:["change {title} candle wick visibility"],id_ID:["ubah visibilitas sumbu candle {title}"]}},81340:e=>{e.exports={en:["change {title} change in pips visibility"],id_ID:["ubah visibilitas {title} perubahan pips"]}},91600:e=>{e.exports={en:["change {title} currency"],id_ID:["ubah mata uang {title}"]}},59288:e=>{e.exports={en:["change {title} angle visibility"],id_ID:["ubah visibilitas sudut {title}"]}},99232:e=>{e.exports={en:["change {title} account size"],id_ID:["ubah ukuran akun {title}"]}},80390:e=>{e.exports={en:["change {title} always show stats"],id_ID:["ubah selalu menampilkan statistik {title}"]}},59577:e=>{e.exports={en:["change {title} all lines color"],id_ID:["ubah warna semua garis {title}"]}},95582:e=>{e.exports={en:["change {title} arcs {index} line color"],id_ID:["ubah warna garis {index} busur {title}"]}},8745:e=>{e.exports={en:["change {title} arcs {index} line width"],id_ID:["ubah lebar garis {index} busur {title}"]}},4313:e=>{e.exports={en:["change {title} arcs {index} line visibility"],id_ID:["ubah visibilitas garis {index} lengkungan {title}"]}},39393:e=>{e.exports={en:["change {title} average HL value"],id_ID:["ubah nilai rata-rata HL {title}"]}},62130:e=>{e.exports={en:["change {title} bottom labels visibility"],id_ID:["ubah visibilitas label bawah {title}"]}},13783:e=>{e.exports={en:["change {title} background transparency"],id_ID:["ubah transparansi latar belakang {title}"]}},30839:e=>{e.exports={en:["change {title} background visibility"],id_ID:["ubah visibilitas latar belakang {title}"]}},49765:e=>{e.exports={en:["change {title} background color"],
+id_ID:["ubah warna latar belakang {title}"]}},2788:e=>{e.exports={en:["change {title} background color 1"],id_ID:["ubah warna latar belakang 1 {title}"]}},47108:e=>{e.exports={en:["change {title} background color 2"],id_ID:["ubah warna latar belakang 2 {title}"]}},98845:e=>{e.exports={en:["change {title} bars range visibility"],id_ID:["ubah visibilitas rentang bar {title}"]}},37563:e=>{e.exports={en:["change {title} date/time range visibility"],id_ID:["ubah visibilitas rentang tanggal/waktu {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],id_ID:["ubah {title} hari ke"]}},91201:e=>{e.exports={en:["change {title} days from"],id_ID:["ubah {title} hari dari"]}},86650:e=>{e.exports={en:["change {title} degree"],id_ID:["ubah derajat {title}"]}},45153:e=>{e.exports={en:["change {title} distance visibility"],id_ID:["ubah visibilitas jarak {title}"]}},73247:e=>{e.exports={en:["change {title} emoji"],id_ID:["ubah emoji {title}"]}},53274:e=>{e.exports={en:["change {title} emoji visibility"],id_ID:["ubah visibilitas emoji {title}"]}},91534:e=>{e.exports={en:["change {title} entry price"],id_ID:["ubah harga masuk {title}"]}},59665:e=>{e.exports={en:["change {title} extend bottom"],id_ID:["ubah perpanjangan ke bawah {title}"]}},35139:e=>{e.exports={en:["change {title} extend left"],id_ID:["ubah perpanjangan ke kiri {title}"]}},76295:e=>{e.exports={en:["change {title} extend lines"],id_ID:["ubah perpanjangan garis {title}"]}},30126:e=>{e.exports={en:["change {title} extend top"],id_ID:["ubah perpanjangan ke atas {title}"]}},58052:e=>{e.exports={en:["change {title} extending left"],id_ID:["ubah perpanjangan kiri {title}"]}},74867:e=>{e.exports={en:["change {title} extending right"],id_ID:["ubah perpanjangan kanan {title}"]}},10390:e=>{e.exports={en:["change {title} extension"],id_ID:["ubah perpanjangan {title}"]}},58406:e=>{e.exports={en:["change {title} failure text color"],id_ID:["ubah warna teks kegagalan {title}"]}},91321:e=>{e.exports={en:["change {title} failure background color"],id_ID:["ubah warna latar belakang kegagalan {title}"]}},28833:e=>{e.exports={en:["change {title} fan {index} line visibility"],id_ID:["ubah visibilitas garis {index} kipas {title}"]}},45732:e=>{e.exports={en:["change {title} fan {index} line width"],id_ID:["ubah lebar garis {index} kipas {title}"]}},62500:e=>{e.exports={en:["change {title} fan {index} line color"],id_ID:["ubah warna garis {index} kipas {title}"]}},15972:e=>{e.exports={en:["change {title} fans visibility"],id_ID:["ubah visibilitas kipas {title}"]}},1716:e=>{e.exports={en:["change {title} fans line color"],id_ID:["ubah warna garis kipas {title}"]}},85509:e=>{e.exports={en:["change {title} fib levels based on log scale"],id_ID:["ubah level fib {title} berdasarkan skala log"]}},10643:e=>{e.exports={en:["change {title} flipped"],id_ID:["ubah menjadi terbalik {title}"]}},8306:e=>{e.exports={en:["change {title} hours from"],id_ID:["ubah {title} jam dari"]}},67233:e=>{e.exports={en:["change {title} hours to"],id_ID:["ubah {title} jam ke"]}},86993:e=>{e.exports={
+en:["change {title} image background color"],id_ID:["ubah warna latar belakang gambar {title}"]}},54087:e=>{e.exports={en:["change {title} lot size"],id_ID:["ubah ukuran lot {title}"]}},67450:e=>{e.exports={en:["change {title} lower band #1 line color"],id_ID:["ubah warna garis pita bawah {title}"]}},87716:e=>{e.exports={en:["change {title} lower band #1 line visibility"],id_ID:["ubah visibilitas garis pita bawah {title}"]}},43181:e=>{e.exports={en:["change {title} lower band #1 line width"],id_ID:["ubah lebar garis pita bawah {title}"]}},35092:e=>{e.exports={en:["change {title} lower band #2 line color"],id_ID:["ubah warna garis pita bawah {title} #2"]}},94308:e=>{e.exports={en:["change {title} lower band #2 line visibility"],id_ID:["ubah visibilitas garis pita bawah {title} #2"]}},8873:e=>{e.exports={en:["change {title} lower band #2 line width"],id_ID:["ubah lebar garis pita bawah {title} #2"]}},68180:e=>{e.exports={en:["change {title} lower band #3 line color"],id_ID:["ubah warna garis pita bawah {title} #3"]}},32442:e=>{e.exports={en:["change {title} lower band #3 line visibility"],id_ID:["ubah visibilitas garis pita bawah {title} #3"]}},3476:e=>{e.exports={en:["change {title} lower band #3 line width"],id_ID:["ubah lebar garis pita bawah {title} #3"]}},55612:e=>{e.exports={en:["change {title} labels alignment"],id_ID:["ubah perataan label {title}"]}},19658:e=>{e.exports={en:["change {title} labels font size"],id_ID:["Ubah ukuran font label {title}"]}},93340:e=>{e.exports={en:["change {title} labels visibility"],id_ID:["ubah visibilitas label {title}"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],id_ID:["ubah garis koefisien {index} level {title}"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],id_ID:["ubah warna garis {title} level {index}"]}},64707:e=>{e.exports={en:["change {title} level {index} line style"],id_ID:["ubah corak garis {index} level {title}"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"],id_ID:["ubah visibilitas garis {title} level {index}"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"],id_ID:["ubah lebar garis {index} level {title}"]}},54517:e=>{e.exports={en:["change {title} levels visibility"],id_ID:["ubah visibilitas level {title}"]}},63021:e=>{e.exports={en:["change {title} left labels visibility"],id_ID:["ubah visibilitas label kiri {title}"]}},57462:e=>{e.exports={en:["change {title} mode"],id_ID:["ubah mode {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],id_ID:["ubah {title} bulan dari"]}},10518:e=>{e.exports={en:["change {title} months to"],id_ID:["ubah {title} bulan ke"]}},27470:e=>{e.exports={en:["change {title} middle point visibility"],id_ID:["ubah visibilitas titik tengah {title}"]}},38011:e=>{e.exports={en:["change {title} minutes to"],id_ID:["ubah {title} menit ke"]}},59820:e=>{e.exports={en:["change {title} minutes from"],id_ID:["ubah {title} menit dari"]}},85198:e=>{e.exports={en:["change {title} mirrored"],id_ID:["ubah cerminan {title}"]}},63047:e=>{e.exports={
+en:["change {title} source background color"],id_ID:["ubah warna latar belakang sumber {title}"]}},93889:e=>{e.exports={en:["change {title} source border color"],id_ID:["ubah warna batas sumber {title}"]}},45833:e=>{e.exports={en:["change {title} source text color"],id_ID:["ubah warna teks sumber {title}"]}},6573:e=>{e.exports={en:["change {title} seconds to"],id_ID:["ubah {title} detik ke"]}},86780:e=>{e.exports={en:["change {title} seconds from"],id_ID:["ubah {title} detik dari"]}},98463:e=>{e.exports={en:["change {title} style"],id_ID:["ubah corak {title}"]}},86722:e=>{e.exports={en:["change {title} stats position"],id_ID:["ubah posisi statistik {title}"]}},26598:e=>{e.exports={en:["change {title} stop color"],id_ID:["ubah warna stop {title}"]}},45438:e=>{e.exports={en:["change {title} stop level"],id_ID:["ubah level stop loss {title}"]}},27503:e=>{e.exports={en:["change {title} stop price"],id_ID:["ubah harga stop loss {title}"]}},71715:e=>{e.exports={en:["change {title} success text color"],id_ID:["ubah warna teks kesuksesan {title}"]}},80428:e=>{e.exports={en:["change {title} success background color"],id_ID:["ubah warna latar belakang kesuksesan {title}"]}},87246:e=>{e.exports={en:["change {title} percent change visibility"],id_ID:["ubah visibilitas {title} perubahan persentase"]}},98822:e=>{e.exports={en:["change {title} price label visibility"],id_ID:["ubah visibilitas label harga {title}"]}},343:e=>{e.exports={en:["change {title} price labels visibility"],id_ID:["ubah visibilitas label harga {title}"]}},63962:e=>{e.exports={en:["change {title} price range visibility"],id_ID:["ubah visibilitas rentang harga {title}"]}},727:e=>{e.exports={en:["change {title} price visibility"],id_ID:["ubah visibilitas harga {title}"]}},4714:e=>{e.exports={en:["change {title} prices visibility"],id_ID:["ubah visibilitas harga {title}"]}},64330:e=>{e.exports={en:["change {title} profit level"],id_ID:["ubah level profit {title}"]}},12073:e=>{e.exports={en:["change {title} profit price"],id_ID:["ubah harga profit {title}"]}},50762:e=>{e.exports={en:["change {title} reverse"],id_ID:["ubah {title} menjadi terbalik"]}},8390:e=>{e.exports={en:["change {title} right labels visibility"],id_ID:["ubah visibilitas label kanan {title}"]}},79875:e=>{e.exports={en:["change {title} risk"],id_ID:["ubah resiko {title}"]}},60308:e=>{e.exports={en:["change {title} risk display mode"],id_ID:["ubah mode tampilan resiko {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],id_ID:["ubah {title} minggu dari"]}},18678:e=>{e.exports={en:["change {title} weeks to"],id_ID:["ubah {title} minggu ke"]}},60111:e=>{e.exports={en:["change {title} width"],id_ID:["ubah lebar {title}"]}},81301:e=>{e.exports={en:["change {title} top labels visibility"],id_ID:["ubah visibilitas label atas {title}"]}},25987:e=>{e.exports={en:["change {title} target background color"],id_ID:["ubah warna latar belakang target {title}"]}},24138:e=>{e.exports={en:["change {title} target border color"],id_ID:["ubah warna batas target {title}"]}},10504:e=>{e.exports={
+en:["change {title} target color"],id_ID:["ubah warna target {title}"]}},32230:e=>{e.exports={en:["change {title} target text color"],id_ID:["ubah warna teks target {title}"]}},30353:e=>{e.exports={en:["change {title} text visibility"],id_ID:["Ubah visibilitas teks {title}"]}},55134:e=>{e.exports={en:["change {title} text alignment"],id_ID:["Ubah perataan teks {title}"]}},66960:e=>{e.exports={en:["change {title} time label visibility"],id_ID:["ubah visibilitas label waktu {title}"]}},51085:e=>{e.exports={en:["change {title} transparency"],id_ID:["ubah transparansi {title}"]}},27326:e=>{e.exports={en:["change {title} upper band #1 line color"],id_ID:["ubah warna garis pita atas {title}"]}},44828:e=>{e.exports={en:["change {title} upper band #1 line visibility"],id_ID:["ubah visibilitas garis pita atas {title}"]}},1353:e=>{e.exports={en:["change {title} upper band #1 line width"],id_ID:["ubah lebar garis pita atas {title}"]}},12138:e=>{e.exports={en:["change {title} upper band #2 line color"],id_ID:["ubah warna garis pita atas {title} #2"]}},93075:e=>{e.exports={en:["change {title} upper band #2 line visibility"],id_ID:["ubah visibilitas garis pita atas {title} #2"]}},7943:e=>{e.exports={en:["change {title} upper band #2 line width"],id_ID:["ubah lebar garis pita atas {title} #2"]}},51780:e=>{e.exports={en:["change {title} upper band #3 line color"],id_ID:["ubah warna garis pita atas {title} #3"]}},15698:e=>{e.exports={en:["change {title} upper band #3 line visibility"],id_ID:["ubah visibilitas garis pita atas {title} #3"]}},27414:e=>{e.exports={en:["change {title} upper band #3 line width"],id_ID:["ubah lebar garis pita atas {title} #3"]}},36336:e=>{e.exports={en:["change {title} volume visibility"],id_ID:["ubah visibilitas volume {title}"]}},23171:e=>{e.exports={en:["change {title} variance value"],id_ID:["ubah nilai variasi {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],id_ID:["ubah visibilitas {title} pada tick"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],id_ID:["ubah visibilitas {title} dalam minggu"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],id_ID:["ubah visibilitas {title} di dalam {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],id_ID:["ubah visibilitas {title} dalam hari"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],id_ID:["ubah visibilitas {title} dalam jam"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],id_ID:["ubah visibilitas {title} dalam menit"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],id_ID:["ubah visibilitas {title} dalam bulan"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],id_ID:["ubah visibilitas {title} pada detik"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],id_ID:["ubah kelurusan label vertikal {toolName}"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],id_ID:["ubah kelurusan label horizontal {toolName}"]}},61160:e=>{e.exports={
+en:["change {toolName} labels direction"],id_ID:["ubah arah label {toolName}"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],id_ID:["ubah visibilitas garis {toolName}"]}},19541:e=>{e.exports={en:["change {toolName} line width"],id_ID:["ubah lebar garis {toolName}"]}},24059:e=>{e.exports={en:["change {toolName} line color"],id_ID:["ubah warna garis {toolName}"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],id_ID:["ubah garis perpanjangan ke kiri {toolName}"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],id_ID:["ubah garis perpanjangan ke kanan {toolName}"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],id_ID:["ubah ujung garis kiri {toolName}"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],id_ID:["ubah ujung garis kanan {toolName}"]}},66429:e=>{e.exports={en:["change {toolName} line style"],id_ID:["ubah corak garis {toolName}"]}},66668:e=>{e.exports={en:["change {toolName} text"],id_ID:["ubah teks {toolName}"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],id_ID:["ubah visibilitas teks {toolName}"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],id_ID:["ubah pembungkus teks {toolName}"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],id_ID:["ubah warna latar belakang teks {toolName}"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],id_ID:["ubah visibilitas latar belakang teks {toolName}"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],id_ID:["ubah warna bingkai teks {toolName}"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],id_ID:["ubah lebar bingkai teks {toolName}"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],id_ID:["ubah visibilitas bingkai teks {toolName}"]}},64500:e=>{e.exports={en:["change {toolName} text color"],id_ID:["ubah warna teks {toolName}"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],id_ID:["ubah ketebalan font teks {toolName}"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],id_ID:["ubah miring font teks {toolName}"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],id_ID:["ubah ukuran font teks {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],id_ID:["ubah properti {propertyName}"]}},61218:e=>{e.exports={en:["backgrounds color"],id_ID:["Warna Latar Belakang"]}},48433:e=>{e.exports={en:["backgrounds filled"],id_ID:["Latar Belakang terisi"]}},35813:e=>{e.exports={en:["days"],id_ID:["Hari"]}},89919:e=>{e.exports={en:["days to"],id_ID:["hari ke"]}},59215:e=>{e.exports={en:["days from"],id_ID:["dari dari"]}},2359:e=>{e.exports={en:["hours"],id_ID:["Jam"]}},82267:e=>{e.exports={en:["hours from"],id_ID:["jam dari"]}},15600:e=>{e.exports={en:["hours to"],id_ID:["jam ke"]}},24621:e=>{e.exports={en:["lines color"],id_ID:["Warna garis"]}},96400:e=>{e.exports={en:["lines style"],id_ID:["Corak garis"]}},41594:e=>{e.exports={en:["lines width"],id_ID:["Lebar garis"]}},76261:e=>{e.exports={en:["move drawings"],
+id_ID:["Pindahkan gambar"]}},95300:e=>{e.exports={en:["months"],id_ID:["Bulan"]}},17250:e=>{e.exports={en:["months from"],id_ID:["bulan dari"]}},2828:e=>{e.exports={en:["months to"],id_ID:["bulan ke"]}},18726:e=>{e.exports={en:["minutes"],id_ID:["menit"]}},67649:e=>{e.exports={en:["minutes to"],id_ID:["menit ke"]}},22476:e=>{e.exports={en:["minutes from"],id_ID:["menit dari"]}},751:e=>{e.exports={en:["seconds"],id_ID:["detik"]}},73419:e=>{e.exports={en:["seconds to"],id_ID:["detik ke"]}},35801:e=>{e.exports={en:["seconds from"],id_ID:["detik dari"]}},59012:e=>{e.exports={en:["show price"],id_ID:["Tampilkan harga"]}},45537:e=>{e.exports={en:["weeks"],id_ID:["minggu"]}},92859:e=>{e.exports={en:["weeks from"],id_ID:["minggu dari"]}},44127:e=>{e.exports={en:["weeks to"],id_ID:["minggu ke"]}},44461:e=>{e.exports={en:["text color"],id_ID:["Warna teks"]}},3539:e=>{e.exports={en:["ticks"],id_ID:["Tick"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.6645.638c62337337129de9dc.js b/public/charting_library/bundles/id_ID.6645.638c62337337129de9dc.js
new file mode 100644
index 0000000..04e54c2
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.6645.638c62337337129de9dc.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6645,6155,3367,2303,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],id_ID:["#{count} (harga, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],id_ID:["Koordinat"]}},24197:e=>{e.exports={en:["Center"],id_ID:["Tengah"]}},6060:e=>{e.exports={en:["Add text"],id_ID:["Tambahkan teks"]}},27567:e=>{e.exports={en:["Bottom"],id_ID:["Dasar"]}},38408:e=>{e.exports={en:["Border"],id_ID:["Batas"]}},79468:e=>{e.exports={en:["Background"],id_ID:["Latar"]}},72942:e=>{e.exports={en:["Days"],id_ID:["Hari"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],id_ID:["Pemindahan (harga, bar)"]}},56796:e=>{e.exports={en:["Hours"],id_ID:["Jam"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],id_ID:["Input"]}},34974:e=>{e.exports={en:["Label border"],id_ID:["Batas Label"]}},73863:e=>{e.exports={en:["Label background"],id_ID:["Latar Belakang Label"]}},11626:e=>{e.exports={en:["Left"],id_ID:["Kiri"]}},97575:e=>{e.exports={en:["Line color"],id_ID:["Warna Garis"]}},43154:e=>{e.exports={en:["Months"],id_ID:["Bulan"]}},68833:e=>{e.exports={en:["Middle"],id_ID:["Tengah"]}},42562:e=>{e.exports={en:["Minutes"],id_ID:["Menit"]}},65188:e=>{e.exports={en:["Seconds"],id_ID:["Detik"]}},50421:e=>{e.exports={en:["Right"],id_ID:["Kanan"]}},835:e=>{e.exports={en:["Weeks"],id_ID:["Minggu"]}},97118:e=>{e.exports={en:["Top"],id_ID:["Teratas"]}},70320:e=>{e.exports={en:["Text"],id_ID:["Teks"]}},7560:e=>{e.exports={en:["Text wrap"],id_ID:["Pembungkus Teks"]}},25485:e=>{e.exports={en:["Text alignment"],id_ID:["Perataan teks"]}},67781:e=>{e.exports={en:["Text orientation"],id_ID:["Orientasi teks"]}},24821:e=>{e.exports={en:["Ticks"],id_ID:["Tick"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],id_ID:["Ubah koordinat bar X"]}},11737:e=>{e.exports={en:["change price Y coordinate"],id_ID:["Ubah koordinat harga Y"]}},69437:e=>{e.exports={en:["change {title} border color"],id_ID:["ubah warna batas {title}"]}},19298:e=>{e.exports={en:["change {title} border visibility"],id_ID:["ubah visibilitas batas {title}"]}},30839:e=>{e.exports={en:["change {title} background visibility"],id_ID:["ubah visibilitas latar belakang {title}"]}},49765:e=>{e.exports={en:["change {title} background color"],id_ID:["ubah warna latar belakang {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],id_ID:["ubah {title} hari ke"]}},91201:e=>{e.exports={en:["change {title} days from"],id_ID:["ubah {title} hari dari"]}},8306:e=>{e.exports={en:["change {title} hours from"],id_ID:["ubah {title} jam dari"]}},67233:e=>{e.exports={en:["change {title} hours to"],id_ID:["ubah {title} jam ke"]}},7455:e=>{e.exports={en:["change {title} line color"],id_ID:["ubah warna garis {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],id_ID:["ubah {title} bulan dari"]}},10518:e=>{e.exports={en:["change {title} months to"],id_ID:["ubah {title} bulan ke"]}},38011:e=>{e.exports={en:["change {title} minutes to"],
+id_ID:["ubah {title} menit ke"]}},59820:e=>{e.exports={en:["change {title} minutes from"],id_ID:["ubah {title} menit dari"]}},6573:e=>{e.exports={en:["change {title} seconds to"],id_ID:["ubah {title} detik ke"]}},86780:e=>{e.exports={en:["change {title} seconds from"],id_ID:["ubah {title} detik dari"]}},32481:e=>{e.exports={en:["change {title} weeks from"],id_ID:["ubah {title} minggu dari"]}},18678:e=>{e.exports={en:["change {title} weeks to"],id_ID:["ubah {title} minggu ke"]}},57122:e=>{e.exports={en:["change {title} text"],id_ID:["Ubah teks {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],id_ID:["ubah visibilitas {title} pada tick"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],id_ID:["ubah visibilitas {title} dalam minggu"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],id_ID:["ubah visibilitas {title} di dalam {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],id_ID:["ubah visibilitas {title} dalam hari"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],id_ID:["ubah visibilitas {title} dalam jam"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],id_ID:["ubah visibilitas {title} dalam menit"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],id_ID:["ubah visibilitas {title} dalam bulan"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],id_ID:["ubah visibilitas {title} pada detik"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],id_ID:["ubah kelurusan label vertikal {toolName}"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],id_ID:["ubah kelurusan label horizontal {toolName}"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],id_ID:["ubah arah label {toolName}"]}},66668:e=>{e.exports={en:["change {toolName} text"],id_ID:["ubah teks {toolName}"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],id_ID:["ubah visibilitas teks {toolName}"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],id_ID:["ubah pembungkus teks {toolName}"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],id_ID:["ubah warna latar belakang teks {toolName}"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],id_ID:["ubah visibilitas latar belakang teks {toolName}"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],id_ID:["ubah warna bingkai teks {toolName}"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],id_ID:["ubah lebar bingkai teks {toolName}"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],id_ID:["ubah visibilitas bingkai teks {toolName}"]}},64500:e=>{e.exports={en:["change {toolName} text color"],id_ID:["ubah warna teks {toolName}"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],id_ID:["ubah ketebalan font teks {toolName}"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],id_ID:["ubah miring font teks {toolName}"]}},21781:e=>{e.exports={
+en:["change {toolName} text font size"],id_ID:["ubah ukuran font teks {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],id_ID:["ubah properti {propertyName}"]}},35813:e=>{e.exports={en:["days"],id_ID:["Hari"]}},89919:e=>{e.exports={en:["days to"],id_ID:["hari ke"]}},59215:e=>{e.exports={en:["days from"],id_ID:["dari dari"]}},2359:e=>{e.exports={en:["hours"],id_ID:["Jam"]}},82267:e=>{e.exports={en:["hours from"],id_ID:["jam dari"]}},15600:e=>{e.exports={en:["hours to"],id_ID:["jam ke"]}},76261:e=>{e.exports={en:["move drawings"],id_ID:["Pindahkan gambar"]}},95300:e=>{e.exports={en:["months"],id_ID:["Bulan"]}},17250:e=>{e.exports={en:["months from"],id_ID:["bulan dari"]}},2828:e=>{e.exports={en:["months to"],id_ID:["bulan ke"]}},18726:e=>{e.exports={en:["minutes"],id_ID:["menit"]}},67649:e=>{e.exports={en:["minutes to"],id_ID:["menit ke"]}},22476:e=>{e.exports={en:["minutes from"],id_ID:["menit dari"]}},751:e=>{e.exports={en:["seconds"],id_ID:["detik"]}},73419:e=>{e.exports={en:["seconds to"],id_ID:["detik ke"]}},35801:e=>{e.exports={en:["seconds from"],id_ID:["detik dari"]}},45537:e=>{e.exports={en:["weeks"],id_ID:["minggu"]}},92859:e=>{e.exports={en:["weeks from"],id_ID:["minggu dari"]}},44127:e=>{e.exports={en:["weeks to"],id_ID:["minggu ke"]}},3539:e=>{e.exports={en:["ticks"],id_ID:["Tick"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.6655.0fd2fe635955f6cfa2ba.js b/public/charting_library/bundles/id_ID.6655.0fd2fe635955f6cfa2ba.js
new file mode 100644
index 0000000..bd022c1
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.6655.0fd2fe635955f6cfa2ba.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6655,4040,359],{55517:e=>{e.exports={en:["Add"],id_ID:["Tambah"]}},29619:e=>{e.exports={en:["Add custom color"],id_ID:["Tambahkan warna khusus"]}},80936:e=>{e.exports={en:["Opacity"],id_ID:["Transparansi"]}},97349:e=>{e.exports={en:["Fr"],id_ID:["Jum"]}},30961:e=>{e.exports={en:["Mo"],id_ID:["Sen"]}},94748:e=>{e.exports={en:["Sa"],id_ID:["Sab"]}},75005:e=>{e.exports={en:["Su"],id_ID:["Min"]}},92578:e=>{e.exports={en:["We"],id_ID:["Rab"]}},8765:e=>{e.exports={en:["Th"],id_ID:["Kam"]}},9135:e=>{e.exports={en:["Tu"],id_ID:["Sel"]}},53288:e=>{e.exports={en:["animals & nature"],id_ID:["hewan & alam"]}},21311:e=>{e.exports={en:["activity"],id_ID:["aktivitas"]}},90678:e=>{e.exports={en:["food & drink"],id_ID:["makanan & minuman"]}},6715:e=>{e.exports={en:["flags"],id_ID:["bendera"]}},98355:e=>{e.exports={en:["objects"],id_ID:["objek"]}},43438:e=>{e.exports={en:["smiles & people"],id_ID:["senyuman & orang"]}},40457:e=>{e.exports={en:["symbols"],id_ID:["simbol"]}},88906:e=>{e.exports={en:["recently used"],id_ID:["baru digunakan"]}},28562:e=>{e.exports={en:["travel & places"],id_ID:["perjalanan & tempat"]}},24716:e=>{e.exports={en:["Another symbol"],id_ID:["Simbol lainnya"]}},41256:e=>{e.exports={en:["Back"],id_ID:["Kembali"]}},94849:e=>{e.exports={en:["Main chart symbol"],id_ID:["Simbol chart utama"]}},53174:e=>{e.exports={en:["Right"],id_ID:["Kanan"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"],id_ID:["Kalender saat ini berada pada tahun {year}"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"],id_ID:["Kalender saat ini berada pada tahun dari {year_start} hingga {year_end}"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"],id_ID:["Kalender saat ini berada pada bulan {month}"]}},4543:e=>{e.exports={en:["Cancel"],id_ID:["Batal"]}},24197:e=>{e.exports={en:["Center"],id_ID:["Tengah"]}},63245:e=>{e.exports={en:["Change symbol"],id_ID:["Ubah simbol"]}},54613:e=>{e.exports={en:["Chart"]}},47742:e=>{e.exports={en:["Close menu"],id_ID:["Pilih menu"]}},34040:e=>{e.exports={en:["All sources"],id_ID:["Seluruh sumber"]}},62511:e=>{e.exports={en:["Apply Defaults"],id_ID:["Terapkan Pengaturan Awal"]}},28896:e=>{e.exports={en:["April"]}},11081:e=>{e.exports={en:["August"],id_ID:["Agustus"]}},27567:e=>{e.exports={en:["Bottom"],id_ID:["Dasar"]}},42358:e=>{e.exports={en:["Bond"],id_ID:["Surat hutang"]}},68043:e=>{e.exports={en:["Gradient"],id_ID:["Gradien"]}},27390:e=>{e.exports={en:["Dotted line"],id_ID:["Garis titik-titik"]}},88123:e=>{e.exports={en:["Dashed line"],id_ID:["Garis putus-putus"]}},90082:e=>{e.exports={en:["December"],id_ID:["Desember"]}},55319:e=>{e.exports={en:["Decrease"],id_ID:["Menurun"]}},48572:e=>{e.exports={en:["Defaults"],id_ID:["Bawaan"]}},78734:e=>{e.exports={en:["Description"],id_ID:["Deskripsi"]}},81069:e=>{e.exports={en:["February"],id_ID:["Februari"]}},3570:e=>{e.exports={en:["Friday"],id_ID:["Jumat"]}},95406:e=>{e.exports={en:["Horizontal"]}},8854:e=>{e.exports={
+en:["Hidden"],id_ID:["Tersembunyi"]}},39832:e=>{e.exports={en:["Increase"],id_ID:["Meningkatkan"]}},200:e=>{e.exports={en:["January"],id_ID:["Januari"]}},6608:e=>{e.exports={en:["July"],id_ID:["Juli"]}},61487:e=>{e.exports={en:["June"],id_ID:["Juni"]}},37997:e=>{e.exports={en:["October"],id_ID:["Oktober"]}},55450:e=>{e.exports={en:["Offset"]}},19295:e=>{e.exports={en:["Ok"]}},11626:e=>{e.exports={en:["Left"],id_ID:["Kiri"]}},28603:e=>{e.exports={en:["Line style"],id_ID:["Corak garis"]}},19573:e=>{e.exports={en:["Monday"],id_ID:["Senin"]}},43154:e=>{e.exports={en:["Months"],id_ID:["Bulan"]}},37117:e=>{e.exports={en:["More"],id_ID:["Lebih lanjut"]}},25734:e=>{e.exports={en:["May"],id_ID:["Mei"]}},93878:e=>{e.exports={en:["March"],id_ID:["Maret"]}},68833:e=>{e.exports={en:["Middle"],id_ID:["Tengah"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],id_ID:["Tidak ada bursa yang sesuai dengan kriteria anda"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],id_ID:["Tidak ada Simbol yang sesuai dengan kriteria anda"]}},4607:e=>{e.exports={en:["November"]}},65353:e=>{e.exports={en:["Normal"]}},69102:e=>{e.exports={en:["Next year"],id_ID:["Tahun depan"]}},17538:e=>{e.exports={en:["Next years"],id_ID:["Tahun mendatang"]}},92790:e=>{e.exports={en:["Next month"],id_ID:["Bulan depan"]}},71300:e=>{e.exports={en:["Number format is invalid."],id_ID:["Format angka tidak valid."]}},28628:e=>{e.exports={en:["Sources"],id_ID:["Sumber"]}},88686:e=>{e.exports={en:["Solid"]}},30348:e=>{e.exports={en:["Saturday"],id_ID:["Sabtu"]}},99687:e=>{e.exports={en:["Save as default"],id_ID:["Simpan Sebagai Bawaan"]}},8573:e=>{e.exports={en:["Search"],id_ID:["Cari"]}},57640:e=>{e.exports={en:["Select source"],id_ID:["Pilih sumber"]}},8954:e=>{e.exports={en:["Selected Drawings"],id_ID:["Gambar yang dipilih"]}},32179:e=>{e.exports={en:["September"]}},31331:e=>{e.exports={en:["Specified value is more than the instrument maximum of {max}."],id_ID:["Nilai yang ditentukan lebih dari maksimum instrumen yaitu {max}."]}},24216:e=>{e.exports={en:["Specified value is less than the instrument minimum of {min}."],id_ID:["Nilai yang ditentukan kurang dari minimum instrumen yaitu {min}."]}},61480:e=>{e.exports={en:["Sunday"],id_ID:["Minggu"]}},70235:e=>{e.exports={en:["Switch to months"],id_ID:["Beralih ke bulan"]}},91245:e=>{e.exports={en:["Switch to dates"],id_ID:["Beralih ke tanggal"]}},71961:e=>{e.exports={en:["Switch to years"],id_ID:["Beralih ke tahun"]}},95481:e=>{e.exports={en:["Symbol"],id_ID:["Simbol"]}},74007:e=>{e.exports={en:["Symbol & description"],id_ID:["Simbol & deskripsi"]}},51165:e=>{e.exports={en:["Symbol Search"],id_ID:["Pencarian Simbol"]}},27254:e=>{e.exports={en:["Please enter the right date"],id_ID:["Harap masukkan tanggal yang tepat"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"],id_ID:["Harap masukkan format tanggal yang benar yyyy-mm-dd"]}},93984:e=>{e.exports={en:["Previous month"],id_ID:["Bulan sebelumnya"]}},75776:e=>{e.exports={en:["Previous year"],id_ID:["Tahun sebelumnya"]}},
+44701:e=>{e.exports={en:["Previous years"],id_ID:["Tahun-tahun sebelumnya"]}},89984:e=>{e.exports={en:["Remove color"],id_ID:["Hilangkan warna"]}},47550:e=>{e.exports={en:["Remove selected emoji"],id_ID:["Hapus emoji yang dipilih"]}},33533:e=>{e.exports={en:["Reset settings"],id_ID:["Atur Ulang Pengaturan"]}},50421:e=>{e.exports={en:["Right"],id_ID:["Kanan"]}},94226:e=>{e.exports={en:["Wednesday"],id_ID:["Rabu"]}},97118:e=>{e.exports={en:["Top"],id_ID:["Teratas"]}},25485:e=>{e.exports={en:["Text alignment"],id_ID:["Perataan teks"]}},67781:e=>{e.exports={en:["Text orientation"],id_ID:["Orientasi teks"]}},79137:e=>{e.exports={en:["Thursday"],id_ID:["Kamis"]}},54971:e=>{e.exports={en:["Thickness"],id_ID:["Ketebalan"]}},82160:e=>{e.exports={en:["Tuesday"],id_ID:["Selasa"]}},13748:e=>{e.exports={en:["Use special math signs to displace selected drawings: +,-,/,* for price and +,- for bar index."],id_ID:["Gunakan tanda matematika khusus untuk memindahkan gambar yang dipilih: +,-,/,* untuk harga dan +,- untuk indeks bar."]}},69526:e=>{e.exports={en:["Vertical"]}},66181:e=>{e.exports={en:["Years"],id_ID:["Tahun"]}},70932:e=>{e.exports={en:["commodity"],id_ID:["komiditas"]}},79599:e=>{e.exports={en:["cfd"]}},29426:e=>{e.exports={en:["change opacity"],id_ID:["Ubah Opasitas"]}},31675:e=>{e.exports={en:["change color"],id_ID:["Ubah Warna"]}},28818:e=>{e.exports={en:["change line style"],id_ID:["Ubah Corak Garis"]}},73281:e=>{e.exports={en:["change thickness"],id_ID:["Ubah Ketebalan"]}},25167:e=>{e.exports={en:["change {propertyName} property"],id_ID:["ubah properti {propertyName}"]}},23687:e=>{e.exports={en:["change {sourceTitle} title to {newSourceTitle}"],id_ID:["Ubah judul {sourceTitle} menjadi {newSourceTitle}"]}},5741:e=>{e.exports={en:["close"]}},46128:e=>{e.exports={en:["crypto"]}},47268:e=>{e.exports={en:["dr"]}},406:e=>{e.exports={en:["e.g. +1"],id_ID:["misalnya +1"]}},49957:e=>{e.exports={en:["e.g. /2"],id_ID:["misalnya /2"]}},54094:e=>{e.exports={en:["economy"],id_ID:["ekonomi"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"],id_ID:["kontrak berjangka"]}},59319:e=>{e.exports={en:["high"],id_ID:["tertinggi"]}},96008:e=>{e.exports={en:["hl2"]}},91189:e=>{e.exports={en:["hlc3"]}},49242:e=>{e.exports={en:["hlcc4"]}},87464:e=>{e.exports={en:["index"],id_ID:["indeks"]}},90250:e=>{e.exports={en:["indices"],id_ID:["indeks"]}},52793:e=>{e.exports={en:["ohlc4"]}},83584:e=>{e.exports={en:["open"],id_ID:["Buka"]}},41902:e=>{e.exports={en:["low"],id_ID:["terendah"]}},76752:e=>{e.exports={en:["stock"],id_ID:["saham"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.6703.bdb6f2f6c5d635dc479f.js b/public/charting_library/bundles/id_ID.6703.bdb6f2f6c5d635dc479f.js
new file mode 100644
index 0000000..e518c67
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.6703.bdb6f2f6c5d635dc479f.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6703,4040,359],{41256:e=>{e.exports={en:["Back"],id_ID:["Kembali"]}},53174:e=>{e.exports={en:["Right"],id_ID:["Kanan"]}},93193:e=>{e.exports={en:["Compare symbol"],id_ID:["Bandingkan simbol"]}},4543:e=>{e.exports={en:["Cancel"],id_ID:["Batal"]}},47742:e=>{e.exports={en:["Close menu"],id_ID:["Pilih menu"]}},60085:e=>{e.exports={en:["Add to"],id_ID:["Tambahkan ke"]}},46622:e=>{e.exports={en:["Added symbols"],id_ID:["Simbol yang ditambahkan"]}},34040:e=>{e.exports={en:["All sources"],id_ID:["Seluruh sumber"]}},1048:e=>{e.exports={en:["Allow extend time scale"],id_ID:["Izinkan ekstensi skala waktu"]}},42358:e=>{e.exports={en:["Bond"],id_ID:["Surat hutang"]}},78734:e=>{e.exports={en:["Description"],id_ID:["Deskripsi"]}},37117:e=>{e.exports={en:["More"],id_ID:["Lebih lanjut"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],id_ID:["Tidak ada bursa yang sesuai dengan kriteria anda"]}},37094:e=>{e.exports={en:["No symbols here yet — why not add some?"],id_ID:["Belum ada simbol di sini — mengapa tidak menambahkan beberapa?"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],id_ID:["Tidak ada Simbol yang sesuai dengan kriteria anda"]}},63456:e=>{e.exports={en:["New pane"],id_ID:["Panel baru"]}},60126:e=>{e.exports={en:["New price scale"],id_ID:["Skala harga baru"]}},28628:e=>{e.exports={en:["Sources"],id_ID:["Sumber"]}},56136:e=>{e.exports={en:["Same % scale"],id_ID:["% skala yang sama"]}},38137:e=>{e.exports={en:["Same scale"],id_ID:["Skala yang sama"]}},8573:e=>{e.exports={en:["Search"],id_ID:["Cari"]}},57640:e=>{e.exports={en:["Select source"],id_ID:["Pilih sumber"]}},95481:e=>{e.exports={en:["Symbol"],id_ID:["Simbol"]}},74007:e=>{e.exports={en:["Symbol & description"],id_ID:["Simbol & deskripsi"]}},51165:e=>{e.exports={en:["Symbol Search"],id_ID:["Pencarian Simbol"]}},8926:e=>{e.exports={en:["Recent symbols"],id_ID:["Simbol terbaru"]}},70932:e=>{e.exports={en:["commodity"],id_ID:["komiditas"]}},79599:e=>{e.exports={en:["cfd"]}},46128:e=>{e.exports={en:["crypto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"],id_ID:["ekonomi"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"],id_ID:["kontrak berjangka"]}},87464:e=>{e.exports={en:["index"],id_ID:["indeks"]}},90250:e=>{e.exports={en:["indices"],id_ID:["indeks"]}},76752:e=>{e.exports={en:["stock"],id_ID:["saham"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.6760.d667b4a17bb7e3977273.js b/public/charting_library/bundles/id_ID.6760.d667b4a17bb7e3977273.js
new file mode 100644
index 0000000..24cffeb
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.6760.d667b4a17bb7e3977273.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6760,2787,6155,7850,7122,5111,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],id_ID:["#{count} (harga, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],id_ID:["Koordinat"]}},24197:e=>{e.exports={en:["Center"],id_ID:["Tengah"]}},6060:e=>{e.exports={en:["Add text"],id_ID:["Tambahkan teks"]}},27567:e=>{e.exports={en:["Bottom"],id_ID:["Dasar"]}},79468:e=>{e.exports={en:["Background"],id_ID:["Latar"]}},72942:e=>{e.exports={en:["Days"],id_ID:["Hari"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],id_ID:["Pemindahan (harga, bar)"]}},61856:e=>{e.exports={en:["Extend left line"],id_ID:["Perpanjang garis kekiri"]}},87430:e=>{e.exports={en:["Extend right line"],id_ID:["Perpanjang garis kekanan"]}},56796:e=>{e.exports={en:["Hours"],id_ID:["Jam"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],id_ID:["Input"]}},79650:e=>{e.exports={en:["Levels"],id_ID:["Level-Level"]}},11626:e=>{e.exports={en:["Left"],id_ID:["Kiri"]}},43154:e=>{e.exports={en:["Months"],id_ID:["Bulan"]}},68833:e=>{e.exports={en:["Middle"],id_ID:["Tengah"]}},42562:e=>{e.exports={en:["Minutes"],id_ID:["Menit"]}},65188:e=>{e.exports={en:["Seconds"],id_ID:["Detik"]}},50421:e=>{e.exports={en:["Right"],id_ID:["Kanan"]}},835:e=>{e.exports={en:["Weeks"],id_ID:["Minggu"]}},97118:e=>{e.exports={en:["Top"],id_ID:["Teratas"]}},70320:e=>{e.exports={en:["Text"],id_ID:["Teks"]}},25485:e=>{e.exports={en:["Text alignment"],id_ID:["Perataan teks"]}},67781:e=>{e.exports={en:["Text orientation"],id_ID:["Orientasi teks"]}},24821:e=>{e.exports={en:["Ticks"],id_ID:["Tick"]}},51574:e=>{e.exports={en:["Trend line"],id_ID:["Garis tren"]}},28683:e=>{e.exports={en:["Use one color"],id_ID:["Gunakan satu warna"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],id_ID:["Ubah koordinat bar X"]}},11737:e=>{e.exports={en:["change price Y coordinate"],id_ID:["Ubah koordinat harga Y"]}},59577:e=>{e.exports={en:["change {title} all lines color"],id_ID:["ubah warna semua garis {title}"]}},13783:e=>{e.exports={en:["change {title} background transparency"],id_ID:["ubah transparansi latar belakang {title}"]}},30839:e=>{e.exports={en:["change {title} background visibility"],id_ID:["ubah visibilitas latar belakang {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],id_ID:["ubah {title} hari ke"]}},91201:e=>{e.exports={en:["change {title} days from"],id_ID:["ubah {title} hari dari"]}},8306:e=>{e.exports={en:["change {title} hours from"],id_ID:["ubah {title} jam dari"]}},67233:e=>{e.exports={en:["change {title} hours to"],id_ID:["ubah {title} jam ke"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],id_ID:["ubah garis koefisien {index} level {title}"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],id_ID:["ubah warna garis {title} level {index}"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"],id_ID:["ubah visibilitas garis {title} level {index}"]}},97870:e=>{e.exports={
+en:["change {title} level {index} line width"],id_ID:["ubah lebar garis {index} level {title}"]}},54517:e=>{e.exports={en:["change {title} levels visibility"],id_ID:["ubah visibilitas level {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],id_ID:["ubah {title} bulan dari"]}},10518:e=>{e.exports={en:["change {title} months to"],id_ID:["ubah {title} bulan ke"]}},38011:e=>{e.exports={en:["change {title} minutes to"],id_ID:["ubah {title} menit ke"]}},59820:e=>{e.exports={en:["change {title} minutes from"],id_ID:["ubah {title} menit dari"]}},6573:e=>{e.exports={en:["change {title} seconds to"],id_ID:["ubah {title} detik ke"]}},86780:e=>{e.exports={en:["change {title} seconds from"],id_ID:["ubah {title} detik dari"]}},32481:e=>{e.exports={en:["change {title} weeks from"],id_ID:["ubah {title} minggu dari"]}},18678:e=>{e.exports={en:["change {title} weeks to"],id_ID:["ubah {title} minggu ke"]}},57122:e=>{e.exports={en:["change {title} text"],id_ID:["Ubah teks {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],id_ID:["ubah visibilitas {title} pada tick"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],id_ID:["ubah visibilitas {title} dalam minggu"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],id_ID:["ubah visibilitas {title} di dalam {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],id_ID:["ubah visibilitas {title} dalam hari"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],id_ID:["ubah visibilitas {title} dalam jam"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],id_ID:["ubah visibilitas {title} dalam menit"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],id_ID:["ubah visibilitas {title} dalam bulan"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],id_ID:["ubah visibilitas {title} pada detik"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],id_ID:["ubah visibilitas garis {toolName}"]}},19541:e=>{e.exports={en:["change {toolName} line width"],id_ID:["ubah lebar garis {toolName}"]}},24059:e=>{e.exports={en:["change {toolName} line color"],id_ID:["ubah warna garis {toolName}"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],id_ID:["ubah garis perpanjangan ke kiri {toolName}"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],id_ID:["ubah garis perpanjangan ke kanan {toolName}"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],id_ID:["ubah ujung garis kiri {toolName}"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],id_ID:["ubah ujung garis kanan {toolName}"]}},66429:e=>{e.exports={en:["change {toolName} line style"],id_ID:["ubah corak garis {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],id_ID:["ubah properti {propertyName}"]}},35813:e=>{e.exports={en:["days"],id_ID:["Hari"]}},89919:e=>{e.exports={en:["days to"],id_ID:["hari ke"]}},59215:e=>{e.exports={en:["days from"],id_ID:["dari dari"]}},77114:e=>{e.exports={en:["erase level line"],
+id_ID:["hapus haris level"]}},2359:e=>{e.exports={en:["hours"],id_ID:["Jam"]}},82267:e=>{e.exports={en:["hours from"],id_ID:["jam dari"]}},15600:e=>{e.exports={en:["hours to"],id_ID:["jam ke"]}},76261:e=>{e.exports={en:["move drawings"],id_ID:["Pindahkan gambar"]}},95300:e=>{e.exports={en:["months"],id_ID:["Bulan"]}},17250:e=>{e.exports={en:["months from"],id_ID:["bulan dari"]}},2828:e=>{e.exports={en:["months to"],id_ID:["bulan ke"]}},18726:e=>{e.exports={en:["minutes"],id_ID:["menit"]}},67649:e=>{e.exports={en:["minutes to"],id_ID:["menit ke"]}},22476:e=>{e.exports={en:["minutes from"],id_ID:["menit dari"]}},751:e=>{e.exports={en:["seconds"],id_ID:["detik"]}},73419:e=>{e.exports={en:["seconds to"],id_ID:["detik ke"]}},35801:e=>{e.exports={en:["seconds from"],id_ID:["detik dari"]}},45537:e=>{e.exports={en:["weeks"],id_ID:["minggu"]}},92859:e=>{e.exports={en:["weeks from"],id_ID:["minggu dari"]}},44127:e=>{e.exports={en:["weeks to"],id_ID:["minggu ke"]}},3539:e=>{e.exports={en:["ticks"],id_ID:["Tick"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.6778.cb295f9cefe08c721b2c.js b/public/charting_library/bundles/id_ID.6778.cb295f9cefe08c721b2c.js
new file mode 100644
index 0000000..179da4f
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.6778.cb295f9cefe08c721b2c.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6778],{36778:a=>{a.exports={en:["Last available bar"],id_ID:["Bar tersedia terakhir"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.6822.4179cccc2fa59f991bf4.js b/public/charting_library/bundles/id_ID.6822.4179cccc2fa59f991bf4.js
new file mode 100644
index 0000000..f12c543
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.6822.4179cccc2fa59f991bf4.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6822],{94920:e=>{e.exports={en:["ADJ"]}},16755:e=>{e.exports={en:["B-ADJ"]}},82631:e=>{e.exports={en:["SET"]}},22233:e=>{e.exports={en:["auto"]}},4161:e=>{e.exports={en:["log"]}},58221:e=>{e.exports={en:["All data"],id_ID:["Seluruh data"]}},19273:e=>{e.exports={en:["Year to day"],id_ID:["Tahun ke hari"]}},58426:e=>{e.exports={en:["{timePeriod} in {timeInterval}"],id_ID:["{timePeriod} pada {timeInterval}"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],id_ID:["Sesuaikan data untuk dividen"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],id_ID:["Penyesuaian untuk perubahan kontrak"]}},42432:e=>{e.exports={en:["Go to"],id_ID:["Menuju ke"]}},92966:e=>{e.exports={en:["Extended Hours is available only for intraday charts"],id_ID:["Jam Perpanjangan hanya tersedia bagi chart intrahari"]}},61206:e=>{e.exports={en:["Maximize chart"],id_ID:["Perbesar chart"]}},2031:e=>{e.exports={en:["Main symbol data is adjusted for dividends only"],id_ID:["Data simbol utama disesuaikan hanya untuk deviden"]}},95739:e=>{e.exports={en:["Main symbol data is adjusted for splits only"],id_ID:["Data simbol utama disesuaikan hanya untuk pecahan."]}},27665:e=>{e.exports={en:["Sessions"],id_ID:["Sesi"]}},31142:e=>{e.exports={en:["Restore chart"],id_ID:["Kembalikan chart"]}},41888:e=>{e.exports={en:["Toggle Auto Scale"],id_ID:["Toggle Skala Otomatis"]}},1e4:e=>{e.exports={en:["Toggle Log Scale"],id_ID:["Toggle Skala Log"]}},81649:e=>{e.exports={en:["Toggle Percentage"],id_ID:["Toggle Persentase"]}},77073:e=>{e.exports={en:["Timezone"],id_ID:["Zona waktu"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"],id_ID:["Gunakan penyelesaian sebagai penutupan pada interval harian"]}},8586:e=>{e.exports={en:["ext"],id_ID:["perp"]}},63808:e=>{e.exports={en:["{str} day","{str} days"],id_ID:["{str} hari"]}},62368:e=>{e.exports={en:["{str} day","{str} days"],id_ID:["{str} hari"]}},561:e=>{e.exports={en:["{str} day intervals","{str} days intervals"],id_ID:["{str} interval hari"]}},72495:e=>{e.exports={en:["{str} hour","{str} hours"],id_ID:["{str} jam"]}},64963:e=>{e.exports={en:["{str} hour","{str} hours"],id_ID:["{str} jam"]}},14887:e=>{e.exports={en:["{str} hour intervals","{str} hours intervals"],id_ID:["{str} interval jam"]}},12752:e=>{e.exports={en:["{str} month","{str} months"],id_ID:["{str} bulan"]}},20062:e=>{e.exports={en:["{str} month","{str} months"],id_ID:["{str} bulan"]}},48514:e=>{e.exports={en:["{str} month intervals","{str} months intervals"],id_ID:["{str} interval bulan"]}},95484:e=>{e.exports={en:["{str} minute","{str} minutes"],id_ID:["{str} menit"]}},5926:e=>{e.exports={en:["{str} minute","{str} minutes"],id_ID:["{str} menit"]}},15489:e=>{e.exports={en:["{str} minute intervals","{str} minutes intervals"],id_ID:["{str} interval menit"]}},6088:e=>{e.exports={en:["{str} week","{str} weeks"],id_ID:["{str} minggu"]}},49306:e=>{e.exports={en:["{str} week","{str} weeks"],id_ID:["{str} minggu"]}},60316:e=>{e.exports={
+en:["{str} week intervals","{str} weeks intervals"],id_ID:["{str} interval minggu"]}},96325:e=>{e.exports={en:["{str} year","{str} years"],id_ID:["{str} tahun"]}},91549:e=>{e.exports={en:["{str} year","{str} years"],id_ID:["{str} tahun"]}},78971:e=>{e.exports={en:["{str} year intervals","{str} years intervals"],id_ID:["{str} interval tahun"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.6838.b209fab6f81d9054b17c.js b/public/charting_library/bundles/id_ID.6838.b209fab6f81d9054b17c.js
new file mode 100644
index 0000000..326f4f0
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.6838.b209fab6f81d9054b17c.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6838],{66838:a=>{a.exports={en:["Fact of the day"],id_ID:["Fakta hari ini"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.7122.b56804d4455c3a0204dd.js b/public/charting_library/bundles/id_ID.7122.b56804d4455c3a0204dd.js
new file mode 100644
index 0000000..a8f4c06
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.7122.b56804d4455c3a0204dd.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7122],{57122:e=>{e.exports={en:["change {title} text"],id_ID:["Ubah teks {title}"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.7328.6e079881a6ff4ded3dbf.js b/public/charting_library/bundles/id_ID.7328.6e079881a6ff4ded3dbf.js
new file mode 100644
index 0000000..1727387
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.7328.6e079881a6ff4ded3dbf.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7328],{27328:a=>{a.exports={en:["Don't show again"],id_ID:["Jangan tampilkan kembali"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.7458.068c610f8718bc62a766.js b/public/charting_library/bundles/id_ID.7458.068c610f8718bc62a766.js
new file mode 100644
index 0000000..542e8f1
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.7458.068c610f8718bc62a766.js
@@ -0,0 +1,7 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7458,4821],{80587:a=>{a.exports={en:["bars"],id_ID:["bar"]}},4348:a=>{a.exports={en:["(O + H + L + C)/4"]}},27311:a=>{a.exports={en:["(H + L + C)/3"]}},69303:a=>{a.exports={en:["(H + L)/2"]}},31882:a=>{a.exports={en:["12-hours"],id_ID:["12-jam"]}},5797:a=>{a.exports={en:["24-hours"],id_ID:["24-jam"]}},23111:a=>{a.exports={en:["Color bars based on previous close"],id_ID:["Warnai bar berdasarkan penutupan sebelumnya"]}},23739:a=>{a.exports={en:["Canvas"]}},24197:a=>{a.exports={en:["Center"],id_ID:["Tengah"]}},15153:a=>{a.exports={en:["Chart basic styles"],id_ID:["Chart corak basic"]}},45639:a=>{a.exports={en:["Chart values"],id_ID:["Nilai chart"]}},84831:a=>{a.exports={en:["Close line"],id_ID:["Garis Penutupan"]}},74622:a=>{a.exports={en:["Crosshair"]}},81849:a=>{a.exports={en:["Currency"],id_ID:["Mata Uang"]}},3015:a=>{a.exports={en:["Currency and Unit"],id_ID:["Mata uang dan unit"]}},93020:a=>{a.exports={en:["Adjust data for dividends"],id_ID:["Sesuaikan data untuk dividen"]}},68921:a=>{a.exports={en:["Adjust for contract changes"],id_ID:["Penyesuaian untuk perubahan kontrak"]}},36620:a=>{a.exports={en:["Alerts"],id_ID:["Peringatan"]}},14119:a=>{a.exports={en:["Arguments"],id_ID:["Argumen"]}},68650:a=>{a.exports={en:["Average close"],id_ID:["Rata-rata penutupan"]}},27567:a=>{a.exports={en:["Bottom"],id_ID:["Dasar"]}},3159:a=>{a.exports={en:["Bottom line"],id_ID:["Garis Dasar"]}},74406:a=>{a.exports={en:["Body"],id_ID:["Badan"]}},333:a=>{a.exports={en:["Borders"],id_ID:["Batas-Batas"]}},79468:a=>{a.exports={en:["Background"],id_ID:["Latar"]}},10842:a=>{a.exports={en:["Bar change values"],id_ID:["Nilai Perubahan Bar"]}},28975:a=>{a.exports={en:["Base level"],id_ID:["Level Dasar"]}},76473:a=>{a.exports={en:["Bid and ask"],id_ID:["Bid dan Ask"]}},32744:a=>{a.exports={en:["Buttons"],id_ID:["Tombol-tombol"]}},68662:a=>{a.exports={en:["Grid lines"],id_ID:["Garis grid"]}},17611:a=>{a.exports={en:["Down bars"],id_ID:["Bar turun"]}},23743:a=>{a.exports={en:["Down color"],id_ID:["Warna Turun"]}},48225:a=>{a.exports={en:["Data modification"],id_ID:["Modifikasi data"]}},84838:a=>{a.exports={en:["Date format"],id_ID:["Format Tanggal"]}},42357:a=>{a.exports={en:["Day of week on labels"],id_ID:["Hari dalam seminggu pada label"]}},16564:a=>{a.exports={en:["Default"],id_ID:["Bawaan"]}},78734:a=>{a.exports={en:["Description"],id_ID:["Deskripsi"]}},89212:a=>{a.exports={en:["Display inactivity gaps on intraday"]}},59777:a=>{a.exports={en:["Electronic trading hours background"],id_ID:["Latar belakang jam trading elektronik"]}},69808:a=>{a.exports={en:["Events"],id_ID:["Peristiwa"]}},41129:a=>{a.exports={en:["Fill"],id_ID:["Mengisi"]}},61112:a=>{a.exports={en:["Fill top area"],id_ID:["Isi area atas"]}},73185:a=>{a.exports={en:["Fill bottom area"],id_ID:["Isi Area Dasar"]}},95406:a=>{a.exports={en:["Horizontal"]}},61900:a=>{a.exports={en:["Horz only"],id_ID:["Hanya horizontal"]}},14180:a=>{a.exports={en:["High and low"],id_ID:["Tertinggi dan terendah"]}},56359:a=>{
+a.exports={en:["High line"],id_ID:["Garis High"]}},47326:a=>{a.exports={en:["Integer"],id_ID:["Bilangan bulat"]}},84549:a=>{a.exports={en:["Indicators"],id_ID:["Indikator"]}},78082:a=>{a.exports={en:["Indicators and financials"],id_ID:["Indikator dan finansial"]}},25765:a=>{a.exports={en:["Open market status"],id_ID:["Tampilkan status pasar Buka"]}},34579:a=>{a.exports={en:["Low line"],id_ID:["Garis Low"]}},14876:a=>{a.exports={en:["Logo"]}},89315:a=>{a.exports={en:["Long Description"],id_ID:["Deskripsi Panjang"]}},72423:a=>{a.exports={en:["Last day change values"],id_ID:["Nilai perubahan hari terakhir"]}},11626:a=>{a.exports={en:["Left"],id_ID:["Kiri"]}},8249:a=>{a.exports={en:["Money"],id_ID:["Uang"]}},70937:a=>{a.exports={en:["Margins"],id_ID:["Marjin"]}},68833:a=>{a.exports={en:["Middle"],id_ID:["Tengah"]}},58589:a=>{a.exports={en:["No overlapping labels"],id_ID:["Label Tertumpuk Tidak Diperbolehkan"]}},60798:a=>{a.exports={en:["None"],id_ID:["Tidak satu pun"]}},51019:a=>{a.exports={en:["Navigation"],id_ID:["Navigasi"]}},99709:a=>{a.exports={en:["Name"],id_ID:["Nama"]}},8852:a=>{a.exports={en:["Save chart left edge position when changing interval"],id_ID:["Simpan posisi tepi kiri chart saat mengubah interval"]}},26204:a=>{a.exports={en:["Scale modes (A and L)"],id_ID:["Mode skala (A dan L)"]}},93968:a=>{a.exports={en:["Scales"],id_ID:["Skala"]}},90275:a=>{a.exports={en:["Scales and lines"],id_ID:["Skala dan garis"]}},30042:a=>{a.exports={en:["Scales placement"],id_ID:["Penempatan Skala"]}},28715:a=>{a.exports={en:["Status line"],id_ID:["Baris status"]}},95481:a=>{a.exports={en:["Symbol"],id_ID:["Simbol"]}},53263:a=>{a.exports={en:["Pane"],id_ID:["Panel"]}},82894:a=>{a.exports={en:["Pane separators"],id_ID:["Pemisah panel"]}},16207:a=>{a.exports={en:["Percentage"],id_ID:["Persentase"]}},94408:a=>{a.exports={en:["Pips"],id_ID:["Pip"]}},60904:a=>{a.exports={en:["Pre/post market"],id_ID:["Pra/Pasca pasar"]}},88327:a=>{a.exports={en:["Pre/post market hours background"],id_ID:["Latar jam pra/pasca pasar"]}},59766:a=>{a.exports={en:["Precision"],id_ID:["Presisi"]}},83811:a=>{a.exports={en:["Previous day close"],id_ID:["Penutupan hari sebelumnya"]}},35082:a=>{a.exports={en:["Price Scale"],id_ID:["Skala Harga"]}},27632:a=>{a.exports={en:["Price and percentage value"],id_ID:["Nilai Harga dan Persentase"]}},62142:a=>{a.exports={en:["Price labels & lines"],id_ID:["Label harga & garis"]}},84684:a=>{a.exports={en:["Price source"],id_ID:["Sumber Harga"]}},73466:a=>{a.exports={en:["Projection up bars"],id_ID:["Proyeksi bar naik"]}},77430:a=>{a.exports={en:["Projection candles"],id_ID:["Bar proyeksi"]}},88367:a=>{a.exports={en:["Projection down bars"],id_ID:["Proyeksi bar turun"]}},6160:a=>{a.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"],id_ID:["Harga sebenarnya pada skala harga (bukan harga Heikin-Ashi)"]}},50421:a=>{a.exports={en:["Right"],id_ID:["Kanan"]}},62532:a=>{a.exports={en:["Right Margin"],id_ID:["Margin Kanan"]}},41571:a=>{a.exports={en:["Watermark"],id_ID:["Tanda air"]}},32163:a=>{
+a.exports={en:["Wick"],id_ID:["Sumbu"]}},97118:a=>{a.exports={en:["Top"],id_ID:["Teratas"]}},89349:a=>{a.exports={en:["Top line"],id_ID:["Garis Atas"]}},70320:a=>{a.exports={en:["Text"],id_ID:["Teks"]}},25485:a=>{a.exports={en:["Text alignment"],id_ID:["Perataan teks"]}},67781:a=>{a.exports={en:["Text orientation"],id_ID:["Orientasi teks"]}},20215:a=>{a.exports={en:["Thin bars"],id_ID:["Bar-Bar Tipis"]}},70198:a=>{a.exports={en:["Title"],id_ID:["Judul"]}},29854:a=>{a.exports={en:["Titles"],id_ID:["Judul"]}},5791:a=>{a.exports={en:["Ticker"]}},16816:a=>{a.exports={en:["Ticker and description"],id_ID:["Ticker dan deskripsi"]}},24821:a=>{a.exports={en:["Ticks"],id_ID:["Tick"]}},93965:a=>{a.exports={en:["Time Scale"],id_ID:["Skala waktu"]}},5591:a=>{a.exports={en:["Time hours format"],id_ID:["Format waktu jam"]}},77073:a=>{a.exports={en:["Timezone"],id_ID:["Zona waktu"]}},76495:a=>{a.exports={en:["Trading"]}},33564:a=>{a.exports={en:["Unit"]}},23091:a=>{a.exports={en:["Up color"],id_ID:["Warna Naik"]}},36957:a=>{a.exports={en:["Up bars"],id_ID:["Bar naik"]}},49545:a=>{a.exports={en:["Use settlement as close on daily interval"],id_ID:["Gunakan penyelesaian sebagai penutupan pada interval harian"]}},37644:a=>{a.exports={en:["Volume"]}},51514:a=>{a.exports={en:["Value"],id_ID:["Nilai"]}},31218:a=>{a.exports={en:["Value according to scale"],id_ID:["Nilai menurut Skala"]}},60092:a=>{a.exports={en:["Values"],id_ID:["Nilai"]}},83594:a=>{a.exports={en:["Vert and horz"],id_ID:["Vertikal dan horizontal"]}},8402:a=>{a.exports={en:["Vert only"],id_ID:["Hanya vertikal"]}},69526:a=>{a.exports={en:["Vertical"]}},21105:a=>{a.exports={en:["candle"]}},27068:a=>{a.exports={en:["change HLC bars"],id_ID:["ubah bar HLC"]}},21201:a=>{a.exports={en:["change HLC bars color"]}},3311:a=>{a.exports={en:["change navigation buttons visibility"],id_ID:["ubah visibilitas tombol navigasi"]}},96227:a=>{a.exports={en:["change open market status visibility"],id_ID:["ubah visibilitas status market yang terbuka"]}},43231:a=>{a.exports={en:["change average close price line width"],id_ID:["ubah lebar garis harga rata-rata penutupan"]}},47026:a=>{a.exports={en:["change average close price line color"],id_ID:["ubah warna garis harga rata-rata penutupan"]}},86866:a=>{a.exports={en:["change area fill color"],id_ID:["ubah isian warna area"]}},89346:a=>{a.exports={en:["change area line width"],id_ID:["ubah lebar area garis"]}},29605:a=>{a.exports={en:["change area line color"],id_ID:["ubah warna area garis"]}},4640:a=>{a.exports={en:["change area price source"],id_ID:["ubah sumber area harga"]}},98407:a=>{a.exports={en:["change ask line color"],id_ID:["ubah warna garis harga ask"]}},42190:a=>{a.exports={en:["change base level"],id_ID:["ubah level dasar"]}},71785:a=>{a.exports={en:["change baseline bottom line color"],id_ID:["ubah warna garis dasar bawah"]}},56175:a=>{a.exports={en:["change baseline bottom line width"],id_ID:["ubah lebar garis dasar bawah"]}},97216:a=>{a.exports={en:["change baseline fill bottom area color"],
+id_ID:["ubah isian warna area bawah dari garis dasar"]}},92873:a=>{a.exports={en:["change baseline fill top area color"],id_ID:["ubah isian warna area atas dari garis dasar"]}},68609:a=>{a.exports={en:["change baseline price source"],id_ID:["ubah sumber garis dasar harga"]}},69044:a=>{a.exports={en:["change baseline top line color"],id_ID:["ubah warna garis dasar atas"]}},68197:a=>{a.exports={en:["change baseline top line width"],id_ID:["ubah lebar garis dasar atas"]}},33464:a=>{a.exports={en:["change bar up color"],id_ID:["ubah warna bar naik"]}},27426:a=>{a.exports={en:["change bar change visibility"],id_ID:["ubah visibilitas perubahan bar"]}},59622:a=>{a.exports={en:["change bar down color"],id_ID:["ubah warna bar turun"]}},17919:a=>{a.exports={en:["change bid line color"],id_ID:["ubah warna garis harga bid"]}},32094:a=>{a.exports={en:["change bottom margin"],id_ID:["ubah margin bawah"]}},63119:a=>{a.exports={en:["change currency and unit labels visibility"],id_ID:["ubah visibilitas label mata uang dan unit"]}},64003:a=>{a.exports={en:["change currency label visibility"],id_ID:["ubah visibilitas label mata uang"]}},42803:a=>{a.exports={en:["change chart background color"],id_ID:["ubah warna latar belakang chart"]}},41382:a=>{a.exports={en:["change chart background type"],id_ID:["ubah tipe latar belakang chart"]}},79637:a=>{a.exports={en:["change chart values visibility"],id_ID:["Ubah visibilitas nilai chart"]}},43090:a=>{a.exports={en:["change color bars based on previous close"],id_ID:["ubah warna bar berdasarkan penutupan sebelumnya"]}},88324:a=>{a.exports={en:["change column up color"],id_ID:["ubah warna kolom atas"]}},93890:a=>{a.exports={en:["change column down color"],id_ID:["ubah warna kolom bawah"]}},4727:a=>{a.exports={en:["change column price source"],id_ID:["ubah sumber kolom harga"]}},50544:a=>{a.exports={en:["change crosshair width"],id_ID:["ubah lebar crosshair"]}},92885:a=>{a.exports={en:["change crosshair color"],id_ID:["ubah warna crosshair"]}},68418:a=>{a.exports={en:["change crosshair style"],id_ID:["ubah corak crosshair"]}},43109:a=>{a.exports={en:["change date format"],id_ID:["ubah format tanggal"]}},30418:a=>{a.exports={en:["change day of week on labels"],id_ID:["ubah hari dalam seminggu pada label"]}},82063:a=>{a.exports={en:["change decimal places"],id_ID:["ubah jumlah desimal"]}},44223:a=>{a.exports={en:["change extended hours color"],id_ID:["ubah warna perpanjangan jam"]}},47393:a=>{a.exports={en:["change electronic trading hours"],id_ID:["Ubah jam trading elektronik"]}},73844:a=>{a.exports={en:["change grid lines visibility"],id_ID:["ubah visibilitas garis grid"]}},61407:a=>{a.exports={en:["change high and low price line color"],id_ID:["ubah warna garis harga tertinggi dan terendah"]}},39581:a=>{a.exports={en:["change high and low price line width"],id_ID:["ubah lebar garis harga tertinggi dan terendah"]}},6026:a=>{a.exports={en:["change high-low body color"],id_ID:["ubah warna badan tertinggi-terendah"]}},73021:a=>{a.exports={en:["change high-low body visibility"],
+id_ID:["ubah visibilitas badan tertinggi-terendah"]}},46844:a=>{a.exports={en:["change high-low border color"],id_ID:["ubah warna batas tertinggi-terendah"]}},15801:a=>{a.exports={en:["change high-low borders visibility"],id_ID:["ubah visibilitas batas tertinggi-terendah"]}},72399:a=>{a.exports={en:["change high-low labels visibility"],id_ID:["ubah visibilitas label tertinggi-terendah"]}},56961:a=>{a.exports={en:["change high-low labels color"],id_ID:["ubah warna label tertinggi-terendah"]}},21133:a=>{a.exports={en:["change horz grid lines color"],id_ID:["ubah warna garis grid horizontal"]}},63050:a=>{a.exports={en:["change indicator titles visibility"],id_ID:["ubah visibilitas judul indikator"]}},49583:a=>{a.exports={en:["change indicator values visibility"],id_ID:["ubah visibilitas nilai indikator"]}},78310:a=>{a.exports={en:["change indicator arguments visibility"],id_ID:["ubah visibilitas argumen indikator"]}},35111:a=>{a.exports={en:["change indicators and financials name labels visibility"],id_ID:["ubah visibilitas label nama indikator dan finansial"]}},71161:a=>{a.exports={en:["change indicators and financials value labels visibility"],id_ID:["ubah visibilitas label nilai indikator dan finansial"]}},66307:a=>{a.exports={en:["change last day change visibility"],id_ID:["ubah visibilitas perubahan hari terakhir"]}},91873:a=>{a.exports={en:["change legend background transparency"],id_ID:["ubah transparansi latar belakang legenda"]}},14246:a=>{a.exports={en:["change legend background visibility"],id_ID:["ubah visibilitas latar belakang legenda"]}},88640:a=>{a.exports={en:["change line color"],id_ID:["ubah warna garis"]}},41837:a=>{a.exports={en:["change line price source"],id_ID:["ubah sumber garis harga"]}},48339:a=>{a.exports={en:["change line width"],id_ID:["ubah lebar garis"]}},18378:a=>{a.exports={en:["change pane buttons visibility"],id_ID:["ubah visibilitas tombol pane"]}},52203:a=>{a.exports={en:["change pane separators color"],id_ID:["Ubah warna pemisah panel"]}},38730:a=>{a.exports={en:["change post market color"],id_ID:["ubah warna pasca pasar"]}},28075:a=>{a.exports={en:["change post market line color"],id_ID:["ubah warna garis pasca pasar"]}},91978:a=>{a.exports={en:["change pre/post market price lines visibility"],id_ID:["Ubah visibilitas harga pra/pasca pasar"]}},44371:a=>{a.exports={en:["change pre market color"],id_ID:["ubah warna pra pasar"]}},96114:a=>{a.exports={en:["change pre market line color"],id_ID:["ubah warna garis pra pasar"]}},69814:a=>{a.exports={en:["change previous close price line color"],id_ID:["ubah warna garis harga penutupan sebelumnya"]}},13660:a=>{a.exports={en:["change previous close price line width"],id_ID:["ubah lebar garis harga penutupan sebelumnya"]}},87861:a=>{a.exports={en:["change price line color"],id_ID:["ubah warna garis harga"]}},29353:a=>{a.exports={en:["change price line width"],id_ID:["ubah lebar garis harga"]}},16241:a=>{a.exports={en:["change range bars style"],id_ID:["Ubah corak bar rentang"]}},65821:a=>{a.exports={en:["change range thin bars"],
+id_ID:["ubah rentang bar tipis"]}},75487:a=>{a.exports={en:["change renko wick down color"],id_ID:["ubah warna sumbu bawah renko"]}},92277:a=>{a.exports={en:["change renko wick up color"],id_ID:["ubah warna sumbu atas renko"]}},79604:a=>{a.exports={en:["change renko wick visibility"],id_ID:["ubah visibilitas sumbu renko"]}},82946:a=>{a.exports={en:["change right margin"],id_ID:["ubah margin kanan"]}},79545:a=>{a.exports={en:["change right margin percentage"],id_ID:["ubah persentase margin kanan"]}},78995:a=>{a.exports={en:["change symbol watermark color"],id_ID:["ubah warna watermark simbol"]}},73227:a=>{a.exports={en:["change symbol watermark visibility"],id_ID:["ubah visibilitas watermark simbol"]}},88167:a=>{a.exports={en:["change symbol description visibility"],id_ID:["ubah visibilitas deskripsi simbol"]}},12050:a=>{a.exports={en:["change symbol field visibility"],id_ID:["ubah visibilitas bidang simbol"]}},46066:a=>{a.exports={en:["change symbol last value mode"],id_ID:["ubah mode nilai terakhir simbol"]}},902:a=>{a.exports={en:["change symbol legend format"],id_ID:["ubah format legenda simbol"]}},77408:a=>{a.exports={en:["change save chart left edge position when changing interval"],id_ID:["ubah simpan posisi tepi kiri chart saat mengubah interval"]}},69023:a=>{a.exports={en:["change scale modes buttons visibility"],id_ID:["Ubah visibilitas tombol mode skala"]}},76131:a=>{a.exports={en:["change scales text color"],id_ID:["ubah warna skala teks"]}},27792:a=>{a.exports={en:["change scales font size"],id_ID:["ubah ukuran font skala"]}},94997:a=>{a.exports={en:["change scales lines color"],id_ID:["ubah warna garis skala"]}},60067:a=>{a.exports={en:["change sessions breaks visibility"],id_ID:["ubah visibilitas jeda sesi"]}},28175:a=>{a.exports={en:["change sessions breaks width"],id_ID:["ubah lebar jeda sesi"]}},33895:a=>{a.exports={en:["change sessions breaks color"],id_ID:["ubah warna jeda sesi"]}},21641:a=>{a.exports={en:["change sessions breaks style"],id_ID:["ubah corak jeda sesi"]}},16660:a=>{a.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"],id_ID:["ubah tampilan dari harga sebenarnya pada skala harga (bukan harga Heiken-Ashi)"]}},60834:a=>{a.exports={en:["change thin bars"],id_ID:["ubah bar tipis"]}},39754:a=>{a.exports={en:["change time hours format"],id_ID:["Ubah format waktu jam"]}},74883:a=>{a.exports={en:["change top margin"],id_ID:["ubah margin atas"]}},51250:a=>{a.exports={en:["change unit label visibility"],id_ID:["ubah visibilitas label unit"]}},71805:a=>{a.exports={en:["change vert grid lines color"],id_ID:["ubah warna garis grid vertikal"]}},96201:a=>{a.exports={en:["change volume values visibility"],id_ID:["ubah visibilitas nilai volume"]}},17214:a=>{a.exports={en:["change {candleType} up border color"],id_ID:["ubah warna batas {candleType} naik"]}},36697:a=>{a.exports={en:["change {candleType} up color"],id_ID:["ubah warna {candleType} naik"]}},48091:a=>{a.exports={en:["change {candleType} wick down color"],
+id_ID:["ubah warna sumbu {candleType} turun"]}},47664:a=>{a.exports={en:["change {candleType} wick up color"],id_ID:["ubah warna sumbu {candleType} naik"]}},94750:a=>{a.exports={en:["change {candleType} wick visibility"],id_ID:["ubah visibilitas sumbu {candleType}"]}},60608:a=>{a.exports={en:["change {candleType} body visibility"],id_ID:["ubah visibilitas badan {candleType}"]}},11114:a=>{a.exports={en:["change {candleType} border visibility"],id_ID:["ubah visibilitas batas {candleType}"]}},20291:a=>{a.exports={en:["change {candleType} down border color"],id_ID:["ubah warna batas {candleType} turun"]}},64571:a=>{a.exports={en:["change {candleType} down color"],id_ID:["ubah warna {candleType} turun"]}},23053:a=>{a.exports={en:["change {chartType} border bar down color"],id_ID:["ubah warna batas bar {chartType} turun"]}},28394:a=>{a.exports={en:["change {chartType} border bar up color"],id_ID:["ubah warna batas bar {chartType} naik"]}},5012:a=>{a.exports={en:["change {chartType} down color"],id_ID:["ubah warna {chartType} turun"]}},42826:a=>{a.exports={en:["change {chartType} projection border bar up color"],id_ID:["ubah warna batas bar proyeksi {chartType} naik"]}},72545:a=>{a.exports={en:["change {chartType} projection bar down color"],id_ID:["ubah warna bar proyeksi {chartType} turun"]}},85032:a=>{a.exports={en:["change {chartType} projection bar up color"],id_ID:["ubah warna bar proyeksi {chartType} naik"]}},6970:a=>{a.exports={en:["change {chartType} up color"],id_ID:["ubah warna {chartType} naik"]}},66110:a=>{a.exports={en:["change {inputName} property"],id_ID:["ubah properti {inputName}"]}},18077:a=>{a.exports={en:["adjust data for dividends"],id_ID:["sesuaikan data untuk dividen"]}},1433:a=>{a.exports={en:["adjust for contract changes"],id_ID:["Penyesuaian untuk perubahan kontrak"]}},92598:a=>{a.exports={en:["hollow candles"],id_ID:["candle kosong"]}},57243:a=>{a.exports={en:["range","ranges"],id_ID:["rentang"]}},70282:a=>{a.exports={en:["renko"]}},28871:a=>{a.exports={en:["toggle intraday inactivity gaps"]}},92978:a=>{a.exports={en:["use settlement as close on daily interval"],id_ID:["Gunakan penyelesaian sebagai penutupan pada interval harian"]}},59644:a=>{a.exports={en:["{value} decimal","{value} decimals"],id_ID:["{value} desimal"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.7714.fb6a9318f826d9829d2d.js b/public/charting_library/bundles/id_ID.7714.fb6a9318f826d9829d2d.js
new file mode 100644
index 0000000..c325622
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.7714.fb6a9318f826d9829d2d.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7714,4109,4166],{92389:e=>{e.exports={en:["Clone, Copy"],id_ID:["Duplikat, Salin"]}},47742:e=>{e.exports={en:["Close menu"],id_ID:["Pilih menu"]}},83390:e=>{e.exports={en:["Create a group of drawings"],id_ID:["Buat kelompok untuk gambar"]}},69207:e=>{e.exports={en:["Add to favorites"],id_ID:["Tambah ke daftar favorit"]}},40983:e=>{e.exports={en:["Group is hidden on current interval"],id_ID:["Grup disembunyikan pada interval saat ini"]}},80014:e=>{e.exports={en:["Drawing is hidden on current interval"],id_ID:["Gambar disembunyikan pada interval saat ini"]}},88616:e=>{e.exports={en:["Object tree"],id_ID:["Pohon objek"]}},80996:e=>{e.exports={en:["Local drawings"],id_ID:["Gambar lokal"]}},63944:e=>{e.exports={en:["Modified: {modificationDate}"],id_ID:["Dimodifikasi: {modificationDate}"]}},37117:e=>{e.exports={en:["More"],id_ID:["Lebih lanjut"]}},81031:e=>{e.exports={en:["Manage layout drawings"],id_ID:["Kelola layout gambar"]}},84212:e=>{e.exports={en:["No drawings yet"],id_ID:["Belum ada gambar saat ini"]}},92931:e=>{e.exports={en:["Synced globally"],id_ID:["Disinkronisasi secara global"]}},41870:e=>{e.exports={en:["Synced in layout"],id_ID:["Disinkronisasi dalam layout"]}},8182:e=>{e.exports={en:["Remove all drawings for this symbol"],id_ID:["Hilangkan seluruh gambar pada simbol ini"]}},85106:e=>{e.exports={en:["Remove from favorites"],id_ID:["Hilangkan dari favorit"]}},6321:e=>{e.exports={en:["Rename"],id_ID:["Mengganti Nama"]}},23687:e=>{e.exports={en:["change {sourceTitle} title to {newSourceTitle}"],id_ID:["Ubah judul {sourceTitle} menjadi {newSourceTitle}"]}},93277:e=>{e.exports={en:["hide objects"],id_ID:["sembunyikan objek"]}},10370:e=>{e.exports={en:["insert source(s) after"],id_ID:["masukkan sumber setelah"]}},36044:e=>{e.exports={en:["move objects"],id_ID:["Pindahkan objek"]}},51382:e=>{e.exports={en:["show {title}"],id_ID:["tampilkan {title}"]}},23771:e=>{e.exports={en:["show objects"],id_ID:["tampilkan objek"]}},79688:e=>{e.exports={en:["remove objects"],id_ID:["Hilangkan objek"]}},58407:e=>{e.exports={en:["remove all line tools for {symbol}"],id_ID:["Hilangkan semua peralatan garis untuk {symbol}"]}},90755:e=>{e.exports={en:["{drawingsCount} drawing","{drawingsCount} drawings"],id_ID:["{drawingsCount} gambar"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.7827.ea2deb999b0c771280eb.js b/public/charting_library/bundles/id_ID.7827.ea2deb999b0c771280eb.js
new file mode 100644
index 0000000..1dccc6b
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.7827.ea2deb999b0c771280eb.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7827,4109],{55517:e=>{e.exports={en:["Add"],id_ID:["Tambah"]}},29619:e=>{e.exports={en:["Add custom color"],id_ID:["Tambahkan warna khusus"]}},80936:e=>{e.exports={en:["Opacity"],id_ID:["Transparansi"]}},64974:e=>{e.exports={en:["line tool(s) line style"],id_ID:["Corak garis peralatan menggaris"]}},47370:e=>{e.exports={en:["Color"],id_ID:["Warna"]}},4543:e=>{e.exports={en:["Cancel"],id_ID:["Batal"]}},74089:e=>{e.exports={en:["Anchor drawing"],id_ID:["Gambar jangkar"]}},69207:e=>{e.exports={en:["Add to favorites"],id_ID:["Tambah ke daftar favorit"]}},99919:e=>{e.exports={en:["Align to 45 degree"],id_ID:["Sejajarkan 45 derajat"]}},69715:e=>{e.exports={en:["Background color"],id_ID:["Warna Latar"]}},7977:e=>{e.exports={en:["Background color 1"],id_ID:["Warna latar 1"]}},8111:e=>{e.exports={en:["Background color 2"],id_ID:["Warna latar 2"]}},57157:e=>{e.exports={en:["Dot"],id_ID:["Titik"]}},27390:e=>{e.exports={en:["Dotted line"],id_ID:["Garis titik-titik"]}},88123:e=>{e.exports={en:["Dashed line"],id_ID:["Garis putus-putus"]}},14939:e=>{e.exports={en:["Demonstration"],id_ID:["Demonstrasi"]}},31145:e=>{e.exports={en:["Disable align to 45 degrees mode"],id_ID:["Nonaktifkan penyelarasan ke mode 45 derajat"]}},83187:e=>{e.exports={en:["Enable align to 45 degrees mode"],id_ID:["Aktifkan penyelarasan ke mode 45 derajat"]}},8727:e=>{e.exports={en:["Eraser"],id_ID:["Penghapus"]}},92409:e=>{e.exports={en:["Font Size"],id_ID:["Ukuran Font"]}},2573:e=>{e.exports={en:["Font size"],id_ID:["Ukuran Font"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"],id_ID:["Tahan tombol {hotKey_0} untuk gambar sementara"]}},22688:e=>{e.exports={en:["Hide Favorite Drawing Tools Toolbar"],id_ID:["Sembunyikan Toolbar Alat Gambar Favorit"]}},79451:e=>{e.exports={en:["Lock all drawings"],id_ID:["Kunci Semua Peralatan Gambar"]}},14097:e=>{e.exports={en:["Line tool backgrounds"],id_ID:["Latar alat garis"]}},11989:e=>{e.exports={en:["Line tool colors"],id_ID:["Warna alat garis"]}},81956:e=>{e.exports={en:["Line tool text colors"],id_ID:["Warna teks alat garis"]}},53002:e=>{e.exports={en:["Line tool width"],id_ID:["Lebar alat garis"]}},75056:e=>{e.exports={en:["Line tool widths"],id_ID:["Lebar alat garis"]}},37117:e=>{e.exports={en:["More"],id_ID:["Lebih lanjut"]}},35553:e=>{e.exports={en:["Magic"],id_ID:["Sihir"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"],id_ID:["Mode Magnet menempelkan gambar didekat bar harga dengan nilai OHLC yang terdekat"]}},46193:e=>{e.exports={en:["Marker color"],id_ID:["Warna Penanda"]}},91563:e=>{e.exports={en:["Measure"],id_ID:["Mengukur"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"],id_ID:["Gambar baru akan direplikasi ke seluruh chart didalam layout dan ditampilkan saat ticker yang sama dipilih"]}},3154:e=>{e.exports={en:["Show Hidden Tools"],id_ID:["Perlihatkan Alat Tersembunyi"]}},85786:e=>{
+e.exports={en:["Show Object Tree"],id_ID:["Tampilkan Pohon Objek"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],id_ID:["Tetap Dalam Mode Menggambar"]}},65086:e=>{e.exports={en:["Stop background color"],id_ID:["Warna Latar Stop"]}},28736:e=>{e.exports={en:["Profit background color"],id_ID:["Warna Latar Belakang Profit"]}},57118:e=>{e.exports={en:["Remove Drawings"],id_ID:["Hilangkan Gambar"]}},89984:e=>{e.exports={en:["Remove color"],id_ID:["Hilangkan warna"]}},85106:e=>{e.exports={en:["Remove from favorites"],id_ID:["Hilangkan dari favorit"]}},77753:e=>{e.exports={en:["Text color"],id_ID:["Warna teks"]}},55774:e=>{e.exports={en:["Zoom In"],id_ID:["Perbesar"]}},37310:e=>{e.exports={en:["Zoom Out"],id_ID:["Perkecil"]}},96142:e=>{e.exports={en:["change line tool(s) text color"],id_ID:["ubah warna teks peralatan menggaris"]}},50522:e=>{e.exports={en:["change line tool(s) background color"],id_ID:["ubah warna latar belakang peralatan menggaris"]}},78655:e=>{e.exports={en:["change line tool(s) color"],id_ID:["ubah warna peralatan menggaris"]}},37453:e=>{e.exports={en:["change line tool(s) font size"],id_ID:["ubah ukuran font peralatan menggaris"]}},13423:e=>{e.exports={en:["change line tool(s) line style"],id_ID:["ubah corak garis peralatan menggaris"]}},81303:e=>{e.exports={en:["change line tool(s) line width"],id_ID:["ubah lebar garis dari peralatan menggaris"]}},25167:e=>{e.exports={en:["change {propertyName} property"],id_ID:["ubah properti {propertyName}"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"],id_ID:["{hotKey_0} + Klik pada chart"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"],id_ID:["{hotKey_0} — lingkaran"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"],id_ID:["{hotKey_0} — menggambar garis lurus dengan sudut 45 derajat"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"],id_ID:["{hotKey_0} — kenaikan tetap"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"],id_ID:["{hotKey_0} — persegi"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.7850.c4f446fdb53937cc86cb.js b/public/charting_library/bundles/id_ID.7850.c4f446fdb53937cc86cb.js
new file mode 100644
index 0000000..fd339f7
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.7850.c4f446fdb53937cc86cb.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7850,7122,5111],{57122:e=>{e.exports={en:["change {title} text"],id_ID:["Ubah teks {title}"]}},77114:e=>{e.exports={en:["erase level line"],id_ID:["hapus haris level"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.7952.0cb83b58212a65904f9d.js b/public/charting_library/bundles/id_ID.7952.0cb83b58212a65904f9d.js
new file mode 100644
index 0000000..540ce60
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.7952.0cb83b58212a65904f9d.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7952,2787,6155,5111,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],id_ID:["#{count} (harga, bar)"]}},29291:e=>{e.exports={en:["Median"]}},78930:e=>{e.exports={en:["Coordinates"],id_ID:["Koordinat"]}},24197:e=>{e.exports={en:["Center"],id_ID:["Tengah"]}},27567:e=>{e.exports={en:["Bottom"],id_ID:["Dasar"]}},79468:e=>{e.exports={en:["Background"],id_ID:["Latar"]}},72942:e=>{e.exports={en:["Days"],id_ID:["Hari"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],id_ID:["Pemindahan (harga, bar)"]}},61856:e=>{e.exports={en:["Extend left line"],id_ID:["Perpanjang garis kekiri"]}},819:e=>{e.exports={en:["Extend lines"],id_ID:["Perpanjang Garis"]}},87430:e=>{e.exports={en:["Extend right line"],id_ID:["Perpanjang garis kekanan"]}},56796:e=>{e.exports={en:["Hours"],id_ID:["Jam"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],id_ID:["Input"]}},11626:e=>{e.exports={en:["Left"],id_ID:["Kiri"]}},43154:e=>{e.exports={en:["Months"],id_ID:["Bulan"]}},68833:e=>{e.exports={en:["Middle"],id_ID:["Tengah"]}},42562:e=>{e.exports={en:["Minutes"],id_ID:["Menit"]}},65188:e=>{e.exports={en:["Seconds"],id_ID:["Detik"]}},50421:e=>{e.exports={en:["Right"],id_ID:["Kanan"]}},835:e=>{e.exports={en:["Weeks"],id_ID:["Minggu"]}},97118:e=>{e.exports={en:["Top"],id_ID:["Teratas"]}},70320:e=>{e.exports={en:["Text"],id_ID:["Teks"]}},25485:e=>{e.exports={en:["Text alignment"],id_ID:["Perataan teks"]}},67781:e=>{e.exports={en:["Text orientation"],id_ID:["Orientasi teks"]}},24821:e=>{e.exports={en:["Ticks"],id_ID:["Tick"]}},28683:e=>{e.exports={en:["Use one color"],id_ID:["Gunakan satu warna"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],id_ID:["Ubah koordinat bar X"]}},11737:e=>{e.exports={en:["change price Y coordinate"],id_ID:["Ubah koordinat harga Y"]}},59577:e=>{e.exports={en:["change {title} all lines color"],id_ID:["ubah warna semua garis {title}"]}},13783:e=>{e.exports={en:["change {title} background transparency"],id_ID:["ubah transparansi latar belakang {title}"]}},30839:e=>{e.exports={en:["change {title} background visibility"],id_ID:["ubah visibilitas latar belakang {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],id_ID:["ubah {title} hari ke"]}},91201:e=>{e.exports={en:["change {title} days from"],id_ID:["ubah {title} hari dari"]}},76295:e=>{e.exports={en:["change {title} extend lines"],id_ID:["ubah perpanjangan garis {title}"]}},8306:e=>{e.exports={en:["change {title} hours from"],id_ID:["ubah {title} jam dari"]}},67233:e=>{e.exports={en:["change {title} hours to"],id_ID:["ubah {title} jam ke"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],id_ID:["ubah garis koefisien {index} level {title}"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],id_ID:["ubah warna garis {title} level {index}"]}},64707:e=>{e.exports={en:["change {title} level {index} line style"],id_ID:["ubah corak garis {index} level {title}"]}},51403:e=>{e.exports={
+en:["change {title} level {index} line visibility"],id_ID:["ubah visibilitas garis {title} level {index}"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"],id_ID:["ubah lebar garis {index} level {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],id_ID:["ubah {title} bulan dari"]}},10518:e=>{e.exports={en:["change {title} months to"],id_ID:["ubah {title} bulan ke"]}},38011:e=>{e.exports={en:["change {title} minutes to"],id_ID:["ubah {title} menit ke"]}},59820:e=>{e.exports={en:["change {title} minutes from"],id_ID:["ubah {title} menit dari"]}},6573:e=>{e.exports={en:["change {title} seconds to"],id_ID:["ubah {title} detik ke"]}},86780:e=>{e.exports={en:["change {title} seconds from"],id_ID:["ubah {title} detik dari"]}},32481:e=>{e.exports={en:["change {title} weeks from"],id_ID:["ubah {title} minggu dari"]}},18678:e=>{e.exports={en:["change {title} weeks to"],id_ID:["ubah {title} minggu ke"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],id_ID:["ubah visibilitas {title} pada tick"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],id_ID:["ubah visibilitas {title} dalam minggu"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],id_ID:["ubah visibilitas {title} di dalam {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],id_ID:["ubah visibilitas {title} dalam hari"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],id_ID:["ubah visibilitas {title} dalam jam"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],id_ID:["ubah visibilitas {title} dalam menit"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],id_ID:["ubah visibilitas {title} dalam bulan"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],id_ID:["ubah visibilitas {title} pada detik"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],id_ID:["ubah visibilitas garis {toolName}"]}},19541:e=>{e.exports={en:["change {toolName} line width"],id_ID:["ubah lebar garis {toolName}"]}},24059:e=>{e.exports={en:["change {toolName} line color"],id_ID:["ubah warna garis {toolName}"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],id_ID:["ubah garis perpanjangan ke kiri {toolName}"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],id_ID:["ubah garis perpanjangan ke kanan {toolName}"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],id_ID:["ubah ujung garis kiri {toolName}"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],id_ID:["ubah ujung garis kanan {toolName}"]}},66429:e=>{e.exports={en:["change {toolName} line style"],id_ID:["ubah corak garis {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],id_ID:["ubah properti {propertyName}"]}},35813:e=>{e.exports={en:["days"],id_ID:["Hari"]}},89919:e=>{e.exports={en:["days to"],id_ID:["hari ke"]}},59215:e=>{e.exports={en:["days from"],id_ID:["dari dari"]}},77114:e=>{e.exports={en:["erase level line"],id_ID:["hapus haris level"]}},2359:e=>{e.exports={
+en:["hours"],id_ID:["Jam"]}},82267:e=>{e.exports={en:["hours from"],id_ID:["jam dari"]}},15600:e=>{e.exports={en:["hours to"],id_ID:["jam ke"]}},76261:e=>{e.exports={en:["move drawings"],id_ID:["Pindahkan gambar"]}},95300:e=>{e.exports={en:["months"],id_ID:["Bulan"]}},17250:e=>{e.exports={en:["months from"],id_ID:["bulan dari"]}},2828:e=>{e.exports={en:["months to"],id_ID:["bulan ke"]}},18726:e=>{e.exports={en:["minutes"],id_ID:["menit"]}},67649:e=>{e.exports={en:["minutes to"],id_ID:["menit ke"]}},22476:e=>{e.exports={en:["minutes from"],id_ID:["menit dari"]}},751:e=>{e.exports={en:["seconds"],id_ID:["detik"]}},73419:e=>{e.exports={en:["seconds to"],id_ID:["detik ke"]}},35801:e=>{e.exports={en:["seconds from"],id_ID:["detik dari"]}},45537:e=>{e.exports={en:["weeks"],id_ID:["minggu"]}},92859:e=>{e.exports={en:["weeks from"],id_ID:["minggu dari"]}},44127:e=>{e.exports={en:["weeks to"],id_ID:["minggu ke"]}},3539:e=>{e.exports={en:["ticks"],id_ID:["Tick"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.8356.3131cfefc19bf35ba006.js b/public/charting_library/bundles/id_ID.8356.3131cfefc19bf35ba006.js
new file mode 100644
index 0000000..b2f3d97
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.8356.3131cfefc19bf35ba006.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8356,4109],{53288:e=>{e.exports={en:["animals & nature"],id_ID:["hewan & alam"]}},21311:e=>{e.exports={en:["activity"],id_ID:["aktivitas"]}},90678:e=>{e.exports={en:["food & drink"],id_ID:["makanan & minuman"]}},6715:e=>{e.exports={en:["flags"],id_ID:["bendera"]}},98355:e=>{e.exports={en:["objects"],id_ID:["objek"]}},43438:e=>{e.exports={en:["smiles & people"],id_ID:["senyuman & orang"]}},40457:e=>{e.exports={en:["symbols"],id_ID:["simbol"]}},88906:e=>{e.exports={en:["recently used"],id_ID:["baru digunakan"]}},28562:e=>{e.exports={en:["travel & places"],id_ID:["perjalanan & tempat"]}},23821:e=>{e.exports={en:["Dot"],id_ID:["Titik"]}},57252:e=>{e.exports={en:["Days"],id_ID:["Hari"]}},18817:e=>{e.exports={en:["Hours"],id_ID:["Jam"]}},89506:e=>{e.exports={en:["Months"],id_ID:["Bulan"]}},21551:e=>{e.exports={en:["Minutes"],id_ID:["Menit"]}},32116:e=>{e.exports={en:["Seconds"],id_ID:["Detik"]}},22163:e=>{e.exports={en:["Ranges"],id_ID:["Rentang"]}},41815:e=>{e.exports={en:["Weeks"],id_ID:["Minggu"]}},49512:e=>{e.exports={en:["Ticks"],id_ID:["Tick"]}},96554:e=>{e.exports={en:["Copy image"],id_ID:["Salin gambar"]}},81939:e=>{e.exports={en:["Copy link"],id_ID:["Salin tautan"]}},58425:e=>{e.exports={en:["Chart snapshot"],id_ID:["Cuplikan chart"]}},66418:e=>{e.exports={en:["Choose manually"],id_ID:["Pilih manual"]}},80335:e=>{e.exports={en:["Add custom interval"],id_ID:["Tambahkan interval khusus"]}},69207:e=>{e.exports={en:["Add to favorites"],id_ID:["Tambah ke daftar favorit"]}},89771:e=>{e.exports={en:["All changes saved"],id_ID:["Seluruh perubahan tersimpan"]}},89911:e=>{e.exports={en:["Bar's style"],id_ID:["Corak Bar"]}},26200:e=>{e.exports={en:["Download image"],id_ID:["Unduh gambar"]}},46838:e=>{e.exports={en:["Default templates"],id_ID:["Template bawaan"]}},6571:e=>{e.exports={en:["Everyone with the link can view and copy"],id_ID:["Semua orang yang memiliki tautan ini dapat melihat dan menyalin"]}},52530:e=>{e.exports={en:["Favorite Indicators"],id_ID:["Indikator-Indikator Favorit"]}},70234:e=>{e.exports={en:["Favorites"],id_ID:["Favorit"]}},67092:e=>{e.exports={en:["Fullscreen mode"],id_ID:["Mode layar penuh"]}},76443:e=>{e.exports={en:["Indicator templates"],id_ID:["Template indikator"]}},84549:e=>{e.exports={en:["Indicators"],id_ID:["Indikator"]}},62005:e=>{e.exports={en:["Indicators & Strategies"],id_ID:["Indikator dan Strategi"]}},44271:e=>{e.exports={en:["Open template"],id_ID:["Buka template"]}},46311:e=>{e.exports={en:["Open Interval Dialog"],id_ID:["Buka Dialog Interval"]}},34770:e=>{e.exports={en:["Open chart in popup"],id_ID:["Buka chart dalam popup"]}},19159:e=>{e.exports={en:["Open in new tab"],id_ID:["Buka di tab baru"]}},65433:e=>{e.exports={en:["Open layout"],id_ID:["Buka layout"]}},29517:e=>{e.exports={en:["Load Chart Layout"],id_ID:["Muat Layout Chart"]}},93292:e=>{e.exports={en:["Loading..."],id_ID:["Memuat..."]}},40115:e=>{e.exports={en:["Make a copy"],id_ID:["Buat salinan"]}},38973:e=>{e.exports={en:["Manage layouts"],
+id_ID:["Kelola layout"]}},83300:e=>{e.exports={en:["My templates"],id_ID:["Template saya"]}},92969:e=>{e.exports={en:["Number or {hotKey_0}"],id_ID:["Angka atau {hotKey_0}"]}},64e3:e=>{e.exports={en:["Save"],id_ID:["Simpan"]}},26869:e=>{e.exports={en:["Save Indicator template"],id_ID:["Simpan Template Indikator.."]}},15356:e=>{e.exports={en:["Save all charts for all symbols and intervals on your layout"],id_ID:["Simpan seluruh chart untuk seluruh simbol-simbol dan interval pada layout anda"]}},26276:e=>{e.exports={en:["Save layout"],id_ID:["Simpan layout"]}},81265:e=>{e.exports={en:["Sharing"],id_ID:["Berbagi"]}},50021:e=>{e.exports={en:["Simply start typing while on the chart to pull up this search box"],id_ID:["Cukup mengetik pada chart untuk mengeluarkan kotak pencarian ini"]}},51165:e=>{e.exports={en:["Symbol Search"],id_ID:["Pencarian Simbol"]}},18243:e=>{e.exports={en:["Quick Search"],id_ID:["Pencarian Cepat"]}},7448:e=>{e.exports={en:["Recently used"],id_ID:["Terakhir digunakan"]}},11304:e=>{e.exports={en:["Redo {hint}"],id_ID:["Ulangi {hint}"]}},85106:e=>{e.exports={en:["Remove from favorites"],id_ID:["Hilangkan dari favorit"]}},47550:e=>{e.exports={en:["Remove selected emoji"],id_ID:["Hapus emoji yang dipilih"]}},6321:e=>{e.exports={en:["Rename"],id_ID:["Mengganti Nama"]}},87972:e=>{e.exports={en:["Take a snapshot"],id_ID:["Ambil cuplikan"]}},41173:e=>{e.exports={en:["Time Interval"],id_ID:["Interval Waktu"]}},28239:e=>{e.exports={en:["Tweet image"],id_ID:["Tweet gambar chart"]}},66020:e=>{e.exports={en:["Undo {hint}"],id_ID:["Kembalikan {hint}"]}},36291:e=>{e.exports={en:["Unfavorite all"],id_ID:["Keluarkan semua favorit"]}},18448:e=>{e.exports={en:["You have no Favorites Indicators yet"],id_ID:["Anda belum memiliki Indikator Favorit saat ini"]}},6094:e=>{e.exports={en:["Your favorite layouts have moved to the top toolbar. You currently have {count} favorite. You can reduce the number to find them easier — unfavorite all in just one click or set up your choice manually.","Your favorite layouts have moved to the top toolbar. You currently have {count} favorites. You can reduce the number to find them easier — unfavorite all in just one click or set up your choice manually."],id_ID:["Layout favorit anda telah dipindahkan ke bar alat di atas. Saat ini anda memiliki {count} favorit. Anda dapat mengurangi jumlahnya agar lebih mudah menemukannya — batalkan semua favorit hanya dengan satu klik atau atur pilihan anda secara manual."]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.8370.da37ca095a984f601a1e.js b/public/charting_library/bundles/id_ID.8370.da37ca095a984f601a1e.js
new file mode 100644
index 0000000..799d9ef
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.8370.da37ca095a984f601a1e.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8370],{23970:e=>{e.exports={en:["days"],id_ID:["hari"]}},35157:e=>{e.exports={en:["hours"],id_ID:["jam"]}},18193:e=>{e.exports={en:["months"],id_ID:["bulan"]}},79930:e=>{e.exports={en:["minutes"],id_ID:["menit"]}},7938:e=>{e.exports={en:["weeks"],id_ID:["minggu"]}},48161:e=>{e.exports={en:["View Only Mode"],id_ID:["Mode Hanya Melihat"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.8622.b162b43310f56287e24e.js b/public/charting_library/bundles/id_ID.8622.b162b43310f56287e24e.js
new file mode 100644
index 0000000..d5751f3
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.8622.b162b43310f56287e24e.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8622],{13197:e=>{e.exports={en:["1/{minmove2} of 1/{pricescale}"],id_ID:["1/{minmove2} dari 1/{pricescale}"]}},97349:e=>{e.exports={en:["Fr"],id_ID:["Jum"]}},30961:e=>{e.exports={en:["Mo"],id_ID:["Sen"]}},94748:e=>{e.exports={en:["Sa"],id_ID:["Sab"]}},75005:e=>{e.exports={en:["Su"],id_ID:["Min"]}},92578:e=>{e.exports={en:["We"],id_ID:["Rab"]}},8765:e=>{e.exports={en:["Th"],id_ID:["Kam"]}},9135:e=>{e.exports={en:["Tu"],id_ID:["Sel"]}},53174:e=>{e.exports={en:["Right"],id_ID:["Kanan"]}},47742:e=>{e.exports={en:["Close menu"],id_ID:["Pilih menu"]}},81849:e=>{e.exports={en:["Currency"],id_ID:["Mata Uang"]}},12272:e=>{e.exports={en:["Current contract"],id_ID:["Kontrak Saat Ini"]}},17606:e=>{e.exports={en:["All sessions"],id_ID:["Seluruh sesi"]}},28896:e=>{e.exports={en:["April"]}},11081:e=>{e.exports={en:["August"],id_ID:["Agustus"]}},42358:e=>{e.exports={en:["Bond"],id_ID:["Surat hutang"]}},90082:e=>{e.exports={en:["December"],id_ID:["Desember"]}},54602:e=>{e.exports={en:["Delisted"],id_ID:["Dihapuskan"]}},78734:e=>{e.exports={en:["Description"],id_ID:["Deskripsi"]}},63538:e=>{e.exports={en:["Exchange timezone"],id_ID:["Zona waktu bursa"]}},88191:e=>{e.exports={en:["Expiration date"],id_ID:["Tanggal kedaluwarsa"]}},56536:e=>{e.exports={en:["FIGI"]}},81069:e=>{e.exports={en:["February"],id_ID:["Februari"]}},22928:e=>{e.exports={en:["Fri"],id_ID:["Jum"]}},3570:e=>{e.exports={en:["Friday"],id_ID:["Jumat"]}},26931:e=>{e.exports={en:["Home page"],id_ID:["Beranda"]}},88104:e=>{e.exports={en:["ISIN"]}},7727:e=>{e.exports={en:["Industry"],id_ID:["Industri"]}},200:e=>{e.exports={en:["January"],id_ID:["Januari"]}},6608:e=>{e.exports={en:["July"],id_ID:["Juli"]}},61487:e=>{e.exports={en:["June"],id_ID:["Juni"]}},37997:e=>{e.exports={en:["October"],id_ID:["Oktober"]}},23339:e=>{e.exports={en:["Link copied to clipboard"],id_ID:["Tautan disalin ke papan klip"]}},41224:e=>{e.exports={en:["Listed exchange"],id_ID:["Bursa Terdaftar"]}},37150:e=>{e.exports={en:["Mon"],id_ID:["Sen"]}},19573:e=>{e.exports={en:["Monday"],id_ID:["Senin"]}},25734:e=>{e.exports={en:["May"],id_ID:["Mei"]}},93878:e=>{e.exports={en:["March"],id_ID:["Maret"]}},41410:e=>{e.exports={en:["Market open"],id_ID:["Pasar buka"]}},62464:e=>{e.exports={en:["Market closed"],id_ID:["Pasar tutup"]}},91563:e=>{e.exports={en:["Measure"],id_ID:["Mengukur"]}},4607:e=>{e.exports={en:["November"]}},99709:e=>{e.exports={en:["Name"],id_ID:["Nama"]}},97751:e=>{e.exports={en:["Source"],id_ID:["Sumber"]}},32273:e=>{e.exports={en:["Sat"],id_ID:["Sab"]}},30348:e=>{e.exports={en:["Saturday"],id_ID:["Sabtu"]}},99804:e=>{e.exports={en:["Sector"],id_ID:["Sektor"]}},17502:e=>{e.exports={en:["Security Info"],id_ID:["Info Simbol"]}},32179:e=>{e.exports={en:["September"]}},77493:e=>{e.exports={en:["Sun"],id_ID:["Min"]}},61480:e=>{e.exports={en:["Sunday"],id_ID:["Minggu"]}},81314:e=>{e.exports={en:["Point value"],id_ID:["Nilai poin"]}},73897:e=>{e.exports={en:["Post-market"],id_ID:["Pasca-pasar"]}},39245:e=>{e.exports={
+en:["Pip size"],id_ID:["Ukuran Pip"]}},36018:e=>{e.exports={en:["Pre-market"],id_ID:["Pra-pasar"]}},16045:e=>{e.exports={en:["Website"]}},11532:e=>{e.exports={en:["Wed"],id_ID:["Rab"]}},94226:e=>{e.exports={en:["Wednesday"],id_ID:["Rabu"]}},17254:e=>{e.exports={en:["Text copied to clipboard"],id_ID:["Teks disalin ke clipboard"]}},71388:e=>{e.exports={en:["Thu"],id_ID:["Kamis"]}},79137:e=>{e.exports={en:["Thursday"],id_ID:["Kamis"]}},24431:e=>{e.exports={en:["Tick size"],id_ID:["Ukuran tick"]}},11916:e=>{e.exports={en:["Tue"],id_ID:["Selasa"]}},82160:e=>{e.exports={en:["Tuesday"],id_ID:["Selasa"]}},98413:e=>{e.exports={en:["Type"],id_ID:["Tipe"]}},33564:e=>{e.exports={en:["Unit"]}},70932:e=>{e.exports={en:["commodity"],id_ID:["komiditas"]}},79599:e=>{e.exports={en:["cfd"]}},46128:e=>{e.exports={en:["crypto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"],id_ID:["ekonomi"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"],id_ID:["kontrak berjangka"]}},87464:e=>{e.exports={en:["index"],id_ID:["indeks"]}},90250:e=>{e.exports={en:["indices"],id_ID:["indeks"]}},76752:e=>{e.exports={en:["stock"],id_ID:["saham"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.8763.bf9d4d175a7686effaf6.js b/public/charting_library/bundles/id_ID.8763.bf9d4d175a7686effaf6.js
new file mode 100644
index 0000000..3d4cfab
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.8763.bf9d4d175a7686effaf6.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8763,5111],{91612:e=>{e.exports={en:["Inside"],id_ID:["Di Dalam"]}},46005:e=>{e.exports={en:["Original"]}},70382:e=>{e.exports={en:["Modified Schiff"],id_ID:["Schiff Termodifikasi"]}},69904:e=>{e.exports={en:["Schiff"]}},98463:e=>{e.exports={en:["change {title} style"],id_ID:["ubah corak {title}"]}},77114:e=>{e.exports={en:["erase level line"],id_ID:["hapus haris level"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.8940.5460b0ccfae157b7bbe3.js b/public/charting_library/bundles/id_ID.8940.5460b0ccfae157b7bbe3.js
new file mode 100644
index 0000000..14e5990
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.8940.5460b0ccfae157b7bbe3.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8940,6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],id_ID:["#{count} (harga, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],id_ID:["Koordinat"]}},24197:e=>{e.exports={en:["Center"],id_ID:["Tengah"]}},27567:e=>{e.exports={en:["Bottom"],id_ID:["Dasar"]}},38408:e=>{e.exports={en:["Border"],id_ID:["Batas"]}},79468:e=>{e.exports={en:["Background"],id_ID:["Latar"]}},72942:e=>{e.exports={en:["Days"],id_ID:["Hari"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],id_ID:["Pemindahan (harga, bar)"]}},56796:e=>{e.exports={en:["Hours"],id_ID:["Jam"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],id_ID:["Input"]}},34974:e=>{e.exports={en:["Label border"],id_ID:["Batas Label"]}},73863:e=>{e.exports={en:["Label background"],id_ID:["Latar Belakang Label"]}},95170:e=>{e.exports={en:["Label text"],id_ID:["Teks Label"]}},11626:e=>{e.exports={en:["Left"],id_ID:["Kiri"]}},97575:e=>{e.exports={en:["Line color"],id_ID:["Warna Garis"]}},43154:e=>{e.exports={en:["Months"],id_ID:["Bulan"]}},68833:e=>{e.exports={en:["Middle"],id_ID:["Tengah"]}},42562:e=>{e.exports={en:["Minutes"],id_ID:["Menit"]}},65188:e=>{e.exports={en:["Seconds"],id_ID:["Detik"]}},50421:e=>{e.exports={en:["Right"],id_ID:["Kanan"]}},835:e=>{e.exports={en:["Weeks"],id_ID:["Minggu"]}},97118:e=>{e.exports={en:["Top"],id_ID:["Teratas"]}},70320:e=>{e.exports={en:["Text"],id_ID:["Teks"]}},7560:e=>{e.exports={en:["Text wrap"],id_ID:["Pembungkus Teks"]}},25485:e=>{e.exports={en:["Text alignment"],id_ID:["Perataan teks"]}},67781:e=>{e.exports={en:["Text orientation"],id_ID:["Orientasi teks"]}},24821:e=>{e.exports={en:["Ticks"],id_ID:["Tick"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],id_ID:["Ubah koordinat bar X"]}},11737:e=>{e.exports={en:["change price Y coordinate"],id_ID:["Ubah koordinat harga Y"]}},96135:e=>{e.exports={en:["change {title} days to"],id_ID:["ubah {title} hari ke"]}},91201:e=>{e.exports={en:["change {title} days from"],id_ID:["ubah {title} hari dari"]}},8306:e=>{e.exports={en:["change {title} hours from"],id_ID:["ubah {title} jam dari"]}},67233:e=>{e.exports={en:["change {title} hours to"],id_ID:["ubah {title} jam ke"]}},7455:e=>{e.exports={en:["change {title} line color"],id_ID:["ubah warna garis {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],id_ID:["ubah {title} bulan dari"]}},10518:e=>{e.exports={en:["change {title} months to"],id_ID:["ubah {title} bulan ke"]}},38011:e=>{e.exports={en:["change {title} minutes to"],id_ID:["ubah {title} menit ke"]}},59820:e=>{e.exports={en:["change {title} minutes from"],id_ID:["ubah {title} menit dari"]}},6573:e=>{e.exports={en:["change {title} seconds to"],id_ID:["ubah {title} detik ke"]}},86780:e=>{e.exports={en:["change {title} seconds from"],id_ID:["ubah {title} detik dari"]}},32481:e=>{e.exports={en:["change {title} weeks from"],id_ID:["ubah {title} minggu dari"]}},18678:e=>{e.exports={en:["change {title} weeks to"],
+id_ID:["ubah {title} minggu ke"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],id_ID:["ubah visibilitas {title} pada tick"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],id_ID:["ubah visibilitas {title} dalam minggu"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],id_ID:["ubah visibilitas {title} di dalam {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],id_ID:["ubah visibilitas {title} dalam hari"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],id_ID:["ubah visibilitas {title} dalam jam"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],id_ID:["ubah visibilitas {title} dalam menit"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],id_ID:["ubah visibilitas {title} dalam bulan"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],id_ID:["ubah visibilitas {title} pada detik"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],id_ID:["ubah kelurusan label vertikal {toolName}"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],id_ID:["ubah kelurusan label horizontal {toolName}"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],id_ID:["ubah arah label {toolName}"]}},66668:e=>{e.exports={en:["change {toolName} text"],id_ID:["ubah teks {toolName}"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],id_ID:["ubah visibilitas teks {toolName}"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],id_ID:["ubah pembungkus teks {toolName}"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],id_ID:["ubah warna latar belakang teks {toolName}"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],id_ID:["ubah visibilitas latar belakang teks {toolName}"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],id_ID:["ubah warna bingkai teks {toolName}"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],id_ID:["ubah lebar bingkai teks {toolName}"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],id_ID:["ubah visibilitas bingkai teks {toolName}"]}},64500:e=>{e.exports={en:["change {toolName} text color"],id_ID:["ubah warna teks {toolName}"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],id_ID:["ubah ketebalan font teks {toolName}"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],id_ID:["ubah miring font teks {toolName}"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],id_ID:["ubah ukuran font teks {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],id_ID:["ubah properti {propertyName}"]}},35813:e=>{e.exports={en:["days"],id_ID:["Hari"]}},89919:e=>{e.exports={en:["days to"],id_ID:["hari ke"]}},59215:e=>{e.exports={en:["days from"],id_ID:["dari dari"]}},2359:e=>{e.exports={en:["hours"],id_ID:["Jam"]}},82267:e=>{e.exports={en:["hours from"],id_ID:["jam dari"]}},15600:e=>{e.exports={en:["hours to"],id_ID:["jam ke"]}},76261:e=>{e.exports={
+en:["move drawings"],id_ID:["Pindahkan gambar"]}},95300:e=>{e.exports={en:["months"],id_ID:["Bulan"]}},17250:e=>{e.exports={en:["months from"],id_ID:["bulan dari"]}},2828:e=>{e.exports={en:["months to"],id_ID:["bulan ke"]}},18726:e=>{e.exports={en:["minutes"],id_ID:["menit"]}},67649:e=>{e.exports={en:["minutes to"],id_ID:["menit ke"]}},22476:e=>{e.exports={en:["minutes from"],id_ID:["menit dari"]}},751:e=>{e.exports={en:["seconds"],id_ID:["detik"]}},73419:e=>{e.exports={en:["seconds to"],id_ID:["detik ke"]}},35801:e=>{e.exports={en:["seconds from"],id_ID:["detik dari"]}},45537:e=>{e.exports={en:["weeks"],id_ID:["minggu"]}},92859:e=>{e.exports={en:["weeks from"],id_ID:["minggu dari"]}},44127:e=>{e.exports={en:["weeks to"],id_ID:["minggu ke"]}},3539:e=>{e.exports={en:["ticks"],id_ID:["Tick"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.8975.0b3e843255e92a8c2808.js b/public/charting_library/bundles/id_ID.8975.0b3e843255e92a8c2808.js
new file mode 100644
index 0000000..91ef45e
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.8975.0b3e843255e92a8c2808.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8975],{94073:e=>{e.exports={en:["A"]}},66384:e=>{e.exports={en:["L"]}},94465:e=>{e.exports={en:["Toggle auto scale"],id_ID:["Toggle skala otomatis"]}},46992:e=>{e.exports={en:["Toggle log scale"],id_ID:["Toggle skala log"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.9003.299a55ed654df75bf43b.js b/public/charting_library/bundles/id_ID.9003.299a55ed654df75bf43b.js
new file mode 100644
index 0000000..111ea36
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.9003.299a55ed654df75bf43b.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9003,4040,359],{55517:e=>{e.exports={en:["Add"],id_ID:["Tambah"]}},29619:e=>{e.exports={en:["Add custom color"],id_ID:["Tambahkan warna khusus"]}},80936:e=>{e.exports={en:["Opacity"],id_ID:["Transparansi"]}},97349:e=>{e.exports={en:["Fr"],id_ID:["Jum"]}},30961:e=>{e.exports={en:["Mo"],id_ID:["Sen"]}},94748:e=>{e.exports={en:["Sa"],id_ID:["Sab"]}},75005:e=>{e.exports={en:["Su"],id_ID:["Min"]}},92578:e=>{e.exports={en:["We"],id_ID:["Rab"]}},8765:e=>{e.exports={en:["Th"],id_ID:["Kam"]}},9135:e=>{e.exports={en:["Tu"],id_ID:["Sel"]}},24716:e=>{e.exports={en:["Another symbol"],id_ID:["Simbol lainnya"]}},41256:e=>{e.exports={en:["Back"],id_ID:["Kembali"]}},94849:e=>{e.exports={en:["Main chart symbol"],id_ID:["Simbol chart utama"]}},53174:e=>{e.exports={en:["Right"],id_ID:["Kanan"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"],id_ID:["Kalender saat ini berada pada tahun {year}"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"],id_ID:["Kalender saat ini berada pada tahun dari {year_start} hingga {year_end}"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"],id_ID:["Kalender saat ini berada pada bulan {month}"]}},4543:e=>{e.exports={en:["Cancel"],id_ID:["Batal"]}},63245:e=>{e.exports={en:["Change symbol"],id_ID:["Ubah simbol"]}},54613:e=>{e.exports={en:["Chart"]}},47742:e=>{e.exports={en:["Close menu"],id_ID:["Pilih menu"]}},34040:e=>{e.exports={en:["All sources"],id_ID:["Seluruh sumber"]}},33391:e=>{e.exports={en:["Apply"],id_ID:["Terapkan"]}},28896:e=>{e.exports={en:["April"]}},11081:e=>{e.exports={en:["August"],id_ID:["Agustus"]}},42358:e=>{e.exports={en:["Bond"],id_ID:["Surat hutang"]}},27390:e=>{e.exports={en:["Dotted line"],id_ID:["Garis titik-titik"]}},88123:e=>{e.exports={en:["Dashed line"],id_ID:["Garis putus-putus"]}},90082:e=>{e.exports={en:["December"],id_ID:["Desember"]}},55319:e=>{e.exports={en:["Decrease"],id_ID:["Menurun"]}},78734:e=>{e.exports={en:["Description"],id_ID:["Deskripsi"]}},81069:e=>{e.exports={en:["February"],id_ID:["Februari"]}},3570:e=>{e.exports={en:["Friday"],id_ID:["Jumat"]}},39832:e=>{e.exports={en:["Increase"],id_ID:["Meningkatkan"]}},200:e=>{e.exports={en:["January"],id_ID:["Januari"]}},6608:e=>{e.exports={en:["July"],id_ID:["Juli"]}},61487:e=>{e.exports={en:["June"],id_ID:["Juni"]}},37997:e=>{e.exports={en:["October"],id_ID:["Oktober"]}},55450:e=>{e.exports={en:["Offset"]}},19295:e=>{e.exports={en:["Ok"]}},28603:e=>{e.exports={en:["Line style"],id_ID:["Corak garis"]}},19573:e=>{e.exports={en:["Monday"],id_ID:["Senin"]}},43154:e=>{e.exports={en:["Months"],id_ID:["Bulan"]}},37117:e=>{e.exports={en:["More"],id_ID:["Lebih lanjut"]}},25734:e=>{e.exports={en:["May"],id_ID:["Mei"]}},93878:e=>{e.exports={en:["March"],id_ID:["Maret"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],id_ID:["Tidak ada bursa yang sesuai dengan kriteria anda"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],
+id_ID:["Tidak ada Simbol yang sesuai dengan kriteria anda"]}},4607:e=>{e.exports={en:["November"]}},69102:e=>{e.exports={en:["Next year"],id_ID:["Tahun depan"]}},17538:e=>{e.exports={en:["Next years"],id_ID:["Tahun mendatang"]}},92790:e=>{e.exports={en:["Next month"],id_ID:["Bulan depan"]}},71300:e=>{e.exports={en:["Number format is invalid."],id_ID:["Format angka tidak valid."]}},28628:e=>{e.exports={en:["Sources"],id_ID:["Sumber"]}},30348:e=>{e.exports={en:["Saturday"],id_ID:["Sabtu"]}},10679:e=>{e.exports={en:['Set the "{inputInline}" time and price for "{studyShortDescription}"'],id_ID:["Menentukan waktu dan harga {inputInline} untuk {studyShortDescription}"]}},59451:e=>{e.exports={en:['Set the "{inputTitle}" time for "{studyShortDescription}"'],id_ID:["Menentukan waktu {inputTitle} untuk {studyShortDescription}"]}},94238:e=>{e.exports={en:['Set the "{inputTitle}" price for "{studyShortDescription}"'],id_ID:["Menentukan harga {inputTitle} untuk {studyShortDescription}"]}},92229:e=>{e.exports={en:['Set the time and price for "{studyShortDescription}"'],id_ID:['Menentukan waktu dan harga untuk "{studyShortDescription}"']}},60935:e=>{e.exports={en:['Set the time for "{studyShortDescription}"'],id_ID:['Menentukan waktu untuk "{studyShortDescription}"']}},24404:e=>{e.exports={en:['Set the price for "{studyShortDescription}"'],id_ID:['Menentukan harga untuk "{studyShortDescription}"']}},8573:e=>{e.exports={en:["Search"],id_ID:["Cari"]}},57640:e=>{e.exports={en:["Select source"],id_ID:["Pilih sumber"]}},32179:e=>{e.exports={en:["September"]}},31331:e=>{e.exports={en:["Specified value is more than the instrument maximum of {max}."],id_ID:["Nilai yang ditentukan lebih dari maksimum instrumen yaitu {max}."]}},24216:e=>{e.exports={en:["Specified value is less than the instrument minimum of {min}."],id_ID:["Nilai yang ditentukan kurang dari minimum instrumen yaitu {min}."]}},61480:e=>{e.exports={en:["Sunday"],id_ID:["Minggu"]}},70235:e=>{e.exports={en:["Switch to months"],id_ID:["Beralih ke bulan"]}},91245:e=>{e.exports={en:["Switch to dates"],id_ID:["Beralih ke tanggal"]}},71961:e=>{e.exports={en:["Switch to years"],id_ID:["Beralih ke tahun"]}},95481:e=>{e.exports={en:["Symbol"],id_ID:["Simbol"]}},74007:e=>{e.exports={en:["Symbol & description"],id_ID:["Simbol & deskripsi"]}},51165:e=>{e.exports={en:["Symbol Search"],id_ID:["Pencarian Simbol"]}},27254:e=>{e.exports={en:["Please enter the right date"],id_ID:["Harap masukkan tanggal yang tepat"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"],id_ID:["Harap masukkan format tanggal yang benar yyyy-mm-dd"]}},93984:e=>{e.exports={en:["Previous month"],id_ID:["Bulan sebelumnya"]}},75776:e=>{e.exports={en:["Previous year"],id_ID:["Tahun sebelumnya"]}},44701:e=>{e.exports={en:["Previous years"],id_ID:["Tahun-tahun sebelumnya"]}},89984:e=>{e.exports={en:["Remove color"],id_ID:["Hilangkan warna"]}},94226:e=>{e.exports={en:["Wednesday"],id_ID:["Rabu"]}},79137:e=>{e.exports={en:["Thursday"],id_ID:["Kamis"]}},54971:e=>{e.exports={en:["Thickness"],
+id_ID:["Ketebalan"]}},82160:e=>{e.exports={en:["Tuesday"],id_ID:["Selasa"]}},66181:e=>{e.exports={en:["Years"],id_ID:["Tahun"]}},70932:e=>{e.exports={en:["commodity"],id_ID:["komiditas"]}},79599:e=>{e.exports={en:["cfd"]}},29426:e=>{e.exports={en:["change opacity"],id_ID:["Ubah Opasitas"]}},31675:e=>{e.exports={en:["change color"],id_ID:["Ubah Warna"]}},28818:e=>{e.exports={en:["change line style"],id_ID:["Ubah Corak Garis"]}},73281:e=>{e.exports={en:["change thickness"],id_ID:["Ubah Ketebalan"]}},25167:e=>{e.exports={en:["change {propertyName} property"],id_ID:["ubah properti {propertyName}"]}},5741:e=>{e.exports={en:["close"]}},46128:e=>{e.exports={en:["crypto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"],id_ID:["ekonomi"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"],id_ID:["kontrak berjangka"]}},59319:e=>{e.exports={en:["high"],id_ID:["tertinggi"]}},96008:e=>{e.exports={en:["hl2"]}},91189:e=>{e.exports={en:["hlc3"]}},49242:e=>{e.exports={en:["hlcc4"]}},87464:e=>{e.exports={en:["index"],id_ID:["indeks"]}},90250:e=>{e.exports={en:["indices"],id_ID:["indeks"]}},52793:e=>{e.exports={en:["ohlc4"]}},83584:e=>{e.exports={en:["open"],id_ID:["Buka"]}},41902:e=>{e.exports={en:["low"],id_ID:["terendah"]}},76752:e=>{e.exports={en:["stock"],id_ID:["saham"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.9093.2cff9fa939c391056de4.js b/public/charting_library/bundles/id_ID.9093.2cff9fa939c391056de4.js
new file mode 100644
index 0000000..332be50
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.9093.2cff9fa939c391056de4.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9093,4109],{4543:e=>{e.exports={en:["Cancel"],id_ID:["Batal"]}},47742:e=>{e.exports={en:["Close menu"],id_ID:["Pilih menu"]}},69207:e=>{e.exports={en:["Add to favorites"],id_ID:["Tambah ke daftar favorit"]}},8573:e=>{e.exports={en:["Search"],id_ID:["Cari"]}},85106:e=>{e.exports={en:["Remove from favorites"],id_ID:["Hilangkan dari favorit"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/id_ID.9494.40d61f8ac3ffd8535658.js b/public/charting_library/bundles/id_ID.9494.40d61f8ac3ffd8535658.js
new file mode 100644
index 0000000..23f834e
--- /dev/null
+++ b/public/charting_library/bundles/id_ID.9494.40d61f8ac3ffd8535658.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9494,6155,3367,2303,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],id_ID:["#{count} (harga, bar)"]}},78930:e=>{e.exports={en:["Coordinates"],id_ID:["Koordinat"]}},24197:e=>{e.exports={en:["Center"],id_ID:["Tengah"]}},6060:e=>{e.exports={en:["Add text"],id_ID:["Tambahkan teks"]}},27567:e=>{e.exports={en:["Bottom"],id_ID:["Dasar"]}},38408:e=>{e.exports={en:["Border"],id_ID:["Batas"]}},79468:e=>{e.exports={en:["Background"],id_ID:["Latar"]}},72942:e=>{e.exports={en:["Days"],id_ID:["Hari"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],id_ID:["Pemindahan (harga, bar)"]}},56796:e=>{e.exports={en:["Hours"],id_ID:["Jam"]}},95406:e=>{e.exports={en:["Horizontal"]}},21429:e=>{e.exports={en:["Inputs"],id_ID:["Input"]}},11626:e=>{e.exports={en:["Left"],id_ID:["Kiri"]}},43154:e=>{e.exports={en:["Months"],id_ID:["Bulan"]}},68833:e=>{e.exports={en:["Middle"],id_ID:["Tengah"]}},42562:e=>{e.exports={en:["Minutes"],id_ID:["Menit"]}},65188:e=>{e.exports={en:["Seconds"],id_ID:["Detik"]}},50421:e=>{e.exports={en:["Right"],id_ID:["Kanan"]}},835:e=>{e.exports={en:["Weeks"],id_ID:["Minggu"]}},97118:e=>{e.exports={en:["Top"],id_ID:["Teratas"]}},70320:e=>{e.exports={en:["Text"],id_ID:["Teks"]}},7560:e=>{e.exports={en:["Text wrap"],id_ID:["Pembungkus Teks"]}},25485:e=>{e.exports={en:["Text alignment"],id_ID:["Perataan teks"]}},67781:e=>{e.exports={en:["Text orientation"],id_ID:["Orientasi teks"]}},24821:e=>{e.exports={en:["Ticks"],id_ID:["Tick"]}},28683:e=>{e.exports={en:["Use one color"],id_ID:["Gunakan satu warna"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],id_ID:["Ubah koordinat bar X"]}},11737:e=>{e.exports={en:["change price Y coordinate"],id_ID:["Ubah koordinat harga Y"]}},26391:e=>{e.exports={en:["change the column width"],id_ID:["ubah lebar kolom"]}},21863:e=>{e.exports={en:["change the row height"],id_ID:["ubah tinggi baris"]}},59577:e=>{e.exports={en:["change {title} all lines color"],id_ID:["ubah warna semua garis {title}"]}},69437:e=>{e.exports={en:["change {title} border color"],id_ID:["ubah warna batas {title}"]}},13783:e=>{e.exports={en:["change {title} background transparency"],id_ID:["ubah transparansi latar belakang {title}"]}},30839:e=>{e.exports={en:["change {title} background visibility"],id_ID:["ubah visibilitas latar belakang {title}"]}},49765:e=>{e.exports={en:["change {title} background color"],id_ID:["ubah warna latar belakang {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],id_ID:["ubah {title} hari ke"]}},91201:e=>{e.exports={en:["change {title} days from"],id_ID:["ubah {title} hari dari"]}},8306:e=>{e.exports={en:["change {title} hours from"],id_ID:["ubah {title} jam dari"]}},67233:e=>{e.exports={en:["change {title} hours to"],id_ID:["ubah {title} jam ke"]}},55612:e=>{e.exports={en:["change {title} labels alignment"],id_ID:["ubah perataan label {title}"]}},93340:e=>{e.exports={en:["change {title} labels visibility"],id_ID:["ubah visibilitas label {title}"]}},
+27154:e=>{e.exports={en:["change {title} level {index} line coeff"],id_ID:["ubah garis koefisien {index} level {title}"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],id_ID:["ubah warna garis {title} level {index}"]}},64707:e=>{e.exports={en:["change {title} level {index} line style"],id_ID:["ubah corak garis {index} level {title}"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"],id_ID:["ubah visibilitas garis {title} level {index}"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"],id_ID:["ubah lebar garis {index} level {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],id_ID:["ubah {title} bulan dari"]}},10518:e=>{e.exports={en:["change {title} months to"],id_ID:["ubah {title} bulan ke"]}},38011:e=>{e.exports={en:["change {title} minutes to"],id_ID:["ubah {title} menit ke"]}},59820:e=>{e.exports={en:["change {title} minutes from"],id_ID:["ubah {title} menit dari"]}},6573:e=>{e.exports={en:["change {title} seconds to"],id_ID:["ubah {title} detik ke"]}},86780:e=>{e.exports={en:["change {title} seconds from"],id_ID:["ubah {title} detik dari"]}},32481:e=>{e.exports={en:["change {title} weeks from"],id_ID:["ubah {title} minggu dari"]}},18678:e=>{e.exports={en:["change {title} weeks to"],id_ID:["ubah {title} minggu ke"]}},57122:e=>{e.exports={en:["change {title} text"],id_ID:["Ubah teks {title}"]}},71665:e=>{e.exports={en:["change {title} texts alignment"],id_ID:["Ubah perataan teks {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],id_ID:["ubah visibilitas {title} pada tick"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],id_ID:["ubah visibilitas {title} dalam minggu"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],id_ID:["ubah visibilitas {title} di dalam {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],id_ID:["ubah visibilitas {title} dalam hari"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],id_ID:["ubah visibilitas {title} dalam jam"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],id_ID:["ubah visibilitas {title} dalam menit"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],id_ID:["ubah visibilitas {title} dalam bulan"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],id_ID:["ubah visibilitas {title} pada detik"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],id_ID:["ubah kelurusan label vertikal {toolName}"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],id_ID:["ubah kelurusan label horizontal {toolName}"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],id_ID:["ubah arah label {toolName}"]}},66668:e=>{e.exports={en:["change {toolName} text"],id_ID:["ubah teks {toolName}"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],id_ID:["ubah visibilitas teks {toolName}"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],id_ID:["ubah pembungkus teks {toolName}"]}},22231:e=>{e.exports={
+en:["change {toolName} text background color"],id_ID:["ubah warna latar belakang teks {toolName}"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],id_ID:["ubah visibilitas latar belakang teks {toolName}"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],id_ID:["ubah warna bingkai teks {toolName}"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],id_ID:["ubah lebar bingkai teks {toolName}"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],id_ID:["ubah visibilitas bingkai teks {toolName}"]}},64500:e=>{e.exports={en:["change {toolName} text color"],id_ID:["ubah warna teks {toolName}"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],id_ID:["ubah ketebalan font teks {toolName}"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],id_ID:["ubah miring font teks {toolName}"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],id_ID:["ubah ukuran font teks {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],id_ID:["ubah properti {propertyName}"]}},48499:e=>{e.exports={en:["add column to right"],id_ID:["tambahkan kolom ke kanan"]}},48407:e=>{e.exports={en:["add row below"],id_ID:["tambahkan row ke bawah"]}},35813:e=>{e.exports={en:["days"],id_ID:["Hari"]}},89919:e=>{e.exports={en:["days to"],id_ID:["hari ke"]}},59215:e=>{e.exports={en:["days from"],id_ID:["dari dari"]}},2359:e=>{e.exports={en:["hours"],id_ID:["Jam"]}},82267:e=>{e.exports={en:["hours from"],id_ID:["jam dari"]}},15600:e=>{e.exports={en:["hours to"],id_ID:["jam ke"]}},76261:e=>{e.exports={en:["move drawings"],id_ID:["Pindahkan gambar"]}},95300:e=>{e.exports={en:["months"],id_ID:["Bulan"]}},17250:e=>{e.exports={en:["months from"],id_ID:["bulan dari"]}},2828:e=>{e.exports={en:["months to"],id_ID:["bulan ke"]}},18726:e=>{e.exports={en:["minutes"],id_ID:["menit"]}},67649:e=>{e.exports={en:["minutes to"],id_ID:["menit ke"]}},22476:e=>{e.exports={en:["minutes from"],id_ID:["menit dari"]}},751:e=>{e.exports={en:["seconds"],id_ID:["detik"]}},73419:e=>{e.exports={en:["seconds to"],id_ID:["detik ke"]}},35801:e=>{e.exports={en:["seconds from"],id_ID:["detik dari"]}},80240:e=>{e.exports={en:["remove column"],id_ID:["hapus kolom"]}},4553:e=>{e.exports={en:["remove row"],id_ID:["hapus row"]}},24849:e=>{e.exports={en:["resize the cell"],id_ID:["ubah ukuran sel"]}},45537:e=>{e.exports={en:["weeks"],id_ID:["minggu"]}},92859:e=>{e.exports={en:["weeks from"],id_ID:["minggu dari"]}},44127:e=>{e.exports={en:["weeks to"],id_ID:["minggu ke"]}},3539:e=>{e.exports={en:["ticks"],id_ID:["Tick"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/insert-image-dialog.2cd66863e222e6701e1b.js b/public/charting_library/bundles/insert-image-dialog.2cd66863e222e6701e1b.js
new file mode 100644
index 0000000..a7f0083
--- /dev/null
+++ b/public/charting_library/bundles/insert-image-dialog.2cd66863e222e6701e1b.js
@@ -0,0 +1,9 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7038],{45946:e=>{e.exports={button:"button-D4RPB3ZC",content:"content-D4RPB3ZC",iconOnly:"iconOnly-D4RPB3ZC",link:"link-D4RPB3ZC",brand:"brand-D4RPB3ZC",primary:"primary-D4RPB3ZC",secondary:"secondary-D4RPB3ZC",gray:"gray-D4RPB3ZC",green:"green-D4RPB3ZC",red:"red-D4RPB3ZC",black:"black-D4RPB3ZC","black-friday":"black-friday-D4RPB3ZC","cyber-monday":"cyber-monday-D4RPB3ZC",slot:"slot-D4RPB3ZC",xsmall:"xsmall-D4RPB3ZC",withStartSlot:"withStartSlot-D4RPB3ZC",withEndSlot:"withEndSlot-D4RPB3ZC",startSlotWrap:"startSlotWrap-D4RPB3ZC",endSlotWrap:"endSlotWrap-D4RPB3ZC",small:"small-D4RPB3ZC",medium:"medium-D4RPB3ZC",large:"large-D4RPB3ZC",xlarge:"xlarge-D4RPB3ZC",animated:"animated-D4RPB3ZC",stretch:"stretch-D4RPB3ZC",grouped:"grouped-D4RPB3ZC",adjustPosition:"adjustPosition-D4RPB3ZC",firstRow:"firstRow-D4RPB3ZC",firstCol:"firstCol-D4RPB3ZC","no-corner-top-left":"no-corner-top-left-D4RPB3ZC","no-corner-top-right":"no-corner-top-right-D4RPB3ZC","no-corner-bottom-right":"no-corner-bottom-right-D4RPB3ZC","no-corner-bottom-left":"no-corner-bottom-left-D4RPB3ZC",textWrap:"textWrap-D4RPB3ZC",multilineContent:"multilineContent-D4RPB3ZC",secondaryText:"secondaryText-D4RPB3ZC",primaryText:"primaryText-D4RPB3ZC"}},85862:e=>{e.exports={disableSelfPositioning:"disableSelfPositioning-dYiqkKAE"}},2182:e=>{e.exports={"small-height-breakpoint":"(max-height: 360px)",footer:"footer-PhMf7PhQ",submitButton:"submitButton-PhMf7PhQ",buttons:"buttons-PhMf7PhQ"}},96108:e=>{e.exports={"tablet-normal-breakpoint":"(max-width: 768px)","small-height-breakpoint":"(max-height: 360px)","tablet-small-breakpoint":"(max-width: 440px)"}},58189:e=>{e.exports={container:"container-N4SM7hWm",textBlockHeadline:"textBlockHeadline-N4SM7hWm",dropzone:"dropzone-N4SM7hWm",textBlock:"textBlock-N4SM7hWm",textBlockError:"textBlockError-N4SM7hWm",img:"img-N4SM7hWm",remove:"remove-N4SM7hWm",backdrop:"backdrop-N4SM7hWm",mainText:"mainText-N4SM7hWm"}},50219:e=>{e.exports={wrap:"wrap-b6_0ORMg",disabled:"disabled-b6_0ORMg"}},94085:e=>{e.exports={opacity:"opacity-EnWts7Xu",opacitySlider:"opacitySlider-EnWts7Xu",opacitySliderGradient:"opacitySliderGradient-EnWts7Xu",pointer:"pointer-EnWts7Xu",dragged:"dragged-EnWts7Xu",opacityPointerWrap:"opacityPointerWrap-EnWts7Xu",opacityInputWrap:"opacityInputWrap-EnWts7Xu",opacityInput:"opacityInput-EnWts7Xu",opacityInputPercent:"opacityInputPercent-EnWts7Xu",accessible:"accessible-EnWts7Xu"}},67248:(e,t,n)=>{"use strict";var r,o,i;function s(e="default"){switch(e){case"default":return"primary";case"stroke":return"secondary"}}function a(e="primary"){switch(e){case"primary":return"brand";case"success":return"green";case"default":return"gray";case"danger":return"red"}}function l(e="m"){switch(e){case"s":return"xsmall";case"m":return"small";case"l":return"large"}}n.d(t,{Button:()=>S}),function(e){e.Primary="primary",e.Success="success",e.Default="default",e.Danger="danger"}(r||(r={})),function(e){e.Small="s",e.Medium="m",e.Large="l"}(o||(o={})),function(e){
+e.Default="default",e.Stroke="stroke"}(i||(i={}));var c=n(50959),u=n(97754),d=n(95604);var p=n(45946),m=n.n(p);const h="apply-overflow-tooltip apply-overflow-tooltip--check-children-recursively apply-overflow-tooltip--allow-text apply-common-tooltip";function g(e){const{size:t="medium",variant:n="primary",stretch:r=!1,startSlot:o,endSlot:i,iconOnly:s=!1,className:a,isGrouped:l,cellState:c,disablePositionAdjustment:p=!1,primaryText:g,secondaryText:f,isAnchor:y=!1}=e,v=function(e){return"brand"===e?"black":"blue"===e?"brand":e}(e.color??"brand"),b=function(e){let t="";return 0!==e&&(1&e&&(t=u(t,m()["no-corner-top-left"])),2&e&&(t=u(t,m()["no-corner-top-right"])),4&e&&(t=u(t,m()["no-corner-bottom-right"])),8&e&&(t=u(t,m()["no-corner-bottom-left"]))),t}((0,d.getGroupCellRemoveRoundBorders)(c)),C=s&&(o||i);return u(a,m().button,m()[t],m()[v],m()[n],r&&m().stretch,o&&m().withStartIcon,i&&m().withEndIcon,C&&m().iconOnly,b,l&&m().grouped,l&&!p&&m().adjustPosition,l&&c.isTop&&m().firstRow,l&&c.isLeft&&m().firstCol,g&&f&&m().multilineContent,y&&m().link,h)}function f(e){const{startSlot:t,iconOnly:n,children:r,endSlot:o,primaryText:i,secondaryText:s}=e;if(t&&o&&n)return c.createElement("span",{className:u(m().slot,m().startSlotWrap)},t);const a=n&&(t??o),l=!t&&!o&&!n&&!r&&i&&s;return c.createElement(c.Fragment,null,t&&c.createElement("span",{className:u(m().slot,m().startSlotWrap)},t),r&&!a&&c.createElement("span",{className:m().content},r),o&&c.createElement("span",{className:u(m().slot,m().endSlotWrap)},o),l&&!a&&function(e){return e.primaryText&&e.secondaryText&&c.createElement("div",{className:u(m().textWrap,h)},c.createElement("span",{className:m().primaryText}," ",e.primaryText," "),"string"==typeof e.secondaryText?c.createElement("span",{className:m().secondaryText}," ",e.secondaryText," "):c.createElement("span",{className:m().secondaryText},c.createElement("span",null,e.secondaryText.firstLine),c.createElement("span",null,e.secondaryText.secondLine)))}(e))}var y=n(34094),v=n(86332),b=n(90186);function C(e,t){return n=>{if(t)return n.preventDefault(),void n.stopPropagation();e?.(n)}}function E(e){const{className:t,color:n,variant:r,size:o,stretch:i,animated:s,iconOnly:a,startSlot:l,endSlot:c,primaryText:u,secondaryText:d,...p}=e;return{...p,...(0,b.filterDataProps)(e),...(0,b.filterAriaProps)(e)}}function _(e){const{reference:t,tooltipText:n,disabled:r,onClick:o,onMouseOver:i,onMouseOut:s,onMouseDown:a,...l}=e,{isGrouped:u,cellState:d,disablePositionAdjustment:p}=(0,c.useContext)(v.ControlGroupContext),m=g({...l,isGrouped:u,cellState:d,disablePositionAdjustment:p}),h=n??(e.primaryText?[e.primaryText,e.secondaryText].join(" "):(0,y.getTextForTooltip)(e.children));return c.createElement("button",{...E(l),"aria-disabled":r,tabIndex:e.tabIndex??(r?-1:0),className:m,ref:t,onClick:C(o,r),onMouseDown:C(a,r),"data-overflow-tooltip-text":h},c.createElement(f,{...l}))}n(49406);function x(e){const{intent:t,size:n,appearance:r,useFullWidth:o,icon:i,...c}=e;return{...c,color:a(t),size:l(n),variant:s(r),stretch:o}}function S(e){
+return c.createElement(_,{...x(e)})}},86332:(e,t,n)=>{"use strict";n.d(t,{ControlGroupContext:()=>r});const r=n(50959).createContext({isGrouped:!1,cellState:{isTop:!0,isRight:!0,isBottom:!0,isLeft:!0}})},95604:(e,t,n)=>{"use strict";function r(e){let t=0;return e.isTop&&e.isLeft||(t+=1),e.isTop&&e.isRight||(t+=2),e.isBottom&&e.isLeft||(t+=8),e.isBottom&&e.isRight||(t+=4),t}n.d(t,{getGroupCellRemoveRoundBorders:()=>r})},43010:(e,t,n)=>{"use strict";n.d(t,{useIsomorphicLayoutEffect:()=>o});var r=n(50959);function o(e,t){("undefined"==typeof window?r.useEffect:r.useLayoutEffect)(e,t)}},27267:(e,t,n)=>{"use strict";function r(e,t,n,r,o){function i(o){if(e>o.timeStamp)return;const i=o.target;void 0!==n&&null!==t&&null!==i&&i.ownerDocument===r&&(t.contains(i)||n(o))}return o.click&&r.addEventListener("click",i,!1),o.mouseDown&&r.addEventListener("mousedown",i,!1),o.touchEnd&&r.addEventListener("touchend",i,!1),o.touchStart&&r.addEventListener("touchstart",i,!1),()=>{r.removeEventListener("click",i,!1),r.removeEventListener("mousedown",i,!1),r.removeEventListener("touchend",i,!1),r.removeEventListener("touchstart",i,!1)}}n.d(t,{addOutsideEventListener:()=>r})},36383:(e,t,n)=>{"use strict";n.d(t,{useOutsideEvent:()=>s});var r=n(50959),o=n(43010),i=n(27267);function s(e){const{click:t,mouseDown:n,touchEnd:s,touchStart:a,handler:l,reference:c}=e,u=(0,r.useRef)(null),d=(0,r.useRef)("undefined"==typeof window?0:new window.CustomEvent("timestamp").timeStamp);return(0,o.useIsomorphicLayoutEffect)((()=>{const e={click:t,mouseDown:n,touchEnd:s,touchStart:a},r=c?c.current:u.current;return(0,i.addOutsideEventListener)(d.current,r,l,document,e)}),[t,n,s,a,l]),c||u}},9745:(e,t,n)=>{"use strict";n.d(t,{Icon:()=>o});var r=n(50959);const o=r.forwardRef(((e,t)=>{const{icon:n="",title:o,ariaLabel:i,ariaLabelledby:s,ariaHidden:a,...l}=e,c=!!(o||i||s);return r.createElement("span",{role:"img",...l,ref:t,"aria-label":i,"aria-labelledby":s,"aria-hidden":a||!c,title:o,dangerouslySetInnerHTML:{__html:n}})}))},99663:(e,t,n)=>{"use strict";n.d(t,{Slot:()=>o,SlotContext:()=>i});var r=n(50959);class o extends r.Component{shouldComponentUpdate(){return!1}render(){return r.createElement("div",{style:{position:"fixed",zIndex:150,left:0,top:0},ref:this.props.reference})}}const i=r.createContext(null)},90186:(e,t,n)=>{"use strict";function r(e){return i(e,s)}function o(e){return i(e,a)}function i(e,t){const n=Object.entries(e).filter(t),r={};for(const[e,t]of n)r[e]=t;return r}function s(e){const[t,n]=e;return 0===t.indexOf("data-")&&"string"==typeof n}function a(e){return 0===e[0].indexOf("aria-")}n.d(t,{filterAriaProps:()=>o,filterDataProps:()=>r,filterProps:()=>i,isAriaAttribute:()=>a,isDataAttribute:()=>s})},34094:(e,t,n)=>{"use strict";n.d(t,{getTextForTooltip:()=>s});var r=n(50959);const o=e=>(0,r.isValidElement)(e)&&Boolean(e.props.children),i=e=>null==e||"boolean"==typeof e||"{}"===JSON.stringify(e)?"":e.toString()+" ",s=e=>Array.isArray(e)||(0,r.isValidElement)(e)?r.Children.toArray(e).reduce(((e,t)=>{let n="";return n=(0,
+r.isValidElement)(t)&&o(t)?s(t.props.children):(0,r.isValidElement)(t)&&!o(t)?"":i(t),e.concat(n)}),"").trim():i(e)},67961:(e,t,n)=>{"use strict";n.d(t,{OverlapManager:()=>s,getRootOverlapManager:()=>l});var r=n(50151),o=n(34811);class i{constructor(){this._storage=[]}add(e){this._storage.push(e)}remove(e){this._storage=this._storage.filter((t=>e!==t))}has(e){return this._storage.includes(e)}getItems(){return this._storage}}class s{constructor(e=document){this._storage=new i,this._windows=new Map,this._index=0,this._document=e,this._container=e.createDocumentFragment()}setContainer(e){const t=this._container,n=null===e?this._document.createDocumentFragment():e;!function(e,t){Array.from(e.childNodes).forEach((e=>{e.nodeType===Node.ELEMENT_NODE&&t.appendChild(e)}))}(t,n),this._container=n}registerWindow(e){this._storage.has(e)||this._storage.add(e)}ensureWindow(e,t={position:"fixed",direction:"normal"}){const n=this._windows.get(e);if(void 0!==n)return n;this.registerWindow(e);const r=this._document.createElement("div");if(r.style.position=t.position,r.style.zIndex=this._index.toString(),r.dataset.id=e,void 0!==t.index){const e=this._container.childNodes.length;if(t.index>=e)this._container.appendChild(r);else if(t.index<=0)this._container.insertBefore(r,this._container.firstChild);else{const e=this._container.childNodes[t.index];this._container.insertBefore(r,e)}}else"reverse"===t.direction?this._container.insertBefore(r,this._container.firstChild):this._container.appendChild(r);return this._windows.set(e,r),++this._index,r}unregisterWindow(e){this._storage.remove(e);const t=this._windows.get(e);void 0!==t&&(null!==t.parentElement&&t.parentElement.removeChild(t),this._windows.delete(e))}getZindex(e){const t=this.ensureWindow(e);return parseInt(t.style.zIndex||"0")}moveLastWindowToTop(){const e=this._storage.getItems(),t=e[e.length-1];t&&this.moveToTop(t)}moveToTop(e){if(this.getZindex(e)!==this._index){const t=this.ensureWindow(e);this._windows.forEach(((e,n)=>{e.hasAttribute(o.FOCUS_TRAP_DATA_ATTRIBUTE)&&e.setAttribute(o.FOCUS_TRAP_DATA_ATTRIBUTE,e===t?"true":"false")})),t.style.zIndex=(++this._index).toString()}}removeWindow(e){this.unregisterWindow(e)}}const a=new WeakMap;function l(e=document){const t=e.getElementById("overlap-manager-root");if(null!==t)return(0,r.ensureDefined)(a.get(t));{const t=new s(e),n=function(e){const t=e.createElement("div");return t.style.position="absolute",t.style.zIndex=150..toString(),t.style.top="0px",t.style.left="0px",t.id="overlap-manager-root",t}(e);return a.set(n,t),t.setContainer(n),e.body.appendChild(n),t}}var c;!function(e){e[e.BaseZindex=150]="BaseZindex"}(c||(c={}))},99054:(e,t,n)=>{"use strict";n.d(t,{setFixedBodyState:()=>c});const r=(()=>{let e;return()=>{if(void 0===e){const t=document.createElement("div"),n=t.style;n.visibility="hidden",n.width="100px",n.msOverflowStyle="scrollbar",document.body.appendChild(t);const r=t.offsetWidth;t.style.overflow="scroll";const o=document.createElement("div");o.style.width="100%",t.appendChild(o);const i=o.offsetWidth
+;t.parentNode?.removeChild(t),e=r-i}return e}})();function o(e,t,n){null!==e&&e.style.setProperty(t,n)}function i(e,t){return getComputedStyle(e,null).getPropertyValue(t)}function s(e,t){return parseInt(i(e,t))}let a=0,l=!1;function c(e){const{body:t}=document,n=t.querySelector(".widgetbar-wrap");if(e&&1==++a){const e=i(t,"overflow"),a=s(t,"padding-right");"hidden"!==e.toLowerCase()&&t.scrollHeight>t.offsetHeight&&(o(n,"right",`${r()}px`),t.style.paddingRight=`${a+r()}px`,l=!0),t.classList.add("i-no-scroll")}else if(!e&&a>0&&0==--a&&(t.classList.remove("i-no-scroll"),l)){o(n,"right","0px");let e=0;0,t.scrollHeight<=t.clientHeight&&(e-=r()),t.style.paddingRight=(e<0?0:e)+"px",l=!1}}},87896:(e,t,n)=>{"use strict";n.d(t,{createReactRoot:()=>d});var r=n(50959),o=n(32227),i=n(4237);const s=(0,r.createContext)({isOnMobileAppPage:()=>!1,isRtl:!1,locale:"en"});var a=n(84015),l=n(63273);const c={iOs:"old",android:"new",old:"old",new:"new",any:"any"};function u(e){const[t]=(0,r.useState)({isOnMobileAppPage:e=>(0,a.isOnMobileAppPage)(c[e]),isRtl:(0,l.isRtl)(),locale:window.locale});return r.createElement(s.Provider,{value:t},e.children)}function d(e,t,n="legacy"){const s=r.createElement(u,null,e);if("modern"===n){const e=(0,i.createRoot)(t);return e.render(s),{render(t){e.render(r.createElement(u,null,t))},unmount(){e.unmount()}}}return o.render(s,t),{render(e){o.render(r.createElement(u,null,e),t)},unmount(){o.unmountComponentAtNode(t)}}}},50182:(e,t,n)=>{"use strict";n.d(t,{AdaptiveConfirmDialog:()=>m});var r,o=n(50959),i=n(97754),s=n.n(i),a=n(67248),l=n(50151),c=n(11542),u=n(68335),d=n(79418),p=n(2182);!function(e){e.Submit="submit",e.Cancel="cancel",e.None="none"}(r||(r={}));class m extends o.PureComponent{constructor(){super(...arguments),this._dialogRef=o.createRef(),this._handleClose=()=>{const{defaultActionOnClose:e,onSubmit:t,onCancel:n,onClose:r}=this.props;switch(e){case"submit":t();break;case"cancel":n()}r()},this._handleCancel=()=>{this.props.onCancel(),this.props.onClose()},this._handleKeyDown=e=>{const{onSubmit:t,submitButtonDisabled:n,submitOnEnterKey:r}=this.props;13===(0,u.hashFromEvent)(e)&&r&&(e.preventDefault(),n||t())}}render(){const{render:e,onClose:t,onSubmit:n,onCancel:r,footerLeftRenderer:i,submitButtonText:s,submitButtonDisabled:a,defaultActionOnClose:l,submitOnEnterKey:c,...u}=this.props;return o.createElement(d.AdaptivePopupDialog,{...u,ref:this._dialogRef,onKeyDown:this._handleKeyDown,render:this._renderChildren(),onClose:this._handleClose})}focus(){(0,l.ensureNotNull)(this._dialogRef.current).focus()}_renderChildren(){return e=>{const{render:t,footerLeftRenderer:r,additionalButtons:i,submitButtonText:l,submitButtonDisabled:u,onSubmit:d,cancelButtonText:m,showCancelButton:h=!0,showSubmitButton:g=!0,submitButtonClassName:f,cancelButtonClassName:y,buttonsWrapperClassName:v}=this.props;return o.createElement(o.Fragment,null,t(e),o.createElement("div",{className:p.footer},r&&r(e.isSmallWidth),o.createElement("div",{className:s()(p.buttons,v)},i,h&&o.createElement(a.Button,{className:y,name:"cancel",
+appearance:"stroke",onClick:this._handleCancel},m??c.t(null,void 0,n(4543))),g&&o.createElement("span",{className:p.submitButton},o.createElement(a.Button,{className:f,disabled:u,name:"submit",onClick:d,"data-name":"submit-button"},l??c.t(null,void 0,n(19295)))))))}}}m.defaultProps={defaultActionOnClose:"submit",submitOnEnterKey:!0}},24437:(e,t,n)=>{"use strict";n.d(t,{DialogBreakpoints:()=>o});var r=n(96108);const o={SmallHeight:r["small-height-breakpoint"],TabletSmall:r["tablet-small-breakpoint"],TabletNormal:r["tablet-normal-breakpoint"]}},88601:(e,t,n)=>{"use strict";n.d(t,{Transparency:()=>l});var r=n(50959),o=n(97754),i=n(54368),s=n(19625),a=n(50219);function l(e){const{value:t,disabled:n,onChange:l,className:c}=e;return r.createElement("div",{className:o(a.wrap,c,{[a.disabled]:n})},r.createElement(i.Opacity,{hideInput:!0,color:s.colorsPalette["color-tv-blue-500"],opacity:1-t/100,onChange:function(e){n||l(100-100*e)},disabled:n}))}},54368:(e,t,n)=>{"use strict";n.d(t,{Opacity:()=>c});var r=n(50959),o=n(97754),i=n(50151),s=n(9859),a=n(68335),l=n(94085);class c extends r.PureComponent{constructor(e){super(e),this._container=null,this._pointer=null,this._raf=null,this._refContainer=e=>{this._container=e},this._refPointer=e=>{this._pointer=e},this._handlePosition=e=>{null===this._raf&&(this._raf=requestAnimationFrame((()=>{const t=(0,i.ensureNotNull)(this._container),n=(0,i.ensureNotNull)(this._pointer),r=t.getBoundingClientRect(),o=n.offsetWidth,a=e.clientX-o/2-r.left,l=(0,s.clamp)(a/(r.width-o),0,1);this.setState({inputOpacity:Math.round(100*l).toString()}),this.props.onChange(l),this._raf=null})))},this._onSliderClick=e=>{this._handlePosition(e.nativeEvent),this._dragSubscribe()},this._mouseUp=e=>{this.setState({isPointerDragged:!1}),this._dragUnsubscribe(),this._handlePosition(e)},this._mouseMove=e=>{this.setState({isPointerDragged:!0}),this._handlePosition(e)},this._onTouchStart=e=>{this._handlePosition(e.nativeEvent.touches[0])},this._handleTouch=e=>{this.setState({isPointerDragged:!0}),this._handlePosition(e.nativeEvent.touches[0])},this._handleTouchEnd=()=>{this.setState({isPointerDragged:!1})},this._handleInput=e=>{const t=e.currentTarget.value,n=Number(t)/100;this.setState({inputOpacity:t}),Number.isNaN(n)||n>1||this.props.onChange(n)},this._handleKeyDown=e=>{const t=(0,a.hashFromEvent)(e);if(37!==t&&39!==t)return;e.preventDefault();const n=Number(this.state.inputOpacity);37===t&&0!==n&&this._changeOpacity(n-1),39===t&&100!==n&&this._changeOpacity(n+1)},this.state={inputOpacity:Math.round(100*e.opacity).toString(),isPointerDragged:!1}}componentWillUnmount(){null!==this._raf&&(cancelAnimationFrame(this._raf),this._raf=null),this._dragUnsubscribe()}render(){const{color:e,opacity:t,hideInput:n,disabled:i}=this.props,{inputOpacity:s,isPointerDragged:a}=this.state,c={color:e||void 0};return r.createElement("div",{className:l.opacity},r.createElement("div",{className:o(l.opacitySlider,l.accessible),style:c,tabIndex:i?-1:0,ref:this._refContainer,onMouseDown:this._onSliderClick,onTouchStart:this._onTouchStart,
+onTouchMove:this._handleTouch,onTouchEnd:this._handleTouchEnd,onKeyDown:this._handleKeyDown,"aria-disabled":i},r.createElement("div",{className:l.opacitySliderGradient,style:{backgroundImage:`linear-gradient(90deg, transparent, ${e})`}}),r.createElement("div",{className:l.opacityPointerWrap},r.createElement("div",{className:o(l.pointer,a&&l.dragged),style:{left:100*t+"%"},ref:this._refPointer}))),!n&&r.createElement("div",{className:l.opacityInputWrap},r.createElement("input",{type:"text",className:l.opacityInput,value:s,onChange:this._handleInput}),r.createElement("span",{className:l.opacityInputPercent},"%")))}_dragSubscribe(){const e=(0,i.ensureNotNull)(this._container).ownerDocument;e&&(e.addEventListener("mouseup",this._mouseUp),e.addEventListener("mousemove",this._mouseMove))}_dragUnsubscribe(){const e=(0,i.ensureNotNull)(this._container).ownerDocument;e&&(e.removeEventListener("mousemove",this._mouseMove),e.removeEventListener("mouseup",this._mouseUp))}_changeOpacity(e){this.setState({inputOpacity:e.toString()}),this.props.onChange(e/100)}}},90692:(e,t,n)=>{"use strict";n.d(t,{MatchMedia:()=>o});var r=n(50959);class o extends r.PureComponent{constructor(e){super(e),this._handleChange=()=>{this.forceUpdate()},this.state={query:window.matchMedia(this.props.rule)}}componentDidMount(){this._subscribe(this.state.query)}componentDidUpdate(e,t){this.state.query!==t.query&&(this._unsubscribe(t.query),this._subscribe(this.state.query))}componentWillUnmount(){this._unsubscribe(this.state.query)}render(){return this.props.children(this.state.query.matches)}static getDerivedStateFromProps(e,t){return e.rule!==t.query.media?{query:window.matchMedia(e.rule)}:null}_subscribe(e){e.addEventListener("change",this._handleChange)}_unsubscribe(e){e.removeEventListener("change",this._handleChange)}}},42842:(e,t,n)=>{"use strict";n.d(t,{Portal:()=>c,PortalContext:()=>u});var r=n(50959),o=n(32227),i=n(55698),s=n(67961),a=n(34811),l=n(99663);class c extends r.PureComponent{constructor(){super(...arguments),this._uuid=(0,i.nanoid)()}componentWillUnmount(){this._manager().removeWindow(this._uuid)}render(){const e=this._manager().ensureWindow(this._uuid,this.props.layerOptions);e.style.top=this.props.top||"",e.style.bottom=this.props.bottom||"",e.style.left=this.props.left||"",e.style.right=this.props.right||"",e.style.pointerEvents=this.props.pointerEvents||"";const t=this.props.className;return t&&("string"==typeof t?e.classList.add(t):e.classList.add(...t)),this.props.shouldTrapFocus&&!e.hasAttribute(a.FOCUS_TRAP_DATA_ATTRIBUTE)&&e.setAttribute(a.FOCUS_TRAP_DATA_ATTRIBUTE,"true"),this.props["aria-hidden"]&&e.setAttribute("aria-hidden","true"),o.createPortal(r.createElement(u.Provider,{value:this},this.props.children),e)}moveToTop(){this._manager().moveToTop(this._uuid)}_manager(){return null===this.context?(0,s.getRootOverlapManager)():this.context}}c.contextType=l.SlotContext;const u=r.createContext(null)},63932:(e,t,n)=>{"use strict";n.d(t,{Spinner:()=>l});var r=n(50959),o=n(97754),i=n(58096),s=(n(15216),n(85862)),a=n.n(s)
+;function l(e){const{ariaLabel:t,ariaLabelledby:n,className:s,style:l,size:c,id:u,disableSelfPositioning:d}=e;return r.createElement("div",{className:o(s,"tv-spinner","tv-spinner--shown",`tv-spinner--size_${i.spinnerSizeMap[c||i.DEFAULT_SIZE]}`,d&&a().disableSelfPositioning),style:l,role:"progressbar",id:u,"aria-label":t,"aria-labelledby":n})}},53385:e=>{e.exports={dialog:"dialog-Rg1Vw_8R",transparencyTitle:"transparencyTitle-Rg1Vw_8R",transparencyControl:"transparencyControl-Rg1Vw_8R",transparencyWrap:"transparencyWrap-Rg1Vw_8R",column:"column-Rg1Vw_8R",dropzone:"dropzone-Rg1Vw_8R",content:"content-Rg1Vw_8R"}},14653:(e,t,n)=>{"use strict";n.r(t),n.d(t,{renderImageDialog:()=>w});var r=n(50959),o=n(97754),i=n.n(o),s=n(11542),a=n(88601),l=n(3503),c=n(50182),u=n(9745),d=n(63932),p=n(33849),m=n.n(p);const h=s.t(null,void 0,n(64789));function g(e,t=null,o,i,a,l){const[c,u]=(0,r.useState)({imgUrl:t,error:null,isLoading:!1,isDragging:!1});return(0,r.useEffect)((()=>{null===t&&null!==c.imgUrl&&u((e=>({...e,imgUrl:null}))),null!==t&&null===c.imgUrl&&u((e=>({...e,imgUrl:t})))}),[t]),(0,r.useEffect)((()=>{const t=function(e,t,r){let o;const{type:i,autoProcessQueue:a=!0,withCredentials:l=!1,maxFileSize:c=.1,maxSizeLabel:u="100KB",...d}=r,p=new(m())(e,{url:"/upload-image/",maxFiles:1,maxFilesize:c,paramName:"file",uploadMultiple:!1,acceptedFiles:"image/jpg,image/jpeg,image/png,image/webp,image",dictDefaultMessage:s.t(null,void 0,n(32910)),previewTemplate:"
",dictFileTooBig:s.t(null,{replace:{value:u}},n(93738)),dictResponseError:h,dictInvalidFileType:s.t(null,void 0,n(16992)),params:i?{type:i,meta:"{}"}:void 0,autoProcessQueue:a,withCredentials:l,...d});return p.on("addedfile",(e=>{o&&p.removeFile(o),o=e,t.onAddedFile()})),p.on("thumbnail",(()=>{t.onQueuedFile&&t.onQueuedFile(o,p)})),p.on("success",((e,n)=>{t.onSuccess(e,n)})),p.on("error",((e,n)=>{t.onError(n)})),p.on("sending",((e,n,r)=>{t.onSending&&t.onSending(e,n,r)})),p.on("canceled",(e=>{t.onError(h)})),p}(e.current,{onAddedFile:()=>u({error:null,imgUrl:null,isLoading:!0,isDragging:!1}),onSuccess:(e,t)=>{i&&i(t);const n=t?t.url:URL.createObjectURL(e);u({error:null,imgUrl:n,isLoading:!1,isDragging:!1})},onError:e=>u({error:e,imgUrl:null,isLoading:!1,isDragging:!1}),onQueuedFile:a,onSending:l},o);return t.on("dragenter",(()=>{c.isDragging||u((e=>({...e,isDragging:!0})))})),t.on("drop",(()=>{u((e=>({...e,isDragging:!1})))})),t.on("dragleave",(()=>{u((e=>({...e,isDragging:!1})))})),()=>t.destroy()}),[]),[c.imgUrl,c.error,c.isLoading,c.isDragging]}var f=n(93544),y=n(58189);function v(e){const{onFileUpload:t,onRemove:i,maxSizeLabel:a="100KB",className:l,imgUrl:c,onQueuedFile:p,onSending:m,customErrorMessage:h,...v}=e,b=(0,r.useRef)(null),C={...v,maxSizeLabel:a},[E,_,x,S]=g(b,c,C,t,p,m);return r.createElement("div",{className:o(y.container,l)},x?r.createElement(d.Spinner,null):r.createElement(r.Fragment,null,!E||h?r.createElement("span",{className:y.textBlock},function(e){return Boolean(e)?r.createElement("span",{className:o(y.textBlockHeadline,y.textBlockError)
+},e):r.createElement("span",{className:y.textBlockHeadline},s.t(null,void 0,n(32910)))}(h??_),r.createElement("span",null,s.t(null,void 0,n(41667))),r.createElement("span",null,s.t(null,{replace:{value:a}},n(7654)))):r.createElement("img",{className:y.img,src:E})),S&&r.createElement("div",{className:y.backdrop},r.createElement("p",{className:y.mainText},s.t(null,void 0,n(98918)))),r.createElement("div",{ref:b,className:y.dropzone}),E&&i&&r.createElement(u.Icon,{className:y.remove,icon:f,onClick:i}))}var b=n(87896),C=n(53385);const E=s.t(null,void 0,n(68065)),_=s.t(null,void 0,n(19788));let x=null,S=null;function w(e){x||(x=document.createElement("div"));const t=()=>{null!==x&&(S?.unmount(),S=null,x=null)},n={onConfirm:t=>{e.onConfirm(t),e.onClose()},onClose:e.onClose},o=r.createElement(R,{...n});return S?(S.render(o),t):(S=(0,b.createReactRoot)(o,x),t)}const P={"Cache-Control":void 0,"X-Requested-With":void 0};function R(e){const{onConfirm:t,onClose:o}=e,[u,d]=(0,r.useState)(0),[p,m]=(0,r.useState)(void 0),[h,g]=(0,r.useState)(),f=(0,r.useRef)(null),y=(0,r.useRef)(null),b=(0,r.useRef)(null);return r.createElement(c.AdaptiveConfirmDialog,{dataName:"create-image-drawing-dialog",title:E,isOpened:!0,onSubmit:R,onCancel:o,onClickOutside:function(){R(),o()},onClose:o,render:function(){return r.createElement("div",{className:C.content},r.createElement(v,{className:C.dropzone,imgUrl:p,onSending:w,onQueuedFile:x,onFileUpload:S,thumbnailWidth:800,thumbnailHeight:600,autoProcessQueue:!1,headers:P,customErrorMessage:h,maxSizeLabel:(0,l.getMaxImageSizeLabel)(),maxFileSize:(0,l.getMaxImageSizeInBytes)()/1e3,trackProgress:!1}),r.createElement("div",{className:C.transparencyWrap},r.createElement("span",{className:i()(C.transparencyTitle,C.column)},_),r.createElement(a.Transparency,{className:i()(C.transparencyControl,C.column),value:u,onChange:d,disabled:!1})))},submitOnEnterKey:!1,wrapperClassName:C.dialog});async function x(e,t){if(!e)return;if(g(void 0),!await(0,l.checkImageSize)(e))return g(s.t(null,void 0,n(73007))),t.cancelUpload(e),void m(void 0);const r=URL.createObjectURL(e);b.current=r,(0,l.generateLink)(e).catch((()=>(t.cancelUpload(e),m(void 0),null))).then((e=>{if(!e||b.current!==r)return;const{data:n,filepath:o}=e,{url:i}=n;t.options.url=i,f.current=e.data.fields,y.current=i+o,t.processQueue()}))}function S(){y.current&&b.current&&m(y.current)}function w(e,t,n){if(!f.current)return;const r=f.current;for(const e of Object.keys(r))n.append(e,r[e]);f.current=null}function R(){p&&b.current?(h&&g(void 0),t({blobUrl:b.current,url:Promise.resolve(p),transparency:u})):g(s.t(null,void 0,n(49580)))}}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.101.d2f212f7ba1b45845d9f.js b/public/charting_library/bundles/it.101.d2f212f7ba1b45845d9f.js
new file mode 100644
index 0000000..cf34f5e
--- /dev/null
+++ b/public/charting_library/bundles/it.101.d2f212f7ba1b45845d9f.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[101],{23970:e=>{e.exports={en:["days"],it:["giorni"]}},35157:e=>{e.exports={en:["hours"],it:["ore"]}},18193:e=>{e.exports={en:["months"],it:["mesi"]}},79930:e=>{e.exports={en:["minutes"],it:["minuti"]}},7938:e=>{e.exports={en:["weeks"],it:["settimane"]}},4543:e=>{e.exports={en:["Cancel"],it:["Annulla"]}},47742:e=>{e.exports={en:["Close menu"],it:["Chiudere menù"]}},42790:e=>{e.exports={en:["Add"],it:["Aggiungi"]}},17854:e=>{e.exports={en:["Interval"],it:["Timeframe"]}},17889:e=>{e.exports={en:["Interval already exists, please use a different value"],it:["L'intervallo esiste già, utilizzare un valore diverso."]}},23323:e=>{e.exports={en:["Interval value is too big, please try again"],it:["Il valore dell'intervallo è troppo grande, riprovare."]}},19295:e=>{e.exports={en:["Ok"]}},98413:e=>{e.exports={en:["Type"],it:["Tipo"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.1303.f07c410173ec0b804b22.js b/public/charting_library/bundles/it.1303.f07c410173ec0b804b22.js
new file mode 100644
index 0000000..2466233
--- /dev/null
+++ b/public/charting_library/bundles/it.1303.f07c410173ec0b804b22.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1303],{53288:e=>{e.exports={en:["animals & nature"],it:["animali e natura"]}},21311:e=>{e.exports={en:["activity"],it:["attività"]}},90678:e=>{e.exports={en:["food & drink"],it:["cibo e bevande"]}},6715:e=>{e.exports={en:["flags"],it:["bandiere"]}},98355:e=>{e.exports={en:["objects"],it:["oggetti"]}},43438:e=>{e.exports={en:["smiles & people"],it:["smile e persone"]}},40457:e=>{e.exports={en:["symbols"],it:["simboli"]}},88906:e=>{e.exports={en:["recently used"],it:["usato di recente"]}},28562:e=>{e.exports={en:["travel & places"],it:["viaggi e località"]}},64770:e=>{e.exports={en:["Confirmation"],it:["Conferma"]}},4543:e=>{e.exports={en:["Cancel"],it:["Annulla"]}},4461:e=>{e.exports={en:["Add emoji"],it:["Aggiungi emoji"]}},19295:e=>{e.exports={en:["Ok"]}},38733:e=>{e.exports={en:["No"]}},85888:e=>{e.exports={en:["No results found"],it:["Nessun risultato trovato"]}},64e3:e=>{e.exports={en:["Save"],it:["Salva"]}},47550:e=>{e.exports={en:["Remove selected emoji"],it:["Rimuovi emoji selezionate"]}},6321:e=>{e.exports={en:["Rename"],it:["Rinomina"]}},55512:e=>{e.exports={en:["Yes"],it:["Sì"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.1308.d1a986137a3ad4cdfe66.js b/public/charting_library/bundles/it.1308.d1a986137a3ad4cdfe66.js
new file mode 100644
index 0000000..81b8cf0
--- /dev/null
+++ b/public/charting_library/bundles/it.1308.d1a986137a3ad4cdfe66.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1308,6155,5111,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],it:["#{count} (prezzo, barra)"]}},78930:e=>{e.exports={en:["Coordinates"],it:["Coordinate"]}},24197:e=>{e.exports={en:["Center"],it:["Centro"]}},27567:e=>{e.exports={en:["Bottom"],it:["Sotto"]}},17129:e=>{e.exports={en:["Bottom labels"],it:["Etichette in basso"]}},79468:e=>{e.exports={en:["Background"],it:["Sfondo"]}},81356:e=>{e.exports={en:["Grid"],it:["Griglia"]}},72942:e=>{e.exports={en:["Days"],it:["Giorni"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],it:["Spostamento (prezzo, barra)"]}},56796:e=>{e.exports={en:["Hours"],it:["Ore"]}},95406:e=>{e.exports={en:["Horizontal"],it:["Orizzontale"]}},21429:e=>{e.exports={en:["Inputs"],it:["Input"]}},11626:e=>{e.exports={en:["Left"],it:["Sinistra"]}},65e3:e=>{e.exports={en:["Left labels"],it:["Etichette sinistra"]}},43154:e=>{e.exports={en:["Months"],it:["Mesi"]}},68833:e=>{e.exports={en:["Middle"],it:["Medio"]}},42562:e=>{e.exports={en:["Minutes"],it:["Minuti"]}},65188:e=>{e.exports={en:["Seconds"],it:["Secondi"]}},58557:e=>{e.exports={en:["Price levels"],it:["Livelli prezzo"]}},64489:e=>{e.exports={en:["Reverse"],it:["Inverti"]}},50421:e=>{e.exports={en:["Right"],it:["Destra"]}},28971:e=>{e.exports={en:["Right labels"],it:["Etichette destra"]}},835:e=>{e.exports={en:["Weeks"],it:["Settimane"]}},97118:e=>{e.exports={en:["Top"],it:["Sopra"]}},74939:e=>{e.exports={en:["Top labels"],it:["Etichette in alto"]}},70320:e=>{e.exports={en:["Text"],it:["Testo"]}},25485:e=>{e.exports={en:["Text alignment"],it:["Allineamento testo"]}},67781:e=>{e.exports={en:["Text orientation"],it:["Orientamento testo"]}},24821:e=>{e.exports={en:["Ticks"],it:["Tick"]}},58476:e=>{e.exports={en:["Time levels"],it:["Livelli di tempo"]}},28683:e=>{e.exports={en:["Use one color"],it:["Usa un colore"]}},69526:e=>{e.exports={en:["Vertical"],it:["Verticale"]}},2066:e=>{e.exports={en:["change bar X coordinate"],it:["modifica coordinate di barra X"]}},11737:e=>{e.exports={en:["change price Y coordinate"],it:["modifica coordinate di prezzo Y"]}},59577:e=>{e.exports={en:["change {title} all lines color"],it:["cambio colore tutte le linee {title}"]}},62130:e=>{e.exports={en:["change {title} bottom labels visibility"],it:["cambio visibilità etichette inf {title}"]}},13783:e=>{e.exports={en:["change {title} background transparency"],it:["cambio trasparenza sfondo {title}"]}},30839:e=>{e.exports={en:["change {title} background visibility"],it:["cambio visibilità sfondo {title}"]}},20664:e=>{e.exports={en:["change {title} grid visibility"],it:["cambio visibilità griglia {title}"]}},36467:e=>{e.exports={en:["change {title} grid line color"],it:["cambio colore linea griglia {title}"]}},54244:e=>{e.exports={en:["change {title} grid line style"],it:["cambio stile linea griglia {title}"]}},30127:e=>{e.exports={en:["change {title} grid line width"],it:["cambio spessore linea griglia {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],
+it:["cambio valore giorni {title}"]}},91201:e=>{e.exports={en:["change {title} days from"],it:["cambio valore giorni {title}"]}},8306:e=>{e.exports={en:["change {title} hours from"],it:["cambio valore ore {title}"]}},67233:e=>{e.exports={en:["change {title} hours to"],it:["cambio valore ore {title}"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],it:["cambio coeff linea livello {index} {title}"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],it:["cambio colore linea livello {index} {title}"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"],it:["cambio visibilità linea livello {index} {title}"]}},63021:e=>{e.exports={en:["change {title} left labels visibility"],it:["cambio visibilità etichette sx {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],it:["cambio valore mesi {title}"]}},10518:e=>{e.exports={en:["change {title} months to"],it:["cambio valore mesi {title}"]}},38011:e=>{e.exports={en:["change {title} minutes to"],it:["cambio valore minuti {title}"]}},59820:e=>{e.exports={en:["change {title} minutes from"],it:["cambio valore minuti {title}"]}},6573:e=>{e.exports={en:["change {title} seconds to"],it:["cambio valore secondi {title}"]}},86780:e=>{e.exports={en:["change {title} seconds from"],it:["cambio valore secondi {title}"]}},50762:e=>{e.exports={en:["change {title} reverse"],it:["cambio inverti {title}"]}},8390:e=>{e.exports={en:["change {title} right labels visibility"],it:["cambio visibilità etichette dx {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],it:["cambio valore settimane {title}"]}},18678:e=>{e.exports={en:["change {title} weeks to"],it:["cambio valore settimane {title}"]}},81301:e=>{e.exports={en:["change {title} top labels visibility"],it:["cambio visibilità etichette sup {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],it:["cambio visibilità {title} sui tick"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],it:["cambio visibilità {title} su settimane"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],it:["cambio visibilità {title} su {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],it:["cambio visibilità {title} su giorni"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],it:["cambio visibilità {title} su ore"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],it:["cambio visibilità {title} su minuti"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],it:["cambio visibilità {title} su mesi"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],it:["cambio visibilità {title} nei secondi"]}},25167:e=>{e.exports={en:["change {propertyName} property"],it:["cambio proprietà {propertyName}"]}},35813:e=>{e.exports={en:["days"],it:["Giorni"]}},89919:e=>{e.exports={en:["days to"],it:["giorni a"]}},59215:e=>{e.exports={en:["days from"],it:["giorni da"]}},77114:e=>{e.exports={en:["erase level line"],it:["rimozione livello"]}},2359:e=>{e.exports={
+en:["hours"],it:["Ore"]}},82267:e=>{e.exports={en:["hours from"],it:["ore da"]}},15600:e=>{e.exports={en:["hours to"],it:["ore a"]}},76261:e=>{e.exports={en:["move drawings"],it:["spostamento disegni"]}},95300:e=>{e.exports={en:["months"],it:["Mesi"]}},17250:e=>{e.exports={en:["months from"],it:["mesi da"]}},2828:e=>{e.exports={en:["months to"],it:["mesi a"]}},18726:e=>{e.exports={en:["minutes"],it:["Minuti"]}},67649:e=>{e.exports={en:["minutes to"],it:["minuti a"]}},22476:e=>{e.exports={en:["minutes from"],it:["minuti da"]}},751:e=>{e.exports={en:["seconds"],it:["secondi"]}},73419:e=>{e.exports={en:["seconds to"],it:["secondi a"]}},35801:e=>{e.exports={en:["seconds from"],it:["secondi da"]}},45537:e=>{e.exports={en:["weeks"],it:["settimane"]}},92859:e=>{e.exports={en:["weeks from"],it:["settimane da"]}},44127:e=>{e.exports={en:["weeks to"],it:["settimane a"]}},3539:e=>{e.exports={en:["ticks"],it:["Tick"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.1341.1068954aa326300ef390.js b/public/charting_library/bundles/it.1341.1068954aa326300ef390.js
new file mode 100644
index 0000000..cdcbefb
--- /dev/null
+++ b/public/charting_library/bundles/it.1341.1068954aa326300ef390.js
@@ -0,0 +1,6 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1341,6155,4821],{13616:e=>{e.exports={en:["#{count} (bar)"],it:["#{count} (barra)"]}},80166:e=>{e.exports={en:["#{count} (price, bar)"],it:["#{count} (prezzo, barra)"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],it:["Colore basato sulla chiusura precedente"]}},78930:e=>{e.exports={en:["Coordinates"],it:["Coordinate"]}},24197:e=>{e.exports={en:["Center"],it:["Centro"]}},84831:e=>{e.exports={en:["Close line"],it:["Linea chiusura"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],it:["Adegua i dati a seconda dei dividendi"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],it:["Incorpora variazioni dovute al cambio di contratto"]}},27567:e=>{e.exports={en:["Bottom"],it:["Sotto"]}},3159:e=>{e.exports={en:["Bottom line"],it:["Linea inferiore"]}},74406:e=>{e.exports={en:["Body"],it:["Corpo"]}},333:e=>{e.exports={en:["Borders"],it:["Bordi"]}},42398:e=>{e.exports={en:["Base"]}},28975:e=>{e.exports={en:["Base level"],it:["Livello base"]}},71776:e=>{e.exports={en:["Down"],it:["Giù"]}},17611:e=>{e.exports={en:["Down bars"],it:["Barre giù"]}},23743:e=>{e.exports={en:["Down color"],it:["Colore giù"]}},48225:e=>{e.exports={en:["Data modification"],it:["Modifica dei dati"]}},72942:e=>{e.exports={en:["Days"],it:["Giorni"]}},16564:e=>{e.exports={en:["Default"],it:["Predefinito"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],it:["Spostamento (prezzo, barra)"]}},89212:e=>{e.exports={en:["Display inactivity gaps on intraday"]}},59777:e=>{e.exports={en:["Electronic trading hours background"],it:["Orario di contrattazione elettronica"]}},819:e=>{e.exports={en:["Extend lines"],it:["Estendi linee"]}},41129:e=>{e.exports={en:["Fill"],it:["Riempi"]}},61112:e=>{e.exports={en:["Fill top area"],it:["Riempimento area su"]}},73185:e=>{e.exports={en:["Fill bottom area"],it:["Riempimento area inf"]}},56796:e=>{e.exports={en:["Hours"],it:["Ore"]}},95406:e=>{e.exports={en:["Horizontal"],it:["Orizzontale"]}},56359:e=>{e.exports={en:["High line"],it:["Linea massimo"]}},47326:e=>{e.exports={en:["Integer"],it:["Intero"]}},21429:e=>{e.exports={en:["Inputs"],it:["Input"]}},64075:e=>{e.exports={en:["Override min tick"],it:["Sovrascrivi tick minimo"]}},34579:e=>{e.exports={en:["Low line"],it:["Linea minimo"]}},11626:e=>{e.exports={en:["Left"],it:["Sinistra"]}},43154:e=>{e.exports={en:["Months"],it:["Mesi"]}},68833:e=>{e.exports={en:["Middle"],it:["Medio"]}},42562:e=>{e.exports={en:["Minutes"],it:["Minuti"]}},65188:e=>{e.exports={en:["Seconds"],it:["Secondi"]}},13350:e=>{e.exports={en:["Pearson's R"]}},88327:e=>{e.exports={en:["Pre/post market hours background"],it:["Sfondo sessione pre e post mercato"]}},59766:e=>{e.exports={en:["Precision"],it:["Precisione"]}},84684:e=>{e.exports={en:["Price source"],it:["Fonte prezzo"]}},73466:e=>{e.exports={en:["Projection up bars"],it:["Barre a proiezione superiore"]}},
+77430:e=>{e.exports={en:["Projection candles"],it:["Candele di proiezione"]}},88367:e=>{e.exports={en:["Projection down bars"],it:["Barre a proiezione inferiore"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"],it:["Prezzi reali sull'asse (invece di quelli Heikin Ashi)"]}},50421:e=>{e.exports={en:["Right"],it:["Destra"]}},835:e=>{e.exports={en:["Weeks"],it:["Settimane"]}},32163:e=>{e.exports={en:["Wick"],it:["Ombra"]}},97118:e=>{e.exports={en:["Top"],it:["Sopra"]}},89349:e=>{e.exports={en:["Top line"],it:["Linea superiore"]}},70320:e=>{e.exports={en:["Text"],it:["Testo"]}},25485:e=>{e.exports={en:["Text alignment"],it:["Allineamento testo"]}},67781:e=>{e.exports={en:["Text orientation"],it:["Orientamento testo"]}},20215:e=>{e.exports={en:["Thin bars"],it:["Barre sottili"]}},24821:e=>{e.exports={en:["Ticks"],it:["Tick"]}},77073:e=>{e.exports={en:["Timezone"],it:["Fuso orario"]}},22691:e=>{e.exports={en:["Up"],it:["Su"]}},23091:e=>{e.exports={en:["Up color"],it:["Colore su"]}},36957:e=>{e.exports={en:["Up bars"],it:["Barre su"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"],it:["Usa il settlement come chiusura nel giornaliero"]}},69526:e=>{e.exports={en:["Vertical"],it:["Verticale"]}},21105:e=>{e.exports={en:["candle"],it:["candela"]}},27068:e=>{e.exports={en:["change HLC bars"],it:["cambio barre HLC"]}},21201:e=>{e.exports={en:["change HLC bars color"]}},86866:e=>{e.exports={en:["change area fill color"],it:["cambio colore riempimento area"]}},89346:e=>{e.exports={en:["change area line width"],it:["cambio spessore linea area"]}},29605:e=>{e.exports={en:["change area line color"],it:["cambio colore linea area"]}},4640:e=>{e.exports={en:["change area price source"],it:["cambio fonte area prezzo"]}},42190:e=>{e.exports={en:["change base level"],it:["cambio livello base"]}},71785:e=>{e.exports={en:["change baseline bottom line color"],it:["cambio colore inf baseline"]}},56175:e=>{e.exports={en:["change baseline bottom line width"],it:["cambio spessore linea inf baseline"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"],it:["cambio colore riempimento area inf baseline"]}},92873:e=>{e.exports={en:["change baseline fill top area color"],it:["cambio colore riempimento area sup baseline"]}},68609:e=>{e.exports={en:["change baseline price source"],it:["cambio fonte prezzo baseline"]}},69044:e=>{e.exports={en:["change baseline top line color"],it:["cambio colore sup baseline"]}},68197:e=>{e.exports={en:["change baseline top line width"],it:["cambio spessore linea sup baseline"]}},33464:e=>{e.exports={en:["change bar up color"],it:["cambio colore barra su"]}},2066:e=>{e.exports={en:["change bar X coordinate"],it:["modifica coordinate di barra X"]}},59622:e=>{e.exports={en:["change bar down color"],it:["cambio colore barra giù"]}},43090:e=>{e.exports={en:["change color bars based on previous close"],it:["cambio colore basato su chiusura prec"]}},88324:e=>{e.exports={en:["change column up color"],it:["cambio colore colonna sup"]}},93890:e=>{
+e.exports={en:["change column down color"],it:["cambio colore colonna inf"]}},4727:e=>{e.exports={en:["change column price source"],it:["cambio fonte dati colonna"]}},82063:e=>{e.exports={en:["change decimal places"],it:["cambio cifre decimali"]}},44223:e=>{e.exports={en:["change extended hours color"],it:["cambio colore orari estesi"]}},47393:e=>{e.exports={en:["change electronic trading hours"],it:["modifica orari di negoziazione elettronica"]}},6026:e=>{e.exports={en:["change high-low body color"],it:["cambio colore corpo max-min"]}},73021:e=>{e.exports={en:["change high-low body visibility"],it:["cambio visibilità corpo max-min"]}},46844:e=>{e.exports={en:["change high-low border color"],it:["cambio colore bordo max-min"]}},15801:e=>{e.exports={en:["change high-low borders visibility"],it:["cambio visibilità bordi max-min"]}},72399:e=>{e.exports={en:["change high-low labels visibility"],it:["cambio visibilità etichette max-min"]}},56961:e=>{e.exports={en:["change high-low labels color"],it:["cambio colore etichette max-min"]}},88640:e=>{e.exports={en:["change line color"],it:["cambio colore linea"]}},41837:e=>{e.exports={en:["change line price source"],it:["cambio fonte linea prezzo"]}},48339:e=>{e.exports={en:["change line width"],it:["cambio spessore linea"]}},38730:e=>{e.exports={en:["change post market color"],it:["cambio colore post mercato"]}},44371:e=>{e.exports={en:["change pre market color"],it:["cambio colore pre mercato"]}},11737:e=>{e.exports={en:["change price Y coordinate"],it:["modifica coordinate di prezzo Y"]}},16241:e=>{e.exports={en:["change range bars style"],it:["cambia lo stile delle barre range"]}},65821:e=>{e.exports={en:["change range thin bars"],it:["cambio range barre sottili"]}},75487:e=>{e.exports={en:["change renko wick down color"],it:["cambio colore ombra inf renko"]}},92277:e=>{e.exports={en:["change renko wick up color"],it:["cambio colore ombra sup renko"]}},79604:e=>{e.exports={en:["change renko wick visibility"],it:["cambio visibilità ombra renko"]}},91109:e=>{e.exports={en:["change study overlay min tick"],it:["cambio tick min indicatore"]}},82924:e=>{e.exports={en:["change study overlay style"],it:["cambio stile indicatore"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"],it:["cambio prezzo da mostrare nell'asse (al posto di quello Heikin-Ashi)"]}},60834:e=>{e.exports={en:["change thin bars"],it:["cambio spessore barre"]}},78509:e=>{e.exports={en:["change {title} base line color"],it:["cambio colore linea base {title}"]}},27864:e=>{e.exports={en:["change {title} base line style"],it:["cambio stile linea base {title}"]}},96177:e=>{e.exports={en:["change {title} base line visibility"],it:["cambio visibilità linea base {title}"]}},17926:e=>{e.exports={en:["change {title} base line width"],it:["cambio spessore linea base {title}"]}},41638:e=>{e.exports={en:["change {title} down line color"],it:["cambio colore linea inf {title}"]}},51842:e=>{e.exports={en:["change {title} down line style"],
+it:["cambio stile linea inf {title}"]}},46410:e=>{e.exports={en:["change {title} down line visibility"],it:["cambio visibilità linea inf {title}"]}},64615:e=>{e.exports={en:["change {title} down line width"],it:["cambio spessore linea inf {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],it:["cambio valore giorni {title}"]}},91201:e=>{e.exports={en:["change {title} days from"],it:["cambio valore giorni {title}"]}},76295:e=>{e.exports={en:["change {title} extend lines"],it:["cambio estensione linee {title}"]}},8306:e=>{e.exports={en:["change {title} hours from"],it:["cambio valore ore {title}"]}},67233:e=>{e.exports={en:["change {title} hours to"],it:["cambio valore ore {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],it:["cambio valore mesi {title}"]}},10518:e=>{e.exports={en:["change {title} months to"],it:["cambio valore mesi {title}"]}},38011:e=>{e.exports={en:["change {title} minutes to"],it:["cambio valore minuti {title}"]}},59820:e=>{e.exports={en:["change {title} minutes from"],it:["cambio valore minuti {title}"]}},6573:e=>{e.exports={en:["change {title} seconds to"],it:["cambio valore secondi {title}"]}},86780:e=>{e.exports={en:["change {title} seconds from"],it:["cambio valore secondi {title}"]}},6207:e=>{e.exports={en:["change {title} show pearson's r"],it:["cambio modifica visibilità r di Pearson {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],it:["cambio valore settimane {title}"]}},18678:e=>{e.exports={en:["change {title} weeks to"],it:["cambio valore settimane {title}"]}},42553:e=>{e.exports={en:["change {title} up line visibility"],it:["cambio visibilità linea sup {title}"]}},63824:e=>{e.exports={en:["change {title} up line width"],it:["cambio spessore linea sup {title}"]}},89178:e=>{e.exports={en:["change {title} up line color"],it:["cambio colore linea sup {title}"]}},51188:e=>{e.exports={en:["change {title} up line style"],it:["cambio stile linea sup {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],it:["cambio visibilità {title} sui tick"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],it:["cambio visibilità {title} su settimane"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],it:["cambio visibilità {title} su {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],it:["cambio visibilità {title} su giorni"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],it:["cambio visibilità {title} su ore"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],it:["cambio visibilità {title} su minuti"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],it:["cambio visibilità {title} su mesi"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],it:["cambio visibilità {title} nei secondi"]}},17214:e=>{e.exports={en:["change {candleType} up border color"],it:["cambio colore bordo sup {candleType}"]}},36697:e=>{e.exports={en:["change {candleType} up color"],it:["cambio colore sup {candleType}"]}},48091:e=>{e.exports={
+en:["change {candleType} wick down color"],it:["cambio colore ombra inf {candleType}"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"],it:["cambio colore ombra sup {candleType}"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"],it:["cambio visibilità ombra {candleType}"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"],it:["cambio visibilità corpo {candleType}"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"],it:["cambio visibilità bordo {candleType}"]}},20291:e=>{e.exports={en:["change {candleType} down border color"],it:["cambio colore bordo inf {candleType}"]}},64571:e=>{e.exports={en:["change {candleType} down color"],it:["cambio colore inf {candleType}"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"],it:["cambio colore bordo inf {chartType}"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"],it:["cambio colore bordo sup {chartType}"]}},5012:e=>{e.exports={en:["change {chartType} down color"],it:["cambio colore inf {chartType}"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"],it:["cambio colore bordo proiezione sup {chartType}"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"],it:["cambio colore proiezione inf {chartType}"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"],it:["cambio colore proiezione sup {chartType}"]}},6970:e=>{e.exports={en:["change {chartType} up color"],it:["cambio colore sup {chartType}"]}},66110:e=>{e.exports={en:["change {inputName} property"],it:["cambio proprietà {inputName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],it:["cambio proprietà {propertyName}"]}},18077:e=>{e.exports={en:["adjust data for dividends"],it:["adegua i dati a seconda dei dividendi"]}},1433:e=>{e.exports={en:["adjust for contract changes"],it:["incorpora variazioni dovute a cambio di contratti"]}},35813:e=>{e.exports={en:["days"],it:["Giorni"]}},89919:e=>{e.exports={en:["days to"],it:["giorni a"]}},59215:e=>{e.exports={en:["days from"],it:["giorni da"]}},2359:e=>{e.exports={en:["hours"],it:["Ore"]}},82267:e=>{e.exports={en:["hours from"],it:["ore da"]}},15600:e=>{e.exports={en:["hours to"],it:["ore a"]}},92598:e=>{e.exports={en:["hollow candles"],it:["Candele vuote"]}},76261:e=>{e.exports={en:["move drawings"],it:["spostamento disegni"]}},95300:e=>{e.exports={en:["months"],it:["Mesi"]}},17250:e=>{e.exports={en:["months from"],it:["mesi da"]}},2828:e=>{e.exports={en:["months to"],it:["mesi a"]}},18726:e=>{e.exports={en:["minutes"],it:["Minuti"]}},67649:e=>{e.exports={en:["minutes to"],it:["minuti a"]}},22476:e=>{e.exports={en:["minutes from"],it:["minuti da"]}},751:e=>{e.exports={en:["seconds"],it:["secondi"]}},73419:e=>{e.exports={en:["seconds to"],it:["secondi a"]}},35801:e=>{e.exports={en:["seconds from"],it:["secondi da"]}},57243:e=>{e.exports={en:["range","ranges"],it:["range","range"]}},70282:e=>{e.exports={en:["renko"],it:["Renko"]}},45537:e=>{e.exports={en:["weeks"],it:["settimane"]}},92859:e=>{
+e.exports={en:["weeks from"],it:["settimane da"]}},44127:e=>{e.exports={en:["weeks to"],it:["settimane a"]}},28871:e=>{e.exports={en:["toggle intraday inactivity gaps"]}},3539:e=>{e.exports={en:["ticks"],it:["Tick"]}},92978:e=>{e.exports={en:["use settlement as close on daily interval"],it:["usa il settlement come chiusura nel giornaliero"]}},59644:e=>{e.exports={en:["{value} decimal","{value} decimals"],it:["{value} decimale","{value} decimali"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.1427.8971bd84437c851f01a9.js b/public/charting_library/bundles/it.1427.8971bd84437c851f01a9.js
new file mode 100644
index 0000000..5127ce2
--- /dev/null
+++ b/public/charting_library/bundles/it.1427.8971bd84437c851f01a9.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1427,2787,6760,6155,7850,7122,5111,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],it:["#{count} (prezzo, barra)"]}},78930:e=>{e.exports={en:["Coordinates"],it:["Coordinate"]}},24197:e=>{e.exports={en:["Center"],it:["Centro"]}},6060:e=>{e.exports={en:["Add text"],it:["Aggiungi testo"]}},27567:e=>{e.exports={en:["Bottom"],it:["Sotto"]}},79468:e=>{e.exports={en:["Background"],it:["Sfondo"]}},72942:e=>{e.exports={en:["Days"],it:["Giorni"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],it:["Spostamento (prezzo, barra)"]}},61856:e=>{e.exports={en:["Extend left line"],it:["Estendi linea a sinistra"]}},87430:e=>{e.exports={en:["Extend right line"],it:["Estendi linea a destra"]}},95279:e=>{e.exports={en:["Full circles"],it:["Cerchi completi"]}},56796:e=>{e.exports={en:["Hours"],it:["Ore"]}},95406:e=>{e.exports={en:["Horizontal"],it:["Orizzontale"]}},21429:e=>{e.exports={en:["Inputs"],it:["Input"]}},79650:e=>{e.exports={en:["Levels"],it:["Livelli"]}},11626:e=>{e.exports={en:["Left"],it:["Sinistra"]}},43154:e=>{e.exports={en:["Months"],it:["Mesi"]}},68833:e=>{e.exports={en:["Middle"],it:["Medio"]}},42562:e=>{e.exports={en:["Minutes"],it:["Minuti"]}},65188:e=>{e.exports={en:["Seconds"],it:["Secondi"]}},50421:e=>{e.exports={en:["Right"],it:["Destra"]}},835:e=>{e.exports={en:["Weeks"],it:["Settimane"]}},97118:e=>{e.exports={en:["Top"],it:["Sopra"]}},70320:e=>{e.exports={en:["Text"],it:["Testo"]}},25485:e=>{e.exports={en:["Text alignment"],it:["Allineamento testo"]}},67781:e=>{e.exports={en:["Text orientation"],it:["Orientamento testo"]}},24821:e=>{e.exports={en:["Ticks"],it:["Tick"]}},51574:e=>{e.exports={en:["Trend line"],it:["Trendline"]}},28683:e=>{e.exports={en:["Use one color"],it:["Usa un colore"]}},69526:e=>{e.exports={en:["Vertical"],it:["Verticale"]}},2066:e=>{e.exports={en:["change bar X coordinate"],it:["modifica coordinate di barra X"]}},11737:e=>{e.exports={en:["change price Y coordinate"],it:["modifica coordinate di prezzo Y"]}},59577:e=>{e.exports={en:["change {title} all lines color"],it:["cambio colore tutte le linee {title}"]}},13783:e=>{e.exports={en:["change {title} background transparency"],it:["cambio trasparenza sfondo {title}"]}},30839:e=>{e.exports={en:["change {title} background visibility"],it:["cambio visibilità sfondo {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],it:["cambio valore giorni {title}"]}},91201:e=>{e.exports={en:["change {title} days from"],it:["cambio valore giorni {title}"]}},30484:e=>{e.exports={en:["change {title} full circles visibility"],it:["cambio visibilità cerchi interi {title}"]}},8306:e=>{e.exports={en:["change {title} hours from"],it:["cambio valore ore {title}"]}},67233:e=>{e.exports={en:["change {title} hours to"],it:["cambio valore ore {title}"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],it:["cambio coeff linea livello {index} {title}"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],
+it:["cambio colore linea livello {index} {title}"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"],it:["cambio visibilità linea livello {index} {title}"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"],it:["cambio spessore linea livello {index} {title}"]}},54517:e=>{e.exports={en:["change {title} levels visibility"],it:["cambio visibilità livelli {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],it:["cambio valore mesi {title}"]}},10518:e=>{e.exports={en:["change {title} months to"],it:["cambio valore mesi {title}"]}},38011:e=>{e.exports={en:["change {title} minutes to"],it:["cambio valore minuti {title}"]}},59820:e=>{e.exports={en:["change {title} minutes from"],it:["cambio valore minuti {title}"]}},6573:e=>{e.exports={en:["change {title} seconds to"],it:["cambio valore secondi {title}"]}},86780:e=>{e.exports={en:["change {title} seconds from"],it:["cambio valore secondi {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],it:["cambio valore settimane {title}"]}},18678:e=>{e.exports={en:["change {title} weeks to"],it:["cambio valore settimane {title}"]}},57122:e=>{e.exports={en:["change {title} text"],it:["modifica {title} text"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],it:["cambio visibilità {title} sui tick"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],it:["cambio visibilità {title} su settimane"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],it:["cambio visibilità {title} su {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],it:["cambio visibilità {title} su giorni"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],it:["cambio visibilità {title} su ore"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],it:["cambio visibilità {title} su minuti"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],it:["cambio visibilità {title} su mesi"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],it:["cambio visibilità {title} nei secondi"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],it:["cambio visibilità linea {toolName}"]}},19541:e=>{e.exports={en:["change {toolName} line width"],it:["cambio spessore linea {toolName}"]}},24059:e=>{e.exports={en:["change {toolName} line color"],it:["cambio colore linea {toolName}"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],it:["cambio estensione sx linea {toolName}"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],it:["cambio estensione dx linea {toolName}"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],it:["cambio terminazione linea sx {toolName}"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],it:["cambio terminazione linea dx {toolName}"]}},66429:e=>{e.exports={en:["change {toolName} line style"],it:["cambio stile linea {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],it:["cambio proprietà {propertyName}"]}},35813:e=>{e.exports={
+en:["days"],it:["Giorni"]}},89919:e=>{e.exports={en:["days to"],it:["giorni a"]}},59215:e=>{e.exports={en:["days from"],it:["giorni da"]}},77114:e=>{e.exports={en:["erase level line"],it:["rimozione livello"]}},2359:e=>{e.exports={en:["hours"],it:["Ore"]}},82267:e=>{e.exports={en:["hours from"],it:["ore da"]}},15600:e=>{e.exports={en:["hours to"],it:["ore a"]}},76261:e=>{e.exports={en:["move drawings"],it:["spostamento disegni"]}},95300:e=>{e.exports={en:["months"],it:["Mesi"]}},17250:e=>{e.exports={en:["months from"],it:["mesi da"]}},2828:e=>{e.exports={en:["months to"],it:["mesi a"]}},18726:e=>{e.exports={en:["minutes"],it:["Minuti"]}},67649:e=>{e.exports={en:["minutes to"],it:["minuti a"]}},22476:e=>{e.exports={en:["minutes from"],it:["minuti da"]}},751:e=>{e.exports={en:["seconds"],it:["secondi"]}},73419:e=>{e.exports={en:["seconds to"],it:["secondi a"]}},35801:e=>{e.exports={en:["seconds from"],it:["secondi da"]}},45537:e=>{e.exports={en:["weeks"],it:["settimane"]}},92859:e=>{e.exports={en:["weeks from"],it:["settimane da"]}},44127:e=>{e.exports={en:["weeks to"],it:["settimane a"]}},3539:e=>{e.exports={en:["ticks"],it:["Tick"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.1432.d43e80e1d49b8e361fa5.js b/public/charting_library/bundles/it.1432.d43e80e1d49b8e361fa5.js
new file mode 100644
index 0000000..33c5e41
--- /dev/null
+++ b/public/charting_library/bundles/it.1432.d43e80e1d49b8e361fa5.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1432,2787,6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],it:["#{count} (prezzo, barra)"]}},78930:e=>{e.exports={en:["Coordinates"],it:["Coordinate"]}},24197:e=>{e.exports={en:["Center"],it:["Centro"]}},27567:e=>{e.exports={en:["Bottom"],it:["Sotto"]}},79468:e=>{e.exports={en:["Background"],it:["Sfondo"]}},72942:e=>{e.exports={en:["Days"],it:["Giorni"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],it:["Spostamento (prezzo, barra)"]}},61856:e=>{e.exports={en:["Extend left line"],it:["Estendi linea a sinistra"]}},87430:e=>{e.exports={en:["Extend right line"],it:["Estendi linea a destra"]}},56796:e=>{e.exports={en:["Hours"],it:["Ore"]}},95406:e=>{e.exports={en:["Horizontal"],it:["Orizzontale"]}},21429:e=>{e.exports={en:["Inputs"],it:["Input"]}},11626:e=>{e.exports={en:["Left"],it:["Sinistra"]}},43154:e=>{e.exports={en:["Months"],it:["Mesi"]}},68833:e=>{e.exports={en:["Middle"],it:["Medio"]}},42562:e=>{e.exports={en:["Minutes"],it:["Minuti"]}},65188:e=>{e.exports={en:["Seconds"],it:["Secondi"]}},50421:e=>{e.exports={en:["Right"],it:["Destra"]}},835:e=>{e.exports={en:["Weeks"],it:["Settimane"]}},97118:e=>{e.exports={en:["Top"],it:["Sopra"]}},70320:e=>{e.exports={en:["Text"],it:["Testo"]}},25485:e=>{e.exports={en:["Text alignment"],it:["Allineamento testo"]}},67781:e=>{e.exports={en:["Text orientation"],it:["Orientamento testo"]}},24821:e=>{e.exports={en:["Ticks"],it:["Tick"]}},69526:e=>{e.exports={en:["Vertical"],it:["Verticale"]}},2066:e=>{e.exports={en:["change bar X coordinate"],it:["modifica coordinate di barra X"]}},11737:e=>{e.exports={en:["change price Y coordinate"],it:["modifica coordinate di prezzo Y"]}},30839:e=>{e.exports={en:["change {title} background visibility"],it:["cambio visibilità sfondo {title}"]}},49765:e=>{e.exports={en:["change {title} background color"],it:["cambio colore sfondo {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],it:["cambio valore giorni {title}"]}},91201:e=>{e.exports={en:["change {title} days from"],it:["cambio valore giorni {title}"]}},8306:e=>{e.exports={en:["change {title} hours from"],it:["cambio valore ore {title}"]}},67233:e=>{e.exports={en:["change {title} hours to"],it:["cambio valore ore {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],it:["cambio valore mesi {title}"]}},10518:e=>{e.exports={en:["change {title} months to"],it:["cambio valore mesi {title}"]}},38011:e=>{e.exports={en:["change {title} minutes to"],it:["cambio valore minuti {title}"]}},59820:e=>{e.exports={en:["change {title} minutes from"],it:["cambio valore minuti {title}"]}},6573:e=>{e.exports={en:["change {title} seconds to"],it:["cambio valore secondi {title}"]}},86780:e=>{e.exports={en:["change {title} seconds from"],it:["cambio valore secondi {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],it:["cambio valore settimane {title}"]}},18678:e=>{e.exports={en:["change {title} weeks to"],it:["cambio valore settimane {title}"]}},98596:e=>{e.exports={
+en:["change {title} visibility on ticks"],it:["cambio visibilità {title} sui tick"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],it:["cambio visibilità {title} su settimane"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],it:["cambio visibilità {title} su {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],it:["cambio visibilità {title} su giorni"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],it:["cambio visibilità {title} su ore"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],it:["cambio visibilità {title} su minuti"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],it:["cambio visibilità {title} su mesi"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],it:["cambio visibilità {title} nei secondi"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],it:["cambio visibilità linea {toolName}"]}},19541:e=>{e.exports={en:["change {toolName} line width"],it:["cambio spessore linea {toolName}"]}},24059:e=>{e.exports={en:["change {toolName} line color"],it:["cambio colore linea {toolName}"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],it:["cambio estensione sx linea {toolName}"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],it:["cambio estensione dx linea {toolName}"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],it:["cambio terminazione linea sx {toolName}"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],it:["cambio terminazione linea dx {toolName}"]}},66429:e=>{e.exports={en:["change {toolName} line style"],it:["cambio stile linea {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],it:["cambio proprietà {propertyName}"]}},35813:e=>{e.exports={en:["days"],it:["Giorni"]}},89919:e=>{e.exports={en:["days to"],it:["giorni a"]}},59215:e=>{e.exports={en:["days from"],it:["giorni da"]}},2359:e=>{e.exports={en:["hours"],it:["Ore"]}},82267:e=>{e.exports={en:["hours from"],it:["ore da"]}},15600:e=>{e.exports={en:["hours to"],it:["ore a"]}},76261:e=>{e.exports={en:["move drawings"],it:["spostamento disegni"]}},95300:e=>{e.exports={en:["months"],it:["Mesi"]}},17250:e=>{e.exports={en:["months from"],it:["mesi da"]}},2828:e=>{e.exports={en:["months to"],it:["mesi a"]}},18726:e=>{e.exports={en:["minutes"],it:["Minuti"]}},67649:e=>{e.exports={en:["minutes to"],it:["minuti a"]}},22476:e=>{e.exports={en:["minutes from"],it:["minuti da"]}},751:e=>{e.exports={en:["seconds"],it:["secondi"]}},73419:e=>{e.exports={en:["seconds to"],it:["secondi a"]}},35801:e=>{e.exports={en:["seconds from"],it:["secondi da"]}},45537:e=>{e.exports={en:["weeks"],it:["settimane"]}},92859:e=>{e.exports={en:["weeks from"],it:["settimane da"]}},44127:e=>{e.exports={en:["weeks to"],it:["settimane a"]}},3539:e=>{e.exports={en:["ticks"],it:["Tick"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.1629.7afd8c16ef79eab8b22e.js b/public/charting_library/bundles/it.1629.7afd8c16ef79eab8b22e.js
new file mode 100644
index 0000000..5030402
--- /dev/null
+++ b/public/charting_library/bundles/it.1629.7afd8c16ef79eab8b22e.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1629],{80473:e=>{e.exports={en:["Add column to right"],it:["Aggiungi colonna a destra"]}},61702:e=>{e.exports={en:["Add row below"],it:["Aggiungi riga sotto"]}},33500:e=>{e.exports={en:["Remove column"],it:["Rimuovi colonna"]}},85069:e=>{e.exports={en:["Remove row"],it:["Rimuovi riga"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.1715.48491249cfe3a1a8a335.js b/public/charting_library/bundles/it.1715.48491249cfe3a1a8a335.js
new file mode 100644
index 0000000..28dc80e
--- /dev/null
+++ b/public/charting_library/bundles/it.1715.48491249cfe3a1a8a335.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1715],{79355:e=>{e.exports={en:["Save template as"],it:["Salva modello come"]}},41018:e=>{e.exports={en:["Template '{themeName}' already exists. Do you really want to replace it?"],it:["Il modello '{themeName}' esiste già. Vuoi davvero sostituirlo?"]}},59233:e=>{e.exports={en:["Template name"],it:["Nome modello"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.2134.fb8463bf93e547b8a24f.js b/public/charting_library/bundles/it.2134.fb8463bf93e547b8a24f.js
new file mode 100644
index 0000000..0e94a9b
--- /dev/null
+++ b/public/charting_library/bundles/it.2134.fb8463bf93e547b8a24f.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2134,4109],{14143:e=>{e.exports={en:["currency"],it:["valuta"]}},53288:e=>{e.exports={en:["animals & nature"],it:["animali e natura"]}},21311:e=>{e.exports={en:["activity"],it:["attività"]}},74245:e=>{e.exports={en:["arrows"],it:["frecce"]}},51853:e=>{e.exports={en:["gestures & smileys"],it:["gesti & faccine"]}},90678:e=>{e.exports={en:["food & drink"],it:["cibo e bevande"]}},6715:e=>{e.exports={en:["flags"],it:["bandiere"]}},98355:e=>{e.exports={en:["objects"],it:["oggetti"]}},10522:e=>{e.exports={en:["nature"],it:["natura"]}},43438:e=>{e.exports={en:["smiles & people"],it:["smile e persone"]}},40457:e=>{e.exports={en:["symbols"],it:["simboli"]}},33282:e=>{e.exports={en:["symbols & flags"],it:["simboli & bandiere"]}},88906:e=>{e.exports={en:["recently used"],it:["usato di recente"]}},28562:e=>{e.exports={en:["travel & places"],it:["viaggi e località"]}},93111:e=>{e.exports={en:["Content"],it:["Contenuto"]}},59934:e=>{e.exports={en:["Channels"],it:["Canali"]}},81578:e=>{e.exports={en:["Cursors"],it:["Cursori"]}},77915:e=>{e.exports={en:["Cycles"],it:["Cicli"]}},32064:e=>{e.exports={en:["Annotation tools"],it:["Strumenti di annotazione"]}},69207:e=>{e.exports={en:["Add to favorites"],it:["Aggiungi ai preferiti"]}},19147:e=>{e.exports={en:["Arrows"],it:["Frecce"]}},65695:e=>{e.exports={en:["Brushes"],it:["Spazzole"]}},51494:e=>{e.exports={en:["Gann"]}},2654:e=>{e.exports={en:["Gann and Fibonacci tools"],it:["Strumenti di Gann e Fibonacci"]}},22145:e=>{e.exports={en:["Geometric shapes"],it:["Forme geometriche"]}},57157:e=>{e.exports={en:["Dot"],it:["Punto"]}},14939:e=>{e.exports={en:["Demonstration"],it:["Dimostrazione"]}},16290:e=>{e.exports={en:["Emojis"],it:["Emoji"]}},44255:e=>{e.exports={en:["Elliott waves"],it:["Onde di Elliott"]}},8727:e=>{e.exports={en:["Eraser"],it:["Cancellino"]}},1410:e=>{e.exports={en:["Forecasting and measurement tools"],it:["Strumenti di misurazione e proiezione"]}},26578:e=>{e.exports={en:["Fibonacci"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"],it:["Tieni premuto il tasto {hotKey_0} per un disegno temporaneo"]}},99838:e=>{e.exports={en:["Hide Drawings Toolbar"],it:["Nascondi barra strumenti di disegno"]}},95343:e=>{e.exports={en:["Hide options"],it:["Nascondi opzioni"]}},73829:e=>{e.exports={en:["Icons"],it:["Icone"]}},79451:e=>{e.exports={en:["Lock all drawings"],it:["Blocca tutti gli strumenti di disegno"]}},35553:e=>{e.exports={en:["Magic"],it:["Magia"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"],it:["La modalità magnete ancora gli strumenti di disegno ai valori OHLC delle candele più vicine."]}},41964:e=>{e.exports={en:["Magnets"],it:["Calamite"]}},91563:e=>{e.exports={en:["Measure"],it:["Misura"]}},97050:e=>{e.exports={en:["Measurer"],it:["Misuratore"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"],
+it:["Gli strumenti di disegno che vengono aggiunti saranno visibili su tutti i grafici (nel caso in cui si tratti dello stesso strumento)"]}},65781:e=>{e.exports={en:["Shapes"],it:["Forme"]}},32579:e=>{e.exports={en:["Show Drawings Toolbar"],it:["Mostra barra strumenti di disegno"]}},51465:e=>{e.exports={en:["Show Favorite Drawing Tools Toolbar"],it:["Mostra strumenti di disegno preferiti"]}},3154:e=>{e.exports={en:["Show Hidden Tools"],it:["Mostra strumenti nascosti"]}},85786:e=>{e.exports={en:["Show Object Tree"],it:["Mostra albero oggetti"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],it:["Rimani in modalità disegno"]}},50428:e=>{e.exports={en:["Stickers"],it:["Sticker"]}},94593:e=>{e.exports={en:["Strong Magnet"],it:["Magnete forte"]}},46417:e=>{e.exports={en:["Patterns"],it:["Pattern"]}},36167:e=>{e.exports={en:["Pitchforks"],it:["Pitchfork"]}},57118:e=>{e.exports={en:["Remove Drawings"],it:["Elimina disegni"]}},25852:e=>{e.exports={en:["Remove objects"],it:["Rimuovi oggetti"]}},2671:e=>{e.exports={en:["Remove options"],it:["Rimuovi opzioni"]}},96374:e=>{e.exports={en:["Remove drawings"],it:["Elimina disegni"]}},53981:e=>{e.exports={en:["Remove drawings & indicators"],it:["Rimuovi disegni e indicatori"]}},85106:e=>{e.exports={en:["Remove from favorites"],it:["Rimuovi dai preferiti"]}},99984:e=>{e.exports={en:["Remove indicators"],it:["Elimina indicatori"]}},47550:e=>{e.exports={en:["Remove selected emoji"],it:["Rimuovi emoji selezionate"]}},3519:e=>{e.exports={en:["Weak Magnet"],it:["Magnete debole"]}},65831:e=>{e.exports={en:["Text & Notes"],it:["Testo e note"]}},48773:e=>{e.exports={en:["Trend line tools"],it:["Strumenti lineari"]}},69260:e=>{e.exports={en:["Volume-based"],it:["Basato sul volume"]}},55774:e=>{e.exports={en:["Zoom In"],it:["Ingrandisci"]}},37310:e=>{e.exports={en:["Zoom Out"],it:["Rimpicciolisci"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"],it:["{hotKey_0} + click nel grafico"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"],it:["{hotKey_0} — cerchio"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"],it:["{hotKey_0} — disegna linea dritta ad angoli di 45°"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"],it:["{hotKey_0} — incrementi fissi"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"],it:["{hotKey_0} — quadrato"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.2199.5cc70080a81e97402902.js b/public/charting_library/bundles/it.2199.5cc70080a81e97402902.js
new file mode 100644
index 0000000..ab8e868
--- /dev/null
+++ b/public/charting_library/bundles/it.2199.5cc70080a81e97402902.js
@@ -0,0 +1,7 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2199],{48473:e=>{e.exports={en:["Real-time data for {symbolName}"],it:["Dati in tempo reale per {symbolName}"]}},84455:e=>{e.exports={en:["is provided by {exchange} exchange."],it:["sono forniti dalla borsa {exchange}."]}},97349:e=>{e.exports={en:["Fr"],it:["Ven"]}},30961:e=>{e.exports={en:["Mo"],it:["Lun"]}},94748:e=>{e.exports={en:["Sa"],it:["Sab"]}},75005:e=>{e.exports={en:["Su"],it:["Dom"]}},92578:e=>{e.exports={en:["We"],it:["Mer"]}},8765:e=>{e.exports={en:["Th"],it:["Gio"]}},9135:e=>{e.exports={en:["Tu"],it:["Mar"]}},43206:e=>{e.exports={en:["Could not get Pine source code."],it:["Impossibile accedere al codice Pine"]}},65495:e=>{e.exports={en:["Collapse pane"],it:["Comprimi pannello"]}},40225:e=>{e.exports={en:["Continuous futures contracts"],it:["Contratti futures continui"]}},60657:e=>{e.exports={en:["Contract expired"],it:["Contratto scaduto"]}},58796:e=>{e.exports={en:["Cboe One"],it:["Cboe BZX"]}},63245:e=>{e.exports={en:["Change symbol"],it:["Cambia simbolo"]}},45639:e=>{e.exports={en:["Chart values"],it:["Valori del grafico"]}},28214:e=>{e.exports={en:["Create a free account"],it:["Crea un account gratuito"]}},39301:e=>{e.exports={en:["All good things must come to an end - this contract has reached expiry!"],it:["Tutte le cose belle sono destinate a finire: questo contratto è giunto a scadenza!"]}},29938:e=>{e.exports={en:["All's well — market is open."],it:["Tutto bene: il mercato è aperto."]}},28896:e=>{e.exports={en:["April"],it:["Aprile"]}},11081:e=>{e.exports={en:["August"],it:["Agosto"]}},10842:e=>{e.exports={en:["Bar change values"],it:["Variazione barre"]}},70032:e=>{e.exports={en:["Buy real-time data"],it:["Compra dati in tempo reale"]}},99452:e=>{e.exports={en:["Go to editor"],it:["Vai all'Editor"]}},13930:e=>{e.exports={en:["Double click"],it:["Doppio click"]}},78992:e=>{e.exports={en:["Data error"],it:["Problema di dati"]}},32925:e=>{e.exports={en:["Data is updated once a day."],it:["Dati aggiornati una volta al giorno."]}},33039:e=>{e.exports={en:["Data is updated once per second, even if there are more updates on the market."],it:["I dati sono aggiornati al massimo una volta per secondo, anche se ci sono più variazioni di prezzo."]}},43348:e=>{e.exports={en:["Data is delayed"],it:["Dati in differita"]}},38368:e=>{e.exports={en:["Data on our Basic plan is updated once per second, even if there are more updates on the market."],it:["Con l'account gratuito, i dati sono aggiornati al massimo una volta per secondo, anche se ci sono più variazioni di prezzo."]}},90082:e=>{e.exports={en:["December"],it:["Dicembre"]}},19679:e=>{e.exports={en:["Defaulted bond"],it:["Obbligazione inadempiuta"]}},66260:e=>{e.exports={en:["Delete pane"],it:["Rimuovi pannello"]}},54602:e=>{e.exports={en:["Delisted"],it:["Delistato"]}},31683:e=>{e.exports={en:["Delisted alert"],it:["Alert delistato"]}},50035:e=>{e.exports={en:["Derived Data"],it:["Dati derivati"]}},5805:e=>{e.exports={en:["End of day data"],it:["Dati di fine giornata"]}},57335:e=>{
+e.exports={en:["Error"],it:["Errore"]}},23302:e=>{e.exports={en:["Evening. Market is open for post-market trading."],it:["Ora il mercato è in fase di post-negoziazione."]}},43383:e=>{e.exports={en:["Exchange disclaimer"],it:["Esclusione di responsabilità per l'exchange"]}},63538:e=>{e.exports={en:["Exchange timezone"],it:["Fuso orario di riferimento"]}},81069:e=>{e.exports={en:["February"],it:["Febbraio"]}},5447:e=>{e.exports={en:["Fill out Exchange Agreements"],it:["Compila la Licenza di borsa"]}},44454:e=>{e.exports={en:["Flag Symbol"],it:["Evidenzia simbolo"]}},22928:e=>{e.exports={en:["Fri"],it:["Ven"]}},3570:e=>{e.exports={en:["Friday"],it:["Venerdì"]}},59269:e=>{e.exports={en:["From our family to yours, wishing you a merry festive season."],it:["Dalla nostra famiglia alla tua, augurandoti buone feste."]}},14181:e=>{e.exports={en:["HKEX and/or any subsidiaries endeavour to ensure the accuracy and reliability of the information provided but do not guarantee its accuracy or reliability and accept no liability (whether in tort or contract or otherwise) for any loss or damage arising from any inaccuracies or omissions."],it:["HKEX e/o le sue filiali si adoperano per garantire l'accuratezza e l'affidabilità delle informazioni fornite, ma non ne garantiscono l'accuratezza o l'affidabilità e non si assumono alcuna responsabilità (per illecito, contratto o altro) per eventuali perdite o danni derivanti da imprecisioni o omissioni."]}},87845:e=>{e.exports={en:["Holiday"],it:["Festività"]}},75119:e=>{e.exports={en:["Halal symbol"],it:["Simbolo Halal"]}},34987:e=>{e.exports={en:["Happy holidays, traders"],it:["Buone vacanze, trader"]}},44036:e=>{e.exports={en:["Indicator arguments"],it:["Argomenti indicatore"]}},10319:e=>{e.exports={en:["Indicator error"],it:["Errore dell'indicatore"]}},7511:e=>{e.exports={en:["Indicator titles"],it:["Titoli indicatore"]}},51353:e=>{e.exports={en:["Indicator values"],it:["Valori indicatore"]}},48758:e=>{e.exports={en:["Indicators update"],it:["Aggiornamento indicatori"]}},95400:e=>{e.exports={en:["If you'd like {listedExchange} real-time data you'll need to complete an Exchange Agreement. Don't worry, it only takes a few clicks"],it:["Se vuoi accedere ai dati in tempo reale da {listedExchange}, devi compilare la Licenza di borsa. Ci vogliono pochi click, non ti preoccupare."]}},43094:e=>{e.exports={en:["It'll close in {remainingTime}."],it:["Si chiuderà tra {remainingTime}."]}},81509:e=>{e.exports={en:["It'll go to post-market trading in {remainingTime}."],it:["Il trading post mercato comincia tra {remainingTime}."]}},58470:e=>{e.exports={en:["It'll open for pre-market trading in {remainingTime}."],it:["Il trading pre mercato comincia tra {remainingTime}."]}},99822:e=>{e.exports={en:["It'll open in {remainingTime}."],it:["Si aprirà tra {remainingTime}."]}},66595:e=>{e.exports={en:["It’ll open fully in {remainingTime}."],it:["Si aprirà completamente tra {remainingTime}."]}},200:e=>{e.exports={en:["January"],it:["Gennaio"]}},6608:e=>{e.exports={en:["July"],it:["Luglio"]}},61487:e=>{
+e.exports={en:["June"],it:["Giugno"]}},91006:e=>{e.exports={en:["One update per second"],it:["Un aggiornamento al secondo"]}},79744:e=>{e.exports={en:["Oops. Something has gone wrong with one or more of your indicators. Please expand the indicator list for more details."],it:["Ops. Qualcosa è andato storto con uno o più indicatori. Per maggiori dettagli, espandi l'elenco."]}},64730:e=>{e.exports={en:["Oops. Something has gone wrong with one or more of your indicators. Resize the panes to see the details."],it:["Ops. Qualcosa è andato storto con uno o più indicatori. Ridimensiona i riquadri per vedere i dettagli."]}},84937:e=>{e.exports={en:["Obligation not paid. Issuer payments are over a month late, this is due to coupon or principal debt."],it:["Obbligazione non pagata. I pagamenti dell'emittente sono in ritardo di oltre un mese, a causa della cedola o del debito di capitale."]}},37997:e=>{e.exports={en:["October"],it:["Ottobre"]}},25765:e=>{e.exports={en:["Open market status"],it:["Mercato aperto"]}},72723:e=>{e.exports={en:["Opened in detached editor"],it:["Aperto nell'Editor indipendente"]}},39664:e=>{e.exports={en:["Opened in editor"],it:["Aperto nell'Editor"]}},72423:e=>{e.exports={en:["Last day change values"],it:["Variazione sul giorno precedente"]}},1356:e=>{e.exports={en:["Let it snow"],it:["Fai nevicare"]}},27741:e=>{e.exports={en:["Learn more"],it:["Scopri di più"]}},12948:e=>{e.exports={en:["Move pane down"],it:["Sposta giù il pannello"]}},7310:e=>{e.exports={en:["Move pane up"],it:["Sposta su il pannello"]}},37150:e=>{e.exports={en:["Mon"],it:["Lun"]}},19573:e=>{e.exports={en:["Monday"],it:["Lunedì"]}},37117:e=>{e.exports={en:["More"],it:["Altro"]}},65420:e=>{e.exports={en:["Morning. Market is open for pre-market trading."],it:["Ora il mercato è in fase di pre-negoziazione."]}},61206:e=>{e.exports={en:["Maximize chart"],it:["Espandi grafico"]}},90165:e=>{e.exports={en:["Maximize pane"],it:["Espandi pannello"]}},25734:e=>{e.exports={en:["May"],it:["Maggio"]}},75018:e=>{e.exports={en:["Manage panes"],it:["Gestisci pannelli"]}},93878:e=>{e.exports={en:["March"],it:["Marzo"]}},41410:e=>{e.exports={en:["Market open"],it:["Mercato aperto"]}},62464:e=>{e.exports={en:["Market closed"],it:["Mercato chiuso"]}},41392:e=>{e.exports={en:["Market is currently on holiday. Lucky them."],it:["Il mercato è chiuso per festività. Beato lui."]}},4607:e=>{e.exports={en:["November"],it:["Novembre"]}},87142:e=>{e.exports={en:["Source code"],it:["Codice sorgente"]}},32273:e=>{e.exports={en:["Sat"],it:["Sab"]}},30348:e=>{e.exports={en:["Saturday"],it:["Sabato"]}},90761:e=>{e.exports={en:["Scroll to the left"],it:["Scorri verso sinistra"]}},83040:e=>{e.exports={en:["Scroll to the most recent bar"],it:["Scorri fino all'ultima barra"]}},25131:e=>{e.exports={en:["Scroll to the right"],it:["Scorri verso destra"]}},32179:e=>{e.exports={en:["September"],it:["Settembre"]}},85786:e=>{e.exports={en:["Show Object Tree"],it:["Mostra albero oggetti"]}},74759:e=>{e.exports={en:["Show interval settings"],it:["Mostra impostazioni intervallo"]}
+},86158:e=>{e.exports={en:["Study Error"],it:["Errore indicatore"]}},96341:e=>{e.exports={en:["Stop the snow"],it:["Stop alla neve"]}},77493:e=>{e.exports={en:["Sun"],it:["Dom"]}},61480:e=>{e.exports={en:["Sunday"],it:["Domenica"]}},23079:e=>{e.exports={en:["Symbol price source"],it:["Fonte del prezzo del simbolo"]}},14771:e=>{e.exports={en:["Symbol title"],it:["Titolo del Simbolo"]}},71847:e=>{e.exports={en:["Synthetic instruments combining individual contracts. The 1! contract represents the front-month (nearest expiration) while the 2! represents the second nearest expiration."],it:["Strumenti sintetici che combinano singoli contratti. Il contratto 1! rappresenta il front-month (scadenza più vicina), mentre il 2! rappresenta la seconda scadenza più vicina."]}},44138:e=>{e.exports={en:["Synthetic symbol"],it:["Simbolo sintetico"]}},73897:e=>{e.exports={en:["Post-market"],it:["Post-mercato"]}},85996:e=>{e.exports={en:["Paid plans feature faster data updates."],it:["Gli abbonamenti mostrano aggiornamenti di prezzo più rapidi."]}},36018:e=>{e.exports={en:["Pre-market"],it:["Pre-mercato"]}},94972:e=>{e.exports={en:["Primary listing"],it:["Simboli primari"]}},20987:e=>{e.exports={en:["Real-time data for this symbol is not supported right now. We may support it in the future."],it:["Al momento, non supportiamo i dati in tempo reale su questo simbolo. Speriamo di poterne disporre in futuro."]}},31539:e=>{e.exports={en:["Real-time data for {symbolName} is provided by {exchange} exchange."],it:["I dati in tempo reale per {symbolName} sono forniti da {exchange}."]}},31142:e=>{e.exports={en:["Restore chart"],it:["Ripristina grafico"]}},12486:e=>{e.exports={en:["Restore pane"],it:["Ripristina pannello"]}},11532:e=>{e.exports={en:["Wed"],it:["Mer"]}},94226:e=>{e.exports={en:["Wednesday"],it:["Mercoledì"]}},7281:e=>{e.exports={en:["To get real-time data for {description}, please buy the real-time data package."],it:["Per ottenere i dati in tempo reale per {description}, devi acquistare il pacchetto di dati aggiuntivo."]}},71388:e=>{e.exports={en:["Thu"],it:["Gio"]}},79137:e=>{e.exports={en:["Thursday"],it:["Giovedì"]}},95246:e=>{e.exports={en:["The main, or first, stock exchange where a company's stock is listed and traded."],it:["La principale, o la più importante, borsa valori in cui vengono quotate e scambiate le azioni di una società."]}},25608:e=>{e.exports={en:["The source code of this script version is open in the Pine Editor."],it:["Il codice sorgente di questa versione dello script è aperto nell'Editor Pine."]}},33161:e=>{e.exports={en:["The source code of this script version is open in the detached Pine Editor."],it:["Il codice sorgente di questa versione dello script è aperto nell'Editor Pine indipendente."]}},24669:e=>{e.exports={en:["This data is real-time, but it may be slightly different to its official counterpart coming from primary exchanges."],it:["Questi dati sono in tempo reale, ma possono essere leggermente diversi dalla loro controparte ufficiale proveniente dalle borse primarie."]}},52668:e=>{e.exports={
+en:["This data is real-time, but it may be slightly different to its official counterpart coming from {exchange}."],it:["Questi dati sono in tempo reale, ma possono essere leggermente diversi dalla loro controparte ufficiale proveniente dalla borsa {exchange}."]}},84484:e=>{e.exports={en:['This is a shariah-compliant bond, often referred to as a "sukuk," meaning that it complies with Islamic law that prohibits interest. Unlike conventional bonds, which involve paying interest, sukuk represent ownership in an underlying asset or project and investors earn returns based on profit-sharing or rental income.'],it:["Si tratta di un'obbligazione conforme alla sharia, spesso definita “sukuk”, cioè conforme alla legge islamica che vieta gli interessi. A differenza delle obbligazioni convenzionali, che prevedono il pagamento di interessi, i sukuk rappresentano la proprietà di un'attività o di un progetto sottostante e gli investitori ottengono rendimenti basati sulla partecipazione agli utili o sul reddito da locazione."]}},67607:e=>{e.exports={en:["This is a shariah-compliant stock, meaning that it follows Islamic law. This company does not charge or receive interest, and does not engage with certain sectors (gambling, alcohol, tobacco, pork products)."],it:["Si tratta di un'azione conforme alla sharia, vale a dire che segue la legge islamica. Questa società non applica né riceve interessi e non opera in determinati settori (gioco d'azzardo, alcol, tabacco, prodotti a base di carne suina)."]}},83556:e=>{e.exports={en:["This is no longer publicly trading so no new data will be added. But you can explore the historicals here."],it:["Non si tratta più di un mercato pubblico, quindi non verranno aggiunti nuovi dati. Ma è possibile esplorare gli storici qui."]}},44492:e=>{e.exports={en:["This real-time data is provided by {originalExchange} exchange. It may be slightly different from the official data directly from {exchange}. If this difference is crucial for you, you'll need to purchase real-time data from the primary exchange, which we can help with."],it:["Questi dati in tempo reale sono forniti dalla borsa {originalExchange}. Potrebbero essere leggermente diversi dai dati ufficiali forniti direttamente da {exchange}. Se questa differenza è fondamentale per te, dovrai acquistare i dati in tempo reale dalla borsa principale, per la quale possiamo aiutarti."]}},19481:e=>{e.exports={en:["This refers to financial indicators which are created by combining and/or processing raw data supplied from various sources."],it:["Si tratta di indicatori finanziari creati combinando e/o elaborando dati grezzi forniti da varie fonti."]}},53272:e=>{e.exports={en:["This symbol doesn't exist, please pick another one."],it:["Questo simbolo non è presente. Selezionane un altro."]}},90589:e=>{e.exports={en:["This symbol is calculated by TradingView using the rate from other exchanges."],it:["Questo simbolo è calcolato da TradingView utilizzando il tasso di altre borse."]}},52176:e=>{e.exports={en:["Time for a walk — this market is closed."],
+it:["Tempo di una passeggiata. Qui non si muove niente."]}},11916:e=>{e.exports={en:["Tue"],it:["Mar"]}},82160:e=>{e.exports={en:["Tuesday"],it:["Martedì"]}},13865:e=>{e.exports={en:["Unflag Symbol"],it:["Smetti di evidenziare simbolo"]}},37644:e=>{e.exports={en:["Volume"]}},58744:e=>{e.exports={en:["You need to update one or more of your indicators. Check the indicator list for details."],it:["È necessario aggiornare uno o più indicatori. Per maggiori dettagli, consultare l'elenco."]}},92663:e=>{e.exports={en:["You need to update one or more of your indicators. Resize the panes or the window to see the details."],it:["È necessario aggiornare uno o più indicatori. Ridimensiona i riquadri o la finestra per vedere i dettagli."]}},97038:e=>{e.exports={en:["Zoom in"],it:["Ingrandisci"]}},88710:e=>{e.exports={en:["Zoom out"],it:["Rimpicciolisci"]}},96227:e=>{e.exports={en:["change open market status visibility"],it:["cambio visibilità stato di mercato"]}},27426:e=>{e.exports={en:["change bar change visibility"],it:["cambio visibilità variazione barre"]}},79637:e=>{e.exports={en:["change chart values visibility"],it:["modifica visibilità dei valori del grafico"]}},63050:e=>{e.exports={en:["change indicator titles visibility"],it:["cambio visibilità titoli indicatore"]}},49583:e=>{e.exports={en:["change indicator values visibility"],it:["cambio visibilità valori indicatore"]}},78310:e=>{e.exports={en:["change indicator arguments visibility"],it:["cambio visibilità argomenti indicatore"]}},66307:e=>{e.exports={en:["change last day change visibility"],it:["variazione visibilità della variazione nell'ultimo giorno di negoziazione"]}},88167:e=>{e.exports={en:["change symbol description visibility"],it:["cambio visibilità descrizione simbolo"]}},12050:e=>{e.exports={en:["change symbol field visibility"],it:["cambia la visibilità del campo dei simboli"]}},96201:e=>{e.exports={en:["change volume values visibility"],it:["cambio visibilità valori volume"]}},59938:e=>{e.exports={en:["less than 1 minute"],it:["meno di 1 minuto"]}},51382:e=>{e.exports={en:["show {title}"],it:["mostra {title}"]}},51320:e=>{e.exports={en:["{days} and {hours}"],it:["{days} e {hours}"]}},55154:e=>{e.exports={en:["{exchange} by {originalExchange}"],it:["{exchange} tramite {originalExchange}"]}},90549:e=>{e.exports={en:["{hours} and {minutes}"],it:["{hours} e {minutes}"]}},51211:e=>{e.exports={en:["{listedExchange} real-time data is available for free to registered users."],it:["I dati in tempo reale di {listedExchange} sono disponibili senza costi per tutti gli utenti registrati."]}},51931:e=>{e.exports={en:["Data is updated once every {amount} second, even if there are more updates on the market.","Data is updated once every {amount} seconds, even if there are more updates on the market."],it:["I dati vengono aggiornati una volta ogni {amount} secondo, anche se il mercato si aggiorna più velocemente.","I dati vengono aggiornati una volta ogni {amount} secondo, anche se il mercato si aggiorna più velocemente."]}},83978:e=>{e.exports={
+en:["Data on our Basic plan is updated once every {amount} second, even if there are more updates on the market.","Data on our Basic plan is updated once every {amount} seconds, even if there are more updates on the market."],it:["I dati sul nostro piano base vengono aggiornati una volta ogni {amount} secondo, anche se il mercato si muove più velocemente.","I dati sul nostro piano base vengono aggiornati una volta ogni {amount} secondi, anche se il mercato si muove più velocemente."]}},46960:e=>{e.exports={en:["Hide indicator legend","Hide indicators legend"],it:["Nascondi legenda indicatore","Nascondi legenda indicatori"]}},36050:e=>{e.exports={en:["One update every {amount} second","One update every {amount} seconds"],it:["Un aggiornamento ogni {amount} secondo.","Un aggiornamento ogni {amount} secondi."]}},36553:e=>{e.exports={en:["Show indicator legend","Show indicators legend"],it:["Mostra legenda indicatore","Mostra legenda indicatori"]}},62218:e=>{e.exports={en:["{number} day","{number} days"],it:["{number} giorno","{number} giorni"]}},65463:e=>{e.exports={en:["{number} hour","{number} hours"],it:["{number} ora","{number} ore"]}},21730:e=>{e.exports={en:["{number} hour","{number} hours"],it:["{number} ora","{number} ore"]}},82796:e=>{e.exports={en:["{number} minute","{number} minutes"],it:["{number} minuto","{number} minuti"]}},32547:e=>{e.exports={en:["{number} minute","{number} minutes"],it:["{number} minuto","{number} minuti"]}},81227:e=>{e.exports={en:["{symbolName} data is delayed by {time} minute because of exchange requirements.","{symbolName} data is delayed by {time} minutes because of exchange requirements."],it:["I dati di {symbolName} sono in differita di {time} minuto a causa dei requisiti della borsa.","I dati di {symbolName} sono in differita di {time} minuti a causa dei requisiti della borsa."]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.2303.a9546f2924221b57a144.js b/public/charting_library/bundles/it.2303.a9546f2924221b57a144.js
new file mode 100644
index 0000000..e4f9512
--- /dev/null
+++ b/public/charting_library/bundles/it.2303.a9546f2924221b57a144.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2303,6155,3367,7122,4821],{80166:t=>{t.exports={en:["#{count} (price, bar)"],it:["#{count} (prezzo, barra)"]}},78930:t=>{t.exports={en:["Coordinates"],it:["Coordinate"]}},24197:t=>{t.exports={en:["Center"],it:["Centro"]}},6060:t=>{t.exports={en:["Add text"],it:["Aggiungi testo"]}},27567:t=>{t.exports={en:["Bottom"],it:["Sotto"]}},38408:t=>{t.exports={en:["Border"],it:["Bordo"]}},79468:t=>{t.exports={en:["Background"],it:["Sfondo"]}},72942:t=>{t.exports={en:["Days"],it:["Giorni"]}},44272:t=>{t.exports={en:["Displacement (price, bar)"],it:["Spostamento (prezzo, barra)"]}},56796:t=>{t.exports={en:["Hours"],it:["Ore"]}},95406:t=>{t.exports={en:["Horizontal"],it:["Orizzontale"]}},21429:t=>{t.exports={en:["Inputs"],it:["Input"]}},11626:t=>{t.exports={en:["Left"],it:["Sinistra"]}},43154:t=>{t.exports={en:["Months"],it:["Mesi"]}},68833:t=>{t.exports={en:["Middle"],it:["Medio"]}},42562:t=>{t.exports={en:["Minutes"],it:["Minuti"]}},65188:t=>{t.exports={en:["Seconds"],it:["Secondi"]}},50421:t=>{t.exports={en:["Right"],it:["Destra"]}},835:t=>{t.exports={en:["Weeks"],it:["Settimane"]}},97118:t=>{t.exports={en:["Top"],it:["Sopra"]}},70320:t=>{t.exports={en:["Text"],it:["Testo"]}},7560:t=>{t.exports={en:["Text wrap"],it:["Testo a capo"]}},25485:t=>{t.exports={en:["Text alignment"],it:["Allineamento testo"]}},67781:t=>{t.exports={en:["Text orientation"],it:["Orientamento testo"]}},24821:t=>{t.exports={en:["Ticks"],it:["Tick"]}},69526:t=>{t.exports={en:["Vertical"],it:["Verticale"]}},2066:t=>{t.exports={en:["change bar X coordinate"],it:["modifica coordinate di barra X"]}},11737:t=>{t.exports={en:["change price Y coordinate"],it:["modifica coordinate di prezzo Y"]}},96135:t=>{t.exports={en:["change {title} days to"],it:["cambio valore giorni {title}"]}},91201:t=>{t.exports={en:["change {title} days from"],it:["cambio valore giorni {title}"]}},8306:t=>{t.exports={en:["change {title} hours from"],it:["cambio valore ore {title}"]}},67233:t=>{t.exports={en:["change {title} hours to"],it:["cambio valore ore {title}"]}},99122:t=>{t.exports={en:["change {title} months from"],it:["cambio valore mesi {title}"]}},10518:t=>{t.exports={en:["change {title} months to"],it:["cambio valore mesi {title}"]}},38011:t=>{t.exports={en:["change {title} minutes to"],it:["cambio valore minuti {title}"]}},59820:t=>{t.exports={en:["change {title} minutes from"],it:["cambio valore minuti {title}"]}},6573:t=>{t.exports={en:["change {title} seconds to"],it:["cambio valore secondi {title}"]}},86780:t=>{t.exports={en:["change {title} seconds from"],it:["cambio valore secondi {title}"]}},32481:t=>{t.exports={en:["change {title} weeks from"],it:["cambio valore settimane {title}"]}},18678:t=>{t.exports={en:["change {title} weeks to"],it:["cambio valore settimane {title}"]}},57122:t=>{t.exports={en:["change {title} text"],it:["modifica {title} text"]}},98596:t=>{t.exports={en:["change {title} visibility on ticks"],it:["cambio visibilità {title} sui tick"]}},71084:t=>{t.exports={
+en:["change {title} visibility on weeks"],it:["cambio visibilità {title} su settimane"]}},55616:t=>{t.exports={en:["change {title} visibility on {ranges}"],it:["cambio visibilità {title} su {ranges}"]}},56402:t=>{t.exports={en:["change {title} visibility on days"],it:["cambio visibilità {title} su giorni"]}},68715:t=>{t.exports={en:["change {title} visibility on hours"],it:["cambio visibilità {title} su ore"]}},78219:t=>{t.exports={en:["change {title} visibility on minutes"],it:["cambio visibilità {title} su minuti"]}},67583:t=>{t.exports={en:["change {title} visibility on months"],it:["cambio visibilità {title} su mesi"]}},41315:t=>{t.exports={en:["change {title} visibility on seconds"],it:["cambio visibilità {title} nei secondi"]}},31689:t=>{t.exports={en:["change {toolName} labels alignment vertical"],it:["cambio allineamento vert etichette {toolName}"]}},88277:t=>{t.exports={en:["change {toolName} labels alignment horizontal"],it:["cambio allineamento orizz etichette {toolName}"]}},61160:t=>{t.exports={en:["change {toolName} labels direction"],it:["cambio direzione etichette {toolName}"]}},66668:t=>{t.exports={en:["change {toolName} text"],it:["cambio testo {toolName}"]}},56634:t=>{t.exports={en:["change {toolName} text visibility"],it:["cambio visibilità testo {toolName}"]}},39587:t=>{t.exports={en:["change {toolName} text wrap"],it:["cambio proprietà testo {toolName}"]}},22231:t=>{t.exports={en:["change {toolName} text background color"],it:["cambio colore sfondo testo {toolName}"]}},31133:t=>{t.exports={en:["change {toolName} text background visibility"],it:["cambio visibilità sfondo testo {toolName}"]}},36666:t=>{t.exports={en:["change {toolName} text border color"],it:["cambio colore bordo testo {toolName}"]}},35423:t=>{t.exports={en:["change {toolName} text border width"],it:["cambio spessore bordo testo {toolName}"]}},58704:t=>{t.exports={en:["change {toolName} text border visibility"],it:["cambio visibilità bordo testo {toolName}"]}},64500:t=>{t.exports={en:["change {toolName} text color"],it:["cambio colore testo {toolName}"]}},24701:t=>{t.exports={en:["change {toolName} text font bold"],it:["cambio font grassetto {toolName}"]}},42694:t=>{t.exports={en:["change {toolName} text font italic"],it:["cambio font italico {toolName}"]}},21781:t=>{t.exports={en:["change {toolName} text font size"],it:["cambio dimensione font {toolName}"]}},25167:t=>{t.exports={en:["change {propertyName} property"],it:["cambio proprietà {propertyName}"]}},35813:t=>{t.exports={en:["days"],it:["Giorni"]}},89919:t=>{t.exports={en:["days to"],it:["giorni a"]}},59215:t=>{t.exports={en:["days from"],it:["giorni da"]}},2359:t=>{t.exports={en:["hours"],it:["Ore"]}},82267:t=>{t.exports={en:["hours from"],it:["ore da"]}},15600:t=>{t.exports={en:["hours to"],it:["ore a"]}},76261:t=>{t.exports={en:["move drawings"],it:["spostamento disegni"]}},95300:t=>{t.exports={en:["months"],it:["Mesi"]}},17250:t=>{t.exports={en:["months from"],it:["mesi da"]}},2828:t=>{t.exports={en:["months to"],it:["mesi a"]}},18726:t=>{t.exports={en:["minutes"],
+it:["Minuti"]}},67649:t=>{t.exports={en:["minutes to"],it:["minuti a"]}},22476:t=>{t.exports={en:["minutes from"],it:["minuti da"]}},751:t=>{t.exports={en:["seconds"],it:["secondi"]}},73419:t=>{t.exports={en:["seconds to"],it:["secondi a"]}},35801:t=>{t.exports={en:["seconds from"],it:["secondi da"]}},45537:t=>{t.exports={en:["weeks"],it:["settimane"]}},92859:t=>{t.exports={en:["weeks from"],it:["settimane da"]}},44127:t=>{t.exports={en:["weeks to"],it:["settimane a"]}},3539:t=>{t.exports={en:["ticks"],it:["Tick"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.2342.4e495e3da576be4868f7.js b/public/charting_library/bundles/it.2342.4e495e3da576be4868f7.js
new file mode 100644
index 0000000..0c85ec1
--- /dev/null
+++ b/public/charting_library/bundles/it.2342.4e495e3da576be4868f7.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2342],{64489:e=>{e.exports={en:["Reverse"],it:["Inverti"]}},66643:e=>{e.exports={en:["reverse {tool}"],it:["{tool} inverti"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.2464.fc7f44a5c8b3791719aa.js b/public/charting_library/bundles/it.2464.fc7f44a5c8b3791719aa.js
new file mode 100644
index 0000000..00eb629
--- /dev/null
+++ b/public/charting_library/bundles/it.2464.fc7f44a5c8b3791719aa.js
@@ -0,0 +1,58 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2464],{53310:e=>{e.exports={en:["Re"],it:["Rif"]}},85119:e=>{e.exports={en:["Dark"],it:["Scuro"]}},96870:e=>{e.exports={en:["Light"],it:["Chiaro"]}},85886:e=>{e.exports={en:["d"],it:["g"]}},44634:e=>{e.exports={en:["h"],it:["o"]}},5977:e=>{e.exports={en:["m"]}},21492:e=>{e.exports={en:["s"]}},97559:e=>{e.exports={en:["{title} copy"],it:["Copia {title}"]}},38691:e=>{e.exports={en:["D"]}},77995:e=>{e.exports={en:["M"]}},93934:e=>{e.exports={en:["R"]}},82901:e=>{e.exports={en:["T"]}},7408:e=>{e.exports={en:["W"]}},38048:e=>{e.exports={en:["h"]}},68430:e=>{e.exports={en:["m"]}},68823:e=>{e.exports={en:["s"]}},2696:e=>{e.exports={en:["C"],it:["C - Chius."]}},43253:e=>{e.exports={en:["H"],it:["H - Max."]}},61372:e=>{e.exports={en:["HL2"]}},55096:e=>{e.exports={en:["HLC3"]}},94174:e=>{e.exports={en:["OHLC4"]}},89923:e=>{e.exports={en:["L"],it:["L - Min."]}},46728:e=>{e.exports={en:["O"],it:["O - Aper."]}},32856:e=>{e.exports=Object.create(null),e.exports["%D_input"]={en:["%D"]},e.exports["%K_input"]={en:["%K"]},e.exports["%R_input"]={en:["%R"]},e.exports["+DI_input"]={en:["+DI"]},e.exports["-0.236 Level Color_input"]={en:["-0.236 Level Color"],it:["Colore livello -0.236"]},e.exports["-0.382 Level Color_input"]={en:["-0.382 Level Color"],it:["Colore livello -0.382"]},e.exports["-0.618 Level Color_input"]={en:["-0.618 Level Color"],it:["Colore livello -0.618"]},e.exports["-0.65 Level Color_input"]={en:["-0.65 Level Color"],it:["Colore livello -0.65"]},e.exports["-DI_input"]={en:["-DI"]},e.exports["0 Level Color_input"]={en:["0 Level Color"],it:["Colore livello 0"]},e.exports["0.236 Level Color_input"]={en:["0.236 Level Color"],it:["Colore livello 0.236"]},e.exports["0.382 Level Color_input"]={en:["0.382 Level Color"],it:["Colore livello 0.382"]},e.exports["0.5 Level Color_input"]={en:["0.5 Level Color"],it:["Colore livello 0.5"]},e.exports["0.618 Level Color_input"]={en:["0.618 Level Color"],it:["Colore livello 0.618"]},e.exports["0.65 Level Color_input"]={en:["0.65 Level Color"],it:["Colore livello 0.65"]},e.exports["0.786 Level Color_input"]={en:["0.786 Level Color"],it:["Colore livello 0.786"]},e.exports["1 Level Color_input"]={en:["1 Level Color"],it:["Colore livello 1"]},e.exports["1.272 Level Color_input"]={en:["1.272 Level Color"],it:["Colore livello 1.272"]},e.exports["1.414 Level Color_input"]={en:["1.414 Level Color"],it:["Colore livello 1.414"]},e.exports["1.618 Level Color_input"]={en:["1.618 Level Color"],it:["Colore livello 1.618"]},e.exports["1.65 Level Color_input"]={en:["1.65 Level Color"],it:["Colore livello 1.65"]},e.exports["1st Period_input"]={en:["1st Period"],it:["1° periodo"]},e.exports["2.618 Level Color_input"]={en:["2.618 Level Color"],it:["Colore livello 2.618"]},e.exports["2.65 Level Color_input"]={en:["2.65 Level Color"],it:["Colore livello 2.65"]},e.exports["2nd Period_input"]={en:["2nd Period"],it:["2° periodo"]},e.exports["3.618 Level Color_input"]={en:["3.618 Level Color"],it:["Colore livello 3.618"]},
+e.exports["3.65 Level Color_input"]={en:["3.65 Level Color"],it:["Colore livello 3.65"]},e.exports["3rd Period_input"]={en:["3rd Period"],it:["3° periodo"]},e.exports["4.236 Level Color_input"]={en:["4.236 Level Color"],it:["Colore livello 4.236"]},e.exports["4th Period_input"]={en:["4th Period"],it:["4° periodo"]},e.exports["5th Period_input"]={en:["5th Period"],it:["5° periodo"]},e.exports["6th Period_input"]={en:["6th Period"],it:["6° periodo"]},e.exports.ADR_B_input={en:["ADR_B"]},e.exports["ADX Smoothing_input"]={en:["ADX Smoothing"]},e.exports["ADX smoothing_input"]={en:["ADX smoothing"]},e.exports.ADX_input={en:["ADX"]},e.exports["ATR Mult_input"]={en:["ATR Mult"]},e.exports["ATR length_input"]={en:["ATR length"],it:["Periodo ATR"]},e.exports["ATR({atrValue})_input"]={en:["ATR({atrValue})"]},e.exports.ATR_input={en:["ATR"]},e.exports["Accumulation/Distribution_input"]={en:["Accumulation/Distribution"],it:["Accumulo/Distribuzione"]},e.exports["All items_combobox_input"]={en:["All items"],it:["Tutti gli oggetti"]},e.exports.All_input={en:["All"],it:["Tutto"]},e.exports["Anchor Period_input"]={en:["Anchor Period"],it:["Periodo di riferimento"]},e.exports["Another symbol_input"]={en:["Another symbol"],it:["Altro simbolo"]},e.exports["Aroon Down_input"]={en:["Aroon Down"]},e.exports["Aroon Up_input"]={en:["Aroon Up"]},e.exports.Average_input={en:["Average"],it:["Media"]},e.exports["Averaging Periods_input"]={en:["Averaging Periods"],it:["Periodi di media"]},e.exports.Back_input={en:["Back"],it:["Indietro"]},e.exports["Bands style_input"]={en:["Bands style"],it:["Stile bande"]},e.exports.Bar_input={en:["Bar"],it:["Barra"]},e.exports["Base Line Periods_input"]={en:["Base Line Periods"],it:["Periodo linea base"]},e.exports["Base Line_input"]={en:["Base Line"],it:["Linea base"]},e.exports.Basis_input={en:["Basis"],it:["Base"]},e.exports["Bollinger Bands %B_input"]={en:["Bollinger Bands %B"],it:["Bande di Bollinger %B"]},e.exports["Bollinger Bands Width_input"]={en:["Bollinger Bands Width"],it:["Ampiezza bande di Bollinger"]},e.exports.Borders_input={en:["Borders"],it:["Bordi"]},e.exports["Box size assignment method_input"]={en:["Box size assignment method"],it:["Metodo di calcolo grandezza box"]},e.exports["Box size_input"]={en:["Box size"],it:["Grandezza box"]},e.exports.CCI_input={en:["CCI"]},e.exports.CHOP_input={en:["CHOP"]},e.exports.Cancel_input={en:["Cancel"],it:["Annulla"]},e.exports.Candles_input={en:["Candles"],it:["Candele"]},e.exports.Centered_input={en:["Centered"],it:["Centrato"]},e.exports.Century_input={en:["Century"],it:["Secolo"]},e.exports["Chaikin Oscillator_input"]={en:["Chaikin Oscillator"]},e.exports["Chande MO_input"]={en:["Chande MO"]},e.exports.Close_input={en:["Close"],it:["Chiudi"]},e.exports["Color 0_input"]={en:["Color 0"],it:["Colore 0"]},e.exports["Color 1_input"]={en:["Color 1"],it:["Colore 1"]},e.exports["Color 2_input"]={en:["Color 2"],it:["Colore 2"]},e.exports["Color 3_input"]={en:["Color 3"],it:["Colore 3"]},e.exports["Color 4_input"]={en:["Color 4"],it:["Colore 4"]},
+e.exports["Color 5_input"]={en:["Color 5"],it:["Colore 5"]},e.exports["Color 6_input"]={en:["Color 6"],it:["Colore 6"]},e.exports["Color 7_input"]={en:["Color 7"],it:["Colore 7"]},e.exports["Color 8_input"]={en:["Color 8"],it:["Colore 8"]},e.exports["Color bars based on previous close_input"]={en:["Color bars based on previous close"],it:["Colore basato sulla chiusura precedente"]},e.exports["Color based on previous close_input"]={en:["Color based on previous close"],it:["Colore basato sulla chiusura precedente"]},e.exports["Conversion Line Periods_input"]={en:["Conversion Line Periods"],it:["Periodi linea di conversione"]},e.exports["Conversion Line_input"]={en:["Conversion Line"],it:["Linea di conversione"]},e.exports.Correlation_input={en:["Correlation"],it:["Correlazione"]},e.exports.Count_input={en:["Count"],it:["Conteggio"]},e.exports.Crosses_input={en:["Crosses"],it:["Incrocia"]},e.exports.Custom_input={en:["Custom"],it:["Personalizzato"]},e.exports.DEMA_input={en:["DEMA"]},e.exports["DI Length_input"]={en:["DI Length"],it:["Periodo DI"]},e.exports.DPO_input={en:["DPO"]},e.exports.D_input={en:["D"]},e.exports.Day_input={en:["Day"],it:["Giorno"]},e.exports["Days Per Year_input"]={en:["Days Per Year"],it:["Giorni nell'anno"]},e.exports.Decade_input={en:["Decade"]},e.exports.Delta_input={en:["Delta"]},e.exports.Depth_input={en:["Depth"],it:["Profondità"]},e.exports["Detrended Price Oscillator_input"]={en:["Detrended Price Oscillator"]},e.exports["Developing Poc_input"]={en:["Developing Poc"],it:["Sviluppo PoC"]},e.exports["Deviation (%)_input"]={en:["Deviation (%)"],it:["Deviazione (%)"]},e.exports.Deviation_input={en:["Deviation"],it:["Deviazione"]},e.exports.Divisor_input={en:["Divisor"],it:["Divisore"]},e.exports["Down Volume_input"]={en:["Down Volume"],it:["Volume vendite"]},e.exports["Down bars_input"]={en:["Down bars"],it:["Barre giù"]},e.exports["Down color_input"]={en:["Down color"],it:["Colore giù"]},e.exports["Down fractals_input"]={en:["Down fractals"],it:["Frattali inferiori"]},e.exports.EOM_input={en:["EOM"]},e.exports["Each (pre-market, market, post-market)_input"]={en:["Each (pre-market, market, post-market)"],it:["Tutte (pre e post comprese)"]},e.exports["Elder's Force Index_input"]={en:["Elder's Force Index"],it:["Indice Elder's Force"]},e.exports["Equality Line_input"]={en:["Equality Line"],it:["Linea d'uguaglianza"]},e.exports.Exponential_input={en:["Exponential"],it:["Esponenziale"]},e.exports["Extend POC Right_input"]={en:["Extend POC Right"],it:["Estendi POC a destra"]},e.exports["Extend Right_input"]={en:["Extend Right"],it:["Estendi a destra"]},e.exports["Extend VAH Right_input"]={en:["Extend VAH Right"],it:["Estendi VAH a destra"]},e.exports["Extend VAL Right_input"]={en:["Extend VAL Right"],it:["Estendi VAL a destra"]},e.exports["Extend to last bar_input"]={en:["Extend to last bar"],it:["Estendi all'ultima barra"]},e.exports.Falling_input={en:["Falling"],it:["In caduta"]},e.exports["Fast Length_input"]={en:["Fast Length"],it:["Periodo veloce"]},e.exports["Fast length_input"]={
+en:["Fast length"],it:["Periodo veloce"]},e.exports.Fill_input={en:["Fill"],it:["Riempi"]},e.exports.Fisher_input={en:["Fisher"]},e.exports.Growing_input={en:["Growing"],it:["In crescita"]},e.exports["HLC bars_input"]={en:["HLC bars"],it:["Barre HLC"]},e.exports.HV_input={en:["HV"]},e.exports["Histogram Box_input"]={en:["Histogram Box"],it:["Istogramma"]},e.exports.Histogram_input={en:["Histogram"],it:["Istogramma"]},e.exports["Hull MA_input"]={en:["Hull MA"]},e.exports.Increment_input={en:["Increment"],it:["Incremento"]},e.exports.Indicator_input={en:["Indicator"],it:["Indicatore"]},e.exports["Instrument 1_input"]={en:["Instrument 1"],it:["Strumento 1"]},e.exports["Instrument 2_input"]={en:["Instrument 2"],it:["Strumento 2"]},e.exports["Investor EMA 1 length_input"]={en:["Investor EMA 1 length"],it:["Periodo Investor EMA 1"]},e.exports["Investor EMA 2 length_input"]={en:["Investor EMA 2 length"],it:["Periodo Investor EMA 2"]},e.exports["Investor EMA 3 length_input"]={en:["Investor EMA 3 length"],it:["Periodo Investor EMA 3"]},e.exports["Investor EMA 4 length_input"]={en:["Investor EMA 4 length"],it:["Periodo Investor EMA 4"]},e.exports["Investor EMA 5 length_input"]={en:["Investor EMA 5 length"],it:["Periodo Investor EMA 5"]},e.exports["Investor EMA 6 length_input"]={en:["Investor EMA 6 length"],it:["Periodo Investor EMA 6"]},e.exports["Jaw Length_input"]={en:["Jaw Length"],it:["Periodo Jaw"]},e.exports["Jaw Offset_input"]={en:["Jaw Offset"]},e.exports.Jaw_input={en:["Jaw"]},e.exports.KST_input={en:["KST"]},e.exports.K_input={en:["K"]},e.exports["Labels Position_input"]={en:["Labels Position"],it:["Positione etichette"]},e.exports["Labels on price scale_input"]={en:["Labels on price scale"],it:["Etichette sull'asse verticale"]},e.exports["Lagging Span Periods_input"]={en:["Lagging Span Periods"],it:["Periodi di Lagging Span"]},e.exports["Lagging Span_input"]={en:["Lagging Span"]},e.exports["Leading Shift Periods_input"]={en:["Leading Shift Periods"],it:["Principali periodi di turnover"]},e.exports["Leading Span A_input"]={en:["Leading Span A"],it:["Lead 1"]},e.exports["Leading Span B_input"]={en:["Leading Span B"]},e.exports["Leading Span Periods_input"]={en:["Leading Span Periods"],it:["Periodo Leading Span"]},e.exports["Length EMA_input"]={en:["Length EMA"],it:["Periodo EMA"]},e.exports["Length MA_input"]={en:["Length MA"],it:["Periodo MA"]},e.exports.Length1_input={en:["Length1"],it:["Periodo1"]},e.exports.Length2_input={en:["Length2"],it:["Periodo2"]},e.exports.Length3_input={en:["Length3"],it:["Periodo3"]},e.exports.Length_input={en:["Length"],it:["Periodo"]},e.exports.Level_input={en:["Level"],it:["Livello"]},e.exports["Levels Format_input"]={en:["Levels Format"],it:["Formato livelli"]},e.exports.Limit_input={en:["Limit"],it:["Limite"]},e.exports.Line_input={en:["Line"],it:["Linea"]},e.exports["Lips Length_input"]={en:["Lips Length"],it:["Periodo Lips"]},e.exports["Lips Offset_input"]={en:["Lips Offset"]},e.exports.Lips_input={en:["Lips"]},e.exports["Long Length_input"]={en:["Long Length"],it:["Periodo lungo"]
+},e.exports["Long RoC Length_input"]={en:["Long RoC Length"],it:["Periodo lungo RoC"]},e.exports["Long length_input"]={en:["Long length"],it:["Periodo lungo"]},e.exports["Long period_input"]={en:["Long period"],it:["Timeframe lungo"]},e.exports.Long_input={en:["Long"],it:["Lungo"]},e.exports["Lower Band_input"]={en:["Lower Band"],it:["Banda inferiore"]},e.exports["Lower Deviation_input"]={en:["Lower Deviation"],it:["Deviazione inferiore"]},e.exports["Lower Percentage_input"]={en:["Lower Percentage"],it:["Percentuale inferiore"]},e.exports.LowerLimit_input={en:["LowerLimit"],it:["LimiteInferiore"]},e.exports.Lower_input={en:["Lower"],it:["Inferiore"]},e.exports["MA Length_input"]={en:["MA Length"],it:["Periodo MA"]},e.exports.MACD_input={en:["MACD"]},e.exports.MA_input={en:["MA"]},e.exports.MF_input={en:["MF"]},e.exports.MM_month_input={en:["MM"]},e.exports.MOM_input={en:["MOM"]},e.exports["Main chart symbol_input"]={en:["Main chart symbol"],it:["Simbolo grafico principale"]},e.exports["Market Closed Percentage_input"]={en:["Market Closed Percentage"],it:["Percentuale chiusura mercato"]},e.exports["Market only_input"]={en:["Market only"],it:["Solo sessione standard"]},e.exports["Max value_input"]={en:["Max value"],it:["Valore massimo"]},e.exports.Median_input={en:["Median"],it:["Mediana"]},e.exports.Method_input={en:["Method"],it:["Metodo"]},e.exports.Middle_input={en:["Middle"],it:["Medio"]},e.exports.Minimize_input={en:["Minimize"],it:["Minimizza"]},e.exports.Month_input={en:["Month"],it:["Mese"]},e.exports.Move_input={en:["Move"],it:["Movimento"]},e.exports["Multi timeframe_input"]={en:["Multi timeframe"]},e.exports.Multiplier_input={en:["Multiplier"],it:["Moltiplicatore"]},e.exports.NV_input={en:["NV"]},e.exports["Nothing selected_combobox_input"]={en:["Nothing selected"],it:["Non hai selezionato niente"]},e.exports["Number Of Rows_input"]={en:["Number Of Rows"],it:["Numero di righe"]},e.exports["Number of line_input"]={en:["Number of line"],it:["Numero di riga"]},e.exports.OSC_input={en:["OSC"]},e.exports.Offset_input={en:["Offset"]},e.exports.OnBalanceVolume_input={en:["OnBalanceVolume"]},e.exports["One step back building_input"]={en:["One step back building"]},e.exports.Oscillator_input={en:["Oscillator"],it:["Oscillatore"]},e.exports.Overbought_input={en:["Overbought"],it:["Ipercomprato"]},e.exports.Oversold_input={en:["Oversold"],it:["Ipervenduto"]},e.exports.POC_input={en:["POC"]},e.exports.PVT_input={en:["PVT"]},e.exports.P_input={en:["P"]},e.exports.ParabolicSAR_input={en:["ParabolicSAR"]},e.exports.Percent_input={en:["Percent"],it:["Percento"]},e.exports["Percentage LTP({percentageLTPValue}%)_input"]={en:["Percentage LTP({percentageLTPValue}%)"],it:["Percentuale LTP({percentageLTPValue}%)"]},e.exports["Percentage LTP_input"]={en:["Percentage LTP"],it:["Percentuale LTP"]},e.exports.Percentage_input={en:["Percentage"],it:["Percentuale"]},e.exports.Period_input={en:["Period"],it:["Timeframe"]},e.exports.Periods_input={en:["Periods"],it:["Timeframe"]},e.exports["Phantom bars_input"]={en:["Phantom bars"],
+it:["Barre fantasma"]},e.exports.Placement_input={en:["Placement"],it:["Posizione"]},e.exports.Plot_input={en:["Plot"]},e.exports["Plots Background_input"]={en:["Plots Background"],it:["Sfondo disegni"]},e.exports["Post-market only_input"]={en:["Post-market only"],it:["Solo post-mercato"]},e.exports["Pre-market only_input"]={en:["Pre-market only"],it:["Solo pre-mercato"]},e.exports["Price source_input"]={en:["Price source"],it:["Fonte prezzo"]},e.exports.Price_input={en:["Price"],it:["Prezzo"]},e.exports["Projection down bars_input"]={en:["Projection down bars"],it:["Barre a proiezione inferiore"]},e.exports["Projection down color_input"]={en:["Projection down color"],it:["Colore proiezione ribassista"]},e.exports["Projection up bars_input"]={en:["Projection up bars"],it:["Barre a proiezione superiore"]},e.exports["Projection up color_input"]={en:["Projection up color"],it:["Colore proiezione rialzista"]},e.exports.Q_input={en:["Q"]},e.exports["ROC Length_input"]={en:["ROC Length"],it:["Periodo ROC"]},e.exports.ROCLen1_input={en:["ROCLen1"],it:["ROCPer1"]},e.exports.ROCLen2_input={en:["ROCLen2"],it:["ROCPer2"]},e.exports.ROCLen3_input={en:["ROCLen3"],it:["ROCPer3"]},e.exports.ROCLen4_input={en:["ROCLen4"],it:["ROCPer4"]},e.exports.ROC_input={en:["ROC"]},e.exports["RSI Length_input"]={en:["RSI Length"],it:["Periodo RSI"]},e.exports["RSI Source_input"]={en:["RSI Source"],it:["Sorgente RSI"]},e.exports.RSI_input={en:["RSI"]},e.exports.RVGI_input={en:["RVGI"]},e.exports.RVI_input={en:["RVI"]},e.exports.Range_input={en:["Range"]},e.exports["Rate of Change Lookback_input"]={en:["Rate of Change Lookback"]},e.exports["Reversal amount_input"]={en:["Reversal amount"],it:["Ammontare di inversione"]},e.exports["Rolling Period_input"]={en:["Rolling Period"],it:["Periodo di Rolling"]},e.exports["Row Size_input"]={en:["Row Size"],it:["Numero barre"]},e.exports["Rows Layout_input"]={en:["Rows Layout"],it:["Disposizione barre"]},e.exports.SMALen1_input={en:["SMALen1"],it:["SMAPer1"]},e.exports.SMALen2_input={en:["SMALen2"],it:["SMAPer2"]},e.exports.SMALen3_input={en:["SMALen3"],it:["SMAPer3"]},e.exports.SMALen4_input={en:["SMALen4"],it:["SMAPer4"]},e.exports["SMI Ergodic Oscillator_input"]={en:["SMI Ergodic Oscillator"]},e.exports.SMI_input={en:["SMI"]},e.exports.Session_input={en:["Session"],it:["Sessione"]},e.exports.Sessions_input={en:["Sessions"],it:["Sessioni"]},e.exports.Shapes_input={en:["Shapes"],it:["Forme"]},e.exports["Short Length_input"]={en:["Short Length"],it:["Periodo corto"]},e.exports["Short RoC Length_input"]={en:["Short RoC Length"],it:["Periodo corto RoC"]},e.exports["Short length_input"]={en:["Short length"],it:["Periodo corto"]},e.exports["Short period_input"]={en:["Short period"],it:["Breve periodo"]},e.exports.Short_input={en:["Short"]},e.exports["Show real prices on price scale (instead of Heikin-Ashi price)_input"]={en:["Show real prices on price scale (instead of Heikin-Ashi price)"],it:["Mostra prezzi reali sull'asse di prezzo (al posto del prezzo Heikin-Ashi)"]},e.exports.SigLen_input={en:["SigLen"],
+it:["SigPer"]},e.exports.Sig_input={en:["Sig"]},e.exports.Sigma_input={en:["Sigma"]},e.exports["Signal Length_input"]={en:["Signal Length"],it:["Periodo segnale"]},e.exports["Signal line period_input"]={en:["Signal line period"],it:["Timeframe linea segnale"]},e.exports["Signal smoothing_input"]={en:["Signal smoothing"],it:["Livellamento segnale"]},e.exports.Signal_input={en:["Signal"],it:["Segnale"]},e.exports["Simple ma(oscillator)_input"]={en:["Simple ma(oscillator)"]},e.exports["Simple ma(signal line)_input"]={en:["Simple ma(signal line)"]},e.exports.Simple_input={en:["Simple"],it:["Semplice"]},e.exports["Slow Length_input"]={en:["Slow Length"],it:["Periodo lento"]},e.exports["Slow length_input"]={en:["Slow length"],it:["Periodo lento"]},e.exports["Smoothing Length_input"]={en:["Smoothing Length"]},e.exports["Smoothing Line_input"]={en:["Smoothing Line"]},e.exports.Smoothing_input={en:["Smoothing"],it:["Livellamento"]},e.exports.Source_input={en:["Source"],it:["Sorgente"]},e.exports["Standard Errors_input"]={en:["Standard Errors"],it:["Errori standard"]},e.exports.Start_input={en:["Start"],it:["Inizio"]},e.exports.StdDev_input={en:["StdDev"]},e.exports["Stochastic Length_input"]={en:["Stochastic Length"],it:["Periodo stocastico"]},e.exports.Style_input={en:["Style"],it:["Stile"]},e.exports.Symbol_input={en:["Symbol"],it:["Simbolo"]},e.exports.TEMA_input={en:["TEMA"]},e.exports.TRIX_input={en:["TRIX"]},e.exports["Teeth Length_input"]={en:["Teeth Length"],it:["Periodo Teeth"]},e.exports["Teeth Offset_input"]={en:["Teeth Offset"]},e.exports.Teeth_input={en:["Teeth"]},e.exports["Ticks Per Row_input"]={en:["Ticks Per Row"],it:["Tick per riga"]},e.exports.Timeframe_input={en:["Timeframe"]},e.exports.Total_input={en:["Total"],it:["Totale"]},e.exports["Trader EMA 1 length_input"]={en:["Trader EMA 1 length"],it:["Periodo Trader EMA 1"]},e.exports["Trader EMA 2 length_input"]={en:["Trader EMA 2 length"],it:["Periodo Trader EMA 2"]},e.exports["Trader EMA 3 length_input"]={en:["Trader EMA 3 length"],it:["Periodo Trader EMA 3"]},e.exports["Trader EMA 4 length_input"]={en:["Trader EMA 4 length"],it:["Periodo Trader EMA 4"]},e.exports["Trader EMA 5 length_input"]={en:["Trader EMA 5 length"],it:["Periodo Trader EMA 5"]},e.exports["Trader EMA 6 length_input"]={en:["Trader EMA 6 length"],it:["Periodo Trader EMA 6"]},e.exports.Traditional_input={en:["Traditional"],it:["Tradizionale"]},e.exports.Trigger_input={en:["Trigger"],it:["Innesco"]},e.exports.Type_input={en:["Type"],it:["Tipo"]},e.exports.UO_input={en:["UO"]},e.exports["Up Volume_input"]={en:["Up Volume"],it:["Volume acquisti"]},e.exports["Up bars_input"]={en:["Up bars"],it:["Barre su"]},e.exports["Up color_input"]={en:["Up color"],it:["Colore su"]},e.exports["Up fractals_input"]={en:["Up fractals"],it:["Frattali superiori"]},e.exports["Up/Down_input"]={en:["Up/Down"],it:["Su/Giù"]},e.exports["UpDown Length_input"]={en:["UpDown Length"],it:["Periodo UpDown"]},e.exports["Upper Band_input"]={en:["Upper Band"],it:["Banda superiore"]},e.exports["Upper Deviation_input"]={
+en:["Upper Deviation"],it:["Deviazione superiore"]},e.exports["Upper Percentage_input"]={en:["Upper Percentage"],it:["Percentuale superiore"]},e.exports.UpperLimit_input={en:["UpperLimit"],it:["LimiteSuperiore"]},e.exports.Upper_input={en:["Upper"],it:["Superiore"]},e.exports["Use Lower Deviation_input"]={en:["Use Lower Deviation"],it:["Usa deviazione inferiore"]},e.exports["Use Upper Deviation_input"]={en:["Use Upper Deviation"],it:["Usa deviazione superiore"]},e.exports["VI +_input"]={en:["VI +"]},e.exports["VI -_input"]={en:["VI -"]},e.exports.VWAP_input={en:["VWAP"]},e.exports.VWMA_input={en:["VWMA"]},e.exports["Value Area Down_input"]={en:["Value Area Down"],it:["Valore area vendite"]},e.exports["Value Area Up_input"]={en:["Value Area Up"],it:["Valore area acquisto"]},e.exports["Value Area Volume_input"]={en:["Value Area Volume"],it:["Volume area di valore"]},e.exports["Value Area volume_input"]={en:["Value Area volume"],it:["Volume area di valore"]},e.exports["Value Area_input"]={en:["Value Area"],it:["Area di valore"]},e.exports.Value_input={en:["Value"],it:["Valore"]},e.exports["Values in status line_input"]={en:["Values in status line"],it:["Valori in legenda"]},e.exports.Volume_input={en:["Volume"]},e.exports["WMA Length_input"]={en:["WMA Length"],it:["Periodo WMA"]},e.exports["Wait for timeframe closes_input"]={en:["Wait for timeframe closes"],it:["Attendi la chiusura del timeframe"]},e.exports.Week_input={en:["Week"],it:["Settimana"]},e.exports.Weighted_input={en:["Weighted"],it:["Ponderato"]},e.exports.Wick_input={en:["Wick"],it:["Ombra"]},e.exports.Wicks_input={en:["Wicks"],it:["Ombre"]},e.exports["Wilder's Smoothing_input"]={en:["Wilder's Smoothing"],it:["Smoothing di Wilder"]},e.exports["Window Size_input"]={en:["Window Size"],it:["Dimensione finestra"]},e.exports.X_input={en:["X"]},e.exports.YY_year_input={en:["YY"]},e.exports.Year_input={en:["Year"],it:["Anno"]},e.exports["Zero Line_input"]={en:["Zero Line"],it:["Linea zero"]},e.exports.Zero_input={en:["Zero"]},e.exports.fastLength_input={en:["fastLength"]},e.exports.from_input={en:["from"],it:["da"]},e.exports.increment_input={en:["increment"],it:["incremento"]},e.exports.isCentered_input={en:["isCentered"],it:["èCentrato"]},e.exports.len_input={en:["len"],it:["per"]},e.exports.length14_input={en:["length14"],it:["periodo14"]},e.exports.length28_input={en:["length28"],it:["periodo28"]},e.exports.length7_input={en:["length7"],it:["periodo7"]},e.exports.lengthRSI_input={en:["lengthRSI"],it:["periodoRSI"]},e.exports.lengthStoch_input={en:["lengthStoch"],it:["periodoStoc"]},e.exports.length_input={en:["length"],it:["periodo"]},e.exports.long_input={en:["long"]},e.exports.longlen_input={en:["longlen"]},e.exports.maximum_input={en:["maximum"],it:["massimo"]},e.exports.mult_input={en:["mult"],it:["molt"]},e.exports.p_input={en:["p"]},e.exports.q_input={en:["q"]},e.exports.resolution_input={en:["resolution"],it:["timeframe"]},e.exports.roclen1_input={en:["roclen1"],it:["rocper1"]},e.exports.roclen2_input={en:["roclen2"],it:["rocper2"]},
+e.exports.roclen3_input={en:["roclen3"],it:["rocper3"]},e.exports.roclen4_input={en:["roclen4"],it:["rocper4"]},e.exports.short_input={en:["short"]},e.exports.shortlen_input={en:["shortlen"]},e.exports["show MA_input"]={en:["show MA"],it:["mostra MA"]},e.exports.siglen_input={en:["siglen"],it:["perseg"]},e.exports.signalLength_input={en:["signalLength"],it:["periodoSegnale"]},e.exports.slowLength_input={en:["slowLength"],it:["periodoLento"]},e.exports.smalen1_input={en:["smalen1"],it:["smaper1"]},e.exports.smalen2_input={en:["smalen2"],it:["smaper2"]},e.exports.smalen3_input={en:["smalen3"],it:["smaper3"]},e.exports.smalen4_input={en:["smalen4"],it:["smaper4"]},e.exports.smoothD_input={en:["smoothD"]},e.exports.smoothK_input={en:["smoothK"]},e.exports.start_input={en:["start"],it:["inizio"]},e.exports.sym_input={en:["sym"],it:["sim"]},e.exports.to_input={en:["to"],it:["a"]},e.exports.useTrueRange_input={en:["useTrueRange"],it:["usaTrueRange"]},e.exports.x_input={en:["x"]},e.exports["yay Color 0_input"]={en:["yay Color 0"],it:["yay colore 0"]},e.exports["yay Color 1_input"]={en:["yay Color 1"],it:["yay colore 1"]},e.exports["{number} item_combobox_input"]={en:["{number} item","{number} items"],it:["{number} oggetto","{number} oggetti"]}},50873:e=>{e.exports={en:["ATR({atrValue})"]}},73425:e=>{e.exports={en:["Percentage LTP({percentageLTPValue}%)"],it:["Percentuale LTP({percentageLTPValue}%)"]}},40566:e=>{e.exports={en:["Traditional"],it:["Tradizionale"]}},35359:e=>{e.exports={en:["Post"]}},93866:e=>{e.exports={en:["Pre"]}},75163:e=>{e.exports={en:["Invert scale"],it:["Inverti asse"]}},35210:e=>{e.exports={en:["Indexed to 100"],it:["Indicizzata a base 100"]}},31340:e=>{e.exports={en:["Logarithmic"],it:["Logaritmica"]}},19405:e=>{e.exports={en:["No overlapping labels"],it:["Nessuna etichetta sovrapposta"]}},34954:e=>{e.exports={en:["Percent"],it:["Percentuale"]}},55300:e=>{e.exports={en:["Regular"],it:["Regolare"]}},8029:e=>{e.exports={en:["ETH"],it:["EXT"]}},34647:e=>{e.exports={en:["Electronic trading hours"],it:["Orari di trading estesi"]}},36862:e=>{e.exports={en:["Extended trading hours"],it:["Orari di trading estesi"]}},7807:e=>{e.exports={en:["POST"],it:["post"]}},46273:e=>{e.exports={en:["PRE"],it:["pre"]}},50434:e=>{e.exports={en:["Postmarket"]}},59330:e=>{e.exports={en:["Premarket"]}},35342:e=>{e.exports={en:["RTH"],it:["STD"]}},84246:e=>{e.exports={en:["Regular trading hours"],it:["Orari di trading standard"]}},13132:e=>{e.exports={en:["May"],it:["Mag"]}},83477:e=>{e.exports=Object.create(null),e.exports["*All Candlestick Patterns*_study"]={en:["*All Candlestick Patterns*"],it:["*Tutti i Pattern Candlestick*"]},e.exports["24-hour Volume_study"]={en:["24-hour Volume"],it:["Volume 24 ore"]},e.exports["52 Week High/Low_study"]={en:["52 Week High/Low"],it:["Massimo/Minimo 52 settimane"]},e.exports.ASI_study={en:["ASI"]},e.exports["Abandoned Baby - Bearish_study"]={en:["Abandoned Baby - Bearish"],it:["Abandoned Baby - Ribassista"]},e.exports["Abandoned Baby - Bullish_study"]={en:["Abandoned Baby - Bullish"],
+it:["Abandoned Baby - Rialzista"]},e.exports["Accelerator Oscillator_study"]={en:["Accelerator Oscillator"],it:["Oscillatore Accelerator"]},e.exports["Accounts payable_study"]={en:["Accounts payable"],it:["Debiti correnti"]},e.exports["Accounts receivable - trade, net_study"]={en:["Accounts receivable - trade, net"],it:["Crediti correnti - netto"]},e.exports["Accounts receivables, gross_study"]={en:["Accounts receivables, gross"],it:["Crediti commerciali, lordi"]},e.exports.Accruals_study={en:["Accruals"],it:["Accantonamenti"]},e.exports["Accrued payroll_study"]={en:["Accrued payroll"],it:["Stipendi accantonati"]},e.exports["Accumulated depreciation, total_study"]={en:["Accumulated depreciation, total"],it:["Svalutazione accumulata, totale"]},e.exports["Accumulation/Distribution_study"]={en:["Accumulation/Distribution"],it:["Accumulo/Distribuzione"]},e.exports["Accumulative Swing Index_study"]={en:["Accumulative Swing Index"],it:["Indice Accumulative Swing"]},e.exports["Additional paid-in capital/Capital surplus_study"]={en:["Additional paid-in capital/Capital surplus"],it:["Sovrapprezzi di emissione"]},e.exports["Advance Decline Line_study"]={en:["Advance Decline Line"],it:["Linea Advance Decline"]},e.exports["Advance Decline Ratio_study"]={en:["Advance Decline Ratio"],it:["Rapporto Advance Decline"]},e.exports["Advance/Decline Ratio (Bars)_study"]={en:["Advance/Decline Ratio (Bars)"],it:["Rapporto Advance/Decline (barre)"]},e.exports["Advance/Decline_study"]={en:["Advance/Decline"]},e.exports["After tax other income/expense_study"]={en:["After tax other income/expense"],it:["Altri utili/costi al netto delle imposte"]},e.exports["All Chart Patterns_study"]={en:["All Chart Patterns"],it:["Tutti i pattern grafici"]},e.exports["Altman Z-score_study"]={en:["Altman Z-score"],it:["Z-score di Altman"]},e.exports["Amortization of deferred charges_study"]={en:["Amortization of deferred charges"],it:["Ammortamento degli oneri differiti"]},e.exports["Amortization of intangibles_study"]={en:["Amortization of intangibles"],it:["Ammortamento di attività immateriali"]},e.exports.Amortization_study={en:["Amortization"],it:["Ammortamento"]},e.exports["Anchored Volume Profile_study"]={en:["Anchored Volume Profile"],it:["Profilo volume ancorato"]},e.exports["Arnaud Legoux Moving Average_study"]={en:["Arnaud Legoux Moving Average"],it:["Arnaud Legoux media mobile"]},e.exports.Aroon_study={en:["Aroon"]},e.exports["Asset turnover_study"]={en:["Asset turnover"],it:["Turnover attività"]},e.exports["Auto Anchored Volume Profile_study"]={en:["Auto Anchored Volume Profile"],it:["Profilo Volume Ancorato in Automatico"]},e.exports["Auto Fib Extension_study"]={en:["Auto Fib Extension"]},e.exports["Auto Fib Retracement_study"]={en:["Auto Fib Retracement"],it:["Ritracciamento Fib automatico"]},e.exports["Auto Pitchfork_study"]={en:["Auto Pitchfork"]},e.exports["Average Daily Range_study"]={en:["Average Daily Range"],it:["Range medio giornaliero"]},e.exports["Average Day Range_study"]={en:["Average Day Range"]},
+e.exports["Average Directional Index_study"]={en:["Average Directional Index"]},e.exports["Average Price_study"]={en:["Average Price"],it:["Prezzo medio"]},e.exports["Average True Range_study"]={en:["Average True Range"]},e.exports["Average basic shares outstanding_study"]={en:["Average basic shares outstanding"],it:["Media azioni ordinarie circolanti"]},e.exports["Awesome Oscillator_study"]={en:["Awesome Oscillator"]},e.exports["Bad debt / Doubtful accounts_study"]={en:["Bad debt / Doubtful accounts"],it:["Crediti inesigibili / Crediti in sofferenza"]},e.exports["Balance of Power_study"]={en:["Balance of Power"]},e.exports["BarUpDn Strategy_study"]={en:["BarUpDn Strategy"],it:["Strategia BarUpDn"]},e.exports["Basic EPS_study"]={en:["Basic EPS"],it:["EPS base"]},e.exports["Basic earnings per share (Basic EPS)_study"]={en:["Basic earnings per share (Basic EPS)"],it:["Utile per azione, base (EPS base)"]},e.exports["Bearish Flag Chart Pattern_study"]={en:["Bearish Flag Chart Pattern"],it:["Flag Ribassista Pattern Grafico"]},e.exports["Bearish Pennant Chart Pattern_study"]={en:["Bearish Pennant Chart Pattern"],it:["Pattern grafico Pennant ribassista"]},e.exports["Beneish M-score_study"]={en:["Beneish M-score"]},e.exports["Bollinger Bands %B_study"]={en:["Bollinger Bands %B"],it:["Bande di Bollinger %B"]},e.exports["Bollinger Bands Strategy directed_study"]={en:["Bollinger Bands Strategy directed"],it:["Strategia bande di Bollinger diretta"]},e.exports["Bollinger Bands Strategy_study"]={en:["Bollinger Bands Strategy"],it:["Strategia bande di Bollinger"]},e.exports["Bollinger Bands Width_study"]={en:["Bollinger Bands Width"],it:["Ampiezza Bande Bollinger"]},e.exports["Bollinger Bands_study"]={en:["Bollinger Bands"],it:["Bande di Bollinger"]},e.exports["Book value per share_study"]={en:["Book value per share"],it:["Valore contabile per azione"]},e.exports["Bull Bear Power_study"]={en:["Bull Bear Power"]},e.exports["Bullish Flag Chart Pattern_study"]={en:["Bullish Flag Chart Pattern"],it:["Pattern grafico Bandiera rialzista"]},e.exports["Bullish Pennant Chart Pattern_study"]={en:["Bullish Pennant Chart Pattern"],it:["Pennant Rialzista Pattern Grafico"]},e.exports["Buyback yield %_study"]={en:["Buyback yield %"],it:["Rendimento da buyback %"]},e.exports["COGS to revenue ratio_study"]={en:["COGS to revenue ratio"],it:["COGS su fatturato"]},e.exports.CRSI_study={en:["CRSI"]},e.exports["Capital and operating lease obligations_study"]={en:["Capital and operating lease obligations"],it:["Obbligazioni per leasing finanziario"]},e.exports["Capital expenditures - fixed assets_study"]={en:["Capital expenditures - fixed assets"],it:["Spese capitalizzate - beni immobili"]},e.exports["Capital expenditures - other assets_study"]={en:["Capital expenditures - other assets"],it:["Spese capitalizzate - altri beni"]},e.exports["Capital expenditures_study"]={en:["Capital expenditures"],it:["Spese in conto capitale"]},e.exports["Capitalized lease obligations_study"]={en:["Capitalized lease obligations"],it:["Passività da leasing operativo"]},
+e.exports["Cash & equivalents_study"]={en:["Cash & equivalents"],it:["Cassa ed equivalenti"]},e.exports["Cash and short term investments_study"]={en:["Cash and short term investments"],it:["Cassa ed investimenti a breve termine"]},e.exports["Cash conversion cycle_study"]={en:["Cash conversion cycle"],it:["Ciclo di conversione cassa"]},e.exports["Cash from financing activities_study"]={en:["Cash from financing activities"],it:["Flusso da attività finanziarie"]},e.exports["Cash from investing activities_study"]={en:["Cash from investing activities"],it:["Flusso da attività di investimento"]},e.exports["Cash from operating activities_study"]={en:["Cash from operating activities"],it:["Flusso da attività operative"]},e.exports["Cash to debt ratio_study"]={en:["Cash to debt ratio"],it:["Cassa su debito"]},e.exports["Chaikin Money Flow_study"]={en:["Chaikin Money Flow"]},e.exports["Chaikin Oscillator_study"]={en:["Chaikin Oscillator"]},e.exports["Chaikin Volatility_study"]={en:["Chaikin Volatility"],it:["Volatilità Chaikin"]},e.exports["Chande Kroll Stop_study"]={en:["Chande Kroll Stop"]},e.exports["Chande Momentum Oscillator_study"]={en:["Chande Momentum Oscillator"]},e.exports["Change in accounts payable_study"]={en:["Change in accounts payable"],it:["Variazione debiti correnti"]},e.exports["Change in accounts receivable_study"]={en:["Change in accounts receivable"],it:["Variazione crediti correnti"]},e.exports["Change in accrued expenses_study"]={en:["Change in accrued expenses"],it:["Variazione ratei passivi"]},e.exports["Change in inventories_study"]={en:["Change in inventories"],it:["Variazione inventario"]},e.exports["Change in other assets/liabilities_study"]={en:["Change in other assets/liabilities"],it:["Variazione in altre attività/passività"]},e.exports["Change in taxes payable_study"]={en:["Change in taxes payable"],it:["Variazione debito da imposte"]},e.exports["Changes in working capital_study"]={en:["Changes in working capital"],it:["Variazioni capitale circolante"]},e.exports.ChannelBreakOutStrategy_study={en:["ChannelBreakOutStrategy"],it:["Strategia ChannelBreakOut"]},e.exports["Chop Zone_study"]={en:["Chop Zone"]},e.exports["Choppiness Index_study"]={en:["Choppiness Index"],it:["Indice Choppiness"]},e.exports["Commodity Channel Index_study"]={en:["Commodity Channel Index"]},e.exports["Common dividends paid_study"]={en:["Common dividends paid"],it:["Dividendi ordinari pagati"]},e.exports["Common equity, total_study"]={en:["Common equity, total"],it:["Azioni ordinarie, totale"]},e.exports["Common stock par/Carrying value_study"]={en:["Common stock par/Carrying value"],it:["Azioni ordinarie, valore contabile"]},e.exports.Compare_study={en:["Compare"],it:["Confronta"]},e.exports["Conditional Expressions_study"]={en:["Conditional Expressions"],it:["Espressioni condizionali"]},e.exports["Connors RSI_study"]={en:["Connors RSI"]},e.exports.ConnorsRSI_study={en:["ConnorsRSI"]},e.exports["Consecutive Up/Down Strategy_study"]={en:["Consecutive Up/Down Strategy"],it:["Strategia Consecutive Up/Down"]},
+e.exports["Coppock Curve_study"]={en:["Coppock Curve"],it:["Curva Coppock"]},e.exports["Correlation - Log_study"]={en:["Correlation - Log"],it:["Correlazione - Log"]},e.exports["Correlation Coefficient_study"]={en:["Correlation Coefficient"],it:["Coefficiente di correlazione"]},e.exports["Cost of goods sold_study"]={en:["Cost of goods sold"],it:["Costo del venduto"]},e.exports["Cost of goods_study"]={en:["Cost of goods"],it:["Costo del venduto"]},e.exports["Cumulative Volume Index_study"]={en:["Cumulative Volume Index"]},e.exports["Cup and Handle Chart Pattern_study"]={en:["Cup and Handle Chart Pattern"],it:["Pattern grafico Cup and handle"]},e.exports["Current portion of LT debt and capital leases_study"]={en:["Current portion of LT debt and capital leases"],it:["Quota corrente di debito a lungo termine e leasing"]},e.exports["Current ratio_study"]={en:["Current ratio"],it:["Current ratio (indice di liquidità)"]},e.exports.DMI_study={en:["DMI"]},e.exports["Dark Cloud Cover - Bearish_study"]={en:["Dark Cloud Cover - Bearish"],it:["Dark Cloud Cover - Ribassista"]},e.exports["Days inventory_study"]={en:["Days inventory"],it:["Giorni di inventario"]},e.exports["Days payable_study"]={en:["Days payable"],it:["Debito da fornitori"]},e.exports["Days sales outstanding_study"]={en:["Days sales outstanding"],it:["Media giorni per incasso vendita"]},e.exports["Debt to EBITDA ratio_study"]={en:["Debt to EBITDA ratio"],it:["Debito su EBITDA"]},e.exports["Debt to assets ratio_study"]={en:["Debt to assets ratio"],it:["Debito su attività"]},e.exports["Debt to equity ratio_study"]={en:["Debt to equity ratio"],it:["Debito su patrimonio"]},e.exports["Debt to revenue ratio_study"]={en:["Debt to revenue ratio"],it:["Debito su fatturato"]},e.exports["Deferred income, current_study"]={en:["Deferred income, current"],it:["Utile differito, corrente"]},e.exports["Deferred income, non-current_study"]={en:["Deferred income, non-current"],it:["Utile differito, fisso"]},e.exports["Deferred tax assets_study"]={en:["Deferred tax assets"],it:["Attività da imposte differite"]},e.exports["Deferred tax liabilities_study"]={en:["Deferred tax liabilities"],it:["Passività da imposte differite"]},e.exports["Deferred taxes (cash flow)_study"]={en:["Deferred taxes (cash flow)"],it:["Imposte differite (flusso di cassa)"]},e.exports["Deprecation and amortization_study"]={en:["Deprecation and amortization"],it:["Svalutazione ed ammortamento"]},e.exports["Depreciation & amortization (cash flow)_study"]={en:["Depreciation & amortization (cash flow)"],it:["Svalutazione ed ammortamento (flusso di cassa)"]},e.exports["Depreciation/depletion_study"]={en:["Depreciation/depletion"],it:["Svalutazione/esaurimento"]},e.exports.Depreciation_study={en:["Depreciation"],it:["Deprezzamento"]},e.exports["Detrended Price Oscillator_study"]={en:["Detrended Price Oscillator"]},e.exports["Diluted EPS_study"]={en:["Diluted EPS"],it:["EPS diluito"]},e.exports["Diluted earnings per share (Diluted EPS)_study"]={en:["Diluted earnings per share (Diluted EPS)"],
+it:["Utile per azione, diluito (EPS diluito)"]},e.exports["Diluted net income available to common stockholders_study"]={en:["Diluted net income available to common stockholders"],it:["Utile netto diluito per azionisti ordinari"]},e.exports["Diluted shares outstanding_study"]={en:["Diluted shares outstanding"],it:["Azioni circolanti diluite"]},e.exports["Dilution adjustment_study"]={en:["Dilution adjustment"],it:["Rettifica diluzione"]},e.exports["Directional Movement Index_study"]={en:["Directional Movement Index"]},e.exports["Directional Movement_study"]={en:["Directional Movement"],it:["Movimento direzionale"]},e.exports["Discontinued operations_study"]={en:["Discontinued operations"],it:["Operazioni dismesse"]},e.exports["Divergence Indicator_study"]={en:["Divergence Indicator"],it:["Indicatore di divergenza"]},e.exports["Dividend payout ratio %_study"]={en:["Dividend payout ratio %"],it:["Payout ratio da dividendi %"]},e.exports["Dividend yield %_study"]={en:["Dividend yield %"],it:["Rendimento div %"]},e.exports["Dividends payable_study"]={en:["Dividends payable"],it:["Debito da dividendi"]},e.exports["Dividends per share - common stock primary issue_study"]={en:["Dividends per share - common stock primary issue"],it:["Dividendi per azione - azioni ordinarie"]},e.exports["Doji Star - Bearish_study"]={en:["Doji Star - Bearish"],it:["Doji Star - Ribassista"]},e.exports["Doji Star - Bullish_study"]={en:["Doji Star - Bullish"],it:["Doji Star - Rialzista"]},e.exports.Doji_study={en:["Doji"]},e.exports["Donchian Channels_study"]={en:["Donchian Channels"],it:["Canali Donchian"]},e.exports["Double Bottom Chart Pattern_study"]={en:["Double Bottom Chart Pattern"],it:["Doppio Minimo Pattern Grafico"]},e.exports["Double EMA_study"]={en:["Double EMA"],it:["Doppia EMA"]},e.exports["Double Top Chart Pattern_study"]={en:["Double Top Chart Pattern"],it:["Doppio Massimo Pattern Grafico"]},e.exports["Downside Tasuki Gap - Bearish_study"]={en:["Downside Tasuki Gap - Bearish"],it:["Downside Tasuki Gap - Ribassista"]},e.exports["Dragonfly Doji - Bullish_study"]={en:["Dragonfly Doji - Bullish"],it:["Dragonfly Doji - Rialzista"]},e.exports["EBITDA margin %_study"]={en:["EBITDA margin %"],it:["Margine EBITDA %"]},e.exports.EBITDA_study={en:["EBITDA"]},e.exports.EBIT_study={en:["EBIT"]},e.exports["EMA Cross_study"]={en:["EMA Cross"],it:["Incrocio EMA"]},e.exports["EPS basic one year growth_study"]={en:["EPS basic one year growth"],it:["Crescita annuale EPS base"]},e.exports["EPS diluted one year growth_study"]={en:["EPS diluted one year growth"],it:["Crescita annuale EPS diluito"]},e.exports["EPS estimates_study"]={en:["EPS estimates"],it:["Stime EPS"]},e.exports["Earnings yield_study"]={en:["Earnings yield"],it:["Rendimento utili"]},e.exports["Ease Of Movement_study"]={en:["Ease Of Movement"]},e.exports["Ease of Movement_study"]={en:["Ease of Movement"],it:["Ease Of Movement"]},e.exports["Effective interest rate on debt %_study"]={en:["Effective interest rate on debt %"],it:["Tasso d'interesse effettivo su debito %"]},
+e.exports["Elder Force Index_study"]={en:["Elder Force Index"],it:["Indice Elder's Force"]},e.exports["Elder's Force Index_study"]={en:["Elder's Force Index"],it:["Indice Elder's Force"]},e.exports["Elders Force Index_study"]={en:["Elders Force Index"]},e.exports["Elliott Wave Chart Pattern_study"]={en:["Elliott Wave Chart Pattern"],it:["Onde di Elliott Pattern Grafico"]},e.exports["Engulfing - Bearish_study"]={en:["Engulfing - Bearish"],it:["Engulfing - Ribassista"]},e.exports["Engulfing - Bullish_study"]={en:["Engulfing - Bullish"],it:["Engulfing - Rialzista"]},e.exports["Enterprise value to EBIT ratio_study"]={en:["Enterprise value to EBIT ratio"],it:["Valore d'impresa su EBIT"]},e.exports["Enterprise value to EBITDA ratio_study"]={en:["Enterprise value to EBITDA ratio"],it:["Valore d'impresa su EBITDA"]},e.exports["Enterprise value to revenue ratio_study"]={en:["Enterprise value to revenue ratio"],it:["Valore d'impresa su fatturato"]},e.exports["Enterprise value_study"]={en:["Enterprise value"],it:["Valore d'impresa"]},e.exports.Envelope_study={en:["Envelope"]},e.exports.Envelopes_study={en:["Envelopes"]},e.exports["Equity in earnings_study"]={en:["Equity in earnings"],it:["Utili da partecipazioni"]},e.exports["Equity to assets ratio_study"]={en:["Equity to assets ratio"],it:["Patrimonio su attività"]},e.exports["Evening Doji Star - Bearish_study"]={en:["Evening Doji Star - Bearish"],it:["Evening Doji Star - Ribassista"]},e.exports["Evening Star - Bearish_study"]={en:["Evening Star - Bearish"],it:["Evening Star - Ribassista"]},e.exports["Falling Three Methods - Bearish_study"]={en:["Falling Three Methods - Bearish"],it:["Falling Three Methods - Ribassista"]},e.exports["Falling Wedge Chart Pattern_study"]={en:["Falling Wedge Chart Pattern"],it:["Cuneo Rialzista Pattern Grafico"]},e.exports["Falling Window - Bearish_study"]={en:["Falling Window - Bearish"],it:["Falling Window - Ribassista"]},e.exports["Financing activities – other sources_study"]={en:["Financing activities – other sources"],it:["Attività di finanziamento - altre fonti"]},e.exports["Financing activities – other uses_study"]={en:["Financing activities – other uses"],it:["Attività di finanziamento - altri scopi"]},e.exports["Fisher Transform_study"]={en:["Fisher Transform"]},e.exports["Fixed Range Volume Profile_study"]={en:["Fixed Range Volume Profile"],it:["Profilo volume ad intervallo fisso"]},e.exports["Fixed Range_study"]={en:["Fixed Range"],it:["Intervallo fisso"]},e.exports["Float shares outstanding_study"]={en:["Float shares outstanding"],it:["Azioni circolanti al pubblico"]},e.exports["Free cash flow margin %_study"]={en:["Free cash flow margin %"],it:["Margine flusso di cassa libero %"]},e.exports["Free cash flow_study"]={en:["Free cash flow"],it:["Flusso di cassa"]},e.exports["Fulmer H factor_study"]={en:["Fulmer H factor"],it:["Fattore H Fulmer"]},e.exports["Funds from operations_study"]={en:["Funds from operations"],it:["Proventi operativi"]},e.exports.Gaps_study={en:["Gaps"],it:["Gap"]},e.exports["Goodwill to assets ratio_study"]={
+en:["Goodwill to assets ratio"],it:["Avviamento su attività"]},e.exports["Goodwill, net_study"]={en:["Goodwill, net"],it:["Avviamento, netto"]},e.exports["Graham's number_study"]={en:["Graham's number"],it:["Numero di Graham"]},e.exports["Gravestone Doji - Bearish_study"]={en:["Gravestone Doji - Bearish"],it:["Gravestone Doji - Ribassista"]},e.exports["Greedy Strategy_study"]={en:["Greedy Strategy"]},e.exports["Gross margin %_study"]={en:["Gross margin %"],it:["Margine lordo %"]},e.exports["Gross profit to assets ratio_study"]={en:["Gross profit to assets ratio"],it:["Utile lordo su attività"]},e.exports["Gross profit_study"]={en:["Gross profit"],it:["Utile lordo"]},e.exports["Gross property/plant/equipment_study"]={en:["Gross property/plant/equipment"],it:["Lordo immobili/impianti/macchinari"]},e.exports["Guppy Multiple Moving Average_study"]={en:["Guppy Multiple Moving Average"]},e.exports["Hammer - Bullish_study"]={en:["Hammer - Bullish"],it:["Hammer - Rialzista"]},e.exports["Hanging Man - Bearish_study"]={en:["Hanging Man - Bearish"],it:["Hanging Man - Ribassista"]},e.exports["Harami - Bearish_study"]={en:["Harami - Bearish"],it:["Harami - RIbassista"]},e.exports["Harami - Bullish_study"]={en:["Harami - Bullish"],it:["Harami - Rialzista"]},e.exports["Harami Cross - Bearish_study"]={en:["Harami Cross - Bearish"],it:["Harami Cross - Ribassista"]},e.exports["Harami Cross - Bullish_study"]={en:["Harami Cross - Bullish"],it:["Harami Cross - Rialzista"]},e.exports["Head and Shoulders Chart Pattern_study"]={en:["Head and Shoulders Chart Pattern"],it:["Pattern grafico Testa e spalle"]},e.exports["Historical Volatility_study"]={en:["Historical Volatility"],it:["Volatilità storica"]},e.exports["Hull Moving Average_study"]={en:["Hull Moving Average"],it:["Media mobile Hull"]},e.exports["Ichimoku Cloud_study"]={en:["Ichimoku Cloud"]},e.exports.Ichimoku_study={en:["Ichimoku"]},e.exports.Impairments_study={en:["Impairments"],it:["Svalutazione"]},e.exports["InSide Bar Strategy_study"]={en:["InSide Bar Strategy"],it:["Strategia InSide Bar"]},e.exports["Income Tax Credits_study"]={en:["Income Tax Credits"],it:["Crediti d'imposta sul reddito"]},e.exports["Income Tax, current - foreign_study"]={en:["Income Tax, current - foreign"],it:["Imposta sul reddito, corrente - estero"]},e.exports["Income tax payable_study"]={en:["Income tax payable"],it:["Debito da imposte"]},e.exports["Income tax, current - domestic_study"]={en:["Income tax, current - domestic"],it:["Imposta sul reddito, corrente - nazionale"]},e.exports["Income tax, current_study"]={en:["Income tax, current"],it:["Imposta sul reddito, corrente"]},e.exports["Income tax, deferred - domestic_study"]={en:["Income tax, deferred - domestic"],it:["Imposte sul reddito, differite - nazionali"]},e.exports["Income tax, deferred - foreign_study"]={en:["Income tax, deferred - foreign"],it:["Imposte sul reddito, differite - estero"]},e.exports["Income tax, deferred_study"]={en:["Income tax, deferred"],it:["Imposte sul reddito, differite"]},e.exports["Interest capitalized_study"]={
+en:["Interest capitalized"],it:["Interesse capitalizzato"]},e.exports["Interest coverage_study"]={en:["Interest coverage"]},e.exports["Interest expense on debt_study"]={en:["Interest expense on debt"],it:["Spese interessi su debito"]},e.exports["Interest expense, net of interest capitalized_study"]={en:["Interest expense, net of interest capitalized"],it:["Spese interessi, dopo capitalizzazione interessi"]},e.exports["Inventories - finished goods_study"]={en:["Inventories - finished goods"],it:["Inventario - prodotti finali"]},e.exports["Inventories - progress payments & other_study"]={en:["Inventories - progress payments & other"],it:["Inventario - pagamenti pendenti e altro"]},e.exports["Inventories - raw materials_study"]={en:["Inventories - raw materials"],it:["Inventario - materie prime"]},e.exports["Inventories - work in progress_study"]={en:["Inventories - work in progress"],it:["Inventario - prodotti in realizzazione"]},e.exports["Inventory to revenue ratio_study"]={en:["Inventory to revenue ratio"],it:["Inventario su fatturato"]},e.exports["Inventory turnover_study"]={en:["Inventory turnover"],it:["Turnover inventario"]},e.exports["Inverted Cup and Handle Chart Pattern_study"]={en:["Inverted Cup and Handle Chart Pattern"],it:["Pattern grafico Cup and Handle inverso"]},e.exports["Inverted Hammer - Bullish_study"]={en:["Inverted Hammer - Bullish"],it:["Inverted Hammer - Rialzista"]},e.exports["Inverted Head and Shoulders Chart Pattern_study"]={en:["Inverted Head and Shoulders Chart Pattern"],it:["Pattern grafico testa e spalle inverso"]},e.exports["Investing activities – other sources_study"]={en:["Investing activities – other sources"],it:["Investimenti - altre fonti"]},e.exports["Investing activities – other uses_study"]={en:["Investing activities – other uses"],it:["Investimenti - altri usi"]},e.exports["Investments in unconsolidated subsidiaries_study"]={en:["Investments in unconsolidated subsidiaries"],it:["Investimenti non consolidati in sussidiarie"]},e.exports["Issuance of long term debt_study"]={en:["Issuance of long term debt"],it:["Emissione di debito a lungo termine"]},e.exports["Issuance/retirement of debt, net_study"]={en:["Issuance/retirement of debt, net"],it:["Emissione/ritiro di debito, netto"]},e.exports["Issuance/retirement of long term debt_study"]={en:["Issuance/retirement of long term debt"],it:["Emissione/ritiro di debito a lungo termine"]},e.exports["Issuance/retirement of other debt_study"]={en:["Issuance/retirement of other debt"],it:["Emissione/ritiro di altro debito"]},e.exports["Issuance/retirement of short term debt_study"]={en:["Issuance/retirement of short term debt"],it:["Emissione/ritiro debito a breve termine"]},e.exports["Issuance/retirement of stock, net_study"]={en:["Issuance/retirement of stock, net"],it:["Emissione/ritiro di azioni, netto"]},e.exports["KZ index_study"]={en:["KZ index"],it:["Indice KZ"]},e.exports["Keltner Channel Strategy_study"]={en:["Keltner Channel Strategy"],it:["Strategia Canale di Keltner"]},e.exports["Keltner Channels Strategy_study"]={
+en:["Keltner Channels Strategy"],it:["Strategia Canali di Keltner"]},e.exports["Keltner Channels_study"]={en:["Keltner Channels"],it:["Canali di Keltner"]},e.exports["Key stats_study"]={en:["Key stats"],it:["Statistiche chiave"]},e.exports["Kicking - Bearish_study"]={en:["Kicking - Bearish"],it:["Kicking - Ribassista"]},e.exports["Kicking - Bullish_study"]={en:["Kicking - Bullish"],it:["Kicking - Rialzista"]},e.exports["Klinger Oscillator_study"]={en:["Klinger Oscillator"]},e.exports["Know Sure Thing_study"]={en:["Know Sure Thing"]},e.exports["Least Squares Moving Average_study"]={en:["Least Squares Moving Average"],it:["Media mobile Least Squares"]},e.exports["Legal claim expense_study"]={en:["Legal claim expense"],it:["Spese legali"]},e.exports["Linear Regression Channel_study"]={en:["Linear Regression Channel"],it:["Canale di Regressione Lineare"]},e.exports["Linear Regression Curve_study"]={en:["Linear Regression Curve"]},e.exports["Linear Regression Slope_study"]={en:["Linear Regression Slope"]},e.exports["Linear Regression_study"]={en:["Linear Regression"],it:["Regressione lineare"]},e.exports["Liquidity ratios_study"]={en:["Liquidity ratios"],it:["Metriche di liquidità"]},e.exports["Long Lower Shadow - Bullish_study"]={en:["Long Lower Shadow - Bullish"],it:["Lower shadow lunga - Rialzista"]},e.exports["Long Upper Shadow - Bearish_study"]={en:["Long Upper Shadow - Bearish"],it:["Lower shadow lunga - Ribassista"]},e.exports["Long term debt excl. lease liabilities_study"]={en:["Long term debt excl. lease liabilities"],it:["Debito a lungo termine, escl. leasing"]},e.exports["Long term debt to total assets ratio_study"]={en:["Long term debt to total assets ratio"],it:["Debito a lungo termine su attività totali"]},e.exports["Long term debt to total equity ratio_study"]={en:["Long term debt to total equity ratio"],it:["Rapporto tra debito a lungo termine e patrimonio netto totale"]},e.exports["Long term debt_study"]={en:["Long term debt"],it:["Debito a lungo termine"]},e.exports["Long term investments_study"]={en:["Long term investments"],it:["Investimenti a lungo termine"]},e.exports["MA Cross_study"]={en:["MA Cross"],it:["Incrocio media mobile"]},e.exports["MA with EMA Cross_study"]={en:["MA with EMA Cross"],it:["Incrocio MA con EMA"]},e.exports["MA/EMA Cross_study"]={en:["MA/EMA Cross"],it:["Incrocio MA/EMA"]},e.exports["MACD Strategy_study"]={en:["MACD Strategy"],it:["Strategia MACD"]},e.exports.MACD_study={en:["MACD"]},e.exports["Majority Rule_study"]={en:["Majority Rule"]},e.exports["Market capitalization_study"]={en:["Market capitalization"],it:["Capitalizzazione di mercato"]},e.exports["Marubozu Black - Bearish_study"]={en:["Marubozu Black - Bearish"],it:["Marubozu nera - Ribassista"]},e.exports["Marubozu White - Bullish_study"]={en:["Marubozu White - Bullish"],it:["Marubozu bianca - Rialzista"]},e.exports["Mass Index_study"]={en:["Mass Index"]},e.exports["McGinley Dynamic_study"]={en:["McGinley Dynamic"]},e.exports["Median Price_study"]={en:["Median Price"]},e.exports.Median_study={en:["Median"],
+it:["Mediana"]},e.exports["Minority interest_study"]={en:["Minority interest"],it:["Partecipazione di minoranza"]},e.exports["Miscellaneous non-operating expense_study"]={en:["Miscellaneous non-operating expense"],it:["Spese non operative varie"]},e.exports["Momentum Strategy_study"]={en:["Momentum Strategy"],it:["Strategia Momentum"]},e.exports.Momentum_study={en:["Momentum"]},e.exports["Money Flow Index_study"]={en:["Money Flow Index"],it:["Indice Money Flow"]},e.exports["Money Flow_study"]={en:["Money Flow"]},e.exports["Moon Phases_study"]={en:["Moon Phases"],it:["Fasi lunari"]},e.exports["Morning Doji Star - Bullish_study"]={en:["Morning Doji Star - Bullish"],it:["Morning Doji Star - Rialzista"]},e.exports["Morning Star - Bullish_study"]={en:["Morning Star - Bullish"],it:["Morning Star - Rialzista"]},e.exports["Moving Average Adaptive_study"]={en:["Moving Average Adaptive"],it:["Media mobile flessibile"]},e.exports["Moving Average Channel_study"]={en:["Moving Average Channel"],it:["Canale media mobile"]},e.exports["Moving Average Convergence Divergence_study"]={en:["Moving Average Convergence Divergence"],it:["Media Mobile Divergenza Convergenza (MACD)"]},e.exports["Moving Average Convergence/Divergence_study"]={en:["Moving Average Convergence/Divergence"],it:["Convergenza/Divergenza di medie mobili"]},e.exports["Moving Average Double_study"]={en:["Moving Average Double"],it:["Media mobile doppia"]},e.exports["Moving Average Exponential_study"]={en:["Moving Average Exponential"],it:["Media mobile esponenziale"]},e.exports["Moving Average Hamming_study"]={en:["Moving Average Hamming"]},e.exports["Moving Average Modified_study"]={en:["Moving Average Modified"],it:["Media mobile modificata"]},e.exports["Moving Average Multiple_study"]={en:["Moving Average Multiple"],it:["Media mobile multiplo"]},e.exports["Moving Average Ribbon_study"]={en:["Moving Average Ribbon"],it:["Media Mobile a Fascio"]},e.exports["Moving Average Simple_study"]={en:["Moving Average Simple"],it:["Media mobile semplice"]},e.exports["Moving Average Triple_study"]={en:["Moving Average Triple"],it:["Media mobile tripla"]},e.exports["Moving Average Weighted_study"]={en:["Moving Average Weighted"],it:["Media mobile ponderata"]},e.exports["Moving Average_study"]={en:["Moving Average"],it:["Media mobile"]},e.exports["MovingAvg Cross_study"]={en:["MovingAvg Cross"],it:["Incrocio MediaMob"]},e.exports["MovingAvg2Line Cross_study"]={en:["MovingAvg2Line Cross"],it:["Incrocio MovingAvg2Line"]},e.exports["Multi-Time Period Charts_study"]={en:["Multi-Time Period Charts"],it:["Grafici multi-timeframe"]},e.exports["Net Volume_study"]={en:["Net Volume"],it:["Volume netto"]},e.exports["Net current asset value per share_study"]={en:["Net current asset value per share"],it:["Attività correnti nette per azione"]},e.exports["Net debt_study"]={en:["Net debt"],it:["Debito netto"]},e.exports["Net income (cash flow)_study"]={en:["Net income (cash flow)"],it:["Utile netto (flusso di cassa)"]},e.exports["Net income before discontinued operations_study"]={
+en:["Net income before discontinued operations"],it:["Utile netto al lordo delle operazioni dismesse"]},e.exports["Net income per employee_study"]={en:["Net income per employee"],it:["Utile netto per dipendente"]},e.exports["Net income_study"]={en:["Net income"],it:["Utile netto"]},e.exports["Net intangible assets_study"]={en:["Net intangible assets"],it:["Attività immateriali nette"]},e.exports["Net margin %_study"]={en:["Net margin %"],it:["Margine netto %"]},e.exports["Net property/plant/equipment_study"]={en:["Net property/plant/equipment"],it:["Netto immobili/impianti/macchinari"]},e.exports["Non-cash items_study"]={en:["Non-cash items"],it:["Fattori da reddito straordinario"]},e.exports["Non-controlling/minority interest_study"]={en:["Non-controlling/minority interest"],it:["Partecipazione di minoranza"]},e.exports["Non-operating income, excl. interest expenses_study"]={en:["Non-operating income, excl. interest expenses"],it:["Utile non operativo, escl. spese da interessi"]},e.exports["Non-operating income, total_study"]={en:["Non-operating income, total"],it:["Utile non operativo, totale"]},e.exports["Non-operating interest income_study"]={en:["Non-operating interest income"],it:["Reddito da interessi - Non operativo"]},e.exports["Note receivable - long term_study"]={en:["Note receivable - long term"],it:["Cambiale attiva - lungo termine"]},e.exports["Notes payable_study"]={en:["Notes payable"],it:["Debito da cambiali"]},e.exports["Number of employees_study"]={en:["Number of employees"],it:["Numero dipendenti"]},e.exports["Number of shareholders_study"]={en:["Number of shareholders"],it:["Numero di azionisti"]},e.exports["On Balance Volume_study"]={en:["On Balance Volume"],it:["Volume On Balance"]},e.exports["On Neck - Bearish_study"]={en:["On Neck - Bearish"],it:["On Neck - Ribassista"]},e.exports["Open Interest_study"]={en:["Open Interest"],it:["Open interest"]},e.exports["Operating earnings yield %_study"]={en:["Operating earnings yield %"],it:["Rendimento utile operativo %"]},e.exports["Operating expenses (excl. COGS)_study"]={en:["Operating expenses (excl. COGS)"],it:["Spese operative (escl. COGS)"]},e.exports["Operating income_study"]={en:["Operating income"],it:["Utile operativo"]},e.exports["Operating lease liabilities_study"]={en:["Operating lease liabilities"],it:["Passività da leasing operativo"]},e.exports["Operating margin %_study"]={en:["Operating margin %"],it:["Margine operativo %"]},e.exports["Other COGS_study"]={en:["Other COGS"],it:["Altro (COGS)"]},e.exports["Other common equity_study"]={en:["Other common equity"],it:["Altro patrimonio"]},e.exports["Other cost of goods sold_study"]={en:["Other cost of goods sold"],it:["Altro costo del venduto"]},e.exports["Other current assets, total_study"]={en:["Other current assets, total"],it:["Altre attività correnti, totale"]},e.exports["Other current liabilities_study"]={en:["Other current liabilities"],it:["Altre passività correnti"]},e.exports["Other exceptional charges_study"]={en:["Other exceptional charges"],it:["Altri oneri eccezionali"]},
+e.exports["Other financing cash flow items, total_study"]={en:["Other financing cash flow items, total"],it:["Flussi di cassa da altre attività finanziarie, Totale"]},e.exports["Other intangibles, net_study"]={en:["Other intangibles, net"],it:["Altri beni immateriali, netto"]},e.exports["Other investing cash flow items, total_study"]={en:["Other investing cash flow items, total"],it:["Flussi di cassa da altre attività d'investimento, Totale"]},e.exports["Other investments_study"]={en:["Other investments"],it:["Altri investimenti"]},e.exports["Other liabilities, total_study"]={en:["Other liabilities, total"],it:["Altre passività, totale"]},e.exports["Other long term assets, total_study"]={en:["Other long term assets, total"],it:["Altre attività a lungo termine, totale"]},e.exports["Other non-current liabilities, total_study"]={en:["Other non-current liabilities, total"],it:["Altre passività fisse, totale"]},e.exports["Other operating expenses, total_study"]={en:["Other operating expenses, total"],it:["Altre spese operative, totale"]},e.exports["Other receivables_study"]={en:["Other receivables"],it:["Altri crediti"]},e.exports["Other short term debt_study"]={en:["Other short term debt"],it:["Altro debito a breve termine"]},e.exports["OutSide Bar Strategy_study"]={en:["OutSide Bar Strategy"],it:["Strategia OutSide Bar"]},e.exports.Overlay_study={en:["Overlay"],it:["Sovrapponi"]},e.exports["PEG ratio_study"]={en:["PEG ratio"],it:["Indice PEG"]},e.exports["Paid in capital_study"]={en:["Paid in capital"],it:["Capitale ricevuto"]},e.exports["Parabolic SAR Strategy_study"]={en:["Parabolic SAR Strategy"],it:["Strategia Parabolic SAR"]},e.exports["Parabolic SAR_study"]={en:["Parabolic SAR"],it:["SAR parabolico"]},e.exports["Periodic Volume Profile_study"]={en:["Periodic Volume Profile"],it:["Profilo Volume Periodico"]},e.exports["Piercing - Bullish_study"]={en:["Piercing - Bullish"],it:["Piercing - Rialzista"]},e.exports["Piotroski F-score_study"]={en:["Piotroski F-score"]},e.exports["Pivot Extension Strategy_study"]={en:["Pivot Extension Strategy"],it:["Strategia Pivot Extension"]},e.exports["Pivot Points High Low_study"]={en:["Pivot Points High Low"],it:["Punti pivot massimi minimi"]},e.exports["Pivot Points Standard_study"]={en:["Pivot Points Standard"],it:["Punti Pivot Standard"]},e.exports["Pivot Reversal Strategy_study"]={en:["Pivot Reversal Strategy"],it:["Strategia Pivot Reversal"]},e.exports["Preferred dividends paid_study"]={en:["Preferred dividends paid"],it:["Dividendi privilegiati pagati"]},e.exports["Preferred dividends_study"]={en:["Preferred dividends"],it:["Dividendi privilegiati"]},e.exports["Preferred stock, carrying value_study"]={en:["Preferred stock, carrying value"],it:["Azioni privilegiate, valore contabile"]},e.exports["Prepaid expenses_study"]={en:["Prepaid expenses"],it:["Ratei"]},e.exports["Pretax equity in earnings_study"]={en:["Pretax equity in earnings"],it:["Utili pre-imposte da partecipazioni"]},e.exports["Pretax income_study"]={en:["Pretax income"],it:["Utile lordo"]},
+e.exports["Price Channel Strategy_study"]={en:["Price Channel Strategy"],it:["Strategia Price Channel"]},e.exports["Price Channel_study"]={en:["Price Channel"],it:["Canale prezzo"]},e.exports["Price Oscillator_study"]={en:["Price Oscillator"]},e.exports["Price Volume Trend_study"]={en:["Price Volume Trend"]},e.exports["Price earnings ratio forward_study"]={en:["Price earnings ratio forward"],it:["Prezzo utili forward"]},e.exports["Price sales ratio forward_study"]={en:["Price sales ratio forward"],it:["Prezzo su fatturato - forward"]},e.exports["Price to book ratio_study"]={en:["Price to book ratio"],it:["Prezzo su valore contabile"]},e.exports["Price to cash flow ratio_study"]={en:["Price to cash flow ratio"],it:["Prezzo su flusso di cassa"]},e.exports["Price to earnings ratio_study"]={en:["Price to earnings ratio"],it:["Prezzo utili"]},e.exports["Price to free cash flow ratio_study"]={en:["Price to free cash flow ratio"],it:["Prezzo su flusso di cassa libero"]},e.exports["Price to sales ratio_study"]={en:["Price to sales ratio"],it:["Prezzo su fatturato"]},e.exports["Price to tangible book ratio_study"]={en:["Price to tangible book ratio"],it:["Prezzo su valore contabile tangibile"]},e.exports["Profitability ratios_study"]={en:["Profitability ratios"],it:["Metriche di profittabilità"]},e.exports["Provision for risks & charge_study"]={en:["Provision for risks & charge"],it:["Scorta per rischi e contingenze"]},e.exports["Purchase of investments_study"]={en:["Purchase of investments"],it:["Acquisto di investimenti"]},e.exports["Purchase/acquisition of business_study"]={en:["Purchase/acquisition of business"],it:["Rilevazione/acquisizione di attività commerciali"]},e.exports["Purchase/sale of business, net_study"]={en:["Purchase/sale of business, net"],it:["Netto da acquisizioni/cessioni"]},e.exports["Purchase/sale of investments, net_study"]={en:["Purchase/sale of investments, net"],it:["Acquisto/vendita di investimenti, netto"]},e.exports["Quality ratio_study"]={en:["Quality ratio"],it:["Quality ratio (Indice di qualità)"]},e.exports["Quick ratio_study"]={en:["Quick ratio"],it:["Quick ratio (indice di liquidità)"]},e.exports["RSI Strategy_study"]={en:["RSI Strategy"],it:["Strategia RSI"]},e.exports["Rate Of Change_study"]={en:["Rate Of Change"]},e.exports["Rectangle Chart Pattern_study"]={en:["Rectangle Chart Pattern"],it:["Rettangolo Pattern Grafico"]},e.exports["Reduction of long term debt_study"]={en:["Reduction of long term debt"],it:["Riduzione debito a lungo termine"]},e.exports["Relative Strength Index_study"]={en:["Relative Strength Index"]},e.exports["Relative Vigor Index_study"]={en:["Relative Vigor Index"]},e.exports["Relative Volatility Index_study"]={en:["Relative Volatility Index"]},e.exports["Relative Volume at Time_study"]={en:["Relative Volume at Time"],it:["Volume relativo al tempo"]},e.exports["Repurchase of common & preferred stock_study"]={en:["Repurchase of common & preferred stock"],it:["Riacquisto di azioni ordinarie e privilegiate"]},
+e.exports["Research & development to revenue ratio_study"]={en:["Research & development to revenue ratio"],it:["Ricerca e sviluppo su fatturato"]},e.exports["Research & development_study"]={en:["Research & development"],it:["Ricerca e sviluppo"]},e.exports["Restructuring charge_study"]={en:["Restructuring charge"],it:["Oneri di ristrutturazione"]},e.exports["Retained earnings_study"]={en:["Retained earnings"],it:["Utile non distribuito"]},e.exports["Return on assets %_study"]={en:["Return on assets %"],it:["ROA - Rendimento attività %"]},e.exports["Return on equity %_study"]={en:["Return on equity %"],it:["ROE - Rendimento del capitale %"]},e.exports["Return on equity adjusted to book value %_study"]={en:["Return on equity adjusted to book value %"],it:["Rendimento del capitale adeguato a valore contabile %"]},e.exports["Return on invested capital %_study"]={en:["Return on invested capital %"],it:["ROI - Rendimento degli investimenti %"]},e.exports["Return on tangible assets %_study"]={en:["Return on tangible assets %"],it:["Rendimento attività tangibili %"]},e.exports["Return on tangible equity %_study"]={en:["Return on tangible equity %"],it:["Rendimento del patrimonio tangibile %"]},e.exports["Revenue estimates_study"]={en:["Revenue estimates"],it:["Stime fatturato"]},e.exports["Revenue one year growth_study"]={en:["Revenue one year growth"],it:["Crescita annuale fatturato"]},e.exports["Revenue per employee_study"]={en:["Revenue per employee"],it:["Fatturato per dipendente"]},e.exports["Rising Three Methods - Bullish_study"]={en:["Rising Three Methods - Bullish"],it:["Rising Three Methods - Rialzista"]},e.exports["Rising Wedge Chart Pattern_study"]={en:["Rising Wedge Chart Pattern"],it:["Cuneo Ribassista Pattern Grafico"]},e.exports["Rising Window - Bullish_study"]={en:["Rising Window - Bullish"],it:["Rising Window - Rialzista"]},e.exports["Rob Booker - ADX Breakout_study"]={en:["Rob Booker - ADX Breakout"]},e.exports["Rob Booker - Intraday Pivot Points_study"]={en:["Rob Booker - Intraday Pivot Points"],it:["Rob Booker - Pivot Point Intraday"]},e.exports["Rob Booker - Knoxville Divergence_study"]={en:["Rob Booker - Knoxville Divergence"],it:["Rob Booker - Divergenza Knoxville"]},e.exports["Rob Booker - Missed Pivot Points_study"]={en:["Rob Booker - Missed Pivot Points"],it:["Rob Booker - Pivot Point Mancati"]},e.exports["Rob Booker - Reversal_study"]={en:["Rob Booker - Reversal"]},e.exports["Rob Booker - Ziv Ghost Pivots_study"]={en:["Rob Booker - Ziv Ghost Pivots"],it:["Rob Booker - Pivot Ziv Ghost"]},e.exports["SMI Ergodic Indicator/Oscillator_study"]={en:["SMI Ergodic Indicator/Oscillator"],it:["Indicatore/Oscillatore SMI Ergodic"]},e.exports["SMI Ergodic Indicator_study"]={en:["SMI Ergodic Indicator"],it:["Indicatore SMI Ergodic"]},e.exports["SMI Ergodic Oscillator_study"]={en:["SMI Ergodic Oscillator"],it:["Oscillatore SMI Ergodic"]},e.exports["Sale of common & preferred stock_study"]={en:["Sale of common & preferred stock"],it:["Vendita di azioni ordinarie e privilegiate"]},
+e.exports["Sale of fixed assets & businesses_study"]={en:["Sale of fixed assets & businesses"],it:["Vendita di attività commerciali e beni immobili"]},e.exports["Sale/maturity of investments_study"]={en:["Sale/maturity of investments"],it:["Vendita/maturazione di investimenti"]},e.exports["Selling/general/admin expenses, other_study"]={en:["Selling/general/admin expenses, other"],it:["Spese generali, amministrative e di vendita, Altro"]},e.exports["Selling/general/admin expenses, total_study"]={en:["Selling/general/admin expenses, total"],it:["Spese generali, amministrative e di vendita, Totale"]},e.exports["Session Volume HD_study"]={en:["Session Volume HD"],it:["Volume di sessione HD"]},e.exports["Session Volume Profile HD_study"]={en:["Session Volume Profile HD"],it:["Profilo Volume Sessione HD"]},e.exports["Session Volume Profile_study"]={en:["Session Volume Profile"],it:["Profilo Volume Sessione"]},e.exports["Session Volume_study"]={en:["Session Volume"],it:["Volume di sessione"]},e.exports["Shareholders' equity_study"]={en:["Shareholders' equity"],it:["Patrimonio azionisti"]},e.exports["Shares buyback ratio %_study"]={en:["Shares buyback ratio %"],it:["Buyback di azioni %"]},e.exports["Shooting Star - Bearish_study"]={en:["Shooting Star - Bearish"],it:["Shooting Star - Ribassista"]},e.exports["Short term debt excl. current portion of LT debt_study"]={en:["Short term debt excl. current portion of LT debt"],it:["Debito a breve termine, escl. porzione corrente a lungo termine"]},e.exports["Short term debt_study"]={en:["Short term debt"],it:["Debito a breve termine"]},e.exports["Short term investments_study"]={en:["Short term investments"],it:["Investimenti a breve termine"]},e.exports["Sloan ratio %_study"]={en:["Sloan ratio %"],it:["Indice Sloan %"]},e.exports["Smoothed Moving Average_study"]={en:["Smoothed Moving Average"],it:["Media mobile smoothed"]},e.exports["Solvency ratios_study"]={en:["Solvency ratios"],it:["Metriche di solvenza"]},e.exports["Spinning Top Black_study"]={en:["Spinning Top Black"],it:["Spinning top nero"]},e.exports["Spinning Top White_study"]={en:["Spinning Top White"],it:["Spinning top bianco"]},e.exports["Springate score_study"]={en:["Springate score"],it:["Punteggio Springate"]},e.exports["Standard Deviation_study"]={en:["Standard Deviation"],it:["Deviazione standard"]},e.exports["Standard Error Bands_study"]={en:["Standard Error Bands"],it:["Bande errore standard"]},e.exports["Standard Error_study"]={en:["Standard Error"],it:["Errore standard"]},e.exports.Stoch_study={en:["Stoch"],it:["Stoc"]},e.exports["Stochastic Momentum Index_study"]={en:["Stochastic Momentum Index"],it:["Indice stocastico Momentum"]},e.exports["Stochastic RSI_study"]={en:["Stochastic RSI"],it:["Stocastico RSI"]},e.exports["Stochastic Slow Strategy_study"]={en:["Stochastic Slow Strategy"],it:["Strategia Stochastic Slow"]},e.exports.Stochastic_study={en:["Stochastic"],it:["Stocastico"]},e.exports.SuperTrend_study={en:["SuperTrend"]},e.exports["Supertrend Strategy_study"]={en:["Supertrend Strategy"],
+it:["Strategia SuperTrend"]},e.exports.Supertrend_study={en:["Supertrend"],it:["SuperTrend"]},e.exports["Sustainable growth rate_study"]={en:["Sustainable growth rate"],it:["Tasso di crescita sostenibile"]},e.exports.TRIX_study={en:["TRIX"]},e.exports["Tangible book value per share_study"]={en:["Tangible book value per share"],it:["Valore contabile tangibile per azione"]},e.exports["Tangible common equity ratio_study"]={en:["Tangible common equity ratio"],it:["Patrimonio ordinario tangibile"]},e.exports.Taxes_study={en:["Taxes"],it:["Tasse"]},e.exports["Technical Ratings Strategy_study"]={en:["Technical Ratings Strategy"],it:["Strategia Rating Tecnici"]},e.exports["Technical Ratings_study"]={en:["Technical Ratings"],it:["Rating Tecnici"]},e.exports.Technicals_study={en:["Technicals"],it:["Tecnici"]},e.exports["Three Black Crows - Bearish_study"]={en:["Three Black Crows - Bearish"],it:["Three black crows - Ribassista"]},e.exports["Three White Soldiers - Bullish_study"]={en:["Three White Soldiers - Bullish"],it:["Three white soldiers - Rialzista"]},e.exports["Time Weighted Average Price_study"]={en:["Time Weighted Average Price"],it:["Prezzo medio ponderato per il tempo"]},e.exports["Tobin's Q (approximate)_study"]={en:["Tobin's Q (approximate)"],it:["Q di Tobin (approssimata)"]},e.exports["Total assets_study"]={en:["Total assets"],it:["Totale attività"]},e.exports["Total cash dividends paid_study"]={en:["Total cash dividends paid"],it:["Totale dividendo liquidato"]},e.exports["Total common shares outstanding_study"]={en:["Total common shares outstanding"],it:["Totale azioni ordinarie circolanti"]},e.exports["Total current assets_study"]={en:["Total current assets"],it:["Totale attività correnti"]},e.exports["Total current liabilities_study"]={en:["Total current liabilities"],it:["Totale passività correnti"]},e.exports["Total debt_study"]={en:["Total debt"],it:["Debito totale"]},e.exports["Total equity_study"]={en:["Total equity"],it:["Totale patrimonio netto"]},e.exports["Total inventory_study"]={en:["Total inventory"],it:["Inventario totale"]},e.exports["Total liabilities & shareholders' equities_study"]={en:["Total liabilities & shareholders' equities"],it:["Totale passività e patrimonio netto"]},e.exports["Total liabilities_study"]={en:["Total liabilities"],it:["Totale passività"]},e.exports["Total non-current assets_study"]={en:["Total non-current assets"],it:["Totale attività fisse"]},e.exports["Total non-current liabilities_study"]={en:["Total non-current liabilities"],it:["Totale passività fisse"]},e.exports["Total operating expenses_study"]={en:["Total operating expenses"],it:["Totale spese operative"]},e.exports["Total receivables, net_study"]={en:["Total receivables, net"],it:["Totale crediti, netto"]},e.exports["Total revenue_study"]={en:["Total revenue"],it:["Fatturato totale"]},e.exports["Trading Sessions_study"]={en:["Trading Sessions"],it:["Sessioni di trading"]},e.exports["Treasury stock - common_study"]={en:["Treasury stock - common"],it:["Titoli propri - azioni ordinarie"]},
+e.exports["Trend Strength Index_study"]={en:["Trend Strength Index"],it:["Indice di forza trend"]},e.exports["Tri-Star - Bearish_study"]={en:["Tri-Star - Bearish"],it:["Tri-Star - Ribassista"]},e.exports["Tri-Star - Bullish_study"]={en:["Tri-Star - Bullish"],it:["Tri-Star - Rialzista"]},e.exports["Triangle Chart Pattern_study"]={en:["Triangle Chart Pattern"],it:["Triangolo Pattern Grafico"]},e.exports["Triple Bottom Chart Pattern_study"]={en:["Triple Bottom Chart Pattern"],it:["Triplo Minimo Pattern Grafico"]},e.exports["Triple EMA_study"]={en:["Triple EMA"],it:["Tripla EMA"]},e.exports["Triple Top Chart Pattern_study"]={en:["Triple Top Chart Pattern"],it:["Triplo Massimo Pattern Grafico"]},e.exports["True Strength Index_study"]={en:["True Strength Index"]},e.exports["True Strength Indicator_study"]={en:["True Strength Indicator"],it:["Indicatore True Strength"]},e.exports["Tweezer Top - Bearish_study"]={en:["Tweezer Top - Bearish"],it:["Tweezer Top - Ribassista"]},e.exports["Typical Price_study"]={en:["Typical Price"],it:["Prezzo tipico"]},e.exports["Ultimate Oscillator_study"]={en:["Ultimate Oscillator"]},e.exports["Unrealized gain/loss_study"]={en:["Unrealized gain/loss"],it:["Utili/perdite non realizzati"]},e.exports["Unusual income/expense_study"]={en:["Unusual income/expense"],it:["Utili/costi straordinari"]},e.exports["Up/Down Volume_study"]={en:["Up/Down Volume"],it:["Volume Up/Down"]},e.exports["Upside Tasuki Gap - Bullish_study"]={en:["Upside Tasuki Gap - Bullish"],it:["Upside Tasuki Gap - Rialzista"]},e.exports["VWAP Auto Anchored_study"]={en:["VWAP Auto Anchored"],it:["VWAP Ancorato in Automatico"]},e.exports.VWAP_study={en:["VWAP"]},e.exports.VWMA_study={en:["VWMA"]},e.exports["Valuation ratios_study"]={en:["Valuation ratios"],it:["Metriche di valutazione"]},e.exports["Visible Average Price_study"]={en:["Visible Average Price"]},e.exports["Visible Range Volume Profile_study"]={en:["Visible Range Volume Profile"],it:["Profilo volume range visibile"]},e.exports["Visible Range_study"]={en:["Visible Range"],it:["Range visibile"]},e.exports.Vol_study={en:["Vol"]},e.exports["Volatility Close-to-Close_study"]={en:["Volatility Close-to-Close"]},e.exports["Volatility Index_study"]={en:["Volatility Index"],it:["Indice di volatilità"]},e.exports["Volatility O-H-L-C_study"]={en:["Volatility O-H-L-C"],it:["Volatilità O-H-L-C"]},e.exports["Volatility Stop_study"]={en:["Volatility Stop"]},e.exports["Volatility Zero Trend Close-to-Close_study"]={en:["Volatility Zero Trend Close-to-Close"]},e.exports["Volty Expan Close Strategy_study"]={en:["Volty Expan Close Strategy"],it:["Strategia Volty Expan Close"]},e.exports["Volume Oscillator_study"]={en:["Volume Oscillator"],it:["Oscillatore Volume"]},e.exports["Volume Weighted Average Price_study"]={en:["Volume Weighted Average Price"]},e.exports["Volume Weighted Moving Average_study"]={en:["Volume Weighted Moving Average"],it:["Media Mobile Ponderata con Volume (VWMA)"]},e.exports.Volume_study={en:["Volume"]},e.exports["Vortex Indicator_study"]={en:["Vortex Indicator"],
+it:["Indicatore Vortex"]},e.exports["Williams %R_study"]={en:["Williams %R"]},e.exports["Williams Alligator_study"]={en:["Williams Alligator"]},e.exports["Williams Fractal_study"]={en:["Williams Fractal"]},e.exports["Williams Fractals_study"]={en:["Williams Fractals"]},e.exports["Williams Percent Range_study"]={en:["Williams Percent Range"]},e.exports["Woodies CCI_study"]={en:["Woodies CCI"]},e.exports["Zig Zag_study"]={en:["Zig Zag"]},e.exports["Zmijewski score_study"]={en:["Zmijewski score"],it:["Indice Zmijewski"]}},89633:e=>{e.exports={en:["Anchored Volume Profile"],it:["Profilo volume ancorato"]}},25705:e=>{e.exports={en:["Fixed Range Volume Profile"],it:["Profilo volume ad intervallo fisso"]}},24261:e=>{e.exports={en:["Vol"]}},67736:e=>{e.exports={en:["Minor"],it:["Minore"]}},922:e=>{e.exports={en:["Minute"],it:["Minuto"]}},91405:e=>{e.exports={en:["Text"],it:["Testo"]}},78972:e=>{e.exports={en:["Couldn't copy"],it:["Impossibile copiare"]}},10615:e=>{e.exports={en:["Couldn't cut"],it:["Impossibile tagliare"]}},81518:e=>{e.exports={en:["Couldn't paste"],it:["Impossibile incollare"]}},83140:e=>{e.exports={en:["Countdown to bar close"],it:["Conto alla rovescia"]}},10871:e=>{e.exports={en:["Colombo"]}},55761:e=>{e.exports={en:["Columns"],it:["Colonne"]}},9818:e=>{e.exports={en:["Comment"],it:["Commento"]}},53942:e=>{e.exports={en:["Compare or Add Symbol"],it:["Confronta o aggiungi simbolo"]}},12086:e=>{e.exports={en:["Compilation error"],it:["Errore di compilazione"]}},71692:e=>{e.exports={en:["Confirm to remove locked drawings"],it:["Conferma la rimozione dei disegni bloccati"]}},48141:e=>{e.exports={en:["Confirm Inputs"],it:["Conferma input"]}},81605:e=>{e.exports={en:["Confirm Remove Study Tree"],it:["Conferma rimozione albero di studio"]}},38917:e=>{e.exports={en:["Copenhagen"]}},49680:e=>{e.exports={en:["Copy"],it:["Copia"]}},66134:e=>{e.exports={en:["Copy Chart Layout"],it:["Copia layout grafico"]}},63553:e=>{e.exports={en:["Copy price"],it:["Copia prezzo"]}},65736:e=>{e.exports={en:["Cairo"]}},25381:e=>{e.exports={en:["Callout"],it:["Annuncio"]}},45054:e=>{e.exports={en:["Candles"],it:["Candele"]}},30948:e=>{e.exports={en:["Caracas"]}},70409:e=>{e.exports={en:["Casablanca"]}},37276:e=>{e.exports={en:["Change"],it:["Variazione"]}},85124:e=>{e.exports={en:["Change Symbol"],it:["Cambia simbolo"]}},2569:e=>{e.exports={en:["Change interval"],it:["Cambia timeframe"]}},9687:e=>{e.exports={en:["Change interval. Press number or comma"],it:["Modifica l'intervallo. Premere numero o virgola"]}},36332:e=>{e.exports={en:["Change symbol. Start typing symbol name"],it:["Cambia simbolo. Iniziare a digitare il nome del simbolo"]}},48566:e=>{e.exports={en:["Change scale currency"],it:["Modifica valuta della scala"]}},85110:e=>{e.exports={en:["Change scale unit"],it:["Modifica unità della scala"]}},56275:e=>{e.exports={en:["Chart #{index}"],it:["Grafico #{index}"]}},39950:e=>{e.exports={en:["Chart Properties"],it:["Proprietà grafico"]}},98856:e=>{e.exports={en:["Chart by TradingView"],it:["Grafico da TradingView"]}},1136:e=>{
+e.exports={en:["Chart for {symbol}, {interval}"],it:["Grafico di {symbol}, {interval}"]}},69804:e=>{e.exports={en:["Chart image copied to clipboard {emoji}"],it:["Immagine del grafico copiata negli appunti {emoji}"]}},6655:e=>{e.exports={en:["Chart image embed code copied to clipboard {emoji}"],it:["Codice di incorporamento dell'immagine del grafico copiato negli appunti {emoji}"]}},36549:e=>{e.exports={en:["Chatham Islands"],it:["Isole Chatham"]}},72452:e=>{e.exports={en:["Chicago"]}},50349:e=>{e.exports={en:["Chongqing"]}},91944:e=>{e.exports={en:["Circle"],it:["Cerchio"]}},14985:e=>{e.exports={en:["Click to set a point"],it:["Clicca per definire un punto"]}},12537:e=>{e.exports={en:["Clone"],it:["Duplica"]}},62578:e=>{e.exports={en:["Close"],it:["Chiusura"]}},264:e=>{e.exports={en:["Create limit order"],it:["Crea ordine limite"]}},6969:e=>{e.exports={en:["Cross"],it:["Croce"]}},74334:e=>{e.exports={en:["Cross Line"],it:["Linea a croce"]}},59396:e=>{e.exports={en:["Currencies"],it:["Valute"]}},20177:e=>{e.exports={en:["Current interval and above"],it:["Intervallo corrente e superiore"]}},494:e=>{e.exports={en:["Current interval and below"],it:["Intervallo corrente e inferiore"]}},60668:e=>{e.exports={en:["Current interval only"],it:["Solo intervallo corrente"]}},78609:e=>{e.exports={en:["Curve"],it:["Curva"]}},87380:e=>{e.exports={en:["Cycle"],it:["Ciclo"]}},84031:e=>{e.exports={en:["Cyclic Lines"],it:["Linee cicliche"]}},93191:e=>{e.exports={en:["Cypher Pattern"],it:["Cypher pattern"]}},7219:e=>{e.exports={en:["A layout with that name already exists"],it:["Esiste già un layout con questo nome"]}},67635:e=>{e.exports={en:["A layout with that name already exists. Do you want to overwrite it?"],it:["Esiste già un layout con questo nome. Si desidera sovrascriverlo?"]}},46712:e=>{e.exports={en:["ABCD Pattern"],it:["Pattern ABCD"]}},36485:e=>{e.exports={en:["Amsterdam"]}},24185:e=>{e.exports={en:["Anchor"],it:["Ancora"]}},42630:e=>{e.exports={en:["Anchorage"],it:["Ancoraggio"]}},42669:e=>{e.exports={en:["Anchored Text"],it:["Testo ancorato"]}},84541:e=>{e.exports={en:["Anchored VWAP"],it:["VWAP ancorato"]}},77401:e=>{e.exports={en:["Access error"],it:["Errore di accesso"]}},46501:e=>{e.exports={en:["Add Symbol"],it:["Aggiungi simbolo"]}},2439:e=>{e.exports={en:["Add financial metric for {instrumentName}"],it:["Aggiungi parametro finanziario su {instrumentName}"]}},35088:e=>{e.exports={en:["Add indicator/strategy on {studyTitle}"],it:["Aggiungi indicatore/strategia su {studyTitle}"]}},35679:e=>{e.exports={en:["Add this financial metric to entire layout"],it:["Applica questo dato finanziario all'intero layout"]}},10996:e=>{e.exports={en:["Add this financial metric to favorites"],it:["Aggiungi questa metrica ai preferiti"]}},26090:e=>{e.exports={en:["Add this indicator to entire layout"],it:["Applica questo indicatore all'intero layout"]}},92957:e=>{e.exports={en:["Add this indicator to favorites"],it:["Aggiungi questo indicatore ai preferiti"]}},95754:e=>{e.exports={en:["Add this strategy to entire layout"],
+it:["Applica questa strategia all'intero layout"]}},39010:e=>{e.exports={en:["Add this symbol to entire layout"],it:["Applica questo simbolo all'intero layout"]}},426:e=>{e.exports={en:["Adelaide"]}},40452:e=>{e.exports={en:["Always invisible"],it:["Sempre invisibile"]}},36299:e=>{e.exports={en:["Always visible"],it:["Sempre visibile"]}},58026:e=>{e.exports={en:["All intervals"],it:["Tutti gli intervalli"]}},78358:e=>{e.exports={en:["Apply default"],it:["Applica predefinito"]}},22437:e=>{e.exports={en:["Apply these indicators to entire layout"],it:["Applica questi indicatori all'intero layout"]}},27072:e=>{e.exports={en:["Apr"]}},59324:e=>{e.exports={en:["Arc"],it:["Arco"]}},34456:e=>{e.exports={en:["Area"]}},11858:e=>{e.exports={en:["Arrow"],it:["Freccia"]}},34247:e=>{e.exports={en:["Arrow Down"],it:["Freccia giù"]}},36352:e=>{e.exports={en:["Arrow Marker"],it:["Freccia"]}},73193:e=>{e.exports={en:["Arrow Mark Down"],it:["Freccia giù"]}},1949:e=>{e.exports={en:["Arrow Mark Left"],it:["Freccia sx"]}},86275:e=>{e.exports={en:["Arrow Mark Right"],it:["Freccia dx"]}},62453:e=>{e.exports={en:["Arrow Mark Up"],it:["Freccia su"]}},77231:e=>{e.exports={en:["Arrow Up"],it:["Freccia su"]}},98128:e=>{e.exports={en:["Astana"]}},63627:e=>{e.exports={en:["Ashgabat"],it:["Ashkhabad"]}},72445:e=>{e.exports={en:["At close"],it:["Alla chiusura"]}},73702:e=>{e.exports={en:["Athens"],it:["Atene"]}},21469:e=>{e.exports={en:["Auto"]}},24157:e=>{e.exports={en:["Auto (fits data to screen)"],it:["Auto (adatta dati a schermo)"]}},46450:e=>{e.exports={en:["Aug"],it:["Ago"]}},21841:e=>{e.exports={en:["Average close price label"],it:["Etichetta prezzo medio chiusura"]}},16138:e=>{e.exports={en:["Average close price line"],it:["Linea prezzo medio di chiusura"]}},73025:e=>{e.exports={en:["Avg"],it:["Media"]}},87580:e=>{e.exports={en:["Azores"]}},73905:e=>{e.exports={en:["Bogota"]}},90594:e=>{e.exports={en:["Bahrain"],it:["Bahrein"]}},70540:e=>{e.exports={en:["Balloon"],it:["Fumetto"]}},47045:e=>{e.exports={en:["Bangkok"]}},92101:e=>{e.exports={en:["Bar Replay isn't available for this chart type. Want to exit Bar Replay?"],it:["La modalità Bar Replay non è disponibile per questo tipo di grafico. Vuoi uscire da Bar Replay?"]}},32482:e=>{e.exports={en:["Bar Replay isn't available for this symbol. Want to exit Bar Replay?"],it:["La modalità Bar Replay non è disponibile per questo simbolo. Vuoi uscire da Bar Replay?"]}},85902:e=>{e.exports={en:["Bar Replay isn't available for this time interval. Want to exit Bar Replay?"],it:["La modalità Bar Replay non è disponibile per questo timeframe. Vuoi uscire da Bar Replay?"]}},27377:e=>{e.exports={en:["Bars"],it:["Barre"]}},81994:e=>{e.exports={en:["Bars Pattern"],it:["Pattern a barre"]}},59213:e=>{e.exports={en:["Baseline"]}},71797:e=>{e.exports={en:["Belgrade"],it:["Belgrado"]}},64313:e=>{e.exports={en:["Berlin"],it:["Berlino"]}},43539:e=>{e.exports={en:["Brush"],it:["Pennello"]}},91499:e=>{e.exports={en:["Brussels"],it:["Bruxelles"]}},70876:e=>{e.exports={en:["Bratislava"]}},55481:e=>{e.exports={
+en:["Bring forward"],it:["Sposta avanti"]}},17293:e=>{e.exports={en:["Bring to front"],it:["Porta in primo piano"]}},79336:e=>{e.exports={en:["Brisbane"]}},33672:e=>{e.exports={en:["Bucharest"],it:["Bucarest"]}},20313:e=>{e.exports={en:["Budapest"]}},25282:e=>{e.exports={en:["Buenos Aires"]}},46768:e=>{e.exports={en:["By TradingView"],it:["Da TradingView"]}},54280:e=>{e.exports={en:["Go to date"],it:["Vai alla data"]}},74975:e=>{e.exports={en:["Go to {lineToolName}"],it:["Vai a {lineToolName}"]}},15462:e=>{e.exports={en:["Got it"],it:["Ho capito"]}},47460:e=>{e.exports={en:["Gann Box"],it:["Scatola Gann"]}},48683:e=>{e.exports={en:["Gann Fan"],it:["Ventaglio Gann"]}},44763:e=>{e.exports={en:["Gann Square"],it:["Quadrato Gann"]}},60707:e=>{e.exports={en:["Gann Square Fixed"],it:["Quadrato di Gann fisso"]}},46808:e=>{e.exports={en:["Ghost Feed"],it:["Barre fantasma"]}},57726:e=>{e.exports={en:["Grand supercycle"],it:["Gran superciclo"]}},15096:e=>{e.exports={en:["Do you really want to delete indicator template '{name}' ?"],it:["Vuoi davvero cancellare il modello di indicatore '{name}'?"]}},77174:e=>{e.exports={en:["Do you really want to delete study and all of it's children?"],it:["Vuoi eliminare questa analisi e quelle collegate?"]}},77125:e=>{e.exports={en:["Double Curve"],it:["Curva doppia"]}},9430:e=>{e.exports={en:["Double-click any edge to reset layout grid"],it:["Fai un doppio click su un bordo qualsiasi per reimpostare il layout della griglia"]}},75296:e=>{e.exports={en:["Double-click to finish Path"],it:["Doppio click per terminare il Percorso"]}},17409:e=>{e.exports={en:["Double-click to finish Polyline"],it:["Doppio click per terminare la Multilinea"]}},36539:e=>{e.exports={en:["Double-tap any edge to reset layout grid"],it:["Toccare due volte un bordo qualsiasi per reimpostare la griglia del layout"]}},57131:e=>{e.exports={en:["Data Provided by"],it:["Dati forniti da"]}},22677:e=>{e.exports={en:["Date"],it:["Data"]}},85444:e=>{e.exports={en:["Date Range"],it:["Range data"]}},47017:e=>{e.exports={en:["Date and Price Range"],it:["Range data e prezzo"]}},32084:e=>{e.exports={en:["Dec"],it:["Dic"]}},23403:e=>{e.exports={en:["Degree"],it:["Gradi"]}},27358:e=>{e.exports={en:["Denver"]}},24959:e=>{e.exports={en:["Dhaka"]}},15179:e=>{e.exports={en:["Diamond"],it:["Diamante"]}},91544:e=>{e.exports={en:["Disjoint Channel"],it:["Canale disgiunto"]}},70132:e=>{e.exports={en:["Displacement"],it:["Spostamento"]}},93864:e=>{e.exports={en:["Drawings toolbar"],it:["Barra degli strumenti di disegno"]}},56916:e=>{e.exports={en:["Draw Horizontal Line at {price}"],it:["Disegna una linea orizzontale a {price}"]}},23650:e=>{e.exports={en:["Dubai"]}},79716:e=>{e.exports={en:["Dublin"],it:["Dublino"]}},73456:e=>{e.exports={en:["Emoji"]}},9541:e=>{e.exports={en:["Enter a new chart layout name"],it:["Inserisci nuovo nome layout grafico"]}},80943:e=>{e.exports={en:["Elliott Correction Wave (ABC)"],it:["Onda di Elliott correttiva (ABC)"]}},75112:e=>{e.exports={en:["Elliott Double Combo Wave (WXY)"],
+it:["Onda di Elliott doppia combo (WXY)"]}},61114:e=>{e.exports={en:["Elliott Impulse Wave (12345)"],it:["Onda di Elliott impulsiva (12345)"]}},72359:e=>{e.exports={en:["Elliott Triangle Wave (ABCDE)"],it:["Onda di Elliot triangolo (ABCDE)"]}},76129:e=>{e.exports={en:["Elliott Triple Combo Wave (WXYXZ)"],it:["Onda di Elliot tripla combo (WXYXZ)"]}},78996:e=>{e.exports={en:["Ellipse"],it:["Ellisse"]}},52788:e=>{e.exports={en:["Extended Line"],it:["Linea estesa"]}},86905:e=>{e.exports={en:["Exchange"],it:["Borsa"]}},19271:e=>{e.exports={en:["Existing pane above"],it:["Pannello esistente superiore"]}},46545:e=>{e.exports={en:["Existing pane below"],it:["Pannello esistente inferiore"]}},20138:e=>{e.exports={en:["Forecast"],it:["Previsione"]}},2507:e=>{e.exports={en:["Feb"]}},59005:e=>{e.exports={en:["Fib Channel"],it:["Canale Fib"]}},82330:e=>{e.exports={en:["Fib Circles"],it:["Cerchi Fib"]}},55986:e=>{e.exports={en:["Fib Retracement"],it:["Ritracciamento Fibonacci"]}},33880:e=>{e.exports={en:["Fib Speed Resistance Arcs"],it:["Archi Fib"]}},2395:e=>{e.exports={en:["Fib Speed Resistance Fan"],it:["Linee a ventaglio di Fibonacci"]}},39014:e=>{e.exports={en:["Fib Spiral"],it:["Spirale Fib"]}},30622:e=>{e.exports={en:["Fib Time Zone"],it:["Ciclo temporale Fibonacci"]}},85042:e=>{e.exports={en:["Fib Wedge"],it:["Cuneo Fib"]}},33885:e=>{e.exports={en:["Flag"],it:["Bandiera"]}},14600:e=>{e.exports={en:["Flag Mark"],it:["Bandiera"]}},45051:e=>{e.exports={en:["Flat Top/Bottom"],it:["Cima/Fondo piatto"]}},39643:e=>{e.exports={en:["Fraction part is invalid."],it:["La frazione non è valida."]}},24077:e=>{e.exports={en:["Fundamental studies are no longer available on charts"],it:["Gli indicatori di tipo fondamentale non sono più disponibili nei grafici"]}},31561:e=>{e.exports={en:["Kolkata"]}},54533:e=>{e.exports={en:["Kathmandu"]}},83490:e=>{e.exports={en:["Kagi"]}},70913:e=>{e.exports={en:["Karachi"]}},76614:e=>{e.exports={en:["Kuwait"]}},38561:e=>{e.exports={en:["Kuala Lumpur"]}},99906:e=>{e.exports={en:["HLC area"],it:["Area HLC"]}},886:e=>{e.exports={en:["HLC bars"],it:["Barre HLC"]}},34491:e=>{e.exports={en:["Ho Chi Minh"]}},13459:e=>{e.exports={en:["Hollow candles"],it:["Candele vuote"]}},48861:e=>{e.exports={en:["Hong Kong"]}},79668:e=>{e.exports={en:["Honolulu"]}},21795:e=>{e.exports={en:["Horizontal Line"],it:["Linea orizzontale"]}},25487:e=>{e.exports={en:["Horizontal Ray"],it:["Semiretta orizzontale"]}},21928:e=>{e.exports={en:["Head and Shoulders"],it:["Testa e spalle"]}},63876:e=>{e.exports={en:["Heikin Ashi"]}},48203:e=>{e.exports={en:["Helsinki"]}},27298:e=>{e.exports={en:["Hide"],it:["Nascondi"]}},47074:e=>{e.exports={en:["Hide all"],it:["Nascondi tutto"]}},52563:e=>{e.exports={en:["Hide all drawings"],it:["Nascondi tutti gli strumenti di disegno"]}},90763:e=>{e.exports={en:["Hide all drawings and indicators"],it:["Nascondi ogni indicatore e disegno"]}},18216:e=>{e.exports={en:["Hide all drawings, indicators, positions & orders"],it:["Nascondi disegni, indicatori, posizioni e ordini"]}},78525:e=>{e.exports={
+en:["Hide all indicators"],it:["Nascondi ogni indicatore"]}},42164:e=>{e.exports={en:["Hide all positions & orders"],it:["Nascondi tutte le posizioni e gli ordini"]}},3217:e=>{e.exports={en:["Hide drawings"],it:["Nascondi disegni"]}},97878:e=>{e.exports={en:["Hide events on chart"],it:["Nascondi eventi sul grafico"]}},72351:e=>{e.exports={en:["Hide indicators"],it:["Nascondi indicatori"]}},28345:e=>{e.exports={en:["Hide marks on bars"],it:["Nascondi note sulle barre"]}},92226:e=>{e.exports={en:["Hide positions & orders"],it:["Nascondi posizioni e ordini"]}},78254:e=>{e.exports={en:["High"],it:["Massimo"]}},98236:e=>{e.exports={en:["High-low"],it:["Max-min"]}},99479:e=>{e.exports={en:["High and low price labels"],it:["Etichette prezzo max e min"]}},33766:e=>{e.exports={en:["High and low price lines"],it:["Linee prezzo max e min"]}},69476:e=>{e.exports={en:["Highlighter"],it:["Evidenziatore"]}},72819:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."],it:["L'istogramma è troppo grande, aumentare {boldHighlightStart}Dimensione riga{boldHighlightEnd} nella finestra delle impostazioni."]}},94966:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Ticks Per Row{boldHighlightEnd} in the settings window."],it:["L'istogramma è troppo grande, aumentare {boldHighlightStart}Tick per riga{boldHighlightEnd} nella finestra delle impostazioni."]}},66751:e=>{e.exports={en:["Histogram is too large, please reduce {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."],it:["L'istogramma è troppo grande, ridurre {boldHighlightStart}Dimensione riga{boldHighlightEnd} nella finestra delle impostazioni."]}},68065:e=>{e.exports={en:["Image"],it:["Immagine"]}},80185:e=>{e.exports={en:["Intervals less than {resolution} are not supported for {ticker}."],it:["Gli intervalli inferiori a {resolution} non sono supportati per {ticker}."]}},10268:e=>{e.exports={en:["Intermediate"],it:["Intermedio"]}},14285:e=>{e.exports={en:["Invalid Symbol"],it:["Simbolo non valido"]}},52969:e=>{e.exports={en:["Invalid symbol"],it:["Simbolo non valido"]}},37189:e=>{e.exports={en:["Invert scale"],it:["Inverti asse"]}},89999:e=>{e.exports={en:["Indexed to 100"],it:["Indicizzata a base 100"]}},46850:e=>{e.exports={en:["Indicators value labels"],it:["Etichette valore indicatori"]}},54418:e=>{e.exports={en:["Indicators name labels"],it:["Etichette nome indicatori"]}},40490:e=>{e.exports={en:["Indicators, Metrics and Strategies. Press slash"],it:["Indicatori, metriche e strategie. Premere slash"]}},15992:e=>{e.exports={en:["Info Line"],it:["Infolinea"]}},87829:e=>{e.exports={en:["Insert indicator"],it:["Inserisci indicatore"]}},41686:e=>{e.exports={en:["Inside Pitchfork"],it:["Pitchfork Inside"]}},37913:e=>{e.exports={en:["Icon"],it:["Icona"]}},78326:e=>{e.exports={en:["Istanbul"]}},39585:e=>{e.exports={en:["Johannesburg"]}},14995:e=>{e.exports={en:["Jakarta"],it:["Giacarta"]}},62310:e=>{e.exports={en:["Jan"],it:["Gen"]}},36057:e=>{e.exports={
+en:["Jerusalem"],it:["Gerusalemme"]}},53786:e=>{e.exports={en:["Jul"],it:["Lug"]}},429:e=>{e.exports={en:["Jun"],it:["Giu"]}},67560:e=>{e.exports={en:["Juneau"]}},62329:e=>{e.exports={en:["On the left"],it:["Sulla sinistra"]}},55813:e=>{e.exports={en:["On the right"],it:["Sulla destra"]}},64818:e=>{e.exports={en:["Only {availableResolutions} intervals are supported for {ticker}."],it:["Per {ticker} sono supportati solo gli intervalli {availableResolutions}."]}},21064:e=>{e.exports={en:["Oops!"]}},51221:e=>{e.exports={en:["Object Tree"],it:["Albero oggetti"]}},12179:e=>{e.exports={en:["Oct"],it:["Ott"]}},16610:e=>{e.exports={en:["Open"],it:["Apertura"]}},27884:e=>{e.exports={en:["Open layout. Press period"],it:["Apri layout. Premi il punto"]}},75722:e=>{e.exports={en:["Oslo"]}},65318:e=>{e.exports={en:["Low"],it:["Minimo"]}},51077:e=>{e.exports={en:["Lock"],it:["Blocca"]}},79777:e=>{e.exports={en:["Lock/unlock"],it:["Blocca/Sblocca"]}},66005:e=>{e.exports={en:["Lock vertical cursor line by time"],it:["Blocca cursore verticale di tempo"]}},14017:e=>{e.exports={en:["Lock price to bar ratio"],it:["Blocca rapporto prezzo/barra"]}},16170:e=>{e.exports={en:["Logarithmic"],it:["Logaritmica"]}},19439:e=>{e.exports={en:["London"],it:["Londra"]}},74832:e=>{e.exports={en:["Long Position"],it:["Posizione long"]}},28733:e=>{e.exports={en:["Los Angeles"]}},85924:e=>{e.exports={en:["Label Down"],it:["Etichetta giù"]}},52402:e=>{e.exports={en:["Label Up"],it:["Etichetta su"]}},5119:e=>{e.exports={en:["Labels"],it:["Etichette"]}},19931:e=>{e.exports={en:["Lagos"]}},63815:e=>{e.exports={en:["Last day change"],it:["Variazione ultimo giorno di negoziazione"]}},59444:e=>{e.exports={en:["Lima"]}},3554:e=>{e.exports={en:["Line"],it:["Linea"]}},9394:e=>{e.exports={en:["Line with markers"],it:["Linea con contrassegni"]}},43588:e=>{e.exports={en:["Line break"],it:["Line Break"]}},56982:e=>{e.exports={en:["Lines"],it:["Linee"]}},37367:e=>{e.exports={en:["Link to the chart image copied to clipboard {emoji}"],it:["Link all'immagine del grafico copiata negli appunti {emoji}"]}},53375:e=>{e.exports={en:["Lisbon"],it:["Lisbona"]}},81038:e=>{e.exports={en:["Luxembourg"],it:["Lussemburgo"]}},60663:e=>{e.exports={en:["Move the point to position the anchor then tap to place"],it:["Muovi il cursore e clicca sul punto dove vuoi fissare l'ancoraggio"]}},35049:e=>{e.exports={en:["Move to"],it:["Sposta"]}},26493:e=>{e.exports={en:["Move scale to left"],it:["Sposta asse a sinistra"]}},40789:e=>{e.exports={en:["Move scale to right"],it:["Sposta asse a destra"]}},57681:e=>{e.exports={en:["Modified Schiff Pitchfork"],it:["Pitchfork Schiff modificata"]}},93907:e=>{e.exports={en:["More settings"],it:["Altre impostazioni"]}},64039:e=>{e.exports={en:["Moscow"],it:["Mosca"]}},52066:e=>{e.exports={en:["Madrid"]}},38365:e=>{e.exports={en:["Malta"]}},48991:e=>{e.exports={en:["Manila"]}},92767:e=>{e.exports={en:["Mar"]}},73332:e=>{e.exports={en:["Mexico City"],it:["Città del Messico"]}},88314:e=>{e.exports={en:["Merge all scales into one"],
+it:["Unisci tutti gli assi in uno"]}},54215:e=>{e.exports={en:["Mixed"],it:["Misto"]}},24866:e=>{e.exports={en:["Micro"]}},87957:e=>{e.exports={en:["Millennium"],it:["Millennio"]}},14724:e=>{e.exports={en:["Minuette"],it:["Minuetto"]}},78273:e=>{e.exports={en:["Minuscule"],it:["Minuscolo"]}},9865:e=>{e.exports={en:["Muscat"],it:["Mascate"]}},96935:e=>{e.exports={en:["N/A"],it:["N/D"]}},36252:e=>{e.exports={en:["No data here"],it:["Nessun dato qui"]}},11254:e=>{e.exports={en:["No scale (fullscreen)"],it:["Nessun asse (schermo intero)"]}},9140:e=>{e.exports={en:["No sync"],it:["Nessuna sincronizzazione"]}},50910:e=>{e.exports={en:["No volume data"],it:["Nessun dato sul volume"]}},99024:e=>{e.exports={en:["No, keep them"],it:["No, conservali"]}},94389:e=>{e.exports={en:["Note"],it:["Nota"]}},26899:e=>{e.exports={en:["Nov"]}},67891:e=>{e.exports={en:["Norfolk Island"],it:["Isola Norfolk"]}},40977:e=>{e.exports={en:["Nairobi"]}},40544:e=>{e.exports={en:["New York"]}},66103:e=>{e.exports={en:["New Zealand"],it:["Nuova Zelanda"]}},15512:e=>{e.exports={en:["New pane above"],it:["Nuovo pannello superiore"]}},52160:e=>{e.exports={en:["New pane below"],it:["Nuovo pannello inferiore"]}},94600:e=>{e.exports={en:["Nicosia"]}},73013:e=>{e.exports={en:["Something went wrong"],it:["Dati immessi non validi"]}},83524:e=>{e.exports={en:["Something went wrong when creating the indicator."],it:["Qualcosa è andato storto durante la creazione dell'indicatore."]}},4509:e=>{e.exports={en:["Something went wrong. Please try again later."],it:["Qualcosa è andato storto. Prova di nuovo più tardi."]}},43047:e=>{e.exports={en:["Save New Chart Layout"],it:["Salva nuovo layout grafico"]}},76266:e=>{e.exports={en:["Save as"],it:["Salva come"]}},55502:e=>{e.exports={en:["San Salvador"]}},30231:e=>{e.exports={en:["Santiago"]}},91912:e=>{e.exports={en:["Sao Paulo"],it:["San Paolo"]}},43931:e=>{e.exports={en:["Scale currency"],it:["Valuta della scala"]}},43758:e=>{e.exports={en:["Scale price chart only"],it:["Utilizza solo scala del prezzo"]}},40012:e=>{e.exports={en:["Scale unit"],it:["Unità della scala"]}},42608:e=>{e.exports={en:["Schiff Pitchfork"],it:["Pitchfork Schiff"]}},76078:e=>{e.exports={en:["Script may be not updated if you leave the page."],it:["Lo script potrebbe non essere aggiornato se lasci la pagina."]}},32514:e=>{e.exports={en:["Settings"],it:["Impostazioni"]}},70784:e=>{e.exports={en:["Second fraction part is invalid."],it:["Seconda frazione non valida."]}},75594:e=>{e.exports={en:["Security info"],it:["Info simbolo"]}},21973:e=>{e.exports={en:["Send to back"],it:["Metti in secondo piano"]}},71179:e=>{e.exports={en:["Send backward"],it:["Sposta indietro"]}},26820:e=>{e.exports={en:["Seoul"]}},6816:e=>{e.exports={en:["Sep"],it:["Set"]}},94031:e=>{e.exports={en:["Session"],it:["Sessione"]}},83298:e=>{e.exports={en:["Session volume profile"],it:["Profilo volume sessione"]}},66707:e=>{e.exports={en:["Session breaks"],it:["Separatori sessione"]}},1852:e=>{e.exports={en:["Shanghai"]}},8075:e=>{e.exports={en:["Short Position"],
+it:["Posizione short"]}},98334:e=>{e.exports={en:["Show"],it:["Mostra"]}},85891:e=>{e.exports={en:["Show all drawings"],it:["Mostra ogni disegno"]}},25881:e=>{e.exports={en:["Show all drawings and indicators"],it:["Mostra ogni indicatore e disegno"]}},86738:e=>{e.exports={en:["Show all drawings, indicators, positions & orders"],it:["Mostra disegni, indicatori, posizioni e ordini"]}},98753:e=>{e.exports={en:["Show all indicators"],it:["Mostra ogni indicatore"]}},55418:e=>{e.exports={en:["Show all ideas"],it:["Mostra tutte le idee"]}},20506:e=>{e.exports={en:["Show all positions & orders"],it:["Mostra tutte le posizioni e gli ordini"]}},33158:e=>{e.exports={en:["Show continuous contract switch"],it:["Mostra switch contratto continuo"]}},81465:e=>{e.exports={en:["Show contract expiration"],it:["Mostra la scadenza del contratto"]}},29449:e=>{e.exports={en:["Show dividends"],it:["Mostra dividendi"]}},37113:e=>{e.exports={en:["Show earnings"],it:["Mostra utili"]}},10261:e=>{e.exports={en:["Show ideas of followed users"],it:["Mostra idee degli utenti che segui"]}},62986:e=>{e.exports={en:["Show latest news"],it:["Mostra le ultime notizie"]}},44020:e=>{e.exports={en:["Show my ideas only"],it:["Mostra solo mie idee"]}},50849:e=>{e.exports={en:["Show splits"],it:["Mostra frazionamenti"]}},67751:e=>{e.exports={en:["Signpost"],it:["Segnale"]}},77377:e=>{e.exports={en:["Singapore"]}},39090:e=>{e.exports={en:["Sine Line"],it:["Curva sinusoidale"]}},66205:e=>{e.exports={en:["Square"],it:["Quadrato"]}},86146:e=>{e.exports={en:["Studies limit exceeded: {number} studies per layout.\nPlease, remove some studies."],it:["Superato il limite di {number} studi per layout. Rimuovine qualcuno, grazie."]}},92516:e=>{e.exports={en:["Style"],it:["Stile"]}},61507:e=>{e.exports={en:["Stack on the left"],it:["Sinistra"]}},97800:e=>{e.exports={en:["Stack on the right"],it:["Destra"]}},85166:e=>{e.exports={en:["Start using keyboard navigation mode. Press {shortcut}"],it:["Inizia a usare la modalità di navigazione da tastiera. Premere {shortcut}"]}},4035:e=>{e.exports={en:["Stay in drawing mode"],it:["Rimani in modalità disegno"]}},69217:e=>{e.exports={en:["Step line"],it:["Linea a step"]}},43114:e=>{e.exports={en:["Sticker"]}},86716:e=>{e.exports={en:["Stockholm"],it:["Stoccolma"]}},1145:e=>{e.exports={en:["Submicro"]}},63375:e=>{e.exports={en:["Submillennium"]}},30585:e=>{e.exports={en:["Subminuette"],it:["Sotto-Minuetto"]}},67948:e=>{e.exports={en:["Supercycle"],it:["SuperCiclo"]}},3348:e=>{e.exports={en:["Supermillennium"]}},18905:e=>{e.exports={en:["Switch to {resolution}"],it:["Passa a {resolution}"]}},31622:e=>{e.exports={en:["Sydney"]}},70963:e=>{e.exports={en:["Symbol Error"],it:["Errore simbolo"]}},32390:e=>{e.exports={en:["Symbol name label"],it:["Etichetta nome simbolo"]}},10127:e=>{e.exports={en:["Symbol last price label"],it:["Etichetta ultimo valore simbolo"]}},39079:e=>{e.exports={en:["Sync globally"],it:["Sincronizza tutto"]}},46607:e=>{e.exports={en:["Sync in layout"],it:["Sincronizza nel layout"]}},76519:e=>{e.exports={
+en:["Point & figure"],it:["Point & Figure"]}},39949:e=>{e.exports={en:["Polyline"],it:["Multilinea"]}},371:e=>{e.exports={en:["Path"],it:["Percorso"]}},59256:e=>{e.exports={en:["Parallel Channel"],it:["Canale parallelo"]}},61879:e=>{e.exports={en:["Paris"],it:["Parigi"]}},35140:e=>{e.exports={en:["Paste"],it:["Incolla"]}},6919:e=>{e.exports={en:["Percent"],it:["Percentuale"]}},24436:e=>{e.exports={en:["Perth"]}},14055:e=>{e.exports={en:["Phoenix"]}},34156:e=>{e.exports={en:["Pitchfan"]}},19634:e=>{e.exports={en:["Pitchfork"]}},86631:e=>{e.exports={en:["Pin"],it:["Spilla"]}},33110:e=>{e.exports={en:["Pin to new left scale"],it:["Fissa a nuovo asse sinistro"]}},28280:e=>{e.exports={en:["Pin to new right scale"],it:["Fissa a nuovo asse destro"]}},14115:e=>{e.exports={en:["Pin to left scale"],it:["Fissa all'asse sinistro"]}},72046:e=>{e.exports={en:["Pin to left scale (hidden)"],it:["Fissa all'asse sinistro (nascosto)"]}},81054:e=>{e.exports={en:["Pin to right scale"],it:["Fissa all'asse destro"]}},16986:e=>{e.exports={en:["Pin to right scale (hidden)"],it:["Fissa all'asse destro (nascosto)"]}},60035:e=>{e.exports={en:["Pin to scale (now left)"],it:["Fissa all'asse (ora sinistro)"]}},94210:e=>{e.exports={en:["Pin to scale (now no scale)"],it:["Fissa all'asse (ora senza asse)"]}},10761:e=>{e.exports={en:["Pin to scale (now right)"],it:["Fissa all'asse (ora destro)"]}},76150:e=>{e.exports={en:["Pin to scale (now {label})"],it:["Fissa all'asse (ora {label})"]}},29436:e=>{e.exports={en:["Pin to scale {label}"],it:["Fissa all'asse {label}"]}},2165:e=>{e.exports={en:["Pin to scale {label} (hidden)"],it:["Fissa all'asse {label} (nascosto)"]}},90095:e=>{e.exports={en:["Pinned to left scale"],it:["Fissato all'asse sinistro"]}},32538:e=>{e.exports={en:["Pinned to left scale (hidden)"],it:["Fissato all'asse sinistro (nascosto)"]}},44579:e=>{e.exports={en:["Pinned to right scale"],it:["Fissato all'asse destro"]}},94559:e=>{e.exports={en:["Pinned to right scale (hidden)"],it:["Fissa all'asse destro (nascosto)"]}},12645:e=>{e.exports={en:["Pinned to scale {label}"],it:["Fissato all'asse {label}"]}},3564:e=>{e.exports={en:["Pinned to scale {label} (hidden)"],it:["Fissato all'asse {label} (nascosto)"]}},71566:e=>{e.exports={en:["Plus button"],it:['Pulsante "+"']}},28298:e=>{e.exports={en:["Please give us a clipboard writing permission in your browser or press {keystroke}"],it:["Abbiamo bisogno dell'autorizzazione del browser a copiare le tue note. Altrimenti, puoi premere {keystroke}"]}},81248:e=>{e.exports={en:["Prague"],it:["Praga"]}},81712:e=>{e.exports={en:["Press and hold {key} while zooming to maintain the chart position"],it:["Tieni premuto {key} per mantenere la posizione durante lo zoom"]}},91282:e=>{e.exports={en:["Price Label"],it:["Etichetta prezzo"]}},97512:e=>{e.exports={en:["Price Note"],it:["Nota di prezzo"]}},68941:e=>{e.exports={en:["Price Range"],it:["Range prezzo"]}},66123:e=>{e.exports={en:["Price format is invalid."],it:["Il formato quotazioni non è valido."]}},72926:e=>{e.exports={en:["Price line"],
+it:["Linea quotazioni"]}},59189:e=>{e.exports={en:["Primary"],it:["Primario"]}},75747:e=>{e.exports={en:["Projection"],it:["Proiezione"]}},55801:e=>{e.exports={en:["Published on {customer}, {date}"],it:["Pubblicato su {customer} il {date}"]}},14568:e=>{e.exports={en:["Q1"]}},13534:e=>{e.exports={en:["Q2"]}},14530:e=>{e.exports={en:["Q3"]}},3762:e=>{e.exports={en:["Q4"]}},28756:e=>{e.exports={en:["Qatar"]}},57959:e=>{e.exports={en:["Quick search. Press {shortcut}"],it:["Ricerca rapida. Premere {shortcut}"]}},56820:e=>{e.exports={en:["Rotated Rectangle"],it:["Rettangolo ruotato"]}},52961:e=>{e.exports={en:["Rome"],it:["Roma"]}},50318:e=>{e.exports={en:["Ray"],it:["Raggio"]}},55169:e=>{e.exports={en:["Range"]}},13386:e=>{e.exports={en:["Reykjavik"]}},26001:e=>{e.exports={en:["Rectangle"],it:["Rettangolo"]}},48236:e=>{e.exports={en:["Redo"],it:["Ripeti"]}},2460:e=>{e.exports={en:["Regression Trend"],it:["Regressione trend"]}},67410:e=>{e.exports={en:["Remove"],it:["Elimina"]}},3061:e=>{e.exports={en:["Remove this financial metric from favorites"],it:["Rimuovi questa metrica dai preferiti"]}},58764:e=>{e.exports={en:["Remove this indicator from favorites"],it:["Rimuovi questo indicatore dai preferiti"]}},86285:e=>{e.exports={en:["Remove {drawings}"],it:["Rimuovi {drawings}"]}},87796:e=>{e.exports={en:["Remove {drawings} & {indicators}"],it:["Rimuovi {drawings} e {indicators}"]}},87797:e=>{e.exports={en:["Remove {indicators}"],it:["Rimuovi {indicators}"]}},22584:e=>{e.exports={en:["Rename Chart Layout"],it:["Rinomina layout grafico"]}},88130:e=>{e.exports={en:["Renko"]}},75246:e=>{e.exports={en:["Reset chart view"],it:["Reimposta la visualizzazione del grafico"]}},88853:e=>{e.exports={en:["Reset points"],it:["Reset dei punti"]}},15332:e=>{e.exports={en:["Reset price scale"],it:["Reimposta asse di prezzo"]}},54170:e=>{e.exports={en:["Reset time scale"],it:["Reimposta asse di tempo"]}},37974:e=>{e.exports={en:["Riyadh"],it:["Riyad"]}},94022:e=>{e.exports={en:["Riga"]}},60630:e=>{e.exports={en:["Runtime error"],it:["Errore di runtime"]}},66719:e=>{e.exports={en:["Warning"],it:["Avviso"]}},5959:e=>{e.exports={en:["Warsaw"],it:["Varsavia"]}},41446:e=>{e.exports={en:["To calculate the VWAP indicator, more data is needed. Zoom out or scroll left to load more historical data."]}},98549:e=>{e.exports={en:["Tokelau"]}},69122:e=>{e.exports={en:["Tokyo"]}},10095:e=>{e.exports={en:["Toronto"]}},17981:e=>{e.exports={en:["Table"],it:["Tabella"]}},11034:e=>{e.exports={en:["Taipei"]}},79995:e=>{e.exports={en:["Tallinn"]}},6686:e=>{e.exports={en:["Tehran"]}},93553:e=>{e.exports={en:["Template"],it:["Modello"]}},81657:e=>{e.exports={en:["The data vendor doesn't provide volume data for this symbol."],it:["Il fornitore dati non fornisce i volumi per questo simbolo."]}},49947:e=>{e.exports={en:["The publication preview could not be loaded. Please disable your browser extensions and try again."],it:["Impossibile caricare anteprima pubblicazione. Disabilita le estensioni del browser e riprova."]}},99274:e=>{e.exports={
+en:["The request took too long to process. Ensure you have a stable internet connection. If the issue persists, try decreasing the length of the requested time interval."],it:["L'elaborazione della richiesta ha richiesto troppo tempo. Assicurati di avere una connessione Internet stabile. Se il problema persiste, provare a diminuire la lunghezza dell'intervallo di tempo richiesto."]}},43716:e=>{e.exports={en:["There's no data for your selected period and chart timeframe."],it:["Non ci sono dati per il periodo ed il timeframe del grafico."]}},93738:e=>{e.exports={en:["This file is too big. Max size is {value}."],it:["Questo file è troppo grande. La dimensione massima consentita è di {value}."]}},59519:e=>{e.exports={en:["This indicator cannot be applied to another indicator."],it:["Questo indicatore non può essere applicato ad un altro indicatore"]}},18260:e=>{e.exports={en:["This script contains an error. Please contact its author."],it:["Questo script contiene un errore. Si prega di contattare l'autore."]}},76989:e=>{e.exports={en:["This script is invite-only. To request access, please contact its author."],it:["Questo script è su invito. Per richiedere l'accesso, devi contattare l'autore."]}},47773:e=>{e.exports={en:["This symbol is only available on {linkStart}TradingView{linkEnd}."],it:["Il simbolo è disponibile solo su {linkStart}TradingView{linkEnd}."]}},46982:e=>{e.exports={en:["Three Drives Pattern"],it:["Pattern Three Drives"]}},80254:e=>{e.exports={en:["Tick-based intervals are not available for {ticker}."],it:["Gli intervalli basati sui tick non sono disponibili per {ticker}."]}},12806:e=>{e.exports={en:["Time"],it:["Ora"]}},20909:e=>{e.exports={en:["Time zone"],it:["Fuso orario"]}},46852:e=>{e.exports={en:["Time Cycles"],it:["Cicli temporali"]}},17809:e=>{e.exports={en:["Time Price Opportunity"]}},66823:e=>{e.exports={en:["Trade"]}},7697:e=>{e.exports={en:["TradingView is interactive and has commands to use with a screen reader. The following is a list of keyboard commands available to interact on the platform"],it:["Tradingview è interattivo e dispone di comandi da utilizzare con uno screen reader. Di seguito è riportato un elenco di comandi da tastiera disponibili per interagire con la piattaforma"]}},35757:e=>{e.exports={en:["Trend Angle"],it:["Angolo Trend"]}},97339:e=>{e.exports={en:["Trend Line"],it:["Trend line"]}},80583:e=>{e.exports={en:["Trend-Based Fib Extension"],it:["Estensione Fibonacci"]}},72159:e=>{e.exports={en:["Trend-Based Fib Time"],it:["Ciclo temporale su trend Fibonacci"]}},1671:e=>{e.exports={en:["Triangle"],it:["Triangolo"]}},76152:e=>{e.exports={en:["Triangle Down"],it:["Triangolo giù"]}},90148:e=>{e.exports={en:["Triangle Pattern"],it:["Pattern a triangolo"]}},21236:e=>{e.exports={en:["Triangle Up"],it:["Triangolo su"]}},21007:e=>{e.exports={en:["Tunis"]}},1833:e=>{e.exports={en:["UTC"]}},14804:e=>{e.exports={en:["Undo"],it:["Annulla"]}},56815:e=>{e.exports={en:["Unexpected error in Deep Backtesting mode. Contact support for more information."],
+it:["Errore imprevisto in modalità Backtesting esteso. Contattare l'assistenza per ulteriori informazioni."]}},15432:e=>{e.exports={en:["Units"],it:["Unità"]}},11768:e=>{e.exports={en:["Unknown error"],it:["Errore sconosciuto"]}},99894:e=>{e.exports={en:["Unlock"],it:["Sblocca"]}},75546:e=>{e.exports={en:["Unsupported interval"],it:["Intervallo non supportato"]}},8580:e=>{e.exports={en:["User-defined error"],it:["Errore definito dall'utente"]}},81030:e=>{e.exports={en:["VWAP is waiting for more data"]}},40693:e=>{e.exports={en:["Volume Profile Fixed Range"],it:["Profilo volume ad intervallo fisso"]}},39903:e=>{e.exports={en:["Volume Profile indicator available only on our upgraded plans."],it:["L'indicatore di Profilo volume è disponibile solo con uno dei nostri abbonamenti."]}},93722:e=>{e.exports={en:["Volume candles"],it:["Candele volume"]}},69156:e=>{e.exports={en:["Volume data is not provided in BIST MIXED data plan."],it:["Il volume non viene fornito nel piano dati BIST MIXED."]}},92763:e=>{e.exports={en:["Volume footprint"],it:["Footprint volume"]}},32838:e=>{e.exports={en:["Vancouver"]}},29535:e=>{e.exports={en:["Vertical Line"],it:["Linea verticale"]}},23160:e=>{e.exports={en:["Vienna"]}},60534:e=>{e.exports={en:["Vilnius"]}},40091:e=>{e.exports={en:["Visibility"],it:["Visibilità"]}},54853:e=>{e.exports={en:["Visibility on intervals"],it:["Visibilità intervalli"]}},58302:e=>{e.exports={en:["Visible on tap"],it:["Visibile al tocco"]}},10309:e=>{e.exports={en:["Visible on mouse over"],it:["Visibile al passaggio del mouse"]}},4077:e=>{e.exports={en:["Visual order"],it:["Ordine visualizzazione"]}},11316:e=>{e.exports={en:["X Cross"],it:["Incrocio X"]}},42231:e=>{e.exports={en:["XABCD Pattern"],it:["Pattern XABCD"]}},25059:e=>{e.exports={en:["You cannot see this pivot timeframe on this resolution"],it:["Non puoi consultare il pivot con quella risoluzione in questo timeframe"]}},41019:e=>{e.exports={en:["You have locked drawings on this symbol. Do you want to remove the locked drawings too?"],it:["Su questo simbolo sono stati bloccati dei disegni. Vuoi rimuovere anche i disegni bloccati?"]}},53168:e=>{e.exports={en:["Yangon"]}},93123:e=>{e.exports={en:["Yes, remove them"],it:["Sì, rimuovili"]}},62859:e=>{e.exports={en:["Zurich"],it:["Zurigo"]}},47977:e=>{e.exports={en:["change Elliott degree"],it:["cambio grado Elliott"]}},61557:e=>{e.exports={en:["change no overlapping labels"],it:["cambio etichette non sovrapposte"]}},76852:e=>{e.exports={en:["change average close price label visibility"],it:["cambio visibilità etichetta prezzo medio chiusura"]}},1022:e=>{e.exports={en:["change average close price line visibility"],it:["cambio visibilità linea prezzo medio chiusura"]}},69362:e=>{e.exports={en:["change bid and ask labels visibility"],it:["cambia visibilità etichette bid e ask"]}},52919:e=>{e.exports={en:["change bid and ask lines visibility"],it:["cambia visibilità linee bid e ask"]}},32302:e=>{e.exports={en:["change currency"],it:["cambio valuta"]}},68846:e=>{e.exports={en:["change chart layout to {title}"],
+it:["cambio layout grafico su {title}"]}},18867:e=>{e.exports={en:["change continuous contract switch visibility"],it:["cambio visibilità switch contratto continuo"]}},39383:e=>{e.exports={en:["change countdown to bar close visibility"],it:["cambia visibilità conto alla rovescia"]}},16979:e=>{e.exports={en:["change date range"],it:["cambio range tempo"]}},53929:e=>{e.exports={en:["change dividends visibility"],it:["cambia visibilità dividendi staccati"]}},6119:e=>{e.exports={en:["change events visibility on chart"],it:["cambia visibilità eventi sul grafico"]}},6819:e=>{e.exports={en:["change earnings visibility"],it:["cambia visibilità utili rilasciati"]}},85532:e=>{e.exports={en:["change futures contract expiration visibility"],it:["modifica la visibilità della scadenza dei contratti futures"]}},24226:e=>{e.exports={en:["change high and low price labels visibility"],it:["cambia visibilità etichette prezzo min e max"]}},80692:e=>{e.exports={en:["change high and low price lines visibility"],it:["cambia visibilità linee prezzo max e min"]}},24893:e=>{e.exports={en:["change indicators name labels visibility"],it:["cambia visibilità etichette nomi indicatori"]}},64729:e=>{e.exports={en:["change indicators value labels visibility"],it:["cambia visibilità etichette valore indicatori"]}},50243:e=>{e.exports={en:["change latest news and Minds visibility"],it:["modifica visibilità ultimi aggiornamenti"]}},88849:e=>{e.exports={en:["change linking group"],it:["modifica gruppo di collegamento"]}},14691:e=>{e.exports={en:["change pane height"],it:["cambio altezza pannello"]}},96379:e=>{e.exports={en:["change plus button visibility"],it:["cambia visibilità pulsante +"]}},76660:e=>{e.exports={en:["change point"],it:["modifica punto"]}},30870:e=>{e.exports={en:["change pre/post market price label visibility"],it:["cambia visibilità etichette prezzo pre e post mercato"]}},11718:e=>{e.exports={en:["change pre/post market price line visibility"],it:["cambia visibilità linea prezzo pre e post mercato"]}},58419:e=>{e.exports={en:["change previous close price line visibility"],it:["cambia visibilità linea chiusura precedente"]}},8662:e=>{e.exports={en:["change price line visibility"],it:["Cambia linea prezzo"]}},2509:e=>{e.exports={en:["change price to bar ratio"],it:["cambio rapporto prezzo / barra"]}},32829:e=>{e.exports={en:["change resolution"],it:["Cambia timeframe"]}},35400:e=>{e.exports={en:["change symbol"],it:["Cambia simbolo"]}},73357:e=>{e.exports={en:["change symbol labels visibility"],it:["cambio visibilità etichette simbolo"]}},67453:e=>{e.exports={en:["change symbol last value visibility"],it:["cambia visibilità ultimo valore simbolo"]}},4729:e=>{e.exports={en:["change symbol previous close value visibility"],it:["cambia visibilità chiusura precedente simbolo"]}},87041:e=>{e.exports={en:["change session"],it:["cambio sessione"]}},38413:e=>{e.exports={en:["change session breaks visibility"],it:["cambio visibilità separatori sessione"]}},49965:e=>{e.exports={en:["change series style"],it:["cambio stile serie"]}},47474:e=>{
+e.exports={en:["change splits visibility"],it:["cambia visibilità frazionamenti"]}},20137:e=>{e.exports={en:["change timezone"],it:["cambio fuso orario"]}},85975:e=>{e.exports={en:["change unit"],it:["cambio unità"]}},1924:e=>{e.exports={en:["change visibility"],it:["Cambia visibilità"]}},84331:e=>{e.exports={en:["change visibility at current interval"],it:["Cambia visibilità all'intervallo corrente"]}},45800:e=>{e.exports={en:["change visibility at current interval and above"],it:["Cambia visibilità all'intervallo corrente e superiore"]}},75645:e=>{e.exports={en:["change visibility at current interval and below"],it:["Cambia visibilità all'intervallo corrente e inferiore"]}},57916:e=>{e.exports={en:["change visibility at all intervals"],it:["Cambia visibilità a tutti gli intervalli"]}},94566:e=>{e.exports={en:["charts by TradingView"],it:["grafici da TradingView"]}},32943:e=>{e.exports={en:["clone line tools"],it:["Clonazione strumento"]}},46219:e=>{e.exports={en:["create line tools group"],it:["Crea gruppo strumenti linea"]}},95394:e=>{e.exports={en:["create line tools group from selection"],it:["Crea gruppo strumenti linea dalla selezione"]}},12898:e=>{e.exports={en:["create {tool}"],it:["creazione {tool}"]}},94227:e=>{e.exports={en:["cut sources"],it:["taglia fonti"]}},11500:e=>{e.exports={en:["cut {title}"],it:["taglia {title}"]}},63869:e=>{e.exports={en:["anchor objects"],it:["ancora oggetti"]}},12570:e=>{e.exports={en:["add line tool {lineTool} to group {name}"],it:["Aggiungi strumento linea {lineTool} al gruppo {name}"]}},21162:e=>{e.exports={en:["add line tool(s) to group {group}"],it:["aggiungi le linee al gruppo {group}"]}},67608:e=>{e.exports={en:["add this financial metric to entire layout"],it:["Applica questo dato finanziario all'intero layout"]}},96677:e=>{e.exports={en:["add this indicator to entire layout"],it:["applica questo indicatore all'intero layout"]}},58156:e=>{e.exports={en:["add this strategy to entire layout"],it:["Applica questa strategia all'intero layout"]}},79290:e=>{e.exports={en:["add this symbol to entire layout"],it:["Applica questo simbolo all'intero layout"]}},4128:e=>{e.exports={en:["align to 45 degrees"],it:["allinea a 45 gradi"]}},68231:e=>{e.exports={en:["apply chart theme"],it:["applica tema grafico"]}},99551:e=>{e.exports={en:["apply all chart properties"],it:["applicazione proprietà grafico"]}},89720:e=>{e.exports={en:["apply drawing template"],it:["Applica modello disegno"]}},27851:e=>{e.exports={en:["apply factory defaults to selected sources"],it:["applicazione reset su fonti selezionate"]}},70507:e=>{e.exports={en:["apply indicators to entire layout"],it:["applica indicatori su layout intero"]}},69604:e=>{e.exports={en:["apply study template {template}"],it:["Applica modello indicatore {template}"]}},86708:e=>{e.exports={en:["apply toolbars theme"],it:["applicazione tema barra strumenti"]}},1979:e=>{e.exports={en:["bring group {title} forward"],it:["metti gruppo {title} in primo piano"]}},53159:e=>{e.exports={en:["bring {title} to front"],it:["porta {title} davanti"]}
+},41966:e=>{e.exports={en:["bring {title} forward"],it:["Manda {title} avanti"]}},44676:e=>{e.exports={en:["by TradingView"],it:["da TradingView"]}},58850:e=>{e.exports={en:["date range lock"],it:["blocco range di tempo"]}},99395:e=>{e.exports={en:["exclude line tools from group {group}"],it:["Escludi strumenti linea dal gruppo {group}"]}},13017:e=>{e.exports={en:["hide {title}"],it:["Nascondi {title}"]}},62249:e=>{e.exports={en:["hide marks on bars"],it:["Nascondi note sulle barre"]}},56558:e=>{e.exports={en:["interval lock"],it:["blocco intervallo"]}},6830:e=>{e.exports={en:["invert scale"],it:["Inverti asse"]}},48818:e=>{e.exports={en:["insert {title}"],it:["inserimento {title}"]}},56307:e=>{e.exports={en:["insert {title} after {targetTitle}"],it:["inserimento {title} dopo {targetTitle}"]}},32960:e=>{e.exports={en:["insert {title} after {target}"],it:["Inserisci {title} dopo {target}"]}},57106:e=>{e.exports={en:["insert {title} before {target}"],it:["aggiungi {title} prima di {target}"]}},46229:e=>{e.exports={en:["insert {title} before {targetTitle}"],it:["aggiungi {title} prima di {targetTitle}"]}},43364:e=>{e.exports={en:["load default drawing template"],it:["caricamento modello disegni default"]}},62011:e=>{e.exports={en:["loading..."],it:["caricamento...."]}},76104:e=>{e.exports={en:["lock {title}"],it:["Blocca {title}"]}},20453:e=>{e.exports={en:["lock group {group}"],it:["blocca gruppo {group}"]}},18942:e=>{e.exports={en:["lock objects"],it:["blocca oggetti"]}},98277:e=>{e.exports={en:["move"],it:["spostamento"]}},58228:e=>{e.exports={en:["move {title} to new left scale"],it:["Sposta {title} su nuovo asse sinistro"]}},77482:e=>{e.exports={en:["move {title} to new right scale"],it:["sposta {title} su un nuovo asse a destra"]}},64077:e=>{e.exports={en:["move all scales to left"],it:["Sposta tutti gli assi a sinistra"]}},19013:e=>{e.exports={en:["move all scales to right"],it:["Sposta tutti gli assi a destra"]}},52510:e=>{e.exports={en:["move drawing(s)"],it:["spostamento disegno/i"]}},79209:e=>{e.exports={en:["move left"],it:["sposta a sinistra"]}},60114:e=>{e.exports={en:["move right"],it:["sposta a destra"]}},44854:e=>{e.exports={en:["move scale"],it:["Sposta asse"]}},10625:e=>{e.exports={en:["make {title} no scale (Full screen)"],it:["Dissocia {title} dall'asse (schermo intero)"]}},76709:e=>{e.exports={en:["make group {group} invisible"],it:["Rendi gruppo {group} invisibile"]}},45987:e=>{e.exports={en:["make group {group} visible"],it:["Rendi gruppo {group} visibile"]}},78055:e=>{e.exports={en:["merge down"],it:["unione sotto"]}},41866:e=>{e.exports={en:["merge to pane"],it:["unione a pannello"]}},52458:e=>{e.exports={en:["merge up"],it:["unione sopra"]}},90091:e=>{e.exports={en:["n/a"],it:["N/D"]}},94981:e=>{e.exports={en:["scale price"],it:["scala di prezzo"]}},63796:e=>{e.exports={en:["scale price chart only"],it:["Utilizza solo scala del prezzo"]}},70771:e=>{e.exports={en:["scale time"],it:["cambio scala"]}},42070:e=>{e.exports={en:["scroll"],it:["scorrimento"]}},87840:e=>{e.exports={en:["scroll time"],
+it:["scorrimento tempo"]}},82241:e=>{e.exports={en:["set price scale selection strategy to {title}"],it:["impostazione strategia di selezione scala di prezzo su {title}"]}},40962:e=>{e.exports={en:["send {title} backward"],it:["porta {title} indietro"]}},5005:e=>{e.exports={en:["send {title} to back"],it:["porta {title} indietro"]}},69546:e=>{e.exports={en:["send group {title} backward"],it:["metti gruppo {title} in secondo piano"]}},63934:e=>{e.exports={en:["share line tools globally"],it:["condivisione globale linee"]}},90221:e=>{e.exports={en:["share line tools in layout"],it:["condivisione linee su layout"]}},13336:e=>{e.exports={en:["show all ideas"],it:["mostra tutte le idee"]}},91395:e=>{e.exports={en:["show ideas of followed users"],it:["mostra idee degli utenti seguiti"]}},57460:e=>{e.exports={en:["show my ideas only"],it:["mostra solo le mie idee"]}},4114:e=>{e.exports={en:["stay in drawing mode"],it:["rimani in modalità disegno"]}},3350:e=>{e.exports={en:["stop syncing drawing"],it:["stop sincronizzazione disegni"]}},49183:e=>{e.exports={en:["stop syncing line tool(s)"],it:["ferma sincronizzazione linee"]}},53278:e=>{e.exports={en:["symbol lock"],it:["blocco simbolo"]}},91677:e=>{e.exports={en:["sync time"],it:["sincronizza ora"]}},3140:e=>{e.exports={en:["powered by"],it:["fornito da"]}},92800:e=>{e.exports={en:["powered by TradingView"],it:["fornito da TradingView"]}},62192:e=>{e.exports={en:["paste drawing"],it:["incolla disegno"]}},1064:e=>{e.exports={en:["paste indicator"],it:["incolla indicatore"]}},57010:e=>{e.exports={en:["paste {title}"],it:["incolla {title}"]}},78690:e=>{e.exports={en:["pin to left scale"],it:["fissa all'asse sinistro"]}},7495:e=>{e.exports={en:["pin to right scale"],it:["Fissa all'asse destro"]}},81566:e=>{e.exports={en:["pin to scale {label}"],it:["fissa sull'asse {label}"]}},2618:e=>{e.exports={en:["rearrange panes"],it:["modifica pannelli"]}},60806:e=>{e.exports={en:["remove all indicators"],it:["rimuovi tutti gli indicatori"]}},29096:e=>{e.exports={en:["remove all indicators and drawing tools"],it:["rimuovi tutti gli indicatori ed i disegni"]}},27171:e=>{e.exports={en:["remove deselected empty line tools"],it:["rimozione linee vuote deselezionate"]}},30538:e=>{e.exports={en:["remove drawings"],it:["Elimina disegni"]}},1193:e=>{e.exports={en:["remove drawings group"],it:["rimuovi gruppo disegni"]}},38199:e=>{e.exports={en:["remove line data sources"],it:["rimozione fonti dati linea"]}},93333:e=>{e.exports={en:["remove pane"],it:["rimozione pannello"]}},94543:e=>{e.exports={en:["remove {title}"],it:["rimuovi {title}"]}},41430:e=>{e.exports={en:["removing line tools group {name}"],it:["rimozione strumenti linea del gruppo {name}"]}},80491:e=>{e.exports={en:["rename group {group} to {newName}"],it:["Rinomina gruppo {group} in {newName}"]}},85366:e=>{e.exports={en:["reset layout sizes"],it:["ripristina dimensioni layout"]}},3323:e=>{e.exports={en:["reset scales"],it:["reset scala"]}},17336:e=>{e.exports={en:["reset time scale"],it:["Reimposta asse di tempo"]}},47418:e=>{
+e.exports={en:["resize layout"],it:["modifica dimensioni layout"]}},85815:e=>{e.exports={en:["restore defaults"],it:["ripristino default"]}},96881:e=>{e.exports={en:["restore study defaults"],it:["ripristinare le impostazioni predefinite dello studio"]}},63095:e=>{e.exports={en:["toggle maximized pane state"],it:["attiva massimizzazione del pannello"]}},42240:e=>{e.exports={en:["toggle auto scale"],it:["attiva/disattiva scala automatica"]}},46054:e=>{e.exports={en:["toggle collapsed pane state"],it:["modifica stato pannello chiuso"]}},24736:e=>{e.exports={en:["toggle indexed to 100 scale"],it:["switch scala indicizzata su base 100"]}},49695:e=>{e.exports={en:["toggle lock scale"],it:["blocco scala"]}},49403:e=>{e.exports={en:["toggle log scale"],it:["attiva/disattiva scala logaritmica"]}},98994:e=>{e.exports={en:["toggle percentage scale"],it:["Attiva scala percentuale"]}},80688:e=>{e.exports={en:["toggle regular scale"],it:["switch scala regolare"]}},46807:e=>{e.exports={en:["track time"],it:["traccia tempo"]}},8040:e=>{e.exports={en:["turn line tools sharing off"],it:["disattiva condivisione linee"]}},99234:e=>{e.exports={en:["unanchor objects"],it:["disancora oggetti"]}},23230:e=>{e.exports={en:["unlock objects"],it:["sblocca oggetti"]}},74590:e=>{e.exports={en:["unlock group {group}"],it:["Sblocca gruppo {group}"]}},12525:e=>{e.exports={en:["unlock {title}"],it:["sblocca {title}"]}},81576:e=>{e.exports={en:["unmerge to new bottom pane"],it:["separazione su nuovo pannello"]}},79443:e=>{e.exports={en:["unmerge up"],it:["separazione sopra"]}},46453:e=>{e.exports={en:["unmerge down"],it:["separazione sotto"]}},94656:e=>{e.exports={en:["{chartStyle} chart type isn't currently available for tick-based intervals."],it:["Oh no! Il tipo di grafico {chartStyle} non è attualmente disponibile per gli intervalli basati sui tick."]}},41643:e=>{e.exports={en:["{count} bars"],it:["{count} barre"]}},83470:e=>{e.exports={en:["{symbol} financials by TradingView"],it:["{symbol} dati finanziari da TradingView"]}},40947:e=>{e.exports={en:["{userName} published on {customer}, {date}"],it:["{userName} ha pubblicato su {customer} il {date}"]}},91084:e=>{e.exports={en:["zoom"]}},49856:e=>{e.exports={en:["zoom in"],it:["ingrandimento"]}},73638:e=>{e.exports={en:["zoom out"],it:["riduzione"]}},41807:e=>{e.exports={en:["day","days"],it:["giorno","giorni"]}},42328:e=>{e.exports={en:["hour","hours"],it:["ora","ore"]}},98393:e=>{e.exports={en:["month","months"],it:["mese","mesi"]}},78318:e=>{e.exports={en:["minute","minutes"],it:["minuto","minuti"]}},33232:e=>{e.exports={en:["second","seconds"],it:["secondo","secondi"]}},89937:e=>{e.exports={en:["range","ranges"],it:["range","range"]}},48898:e=>{e.exports={en:["week","weeks"],it:["settimana","settimane"]}},11913:e=>{e.exports={en:["tick","ticks"],it:["tick","tick"]}},22299:e=>{e.exports={en:["{amount} drawing","{amount} drawings"],it:["{amount} disegno","{amount} disegni"]}},68984:e=>{e.exports={en:["{amount} indicator","{amount} indicators"],it:["{amount} indicatore","{amount} indicatori"]}},
+58590:e=>{e.exports={en:["{count}m","{count}m"]}},47801:e=>{e.exports={en:["{count}d","{count}d"]}},46766:e=>{e.exports={en:["{count}y","{count}y"]}},56316:e=>{e.exports=Object.create(null),e.exports["#AAPL-symbol-description"]={en:["Apple Inc"]},e.exports["#AMEX:SCHO-symbol-description"]={en:["Schwab Short-Term U.S. Treasury ETF"]},e.exports["#AMEX:SHYG-symbol-description"]={en:["Shares 0-5 YEAR High Yield Corporate Bond ETF"]},e.exports["#ASX:XAF-symbol-description"]={en:["S&P/ASX All Australian 50 Index"],it:["Indice S&P/ASX All Australian 50"]},e.exports["#ASX:XAT-symbol-description"]={en:["S&P/ASX All Australian 200 Index"],it:["Indice S&P/ASX All Australian 200"]},e.exports["#ASX:XJO-symbol-description"]={en:["S&P/ASX 200 Index"],it:["Indice S&P/ASX 200"]},e.exports["#AUDCAD-symbol-description"]={en:["Australian Dollar/Canadian Dollar"],it:["Dollaro australiano/Dollaro canadese"]},e.exports["#AUDCHF-symbol-description"]={en:["Australian Dollar / Swiss Franc"],it:["Dollaro australiano / Franco svizzero"]},e.exports["#AUDJPY-symbol-description"]={en:["Australian Dollar / Japanese Yen"],it:["Dollaro australiano / Yen giapponese"]},e.exports["#AUDNZD-symbol-description"]={en:["Australian Dollar / New Zealand Dollar"],it:["Dollaro australiano / Dollaro neozelandese"]},e.exports["#AUDRUB-symbol-description"]={en:["Australian Dollar / Russian Ruble"],it:["Dollaro australiano / Rublo russo"]},e.exports["#AUDUSD-symbol-description"]={en:["Australian Dollar / U.S. Dollar"],it:["Dollaro australiano / Dollaro"]},e.exports["#BCBA:IMV-symbol-description"]={en:["S&P MERVAL Index"],it:["Indice S&P MERVAL"]},e.exports["#BCHEUR-symbol-description"]={en:["Bitcoin Cash / Euro"]},e.exports["#BCHUSD-symbol-description"]={en:["Bitcoin Cash / U.S. Dollar"],it:["Bitcoin Cash / Dollaro"]},e.exports["#BELEX:BELEX15-symbol-description"]={en:["BELEX 15 Index"],it:["Indice BELEX 15"]},e.exports["#BIST:XU100-symbol-description"]={en:["BIST 100 Index"],it:["Indice BIST 100"]},e.exports["#BITMEX:XBT-symbol-description"]={en:["Bitcoin / U.S. Dollar Index"],it:["Indice Bitcoin / Dollaro"]},e.exports["#BME:IBC-symbol-description"]={en:["IBEX 35 Index"],it:["Indice IBEX 35"]},e.exports["#BMFBOVESPA:IBOV-symbol-description"]={en:["Bovespa Index"],it:["Indice Bovespa"]},e.exports["#BMFBOVESPA:IBRA-symbol-description"]={en:["IBrasil Index"],it:["Indice IBrasil"]},e.exports["#BMFBOVESPA:IBXL-symbol-description"]={en:["Brazil 50 Index"],it:["Indice Brazil 50"]},e.exports["#BMV:CT-symbol-description"]={en:["China SX20 RT"]},e.exports["#BMV:F-symbol-description"]={en:["Ford Motor Company"]},e.exports["#BMV:ME-symbol-description"]={en:["S&P/BMV IPC Index"],it:["Indice S&P/BMV IPC"]},e.exports["#BRLJPY-symbol-description"]={en:["Brazilian Real / Japanese Yen"],it:["Real brasiliano / Yen giapponese"]},e.exports["#BSE:ITI-symbol-description"]={en:["ITI Ltd"]},e.exports["#BSE:SENSEX-symbol-description"]={en:["S&P BSE Sensex Index"],it:["Indice S&P BSE Sensex"]},e.exports["#BTCBRL-symbol-description"]={en:["Bitcoin / Brazilian Real"],
+it:["Bitcoin / Real Brasiliano"]},e.exports["#BTCCAD-symbol-description"]={en:["Bitcoin / Canadian Dollar"],it:["Bitcoin / Dollaro Canadese"]},e.exports["#BTCCNY-symbol-description"]={en:["Bitcoin / Chinese Yuan"],it:["Bitcoin / Yuan Cinese"]},e.exports["#BTCEUR-symbol-description"]={en:["Bitcoin / Euro"]},e.exports["#BTCGBP-symbol-description"]={en:["Bitcoin / British Pound"],it:["Bitcoin / Sterlina"]},e.exports["#BTCJPY-symbol-description"]={en:["Bitcoin / Japanese Yen"],it:["Bitcoin / Yen Giapponese"]},e.exports["#BTCKRW-symbol-description"]={en:["Bitcoin / South Korean Won"],it:["Bitcoin / Won Sudcoreano"]},e.exports["#BTCPLN-symbol-description"]={en:["Bitcoin / Polish Zloty"],it:["Bitcoin / Zloty Polacco"]},e.exports["#BTCRUB-symbol-description"]={en:["Bitcoin / Russian Ruble"],it:["Bitcoin / Rublo russo"]},e.exports["#BTCTHB-symbol-description"]={en:["Bitcoin / Thai Baht"],it:["Bitcoin / Baht thai"]},e.exports["#BTCUSD-symbol-description"]={en:["Bitcoin / U.S. Dollar"],it:["Bitcoin / Dollaro"]},e.exports["#BTGUSD-symbol-description"]={en:["Bitcoin Gold / U.S. Dollar"],it:["Bitcoin Gold / Dollaro"]},e.exports["#BVL:SPBLPGPT-symbol-description"]={en:["S&P / BVL Peru General Index (PEN)"]},e.exports["#BVSP-symbol-description"]={en:["Brazil Bovespa Index"],it:["Indice Brasile Bovespa"]},e.exports["#CADJPY-symbol-description"]={en:["Canadian Dollar / Japanese Yen"],it:["Dollaro canadese / Yen giapponese"]},e.exports["#CADUSD-symbol-description"]={en:["Canadian Dollar / U.S. Dollar"],it:["Dollaro canadese / Dollaro USA"]},e.exports["#CBOE:OEX-symbol-description"]={en:["S&P 100 Index"],it:["Indice S&P 100"]},e.exports["#CBOE:VIX-symbol-description"]={en:["Volatility S&P 500 Index"],it:["Indice volatilità S&P 500"]},e.exports["#CBOT:ZB1!-symbol-description"]={en:["T-Bond Futures"],it:["Futures T-Bond"]},e.exports["#CBOT:ZC1!-symbol-description"]={en:["Corn Futures"],it:["Futures mais"]},e.exports["#CBOT:ZM1!-symbol-description"]={en:["Soybean Meal Futures"],it:["Futures farina di soia"]},e.exports["#CBOT:ZN1!-symbol-description"]={en:["10 Year T-Note Futures"],it:["Futures T-Note 10 anni"]},e.exports["#CBOT:ZO1!-symbol-description"]={en:["Oat Futures"],it:["Futures avena"]},e.exports["#CBOT:ZQ1!-symbol-description"]={en:["30 Day Federal Funds Interest Rate Futures"],it:["Futures 30 Day Federal Funds Interest Rate"]},e.exports["#CBOT:ZR1!-symbol-description"]={en:["Rice Futures"],it:["Futures riso"]},e.exports["#CBOT:ZS1!-symbol-description"]={en:["Soybean Futures"],it:["Futures soia"]},e.exports["#CBOT:ZW1!-symbol-description"]={en:["Wheat Futures"],it:["Futures Grano"]},e.exports["#CBOT_MINI:XK1!-symbol-description"]={en:["Soybean Mini Futures"],it:["Futures mini soia"]},e.exports["#CBOT_MINI:XW1!-symbol-description"]={en:["Wheat Mini Futures"],it:["Futures mini grano"]},e.exports["#CBOT_MINI:YM1!-symbol-description"]={en:["E-mini Dow Jones ($5) Futures"],it:["Futures E-MINI DOW JONES ($5)"]},e.exports["#CHFJPY-symbol-description"]={en:["Swiss Franc / Japanese Yen"],it:["Franco svizzero / Yen giapponese"]},
+e.exports["#CHFUSD-symbol-description"]={en:["Swiss Franc / U.S. Dollar"],it:["Franco svizzero / Dollaro USA"]},e.exports["#CME:BTC1!-symbol-description"]={en:["Bitcoin CME Futures"],it:["Futures Bitcoin CME"]},e.exports["#CME:CB1!-symbol-description"]={en:["Butter Futures-Cash (Continuous: Current contract in front)"],it:["Futures burro (continuo: contratto a scadenza frontale)"]},e.exports["#CME:GF1!-symbol-description"]={en:["Feeder Cattle Futures"],it:["Futures mangime bestiame"]},e.exports["#CME:HE1!-symbol-description"]={en:["Lean Hogs Futures"],it:["Futures carne di maiale"]},e.exports["#CME:LE1!-symbol-description"]={en:["Live Cattle Futures"],it:["Futures bestiame vivo"]},e.exports["#CME_MINI:E71!-symbol-description"]={en:["Euro E-mini Futures"],it:["Futures E-mini euro"]},e.exports["#CME_MINI:ES1!-symbol-description"]={en:["S&P 500 E-mini Futures"],it:["Futures E-mini S&P 500"]},e.exports["#CME_MINI:J71!-symbol-description"]={en:["Japanese Yen E-mini Futures"],it:["Futures E-mini yen giapponese"]},e.exports["#CME_MINI:NQ1!-symbol-description"]={en:["NASDAQ 100 E-mini Futures"],it:["Futures NASDAQ 100 E-MINI"]},e.exports["#CME_MINI:RTY1!-symbol-description"]={en:["E-Mini Russell 2000 Index Futures"],it:["Indice futures E-Mini Russell 2000"]},e.exports["#COMEX:AEP1!-symbol-description"]={en:["Aluminium European Premium Futures"],it:["Futures Aluminium European Premium"]},e.exports["#COMEX:AUP1!-symbol-description"]={en:["Aluminum MW U.S. Transaction Premium Platts (25MT) Futures"],it:["Futures Aluminum MW U.S. Transaction Premium Platts (25MT)"]},e.exports["#COMEX:GC1!-symbol-description"]={en:["Gold Futures"],it:["Futures Oro"]},e.exports["#COMEX:HG1!-symbol-description"]={en:["Copper Futures"],it:["Futures Rame"]},e.exports["#COMEX:SI1!-symbol-description"]={en:["Silver Futures"],it:["Futures Argento"]},e.exports["#COMEX_MINI:QC1!-symbol-description"]={en:["E-mini Copper Futures"],it:["Futures E-mini rame"]},e.exports["#COMEX_MINI:QI1!-symbol-description"]={en:["Silver (Mini) Futures"],it:["Futures argento (mini)"]},e.exports["#COMEX_MINI:QO1!-symbol-description"]={en:["Gold (Mini) Futures"],it:["Futures oro (mini)"]},e.exports["#COPPER-symbol-description"]={en:["CFDs on Copper"],it:["CFD Rame"]},e.exports["#CORNUSD-symbol-description"]={en:["CFDs on Corn"],it:["CFD Mais"]},e.exports["#COTUSD-symbol-description"]={en:["CFDs on Cotton"],it:["CFD Cotone"]},e.exports["#CRYPTOCAP:TOTAL-symbol-description"]={en:["Crypto Total Market Cap, $"],it:["Cap di mercato totale cripto, $"]},e.exports["#DFM:DFMGI-symbol-description"]={en:["DFM Index"],it:["Indice DFM"]},e.exports["#DJ:DJA-symbol-description"]={en:["Dow Jones Composite Average Index"],it:["Indice Dow Jones Composite Average"]},e.exports["#DJ:DJCIAGC-symbol-description"]={en:["Dow Jones Commodity Index Agriculture Capped Component"],it:["Indice Dow Jones Commodity Agriculture Capped Component"]},e.exports["#DJ:DJCICC-symbol-description"]={en:["Dow Jones Commodity Index Cocoa"],it:["Indice Dow Jones Commodity Cocoa"]},
+e.exports["#DJ:DJCIEN-symbol-description"]={en:["Dow Jones Commodity Index Energy"],it:["Indice Dow Jones Commodity Energy"]},e.exports["#DJ:DJCIGC-symbol-description"]={en:["Dow Jones Commodity Index Gold"],it:["Indice Dow Jones Commodity Gold"]},e.exports["#DJ:DJCIGR-symbol-description"]={en:["Dow Jones Commodity Index Grains"],it:["Indice Dow Jones Commodity Grains"]},e.exports["#DJ:DJCIIK-symbol-description"]={en:["Dow Jones Commodity Index Nickel"],it:["Indice Dow Jones Commodity Nickel"]},e.exports["#DJ:DJCIKC-symbol-description"]={en:["Dow Jones Commodity Index Coffee"],it:["Indice Dow Jones Commodity Coffee"]},e.exports["#DJ:DJCISB-symbol-description"]={en:["Dow Jones Commodity Index Sugar"],it:["Indice Dow Jones Commodity Sugar"]},e.exports["#DJ:DJCISI-symbol-description"]={en:["Dow Jones Commodity Index Silver"],it:["Indice Dow Jones Commodity Silver"]},e.exports["#DJ:DJI-symbol-description"]={en:["Dow Jones Industrial Average Index"],it:["Indice Dow Jones Industrial Average"]},e.exports["#DJ:DJT-symbol-description"]={en:["Dow Jones Transportation Average Index"],it:["Indice Dow Jones Transportation Average"]},e.exports["#DJ:DJU-symbol-description"]={en:["Dow Jones Utility Average Index"],it:["Indice Dow Jones Utility Average"]},e.exports["#DJ:DJUSCL-symbol-description"]={en:["Dow Jones U.S. Coal Index"],it:["Indice Dow Jones U.S. Coal"]},e.exports["#EGX:EGX30-symbol-description"]={en:["EGX 30 Index"],it:["Indice EGX 30"]},e.exports["#ETCBTC-symbol-description"]={en:["Ethereum Classic / Bitcoin"]},e.exports["#ETCEUR-symbol-description"]={en:["Ethereum Classic / Euro"]},e.exports["#ETCUSD-symbol-description"]={en:["Ethereum Classic / U.S. Dollar"],it:["Ethereum Classic / Dollaro"]},e.exports["#ETHBTC-symbol-description"]={en:["Ethereum / Bitcoin"]},e.exports["#ETHEUR-symbol-description"]={en:["Ethereum / Euro"]},e.exports["#ETHGBP-symbol-description"]={en:["Ethereum / British Pound"],it:["Ethereum / Sterlina"]},e.exports["#ETHJPY-symbol-description"]={en:["Ethereum / Japanese Yen"],it:["Ethereum / Yen"]},e.exports["#ETHKRW-symbol-description"]={en:["Ethereum / South Korean Won"],it:["Ethereum / Won Sudcoreano"]},e.exports["#ETHTHB-symbol-description"]={en:["Ethereum / Thai Baht"],it:["Ethereum / Baht thai"]},e.exports["#ETHUSD-symbol-description"]={en:["Ethereum / U.S. Dollar"],it:["Ethereum / Dollaro"]},e.exports["#EUBUND-symbol-description"]={en:["Euro Bund"]},e.exports["#EURAUD-symbol-description"]={en:["Euro / Australian Dollar"],it:["Euro / Dollaro australiano"]},e.exports["#EURBRL-symbol-description"]={en:["Euro / Brazilian Real"],it:["Euro / Real brasiliano"]},e.exports["#EURCAD-symbol-description"]={en:["Euro / Canadian Dollar"],it:["Euro / Dollaro canadese"]},e.exports["#EURCHF-symbol-description"]={en:["Euro / Swiss Franc"],it:["Euro / Franco svizzero"]},e.exports["#EURGBP-symbol-description"]={en:["Euro / British Pound"],it:["Euro / Sterlina"]},e.exports["#EURJPY-symbol-description"]={en:["Euro / Japanese Yen"],it:["Euro / Yen giapponese"]},e.exports["#EURNOK-symbol-description"]={
+en:["Euro / Norwegian Krone"],it:["Euro / Corona Novergese"]},e.exports["#EURNZD-symbol-description"]={en:["Euro / New Zealand Dollar"],it:["Euro / Dollaro neozelandese"]},e.exports["#EURONEXT:AEX-symbol-description"]={en:["AEX Index"],it:["Indice AEX"]},e.exports["#EURONEXT:BEL20-symbol-description"]={en:["BEL 20 Index"],it:["Indice BEL 20"]},e.exports["#EURONEXT:PX1-symbol-description"]={en:["CAC 40 Index"],it:["Indice CAC 40"]},e.exports["#EURRUB-symbol-description"]={en:["Euro / Russian Ruble"],it:["Euro / Rublo russo"]},e.exports["#EURRUB_TOM-symbol-description"]={en:["Euro / Russian Ruble TOM"],it:["Euro / Rublo russo TOM"]},e.exports["#EURSEK-symbol-description"]={en:["Euro / Swedish Krona"],it:["Euro / Corona svedese"]},e.exports["#EURTRY-symbol-description"]={en:["Euro / Turkish Lira"],it:["Euro / Nuova lira turca"]},e.exports["#EURUSD-symbol-description"]={en:["Euro / U.S. Dollar"],it:["Euro / Dollaro"]},e.exports["#EUSTX50-symbol-description"]={en:["Euro Stoxx 50 Index"],it:["Indice Euro Stoxx 50"]},e.exports["#FOREXCOM:US2000-symbol-description"]={en:["US Small Cap 2000"]},e.exports["#FRA40-symbol-description"]={en:["CAC 40 Index"],it:["Indice CAC 40"]},e.exports["#FRED:GDP-symbol-description"]={en:["Gross Domestic Product, 1 Decimal"],it:["Prodotto interno lordo, 1 decimale"]},e.exports["#FRED:POP-symbol-description"]={en:["Total Population: All Ages Including Armed Forces Overseas"],it:["Popolazione totale: tutte le età compresi i militari in missione"]},e.exports["#FRED:UNRATE-symbol-description"]={en:["Civilian Unemployment Rate"],it:["Tasso di disoccupazione"]},e.exports["#FTSEMYX:FBMKLCI-symbol-description"]={en:["FTSE Bursa Malaysia KLCI Index"],it:["Indice FTSE Bursa Malaysia KLCI"]},e.exports["#FWB:KT1-symbol-description"]={en:["Key Tronic Corр."]},e.exports["#FX:AUS200-symbol-description"]={en:["S&P/ASX Index"],it:["Indice S&P/ASX"]},e.exports["#FX:US30-symbol-description"]={en:["Dow Jones Industrial Average Index"],it:["Indice Industriale Dow Jones"]},e.exports["#GBPAUD-symbol-description"]={en:["British Pound / Australian Dollar"],it:["Sterlina / Dollaro australiano"]},e.exports["#GBPCAD-symbol-description"]={en:["British Pound / Canadian Dollar"],it:["Sterlina / Dollaro canadese"]},e.exports["#GBPCHF-symbol-description"]={en:["British Pound / Swiss Franc"],it:["Sterlina / Franco svizzero"]},e.exports["#GBPEUR-symbol-description"]={en:["British Pound / Euro"],it:["Sterlina / Euro"]},e.exports["#GBPJPY-symbol-description"]={en:["British Pound / Japanese Yen"],it:["Sterlina / Yen giapponese"]},e.exports["#GBPNZD-symbol-description"]={en:["British Pound / New Zealand Dollar"],it:["Sterlina / Dollaro neozelandese"]},e.exports["#GBPPLN-symbol-description"]={en:["British Pound / Polish Zloty"],it:["Sterlina / Zloty Polacco"]},e.exports["#GBPRUB-symbol-description"]={en:["British Pound / Russian Ruble"],it:["Sterlina / Rublo russo"]},e.exports["#GBPUSD-symbol-description"]={en:["British Pound / U.S. Dollar"],it:["Sterlina / Dollaro"]},e.exports["#GER30-symbol-description"]={en:["DAX Index"],
+it:["DAX Indice azionario tedesco"]},e.exports["#GOOG-symbol-description"]={en:["Alphabet Inc (Google) Class C"]},e.exports["#GOOGL-symbol-description"]={en:["Alphabet Inc (Google) Class A"]},e.exports["#GPW:ACG-symbol-description"]={en:["Acautogaz"]},e.exports["#GPW:WIG20-symbol-description"]={en:["WIG20 Index"],it:["Indice WIG20"]},e.exports["#HSI:HSI-symbol-description"]={en:["Hang Seng Index"],it:["Indice Hang Seng"]},e.exports["#ICEUS:DX1!-symbol-description"]={en:["U.S. Dollar Index Futures"],it:["Indice futures dollaro"]},e.exports["#IDX:COMPOSITE-symbol-description"]={en:["IDX Composite Index"],it:["Indice IDX Composite"]},e.exports["#INDEX:HSCE-symbol-description"]={en:["Hang Seng China Enterprises Index"],it:["Indice Hang Seng China Enterprises"]},e.exports["#INDEX:JKSE-symbol-description"]={en:["Jakarta Composite Index"],it:["Indice Jakarta Composite"]},e.exports["#INDEX:KLSE-symbol-description"]={en:["Bursa Malaysia KLCI Index"],it:["Indice Bursa Malaysia KLCI"]},e.exports["#INDEX:MIB-symbol-description"]={en:["MIB Index"],it:["Indice MIB"]},e.exports["#INDEX:MOY0-symbol-description"]={en:["Euro Stoxx 50 Index"],it:["Indice Euro Stoxx 50"]},e.exports["#INDEX:STI-symbol-description"]={en:["STI Index"],it:["Indice STI"]},e.exports["#INDEX:TWII-symbol-description"]={en:["Taiwan Weighted Index"]},e.exports["#INDEX:XLY0-symbol-description"]={en:["Shanghai Composite Index"],it:["Indice Shanghai Composite"]},e.exports["#IOTUSD-symbol-description"]={en:["IOTA / U.S. Dollar"],it:["IOTA / Dollaro"]},e.exports["#JPN225-symbol-description"]={en:["Japan 225 Index"],it:["Indice Japan 225"]},e.exports["#JPYKRW-symbol-description"]={en:["Japanese Yen / South Korean Won"],it:["Yen giapponese / Won sudcoreano"]},e.exports["#JPYRUB-symbol-description"]={en:["Japanese Yen / Russian Ruble"],it:["Yen giapponese / Rublo russo"]},e.exports["#JPYUSD-symbol-description"]={en:["Japanese Yen / U.S. Dollar"],it:["Yen giapponese / Dollaro"]},e.exports["#LKOH-symbol-description"]={en:["LUKOIL"]},e.exports["#LSE:SCHO-symbol-description"]={en:["Scholium Group Plc Ord 1P"]},e.exports["#LTCBRL-symbol-description"]={en:["Litecoin / Brazilian Real"],it:["Litecoin / Real brasiliano"]},e.exports["#LTCBTC-symbol-description"]={en:["Litecoin / Bitcoin"]},e.exports["#LTCUSD-symbol-description"]={en:["Litecoin / U.S. Dollar"],it:["Litecoin / Dollaro"]},e.exports["#LUNAUSD-symbol-description"]={en:["Luna / U.S. Dollar"],it:["Luna / Dollaro"]},e.exports["#MOEX:BR1!-symbol-description"]={en:["Brent Oil Futures"],it:["Futures Petrolio Brent"]},e.exports["#MOEX:GAZP-symbol-description"]={en:["GAZPROM"]},e.exports["#MOEX:IMOEX-symbol-description"]={en:["MOEX Russia Index"],it:["Indice MOEX Russia"]},e.exports["#MOEX:MGNT-symbol-description"]={en:["MAGNIT"]},e.exports["#MOEX:MICEXINDEXCF-symbol-description"]={en:["MOEX Russia Index"],it:["Indice MOEX"]},e.exports["#MOEX:MX1!-symbol-description"]={en:["MICEX Index Futures"],it:["Futures Indice MICEX"]},e.exports["#MOEX:MX2!-symbol-description"]={en:["MICEX Index Futures"],it:["Futures Indice MICEX"]},
+e.exports["#MOEX:RI1!-symbol-description"]={en:["RTS Index Futures"],it:["Futures Indice RTS"]},e.exports["#MOEX:RTSI-symbol-description"]={en:["RTS Index"],it:["Indice RTS"]},e.exports["#MOEX:RUAL-symbol-description"]={en:["United Company RUSAL PLC"]},e.exports["#MOEX:SBER-symbol-description"]={en:["SBERBANK"]},e.exports["#MOEX:VTBR-symbol-description"]={en:["VTB"]},e.exports["#MSFT-symbol-description"]={en:["Microsoft Corp."]},e.exports["#NAS100-symbol-description"]={en:["US 100 Cash CFD"]},e.exports["#NASDAQ:AMD-symbol-description"]={en:["Advanced Micro Devices Inc"]},e.exports["#NASDAQ:GOOG-symbol-description"]={en:["Alphabet Inc (Google) Class C"]},e.exports["#NASDAQ:GOOGL-symbol-description"]={en:["Alphabet Inc (Google) Class A"]},e.exports["#NASDAQ:HGX-symbol-description"]={en:["PHLX Housing Sector Index"],it:["Indice PHLX Housing Sector"]},e.exports["#NASDAQ:IEF-symbol-description"]={en:["Ishares 7-10 Year Treasury Bond ETF"],it:["Ishares Treasury Bond ETF 7-10 anni"]},e.exports["#NASDAQ:IEI-symbol-description"]={en:["Ishares 3-7 Year Treasury Bond ETF"],it:["Ishares Treasury Bond ETF 3-7 anni"]},e.exports["#NASDAQ:ITI-symbol-description"]={en:["Iteris Inc"]},e.exports["#NASDAQ:IXIC-symbol-description"]={en:["Nasdaq Composite Index"],it:["Indice Nasdaq Composite"]},e.exports["#NASDAQ:LCID-symbol-description"]={en:["Lucid Group, Inc."]},e.exports["#NASDAQ:LE-symbol-description"]={en:["Lands' End Inc"]},e.exports["#NASDAQ:NDX-symbol-description"]={en:["Nasdaq 100 Index"],it:["Indice Nasdaq 100"]},e.exports["#NASDAQ:OSX-symbol-description"]={en:["PHLX Oil Service Sector Index"],it:["Indice PHLX Oil Service Sector"]},e.exports["#NASDAQ:SHY-symbol-description"]={en:["Ishares 1-3 Year Treasury Bond ETF"],it:["Ishares 1-3 Anni Treasury Bond ETF"]},e.exports["#NASDAQ:SOX-symbol-description"]={en:["Philadelphia Semiconductor Index"],it:["Indice Philadelphia Semiconductor"]},e.exports["#NASDAQ:TLT-symbol-description"]={en:["Ishares 20+ Year Treasury Bond ETF"],it:["Ishares Treasury Bond ETF 20+ Anni"]},e.exports["#NASDAQ:UTY-symbol-description"]={en:["PHLX Utility Sector Index"],it:["Indice PHLX Utility Sector"]},e.exports["#NASDAQ:XAU-symbol-description"]={en:["PHLX Gold and Silver Sector Index"],it:["Indice PHLX Gold and Silver Sector"]},e.exports["#NASDAQ:ZS-symbol-description"]={en:["Zscaler Inc"]},e.exports["#NEOUSD-symbol-description"]={en:["NEO / U.S. Dollar"],it:["NEO / Dollaro"]},e.exports["#NGAS-symbol-description"]={en:["Natural Gas (Henry Hub)"]},e.exports["#NKY-symbol-description"]={en:["Japan 225 Index"],it:["Indice Japan 225"]},e.exports["#NSE:ITI-symbol-description"]={en:["Indian Telephone Industries Limited"]},e.exports["#NSE:NIFTY-symbol-description"]={en:["Nifty 50 Index"],it:["Indice Nifty 50"]},e.exports["#NYMEX:AEZ1!-symbol-description"]={en:["NY Ethanol Futures"],it:["Futures Etanolo NY"]},e.exports["#NYMEX:CJ1!-symbol-description"]={en:["Cocoa Futures"],it:["Futures cocco"]},e.exports["#NYMEX:CL1!-symbol-description"]={en:["Light Crude Oil Futures"],it:["Futures Petrolio Greggio Leggero"]},
+e.exports["#NYMEX:HO1!-symbol-description"]={en:["NY Harbor ULSD Futures"],it:["Futures NY Harbor ULSD"]},e.exports["#NYMEX:KT1!-symbol-description"]={en:["Coffee Futures"],it:["Futures Caffè"]},e.exports["#NYMEX:NG1!-symbol-description"]={en:["Natural Gas Futures"],it:["Futures Gas Naturale"]},e.exports["#NYMEX:PA1!-symbol-description"]={en:["Palladium Futures"],it:["Futures palladio"]},e.exports["#NYMEX:PL1!-symbol-description"]={en:["Platinum Futures"],it:["Futures Platino"]},e.exports["#NYMEX:RB1!-symbol-description"]={en:["RBOB Gasoline Futures"],it:["Futures Benzina RBOB"]},e.exports["#NYMEX:TT1!-symbol-description"]={en:["Cotton Futures"],it:["Futures cotone"]},e.exports["#NYMEX_MINI:QG1!-symbol-description"]={en:["E-mini Natural Gas Futures"],it:["Futures E-mini gas naturale"]},e.exports["#NYMEX_MINI:QM1!-symbol-description"]={en:["E-mini Light Crude Oil Futures"],it:["Futures E-mini petrolio greggio leggero"]},e.exports["#NYMEX_MINI:QU1!-symbol-description"]={en:["E-mini Gasoline Futures"],it:["Futures E-mini benzina"]},e.exports["#NYSE:BABA-symbol-description"]={en:["Alibaba Group Holdings Ltd."]},e.exports["#NYSE:F-symbol-description"]={en:["FORD MTR CO DEL"]},e.exports["#NYSE:HE-symbol-description"]={en:["Hawaiian Electric Industries"]},e.exports["#NYSE:NYA-symbol-description"]={en:["NYSE Composite Index"],it:["Indice NYSE Composite"]},e.exports["#NYSE:PBR-symbol-description"]={en:["PETROLEO BRASILEIRO SA PETROBR"],it:["Petrolio Brasiliano (PBR)"]},e.exports["#NYSE:XAX-symbol-description"]={en:["AMEX Composite Index"],it:["Indice AMEX Composite"]},e.exports["#NYSE:XMI-symbol-description"]={en:["NYSE ARCA Major Market Index"],it:["Indice NYSE ARCA Major Market"]},e.exports["#NZDJPY-symbol-description"]={en:["New Zealand Dollar / Japanese Yen"],it:["Dollaro neozelandese / Yen giapponese"]},e.exports["#NZDUSD-symbol-description"]={en:["New Zealand Dollar / U.S. Dollar"],it:["Dollaro neozelandese / Dollaro"]},e.exports["#NZX:ALLC-symbol-description"]={en:["S&P/NZX All Index (Capital Index)"],it:["Indice (Capital Index) S&P/NZX ALL"]},e.exports["#NZX:NZ50G-symbol-description"]={en:["S&P / NZX 50 Index Gross"],it:["Indice grezzo S&P / NZX 50"]},e.exports["#OANDA:NATGASUSD-symbol-description"]={en:["CFDs on Natural Gas"],it:["CFD Gas Naturale"]},e.exports["#OANDA:SPX500USD-symbol-description"]={en:["S&P 500 Index"],it:["Indice S&P 500"]},e.exports["#OANDA:XCUUSD-symbol-description"]={en:["CFDs on Copper (US$ / lb)"],it:["CFD Rame (US$ / lb)"]},e.exports["#OMXCOP:OMXC25-symbol-description"]={en:["OMX Copenhagen 25 Index"],it:["Indice OMX Copenhagen 25"]},e.exports["#OMXCOP:SCHO-symbol-description"]={en:["Schouw & Co A/S"]},e.exports["#OMXHEX:OMXH25-symbol-description"]={en:["OMX Helsinki 25 Index"],it:["Indice OMX Helsinki 25"]},e.exports["#OMXRSE:OMXRGI-symbol-description"]={en:["OMX Riga Gross Index"],it:["Indice OMX Riga Gross"]},e.exports["#OMXSTO:OMXS30-symbol-description"]={en:["OMX Stockholm 30 Index"],it:["Indice OMX Stockholm 30"]},e.exports["#OMXTSE:OMXTGI-symbol-description"]={
+en:["OMX Tallinn Gross Index"],it:["Indice OMX Tallinn Gross"]},e.exports["#OMXVSE:OMXVGI-symbol-description"]={en:["OMX Vilnius Gross Index"],it:["Indice OMX Vilnius Gross"]},e.exports["#OTC:IHRMF-symbol-description"]={en:["Ishares MSCI Japan SHS"]},e.exports["#QSE:GNRI-symbol-description"]={en:["QE Index"],it:["Indice QE"]},e.exports["#RTS-symbol-description"]={en:["Russian RTS Index"],it:["Indice Russo RTS"]},e.exports["#RUSSELL:RUA-symbol-description"]={en:["Russell 3000 Index"],it:["Indice Russell 3000"]},e.exports["#RUSSELL:RUI-symbol-description"]={en:["Russell 1000 Index"],it:["Indice Russell 1000"]},e.exports["#RUSSELL:RUT-symbol-description"]={en:["Russell 2000 Index"],it:["Indice Russell 2000"]},e.exports["#SET:GC-symbol-description"]={en:["Global Connections Public Company"]},e.exports["#SIX:F-symbol-description"]={en:["Ford Motor Company"]},e.exports["#SIX:SMI-symbol-description"]={en:["Swiss Market Index"],it:["Indice mercato svizzero"]},e.exports["#SOLUSD-symbol-description"]={en:["Solana / U.S. Dollar"],it:["Solana / Dollaro"]},e.exports["#SOYBNUSD-symbol-description"]={en:["CFDs on Soybeans"],it:["CFD Semi di soia"]},e.exports["#SP:OEX-symbol-description"]={en:["S&P 100 Index"],it:["Indice S&P 100"]},e.exports["#SP:SPGSCI-symbol-description"]={en:["S&P Goldman Sachs Commodity Index"],it:["Indice S&P Goldman Sachs Commodity"]},e.exports["#SP:SPX-symbol-description"]={en:["S&P 500 Index"],it:["Indice S&P 500"]},e.exports["#SP:SVX-symbol-description"]={en:["S&P 500 Value Index"],it:["Indice S&P 500 Value"]},e.exports["#SPX500-symbol-description"]={en:["S&P 500 Index"],it:["Indice S&P 500"]},e.exports["#SUGARUSD-symbol-description"]={en:["CFDs on Sugar"],it:["CFD Zucchero"]},e.exports["#SZSE:399001-symbol-description"]={en:["Shenzhen Component Index"],it:["Indice Shenzhen Component"]},e.exports["#TADAWUL:2370-symbol-description"]={en:["Middle East Specialized Cables Co."]},e.exports["#TADAWUL:TASI-symbol-description"]={en:["Tadawul All Shares Index"],it:["Indice Tadawul All Shares"]},e.exports["#TASE:TA35-symbol-description"]={en:["TA-35 Index"],it:["Indice TA-35"]},e.exports["#TSX:TSX-symbol-description"]={en:["S&P/TSX Composite Index"],it:["Indice S&P/TSX Composite"]},e.exports["#TSX:TX60-symbol-description"]={en:["S&P/TSX 60 Index"],it:["Indice S&P/TSX 60"]},e.exports["#TVC:AU10-symbol-description"]={en:["Australia Government Bonds 10 YR"],it:["Titoli di stato Australia 10 anni"]},e.exports["#TVC:AU10Y-symbol-description"]={en:["Australia Government Bonds 10 YR Yield"],it:["Rendimento titoli di stato Australia 10 anni"]},e.exports["#TVC:AXY-symbol-description"]={en:["Australian Dollar Currency Index"],it:["Indice Dollaro australiano"]},e.exports["#TVC:BXY-symbol-description"]={en:["British Pound Currency Index"],it:["Indice Sterlina"]},e.exports["#TVC:CA10-symbol-description"]={en:["Canadian Government Bonds, 10 YR"],it:["Titoli di stato Canada, 10 anni"]},e.exports["#TVC:CA10Y-symbol-description"]={en:["Canadian Government Bonds 10 YR Yield"],it:["Titoli di stato Canada, rendimento 10 anni"]},
+e.exports["#TVC:CAC40-symbol-description"]={en:["CAC 40 Index"],it:["Indice CAC 40"]},e.exports["#TVC:CN10-symbol-description"]={en:["China Government Bonds 10 YR"],it:["Titoli di stato Cina 10 anni"]},e.exports["#TVC:CN10Y-symbol-description"]={en:["China Government Bonds 10 YR Yield"],it:["Rendimento titoli di stato Cina 10 anni"]},e.exports["#TVC:CXY-symbol-description"]={en:["Canadian Dollar Currency Index"],it:["Indice Dollaro canadese"]},e.exports["#TVC:DE10-symbol-description"]={en:["German Government Bonds 10 YR"],it:["Titoli di stato Germania 10 anni"]},e.exports["#TVC:DE10Y-symbol-description"]={en:["German Government Bonds 10 YR Yield"],it:["Rendimento titoli di stato Germania 10 anni"]},e.exports["#TVC:DEU30-symbol-description"]={en:["DAX Index"],it:["Indice DAX"]},e.exports["#TVC:DJI-symbol-description"]={en:["Dow Jones Industrial Average Index"],it:["Indice Industriale Dow Jones"]},e.exports["#TVC:DXY-symbol-description"]={en:["U.S. Dollar Index"],it:["Indice Dollaro americano"]},e.exports["#TVC:ES10-symbol-description"]={en:["Spain Government Bonds 10 YR"],it:["Titoli di stato Spagna 10 anni"]},e.exports["#TVC:ES10Y-symbol-description"]={en:["Spain Government Bonds 10 YR Yield"],it:["Rendimento titoli di stato Spagna 10 anni"]},e.exports["#TVC:EUBUND-symbol-description"]={en:["Euro Bund"]},e.exports["#TVC:EXY-symbol-description"]={en:["Euro Currency Index"],it:["Indice Euro"]},e.exports["#TVC:FR10-symbol-description"]={en:["France Government Bonds 10 YR"],it:["Titoli di stato Francia 10 anni"]},e.exports["#TVC:FR10Y-symbol-description"]={en:["France Government Bonds 10 YR Yield"],it:["Rendimento titoli di stato Francia 10 anni"]},e.exports["#TVC:FTMIB-symbol-description"]={en:["Milano Italia Borsa Index"]},e.exports["#TVC:GB02-symbol-description"]={en:["UK Government Bonds 2 YR"],it:["Titoli di stato UK 2 anni"]},e.exports["#TVC:GB10-symbol-description"]={en:["UK Government Bonds 10 YR"],it:["Titoli di stato UK 10 anni"]},e.exports["#TVC:GB10Y-symbol-description"]={en:["UK Government Bonds 10 YR Yield"],it:["Rendimento titoli di stato Gran Bretagna 10 anni"]},e.exports["#TVC:GOLD-symbol-description"]={en:["CFDs on Gold (US$ / OZ)"],it:["CFD Oro (US$/OZ)"]},e.exports["#TVC:HSI-symbol-description"]={en:["Hang Seng Index"],it:["Indice Hang Seng"]},e.exports["#TVC:IBEX35-symbol-description"]={en:["IBEX 35 Index"],it:["Indice IBEX 35"]},e.exports["#TVC:ID03-symbol-description"]={en:["Indonesia Government Bonds 3 YR"],it:["Titoli di stato Indonesia 3 anni"]},e.exports["#TVC:ID10-symbol-description"]={en:["Indonesia Government Bonds 10 YR"],it:["Titoli di stato Indonesia 10 anni"]},e.exports["#TVC:ID10Y-symbol-description"]={en:["Indonesia Government Bonds 10 YR Yield"],it:["Titoli di stato Indonesia, 10 anni"]},e.exports["#TVC:IN10-symbol-description"]={en:["India Government Bonds 10 YR"],it:["Titoli di stato India 10 anni"]},e.exports["#TVC:IN10Y-symbol-description"]={en:["India Government Bonds 10 YR Yield"],it:["Rendimento titoli di stato India 10 anni"]},e.exports["#TVC:IT10-symbol-description"]={
+en:["Italy Government Bonds 10 YR"],it:["Titoli di stato Italia 10 anni"]},e.exports["#TVC:IT10Y-symbol-description"]={en:["Italy Government Bonds 10 YR Yield"],it:["Rendimento titoli di stato Italia 10 anni"]},e.exports["#TVC:IXIC-symbol-description"]={en:["US Composite Index"],it:["Indice Composite US"]},e.exports["#TVC:JP10-symbol-description"]={en:["Japan Government Bonds 10 YR"],it:["Titoli di stato Giappone 10 anni"]},e.exports["#TVC:JP10Y-symbol-description"]={en:["Japan Government Bonds 10 YR Yield"],it:["Rendimento titoli di stato Giappone 10 anni"]},e.exports["#TVC:JXY-symbol-description"]={en:["Japanese Yen Currency Index"],it:["Indice Yen giapponese"]},e.exports["#TVC:KOSPI-symbol-description"]={en:["Korea Composite Stock Price Index"],it:["Indice Korea Composite Stock Price"]},e.exports["#TVC:KR10-symbol-description"]={en:["Korea Government Bonds 10 YR"],it:["Titoli di stato Corea 10 anni"]},e.exports["#TVC:KR10Y-symbol-description"]={en:["Korea Government Bonds 10 YR Yield"],it:["Rendimento titoli di stato Corea 10 anni"]},e.exports["#TVC:MY10-symbol-description"]={en:["Malaysia Government Bonds 10 YR"],it:["Titoli di stato Malesia 10 anni"]},e.exports["#TVC:MY10Y-symbol-description"]={en:["Malaysia Government Bonds 10 YR Yield"],it:["Rendimento titoli di stato Malesia 10 anni"]},e.exports["#TVC:NDX-symbol-description"]={en:["US 100 Index"],it:["Indice US 100"]},e.exports["#TVC:NI225-symbol-description"]={en:["Japan 225 Index"],it:["Indice Japan 225"]},e.exports["#TVC:NL10-symbol-description"]={en:["Netherlands Government Bonds, 10 YR"],it:["Titoli di stato Olanda, 10 anni"]},e.exports["#TVC:NL10Y-symbol-description"]={en:["Netherlands Government Bonds 10 YR Yield"],it:["Titoli di stato Olanda, rendimento 10 anni"]},e.exports["#TVC:NYA-symbol-description"]={en:["NYSE Composite Index"],it:["Indice NYSE Composite"]},e.exports["#TVC:NZ10-symbol-description"]={en:["New Zealand Government Bonds, 10 YR"],it:["Titoli di stato Nuova Zelanda, 10 anni"]},e.exports["#TVC:NZ10Y-symbol-description"]={en:["New Zealand Government Bonds 10 YR Yield"],it:["Titoli di stato Nuova Zelanda, rendimento 10 anni"]},e.exports["#TVC:PALLADIUM-symbol-description"]={en:["CFDs on Palladium (US$ / OZ)"],it:["CFD Palladio (US$/OZ)"]},e.exports["#TVC:PL05Y-symbol-description"]={en:["Poland Government Bonds 5 YR Yield"],it:["Rendimento titoli di stato Polonia 5 anni"]},e.exports["#TVC:PL10Y-symbol-description"]={en:["Poland Government Bonds 10 YR Yield"],it:["Rendimento titoli di stato Polonia 10 anni"]},e.exports["#TVC:PLATINUM-symbol-description"]={en:["CFDs on Platinum (US$ / OZ)"],it:["CFD Platino (US$ / OZ)"]},e.exports["#TVC:PT10-symbol-description"]={en:["Portugal Government Bonds 10 YR"],it:["Titoli di stato Portogallo 10 anni"]},e.exports["#TVC:PT10Y-symbol-description"]={en:["Portugal Government Bonds 10 YR Yield"],it:["Rendimento titoli di stato Portogallo 10 anni"]},e.exports["#TVC:SA40-symbol-description"]={en:["South Africa Top 40 Index"],it:["Indice South Africa Top 40"]},e.exports["#TVC:SILVER-symbol-description"]={
+en:["CFDs on Silver (US$ / OZ)"],it:["CFD Argento (US$/OZ)"]},e.exports["#TVC:SPX-symbol-description"]={en:["S&P 500 Index"],it:["S&P 500"]},e.exports["#TVC:SSMI-symbol-description"]={en:["Swiss Market Index"],it:["Indice Mercato Svizzero"]},e.exports["#TVC:STI-symbol-description"]={en:["Straits Times Index"],it:["Indice Straits Time"]},e.exports["#TVC:SX5E-symbol-description"]={en:["Euro Stoxx 50 Index"],it:["Indice Stoxx 50"]},e.exports["#TVC:SXY-symbol-description"]={en:["Swiss Franc Currency Index"],it:["Indice Franco Svizzero"]},e.exports["#TVC:TR10-symbol-description"]={en:["Turkey Government Bonds 10 YR"],it:["Indice di stato Turchia 10 anni"]},e.exports["#TVC:TR10Y-symbol-description"]={en:["Turkey Government Bonds 10 YR Yield"],it:["Rendimento titoli di stato Turchia 10 anni"]},e.exports["#TVC:UKOIL-symbol-description"]={en:["CFDs on Brent Crude Oil"],it:["CFD Petrolio greggio Brent"]},e.exports["#TVC:UKX-symbol-description"]={en:["UK 100 Index"],it:["Indice UK 100"]},e.exports["#TVC:US02-symbol-description"]={en:["US Government Bonds 2 YR"],it:["Titoli di stato USA 2 anni"]},e.exports["#TVC:US02Y-symbol-description"]={en:["US Government Bonds 2 YR Yield"],it:["Rendimento titoli di stato Stati Uniti 2 anni"]},e.exports["#TVC:US05-symbol-description"]={en:["US Government Bonds 5 YR"],it:["Titoli di stato USA 5 anni"]},e.exports["#TVC:US05Y-symbol-description"]={en:["US Government Bonds 5 YR Yield"],it:["Rendimento titoli di stato Stati Uniti 5 anni"]},e.exports["#TVC:US10-symbol-description"]={en:["US Government Bonds 10 YR"],it:["Titoli di stato USA 10 anni"]},e.exports["#TVC:US10Y-symbol-description"]={en:["US Government Bonds 10 YR Yield"],it:["Rendimento titoli di stato Stati Uniti 10 anni"]},e.exports["#TVC:US30-symbol-description"]={en:["US Government Bonds 30 YR"],it:["Titoli di stato USA 30 anni"]},e.exports["#TVC:USOIL-symbol-description"]={en:["CFDs on WTI Crude Oil"],it:["CFD Petrolio WTI"]},e.exports["#TVC:VIX-symbol-description"]={en:["Volatility S&P 500 Index"],it:["Indice volatilità S&P 500"]},e.exports["#TVC:ZXY-symbol-description"]={en:["New Zealand Dollar Currency Index"],it:["Indice Dollaro Neozelandese"]},e.exports["#TWII-symbol-description"]={en:["Taiwan Weighted Index"]},e.exports["#TWSE:TAIEX-symbol-description"]={en:["Taiwan Capitalization Weighted Stock Index"],it:["Indice azionario Taiwan ponderato sulla capitalizzazione"]},e.exports["#TWTR-symbol-description"]={en:["Twitter Inc"],it:["TWITTER INC"]},e.exports["#UK100-symbol-description"]={en:["FTSE 100 Index"],it:["Indice FTSE 100"]},e.exports["#UKOIL-symbol-description"]={en:["CFDs on Crude Oil (Brent)"],it:["CFD Petrolio greggio (Brent)"]},e.exports["#UNIUSD-symbol-description"]={en:["Uniswap / U.S. Dollar"],it:["Uniswap / Dollaro"]},e.exports["#US30-symbol-description"]={en:["Dow Jones Industrial Average Index"],it:["Indice Dow Jones Industrial Average"]},e.exports["#USDAUD-symbol-description"]={en:["U.S. Dollar / Australian Dollar"],it:["Dollaro USA / Dollaro australiano"]},e.exports["#USDBRL-symbol-description"]={
+en:["U.S. Dollar / Brazilian Real"],it:["Dollaro / Real brasiliano"]},e.exports["#USDCAD-symbol-description"]={en:["U.S. Dollar / Canadian Dollar"],it:["Dollaro / Dollaro canadese"]},e.exports["#USDCHF-symbol-description"]={en:["U.S. Dollar / Swiss Franc"],it:["Dollaro / Franco svizzero"]},e.exports["#USDCNY-symbol-description"]={en:["U.S. Dollar / Chinese Yuan"],it:["Dollaro / Yuan cinese"]},e.exports["#USDDKK-symbol-description"]={en:["U.S. Dollar / Danish Krone"],it:["Dollaro / Corona danese"]},e.exports["#USDEUR-symbol-description"]={en:["U.S. Dollar / Euro"],it:["Dollaro USA / Euro"]},e.exports["#USDGBP-symbol-description"]={en:["U.S. Dollar / Pound Sterling"],it:["Dollaro / Sterlina"]},e.exports["#USDHKD-symbol-description"]={en:["U.S. Dollar / Hong Kong Dollar"],it:["Dollaro / Dollaro Hong Kong"]},e.exports["#USDHUF-symbol-description"]={en:["U.S. Dollar / Hungarian Forint"],it:["Dollaro / Fiorino ungherese"]},e.exports["#USDIDR-symbol-description"]={en:["U.S. Dollar / Rupiah"],it:["Dollaro / Rupiah"]},e.exports["#USDILS-symbol-description"]={en:["U.S. Dollar / Israeli Shekel"],it:["Dollaro / Siclo israeliano"]},e.exports["#USDINR-symbol-description"]={en:["U.S. Dollar / Indian Rupee"],it:["Dollaro / Rupìa indiana"]},e.exports["#USDJPY-symbol-description"]={en:["U.S. Dollar / Japanese Yen"],it:["Dollaro / Yen giapponese"]},e.exports["#USDKRW-symbol-description"]={en:["U.S. Dollar / South Korean"],it:["Dollaro / Won sudcoreano"]},e.exports["#USDMXN-symbol-description"]={en:["U.S. Dollar / Mexican Peso"],it:["Dollaro / Peso messicano"]},e.exports["#USDNZD-symbol-description"]={en:["U.S. Dollar / New Zealand Dollar"],it:["Dollaro USA / Dollaro neozelandese"]},e.exports["#USDPHP-symbol-description"]={en:["U.S. Dollar / Philippine peso"],it:["Dollaro / Peso filippino"]},e.exports["#USDPLN-symbol-description"]={en:["U.S. Dollar / Polish Zloty"],it:["DOLLARO USA / ZLOTY POLACCO"]},e.exports["#USDRUB-symbol-description"]={en:["U.S. Dollar / Russian Ruble"],it:["Dollaro / Rublo russo"]},e.exports["#USDRUB_TOM-symbol-description"]={en:["U.S. Dollar / Russian Ruble TOM"],it:["Dollaro / Rublo russo TOM"]},e.exports["#USDSEK-symbol-description"]={en:["U.S. Dollar / Swedish Krona"],it:["Dollaro / Corona svedese"]},e.exports["#USDSGD-symbol-description"]={en:["U.S. Dollar / Singapore Dollar"],it:["Dollaro / Dollaro Singapore"]},e.exports["#USDTHB-symbol-description"]={en:["U.S. Dollar / Thai Baht"],it:["Dollaro / Baht thailandese"]},e.exports["#USDTRY-symbol-description"]={en:["U.S. Dollar / Turkish Lira"],it:["Dollaro / Nuova lira turca"]},e.exports["#USDZAR-symbol-description"]={en:["U.S. Dollar / South African Rand"],it:["Dollaro / Rand Sudafricano"]},e.exports["#USOIL-symbol-description"]={en:["CFDs on Crude Oil (WTI)"],it:["CFD Petrolio greggio (WTI)"]},e.exports["#WHEATUSD-symbol-description"]={en:["CFDs on Wheat"],it:["CFD Grano"]},e.exports["#XAGUSD-symbol-description"]={en:["Silver / U.S. Dollar"],it:["Argento / Dollaro"]},e.exports["#XAUUSD-symbol-description"]={en:["Gold Spot / U.S. Dollar"],it:["Oro / Dollaro"]},
+e.exports["#XBTCAD-symbol-description"]={en:["Bitcoin / Canadian Dollar"],it:["Bitcoin / Dollaro Canadese"]},e.exports["#XETR:DAX-symbol-description"]={en:["DAX Index"],it:["Indice DAX"]},e.exports["#XMRUSD-symbol-description"]={en:["Monero / U.S. Dollar"],it:["Monero / Dollaro"]},e.exports["#XPDUSD-symbol-description"]={en:["CFDs on Palladium"],it:["CFD Palladio"]},e.exports["#XPTUSD-symbol-description"]={en:["Platinum / U.S. Dollar"],it:["Platino / Dollaro"]},e.exports["#XRPBTC-symbol-description"]={en:["XRP / Bitcoin"]},e.exports["#XRPEUR-symbol-description"]={en:["XRP / Euro"]},e.exports["#XRPUSD-symbol-description"]={en:["XRP / U.S. Dollar"],it:["XRP / Dollaro"]},e.exports["#ZECUSD-symbol-description"]={en:["Zcash / U.S. Dollar"],it:["Zcash / Dollaro"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.2486.11825549d0f3e1fd5ee7.js b/public/charting_library/bundles/it.2486.11825549d0f3e1fd5ee7.js
new file mode 100644
index 0000000..2f353ca
--- /dev/null
+++ b/public/charting_library/bundles/it.2486.11825549d0f3e1fd5ee7.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2486,4040,359],{55517:e=>{e.exports={en:["Add"],it:["Aggiungi"]}},29619:e=>{e.exports={en:["Add custom color"],it:["Aggiungi colore personalizzato"]}},80936:e=>{e.exports={en:["Opacity"],it:["Opacità"]}},97349:e=>{e.exports={en:["Fr"],it:["Ven"]}},30961:e=>{e.exports={en:["Mo"],it:["Lun"]}},94748:e=>{e.exports={en:["Sa"],it:["Sab"]}},75005:e=>{e.exports={en:["Su"],it:["Dom"]}},92578:e=>{e.exports={en:["We"],it:["Mer"]}},8765:e=>{e.exports={en:["Th"],it:["Gio"]}},9135:e=>{e.exports={en:["Tu"],it:["Mar"]}},53288:e=>{e.exports={en:["animals & nature"],it:["animali e natura"]}},21311:e=>{e.exports={en:["activity"],it:["attività"]}},90678:e=>{e.exports={en:["food & drink"],it:["cibo e bevande"]}},6715:e=>{e.exports={en:["flags"],it:["bandiere"]}},98355:e=>{e.exports={en:["objects"],it:["oggetti"]}},43438:e=>{e.exports={en:["smiles & people"],it:["smile e persone"]}},40457:e=>{e.exports={en:["symbols"],it:["simboli"]}},88906:e=>{e.exports={en:["recently used"],it:["usato di recente"]}},28562:e=>{e.exports={en:["travel & places"],it:["viaggi e località"]}},24716:e=>{e.exports={en:["Another symbol"],it:["Altro simbolo"]}},41256:e=>{e.exports={en:["Back"],it:["Indietro"]}},94849:e=>{e.exports={en:["Main chart symbol"],it:["Simbolo grafico principale"]}},53174:e=>{e.exports={en:["Right"],it:["Diritto"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"],it:["Il calendario è attualmente all'anno {year}"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"],it:["Il calendario è attualmente sugli anni da {year_start} a {year_end}"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"],it:["Il calendario è attualmente su {month}"]}},4543:e=>{e.exports={en:["Cancel"],it:["Annulla"]}},24197:e=>{e.exports={en:["Center"],it:["Centro"]}},63245:e=>{e.exports={en:["Change symbol"],it:["Cambia simbolo"]}},54613:e=>{e.exports={en:["Chart"],it:["Grafico"]}},47742:e=>{e.exports={en:["Close menu"],it:["Chiudere menù"]}},34040:e=>{e.exports={en:["All sources"],it:["Tutte le fonti"]}},96413:e=>{e.exports={en:["Apply defaults"],it:["Applica predefiniti"]}},77571:e=>{e.exports={en:["Apply to all"],it:["Applica su tutti"]}},28896:e=>{e.exports={en:["April"],it:["Aprile"]}},11081:e=>{e.exports={en:["August"],it:["Agosto"]}},27567:e=>{e.exports={en:["Bottom"],it:["Sotto"]}},42358:e=>{e.exports={en:["Bond"],it:["Obbligazione"]}},68043:e=>{e.exports={en:["Gradient"],it:["Gradiente"]}},6113:e=>{e.exports={en:["Do you really want to delete Chart Template '{name}' ?"],it:["Si vuole davvero cancellare il modello del grafico '{name}'?"]}},27390:e=>{e.exports={en:["Dotted line"],it:["Linea punteggiata"]}},88123:e=>{e.exports={en:["Dashed line"],it:["Linea tratteggiata"]}},90082:e=>{e.exports={en:["December"],it:["Dicembre"]}},55319:e=>{e.exports={en:["Decrease"],it:["Diminuisci"]}},78734:e=>{e.exports={en:["Description"],it:["Descrizione"]}},81069:e=>{e.exports={en:["February"],it:["Febbraio"]}},3570:e=>{e.exports={
+en:["Friday"],it:["Venerdì"]}},95406:e=>{e.exports={en:["Horizontal"],it:["Orizzontale"]}},8854:e=>{e.exports={en:["Hidden"],it:["Nascondi"]}},39832:e=>{e.exports={en:["Increase"],it:["Aumenta"]}},200:e=>{e.exports={en:["January"],it:["Gennaio"]}},6608:e=>{e.exports={en:["July"],it:["Luglio"]}},61487:e=>{e.exports={en:["June"],it:["Giugno"]}},37997:e=>{e.exports={en:["October"],it:["Ottobre"]}},55450:e=>{e.exports={en:["Offset"]}},19295:e=>{e.exports={en:["Ok"]}},11626:e=>{e.exports={en:["Left"],it:["Sinistra"]}},28603:e=>{e.exports={en:["Line style"],it:["Stile linea"]}},19573:e=>{e.exports={en:["Monday"],it:["Lunedì"]}},43154:e=>{e.exports={en:["Months"],it:["Mesi"]}},37117:e=>{e.exports={en:["More"],it:["Altro"]}},25734:e=>{e.exports={en:["May"],it:["Maggio"]}},93878:e=>{e.exports={en:["March"],it:["Marzo"]}},68833:e=>{e.exports={en:["Middle"],it:["Medio"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],it:["Nessuna borsa corrisponde ai tuoi criteri"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],it:["Nessun simbolo corrisponde ai criteri"]}},4607:e=>{e.exports={en:["November"],it:["Novembre"]}},65353:e=>{e.exports={en:["Normal"],it:["Normale"]}},69102:e=>{e.exports={en:["Next year"],it:["Anno prossimo"]}},17538:e=>{e.exports={en:["Next years"],it:["Anni prossimi"]}},92790:e=>{e.exports={en:["Next month"],it:["Mese prossimo"]}},71300:e=>{e.exports={en:["Number format is invalid."],it:["Il formato del numero non è valido."]}},28628:e=>{e.exports={en:["Sources"],it:["Fonti"]}},88686:e=>{e.exports={en:["Solid"],it:["Tinta unita"]}},30348:e=>{e.exports={en:["Saturday"],it:["Sabato"]}},8573:e=>{e.exports={en:["Search"],it:["Cerca"]}},57640:e=>{e.exports={en:["Select source"],it:["Seleziona fonte"]}},32179:e=>{e.exports={en:["September"],it:["Settembre"]}},31331:e=>{e.exports={en:["Specified value is more than the instrument maximum of {max}."],it:["Il valore specificato è superiore al massimo dello strumento: {max}."]}},24216:e=>{e.exports={en:["Specified value is less than the instrument minimum of {min}."],it:["Il valore specificato è inferiore al minimo dello strumento: {min}."]}},61480:e=>{e.exports={en:["Sunday"],it:["Domenica"]}},70235:e=>{e.exports={en:["Switch to months"],it:["Passa ai mesi"]}},91245:e=>{e.exports={en:["Switch to dates"],it:["Passa alle date"]}},71961:e=>{e.exports={en:["Switch to years"],it:["Passa agli anni"]}},95481:e=>{e.exports={en:["Symbol"],it:["Simbolo"]}},74007:e=>{e.exports={en:["Symbol & description"],it:["Simbolo e descrizione"]}},51165:e=>{e.exports={en:["Symbol Search"],it:["Ricerca simbolo"]}},27254:e=>{e.exports={en:["Please enter the right date"],it:["Inserisci la data corretta"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"],it:["Inserisci la data nel formato corretto: aaaa-mm-gg"]}},93984:e=>{e.exports={en:["Previous month"],it:["Mese passato"]}},75776:e=>{e.exports={en:["Previous year"],it:["Anno passato"]}},44701:e=>{e.exports={en:["Previous years"],it:["Anni passati"]}},89984:e=>{e.exports={en:["Remove color"],
+it:["Rimuovi colore"]}},47550:e=>{e.exports={en:["Remove selected emoji"],it:["Rimuovi emoji selezionate"]}},50421:e=>{e.exports={en:["Right"],it:["Destra"]}},94226:e=>{e.exports={en:["Wednesday"],it:["Mercoledì"]}},97118:e=>{e.exports={en:["Top"],it:["Sopra"]}},25485:e=>{e.exports={en:["Text alignment"],it:["Allineamento testo"]}},67781:e=>{e.exports={en:["Text orientation"],it:["Orientamento testo"]}},79137:e=>{e.exports={en:["Thursday"],it:["Giovedì"]}},54971:e=>{e.exports={en:["Thickness"],it:["Spessore"]}},82160:e=>{e.exports={en:["Tuesday"],it:["Martedì"]}},13748:e=>{e.exports={en:["Use special math signs to displace selected drawings: +,-,/,* for price and +,- for bar index."],it:["Per spostare i disegni selezionati, potete utilizzare i segni matematici speciali: +,-,/,* per il prezzo e +,- per l'indice delle barre."]}},69526:e=>{e.exports={en:["Vertical"],it:["Verticale"]}},66181:e=>{e.exports={en:["Years"],it:["Anni"]}},70932:e=>{e.exports={en:["commodity"],it:["materia prima"]}},79599:e=>{e.exports={en:["cfd"]}},29426:e=>{e.exports={en:["change opacity"],it:["Cambia opacità"]}},31675:e=>{e.exports={en:["change color"],it:["Cambia colore"]}},28818:e=>{e.exports={en:["change line style"],it:["Cambia stile linea"]}},73281:e=>{e.exports={en:["change thickness"],it:["Cambia spessore"]}},25167:e=>{e.exports={en:["change {propertyName} property"],it:["cambio proprietà {propertyName}"]}},5741:e=>{e.exports={en:["close"],it:["chiusura"]}},46128:e=>{e.exports={en:["crypto"],it:["cripto"]}},47268:e=>{e.exports={en:["dr"]}},406:e=>{e.exports={en:["e.g. +1"],it:["es. +1"]}},49957:e=>{e.exports={en:["e.g. /2"],it:["es. /2"]}},54094:e=>{e.exports={en:["economy"],it:["economia"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"],it:["future"]}},59319:e=>{e.exports={en:["high"],it:["massimo"]}},96008:e=>{e.exports={en:["hl2"]}},91189:e=>{e.exports={en:["hlc3"]}},49242:e=>{e.exports={en:["hlcc4"]}},87464:e=>{e.exports={en:["index"],it:["indice"]}},90250:e=>{e.exports={en:["indices"],it:["Indici"]}},52793:e=>{e.exports={en:["ohlc4"]}},83584:e=>{e.exports={en:["open"],it:["apertura"]}},41902:e=>{e.exports={en:["low"],it:["minimo"]}},76752:e=>{e.exports={en:["stock"],it:["azione"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.2530.6108ccc54d7b804c8af1.js b/public/charting_library/bundles/it.2530.6108ccc54d7b804c8af1.js
new file mode 100644
index 0000000..cb8f442
--- /dev/null
+++ b/public/charting_library/bundles/it.2530.6108ccc54d7b804c8af1.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2530,4109,9093],{4543:e=>{e.exports={en:["Cancel"],it:["Annulla"]}},47742:e=>{e.exports={en:["Close menu"],it:["Chiudere menù"]}},69207:e=>{e.exports={en:["Add to favorites"],it:["Aggiungi ai preferiti"]}},69644:e=>{e.exports={en:["Available for Pro accounts"],it:["Disponibile per gli account Pro"]}},10640:e=>{e.exports={en:["Editors' picks"],it:["Selezione editoriale"]}},84549:e=>{e.exports={en:["Indicators"],it:["Indicatori"]}},70269:e=>{e.exports={en:["No indicators matched your criteria"],it:["Nessun indicatore corrisponde ai criteri"]}},7378:e=>{e.exports={en:["Script name"],it:["Nome script"]}},8573:e=>{e.exports={en:["Search"],it:["Cerca"]}},85106:e=>{e.exports={en:["Remove from favorites"],it:["Rimuovi dai preferiti"]}},33673:e=>{e.exports={en:["{studyTitle} added to chart"],it:["{studyTitle} aggiunto al grafico"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.2787.b95db3c8cfe7fab3c811.js b/public/charting_library/bundles/it.2787.b95db3c8cfe7fab3c811.js
new file mode 100644
index 0000000..14cac94
--- /dev/null
+++ b/public/charting_library/bundles/it.2787.b95db3c8cfe7fab3c811.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2787,6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],it:["#{count} (prezzo, barra)"]}},78930:e=>{e.exports={en:["Coordinates"],it:["Coordinate"]}},24197:e=>{e.exports={en:["Center"],it:["Centro"]}},27567:e=>{e.exports={en:["Bottom"],it:["Sotto"]}},72942:e=>{e.exports={en:["Days"],it:["Giorni"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],it:["Spostamento (prezzo, barra)"]}},61856:e=>{e.exports={en:["Extend left line"],it:["Estendi linea a sinistra"]}},87430:e=>{e.exports={en:["Extend right line"],it:["Estendi linea a destra"]}},56796:e=>{e.exports={en:["Hours"],it:["Ore"]}},95406:e=>{e.exports={en:["Horizontal"],it:["Orizzontale"]}},21429:e=>{e.exports={en:["Inputs"],it:["Input"]}},11626:e=>{e.exports={en:["Left"],it:["Sinistra"]}},43154:e=>{e.exports={en:["Months"],it:["Mesi"]}},68833:e=>{e.exports={en:["Middle"],it:["Medio"]}},42562:e=>{e.exports={en:["Minutes"],it:["Minuti"]}},65188:e=>{e.exports={en:["Seconds"],it:["Secondi"]}},50421:e=>{e.exports={en:["Right"],it:["Destra"]}},835:e=>{e.exports={en:["Weeks"],it:["Settimane"]}},97118:e=>{e.exports={en:["Top"],it:["Sopra"]}},70320:e=>{e.exports={en:["Text"],it:["Testo"]}},25485:e=>{e.exports={en:["Text alignment"],it:["Allineamento testo"]}},67781:e=>{e.exports={en:["Text orientation"],it:["Orientamento testo"]}},24821:e=>{e.exports={en:["Ticks"],it:["Tick"]}},69526:e=>{e.exports={en:["Vertical"],it:["Verticale"]}},2066:e=>{e.exports={en:["change bar X coordinate"],it:["modifica coordinate di barra X"]}},11737:e=>{e.exports={en:["change price Y coordinate"],it:["modifica coordinate di prezzo Y"]}},96135:e=>{e.exports={en:["change {title} days to"],it:["cambio valore giorni {title}"]}},91201:e=>{e.exports={en:["change {title} days from"],it:["cambio valore giorni {title}"]}},8306:e=>{e.exports={en:["change {title} hours from"],it:["cambio valore ore {title}"]}},67233:e=>{e.exports={en:["change {title} hours to"],it:["cambio valore ore {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],it:["cambio valore mesi {title}"]}},10518:e=>{e.exports={en:["change {title} months to"],it:["cambio valore mesi {title}"]}},38011:e=>{e.exports={en:["change {title} minutes to"],it:["cambio valore minuti {title}"]}},59820:e=>{e.exports={en:["change {title} minutes from"],it:["cambio valore minuti {title}"]}},6573:e=>{e.exports={en:["change {title} seconds to"],it:["cambio valore secondi {title}"]}},86780:e=>{e.exports={en:["change {title} seconds from"],it:["cambio valore secondi {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],it:["cambio valore settimane {title}"]}},18678:e=>{e.exports={en:["change {title} weeks to"],it:["cambio valore settimane {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],it:["cambio visibilità {title} sui tick"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],it:["cambio visibilità {title} su settimane"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],
+it:["cambio visibilità {title} su {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],it:["cambio visibilità {title} su giorni"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],it:["cambio visibilità {title} su ore"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],it:["cambio visibilità {title} su minuti"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],it:["cambio visibilità {title} su mesi"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],it:["cambio visibilità {title} nei secondi"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],it:["cambio visibilità linea {toolName}"]}},19541:e=>{e.exports={en:["change {toolName} line width"],it:["cambio spessore linea {toolName}"]}},24059:e=>{e.exports={en:["change {toolName} line color"],it:["cambio colore linea {toolName}"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],it:["cambio estensione sx linea {toolName}"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],it:["cambio estensione dx linea {toolName}"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],it:["cambio terminazione linea sx {toolName}"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],it:["cambio terminazione linea dx {toolName}"]}},66429:e=>{e.exports={en:["change {toolName} line style"],it:["cambio stile linea {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],it:["cambio proprietà {propertyName}"]}},35813:e=>{e.exports={en:["days"],it:["Giorni"]}},89919:e=>{e.exports={en:["days to"],it:["giorni a"]}},59215:e=>{e.exports={en:["days from"],it:["giorni da"]}},2359:e=>{e.exports={en:["hours"],it:["Ore"]}},82267:e=>{e.exports={en:["hours from"],it:["ore da"]}},15600:e=>{e.exports={en:["hours to"],it:["ore a"]}},76261:e=>{e.exports={en:["move drawings"],it:["spostamento disegni"]}},95300:e=>{e.exports={en:["months"],it:["Mesi"]}},17250:e=>{e.exports={en:["months from"],it:["mesi da"]}},2828:e=>{e.exports={en:["months to"],it:["mesi a"]}},18726:e=>{e.exports={en:["minutes"],it:["Minuti"]}},67649:e=>{e.exports={en:["minutes to"],it:["minuti a"]}},22476:e=>{e.exports={en:["minutes from"],it:["minuti da"]}},751:e=>{e.exports={en:["seconds"],it:["secondi"]}},73419:e=>{e.exports={en:["seconds to"],it:["secondi a"]}},35801:e=>{e.exports={en:["seconds from"],it:["secondi da"]}},45537:e=>{e.exports={en:["weeks"],it:["settimane"]}},92859:e=>{e.exports={en:["weeks from"],it:["settimane da"]}},44127:e=>{e.exports={en:["weeks to"],it:["settimane a"]}},3539:e=>{e.exports={en:["ticks"],it:["Tick"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.3181.259d07263a732c089332.js b/public/charting_library/bundles/it.3181.259d07263a732c089332.js
new file mode 100644
index 0000000..88c4d00
--- /dev/null
+++ b/public/charting_library/bundles/it.3181.259d07263a732c089332.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3181,6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],it:["#{count} (prezzo, barra)"]}},33004:e=>{e.exports={en:["Counterclockwise"],it:["Senso antiorario"]}},78930:e=>{e.exports={en:["Coordinates"],it:["Coordinate"]}},24197:e=>{e.exports={en:["Center"],it:["Centro"]}},27567:e=>{e.exports={en:["Bottom"],it:["Sotto"]}},72942:e=>{e.exports={en:["Days"],it:["Giorni"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],it:["Spostamento (prezzo, barra)"]}},56796:e=>{e.exports={en:["Hours"],it:["Ore"]}},95406:e=>{e.exports={en:["Horizontal"],it:["Orizzontale"]}},21429:e=>{e.exports={en:["Inputs"],it:["Input"]}},11626:e=>{e.exports={en:["Left"],it:["Sinistra"]}},43154:e=>{e.exports={en:["Months"],it:["Mesi"]}},68833:e=>{e.exports={en:["Middle"],it:["Medio"]}},42562:e=>{e.exports={en:["Minutes"],it:["Minuti"]}},65188:e=>{e.exports={en:["Seconds"],it:["Secondi"]}},50421:e=>{e.exports={en:["Right"],it:["Destra"]}},835:e=>{e.exports={en:["Weeks"],it:["Settimane"]}},97118:e=>{e.exports={en:["Top"],it:["Sopra"]}},70320:e=>{e.exports={en:["Text"],it:["Testo"]}},25485:e=>{e.exports={en:["Text alignment"],it:["Allineamento testo"]}},67781:e=>{e.exports={en:["Text orientation"],it:["Orientamento testo"]}},24821:e=>{e.exports={en:["Ticks"],it:["Tick"]}},69526:e=>{e.exports={en:["Vertical"],it:["Verticale"]}},2066:e=>{e.exports={en:["change bar X coordinate"],it:["modifica coordinate di barra X"]}},11737:e=>{e.exports={en:["change price Y coordinate"],it:["modifica coordinate di prezzo Y"]}},60003:e=>{e.exports={en:["change {title} counterclockwise"],it:["cambio senso antiorario {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],it:["cambio valore giorni {title}"]}},91201:e=>{e.exports={en:["change {title} days from"],it:["cambio valore giorni {title}"]}},8306:e=>{e.exports={en:["change {title} hours from"],it:["cambio valore ore {title}"]}},67233:e=>{e.exports={en:["change {title} hours to"],it:["cambio valore ore {title}"]}},46040:e=>{e.exports={en:["change {title} line width"],it:["cambio spessore linea {title}"]}},7455:e=>{e.exports={en:["change {title} line color"],it:["cambio colore linea {title}"]}},30843:e=>{e.exports={en:["change {title} line style"],it:["cambio stile linea {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],it:["cambio valore mesi {title}"]}},10518:e=>{e.exports={en:["change {title} months to"],it:["cambio valore mesi {title}"]}},38011:e=>{e.exports={en:["change {title} minutes to"],it:["cambio valore minuti {title}"]}},59820:e=>{e.exports={en:["change {title} minutes from"],it:["cambio valore minuti {title}"]}},6573:e=>{e.exports={en:["change {title} seconds to"],it:["cambio valore secondi {title}"]}},86780:e=>{e.exports={en:["change {title} seconds from"],it:["cambio valore secondi {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],it:["cambio valore settimane {title}"]}},18678:e=>{e.exports={en:["change {title} weeks to"],it:["cambio valore settimane {title}"]}},98596:e=>{
+e.exports={en:["change {title} visibility on ticks"],it:["cambio visibilità {title} sui tick"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],it:["cambio visibilità {title} su settimane"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],it:["cambio visibilità {title} su {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],it:["cambio visibilità {title} su giorni"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],it:["cambio visibilità {title} su ore"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],it:["cambio visibilità {title} su minuti"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],it:["cambio visibilità {title} su mesi"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],it:["cambio visibilità {title} nei secondi"]}},25167:e=>{e.exports={en:["change {propertyName} property"],it:["cambio proprietà {propertyName}"]}},35813:e=>{e.exports={en:["days"],it:["Giorni"]}},89919:e=>{e.exports={en:["days to"],it:["giorni a"]}},59215:e=>{e.exports={en:["days from"],it:["giorni da"]}},2359:e=>{e.exports={en:["hours"],it:["Ore"]}},82267:e=>{e.exports={en:["hours from"],it:["ore da"]}},15600:e=>{e.exports={en:["hours to"],it:["ore a"]}},76261:e=>{e.exports={en:["move drawings"],it:["spostamento disegni"]}},95300:e=>{e.exports={en:["months"],it:["Mesi"]}},17250:e=>{e.exports={en:["months from"],it:["mesi da"]}},2828:e=>{e.exports={en:["months to"],it:["mesi a"]}},18726:e=>{e.exports={en:["minutes"],it:["Minuti"]}},67649:e=>{e.exports={en:["minutes to"],it:["minuti a"]}},22476:e=>{e.exports={en:["minutes from"],it:["minuti da"]}},751:e=>{e.exports={en:["seconds"],it:["secondi"]}},73419:e=>{e.exports={en:["seconds to"],it:["secondi a"]}},35801:e=>{e.exports={en:["seconds from"],it:["secondi da"]}},45537:e=>{e.exports={en:["weeks"],it:["settimane"]}},92859:e=>{e.exports={en:["weeks from"],it:["settimane da"]}},44127:e=>{e.exports={en:["weeks to"],it:["settimane a"]}},3539:e=>{e.exports={en:["ticks"],it:["Tick"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.3355.c5e027afabcecc85b871.js b/public/charting_library/bundles/it.3355.c5e027afabcecc85b871.js
new file mode 100644
index 0000000..57f792b
--- /dev/null
+++ b/public/charting_library/bundles/it.3355.c5e027afabcecc85b871.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3355,6155,3367,2303,7122,4821],{80166:t=>{t.exports={en:["#{count} (price, bar)"],it:["#{count} (prezzo, barra)"]}},78930:t=>{t.exports={en:["Coordinates"],it:["Coordinate"]}},24197:t=>{t.exports={en:["Center"],it:["Centro"]}},6060:t=>{t.exports={en:["Add text"],it:["Aggiungi testo"]}},27567:t=>{t.exports={en:["Bottom"],it:["Sotto"]}},38408:t=>{t.exports={en:["Border"],it:["Bordo"]}},79468:t=>{t.exports={en:["Background"],it:["Sfondo"]}},72942:t=>{t.exports={en:["Days"],it:["Giorni"]}},44272:t=>{t.exports={en:["Displacement (price, bar)"],it:["Spostamento (prezzo, barra)"]}},56796:t=>{t.exports={en:["Hours"],it:["Ore"]}},95406:t=>{t.exports={en:["Horizontal"],it:["Orizzontale"]}},21429:t=>{t.exports={en:["Inputs"],it:["Input"]}},74872:t=>{t.exports={en:["Label"],it:["Etichetta"]}},11626:t=>{t.exports={en:["Left"],it:["Sinistra"]}},43154:t=>{t.exports={en:["Months"],it:["Mesi"]}},68833:t=>{t.exports={en:["Middle"],it:["Medio"]}},42562:t=>{t.exports={en:["Minutes"],it:["Minuti"]}},65188:t=>{t.exports={en:["Seconds"],it:["Secondi"]}},50421:t=>{t.exports={en:["Right"],it:["Destra"]}},835:t=>{t.exports={en:["Weeks"],it:["Settimane"]}},97118:t=>{t.exports={en:["Top"],it:["Sopra"]}},70320:t=>{t.exports={en:["Text"],it:["Testo"]}},7560:t=>{t.exports={en:["Text wrap"],it:["Testo a capo"]}},25485:t=>{t.exports={en:["Text alignment"],it:["Allineamento testo"]}},67781:t=>{t.exports={en:["Text orientation"],it:["Orientamento testo"]}},24821:t=>{t.exports={en:["Ticks"],it:["Tick"]}},69526:t=>{t.exports={en:["Vertical"],it:["Verticale"]}},2066:t=>{t.exports={en:["change bar X coordinate"],it:["modifica coordinate di barra X"]}},11737:t=>{t.exports={en:["change price Y coordinate"],it:["modifica coordinate di prezzo Y"]}},49765:t=>{t.exports={en:["change {title} background color"],it:["cambio colore sfondo {title}"]}},96135:t=>{t.exports={en:["change {title} days to"],it:["cambio valore giorni {title}"]}},91201:t=>{t.exports={en:["change {title} days from"],it:["cambio valore giorni {title}"]}},8306:t=>{t.exports={en:["change {title} hours from"],it:["cambio valore ore {title}"]}},67233:t=>{t.exports={en:["change {title} hours to"],it:["cambio valore ore {title}"]}},99122:t=>{t.exports={en:["change {title} months from"],it:["cambio valore mesi {title}"]}},10518:t=>{t.exports={en:["change {title} months to"],it:["cambio valore mesi {title}"]}},38011:t=>{t.exports={en:["change {title} minutes to"],it:["cambio valore minuti {title}"]}},59820:t=>{t.exports={en:["change {title} minutes from"],it:["cambio valore minuti {title}"]}},6573:t=>{t.exports={en:["change {title} seconds to"],it:["cambio valore secondi {title}"]}},86780:t=>{t.exports={en:["change {title} seconds from"],it:["cambio valore secondi {title}"]}},32481:t=>{t.exports={en:["change {title} weeks from"],it:["cambio valore settimane {title}"]}},18678:t=>{t.exports={en:["change {title} weeks to"],it:["cambio valore settimane {title}"]}},57122:t=>{t.exports={en:["change {title} text"],
+it:["modifica {title} text"]}},98596:t=>{t.exports={en:["change {title} visibility on ticks"],it:["cambio visibilità {title} sui tick"]}},71084:t=>{t.exports={en:["change {title} visibility on weeks"],it:["cambio visibilità {title} su settimane"]}},55616:t=>{t.exports={en:["change {title} visibility on {ranges}"],it:["cambio visibilità {title} su {ranges}"]}},56402:t=>{t.exports={en:["change {title} visibility on days"],it:["cambio visibilità {title} su giorni"]}},68715:t=>{t.exports={en:["change {title} visibility on hours"],it:["cambio visibilità {title} su ore"]}},78219:t=>{t.exports={en:["change {title} visibility on minutes"],it:["cambio visibilità {title} su minuti"]}},67583:t=>{t.exports={en:["change {title} visibility on months"],it:["cambio visibilità {title} su mesi"]}},41315:t=>{t.exports={en:["change {title} visibility on seconds"],it:["cambio visibilità {title} nei secondi"]}},31689:t=>{t.exports={en:["change {toolName} labels alignment vertical"],it:["cambio allineamento vert etichette {toolName}"]}},88277:t=>{t.exports={en:["change {toolName} labels alignment horizontal"],it:["cambio allineamento orizz etichette {toolName}"]}},61160:t=>{t.exports={en:["change {toolName} labels direction"],it:["cambio direzione etichette {toolName}"]}},66668:t=>{t.exports={en:["change {toolName} text"],it:["cambio testo {toolName}"]}},56634:t=>{t.exports={en:["change {toolName} text visibility"],it:["cambio visibilità testo {toolName}"]}},39587:t=>{t.exports={en:["change {toolName} text wrap"],it:["cambio proprietà testo {toolName}"]}},22231:t=>{t.exports={en:["change {toolName} text background color"],it:["cambio colore sfondo testo {toolName}"]}},31133:t=>{t.exports={en:["change {toolName} text background visibility"],it:["cambio visibilità sfondo testo {toolName}"]}},36666:t=>{t.exports={en:["change {toolName} text border color"],it:["cambio colore bordo testo {toolName}"]}},35423:t=>{t.exports={en:["change {toolName} text border width"],it:["cambio spessore bordo testo {toolName}"]}},58704:t=>{t.exports={en:["change {toolName} text border visibility"],it:["cambio visibilità bordo testo {toolName}"]}},64500:t=>{t.exports={en:["change {toolName} text color"],it:["cambio colore testo {toolName}"]}},24701:t=>{t.exports={en:["change {toolName} text font bold"],it:["cambio font grassetto {toolName}"]}},42694:t=>{t.exports={en:["change {toolName} text font italic"],it:["cambio font italico {toolName}"]}},21781:t=>{t.exports={en:["change {toolName} text font size"],it:["cambio dimensione font {toolName}"]}},25167:t=>{t.exports={en:["change {propertyName} property"],it:["cambio proprietà {propertyName}"]}},35813:t=>{t.exports={en:["days"],it:["Giorni"]}},89919:t=>{t.exports={en:["days to"],it:["giorni a"]}},59215:t=>{t.exports={en:["days from"],it:["giorni da"]}},2359:t=>{t.exports={en:["hours"],it:["Ore"]}},82267:t=>{t.exports={en:["hours from"],it:["ore da"]}},15600:t=>{t.exports={en:["hours to"],it:["ore a"]}},76261:t=>{t.exports={en:["move drawings"],it:["spostamento disegni"]}},95300:t=>{t.exports={en:["months"],
+it:["Mesi"]}},17250:t=>{t.exports={en:["months from"],it:["mesi da"]}},2828:t=>{t.exports={en:["months to"],it:["mesi a"]}},18726:t=>{t.exports={en:["minutes"],it:["Minuti"]}},67649:t=>{t.exports={en:["minutes to"],it:["minuti a"]}},22476:t=>{t.exports={en:["minutes from"],it:["minuti da"]}},751:t=>{t.exports={en:["seconds"],it:["secondi"]}},73419:t=>{t.exports={en:["seconds to"],it:["secondi a"]}},35801:t=>{t.exports={en:["seconds from"],it:["secondi da"]}},45537:t=>{t.exports={en:["weeks"],it:["settimane"]}},92859:t=>{t.exports={en:["weeks from"],it:["settimane da"]}},44127:t=>{t.exports={en:["weeks to"],it:["settimane a"]}},3539:t=>{t.exports={en:["ticks"],it:["Tick"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.3357.613d24759e11646b0997.js b/public/charting_library/bundles/it.3357.613d24759e11646b0997.js
new file mode 100644
index 0000000..d84a883
--- /dev/null
+++ b/public/charting_library/bundles/it.3357.613d24759e11646b0997.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3357,4109,9093],{53288:e=>{e.exports={en:["animals & nature"],it:["animali e natura"]}},21311:e=>{e.exports={en:["activity"],it:["attività"]}},90678:e=>{e.exports={en:["food & drink"],it:["cibo e bevande"]}},6715:e=>{e.exports={en:["flags"],it:["bandiere"]}},98355:e=>{e.exports={en:["objects"],it:["oggetti"]}},43438:e=>{e.exports={en:["smiles & people"],it:["smile e persone"]}},40457:e=>{e.exports={en:["symbols"],it:["simboli"]}},88906:e=>{e.exports={en:["recently used"],it:["usato di recente"]}},28562:e=>{e.exports={en:["travel & places"],it:["viaggi e località"]}},4543:e=>{e.exports={en:["Cancel"],it:["Annulla"]}},47742:e=>{e.exports={en:["Close menu"],it:["Chiudere menù"]}},69207:e=>{e.exports={en:["Add to favorites"],it:["Aggiungi ai preferiti"]}},80439:e=>{e.exports={en:["Do you really want to delete chart layout '{name}' ? This can't be undone. Your drawings and this layout will be gone forever."],it:["Vuoi davvero eliminare il layout del grafico '{name}'? Questa operazione non può essere annullata. I disegni e questo layout saranno persi per sempre."]}},56495:e=>{e.exports={en:["Do you really want to delete chart layout '{name}' that contains {n_drawings_on_n_symbols}? This can't be undone. Your drawings and this layout will be gone forever."],it:["Vuoi davvero eliminare il layout del grafico '{name}' che contiene {n_drawings_on_n_symbols}? Questa operazione non può essere annullata. I disegni e il layout saranno eliminati per sempre."]}},55108:e=>{e.exports={en:["Date modified (oldest first)"],it:["Data ultima modifica (vecchi prima)"]}},75272:e=>{e.exports={en:["Date modified (newest first)"],it:["Data ultima modifica (recenti prima)"]}},11478:e=>{e.exports={en:["Layout name"],it:["Nome layout"]}},21329:e=>{e.exports={en:["Layout name (A to Z)"],it:["Nome layout (A-Z)"]}},11324:e=>{e.exports={en:["Layout name (Z to A)"],it:["Nome layout (Z-A)"]}},21355:e=>{e.exports={en:["Layouts"],it:["Layout"]}},63269:e=>{e.exports={en:["No layouts matched your criteria"],it:["Nessun layout corrisponde ai tuoi criteri"]}},5191:e=>{e.exports={en:["Sort by layout name, date changed"],it:["Ordina in base a nome, data"]}},8573:e=>{e.exports={en:["Search"],it:["Cerca"]}},85106:e=>{e.exports={en:["Remove from favorites"],it:["Rimuovi dai preferiti"]}},47550:e=>{e.exports={en:["Remove selected emoji"],it:["Rimuovi emoji selezionate"]}},30502:e=>{e.exports={en:["on {amount} symbol","on {amount} symbols"],it:["su {amount} simbolo","su {amount} simboli"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.3367.8357e9248b9de0310231.js b/public/charting_library/bundles/it.3367.8357e9248b9de0310231.js
new file mode 100644
index 0000000..8d06079
--- /dev/null
+++ b/public/charting_library/bundles/it.3367.8357e9248b9de0310231.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3367,6155,7122,4821],{80166:t=>{t.exports={en:["#{count} (price, bar)"],it:["#{count} (prezzo, barra)"]}},78930:t=>{t.exports={en:["Coordinates"],it:["Coordinate"]}},24197:t=>{t.exports={en:["Center"],it:["Centro"]}},27567:t=>{t.exports={en:["Bottom"],it:["Sotto"]}},38408:t=>{t.exports={en:["Border"],it:["Bordo"]}},79468:t=>{t.exports={en:["Background"],it:["Sfondo"]}},72942:t=>{t.exports={en:["Days"],it:["Giorni"]}},44272:t=>{t.exports={en:["Displacement (price, bar)"],it:["Spostamento (prezzo, barra)"]}},56796:t=>{t.exports={en:["Hours"],it:["Ore"]}},95406:t=>{t.exports={en:["Horizontal"],it:["Orizzontale"]}},21429:t=>{t.exports={en:["Inputs"],it:["Input"]}},11626:t=>{t.exports={en:["Left"],it:["Sinistra"]}},43154:t=>{t.exports={en:["Months"],it:["Mesi"]}},68833:t=>{t.exports={en:["Middle"],it:["Medio"]}},42562:t=>{t.exports={en:["Minutes"],it:["Minuti"]}},65188:t=>{t.exports={en:["Seconds"],it:["Secondi"]}},50421:t=>{t.exports={en:["Right"],it:["Destra"]}},835:t=>{t.exports={en:["Weeks"],it:["Settimane"]}},97118:t=>{t.exports={en:["Top"],it:["Sopra"]}},70320:t=>{t.exports={en:["Text"],it:["Testo"]}},7560:t=>{t.exports={en:["Text wrap"],it:["Testo a capo"]}},25485:t=>{t.exports={en:["Text alignment"],it:["Allineamento testo"]}},67781:t=>{t.exports={en:["Text orientation"],it:["Orientamento testo"]}},24821:t=>{t.exports={en:["Ticks"],it:["Tick"]}},69526:t=>{t.exports={en:["Vertical"],it:["Verticale"]}},2066:t=>{t.exports={en:["change bar X coordinate"],it:["modifica coordinate di barra X"]}},11737:t=>{t.exports={en:["change price Y coordinate"],it:["modifica coordinate di prezzo Y"]}},96135:t=>{t.exports={en:["change {title} days to"],it:["cambio valore giorni {title}"]}},91201:t=>{t.exports={en:["change {title} days from"],it:["cambio valore giorni {title}"]}},8306:t=>{t.exports={en:["change {title} hours from"],it:["cambio valore ore {title}"]}},67233:t=>{t.exports={en:["change {title} hours to"],it:["cambio valore ore {title}"]}},99122:t=>{t.exports={en:["change {title} months from"],it:["cambio valore mesi {title}"]}},10518:t=>{t.exports={en:["change {title} months to"],it:["cambio valore mesi {title}"]}},38011:t=>{t.exports={en:["change {title} minutes to"],it:["cambio valore minuti {title}"]}},59820:t=>{t.exports={en:["change {title} minutes from"],it:["cambio valore minuti {title}"]}},6573:t=>{t.exports={en:["change {title} seconds to"],it:["cambio valore secondi {title}"]}},86780:t=>{t.exports={en:["change {title} seconds from"],it:["cambio valore secondi {title}"]}},32481:t=>{t.exports={en:["change {title} weeks from"],it:["cambio valore settimane {title}"]}},18678:t=>{t.exports={en:["change {title} weeks to"],it:["cambio valore settimane {title}"]}},57122:t=>{t.exports={en:["change {title} text"],it:["modifica {title} text"]}},98596:t=>{t.exports={en:["change {title} visibility on ticks"],it:["cambio visibilità {title} sui tick"]}},71084:t=>{t.exports={en:["change {title} visibility on weeks"],
+it:["cambio visibilità {title} su settimane"]}},55616:t=>{t.exports={en:["change {title} visibility on {ranges}"],it:["cambio visibilità {title} su {ranges}"]}},56402:t=>{t.exports={en:["change {title} visibility on days"],it:["cambio visibilità {title} su giorni"]}},68715:t=>{t.exports={en:["change {title} visibility on hours"],it:["cambio visibilità {title} su ore"]}},78219:t=>{t.exports={en:["change {title} visibility on minutes"],it:["cambio visibilità {title} su minuti"]}},67583:t=>{t.exports={en:["change {title} visibility on months"],it:["cambio visibilità {title} su mesi"]}},41315:t=>{t.exports={en:["change {title} visibility on seconds"],it:["cambio visibilità {title} nei secondi"]}},31689:t=>{t.exports={en:["change {toolName} labels alignment vertical"],it:["cambio allineamento vert etichette {toolName}"]}},88277:t=>{t.exports={en:["change {toolName} labels alignment horizontal"],it:["cambio allineamento orizz etichette {toolName}"]}},61160:t=>{t.exports={en:["change {toolName} labels direction"],it:["cambio direzione etichette {toolName}"]}},66668:t=>{t.exports={en:["change {toolName} text"],it:["cambio testo {toolName}"]}},56634:t=>{t.exports={en:["change {toolName} text visibility"],it:["cambio visibilità testo {toolName}"]}},39587:t=>{t.exports={en:["change {toolName} text wrap"],it:["cambio proprietà testo {toolName}"]}},22231:t=>{t.exports={en:["change {toolName} text background color"],it:["cambio colore sfondo testo {toolName}"]}},31133:t=>{t.exports={en:["change {toolName} text background visibility"],it:["cambio visibilità sfondo testo {toolName}"]}},36666:t=>{t.exports={en:["change {toolName} text border color"],it:["cambio colore bordo testo {toolName}"]}},35423:t=>{t.exports={en:["change {toolName} text border width"],it:["cambio spessore bordo testo {toolName}"]}},58704:t=>{t.exports={en:["change {toolName} text border visibility"],it:["cambio visibilità bordo testo {toolName}"]}},64500:t=>{t.exports={en:["change {toolName} text color"],it:["cambio colore testo {toolName}"]}},24701:t=>{t.exports={en:["change {toolName} text font bold"],it:["cambio font grassetto {toolName}"]}},42694:t=>{t.exports={en:["change {toolName} text font italic"],it:["cambio font italico {toolName}"]}},21781:t=>{t.exports={en:["change {toolName} text font size"],it:["cambio dimensione font {toolName}"]}},25167:t=>{t.exports={en:["change {propertyName} property"],it:["cambio proprietà {propertyName}"]}},35813:t=>{t.exports={en:["days"],it:["Giorni"]}},89919:t=>{t.exports={en:["days to"],it:["giorni a"]}},59215:t=>{t.exports={en:["days from"],it:["giorni da"]}},2359:t=>{t.exports={en:["hours"],it:["Ore"]}},82267:t=>{t.exports={en:["hours from"],it:["ore da"]}},15600:t=>{t.exports={en:["hours to"],it:["ore a"]}},76261:t=>{t.exports={en:["move drawings"],it:["spostamento disegni"]}},95300:t=>{t.exports={en:["months"],it:["Mesi"]}},17250:t=>{t.exports={en:["months from"],it:["mesi da"]}},2828:t=>{t.exports={en:["months to"],it:["mesi a"]}},18726:t=>{t.exports={en:["minutes"],it:["Minuti"]}},67649:t=>{t.exports={
+en:["minutes to"],it:["minuti a"]}},22476:t=>{t.exports={en:["minutes from"],it:["minuti da"]}},751:t=>{t.exports={en:["seconds"],it:["secondi"]}},73419:t=>{t.exports={en:["seconds to"],it:["secondi a"]}},35801:t=>{t.exports={en:["seconds from"],it:["secondi da"]}},45537:t=>{t.exports={en:["weeks"],it:["settimane"]}},92859:t=>{t.exports={en:["weeks from"],it:["settimane da"]}},44127:t=>{t.exports={en:["weeks to"],it:["settimane a"]}},3539:t=>{t.exports={en:["ticks"],it:["Tick"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.359.3c5835e59f61404fe3cc.js b/public/charting_library/bundles/it.359.3c5835e59f61404fe3cc.js
new file mode 100644
index 0000000..1fba27d
--- /dev/null
+++ b/public/charting_library/bundles/it.359.3c5835e59f61404fe3cc.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[359,4040],{41256:e=>{e.exports={en:["Back"],it:["Indietro"]}},53174:e=>{e.exports={en:["Right"],it:["Diritto"]}},4543:e=>{e.exports={en:["Cancel"],it:["Annulla"]}},47742:e=>{e.exports={en:["Close menu"],it:["Chiudere menù"]}},34040:e=>{e.exports={en:["All sources"],it:["Tutte le fonti"]}},42358:e=>{e.exports={en:["Bond"],it:["Obbligazione"]}},78734:e=>{e.exports={en:["Description"],it:["Descrizione"]}},37117:e=>{e.exports={en:["More"],it:["Altro"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],it:["Nessuna borsa corrisponde ai tuoi criteri"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],it:["Nessun simbolo corrisponde ai criteri"]}},28628:e=>{e.exports={en:["Sources"],it:["Fonti"]}},8573:e=>{e.exports={en:["Search"],it:["Cerca"]}},57640:e=>{e.exports={en:["Select source"],it:["Seleziona fonte"]}},95481:e=>{e.exports={en:["Symbol"],it:["Simbolo"]}},74007:e=>{e.exports={en:["Symbol & description"],it:["Simbolo e descrizione"]}},51165:e=>{e.exports={en:["Symbol Search"],it:["Ricerca simbolo"]}},70932:e=>{e.exports={en:["commodity"],it:["materia prima"]}},79599:e=>{e.exports={en:["cfd"]}},46128:e=>{e.exports={en:["crypto"],it:["cripto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"],it:["economia"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"],it:["future"]}},87464:e=>{e.exports={en:["index"],it:["indice"]}},90250:e=>{e.exports={en:["indices"],it:["Indici"]}},76752:e=>{e.exports={en:["stock"],it:["azione"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.3597.9c639cb519af03750b8e.js b/public/charting_library/bundles/it.3597.9c639cb519af03750b8e.js
new file mode 100644
index 0000000..c46526e
--- /dev/null
+++ b/public/charting_library/bundles/it.3597.9c639cb519af03750b8e.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3597],{53288:e=>{e.exports={en:["animals & nature"],it:["animali e natura"]}},21311:e=>{e.exports={en:["activity"],it:["attività"]}},90678:e=>{e.exports={en:["food & drink"],it:["cibo e bevande"]}},6715:e=>{e.exports={en:["flags"],it:["bandiere"]}},98355:e=>{e.exports={en:["objects"],it:["oggetti"]}},43438:e=>{e.exports={en:["smiles & people"],it:["smile e persone"]}},40457:e=>{e.exports={en:["symbols"],it:["simboli"]}},88906:e=>{e.exports={en:["recently used"],it:["usato di recente"]}},28562:e=>{e.exports={en:["travel & places"],it:["viaggi e località"]}},4543:e=>{e.exports={en:["Cancel"],it:["Annulla"]}},47742:e=>{e.exports={en:["Close menu"],it:["Chiudere menù"]}},4461:e=>{e.exports={en:["Add emoji"],it:["Aggiungi emoji"]}},9372:e=>{e.exports={en:["Indicator template '{templateName}' already exists. Do you really want to replace it?"],it:["Il modello di indicatore '{templateName}' esiste già. Si vuole davvero sostituirlo?"]}},19295:e=>{e.exports={en:["Ok"]}},85888:e=>{e.exports={en:["No results found"],it:["Nessun risultato trovato"]}},64e3:e=>{e.exports={en:["Save"],it:["Salva"]}},71924:e=>{e.exports={en:["Save indicator template"],it:["Salva modello di indicatore"]}},6081:e=>{e.exports={en:["Saved indicators"],it:["Indicatori salvati"]}},63035:e=>{e.exports={en:["Selecting this option will set the {interval} interval on the chart when this template is applied"],it:["Selezionando questa opzione, il modello viene applicato cambiando il timeframe in {interval}"]}},13860:e=>{e.exports={en:["Selecting this option will set the {symbol} symbol on the chart when this template is applied"],it:["Selezionando questa opzione, quando il modello viene applicato, viene inserito anche il simbolo {symbol}"]}},18698:e=>{e.exports={en:["Remember Interval"],it:["Ricorda timeframe"]}},57149:e=>{e.exports={en:["Remember Symbol"],it:["Ricorda simbolo"]}},47550:e=>{e.exports={en:["Remove selected emoji"],it:["Rimuovi emoji selezionate"]}},59233:e=>{e.exports={en:["Template name"],it:["Nome modello"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.4040.333002e872dd8b0c1c95.js b/public/charting_library/bundles/it.4040.333002e872dd8b0c1c95.js
new file mode 100644
index 0000000..38a1279
--- /dev/null
+++ b/public/charting_library/bundles/it.4040.333002e872dd8b0c1c95.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4040],{34040:e=>{e.exports={en:["All sources"],it:["Tutte le fonti"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.4109.921da6023cc8aa9fe3a5.js b/public/charting_library/bundles/it.4109.921da6023cc8aa9fe3a5.js
new file mode 100644
index 0000000..c1afe90
--- /dev/null
+++ b/public/charting_library/bundles/it.4109.921da6023cc8aa9fe3a5.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4109],{69207:e=>{e.exports={en:["Add to favorites"],it:["Aggiungi ai preferiti"]}},85106:e=>{e.exports={en:["Remove from favorites"],it:["Rimuovi dai preferiti"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.4166.e3c369fb8ae4775c7f89.js b/public/charting_library/bundles/it.4166.e3c369fb8ae4775c7f89.js
new file mode 100644
index 0000000..39ea682
--- /dev/null
+++ b/public/charting_library/bundles/it.4166.e3c369fb8ae4775c7f89.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4166],{80996:i=>{i.exports={en:["Local drawings"],it:["Disegni in loco"]}},84212:i=>{i.exports={en:["No drawings yet"],it:["Nessun disegno disponibile"]}},92931:i=>{i.exports={en:["Synced globally"],it:["Sincronizzazione globale"]}},41870:i=>{i.exports={en:["Synced in layout"],it:["Sincronizzazione su layout"]}},8182:i=>{i.exports={en:["Remove all drawings for this symbol"],it:["Rimuove tutti i disegni su questo simbolo"]}},58407:i=>{i.exports={en:["remove all line tools for {symbol}"],it:["rimuovi tutte le linee da {symbol}"]}},90755:i=>{i.exports={en:["{drawingsCount} drawing","{drawingsCount} drawings"],it:["{drawingsCount} disegno","{drawingsCount} disegni"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.4211.932ffa2dc04657916b72.js b/public/charting_library/bundles/it.4211.932ffa2dc04657916b72.js
new file mode 100644
index 0000000..b2c731d
--- /dev/null
+++ b/public/charting_library/bundles/it.4211.932ffa2dc04657916b72.js
@@ -0,0 +1,4 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4211,4040,359,4109,9093],{23821:e=>{e.exports={en:["Dot"],it:["Punto"]}},41256:e=>{e.exports={en:["Back"],it:["Indietro"]}},53174:e=>{e.exports={en:["Right"],it:["Diritto"]}},57e3:e=>{e.exports={en:["Compare"],it:["Confronta"]}},93111:e=>{e.exports={en:["Content"],it:["Contenuto"]}},8270:e=>{e.exports={en:["Copy link to the chart image"],it:["Copia link all'immagine grafico"]}},4543:e=>{e.exports={en:["Cancel"],it:["Annulla"]}},59934:e=>{e.exports={en:["Channels"],it:["Canali"]}},63245:e=>{e.exports={en:["Change symbol"],it:["Cambia simbolo"]}},56281:e=>{e.exports={en:["Chart style Columns"],it:["Stile grafico colonne"]}},64526:e=>{e.exports={en:["Chart style Candles"],it:["Stile grafico a candele"]}},9537:e=>{e.exports={en:["Chart style Area"],it:["Stile grafico ad area"]}},19265:e=>{e.exports={en:["Chart style Bars"],it:["Stile grafico a barre"]}},19579:e=>{e.exports={en:["Chart style Baseline"],it:["Stile grafico baseline"]}},47189:e=>{e.exports={en:["Chart style Kagi"],it:["Stile grafico kagi"]}},39883:e=>{e.exports={en:["Chart style HLC area"],it:["Stile grafico Area HLC"]}},67579:e=>{e.exports={en:["Chart style HLC bars"]}},44958:e=>{e.exports={en:["Chart style Hollow candles"],it:["Stile grafico a candele vuote"]}},62423:e=>{e.exports={en:["Chart style Heikin Ashi"],it:["Stile grafico heikin ashi"]}},70405:e=>{e.exports={en:["Chart style High-low"],it:["Stile grafico max-min"]}},92911:e=>{e.exports={en:["Chart style Line"],it:["Stile grafico a linea"]}},35458:e=>{e.exports={en:["Chart style Line with markers"],it:["Stile grafico linea con contrassegni"]}},11604:e=>{e.exports={en:["Chart style Line break"],it:["Stile grafico line break"]}},67346:e=>{e.exports={en:["Chart style Session volume profile"],it:["Stile grafico Profilo volume sessione"]}},40447:e=>{e.exports={en:["Chart style Step line"],it:["Stile grafico linea a step"]}},22027:e=>{e.exports={en:["Chart style Point & figure"],it:["Stile grafico point & figure"]}},49942:e=>{e.exports={en:["Chart style Range"],it:["Stile grafico range"]}},80082:e=>{e.exports={en:["Chart style Renko"],it:["Stile grafico renko"]}},94861:e=>{e.exports={en:["Chart style Time Price Opportunity"],it:["Stile grafico time price opportunity"]}},13618:e=>{e.exports={en:["Chart style Volume candles"],it:["Stile grafico candele volume"]}},21190:e=>{e.exports={en:["Chart style Volume footprint"],it:["Stile grafico footprint volume"]}},53438:e=>{e.exports={en:["Chart template"],it:["Modello di grafico"]}},47742:e=>{e.exports={en:["Close menu"],it:["Chiudere menù"]}},81578:e=>{e.exports={en:["Cursors"],it:["Cursori"]}},77915:e=>{e.exports={en:["Cycles"],it:["Cicli"]}},32064:e=>{e.exports={en:["Annotation tools"],it:["Strumenti di annotazione"]}},69207:e=>{e.exports={en:["Add to favorites"],it:["Aggiungi ai preferiti"]}},34040:e=>{e.exports={en:["All sources"],it:["Tutte le fonti"]}},19147:e=>{e.exports={en:["Arrows"],it:["Frecce"]}},42358:e=>{e.exports={en:["Bond"],it:["Obbligazione"]}},65695:e=>{e.exports={
+en:["Brushes"],it:["Spazzole"]}},51494:e=>{e.exports={en:["Gann"]}},2654:e=>{e.exports={en:["Gann and Fibonacci tools"],it:["Strumenti di Gann e Fibonacci"]}},22145:e=>{e.exports={en:["Geometric shapes"],it:["Forme geometriche"]}},57157:e=>{e.exports={en:["Dot"],it:["Punto"]}},25848:e=>{e.exports={en:["Dark theme"],it:["Tema scuro"]}},14939:e=>{e.exports={en:["Demonstration"],it:["Dimostrazione"]}},78734:e=>{e.exports={en:["Description"],it:["Descrizione"]}},74385:e=>{e.exports={en:["Drawings"],it:["Disegni"]}},44255:e=>{e.exports={en:["Elliott waves"],it:["Onde di Elliott"]}},8727:e=>{e.exports={en:["Eraser"],it:["Cancellino"]}},93308:e=>{e.exports={en:["Extended session"],it:["Sessione estesa"]}},1410:e=>{e.exports={en:["Forecasting and measurement tools"],it:["Strumenti di misurazione e proiezione"]}},26578:e=>{e.exports={en:["Fibonacci"]}},67092:e=>{e.exports={en:["Fullscreen mode"],it:["Modalità schermo intero"]}},83576:e=>{e.exports={en:["Function"],it:["Funzione"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"],it:["Tieni premuto il tasto {hotKey_0} per un disegno temporaneo"]}},27077:e=>{e.exports={en:["Open Object Tree"],it:["Apri albero oggetti"]}},7386:e=>{e.exports={en:["Open chart layout"],it:["Apri layout grafico"]}},79451:e=>{e.exports={en:["Lock all drawings"],it:["Blocca tutti gli strumenti di disegno"]}},35112:e=>{e.exports={en:["Move chart back"],it:["Sposta il grafico indietro"]}},12754:e=>{e.exports={en:["Move chart forward"],it:["Sposta il grafico davanti"]}},37117:e=>{e.exports={en:["More"],it:["Altro"]}},35553:e=>{e.exports={en:["Magic"],it:["Magia"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"],it:["La modalità magnete ancora gli strumenti di disegno ai valori OHLC delle candele più vicine."]}},81031:e=>{e.exports={en:["Manage layout drawings"],it:["Gestisci disegni del layout"]}},91563:e=>{e.exports={en:["Measure"],it:["Misura"]}},97050:e=>{e.exports={en:["Measurer"],it:["Misuratore"]}},7276:e=>{e.exports={en:["Merge all scales to the left"],it:["Unisci gli assi a sinistra"]}},80219:e=>{e.exports={en:["Merge all scales to the right"],it:["Unisci gli assi a destra"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],it:["Nessuna borsa corrisponde ai tuoi criteri"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],it:["Nessun simbolo corrisponde ai criteri"]}},47202:e=>{e.exports={en:["Nothing matches your criteria"],it:["Niente corrisponde ai criteri"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"],it:["Gli strumenti di disegno che vengono aggiunti saranno visibili su tutti i grafici (nel caso in cui si tratti dello stesso strumento)"]}},3521:e=>{e.exports={en:["New drawings will sync globally"],it:["I nuovi disegni saranno sincronizzati globalmente"]}},93027:e=>{e.exports={en:["New drawings will sync in layout"],it:["I nuovi disegni saranno sincronizzati con il layout"]}},28628:e=>{e.exports={en:["Sources"],
+it:["Fonti"]}},41569:e=>{e.exports={en:["Save chart layout"],it:["Salva layout grafico"]}},8573:e=>{e.exports={en:["Search"],it:["Cerca"]}},79354:e=>{e.exports={en:["Search tool or function"],it:["Cerca strumento o funzione"]}},57640:e=>{e.exports={en:["Select source"],it:["Seleziona fonte"]}},65781:e=>{e.exports={en:["Shapes"],it:["Forme"]}},3154:e=>{e.exports={en:["Show Hidden Tools"],it:["Mostra strumenti nascosti"]}},85786:e=>{e.exports={en:["Show Object Tree"],it:["Mostra albero oggetti"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],it:["Rimani in modalità disegno"]}},94593:e=>{e.exports={en:["Strong Magnet"],it:["Magnete forte"]}},95481:e=>{e.exports={en:["Symbol"],it:["Simbolo"]}},74007:e=>{e.exports={en:["Symbol & description"],it:["Simbolo e descrizione"]}},51165:e=>{e.exports={en:["Symbol Search"],it:["Ricerca simbolo"]}},23391:e=>{e.exports={en:["Sync drawings to all charts"],it:["Sincronizza il disegno a tutti i grafici"]}},46417:e=>{e.exports={en:["Patterns"],it:["Pattern"]}},36167:e=>{e.exports={en:["Pitchforks"],it:["Pitchfork"]}},79366:e=>{e.exports={en:["Previous day close price line"],it:["Linea ultima chiusura giornaliera"]}},76753:e=>{e.exports={en:["Recent search"],it:["Ricerca recente"]}},28051:e=>{e.exports={en:["Regular session"],it:["Sessione standard"]}},57118:e=>{e.exports={en:["Remove Drawings"],it:["Elimina disegni"]}},4474:e=>{e.exports={en:["Remove all indicators and drawing tools"],it:["Rimuovi tutti gli indicatori ed i disegni"]}},96374:e=>{e.exports={en:["Remove drawings"],it:["Elimina disegni"]}},85106:e=>{e.exports={en:["Remove from favorites"],it:["Rimuovi dai preferiti"]}},99984:e=>{e.exports={en:["Remove indicators"],it:["Elimina indicatori"]}},38206:e=>{e.exports={en:["Rename chart layout"],it:["Rinomina layout grafico"]}},31789:e=>{e.exports={en:["Reset chart"],it:["Ripristina grafico"]}},3519:e=>{e.exports={en:["Weak Magnet"],it:["Magnete debole"]}},65831:e=>{e.exports={en:["Text & Notes"],it:["Testo e note"]}},48773:e=>{e.exports={en:["Trend line tools"],it:["Strumenti lineari"]}},27463:e=>{e.exports={en:["Type to search for drawings, functions and settings"],it:["Scrivi per cercare un disegno, una funzione o un'impostazione"]}},69260:e=>{e.exports={en:["Volume-based"],it:["Basato sul volume"]}},78659:e=>{e.exports={en:["You're changing the user interface to the {name} theme. Would you like to switch the chart template's theme too?"],it:["Stai cambiando l'interfaccia con il tema {name}. Vuoi anche cambiare il tema del grafico?"]}},55774:e=>{e.exports={en:["Zoom In"],it:["Ingrandisci"]}},37310:e=>{e.exports={en:["Zoom Out"],it:["Rimpicciolisci"]}},70932:e=>{e.exports={en:["commodity"],it:["materia prima"]}},79599:e=>{e.exports={en:["cfd"]}},13489:e=>{e.exports={en:["change ideas visibility on chart"],it:["cambio visibilità idee su grafico"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"],it:["cambia visibilità etichette nomi indicatori e finanziari"]}},71161:e=>{e.exports={
+en:["change indicators and financials value labels visibility"],it:["cambia visibilità etichette valori indicatori e finanziari"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"],it:["cambia visibilità linee prezzo pre e post mercato"]}},46128:e=>{e.exports={en:["crypto"],it:["cripto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"],it:["economia"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"],it:["future"]}},87464:e=>{e.exports={en:["index"],it:["indice"]}},90250:e=>{e.exports={en:["indices"],it:["Indici"]}},76752:e=>{e.exports={en:["stock"],it:["azione"]}},94521:e=>{e.exports={en:["sync drawings"],it:["sincronizza disegni"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"],it:["{hotKey_0} + click nel grafico"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"],it:["{hotKey_0} — cerchio"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"],it:["{hotKey_0} — disegna linea dritta ad angoli di 45°"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"],it:["{hotKey_0} — incrementi fissi"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"],it:["{hotKey_0} — quadrato"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.4543.af2e0ddd821d5bacf27b.js b/public/charting_library/bundles/it.4543.af2e0ddd821d5bacf27b.js
new file mode 100644
index 0000000..0dac6aa
--- /dev/null
+++ b/public/charting_library/bundles/it.4543.af2e0ddd821d5bacf27b.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4543],{63271:e=>{e.exports={en:["Flipped"],it:["Invertita"]}},28941:e=>{e.exports={en:["Mirrored"],it:["Riflesso"]}},92479:e=>{e.exports={en:["flip bars pattern"],it:["rovesciamento pattern a barre"]}},20965:e=>{e.exports={en:["mirror bars pattern"],it:["replica pattern a barre"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.4593.99cfdf832ec7f90cc2a7.js b/public/charting_library/bundles/it.4593.99cfdf832ec7f90cc2a7.js
new file mode 100644
index 0000000..8b9a988
--- /dev/null
+++ b/public/charting_library/bundles/it.4593.99cfdf832ec7f90cc2a7.js
@@ -0,0 +1,5 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4593,4040,359,4821],{55517:e=>{e.exports={en:["Add"],it:["Aggiungi"]}},29619:e=>{e.exports={en:["Add custom color"],it:["Aggiungi colore personalizzato"]}},80936:e=>{e.exports={en:["Opacity"],it:["Opacità"]}},33857:e=>{e.exports={en:["Cross"],it:["Croce"]}},97349:e=>{e.exports={en:["Fr"],it:["Ven"]}},30961:e=>{e.exports={en:["Mo"],it:["Lun"]}},94748:e=>{e.exports={en:["Sa"],it:["Sab"]}},75005:e=>{e.exports={en:["Su"],it:["Dom"]}},92578:e=>{e.exports={en:["We"],it:["Mer"]}},8765:e=>{e.exports={en:["Th"],it:["Gio"]}},9135:e=>{e.exports={en:["Tu"],it:["Mar"]}},53288:e=>{e.exports={en:["animals & nature"],it:["animali e natura"]}},21311:e=>{e.exports={en:["activity"],it:["attività"]}},90678:e=>{e.exports={en:["food & drink"],it:["cibo e bevande"]}},6715:e=>{e.exports={en:["flags"],it:["bandiere"]}},98355:e=>{e.exports={en:["objects"],it:["oggetti"]}},43438:e=>{e.exports={en:["smiles & people"],it:["smile e persone"]}},40457:e=>{e.exports={en:["symbols"],it:["simboli"]}},88906:e=>{e.exports={en:["recently used"],it:["usato di recente"]}},28562:e=>{e.exports={en:["travel & places"],it:["viaggi e località"]}},24716:e=>{e.exports={en:["Another symbol"],it:["Altro simbolo"]}},41256:e=>{e.exports={en:["Back"],it:["Indietro"]}},76542:e=>{e.exports={en:["Labels on price scale"],it:["Etichette sull'asse verticale"]}},94849:e=>{e.exports={en:["Main chart symbol"],it:["Simbolo grafico principale"]}},49191:e=>{e.exports={en:["Values in status line"],it:["Valori in legenda"]}},53174:e=>{e.exports={en:["Right"],it:["Diritto"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"],it:["Il calendario è attualmente all'anno {year}"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"],it:["Il calendario è attualmente sugli anni da {year_start} a {year_end}"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"],it:["Il calendario è attualmente su {month}"]}},4543:e=>{e.exports={en:["Cancel"],it:["Annulla"]}},24197:e=>{e.exports={en:["Center"],it:["Centro"]}},63245:e=>{e.exports={en:["Change symbol"],it:["Cambia simbolo"]}},54613:e=>{e.exports={en:["Chart"],it:["Grafico"]}},5669:e=>{e.exports={en:["Circles"],it:["Cerchi"]}},47742:e=>{e.exports={en:["Close menu"],it:["Chiudere menù"]}},8305:e=>{e.exports={en:["Above bar"],it:["Sopra la barra"]}},69758:e=>{e.exports={en:["Absolute"],it:["Assoluto"]}},34040:e=>{e.exports={en:["All sources"],it:["Tutte le fonti"]}},62511:e=>{e.exports={en:["Apply Defaults"],it:["Applica predefiniti"]}},28896:e=>{e.exports={en:["April"],it:["Aprile"]}},7349:e=>{e.exports={en:["Area with breaks"],it:["Area interrotta"]}},11081:e=>{e.exports={en:["August"],it:["Agosto"]}},27567:e=>{e.exports={en:["Bottom"],it:["Sotto"]}},74406:e=>{e.exports={en:["Body"],it:["Corpo"]}},42358:e=>{e.exports={en:["Bond"],it:["Obbligazione"]}},38408:e=>{e.exports={en:["Border"],it:["Bordo"]}},79468:e=>{e.exports={en:["Background"],it:["Sfondo"]}},9417:e=>{e.exports={en:["Below bar"],it:["Sotto la barra"]}
+},68043:e=>{e.exports={en:["Gradient"],it:["Gradiente"]}},27390:e=>{e.exports={en:["Dotted line"],it:["Linea punteggiata"]}},71776:e=>{e.exports={en:["Down"],it:["Giù"]}},72942:e=>{e.exports={en:["Days"],it:["Giorni"]}},88123:e=>{e.exports={en:["Dashed line"],it:["Linea tratteggiata"]}},73033:e=>{e.exports={en:["Developing VA"],it:["Sviluppo VA"]}},90082:e=>{e.exports={en:["December"],it:["Dicembre"]}},55319:e=>{e.exports={en:["Decrease"],it:["Diminuisci"]}},16564:e=>{e.exports={en:["Default"],it:["Predefinito"]}},48572:e=>{e.exports={en:["Defaults"],it:["Predefiniti"]}},78734:e=>{e.exports={en:["Description"],it:["Descrizione"]}},81069:e=>{e.exports={en:["February"],it:["Febbraio"]}},3570:e=>{e.exports={en:["Friday"],it:["Venerdì"]}},56796:e=>{e.exports={en:["Hours"],it:["Ore"]}},95406:e=>{e.exports={en:["Horizontal"],it:["Orizzontale"]}},8854:e=>{e.exports={en:["Hidden"],it:["Nascondi"]}},78057:e=>{e.exports={en:["Histogram"],it:["Istogramma"]}},39832:e=>{e.exports={en:["Increase"],it:["Aumenta"]}},21429:e=>{e.exports={en:["Inputs"],it:["Input"]}},200:e=>{e.exports={en:["January"],it:["Gennaio"]}},6608:e=>{e.exports={en:["July"],it:["Luglio"]}},61487:e=>{e.exports={en:["June"],it:["Giugno"]}},37997:e=>{e.exports={en:["October"],it:["Ottobre"]}},55450:e=>{e.exports={en:["Offset"]}},19295:e=>{e.exports={en:["Ok"]}},89702:e=>{e.exports={en:["Outputs"],it:["Output"]}},64075:e=>{e.exports={en:["Override min tick"],it:["Sovrascrivi tick minimo"]}},62791:e=>{e.exports={en:["Labels font"],it:["Font etichette"]}},11626:e=>{e.exports={en:["Left"],it:["Sinistra"]}},34862:e=>{e.exports={en:["Line with breaks"],it:["Linea interrotta"]}},28603:e=>{e.exports={en:["Line style"],it:["Stile linea"]}},19573:e=>{e.exports={en:["Monday"],it:["Lunedì"]}},43154:e=>{e.exports={en:["Months"],it:["Mesi"]}},37117:e=>{e.exports={en:["More"],it:["Altro"]}},25734:e=>{e.exports={en:["May"],it:["Maggio"]}},93878:e=>{e.exports={en:["March"],it:["Marzo"]}},68833:e=>{e.exports={en:["Middle"],it:["Medio"]}},42562:e=>{e.exports={en:["Minutes"],it:["Minuti"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],it:["Nessuna borsa corrisponde ai tuoi criteri"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],it:["Nessun simbolo corrisponde ai criteri"]}},4607:e=>{e.exports={en:["November"],it:["Novembre"]}},65353:e=>{e.exports={en:["Normal"],it:["Normale"]}},69102:e=>{e.exports={en:["Next year"],it:["Anno prossimo"]}},17538:e=>{e.exports={en:["Next years"],it:["Anni prossimi"]}},92790:e=>{e.exports={en:["Next month"],it:["Mese prossimo"]}},71300:e=>{e.exports={en:["Number format is invalid."],it:["Il formato del numero non è valido."]}},28628:e=>{e.exports={en:["Sources"],it:["Fonti"]}},88686:e=>{e.exports={en:["Solid"],it:["Tinta unita"]}},30348:e=>{e.exports={en:["Saturday"],it:["Sabato"]}},99687:e=>{e.exports={en:["Save as default"],it:["Salva come predefinito"]}},8573:e=>{e.exports={en:["Search"],it:["Cerca"]}},65188:e=>{e.exports={en:["Seconds"],it:["Secondi"]}},57640:e=>{e.exports={en:["Select source"],it:["Seleziona fonte"]}
+},32179:e=>{e.exports={en:["September"],it:["Settembre"]}},38712:e=>{e.exports={en:["Signal labels"],it:["Etichette segnale"]}},31331:e=>{e.exports={en:["Specified value is more than the instrument maximum of {max}."],it:["Il valore specificato è superiore al massimo dello strumento: {max}."]}},24216:e=>{e.exports={en:["Specified value is less than the instrument minimum of {min}."],it:["Il valore specificato è inferiore al minimo dello strumento: {min}."]}},14788:e=>{e.exports={en:["Step line with breaks"],it:["Linea a step con interruzioni"]}},11877:e=>{e.exports={en:["Step line with diamonds"],it:["Linea a step con diamanti"]}},61480:e=>{e.exports={en:["Sunday"],it:["Domenica"]}},70235:e=>{e.exports={en:["Switch to months"],it:["Passa ai mesi"]}},91245:e=>{e.exports={en:["Switch to dates"],it:["Passa alle date"]}},71961:e=>{e.exports={en:["Switch to years"],it:["Passa agli anni"]}},95481:e=>{e.exports={en:["Symbol"],it:["Simbolo"]}},74007:e=>{e.exports={en:["Symbol & description"],it:["Simbolo e descrizione"]}},51165:e=>{e.exports={en:["Symbol Search"],it:["Ricerca simbolo"]}},10783:e=>{e.exports={en:["Placement"],it:["Posizione"]}},27254:e=>{e.exports={en:["Please enter the right date"],it:["Inserisci la data corretta"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"],it:["Inserisci la data nel formato corretto: aaaa-mm-gg"]}},59766:e=>{e.exports={en:["Precision"],it:["Precisione"]}},93984:e=>{e.exports={en:["Previous month"],it:["Mese passato"]}},75776:e=>{e.exports={en:["Previous year"],it:["Anno passato"]}},44701:e=>{e.exports={en:["Previous years"],it:["Anni passati"]}},98721:e=>{e.exports={en:["Quantity"],it:["Quantità"]}},89984:e=>{e.exports={en:["Remove color"],it:["Rimuovi colore"]}},47550:e=>{e.exports={en:["Remove selected emoji"],it:["Rimuovi emoji selezionate"]}},33533:e=>{e.exports={en:["Reset settings"],it:["Ripristina impostazioni"]}},50421:e=>{e.exports={en:["Right"],it:["Destra"]}},94226:e=>{e.exports={en:["Wednesday"],it:["Mercoledì"]}},835:e=>{e.exports={en:["Weeks"],it:["Settimane"]}},32163:e=>{e.exports={en:["Wick"],it:["Ombra"]}},4622:e=>{e.exports={en:["Width (% of the box)"],it:["Ampiezza (% del grafico)"]}},97118:e=>{e.exports={en:["Top"],it:["Sopra"]}},25485:e=>{e.exports={en:["Text alignment"],it:["Allineamento testo"]}},77753:e=>{e.exports={en:["Text color"],it:["Colore testo"]}},67781:e=>{e.exports={en:["Text orientation"],it:["Orientamento testo"]}},79137:e=>{e.exports={en:["Thursday"],it:["Giovedì"]}},54971:e=>{e.exports={en:["Thickness"],it:["Spessore"]}},24821:e=>{e.exports={en:["Ticks"],it:["Tick"]}},6532:e=>{e.exports={en:["Trades on chart"],it:["Operazioni sul grafico"]}},82160:e=>{e.exports={en:["Tuesday"],it:["Martedì"]}},22691:e=>{e.exports={en:["Up"],it:["Su"]}},13748:e=>{e.exports={en:["Use special math signs to displace selected drawings: +,-,/,* for price and +,- for bar index."],it:["Per spostare i disegni selezionati, potete utilizzare i segni matematici speciali: +,-,/,* per il prezzo e +,- per l'indice delle barre."]}},81363:e=>{e.exports={
+en:["Volume profile"],it:["Profilo volume"]}},60092:e=>{e.exports={en:["Values"],it:["Valori"]}},69526:e=>{e.exports={en:["Vertical"],it:["Verticale"]}},66181:e=>{e.exports={en:["Years"],it:["Anni"]}},70932:e=>{e.exports={en:["commodity"],it:["materia prima"]}},79599:e=>{e.exports={en:["cfd"]}},26476:e=>{e.exports={en:["change min tick"],it:["Cambia tick minimo"]}},29426:e=>{e.exports={en:["change opacity"],it:["Cambia opacità"]}},86955:e=>{e.exports={en:["change char"],it:["Cambia car"]}},31675:e=>{e.exports={en:["change color"],it:["Cambia colore"]}},85889:e=>{e.exports={en:["change expand blocks"],it:["modifica espansione blocchi"]}},27745:e=>{e.exports={en:["change font size"],it:["Cambia dimensione font"]}},28818:e=>{e.exports={en:["change line style"],it:["Cambia stile linea"]}},6834:e=>{e.exports={en:["change location"],it:["Cambia posizione"]}},62294:e=>{e.exports={en:["change percent width"],it:["Cambio larghezza percentuale"]}},81891:e=>{e.exports={en:["change placement"],it:["Cambia posizione"]}},43439:e=>{e.exports={en:["change plot type"],it:["Cambia tipo di disegno"]}},61863:e=>{e.exports={en:["change precision"],it:["Cambia precisione"]}},83468:e=>{e.exports={en:["change shape"],it:["Cambia forma"]}},73281:e=>{e.exports={en:["change thickness"],it:["Cambia spessore"]}},21333:e=>{e.exports={en:["change value"],it:["Cambia valore"]}},9344:e=>{e.exports={en:["change values visibility"],it:["cambia visibilità valori"]}},96135:e=>{e.exports={en:["change {title} days to"],it:["cambio valore giorni {title}"]}},91201:e=>{e.exports={en:["change {title} days from"],it:["cambio valore giorni {title}"]}},8306:e=>{e.exports={en:["change {title} hours from"],it:["cambio valore ore {title}"]}},67233:e=>{e.exports={en:["change {title} hours to"],it:["cambio valore ore {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],it:["cambio valore mesi {title}"]}},10518:e=>{e.exports={en:["change {title} months to"],it:["cambio valore mesi {title}"]}},38011:e=>{e.exports={en:["change {title} minutes to"],it:["cambio valore minuti {title}"]}},59820:e=>{e.exports={en:["change {title} minutes from"],it:["cambio valore minuti {title}"]}},6573:e=>{e.exports={en:["change {title} seconds to"],it:["cambio valore secondi {title}"]}},86780:e=>{e.exports={en:["change {title} seconds from"],it:["cambio valore secondi {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],it:["cambio valore settimane {title}"]}},18678:e=>{e.exports={en:["change {title} weeks to"],it:["cambio valore settimane {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],it:["cambio visibilità {title} sui tick"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],it:["cambio visibilità {title} su settimane"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],it:["cambio visibilità {title} su {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],it:["cambio visibilità {title} su giorni"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],
+it:["cambio visibilità {title} su ore"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],it:["cambio visibilità {title} su minuti"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],it:["cambio visibilità {title} su mesi"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],it:["cambio visibilità {title} nei secondi"]}},25167:e=>{e.exports={en:["change {propertyName} property"],it:["cambio proprietà {propertyName}"]}},5741:e=>{e.exports={en:["close"],it:["chiusura"]}},46128:e=>{e.exports={en:["crypto"],it:["cripto"]}},35813:e=>{e.exports={en:["days"],it:["Giorni"]}},89919:e=>{e.exports={en:["days to"],it:["giorni a"]}},59215:e=>{e.exports={en:["days from"],it:["giorni da"]}},47268:e=>{e.exports={en:["dr"]}},406:e=>{e.exports={en:["e.g. +1"],it:["es. +1"]}},49957:e=>{e.exports={en:["e.g. /2"],it:["es. /2"]}},54094:e=>{e.exports={en:["economy"],it:["economia"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"],it:["future"]}},2359:e=>{e.exports={en:["hours"],it:["Ore"]}},82267:e=>{e.exports={en:["hours from"],it:["ore da"]}},15600:e=>{e.exports={en:["hours to"],it:["ore a"]}},59319:e=>{e.exports={en:["high"],it:["massimo"]}},96008:e=>{e.exports={en:["hl2"]}},91189:e=>{e.exports={en:["hlc3"]}},49242:e=>{e.exports={en:["hlcc4"]}},87464:e=>{e.exports={en:["index"],it:["indice"]}},90250:e=>{e.exports={en:["indices"],it:["Indici"]}},52793:e=>{e.exports={en:["ohlc4"]}},83584:e=>{e.exports={en:["open"],it:["apertura"]}},41902:e=>{e.exports={en:["low"],it:["minimo"]}},95300:e=>{e.exports={en:["months"],it:["Mesi"]}},17250:e=>{e.exports={en:["months from"],it:["mesi da"]}},2828:e=>{e.exports={en:["months to"],it:["mesi a"]}},18726:e=>{e.exports={en:["minutes"],it:["Minuti"]}},67649:e=>{e.exports={en:["minutes to"],it:["minuti a"]}},22476:e=>{e.exports={en:["minutes from"],it:["minuti da"]}},751:e=>{e.exports={en:["seconds"],it:["secondi"]}},73419:e=>{e.exports={en:["seconds to"],it:["secondi a"]}},35801:e=>{e.exports={en:["seconds from"],it:["secondi da"]}},76752:e=>{e.exports={en:["stock"],it:["azione"]}},45537:e=>{e.exports={en:["weeks"],it:["settimane"]}},92859:e=>{e.exports={en:["weeks from"],it:["settimane da"]}},44127:e=>{e.exports={en:["weeks to"],it:["settimane a"]}},3539:e=>{e.exports={en:["ticks"],it:["Tick"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.4821.0124e1463859eb34b0d7.js b/public/charting_library/bundles/it.4821.0124e1463859eb34b0d7.js
new file mode 100644
index 0000000..010961f
--- /dev/null
+++ b/public/charting_library/bundles/it.4821.0124e1463859eb34b0d7.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4821],{24821:e=>{e.exports={en:["Ticks"],it:["Tick"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.5111.0e84f778015dc1f067f1.js b/public/charting_library/bundles/it.5111.0e84f778015dc1f067f1.js
new file mode 100644
index 0000000..132578b
--- /dev/null
+++ b/public/charting_library/bundles/it.5111.0e84f778015dc1f067f1.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5111],{77114:e=>{e.exports={en:["erase level line"],it:["rimozione livello"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.5402.f7a00bf7d82b9a40920d.js b/public/charting_library/bundles/it.5402.f7a00bf7d82b9a40920d.js
new file mode 100644
index 0000000..ca7af96
--- /dev/null
+++ b/public/charting_library/bundles/it.5402.f7a00bf7d82b9a40920d.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5402],{15402:e=>{e.exports={en:["Next time you can use {shortcut} for quick paste"],it:["La prossima volta puoi usare la scorciatoia {shortcut} per incollare velocemente"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.5683.0a2c985dba54512056ce.js b/public/charting_library/bundles/it.5683.0a2c985dba54512056ce.js
new file mode 100644
index 0000000..ca4be12
--- /dev/null
+++ b/public/charting_library/bundles/it.5683.0a2c985dba54512056ce.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5683],{97349:e=>{e.exports={en:["Fr"],it:["Ven"]}},30961:e=>{e.exports={en:["Mo"],it:["Lun"]}},94748:e=>{e.exports={en:["Sa"],it:["Sab"]}},75005:e=>{e.exports={en:["Su"],it:["Dom"]}},92578:e=>{e.exports={en:["We"],it:["Mer"]}},8765:e=>{e.exports={en:["Th"],it:["Gio"]}},9135:e=>{e.exports={en:["Tu"],it:["Mar"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"],it:["Il calendario è attualmente all'anno {year}"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"],it:["Il calendario è attualmente sugli anni da {year_start} a {year_end}"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"],it:["Il calendario è attualmente su {month}"]}},4543:e=>{e.exports={en:["Cancel"],it:["Annulla"]}},47742:e=>{e.exports={en:["Close menu"],it:["Chiudere menù"]}},81861:e=>{e.exports={en:["Custom range"],it:["Range personalizzato"]}},28896:e=>{e.exports={en:["April"],it:["Aprile"]}},11081:e=>{e.exports={en:["August"],it:["Agosto"]}},42432:e=>{e.exports={en:["Go to"],it:["Vai a"]}},90082:e=>{e.exports={en:["December"],it:["Dicembre"]}},81069:e=>{e.exports={en:["February"],it:["Febbraio"]}},3570:e=>{e.exports={en:["Friday"],it:["Venerdì"]}},200:e=>{e.exports={en:["January"],it:["Gennaio"]}},6608:e=>{e.exports={en:["July"],it:["Luglio"]}},61487:e=>{e.exports={en:["June"],it:["Giugno"]}},37997:e=>{e.exports={en:["October"],it:["Ottobre"]}},19295:e=>{e.exports={en:["Ok"]}},19573:e=>{e.exports={en:["Monday"],it:["Lunedì"]}},43154:e=>{e.exports={en:["Months"],it:["Mesi"]}},37117:e=>{e.exports={en:["More"],it:["Altro"]}},25734:e=>{e.exports={en:["May"],it:["Maggio"]}},93878:e=>{e.exports={en:["March"],it:["Marzo"]}},4607:e=>{e.exports={en:["November"],it:["Novembre"]}},69102:e=>{e.exports={en:["Next year"],it:["Anno prossimo"]}},17538:e=>{e.exports={en:["Next years"],it:["Anni prossimi"]}},92790:e=>{e.exports={en:["Next month"],it:["Mese prossimo"]}},30348:e=>{e.exports={en:["Saturday"],it:["Sabato"]}},32179:e=>{e.exports={en:["September"],it:["Settembre"]}},61480:e=>{e.exports={en:["Sunday"],it:["Domenica"]}},70235:e=>{e.exports={en:["Switch to months"],it:["Passa ai mesi"]}},91245:e=>{e.exports={en:["Switch to dates"],it:["Passa alle date"]}},71961:e=>{e.exports={en:["Switch to years"],it:["Passa agli anni"]}},27254:e=>{e.exports={en:["Please enter the right date"],it:["Inserisci la data corretta"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"],it:["Inserisci la data nel formato corretto: aaaa-mm-gg"]}},93984:e=>{e.exports={en:["Previous month"],it:["Mese passato"]}},75776:e=>{e.exports={en:["Previous year"],it:["Anno passato"]}},44701:e=>{e.exports={en:["Previous years"],it:["Anni passati"]}},94226:e=>{e.exports={en:["Wednesday"],it:["Mercoledì"]}},79137:e=>{e.exports={en:["Thursday"],it:["Giovedì"]}},82160:e=>{e.exports={en:["Tuesday"],it:["Martedì"]}},66181:e=>{e.exports={en:["Years"],it:["Anni"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.5862.3039f470825daf65b9d6.js b/public/charting_library/bundles/it.5862.3039f470825daf65b9d6.js
new file mode 100644
index 0000000..76e7edd
--- /dev/null
+++ b/public/charting_library/bundles/it.5862.3039f470825daf65b9d6.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5862],{4543:e=>{e.exports={en:["Cancel"],it:["Annulla"]}},32910:e=>{e.exports={en:["Choose image"],it:["Scegli immagine"]}},47742:e=>{e.exports={en:["Close menu"],it:["Chiudere menù"]}},98918:e=>{e.exports={en:["Drop image here!"],it:["Trascina l'immagine qui!"]}},49580:e=>{e.exports={en:["Image is required"],it:["L'immagine è necessaria"]}},41667:e=>{e.exports={en:["JPG, PNG or WEBP"],it:["JPG, PNG o WEBP"]}},19295:e=>{e.exports={en:["Ok"]}},7654:e=>{e.exports={en:["Max size {value}"],it:["Dimensione max {value}"]}},64789:e=>{e.exports={en:["Something went wrong, try again"],it:["Dati immessi non validi, riprova"]}},73007:e=>{e.exports={en:["The image being pasted is way too large"],it:["L'immagine incollata è troppo grande"]}},19788:e=>{e.exports={en:["Transparency"],it:["Trasparenza"]}},16992:e=>{e.exports={en:["Upload a valid image. The file you uploaded was either not an image or a corrupted image."],it:["Carica un immagine valida. Il file che hai caricato non è un immagine o è danneggiato."]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.6155.0d55563600ea0d002811.js b/public/charting_library/bundles/it.6155.0d55563600ea0d002811.js
new file mode 100644
index 0000000..621cf27
--- /dev/null
+++ b/public/charting_library/bundles/it.6155.0d55563600ea0d002811.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6155,4821],{80166:t=>{t.exports={en:["#{count} (price, bar)"],it:["#{count} (prezzo, barra)"]}},78930:t=>{t.exports={en:["Coordinates"],it:["Coordinate"]}},24197:t=>{t.exports={en:["Center"],it:["Centro"]}},27567:t=>{t.exports={en:["Bottom"],it:["Sotto"]}},72942:t=>{t.exports={en:["Days"],it:["Giorni"]}},44272:t=>{t.exports={en:["Displacement (price, bar)"],it:["Spostamento (prezzo, barra)"]}},56796:t=>{t.exports={en:["Hours"],it:["Ore"]}},95406:t=>{t.exports={en:["Horizontal"],it:["Orizzontale"]}},21429:t=>{t.exports={en:["Inputs"],it:["Input"]}},11626:t=>{t.exports={en:["Left"],it:["Sinistra"]}},43154:t=>{t.exports={en:["Months"],it:["Mesi"]}},68833:t=>{t.exports={en:["Middle"],it:["Medio"]}},42562:t=>{t.exports={en:["Minutes"],it:["Minuti"]}},65188:t=>{t.exports={en:["Seconds"],it:["Secondi"]}},50421:t=>{t.exports={en:["Right"],it:["Destra"]}},835:t=>{t.exports={en:["Weeks"],it:["Settimane"]}},97118:t=>{t.exports={en:["Top"],it:["Sopra"]}},70320:t=>{t.exports={en:["Text"],it:["Testo"]}},25485:t=>{t.exports={en:["Text alignment"],it:["Allineamento testo"]}},67781:t=>{t.exports={en:["Text orientation"],it:["Orientamento testo"]}},24821:t=>{t.exports={en:["Ticks"],it:["Tick"]}},69526:t=>{t.exports={en:["Vertical"],it:["Verticale"]}},2066:t=>{t.exports={en:["change bar X coordinate"],it:["modifica coordinate di barra X"]}},11737:t=>{t.exports={en:["change price Y coordinate"],it:["modifica coordinate di prezzo Y"]}},96135:t=>{t.exports={en:["change {title} days to"],it:["cambio valore giorni {title}"]}},91201:t=>{t.exports={en:["change {title} days from"],it:["cambio valore giorni {title}"]}},8306:t=>{t.exports={en:["change {title} hours from"],it:["cambio valore ore {title}"]}},67233:t=>{t.exports={en:["change {title} hours to"],it:["cambio valore ore {title}"]}},99122:t=>{t.exports={en:["change {title} months from"],it:["cambio valore mesi {title}"]}},10518:t=>{t.exports={en:["change {title} months to"],it:["cambio valore mesi {title}"]}},38011:t=>{t.exports={en:["change {title} minutes to"],it:["cambio valore minuti {title}"]}},59820:t=>{t.exports={en:["change {title} minutes from"],it:["cambio valore minuti {title}"]}},6573:t=>{t.exports={en:["change {title} seconds to"],it:["cambio valore secondi {title}"]}},86780:t=>{t.exports={en:["change {title} seconds from"],it:["cambio valore secondi {title}"]}},32481:t=>{t.exports={en:["change {title} weeks from"],it:["cambio valore settimane {title}"]}},18678:t=>{t.exports={en:["change {title} weeks to"],it:["cambio valore settimane {title}"]}},98596:t=>{t.exports={en:["change {title} visibility on ticks"],it:["cambio visibilità {title} sui tick"]}},71084:t=>{t.exports={en:["change {title} visibility on weeks"],it:["cambio visibilità {title} su settimane"]}},55616:t=>{t.exports={en:["change {title} visibility on {ranges}"],it:["cambio visibilità {title} su {ranges}"]}},56402:t=>{t.exports={en:["change {title} visibility on days"],it:["cambio visibilità {title} su giorni"]}},68715:t=>{t.exports={
+en:["change {title} visibility on hours"],it:["cambio visibilità {title} su ore"]}},78219:t=>{t.exports={en:["change {title} visibility on minutes"],it:["cambio visibilità {title} su minuti"]}},67583:t=>{t.exports={en:["change {title} visibility on months"],it:["cambio visibilità {title} su mesi"]}},41315:t=>{t.exports={en:["change {title} visibility on seconds"],it:["cambio visibilità {title} nei secondi"]}},25167:t=>{t.exports={en:["change {propertyName} property"],it:["cambio proprietà {propertyName}"]}},35813:t=>{t.exports={en:["days"],it:["Giorni"]}},89919:t=>{t.exports={en:["days to"],it:["giorni a"]}},59215:t=>{t.exports={en:["days from"],it:["giorni da"]}},2359:t=>{t.exports={en:["hours"],it:["Ore"]}},82267:t=>{t.exports={en:["hours from"],it:["ore da"]}},15600:t=>{t.exports={en:["hours to"],it:["ore a"]}},76261:t=>{t.exports={en:["move drawings"],it:["spostamento disegni"]}},95300:t=>{t.exports={en:["months"],it:["Mesi"]}},17250:t=>{t.exports={en:["months from"],it:["mesi da"]}},2828:t=>{t.exports={en:["months to"],it:["mesi a"]}},18726:t=>{t.exports={en:["minutes"],it:["Minuti"]}},67649:t=>{t.exports={en:["minutes to"],it:["minuti a"]}},22476:t=>{t.exports={en:["minutes from"],it:["minuti da"]}},751:t=>{t.exports={en:["seconds"],it:["secondi"]}},73419:t=>{t.exports={en:["seconds to"],it:["secondi a"]}},35801:t=>{t.exports={en:["seconds from"],it:["secondi da"]}},45537:t=>{t.exports={en:["weeks"],it:["settimane"]}},92859:t=>{t.exports={en:["weeks from"],it:["settimane da"]}},44127:t=>{t.exports={en:["weeks to"],it:["settimane a"]}},3539:t=>{t.exports={en:["ticks"],it:["Tick"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.6290.a5f1298c89f78011c7d7.js b/public/charting_library/bundles/it.6290.a5f1298c89f78011c7d7.js
new file mode 100644
index 0000000..865ebac
--- /dev/null
+++ b/public/charting_library/bundles/it.6290.a5f1298c89f78011c7d7.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6290,7122],{71682:t=>{t.exports={en:["in"]}},72630:t=>{t.exports={en:["Closed"],it:["Chiuso"]}},18741:t=>{t.exports={en:["Open"],it:["Aperto"]}},95931:t=>{t.exports={en:["Cancel Order"],it:["Annulla ordine"]}},59783:t=>{t.exports={en:["Close Position"],it:["Chiudi posizione"]}},6060:t=>{t.exports={en:["Add text"],it:["Aggiungi testo"]}},47545:t=>{t.exports={en:["FAILURE"],it:["OPERAZIONE NON RIUSCITA"]}},1472:t=>{t.exports={en:["Head"],it:["Testa"]}},27443:t=>{t.exports={en:["Left Shoulder"],it:["Spalla sinistra"]}},67710:t=>{t.exports={en:["Modify Order"],it:["Modifica ordine"]}},26409:t=>{t.exports={en:["SUCCESS"],it:["OPERAZIONE RIUSCITA"]}},79463:t=>{t.exports={en:["Stop: {stopChange} ({stopChangePercent}) {stopChangePip}, Amount: {amount}"],it:["Stop: {stopChange} ({stopChangePercent}) {stopChangePip}, Quantità: {amount}"]}},24927:t=>{t.exports={en:["Protect Position"],it:["Proteggi posizione"]}},10780:t=>{t.exports={en:["Qty: {qty}"],it:["Q.tà: {qty}"]}},98818:t=>{t.exports={en:["Reverse Position"],it:["Inverti posizione"]}},14719:t=>{t.exports={en:["Right Shoulder"],it:["Spalla destra"]}},36825:t=>{t.exports={en:["Risk/Reward Ratio: {ratio}"],it:["Rapporto rischio/rendimento: {ratio}"]}},72274:t=>{t.exports={en:["Target: {profitChange} ({profitChangePercent}) {profitChangePip}, Amount: {amount}"],it:["Target: {profitChange} ({profitChangePercent}) {profitChangePip}, Quantità: {amount}"]}},57122:t=>{t.exports={en:["change {title} text"],it:["modifica {title} text"]}},44994:t=>{t.exports={en:["distance: {number} px"],it:["distanza {number} px"]}},76250:t=>{t.exports={en:["{status} P&L: {pnl}"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.6342.6af643b9a34abf3f6313.js b/public/charting_library/bundles/it.6342.6af643b9a34abf3f6313.js
new file mode 100644
index 0000000..23a708b
--- /dev/null
+++ b/public/charting_library/bundles/it.6342.6af643b9a34abf3f6313.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6342],{87859:e=>{e.exports={en:["Not applicable"],it:["Non applicabile"]}},51998:e=>{e.exports={en:["Type the interval number for minute charts (i.e. 5 if it is going to be a five minute chart). Or number plus letter for H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)"],it:["Scrivi il numero di minuti del timeframe desiderato (ad esempio, scrivi 5 se vuoi il grafico a 5 minuti). Altrimenti aggiungi la lettera per gli altri timeframe: 'H' per l'orario, 'D' per il giornaliero, 'W' per il settimanale, 'M' per il mensile (ad esempio, puoi scrivere 'D' o '2H')"]}},96941:e=>{e.exports={en:["Type the interval number for minute charts (i.e. 5 if it's going to be a five minute chart). Or number plus letter for other intervals: S for 1 second chart (15S for 15 second chart, etc.), H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)"],it:["Scrivi il numero di minuti del timeframe desiderato (ad esempio, scrivi 5 se vuoi il grafico a 5 minuti). Altrimenti aggiungi la lettera per gli altri timeframe: 'S' per i secondi, 'H' per l'orario, 'D' per il giornaliero, 'W' per il settimanale, 'M' per il mensile (ad esempio, puoi scrivere '15S', '1D' o '2H')"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.6406.78b7e0b0b9555ce886a5.js b/public/charting_library/bundles/it.6406.78b7e0b0b9555ce886a5.js
new file mode 100644
index 0000000..7f91bb1
--- /dev/null
+++ b/public/charting_library/bundles/it.6406.78b7e0b0b9555ce886a5.js
@@ -0,0 +1,10 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6406,2787,6155,1432,5402,4821],{13616:e=>{e.exports={en:["#{count} (bar)"],it:["#{count} (barra)"]}},80166:e=>{e.exports={en:["#{count} (price, bar)"],it:["#{count} (prezzo, barra)"]}},26381:e=>{e.exports={en:["#1 (bar)"],it:["#1 (barra)"]}},37814:e=>{e.exports={en:["#1 (price)"],it:["#1 (prezzo)"]}},6737:e=>{e.exports={en:["#1 (price, bar)"],it:["#1 (prezzo, barra)"]}},87476:e=>{e.exports={en:["#1 (vertical position %, bar)"],it:["#1 (posizione verticale %, barra)"]}},29291:e=>{e.exports={en:["Median"],it:["Mediana"]}},75106:e=>{e.exports={en:["%"]}},53912:e=>{e.exports={en:["Coeffs as percents"],it:["Coeff percentuali"]}},47370:e=>{e.exports={en:["Color"],it:["Colore"]}},89735:e=>{e.exports={en:["Compact stats mode"],it:["Modalità compatta statistiche"]}},78930:e=>{e.exports={en:["Coordinates"],it:["Coordinate"]}},87145:e=>{e.exports={en:["Cash"]}},24197:e=>{e.exports={en:["Center"],it:["Centro"]}},4518:e=>{e.exports={en:["Change in pips"],it:["Variazione in pip"]}},9074:e=>{e.exports={en:["Change price offset"],it:["Modifica offset del prezzo"]}},390:e=>{e.exports={en:["Angle"],it:["Angolo"]}},36335:e=>{e.exports={en:["Angles"],it:["Angoli"]}},97668:e=>{e.exports={en:["Account size"],it:["Dimensione conto"]}},93857:e=>{e.exports={en:["Always show stats"],it:["Mostra sempre statistiche"]}},59129:e=>{e.exports={en:["Arcs"],it:["Archi"]}},52648:e=>{e.exports={en:["Avg HL in minticks"],it:["Media HL in miniticks"]}},27567:e=>{e.exports={en:["Bottom"],it:["Sotto"]}},17129:e=>{e.exports={en:["Bottom labels"],it:["Etichette in basso"]}},38408:e=>{e.exports={en:["Border"],it:["Bordo"]}},333:e=>{e.exports={en:["Borders"],it:["Bordi"]}},79468:e=>{e.exports={en:["Background"],it:["Sfondo"]}},58375:e=>{e.exports={en:["Background #1"],it:["Sfondo #1"]}},89073:e=>{e.exports={en:["Bars range"],it:["Range di barre"]}},62374:e=>{e.exports={en:["Date/time range"],it:["Range di giorni/ore"]}},72942:e=>{e.exports={en:["Days"],it:["Giorni"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],it:["Spostamento (prezzo, barra)"]}},3369:e=>{e.exports={en:["Distance"],it:["Distanza"]}},71310:e=>{e.exports={en:["Emoji pin"]}},6002:e=>{e.exports={en:["Entry price"],it:["Prezzo di entrata"]}},1337:e=>{e.exports={en:["Extend"],it:["Estendi"]}},76410:e=>{e.exports={en:["Extend bottom"],it:["Estendi sotto"]}},25112:e=>{e.exports={en:["Extend left"],it:["Estendi a sinistra"]}},61856:e=>{e.exports={en:["Extend left line"],it:["Estendi linea a sinistra"]}},819:e=>{e.exports={en:["Extend lines"],it:["Estendi linee"]}},25188:e=>{e.exports={en:["Extend lines left"],it:["Estendi linee a sinistra"]}},79192:e=>{e.exports={en:["Extend lines right"],it:["Estendi linee a destra"]}},68461:e=>{e.exports={en:["Extend right"],it:["Estendi a destra"]}},87430:e=>{e.exports={en:["Extend right line"],it:["Estendi linea a destra"]}},71397:e=>{e.exports={en:["Extend top"],it:["Estendi sopra"]}},2573:e=>{e.exports={en:["Font size"],it:["Dimensione caratteri"]}},71525:e=>{e.exports={
+en:["Failure text"],it:["Testo perdita"]}},28357:e=>{e.exports={en:["Failure background"],it:["Sfondo perdita"]}},84885:e=>{e.exports={en:["Fans"],it:["Ventagli"]}},66086:e=>{e.exports={en:["Fib levels based on log scale"],it:["Livelli Fib su scala log"]}},63271:e=>{e.exports={en:["Flipped"],it:["Invertita"]}},49275:e=>{e.exports={en:["HL bars"],it:["Barre HL"]}},56796:e=>{e.exports={en:["Hours"],it:["Ore"]}},95406:e=>{e.exports={en:["Horizontal"],it:["Orizzontale"]}},81169:e=>{e.exports={en:["Invalid URL"],it:["URL non valido"]}},21429:e=>{e.exports={en:["Inputs"],it:["Input"]}},91612:e=>{e.exports={en:["Inside"],it:["Dentro"]}},98136:e=>{e.exports={en:["OC bars"],it:["Barre OC"]}},46005:e=>{e.exports={en:["Original"],it:["Originale"]}},74045:e=>{e.exports={en:["Lot size"],it:["Dimensione lotto"]}},71571:e=>{e.exports={en:["Lower band #1"],it:["Banda inferiore"]}},91889:e=>{e.exports={en:["Lower band #2"],it:["Banda inferiore #2"]}},83301:e=>{e.exports={en:["Lower band #3"],it:["Banda inferiore #3"]}},74872:e=>{e.exports={en:["Label"],it:["Etichetta"]}},73863:e=>{e.exports={en:["Label background"],it:["Sfondo etichetta"]}},79650:e=>{e.exports={en:["Levels"],it:["Livelli"]}},36937:e=>{e.exports={en:["Levels line"],it:["Linea livelli"]}},11626:e=>{e.exports={en:["Left"],it:["Sinistra"]}},65e3:e=>{e.exports={en:["Left labels"],it:["Etichette sinistra"]}},32982:e=>{e.exports={en:["Line - HL/2"],it:["Linea - HL/2"]}},80332:e=>{e.exports={en:["Line - open"],it:["Linea - Aperta"]}},30216:e=>{e.exports={en:["Line - close"],it:["Linea - Chiusura"]}},18387:e=>{e.exports={en:["Line - high"],it:["Linea - In alto"]}},53880:e=>{e.exports={en:["Line - low"],it:["Linea - In basso"]}},3214:e=>{e.exports={en:["Mode"],it:["Modalità"]}},70382:e=>{e.exports={en:["Modified Schiff"],it:["Schiff modificato"]}},43154:e=>{e.exports={en:["Months"],it:["Mesi"]}},68833:e=>{e.exports={en:["Middle"],it:["Medio"]}},68286:e=>{e.exports={en:["Middle line"],it:["Linea centrale"]}},12516:e=>{e.exports={en:["Middle point"],it:["Punto intermedio"]}},42562:e=>{e.exports={en:["Minutes"],it:["Minuti"]}},28941:e=>{e.exports={en:["Mirrored"],it:["Riflesso"]}},15402:e=>{e.exports={en:["Next time you can use {shortcut} for quick paste"],it:["La prossima volta puoi usare la scorciatoia {shortcut} per incollare velocemente"]}},14279:e=>{e.exports={en:["Source background"],it:["Sfondo fonte"]}},64598:e=>{e.exports={en:["Source border"],it:["Bordo fonte"]}},88479:e=>{e.exports={en:["Source text"],it:["Testo fonte"]}},69904:e=>{e.exports={en:["Schiff"]}},65188:e=>{e.exports={en:["Seconds"],it:["Secondi"]}},26754:e=>{e.exports={en:["Stats"],it:["Statistiche"]}},16053:e=>{e.exports={en:["Stats position"],it:["Posizione statistiche"]}},33310:e=>{e.exports={en:["Stop color"],it:["Colore stop"]}},23814:e=>{e.exports={en:["Stop level"],it:["Livello stop"]}},23971:e=>{e.exports={en:["Success text"],it:["Testo vincita"]}},90431:e=>{e.exports={en:["Success background"],it:["Sfondo vincita"]}},73525:e=>{e.exports={en:["Percent change"],it:["Variazione percentuale"]}},
+33120:e=>{e.exports={en:["Percents"],it:["Percentuali"]}},83840:e=>{e.exports={en:["Price"],it:["Prezzo"]}},97273:e=>{e.exports={en:["Price label"],it:["Etichetta prezzo"]}},42747:e=>{e.exports={en:["Price labels"],it:["Etichette di prezzo"]}},58557:e=>{e.exports={en:["Price levels"],it:["Livelli prezzo"]}},62362:e=>{e.exports={en:["Price range"],it:["Range prezzo"]}},78393:e=>{e.exports={en:["Price/bar ratio"],it:["Rapporto prezzo/barra"]}},29416:e=>{e.exports={en:["Prices"],it:["Prezzi"]}},67852:e=>{e.exports={en:["Profit level"],it:["Livello profitto"]}},27177:e=>{e.exports={en:["Ranges and ratio"],it:["Rapporto e range"]}},64489:e=>{e.exports={en:["Reverse"],it:["Inverti"]}},50421:e=>{e.exports={en:["Right"],it:["Destra"]}},28971:e=>{e.exports={en:["Right labels"],it:["Etichette destra"]}},63886:e=>{e.exports={en:["Risk"],it:["Rischio"]}},32998:e=>{e.exports={en:["Wave"],it:["Onda"]}},835:e=>{e.exports={en:["Weeks"],it:["Settimane"]}},32163:e=>{e.exports={en:["Wick"],it:["Ombra"]}},97118:e=>{e.exports={en:["Top"],it:["Sopra"]}},74939:e=>{e.exports={en:["Top labels"],it:["Etichette in alto"]}},95631:e=>{e.exports={en:["Target background"],it:["Sfondo bersaglio"]}},79622:e=>{e.exports={en:["Target border"],it:["Bordo bersaglio"]}},3560:e=>{e.exports={en:["Target color"],it:["Colore target:"]}},59264:e=>{e.exports={en:["Target text"],it:["Testo bersaglio"]}},70320:e=>{e.exports={en:["Text"],it:["Testo"]}},7560:e=>{e.exports={en:["Text wrap"],it:["Testo a capo"]}},25485:e=>{e.exports={en:["Text alignment"],it:["Allineamento testo"]}},67781:e=>{e.exports={en:["Text orientation"],it:["Orientamento testo"]}},54971:e=>{e.exports={en:["Thickness"],it:["Spessore"]}},24821:e=>{e.exports={en:["Ticks"],it:["Tick"]}},56822:e=>{e.exports={en:["Time label"],it:["Etichetta di tempo"]}},58476:e=>{e.exports={en:["Time levels"],it:["Livelli di tempo"]}},19788:e=>{e.exports={en:["Transparency"],it:["Trasparenza"]}},51574:e=>{e.exports={en:["Trend line"],it:["Trendline"]}},21315:e=>{e.exports={en:["Upper band #1"],it:["Banda superiore"]}},65448:e=>{e.exports={en:["Upper band #2"],it:["Banda superiore #2"]}},64848:e=>{e.exports={en:["Upper band #3"],it:["Banda superiore #3"]}},28683:e=>{e.exports={en:["Use one color"],it:["Usa un colore"]}},5682:e=>{e.exports={en:["VWAP"]}},37644:e=>{e.exports={en:["Volume"]}},60092:e=>{e.exports={en:["Values"],it:["Valori"]}},29566:e=>{e.exports={en:["Variance"],it:["Varianza"]}},69526:e=>{e.exports={en:["Vertical"],it:["Verticale"]}},3894:e=>{e.exports={en:["change angle"],it:["cambio angolo"]}},77931:e=>{e.exports={en:["change arrow color"],it:["cambio colore freccia"]}},2066:e=>{e.exports={en:["change bar X coordinate"],it:["modifica coordinate di barra X"]}},77883:e=>{e.exports={en:["change flag color"],it:["cambio colore bandiera"]}},83842:e=>{e.exports={en:["change image"],it:["cambio immagine"]}},65309:e=>{e.exports={en:["change image transparency"],it:["cambio trasparenza immagine"]}},11737:e=>{e.exports={en:["change price Y coordinate"],it:["modifica coordinate di prezzo Y"]}},74883:e=>{
+e.exports={en:["change top margin"],it:["cambio margine sup"]}},69183:e=>{e.exports={en:["change vertical position Y coordinate"],it:["cambio posizione vert coordinata Y"]}},83030:e=>{e.exports={en:["change {title} VWAP line color"],it:["cambio colore linea VWAP {title}"]}},47479:e=>{e.exports={en:["change {title} VWAP line width"],it:["cambio spessore linea VWAP {title}"]}},31753:e=>{e.exports={en:["change {title} coeffs as percents visibility"],it:["cambio visibilità coeff in percent {title}"]}},49442:e=>{e.exports={en:["change {title} color"],it:["cambio colore {title}"]}},49904:e=>{e.exports={en:["change {title} compact stats mode"],it:["cambio modalità compatta {title}"]}},97345:e=>{e.exports={en:["change {title} candle border up color"],it:["cambio colore bordo sup candela {title}"]}},88530:e=>{e.exports={en:["change {title} candle border visibility"],it:["cambio visibilità bordo candela {title}"]}},81139:e=>{e.exports={en:["change {title} candle border down color"],it:["cambio colore bordo inf candela {title}"]}},80022:e=>{e.exports={en:["change {title} candle down color"],it:["cambio colore candela giù {title}"]}},21631:e=>{e.exports={en:["change {title} candle up color"],it:["cambio colore candela su {title}"]}},33589:e=>{e.exports={en:["change {title} candle wick color"],it:["cambio colore ombra candela {title}"]}},85382:e=>{e.exports={en:["change {title} candle wick visibility"],it:["cambio visibilità ombra candela {title}"]}},81340:e=>{e.exports={en:["change {title} change in pips visibility"],it:["{title} cambia la visibilità della variazione in pips"]}},91600:e=>{e.exports={en:["change {title} currency"],it:["modifica valuta di {title}"]}},59288:e=>{e.exports={en:["change {title} angle visibility"],it:["cambio visibilità angolo {title}"]}},99232:e=>{e.exports={en:["change {title} account size"],it:["cambio dimensione conto {title}"]}},80390:e=>{e.exports={en:["change {title} always show stats"],it:["cambio visibilità statistiche {title}"]}},59577:e=>{e.exports={en:["change {title} all lines color"],it:["cambio colore tutte le linee {title}"]}},95582:e=>{e.exports={en:["change {title} arcs {index} line color"],it:["cambio colore linea arco {index} {title}"]}},8745:e=>{e.exports={en:["change {title} arcs {index} line width"],it:["cambio spessore linea arco {index} {title}"]}},4313:e=>{e.exports={en:["change {title} arcs {index} line visibility"],it:["cambio visibilità linea arco {index} {title}"]}},39393:e=>{e.exports={en:["change {title} average HL value"],it:["cambio valore medio HL {title}"]}},62130:e=>{e.exports={en:["change {title} bottom labels visibility"],it:["cambio visibilità etichette inf {title}"]}},13783:e=>{e.exports={en:["change {title} background transparency"],it:["cambio trasparenza sfondo {title}"]}},30839:e=>{e.exports={en:["change {title} background visibility"],it:["cambio visibilità sfondo {title}"]}},49765:e=>{e.exports={en:["change {title} background color"],it:["cambio colore sfondo {title}"]}},2788:e=>{e.exports={en:["change {title} background color 1"],
+it:["cambio colore sfondo 1 {title}"]}},47108:e=>{e.exports={en:["change {title} background color 2"],it:["cambio colore sfondo 2 {title}"]}},98845:e=>{e.exports={en:["change {title} bars range visibility"],it:["cambio visibilità range barre {title}"]}},37563:e=>{e.exports={en:["change {title} date/time range visibility"],it:["cambio visibilità range tempo {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],it:["cambio valore giorni {title}"]}},91201:e=>{e.exports={en:["change {title} days from"],it:["cambio valore giorni {title}"]}},86650:e=>{e.exports={en:["change {title} degree"],it:["cambio grado {title}"]}},45153:e=>{e.exports={en:["change {title} distance visibility"],it:["cambio visibilità distanza {title}"]}},73247:e=>{e.exports={en:["change {title} emoji"],it:["cambio emoji {title}"]}},53274:e=>{e.exports={en:["change {title} emoji visibility"],it:["cambio visibilità emoji {title}"]}},91534:e=>{e.exports={en:["change {title} entry price"],it:["cambio prezzo entrata {title}"]}},59665:e=>{e.exports={en:["change {title} extend bottom"],it:["cambio estensione inf {title}"]}},35139:e=>{e.exports={en:["change {title} extend left"],it:["cambio estensione sx {title}"]}},76295:e=>{e.exports={en:["change {title} extend lines"],it:["cambio estensione linee {title}"]}},30126:e=>{e.exports={en:["change {title} extend top"],it:["cambio estensione sup {title}"]}},58052:e=>{e.exports={en:["change {title} extending left"],it:["cambio estensione sx {title}"]}},74867:e=>{e.exports={en:["change {title} extending right"],it:["cambio estensione dx {title}"]}},10390:e=>{e.exports={en:["change {title} extension"],it:["cambio estensione {title}"]}},58406:e=>{e.exports={en:["change {title} failure text color"],it:["cambio colore testo {title}"]}},91321:e=>{e.exports={en:["change {title} failure background color"],it:["cambio colore sfondo {title}"]}},28833:e=>{e.exports={en:["change {title} fan {index} line visibility"],it:["cambio visibilità linea fan {index} {title}"]}},45732:e=>{e.exports={en:["change {title} fan {index} line width"],it:["cambio spessore linea fan {index} {title}"]}},62500:e=>{e.exports={en:["change {title} fan {index} line color"],it:["cambio colore linea fan {index} {title}"]}},15972:e=>{e.exports={en:["change {title} fans visibility"],it:["cambio visibilità fan {title}"]}},1716:e=>{e.exports={en:["change {title} fans line color"],it:["cambio colore linea fan {title}"]}},85509:e=>{e.exports={en:["change {title} fib levels based on log scale"],it:["cambio impostazioni livelli fib su log {title}"]}},10643:e=>{e.exports={en:["change {title} flipped"],it:["cambio rovescio {title}"]}},8306:e=>{e.exports={en:["change {title} hours from"],it:["cambio valore ore {title}"]}},67233:e=>{e.exports={en:["change {title} hours to"],it:["cambio valore ore {title}"]}},86993:e=>{e.exports={en:["change {title} image background color"],it:["cambio colore immagine sfondo {title}"]}},54087:e=>{e.exports={en:["change {title} lot size"],it:["cambio dimensione lotto {title}"]}},67450:e=>{e.exports={
+en:["change {title} lower band #1 line color"],it:["cambio colore linea banda inf {title}"]}},87716:e=>{e.exports={en:["change {title} lower band #1 line visibility"],it:["cambio visibilità linea banda inf {title}"]}},43181:e=>{e.exports={en:["change {title} lower band #1 line width"],it:["cambio spessore linea banda inf {title}"]}},35092:e=>{e.exports={en:["change {title} lower band #2 line color"],it:["cambio colore linea banda inferiore #2 {title}"]}},94308:e=>{e.exports={en:["change {title} lower band #2 line visibility"],it:["cambio visibilità linea banda inferiore #2 {title}"]}},8873:e=>{e.exports={en:["change {title} lower band #2 line width"],it:["cambio spessore linea banda inferiore #2 {title}"]}},68180:e=>{e.exports={en:["change {title} lower band #3 line color"],it:["cambio colore linea banda inferiore #3 {title}"]}},32442:e=>{e.exports={en:["change {title} lower band #3 line visibility"],it:["cambio visibilità linea banda inferiore #3 {title}"]}},3476:e=>{e.exports={en:["change {title} lower band #3 line width"],it:["cambio spessore linea banda inferiore #3 {title}"]}},55612:e=>{e.exports={en:["change {title} labels alignment"],it:["cambio allineamento etichette {title}"]}},19658:e=>{e.exports={en:["change {title} labels font size"],it:["cambio dimensione font etichette {title}"]}},93340:e=>{e.exports={en:["change {title} labels visibility"],it:["cambio visibilità etichette {title}"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],it:["cambio coeff linea livello {index} {title}"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],it:["cambio colore linea livello {index} {title}"]}},64707:e=>{e.exports={en:["change {title} level {index} line style"],it:["cambio stile linea liv {index} {title}"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"],it:["cambio visibilità linea livello {index} {title}"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"],it:["cambio spessore linea livello {index} {title}"]}},54517:e=>{e.exports={en:["change {title} levels visibility"],it:["cambio visibilità livelli {title}"]}},63021:e=>{e.exports={en:["change {title} left labels visibility"],it:["cambio visibilità etichette sx {title}"]}},57462:e=>{e.exports={en:["change {title} mode"],it:["cambio modalità {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],it:["cambio valore mesi {title}"]}},10518:e=>{e.exports={en:["change {title} months to"],it:["cambio valore mesi {title}"]}},27470:e=>{e.exports={en:["change {title} middle point visibility"],it:["cambio visibilità punto mediano {title}"]}},38011:e=>{e.exports={en:["change {title} minutes to"],it:["cambio valore minuti {title}"]}},59820:e=>{e.exports={en:["change {title} minutes from"],it:["cambio valore minuti {title}"]}},85198:e=>{e.exports={en:["change {title} mirrored"],it:["cambio riflesso {title}"]}},63047:e=>{e.exports={en:["change {title} source background color"],it:["cambio colore sfondo {title}"]}},93889:e=>{e.exports={en:["change {title} source border color"],
+it:["cambio colore bordo {title}"]}},45833:e=>{e.exports={en:["change {title} source text color"],it:["cambio colore testo {title}"]}},6573:e=>{e.exports={en:["change {title} seconds to"],it:["cambio valore secondi {title}"]}},86780:e=>{e.exports={en:["change {title} seconds from"],it:["cambio valore secondi {title}"]}},98463:e=>{e.exports={en:["change {title} style"],it:["cambio stile {title}"]}},86722:e=>{e.exports={en:["change {title} stats position"],it:["cambio posizione statistiche {title}"]}},26598:e=>{e.exports={en:["change {title} stop color"],it:["cambio colore stop {title}"]}},45438:e=>{e.exports={en:["change {title} stop level"],it:["cambio livello stop {title}"]}},27503:e=>{e.exports={en:["change {title} stop price"],it:["cambio prezzo stop {title}"]}},71715:e=>{e.exports={en:["change {title} success text color"],it:["cambio colore testo successo {title}"]}},80428:e=>{e.exports={en:["change {title} success background color"],it:["cambio sfondo colore {title}"]}},87246:e=>{e.exports={en:["change {title} percent change visibility"],it:["{title} cambia la visibilità della variazione percentuale"]}},98822:e=>{e.exports={en:["change {title} price label visibility"],it:["cambio visibilità etichetta di prezzo {title}"]}},343:e=>{e.exports={en:["change {title} price labels visibility"],it:["cambio visibilità etichette prezzo {title}"]}},63962:e=>{e.exports={en:["change {title} price range visibility"],it:["cambio visibilità range prezzo {title}"]}},727:e=>{e.exports={en:["change {title} price visibility"],it:["cambio visibilità prezzo {title}"]}},4714:e=>{e.exports={en:["change {title} prices visibility"],it:["cambio visibilità prezzi {title}"]}},64330:e=>{e.exports={en:["change {title} profit level"],it:["cambio livello profitto {title}"]}},12073:e=>{e.exports={en:["change {title} profit price"],it:["cambio prezzo profitto {title}"]}},50762:e=>{e.exports={en:["change {title} reverse"],it:["cambio inverti {title}"]}},8390:e=>{e.exports={en:["change {title} right labels visibility"],it:["cambio visibilità etichette dx {title}"]}},79875:e=>{e.exports={en:["change {title} risk"],it:["cambio rischio {title}"]}},60308:e=>{e.exports={en:["change {title} risk display mode"],it:["cambio modalità display rischio {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],it:["cambio valore settimane {title}"]}},18678:e=>{e.exports={en:["change {title} weeks to"],it:["cambio valore settimane {title}"]}},60111:e=>{e.exports={en:["change {title} width"],it:["modifica spessore {title}"]}},81301:e=>{e.exports={en:["change {title} top labels visibility"],it:["cambio visibilità etichette sup {title}"]}},25987:e=>{e.exports={en:["change {title} target background color"],it:["cambio colore sfondo {title}"]}},24138:e=>{e.exports={en:["change {title} target border color"],it:["cambio colore bordo {title}"]}},10504:e=>{e.exports={en:["change {title} target color"],it:["cambio colore target {title}"]}},32230:e=>{e.exports={en:["change {title} target text color"],it:["cambio colore testo {title}"]}},30353:e=>{e.exports={
+en:["change {title} text visibility"],it:["modifica {title} visibilità del testo"]}},55134:e=>{e.exports={en:["change {title} text alignment"],it:["modifica {title} allineamento del testo"]}},66960:e=>{e.exports={en:["change {title} time label visibility"],it:["cambio visibilità etichetta di tempo {title}"]}},51085:e=>{e.exports={en:["change {title} transparency"],it:["cambio trasparenza {title}"]}},27326:e=>{e.exports={en:["change {title} upper band #1 line color"],it:["cambio colore linea banda sup {title}"]}},44828:e=>{e.exports={en:["change {title} upper band #1 line visibility"],it:["cambio visibilità linea banda sup {title}"]}},1353:e=>{e.exports={en:["change {title} upper band #1 line width"],it:["cambio spessore linea banda sup {title}"]}},12138:e=>{e.exports={en:["change {title} upper band #2 line color"],it:["cambio colore linea banda superiore #2 {title}"]}},93075:e=>{e.exports={en:["change {title} upper band #2 line visibility"],it:["cambio visibilità linea banda superiore #2 {title}"]}},7943:e=>{e.exports={en:["change {title} upper band #2 line width"],it:["cambio spessore linea banda superiore #2 {title}"]}},51780:e=>{e.exports={en:["change {title} upper band #3 line color"],it:["cambio colore linea banda superiore #3 {title}"]}},15698:e=>{e.exports={en:["change {title} upper band #3 line visibility"],it:["cambio visibilità linea banda superiore #3 {title}"]}},27414:e=>{e.exports={en:["change {title} upper band #3 line width"],it:["cambio spessore linea banda superiore #3 {title}"]}},36336:e=>{e.exports={en:["change {title} volume visibility"],it:["modifica visibilità volume {title}"]}},23171:e=>{e.exports={en:["change {title} variance value"],it:["cambio valore varianza {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],it:["cambio visibilità {title} sui tick"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],it:["cambio visibilità {title} su settimane"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],it:["cambio visibilità {title} su {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],it:["cambio visibilità {title} su giorni"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],it:["cambio visibilità {title} su ore"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],it:["cambio visibilità {title} su minuti"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],it:["cambio visibilità {title} su mesi"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],it:["cambio visibilità {title} nei secondi"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],it:["cambio allineamento vert etichette {toolName}"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],it:["cambio allineamento orizz etichette {toolName}"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],it:["cambio direzione etichette {toolName}"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],it:["cambio visibilità linea {toolName}"]}},
+19541:e=>{e.exports={en:["change {toolName} line width"],it:["cambio spessore linea {toolName}"]}},24059:e=>{e.exports={en:["change {toolName} line color"],it:["cambio colore linea {toolName}"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],it:["cambio estensione sx linea {toolName}"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],it:["cambio estensione dx linea {toolName}"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],it:["cambio terminazione linea sx {toolName}"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],it:["cambio terminazione linea dx {toolName}"]}},66429:e=>{e.exports={en:["change {toolName} line style"],it:["cambio stile linea {toolName}"]}},66668:e=>{e.exports={en:["change {toolName} text"],it:["cambio testo {toolName}"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],it:["cambio visibilità testo {toolName}"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],it:["cambio proprietà testo {toolName}"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],it:["cambio colore sfondo testo {toolName}"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],it:["cambio visibilità sfondo testo {toolName}"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],it:["cambio colore bordo testo {toolName}"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],it:["cambio spessore bordo testo {toolName}"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],it:["cambio visibilità bordo testo {toolName}"]}},64500:e=>{e.exports={en:["change {toolName} text color"],it:["cambio colore testo {toolName}"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],it:["cambio font grassetto {toolName}"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],it:["cambio font italico {toolName}"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],it:["cambio dimensione font {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],it:["cambio proprietà {propertyName}"]}},61218:e=>{e.exports={en:["backgrounds color"],it:["colore sfondi"]}},48433:e=>{e.exports={en:["backgrounds filled"],it:["riempimento sfondi"]}},35813:e=>{e.exports={en:["days"],it:["Giorni"]}},89919:e=>{e.exports={en:["days to"],it:["giorni a"]}},59215:e=>{e.exports={en:["days from"],it:["giorni da"]}},2359:e=>{e.exports={en:["hours"],it:["Ore"]}},82267:e=>{e.exports={en:["hours from"],it:["ore da"]}},15600:e=>{e.exports={en:["hours to"],it:["ore a"]}},24621:e=>{e.exports={en:["lines color"],it:["colore linee"]}},96400:e=>{e.exports={en:["lines style"],it:["stile linee"]}},41594:e=>{e.exports={en:["lines width"],it:["spessore linee"]}},76261:e=>{e.exports={en:["move drawings"],it:["spostamento disegni"]}},95300:e=>{e.exports={en:["months"],it:["Mesi"]}},17250:e=>{e.exports={en:["months from"],it:["mesi da"]}},2828:e=>{e.exports={en:["months to"],it:["mesi a"]}},18726:e=>{e.exports={en:["minutes"],it:["Minuti"]}},67649:e=>{e.exports={
+en:["minutes to"],it:["minuti a"]}},22476:e=>{e.exports={en:["minutes from"],it:["minuti da"]}},751:e=>{e.exports={en:["seconds"],it:["secondi"]}},73419:e=>{e.exports={en:["seconds to"],it:["secondi a"]}},35801:e=>{e.exports={en:["seconds from"],it:["secondi da"]}},59012:e=>{e.exports={en:["show price"],it:["mostra prezzo"]}},45537:e=>{e.exports={en:["weeks"],it:["settimane"]}},92859:e=>{e.exports={en:["weeks from"],it:["settimane da"]}},44127:e=>{e.exports={en:["weeks to"],it:["settimane a"]}},44461:e=>{e.exports={en:["text color"],it:["Colore testo"]}},3539:e=>{e.exports={en:["ticks"],it:["Tick"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.6645.638c62337337129de9dc.js b/public/charting_library/bundles/it.6645.638c62337337129de9dc.js
new file mode 100644
index 0000000..d285495
--- /dev/null
+++ b/public/charting_library/bundles/it.6645.638c62337337129de9dc.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6645,6155,3367,2303,7122,4821],{80166:t=>{t.exports={en:["#{count} (price, bar)"],it:["#{count} (prezzo, barra)"]}},78930:t=>{t.exports={en:["Coordinates"],it:["Coordinate"]}},24197:t=>{t.exports={en:["Center"],it:["Centro"]}},6060:t=>{t.exports={en:["Add text"],it:["Aggiungi testo"]}},27567:t=>{t.exports={en:["Bottom"],it:["Sotto"]}},38408:t=>{t.exports={en:["Border"],it:["Bordo"]}},79468:t=>{t.exports={en:["Background"],it:["Sfondo"]}},72942:t=>{t.exports={en:["Days"],it:["Giorni"]}},44272:t=>{t.exports={en:["Displacement (price, bar)"],it:["Spostamento (prezzo, barra)"]}},56796:t=>{t.exports={en:["Hours"],it:["Ore"]}},95406:t=>{t.exports={en:["Horizontal"],it:["Orizzontale"]}},21429:t=>{t.exports={en:["Inputs"],it:["Input"]}},34974:t=>{t.exports={en:["Label border"],it:["Etichetta bordo"]}},73863:t=>{t.exports={en:["Label background"],it:["Sfondo etichetta"]}},11626:t=>{t.exports={en:["Left"],it:["Sinistra"]}},97575:t=>{t.exports={en:["Line color"],it:["Colore linea"]}},43154:t=>{t.exports={en:["Months"],it:["Mesi"]}},68833:t=>{t.exports={en:["Middle"],it:["Medio"]}},42562:t=>{t.exports={en:["Minutes"],it:["Minuti"]}},65188:t=>{t.exports={en:["Seconds"],it:["Secondi"]}},50421:t=>{t.exports={en:["Right"],it:["Destra"]}},835:t=>{t.exports={en:["Weeks"],it:["Settimane"]}},97118:t=>{t.exports={en:["Top"],it:["Sopra"]}},70320:t=>{t.exports={en:["Text"],it:["Testo"]}},7560:t=>{t.exports={en:["Text wrap"],it:["Testo a capo"]}},25485:t=>{t.exports={en:["Text alignment"],it:["Allineamento testo"]}},67781:t=>{t.exports={en:["Text orientation"],it:["Orientamento testo"]}},24821:t=>{t.exports={en:["Ticks"],it:["Tick"]}},69526:t=>{t.exports={en:["Vertical"],it:["Verticale"]}},2066:t=>{t.exports={en:["change bar X coordinate"],it:["modifica coordinate di barra X"]}},11737:t=>{t.exports={en:["change price Y coordinate"],it:["modifica coordinate di prezzo Y"]}},69437:t=>{t.exports={en:["change {title} border color"],it:["modifica {title} colore del bordo"]}},19298:t=>{t.exports={en:["change {title} border visibility"],it:["modifica {title} visibilità del bordo"]}},30839:t=>{t.exports={en:["change {title} background visibility"],it:["cambio visibilità sfondo {title}"]}},49765:t=>{t.exports={en:["change {title} background color"],it:["cambio colore sfondo {title}"]}},96135:t=>{t.exports={en:["change {title} days to"],it:["cambio valore giorni {title}"]}},91201:t=>{t.exports={en:["change {title} days from"],it:["cambio valore giorni {title}"]}},8306:t=>{t.exports={en:["change {title} hours from"],it:["cambio valore ore {title}"]}},67233:t=>{t.exports={en:["change {title} hours to"],it:["cambio valore ore {title}"]}},7455:t=>{t.exports={en:["change {title} line color"],it:["cambio colore linea {title}"]}},99122:t=>{t.exports={en:["change {title} months from"],it:["cambio valore mesi {title}"]}},10518:t=>{t.exports={en:["change {title} months to"],it:["cambio valore mesi {title}"]}},38011:t=>{t.exports={en:["change {title} minutes to"],
+it:["cambio valore minuti {title}"]}},59820:t=>{t.exports={en:["change {title} minutes from"],it:["cambio valore minuti {title}"]}},6573:t=>{t.exports={en:["change {title} seconds to"],it:["cambio valore secondi {title}"]}},86780:t=>{t.exports={en:["change {title} seconds from"],it:["cambio valore secondi {title}"]}},32481:t=>{t.exports={en:["change {title} weeks from"],it:["cambio valore settimane {title}"]}},18678:t=>{t.exports={en:["change {title} weeks to"],it:["cambio valore settimane {title}"]}},57122:t=>{t.exports={en:["change {title} text"],it:["modifica {title} text"]}},98596:t=>{t.exports={en:["change {title} visibility on ticks"],it:["cambio visibilità {title} sui tick"]}},71084:t=>{t.exports={en:["change {title} visibility on weeks"],it:["cambio visibilità {title} su settimane"]}},55616:t=>{t.exports={en:["change {title} visibility on {ranges}"],it:["cambio visibilità {title} su {ranges}"]}},56402:t=>{t.exports={en:["change {title} visibility on days"],it:["cambio visibilità {title} su giorni"]}},68715:t=>{t.exports={en:["change {title} visibility on hours"],it:["cambio visibilità {title} su ore"]}},78219:t=>{t.exports={en:["change {title} visibility on minutes"],it:["cambio visibilità {title} su minuti"]}},67583:t=>{t.exports={en:["change {title} visibility on months"],it:["cambio visibilità {title} su mesi"]}},41315:t=>{t.exports={en:["change {title} visibility on seconds"],it:["cambio visibilità {title} nei secondi"]}},31689:t=>{t.exports={en:["change {toolName} labels alignment vertical"],it:["cambio allineamento vert etichette {toolName}"]}},88277:t=>{t.exports={en:["change {toolName} labels alignment horizontal"],it:["cambio allineamento orizz etichette {toolName}"]}},61160:t=>{t.exports={en:["change {toolName} labels direction"],it:["cambio direzione etichette {toolName}"]}},66668:t=>{t.exports={en:["change {toolName} text"],it:["cambio testo {toolName}"]}},56634:t=>{t.exports={en:["change {toolName} text visibility"],it:["cambio visibilità testo {toolName}"]}},39587:t=>{t.exports={en:["change {toolName} text wrap"],it:["cambio proprietà testo {toolName}"]}},22231:t=>{t.exports={en:["change {toolName} text background color"],it:["cambio colore sfondo testo {toolName}"]}},31133:t=>{t.exports={en:["change {toolName} text background visibility"],it:["cambio visibilità sfondo testo {toolName}"]}},36666:t=>{t.exports={en:["change {toolName} text border color"],it:["cambio colore bordo testo {toolName}"]}},35423:t=>{t.exports={en:["change {toolName} text border width"],it:["cambio spessore bordo testo {toolName}"]}},58704:t=>{t.exports={en:["change {toolName} text border visibility"],it:["cambio visibilità bordo testo {toolName}"]}},64500:t=>{t.exports={en:["change {toolName} text color"],it:["cambio colore testo {toolName}"]}},24701:t=>{t.exports={en:["change {toolName} text font bold"],it:["cambio font grassetto {toolName}"]}},42694:t=>{t.exports={en:["change {toolName} text font italic"],it:["cambio font italico {toolName}"]}},21781:t=>{t.exports={en:["change {toolName} text font size"],
+it:["cambio dimensione font {toolName}"]}},25167:t=>{t.exports={en:["change {propertyName} property"],it:["cambio proprietà {propertyName}"]}},35813:t=>{t.exports={en:["days"],it:["Giorni"]}},89919:t=>{t.exports={en:["days to"],it:["giorni a"]}},59215:t=>{t.exports={en:["days from"],it:["giorni da"]}},2359:t=>{t.exports={en:["hours"],it:["Ore"]}},82267:t=>{t.exports={en:["hours from"],it:["ore da"]}},15600:t=>{t.exports={en:["hours to"],it:["ore a"]}},76261:t=>{t.exports={en:["move drawings"],it:["spostamento disegni"]}},95300:t=>{t.exports={en:["months"],it:["Mesi"]}},17250:t=>{t.exports={en:["months from"],it:["mesi da"]}},2828:t=>{t.exports={en:["months to"],it:["mesi a"]}},18726:t=>{t.exports={en:["minutes"],it:["Minuti"]}},67649:t=>{t.exports={en:["minutes to"],it:["minuti a"]}},22476:t=>{t.exports={en:["minutes from"],it:["minuti da"]}},751:t=>{t.exports={en:["seconds"],it:["secondi"]}},73419:t=>{t.exports={en:["seconds to"],it:["secondi a"]}},35801:t=>{t.exports={en:["seconds from"],it:["secondi da"]}},45537:t=>{t.exports={en:["weeks"],it:["settimane"]}},92859:t=>{t.exports={en:["weeks from"],it:["settimane da"]}},44127:t=>{t.exports={en:["weeks to"],it:["settimane a"]}},3539:t=>{t.exports={en:["ticks"],it:["Tick"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.6655.0fd2fe635955f6cfa2ba.js b/public/charting_library/bundles/it.6655.0fd2fe635955f6cfa2ba.js
new file mode 100644
index 0000000..3e1c219
--- /dev/null
+++ b/public/charting_library/bundles/it.6655.0fd2fe635955f6cfa2ba.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6655,4040,359],{55517:e=>{e.exports={en:["Add"],it:["Aggiungi"]}},29619:e=>{e.exports={en:["Add custom color"],it:["Aggiungi colore personalizzato"]}},80936:e=>{e.exports={en:["Opacity"],it:["Opacità"]}},97349:e=>{e.exports={en:["Fr"],it:["Ven"]}},30961:e=>{e.exports={en:["Mo"],it:["Lun"]}},94748:e=>{e.exports={en:["Sa"],it:["Sab"]}},75005:e=>{e.exports={en:["Su"],it:["Dom"]}},92578:e=>{e.exports={en:["We"],it:["Mer"]}},8765:e=>{e.exports={en:["Th"],it:["Gio"]}},9135:e=>{e.exports={en:["Tu"],it:["Mar"]}},53288:e=>{e.exports={en:["animals & nature"],it:["animali e natura"]}},21311:e=>{e.exports={en:["activity"],it:["attività"]}},90678:e=>{e.exports={en:["food & drink"],it:["cibo e bevande"]}},6715:e=>{e.exports={en:["flags"],it:["bandiere"]}},98355:e=>{e.exports={en:["objects"],it:["oggetti"]}},43438:e=>{e.exports={en:["smiles & people"],it:["smile e persone"]}},40457:e=>{e.exports={en:["symbols"],it:["simboli"]}},88906:e=>{e.exports={en:["recently used"],it:["usato di recente"]}},28562:e=>{e.exports={en:["travel & places"],it:["viaggi e località"]}},24716:e=>{e.exports={en:["Another symbol"],it:["Altro simbolo"]}},41256:e=>{e.exports={en:["Back"],it:["Indietro"]}},94849:e=>{e.exports={en:["Main chart symbol"],it:["Simbolo grafico principale"]}},53174:e=>{e.exports={en:["Right"],it:["Diritto"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"],it:["Il calendario è attualmente all'anno {year}"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"],it:["Il calendario è attualmente sugli anni da {year_start} a {year_end}"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"],it:["Il calendario è attualmente su {month}"]}},4543:e=>{e.exports={en:["Cancel"],it:["Annulla"]}},24197:e=>{e.exports={en:["Center"],it:["Centro"]}},63245:e=>{e.exports={en:["Change symbol"],it:["Cambia simbolo"]}},54613:e=>{e.exports={en:["Chart"],it:["Grafico"]}},47742:e=>{e.exports={en:["Close menu"],it:["Chiudere menù"]}},34040:e=>{e.exports={en:["All sources"],it:["Tutte le fonti"]}},62511:e=>{e.exports={en:["Apply Defaults"],it:["Applica predefiniti"]}},28896:e=>{e.exports={en:["April"],it:["Aprile"]}},11081:e=>{e.exports={en:["August"],it:["Agosto"]}},27567:e=>{e.exports={en:["Bottom"],it:["Sotto"]}},42358:e=>{e.exports={en:["Bond"],it:["Obbligazione"]}},68043:e=>{e.exports={en:["Gradient"],it:["Gradiente"]}},27390:e=>{e.exports={en:["Dotted line"],it:["Linea punteggiata"]}},88123:e=>{e.exports={en:["Dashed line"],it:["Linea tratteggiata"]}},90082:e=>{e.exports={en:["December"],it:["Dicembre"]}},55319:e=>{e.exports={en:["Decrease"],it:["Diminuisci"]}},48572:e=>{e.exports={en:["Defaults"],it:["Predefiniti"]}},78734:e=>{e.exports={en:["Description"],it:["Descrizione"]}},81069:e=>{e.exports={en:["February"],it:["Febbraio"]}},3570:e=>{e.exports={en:["Friday"],it:["Venerdì"]}},95406:e=>{e.exports={en:["Horizontal"],it:["Orizzontale"]}},8854:e=>{e.exports={en:["Hidden"],it:["Nascondi"]}},39832:e=>{e.exports={
+en:["Increase"],it:["Aumenta"]}},200:e=>{e.exports={en:["January"],it:["Gennaio"]}},6608:e=>{e.exports={en:["July"],it:["Luglio"]}},61487:e=>{e.exports={en:["June"],it:["Giugno"]}},37997:e=>{e.exports={en:["October"],it:["Ottobre"]}},55450:e=>{e.exports={en:["Offset"]}},19295:e=>{e.exports={en:["Ok"]}},11626:e=>{e.exports={en:["Left"],it:["Sinistra"]}},28603:e=>{e.exports={en:["Line style"],it:["Stile linea"]}},19573:e=>{e.exports={en:["Monday"],it:["Lunedì"]}},43154:e=>{e.exports={en:["Months"],it:["Mesi"]}},37117:e=>{e.exports={en:["More"],it:["Altro"]}},25734:e=>{e.exports={en:["May"],it:["Maggio"]}},93878:e=>{e.exports={en:["March"],it:["Marzo"]}},68833:e=>{e.exports={en:["Middle"],it:["Medio"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],it:["Nessuna borsa corrisponde ai tuoi criteri"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],it:["Nessun simbolo corrisponde ai criteri"]}},4607:e=>{e.exports={en:["November"],it:["Novembre"]}},65353:e=>{e.exports={en:["Normal"],it:["Normale"]}},69102:e=>{e.exports={en:["Next year"],it:["Anno prossimo"]}},17538:e=>{e.exports={en:["Next years"],it:["Anni prossimi"]}},92790:e=>{e.exports={en:["Next month"],it:["Mese prossimo"]}},71300:e=>{e.exports={en:["Number format is invalid."],it:["Il formato del numero non è valido."]}},28628:e=>{e.exports={en:["Sources"],it:["Fonti"]}},88686:e=>{e.exports={en:["Solid"],it:["Tinta unita"]}},30348:e=>{e.exports={en:["Saturday"],it:["Sabato"]}},99687:e=>{e.exports={en:["Save as default"],it:["Salva come predefinito"]}},8573:e=>{e.exports={en:["Search"],it:["Cerca"]}},57640:e=>{e.exports={en:["Select source"],it:["Seleziona fonte"]}},8954:e=>{e.exports={en:["Selected Drawings"],it:["Disegni selezionati"]}},32179:e=>{e.exports={en:["September"],it:["Settembre"]}},31331:e=>{e.exports={en:["Specified value is more than the instrument maximum of {max}."],it:["Il valore specificato è superiore al massimo dello strumento: {max}."]}},24216:e=>{e.exports={en:["Specified value is less than the instrument minimum of {min}."],it:["Il valore specificato è inferiore al minimo dello strumento: {min}."]}},61480:e=>{e.exports={en:["Sunday"],it:["Domenica"]}},70235:e=>{e.exports={en:["Switch to months"],it:["Passa ai mesi"]}},91245:e=>{e.exports={en:["Switch to dates"],it:["Passa alle date"]}},71961:e=>{e.exports={en:["Switch to years"],it:["Passa agli anni"]}},95481:e=>{e.exports={en:["Symbol"],it:["Simbolo"]}},74007:e=>{e.exports={en:["Symbol & description"],it:["Simbolo e descrizione"]}},51165:e=>{e.exports={en:["Symbol Search"],it:["Ricerca simbolo"]}},27254:e=>{e.exports={en:["Please enter the right date"],it:["Inserisci la data corretta"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"],it:["Inserisci la data nel formato corretto: aaaa-mm-gg"]}},93984:e=>{e.exports={en:["Previous month"],it:["Mese passato"]}},75776:e=>{e.exports={en:["Previous year"],it:["Anno passato"]}},44701:e=>{e.exports={en:["Previous years"],it:["Anni passati"]}},89984:e=>{e.exports={en:["Remove color"],
+it:["Rimuovi colore"]}},47550:e=>{e.exports={en:["Remove selected emoji"],it:["Rimuovi emoji selezionate"]}},33533:e=>{e.exports={en:["Reset settings"],it:["Ripristina impostazioni"]}},50421:e=>{e.exports={en:["Right"],it:["Destra"]}},94226:e=>{e.exports={en:["Wednesday"],it:["Mercoledì"]}},97118:e=>{e.exports={en:["Top"],it:["Sopra"]}},25485:e=>{e.exports={en:["Text alignment"],it:["Allineamento testo"]}},67781:e=>{e.exports={en:["Text orientation"],it:["Orientamento testo"]}},79137:e=>{e.exports={en:["Thursday"],it:["Giovedì"]}},54971:e=>{e.exports={en:["Thickness"],it:["Spessore"]}},82160:e=>{e.exports={en:["Tuesday"],it:["Martedì"]}},13748:e=>{e.exports={en:["Use special math signs to displace selected drawings: +,-,/,* for price and +,- for bar index."],it:["Per spostare i disegni selezionati, potete utilizzare i segni matematici speciali: +,-,/,* per il prezzo e +,- per l'indice delle barre."]}},69526:e=>{e.exports={en:["Vertical"],it:["Verticale"]}},66181:e=>{e.exports={en:["Years"],it:["Anni"]}},70932:e=>{e.exports={en:["commodity"],it:["materia prima"]}},79599:e=>{e.exports={en:["cfd"]}},29426:e=>{e.exports={en:["change opacity"],it:["Cambia opacità"]}},31675:e=>{e.exports={en:["change color"],it:["Cambia colore"]}},28818:e=>{e.exports={en:["change line style"],it:["Cambia stile linea"]}},73281:e=>{e.exports={en:["change thickness"],it:["Cambia spessore"]}},25167:e=>{e.exports={en:["change {propertyName} property"],it:["cambio proprietà {propertyName}"]}},23687:e=>{e.exports={en:["change {sourceTitle} title to {newSourceTitle}"],it:["Cambia titolo da {sourceTitle} a {newSourceTitle}"]}},5741:e=>{e.exports={en:["close"],it:["chiusura"]}},46128:e=>{e.exports={en:["crypto"],it:["cripto"]}},47268:e=>{e.exports={en:["dr"]}},406:e=>{e.exports={en:["e.g. +1"],it:["es. +1"]}},49957:e=>{e.exports={en:["e.g. /2"],it:["es. /2"]}},54094:e=>{e.exports={en:["economy"],it:["economia"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"],it:["future"]}},59319:e=>{e.exports={en:["high"],it:["massimo"]}},96008:e=>{e.exports={en:["hl2"]}},91189:e=>{e.exports={en:["hlc3"]}},49242:e=>{e.exports={en:["hlcc4"]}},87464:e=>{e.exports={en:["index"],it:["indice"]}},90250:e=>{e.exports={en:["indices"],it:["Indici"]}},52793:e=>{e.exports={en:["ohlc4"]}},83584:e=>{e.exports={en:["open"],it:["apertura"]}},41902:e=>{e.exports={en:["low"],it:["minimo"]}},76752:e=>{e.exports={en:["stock"],it:["azione"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.6703.bdb6f2f6c5d635dc479f.js b/public/charting_library/bundles/it.6703.bdb6f2f6c5d635dc479f.js
new file mode 100644
index 0000000..7a788f6
--- /dev/null
+++ b/public/charting_library/bundles/it.6703.bdb6f2f6c5d635dc479f.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6703,4040,359],{41256:e=>{e.exports={en:["Back"],it:["Indietro"]}},53174:e=>{e.exports={en:["Right"],it:["Diritto"]}},93193:e=>{e.exports={en:["Compare symbol"],it:["Confronta simbolo"]}},4543:e=>{e.exports={en:["Cancel"],it:["Annulla"]}},47742:e=>{e.exports={en:["Close menu"],it:["Chiudere menù"]}},60085:e=>{e.exports={en:["Add to"],it:["Aggiungi a"]}},46622:e=>{e.exports={en:["Added symbols"],it:["Simboli aggiunti"]}},34040:e=>{e.exports={en:["All sources"],it:["Tutte le fonti"]}},1048:e=>{e.exports={en:["Allow extend time scale"],it:["Permetti estensione scala temporale"]}},42358:e=>{e.exports={en:["Bond"],it:["Obbligazione"]}},78734:e=>{e.exports={en:["Description"],it:["Descrizione"]}},37117:e=>{e.exports={en:["More"],it:["Altro"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],it:["Nessuna borsa corrisponde ai tuoi criteri"]}},37094:e=>{e.exports={en:["No symbols here yet — why not add some?"],it:["Non ci sono simboli qui. Perchè non aggiungerne alcuni?"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],it:["Nessun simbolo corrisponde ai criteri"]}},63456:e=>{e.exports={en:["New pane"],it:["Nuovo pannello"]}},60126:e=>{e.exports={en:["New price scale"],it:["Nuova scala di prezzo"]}},28628:e=>{e.exports={en:["Sources"],it:["Fonti"]}},56136:e=>{e.exports={en:["Same % scale"],it:["Stessa scala %"]}},38137:e=>{e.exports={en:["Same scale"],it:["Stessa scala"]}},8573:e=>{e.exports={en:["Search"],it:["Cerca"]}},57640:e=>{e.exports={en:["Select source"],it:["Seleziona fonte"]}},95481:e=>{e.exports={en:["Symbol"],it:["Simbolo"]}},74007:e=>{e.exports={en:["Symbol & description"],it:["Simbolo e descrizione"]}},51165:e=>{e.exports={en:["Symbol Search"],it:["Ricerca simbolo"]}},8926:e=>{e.exports={en:["Recent symbols"],it:["Simboli recenti"]}},70932:e=>{e.exports={en:["commodity"],it:["materia prima"]}},79599:e=>{e.exports={en:["cfd"]}},46128:e=>{e.exports={en:["crypto"],it:["cripto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"],it:["economia"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"],it:["future"]}},87464:e=>{e.exports={en:["index"],it:["indice"]}},90250:e=>{e.exports={en:["indices"],it:["Indici"]}},76752:e=>{e.exports={en:["stock"],it:["azione"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.6760.d667b4a17bb7e3977273.js b/public/charting_library/bundles/it.6760.d667b4a17bb7e3977273.js
new file mode 100644
index 0000000..0e60e63
--- /dev/null
+++ b/public/charting_library/bundles/it.6760.d667b4a17bb7e3977273.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6760,2787,6155,7850,7122,5111,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],it:["#{count} (prezzo, barra)"]}},78930:e=>{e.exports={en:["Coordinates"],it:["Coordinate"]}},24197:e=>{e.exports={en:["Center"],it:["Centro"]}},6060:e=>{e.exports={en:["Add text"],it:["Aggiungi testo"]}},27567:e=>{e.exports={en:["Bottom"],it:["Sotto"]}},79468:e=>{e.exports={en:["Background"],it:["Sfondo"]}},72942:e=>{e.exports={en:["Days"],it:["Giorni"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],it:["Spostamento (prezzo, barra)"]}},61856:e=>{e.exports={en:["Extend left line"],it:["Estendi linea a sinistra"]}},87430:e=>{e.exports={en:["Extend right line"],it:["Estendi linea a destra"]}},56796:e=>{e.exports={en:["Hours"],it:["Ore"]}},95406:e=>{e.exports={en:["Horizontal"],it:["Orizzontale"]}},21429:e=>{e.exports={en:["Inputs"],it:["Input"]}},79650:e=>{e.exports={en:["Levels"],it:["Livelli"]}},11626:e=>{e.exports={en:["Left"],it:["Sinistra"]}},43154:e=>{e.exports={en:["Months"],it:["Mesi"]}},68833:e=>{e.exports={en:["Middle"],it:["Medio"]}},42562:e=>{e.exports={en:["Minutes"],it:["Minuti"]}},65188:e=>{e.exports={en:["Seconds"],it:["Secondi"]}},50421:e=>{e.exports={en:["Right"],it:["Destra"]}},835:e=>{e.exports={en:["Weeks"],it:["Settimane"]}},97118:e=>{e.exports={en:["Top"],it:["Sopra"]}},70320:e=>{e.exports={en:["Text"],it:["Testo"]}},25485:e=>{e.exports={en:["Text alignment"],it:["Allineamento testo"]}},67781:e=>{e.exports={en:["Text orientation"],it:["Orientamento testo"]}},24821:e=>{e.exports={en:["Ticks"],it:["Tick"]}},51574:e=>{e.exports={en:["Trend line"],it:["Trendline"]}},28683:e=>{e.exports={en:["Use one color"],it:["Usa un colore"]}},69526:e=>{e.exports={en:["Vertical"],it:["Verticale"]}},2066:e=>{e.exports={en:["change bar X coordinate"],it:["modifica coordinate di barra X"]}},11737:e=>{e.exports={en:["change price Y coordinate"],it:["modifica coordinate di prezzo Y"]}},59577:e=>{e.exports={en:["change {title} all lines color"],it:["cambio colore tutte le linee {title}"]}},13783:e=>{e.exports={en:["change {title} background transparency"],it:["cambio trasparenza sfondo {title}"]}},30839:e=>{e.exports={en:["change {title} background visibility"],it:["cambio visibilità sfondo {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],it:["cambio valore giorni {title}"]}},91201:e=>{e.exports={en:["change {title} days from"],it:["cambio valore giorni {title}"]}},8306:e=>{e.exports={en:["change {title} hours from"],it:["cambio valore ore {title}"]}},67233:e=>{e.exports={en:["change {title} hours to"],it:["cambio valore ore {title}"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],it:["cambio coeff linea livello {index} {title}"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],it:["cambio colore linea livello {index} {title}"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"],it:["cambio visibilità linea livello {index} {title}"]}},97870:e=>{e.exports={
+en:["change {title} level {index} line width"],it:["cambio spessore linea livello {index} {title}"]}},54517:e=>{e.exports={en:["change {title} levels visibility"],it:["cambio visibilità livelli {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],it:["cambio valore mesi {title}"]}},10518:e=>{e.exports={en:["change {title} months to"],it:["cambio valore mesi {title}"]}},38011:e=>{e.exports={en:["change {title} minutes to"],it:["cambio valore minuti {title}"]}},59820:e=>{e.exports={en:["change {title} minutes from"],it:["cambio valore minuti {title}"]}},6573:e=>{e.exports={en:["change {title} seconds to"],it:["cambio valore secondi {title}"]}},86780:e=>{e.exports={en:["change {title} seconds from"],it:["cambio valore secondi {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],it:["cambio valore settimane {title}"]}},18678:e=>{e.exports={en:["change {title} weeks to"],it:["cambio valore settimane {title}"]}},57122:e=>{e.exports={en:["change {title} text"],it:["modifica {title} text"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],it:["cambio visibilità {title} sui tick"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],it:["cambio visibilità {title} su settimane"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],it:["cambio visibilità {title} su {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],it:["cambio visibilità {title} su giorni"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],it:["cambio visibilità {title} su ore"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],it:["cambio visibilità {title} su minuti"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],it:["cambio visibilità {title} su mesi"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],it:["cambio visibilità {title} nei secondi"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],it:["cambio visibilità linea {toolName}"]}},19541:e=>{e.exports={en:["change {toolName} line width"],it:["cambio spessore linea {toolName}"]}},24059:e=>{e.exports={en:["change {toolName} line color"],it:["cambio colore linea {toolName}"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],it:["cambio estensione sx linea {toolName}"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],it:["cambio estensione dx linea {toolName}"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],it:["cambio terminazione linea sx {toolName}"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],it:["cambio terminazione linea dx {toolName}"]}},66429:e=>{e.exports={en:["change {toolName} line style"],it:["cambio stile linea {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],it:["cambio proprietà {propertyName}"]}},35813:e=>{e.exports={en:["days"],it:["Giorni"]}},89919:e=>{e.exports={en:["days to"],it:["giorni a"]}},59215:e=>{e.exports={en:["days from"],it:["giorni da"]}},77114:e=>{e.exports={en:["erase level line"],it:["rimozione livello"]}
+},2359:e=>{e.exports={en:["hours"],it:["Ore"]}},82267:e=>{e.exports={en:["hours from"],it:["ore da"]}},15600:e=>{e.exports={en:["hours to"],it:["ore a"]}},76261:e=>{e.exports={en:["move drawings"],it:["spostamento disegni"]}},95300:e=>{e.exports={en:["months"],it:["Mesi"]}},17250:e=>{e.exports={en:["months from"],it:["mesi da"]}},2828:e=>{e.exports={en:["months to"],it:["mesi a"]}},18726:e=>{e.exports={en:["minutes"],it:["Minuti"]}},67649:e=>{e.exports={en:["minutes to"],it:["minuti a"]}},22476:e=>{e.exports={en:["minutes from"],it:["minuti da"]}},751:e=>{e.exports={en:["seconds"],it:["secondi"]}},73419:e=>{e.exports={en:["seconds to"],it:["secondi a"]}},35801:e=>{e.exports={en:["seconds from"],it:["secondi da"]}},45537:e=>{e.exports={en:["weeks"],it:["settimane"]}},92859:e=>{e.exports={en:["weeks from"],it:["settimane da"]}},44127:e=>{e.exports={en:["weeks to"],it:["settimane a"]}},3539:e=>{e.exports={en:["ticks"],it:["Tick"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.6778.cb295f9cefe08c721b2c.js b/public/charting_library/bundles/it.6778.cb295f9cefe08c721b2c.js
new file mode 100644
index 0000000..5b9f633
--- /dev/null
+++ b/public/charting_library/bundles/it.6778.cb295f9cefe08c721b2c.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6778],{36778:a=>{a.exports={en:["Last available bar"],it:["Ultima barra disponibile"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.6822.4179cccc2fa59f991bf4.js b/public/charting_library/bundles/it.6822.4179cccc2fa59f991bf4.js
new file mode 100644
index 0000000..8fab1f3
--- /dev/null
+++ b/public/charting_library/bundles/it.6822.4179cccc2fa59f991bf4.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6822],{94920:e=>{e.exports={en:["ADJ"],it:["adg"]}},16755:e=>{e.exports={en:["B-ADJ"],it:["b-adg"]}},82631:e=>{e.exports={en:["SET"],it:["set"]}},22233:e=>{e.exports={en:["auto"]}},4161:e=>{e.exports={en:["log"]}},58221:e=>{e.exports={en:["All data"],it:["Tutti i dati"]}},19273:e=>{e.exports={en:["Year to day"],it:["Anno in corso"]}},58426:e=>{e.exports={en:["{timePeriod} in {timeInterval}"],it:["{timeInterval} a {timePeriod}"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],it:["Adegua i dati a seconda dei dividendi"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],it:["Incorpora variazioni dovute al cambio di contratto"]}},42432:e=>{e.exports={en:["Go to"],it:["Vai a"]}},92966:e=>{e.exports={en:["Extended Hours is available only for intraday charts"],it:["Gli orari di negoziazione estesi sono disponibili solo per i grafici intraday"]}},61206:e=>{e.exports={en:["Maximize chart"],it:["Espandi grafico"]}},2031:e=>{e.exports={en:["Main symbol data is adjusted for dividends only"],it:["I dati del simbolo principale sono adeguati solo per lo stacco dei dividendi"]}},95739:e=>{e.exports={en:["Main symbol data is adjusted for splits only"],it:["I dati del simbolo principale sono adeguati solo per i frazionamenti"]}},27665:e=>{e.exports={en:["Sessions"],it:["Sessioni"]}},31142:e=>{e.exports={en:["Restore chart"],it:["Ripristina grafico"]}},41888:e=>{e.exports={en:["Toggle Auto Scale"],it:["Seleziona/deseleziona scala automatica"]}},1e4:e=>{e.exports={en:["Toggle Log Scale"],it:["Seleziona/Deseleziona scala logaritmica"]}},81649:e=>{e.exports={en:["Toggle Percentage"],it:["Seleziona/Deseleziona percentuale"]}},77073:e=>{e.exports={en:["Timezone"],it:["Fuso orario"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"],it:["Usa il settlement come chiusura nel giornaliero"]}},8586:e=>{e.exports={en:["ext"],it:["est"]}},63808:e=>{e.exports={en:["{str} day","{str} days"],it:["{str} giorno","{str} giorni"]}},62368:e=>{e.exports={en:["{str} day","{str} days"],it:["{str} giorno","{str} giorni"]}},561:e=>{e.exports={en:["{str} day intervals","{str} days intervals"],it:["Timeframe {str} giorno","Timeframe {str} giorni"]}},72495:e=>{e.exports={en:["{str} hour","{str} hours"],it:["{str} ora","{str} ore"]}},64963:e=>{e.exports={en:["{str} hour","{str} hours"],it:["{str} ora","{str} ore"]}},14887:e=>{e.exports={en:["{str} hour intervals","{str} hours intervals"],it:["Timeframe {str} ora","Timeframe {str} ore"]}},12752:e=>{e.exports={en:["{str} month","{str} months"],it:["{str} mese","{str} mesi"]}},20062:e=>{e.exports={en:["{str} month","{str} months"],it:["{str} mese","{str} mesi"]}},48514:e=>{e.exports={en:["{str} month intervals","{str} months intervals"],it:["Timeframe {str} mese","Timeframe {str} mesi"]}},95484:e=>{e.exports={en:["{str} minute","{str} minutes"],it:["{str} minuto","{str} minuti"]}},5926:e=>{e.exports={en:["{str} minute","{str} minutes"],it:["{str} minuto","{str} minuti"]}},15489:e=>{e.exports={
+en:["{str} minute intervals","{str} minutes intervals"],it:["Timeframe {str} minuto","Timeframe {str} minuti"]}},6088:e=>{e.exports={en:["{str} week","{str} weeks"],it:["{str} settimana","{str} settimane"]}},49306:e=>{e.exports={en:["{str} week","{str} weeks"],it:["{str} settimana","{str} settimane"]}},60316:e=>{e.exports={en:["{str} week intervals","{str} weeks intervals"],it:["Timeframe {str} settimana","Timeframe {str} settimane"]}},96325:e=>{e.exports={en:["{str} year","{str} years"],it:["{str} anno","{str} anni"]}},91549:e=>{e.exports={en:["{str} year","{str} years"],it:["{str} anno","{str} anni"]}},78971:e=>{e.exports={en:["{str} year intervals","{str} years intervals"],it:["Timeframe {str} anno","Timeframe {str} anni"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.6838.b209fab6f81d9054b17c.js b/public/charting_library/bundles/it.6838.b209fab6f81d9054b17c.js
new file mode 100644
index 0000000..5045b63
--- /dev/null
+++ b/public/charting_library/bundles/it.6838.b209fab6f81d9054b17c.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6838],{66838:e=>{e.exports={en:["Fact of the day"],it:["Il fatto del giorno"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.7122.b56804d4455c3a0204dd.js b/public/charting_library/bundles/it.7122.b56804d4455c3a0204dd.js
new file mode 100644
index 0000000..4f32522
--- /dev/null
+++ b/public/charting_library/bundles/it.7122.b56804d4455c3a0204dd.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7122],{57122:e=>{e.exports={en:["change {title} text"],it:["modifica {title} text"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.7328.6e079881a6ff4ded3dbf.js b/public/charting_library/bundles/it.7328.6e079881a6ff4ded3dbf.js
new file mode 100644
index 0000000..c7d7533
--- /dev/null
+++ b/public/charting_library/bundles/it.7328.6e079881a6ff4ded3dbf.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7328],{27328:e=>{e.exports={en:["Don't show again"],it:["Non mostrare più"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.7458.068c610f8718bc62a766.js b/public/charting_library/bundles/it.7458.068c610f8718bc62a766.js
new file mode 100644
index 0000000..2097ee5
--- /dev/null
+++ b/public/charting_library/bundles/it.7458.068c610f8718bc62a766.js
@@ -0,0 +1,7 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7458,4821],{80587:e=>{e.exports={en:["bars"],it:["barre"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"]}},31882:e=>{e.exports={en:["12-hours"],it:["12 ore"]}},5797:e=>{e.exports={en:["24-hours"],it:["24 ore"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],it:["Colore basato sulla chiusura precedente"]}},23739:e=>{e.exports={en:["Canvas"]}},24197:e=>{e.exports={en:["Center"],it:["Centro"]}},15153:e=>{e.exports={en:["Chart basic styles"],it:["Stili base del grafico"]}},45639:e=>{e.exports={en:["Chart values"],it:["Valori del grafico"]}},84831:e=>{e.exports={en:["Close line"],it:["Linea chiusura"]}},74622:e=>{e.exports={en:["Crosshair"],it:["Cursore"]}},81849:e=>{e.exports={en:["Currency"],it:["Valuta"]}},3015:e=>{e.exports={en:["Currency and Unit"],it:["Valuta ed unità"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],it:["Adegua i dati a seconda dei dividendi"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],it:["Incorpora variazioni dovute al cambio di contratto"]}},36620:e=>{e.exports={en:["Alerts"],it:["Alert"]}},14119:e=>{e.exports={en:["Arguments"],it:["Argomenti"]}},68650:e=>{e.exports={en:["Average close"],it:["Chiusura media"]}},27567:e=>{e.exports={en:["Bottom"],it:["Sotto"]}},3159:e=>{e.exports={en:["Bottom line"],it:["Linea inferiore"]}},74406:e=>{e.exports={en:["Body"],it:["Corpo"]}},333:e=>{e.exports={en:["Borders"],it:["Bordi"]}},79468:e=>{e.exports={en:["Background"],it:["Sfondo"]}},10842:e=>{e.exports={en:["Bar change values"],it:["Variazione barre"]}},28975:e=>{e.exports={en:["Base level"],it:["Livello base"]}},76473:e=>{e.exports={en:["Bid and ask"],it:["Bid e Ask"]}},32744:e=>{e.exports={en:["Buttons"],it:["Pulsanti"]}},68662:e=>{e.exports={en:["Grid lines"],it:["Linee griglia"]}},17611:e=>{e.exports={en:["Down bars"],it:["Barre giù"]}},23743:e=>{e.exports={en:["Down color"],it:["Colore giù"]}},48225:e=>{e.exports={en:["Data modification"],it:["Modifica dei dati"]}},84838:e=>{e.exports={en:["Date format"],it:["Formato data"]}},42357:e=>{e.exports={en:["Day of week on labels"],it:["Giorno della settimana sulle etichette"]}},16564:e=>{e.exports={en:["Default"],it:["Predefinito"]}},78734:e=>{e.exports={en:["Description"],it:["Descrizione"]}},89212:e=>{e.exports={en:["Display inactivity gaps on intraday"]}},59777:e=>{e.exports={en:["Electronic trading hours background"],it:["Orario di contrattazione elettronica"]}},69808:e=>{e.exports={en:["Events"],it:["Eventi"]}},41129:e=>{e.exports={en:["Fill"],it:["Riempi"]}},61112:e=>{e.exports={en:["Fill top area"],it:["Riempimento area su"]}},73185:e=>{e.exports={en:["Fill bottom area"],it:["Riempimento area inf"]}},95406:e=>{e.exports={en:["Horizontal"],it:["Orizzontale"]}},61900:e=>{e.exports={en:["Horz only"],it:["Solo orizz"]}},14180:e=>{e.exports={en:["High and low"],it:["Massimo e minimo"]}},56359:e=>{e.exports={en:["High line"],it:["Linea massimo"]}},47326:e=>{
+e.exports={en:["Integer"],it:["Intero"]}},84549:e=>{e.exports={en:["Indicators"],it:["Indicatori"]}},78082:e=>{e.exports={en:["Indicators and financials"],it:["Indicatori e dati finanziari"]}},25765:e=>{e.exports={en:["Open market status"],it:["Mercato aperto"]}},34579:e=>{e.exports={en:["Low line"],it:["Linea minimo"]}},14876:e=>{e.exports={en:["Logo"]}},89315:e=>{e.exports={en:["Long Description"],it:["Descrizione lunga"]}},72423:e=>{e.exports={en:["Last day change values"],it:["Variazione sul giorno precedente"]}},11626:e=>{e.exports={en:["Left"],it:["Sinistra"]}},8249:e=>{e.exports={en:["Money"],it:["Denaro"]}},70937:e=>{e.exports={en:["Margins"],it:["Margini"]}},68833:e=>{e.exports={en:["Middle"],it:["Medio"]}},58589:e=>{e.exports={en:["No overlapping labels"],it:["Nessuna etichetta sovrapposta"]}},60798:e=>{e.exports={en:["None"],it:["Nessuno"]}},51019:e=>{e.exports={en:["Navigation"],it:["Controlli navigazione"]}},99709:e=>{e.exports={en:["Name"],it:["Nome"]}},8852:e=>{e.exports={en:["Save chart left edge position when changing interval"],it:["Salva la posizione del bordo sinistro del grafico quando si cambia intervallo"]}},26204:e=>{e.exports={en:["Scale modes (A and L)"],it:["Modalità di scala (A e L)"]}},93968:e=>{e.exports={en:["Scales"],it:["Assi"]}},90275:e=>{e.exports={en:["Scales and lines"],it:["Scale e linee"]}},30042:e=>{e.exports={en:["Scales placement"],it:["Posizione assi"]}},28715:e=>{e.exports={en:["Status line"],it:["Legenda"]}},95481:e=>{e.exports={en:["Symbol"],it:["Simbolo"]}},53263:e=>{e.exports={en:["Pane"],it:["Pannello"]}},82894:e=>{e.exports={en:["Pane separators"],it:["Separatori pannello"]}},16207:e=>{e.exports={en:["Percentage"],it:["Percentuale"]}},94408:e=>{e.exports={en:["Pips"],it:["Pip/Tick"]}},60904:e=>{e.exports={en:["Pre/post market"],it:["Pre/post mercato"]}},88327:e=>{e.exports={en:["Pre/post market hours background"],it:["Sfondo sessione pre e post mercato"]}},59766:e=>{e.exports={en:["Precision"],it:["Precisione"]}},83811:e=>{e.exports={en:["Previous day close"],it:["Chiusura giorno precedente"]}},35082:e=>{e.exports={en:["Price Scale"],it:["Asse del prezzo"]}},27632:e=>{e.exports={en:["Price and percentage value"],it:["Valore di prezzo e percentuale"]}},62142:e=>{e.exports={en:["Price labels & lines"],it:["Etichette e linee di prezzo"]}},84684:e=>{e.exports={en:["Price source"],it:["Fonte prezzo"]}},73466:e=>{e.exports={en:["Projection up bars"],it:["Barre a proiezione superiore"]}},77430:e=>{e.exports={en:["Projection candles"],it:["Candele di proiezione"]}},88367:e=>{e.exports={en:["Projection down bars"],it:["Barre a proiezione inferiore"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"],it:["Prezzi reali sull'asse (invece di quelli Heikin Ashi)"]}},50421:e=>{e.exports={en:["Right"],it:["Destra"]}},62532:e=>{e.exports={en:["Right Margin"],it:["Margine destro"]}},41571:e=>{e.exports={en:["Watermark"],it:["Filigrana"]}},32163:e=>{e.exports={en:["Wick"],it:["Ombra"]}},97118:e=>{e.exports={en:["Top"],it:["Sopra"]}},89349:e=>{
+e.exports={en:["Top line"],it:["Linea superiore"]}},70320:e=>{e.exports={en:["Text"],it:["Testo"]}},25485:e=>{e.exports={en:["Text alignment"],it:["Allineamento testo"]}},67781:e=>{e.exports={en:["Text orientation"],it:["Orientamento testo"]}},20215:e=>{e.exports={en:["Thin bars"],it:["Barre sottili"]}},70198:e=>{e.exports={en:["Title"],it:["Titolo"]}},29854:e=>{e.exports={en:["Titles"],it:["Titoli"]}},5791:e=>{e.exports={en:["Ticker"]}},16816:e=>{e.exports={en:["Ticker and description"],it:["Ticker e descrizione"]}},24821:e=>{e.exports={en:["Ticks"],it:["Tick"]}},93965:e=>{e.exports={en:["Time Scale"],it:["Asse temporale"]}},5591:e=>{e.exports={en:["Time hours format"],it:["Formato orario"]}},77073:e=>{e.exports={en:["Timezone"],it:["Fuso orario"]}},76495:e=>{e.exports={en:["Trading"]}},33564:e=>{e.exports={en:["Unit"],it:["Unità"]}},23091:e=>{e.exports={en:["Up color"],it:["Colore su"]}},36957:e=>{e.exports={en:["Up bars"],it:["Barre su"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"],it:["Usa il settlement come chiusura nel giornaliero"]}},37644:e=>{e.exports={en:["Volume"]}},51514:e=>{e.exports={en:["Value"],it:["Valore"]}},31218:e=>{e.exports={en:["Value according to scale"],it:["Valore asse"]}},60092:e=>{e.exports={en:["Values"],it:["Valori"]}},83594:e=>{e.exports={en:["Vert and horz"],it:["Vert e orizz"]}},8402:e=>{e.exports={en:["Vert only"],it:["Solo vert."]}},69526:e=>{e.exports={en:["Vertical"],it:["Verticale"]}},21105:e=>{e.exports={en:["candle"],it:["candela"]}},27068:e=>{e.exports={en:["change HLC bars"],it:["cambio barre HLC"]}},21201:e=>{e.exports={en:["change HLC bars color"]}},3311:e=>{e.exports={en:["change navigation buttons visibility"],it:["cambio visibilità pulsanti navigazione"]}},96227:e=>{e.exports={en:["change open market status visibility"],it:["cambio visibilità stato di mercato"]}},43231:e=>{e.exports={en:["change average close price line width"],it:["modifica spessore della linea del prezzo medio di chiusura"]}},47026:e=>{e.exports={en:["change average close price line color"],it:["modifica colore della linea del prezzo medio di chiusura"]}},86866:e=>{e.exports={en:["change area fill color"],it:["cambio colore riempimento area"]}},89346:e=>{e.exports={en:["change area line width"],it:["cambio spessore linea area"]}},29605:e=>{e.exports={en:["change area line color"],it:["cambio colore linea area"]}},4640:e=>{e.exports={en:["change area price source"],it:["cambio fonte area prezzo"]}},98407:e=>{e.exports={en:["change ask line color"],it:["cambio colore linea lettera (ask)"]}},42190:e=>{e.exports={en:["change base level"],it:["cambio livello base"]}},71785:e=>{e.exports={en:["change baseline bottom line color"],it:["cambio colore inf baseline"]}},56175:e=>{e.exports={en:["change baseline bottom line width"],it:["cambio spessore linea inf baseline"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"],it:["cambio colore riempimento area inf baseline"]}},92873:e=>{e.exports={en:["change baseline fill top area color"],
+it:["cambio colore riempimento area sup baseline"]}},68609:e=>{e.exports={en:["change baseline price source"],it:["cambio fonte prezzo baseline"]}},69044:e=>{e.exports={en:["change baseline top line color"],it:["cambio colore sup baseline"]}},68197:e=>{e.exports={en:["change baseline top line width"],it:["cambio spessore linea sup baseline"]}},33464:e=>{e.exports={en:["change bar up color"],it:["cambio colore barra su"]}},27426:e=>{e.exports={en:["change bar change visibility"],it:["cambio visibilità variazione barre"]}},59622:e=>{e.exports={en:["change bar down color"],it:["cambio colore barra giù"]}},17919:e=>{e.exports={en:["change bid line color"],it:["cambio colore linea denaro (bid)"]}},32094:e=>{e.exports={en:["change bottom margin"],it:["cambio margine inf"]}},63119:e=>{e.exports={en:["change currency and unit labels visibility"],it:["cambio visibilità etichette valuta e unità"]}},64003:e=>{e.exports={en:["change currency label visibility"],it:["cambio visibilità etichetta valuta"]}},42803:e=>{e.exports={en:["change chart background color"],it:["cambio colore sfondo grafico"]}},41382:e=>{e.exports={en:["change chart background type"],it:["cambio tipologia sfondo grafico"]}},79637:e=>{e.exports={en:["change chart values visibility"],it:["modifica visibilità dei valori del grafico"]}},43090:e=>{e.exports={en:["change color bars based on previous close"],it:["cambio colore basato su chiusura prec"]}},88324:e=>{e.exports={en:["change column up color"],it:["cambio colore colonna sup"]}},93890:e=>{e.exports={en:["change column down color"],it:["cambio colore colonna inf"]}},4727:e=>{e.exports={en:["change column price source"],it:["cambio fonte dati colonna"]}},50544:e=>{e.exports={en:["change crosshair width"],it:["cambio spessore linea croce"]}},92885:e=>{e.exports={en:["change crosshair color"],it:["cambio colore linea croce"]}},68418:e=>{e.exports={en:["change crosshair style"],it:["cambio stile linea croce"]}},43109:e=>{e.exports={en:["change date format"],it:["cambio formato data"]}},30418:e=>{e.exports={en:["change day of week on labels"],it:["cambia il giorno della settimana sulle etichette"]}},82063:e=>{e.exports={en:["change decimal places"],it:["cambio cifre decimali"]}},44223:e=>{e.exports={en:["change extended hours color"],it:["cambio colore orari estesi"]}},47393:e=>{e.exports={en:["change electronic trading hours"],it:["modifica orari di negoziazione elettronica"]}},73844:e=>{e.exports={en:["change grid lines visibility"],it:["cambia la visibilità delle linee della griglia"]}},61407:e=>{e.exports={en:["change high and low price line color"],it:["modifica colore delle linee dei prezzi massimi e minimi"]}},39581:e=>{e.exports={en:["change high and low price line width"],it:["modifica spessore delle linee dei prezzi massimi e minimi"]}},6026:e=>{e.exports={en:["change high-low body color"],it:["cambio colore corpo max-min"]}},73021:e=>{e.exports={en:["change high-low body visibility"],it:["cambio visibilità corpo max-min"]}},46844:e=>{e.exports={en:["change high-low border color"],
+it:["cambio colore bordo max-min"]}},15801:e=>{e.exports={en:["change high-low borders visibility"],it:["cambio visibilità bordi max-min"]}},72399:e=>{e.exports={en:["change high-low labels visibility"],it:["cambio visibilità etichette max-min"]}},56961:e=>{e.exports={en:["change high-low labels color"],it:["cambio colore etichette max-min"]}},21133:e=>{e.exports={en:["change horz grid lines color"],it:["cambio colore linee orizz griglia"]}},63050:e=>{e.exports={en:["change indicator titles visibility"],it:["cambio visibilità titoli indicatore"]}},49583:e=>{e.exports={en:["change indicator values visibility"],it:["cambio visibilità valori indicatore"]}},78310:e=>{e.exports={en:["change indicator arguments visibility"],it:["cambio visibilità argomenti indicatore"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"],it:["cambia visibilità etichette nomi indicatori e finanziari"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"],it:["cambia visibilità etichette valori indicatori e finanziari"]}},66307:e=>{e.exports={en:["change last day change visibility"],it:["variazione visibilità della variazione nell'ultimo giorno di negoziazione"]}},91873:e=>{e.exports={en:["change legend background transparency"],it:["cambio trasparenza sfondo legenda"]}},14246:e=>{e.exports={en:["change legend background visibility"],it:["cambio visibilità sfondo legenda"]}},88640:e=>{e.exports={en:["change line color"],it:["cambio colore linea"]}},41837:e=>{e.exports={en:["change line price source"],it:["cambio fonte linea prezzo"]}},48339:e=>{e.exports={en:["change line width"],it:["cambio spessore linea"]}},18378:e=>{e.exports={en:["change pane buttons visibility"],it:["cambio visibilità pulsanti pannelli"]}},52203:e=>{e.exports={en:["change pane separators color"],it:["cambio colore separatori pannello"]}},38730:e=>{e.exports={en:["change post market color"],it:["cambio colore post mercato"]}},28075:e=>{e.exports={en:["change post market line color"],it:["cambio colore linea post mercato"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"],it:["cambia visibilità linee prezzo pre e post mercato"]}},44371:e=>{e.exports={en:["change pre market color"],it:["cambio colore pre mercato"]}},96114:e=>{e.exports={en:["change pre market line color"],it:["cambio colore linea pre mercato"]}},69814:e=>{e.exports={en:["change previous close price line color"],it:["cambio colore linea prezzo chiusura prec"]}},13660:e=>{e.exports={en:["change previous close price line width"],it:["cambio spessore linea prezzo chiusura prec"]}},87861:e=>{e.exports={en:["change price line color"],it:["cambio colore linea prezzo"]}},29353:e=>{e.exports={en:["change price line width"],it:["cambio spessore linea prezzo"]}},16241:e=>{e.exports={en:["change range bars style"],it:["cambia lo stile delle barre range"]}},65821:e=>{e.exports={en:["change range thin bars"],it:["cambio range barre sottili"]}},75487:e=>{e.exports={en:["change renko wick down color"],
+it:["cambio colore ombra inf renko"]}},92277:e=>{e.exports={en:["change renko wick up color"],it:["cambio colore ombra sup renko"]}},79604:e=>{e.exports={en:["change renko wick visibility"],it:["cambio visibilità ombra renko"]}},82946:e=>{e.exports={en:["change right margin"],it:["cambio margine dx"]}},79545:e=>{e.exports={en:["change right margin percentage"],it:["modifica percentuale del margine destro"]}},78995:e=>{e.exports={en:["change symbol watermark color"],it:["cambio colore filigrana"]}},73227:e=>{e.exports={en:["change symbol watermark visibility"],it:["cambio visibilità filigrana"]}},88167:e=>{e.exports={en:["change symbol description visibility"],it:["cambio visibilità descrizione simbolo"]}},12050:e=>{e.exports={en:["change symbol field visibility"],it:["cambia la visibilità del campo dei simboli"]}},46066:e=>{e.exports={en:["change symbol last value mode"],it:["cambio modalità ultimo valore simbolo"]}},902:e=>{e.exports={en:["change symbol legend format"],it:["cambio formato legenda simbolo"]}},77408:e=>{e.exports={en:["change save chart left edge position when changing interval"],it:["modifica del salvataggio della posizione del bordo sinistro del grafico quando si cambia intervallo"]}},69023:e=>{e.exports={en:["change scale modes buttons visibility"],it:["cambia la visibilità dei pulsanti delle modalità di scala"]}},76131:e=>{e.exports={en:["change scales text color"],it:["cambio colore testo assi"]}},27792:e=>{e.exports={en:["change scales font size"],it:["cambio dimensione font assi"]}},94997:e=>{e.exports={en:["change scales lines color"],it:["cambio colore linee assi"]}},60067:e=>{e.exports={en:["change sessions breaks visibility"],it:["cambio visibilità separatori sessione"]}},28175:e=>{e.exports={en:["change sessions breaks width"],it:["cambio spessore separatori sessione"]}},33895:e=>{e.exports={en:["change sessions breaks color"],it:["cambio colore separatori sessione"]}},21641:e=>{e.exports={en:["change sessions breaks style"],it:["cambio stile separatori sessione"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"],it:["cambio prezzo da mostrare nell'asse (al posto di quello Heikin-Ashi)"]}},60834:e=>{e.exports={en:["change thin bars"],it:["cambio spessore barre"]}},39754:e=>{e.exports={en:["change time hours format"],it:["cambio formato orario"]}},74883:e=>{e.exports={en:["change top margin"],it:["cambio margine sup"]}},51250:e=>{e.exports={en:["change unit label visibility"],it:["cambio visibilità etichetta unità"]}},71805:e=>{e.exports={en:["change vert grid lines color"],it:["cambio colore linee vert griglia"]}},96201:e=>{e.exports={en:["change volume values visibility"],it:["cambio visibilità valori volume"]}},17214:e=>{e.exports={en:["change {candleType} up border color"],it:["cambio colore bordo sup {candleType}"]}},36697:e=>{e.exports={en:["change {candleType} up color"],it:["cambio colore sup {candleType}"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"],it:["cambio colore ombra inf {candleType}"]}},
+47664:e=>{e.exports={en:["change {candleType} wick up color"],it:["cambio colore ombra sup {candleType}"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"],it:["cambio visibilità ombra {candleType}"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"],it:["cambio visibilità corpo {candleType}"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"],it:["cambio visibilità bordo {candleType}"]}},20291:e=>{e.exports={en:["change {candleType} down border color"],it:["cambio colore bordo inf {candleType}"]}},64571:e=>{e.exports={en:["change {candleType} down color"],it:["cambio colore inf {candleType}"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"],it:["cambio colore bordo inf {chartType}"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"],it:["cambio colore bordo sup {chartType}"]}},5012:e=>{e.exports={en:["change {chartType} down color"],it:["cambio colore inf {chartType}"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"],it:["cambio colore bordo proiezione sup {chartType}"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"],it:["cambio colore proiezione inf {chartType}"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"],it:["cambio colore proiezione sup {chartType}"]}},6970:e=>{e.exports={en:["change {chartType} up color"],it:["cambio colore sup {chartType}"]}},66110:e=>{e.exports={en:["change {inputName} property"],it:["cambio proprietà {inputName}"]}},18077:e=>{e.exports={en:["adjust data for dividends"],it:["adegua i dati a seconda dei dividendi"]}},1433:e=>{e.exports={en:["adjust for contract changes"],it:["incorpora variazioni dovute a cambio di contratti"]}},92598:e=>{e.exports={en:["hollow candles"],it:["Candele vuote"]}},57243:e=>{e.exports={en:["range","ranges"],it:["range","range"]}},70282:e=>{e.exports={en:["renko"],it:["Renko"]}},28871:e=>{e.exports={en:["toggle intraday inactivity gaps"]}},92978:e=>{e.exports={en:["use settlement as close on daily interval"],it:["usa il settlement come chiusura nel giornaliero"]}},59644:e=>{e.exports={en:["{value} decimal","{value} decimals"],it:["{value} decimale","{value} decimali"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.7714.fb6a9318f826d9829d2d.js b/public/charting_library/bundles/it.7714.fb6a9318f826d9829d2d.js
new file mode 100644
index 0000000..53a9a70
--- /dev/null
+++ b/public/charting_library/bundles/it.7714.fb6a9318f826d9829d2d.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7714,4109,4166],{92389:e=>{e.exports={en:["Clone, Copy"],it:["Clona, copia"]}},47742:e=>{e.exports={en:["Close menu"],it:["Chiudere menù"]}},83390:e=>{e.exports={en:["Create a group of drawings"],it:["Crea un gruppo di disegni"]}},69207:e=>{e.exports={en:["Add to favorites"],it:["Aggiungi ai preferiti"]}},40983:e=>{e.exports={en:["Group is hidden on current interval"],it:["Il gruppo è nascosto nel timeframe corrente"]}},80014:e=>{e.exports={en:["Drawing is hidden on current interval"],it:["Il disegno è nascosto sul timeframe corrente"]}},88616:e=>{e.exports={en:["Object tree"],it:["Albero oggetti"]}},80996:e=>{e.exports={en:["Local drawings"],it:["Disegni in loco"]}},63944:e=>{e.exports={en:["Modified: {modificationDate}"],it:["Data di modifica: {modificationDate}"]}},37117:e=>{e.exports={en:["More"],it:["Altro"]}},81031:e=>{e.exports={en:["Manage layout drawings"],it:["Gestisci disegni del layout"]}},84212:e=>{e.exports={en:["No drawings yet"],it:["Nessun disegno disponibile"]}},92931:e=>{e.exports={en:["Synced globally"],it:["Sincronizzazione globale"]}},41870:e=>{e.exports={en:["Synced in layout"],it:["Sincronizzazione su layout"]}},8182:e=>{e.exports={en:["Remove all drawings for this symbol"],it:["Rimuove tutti i disegni su questo simbolo"]}},85106:e=>{e.exports={en:["Remove from favorites"],it:["Rimuovi dai preferiti"]}},6321:e=>{e.exports={en:["Rename"],it:["Rinomina"]}},23687:e=>{e.exports={en:["change {sourceTitle} title to {newSourceTitle}"],it:["Cambia titolo da {sourceTitle} a {newSourceTitle}"]}},93277:e=>{e.exports={en:["hide objects"],it:["nascondi oggetti"]}},10370:e=>{e.exports={en:["insert source(s) after"],it:["inserimento fonti"]}},36044:e=>{e.exports={en:["move objects"],it:["Sposta oggetti"]}},51382:e=>{e.exports={en:["show {title}"],it:["mostra {title}"]}},23771:e=>{e.exports={en:["show objects"],it:["mostra oggetti"]}},79688:e=>{e.exports={en:["remove objects"],it:["rimuovi oggetti"]}},58407:e=>{e.exports={en:["remove all line tools for {symbol}"],it:["rimuovi tutte le linee da {symbol}"]}},90755:e=>{e.exports={en:["{drawingsCount} drawing","{drawingsCount} drawings"],it:["{drawingsCount} disegno","{drawingsCount} disegni"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.7827.ea2deb999b0c771280eb.js b/public/charting_library/bundles/it.7827.ea2deb999b0c771280eb.js
new file mode 100644
index 0000000..0eb8140
--- /dev/null
+++ b/public/charting_library/bundles/it.7827.ea2deb999b0c771280eb.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7827,4109],{55517:e=>{e.exports={en:["Add"],it:["Aggiungi"]}},29619:e=>{e.exports={en:["Add custom color"],it:["Aggiungi colore personalizzato"]}},80936:e=>{e.exports={en:["Opacity"],it:["Opacità"]}},64974:e=>{e.exports={en:["line tool(s) line style"],it:["cambio stile linea"]}},47370:e=>{e.exports={en:["Color"],it:["Colore"]}},4543:e=>{e.exports={en:["Cancel"],it:["Annulla"]}},74089:e=>{e.exports={en:["Anchor drawing"],it:["Ancora disegno"]}},69207:e=>{e.exports={en:["Add to favorites"],it:["Aggiungi ai preferiti"]}},99919:e=>{e.exports={en:["Align to 45 degree"],it:["Allinea a 45 gradi"]}},69715:e=>{e.exports={en:["Background color"],it:["Colore sfondo"]}},7977:e=>{e.exports={en:["Background color 1"],it:["Colore sfondo 1"]}},8111:e=>{e.exports={en:["Background color 2"],it:["Colore sfondo 2"]}},57157:e=>{e.exports={en:["Dot"],it:["Punto"]}},27390:e=>{e.exports={en:["Dotted line"],it:["Linea punteggiata"]}},88123:e=>{e.exports={en:["Dashed line"],it:["Linea tratteggiata"]}},14939:e=>{e.exports={en:["Demonstration"],it:["Dimostrazione"]}},31145:e=>{e.exports={en:["Disable align to 45 degrees mode"],it:["Disabilita la modalità di allineamento a 45 gradi"]}},83187:e=>{e.exports={en:["Enable align to 45 degrees mode"],it:["Abilita la modalità di allineamento a 45 gradi"]}},8727:e=>{e.exports={en:["Eraser"],it:["Cancellino"]}},92409:e=>{e.exports={en:["Font Size"],it:["Dimensione caratteri"]}},2573:e=>{e.exports={en:["Font size"],it:["Dimensione caratteri"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"],it:["Tieni premuto il tasto {hotKey_0} per un disegno temporaneo"]}},22688:e=>{e.exports={en:["Hide Favorite Drawing Tools Toolbar"],it:["Nascondi strumenti di disegno preferiti"]}},79451:e=>{e.exports={en:["Lock all drawings"],it:["Blocca tutti gli strumenti di disegno"]}},14097:e=>{e.exports={en:["Line tool backgrounds"],it:["Sfondo linea"]}},11989:e=>{e.exports={en:["Line tool colors"],it:["Colori linea"]}},81956:e=>{e.exports={en:["Line tool text colors"],it:["Colori testo linea"]}},53002:e=>{e.exports={en:["Line tool width"],it:["Spessore linea"]}},75056:e=>{e.exports={en:["Line tool widths"],it:["Spessori linea"]}},37117:e=>{e.exports={en:["More"],it:["Altro"]}},35553:e=>{e.exports={en:["Magic"],it:["Magia"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"],it:["La modalità magnete ancora gli strumenti di disegno ai valori OHLC delle candele più vicine."]}},46193:e=>{e.exports={en:["Marker color"],it:["Colore bandiera"]}},91563:e=>{e.exports={en:["Measure"],it:["Misura"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"],it:["Gli strumenti di disegno che vengono aggiunti saranno visibili su tutti i grafici (nel caso in cui si tratti dello stesso strumento)"]}},3154:e=>{e.exports={en:["Show Hidden Tools"],it:["Mostra strumenti nascosti"]}},85786:e=>{e.exports={en:["Show Object Tree"],
+it:["Mostra albero oggetti"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],it:["Rimani in modalità disegno"]}},65086:e=>{e.exports={en:["Stop background color"],it:["Colore sfondo Stop"]}},28736:e=>{e.exports={en:["Profit background color"],it:["Colore sfondo profitto"]}},57118:e=>{e.exports={en:["Remove Drawings"],it:["Elimina disegni"]}},89984:e=>{e.exports={en:["Remove color"],it:["Rimuovi colore"]}},85106:e=>{e.exports={en:["Remove from favorites"],it:["Rimuovi dai preferiti"]}},77753:e=>{e.exports={en:["Text color"],it:["Colore testo"]}},55774:e=>{e.exports={en:["Zoom In"],it:["Ingrandisci"]}},37310:e=>{e.exports={en:["Zoom Out"],it:["Rimpicciolisci"]}},96142:e=>{e.exports={en:["change line tool(s) text color"],it:["cambio colore testo linea"]}},50522:e=>{e.exports={en:["change line tool(s) background color"],it:["cambio colore sfondo linea"]}},78655:e=>{e.exports={en:["change line tool(s) color"],it:["cambio colore linea"]}},37453:e=>{e.exports={en:["change line tool(s) font size"],it:["cambio dimensione font linea"]}},13423:e=>{e.exports={en:["change line tool(s) line style"],it:["cambio stile linea"]}},81303:e=>{e.exports={en:["change line tool(s) line width"],it:["cambio spessore linea"]}},25167:e=>{e.exports={en:["change {propertyName} property"],it:["cambio proprietà {propertyName}"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"],it:["{hotKey_0} + click nel grafico"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"],it:["{hotKey_0} — cerchio"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"],it:["{hotKey_0} — disegna linea dritta ad angoli di 45°"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"],it:["{hotKey_0} — incrementi fissi"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"],it:["{hotKey_0} — quadrato"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.7850.c4f446fdb53937cc86cb.js b/public/charting_library/bundles/it.7850.c4f446fdb53937cc86cb.js
new file mode 100644
index 0000000..ba63623
--- /dev/null
+++ b/public/charting_library/bundles/it.7850.c4f446fdb53937cc86cb.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7850,7122,5111],{57122:e=>{e.exports={en:["change {title} text"],it:["modifica {title} text"]}},77114:e=>{e.exports={en:["erase level line"],it:["rimozione livello"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.7952.0cb83b58212a65904f9d.js b/public/charting_library/bundles/it.7952.0cb83b58212a65904f9d.js
new file mode 100644
index 0000000..4a21450
--- /dev/null
+++ b/public/charting_library/bundles/it.7952.0cb83b58212a65904f9d.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7952,2787,6155,5111,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],it:["#{count} (prezzo, barra)"]}},29291:e=>{e.exports={en:["Median"],it:["Mediana"]}},78930:e=>{e.exports={en:["Coordinates"],it:["Coordinate"]}},24197:e=>{e.exports={en:["Center"],it:["Centro"]}},27567:e=>{e.exports={en:["Bottom"],it:["Sotto"]}},79468:e=>{e.exports={en:["Background"],it:["Sfondo"]}},72942:e=>{e.exports={en:["Days"],it:["Giorni"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],it:["Spostamento (prezzo, barra)"]}},61856:e=>{e.exports={en:["Extend left line"],it:["Estendi linea a sinistra"]}},819:e=>{e.exports={en:["Extend lines"],it:["Estendi linee"]}},87430:e=>{e.exports={en:["Extend right line"],it:["Estendi linea a destra"]}},56796:e=>{e.exports={en:["Hours"],it:["Ore"]}},95406:e=>{e.exports={en:["Horizontal"],it:["Orizzontale"]}},21429:e=>{e.exports={en:["Inputs"],it:["Input"]}},11626:e=>{e.exports={en:["Left"],it:["Sinistra"]}},43154:e=>{e.exports={en:["Months"],it:["Mesi"]}},68833:e=>{e.exports={en:["Middle"],it:["Medio"]}},42562:e=>{e.exports={en:["Minutes"],it:["Minuti"]}},65188:e=>{e.exports={en:["Seconds"],it:["Secondi"]}},50421:e=>{e.exports={en:["Right"],it:["Destra"]}},835:e=>{e.exports={en:["Weeks"],it:["Settimane"]}},97118:e=>{e.exports={en:["Top"],it:["Sopra"]}},70320:e=>{e.exports={en:["Text"],it:["Testo"]}},25485:e=>{e.exports={en:["Text alignment"],it:["Allineamento testo"]}},67781:e=>{e.exports={en:["Text orientation"],it:["Orientamento testo"]}},24821:e=>{e.exports={en:["Ticks"],it:["Tick"]}},28683:e=>{e.exports={en:["Use one color"],it:["Usa un colore"]}},69526:e=>{e.exports={en:["Vertical"],it:["Verticale"]}},2066:e=>{e.exports={en:["change bar X coordinate"],it:["modifica coordinate di barra X"]}},11737:e=>{e.exports={en:["change price Y coordinate"],it:["modifica coordinate di prezzo Y"]}},59577:e=>{e.exports={en:["change {title} all lines color"],it:["cambio colore tutte le linee {title}"]}},13783:e=>{e.exports={en:["change {title} background transparency"],it:["cambio trasparenza sfondo {title}"]}},30839:e=>{e.exports={en:["change {title} background visibility"],it:["cambio visibilità sfondo {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],it:["cambio valore giorni {title}"]}},91201:e=>{e.exports={en:["change {title} days from"],it:["cambio valore giorni {title}"]}},76295:e=>{e.exports={en:["change {title} extend lines"],it:["cambio estensione linee {title}"]}},8306:e=>{e.exports={en:["change {title} hours from"],it:["cambio valore ore {title}"]}},67233:e=>{e.exports={en:["change {title} hours to"],it:["cambio valore ore {title}"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],it:["cambio coeff linea livello {index} {title}"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],it:["cambio colore linea livello {index} {title}"]}},64707:e=>{e.exports={en:["change {title} level {index} line style"],it:["cambio stile linea liv {index} {title}"]}},51403:e=>{e.exports={
+en:["change {title} level {index} line visibility"],it:["cambio visibilità linea livello {index} {title}"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"],it:["cambio spessore linea livello {index} {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],it:["cambio valore mesi {title}"]}},10518:e=>{e.exports={en:["change {title} months to"],it:["cambio valore mesi {title}"]}},38011:e=>{e.exports={en:["change {title} minutes to"],it:["cambio valore minuti {title}"]}},59820:e=>{e.exports={en:["change {title} minutes from"],it:["cambio valore minuti {title}"]}},6573:e=>{e.exports={en:["change {title} seconds to"],it:["cambio valore secondi {title}"]}},86780:e=>{e.exports={en:["change {title} seconds from"],it:["cambio valore secondi {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],it:["cambio valore settimane {title}"]}},18678:e=>{e.exports={en:["change {title} weeks to"],it:["cambio valore settimane {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],it:["cambio visibilità {title} sui tick"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],it:["cambio visibilità {title} su settimane"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],it:["cambio visibilità {title} su {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],it:["cambio visibilità {title} su giorni"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],it:["cambio visibilità {title} su ore"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],it:["cambio visibilità {title} su minuti"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],it:["cambio visibilità {title} su mesi"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],it:["cambio visibilità {title} nei secondi"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],it:["cambio visibilità linea {toolName}"]}},19541:e=>{e.exports={en:["change {toolName} line width"],it:["cambio spessore linea {toolName}"]}},24059:e=>{e.exports={en:["change {toolName} line color"],it:["cambio colore linea {toolName}"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],it:["cambio estensione sx linea {toolName}"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],it:["cambio estensione dx linea {toolName}"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],it:["cambio terminazione linea sx {toolName}"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],it:["cambio terminazione linea dx {toolName}"]}},66429:e=>{e.exports={en:["change {toolName} line style"],it:["cambio stile linea {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],it:["cambio proprietà {propertyName}"]}},35813:e=>{e.exports={en:["days"],it:["Giorni"]}},89919:e=>{e.exports={en:["days to"],it:["giorni a"]}},59215:e=>{e.exports={en:["days from"],it:["giorni da"]}},77114:e=>{e.exports={en:["erase level line"],it:["rimozione livello"]}},2359:e=>{e.exports={en:["hours"],it:["Ore"]}},
+82267:e=>{e.exports={en:["hours from"],it:["ore da"]}},15600:e=>{e.exports={en:["hours to"],it:["ore a"]}},76261:e=>{e.exports={en:["move drawings"],it:["spostamento disegni"]}},95300:e=>{e.exports={en:["months"],it:["Mesi"]}},17250:e=>{e.exports={en:["months from"],it:["mesi da"]}},2828:e=>{e.exports={en:["months to"],it:["mesi a"]}},18726:e=>{e.exports={en:["minutes"],it:["Minuti"]}},67649:e=>{e.exports={en:["minutes to"],it:["minuti a"]}},22476:e=>{e.exports={en:["minutes from"],it:["minuti da"]}},751:e=>{e.exports={en:["seconds"],it:["secondi"]}},73419:e=>{e.exports={en:["seconds to"],it:["secondi a"]}},35801:e=>{e.exports={en:["seconds from"],it:["secondi da"]}},45537:e=>{e.exports={en:["weeks"],it:["settimane"]}},92859:e=>{e.exports={en:["weeks from"],it:["settimane da"]}},44127:e=>{e.exports={en:["weeks to"],it:["settimane a"]}},3539:e=>{e.exports={en:["ticks"],it:["Tick"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.8356.3131cfefc19bf35ba006.js b/public/charting_library/bundles/it.8356.3131cfefc19bf35ba006.js
new file mode 100644
index 0000000..bacd2dd
--- /dev/null
+++ b/public/charting_library/bundles/it.8356.3131cfefc19bf35ba006.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8356,4109],{53288:e=>{e.exports={en:["animals & nature"],it:["animali e natura"]}},21311:e=>{e.exports={en:["activity"],it:["attività"]}},90678:e=>{e.exports={en:["food & drink"],it:["cibo e bevande"]}},6715:e=>{e.exports={en:["flags"],it:["bandiere"]}},98355:e=>{e.exports={en:["objects"],it:["oggetti"]}},43438:e=>{e.exports={en:["smiles & people"],it:["smile e persone"]}},40457:e=>{e.exports={en:["symbols"],it:["simboli"]}},88906:e=>{e.exports={en:["recently used"],it:["usato di recente"]}},28562:e=>{e.exports={en:["travel & places"],it:["viaggi e località"]}},23821:e=>{e.exports={en:["Dot"],it:["Punto"]}},57252:e=>{e.exports={en:["Days"],it:["Giorni"]}},18817:e=>{e.exports={en:["Hours"],it:["Ore"]}},89506:e=>{e.exports={en:["Months"],it:["Mesi"]}},21551:e=>{e.exports={en:["Minutes"],it:["Minuti"]}},32116:e=>{e.exports={en:["Seconds"],it:["Secondi"]}},22163:e=>{e.exports={en:["Ranges"],it:["Range"]}},41815:e=>{e.exports={en:["Weeks"],it:["Settimane"]}},49512:e=>{e.exports={en:["Ticks"],it:["Tick"]}},96554:e=>{e.exports={en:["Copy image"],it:["Copia immagine"]}},81939:e=>{e.exports={en:["Copy link"],it:["Copia link"]}},58425:e=>{e.exports={en:["Chart snapshot"],it:["Istantanea del grafico"]}},66418:e=>{e.exports={en:["Choose manually"],it:["Scegli manualmente"]}},80335:e=>{e.exports={en:["Add custom interval"],it:["Aggiungi timeframe personalizzato"]}},69207:e=>{e.exports={en:["Add to favorites"],it:["Aggiungi ai preferiti"]}},89771:e=>{e.exports={en:["All changes saved"],it:["Tutte le modifiche sono state salvate"]}},89911:e=>{e.exports={en:["Bar's style"],it:["Tipo di grafico"]}},26200:e=>{e.exports={en:["Download image"],it:["Scarica immagine"]}},46838:e=>{e.exports={en:["Default templates"],it:["Modelli di default"]}},6571:e=>{e.exports={en:["Everyone with the link can view and copy"],it:["Chiunque abbia il link può vedere e copiare il layout"]}},52530:e=>{e.exports={en:["Favorite Indicators"],it:["Indicatori preferiti"]}},70234:e=>{e.exports={en:["Favorites"],it:["Preferiti"]}},67092:e=>{e.exports={en:["Fullscreen mode"],it:["Modalità schermo intero"]}},76443:e=>{e.exports={en:["Indicator templates"],it:["Modelli indicatore"]}},84549:e=>{e.exports={en:["Indicators"],it:["Indicatori"]}},62005:e=>{e.exports={en:["Indicators & Strategies"],it:["Indicatori e strategie"]}},44271:e=>{e.exports={en:["Open template"],it:["Apri modello"]}},46311:e=>{e.exports={en:["Open Interval Dialog"],it:["Apri Finestra intervallo"]}},34770:e=>{e.exports={en:["Open chart in popup"],it:["Apri il grafico nella popup"]}},19159:e=>{e.exports={en:["Open in new tab"],it:["Apri in una nuova scheda"]}},65433:e=>{e.exports={en:["Open layout"],it:["Apri layout"]}},29517:e=>{e.exports={en:["Load Chart Layout"],it:["Carica layout grafico"]}},93292:e=>{e.exports={en:["Loading..."],it:["Caricamento...."]}},40115:e=>{e.exports={en:["Make a copy"],it:["Crea una copia"]}},38973:e=>{e.exports={en:["Manage layouts"],it:["Gestisci layout"]}},83300:e=>{e.exports={en:["My templates"],
+it:["I miei modelli"]}},92969:e=>{e.exports={en:["Number or {hotKey_0}"],it:["Numero o {hotKey_0}"]}},64e3:e=>{e.exports={en:["Save"],it:["Salva"]}},26869:e=>{e.exports={en:["Save Indicator template"],it:["Salva modello indicatore"]}},15356:e=>{e.exports={en:["Save all charts for all symbols and intervals on your layout"],it:["Salva tutti i grafici per tutti i simboli e timeframe nella tua configurazione"]}},26276:e=>{e.exports={en:["Save layout"],it:["Salva layout"]}},81265:e=>{e.exports={en:["Sharing"],it:["Condivisione"]}},50021:e=>{e.exports={en:["Simply start typing while on the chart to pull up this search box"],it:["Per far comparire questa finestra di ricerca è sufficiente che tu inizi a scrivere mentre sei sul grafico"]}},51165:e=>{e.exports={en:["Symbol Search"],it:["Ricerca simbolo"]}},18243:e=>{e.exports={en:["Quick Search"],it:["Ricerca rapida"]}},7448:e=>{e.exports={en:["Recently used"],it:["Usato di recente"]}},11304:e=>{e.exports={en:["Redo {hint}"],it:["Ripeti {hint}"]}},85106:e=>{e.exports={en:["Remove from favorites"],it:["Rimuovi dai preferiti"]}},47550:e=>{e.exports={en:["Remove selected emoji"],it:["Rimuovi emoji selezionate"]}},6321:e=>{e.exports={en:["Rename"],it:["Rinomina"]}},87972:e=>{e.exports={en:["Take a snapshot"],it:["Fai uno screenshot"]}},41173:e=>{e.exports={en:["Time Interval"],it:["Intervallo di tempo"]}},28239:e=>{e.exports={en:["Tweet image"],it:["Tweet con immagine grafico"]}},66020:e=>{e.exports={en:["Undo {hint}"],it:["Annulla {hint}"]}},36291:e=>{e.exports={en:["Unfavorite all"],it:["Rimuovi tutto dai preferiti"]}},18448:e=>{e.exports={en:["You have no Favorites Indicators yet"],it:["Al momento, non hai alcun indicatore preferito."]}},6094:e=>{e.exports={en:["Your favorite layouts have moved to the top toolbar. You currently have {count} favorite. You can reduce the number to find them easier — unfavorite all in just one click or set up your choice manually.","Your favorite layouts have moved to the top toolbar. You currently have {count} favorites. You can reduce the number to find them easier — unfavorite all in just one click or set up your choice manually."],it:["I layout preferiti sono stati spostati nella barra degli strumenti superiore. Attualmente sono presenti {count} preferito. È possibile ridurne il numero per trovarli più facilmente, eliminarli tutti con un solo clic o impostare la scelta manualmente.","I layout preferiti sono stati spostati nella barra degli strumenti superiore. Attualmente sono presenti {count} preferiti. È possibile ridurne il numero per trovarli più facilmente, eliminarli tutti con un solo clic o impostare la scelta manualmente."]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.8370.da37ca095a984f601a1e.js b/public/charting_library/bundles/it.8370.da37ca095a984f601a1e.js
new file mode 100644
index 0000000..c6d452a
--- /dev/null
+++ b/public/charting_library/bundles/it.8370.da37ca095a984f601a1e.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8370],{23970:e=>{e.exports={en:["days"],it:["giorni"]}},35157:e=>{e.exports={en:["hours"],it:["ore"]}},18193:e=>{e.exports={en:["months"],it:["mesi"]}},79930:e=>{e.exports={en:["minutes"],it:["minuti"]}},7938:e=>{e.exports={en:["weeks"],it:["settimane"]}},48161:e=>{e.exports={en:["View Only Mode"],it:["Modalità di sola visualizzazione"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.8622.b162b43310f56287e24e.js b/public/charting_library/bundles/it.8622.b162b43310f56287e24e.js
new file mode 100644
index 0000000..ee7260c
--- /dev/null
+++ b/public/charting_library/bundles/it.8622.b162b43310f56287e24e.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8622],{13197:e=>{e.exports={en:["1/{minmove2} of 1/{pricescale}"],it:["1/{minmove2} di 1/{pricescale}"]}},97349:e=>{e.exports={en:["Fr"],it:["Ven"]}},30961:e=>{e.exports={en:["Mo"],it:["Lun"]}},94748:e=>{e.exports={en:["Sa"],it:["Sab"]}},75005:e=>{e.exports={en:["Su"],it:["Dom"]}},92578:e=>{e.exports={en:["We"],it:["Mer"]}},8765:e=>{e.exports={en:["Th"],it:["Gio"]}},9135:e=>{e.exports={en:["Tu"],it:["Mar"]}},53174:e=>{e.exports={en:["Right"],it:["Diritto"]}},47742:e=>{e.exports={en:["Close menu"],it:["Chiudere menù"]}},81849:e=>{e.exports={en:["Currency"],it:["Valuta"]}},12272:e=>{e.exports={en:["Current contract"],it:["Contratto corrente"]}},17606:e=>{e.exports={en:["All sessions"],it:["Tutte le sessioni"]}},28896:e=>{e.exports={en:["April"],it:["Aprile"]}},11081:e=>{e.exports={en:["August"],it:["Agosto"]}},42358:e=>{e.exports={en:["Bond"],it:["Obbligazione"]}},90082:e=>{e.exports={en:["December"],it:["Dicembre"]}},54602:e=>{e.exports={en:["Delisted"],it:["Delistato"]}},78734:e=>{e.exports={en:["Description"],it:["Descrizione"]}},63538:e=>{e.exports={en:["Exchange timezone"],it:["Fuso orario di riferimento"]}},88191:e=>{e.exports={en:["Expiration date"],it:["Data di scadenza"]}},56536:e=>{e.exports={en:["FIGI"]}},81069:e=>{e.exports={en:["February"],it:["Febbraio"]}},22928:e=>{e.exports={en:["Fri"],it:["Ven"]}},3570:e=>{e.exports={en:["Friday"],it:["Venerdì"]}},26931:e=>{e.exports={en:["Home page"],it:["Homepage"]}},88104:e=>{e.exports={en:["ISIN"]}},7727:e=>{e.exports={en:["Industry"],it:["Industria"]}},200:e=>{e.exports={en:["January"],it:["Gennaio"]}},6608:e=>{e.exports={en:["July"],it:["Luglio"]}},61487:e=>{e.exports={en:["June"],it:["Giugno"]}},37997:e=>{e.exports={en:["October"],it:["Ottobre"]}},23339:e=>{e.exports={en:["Link copied to clipboard"],it:["Link copiato"]}},41224:e=>{e.exports={en:["Listed exchange"],it:["Quotato in borsa"]}},37150:e=>{e.exports={en:["Mon"],it:["Lun"]}},19573:e=>{e.exports={en:["Monday"],it:["Lunedì"]}},25734:e=>{e.exports={en:["May"],it:["Maggio"]}},93878:e=>{e.exports={en:["March"],it:["Marzo"]}},41410:e=>{e.exports={en:["Market open"],it:["Mercato aperto"]}},62464:e=>{e.exports={en:["Market closed"],it:["Mercato chiuso"]}},91563:e=>{e.exports={en:["Measure"],it:["Misura"]}},4607:e=>{e.exports={en:["November"],it:["Novembre"]}},99709:e=>{e.exports={en:["Name"],it:["Nome"]}},97751:e=>{e.exports={en:["Source"],it:["Sorgente"]}},32273:e=>{e.exports={en:["Sat"],it:["Sab"]}},30348:e=>{e.exports={en:["Saturday"],it:["Sabato"]}},99804:e=>{e.exports={en:["Sector"],it:["Settore"]}},17502:e=>{e.exports={en:["Security Info"],it:["Informazioni simbolo"]}},32179:e=>{e.exports={en:["September"],it:["Settembre"]}},77493:e=>{e.exports={en:["Sun"],it:["Dom"]}},61480:e=>{e.exports={en:["Sunday"],it:["Domenica"]}},81314:e=>{e.exports={en:["Point value"],it:["Valore punto"]}},73897:e=>{e.exports={en:["Post-market"],it:["Post-mercato"]}},39245:e=>{e.exports={en:["Pip size"],it:["Dimensione Pip"]}},36018:e=>{e.exports={
+en:["Pre-market"],it:["Pre-mercato"]}},16045:e=>{e.exports={en:["Website"],it:["Sito Web"]}},11532:e=>{e.exports={en:["Wed"],it:["Mer"]}},94226:e=>{e.exports={en:["Wednesday"],it:["Mercoledì"]}},17254:e=>{e.exports={en:["Text copied to clipboard"],it:["Testo copiato negli appunti"]}},71388:e=>{e.exports={en:["Thu"],it:["Gio"]}},79137:e=>{e.exports={en:["Thursday"],it:["Giovedì"]}},24431:e=>{e.exports={en:["Tick size"],it:["Dimensione tick"]}},11916:e=>{e.exports={en:["Tue"],it:["Mar"]}},82160:e=>{e.exports={en:["Tuesday"],it:["Martedì"]}},98413:e=>{e.exports={en:["Type"],it:["Tipo"]}},33564:e=>{e.exports={en:["Unit"],it:["Unità"]}},70932:e=>{e.exports={en:["commodity"],it:["materia prima"]}},79599:e=>{e.exports={en:["cfd"]}},46128:e=>{e.exports={en:["crypto"],it:["cripto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"],it:["economia"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"],it:["future"]}},87464:e=>{e.exports={en:["index"],it:["indice"]}},90250:e=>{e.exports={en:["indices"],it:["Indici"]}},76752:e=>{e.exports={en:["stock"],it:["azione"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.8763.bf9d4d175a7686effaf6.js b/public/charting_library/bundles/it.8763.bf9d4d175a7686effaf6.js
new file mode 100644
index 0000000..ff21871
--- /dev/null
+++ b/public/charting_library/bundles/it.8763.bf9d4d175a7686effaf6.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8763,5111],{91612:e=>{e.exports={en:["Inside"],it:["Dentro"]}},46005:e=>{e.exports={en:["Original"],it:["Originale"]}},70382:e=>{e.exports={en:["Modified Schiff"],it:["Schiff modificato"]}},69904:e=>{e.exports={en:["Schiff"]}},98463:e=>{e.exports={en:["change {title} style"],it:["cambio stile {title}"]}},77114:e=>{e.exports={en:["erase level line"],it:["rimozione livello"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.8940.5460b0ccfae157b7bbe3.js b/public/charting_library/bundles/it.8940.5460b0ccfae157b7bbe3.js
new file mode 100644
index 0000000..7c6d93d
--- /dev/null
+++ b/public/charting_library/bundles/it.8940.5460b0ccfae157b7bbe3.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8940,6155,4821],{80166:t=>{t.exports={en:["#{count} (price, bar)"],it:["#{count} (prezzo, barra)"]}},78930:t=>{t.exports={en:["Coordinates"],it:["Coordinate"]}},24197:t=>{t.exports={en:["Center"],it:["Centro"]}},27567:t=>{t.exports={en:["Bottom"],it:["Sotto"]}},38408:t=>{t.exports={en:["Border"],it:["Bordo"]}},79468:t=>{t.exports={en:["Background"],it:["Sfondo"]}},72942:t=>{t.exports={en:["Days"],it:["Giorni"]}},44272:t=>{t.exports={en:["Displacement (price, bar)"],it:["Spostamento (prezzo, barra)"]}},56796:t=>{t.exports={en:["Hours"],it:["Ore"]}},95406:t=>{t.exports={en:["Horizontal"],it:["Orizzontale"]}},21429:t=>{t.exports={en:["Inputs"],it:["Input"]}},34974:t=>{t.exports={en:["Label border"],it:["Etichetta bordo"]}},73863:t=>{t.exports={en:["Label background"],it:["Sfondo etichetta"]}},95170:t=>{t.exports={en:["Label text"],it:["Etichetta testo"]}},11626:t=>{t.exports={en:["Left"],it:["Sinistra"]}},97575:t=>{t.exports={en:["Line color"],it:["Colore linea"]}},43154:t=>{t.exports={en:["Months"],it:["Mesi"]}},68833:t=>{t.exports={en:["Middle"],it:["Medio"]}},42562:t=>{t.exports={en:["Minutes"],it:["Minuti"]}},65188:t=>{t.exports={en:["Seconds"],it:["Secondi"]}},50421:t=>{t.exports={en:["Right"],it:["Destra"]}},835:t=>{t.exports={en:["Weeks"],it:["Settimane"]}},97118:t=>{t.exports={en:["Top"],it:["Sopra"]}},70320:t=>{t.exports={en:["Text"],it:["Testo"]}},7560:t=>{t.exports={en:["Text wrap"],it:["Testo a capo"]}},25485:t=>{t.exports={en:["Text alignment"],it:["Allineamento testo"]}},67781:t=>{t.exports={en:["Text orientation"],it:["Orientamento testo"]}},24821:t=>{t.exports={en:["Ticks"],it:["Tick"]}},69526:t=>{t.exports={en:["Vertical"],it:["Verticale"]}},2066:t=>{t.exports={en:["change bar X coordinate"],it:["modifica coordinate di barra X"]}},11737:t=>{t.exports={en:["change price Y coordinate"],it:["modifica coordinate di prezzo Y"]}},96135:t=>{t.exports={en:["change {title} days to"],it:["cambio valore giorni {title}"]}},91201:t=>{t.exports={en:["change {title} days from"],it:["cambio valore giorni {title}"]}},8306:t=>{t.exports={en:["change {title} hours from"],it:["cambio valore ore {title}"]}},67233:t=>{t.exports={en:["change {title} hours to"],it:["cambio valore ore {title}"]}},7455:t=>{t.exports={en:["change {title} line color"],it:["cambio colore linea {title}"]}},99122:t=>{t.exports={en:["change {title} months from"],it:["cambio valore mesi {title}"]}},10518:t=>{t.exports={en:["change {title} months to"],it:["cambio valore mesi {title}"]}},38011:t=>{t.exports={en:["change {title} minutes to"],it:["cambio valore minuti {title}"]}},59820:t=>{t.exports={en:["change {title} minutes from"],it:["cambio valore minuti {title}"]}},6573:t=>{t.exports={en:["change {title} seconds to"],it:["cambio valore secondi {title}"]}},86780:t=>{t.exports={en:["change {title} seconds from"],it:["cambio valore secondi {title}"]}},32481:t=>{t.exports={en:["change {title} weeks from"],it:["cambio valore settimane {title}"]}},18678:t=>{t.exports={
+en:["change {title} weeks to"],it:["cambio valore settimane {title}"]}},98596:t=>{t.exports={en:["change {title} visibility on ticks"],it:["cambio visibilità {title} sui tick"]}},71084:t=>{t.exports={en:["change {title} visibility on weeks"],it:["cambio visibilità {title} su settimane"]}},55616:t=>{t.exports={en:["change {title} visibility on {ranges}"],it:["cambio visibilità {title} su {ranges}"]}},56402:t=>{t.exports={en:["change {title} visibility on days"],it:["cambio visibilità {title} su giorni"]}},68715:t=>{t.exports={en:["change {title} visibility on hours"],it:["cambio visibilità {title} su ore"]}},78219:t=>{t.exports={en:["change {title} visibility on minutes"],it:["cambio visibilità {title} su minuti"]}},67583:t=>{t.exports={en:["change {title} visibility on months"],it:["cambio visibilità {title} su mesi"]}},41315:t=>{t.exports={en:["change {title} visibility on seconds"],it:["cambio visibilità {title} nei secondi"]}},31689:t=>{t.exports={en:["change {toolName} labels alignment vertical"],it:["cambio allineamento vert etichette {toolName}"]}},88277:t=>{t.exports={en:["change {toolName} labels alignment horizontal"],it:["cambio allineamento orizz etichette {toolName}"]}},61160:t=>{t.exports={en:["change {toolName} labels direction"],it:["cambio direzione etichette {toolName}"]}},66668:t=>{t.exports={en:["change {toolName} text"],it:["cambio testo {toolName}"]}},56634:t=>{t.exports={en:["change {toolName} text visibility"],it:["cambio visibilità testo {toolName}"]}},39587:t=>{t.exports={en:["change {toolName} text wrap"],it:["cambio proprietà testo {toolName}"]}},22231:t=>{t.exports={en:["change {toolName} text background color"],it:["cambio colore sfondo testo {toolName}"]}},31133:t=>{t.exports={en:["change {toolName} text background visibility"],it:["cambio visibilità sfondo testo {toolName}"]}},36666:t=>{t.exports={en:["change {toolName} text border color"],it:["cambio colore bordo testo {toolName}"]}},35423:t=>{t.exports={en:["change {toolName} text border width"],it:["cambio spessore bordo testo {toolName}"]}},58704:t=>{t.exports={en:["change {toolName} text border visibility"],it:["cambio visibilità bordo testo {toolName}"]}},64500:t=>{t.exports={en:["change {toolName} text color"],it:["cambio colore testo {toolName}"]}},24701:t=>{t.exports={en:["change {toolName} text font bold"],it:["cambio font grassetto {toolName}"]}},42694:t=>{t.exports={en:["change {toolName} text font italic"],it:["cambio font italico {toolName}"]}},21781:t=>{t.exports={en:["change {toolName} text font size"],it:["cambio dimensione font {toolName}"]}},25167:t=>{t.exports={en:["change {propertyName} property"],it:["cambio proprietà {propertyName}"]}},35813:t=>{t.exports={en:["days"],it:["Giorni"]}},89919:t=>{t.exports={en:["days to"],it:["giorni a"]}},59215:t=>{t.exports={en:["days from"],it:["giorni da"]}},2359:t=>{t.exports={en:["hours"],it:["Ore"]}},82267:t=>{t.exports={en:["hours from"],it:["ore da"]}},15600:t=>{t.exports={en:["hours to"],it:["ore a"]}},76261:t=>{t.exports={en:["move drawings"],it:["spostamento disegni"]}},
+95300:t=>{t.exports={en:["months"],it:["Mesi"]}},17250:t=>{t.exports={en:["months from"],it:["mesi da"]}},2828:t=>{t.exports={en:["months to"],it:["mesi a"]}},18726:t=>{t.exports={en:["minutes"],it:["Minuti"]}},67649:t=>{t.exports={en:["minutes to"],it:["minuti a"]}},22476:t=>{t.exports={en:["minutes from"],it:["minuti da"]}},751:t=>{t.exports={en:["seconds"],it:["secondi"]}},73419:t=>{t.exports={en:["seconds to"],it:["secondi a"]}},35801:t=>{t.exports={en:["seconds from"],it:["secondi da"]}},45537:t=>{t.exports={en:["weeks"],it:["settimane"]}},92859:t=>{t.exports={en:["weeks from"],it:["settimane da"]}},44127:t=>{t.exports={en:["weeks to"],it:["settimane a"]}},3539:t=>{t.exports={en:["ticks"],it:["Tick"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.8975.0b3e843255e92a8c2808.js b/public/charting_library/bundles/it.8975.0b3e843255e92a8c2808.js
new file mode 100644
index 0000000..99f4ee3
--- /dev/null
+++ b/public/charting_library/bundles/it.8975.0b3e843255e92a8c2808.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8975],{94073:a=>{a.exports={en:["A"]}},66384:a=>{a.exports={en:["L"]}},94465:a=>{a.exports={en:["Toggle auto scale"],it:["Attiva/disattiva scala automatica"]}},46992:a=>{a.exports={en:["Toggle log scale"],it:["Attiva/disattiva scala logaritmica"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.9003.299a55ed654df75bf43b.js b/public/charting_library/bundles/it.9003.299a55ed654df75bf43b.js
new file mode 100644
index 0000000..ff170af
--- /dev/null
+++ b/public/charting_library/bundles/it.9003.299a55ed654df75bf43b.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9003,4040,359],{55517:e=>{e.exports={en:["Add"],it:["Aggiungi"]}},29619:e=>{e.exports={en:["Add custom color"],it:["Aggiungi colore personalizzato"]}},80936:e=>{e.exports={en:["Opacity"],it:["Opacità"]}},97349:e=>{e.exports={en:["Fr"],it:["Ven"]}},30961:e=>{e.exports={en:["Mo"],it:["Lun"]}},94748:e=>{e.exports={en:["Sa"],it:["Sab"]}},75005:e=>{e.exports={en:["Su"],it:["Dom"]}},92578:e=>{e.exports={en:["We"],it:["Mer"]}},8765:e=>{e.exports={en:["Th"],it:["Gio"]}},9135:e=>{e.exports={en:["Tu"],it:["Mar"]}},24716:e=>{e.exports={en:["Another symbol"],it:["Altro simbolo"]}},41256:e=>{e.exports={en:["Back"],it:["Indietro"]}},94849:e=>{e.exports={en:["Main chart symbol"],it:["Simbolo grafico principale"]}},53174:e=>{e.exports={en:["Right"],it:["Diritto"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"],it:["Il calendario è attualmente all'anno {year}"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"],it:["Il calendario è attualmente sugli anni da {year_start} a {year_end}"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"],it:["Il calendario è attualmente su {month}"]}},4543:e=>{e.exports={en:["Cancel"],it:["Annulla"]}},63245:e=>{e.exports={en:["Change symbol"],it:["Cambia simbolo"]}},54613:e=>{e.exports={en:["Chart"],it:["Grafico"]}},47742:e=>{e.exports={en:["Close menu"],it:["Chiudere menù"]}},34040:e=>{e.exports={en:["All sources"],it:["Tutte le fonti"]}},33391:e=>{e.exports={en:["Apply"],it:["Applica"]}},28896:e=>{e.exports={en:["April"],it:["Aprile"]}},11081:e=>{e.exports={en:["August"],it:["Agosto"]}},42358:e=>{e.exports={en:["Bond"],it:["Obbligazione"]}},27390:e=>{e.exports={en:["Dotted line"],it:["Linea punteggiata"]}},88123:e=>{e.exports={en:["Dashed line"],it:["Linea tratteggiata"]}},90082:e=>{e.exports={en:["December"],it:["Dicembre"]}},55319:e=>{e.exports={en:["Decrease"],it:["Diminuisci"]}},78734:e=>{e.exports={en:["Description"],it:["Descrizione"]}},81069:e=>{e.exports={en:["February"],it:["Febbraio"]}},3570:e=>{e.exports={en:["Friday"],it:["Venerdì"]}},39832:e=>{e.exports={en:["Increase"],it:["Aumenta"]}},200:e=>{e.exports={en:["January"],it:["Gennaio"]}},6608:e=>{e.exports={en:["July"],it:["Luglio"]}},61487:e=>{e.exports={en:["June"],it:["Giugno"]}},37997:e=>{e.exports={en:["October"],it:["Ottobre"]}},55450:e=>{e.exports={en:["Offset"]}},19295:e=>{e.exports={en:["Ok"]}},28603:e=>{e.exports={en:["Line style"],it:["Stile linea"]}},19573:e=>{e.exports={en:["Monday"],it:["Lunedì"]}},43154:e=>{e.exports={en:["Months"],it:["Mesi"]}},37117:e=>{e.exports={en:["More"],it:["Altro"]}},25734:e=>{e.exports={en:["May"],it:["Maggio"]}},93878:e=>{e.exports={en:["March"],it:["Marzo"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],it:["Nessuna borsa corrisponde ai tuoi criteri"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],it:["Nessun simbolo corrisponde ai criteri"]}},4607:e=>{e.exports={en:["November"],it:["Novembre"]}},69102:e=>{e.exports={
+en:["Next year"],it:["Anno prossimo"]}},17538:e=>{e.exports={en:["Next years"],it:["Anni prossimi"]}},92790:e=>{e.exports={en:["Next month"],it:["Mese prossimo"]}},71300:e=>{e.exports={en:["Number format is invalid."],it:["Il formato del numero non è valido."]}},28628:e=>{e.exports={en:["Sources"],it:["Fonti"]}},30348:e=>{e.exports={en:["Saturday"],it:["Sabato"]}},10679:e=>{e.exports={en:['Set the "{inputInline}" time and price for "{studyShortDescription}"'],it:["Imposta valori di tempo e prezzo di {inputInline} nello script {studyShortDescription}"]}},59451:e=>{e.exports={en:['Set the "{inputTitle}" time for "{studyShortDescription}"'],it:["Imposta valore di tempo di {inputTitle} nello script {studyShortDescription}"]}},94238:e=>{e.exports={en:['Set the "{inputTitle}" price for "{studyShortDescription}"'],it:["Imposta valore di prezzo di {inputTitle} nello script {studyShortDescription}"]}},92229:e=>{e.exports={en:['Set the time and price for "{studyShortDescription}"'],it:['Imposta tempo e prezzo per "{studyShortDescription}"']}},60935:e=>{e.exports={en:['Set the time for "{studyShortDescription}"'],it:['Imposta tempo per "{studyShortDescription}"']}},24404:e=>{e.exports={en:['Set the price for "{studyShortDescription}"'],it:['Imposta prezzo per "{studyShortDescription}"']}},8573:e=>{e.exports={en:["Search"],it:["Cerca"]}},57640:e=>{e.exports={en:["Select source"],it:["Seleziona fonte"]}},32179:e=>{e.exports={en:["September"],it:["Settembre"]}},31331:e=>{e.exports={en:["Specified value is more than the instrument maximum of {max}."],it:["Il valore specificato è superiore al massimo dello strumento: {max}."]}},24216:e=>{e.exports={en:["Specified value is less than the instrument minimum of {min}."],it:["Il valore specificato è inferiore al minimo dello strumento: {min}."]}},61480:e=>{e.exports={en:["Sunday"],it:["Domenica"]}},70235:e=>{e.exports={en:["Switch to months"],it:["Passa ai mesi"]}},91245:e=>{e.exports={en:["Switch to dates"],it:["Passa alle date"]}},71961:e=>{e.exports={en:["Switch to years"],it:["Passa agli anni"]}},95481:e=>{e.exports={en:["Symbol"],it:["Simbolo"]}},74007:e=>{e.exports={en:["Symbol & description"],it:["Simbolo e descrizione"]}},51165:e=>{e.exports={en:["Symbol Search"],it:["Ricerca simbolo"]}},27254:e=>{e.exports={en:["Please enter the right date"],it:["Inserisci la data corretta"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"],it:["Inserisci la data nel formato corretto: aaaa-mm-gg"]}},93984:e=>{e.exports={en:["Previous month"],it:["Mese passato"]}},75776:e=>{e.exports={en:["Previous year"],it:["Anno passato"]}},44701:e=>{e.exports={en:["Previous years"],it:["Anni passati"]}},89984:e=>{e.exports={en:["Remove color"],it:["Rimuovi colore"]}},94226:e=>{e.exports={en:["Wednesday"],it:["Mercoledì"]}},79137:e=>{e.exports={en:["Thursday"],it:["Giovedì"]}},54971:e=>{e.exports={en:["Thickness"],it:["Spessore"]}},82160:e=>{e.exports={en:["Tuesday"],it:["Martedì"]}},66181:e=>{e.exports={en:["Years"],it:["Anni"]}},70932:e=>{e.exports={en:["commodity"],
+it:["materia prima"]}},79599:e=>{e.exports={en:["cfd"]}},29426:e=>{e.exports={en:["change opacity"],it:["Cambia opacità"]}},31675:e=>{e.exports={en:["change color"],it:["Cambia colore"]}},28818:e=>{e.exports={en:["change line style"],it:["Cambia stile linea"]}},73281:e=>{e.exports={en:["change thickness"],it:["Cambia spessore"]}},25167:e=>{e.exports={en:["change {propertyName} property"],it:["cambio proprietà {propertyName}"]}},5741:e=>{e.exports={en:["close"],it:["chiusura"]}},46128:e=>{e.exports={en:["crypto"],it:["cripto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"],it:["economia"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"],it:["future"]}},59319:e=>{e.exports={en:["high"],it:["massimo"]}},96008:e=>{e.exports={en:["hl2"]}},91189:e=>{e.exports={en:["hlc3"]}},49242:e=>{e.exports={en:["hlcc4"]}},87464:e=>{e.exports={en:["index"],it:["indice"]}},90250:e=>{e.exports={en:["indices"],it:["Indici"]}},52793:e=>{e.exports={en:["ohlc4"]}},83584:e=>{e.exports={en:["open"],it:["apertura"]}},41902:e=>{e.exports={en:["low"],it:["minimo"]}},76752:e=>{e.exports={en:["stock"],it:["azione"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.9093.2cff9fa939c391056de4.js b/public/charting_library/bundles/it.9093.2cff9fa939c391056de4.js
new file mode 100644
index 0000000..10cad87
--- /dev/null
+++ b/public/charting_library/bundles/it.9093.2cff9fa939c391056de4.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9093,4109],{4543:e=>{e.exports={en:["Cancel"],it:["Annulla"]}},47742:e=>{e.exports={en:["Close menu"],it:["Chiudere menù"]}},69207:e=>{e.exports={en:["Add to favorites"],it:["Aggiungi ai preferiti"]}},8573:e=>{e.exports={en:["Search"],it:["Cerca"]}},85106:e=>{e.exports={en:["Remove from favorites"],it:["Rimuovi dai preferiti"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/it.9494.40d61f8ac3ffd8535658.js b/public/charting_library/bundles/it.9494.40d61f8ac3ffd8535658.js
new file mode 100644
index 0000000..f65bf07
--- /dev/null
+++ b/public/charting_library/bundles/it.9494.40d61f8ac3ffd8535658.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9494,6155,3367,2303,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],it:["#{count} (prezzo, barra)"]}},78930:e=>{e.exports={en:["Coordinates"],it:["Coordinate"]}},24197:e=>{e.exports={en:["Center"],it:["Centro"]}},6060:e=>{e.exports={en:["Add text"],it:["Aggiungi testo"]}},27567:e=>{e.exports={en:["Bottom"],it:["Sotto"]}},38408:e=>{e.exports={en:["Border"],it:["Bordo"]}},79468:e=>{e.exports={en:["Background"],it:["Sfondo"]}},72942:e=>{e.exports={en:["Days"],it:["Giorni"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],it:["Spostamento (prezzo, barra)"]}},56796:e=>{e.exports={en:["Hours"],it:["Ore"]}},95406:e=>{e.exports={en:["Horizontal"],it:["Orizzontale"]}},21429:e=>{e.exports={en:["Inputs"],it:["Input"]}},11626:e=>{e.exports={en:["Left"],it:["Sinistra"]}},43154:e=>{e.exports={en:["Months"],it:["Mesi"]}},68833:e=>{e.exports={en:["Middle"],it:["Medio"]}},42562:e=>{e.exports={en:["Minutes"],it:["Minuti"]}},65188:e=>{e.exports={en:["Seconds"],it:["Secondi"]}},50421:e=>{e.exports={en:["Right"],it:["Destra"]}},835:e=>{e.exports={en:["Weeks"],it:["Settimane"]}},97118:e=>{e.exports={en:["Top"],it:["Sopra"]}},70320:e=>{e.exports={en:["Text"],it:["Testo"]}},7560:e=>{e.exports={en:["Text wrap"],it:["Testo a capo"]}},25485:e=>{e.exports={en:["Text alignment"],it:["Allineamento testo"]}},67781:e=>{e.exports={en:["Text orientation"],it:["Orientamento testo"]}},24821:e=>{e.exports={en:["Ticks"],it:["Tick"]}},28683:e=>{e.exports={en:["Use one color"],it:["Usa un colore"]}},69526:e=>{e.exports={en:["Vertical"],it:["Verticale"]}},2066:e=>{e.exports={en:["change bar X coordinate"],it:["modifica coordinate di barra X"]}},11737:e=>{e.exports={en:["change price Y coordinate"],it:["modifica coordinate di prezzo Y"]}},26391:e=>{e.exports={en:["change the column width"],it:["modifica larghezza della colonna"]}},21863:e=>{e.exports={en:["change the row height"],it:["modifica altezza della riga"]}},59577:e=>{e.exports={en:["change {title} all lines color"],it:["cambio colore tutte le linee {title}"]}},69437:e=>{e.exports={en:["change {title} border color"],it:["modifica {title} colore del bordo"]}},13783:e=>{e.exports={en:["change {title} background transparency"],it:["cambio trasparenza sfondo {title}"]}},30839:e=>{e.exports={en:["change {title} background visibility"],it:["cambio visibilità sfondo {title}"]}},49765:e=>{e.exports={en:["change {title} background color"],it:["cambio colore sfondo {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],it:["cambio valore giorni {title}"]}},91201:e=>{e.exports={en:["change {title} days from"],it:["cambio valore giorni {title}"]}},8306:e=>{e.exports={en:["change {title} hours from"],it:["cambio valore ore {title}"]}},67233:e=>{e.exports={en:["change {title} hours to"],it:["cambio valore ore {title}"]}},55612:e=>{e.exports={en:["change {title} labels alignment"],it:["cambio allineamento etichette {title}"]}},93340:e=>{e.exports={en:["change {title} labels visibility"],
+it:["cambio visibilità etichette {title}"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],it:["cambio coeff linea livello {index} {title}"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],it:["cambio colore linea livello {index} {title}"]}},64707:e=>{e.exports={en:["change {title} level {index} line style"],it:["cambio stile linea liv {index} {title}"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"],it:["cambio visibilità linea livello {index} {title}"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"],it:["cambio spessore linea livello {index} {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],it:["cambio valore mesi {title}"]}},10518:e=>{e.exports={en:["change {title} months to"],it:["cambio valore mesi {title}"]}},38011:e=>{e.exports={en:["change {title} minutes to"],it:["cambio valore minuti {title}"]}},59820:e=>{e.exports={en:["change {title} minutes from"],it:["cambio valore minuti {title}"]}},6573:e=>{e.exports={en:["change {title} seconds to"],it:["cambio valore secondi {title}"]}},86780:e=>{e.exports={en:["change {title} seconds from"],it:["cambio valore secondi {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],it:["cambio valore settimane {title}"]}},18678:e=>{e.exports={en:["change {title} weeks to"],it:["cambio valore settimane {title}"]}},57122:e=>{e.exports={en:["change {title} text"],it:["modifica {title} text"]}},71665:e=>{e.exports={en:["change {title} texts alignment"],it:["modifica allineamento testo {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],it:["cambio visibilità {title} sui tick"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],it:["cambio visibilità {title} su settimane"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],it:["cambio visibilità {title} su {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],it:["cambio visibilità {title} su giorni"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],it:["cambio visibilità {title} su ore"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],it:["cambio visibilità {title} su minuti"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],it:["cambio visibilità {title} su mesi"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],it:["cambio visibilità {title} nei secondi"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],it:["cambio allineamento vert etichette {toolName}"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],it:["cambio allineamento orizz etichette {toolName}"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],it:["cambio direzione etichette {toolName}"]}},66668:e=>{e.exports={en:["change {toolName} text"],it:["cambio testo {toolName}"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],it:["cambio visibilità testo {toolName}"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],
+it:["cambio proprietà testo {toolName}"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],it:["cambio colore sfondo testo {toolName}"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],it:["cambio visibilità sfondo testo {toolName}"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],it:["cambio colore bordo testo {toolName}"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],it:["cambio spessore bordo testo {toolName}"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],it:["cambio visibilità bordo testo {toolName}"]}},64500:e=>{e.exports={en:["change {toolName} text color"],it:["cambio colore testo {toolName}"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],it:["cambio font grassetto {toolName}"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],it:["cambio font italico {toolName}"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],it:["cambio dimensione font {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],it:["cambio proprietà {propertyName}"]}},48499:e=>{e.exports={en:["add column to right"],it:["aggiungi colonna a destra"]}},48407:e=>{e.exports={en:["add row below"],it:["aggiungi riga sotto"]}},35813:e=>{e.exports={en:["days"],it:["Giorni"]}},89919:e=>{e.exports={en:["days to"],it:["giorni a"]}},59215:e=>{e.exports={en:["days from"],it:["giorni da"]}},2359:e=>{e.exports={en:["hours"],it:["Ore"]}},82267:e=>{e.exports={en:["hours from"],it:["ore da"]}},15600:e=>{e.exports={en:["hours to"],it:["ore a"]}},76261:e=>{e.exports={en:["move drawings"],it:["spostamento disegni"]}},95300:e=>{e.exports={en:["months"],it:["Mesi"]}},17250:e=>{e.exports={en:["months from"],it:["mesi da"]}},2828:e=>{e.exports={en:["months to"],it:["mesi a"]}},18726:e=>{e.exports={en:["minutes"],it:["Minuti"]}},67649:e=>{e.exports={en:["minutes to"],it:["minuti a"]}},22476:e=>{e.exports={en:["minutes from"],it:["minuti da"]}},751:e=>{e.exports={en:["seconds"],it:["secondi"]}},73419:e=>{e.exports={en:["seconds to"],it:["secondi a"]}},35801:e=>{e.exports={en:["seconds from"],it:["secondi da"]}},80240:e=>{e.exports={en:["remove column"],it:["rimuovi colonna"]}},4553:e=>{e.exports={en:["remove row"],it:["rimuovi riga"]}},24849:e=>{e.exports={en:["resize the cell"],it:["ridimensiona cella"]}},45537:e=>{e.exports={en:["weeks"],it:["settimane"]}},92859:e=>{e.exports={en:["weeks from"],it:["settimane da"]}},44127:e=>{e.exports={en:["weeks to"],it:["settimane a"]}},3539:e=>{e.exports={en:["ticks"],it:["Tick"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.101.d2f212f7ba1b45845d9f.js b/public/charting_library/bundles/ja.101.d2f212f7ba1b45845d9f.js
new file mode 100644
index 0000000..54b7789
--- /dev/null
+++ b/public/charting_library/bundles/ja.101.d2f212f7ba1b45845d9f.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[101],{23970:e=>{e.exports={en:["days"],ja:["日"]}},35157:e=>{e.exports={en:["hours"],ja:["時間"]}},18193:e=>{e.exports={en:["months"],ja:["月"]}},79930:e=>{e.exports={en:["minutes"],ja:["分"]}},7938:e=>{e.exports={en:["weeks"],ja:["週"]}},4543:e=>{e.exports={en:["Cancel"],ja:["キャンセル"]}},47742:e=>{e.exports={en:["Close menu"],ja:["メニューを閉じる"]}},42790:e=>{e.exports={en:["Add"],ja:["追加"]}},17854:e=>{e.exports={en:["Interval"],ja:["時間足"]}},17889:e=>{e.exports={en:["Interval already exists, please use a different value"],ja:["その時間足は既に存在するので、異なる値を使用してください"]}},23323:e=>{e.exports={en:["Interval value is too big, please try again"],ja:["時間足の値が大きすぎるので、別の値でお試しください"]}},19295:e=>{e.exports={en:["Ok"],ja:["OK"]}},98413:e=>{e.exports={en:["Type"],ja:["タイプ"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.1303.f07c410173ec0b804b22.js b/public/charting_library/bundles/ja.1303.f07c410173ec0b804b22.js
new file mode 100644
index 0000000..0864d56
--- /dev/null
+++ b/public/charting_library/bundles/ja.1303.f07c410173ec0b804b22.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1303],{53288:e=>{e.exports={en:["animals & nature"],ja:["動物 & 自然"]}},21311:e=>{e.exports={en:["activity"],ja:["アクティビティ"]}},90678:e=>{e.exports={en:["food & drink"],ja:["フード & ドリンク"]}},6715:e=>{e.exports={en:["flags"],ja:["旗"]}},98355:e=>{e.exports={en:["objects"],ja:["モノ"]}},43438:e=>{e.exports={en:["smiles & people"],ja:["スマイル & 人物"]}},40457:e=>{e.exports={en:["symbols"],ja:["記号"]}},88906:e=>{e.exports={en:["recently used"],ja:["最近使用したもの"]}},28562:e=>{e.exports={en:["travel & places"],ja:["トラベル & 場所"]}},64770:e=>{e.exports={en:["Confirmation"],ja:["確認"]}},4543:e=>{e.exports={en:["Cancel"],ja:["キャンセル"]}},4461:e=>{e.exports={en:["Add emoji"],ja:["絵文字を追加する"]}},19295:e=>{e.exports={en:["Ok"],ja:["OK"]}},38733:e=>{e.exports={en:["No"],ja:["いいえ"]}},85888:e=>{e.exports={en:["No results found"],ja:["該当なし"]}},64e3:e=>{e.exports={en:["Save"],ja:["保存"]}},47550:e=>{e.exports={en:["Remove selected emoji"],ja:["追加した絵文字を削除する"]}},6321:e=>{e.exports={en:["Rename"],ja:["名前を変更"]}},55512:e=>{e.exports={en:["Yes"],ja:["はい"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.1308.d1a986137a3ad4cdfe66.js b/public/charting_library/bundles/ja.1308.d1a986137a3ad4cdfe66.js
new file mode 100644
index 0000000..3718810
--- /dev/null
+++ b/public/charting_library/bundles/ja.1308.d1a986137a3ad4cdfe66.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1308,6155,5111,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ja:["#{count}(価格, バー)"]}},78930:e=>{e.exports={en:["Coordinates"],ja:["座標"]}},24197:e=>{e.exports={en:["Center"],ja:["中央"]}},27567:e=>{e.exports={en:["Bottom"],ja:["下"]}},17129:e=>{e.exports={en:["Bottom labels"],ja:["下ラベル"]}},79468:e=>{e.exports={en:["Background"],ja:["背景"]}},81356:e=>{e.exports={en:["Grid"],ja:["グリッド"]}},72942:e=>{e.exports={en:["Days"],ja:["日"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ja:["再配置 (価格, バー)"]}},56796:e=>{e.exports={en:["Hours"],ja:["時間"]}},95406:e=>{e.exports={en:["Horizontal"],ja:["水平"]}},21429:e=>{e.exports={en:["Inputs"],ja:["パラメーター"]}},11626:e=>{e.exports={en:["Left"],ja:["左"]}},65e3:e=>{e.exports={en:["Left labels"],ja:["左ラベル"]}},43154:e=>{e.exports={en:["Months"],ja:["月"]}},68833:e=>{e.exports={en:["Middle"],ja:["中央"]}},42562:e=>{e.exports={en:["Minutes"],ja:["分"]}},65188:e=>{e.exports={en:["Seconds"],ja:["秒"]}},58557:e=>{e.exports={en:["Price levels"],ja:["価格レベル"]}},64489:e=>{e.exports={en:["Reverse"],ja:["反転"]}},50421:e=>{e.exports={en:["Right"],ja:["右"]}},28971:e=>{e.exports={en:["Right labels"],ja:["右ラベル"]}},835:e=>{e.exports={en:["Weeks"],ja:["週"]}},97118:e=>{e.exports={en:["Top"],ja:["上"]}},74939:e=>{e.exports={en:["Top labels"],ja:["上ラベル"]}},70320:e=>{e.exports={en:["Text"],ja:["テキスト"]}},25485:e=>{e.exports={en:["Text alignment"],ja:["テキストの配置"]}},67781:e=>{e.exports={en:["Text orientation"],ja:["テキストの向き"]}},24821:e=>{e.exports={en:["Ticks"],ja:["ティック"]}},58476:e=>{e.exports={en:["Time levels"],ja:["時間レベル"]}},28683:e=>{e.exports={en:["Use one color"],ja:["同色を利用"]}},69526:e=>{e.exports={en:["Vertical"],ja:["垂直"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ja:["バーのX座標の変更"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ja:["価格のY座標の変更"]}},59577:e=>{e.exports={en:["change {title} all lines color"],ja:["{title}のすべてのラインの色の変更"]}},62130:e=>{e.exports={en:["change {title} bottom labels visibility"],ja:["{title}の下部ラベルの表示の変更"]}},13783:e=>{e.exports={en:["change {title} background transparency"],ja:["{title}の背景の透明度の変更"]}},30839:e=>{e.exports={en:["change {title} background visibility"],ja:["{title}の背景の表示の変更"]}},20664:e=>{e.exports={en:["change {title} grid visibility"],ja:["{title}のグリッドの表示の変更"]}},36467:e=>{e.exports={en:["change {title} grid line color"],ja:["{title}のグリッドラインの色の変更"]}},54244:e=>{e.exports={en:["change {title} grid line style"],ja:["{title}のグリッドラインのスタイルの変更"]}},30127:e=>{e.exports={en:["change {title} grid line width"],ja:["{title}のグリッドラインの幅の変更"]}},96135:e=>{e.exports={en:["change {title} days to"],ja:["{title}の可視性を何日までに変更"]}},91201:e=>{e.exports={en:["change {title} days from"],ja:["{title}の可視性を何日からに変更"]}},8306:e=>{e.exports={en:["change {title} hours from"],ja:["{title}の可視性を何時間からに変更"]}},67233:e=>{e.exports={en:["change {title} hours to"],ja:["{title}の可視性を何時間までに変更"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],ja:["{title}のレベル{index}ラインの係数の変更"]}},664:e=>{e.exports={
+en:["change {title} level {index} line color"],ja:["{title}のレベル{index}ラインの色の変更"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"],ja:["{title}のレベル{index}ラインの表示の変更"]}},63021:e=>{e.exports={en:["change {title} left labels visibility"],ja:["{title}の左ラベルの表示の変更"]}},99122:e=>{e.exports={en:["change {title} months from"],ja:["{title}の可視性を何ヶ月からに変更"]}},10518:e=>{e.exports={en:["change {title} months to"],ja:["{title}の可視性を何ヶ月までに変更"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ja:["{title}の可視性を何分までに変更"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ja:["{title}の可視性を何分からに変更"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ja:["{title}の可視性を何秒までに変更"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ja:["{title}の可視性を何秒からに変更"]}},50762:e=>{e.exports={en:["change {title} reverse"],ja:["{title}の反転の変更"]}},8390:e=>{e.exports={en:["change {title} right labels visibility"],ja:["{title}の右ラベルの表示の変更"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ja:["{title}の可視性を何週からに変更"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ja:["{title}の可視性を何週までに変更"]}},81301:e=>{e.exports={en:["change {title} top labels visibility"],ja:["{title}の上部ラベルの表示の変更"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ja:["{title}のティックでの可視性の変更"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ja:["{title}の週足の可視性の変更"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ja:["{ranges}で{title}の表示の変更"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ja:["{title}の日足の可視性の変更"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ja:["{title}の時間足の可視性の変更"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ja:["{title}の分足の可視性の変更"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ja:["{title}の月足の可視性の変更"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ja:["{title}の秒足での可視性の変更"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ja:["{propertyName}プロパティの変更"]}},35813:e=>{e.exports={en:["days"],ja:["日"]}},89919:e=>{e.exports={en:["days to"],ja:["何日まで"]}},59215:e=>{e.exports={en:["days from"],ja:["何日から"]}},77114:e=>{e.exports={en:["erase level line"],ja:["レベルラインの消去"]}},2359:e=>{e.exports={en:["hours"],ja:["時間"]}},82267:e=>{e.exports={en:["hours from"],ja:["何時間から"]}},15600:e=>{e.exports={en:["hours to"],ja:["何時間まで"]}},76261:e=>{e.exports={en:["move drawings"],ja:["描画の移動"]}},95300:e=>{e.exports={en:["months"],ja:["月"]}},17250:e=>{e.exports={en:["months from"],ja:["何ヶ月から"]}},2828:e=>{e.exports={en:["months to"],ja:["何ヶ月まで"]}},18726:e=>{e.exports={en:["minutes"],ja:["分"]}},67649:e=>{e.exports={en:["minutes to"],ja:["何分まで"]}},22476:e=>{e.exports={en:["minutes from"],ja:["何分から"]}},751:e=>{e.exports={en:["seconds"],ja:["秒"]}},73419:e=>{e.exports={en:["seconds to"],ja:["何秒まで"]}},35801:e=>{e.exports={en:["seconds from"],ja:["何秒から"]}},45537:e=>{e.exports={en:["weeks"],ja:["週"]}},92859:e=>{e.exports={en:["weeks from"],ja:["何週から"]}},44127:e=>{e.exports={en:["weeks to"],ja:["何週まで"]}},
+3539:e=>{e.exports={en:["ticks"],ja:["ティック"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.1341.1068954aa326300ef390.js b/public/charting_library/bundles/ja.1341.1068954aa326300ef390.js
new file mode 100644
index 0000000..8dad817
--- /dev/null
+++ b/public/charting_library/bundles/ja.1341.1068954aa326300ef390.js
@@ -0,0 +1,5 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1341,6155,4821],{13616:e=>{e.exports={en:["#{count} (bar)"],ja:["#{count} (バー)"]}},80166:e=>{e.exports={en:["#{count} (price, bar)"],ja:["#{count}(価格, バー)"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"],ja:["(始値 + 高値 + 安値 + 終値)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"],ja:["(高値 + 安値 + 終値)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"],ja:["(高値 + 安値)/2"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],ja:["(現在足の始値基準ではなく)前の足の終値基準でバーの色を判定"]}},78930:e=>{e.exports={en:["Coordinates"],ja:["座標"]}},24197:e=>{e.exports={en:["Center"],ja:["中央"]}},84831:e=>{e.exports={en:["Close line"],ja:["ライン - 終値"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],ja:["配当でデータを調整"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],ja:["限月の切り替えを調整"]}},27567:e=>{e.exports={en:["Bottom"],ja:["下"]}},3159:e=>{e.exports={en:["Bottom line"],ja:["下部ライン"]}},74406:e=>{e.exports={en:["Body"],ja:["実体"]}},333:e=>{e.exports={en:["Borders"],ja:["枠"]}},42398:e=>{e.exports={en:["Base"],ja:["ベース"]}},28975:e=>{e.exports={en:["Base level"],ja:["基準レベル"]}},71776:e=>{e.exports={en:["Down"],ja:["下"]}},17611:e=>{e.exports={en:["Down bars"],ja:["下降バー"]}},23743:e=>{e.exports={en:["Down color"],ja:["下降カラー"]}},48225:e=>{e.exports={en:["Data modification"],ja:["データの調整"]}},72942:e=>{e.exports={en:["Days"],ja:["日"]}},16564:e=>{e.exports={en:["Default"],ja:["デフォルト"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ja:["再配置 (価格, バー)"]}},89212:e=>{e.exports={en:["Display inactivity gaps on intraday"]}},59777:e=>{e.exports={en:["Electronic trading hours background"],ja:["電子取引時間の背景"]}},819:e=>{e.exports={en:["Extend lines"],ja:["ラインを延長"]}},41129:e=>{e.exports={en:["Fill"],ja:["塗りつぶし"]}},61112:e=>{e.exports={en:["Fill top area"],ja:["上部エリア"]}},73185:e=>{e.exports={en:["Fill bottom area"],ja:["下部エリア"]}},56796:e=>{e.exports={en:["Hours"],ja:["時間"]}},95406:e=>{e.exports={en:["Horizontal"],ja:["水平"]}},56359:e=>{e.exports={en:["High line"],ja:["ライン - 高値"]}},47326:e=>{e.exports={en:["Integer"],ja:["整数"]}},21429:e=>{e.exports={en:["Inputs"],ja:["パラメーター"]}},64075:e=>{e.exports={en:["Override min tick"],ja:["小数点表示"]}},34579:e=>{e.exports={en:["Low line"],ja:["ライン - 安値"]}},11626:e=>{e.exports={en:["Left"],ja:["左"]}},43154:e=>{e.exports={en:["Months"],ja:["月"]}},68833:e=>{e.exports={en:["Middle"],ja:["中央"]}},42562:e=>{e.exports={en:["Minutes"],ja:["分"]}},65188:e=>{e.exports={en:["Seconds"],ja:["秒"]}},13350:e=>{e.exports={en:["Pearson's R"],ja:["ピアソンの積率相関係数"]}},88327:e=>{e.exports={en:["Pre/post market hours background"],ja:["プレ/アフターマーケット時間の背景"]}},59766:e=>{e.exports={en:["Precision"],ja:["精度"]}},84684:e=>{e.exports={en:["Price source"],ja:["価格のソース"]}},73466:e=>{e.exports={en:["Projection up bars"],ja:["上昇予測バー"]}},77430:e=>{e.exports={en:["Projection candles"],ja:["予測バー"]}},88367:e=>{e.exports={en:["Projection down bars"],ja:["下降予測バー"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"],ja:["価格スケールに(平均足ではなく)実際の価格を表示"]}},50421:e=>{e.exports={
+en:["Right"],ja:["右"]}},835:e=>{e.exports={en:["Weeks"],ja:["週"]}},32163:e=>{e.exports={en:["Wick"],ja:["ヒゲ"]}},97118:e=>{e.exports={en:["Top"],ja:["上"]}},89349:e=>{e.exports={en:["Top line"],ja:["上部ライン"]}},70320:e=>{e.exports={en:["Text"],ja:["テキスト"]}},25485:e=>{e.exports={en:["Text alignment"],ja:["テキストの配置"]}},67781:e=>{e.exports={en:["Text orientation"],ja:["テキストの向き"]}},20215:e=>{e.exports={en:["Thin bars"],ja:["細いバー"]}},24821:e=>{e.exports={en:["Ticks"],ja:["ティック"]}},77073:e=>{e.exports={en:["Timezone"],ja:["タイムゾーン"]}},22691:e=>{e.exports={en:["Up"],ja:["上"]}},23091:e=>{e.exports={en:["Up color"],ja:["上昇カラー"]}},36957:e=>{e.exports={en:["Up bars"],ja:["上昇バー"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"],ja:["日足で清算価格を終値として利用"]}},69526:e=>{e.exports={en:["Vertical"],ja:["垂直"]}},21105:e=>{e.exports={en:["candle"],ja:["ローソク足"]}},27068:e=>{e.exports={en:["change HLC bars"],ja:["HLCバーの変更"]}},21201:e=>{e.exports={en:["change HLC bars color"]}},86866:e=>{e.exports={en:["change area fill color"],ja:["エリアの塗りつぶしの色の変更"]}},89346:e=>{e.exports={en:["change area line width"],ja:["エリアラインの幅の変更"]}},29605:e=>{e.exports={en:["change area line color"],ja:["エリアラインの色の変更"]}},4640:e=>{e.exports={en:["change area price source"],ja:["エリア価格のソースの変更"]}},42190:e=>{e.exports={en:["change base level"],ja:["基準レベルの変更"]}},71785:e=>{e.exports={en:["change baseline bottom line color"],ja:["ベースラインの下部ラインの色の変更"]}},56175:e=>{e.exports={en:["change baseline bottom line width"],ja:["ベースラインの下部ラインの幅の変更"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"],ja:["ベースラインの下部エリアの塗りつぶしの色の変更"]}},92873:e=>{e.exports={en:["change baseline fill top area color"],ja:["ベースラインの上部エリアの塗りつぶしの色の変更"]}},68609:e=>{e.exports={en:["change baseline price source"],ja:["ベースラインの価格ソースの変更"]}},69044:e=>{e.exports={en:["change baseline top line color"],ja:["ベースラインの上部ラインの色の変更"]}},68197:e=>{e.exports={en:["change baseline top line width"],ja:["ベースラインの上部ラインの幅の変更"]}},33464:e=>{e.exports={en:["change bar up color"],ja:["上昇バーの色の変更"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ja:["バーのX座標の変更"]}},59622:e=>{e.exports={en:["change bar down color"],ja:["下降バーの色の変更"]}},43090:e=>{e.exports={en:["change color bars based on previous close"],ja:["前の足の終値基準でバーの色の変更"]}},88324:e=>{e.exports={en:["change column up color"],ja:["カラムの上昇カラーの変更"]}},93890:e=>{e.exports={en:["change column down color"],ja:["カラムの下降カラーの変更"]}},4727:e=>{e.exports={en:["change column price source"],ja:["カラムの価格ソースの変更"]}},82063:e=>{e.exports={en:["change decimal places"],ja:["小数点以下の桁数の変更"]}},44223:e=>{e.exports={en:["change extended hours color"],ja:["時間外取引の色の変更"]}},47393:e=>{e.exports={en:["change electronic trading hours"],ja:["電子取引時間の変更"]}},6026:e=>{e.exports={en:["change high-low body color"],ja:["ハイローの実体の色の変更"]}},73021:e=>{e.exports={en:["change high-low body visibility"],ja:["ハイローの実体の表示の変更"]}},46844:e=>{e.exports={en:["change high-low border color"],ja:["ハイローの枠の色の変更"]}},15801:e=>{e.exports={en:["change high-low borders visibility"],ja:["ハイローの枠の表示の変更"]}},72399:e=>{e.exports={
+en:["change high-low labels visibility"],ja:["ハイローのラベルの表示の変更"]}},56961:e=>{e.exports={en:["change high-low labels color"],ja:["ハイローのラベルの色の変更"]}},88640:e=>{e.exports={en:["change line color"],ja:["ラインの色の変更"]}},41837:e=>{e.exports={en:["change line price source"],ja:["ライン価格のソースの変更"]}},48339:e=>{e.exports={en:["change line width"],ja:["ライン幅の変更"]}},38730:e=>{e.exports={en:["change post market color"],ja:["アフターマーケットの色の変更"]}},44371:e=>{e.exports={en:["change pre market color"],ja:["プレマーケットの色の変更"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ja:["価格のY座標の変更"]}},16241:e=>{e.exports={en:["change range bars style"],ja:["レンジバーのスタイルの変更"]}},65821:e=>{e.exports={en:["change range thin bars"],ja:["レンジバーの細さの変更"]}},75487:e=>{e.exports={en:["change renko wick down color"],ja:["下降の練行足のヒゲの色の変更"]}},92277:e=>{e.exports={en:["change renko wick up color"],ja:["練行足のヒゲの色の変更"]}},79604:e=>{e.exports={en:["change renko wick visibility"],ja:["練行足のヒゲの表示の変更"]}},91109:e=>{e.exports={en:["change study overlay min tick"],ja:["インジケーターの最小ティックの変更"]}},82924:e=>{e.exports={en:["change study overlay style"],ja:["インジケーターのオーバーレイのスタイルの変更"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"],ja:["価格スケールに(平均足ではなく)実際の価格を表示の変更"]}},60834:e=>{e.exports={en:["change thin bars"],ja:["細いバーの変更"]}},78509:e=>{e.exports={en:["change {title} base line color"],ja:["{title}のベースラインの色の変更"]}},27864:e=>{e.exports={en:["change {title} base line style"],ja:["{title}のベースラインのスタイルの変更"]}},96177:e=>{e.exports={en:["change {title} base line visibility"],ja:["{title}のベースラインの表示の変更"]}},17926:e=>{e.exports={en:["change {title} base line width"],ja:["{title}のベースラインの幅の変更"]}},41638:e=>{e.exports={en:["change {title} down line color"],ja:["{title}の下降ラインの色の変更"]}},51842:e=>{e.exports={en:["change {title} down line style"],ja:["{title}の下降ラインのスタイルの変更"]}},46410:e=>{e.exports={en:["change {title} down line visibility"],ja:["{title}の下降ラインの表示の変更"]}},64615:e=>{e.exports={en:["change {title} down line width"],ja:["{title}の下降ラインの幅の変更"]}},96135:e=>{e.exports={en:["change {title} days to"],ja:["{title}の可視性を何日までに変更"]}},91201:e=>{e.exports={en:["change {title} days from"],ja:["{title}の可視性を何日からに変更"]}},76295:e=>{e.exports={en:["change {title} extend lines"],ja:["{title}のラインを延長の変更"]}},8306:e=>{e.exports={en:["change {title} hours from"],ja:["{title}の可視性を何時間からに変更"]}},67233:e=>{e.exports={en:["change {title} hours to"],ja:["{title}の可視性を何時間までに変更"]}},99122:e=>{e.exports={en:["change {title} months from"],ja:["{title}の可視性を何ヶ月からに変更"]}},10518:e=>{e.exports={en:["change {title} months to"],ja:["{title}の可視性を何ヶ月までに変更"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ja:["{title}の可視性を何分までに変更"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ja:["{title}の可視性を何分からに変更"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ja:["{title}の可視性を何秒までに変更"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ja:["{title}の可視性を何秒からに変更"]}},6207:e=>{e.exports={en:["change {title} show pearson's r"],ja:["{title}のピアソンの積率相関係数の表示の変更"]}},32481:e=>{
+e.exports={en:["change {title} weeks from"],ja:["{title}の可視性を何週からに変更"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ja:["{title}の可視性を何週までに変更"]}},42553:e=>{e.exports={en:["change {title} up line visibility"],ja:["{title}の上昇ラインの表示の変更"]}},63824:e=>{e.exports={en:["change {title} up line width"],ja:["{title}の上昇ラインの幅の変更"]}},89178:e=>{e.exports={en:["change {title} up line color"],ja:["{title}の上昇ラインの色の変更"]}},51188:e=>{e.exports={en:["change {title} up line style"],ja:["{title}の上昇ラインのスタイルの変更"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ja:["{title}のティックでの可視性の変更"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ja:["{title}の週足の可視性の変更"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ja:["{ranges}で{title}の表示の変更"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ja:["{title}の日足の可視性の変更"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ja:["{title}の時間足の可視性の変更"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ja:["{title}の分足の可視性の変更"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ja:["{title}の月足の可視性の変更"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ja:["{title}の秒足での可視性の変更"]}},17214:e=>{e.exports={en:["change {candleType} up border color"],ja:["上昇の{candleType}の枠の色の変更"]}},36697:e=>{e.exports={en:["change {candleType} up color"],ja:["上昇の{candleType}の色の変更"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"],ja:["下降の{candleType}のヒゲの色の変更"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"],ja:["上昇の{candleType}のヒゲの色の変更"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"],ja:["{candleType}のヒゲの表示の変更"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"],ja:["{candleType}の実体の表示の変更"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"],ja:["{candleType}の枠の表示の変更"]}},20291:e=>{e.exports={en:["change {candleType} down border color"],ja:["下降の{candleType}の枠の色の変更"]}},64571:e=>{e.exports={en:["change {candleType} down color"],ja:["下降の{candleType}の色の変更"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"],ja:["{chartType}の下降バーの枠の色の変更"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"],ja:["{chartType}の上昇バーの枠の色の変更"]}},5012:e=>{e.exports={en:["change {chartType} down color"],ja:["下降の{chartType}の色の変更"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"],ja:["{chartType}の上昇予測バーの枠の色の変更"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"],ja:["{chartType}の下降予測バーの色の変更"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"],ja:["{chartType}の上昇予測バーの色の変更"]}},6970:e=>{e.exports={en:["change {chartType} up color"],ja:["上昇の{chartType}の色の変更"]}},66110:e=>{e.exports={en:["change {inputName} property"],ja:["{inputName}プロパティの変更"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ja:["{propertyName}プロパティの変更"]}},18077:e=>{e.exports={en:["adjust data for dividends"],ja:["配当でデータの調整"]}},1433:e=>{e.exports={
+en:["adjust for contract changes"],ja:["限月の切り替えを調整"]}},35813:e=>{e.exports={en:["days"],ja:["日"]}},89919:e=>{e.exports={en:["days to"],ja:["何日まで"]}},59215:e=>{e.exports={en:["days from"],ja:["何日から"]}},2359:e=>{e.exports={en:["hours"],ja:["時間"]}},82267:e=>{e.exports={en:["hours from"],ja:["何時間から"]}},15600:e=>{e.exports={en:["hours to"],ja:["何時間まで"]}},92598:e=>{e.exports={en:["hollow candles"],ja:["中空ローソク足"]}},76261:e=>{e.exports={en:["move drawings"],ja:["描画の移動"]}},95300:e=>{e.exports={en:["months"],ja:["月"]}},17250:e=>{e.exports={en:["months from"],ja:["何ヶ月から"]}},2828:e=>{e.exports={en:["months to"],ja:["何ヶ月まで"]}},18726:e=>{e.exports={en:["minutes"],ja:["分"]}},67649:e=>{e.exports={en:["minutes to"],ja:["何分まで"]}},22476:e=>{e.exports={en:["minutes from"],ja:["何分から"]}},751:e=>{e.exports={en:["seconds"],ja:["秒"]}},73419:e=>{e.exports={en:["seconds to"],ja:["何秒まで"]}},35801:e=>{e.exports={en:["seconds from"],ja:["何秒から"]}},57243:e=>{e.exports={en:["range","ranges"],ja:["レンジ"]}},70282:e=>{e.exports={en:["renko"],ja:["練行足"]}},45537:e=>{e.exports={en:["weeks"],ja:["週"]}},92859:e=>{e.exports={en:["weeks from"],ja:["何週から"]}},44127:e=>{e.exports={en:["weeks to"],ja:["何週まで"]}},28871:e=>{e.exports={en:["toggle intraday inactivity gaps"]}},3539:e=>{e.exports={en:["ticks"],ja:["ティック"]}},92978:e=>{e.exports={en:["use settlement as close on daily interval"],ja:["日足で清算価格を終値として利用"]}},59644:e=>{e.exports={en:["{value} decimal","{value} decimals"],ja:["{value}桁"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.1427.8971bd84437c851f01a9.js b/public/charting_library/bundles/ja.1427.8971bd84437c851f01a9.js
new file mode 100644
index 0000000..c2a325e
--- /dev/null
+++ b/public/charting_library/bundles/ja.1427.8971bd84437c851f01a9.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1427,2787,6760,6155,7850,7122,5111,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ja:["#{count}(価格, バー)"]}},78930:e=>{e.exports={en:["Coordinates"],ja:["座標"]}},24197:e=>{e.exports={en:["Center"],ja:["中央"]}},6060:e=>{e.exports={en:["Add text"],ja:["テキストを追加"]}},27567:e=>{e.exports={en:["Bottom"],ja:["下"]}},79468:e=>{e.exports={en:["Background"],ja:["背景"]}},72942:e=>{e.exports={en:["Days"],ja:["日"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ja:["再配置 (価格, バー)"]}},61856:e=>{e.exports={en:["Extend left line"],ja:["ラインを左に延長"]}},87430:e=>{e.exports={en:["Extend right line"],ja:["ラインを右に延長"]}},95279:e=>{e.exports={en:["Full circles"],ja:["完全な円"]}},56796:e=>{e.exports={en:["Hours"],ja:["時間"]}},95406:e=>{e.exports={en:["Horizontal"],ja:["水平"]}},21429:e=>{e.exports={en:["Inputs"],ja:["パラメーター"]}},79650:e=>{e.exports={en:["Levels"],ja:["レベル"]}},11626:e=>{e.exports={en:["Left"],ja:["左"]}},43154:e=>{e.exports={en:["Months"],ja:["月"]}},68833:e=>{e.exports={en:["Middle"],ja:["中央"]}},42562:e=>{e.exports={en:["Minutes"],ja:["分"]}},65188:e=>{e.exports={en:["Seconds"],ja:["秒"]}},50421:e=>{e.exports={en:["Right"],ja:["右"]}},835:e=>{e.exports={en:["Weeks"],ja:["週"]}},97118:e=>{e.exports={en:["Top"],ja:["上"]}},70320:e=>{e.exports={en:["Text"],ja:["テキスト"]}},25485:e=>{e.exports={en:["Text alignment"],ja:["テキストの配置"]}},67781:e=>{e.exports={en:["Text orientation"],ja:["テキストの向き"]}},24821:e=>{e.exports={en:["Ticks"],ja:["ティック"]}},51574:e=>{e.exports={en:["Trend line"],ja:["トレンドライン"]}},28683:e=>{e.exports={en:["Use one color"],ja:["同色を利用"]}},69526:e=>{e.exports={en:["Vertical"],ja:["垂直"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ja:["バーのX座標の変更"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ja:["価格のY座標の変更"]}},59577:e=>{e.exports={en:["change {title} all lines color"],ja:["{title}のすべてのラインの色の変更"]}},13783:e=>{e.exports={en:["change {title} background transparency"],ja:["{title}の背景の透明度の変更"]}},30839:e=>{e.exports={en:["change {title} background visibility"],ja:["{title}の背景の表示の変更"]}},96135:e=>{e.exports={en:["change {title} days to"],ja:["{title}の可視性を何日までに変更"]}},91201:e=>{e.exports={en:["change {title} days from"],ja:["{title}の可視性を何日からに変更"]}},30484:e=>{e.exports={en:["change {title} full circles visibility"],ja:["{title}の完全な円での表示の変更"]}},8306:e=>{e.exports={en:["change {title} hours from"],ja:["{title}の可視性を何時間からに変更"]}},67233:e=>{e.exports={en:["change {title} hours to"],ja:["{title}の可視性を何時間までに変更"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],ja:["{title}のレベル{index}ラインの係数の変更"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],ja:["{title}のレベル{index}ラインの色の変更"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"],ja:["{title}のレベル{index}ラインの表示の変更"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"],ja:["{title}のレベル{index}ラインの幅の変更"]}},54517:e=>{e.exports={en:["change {title} levels visibility"],ja:["{title}のレベルの表示の変更"]}},99122:e=>{e.exports={
+en:["change {title} months from"],ja:["{title}の可視性を何ヶ月からに変更"]}},10518:e=>{e.exports={en:["change {title} months to"],ja:["{title}の可視性を何ヶ月までに変更"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ja:["{title}の可視性を何分までに変更"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ja:["{title}の可視性を何分からに変更"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ja:["{title}の可視性を何秒までに変更"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ja:["{title}の可視性を何秒からに変更"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ja:["{title}の可視性を何週からに変更"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ja:["{title}の可視性を何週までに変更"]}},57122:e=>{e.exports={en:["change {title} text"],ja:["{title}のテキストの変更"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ja:["{title}のティックでの可視性の変更"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ja:["{title}の週足の可視性の変更"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ja:["{ranges}で{title}の表示の変更"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ja:["{title}の日足の可視性の変更"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ja:["{title}の時間足の可視性の変更"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ja:["{title}の分足の可視性の変更"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ja:["{title}の月足の可視性の変更"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ja:["{title}の秒足での可視性の変更"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],ja:["{toolName}のラインの表示の変更"]}},19541:e=>{e.exports={en:["change {toolName} line width"],ja:["{toolName}のラインの幅の変更"]}},24059:e=>{e.exports={en:["change {toolName} line color"],ja:["{toolName}のラインの色の変更"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],ja:["{toolName}のラインを左に延長の変更"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],ja:["{toolName}のラインを右に延長の変更"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],ja:["{toolName}のラインの左端の変更"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],ja:["{toolName}のラインの右端の変更"]}},66429:e=>{e.exports={en:["change {toolName} line style"],ja:["{toolName}のラインのスタイルの変更"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ja:["{propertyName}プロパティの変更"]}},35813:e=>{e.exports={en:["days"],ja:["日"]}},89919:e=>{e.exports={en:["days to"],ja:["何日まで"]}},59215:e=>{e.exports={en:["days from"],ja:["何日から"]}},77114:e=>{e.exports={en:["erase level line"],ja:["レベルラインの消去"]}},2359:e=>{e.exports={en:["hours"],ja:["時間"]}},82267:e=>{e.exports={en:["hours from"],ja:["何時間から"]}},15600:e=>{e.exports={en:["hours to"],ja:["何時間まで"]}},76261:e=>{e.exports={en:["move drawings"],ja:["描画の移動"]}},95300:e=>{e.exports={en:["months"],ja:["月"]}},17250:e=>{e.exports={en:["months from"],ja:["何ヶ月から"]}},2828:e=>{e.exports={en:["months to"],ja:["何ヶ月まで"]}},18726:e=>{e.exports={en:["minutes"],ja:["分"]}},67649:e=>{e.exports={en:["minutes to"],ja:["何分まで"]}},22476:e=>{e.exports={en:["minutes from"],ja:["何分から"]}},751:e=>{e.exports={en:["seconds"],ja:["秒"]}},73419:e=>{e.exports={
+en:["seconds to"],ja:["何秒まで"]}},35801:e=>{e.exports={en:["seconds from"],ja:["何秒から"]}},45537:e=>{e.exports={en:["weeks"],ja:["週"]}},92859:e=>{e.exports={en:["weeks from"],ja:["何週から"]}},44127:e=>{e.exports={en:["weeks to"],ja:["何週まで"]}},3539:e=>{e.exports={en:["ticks"],ja:["ティック"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.1432.d43e80e1d49b8e361fa5.js b/public/charting_library/bundles/ja.1432.d43e80e1d49b8e361fa5.js
new file mode 100644
index 0000000..267a93c
--- /dev/null
+++ b/public/charting_library/bundles/ja.1432.d43e80e1d49b8e361fa5.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1432,2787,6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ja:["#{count}(価格, バー)"]}},78930:e=>{e.exports={en:["Coordinates"],ja:["座標"]}},24197:e=>{e.exports={en:["Center"],ja:["中央"]}},27567:e=>{e.exports={en:["Bottom"],ja:["下"]}},79468:e=>{e.exports={en:["Background"],ja:["背景"]}},72942:e=>{e.exports={en:["Days"],ja:["日"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ja:["再配置 (価格, バー)"]}},61856:e=>{e.exports={en:["Extend left line"],ja:["ラインを左に延長"]}},87430:e=>{e.exports={en:["Extend right line"],ja:["ラインを右に延長"]}},56796:e=>{e.exports={en:["Hours"],ja:["時間"]}},95406:e=>{e.exports={en:["Horizontal"],ja:["水平"]}},21429:e=>{e.exports={en:["Inputs"],ja:["パラメーター"]}},11626:e=>{e.exports={en:["Left"],ja:["左"]}},43154:e=>{e.exports={en:["Months"],ja:["月"]}},68833:e=>{e.exports={en:["Middle"],ja:["中央"]}},42562:e=>{e.exports={en:["Minutes"],ja:["分"]}},65188:e=>{e.exports={en:["Seconds"],ja:["秒"]}},50421:e=>{e.exports={en:["Right"],ja:["右"]}},835:e=>{e.exports={en:["Weeks"],ja:["週"]}},97118:e=>{e.exports={en:["Top"],ja:["上"]}},70320:e=>{e.exports={en:["Text"],ja:["テキスト"]}},25485:e=>{e.exports={en:["Text alignment"],ja:["テキストの配置"]}},67781:e=>{e.exports={en:["Text orientation"],ja:["テキストの向き"]}},24821:e=>{e.exports={en:["Ticks"],ja:["ティック"]}},69526:e=>{e.exports={en:["Vertical"],ja:["垂直"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ja:["バーのX座標の変更"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ja:["価格のY座標の変更"]}},30839:e=>{e.exports={en:["change {title} background visibility"],ja:["{title}の背景の表示の変更"]}},49765:e=>{e.exports={en:["change {title} background color"],ja:["{title}の背景色の変更"]}},96135:e=>{e.exports={en:["change {title} days to"],ja:["{title}の可視性を何日までに変更"]}},91201:e=>{e.exports={en:["change {title} days from"],ja:["{title}の可視性を何日からに変更"]}},8306:e=>{e.exports={en:["change {title} hours from"],ja:["{title}の可視性を何時間からに変更"]}},67233:e=>{e.exports={en:["change {title} hours to"],ja:["{title}の可視性を何時間までに変更"]}},99122:e=>{e.exports={en:["change {title} months from"],ja:["{title}の可視性を何ヶ月からに変更"]}},10518:e=>{e.exports={en:["change {title} months to"],ja:["{title}の可視性を何ヶ月までに変更"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ja:["{title}の可視性を何分までに変更"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ja:["{title}の可視性を何分からに変更"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ja:["{title}の可視性を何秒までに変更"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ja:["{title}の可視性を何秒からに変更"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ja:["{title}の可視性を何週からに変更"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ja:["{title}の可視性を何週までに変更"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ja:["{title}のティックでの可視性の変更"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ja:["{title}の週足の可視性の変更"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ja:["{ranges}で{title}の表示の変更"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ja:["{title}の日足の可視性の変更"]}},
+68715:e=>{e.exports={en:["change {title} visibility on hours"],ja:["{title}の時間足の可視性の変更"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ja:["{title}の分足の可視性の変更"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ja:["{title}の月足の可視性の変更"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ja:["{title}の秒足での可視性の変更"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],ja:["{toolName}のラインの表示の変更"]}},19541:e=>{e.exports={en:["change {toolName} line width"],ja:["{toolName}のラインの幅の変更"]}},24059:e=>{e.exports={en:["change {toolName} line color"],ja:["{toolName}のラインの色の変更"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],ja:["{toolName}のラインを左に延長の変更"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],ja:["{toolName}のラインを右に延長の変更"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],ja:["{toolName}のラインの左端の変更"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],ja:["{toolName}のラインの右端の変更"]}},66429:e=>{e.exports={en:["change {toolName} line style"],ja:["{toolName}のラインのスタイルの変更"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ja:["{propertyName}プロパティの変更"]}},35813:e=>{e.exports={en:["days"],ja:["日"]}},89919:e=>{e.exports={en:["days to"],ja:["何日まで"]}},59215:e=>{e.exports={en:["days from"],ja:["何日から"]}},2359:e=>{e.exports={en:["hours"],ja:["時間"]}},82267:e=>{e.exports={en:["hours from"],ja:["何時間から"]}},15600:e=>{e.exports={en:["hours to"],ja:["何時間まで"]}},76261:e=>{e.exports={en:["move drawings"],ja:["描画の移動"]}},95300:e=>{e.exports={en:["months"],ja:["月"]}},17250:e=>{e.exports={en:["months from"],ja:["何ヶ月から"]}},2828:e=>{e.exports={en:["months to"],ja:["何ヶ月まで"]}},18726:e=>{e.exports={en:["minutes"],ja:["分"]}},67649:e=>{e.exports={en:["minutes to"],ja:["何分まで"]}},22476:e=>{e.exports={en:["minutes from"],ja:["何分から"]}},751:e=>{e.exports={en:["seconds"],ja:["秒"]}},73419:e=>{e.exports={en:["seconds to"],ja:["何秒まで"]}},35801:e=>{e.exports={en:["seconds from"],ja:["何秒から"]}},45537:e=>{e.exports={en:["weeks"],ja:["週"]}},92859:e=>{e.exports={en:["weeks from"],ja:["何週から"]}},44127:e=>{e.exports={en:["weeks to"],ja:["何週まで"]}},3539:e=>{e.exports={en:["ticks"],ja:["ティック"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.1629.7afd8c16ef79eab8b22e.js b/public/charting_library/bundles/ja.1629.7afd8c16ef79eab8b22e.js
new file mode 100644
index 0000000..055053f
--- /dev/null
+++ b/public/charting_library/bundles/ja.1629.7afd8c16ef79eab8b22e.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1629],{80473:e=>{e.exports={en:["Add column to right"],ja:["右に列を追加"]}},61702:e=>{e.exports={en:["Add row below"],ja:["下に行を追加"]}},33500:e=>{e.exports={en:["Remove column"],ja:["列を削除"]}},85069:e=>{e.exports={en:["Remove row"],ja:["行を削除"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.1715.48491249cfe3a1a8a335.js b/public/charting_library/bundles/ja.1715.48491249cfe3a1a8a335.js
new file mode 100644
index 0000000..23ffc79
--- /dev/null
+++ b/public/charting_library/bundles/ja.1715.48491249cfe3a1a8a335.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1715],{79355:e=>{e.exports={en:["Save template as"],ja:["名前を付けてテンプレートを保存"]}},41018:e=>{e.exports={en:["Template '{themeName}' already exists. Do you really want to replace it?"],ja:["テンプレート「{themeName}」が既に存在しています。本当にこの内容に置き換えてもよいですか?"]}},59233:e=>{e.exports={en:["Template name"],ja:["テンプレート名"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.2134.fb8463bf93e547b8a24f.js b/public/charting_library/bundles/ja.2134.fb8463bf93e547b8a24f.js
new file mode 100644
index 0000000..df7b51e
--- /dev/null
+++ b/public/charting_library/bundles/ja.2134.fb8463bf93e547b8a24f.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2134,4109],{14143:e=>{e.exports={en:["currency"],ja:["通貨"]}},53288:e=>{e.exports={en:["animals & nature"],ja:["動物 & 自然"]}},21311:e=>{e.exports={en:["activity"],ja:["アクティビティ"]}},74245:e=>{e.exports={en:["arrows"],ja:["矢印"]}},51853:e=>{e.exports={en:["gestures & smileys"],ja:["ジェスチャー & スマイリー"]}},90678:e=>{e.exports={en:["food & drink"],ja:["フード & ドリンク"]}},6715:e=>{e.exports={en:["flags"],ja:["旗"]}},98355:e=>{e.exports={en:["objects"],ja:["モノ"]}},10522:e=>{e.exports={en:["nature"],ja:["自然"]}},43438:e=>{e.exports={en:["smiles & people"],ja:["スマイル & 人物"]}},40457:e=>{e.exports={en:["symbols"],ja:["記号"]}},33282:e=>{e.exports={en:["symbols & flags"],ja:["記号 & 旗"]}},88906:e=>{e.exports={en:["recently used"],ja:["最近使用したもの"]}},28562:e=>{e.exports={en:["travel & places"],ja:["トラベル & 場所"]}},93111:e=>{e.exports={en:["Content"],ja:["コンテンツ"]}},59934:e=>{e.exports={en:["Channels"],ja:["チャネル"]}},81578:e=>{e.exports={en:["Cursors"],ja:["カーソル"]}},77915:e=>{e.exports={en:["Cycles"],ja:["サイクル"]}},32064:e=>{e.exports={en:["Annotation tools"],ja:["アノテーションツール"]}},69207:e=>{e.exports={en:["Add to favorites"],ja:["お気に入りに追加"]}},19147:e=>{e.exports={en:["Arrows"],ja:["矢印"]}},65695:e=>{e.exports={en:["Brushes"],ja:["ブラシ"]}},51494:e=>{e.exports={en:["Gann"],ja:["ギャン"]}},2654:e=>{e.exports={en:["Gann and Fibonacci tools"],ja:["ギャン&フィボナッチツール"]}},22145:e=>{e.exports={en:["Geometric shapes"],ja:["幾何学的図形"]}},57157:e=>{e.exports={en:["Dot"],ja:["ドット"]}},14939:e=>{e.exports={en:["Demonstration"],ja:["レーザーポインター"]}},16290:e=>{e.exports={en:["Emojis"],ja:["絵文字"]}},44255:e=>{e.exports={en:["Elliott waves"],ja:["エリオット波動"]}},8727:e=>{e.exports={en:["Eraser"],ja:["消しゴム"]}},1410:e=>{e.exports={en:["Forecasting and measurement tools"],ja:["予測・測定ツール"]}},26578:e=>{e.exports={en:["Fibonacci"],ja:["フィボナッチ"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"],ja:["{hotKey_0}の長押しで一時的に描画"]}},99838:e=>{e.exports={en:["Hide Drawings Toolbar"],ja:["描画ツールバーを非表示"]}},95343:e=>{e.exports={en:["Hide options"],ja:["オプションを非表示"]}},73829:e=>{e.exports={en:["Icons"],ja:["アイコン"]}},79451:e=>{e.exports={en:["Lock all drawings"],ja:["すべての描画ツールをロック"]}},35553:e=>{e.exports={en:["Magic"],ja:["マジック"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"],ja:["マグネットモードでは、価格バーの近くに描画を配置すると近くのOHLC値(始値・高値・安値・終値)にくっつきます"]}},41964:e=>{e.exports={en:["Magnets"],ja:["マグネット"]}},91563:e=>{e.exports={en:["Measure"],ja:["ものさし"]}},97050:e=>{e.exports={en:["Measurer"],ja:["測定"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"],ja:["新規描画は、マルチレイアウトのすべてのチャートに複製され、同じティッカーが選択された時に表示されます。"]}},65781:e=>{e.exports={en:["Shapes"],ja:["図形"]}},32579:e=>{e.exports={en:["Show Drawings Toolbar"],ja:["描画ツールバーを表示"]}},51465:e=>{e.exports={en:["Show Favorite Drawing Tools Toolbar"],ja:["お気に入り描画ツールのツールバーを表示"]}},3154:e=>{e.exports={en:["Show Hidden Tools"],ja:["非表示ツールを表示"]}},85786:e=>{e.exports={
+en:["Show Object Tree"],ja:["オブジェクトツリーを表示"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],ja:["描画モードの維持"]}},50428:e=>{e.exports={en:["Stickers"],ja:["ステッカー"]}},94593:e=>{e.exports={en:["Strong Magnet"],ja:["強いマグネット"]}},46417:e=>{e.exports={en:["Patterns"],ja:["パターン"]}},36167:e=>{e.exports={en:["Pitchforks"],ja:["ピッチフォーク"]}},57118:e=>{e.exports={en:["Remove Drawings"],ja:["描画を削除"]}},25852:e=>{e.exports={en:["Remove objects"],ja:["オブジェクトを削除"]}},2671:e=>{e.exports={en:["Remove options"],ja:["オプションを削除"]}},96374:e=>{e.exports={en:["Remove drawings"],ja:["描画を削除"]}},53981:e=>{e.exports={en:["Remove drawings & indicators"],ja:["描画とインジケーターを削除"]}},85106:e=>{e.exports={en:["Remove from favorites"],ja:["お気に入りから削除"]}},99984:e=>{e.exports={en:["Remove indicators"],ja:["インジケーターを削除"]}},47550:e=>{e.exports={en:["Remove selected emoji"],ja:["追加した絵文字を削除する"]}},3519:e=>{e.exports={en:["Weak Magnet"],ja:["弱いマグネット"]}},65831:e=>{e.exports={en:["Text & Notes"],ja:["テキスト&ノート"]}},48773:e=>{e.exports={en:["Trend line tools"],ja:["トレンドラインツール"]}},69260:e=>{e.exports={en:["Volume-based"],ja:["出来高ベース"]}},55774:e=>{e.exports={en:["Zoom In"],ja:["ズームイン"]}},37310:e=>{e.exports={en:["Zoom Out"],ja:["ズームアウト"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"],ja:["{hotKey_0} + チャートをクリック"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"],ja:["{hotKey_0} — 円"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"],ja:["{hotKey_0} ー 45度の角度で直線を描く"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"],ja:["{hotKey_0} — 固定増分"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"],ja:["{hotKey_0} — 正方形"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.2199.5cc70080a81e97402902.js b/public/charting_library/bundles/ja.2199.5cc70080a81e97402902.js
new file mode 100644
index 0000000..7f05de3
--- /dev/null
+++ b/public/charting_library/bundles/ja.2199.5cc70080a81e97402902.js
@@ -0,0 +1,6 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2199],{48473:e=>{e.exports={en:["Real-time data for {symbolName}"],ja:["{symbolName}のリアルタイムデータは"]}},84455:e=>{e.exports={en:["is provided by {exchange} exchange."],ja:["{exchange}取引所から提供されています。"]}},97349:e=>{e.exports={en:["Fr"],ja:["金"]}},30961:e=>{e.exports={en:["Mo"],ja:["月"]}},94748:e=>{e.exports={en:["Sa"],ja:["土"]}},75005:e=>{e.exports={en:["Su"],ja:["日"]}},92578:e=>{e.exports={en:["We"],ja:["水"]}},8765:e=>{e.exports={en:["Th"],ja:["木"]}},9135:e=>{e.exports={en:["Tu"],ja:["火"]}},43206:e=>{e.exports={en:["Could not get Pine source code."],ja:["Pineソースコードを取得できませんでした。"]}},65495:e=>{e.exports={en:["Collapse pane"],ja:["ペインを折りたたむ"]}},40225:e=>{e.exports={en:["Continuous futures contracts"],ja:["先物つなぎ足"]}},60657:e=>{e.exports={en:["Contract expired"],ja:["限月の期限満了"]}},58796:e=>{e.exports={en:["Cboe One"],ja:["Cboe One "]}},63245:e=>{e.exports={en:["Change symbol"],ja:["シンボルの変更"]}},45639:e=>{e.exports={en:["Chart values"],ja:["チャートの値"]}},28214:e=>{e.exports={en:["Create a free account"],ja:["無料アカウントを作成"]}},39301:e=>{e.exports={en:["All good things must come to an end - this contract has reached expiry!"],ja:["良いことにはすべて終わりがあります - この限月は期限を迎えました!"]}},29938:e=>{e.exports={en:["All's well — market is open."],ja:["すべて順調です — 市場はオープンです。"]}},28896:e=>{e.exports={en:["April"],ja:["4月"]}},11081:e=>{e.exports={en:["August"],ja:["8月"]}},10842:e=>{e.exports={en:["Bar change values"],ja:["バーの変動値"]}},70032:e=>{e.exports={en:["Buy real-time data"],ja:["リアルタイムデータを購入"]}},99452:e=>{e.exports={en:["Go to editor"],ja:["エディタに移動"]}},13930:e=>{e.exports={en:["Double click"],ja:["ダブルクリック"]}},78992:e=>{e.exports={en:["Data error"],ja:["データに問題が発生しています"]}},32925:e=>{e.exports={en:["Data is updated once a day."],ja:["データは1日に1度更新されます。"]}},33039:e=>{e.exports={en:["Data is updated once per second, even if there are more updates on the market."],ja:["市場でより多くの更新がある場合でも、データは1秒に1回だけ更新されます。"]}},43348:e=>{e.exports={en:["Data is delayed"],ja:["データは遅延しています"]}},38368:e=>{e.exports={en:["Data on our Basic plan is updated once per second, even if there are more updates on the market."],ja:["無料プランで提供されるデータは、市場でより多くの更新がある場合でも1秒に1回だけ更新されます。"]}},90082:e=>{e.exports={en:["December"],ja:["12月"]}},19679:e=>{e.exports={en:["Defaulted bond"],ja:["デフォルトした債券"]}},66260:e=>{e.exports={en:["Delete pane"],ja:["ペインを削除"]}},54602:e=>{e.exports={en:["Delisted"],ja:["上場廃止"]}},31683:e=>{e.exports={en:["Delisted alert"],ja:["上場廃止の警告"]}},50035:e=>{e.exports={en:["Derived Data"],ja:["派生データ"]}},5805:e=>{e.exports={en:["End of day data"],ja:["終日データ"]}},57335:e=>{e.exports={en:["Error"],ja:["エラー"]}},23302:e=>{e.exports={en:["Evening. Market is open for post-market trading."],ja:["夜です。市場は現在アフターマーケットでオープンしています。"]}},43383:e=>{e.exports={en:["Exchange disclaimer"],ja:["取引所の免責事項"]}},63538:e=>{e.exports={en:["Exchange timezone"],ja:["取引所のタイムゾーン"]}},81069:e=>{e.exports={en:["February"],ja:["2月"]}},5447:e=>{e.exports={en:["Fill out Exchange Agreements"],ja:["取引所の合意書に記入"]}},44454:e=>{e.exports={en:["Flag Symbol"],
+ja:["シンボルにフラグを付ける"]}},22928:e=>{e.exports={en:["Fri"],ja:["金"]}},3570:e=>{e.exports={en:["Friday"],ja:["金曜日"]}},59269:e=>{e.exports={en:["From our family to yours, wishing you a merry festive season."],ja:["私たちからあなたのご家族へ — 良い休暇をお過ごしください。"]}},14181:e=>{e.exports={en:["HKEX and/or any subsidiaries endeavour to ensure the accuracy and reliability of the information provided but do not guarantee its accuracy or reliability and accept no liability (whether in tort or contract or otherwise) for any loss or damage arising from any inaccuracies or omissions."],ja:["HKEXおよび/またはその子会社は提供する情報についてその正確性および信頼性を確保すべく努めますが、これらを保証するものではありません。記述の不正確さや脱落から生じた損失または損害については(それが不法行為か契約上のものかや、それ以外かどうかは問わず)一切の責任を負いません。"]}},87845:e=>{e.exports={en:["Holiday"],ja:["休日"]}},75119:e=>{e.exports={en:["Halal symbol"],ja:["ハラールシンボル"]}},34987:e=>{e.exports={en:["Happy holidays, traders"],ja:["よい休暇を"]}},44036:e=>{e.exports={en:["Indicator arguments"],ja:["インジケーターの引数"]}},10319:e=>{e.exports={en:["Indicator error"],ja:["インジケーターのエラー"]}},7511:e=>{e.exports={en:["Indicator titles"],ja:["インジケーターのタイトル"]}},51353:e=>{e.exports={en:["Indicator values"],ja:["インジケーターの値"]}},48758:e=>{e.exports={en:["Indicators update"],ja:["インジケーターの更新"]}},95400:e=>{e.exports={en:["If you'd like {listedExchange} real-time data you'll need to complete an Exchange Agreement. Don't worry, it only takes a few clicks"],ja:["{listedExchange} のリアルタイムデータをご希望の場合には、取引所の合意書に承諾される必要があります。数回のクリックで完了しますのでご安心ください。"]}},43094:e=>{e.exports={en:["It'll close in {remainingTime}."],ja:["市場終了まで{remainingTime}。"]}},81509:e=>{e.exports={en:["It'll go to post-market trading in {remainingTime}."],ja:["アフターマーケット開始まで{remainingTime}。"]}},58470:e=>{e.exports={en:["It'll open for pre-market trading in {remainingTime}."],ja:["プレマーケット開始まで{remainingTime}。"]}},99822:e=>{e.exports={en:["It'll open in {remainingTime}."],ja:["市場開始まで{remainingTime}。"]}},66595:e=>{e.exports={en:["It’ll open fully in {remainingTime}."],ja:["すべての市場開始まで{remainingTime}。"]}},200:e=>{e.exports={en:["January"],ja:["1月"]}},6608:e=>{e.exports={en:["July"],ja:["7月"]}},61487:e=>{e.exports={en:["June"],ja:["6月"]}},91006:e=>{e.exports={en:["One update per second"],ja:["1秒に1回更新"]}},79744:e=>{e.exports={en:["Oops. Something has gone wrong with one or more of your indicators. Please expand the indicator list for more details."],ja:["おっと、インジケーターに問題があるようです。インジケーターのリストを開いて、詳細をご確認ください。"]}},64730:e=>{e.exports={en:["Oops. Something has gone wrong with one or more of your indicators. Resize the panes to see the details."],ja:["おっと、インジケーターに問題があるようです。ペインのサイズを変更して、詳細をご確認ください。"]}},84937:e=>{e.exports={en:["Obligation not paid. Issuer payments are over a month late, this is due to coupon or principal debt."],ja:["債務の支払が行われていない状態です。クーポンの支払または元本の返済について、発行者の支払が1ヶ月以上遅延しています。"]}},37997:e=>{e.exports={en:["October"],ja:["10月"]}},25765:e=>{e.exports={en:["Open market status"],ja:["市場の開始状況を表示"]}},72723:e=>{e.exports={en:["Opened in detached editor"],ja:["別画面のエディタで表示中"]}},39664:e=>{e.exports={en:["Opened in editor"],ja:["エディタで表示中"]}},72423:e=>{e.exports={
+en:["Last day change values"],ja:["前日からの変動値"]}},1356:e=>{e.exports={en:["Let it snow"],ja:["雪を降らせる"]}},27741:e=>{e.exports={en:["Learn more"],ja:["詳細を確認"]}},12948:e=>{e.exports={en:["Move pane down"],ja:["ペインを下に移動"]}},7310:e=>{e.exports={en:["Move pane up"],ja:["ペインを上に移動"]}},37150:e=>{e.exports={en:["Mon"],ja:["月"]}},19573:e=>{e.exports={en:["Monday"],ja:["月曜日"]}},37117:e=>{e.exports={en:["More"],ja:["詳細"]}},65420:e=>{e.exports={en:["Morning. Market is open for pre-market trading."],ja:["朝です。市場は現在プレマーケットでオープンしています。"]}},61206:e=>{e.exports={en:["Maximize chart"],ja:["チャートを最大化"]}},90165:e=>{e.exports={en:["Maximize pane"],ja:["ペインを最大化"]}},25734:e=>{e.exports={en:["May"],ja:["5月"]}},75018:e=>{e.exports={en:["Manage panes"],ja:["ペインを管理"]}},93878:e=>{e.exports={en:["March"],ja:["3月"]}},41410:e=>{e.exports={en:["Market open"],ja:["市場開始"]}},62464:e=>{e.exports={en:["Market closed"],ja:["市場終了"]}},41392:e=>{e.exports={en:["Market is currently on holiday. Lucky them."],ja:["市場は現在休日です。良い休日を。"]}},4607:e=>{e.exports={en:["November"],ja:["11月"]}},87142:e=>{e.exports={en:["Source code"],ja:["ソースコード"]}},32273:e=>{e.exports={en:["Sat"],ja:["土"]}},30348:e=>{e.exports={en:["Saturday"],ja:["土曜日"]}},90761:e=>{e.exports={en:["Scroll to the left"],ja:["左にスクロール"]}},83040:e=>{e.exports={en:["Scroll to the most recent bar"],ja:["最新のバーまでスクロール"]}},25131:e=>{e.exports={en:["Scroll to the right"],ja:["右にスクロール"]}},32179:e=>{e.exports={en:["September"],ja:["9月"]}},85786:e=>{e.exports={en:["Show Object Tree"],ja:["オブジェクトツリーを表示"]}},74759:e=>{e.exports={en:["Show interval settings"],ja:["時間足の設定を表示"]}},86158:e=>{e.exports={en:["Study Error"],ja:["スクリプトエラー"]}},96341:e=>{e.exports={en:["Stop the snow"],ja:["雪を止める"]}},77493:e=>{e.exports={en:["Sun"],ja:["日"]}},61480:e=>{e.exports={en:["Sunday"],ja:["日曜日"]}},23079:e=>{e.exports={en:["Symbol price source"],ja:["シンボル価格のソース"]}},14771:e=>{e.exports={en:["Symbol title"],ja:["シンボルのタイトル"]}},71847:e=>{e.exports={en:["Synthetic instruments combining individual contracts. The 1! contract represents the front-month (nearest expiration) while the 2! represents the second nearest expiration."],ja:["先物つなぎ足は、各限月を連結した人工的な先物銘柄です。「1!」のつなぎ足は期近物(限月が最も近いもの)を表し、「2!」のつなぎ足は2番目に満期を迎える限月を表しています。"]}},44138:e=>{e.exports={en:["Synthetic symbol"],ja:["合成シンボル"]}},73897:e=>{e.exports={en:["Post-market"],ja:["アフターマーケット"]}},85996:e=>{e.exports={en:["Paid plans feature faster data updates."],ja:["有料プランでは、データの更新が高速になります。"]}},36018:e=>{e.exports={en:["Pre-market"],ja:["プレマーケット"]}},94972:e=>{e.exports={en:["Primary listing"],ja:["一次上場"]}},20987:e=>{e.exports={en:["Real-time data for this symbol is not supported right now. We may support it in the future."],ja:["現在このシンボルのリアルタイムデータはサポートされていません。将来的にはサポートされる可能性があります。"]}},31539:e=>{e.exports={en:["Real-time data for {symbolName} is provided by {exchange} exchange."],ja:["{symbolName}のリアルタイムデータは{exchange}取引所から提供されています。"]}},31142:e=>{e.exports={en:["Restore chart"],ja:["チャートを復元"]}},12486:e=>{e.exports={en:["Restore pane"],ja:["ペインを復元"]}},11532:e=>{e.exports={en:["Wed"],ja:["水"]}},94226:e=>{
+e.exports={en:["Wednesday"],ja:["水曜日"]}},7281:e=>{e.exports={en:["To get real-time data for {description}, please buy the real-time data package."],ja:["{description}のリアルタイムデータを入手するには、該当のリアルタイムデータパッケージをご購入ください。"]}},71388:e=>{e.exports={en:["Thu"],ja:["木"]}},79137:e=>{e.exports={en:["Thursday"],ja:["木曜日"]}},95246:e=>{e.exports={en:["The main, or first, stock exchange where a company's stock is listed and traded."],ja:["第一となる主要な証券取引所で、企業の株式が上場・取引されています。"]}},25608:e=>{e.exports={en:["The source code of this script version is open in the Pine Editor."],ja:["このスクリプトバージョンのソースコードは、Pineエディタに表示されています。"]}},33161:e=>{e.exports={en:["The source code of this script version is open in the detached Pine Editor."],ja:["このスクリプトバージョンのソースコードは、別画面のPineエディタに表示されています。"]}},24669:e=>{e.exports={en:["This data is real-time, but it may be slightly different to its official counterpart coming from primary exchanges."],ja:["このデータはリアルタイムですが、主要取引所からの公式なデータとは若干異なる場合があります。"]}},52668:e=>{e.exports={en:["This data is real-time, but it may be slightly different to its official counterpart coming from {exchange}."],ja:["このデータはリアルタイムですが、{exchange}からの公式なデータとは若干異なる場合があります。"]}},84484:e=>{e.exports={en:['This is a shariah-compliant bond, often referred to as a "sukuk," meaning that it complies with Islamic law that prohibits interest. Unlike conventional bonds, which involve paying interest, sukuk represent ownership in an underlying asset or project and investors earn returns based on profit-sharing or rental income.'],ja:["これは利息を禁じるイスラム法に準拠したシャリア・コンプライアントの債券で「スクーク(イスラム債)」と呼ばれることもしばしばあります。利息の支払を行う従来の債券とは異なり、スクークは原資産や事業の所有権を表しており、投資家はそこから分配される利益や賃貸収入からリターンを得ることになっています。"]}},67607:e=>{e.exports={en:["This is a shariah-compliant stock, meaning that it follows Islamic law. This company does not charge or receive interest, and does not engage with certain sectors (gambling, alcohol, tobacco, pork products)."],ja:["この銘柄は、イスラム法に従うことを意味するシャリア・コンプライアントの銘柄です。この企業は利息の請求や受け取りをせず、特定のセクター(ギャンブル、アルコール、タバコ、豚肉製品)には関与していません。"]}},83556:e=>{e.exports={en:["This is no longer publicly trading so no new data will be added. But you can explore the historicals here."],ja:["この銘柄はもう取引されていないため、新規データは追加されません。しかし、過去データはこちらでご覧いただけます。"]}},44492:e=>{e.exports={en:["This real-time data is provided by {originalExchange} exchange. It may be slightly different from the official data directly from {exchange}. If this difference is crucial for you, you'll need to purchase real-time data from the primary exchange, which we can help with."],ja:["このリアルタイムデータは{originalExchange}取引所によって提供されているものです。{exchange}から直接送られる公式データと若干異なっている場合があります。もしこの差異がご自身にとって重大なものである場合は、一次取引所からリアルタイムデータをご購入いただく必要があり、弊社でもご購入のサポートを行っております。"]}},19481:e=>{e.exports={en:["This refers to financial indicators which are created by combining and/or processing raw data supplied from various sources."],ja:["これは様々なソースから得られる生データを組み合わせたり、加工することによって作られる財務指標を指します。"]}},53272:e=>{e.exports={en:["This symbol doesn't exist, please pick another one."],ja:["このシンボルは存在しません。別のシンボルを選択して下さい。"]}},90589:e=>{e.exports={
+en:["This symbol is calculated by TradingView using the rate from other exchanges."],ja:["このシンボルは他の取引所のレートを用いてTradingViewが算出したものです。"]}},52176:e=>{e.exports={en:["Time for a walk — this market is closed."],ja:["お散歩の時間です — 市場はクローズです。"]}},11916:e=>{e.exports={en:["Tue"],ja:["火"]}},82160:e=>{e.exports={en:["Tuesday"],ja:["火曜日"]}},13865:e=>{e.exports={en:["Unflag Symbol"],ja:["シンボルのフラグを外す"]}},37644:e=>{e.exports={en:["Volume"],ja:["出来高"]}},58744:e=>{e.exports={en:["You need to update one or more of your indicators. Check the indicator list for details."],ja:["インジケーターを更新する必要があります。詳細についてはインジケーターのリストをご確認ください。"]}},92663:e=>{e.exports={en:["You need to update one or more of your indicators. Resize the panes or the window to see the details."],ja:["インジケーターを更新する必要があります。ペインもしくはウィンドウのサイズを変更して詳細をご確認ください。"]}},97038:e=>{e.exports={en:["Zoom in"],ja:["ズームイン"]}},88710:e=>{e.exports={en:["Zoom out"],ja:["ズームアウト"]}},96227:e=>{e.exports={en:["change open market status visibility"],ja:["市場ステータスの表示の変更"]}},27426:e=>{e.exports={en:["change bar change visibility"],ja:["バーの変動値の表示の変更"]}},79637:e=>{e.exports={en:["change chart values visibility"],ja:["チャートの値の可視性の変更"]}},63050:e=>{e.exports={en:["change indicator titles visibility"],ja:["インジケーターのタイトルの表示の変更"]}},49583:e=>{e.exports={en:["change indicator values visibility"],ja:["インジケーターの値の表示の変更"]}},78310:e=>{e.exports={en:["change indicator arguments visibility"],ja:["インジケーターの引数の表示の変更"]}},66307:e=>{e.exports={en:["change last day change visibility"],ja:["前日からの変動値の可視性の変更"]}},88167:e=>{e.exports={en:["change symbol description visibility"],ja:["シンボルの詳細の表示の変更"]}},12050:e=>{e.exports={en:["change symbol field visibility"],ja:["シンボルフィールドの表示の変更"]}},96201:e=>{e.exports={en:["change volume values visibility"],ja:["出来高の値の表示の変更"]}},59938:e=>{e.exports={en:["less than 1 minute"],ja:["1分未満"]}},51382:e=>{e.exports={en:["show {title}"],ja:["{title}の表示"]}},51320:e=>{e.exports={en:["{days} and {hours}"],ja:["{days}と{hours}"]}},55154:e=>{e.exports={en:["{exchange} by {originalExchange}"],ja:["{originalExchange}による{exchange}のデータ"]}},90549:e=>{e.exports={en:["{hours} and {minutes}"],ja:["{hours}{minutes}"]}},51211:e=>{e.exports={en:["{listedExchange} real-time data is available for free to registered users."],ja:["登録ユーザーの方は無料で{listedExchange}のリアルタイムデータをご利用頂けます。"]}},51931:e=>{e.exports={en:["Data is updated once every {amount} second, even if there are more updates on the market.","Data is updated once every {amount} seconds, even if there are more updates on the market."],ja:["市場でより多くの更新がある場合でも、データは{amount}秒に1回だけ更新されます。"]}},83978:e=>{e.exports={en:["Data on our Basic plan is updated once every {amount} second, even if there are more updates on the market.","Data on our Basic plan is updated once every {amount} seconds, even if there are more updates on the market."],ja:["無料プランで提供されるデータは、市場でより多くの更新がある場合でも{amount}秒に1回だけ更新されます。"]}},46960:e=>{e.exports={en:["Hide indicator legend","Hide indicators legend"],ja:["インジケーターの凡例を非表示"]}},36050:e=>{e.exports={
+en:["One update every {amount} second","One update every {amount} seconds"],ja:["{amount}秒につき1回の更新"]}},36553:e=>{e.exports={en:["Show indicator legend","Show indicators legend"],ja:["インジケーターの凡例を表示"]}},62218:e=>{e.exports={en:["{number} day","{number} days"],ja:["{number}日"]}},65463:e=>{e.exports={en:["{number} hour","{number} hours"],ja:["{number}時間"]}},21730:e=>{e.exports={en:["{number} hour","{number} hours"],ja:["{number}時間"]}},82796:e=>{e.exports={en:["{number} minute","{number} minutes"],ja:["{number}分"]}},32547:e=>{e.exports={en:["{number} minute","{number} minutes"],ja:["{number}分"]}},81227:e=>{e.exports={en:["{symbolName} data is delayed by {time} minute because of exchange requirements.","{symbolName} data is delayed by {time} minutes because of exchange requirements."],ja:["{symbolName}のデータは取引所の要件により{time}分ほど遅延しています。"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.2303.a9546f2924221b57a144.js b/public/charting_library/bundles/ja.2303.a9546f2924221b57a144.js
new file mode 100644
index 0000000..9561872
--- /dev/null
+++ b/public/charting_library/bundles/ja.2303.a9546f2924221b57a144.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2303,6155,3367,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ja:["#{count}(価格, バー)"]}},78930:e=>{e.exports={en:["Coordinates"],ja:["座標"]}},24197:e=>{e.exports={en:["Center"],ja:["中央"]}},6060:e=>{e.exports={en:["Add text"],ja:["テキストを追加"]}},27567:e=>{e.exports={en:["Bottom"],ja:["下"]}},38408:e=>{e.exports={en:["Border"],ja:["枠"]}},79468:e=>{e.exports={en:["Background"],ja:["背景"]}},72942:e=>{e.exports={en:["Days"],ja:["日"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ja:["再配置 (価格, バー)"]}},56796:e=>{e.exports={en:["Hours"],ja:["時間"]}},95406:e=>{e.exports={en:["Horizontal"],ja:["水平"]}},21429:e=>{e.exports={en:["Inputs"],ja:["パラメーター"]}},11626:e=>{e.exports={en:["Left"],ja:["左"]}},43154:e=>{e.exports={en:["Months"],ja:["月"]}},68833:e=>{e.exports={en:["Middle"],ja:["中央"]}},42562:e=>{e.exports={en:["Minutes"],ja:["分"]}},65188:e=>{e.exports={en:["Seconds"],ja:["秒"]}},50421:e=>{e.exports={en:["Right"],ja:["右"]}},835:e=>{e.exports={en:["Weeks"],ja:["週"]}},97118:e=>{e.exports={en:["Top"],ja:["上"]}},70320:e=>{e.exports={en:["Text"],ja:["テキスト"]}},7560:e=>{e.exports={en:["Text wrap"],ja:["テキストを折り返す"]}},25485:e=>{e.exports={en:["Text alignment"],ja:["テキストの配置"]}},67781:e=>{e.exports={en:["Text orientation"],ja:["テキストの向き"]}},24821:e=>{e.exports={en:["Ticks"],ja:["ティック"]}},69526:e=>{e.exports={en:["Vertical"],ja:["垂直"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ja:["バーのX座標の変更"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ja:["価格のY座標の変更"]}},96135:e=>{e.exports={en:["change {title} days to"],ja:["{title}の可視性を何日までに変更"]}},91201:e=>{e.exports={en:["change {title} days from"],ja:["{title}の可視性を何日からに変更"]}},8306:e=>{e.exports={en:["change {title} hours from"],ja:["{title}の可視性を何時間からに変更"]}},67233:e=>{e.exports={en:["change {title} hours to"],ja:["{title}の可視性を何時間までに変更"]}},99122:e=>{e.exports={en:["change {title} months from"],ja:["{title}の可視性を何ヶ月からに変更"]}},10518:e=>{e.exports={en:["change {title} months to"],ja:["{title}の可視性を何ヶ月までに変更"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ja:["{title}の可視性を何分までに変更"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ja:["{title}の可視性を何分からに変更"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ja:["{title}の可視性を何秒までに変更"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ja:["{title}の可視性を何秒からに変更"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ja:["{title}の可視性を何週からに変更"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ja:["{title}の可視性を何週までに変更"]}},57122:e=>{e.exports={en:["change {title} text"],ja:["{title}のテキストの変更"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ja:["{title}のティックでの可視性の変更"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ja:["{title}の週足の可視性の変更"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ja:["{ranges}で{title}の表示の変更"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ja:["{title}の日足の可視性の変更"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],
+ja:["{title}の時間足の可視性の変更"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ja:["{title}の分足の可視性の変更"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ja:["{title}の月足の可視性の変更"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ja:["{title}の秒足での可視性の変更"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],ja:["{toolName}のラベルの垂直方向の配置の変更"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],ja:["{toolName}のラベルの水平方向の配置の変更"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],ja:["{toolName}のラベルの方向の変更"]}},66668:e=>{e.exports={en:["change {toolName} text"],ja:["{toolName}のテキストの変更"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],ja:["{toolName}のテキストの表示の変更"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],ja:["{toolName}のテキストの折り返しの変更"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],ja:["{toolName}のテキストの背景色の変更"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],ja:["{toolName}のテキストの背景の表示の変更"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],ja:["{toolName}のテキストの枠の色の変更"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],ja:["{toolName}のテキストの枠の幅の変更"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],ja:["{toolName}のテキストの枠の表示の変更"]}},64500:e=>{e.exports={en:["change {toolName} text color"],ja:["{toolName}のテキストの色の変更"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],ja:["{toolName}のテキストフォントを太字に変更"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],ja:["{toolName}のテキストフォントをイタリックに変更"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],ja:["{toolName}のテキストのフォントサイズの変更"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ja:["{propertyName}プロパティの変更"]}},35813:e=>{e.exports={en:["days"],ja:["日"]}},89919:e=>{e.exports={en:["days to"],ja:["何日まで"]}},59215:e=>{e.exports={en:["days from"],ja:["何日から"]}},2359:e=>{e.exports={en:["hours"],ja:["時間"]}},82267:e=>{e.exports={en:["hours from"],ja:["何時間から"]}},15600:e=>{e.exports={en:["hours to"],ja:["何時間まで"]}},76261:e=>{e.exports={en:["move drawings"],ja:["描画の移動"]}},95300:e=>{e.exports={en:["months"],ja:["月"]}},17250:e=>{e.exports={en:["months from"],ja:["何ヶ月から"]}},2828:e=>{e.exports={en:["months to"],ja:["何ヶ月まで"]}},18726:e=>{e.exports={en:["minutes"],ja:["分"]}},67649:e=>{e.exports={en:["minutes to"],ja:["何分まで"]}},22476:e=>{e.exports={en:["minutes from"],ja:["何分から"]}},751:e=>{e.exports={en:["seconds"],ja:["秒"]}},73419:e=>{e.exports={en:["seconds to"],ja:["何秒まで"]}},35801:e=>{e.exports={en:["seconds from"],ja:["何秒から"]}},45537:e=>{e.exports={en:["weeks"],ja:["週"]}},92859:e=>{e.exports={en:["weeks from"],ja:["何週から"]}},44127:e=>{e.exports={en:["weeks to"],ja:["何週まで"]}},3539:e=>{e.exports={en:["ticks"],ja:["ティック"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.2342.4e495e3da576be4868f7.js b/public/charting_library/bundles/ja.2342.4e495e3da576be4868f7.js
new file mode 100644
index 0000000..5ed5440
--- /dev/null
+++ b/public/charting_library/bundles/ja.2342.4e495e3da576be4868f7.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2342],{64489:e=>{e.exports={en:["Reverse"],ja:["反転"]}},66643:e=>{e.exports={en:["reverse {tool}"],ja:["{tool}の反転"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.2464.fc7f44a5c8b3791719aa.js b/public/charting_library/bundles/ja.2464.fc7f44a5c8b3791719aa.js
new file mode 100644
index 0000000..fd9b0d5
--- /dev/null
+++ b/public/charting_library/bundles/ja.2464.fc7f44a5c8b3791719aa.js
@@ -0,0 +1,53 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2464],{53310:e=>{e.exports={en:["Re"],ja:["リプレイ"]}},85119:e=>{e.exports={en:["Dark"],ja:["ダーク"]}},96870:e=>{e.exports={en:["Light"],ja:["ライト"]}},85886:e=>{e.exports={en:["d"],ja:["日"]}},44634:e=>{e.exports={en:["h"],ja:["時間"]}},5977:e=>{e.exports={en:["m"],ja:["分"]}},21492:e=>{e.exports={en:["s"],ja:["秒"]}},97559:e=>{e.exports={en:["{title} copy"],ja:["{title}のコピー"]}},38691:e=>{e.exports={en:["D"],ja:["日"]}},77995:e=>{e.exports={en:["M"],ja:["月"]}},93934:e=>{e.exports={en:["R"],ja:["レンジ"]}},82901:e=>{e.exports={en:["T"]}},7408:e=>{e.exports={en:["W"],ja:["週"]}},38048:e=>{e.exports={en:["h"],ja:["時間"]}},68430:e=>{e.exports={en:["m"],ja:["分"]}},68823:e=>{e.exports={en:["s"],ja:["秒"]}},2696:e=>{e.exports={en:["C"],ja:["終値"]}},43253:e=>{e.exports={en:["H"],ja:["高値"]}},61372:e=>{e.exports={en:["HL2"],ja:["高値、安値の平均"]}},55096:e=>{e.exports={en:["HLC3"],ja:["高値、安値、終値の平均"]}},94174:e=>{e.exports={en:["OHLC4"],ja:["始値、高値、安値、終値の平均"]}},89923:e=>{e.exports={en:["L"],ja:["安値"]}},46728:e=>{e.exports={en:["O"],ja:["始値"]}},32856:e=>{e.exports=Object.create(null),e.exports["%D_input"]={en:["%D"]},e.exports["%K_input"]={en:["%K"]},e.exports["%R_input"]={en:["%R"]},e.exports["+DI_input"]={en:["+DI"]},e.exports["-0.236 Level Color_input"]={en:["-0.236 Level Color"],ja:["-0.236レベルの色"]},e.exports["-0.382 Level Color_input"]={en:["-0.382 Level Color"],ja:["-0.382レベルの色"]},e.exports["-0.618 Level Color_input"]={en:["-0.618 Level Color"],ja:["-0.618レベルの色"]},e.exports["-0.65 Level Color_input"]={en:["-0.65 Level Color"],ja:["-0.65レベルの色"]},e.exports["-DI_input"]={en:["-DI"]},e.exports["0 Level Color_input"]={en:["0 Level Color"],ja:["0レベルの色"]},e.exports["0.236 Level Color_input"]={en:["0.236 Level Color"],ja:["0.236レベルの色"]},e.exports["0.382 Level Color_input"]={en:["0.382 Level Color"],ja:["0.382レベルの色"]},e.exports["0.5 Level Color_input"]={en:["0.5 Level Color"],ja:["0.5レベルの色"]},e.exports["0.618 Level Color_input"]={en:["0.618 Level Color"],ja:["0.618レベルの色"]},e.exports["0.65 Level Color_input"]={en:["0.65 Level Color"],ja:["0.65レベルの色"]},e.exports["0.786 Level Color_input"]={en:["0.786 Level Color"],ja:["0.786レベルの色"]},e.exports["1 Level Color_input"]={en:["1 Level Color"],ja:["1.0レベルの色"]},e.exports["1.272 Level Color_input"]={en:["1.272 Level Color"],ja:["1.272レベルの色"]},e.exports["1.414 Level Color_input"]={en:["1.414 Level Color"],ja:["1.414レベルの色"]},e.exports["1.618 Level Color_input"]={en:["1.618 Level Color"],ja:["1.618レベルの色"]},e.exports["1.65 Level Color_input"]={en:["1.65 Level Color"],ja:["1.65レベルの色"]},e.exports["1st Period_input"]={en:["1st Period"],ja:["第1期間"]},e.exports["2.618 Level Color_input"]={en:["2.618 Level Color"],ja:["2.618レベルの色"]},e.exports["2.65 Level Color_input"]={en:["2.65 Level Color"],ja:["2.65レベルの色"]},e.exports["2nd Period_input"]={en:["2nd Period"],ja:["第2期間"]},e.exports["3.618 Level Color_input"]={en:["3.618 Level Color"],ja:["3.618レベルの色"]},e.exports["3.65 Level Color_input"]={en:["3.65 Level Color"],ja:["3.65レベルの色"]},e.exports["3rd Period_input"]={
+en:["3rd Period"],ja:["第3期間"]},e.exports["4.236 Level Color_input"]={en:["4.236 Level Color"],ja:["4.236レベルの色"]},e.exports["4th Period_input"]={en:["4th Period"],ja:["第4期間"]},e.exports["5th Period_input"]={en:["5th Period"],ja:["第5期間"]},e.exports["6th Period_input"]={en:["6th Period"],ja:["第6期間"]},e.exports.ADR_B_input={en:["ADR_B"]},e.exports["ADX Smoothing_input"]={en:["ADX Smoothing"],ja:["ADX平滑化"]},e.exports["ADX smoothing_input"]={en:["ADX smoothing"],ja:["ADX平滑化"]},e.exports.ADX_input={en:["ADX"]},e.exports["ATR Mult_input"]={en:["ATR Mult"],ja:["ATRマルチ"]},e.exports["ATR length_input"]={en:["ATR length"],ja:["ATRの期間"]},e.exports["ATR({atrValue})_input"]={en:["ATR({atrValue})"]},e.exports.ATR_input={en:["ATR"]},e.exports["Accumulation/Distribution_input"]={en:["Accumulation/Distribution"],ja:["アキュムレーション/ディストリビューション"]},e.exports["All items_combobox_input"]={en:["All items"],ja:["全項目"]},e.exports.All_input={en:["All"],ja:["すべて"]},e.exports["Anchor Period_input"]={en:["Anchor Period"],ja:["ベース期間"]},e.exports["Another symbol_input"]={en:["Another symbol"],ja:["別のシンボル"]},e.exports["Aroon Down_input"]={en:["Aroon Down"],ja:["アルーンダウン"]},e.exports["Aroon Up_input"]={en:["Aroon Up"],ja:["アルーンアップ"]},e.exports.Average_input={en:["Average"],ja:["平均"]},e.exports["Averaging Periods_input"]={en:["Averaging Periods"],ja:["平均期間"]},e.exports.Back_input={en:["Back"],ja:["戻る"]},e.exports["Bands style_input"]={en:["Bands style"],ja:["バンドスタイル"]},e.exports.Bar_input={en:["Bar"],ja:["バー"]},e.exports["Base Line Periods_input"]={en:["Base Line Periods"],ja:["基準線の期間"]},e.exports["Base Line_input"]={en:["Base Line"],ja:["基準線"]},e.exports.Basis_input={en:["Basis"],ja:["基準"]},e.exports["Bollinger Bands %B_input"]={en:["Bollinger Bands %B"],ja:["ボリンジャーバンド%B"]},e.exports["Bollinger Bands Width_input"]={en:["Bollinger Bands Width"],ja:["ボリンジャーバンド幅"]},e.exports.Borders_input={en:["Borders"],ja:["枠"]},e.exports["Box size assignment method_input"]={en:["Box size assignment method"],ja:["ボックスサイズの計算方式"]},e.exports["Box size_input"]={en:["Box size"],ja:["ボックスサイズ"]},e.exports.CCI_input={en:["CCI"]},e.exports.CHOP_input={en:["CHOP"]},e.exports.Cancel_input={en:["Cancel"],ja:["キャンセル"]},e.exports.Candles_input={en:["Candles"],ja:["ローソク足"]},e.exports.Centered_input={en:["Centered"],ja:["中央に配置"]},e.exports.Century_input={en:["Century"],ja:["世紀"]},e.exports["Chaikin Oscillator_input"]={en:["Chaikin Oscillator"],ja:["チャイキン・オシレーター"]},e.exports["Chande MO_input"]={en:["Chande MO"],ja:["シャンデMO"]},e.exports.Close_input={en:["Close"],ja:["終値"]},e.exports["Color 0_input"]={en:["Color 0"],ja:["色 0"]},e.exports["Color 1_input"]={en:["Color 1"],ja:["色 1"]},e.exports["Color 2_input"]={en:["Color 2"],ja:["色 2"]},e.exports["Color 3_input"]={en:["Color 3"],ja:["色 3"]},e.exports["Color 4_input"]={en:["Color 4"],ja:["色 4"]},e.exports["Color 5_input"]={en:["Color 5"],ja:["色 5"]},e.exports["Color 6_input"]={en:["Color 6"],ja:["色 6"]},e.exports["Color 7_input"]={en:["Color 7"],ja:["色 7"]},e.exports["Color 8_input"]={en:["Color 8"],ja:["色 8"]},
+e.exports["Color bars based on previous close_input"]={en:["Color bars based on previous close"],ja:["(現在足の始値基準ではなく)前の足の終値基準でバーの色を判定"]},e.exports["Color based on previous close_input"]={en:["Color based on previous close"],ja:["前のバーの終値を基に色を判定"]},e.exports["Conversion Line Periods_input"]={en:["Conversion Line Periods"],ja:["転換線の期間"]},e.exports["Conversion Line_input"]={en:["Conversion Line"],ja:["転換線"]},e.exports.Correlation_input={en:["Correlation"],ja:["相関係数"]},e.exports.Count_input={en:["Count"],ja:["カウント"]},e.exports.Crosses_input={en:["Crosses"],ja:["交差"]},e.exports.Custom_input={en:["Custom"],ja:["カスタム"]},e.exports.DEMA_input={en:["DEMA"]},e.exports["DI Length_input"]={en:["DI Length"],ja:["DIの期間"]},e.exports.DPO_input={en:["DPO"]},e.exports.D_input={en:["D"]},e.exports.Day_input={en:["Day"],ja:["日"]},e.exports["Days Per Year_input"]={en:["Days Per Year"],ja:["年間の日数"]},e.exports.Decade_input={en:["Decade"],ja:["10年"]},e.exports.Delta_input={en:["Delta"],ja:["デルタ"]},e.exports.Depth_input={en:["Depth"],ja:["深さ"]},e.exports["Detrended Price Oscillator_input"]={en:["Detrended Price Oscillator"],ja:["トレンド除去プライスオシレーター"]},e.exports["Developing Poc_input"]={en:["Developing Poc"],ja:["POCの推移"]},e.exports["Deviation (%)_input"]={en:["Deviation (%)"],ja:["偏差 (%)"]},e.exports.Deviation_input={en:["Deviation"],ja:["偏差"]},e.exports.Divisor_input={en:["Divisor"],ja:["除数"]},e.exports["Down Volume_input"]={en:["Down Volume"],ja:["売り (下降) の出来高"]},e.exports["Down bars_input"]={en:["Down bars"],ja:["下降バー"]},e.exports["Down color_input"]={en:["Down color"],ja:["下降カラー"]},e.exports["Down fractals_input"]={en:["Down fractals"],ja:["下降のフラクタル"]},e.exports.EOM_input={en:["EOM"]},e.exports["Each (pre-market, market, post-market)_input"]={en:["Each (pre-market, market, post-market)"],ja:["個別 (プレマーケット、マーケット、アフターマーケット)"]},e.exports["Elder's Force Index_input"]={en:["Elder's Force Index"],ja:["エルダー・フォース・インデックス"]},e.exports["Equality Line_input"]={en:["Equality Line"],ja:["分布線"]},e.exports.Exponential_input={en:["Exponential"],ja:["指数"]},e.exports["Extend POC Right_input"]={en:["Extend POC Right"],ja:["POCを右に延長"]},e.exports["Extend Right_input"]={en:["Extend Right"],ja:["右に延長"]},e.exports["Extend VAH Right_input"]={en:["Extend VAH Right"],ja:["VAHを右に延長"]},e.exports["Extend VAL Right_input"]={en:["Extend VAL Right"],ja:["VALを右に延長"]},e.exports["Extend to last bar_input"]={en:["Extend to last bar"],ja:["直近のバーまで延長"]},e.exports.Falling_input={en:["Falling"],ja:["減少"]},e.exports["Fast Length_input"]={en:["Fast Length"],ja:["ファスト期間"]},e.exports["Fast length_input"]={en:["Fast length"],ja:["ファスト期間"]},e.exports.Fill_input={en:["Fill"],ja:["塗りつぶし"]},e.exports.Fisher_input={en:["Fisher"],ja:["フィッシャー"]},e.exports.Growing_input={en:["Growing"],ja:["増加"]},e.exports["HLC bars_input"]={en:["HLC bars"],ja:["HLCバー"]},e.exports.HV_input={en:["HV"]},e.exports["Histogram Box_input"]={en:["Histogram Box"],ja:["ヒストグラムボックス"]},e.exports.Histogram_input={en:["Histogram"],ja:["ヒストグラム"]},e.exports["Hull MA_input"]={en:["Hull MA"],ja:["ハル移動平均線"]},
+e.exports.Increment_input={en:["Increment"],ja:["増分"]},e.exports.Indicator_input={en:["Indicator"],ja:["インジケーター"]},e.exports["Instrument 1_input"]={en:["Instrument 1"],ja:["商品1"]},e.exports["Instrument 2_input"]={en:["Instrument 2"],ja:["商品2"]},e.exports["Investor EMA 1 length_input"]={en:["Investor EMA 1 length"],ja:["投資家のEMA1の期間"]},e.exports["Investor EMA 2 length_input"]={en:["Investor EMA 2 length"],ja:["投資家のEMA2の期間"]},e.exports["Investor EMA 3 length_input"]={en:["Investor EMA 3 length"],ja:["投資家のEMA3の期間"]},e.exports["Investor EMA 4 length_input"]={en:["Investor EMA 4 length"],ja:["投資家のEMA4の期間"]},e.exports["Investor EMA 5 length_input"]={en:["Investor EMA 5 length"],ja:["投資家のEMA5の期間"]},e.exports["Investor EMA 6 length_input"]={en:["Investor EMA 6 length"],ja:["投資家のEMA6の期間"]},e.exports["Jaw Length_input"]={en:["Jaw Length"],ja:["顎長"]},e.exports["Jaw Offset_input"]={en:["Jaw Offset"],ja:["顎オフセット"]},e.exports.Jaw_input={en:["Jaw"],ja:["顎"]},e.exports.KST_input={en:["KST"]},e.exports.K_input={en:["K"]},e.exports["Labels Position_input"]={en:["Labels Position"],ja:["ラベルの位置"]},e.exports["Labels on price scale_input"]={en:["Labels on price scale"],ja:["価格スケールのラベル"]},e.exports["Lagging Span Periods_input"]={en:["Lagging Span Periods"],ja:["遅行線の期間"]},e.exports["Lagging Span_input"]={en:["Lagging Span"],ja:["遅行線"]},e.exports["Leading Shift Periods_input"]={en:["Leading Shift Periods"],ja:["先行シフト期間"]},e.exports["Leading Span A_input"]={en:["Leading Span A"],ja:["先行スパン1"]},e.exports["Leading Span B_input"]={en:["Leading Span B"],ja:["先行スパン2"]},e.exports["Leading Span Periods_input"]={en:["Leading Span Periods"],ja:["先行スパン期間"]},e.exports["Length EMA_input"]={en:["Length EMA"],ja:["EMAの期間"]},e.exports["Length MA_input"]={en:["Length MA"],ja:["MAの期間"]},e.exports.Length1_input={en:["Length1"],ja:["期間1"]},e.exports.Length2_input={en:["Length2"],ja:["期間2"]},e.exports.Length3_input={en:["Length3"],ja:["期間3"]},e.exports.Length_input={en:["Length"],ja:["期間"]},e.exports.Level_input={en:["Level"],ja:["レベル"]},e.exports["Levels Format_input"]={en:["Levels Format"],ja:["レベルフォーマット"]},e.exports.Limit_input={en:["Limit"],ja:["指値"]},e.exports.Line_input={en:["Line"],ja:["ライン"]},e.exports["Lips Length_input"]={en:["Lips Length"],ja:["唇長"]},e.exports["Lips Offset_input"]={en:["Lips Offset"],ja:["唇オフセット"]},e.exports.Lips_input={en:["Lips"],ja:["唇"]},e.exports["Long Length_input"]={en:["Long Length"],ja:["ロングの期間"]},e.exports["Long RoC Length_input"]={en:["Long RoC Length"],ja:["ロングのRoC期間"]},e.exports["Long length_input"]={en:["Long length"],ja:["ロングの期間"]},e.exports["Long period_input"]={en:["Long period"],ja:["ロングの期間"]},e.exports.Long_input={en:["Long"],ja:["ロング"]},e.exports["Lower Band_input"]={en:["Lower Band"],ja:["ロワーバンド"]},e.exports["Lower Deviation_input"]={en:["Lower Deviation"],ja:["下方偏差"]},e.exports["Lower Percentage_input"]={en:["Lower Percentage"],ja:["下方パーセンテージ"]},e.exports.LowerLimit_input={en:["LowerLimit"],ja:["下限"]},e.exports.Lower_input={en:["Lower"],ja:["ロワーバンド"]},e.exports["MA Length_input"]={en:["MA Length"],ja:["MAの期間"]},
+e.exports.MACD_input={en:["MACD"]},e.exports.MA_input={en:["MA"],ja:["SMA"]},e.exports.MF_input={en:["MF"],ja:["マネーフロー"]},e.exports.MM_month_input={en:["MM"]},e.exports.MOM_input={en:["MOM"]},e.exports["Main chart symbol_input"]={en:["Main chart symbol"],ja:["メインチャートのシンボル"]},e.exports["Market Closed Percentage_input"]={en:["Market Closed Percentage"],ja:["市場クローズ率"]},e.exports["Market only_input"]={en:["Market only"],ja:["マーケットのみ"]},e.exports["Max value_input"]={en:["Max value"],ja:["最大値"]},e.exports.Median_input={en:["Median"],ja:["中央値"]},e.exports.Method_input={en:["Method"],ja:["メソッド"]},e.exports.Middle_input={en:["Middle"],ja:["中央"]},e.exports.Minimize_input={en:["Minimize"],ja:["最小化"]},e.exports.Month_input={en:["Month"],ja:["月"]},e.exports.Move_input={en:["Move"],ja:["移動"]},e.exports["Multi timeframe_input"]={en:["Multi timeframe"],ja:["マルチタイムフレーム"]},e.exports.Multiplier_input={en:["Multiplier"],ja:["乗数"]},e.exports.NV_input={en:["NV"],ja:["ネット出来高"]},e.exports["Nothing selected_combobox_input"]={en:["Nothing selected"],ja:["何も選択されていません"]},e.exports["Number Of Rows_input"]={en:["Number Of Rows"],ja:["行の数"]},e.exports["Number of line_input"]={en:["Number of line"],ja:["ライン(足)の数"]},e.exports.OSC_input={en:["OSC"],ja:["オシレーター"]},e.exports.Offset_input={en:["Offset"],ja:["オフセット"]},e.exports.OnBalanceVolume_input={en:["OnBalanceVolume"],ja:["オンバランスボリューム"]},e.exports["One step back building_input"]={en:["One step back building"],ja:["同列1枠転換表示"]},e.exports.Oscillator_input={en:["Oscillator"],ja:["オシレーター"]},e.exports.Overbought_input={en:["Overbought"],ja:["買われすぎ"]},e.exports.Oversold_input={en:["Oversold"],ja:["売られすぎ"]},e.exports.POC_input={en:["POC"]},e.exports.PVT_input={en:["PVT"]},e.exports.P_input={en:["P"]},e.exports.ParabolicSAR_input={en:["ParabolicSAR"],ja:["パラボリックSAR"]},e.exports.Percent_input={en:["Percent"],ja:["パーセント"]},e.exports["Percentage LTP({percentageLTPValue}%)_input"]={en:["Percentage LTP({percentageLTPValue}%)"],ja:["パーセントLTP ({percentageLTPValue}%)"]},e.exports["Percentage LTP_input"]={en:["Percentage LTP"],ja:["パーセントLTP"]},e.exports.Percentage_input={en:["Percentage"],ja:["パーセント"]},e.exports.Period_input={en:["Period"],ja:["期間"]},e.exports.Periods_input={en:["Periods"],ja:["期間"]},e.exports["Phantom bars_input"]={en:["Phantom bars"],ja:["疑似バー"]},e.exports.Placement_input={en:["Placement"],ja:["配置"]},e.exports.Plot_input={en:["Plot"],ja:["プロット"]},e.exports["Plots Background_input"]={en:["Plots Background"],ja:["プロットの背景"]},e.exports["Post-market only_input"]={en:["Post-market only"],ja:["アフターマーケットのみ"]},e.exports["Pre-market only_input"]={en:["Pre-market only"],ja:["プレマーケットのみ"]},e.exports["Price source_input"]={en:["Price source"],ja:["価格のソース"]},e.exports.Price_input={en:["Price"],ja:["価格"]},e.exports["Projection down bars_input"]={en:["Projection down bars"],ja:["下降予測バー"]},e.exports["Projection down color_input"]={en:["Projection down color"],ja:["下降予測カラー"]},e.exports["Projection up bars_input"]={en:["Projection up bars"],ja:["上昇予測バー"]},e.exports["Projection up color_input"]={
+en:["Projection up color"],ja:["上昇予測カラー"]},e.exports.Q_input={en:["Q"]},e.exports["ROC Length_input"]={en:["ROC Length"],ja:["ROCの期間"]},e.exports.ROCLen1_input={en:["ROCLen1"],ja:["ROC期間1"]},e.exports.ROCLen2_input={en:["ROCLen2"],ja:["ROC期間2"]},e.exports.ROCLen3_input={en:["ROCLen3"],ja:["ROC期間3"]},e.exports.ROCLen4_input={en:["ROCLen4"],ja:["ROC期間4"]},e.exports.ROC_input={en:["ROC"]},e.exports["RSI Length_input"]={en:["RSI Length"],ja:["RSIの期間"]},e.exports["RSI Source_input"]={en:["RSI Source"],ja:["RSIのソース"]},e.exports.RSI_input={en:["RSI"]},e.exports.RVGI_input={en:["RVGI"]},e.exports.RVI_input={en:["RVI"]},e.exports.Range_input={en:["Range"],ja:["レンジ"]},e.exports["Rate of Change Lookback_input"]={en:["Rate of Change Lookback"],ja:["変化率の期間"]},e.exports["Reversal amount_input"]={en:["Reversal amount"],ja:["転換数"]},e.exports["Rolling Period_input"]={en:["Rolling Period"],ja:["連続期間"]},e.exports["Row Size_input"]={en:["Row Size"],ja:["行のサイズ"]},e.exports["Rows Layout_input"]={en:["Rows Layout"],ja:["行のレイアウト"]},e.exports.SMALen1_input={en:["SMALen1"],ja:["SMA期間1"]},e.exports.SMALen2_input={en:["SMALen2"],ja:["SMA期間2"]},e.exports.SMALen3_input={en:["SMALen3"],ja:["SMA期間3"]},e.exports.SMALen4_input={en:["SMALen4"],ja:["SMA期間4"]},e.exports["SMI Ergodic Oscillator_input"]={en:["SMI Ergodic Oscillator"],ja:["SMIエルゴディックオシレーター"]},e.exports.SMI_input={en:["SMI"]},e.exports.Session_input={en:["Session"],ja:["セッション"]},e.exports.Sessions_input={en:["Sessions"],ja:["セッション"]},e.exports.Shapes_input={en:["Shapes"],ja:["型"]},e.exports["Short Length_input"]={en:["Short Length"],ja:["ショートの期間"]},e.exports["Short RoC Length_input"]={en:["Short RoC Length"],ja:["ショートのRoC期間"]},e.exports["Short length_input"]={en:["Short length"],ja:["ショートの期間"]},e.exports["Short period_input"]={en:["Short period"],ja:["ショートの期間"]},e.exports.Short_input={en:["Short"],ja:["ショート"]},e.exports["Show real prices on price scale (instead of Heikin-Ashi price)_input"]={en:["Show real prices on price scale (instead of Heikin-Ashi price)"],ja:["価格スケールに(平均足ではなく)実際の価格を表示"]},e.exports.SigLen_input={en:["SigLen"],ja:["シグナル期間"]},e.exports.Sig_input={en:["Sig"],ja:["シグナル"]},e.exports.Sigma_input={en:["Sigma"],ja:["シグマ"]},e.exports["Signal Length_input"]={en:["Signal Length"],ja:["シグナルの期間"]},e.exports["Signal line period_input"]={en:["Signal line period"],ja:["シグナル線の期間"]},e.exports["Signal smoothing_input"]={en:["Signal smoothing"],ja:["シグナル平滑化"]},e.exports.Signal_input={en:["Signal"],ja:["シグナル"]},e.exports["Simple ma(oscillator)_input"]={en:["Simple ma(oscillator)"],ja:["単純移動平均(オシレーター)"]},e.exports["Simple ma(signal line)_input"]={en:["Simple ma(signal line)"],ja:["単純移動平均(シグナル線)"]},e.exports.Simple_input={en:["Simple"],ja:["単純"]},e.exports["Slow Length_input"]={en:["Slow Length"],ja:["スロー期間"]},e.exports["Slow length_input"]={en:["Slow length"],ja:["スロー期間"]},e.exports["Smoothing Length_input"]={en:["Smoothing Length"],ja:["MAの期間"]},e.exports["Smoothing Line_input"]={en:["Smoothing Line"],ja:["平滑化ライン"]},e.exports.Smoothing_input={en:["Smoothing"],ja:["平滑化"]},
+e.exports.Source_input={en:["Source"],ja:["ソース"]},e.exports["Standard Errors_input"]={en:["Standard Errors"],ja:["標準誤差"]},e.exports.Start_input={en:["Start"],ja:["開始"]},e.exports.StdDev_input={en:["StdDev"],ja:["標準偏差"]},e.exports["Stochastic Length_input"]={en:["Stochastic Length"],ja:["ストキャスの期間"]},e.exports.Style_input={en:["Style"],ja:["スタイル"]},e.exports.Symbol_input={en:["Symbol"],ja:["シンボル"]},e.exports.TEMA_input={en:["TEMA"]},e.exports.TRIX_input={en:["TRIX"]},e.exports["Teeth Length_input"]={en:["Teeth Length"],ja:["歯長"]},e.exports["Teeth Offset_input"]={en:["Teeth Offset"],ja:["歯オフセット"]},e.exports.Teeth_input={en:["Teeth"],ja:["歯"]},e.exports["Ticks Per Row_input"]={en:["Ticks Per Row"],ja:["行ごとのティック"]},e.exports.Timeframe_input={en:["Timeframe"],ja:["時間足"]},e.exports.Total_input={en:["Total"],ja:["合計"]},e.exports["Trader EMA 1 length_input"]={en:["Trader EMA 1 length"],ja:["トレーダーのEMA1の期間"]},e.exports["Trader EMA 2 length_input"]={en:["Trader EMA 2 length"],ja:["トレーダーのEMA2の期間"]},e.exports["Trader EMA 3 length_input"]={en:["Trader EMA 3 length"],ja:["トレーダーのEMA3の期間"]},e.exports["Trader EMA 4 length_input"]={en:["Trader EMA 4 length"],ja:["トレーダーのEMA4の期間"]},e.exports["Trader EMA 5 length_input"]={en:["Trader EMA 5 length"],ja:["トレーダーのEMA5の期間"]},e.exports["Trader EMA 6 length_input"]={en:["Trader EMA 6 length"],ja:["トレーダーのEMA6の期間"]},e.exports.Traditional_input={en:["Traditional"],ja:["従来方式"]},e.exports.Trigger_input={en:["Trigger"],ja:["トリガー"]},e.exports.Type_input={en:["Type"],ja:["タイプ"]},e.exports.UO_input={en:["UO"]},e.exports["Up Volume_input"]={en:["Up Volume"],ja:["買い (上昇) の出来高"]},e.exports["Up bars_input"]={en:["Up bars"],ja:["上昇バー"]},e.exports["Up color_input"]={en:["Up color"],ja:["上昇カラー"]},e.exports["Up fractals_input"]={en:["Up fractals"],ja:["上昇のフラクタル"]},e.exports["Up/Down_input"]={en:["Up/Down"],ja:["買い/売り"]},e.exports["UpDown Length_input"]={en:["UpDown Length"],ja:["連続騰落期間"]},e.exports["Upper Band_input"]={en:["Upper Band"],ja:["アッパーバンド"]},e.exports["Upper Deviation_input"]={en:["Upper Deviation"],ja:["上方偏差"]},e.exports["Upper Percentage_input"]={en:["Upper Percentage"],ja:["上方パーセンテージ"]},e.exports.UpperLimit_input={en:["UpperLimit"],ja:["上限"]},e.exports.Upper_input={en:["Upper"],ja:["アッパーバンド"]},e.exports["Use Lower Deviation_input"]={en:["Use Lower Deviation"],ja:["下方偏差を使う"]},e.exports["Use Upper Deviation_input"]={en:["Use Upper Deviation"],ja:["上方偏差を使う"]},e.exports["VI +_input"]={en:["VI +"]},e.exports["VI -_input"]={en:["VI -"]},e.exports.VWAP_input={en:["VWAP"]},e.exports.VWMA_input={en:["VWMA"]},e.exports["Value Area Down_input"]={en:["Value Area Down"],ja:["バリューエリアの売り"]},e.exports["Value Area Up_input"]={en:["Value Area Up"],ja:["バリューエリアの買い"]},e.exports["Value Area Volume_input"]={en:["Value Area Volume"],ja:["バリューエリアの出来高"]},e.exports["Value Area volume_input"]={en:["Value Area volume"],ja:["バリューエリアの出来高"]},e.exports["Value Area_input"]={en:["Value Area"],ja:["バリューエリア"]},e.exports.Value_input={en:["Value"],ja:["値"]},e.exports["Values in status line_input"]={en:["Values in status line"],
+ja:["ステータスラインの値"]},e.exports.Volume_input={en:["Volume"],ja:["出来高"]},e.exports["WMA Length_input"]={en:["WMA Length"],ja:["加重移動平均の期間"]},e.exports["Wait for timeframe closes_input"]={en:["Wait for timeframe closes"],ja:["時間足の確定を待つ"]},e.exports.Week_input={en:["Week"],ja:["週"]},e.exports.Weighted_input={en:["Weighted"],ja:["加重"]},e.exports.Wick_input={en:["Wick"],ja:["ヒゲ"]},e.exports.Wicks_input={en:["Wicks"],ja:["ヒゲ"]},e.exports["Wilder's Smoothing_input"]={en:["Wilder's Smoothing"],ja:["ワイルダー平滑"]},e.exports["Window Size_input"]={en:["Window Size"],ja:["ウィンドウの期間"]},e.exports.X_input={en:["X"]},e.exports.YY_year_input={en:["YY"]},e.exports.Year_input={en:["Year"],ja:["年"]},e.exports["Zero Line_input"]={en:["Zero Line"],ja:["ゼロライン"]},e.exports.Zero_input={en:["Zero"],ja:["ゼロライン"]},e.exports.fastLength_input={en:["fastLength"],ja:["短期"]},e.exports.from_input={en:["from"],ja:["から"]},e.exports.increment_input={en:["increment"],ja:["増分"]},e.exports.isCentered_input={en:["isCentered"],ja:["中央に配置"]},e.exports.len_input={en:["len"],ja:["期間"]},e.exports.length14_input={en:["length14"],ja:["期間14"]},e.exports.length28_input={en:["length28"],ja:["期間28"]},e.exports.length7_input={en:["length7"],ja:["期間7"]},e.exports.lengthRSI_input={en:["lengthRSI"],ja:["RSIの期間"]},e.exports.lengthStoch_input={en:["lengthStoch"],ja:["ストキャスの期間"]},e.exports.length_input={en:["length"],ja:["期間"]},e.exports.long_input={en:["long"],ja:["ロング"]},e.exports.longlen_input={en:["longlen"],ja:["ロング期間"]},e.exports.maximum_input={en:["maximum"],ja:["最大"]},e.exports.mult_input={en:["mult"],ja:["標準偏差"]},e.exports.p_input={en:["p"]},e.exports.q_input={en:["q"]},e.exports.resolution_input={en:["resolution"],ja:["時間足"]},e.exports.roclen1_input={en:["roclen1"],ja:["ROC期間1"]},e.exports.roclen2_input={en:["roclen2"],ja:["ROC期間2"]},e.exports.roclen3_input={en:["roclen3"],ja:["ROC期間3"]},e.exports.roclen4_input={en:["roclen4"],ja:["ROC期間4"]},e.exports.short_input={en:["short"],ja:["ショート"]},e.exports.shortlen_input={en:["shortlen"],ja:["ショート期間"]},e.exports["show MA_input"]={en:["show MA"],ja:["MAを表示"]},e.exports.siglen_input={en:["siglen"],ja:["シグナル期間"]},e.exports.signalLength_input={en:["signalLength"],ja:["シグナルの期間"]},e.exports.slowLength_input={en:["slowLength"],ja:["長期"]},e.exports.smalen1_input={en:["smalen1"],ja:["SMA期間1"]},e.exports.smalen2_input={en:["smalen2"],ja:["SMA期間2"]},e.exports.smalen3_input={en:["smalen3"],ja:["SMA期間3"]},e.exports.smalen4_input={en:["smalen4"],ja:["SMA期間4"]},e.exports.smoothD_input={en:["smoothD"],ja:["スムースD"]},e.exports.smoothK_input={en:["smoothK"],ja:["スムースK"]},e.exports.start_input={en:["start"],ja:["開始"]},e.exports.sym_input={en:["sym"],ja:["シンボル"]},e.exports.to_input={en:["to"],ja:["まで"]},e.exports.useTrueRange_input={en:["useTrueRange"],ja:["トゥルーレンジを使う"]},e.exports.x_input={en:["x"]},e.exports["yay Color 0_input"]={en:["yay Color 0"],ja:["yay 色 0"]},e.exports["yay Color 1_input"]={en:["yay Color 1"],ja:["yay 色 1"]},e.exports["{number} item_combobox_input"]={en:["{number} item","{number} items"],ja:["{number}アイテム"]}},50873:e=>{
+e.exports={en:["ATR({atrValue})"]}},73425:e=>{e.exports={en:["Percentage LTP({percentageLTPValue}%)"],ja:["パーセントLTP ({percentageLTPValue}%)"]}},40566:e=>{e.exports={en:["Traditional"],ja:["従来方式"]}},35359:e=>{e.exports={en:["Post"],ja:["アフター"]}},93866:e=>{e.exports={en:["Pre"],ja:["プレ"]}},75163:e=>{e.exports={en:["Invert scale"],ja:["スケールを反転"]}},35210:e=>{e.exports={en:["Indexed to 100"],ja:["100基準"]}},31340:e=>{e.exports={en:["Logarithmic"],ja:["対数"]}},19405:e=>{e.exports={en:["No overlapping labels"],ja:["ラベルを重ねない"]}},34954:e=>{e.exports={en:["Percent"],ja:["パーセント"]}},55300:e=>{e.exports={en:["Regular"],ja:["通常"]}},8029:e=>{e.exports={en:["ETH"],ja:["時間外"]}},34647:e=>{e.exports={en:["Electronic trading hours"],ja:["電子取引時間"]}},36862:e=>{e.exports={en:["Extended trading hours"],ja:["時間外取引"]}},7807:e=>{e.exports={en:["POST"],ja:["アフター"]}},46273:e=>{e.exports={en:["PRE"],ja:["プレ"]}},50434:e=>{e.exports={en:["Postmarket"],ja:["アフターマーケット"]}},59330:e=>{e.exports={en:["Premarket"],ja:["プレマーケット"]}},35342:e=>{e.exports={en:["RTH"],ja:["通常"]}},84246:e=>{e.exports={en:["Regular trading hours"],ja:["通常取引時間"]}},13132:e=>{e.exports={en:["May"],ja:["5月"]}},83477:e=>{e.exports=Object.create(null),e.exports["*All Candlestick Patterns*_study"]={en:["*All Candlestick Patterns*"],ja:["*すべてのローソク足パターン*"]},e.exports["24-hour Volume_study"]={en:["24-hour Volume"],ja:["24時間出来高"]},e.exports["52 Week High/Low_study"]={en:["52 Week High/Low"],ja:["52週高値/安値"]},e.exports.ASI_study={en:["ASI"]},e.exports["Abandoned Baby - Bearish_study"]={en:["Abandoned Baby - Bearish"],ja:["弱気の捨て子線"]},e.exports["Abandoned Baby - Bullish_study"]={en:["Abandoned Baby - Bullish"],ja:["強気の捨て子線"]},e.exports["Accelerator Oscillator_study"]={en:["Accelerator Oscillator"],ja:["AC (アクセラレーター・オシレーター)"]},e.exports["Accounts payable_study"]={en:["Accounts payable"],ja:["買掛金"]},e.exports["Accounts receivable - trade, net_study"]={en:["Accounts receivable - trade, net"],ja:["売掛金 - 純額"]},e.exports["Accounts receivables, gross_study"]={en:["Accounts receivables, gross"],ja:["売掛金 - 総額"]},e.exports.Accruals_study={en:["Accruals"],ja:["アクルーアル"]},e.exports["Accrued payroll_study"]={en:["Accrued payroll"],ja:["未払給与"]},e.exports["Accumulated depreciation, total_study"]={en:["Accumulated depreciation, total"],ja:["減価償却累計額"]},e.exports["Accumulation/Distribution_study"]={en:["Accumulation/Distribution"],ja:["ADL (アキュムレーション/ディストリビューションライン)"]},e.exports["Accumulative Swing Index_study"]={en:["Accumulative Swing Index"],ja:["ASI(累積スイングインデックス)"]},e.exports["Additional paid-in capital/Capital surplus_study"]={en:["Additional paid-in capital/Capital surplus"],ja:["払込剰余金/資本剰余金"]},e.exports["Advance Decline Line_study"]={en:["Advance Decline Line"],ja:["ADL (騰落株線)"]},e.exports["Advance Decline Ratio_study"]={en:["Advance Decline Ratio"],ja:["ADR (騰落レシオ)"]},e.exports["Advance/Decline Ratio (Bars)_study"]={en:["Advance/Decline Ratio (Bars)"],ja:["ADR_B (騰落レシオ (バー))"]},e.exports["Advance/Decline_study"]={en:["Advance/Decline"],ja:["上昇/下降"]},e.exports["After tax other income/expense_study"]={
+en:["After tax other income/expense"],ja:["税引後その他の収入/支出"]},e.exports["All Chart Patterns_study"]={en:["All Chart Patterns"],ja:["All Chart Patterns (すべてのチャートパターン)"]},e.exports["Altman Z-score_study"]={en:["Altman Z-score"],ja:["アルトマンZスコア"]},e.exports["Amortization of deferred charges_study"]={en:["Amortization of deferred charges"],ja:["繰延費用の償却費"]},e.exports["Amortization of intangibles_study"]={en:["Amortization of intangibles"],ja:["無形固定資産の減価償却費"]},e.exports.Amortization_study={en:["Amortization"],ja:["無形資産の減価償却費"]},e.exports["Anchored Volume Profile_study"]={en:["Anchored Volume Profile"],ja:["AVP (アンカー出来高プロファイル)"]},e.exports["Arnaud Legoux Moving Average_study"]={en:["Arnaud Legoux Moving Average"],ja:["ALMA (アルノー・ルグー移動平均)"]},e.exports.Aroon_study={en:["Aroon"],ja:["Aroon (アルーン)"]},e.exports["Asset turnover_study"]={en:["Asset turnover"],ja:["総資産回転率"]},e.exports["Auto Anchored Volume Profile_study"]={en:["Auto Anchored Volume Profile"],ja:["AAVP (オートアンカー出来高プロファイル)"]},e.exports["Auto Fib Extension_study"]={en:["Auto Fib Extension"],ja:["Auto Fib Extension (オート・フィボナッチ・エクステンション)"]},e.exports["Auto Fib Retracement_study"]={en:["Auto Fib Retracement"],ja:["Auto Fib Retracement (オート・フィボナッチ・リトレースメント)"]},e.exports["Auto Pitchfork_study"]={en:["Auto Pitchfork"],ja:["Auto Pitchfork (オート・ピッチフォーク)"]},e.exports["Average Daily Range_study"]={en:["Average Daily Range"],ja:["ADR (日中平均レンジ)"]},e.exports["Average Day Range_study"]={en:["Average Day Range"],ja:["ADR (日中平均レンジ)"]},e.exports["Average Directional Index_study"]={en:["Average Directional Index"],ja:["ADX (平均方向性指数)"]},e.exports["Average Price_study"]={en:["Average Price"],ja:["Average Price (平均価格)"]},e.exports["Average True Range_study"]={en:["Average True Range"],ja:["ATR (アベレージ・トゥルー・レンジ)"]},e.exports["Average basic shares outstanding_study"]={en:["Average basic shares outstanding"],ja:["平均発行済株式数"]},e.exports["Awesome Oscillator_study"]={en:["Awesome Oscillator"],ja:["AO (オーサム・オシレーター)"]},e.exports["Bad debt / Doubtful accounts_study"]={en:["Bad debt / Doubtful accounts"],ja:["不良債権/貸倒損失"]},e.exports["Balance of Power_study"]={en:["Balance of Power"],ja:["BOP (バランス・オブ・パワー)"]},e.exports["BarUpDn Strategy_study"]={en:["BarUpDn Strategy"],ja:["BarUpDn Strategy (ローソク足アップダウン・ストラテジー)"]},e.exports["Basic EPS_study"]={en:["Basic EPS"],ja:["基本EPS (基本1株当たり利益)"]},e.exports["Basic earnings per share (Basic EPS)_study"]={en:["Basic earnings per share (Basic EPS)"],ja:["基本EPS (基本1株当たり利益)"]},e.exports["Bearish Flag Chart Pattern_study"]={en:["Bearish Flag Chart Pattern"],ja:["Bearish Flag Chart Pattern (下降フラッグ・チャートパターン)"]},e.exports["Bearish Pennant Chart Pattern_study"]={en:["Bearish Pennant Chart Pattern"],ja:["Bearish Pennant Chart Pattern (下降ペナント・チャートパターン)"]},e.exports["Beneish M-score_study"]={en:["Beneish M-score"],ja:["ベネッシュMスコア"]},e.exports["Bollinger Bands %B_study"]={en:["Bollinger Bands %B"],ja:["BB%B (ボリンジャーバンド%B)"]},e.exports["Bollinger Bands Strategy directed_study"]={en:["Bollinger Bands Strategy directed"],ja:["BB Strategy directed (ボリンジャーバンド売買方向指定ストラテジー)"]},
+e.exports["Bollinger Bands Strategy_study"]={en:["Bollinger Bands Strategy"],ja:["BB Strategy (ボリンジャーバンド・ストラテジー)"]},e.exports["Bollinger Bands Width_study"]={en:["Bollinger Bands Width"],ja:["BBW (ボリンジャーバンド幅)"]},e.exports["Bollinger Bands_study"]={en:["Bollinger Bands"],ja:["BB (ボリンジャーバンド)"]},e.exports["Book value per share_study"]={en:["Book value per share"],ja:["BPS (1株当たり純資産)"]},e.exports["Bull Bear Power_study"]={en:["Bull Bear Power"],ja:["BBP (ブルベアパワー)"]},e.exports["Bullish Flag Chart Pattern_study"]={en:["Bullish Flag Chart Pattern"],ja:["Bullish Flag Chart Pattern (上昇フラッグ・チャートパターン)"]},e.exports["Bullish Pennant Chart Pattern_study"]={en:["Bullish Pennant Chart Pattern"],ja:["Bullish Pennant Chart Pattern (上昇ペナント・チャートパターン)"]},e.exports["Buyback yield %_study"]={en:["Buyback yield %"],ja:["自社株買い利回り"]},e.exports["COGS to revenue ratio_study"]={en:["COGS to revenue ratio"],ja:["売上高原価率"]},e.exports.CRSI_study={en:["CRSI"]},e.exports["Capital and operating lease obligations_study"]={en:["Capital and operating lease obligations"],ja:["キャピタル/オペレーティングリース債務"]},e.exports["Capital expenditures - fixed assets_study"]={en:["Capital expenditures - fixed assets"],ja:["設備投資 - 固定資産"]},e.exports["Capital expenditures - other assets_study"]={en:["Capital expenditures - other assets"],ja:["設備投資 - その他資産"]},e.exports["Capital expenditures_study"]={en:["Capital expenditures"],ja:["設備投資"]},e.exports["Capitalized lease obligations_study"]={en:["Capitalized lease obligations"],ja:["キャピタルリース債務"]},e.exports["Cash & equivalents_study"]={en:["Cash & equivalents"],ja:["現金および現金同等物"]},e.exports["Cash and short term investments_study"]={en:["Cash and short term investments"],ja:["現金および短期投資"]},e.exports["Cash conversion cycle_study"]={en:["Cash conversion cycle"],ja:["キャッシュ・コンバージョン・サイクル"]},e.exports["Cash from financing activities_study"]={en:["Cash from financing activities"],ja:["財務活動のキャッシュフロー"]},e.exports["Cash from investing activities_study"]={en:["Cash from investing activities"],ja:["投資活動のキャッシュフロー"]},e.exports["Cash from operating activities_study"]={en:["Cash from operating activities"],ja:["営業活動のキャッシュフロー"]},e.exports["Cash to debt ratio_study"]={en:["Cash to debt ratio"],ja:["現預金借入金比率"]},e.exports["Chaikin Money Flow_study"]={en:["Chaikin Money Flow"],ja:["CMF (チャイキン・マネー・フロー)"]},e.exports["Chaikin Oscillator_study"]={en:["Chaikin Oscillator"],ja:["CHO (チャイキン・オシレーター)"]},e.exports["Chaikin Volatility_study"]={en:["Chaikin Volatility"],ja:["CHV (チャイキン・ボラティリティ)"]},e.exports["Chande Kroll Stop_study"]={en:["Chande Kroll Stop"],ja:["Chande Kroll Stop (シャンデ・クロール・ストップ)"]},e.exports["Chande Momentum Oscillator_study"]={en:["Chande Momentum Oscillator"],ja:["ChandeMO (シャンデ・モメンタム・オシレーター)"]},e.exports["Change in accounts payable_study"]={en:["Change in accounts payable"],ja:["買掛金の増減"]},e.exports["Change in accounts receivable_study"]={en:["Change in accounts receivable"],ja:["売掛金の増減"]},e.exports["Change in accrued expenses_study"]={en:["Change in accrued expenses"],ja:["未払費用の増減"]},e.exports["Change in inventories_study"]={
+en:["Change in inventories"],ja:["棚卸資産の増減"]},e.exports["Change in other assets/liabilities_study"]={en:["Change in other assets/liabilities"],ja:["その他資産/負債の増減"]},e.exports["Change in taxes payable_study"]={en:["Change in taxes payable"],ja:["未払税の増減"]},e.exports["Changes in working capital_study"]={en:["Changes in working capital"],ja:["運転資本の増減"]},e.exports.ChannelBreakOutStrategy_study={en:["ChannelBreakOutStrategy"],ja:["ChannelBreakOutStrategy (チャネルブレイクアウト・ストラテジー)"]},e.exports["Chop Zone_study"]={en:["Chop Zone"],ja:["Chop Zone (チョップゾーン)"]},e.exports["Choppiness Index_study"]={en:["Choppiness Index"],ja:["CHOP (チョピネス・インデックス)"]},e.exports["Commodity Channel Index_study"]={en:["Commodity Channel Index"],ja:["CCI (商品チャネル指数)"]},e.exports["Common dividends paid_study"]={en:["Common dividends paid"],ja:["普通配当金の支払"]},e.exports["Common equity, total_study"]={en:["Common equity, total"],ja:["資本金合計"]},e.exports["Common stock par/Carrying value_study"]={en:["Common stock par/Carrying value"],ja:["資本金/簿価"]},e.exports.Compare_study={en:["Compare"],ja:["Compare (比較)"]},e.exports["Conditional Expressions_study"]={en:["Conditional Expressions"],ja:["Conditional Expressions (条件式)"]},e.exports["Connors RSI_study"]={en:["Connors RSI"],ja:["CRSI (コナーズRSI)"]},e.exports.ConnorsRSI_study={en:["ConnorsRSI"],ja:["CRSI (コナーズRSI)"]},e.exports["Consecutive Up/Down Strategy_study"]={en:["Consecutive Up/Down Strategy"],ja:["Consecutive Up/Down Strategy (連続アップ/ダウン・ストラテジー)"]},e.exports["Coppock Curve_study"]={en:["Coppock Curve"],ja:["Coppock Curve (コポックカーブ)"]},e.exports["Correlation - Log_study"]={en:["Correlation - Log"],ja:["Correlation - Log (相関 - ログ)"]},e.exports["Correlation Coefficient_study"]={en:["Correlation Coefficient"],ja:["CC (相関係数)"]},e.exports["Cost of goods sold_study"]={en:["Cost of goods sold"],ja:["売上原価"]},e.exports["Cost of goods_study"]={en:["Cost of goods"],ja:["売上原価"]},e.exports["Cumulative Volume Index_study"]={en:["Cumulative Volume Index"],ja:["CVI (累積出来高指数)"]},e.exports["Cup and Handle Chart Pattern_study"]={en:["Cup and Handle Chart Pattern"],ja:["Cup and Handle (カップアンドハンドル・チャートパターン)"]},e.exports["Current portion of LT debt and capital leases_study"]={en:["Current portion of LT debt and capital leases"],ja:["1年以内返済予定長期借入金/キャピタルリース"]},e.exports["Current ratio_study"]={en:["Current ratio"],ja:["流動比率"]},e.exports.DMI_study={en:["DMI"]},e.exports["Dark Cloud Cover - Bearish_study"]={en:["Dark Cloud Cover - Bearish"],ja:["弱気のかぶせ線"]},e.exports["Days inventory_study"]={en:["Days inventory"],ja:["棚卸資産回転日数"]},e.exports["Days payable_study"]={en:["Days payable"],ja:["買入債務回転期間"]},e.exports["Days sales outstanding_study"]={en:["Days sales outstanding"],ja:["売上債権回転期間"]},e.exports["Debt to EBITDA ratio_study"]={en:["Debt to EBITDA ratio"],ja:["EBITDA有利子負債倍率"]},e.exports["Debt to assets ratio_study"]={en:["Debt to assets ratio"],ja:["負債対総資産比率"]},e.exports["Debt to equity ratio_study"]={en:["Debt to equity ratio"],ja:["DEレシオ (負債資本倍率)"]},e.exports["Debt to revenue ratio_study"]={en:["Debt to revenue ratio"],ja:["負債対収入比率"]},
+e.exports["Deferred income, current_study"]={en:["Deferred income, current"],ja:["繰越収入 - 流動"]},e.exports["Deferred income, non-current_study"]={en:["Deferred income, non-current"],ja:["繰越収入 - 非流動"]},e.exports["Deferred tax assets_study"]={en:["Deferred tax assets"],ja:["繰延税金資産"]},e.exports["Deferred tax liabilities_study"]={en:["Deferred tax liabilities"],ja:["繰延税金負債"]},e.exports["Deferred taxes (cash flow)_study"]={en:["Deferred taxes (cash flow)"],ja:["繰延税金 - キャッシュフロー"]},e.exports["Deprecation and amortization_study"]={en:["Deprecation and amortization"],ja:["有形資産/無形資産の減価償却費"]},e.exports["Depreciation & amortization (cash flow)_study"]={en:["Depreciation & amortization (cash flow)"],ja:["有形資産/無形資産の減価償却費 - キャッシュフロー"]},e.exports["Depreciation/depletion_study"]={en:["Depreciation/depletion"],ja:["減価償却費/減耗償却"]},e.exports.Depreciation_study={en:["Depreciation"],ja:["有形資産の減価償却費"]},e.exports["Detrended Price Oscillator_study"]={en:["Detrended Price Oscillator"],ja:["DPO (トレンド除去プライスオシレーター)"]},e.exports["Diluted EPS_study"]={en:["Diluted EPS"],ja:["希薄化EPS (希薄化後1株当たり利益)"]},e.exports["Diluted earnings per share (Diluted EPS)_study"]={en:["Diluted earnings per share (Diluted EPS)"],ja:["希薄化EPS (希薄化後1株当たり利益)"]},e.exports["Diluted net income available to common stockholders_study"]={en:["Diluted net income available to common stockholders"],ja:["普通株主に帰属する希薄化当期純利益"]},e.exports["Diluted shares outstanding_study"]={en:["Diluted shares outstanding"],ja:["希薄化発行済株式"]},e.exports["Dilution adjustment_study"]={en:["Dilution adjustment"],ja:["希薄化調整"]},e.exports["Directional Movement Index_study"]={en:["Directional Movement Index"],ja:["DMI (方向性指数)"]},e.exports["Directional Movement_study"]={en:["Directional Movement"],ja:["DMI (方向性指数)"]},e.exports["Discontinued operations_study"]={en:["Discontinued operations"],ja:["非継続事業"]},e.exports["Divergence Indicator_study"]={en:["Divergence Indicator"],ja:["Divergence Indicator (ダイバージェンス・インジケーター)"]},e.exports["Dividend payout ratio %_study"]={en:["Dividend payout ratio %"],ja:["配当性向"]},e.exports["Dividend yield %_study"]={en:["Dividend yield %"],ja:["配当利回り"]},e.exports["Dividends payable_study"]={en:["Dividends payable"],ja:["未払配当金"]},e.exports["Dividends per share - common stock primary issue_study"]={en:["Dividends per share - common stock primary issue"],ja:["1株当たり配当金 - 普通株式発行"]},e.exports["Doji Star - Bearish_study"]={en:["Doji Star - Bearish"],ja:["弱気の十字線"]},e.exports["Doji Star - Bullish_study"]={en:["Doji Star - Bullish"],ja:["強気の十字線"]},e.exports.Doji_study={en:["Doji"],ja:["同時線"]},e.exports["Donchian Channels_study"]={en:["Donchian Channels"],ja:["DC (ドンチャンチャネル (HLバンド))"]},e.exports["Double Bottom Chart Pattern_study"]={en:["Double Bottom Chart Pattern"],ja:["Double Bottom Chart Pattern (ダブルボトム・チャートパターン)"]},e.exports["Double EMA_study"]={en:["Double EMA"],ja:["DEMA (二重指数移動平均)"]},e.exports["Double Top Chart Pattern_study"]={en:["Double Top Chart Pattern"],ja:["Double Top Chart Pattern (ダブルトップ・チャートパターン)"]},e.exports["Downside Tasuki Gap - Bearish_study"]={en:["Downside Tasuki Gap - Bearish"],
+ja:["弱気の下放れタスキ"]},e.exports["Dragonfly Doji - Bullish_study"]={en:["Dragonfly Doji - Bullish"],ja:["強気のトンボ"]},e.exports["EBITDA margin %_study"]={en:["EBITDA margin %"],ja:["EBITDAマージン比率"]},e.exports.EBITDA_study={en:["EBITDA"]},e.exports.EBIT_study={en:["EBIT"]},e.exports["EMA Cross_study"]={en:["EMA Cross"],ja:["EMA Cross (指数移動平均の交差)"]},e.exports["EPS basic one year growth_study"]={en:["EPS basic one year growth"],ja:["基本EPS年間成長率"]},e.exports["EPS diluted one year growth_study"]={en:["EPS diluted one year growth"],ja:["希薄化EPS年間成長率"]},e.exports["EPS estimates_study"]={en:["EPS estimates"],ja:["予想EPS"]},e.exports["Earnings yield_study"]={en:["Earnings yield"],ja:["株式益利回り"]},e.exports["Ease Of Movement_study"]={en:["Ease Of Movement"],ja:["EOM (イーズ・オブ・ムーブメント)"]},e.exports["Ease of Movement_study"]={en:["Ease of Movement"],ja:["EOM (イーズ・オブ・ムーブメント)"]},e.exports["Effective interest rate on debt %_study"]={en:["Effective interest rate on debt %"],ja:["借入金の実効金利"]},e.exports["Elder Force Index_study"]={en:["Elder Force Index"],ja:["EFI (エルダー・フォース・インデックス)"]},e.exports["Elder's Force Index_study"]={en:["Elder's Force Index"],ja:["EFI (エルダー・フォース・インデックス)"]},e.exports["Elders Force Index_study"]={en:["Elders Force Index"],ja:["EFI (エルダー・フォース・インデックス)"]},e.exports["Elliott Wave Chart Pattern_study"]={en:["Elliott Wave Chart Pattern"],ja:["Elliott Wave Chart Pattern (エリオット波動・チャートパターン)"]},e.exports["Engulfing - Bearish_study"]={en:["Engulfing - Bearish"],ja:["弱気の包み線"]},e.exports["Engulfing - Bullish_study"]={en:["Engulfing - Bullish"],ja:["強気の包み線"]},e.exports["Enterprise value to EBIT ratio_study"]={en:["Enterprise value to EBIT ratio"],ja:["EV/EBIT倍率"]},e.exports["Enterprise value to EBITDA ratio_study"]={en:["Enterprise value to EBITDA ratio"],ja:["EV/EBITDA倍率"]},e.exports["Enterprise value to revenue ratio_study"]={en:["Enterprise value to revenue ratio"],ja:["EV/売上高倍率"]},e.exports["Enterprise value_study"]={en:["Enterprise value"],ja:["EV (企業価値)"]},e.exports.Envelope_study={en:["Envelope"],ja:["Envelope (エンベロープ)"]},e.exports.Envelopes_study={en:["Envelopes"],ja:["Envelopes (エンベロープ)"]},e.exports["Equity in earnings_study"]={en:["Equity in earnings"],ja:["持分法投資損益"]},e.exports["Equity to assets ratio_study"]={en:["Equity to assets ratio"],ja:["株主資本比率"]},e.exports["Evening Doji Star - Bearish_study"]={en:["Evening Doji Star - Bearish"],ja:["弱気の宵の同時線"]},e.exports["Evening Star - Bearish_study"]={en:["Evening Star - Bearish"],ja:["弱気の宵の明星"]},e.exports["Falling Three Methods - Bearish_study"]={en:["Falling Three Methods - Bearish"],ja:["弱気の下げ三法"]},e.exports["Falling Wedge Chart Pattern_study"]={en:["Falling Wedge Chart Pattern"],ja:["Falling Wedge Chart Pattern (下降ウェッジ・チャートパターン)"]},e.exports["Falling Window - Bearish_study"]={en:["Falling Window - Bearish"],ja:["弱気の下窓"]},e.exports["Financing activities – other sources_study"]={en:["Financing activities – other sources"],ja:["財務活動 - その他財源"]},e.exports["Financing activities – other uses_study"]={en:["Financing activities – other uses"],ja:["財務活動 - その他用途"]},
+e.exports["Fisher Transform_study"]={en:["Fisher Transform"],ja:["Fisher Transform (フィッシャー・トランスフォーム)"]},e.exports["Fixed Range Volume Profile_study"]={en:["Fixed Range Volume Profile"],ja:["FRVP (固定期間出来高プロファイル)"]},e.exports["Fixed Range_study"]={en:["Fixed Range"],ja:["Fixed Range (固定期間出来高)"]},e.exports["Float shares outstanding_study"]={en:["Float shares outstanding"],ja:["発行済浮動株式数"]},e.exports["Free cash flow margin %_study"]={en:["Free cash flow margin %"],ja:["フリーキャッシュフローマージン比率"]},e.exports["Free cash flow_study"]={en:["Free cash flow"],ja:["フリーキャッシュフロー"]},e.exports["Fulmer H factor_study"]={en:["Fulmer H factor"],ja:["フルマーHファクター"]},e.exports["Funds from operations_study"]={en:["Funds from operations"],ja:["営業収入"]},e.exports.Gaps_study={en:["Gaps"],ja:["Gaps (ギャップ)"]},e.exports["Goodwill to assets ratio_study"]={en:["Goodwill to assets ratio"],ja:["資産対のれん比率"]},e.exports["Goodwill, net_study"]={en:["Goodwill, net"],ja:["のれん"]},e.exports["Graham's number_study"]={en:["Graham's number"],ja:["グレアム数"]},e.exports["Gravestone Doji - Bearish_study"]={en:["Gravestone Doji - Bearish"],ja:["弱気のトウバ"]},e.exports["Greedy Strategy_study"]={en:["Greedy Strategy"],ja:["Greedy Strategy (グリーディ・ストラテジー)"]},e.exports["Gross margin %_study"]={en:["Gross margin %"],ja:["売上総利益率"]},e.exports["Gross profit to assets ratio_study"]={en:["Gross profit to assets ratio"],ja:["総資産回転率"]},e.exports["Gross profit_study"]={en:["Gross profit"],ja:["売上総利益"]},e.exports["Gross property/plant/equipment_study"]={en:["Gross property/plant/equipment"],ja:["有形固定総資産"]},e.exports["Guppy Multiple Moving Average_study"]={en:["Guppy Multiple Moving Average"],ja:["GMMA (複合型移動平均)"]},e.exports["Hammer - Bullish_study"]={en:["Hammer - Bullish"],ja:["強気のカラカサ"]},e.exports["Hanging Man - Bearish_study"]={en:["Hanging Man - Bearish"],ja:["弱気の首吊り線"]},e.exports["Harami - Bearish_study"]={en:["Harami - Bearish"],ja:["弱気のはらみ線"]},e.exports["Harami - Bullish_study"]={en:["Harami - Bullish"],ja:["強気のはらみ線"]},e.exports["Harami Cross - Bearish_study"]={en:["Harami Cross - Bearish"],ja:["弱気のはらみ寄せ線"]},e.exports["Harami Cross - Bullish_study"]={en:["Harami Cross - Bullish"],ja:["強気のはらみ寄せ線"]},e.exports["Head and Shoulders Chart Pattern_study"]={en:["Head and Shoulders Chart Pattern"],ja:["Head And Shoulders Chart Pattern (ヘッドアンドショルダー・チャートパターン)"]},e.exports["Historical Volatility_study"]={en:["Historical Volatility"],ja:["HV (ヒストリカル・ボラティリティ)"]},e.exports["Hull Moving Average_study"]={en:["Hull Moving Average"],ja:["HMA (ハル移動平均)"]},e.exports["Ichimoku Cloud_study"]={en:["Ichimoku Cloud"],ja:["Ichimoku Cloud (一目均衡表®)"]},e.exports.Ichimoku_study={en:["Ichimoku"],ja:["一目均衡表®"]},e.exports.Impairments_study={en:["Impairments"],ja:["減損"]},e.exports["InSide Bar Strategy_study"]={en:["InSide Bar Strategy"],ja:["InSide Bar Strategy (インサイドバー・ストラテジー)"]},e.exports["Income Tax Credits_study"]={en:["Income Tax Credits"],ja:["法人税・控除"]},e.exports["Income Tax, current - foreign_study"]={en:["Income Tax, current - foreign"],ja:["法人税・当期 - 国外"]},e.exports["Income tax payable_study"]={
+en:["Income tax payable"],ja:["未払法人税"]},e.exports["Income tax, current - domestic_study"]={en:["Income tax, current - domestic"],ja:["法人税・当期 - 国内"]},e.exports["Income tax, current_study"]={en:["Income tax, current"],ja:["法人税・当期"]},e.exports["Income tax, deferred - domestic_study"]={en:["Income tax, deferred - domestic"],ja:["法人税・繰延 - 国内"]},e.exports["Income tax, deferred - foreign_study"]={en:["Income tax, deferred - foreign"],ja:["法人税・繰延 - 国外"]},e.exports["Income tax, deferred_study"]={en:["Income tax, deferred"],ja:["法人税・繰延"]},e.exports["Interest capitalized_study"]={en:["Interest capitalized"],ja:["資産化利息"]},e.exports["Interest coverage_study"]={en:["Interest coverage"],ja:["インタレストカバレッジレシオ"]},e.exports["Interest expense on debt_study"]={en:["Interest expense on debt"],ja:["支払利息"]},e.exports["Interest expense, net of interest capitalized_study"]={en:["Interest expense, net of interest capitalized"],ja:["資産化利息控除後の支払利息"]},e.exports["Inventories - finished goods_study"]={en:["Inventories - finished goods"],ja:["棚卸資産 - 製品"]},e.exports["Inventories - progress payments & other_study"]={en:["Inventories - progress payments & other"],ja:["棚卸資産 - 仕掛支出とその他"]},e.exports["Inventories - raw materials_study"]={en:["Inventories - raw materials"],ja:["棚卸資産 - 原材料"]},e.exports["Inventories - work in progress_study"]={en:["Inventories - work in progress"],ja:["棚卸資産 - 仕掛品"]},e.exports["Inventory to revenue ratio_study"]={en:["Inventory to revenue ratio"],ja:["売上高在庫比率"]},e.exports["Inventory turnover_study"]={en:["Inventory turnover"],ja:["棚卸資産回転率"]},e.exports["Inverted Cup and Handle Chart Pattern_study"]={en:["Inverted Cup and Handle Chart Pattern"],ja:["Inverted Cup and Handle (逆カップアンドハンドル・チャートパターン)"]},e.exports["Inverted Hammer - Bullish_study"]={en:["Inverted Hammer - Bullish"],ja:["強気のトンカチ"]},e.exports["Inverted Head and Shoulders Chart Pattern_study"]={en:["Inverted Head and Shoulders Chart Pattern"],ja:["Inverted Head and Shoulders Chart Pattern (逆ヘッドアンドショルダー・チャートパターン)"]},e.exports["Investing activities – other sources_study"]={en:["Investing activities – other sources"],ja:["投資活動 - その他財源"]},e.exports["Investing activities – other uses_study"]={en:["Investing activities – other uses"],ja:["投資活動 - その他用途"]},e.exports["Investments in unconsolidated subsidiaries_study"]={en:["Investments in unconsolidated subsidiaries"],ja:["非連結子会社への出資"]},e.exports["Issuance of long term debt_study"]={en:["Issuance of long term debt"],ja:["長期借入債務の発行"]},e.exports["Issuance/retirement of debt, net_study"]={en:["Issuance/retirement of debt, net"],ja:["負債の発行/償還"]},e.exports["Issuance/retirement of long term debt_study"]={en:["Issuance/retirement of long term debt"],ja:["長期負債の発行/償還"]},e.exports["Issuance/retirement of other debt_study"]={en:["Issuance/retirement of other debt"],ja:["その他負債の発行/償還"]},e.exports["Issuance/retirement of short term debt_study"]={en:["Issuance/retirement of short term debt"],ja:["短期負債の発行/償還"]},e.exports["Issuance/retirement of stock, net_study"]={en:["Issuance/retirement of stock, net"],ja:["株式発行/償還"]},
+e.exports["KZ index_study"]={en:["KZ index"],ja:["KZ指数"]},e.exports["Keltner Channel Strategy_study"]={en:["Keltner Channel Strategy"],ja:["KC Strategy (ケルトナーチャネル・ストラテジー)"]},e.exports["Keltner Channels Strategy_study"]={en:["Keltner Channels Strategy"],ja:["KC Strategy (ケルトナーチャネル・ストラテジー)"]},e.exports["Keltner Channels_study"]={en:["Keltner Channels"],ja:["KC (ケルトナーチャネル)"]},e.exports["Key stats_study"]={en:["Key stats"],ja:["主要統計"]},e.exports["Kicking - Bearish_study"]={en:["Kicking - Bearish"],ja:["弱気の行き違い線"]},e.exports["Kicking - Bullish_study"]={en:["Kicking - Bullish"],ja:["強気の行き違い線"]},e.exports["Klinger Oscillator_study"]={en:["Klinger Oscillator"],ja:["Klinger Oscillator (クリンガー・オシレーター)"]},e.exports["Know Sure Thing_study"]={en:["Know Sure Thing"],ja:["KST (ノウ・シュア・シング)"]},e.exports["Least Squares Moving Average_study"]={en:["Least Squares Moving Average"],ja:["LSMA (最小二乗移動平均)"]},e.exports["Legal claim expense_study"]={en:["Legal claim expense"],ja:["訴訟費用"]},e.exports["Linear Regression Channel_study"]={en:["Linear Regression Channel"],ja:["Linear Regression Channel (線形回帰チャネル)"]},e.exports["Linear Regression Curve_study"]={en:["Linear Regression Curve"],ja:["LRC (線形回帰カーブ)"]},e.exports["Linear Regression Slope_study"]={en:["Linear Regression Slope"],ja:["LRS (線形回帰スロープ)"]},e.exports["Linear Regression_study"]={en:["Linear Regression"],ja:["Lin Reg (線形回帰)"]},e.exports["Liquidity ratios_study"]={en:["Liquidity ratios"],ja:["流動性比率"]},e.exports["Long Lower Shadow - Bullish_study"]={en:["Long Lower Shadow - Bullish"],ja:["強気の下影線"]},e.exports["Long Upper Shadow - Bearish_study"]={en:["Long Upper Shadow - Bearish"],ja:["弱気の上影線"]},e.exports["Long term debt excl. lease liabilities_study"]={en:["Long term debt excl. lease liabilities"],ja:["長期借入金 - リース債務除く"]},e.exports["Long term debt to total assets ratio_study"]={en:["Long term debt to total assets ratio"],ja:["長期負債対自己資本比率"]},e.exports["Long term debt to total equity ratio_study"]={en:["Long term debt to total equity ratio"],ja:["長期負債対資本合計比率"]},e.exports["Long term debt_study"]={en:["Long term debt"],ja:["長期借入金"]},e.exports["Long term investments_study"]={en:["Long term investments"],ja:["長期投資"]},e.exports["MA Cross_study"]={en:["MA Cross"],ja:["MA Cross (移動平均線の交差)"]},e.exports["MA with EMA Cross_study"]={en:["MA with EMA Cross"],ja:["SMAとEMAの交差"]},e.exports["MA/EMA Cross_study"]={en:["MA/EMA Cross"],ja:["SMAとEMAの交差"]},e.exports["MACD Strategy_study"]={en:["MACD Strategy"],ja:["MACD Strategy (MACDストラテジー)"]},e.exports.MACD_study={en:["MACD"]},e.exports["Majority Rule_study"]={en:["Majority Rule"],ja:["Majority Rule (多数決)"]},e.exports["Market capitalization_study"]={en:["Market capitalization"],ja:["時価総額"]},e.exports["Marubozu Black - Bearish_study"]={en:["Marubozu Black - Bearish"],ja:["弱気の陰の丸坊主"]},e.exports["Marubozu White - Bullish_study"]={en:["Marubozu White - Bullish"],ja:["強気の陽の丸坊主"]},e.exports["Mass Index_study"]={en:["Mass Index"],ja:["Mass Index (マス・インデックス)"]},e.exports["McGinley Dynamic_study"]={en:["McGinley Dynamic"],ja:["McGinley Dynamic (マッギンリー・ダイナミック)"]},
+e.exports["Median Price_study"]={en:["Median Price"],ja:["Median Price (中央価格)"]},e.exports.Median_study={en:["Median"],ja:["Median (中央値)"]},e.exports["Minority interest_study"]={en:["Minority interest"],ja:["少数株主持分"]},e.exports["Miscellaneous non-operating expense_study"]={en:["Miscellaneous non-operating expense"],ja:["その他営業外費用"]},e.exports["Momentum Strategy_study"]={en:["Momentum Strategy"],ja:["MOM Strategy (モメンタム・ストラテジー)"]},e.exports.Momentum_study={en:["Momentum"],ja:["MOM (モメンタム)"]},e.exports["Money Flow Index_study"]={en:["Money Flow Index"],ja:["MFI (マネーフローインデックス)"]},e.exports["Money Flow_study"]={en:["Money Flow"],ja:["MFI (マネーフロー)"]},e.exports["Moon Phases_study"]={en:["Moon Phases"],ja:["MP (ムーンフェーズ)"]},e.exports["Morning Doji Star - Bullish_study"]={en:["Morning Doji Star - Bullish"],ja:["強気の明けの同時線"]},e.exports["Morning Star - Bullish_study"]={en:["Morning Star - Bullish"],ja:["強気の明けの明星"]},e.exports["Moving Average Adaptive_study"]={en:["Moving Average Adaptive"],ja:["AMA (適応型移動平均)"]},e.exports["Moving Average Channel_study"]={en:["Moving Average Channel"],ja:["MAC (移動平均チャネル)"]},e.exports["Moving Average Convergence Divergence_study"]={en:["Moving Average Convergence Divergence"],ja:["MACD (移動平均収束拡散)"]},e.exports["Moving Average Convergence/Divergence_study"]={en:["Moving Average Convergence/Divergence"],ja:["MACD"]},e.exports["Moving Average Double_study"]={en:["Moving Average Double"],ja:["DSMA (2重移動平均)"]},e.exports["Moving Average Exponential_study"]={en:["Moving Average Exponential"],ja:["EMA (指数移動平均)"]},e.exports["Moving Average Hamming_study"]={en:["Moving Average Hamming"],ja:["Hamming MA (ハミング移動平均)"]},e.exports["Moving Average Modified_study"]={en:["Moving Average Modified"],ja:["MMA (修正移動平均)"]},e.exports["Moving Average Multiple_study"]={en:["Moving Average Multiple"],ja:["Moving Average Multiple (多重移動平均)"]},e.exports["Moving Average Ribbon_study"]={en:["Moving Average Ribbon"],ja:["MA Ribbon (移動平均リボン)"]},e.exports["Moving Average Simple_study"]={en:["Moving Average Simple"],ja:["SMA (単純移動平均)"]},e.exports["Moving Average Triple_study"]={en:["Moving Average Triple"],ja:["TSMA (3重移動平均)"]},e.exports["Moving Average Weighted_study"]={en:["Moving Average Weighted"],ja:["WMA (加重移動平均)"]},e.exports["Moving Average_study"]={en:["Moving Average"],ja:["SMA (単純移動平均)"]},e.exports["MovingAvg Cross_study"]={en:["MovingAvg Cross"],ja:["MovingAvg Cross (移動平均と価格の交差ストラテジー)"]},e.exports["MovingAvg2Line Cross_study"]={en:["MovingAvg2Line Cross"],ja:["MovingAvg2Line Cross (2本の移動平均線の交差ストラテジー)"]},e.exports["Multi-Time Period Charts_study"]={en:["Multi-Time Period Charts"],ja:["MTPC (マルチタイム期間チャート)"]},e.exports["Net Volume_study"]={en:["Net Volume"],ja:["Net Volume (ネット出来高)"]},e.exports["Net current asset value per share_study"]={en:["Net current asset value per share"],ja:["1株当たり流動資産"]},e.exports["Net debt_study"]={en:["Net debt"],ja:["純負債"]},e.exports["Net income (cash flow)_study"]={en:["Net income (cash flow)"],ja:["純利益 - キャッシュフロー"]},e.exports["Net income before discontinued operations_study"]={
+en:["Net income before discontinued operations"],ja:["非継続事業を含む純利益"]},e.exports["Net income per employee_study"]={en:["Net income per employee"],ja:["従業員1人当たり純利益"]},e.exports["Net income_study"]={en:["Net income"],ja:["純利益"]},e.exports["Net intangible assets_study"]={en:["Net intangible assets"],ja:["無形固定資産"]},e.exports["Net margin %_study"]={en:["Net margin %"],ja:["当期純利益率"]},e.exports["Net property/plant/equipment_study"]={en:["Net property/plant/equipment"],ja:["有形固定資産"]},e.exports["Non-cash items_study"]={en:["Non-cash items"],ja:["非現金項目"]},e.exports["Non-controlling/minority interest_study"]={en:["Non-controlling/minority interest"],ja:["非支配/少数株主持分"]},e.exports["Non-operating income, excl. interest expenses_study"]={en:["Non-operating income, excl. interest expenses"],ja:["営業外収益 - 支払利息除く"]},e.exports["Non-operating income, total_study"]={en:["Non-operating income, total"],ja:["営業外収益合計"]},e.exports["Non-operating interest income_study"]={en:["Non-operating interest income"],ja:["営業外受取利息"]},e.exports["Note receivable - long term_study"]={en:["Note receivable - long term"],ja:["長期受取手形"]},e.exports["Notes payable_study"]={en:["Notes payable"],ja:["支払手形"]},e.exports["Number of employees_study"]={en:["Number of employees"],ja:["従業員数"]},e.exports["Number of shareholders_study"]={en:["Number of shareholders"],ja:["株主数"]},e.exports["On Balance Volume_study"]={en:["On Balance Volume"],ja:["OBV (オン・バランス・ボリューム)"]},e.exports["On Neck - Bearish_study"]={en:["On Neck - Bearish"],ja:["弱気のあて首線"]},e.exports["Open Interest_study"]={en:["Open Interest"],ja:["Open Interest (未決済建玉)"]},e.exports["Operating earnings yield %_study"]={en:["Operating earnings yield %"],ja:["営業利益利回り"]},e.exports["Operating expenses (excl. COGS)_study"]={en:["Operating expenses (excl. COGS)"],ja:["営業費用 - 売上原価を除く"]},e.exports["Operating income_study"]={en:["Operating income"],ja:["営業利益"]},e.exports["Operating lease liabilities_study"]={en:["Operating lease liabilities"],ja:["オペレーティング・リース債務"]},e.exports["Operating margin %_study"]={en:["Operating margin %"],ja:["営業利益率"]},e.exports["Other COGS_study"]={en:["Other COGS"],ja:["Other COGS (その他売上原価)"]},e.exports["Other common equity_study"]={en:["Other common equity"],ja:["その他自己資本"]},e.exports["Other cost of goods sold_study"]={en:["Other cost of goods sold"],ja:["その他売上原価"]},e.exports["Other current assets, total_study"]={en:["Other current assets, total"],ja:["その他流動資産合計"]},e.exports["Other current liabilities_study"]={en:["Other current liabilities"],ja:["その他流動負債"]},e.exports["Other exceptional charges_study"]={en:["Other exceptional charges"],ja:["その他、例外費用"]},e.exports["Other financing cash flow items, total_study"]={en:["Other financing cash flow items, total"],ja:["その他財務キャッシュフロー項目合計"]},e.exports["Other intangibles, net_study"]={en:["Other intangibles, net"],ja:["その他無形固定資産"]},e.exports["Other investing cash flow items, total_study"]={en:["Other investing cash flow items, total"],ja:["その他投資キャッシュフロー項目合計"]},e.exports["Other investments_study"]={en:["Other investments"],ja:["その他投資"]},
+e.exports["Other liabilities, total_study"]={en:["Other liabilities, total"],ja:["その他負債合計"]},e.exports["Other long term assets, total_study"]={en:["Other long term assets, total"],ja:["その他長期資産合計"]},e.exports["Other non-current liabilities, total_study"]={en:["Other non-current liabilities, total"],ja:["その他非流動負債合計"]},e.exports["Other operating expenses, total_study"]={en:["Other operating expenses, total"],ja:["営業雑費合計"]},e.exports["Other receivables_study"]={en:["Other receivables"],ja:["未収入金"]},e.exports["Other short term debt_study"]={en:["Other short term debt"],ja:["その他短期借入金"]},e.exports["OutSide Bar Strategy_study"]={en:["OutSide Bar Strategy"],ja:["OutSide Bar Strategy (アウトサイドバー・ストラテジー)"]},e.exports.Overlay_study={en:["Overlay"],ja:["重ねる"]},e.exports["PEG ratio_study"]={en:["PEG ratio"],ja:["PEGレシオ"]},e.exports["Paid in capital_study"]={en:["Paid in capital"],ja:["払込資本"]},e.exports["Parabolic SAR Strategy_study"]={en:["Parabolic SAR Strategy"],ja:["Parabolic SAR Strategy (パラボリックSARストラテジー)"]},e.exports["Parabolic SAR_study"]={en:["Parabolic SAR"],ja:["Parabolic SAR (パラボリック・ストップ&リバース)"]},e.exports["Periodic Volume Profile_study"]={en:["Periodic Volume Profile"],ja:["PVP (周期的出来高プロファイル)"]},e.exports["Piercing - Bullish_study"]={en:["Piercing - Bullish"],ja:["強気の切り込み線"]},e.exports["Piotroski F-score_study"]={en:["Piotroski F-score"],ja:["ピオトロスキーFスコア"]},e.exports["Pivot Extension Strategy_study"]={en:["Pivot Extension Strategy"],ja:["Pivot Extension Strategy (ピボット拡張ストラテジー)"]},e.exports["Pivot Points High Low_study"]={en:["Pivot Points High Low"],ja:["Pivots HL (ピボットポイント・ハイ・ロー)"]},e.exports["Pivot Points Standard_study"]={en:["Pivot Points Standard"],ja:["Pivots (ピボットポイント・スタンダード)"]},e.exports["Pivot Reversal Strategy_study"]={en:["Pivot Reversal Strategy"],ja:["Pivot Reversal Strategy (ピボット反転ストラテジー)"]},e.exports["Preferred dividends paid_study"]={en:["Preferred dividends paid"],ja:["優先配当金の支払"]},e.exports["Preferred dividends_study"]={en:["Preferred dividends"],ja:["優先配当"]},e.exports["Preferred stock, carrying value_study"]={en:["Preferred stock, carrying value"],ja:["優先株/簿価"]},e.exports["Prepaid expenses_study"]={en:["Prepaid expenses"],ja:["前払費用"]},e.exports["Pretax equity in earnings_study"]={en:["Pretax equity in earnings"],ja:["税引前持分法投資損益"]},e.exports["Pretax income_study"]={en:["Pretax income"],ja:["税引前利益"]},e.exports["Price Channel Strategy_study"]={en:["Price Channel Strategy"],ja:["Price Channel Strategy (価格チャネル・ストラテジー)"]},e.exports["Price Channel_study"]={en:["Price Channel"],ja:["Price Channel (価格チャネル)"]},e.exports["Price Oscillator_study"]={en:["Price Oscillator"],ja:["PPO (プライスオシレーター)"]},e.exports["Price Volume Trend_study"]={en:["Price Volume Trend"],ja:["PVT (プライス・ボリューム・トレンド)"]},e.exports["Price earnings ratio forward_study"]={en:["Price earnings ratio forward"],ja:["予想PER"]},e.exports["Price sales ratio forward_study"]={en:["Price sales ratio forward"],ja:["予想PSR"]},e.exports["Price to book ratio_study"]={en:["Price to book ratio"],ja:["PBR (株価純資産倍率)"]},e.exports["Price to cash flow ratio_study"]={
+en:["Price to cash flow ratio"],ja:["株価キャッシュフロー倍率"]},e.exports["Price to earnings ratio_study"]={en:["Price to earnings ratio"],ja:["PER (株価収益率)"]},e.exports["Price to free cash flow ratio_study"]={en:["Price to free cash flow ratio"],ja:["株価フリーキャッシュフロー倍率"]},e.exports["Price to sales ratio_study"]={en:["Price to sales ratio"],ja:["PSR (株価売上高倍率)"]},e.exports["Price to tangible book ratio_study"]={en:["Price to tangible book ratio"],ja:["株価有形資産倍率"]},e.exports["Profitability ratios_study"]={en:["Profitability ratios"],ja:["収益率"]},e.exports["Provision for risks & charge_study"]={en:["Provision for risks & charge"],ja:["リスクおよび請求に対する引当金"]},e.exports["Purchase of investments_study"]={en:["Purchase of investments"],ja:["有価証券の購入"]},e.exports["Purchase/acquisition of business_study"]={en:["Purchase/acquisition of business"],ja:["事業の購入/買収"]},e.exports["Purchase/sale of business, net_study"]={en:["Purchase/sale of business, net"],ja:["事業の購入/売却損益"]},e.exports["Purchase/sale of investments, net_study"]={en:["Purchase/sale of investments, net"],ja:["投資の純取得/売却損益"]},e.exports["Quality ratio_study"]={en:["Quality ratio"],ja:["クオリティレシオ"]},e.exports["Quick ratio_study"]={en:["Quick ratio"],ja:["当座比率"]},e.exports["RSI Strategy_study"]={en:["RSI Strategy"],ja:["RSI Strategy (RSIストラテジー)"]},e.exports["Rate Of Change_study"]={en:["Rate Of Change"],ja:["ROC (レート・オブ・チェンジ)"]},e.exports["Rectangle Chart Pattern_study"]={en:["Rectangle Chart Pattern"],ja:["Rectangle Chart Pattern (レクタングル・チャートパターン)"]},e.exports["Reduction of long term debt_study"]={en:["Reduction of long term debt"],ja:["長期借入金の削減"]},e.exports["Relative Strength Index_study"]={en:["Relative Strength Index"],ja:["RSI (相対力指数)"]},e.exports["Relative Vigor Index_study"]={en:["Relative Vigor Index"],ja:["RVGI (相対活力指数)"]},e.exports["Relative Volatility Index_study"]={en:["Relative Volatility Index"],ja:["RVI (相対ボラテリティ指数)"]},e.exports["Relative Volume at Time_study"]={en:["Relative Volume at Time"],ja:["RelVol (相対ボリューム - 対時間比)"]},e.exports["Repurchase of common & preferred stock_study"]={en:["Repurchase of common & preferred stock"],ja:["普通/優先株式自社株買い"]},e.exports["Research & development to revenue ratio_study"]={en:["Research & development to revenue ratio"],ja:["売上高研究開発費率"]},e.exports["Research & development_study"]={en:["Research & development"],ja:["研究開発費"]},e.exports["Restructuring charge_study"]={en:["Restructuring charge"],ja:["再編費用"]},e.exports["Retained earnings_study"]={en:["Retained earnings"],ja:["利益剰余金"]},e.exports["Return on assets %_study"]={en:["Return on assets %"],ja:["ROA % (総資産利益率)"]},e.exports["Return on equity %_study"]={en:["Return on equity %"],ja:["ROE % (自己資本利益率)"]},e.exports["Return on equity adjusted to book value %_study"]={en:["Return on equity adjusted to book value %"],ja:["簿価ベースROE"]},e.exports["Return on invested capital %_study"]={en:["Return on invested capital %"],ja:["ROIC % (投下資本利益率)"]},e.exports["Return on tangible assets %_study"]={en:["Return on tangible assets %"],ja:["有形固定資産回転率"]},e.exports["Return on tangible equity %_study"]={
+en:["Return on tangible equity %"],ja:["有形自己資本利益率"]},e.exports["Revenue estimates_study"]={en:["Revenue estimates"],ja:["予想売上高"]},e.exports["Revenue one year growth_study"]={en:["Revenue one year growth"],ja:["売上高年間成長率"]},e.exports["Revenue per employee_study"]={en:["Revenue per employee"],ja:["従業員1人当たり売上高"]},e.exports["Rising Three Methods - Bullish_study"]={en:["Rising Three Methods - Bullish"],ja:["強気の上げ三法"]},e.exports["Rising Wedge Chart Pattern_study"]={en:["Rising Wedge Chart Pattern"],ja:["Rising Wedge Chart Pattern (上昇ウェッジ・チャートパターン)"]},e.exports["Rising Window - Bullish_study"]={en:["Rising Window - Bullish"],ja:["強気の上窓"]},e.exports["Rob Booker - ADX Breakout_study"]={en:["Rob Booker - ADX Breakout"],ja:["Rob Booker - ADX Breakout (ロブ・ブッカー - ADXブレイクアウト)"]},e.exports["Rob Booker - Intraday Pivot Points_study"]={en:["Rob Booker - Intraday Pivot Points"],ja:["Rob Booker - Intraday Pivot Points (ロブ・ブッカー - イントラデイ・ピボットポイント)"]},e.exports["Rob Booker - Knoxville Divergence_study"]={en:["Rob Booker - Knoxville Divergence"],ja:["Rob Booker - Knoxville Divergence (ロブ・ブッカー - ノックスビル・ダイバージェンス)"]},e.exports["Rob Booker - Missed Pivot Points_study"]={en:["Rob Booker - Missed Pivot Points"],ja:["Rob Booker - Missed Pivot Points (ロブ・ブッカー - ミス・ピボットポイント)"]},e.exports["Rob Booker - Reversal_study"]={en:["Rob Booker - Reversal"],ja:["Rob Booker - Reversal (ロブ・ブッカー - リバーサル)"]},e.exports["Rob Booker - Ziv Ghost Pivots_study"]={en:["Rob Booker - Ziv Ghost Pivots"],ja:["Rob Booker - Ziv Ghost Pivots (ロブ・ブッカー - ジブ・ゴースト・ピボット)"]},e.exports["SMI Ergodic Indicator/Oscillator_study"]={en:["SMI Ergodic Indicator/Oscillator"],ja:["SMIエルゴディック・インジケーター/オシレーター"]},e.exports["SMI Ergodic Indicator_study"]={en:["SMI Ergodic Indicator"],ja:["SMII (SMIエルゴディック・インジケーター)"]},e.exports["SMI Ergodic Oscillator_study"]={en:["SMI Ergodic Oscillator"],ja:["SMIO (SMIエルゴディック・オシレーター)"]},e.exports["Sale of common & preferred stock_study"]={en:["Sale of common & preferred stock"],ja:["普通/優先株式の売却"]},e.exports["Sale of fixed assets & businesses_study"]={en:["Sale of fixed assets & businesses"],ja:["固定資産および事業の売却"]},e.exports["Sale/maturity of investments_study"]={en:["Sale/maturity of investments"],ja:["投資有価証券の売却/償還"]},e.exports["Selling/general/admin expenses, other_study"]={en:["Selling/general/admin expenses, other"],ja:["販売/一般/管理費その他"]},e.exports["Selling/general/admin expenses, total_study"]={en:["Selling/general/admin expenses, total"],ja:["販売/一般/管理費合計"]},e.exports["Session Volume HD_study"]={en:["Session Volume HD"],ja:["Session Volume HD (セッション出来高HD)"]},e.exports["Session Volume Profile HD_study"]={en:["Session Volume Profile HD"],ja:["SVP HD (セッション出来高プロファイルHD)"]},e.exports["Session Volume Profile_study"]={en:["Session Volume Profile"],ja:["SVP (セッション出来高プロファイル)"]},e.exports["Session Volume_study"]={en:["Session Volume"],ja:["Session Volume (セッション出来高)"]},e.exports["Shareholders' equity_study"]={en:["Shareholders' equity"],ja:["株主資本"]},e.exports["Shares buyback ratio %_study"]={en:["Shares buyback ratio %"],ja:["自社株買い比率"]},
+e.exports["Shooting Star - Bearish_study"]={en:["Shooting Star - Bearish"],ja:["弱気の流れ星"]},e.exports["Short term debt excl. current portion of LT debt_study"]={en:["Short term debt excl. current portion of LT debt"],ja:["短期借入金 - 長期借入1年以内返済分除く"]},e.exports["Short term debt_study"]={en:["Short term debt"],ja:["短期借入金"]},e.exports["Short term investments_study"]={en:["Short term investments"],ja:["短期投資"]},e.exports["Sloan ratio %_study"]={en:["Sloan ratio %"],ja:["スローン比率"]},e.exports["Smoothed Moving Average_study"]={en:["Smoothed Moving Average"],ja:["SMMA (平滑移動平均)"]},e.exports["Solvency ratios_study"]={en:["Solvency ratios"],ja:["支払能力比率"]},e.exports["Spinning Top Black_study"]={en:["Spinning Top Black"],ja:["陰のコマ"]},e.exports["Spinning Top White_study"]={en:["Spinning Top White"],ja:["陽のコマ"]},e.exports["Springate score_study"]={en:["Springate score"],ja:["スプリンゲート・スコア"]},e.exports["Standard Deviation_study"]={en:["Standard Deviation"],ja:["Standard Deviation (標準偏差)"]},e.exports["Standard Error Bands_study"]={en:["Standard Error Bands"],ja:["Standard Error Bands (標準誤差バンド)"]},e.exports["Standard Error_study"]={en:["Standard Error"],ja:["Standard Error (標準誤差)"]},e.exports.Stoch_study={en:["Stoch"],ja:["ストキャス"]},e.exports["Stochastic Momentum Index_study"]={en:["Stochastic Momentum Index"],ja:["SMI (ストキャスティクス・モメンタム指数)"]},e.exports["Stochastic RSI_study"]={en:["Stochastic RSI"],ja:["STOCH RSI (ストキャスティクスRSI)"]},e.exports["Stochastic Slow Strategy_study"]={en:["Stochastic Slow Strategy"],ja:["STOCH Slow Strategy (スローストキャスティクス・ストラテジー)"]},e.exports.Stochastic_study={en:["Stochastic"],ja:["STOCH (ストキャスティクス)"]},e.exports.SuperTrend_study={en:["SuperTrend"],ja:["スーパートレンド"]},e.exports["Supertrend Strategy_study"]={en:["Supertrend Strategy"],ja:["Supertrend Strategy (スーパートレンド・ストラテジー)"]},e.exports.Supertrend_study={en:["Supertrend"],ja:["Supertrend (スーパートレンド)"]},e.exports["Sustainable growth rate_study"]={en:["Sustainable growth rate"],ja:["持続可能成長率"]},e.exports.TRIX_study={en:["TRIX"],ja:["TRIX (トリックス)"]},e.exports["Tangible book value per share_study"]={en:["Tangible book value per share"],ja:["Tangible BPS (1株当たり有形資産)"]},e.exports["Tangible common equity ratio_study"]={en:["Tangible common equity ratio"],ja:["TCE比率"]},e.exports.Taxes_study={en:["Taxes"],ja:["税金"]},e.exports["Technical Ratings Strategy_study"]={en:["Technical Ratings Strategy"],ja:["Technical Ratings Strategy (テクニカルレーティング・ストラテジー)"]},e.exports["Technical Ratings_study"]={en:["Technical Ratings"],ja:["Technical Ratings (テクニカルレーティング)"]},e.exports.Technicals_study={en:["Technicals"],ja:["テクニカル"]},e.exports["Three Black Crows - Bearish_study"]={en:["Three Black Crows - Bearish"],ja:["弱気の黒三兵"]},e.exports["Three White Soldiers - Bullish_study"]={en:["Three White Soldiers - Bullish"],ja:["強気の赤三兵"]},e.exports["Time Weighted Average Price_study"]={en:["Time Weighted Average Price"],ja:["TWAP (時間加重平均価格)"]},e.exports["Tobin's Q (approximate)_study"]={en:["Tobin's Q (approximate)"],ja:["トービンのq - 概算値"]},e.exports["Total assets_study"]={en:["Total assets"],ja:["総資産"]},
+e.exports["Total cash dividends paid_study"]={en:["Total cash dividends paid"],ja:["配当金支払額"]},e.exports["Total common shares outstanding_study"]={en:["Total common shares outstanding"],ja:["発行済普通株式総数"]},e.exports["Total current assets_study"]={en:["Total current assets"],ja:["流動資産合計"]},e.exports["Total current liabilities_study"]={en:["Total current liabilities"],ja:["流動負債合計"]},e.exports["Total debt_study"]={en:["Total debt"],ja:["債務総額"]},e.exports["Total equity_study"]={en:["Total equity"],ja:["資本合計"]},e.exports["Total inventory_study"]={en:["Total inventory"],ja:["棚卸資産合計"]},e.exports["Total liabilities & shareholders' equities_study"]={en:["Total liabilities & shareholders' equities"],ja:["負債および株主資本の合計"]},e.exports["Total liabilities_study"]={en:["Total liabilities"],ja:["負債合計"]},e.exports["Total non-current assets_study"]={en:["Total non-current assets"],ja:["非流動資産合計"]},e.exports["Total non-current liabilities_study"]={en:["Total non-current liabilities"],ja:["非流動負債合計"]},e.exports["Total operating expenses_study"]={en:["Total operating expenses"],ja:["営業費用合計"]},e.exports["Total receivables, net_study"]={en:["Total receivables, net"],ja:["売上債権合計"]},e.exports["Total revenue_study"]={en:["Total revenue"],ja:["総売上高"]},e.exports["Trading Sessions_study"]={en:["Trading Sessions"],ja:["Trading Sessions (トレードセッション)"]},e.exports["Treasury stock - common_study"]={en:["Treasury stock - common"],ja:["自己株式"]},e.exports["Trend Strength Index_study"]={en:["Trend Strength Index"],ja:["TSI (トレンド・ストレングス・インデックス)"]},e.exports["Tri-Star - Bearish_study"]={en:["Tri-Star - Bearish"],ja:["弱気の三ツ星"]},e.exports["Tri-Star - Bullish_study"]={en:["Tri-Star - Bullish"],ja:["強気の三ツ星"]},e.exports["Triangle Chart Pattern_study"]={en:["Triangle Chart Pattern"],ja:["Triangle Chart Pattern (トライアングル・チャートパターン)"]},e.exports["Triple Bottom Chart Pattern_study"]={en:["Triple Bottom Chart Pattern"],ja:["Triple Bottom Chart Pattern (トリプルボトム・チャートパターン)"]},e.exports["Triple EMA_study"]={en:["Triple EMA"],ja:["TEMA (3重指数移動平均)"]},e.exports["Triple Top Chart Pattern_study"]={en:["Triple Top Chart Pattern"],ja:["Triple Top Chart Pattern (トリプルトップ・チャートパターン)"]},e.exports["True Strength Index_study"]={en:["True Strength Index"],ja:["TSI (トゥルー・ストレングス・インデックス)"]},e.exports["True Strength Indicator_study"]={en:["True Strength Indicator"],ja:["TSI (トゥルー・ストレングス・インデックス)"]},e.exports["Tweezer Top - Bearish_study"]={en:["Tweezer Top - Bearish"],ja:["弱気の毛抜き天井"]},e.exports["Typical Price_study"]={en:["Typical Price"],ja:["Typical Price (標準価格)"]},e.exports["Ultimate Oscillator_study"]={en:["Ultimate Oscillator"],ja:["UO (アルティメット・オシレーター)"]},e.exports["Unrealized gain/loss_study"]={en:["Unrealized gain/loss"],ja:["未実現利益/損失"]},e.exports["Unusual income/expense_study"]={en:["Unusual income/expense"],ja:["特別損益"]},e.exports["Up/Down Volume_study"]={en:["Up/Down Volume"],ja:["Up/Down Volume (アップ/ダウン出来高)"]},e.exports["Upside Tasuki Gap - Bullish_study"]={en:["Upside Tasuki Gap - Bullish"],ja:["強気の上放れタスキ"]},e.exports["VWAP Auto Anchored_study"]={en:["VWAP Auto Anchored"],
+ja:["VWAP Auto Anchored (VWAPオートアンカー)"]},e.exports.VWAP_study={en:["VWAP"],ja:["VWAP (出来高加重平均価格)"]},e.exports.VWMA_study={en:["VWMA"],ja:["VWMA (出来高加重移動平均)"]},e.exports["Valuation ratios_study"]={en:["Valuation ratios"],ja:["評価レシオ"]},e.exports["Visible Average Price_study"]={en:["Visible Average Price"],ja:["Visible Average Price (可視範囲平均価格)"]},e.exports["Visible Range Volume Profile_study"]={en:["Visible Range Volume Profile"],ja:["VRVP (可視範囲出来高プロファイル)"]},e.exports["Visible Range_study"]={en:["Visible Range"],ja:["Visible Range (可視範囲出来高)"]},e.exports.Vol_study={en:["Vol"],ja:["出来高"]},e.exports["Volatility Close-to-Close_study"]={en:["Volatility Close-to-Close"],ja:["Volatility Close-to-Close (ボラティリティ・クローズ・トゥ・クローズ)"]},e.exports["Volatility Index_study"]={en:["Volatility Index"],ja:["VIX (ボラティリティ・インデックス)"]},e.exports["Volatility O-H-L-C_study"]={en:["Volatility O-H-L-C"],ja:["Volatility O-H-L-C (ボラティリティOHLC)"]},e.exports["Volatility Stop_study"]={en:["Volatility Stop"],ja:["Volatility Stop (ボラティリティ・ストップ)"]},e.exports["Volatility Zero Trend Close-to-Close_study"]={en:["Volatility Zero Trend Close-to-Close"],ja:["Volatility Zero Trend Close-to-Close (ボラティリティ・ゼロトレンド・クローズ・トゥ・クローズ)"]},e.exports["Volty Expan Close Strategy_study"]={en:["Volty Expan Close Strategy"],ja:["Volty Expan Close Strategy (ボルティ・エクスパン・クローズ・ストラテジー)"]},e.exports["Volume Oscillator_study"]={en:["Volume Oscillator"],ja:["Volume Oscillator (出来高オシレーター)"]},e.exports["Volume Weighted Average Price_study"]={en:["Volume Weighted Average Price"],ja:["VWAP (出来高加重平均価格)"]},e.exports["Volume Weighted Moving Average_study"]={en:["Volume Weighted Moving Average"],ja:["VWMA (出来高加重移動平均)"]},e.exports.Volume_study={en:["Volume"],ja:["Volume (出来高)"]},e.exports["Vortex Indicator_study"]={en:["Vortex Indicator"],ja:["VI (ボルテックス・インジケーター)"]},e.exports["Williams %R_study"]={en:["Williams %R"],ja:["WPR"]},e.exports["Williams Alligator_study"]={en:["Williams Alligator"],ja:["Alligator (ウィリアムズ・アリゲーター)"]},e.exports["Williams Fractal_study"]={en:["Williams Fractal"],ja:["Fractal (ウィリアムズ・フラクタル)"]},e.exports["Williams Fractals_study"]={en:["Williams Fractals"],ja:["Williams Fractals (ウィリアムズ・フラクタル)"]},e.exports["Williams Percent Range_study"]={en:["Williams Percent Range"],ja:["WPR (ウィリアムズ%R)"]},e.exports["Woodies CCI_study"]={en:["Woodies CCI"],ja:["Woodies CCI (ウッディーズCCI)"]},e.exports["Zig Zag_study"]={en:["Zig Zag"],ja:["Zig Zag (ジグザグ)"]},e.exports["Zmijewski score_study"]={en:["Zmijewski score"],ja:["Zmijewskiスコア"]}},89633:e=>{e.exports={en:["Anchored Volume Profile"],ja:["AVP (アンカー出来高プロファイル)"]}},25705:e=>{e.exports={en:["Fixed Range Volume Profile"],ja:["FRVP (固定期間出来高プロファイル)"]}},24261:e=>{e.exports={en:["Vol"],ja:["出来高"]}},67736:e=>{e.exports={en:["Minor"],ja:["マイナー"]}},922:e=>{e.exports={en:["Minute"],ja:["ミニュット"]}},91405:e=>{e.exports={en:["Text"],ja:["テキスト"]}},78972:e=>{e.exports={en:["Couldn't copy"],ja:["コピーできません"]}},10615:e=>{e.exports={en:["Couldn't cut"],ja:["切り取りできません"]}},81518:e=>{e.exports={en:["Couldn't paste"],ja:["貼り付けできません"]}},83140:e=>{e.exports={
+en:["Countdown to bar close"],ja:["バーのクローズまでのカウントダウン"]}},10871:e=>{e.exports={en:["Colombo"],ja:["コロンボ"]}},55761:e=>{e.exports={en:["Columns"],ja:["棒グラフ"]}},9818:e=>{e.exports={en:["Comment"],ja:["コメント"]}},53942:e=>{e.exports={en:["Compare or Add Symbol"],ja:["比較またはシンボルの追加"]}},12086:e=>{e.exports={en:["Compilation error"],ja:["コンパイルエラー"]}},71692:e=>{e.exports={en:["Confirm to remove locked drawings"],ja:["ロックされた描画の削除確認"]}},48141:e=>{e.exports={en:["Confirm Inputs"],ja:["パラメーターを確認"]}},81605:e=>{e.exports={en:["Confirm Remove Study Tree"],ja:["インジケーター削除の確認"]}},38917:e=>{e.exports={en:["Copenhagen"],ja:["コペンハーゲン"]}},49680:e=>{e.exports={en:["Copy"],ja:["コピー"]}},66134:e=>{e.exports={en:["Copy Chart Layout"],ja:["チャートレイアウトをコピー"]}},63553:e=>{e.exports={en:["Copy price"],ja:["価格をコピー"]}},65736:e=>{e.exports={en:["Cairo"],ja:["カイロ"]}},25381:e=>{e.exports={en:["Callout"],ja:["吹き出し"]}},45054:e=>{e.exports={en:["Candles"],ja:["ローソク足"]}},30948:e=>{e.exports={en:["Caracas"],ja:["カラカス"]}},70409:e=>{e.exports={en:["Casablanca"],ja:["カサブランカ"]}},37276:e=>{e.exports={en:["Change"],ja:["変動"]}},85124:e=>{e.exports={en:["Change Symbol"],ja:["シンボルの変更"]}},2569:e=>{e.exports={en:["Change interval"],ja:["時間足の変更"]}},9687:e=>{e.exports={en:["Change interval. Press number or comma"],ja:["時間足を変更します。数字もしくはカンマを押下してください"]}},36332:e=>{e.exports={en:["Change symbol. Start typing symbol name"],ja:["シンボルを変更します。シンボル名を入力してください"]}},48566:e=>{e.exports={en:["Change scale currency"],ja:["スケールの通貨の変更"]}},85110:e=>{e.exports={en:["Change scale unit"],ja:["スケールの単位の変更"]}},56275:e=>{e.exports={en:["Chart #{index}"],ja:["チャート #{index}"]}},39950:e=>{e.exports={en:["Chart Properties"],ja:["チャートプロパティ"]}},98856:e=>{e.exports={en:["Chart by TradingView"],ja:["TradingView提供のチャート"]}},1136:e=>{e.exports={en:["Chart for {symbol}, {interval}"],ja:["{symbol} の {interval} チャート"]}},69804:e=>{e.exports={en:["Chart image copied to clipboard {emoji}"],ja:["チャート画像がクリップボードにコピーされました {emoji}"]}},6655:e=>{e.exports={en:["Chart image embed code copied to clipboard {emoji}"],ja:["チャート画像の埋め込みコードがクリップボードにコピーされました {emoji}"]}},36549:e=>{e.exports={en:["Chatham Islands"],ja:["チャタム諸島"]}},72452:e=>{e.exports={en:["Chicago"],ja:["シカゴ"]}},50349:e=>{e.exports={en:["Chongqing"],ja:["重慶"]}},91944:e=>{e.exports={en:["Circle"],ja:["正円"]}},14985:e=>{e.exports={en:["Click to set a point"],ja:["クリックしてポイントを指定"]}},12537:e=>{e.exports={en:["Clone"],ja:["複製"]}},62578:e=>{e.exports={en:["Close"],ja:["終値"]}},264:e=>{e.exports={en:["Create limit order"],ja:["指値注文の作成"]}},6969:e=>{e.exports={en:["Cross"],ja:["十字"]}},74334:e=>{e.exports={en:["Cross Line"],ja:["十字線"]}},59396:e=>{e.exports={en:["Currencies"],ja:["通貨"]}},20177:e=>{e.exports={en:["Current interval and above"],ja:["現在の時間足以上"]}},494:e=>{e.exports={en:["Current interval and below"],ja:["現在の時間足以下"]}},60668:e=>{e.exports={en:["Current interval only"],ja:["現在の時間足のみ"]}},78609:e=>{e.exports={en:["Curve"],ja:["曲線"]}},87380:e=>{e.exports={en:["Cycle"],ja:["サイクル"]}},84031:e=>{e.exports={en:["Cyclic Lines"],ja:["サイクルライン"]}},93191:e=>{e.exports={
+en:["Cypher Pattern"],ja:["サイファーパターン"]}},7219:e=>{e.exports={en:["A layout with that name already exists"],ja:["その名前のレイアウトは既に存在しています"]}},67635:e=>{e.exports={en:["A layout with that name already exists. Do you want to overwrite it?"],ja:["その名前のレイアウトは既に存在しています。上書きしますか?"]}},46712:e=>{e.exports={en:["ABCD Pattern"],ja:["ABCDパターン"]}},36485:e=>{e.exports={en:["Amsterdam"],ja:["アムステルダム"]}},24185:e=>{e.exports={en:["Anchor"],ja:["固定する"]}},42630:e=>{e.exports={en:["Anchorage"],ja:["アンカレジ"]}},42669:e=>{e.exports={en:["Anchored Text"],ja:["固定テキスト"]}},84541:e=>{e.exports={en:["Anchored VWAP"],ja:["固定VWAP"]}},77401:e=>{e.exports={en:["Access error"],ja:["アクセスエラー"]}},46501:e=>{e.exports={en:["Add Symbol"],ja:["シンボルの追加"]}},2439:e=>{e.exports={en:["Add financial metric for {instrumentName}"],ja:["ファンダメンタル指標を{instrumentName}に追加"]}},35088:e=>{e.exports={en:["Add indicator/strategy on {studyTitle}"],ja:["{studyTitle} でインジケーター/ストラテジーの追加"]}},35679:e=>{e.exports={en:["Add this financial metric to entire layout"],ja:["このファンダメンタル指標をレイアウト全体に追加"]}},10996:e=>{e.exports={en:["Add this financial metric to favorites"],ja:["このファンダメンタル指標をお気に入りに追加"]}},26090:e=>{e.exports={en:["Add this indicator to entire layout"],ja:["このインジケーターをレイアウト全体に追加"]}},92957:e=>{e.exports={en:["Add this indicator to favorites"],ja:["このインジケーターをお気に入りに追加"]}},95754:e=>{e.exports={en:["Add this strategy to entire layout"],ja:["このストラテジーをレイアウト全体に追加"]}},39010:e=>{e.exports={en:["Add this symbol to entire layout"],ja:["このシンボルをレイアウト全体に追加"]}},426:e=>{e.exports={en:["Adelaide"],ja:["アデレード"]}},40452:e=>{e.exports={en:["Always invisible"],ja:["常に非表示"]}},36299:e=>{e.exports={en:["Always visible"],ja:["常に表示"]}},58026:e=>{e.exports={en:["All intervals"],ja:["すべての時間足"]}},78358:e=>{e.exports={en:["Apply default"],ja:["デフォルトの適用"]}},22437:e=>{e.exports={en:["Apply these indicators to entire layout"],ja:["これらのインジケーターをレイアウト全体に適用"]}},27072:e=>{e.exports={en:["Apr"],ja:["4月"]}},59324:e=>{e.exports={en:["Arc"],ja:["円弧"]}},34456:e=>{e.exports={en:["Area"],ja:["エリア"]}},11858:e=>{e.exports={en:["Arrow"],ja:["矢印"]}},34247:e=>{e.exports={en:["Arrow Down"],ja:["下矢印"]}},36352:e=>{e.exports={en:["Arrow Marker"],ja:["矢印マーカー"]}},73193:e=>{e.exports={en:["Arrow Mark Down"],ja:["下矢印"]}},1949:e=>{e.exports={en:["Arrow Mark Left"],ja:["左矢印"]}},86275:e=>{e.exports={en:["Arrow Mark Right"],ja:["右矢印"]}},62453:e=>{e.exports={en:["Arrow Mark Up"],ja:["上矢印"]}},77231:e=>{e.exports={en:["Arrow Up"],ja:["上矢印"]}},98128:e=>{e.exports={en:["Astana"],ja:["アスタナ"]}},63627:e=>{e.exports={en:["Ashgabat"],ja:["アシガバート"]}},72445:e=>{e.exports={en:["At close"],ja:["クローズ"]}},73702:e=>{e.exports={en:["Athens"],ja:["アテネ"]}},21469:e=>{e.exports={en:["Auto"],ja:["自動"]}},24157:e=>{e.exports={en:["Auto (fits data to screen)"],ja:["自動 (データを画面に合わせる)"]}},46450:e=>{e.exports={en:["Aug"],ja:["8月"]}},21841:e=>{e.exports={en:["Average close price label"],ja:["平均終値価格ラベル"]}},16138:e=>{e.exports={en:["Average close price line"],ja:["平均終値価格ライン"]}},73025:e=>{e.exports={en:["Avg"],ja:["平均"]}},87580:e=>{e.exports={en:["Azores"],ja:["アゾレス諸島"]}},73905:e=>{
+e.exports={en:["Bogota"],ja:["ボゴタ"]}},90594:e=>{e.exports={en:["Bahrain"],ja:["バーレーン王国"]}},70540:e=>{e.exports={en:["Balloon"],ja:["バルーン"]}},47045:e=>{e.exports={en:["Bangkok"],ja:["バンコク"]}},92101:e=>{e.exports={en:["Bar Replay isn't available for this chart type. Want to exit Bar Replay?"],ja:["このチャートタイプではバーリプレイを実行できません。バーリプレイを終了しますか?"]}},32482:e=>{e.exports={en:["Bar Replay isn't available for this symbol. Want to exit Bar Replay?"],ja:["このシンボルではバーリプレイを実行できません。バーリプレイを終了しますか?"]}},85902:e=>{e.exports={en:["Bar Replay isn't available for this time interval. Want to exit Bar Replay?"],ja:["この時間足ではバーリプレイを実行できません。バーリプレイを終了しますか?"]}},27377:e=>{e.exports={en:["Bars"],ja:["バー"]}},81994:e=>{e.exports={en:["Bars Pattern"],ja:["バーのパターン"]}},59213:e=>{e.exports={en:["Baseline"],ja:["ベースライン"]}},71797:e=>{e.exports={en:["Belgrade"],ja:["ベオグラード"]}},64313:e=>{e.exports={en:["Berlin"],ja:["ベルリン"]}},43539:e=>{e.exports={en:["Brush"],ja:["ブラシ"]}},91499:e=>{e.exports={en:["Brussels"],ja:["ブリュッセル"]}},70876:e=>{e.exports={en:["Bratislava"],ja:["ブラチスラバ"]}},55481:e=>{e.exports={en:["Bring forward"],ja:["一つ前面に移動"]}},17293:e=>{e.exports={en:["Bring to front"],ja:["最前面に移動"]}},79336:e=>{e.exports={en:["Brisbane"],ja:["ブリスベン"]}},33672:e=>{e.exports={en:["Bucharest"],ja:["ブカレスト"]}},20313:e=>{e.exports={en:["Budapest"],ja:["ブダペスト"]}},25282:e=>{e.exports={en:["Buenos Aires"],ja:["ブエノスアイレス"]}},46768:e=>{e.exports={en:["By TradingView"],ja:["TradingView提供"]}},54280:e=>{e.exports={en:["Go to date"],ja:["日付指定"]}},74975:e=>{e.exports={en:["Go to {lineToolName}"],ja:["{lineToolName}に移動"]}},15462:e=>{e.exports={en:["Got it"],ja:["わかりました"]}},47460:e=>{e.exports={en:["Gann Box"],ja:["ギャン・ボックス"]}},48683:e=>{e.exports={en:["Gann Fan"],ja:["ギャン・ファン"]}},44763:e=>{e.exports={en:["Gann Square"],ja:["ギャン・スクエア"]}},60707:e=>{e.exports={en:["Gann Square Fixed"],ja:["固定ギャン・スクエア"]}},46808:e=>{e.exports={en:["Ghost Feed"],ja:["ゴーストフィード"]}},57726:e=>{e.exports={en:["Grand supercycle"],ja:["グランドスーパーサイクル"]}},15096:e=>{e.exports={en:["Do you really want to delete indicator template '{name}' ?"],ja:["本当にインジケーターテンプレート '{name}' を削除しますか?"]}},77174:e=>{e.exports={en:["Do you really want to delete study and all of it's children?"],ja:["本当にすべての関連のインジケーターを削除しますか?"]}},77125:e=>{e.exports={en:["Double Curve"],ja:["二重曲線"]}},9430:e=>{e.exports={en:["Double-click any edge to reset layout grid"],ja:["レイアウトの境界線をリセットするにはいずれかの境界をダブルクリックします"]}},75296:e=>{e.exports={en:["Double-click to finish Path"],ja:["ダブルクリックしてパスを終了します"]}},17409:e=>{e.exports={en:["Double-click to finish Polyline"],ja:["ダブルクリックして折れ線を終了します"]}},36539:e=>{e.exports={en:["Double-tap any edge to reset layout grid"],ja:["レイアウトの境界線をリセットするにはいずれかの境界をダブルタップします"]}},57131:e=>{e.exports={en:["Data Provided by"],ja:["データ提供元"]}},22677:e=>{e.exports={en:["Date"],ja:["日付"]}},85444:e=>{e.exports={en:["Date Range"],ja:["日付範囲"]}},47017:e=>{e.exports={en:["Date and Price Range"],ja:["日付と価格範囲"]}},32084:e=>{e.exports={en:["Dec"],ja:["12月"]}},23403:e=>{e.exports={en:["Degree"],ja:["規模"]}},27358:e=>{e.exports={en:["Denver"],ja:["デンバー"]}},
+24959:e=>{e.exports={en:["Dhaka"],ja:["ダッカ"]}},15179:e=>{e.exports={en:["Diamond"],ja:["ダイアモンド"]}},91544:e=>{e.exports={en:["Disjoint Channel"],ja:["非平行チャネル"]}},70132:e=>{e.exports={en:["Displacement"],ja:["再配置"]}},93864:e=>{e.exports={en:["Drawings toolbar"],ja:["描画ツールバー"]}},56916:e=>{e.exports={en:["Draw Horizontal Line at {price}"],ja:["{price}に水平線を引く"]}},23650:e=>{e.exports={en:["Dubai"],ja:["ドバイ"]}},79716:e=>{e.exports={en:["Dublin"],ja:["ダブリン"]}},73456:e=>{e.exports={en:["Emoji"],ja:["絵文字"]}},9541:e=>{e.exports={en:["Enter a new chart layout name"],ja:["新しいチャートレイアウトの名前を入力してください"]}},80943:e=>{e.exports={en:["Elliott Correction Wave (ABC)"],ja:["エリオット修正波 (ABC)"]}},75112:e=>{e.exports={en:["Elliott Double Combo Wave (WXY)"],ja:["エリオット波動ダブルコンボ (WXY)"]}},61114:e=>{e.exports={en:["Elliott Impulse Wave (12345)"],ja:["エリオット推進波 (12345)"]}},72359:e=>{e.exports={en:["Elliott Triangle Wave (ABCDE)"],ja:["エリオット波動トライアングル (ABCDE)"]}},76129:e=>{e.exports={en:["Elliott Triple Combo Wave (WXYXZ)"],ja:["エリオット波動トリプルコンボ (WXYXZ)"]}},78996:e=>{e.exports={en:["Ellipse"],ja:["楕円"]}},52788:e=>{e.exports={en:["Extended Line"],ja:["延長線"]}},86905:e=>{e.exports={en:["Exchange"],ja:["取引所"]}},19271:e=>{e.exports={en:["Existing pane above"],ja:["上の既存ペインへ"]}},46545:e=>{e.exports={en:["Existing pane below"],ja:["下の既存ペインへ"]}},20138:e=>{e.exports={en:["Forecast"],ja:["予測"]}},2507:e=>{e.exports={en:["Feb"],ja:["2月"]}},59005:e=>{e.exports={en:["Fib Channel"],ja:["フィボナッチ・チャネル"]}},82330:e=>{e.exports={en:["Fib Circles"],ja:["フィボナッチ・サークル"]}},55986:e=>{e.exports={en:["Fib Retracement"],ja:["フィボナッチ・リトレースメント"]}},33880:e=>{e.exports={en:["Fib Speed Resistance Arcs"],ja:["フィボナッチ・アーク"]}},2395:e=>{e.exports={en:["Fib Speed Resistance Fan"],ja:["フィボナッチ・ファン"]}},39014:e=>{e.exports={en:["Fib Spiral"],ja:["フィボナッチ・スパイラル"]}},30622:e=>{e.exports={en:["Fib Time Zone"],ja:["フィボナッチ・タイムゾーン"]}},85042:e=>{e.exports={en:["Fib Wedge"],ja:["フィボナッチ・ウェッジ"]}},33885:e=>{e.exports={en:["Flag"],ja:["フラグ"]}},14600:e=>{e.exports={en:["Flag Mark"],ja:["旗マーク"]}},45051:e=>{e.exports={en:["Flat Top/Bottom"],ja:["フラットトップ/ボトム"]}},39643:e=>{e.exports={en:["Fraction part is invalid."],ja:["小数部分が無効です。"]}},24077:e=>{e.exports={en:["Fundamental studies are no longer available on charts"],ja:["ファンダメンタル分析はチャートでは利用できません。"]}},31561:e=>{e.exports={en:["Kolkata"],ja:["コルカタ"]}},54533:e=>{e.exports={en:["Kathmandu"],ja:["カトマンズ"]}},83490:e=>{e.exports={en:["Kagi"],ja:["カギ足"]}},70913:e=>{e.exports={en:["Karachi"],ja:["カラチ"]}},76614:e=>{e.exports={en:["Kuwait"],ja:["クウェート"]}},38561:e=>{e.exports={en:["Kuala Lumpur"],ja:["クアラルンプール"]}},99906:e=>{e.exports={en:["HLC area"],ja:["HLCエリア"]}},886:e=>{e.exports={en:["HLC bars"],ja:["HLCバー"]}},34491:e=>{e.exports={en:["Ho Chi Minh"],ja:["ホーチミン"]}},13459:e=>{e.exports={en:["Hollow candles"],ja:["中空ローソク足"]}},48861:e=>{e.exports={en:["Hong Kong"],ja:["香港"]}},79668:e=>{e.exports={en:["Honolulu"],ja:["ホノルル"]}},21795:e=>{e.exports={en:["Horizontal Line"],ja:["水平線"]}},25487:e=>{e.exports={en:["Horizontal Ray"],ja:["水平レイ"]}},21928:e=>{e.exports={
+en:["Head and Shoulders"],ja:["ヘッドアンドショルダー"]}},63876:e=>{e.exports={en:["Heikin Ashi"],ja:["平均足"]}},48203:e=>{e.exports={en:["Helsinki"],ja:["ヘルシンキ"]}},27298:e=>{e.exports={en:["Hide"],ja:["非表示"]}},47074:e=>{e.exports={en:["Hide all"],ja:["すべてを非表示"]}},52563:e=>{e.exports={en:["Hide all drawings"],ja:["すべての描画を非表示"]}},90763:e=>{e.exports={en:["Hide all drawings and indicators"],ja:["すべての描画とインジケーターを非表示"]}},18216:e=>{e.exports={en:["Hide all drawings, indicators, positions & orders"],ja:["すべての描画、インジケーター、ポジション、注文を非表示"]}},78525:e=>{e.exports={en:["Hide all indicators"],ja:["すべてのインジケーターを非表示"]}},42164:e=>{e.exports={en:["Hide all positions & orders"],ja:["すべてのポジションと注文を非表示"]}},3217:e=>{e.exports={en:["Hide drawings"],ja:["描画を非表示"]}},97878:e=>{e.exports={en:["Hide events on chart"],ja:["チャート上のイベントを非表示"]}},72351:e=>{e.exports={en:["Hide indicators"],ja:["インジケーターを非表示"]}},28345:e=>{e.exports={en:["Hide marks on bars"],ja:["バーのマークを非表示"]}},92226:e=>{e.exports={en:["Hide positions & orders"],ja:["ポジションと注文を非表示"]}},78254:e=>{e.exports={en:["High"],ja:["高値"]}},98236:e=>{e.exports={en:["High-low"],ja:["ハイロー"]}},99479:e=>{e.exports={en:["High and low price labels"],ja:["高値・安値価格ラベル"]}},33766:e=>{e.exports={en:["High and low price lines"],ja:["高値・安値価格ライン"]}},69476:e=>{e.exports={en:["Highlighter"],ja:["マーカー"]}},72819:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."],ja:["ヒストグラムが大きすぎます。設定パネルで{boldHighlightStart}「行のサイズ」{boldHighlightEnd}を大きくして下さい。"]}},94966:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Ticks Per Row{boldHighlightEnd} in the settings window."],ja:["ヒストグラムが大きすぎます。設定パネルで{boldHighlightStart}「行ごとのティック」{boldHighlightEnd}を大きくして下さい。"]}},66751:e=>{e.exports={en:["Histogram is too large, please reduce {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."],ja:["ヒストグラムが大きすぎます。設定パネルで{boldHighlightStart}「行のサイズ」{boldHighlightEnd}を小さくして下さい。"]}},68065:e=>{e.exports={en:["Image"],ja:["画像"]}},80185:e=>{e.exports={en:["Intervals less than {resolution} are not supported for {ticker}."],ja:["{ticker}では{resolution}よりも小さな時間足はサポートされていません。"]}},10268:e=>{e.exports={en:["Intermediate"],ja:["インターミディエイト"]}},14285:e=>{e.exports={en:["Invalid Symbol"],ja:["無効なシンボル"]}},52969:e=>{e.exports={en:["Invalid symbol"],ja:["無効なシンボル"]}},37189:e=>{e.exports={en:["Invert scale"],ja:["スケールを反転"]}},89999:e=>{e.exports={en:["Indexed to 100"],ja:["100基準"]}},46850:e=>{e.exports={en:["Indicators value labels"],ja:["インジケーター値のラベル"]}},54418:e=>{e.exports={en:["Indicators name labels"],ja:["インジケーター名ラベル"]}},40490:e=>{e.exports={en:["Indicators, Metrics and Strategies. Press slash"],ja:["「インジケーター、指標、ストラテジー」を開きます。スラッシュを押下してください"]}},15992:e=>{e.exports={en:["Info Line"],ja:["インフォライン"]}},87829:e=>{e.exports={en:["Insert indicator"],ja:["インジケーターを挿入"]}},41686:e=>{e.exports={en:["Inside Pitchfork"],ja:["インサイド・ピッチフォーク"]}},37913:e=>{e.exports={en:["Icon"],ja:["アイコン"]}},78326:e=>{e.exports={en:["Istanbul"],ja:["イスタンブール"]}},39585:e=>{e.exports={
+en:["Johannesburg"],ja:["ヨハネスブルグ"]}},14995:e=>{e.exports={en:["Jakarta"],ja:["ジャカルタ"]}},62310:e=>{e.exports={en:["Jan"],ja:["1月"]}},36057:e=>{e.exports={en:["Jerusalem"],ja:["エルサレム"]}},53786:e=>{e.exports={en:["Jul"],ja:["7月"]}},429:e=>{e.exports={en:["Jun"],ja:["6月"]}},67560:e=>{e.exports={en:["Juneau"],ja:["ジュノー"]}},62329:e=>{e.exports={en:["On the left"],ja:["左側に"]}},55813:e=>{e.exports={en:["On the right"],ja:["右側に"]}},64818:e=>{e.exports={en:["Only {availableResolutions} intervals are supported for {ticker}."],ja:["{ticker}で利用可能な時間足は{availableResolutions}に限ります。"]}},21064:e=>{e.exports={en:["Oops!"],ja:["おっと!"]}},51221:e=>{e.exports={en:["Object Tree"],ja:["オブジェクトツリー"]}},12179:e=>{e.exports={en:["Oct"],ja:["10月"]}},16610:e=>{e.exports={en:["Open"],ja:["始値"]}},27884:e=>{e.exports={en:["Open layout. Press period"],ja:["レイアウトを開きます。ピリオドを押してください。"]}},75722:e=>{e.exports={en:["Oslo"],ja:["オスロ"]}},65318:e=>{e.exports={en:["Low"],ja:["安値"]}},51077:e=>{e.exports={en:["Lock"],ja:["ロック"]}},79777:e=>{e.exports={en:["Lock/unlock"],ja:["ロック/解除"]}},66005:e=>{e.exports={en:["Lock vertical cursor line by time"],ja:["縦方向のカーソルラインを日時でロック"]}},14017:e=>{e.exports={en:["Lock price to bar ratio"],ja:["価格とバーの比率をロック"]}},16170:e=>{e.exports={en:["Logarithmic"],ja:["対数"]}},19439:e=>{e.exports={en:["London"],ja:["ロンドン"]}},74832:e=>{e.exports={en:["Long Position"],ja:["ロングポジション"]}},28733:e=>{e.exports={en:["Los Angeles"],ja:["ロサンゼルス"]}},85924:e=>{e.exports={en:["Label Down"],ja:["ラベル下"]}},52402:e=>{e.exports={en:["Label Up"],ja:["ラベル上"]}},5119:e=>{e.exports={en:["Labels"],ja:["ラベル"]}},19931:e=>{e.exports={en:["Lagos"],ja:["ラゴス"]}},63815:e=>{e.exports={en:["Last day change"],ja:["前日からの変動"]}},59444:e=>{e.exports={en:["Lima"],ja:["リマ"]}},3554:e=>{e.exports={en:["Line"],ja:["ライン"]}},9394:e=>{e.exports={en:["Line with markers"],ja:["マーク付きライン"]}},43588:e=>{e.exports={en:["Line break"],ja:["新値足"]}},56982:e=>{e.exports={en:["Lines"],ja:["ライン"]}},37367:e=>{e.exports={en:["Link to the chart image copied to clipboard {emoji}"],ja:["チャート画像のリンクがクリップボードにコピーされました {emoji}"]}},53375:e=>{e.exports={en:["Lisbon"],ja:["リスボン"]}},81038:e=>{e.exports={en:["Luxembourg"],ja:["ルクセンブルク"]}},60663:e=>{e.exports={en:["Move the point to position the anchor then tap to place"],ja:["アンカーを置きたい位置にポイントを移動してタップして下さい"]}},35049:e=>{e.exports={en:["Move to"],ja:["移動"]}},26493:e=>{e.exports={en:["Move scale to left"],ja:["スケールを左に移動"]}},40789:e=>{e.exports={en:["Move scale to right"],ja:["スケールを右に移動"]}},57681:e=>{e.exports={en:["Modified Schiff Pitchfork"],ja:["変形シフ・ピッチフォーク"]}},93907:e=>{e.exports={en:["More settings"],ja:["さらに詳細な設定"]}},64039:e=>{e.exports={en:["Moscow"],ja:["モスクワ"]}},52066:e=>{e.exports={en:["Madrid"],ja:["マドリード"]}},38365:e=>{e.exports={en:["Malta"],ja:["マルタ"]}},48991:e=>{e.exports={en:["Manila"],ja:["マニラ"]}},92767:e=>{e.exports={en:["Mar"],ja:["3月"]}},73332:e=>{e.exports={en:["Mexico City"],ja:["メキシコシティ"]}},88314:e=>{e.exports={en:["Merge all scales into one"],ja:["すべてのスケールを一つに結合"]}},54215:e=>{e.exports={en:["Mixed"],ja:["混合"]}},24866:e=>{e.exports={en:["Micro"],
+ja:["ミクロ"]}},87957:e=>{e.exports={en:["Millennium"],ja:["ミレニアム"]}},14724:e=>{e.exports={en:["Minuette"],ja:["ミニュエット"]}},78273:e=>{e.exports={en:["Minuscule"],ja:["ミニスキュール"]}},9865:e=>{e.exports={en:["Muscat"],ja:["マスカット"]}},96935:e=>{e.exports={en:["N/A"],ja:["該当なし"]}},36252:e=>{e.exports={en:["No data here"],ja:["ここにはデータがありません"]}},11254:e=>{e.exports={en:["No scale (fullscreen)"],ja:["スケールなし (フルスクリーン)"]}},9140:e=>{e.exports={en:["No sync"],ja:["同期しない"]}},50910:e=>{e.exports={en:["No volume data"],ja:["出来高データがありません"]}},99024:e=>{e.exports={en:["No, keep them"],ja:["いいえ、残します"]}},94389:e=>{e.exports={en:["Note"],ja:["ノート"]}},26899:e=>{e.exports={en:["Nov"],ja:["11月"]}},67891:e=>{e.exports={en:["Norfolk Island"],ja:["ノーフォーク島"]}},40977:e=>{e.exports={en:["Nairobi"],ja:["ナイロビ"]}},40544:e=>{e.exports={en:["New York"],ja:["ニューヨーク"]}},66103:e=>{e.exports={en:["New Zealand"],ja:["ニュージーランド"]}},15512:e=>{e.exports={en:["New pane above"],ja:["上の新規ペインへ"]}},52160:e=>{e.exports={en:["New pane below"],ja:["下の新規ペインへ"]}},94600:e=>{e.exports={en:["Nicosia"],ja:["ニコシア"]}},73013:e=>{e.exports={en:["Something went wrong"],ja:["何か問題が発生しました。"]}},83524:e=>{e.exports={en:["Something went wrong when creating the indicator."],ja:["インジケーターの作成に何か問題が生じたようです。"]}},4509:e=>{e.exports={en:["Something went wrong. Please try again later."],ja:["何らかの問題が発生しました。後ほど再度お試しください。"]}},43047:e=>{e.exports={en:["Save New Chart Layout"],ja:["新規チャートレイアウトを保存"]}},76266:e=>{e.exports={en:["Save as"],ja:["名前を付けて保存"]}},55502:e=>{e.exports={en:["San Salvador"],ja:["サンサルバドル"]}},30231:e=>{e.exports={en:["Santiago"],ja:["サンティアゴ"]}},91912:e=>{e.exports={en:["Sao Paulo"],ja:["サンパウロ"]}},43931:e=>{e.exports={en:["Scale currency"],ja:["スケールの通貨"]}},43758:e=>{e.exports={en:["Scale price chart only"],ja:["価格のみでスケール"]}},40012:e=>{e.exports={en:["Scale unit"],ja:["スケールの単位"]}},42608:e=>{e.exports={en:["Schiff Pitchfork"],ja:["シフ・ピッチフォーク"]}},76078:e=>{e.exports={en:["Script may be not updated if you leave the page."],ja:["ページを離れると、スクリプトが更新されない可能性があります。"]}},32514:e=>{e.exports={en:["Settings"],ja:["設定"]}},70784:e=>{e.exports={en:["Second fraction part is invalid."],ja:["2つ目の小数部分が無効です。"]}},75594:e=>{e.exports={en:["Security info"],ja:["銘柄情報"]}},21973:e=>{e.exports={en:["Send to back"],ja:["最背面に移動"]}},71179:e=>{e.exports={en:["Send backward"],ja:["一つ背面に移動"]}},26820:e=>{e.exports={en:["Seoul"],ja:["ソウル"]}},6816:e=>{e.exports={en:["Sep"],ja:["9月"]}},94031:e=>{e.exports={en:["Session"],ja:["セッション"]}},83298:e=>{e.exports={en:["Session volume profile"],ja:["SVP (セッション出来高プロファイル)"]}},66707:e=>{e.exports={en:["Session breaks"],ja:["セッション区切り"]}},1852:e=>{e.exports={en:["Shanghai"],ja:["上海"]}},8075:e=>{e.exports={en:["Short Position"],ja:["ショートポジション"]}},98334:e=>{e.exports={en:["Show"],ja:["表示"]}},85891:e=>{e.exports={en:["Show all drawings"],ja:["すべての描画を表示"]}},25881:e=>{e.exports={en:["Show all drawings and indicators"],ja:["すべての描画とインジケーターを表示"]}},86738:e=>{e.exports={en:["Show all drawings, indicators, positions & orders"],ja:["すべての描画、インジケーター、ポジション、注文を表示"]}},98753:e=>{e.exports={
+en:["Show all indicators"],ja:["すべてのインジケーターを表示"]}},55418:e=>{e.exports={en:["Show all ideas"],ja:["すべてのアイデアの表示"]}},20506:e=>{e.exports={en:["Show all positions & orders"],ja:["すべてのポジションと注文を表示"]}},33158:e=>{e.exports={en:["Show continuous contract switch"],ja:["つなぎ足の限月の交代を表示"]}},81465:e=>{e.exports={en:["Show contract expiration"],ja:["限月の満期日を表示"]}},29449:e=>{e.exports={en:["Show dividends"],ja:["配当の表示"]}},37113:e=>{e.exports={en:["Show earnings"],ja:["決算を表示"]}},10261:e=>{e.exports={en:["Show ideas of followed users"],ja:["フォロー中のユーザーのアイデアを表示"]}},62986:e=>{e.exports={en:["Show latest news"],ja:["最新ニュースの表示"]}},44020:e=>{e.exports={en:["Show my ideas only"],ja:["自分のアイデアのみ表示"]}},50849:e=>{e.exports={en:["Show splits"],ja:["分割の表示"]}},67751:e=>{e.exports={en:["Signpost"],ja:["道しるべ"]}},77377:e=>{e.exports={en:["Singapore"],ja:["シンガポール"]}},39090:e=>{e.exports={en:["Sine Line"],ja:["正弦波"]}},66205:e=>{e.exports={en:["Square"],ja:["正方形"]}},86146:e=>{e.exports={en:["Studies limit exceeded: {number} studies per layout.\nPlease, remove some studies."],ja:["インジケーターの制限数を超えました。チャートレイアウト毎に{number}個までです。\nインジケーターをどれか削除して下さい。"]}},92516:e=>{e.exports={en:["Style"],ja:["スタイル"]}},61507:e=>{e.exports={en:["Stack on the left"],ja:["左に重ねる"]}},97800:e=>{e.exports={en:["Stack on the right"],ja:["右に重ねる"]}},85166:e=>{e.exports={en:["Start using keyboard navigation mode. Press {shortcut}"],ja:["キーボードのナビゲーションモードをスタートします。ショートカットキー {shortcut} を押してください"]}},4035:e=>{e.exports={en:["Stay in drawing mode"],ja:["描画モードの維持"]}},69217:e=>{e.exports={en:["Step line"],ja:["ステップライン"]}},43114:e=>{e.exports={en:["Sticker"],ja:["ステッカー"]}},86716:e=>{e.exports={en:["Stockholm"],ja:["ストックホルム"]}},1145:e=>{e.exports={en:["Submicro"],ja:["サブミクロ"]}},63375:e=>{e.exports={en:["Submillennium"],ja:["サブミレニアム"]}},30585:e=>{e.exports={en:["Subminuette"],ja:["サブミニュエット"]}},67948:e=>{e.exports={en:["Supercycle"],ja:["スーパーサイクル"]}},3348:e=>{e.exports={en:["Supermillennium"],ja:["スーパーミレニアム"]}},18905:e=>{e.exports={en:["Switch to {resolution}"],ja:["時間足を{resolution}に切り替える"]}},31622:e=>{e.exports={en:["Sydney"],ja:["シドニー"]}},70963:e=>{e.exports={en:["Symbol Error"],ja:["シンボルエラー"]}},32390:e=>{e.exports={en:["Symbol name label"],ja:["シンボル名ラベル"]}},10127:e=>{e.exports={en:["Symbol last price label"],ja:["シンボル現在値ラベル"]}},39079:e=>{e.exports={en:["Sync globally"],ja:["グローバルに同期"]}},46607:e=>{e.exports={en:["Sync in layout"],ja:["レイアウト内で同期"]}},76519:e=>{e.exports={en:["Point & figure"],ja:["ポイント&フィギュア"]}},39949:e=>{e.exports={en:["Polyline"],ja:["折れ線"]}},371:e=>{e.exports={en:["Path"],ja:["パス"]}},59256:e=>{e.exports={en:["Parallel Channel"],ja:["平行チャネル"]}},61879:e=>{e.exports={en:["Paris"],ja:["パリ"]}},35140:e=>{e.exports={en:["Paste"],ja:["貼り付け"]}},6919:e=>{e.exports={en:["Percent"],ja:["パーセント"]}},24436:e=>{e.exports={en:["Perth"],ja:["パース"]}},14055:e=>{e.exports={en:["Phoenix"],ja:["フェニックス"]}},34156:e=>{e.exports={en:["Pitchfan"],ja:["ピッチファン"]}},19634:e=>{e.exports={en:["Pitchfork"],ja:["ピッチフォーク"]}},86631:e=>{e.exports={en:["Pin"],ja:["ピン"]}},33110:e=>{e.exports={en:["Pin to new left scale"],
+ja:["新たな左スケールに固定"]}},28280:e=>{e.exports={en:["Pin to new right scale"],ja:["新たな右スケールに固定"]}},14115:e=>{e.exports={en:["Pin to left scale"],ja:["左スケールに固定"]}},72046:e=>{e.exports={en:["Pin to left scale (hidden)"],ja:["左スケールに固定(非表示)"]}},81054:e=>{e.exports={en:["Pin to right scale"],ja:["右スケールに固定"]}},16986:e=>{e.exports={en:["Pin to right scale (hidden)"],ja:["右スケールに固定(非表示)"]}},60035:e=>{e.exports={en:["Pin to scale (now left)"],ja:["スケールに固定(現在左)"]}},94210:e=>{e.exports={en:["Pin to scale (now no scale)"],ja:["スケールに固定(現在スケールなし)"]}},10761:e=>{e.exports={en:["Pin to scale (now right)"],ja:["スケールに固定(現在右)"]}},76150:e=>{e.exports={en:["Pin to scale (now {label})"],ja:["スケールに固定(現在{label})"]}},29436:e=>{e.exports={en:["Pin to scale {label}"],ja:["スケール{label}に固定"]}},2165:e=>{e.exports={en:["Pin to scale {label} (hidden)"],ja:["スケール{label}に固定(非表示)"]}},90095:e=>{e.exports={en:["Pinned to left scale"],ja:["左スケールに固定中"]}},32538:e=>{e.exports={en:["Pinned to left scale (hidden)"],ja:["左スケールに固定中(非表示)"]}},44579:e=>{e.exports={en:["Pinned to right scale"],ja:["右スケールに固定中"]}},94559:e=>{e.exports={en:["Pinned to right scale (hidden)"],ja:["右スケールに固定中(非表示)"]}},12645:e=>{e.exports={en:["Pinned to scale {label}"],ja:["スケール{label}に固定中"]}},3564:e=>{e.exports={en:["Pinned to scale {label} (hidden)"],ja:["スケール{label}に固定中(非表示)"]}},71566:e=>{e.exports={en:["Plus button"],ja:["プラスボタン"]}},28298:e=>{e.exports={en:["Please give us a clipboard writing permission in your browser or press {keystroke}"],ja:["ご利用のブラウザでクリップボードへの書き込みを許可していただくか、{keystroke} をご利用ください。"]}},81248:e=>{e.exports={en:["Prague"],ja:["プラハ"]}},81712:e=>{e.exports={en:["Press and hold {key} while zooming to maintain the chart position"],ja:["{key}を押しながらズームをすることで、チャートの位置は維持されます"]}},91282:e=>{e.exports={en:["Price Label"],ja:["価格ラベル"]}},97512:e=>{e.exports={en:["Price Note"],ja:["価格ノート"]}},68941:e=>{e.exports={en:["Price Range"],ja:["価格範囲"]}},66123:e=>{e.exports={en:["Price format is invalid."],ja:["価格形式が無効です。"]}},72926:e=>{e.exports={en:["Price line"],ja:["価格ライン"]}},59189:e=>{e.exports={en:["Primary"],ja:["主要"]}},75747:e=>{e.exports={en:["Projection"],ja:["プロジェクション"]}},55801:e=>{e.exports={en:["Published on {customer}, {date}"],ja:["{customer} で {date} に公開"]}},14568:e=>{e.exports={en:["Q1"]}},13534:e=>{e.exports={en:["Q2"]}},14530:e=>{e.exports={en:["Q3"]}},3762:e=>{e.exports={en:["Q4"]}},28756:e=>{e.exports={en:["Qatar"],ja:["カタール"]}},57959:e=>{e.exports={en:["Quick search. Press {shortcut}"],ja:["「クイックサーチ」を行います。{shortcut} を押下してください"]}},56820:e=>{e.exports={en:["Rotated Rectangle"],ja:["回転長方形"]}},52961:e=>{e.exports={en:["Rome"],ja:["ローマ"]}},50318:e=>{e.exports={en:["Ray"],ja:["レイ"]}},55169:e=>{e.exports={en:["Range"],ja:["レンジ"]}},13386:e=>{e.exports={en:["Reykjavik"],ja:["レイキャビク"]}},26001:e=>{e.exports={en:["Rectangle"],ja:["長方形"]}},48236:e=>{e.exports={en:["Redo"],ja:["やり直す"]}},2460:e=>{e.exports={en:["Regression Trend"],ja:["回帰トレンド"]}},67410:e=>{e.exports={en:["Remove"],ja:["削除"]}},3061:e=>{e.exports={en:["Remove this financial metric from favorites"],ja:["このファンダメンタル指標をお気に入りから削除"]}},
+58764:e=>{e.exports={en:["Remove this indicator from favorites"],ja:["このインジケーターをお気に入りから削除"]}},86285:e=>{e.exports={en:["Remove {drawings}"],ja:["{drawings}を削除"]}},87796:e=>{e.exports={en:["Remove {drawings} & {indicators}"],ja:["{drawings}と{indicators}を削除"]}},87797:e=>{e.exports={en:["Remove {indicators}"],ja:["{indicators}を削除"]}},22584:e=>{e.exports={en:["Rename Chart Layout"],ja:["チャートレイアウトの名前を変更"]}},88130:e=>{e.exports={en:["Renko"],ja:["練行足"]}},75246:e=>{e.exports={en:["Reset chart view"],ja:["チャート表示のリセット"]}},88853:e=>{e.exports={en:["Reset points"],ja:["ポイントのリセット"]}},15332:e=>{e.exports={en:["Reset price scale"],ja:["価格スケールをリセット"]}},54170:e=>{e.exports={en:["Reset time scale"],ja:["時間軸をリセット"]}},37974:e=>{e.exports={en:["Riyadh"],ja:["リヤド"]}},94022:e=>{e.exports={en:["Riga"],ja:["リガ"]}},60630:e=>{e.exports={en:["Runtime error"],ja:["ランタイムエラー"]}},66719:e=>{e.exports={en:["Warning"],ja:["警告"]}},5959:e=>{e.exports={en:["Warsaw"],ja:["ワルシャワ"]}},41446:e=>{e.exports={en:["To calculate the VWAP indicator, more data is needed. Zoom out or scroll left to load more historical data."]}},98549:e=>{e.exports={en:["Tokelau"],ja:["トケラウ"]}},69122:e=>{e.exports={en:["Tokyo"],ja:["東京"]}},10095:e=>{e.exports={en:["Toronto"],ja:["トロント"]}},17981:e=>{e.exports={en:["Table"],ja:["表"]}},11034:e=>{e.exports={en:["Taipei"],ja:["台北"]}},79995:e=>{e.exports={en:["Tallinn"],ja:["タリン"]}},6686:e=>{e.exports={en:["Tehran"],ja:["テヘラン"]}},93553:e=>{e.exports={en:["Template"],ja:["テンプレート"]}},81657:e=>{e.exports={en:["The data vendor doesn't provide volume data for this symbol."],ja:["このシンボルの出来高データはデータ提供元から提供されておりません。"]}},49947:e=>{e.exports={en:["The publication preview could not be loaded. Please disable your browser extensions and try again."],ja:["投稿プレビューを読み込むことができません。ブラウザの拡張機能を無効にして再度お試しください。"]}},99274:e=>{e.exports={en:["The request took too long to process. Ensure you have a stable internet connection. If the issue persists, try decreasing the length of the requested time interval."],ja:["リクエストの処理が時間切れになりました。インターネットの接続が安定しているかどうかをご確認ください。問題が解決しない場合は、リクエストにかかる時間を短縮してください。"]}},43716:e=>{e.exports={en:["There's no data for your selected period and chart timeframe."],ja:["選択した期間とチャートの時間足に対応するデータがありません。"]}},93738:e=>{e.exports={en:["This file is too big. Max size is {value}."],ja:["ファイルサイズが大きすぎます。サイズの上限は{value}です。"]}},59519:e=>{e.exports={en:["This indicator cannot be applied to another indicator."],ja:["このインジケーターは他のインジケーターに追加できません。"]}},18260:e=>{e.exports={en:["This script contains an error. Please contact its author."],ja:["このスクリプトにはエラーが含まれています。スクリプトの作者にご連絡ください。"]}},76989:e=>{e.exports={en:["This script is invite-only. To request access, please contact its author."],ja:["このスクリプトは招待制です。アクセスをご希望の場合、スクリプトの作者にお問い合わせください。"]}},47773:e=>{e.exports={en:["This symbol is only available on {linkStart}TradingView{linkEnd}."],ja:["このシンボルは{linkStart}TradingView{linkEnd}上でのみ利用可能です。"]}},46982:e=>{e.exports={en:["Three Drives Pattern"],ja:["スリードライブパターン"]}},80254:e=>{e.exports={en:["Tick-based intervals are not available for {ticker}."],
+ja:["{ticker}ではティックベースの時間足はご利用になれません。"]}},12806:e=>{e.exports={en:["Time"],ja:["日時"]}},20909:e=>{e.exports={en:["Time zone"],ja:["タイムゾーン"]}},46852:e=>{e.exports={en:["Time Cycles"],ja:["時間サイクル"]}},17809:e=>{e.exports={en:["Time Price Opportunity"],ja:["タイム・プライス・オポチュニティ"]}},66823:e=>{e.exports={en:["Trade"],ja:["トレード"]}},7697:e=>{e.exports={en:["TradingView is interactive and has commands to use with a screen reader. The following is a list of keyboard commands available to interact on the platform"],ja:["Tradingviewはインタラクティブで、スクリーンリーダーで使用するコマンドがあります。以下は、プラットフォーム上でインタラクティブに使用できるキーボードコマンドの一覧です。"]}},35757:e=>{e.exports={en:["Trend Angle"],ja:["トレンド角度"]}},97339:e=>{e.exports={en:["Trend Line"],ja:["トレンドライン"]}},80583:e=>{e.exports={en:["Trend-Based Fib Extension"],ja:["フィボナッチ・エクステンション"]}},72159:e=>{e.exports={en:["Trend-Based Fib Time"],ja:["フィボナッチ・タイムエクステンション"]}},1671:e=>{e.exports={en:["Triangle"],ja:["三角形"]}},76152:e=>{e.exports={en:["Triangle Down"],ja:["下向き三角形"]}},90148:e=>{e.exports={en:["Triangle Pattern"],ja:["トライアングルパターン"]}},21236:e=>{e.exports={en:["Triangle Up"],ja:["上向き三角形"]}},21007:e=>{e.exports={en:["Tunis"],ja:["チュニス"]}},1833:e=>{e.exports={en:["UTC"]}},14804:e=>{e.exports={en:["Undo"],ja:["元に戻す"]}},56815:e=>{e.exports={en:["Unexpected error in Deep Backtesting mode. Contact support for more information."],ja:["ディープバックテストモードで予期せぬエラーが発生しました。詳細はサポートにお問い合わせください。"]}},15432:e=>{e.exports={en:["Units"],ja:["ユニット"]}},11768:e=>{e.exports={en:["Unknown error"],ja:["不明のエラー"]}},99894:e=>{e.exports={en:["Unlock"],ja:["ロック解除"]}},75546:e=>{e.exports={en:["Unsupported interval"],ja:["サポート外の時間足です"]}},8580:e=>{e.exports={en:["User-defined error"],ja:["ユーザー定義エラー"]}},81030:e=>{e.exports={en:["VWAP is waiting for more data"]}},40693:e=>{e.exports={en:["Volume Profile Fixed Range"],ja:["VPFR (固定期間出来高プロファイル)"]}},39903:e=>{e.exports={en:["Volume Profile indicator available only on our upgraded plans."],ja:["出来高プロファイルインジケーターは、有料プランでのみご利用可能です。"]}},93722:e=>{e.exports={en:["Volume candles"],ja:["出来高ローソク足"]}},69156:e=>{e.exports={en:["Volume data is not provided in BIST MIXED data plan."],ja:["BIST MIXEDのデータプランにおいて出来高データは提供されていません。"]}},92763:e=>{e.exports={en:["Volume footprint"],ja:["出来高フットプリント"]}},32838:e=>{e.exports={en:["Vancouver"],ja:["バンクーバー"]}},29535:e=>{e.exports={en:["Vertical Line"],ja:["垂直線"]}},23160:e=>{e.exports={en:["Vienna"],ja:["ウィーン"]}},60534:e=>{e.exports={en:["Vilnius"],ja:["ヴィリニュス"]}},40091:e=>{e.exports={en:["Visibility"],ja:["可視性"]}},54853:e=>{e.exports={en:["Visibility on intervals"],ja:["時間足の可視性"]}},58302:e=>{e.exports={en:["Visible on tap"],ja:["タップで表示"]}},10309:e=>{e.exports={en:["Visible on mouse over"],ja:["マウスの移動時に表示"]}},4077:e=>{e.exports={en:["Visual order"],ja:["表示の順序"]}},11316:e=>{e.exports={en:["X Cross"],ja:["X 交差"]}},42231:e=>{e.exports={en:["XABCD Pattern"],ja:["XABCDパターン"]}},25059:e=>{e.exports={en:["You cannot see this pivot timeframe on this resolution"],ja:["現在の時間足では、この時間枠のピボットを見ることができません"]}},41019:e=>{e.exports={
+en:["You have locked drawings on this symbol. Do you want to remove the locked drawings too?"],ja:["このシンボルにはロックしている描画があります。ロックした描画も同時に削除しますか?"]}},53168:e=>{e.exports={en:["Yangon"],ja:["ヤンゴン"]}},93123:e=>{e.exports={en:["Yes, remove them"],ja:["はい、削除します"]}},62859:e=>{e.exports={en:["Zurich"],ja:["チューリッヒ"]}},47977:e=>{e.exports={en:["change Elliott degree"],ja:["エリオットの規模の変更"]}},61557:e=>{e.exports={en:["change no overlapping labels"],ja:["ラベルを重ねないの変更"]}},76852:e=>{e.exports={en:["change average close price label visibility"],ja:["平均価格ラベルの表示の変更"]}},1022:e=>{e.exports={en:["change average close price line visibility"],ja:["平均価格ラインの表示の変更"]}},69362:e=>{e.exports={en:["change bid and ask labels visibility"],ja:["Bid/Askラベルの表示の変更"]}},52919:e=>{e.exports={en:["change bid and ask lines visibility"],ja:["Bid/Askラインの表示の変更"]}},32302:e=>{e.exports={en:["change currency"],ja:["通貨の変更"]}},68846:e=>{e.exports={en:["change chart layout to {title}"],ja:["チャートレイアウトを{title}に変更"]}},18867:e=>{e.exports={en:["change continuous contract switch visibility"],ja:["つなぎ足の限月の交代の表示の変更"]}},39383:e=>{e.exports={en:["change countdown to bar close visibility"],ja:["バーのクローズまでのカウントダウンの表示の変更"]}},16979:e=>{e.exports={en:["change date range"],ja:["日付範囲の変更"]}},53929:e=>{e.exports={en:["change dividends visibility"],ja:["配当の表示の変更"]}},6119:e=>{e.exports={en:["change events visibility on chart"],ja:["チャート上のイベントの表示の変更"]}},6819:e=>{e.exports={en:["change earnings visibility"],ja:["決算の表示の変更"]}},85532:e=>{e.exports={en:["change futures contract expiration visibility"],ja:["先物の限月満期日の表示の変更"]}},24226:e=>{e.exports={en:["change high and low price labels visibility"],ja:["高値・安値価格ラベルの表示の変更"]}},80692:e=>{e.exports={en:["change high and low price lines visibility"],ja:["高値・安値価格ラインの表示の変更"]}},24893:e=>{e.exports={en:["change indicators name labels visibility"],ja:["インジケーター名ラベルの表示の変更"]}},64729:e=>{e.exports={en:["change indicators value labels visibility"],ja:["インジケーター値ラベルの表示の変更"]}},50243:e=>{e.exports={en:["change latest news and Minds visibility"],ja:["最新ニュースとマインドの表示の変更"]}},88849:e=>{e.exports={en:["change linking group"],ja:["リンクしているグループの変更"]}},14691:e=>{e.exports={en:["change pane height"],ja:["ペインの高さの変更"]}},96379:e=>{e.exports={en:["change plus button visibility"],ja:["プラスボタンの表示の変更"]}},76660:e=>{e.exports={en:["change point"],ja:["ポイントの変更"]}},30870:e=>{e.exports={en:["change pre/post market price label visibility"],ja:["プレ/アフターマーケット価格ラベルの表示の変更"]}},11718:e=>{e.exports={en:["change pre/post market price line visibility"],ja:["プレ/アフターマーケット価格ラインの表示の変更"]}},58419:e=>{e.exports={en:["change previous close price line visibility"],ja:["シンボルの前日終値ラインの表示の変更"]}},8662:e=>{e.exports={en:["change price line visibility"],ja:["価格ラインの表示の変更"]}},2509:e=>{e.exports={en:["change price to bar ratio"],ja:["価格とバーの比率の変更"]}},32829:e=>{e.exports={en:["change resolution"],ja:["時間足の変更"]}},35400:e=>{e.exports={en:["change symbol"],ja:["シンボルの変更"]}},73357:e=>{e.exports={en:["change symbol labels visibility"],ja:["シンボルラベルの表示の変更"]}},67453:e=>{e.exports={en:["change symbol last value visibility"],
+ja:["シンボルの現在値の表示の変更"]}},4729:e=>{e.exports={en:["change symbol previous close value visibility"],ja:["シンボルの前日終値の表示の変更"]}},87041:e=>{e.exports={en:["change session"],ja:["セッションの変更"]}},38413:e=>{e.exports={en:["change session breaks visibility"],ja:["セッション区切りの表示の変更"]}},49965:e=>{e.exports={en:["change series style"],ja:["系列のスタイルの変更"]}},47474:e=>{e.exports={en:["change splits visibility"],ja:["分割の表示の変更"]}},20137:e=>{e.exports={en:["change timezone"],ja:["タイムゾーンの変更"]}},85975:e=>{e.exports={en:["change unit"],ja:["単位の変更"]}},1924:e=>{e.exports={en:["change visibility"],ja:["可視性の変更"]}},84331:e=>{e.exports={en:["change visibility at current interval"],ja:["現在の時間足への可視性の変更"]}},45800:e=>{e.exports={en:["change visibility at current interval and above"],ja:["現在の時間足以上の可視性の変更"]}},75645:e=>{e.exports={en:["change visibility at current interval and below"],ja:["現在の時間足以下の可視性の変更"]}},57916:e=>{e.exports={en:["change visibility at all intervals"],ja:["すべての時間足への可視性の変更"]}},94566:e=>{e.exports={en:["charts by TradingView"],ja:["TradingView提供のチャート"]}},32943:e=>{e.exports={en:["clone line tools"],ja:["ラインツールの複製"]}},46219:e=>{e.exports={en:["create line tools group"],ja:["ラインツールグループの作成"]}},95394:e=>{e.exports={en:["create line tools group from selection"],ja:["選択からラインツールグループの作成"]}},12898:e=>{e.exports={en:["create {tool}"],ja:["{tool}の作成"]}},94227:e=>{e.exports={en:["cut sources"],ja:["ソースの切り取り"]}},11500:e=>{e.exports={en:["cut {title}"],ja:["{title}の切り取り"]}},63869:e=>{e.exports={en:["anchor objects"],ja:["オブジェクトの固定"]}},12570:e=>{e.exports={en:["add line tool {lineTool} to group {name}"],ja:["ラインツール {lineTool} をグループ {name} に追加"]}},21162:e=>{e.exports={en:["add line tool(s) to group {group}"],ja:["ラインツールをグループ {group} に追加"]}},67608:e=>{e.exports={en:["add this financial metric to entire layout"],ja:["このファンダメンタル指標をレイアウト全体に追加"]}},96677:e=>{e.exports={en:["add this indicator to entire layout"],ja:["このインジケーターをレイアウト全体に追加"]}},58156:e=>{e.exports={en:["add this strategy to entire layout"],ja:["このストラテジーをレイアウト全体に追加"]}},79290:e=>{e.exports={en:["add this symbol to entire layout"],ja:["このシンボルをレイアウト全体に追加"]}},4128:e=>{e.exports={en:["align to 45 degrees"],ja:["45度に合わせる"]}},68231:e=>{e.exports={en:["apply chart theme"],ja:["チャートテーマの適用"]}},99551:e=>{e.exports={en:["apply all chart properties"],ja:["すべてのチャートのプロパティの適用"]}},89720:e=>{e.exports={en:["apply drawing template"],ja:["描画テンプレートの適用"]}},27851:e=>{e.exports={en:["apply factory defaults to selected sources"],ja:["選択したソースへファクトリーデフォルトの適用"]}},70507:e=>{e.exports={en:["apply indicators to entire layout"],ja:["レイアウト全体へのインジケーターの適用"]}},69604:e=>{e.exports={en:["apply study template {template}"],ja:["インジケーターテンプレート {template} の適用"]}},86708:e=>{e.exports={en:["apply toolbars theme"],ja:["ツールバーのテーマの適用"]}},1979:e=>{e.exports={en:["bring group {title} forward"],ja:["グループ {title} を前面に移動"]}},53159:e=>{e.exports={en:["bring {title} to front"],ja:["{title}を最前面に移動"]}},41966:e=>{e.exports={en:["bring {title} forward"],ja:["{title}を前面に移動"]}},44676:e=>{e.exports={en:["by TradingView"]}},58850:e=>{e.exports={
+en:["date range lock"],ja:["日付範囲のロック"]}},99395:e=>{e.exports={en:["exclude line tools from group {group}"],ja:["グループ {group} からラインツールを除外"]}},13017:e=>{e.exports={en:["hide {title}"],ja:["{title}の非表示"]}},62249:e=>{e.exports={en:["hide marks on bars"],ja:["バーのマークの非表示"]}},56558:e=>{e.exports={en:["interval lock"],ja:["時間足のロック"]}},6830:e=>{e.exports={en:["invert scale"],ja:["スケールの反転"]}},48818:e=>{e.exports={en:["insert {title}"],ja:["{title}の挿入"]}},56307:e=>{e.exports={en:["insert {title} after {targetTitle}"],ja:["{title}を{targetTitle}の後に挿入"]}},32960:e=>{e.exports={en:["insert {title} after {target}"],ja:["{title}を{target}の後に挿入"]}},57106:e=>{e.exports={en:["insert {title} before {target}"],ja:["{title}を{target}の前に挿入"]}},46229:e=>{e.exports={en:["insert {title} before {targetTitle}"],ja:["{title}を{targetTitle}の前に挿入"]}},43364:e=>{e.exports={en:["load default drawing template"],ja:["デフォルト描画テンプレートの読み込み"]}},62011:e=>{e.exports={en:["loading..."],ja:["読み込み中 ..."]}},76104:e=>{e.exports={en:["lock {title}"],ja:["{title}のロック"]}},20453:e=>{e.exports={en:["lock group {group}"],ja:["グループ {group} のロック"]}},18942:e=>{e.exports={en:["lock objects"],ja:["オブジェクトのロック"]}},98277:e=>{e.exports={en:["move"],ja:["移動"]}},58228:e=>{e.exports={en:["move {title} to new left scale"],ja:["{title}を新たな左スケールに移動"]}},77482:e=>{e.exports={en:["move {title} to new right scale"],ja:["{title}の新しい右スケールへの移動"]}},64077:e=>{e.exports={en:["move all scales to left"],ja:["すべてのスケールを左に移動"]}},19013:e=>{e.exports={en:["move all scales to right"],ja:["すべてのスケールを右に移動"]}},52510:e=>{e.exports={en:["move drawing(s)"],ja:["描画の移動"]}},79209:e=>{e.exports={en:["move left"],ja:["左に移動"]}},60114:e=>{e.exports={en:["move right"],ja:["右に移動"]}},44854:e=>{e.exports={en:["move scale"],ja:["スケールの移動"]}},10625:e=>{e.exports={en:["make {title} no scale (Full screen)"],ja:["{title}をスケールなしにする (フルスクリーン)"]}},76709:e=>{e.exports={en:["make group {group} invisible"],ja:["グループ {group} の非表示"]}},45987:e=>{e.exports={en:["make group {group} visible"],ja:["グループ {group} の表示"]}},78055:e=>{e.exports={en:["merge down"],ja:["下に結合"]}},41866:e=>{e.exports={en:["merge to pane"],ja:["ペインに結合"]}},52458:e=>{e.exports={en:["merge up"],ja:["上に結合"]}},90091:e=>{e.exports={en:["n/a"],ja:["該当なし"]}},94981:e=>{e.exports={en:["scale price"],ja:["価格のスケーリング"]}},63796:e=>{e.exports={en:["scale price chart only"],ja:["価格のみでスケール"]}},70771:e=>{e.exports={en:["scale time"],ja:["日時のスケーリング"]}},42070:e=>{e.exports={en:["scroll"],ja:["スクロール"]}},87840:e=>{e.exports={en:["scroll time"],ja:["日時のスクロール"]}},82241:e=>{e.exports={en:["set price scale selection strategy to {title}"],ja:["価格スケールの選択ストラテジーを{title}に設定"]}},40962:e=>{e.exports={en:["send {title} backward"],ja:["{title}を背面に移動"]}},5005:e=>{e.exports={en:["send {title} to back"],ja:["{title}を最背面に移動"]}},69546:e=>{e.exports={en:["send group {title} backward"],ja:["グループ {title} を背面に移動"]}},63934:e=>{e.exports={en:["share line tools globally"],ja:["ラインツールのグローバルな共有"]}},90221:e=>{e.exports={en:["share line tools in layout"],ja:["レイアウトのラインツールの共有"]}},13336:e=>{e.exports={
+en:["show all ideas"],ja:["すべてのアイデアを表示"]}},91395:e=>{e.exports={en:["show ideas of followed users"],ja:["フォロー中のユーザーのアイデアを表示"]}},57460:e=>{e.exports={en:["show my ideas only"],ja:["自分のアイデアのみ表示"]}},4114:e=>{e.exports={en:["stay in drawing mode"],ja:["描画モードの維持"]}},3350:e=>{e.exports={en:["stop syncing drawing"],ja:["描画の同期の停止"]}},49183:e=>{e.exports={en:["stop syncing line tool(s)"],ja:["ラインツールの同期の停止"]}},53278:e=>{e.exports={en:["symbol lock"],ja:["シンボルのロック"]}},91677:e=>{e.exports={en:["sync time"],ja:["日時の同期"]}},3140:e=>{e.exports={en:["powered by"],ja:["提供元"]}},92800:e=>{e.exports={en:["powered by TradingView"],ja:["TradingView提供"]}},62192:e=>{e.exports={en:["paste drawing"],ja:["描画の貼り付け"]}},1064:e=>{e.exports={en:["paste indicator"],ja:["インジケーターの貼り付け"]}},57010:e=>{e.exports={en:["paste {title}"],ja:["{title}の貼り付け"]}},78690:e=>{e.exports={en:["pin to left scale"],ja:["左スケールに固定"]}},7495:e=>{e.exports={en:["pin to right scale"],ja:["右スケールに固定"]}},81566:e=>{e.exports={en:["pin to scale {label}"],ja:["スケール{label}に固定"]}},2618:e=>{e.exports={en:["rearrange panes"],ja:["ペインの再配置"]}},60806:e=>{e.exports={en:["remove all indicators"],ja:["全インジケーターの削除"]}},29096:e=>{e.exports={en:["remove all indicators and drawing tools"],ja:["全インジケーターと全描画の削除"]}},27171:e=>{e.exports={en:["remove deselected empty line tools"],ja:["非選択の空のラインツールの削除"]}},30538:e=>{e.exports={en:["remove drawings"],ja:["描画の削除"]}},1193:e=>{e.exports={en:["remove drawings group"],ja:["描画グループの削除"]}},38199:e=>{e.exports={en:["remove line data sources"],ja:["ラインデータのソースを削除"]}},93333:e=>{e.exports={en:["remove pane"],ja:["ペインの削除"]}},94543:e=>{e.exports={en:["remove {title}"],ja:["{title}の削除"]}},41430:e=>{e.exports={en:["removing line tools group {name}"],ja:["ラインツールグループ {name} の削除"]}},80491:e=>{e.exports={en:["rename group {group} to {newName}"],ja:["グループ名 {group} を {newName} に変更"]}},85366:e=>{e.exports={en:["reset layout sizes"],ja:["レイアウトサイズのリセット"]}},3323:e=>{e.exports={en:["reset scales"],ja:["スケールのリセット"]}},17336:e=>{e.exports={en:["reset time scale"],ja:["時間軸のリセット"]}},47418:e=>{e.exports={en:["resize layout"],ja:["レイアウトのリサイズ"]}},85815:e=>{e.exports={en:["restore defaults"],ja:["デフォルトに戻す"]}},96881:e=>{e.exports={en:["restore study defaults"],ja:["インジケーターのデフォルトに復元"]}},63095:e=>{e.exports={en:["toggle maximized pane state"],ja:["ペインの最大化の切替"]}},42240:e=>{e.exports={en:["toggle auto scale"],ja:["自動スケールの切り替え"]}},46054:e=>{e.exports={en:["toggle collapsed pane state"],ja:["ペインの折りたたみの切替"]}},24736:e=>{e.exports={en:["toggle indexed to 100 scale"],ja:["100基準への切り替え"]}},49695:e=>{e.exports={en:["toggle lock scale"],ja:["スケールのロックの切り替え"]}},49403:e=>{e.exports={en:["toggle log scale"],ja:["ログスケールの切り替え"]}},98994:e=>{e.exports={en:["toggle percentage scale"],ja:["%スケールの切り替え"]}},80688:e=>{e.exports={en:["toggle regular scale"],ja:["通常スケールの切り替え"]}},46807:e=>{e.exports={en:["track time"],ja:["時間の追跡"]}},8040:e=>{e.exports={en:["turn line tools sharing off"],ja:["ラインツールの共有のオフ"]}},99234:e=>{e.exports={en:["unanchor objects"],ja:["オブジェクトの固定解除"]}},23230:e=>{e.exports={en:["unlock objects"],
+ja:["オブジェクトのロック解除"]}},74590:e=>{e.exports={en:["unlock group {group}"],ja:["グループ {group} のロック解除"]}},12525:e=>{e.exports={en:["unlock {title}"],ja:["{title}のロック解除"]}},81576:e=>{e.exports={en:["unmerge to new bottom pane"],ja:["下の新規ペインに結合を解除"]}},79443:e=>{e.exports={en:["unmerge up"],ja:["上に結合を解除"]}},46453:e=>{e.exports={en:["unmerge down"],ja:["下に結合を解除"]}},94656:e=>{e.exports={en:["{chartStyle} chart type isn't currently available for tick-based intervals."],ja:["現在の所、{chartStyle}のチャートタイプではティックベースの時間足を利用することができません。"]}},41643:e=>{e.exports={en:["{count} bars"],ja:["{count} バー"]}},83470:e=>{e.exports={en:["{symbol} financials by TradingView"],ja:["TradingView提供の{symbol}ファンダメンタル"]}},40947:e=>{e.exports={en:["{userName} published on {customer}, {date}"],ja:["{userName} が {customer} で {date} に公開"]}},91084:e=>{e.exports={en:["zoom"],ja:["ズーム"]}},49856:e=>{e.exports={en:["zoom in"],ja:["ズームイン"]}},73638:e=>{e.exports={en:["zoom out"],ja:["ズームアウト"]}},41807:e=>{e.exports={en:["day","days"],ja:["日"]}},42328:e=>{e.exports={en:["hour","hours"],ja:["時間"]}},98393:e=>{e.exports={en:["month","months"],ja:["月"]}},78318:e=>{e.exports={en:["minute","minutes"],ja:["分"]}},33232:e=>{e.exports={en:["second","seconds"],ja:["秒"]}},89937:e=>{e.exports={en:["range","ranges"],ja:["レンジ"]}},48898:e=>{e.exports={en:["week","weeks"],ja:["週"]}},11913:e=>{e.exports={en:["tick","ticks"],ja:["ティック"]}},22299:e=>{e.exports={en:["{amount} drawing","{amount} drawings"],ja:["{amount}個の描画"]}},68984:e=>{e.exports={en:["{amount} indicator","{amount} indicators"],ja:["{amount}個のインジケーター"]}},58590:e=>{e.exports={en:["{count}m","{count}m"],ja:["{count}月"]}},47801:e=>{e.exports={en:["{count}d","{count}d"],ja:["{count}日"]}},46766:e=>{e.exports={en:["{count}y","{count}y"],ja:["{count}年"]}},56316:e=>{e.exports=Object.create(null),e.exports["#AAPL-symbol-description"]={en:["Apple Inc"],ja:["アップル"]},e.exports["#AMEX:SCHO-symbol-description"]={en:["Schwab Short-Term U.S. Treasury ETF"],ja:["シュワブ短期米国債ETF"]},e.exports["#AMEX:SHYG-symbol-description"]={en:["Shares 0-5 YEAR High Yield Corporate Bond ETF"],ja:["iシェアーズ 0-5年ハイイールド社債 ETF"]},e.exports["#ASX:XAF-symbol-description"]={en:["S&P/ASX All Australian 50 Index"],ja:["S&P/ASX50指数"]},e.exports["#ASX:XAT-symbol-description"]={en:["S&P/ASX All Australian 200 Index"],ja:["S&P/ASX200指数"]},e.exports["#ASX:XJO-symbol-description"]={en:["S&P/ASX 200 Index"],ja:["S&P/ASX200指数"]},e.exports["#AUDCAD-symbol-description"]={en:["Australian Dollar/Canadian Dollar"],ja:["豪ドル/加ドル"]},e.exports["#AUDCHF-symbol-description"]={en:["Australian Dollar / Swiss Franc"],ja:["豪ドル/スイスフラン"]},e.exports["#AUDJPY-symbol-description"]={en:["Australian Dollar / Japanese Yen"],ja:["豪ドル/円"]},e.exports["#AUDNZD-symbol-description"]={en:["Australian Dollar / New Zealand Dollar"],ja:["豪ドル/ニュージーランドドル"]},e.exports["#AUDRUB-symbol-description"]={en:["Australian Dollar / Russian Ruble"],ja:["豪ドル/ロシアルーブル"]},e.exports["#AUDUSD-symbol-description"]={en:["Australian Dollar / U.S. Dollar"],ja:["豪ドル/米ドル"]},e.exports["#BCBA:IMV-symbol-description"]={
+en:["S&P MERVAL Index"],ja:["S&Pメルバル指数"]},e.exports["#BCHEUR-symbol-description"]={en:["Bitcoin Cash / Euro"],ja:["ビットコインキャッシュ/ユーロ"]},e.exports["#BCHUSD-symbol-description"]={en:["Bitcoin Cash / U.S. Dollar"],ja:["ビットコインキャッシュ/米ドル"]},e.exports["#BELEX:BELEX15-symbol-description"]={en:["BELEX 15 Index"],ja:["ベオグラード証券取引所15指数"]},e.exports["#BIST:XU100-symbol-description"]={en:["BIST 100 Index"],ja:["イスタンブール100種指数"]},e.exports["#BITMEX:XBT-symbol-description"]={en:["Bitcoin / U.S. Dollar Index"],ja:["ビットコイン/米ドルインデックス"]},e.exports["#BME:IBC-symbol-description"]={en:["IBEX 35 Index"],ja:["IBEX35指数"]},e.exports["#BMFBOVESPA:IBOV-symbol-description"]={en:["Bovespa Index"],ja:["ボベスパ指数"]},e.exports["#BMFBOVESPA:IBRA-symbol-description"]={en:["IBrasil Index"],ja:["IBrasil指数"]},e.exports["#BMFBOVESPA:IBXL-symbol-description"]={en:["Brazil 50 Index"],ja:["ブラジル50 指数"]},e.exports["#BMV:CT-symbol-description"]={en:["China SX20 RT"]},e.exports["#BMV:F-symbol-description"]={en:["Ford Motor Company"],ja:["フォード・モーター"]},e.exports["#BMV:ME-symbol-description"]={en:["S&P/BMV IPC Index"],ja:["S&P/BMV IPC 指数"]},e.exports["#BRLJPY-symbol-description"]={en:["Brazilian Real / Japanese Yen"],ja:["ブラジル・レアル/円"]},e.exports["#BSE:ITI-symbol-description"]={en:["ITI Ltd"],ja:["ITI"]},e.exports["#BSE:SENSEX-symbol-description"]={en:["S&P BSE Sensex Index"],ja:["S&P BSE SENSEX指数"]},e.exports["#BTCBRL-symbol-description"]={en:["Bitcoin / Brazilian Real"],ja:["ビットコイン/ブラジル・レアル"]},e.exports["#BTCCAD-symbol-description"]={en:["Bitcoin / Canadian Dollar"],ja:["ビットコイン/カナダドル"]},e.exports["#BTCCNY-symbol-description"]={en:["Bitcoin / Chinese Yuan"],ja:["ビットコイン/中国元"]},e.exports["#BTCEUR-symbol-description"]={en:["Bitcoin / Euro"],ja:["ビットコイン/ユーロ"]},e.exports["#BTCGBP-symbol-description"]={en:["Bitcoin / British Pound"],ja:["ビットコイン/ポンド"]},e.exports["#BTCJPY-symbol-description"]={en:["Bitcoin / Japanese Yen"],ja:["ビットコイン/日本円"]},e.exports["#BTCKRW-symbol-description"]={en:["Bitcoin / South Korean Won"],ja:["ビットコイン/韓国ウォン"]},e.exports["#BTCPLN-symbol-description"]={en:["Bitcoin / Polish Zloty"],ja:["ビットコイン/ポーランドズロチ"]},e.exports["#BTCRUB-symbol-description"]={en:["Bitcoin / Russian Ruble"],ja:["ビットコイン/ロシア・ルーブル"]},e.exports["#BTCTHB-symbol-description"]={en:["Bitcoin / Thai Baht"],ja:["ビットコイン/タイ・バーツ"]},e.exports["#BTCUSD-symbol-description"]={en:["Bitcoin / U.S. Dollar"],ja:["ビットコイン/米ドル"]},e.exports["#BTGUSD-symbol-description"]={en:["Bitcoin Gold / U.S. Dollar"],ja:["ビットコインゴールド/米ドル"]},e.exports["#BVL:SPBLPGPT-symbol-description"]={en:["S&P / BVL Peru General Index (PEN)"],ja:["S&P/BVL ペルー総合株価指数(PEN)"]},e.exports["#BVSP-symbol-description"]={en:["Brazil Bovespa Index"],ja:["ブラジル ボベスパ指数"]},e.exports["#CADJPY-symbol-description"]={en:["Canadian Dollar / Japanese Yen"],ja:["カナダドル/円"]},e.exports["#CADUSD-symbol-description"]={en:["Canadian Dollar / U.S. Dollar"],ja:["カナダドル/米ドル"]},e.exports["#CBOE:OEX-symbol-description"]={en:["S&P 100 Index"],ja:["S&P100指数"]},e.exports["#CBOE:VIX-symbol-description"]={en:["Volatility S&P 500 Index"],ja:["恐怖指数(VIX)"]},
+e.exports["#CBOT:ZB1!-symbol-description"]={en:["T-Bond Futures"],ja:["米長期国債先物(当限つなぎ足)"]},e.exports["#CBOT:ZC1!-symbol-description"]={en:["Corn Futures"],ja:["とうもろこし先物(当限つなぎ足)"]},e.exports["#CBOT:ZM1!-symbol-description"]={en:["Soybean Meal Futures"],ja:["大豆粕先物(当限つなぎ足)"]},e.exports["#CBOT:ZN1!-symbol-description"]={en:["10 Year T-Note Futures"],ja:["米10年物中期国債先物(当限つなぎ足)"]},e.exports["#CBOT:ZO1!-symbol-description"]={en:["Oat Futures"],ja:["オーツ麦先物(当限つなぎ足)"]},e.exports["#CBOT:ZQ1!-symbol-description"]={en:["30 Day Federal Funds Interest Rate Futures"],ja:["30日FF金利先物(当限つなぎ足)"]},e.exports["#CBOT:ZR1!-symbol-description"]={en:["Rice Futures"],ja:["籾米先物(当限つなぎ足)"]},e.exports["#CBOT:ZS1!-symbol-description"]={en:["Soybean Futures"],ja:["大豆先物(当限つなぎ足)"]},e.exports["#CBOT:ZW1!-symbol-description"]={en:["Wheat Futures"],ja:["小麦先物(当限つなぎ足)"]},e.exports["#CBOT_MINI:XK1!-symbol-description"]={en:["Soybean Mini Futures"],ja:["大豆ミニ先物(当限つなぎ足)"]},e.exports["#CBOT_MINI:XW1!-symbol-description"]={en:["Wheat Mini Futures"],ja:["小麦ミニ先物(当限つなぎ足)"]},e.exports["#CBOT_MINI:YM1!-symbol-description"]={en:["E-mini Dow Jones ($5) Futures"],ja:["ダウ先物ミニ(当限つなぎ足)"]},e.exports["#CHFJPY-symbol-description"]={en:["Swiss Franc / Japanese Yen"],ja:["スイスフラン/円"]},e.exports["#CHFUSD-symbol-description"]={en:["Swiss Franc / U.S. Dollar"],ja:["スイスフラン/米ドル"]},e.exports["#CME:BTC1!-symbol-description"]={en:["Bitcoin CME Futures"],ja:["ビットコイン先物(当限つなぎ足)"]},e.exports["#CME:CB1!-symbol-description"]={en:["Butter Futures-Cash (Continuous: Current contract in front)"],ja:["バター先物-差金決済 (当限つなぎ足)"]},e.exports["#CME:GF1!-symbol-description"]={en:["Feeder Cattle Futures"],ja:["肥育牛先物(当限つなぎ足)"]},e.exports["#CME:HE1!-symbol-description"]={en:["Lean Hogs Futures"],ja:["赤身豚肉先物(当限つなぎ足)"]},e.exports["#CME:LE1!-symbol-description"]={en:["Live Cattle Futures"],ja:["生牛先物(当限つなぎ足)"]},e.exports["#CME_MINI:E71!-symbol-description"]={en:["Euro E-mini Futures"],ja:["ユーロミニ先物(当限つなぎ足)"]},e.exports["#CME_MINI:ES1!-symbol-description"]={en:["S&P 500 E-mini Futures"],ja:["S&P500ミニ先物(当限つなぎ足)"]},e.exports["#CME_MINI:J71!-symbol-description"]={en:["Japanese Yen E-mini Futures"],ja:["日本円ミニ先物 (当限つなぎ足)"]},e.exports["#CME_MINI:NQ1!-symbol-description"]={en:["NASDAQ 100 E-mini Futures"],ja:["ナスダック100ミニ先物(当限つなぎ足)"]},e.exports["#CME_MINI:RTY1!-symbol-description"]={en:["E-Mini Russell 2000 Index Futures"],ja:["Eミニ ラッセル2000インデックス先物"]},e.exports["#COMEX:AEP1!-symbol-description"]={en:["Aluminium European Premium Futures"],ja:["アルミニウム欧州プレミアム先物(当限つなぎ足)"]},e.exports["#COMEX:AUP1!-symbol-description"]={en:["Aluminum MW U.S. Transaction Premium Platts (25MT) Futures"],ja:["アルミニウム米国ミッドウエスト・トランザクション・プレミアムプラッツ(25トン)先物(当限つなぎ足)"]},e.exports["#COMEX:GC1!-symbol-description"]={en:["Gold Futures"],ja:["金先物(当限つなぎ足)"]},e.exports["#COMEX:HG1!-symbol-description"]={en:["Copper Futures"],ja:["銅先物(当限つなぎ足)"]},e.exports["#COMEX:SI1!-symbol-description"]={en:["Silver Futures"],ja:["銀先物(当限つなぎ足)"]},e.exports["#COMEX_MINI:QC1!-symbol-description"]={en:["E-mini Copper Futures"],ja:["ミニ銅先物(当限つなぎ足)"]},
+e.exports["#COMEX_MINI:QI1!-symbol-description"]={en:["Silver (Mini) Futures"],ja:["ミニ銀先物(当限つなぎ足)"]},e.exports["#COMEX_MINI:QO1!-symbol-description"]={en:["Gold (Mini) Futures"],ja:["ミニ金先物(当限つなぎ足)"]},e.exports["#COPPER-symbol-description"]={en:["CFDs on Copper"],ja:["銅CFD"]},e.exports["#CORNUSD-symbol-description"]={en:["CFDs on Corn"],ja:["とうもろこしCFD"]},e.exports["#COTUSD-symbol-description"]={en:["CFDs on Cotton"],ja:["綿花CFD"]},e.exports["#CRYPTOCAP:TOTAL-symbol-description"]={en:["Crypto Total Market Cap, $"],ja:["暗号資産の時価総額 (ドル)"]},e.exports["#DFM:DFMGI-symbol-description"]={en:["DFM Index"],ja:["ドバイ金融市場総合指数"]},e.exports["#DJ:DJA-symbol-description"]={en:["Dow Jones Composite Average Index"],ja:["ダウ・ジョーンズ総合平均指数(ダウ総合65種平均)"]},e.exports["#DJ:DJCIAGC-symbol-description"]={en:["Dow Jones Commodity Index Agriculture Capped Component"],ja:["ダウ・ジョーンズ農産物キャップド・コンポーネント指数"]},e.exports["#DJ:DJCICC-symbol-description"]={en:["Dow Jones Commodity Index Cocoa"],ja:["ダウ・ジョーンズ商品指数 ココア"]},e.exports["#DJ:DJCIEN-symbol-description"]={en:["Dow Jones Commodity Index Energy"],ja:["ダウ・ジョーンズ商品指数 エネルギー"]},e.exports["#DJ:DJCIGC-symbol-description"]={en:["Dow Jones Commodity Index Gold"],ja:["ダウ・ジョーンズ商品指数 金"]},e.exports["#DJ:DJCIGR-symbol-description"]={en:["Dow Jones Commodity Index Grains"],ja:["ダウ・ジョーンズ商品指数 穀物"]},e.exports["#DJ:DJCIIK-symbol-description"]={en:["Dow Jones Commodity Index Nickel"],ja:["ダウ・ジョーンズ商品指数 ニッケル"]},e.exports["#DJ:DJCIKC-symbol-description"]={en:["Dow Jones Commodity Index Coffee"],ja:["ダウ・ジョーンズ商品指数 コーヒー"]},e.exports["#DJ:DJCISB-symbol-description"]={en:["Dow Jones Commodity Index Sugar"],ja:["ダウ・ジョーンズ商品指数 砂糖"]},e.exports["#DJ:DJCISI-symbol-description"]={en:["Dow Jones Commodity Index Silver"],ja:["ダウ・ジョーンズ商品指数 銀"]},e.exports["#DJ:DJI-symbol-description"]={en:["Dow Jones Industrial Average Index"],ja:["ダウ平均株価"]},e.exports["#DJ:DJT-symbol-description"]={en:["Dow Jones Transportation Average Index"],ja:["ダウ・ジョーンズ輸送株平均"]},e.exports["#DJ:DJU-symbol-description"]={en:["Dow Jones Utility Average Index"],ja:["ダウ・ジョーンズ公共株平均"]},e.exports["#DJ:DJUSCL-symbol-description"]={en:["Dow Jones U.S. Coal Index"],ja:["ダウ・ジョーンズ米石炭指数"]},e.exports["#EGX:EGX30-symbol-description"]={en:["EGX 30 Index"],ja:["EGX 30 指数"]},e.exports["#ETCBTC-symbol-description"]={en:["Ethereum Classic / Bitcoin"],ja:["イーサリアムクラシック/ビットコイン"]},e.exports["#ETCEUR-symbol-description"]={en:["Ethereum Classic / Euro"],ja:["イーサリアムクラシック/ユーロ"]},e.exports["#ETCUSD-symbol-description"]={en:["Ethereum Classic / U.S. Dollar"],ja:["イーサリアムクラシック/米ドル"]},e.exports["#ETHBTC-symbol-description"]={en:["Ethereum / Bitcoin"],ja:["イーサリアム/ビットコイン"]},e.exports["#ETHEUR-symbol-description"]={en:["Ethereum / Euro"],ja:["イーサリアム/ユーロ"]},e.exports["#ETHGBP-symbol-description"]={en:["Ethereum / British Pound"],ja:["イーサリアム/英ポンド"]},e.exports["#ETHJPY-symbol-description"]={en:["Ethereum / Japanese Yen"],ja:["イーサリアム/円"]},e.exports["#ETHKRW-symbol-description"]={en:["Ethereum / South Korean Won"],ja:["イーサリアム/韓国ウォン"]},e.exports["#ETHTHB-symbol-description"]={en:["Ethereum / Thai Baht"],
+ja:["イーサリアム/タイ・バーツ"]},e.exports["#ETHUSD-symbol-description"]={en:["Ethereum / U.S. Dollar"],ja:["イーサリアム/米ドル"]},e.exports["#EUBUND-symbol-description"]={en:["Euro Bund"],ja:["ユーロ債"]},e.exports["#EURAUD-symbol-description"]={en:["Euro / Australian Dollar"],ja:["ユーロ/豪ドル"]},e.exports["#EURBRL-symbol-description"]={en:["Euro / Brazilian Real"],ja:["ユーロ/ブラジル・レアル"]},e.exports["#EURCAD-symbol-description"]={en:["Euro / Canadian Dollar"],ja:["ユーロ/加ドル"]},e.exports["#EURCHF-symbol-description"]={en:["Euro / Swiss Franc"],ja:["ユーロ/スイスフラン"]},e.exports["#EURGBP-symbol-description"]={en:["Euro / British Pound"],ja:["ユーロ/ポンド"]},e.exports["#EURJPY-symbol-description"]={en:["Euro / Japanese Yen"],ja:["ユーロ/円"]},e.exports["#EURNOK-symbol-description"]={en:["Euro / Norwegian Krone"],ja:["ユーロ/ノルウェークローネ"]},e.exports["#EURNZD-symbol-description"]={en:["Euro / New Zealand Dollar"],ja:["ユーロ/NZドル"]},e.exports["#EURONEXT:AEX-symbol-description"]={en:["AEX Index"],ja:["AEX指数"]},e.exports["#EURONEXT:BEL20-symbol-description"]={en:["BEL 20 Index"],ja:["BEL20指数"]},e.exports["#EURONEXT:PX1-symbol-description"]={en:["CAC 40 Index"],ja:["CAC40指数"]},e.exports["#EURRUB-symbol-description"]={en:["Euro / Russian Ruble"],ja:["ユーロ/ロシアルーブル"]},e.exports["#EURRUB_TOM-symbol-description"]={en:["Euro / Russian Ruble TOM"],ja:["ユーロ/ロシアルーブル TOM"]},e.exports["#EURSEK-symbol-description"]={en:["Euro / Swedish Krona"],ja:["ユーロ/スウェーデンクローナ"]},e.exports["#EURTRY-symbol-description"]={en:["Euro / Turkish Lira"],ja:["ユーロ/トルコリラ"]},e.exports["#EURUSD-symbol-description"]={en:["Euro / U.S. Dollar"],ja:["ユーロ/米ドル"]},e.exports["#EUSTX50-symbol-description"]={en:["Euro Stoxx 50 Index"],ja:["ユーロ・ストックス50指数"]},e.exports["#FOREXCOM:US2000-symbol-description"]={en:["US Small Cap 2000"],ja:["US 小型株 2000"]},e.exports["#FRA40-symbol-description"]={en:["CAC 40 Index"],ja:["CAC40指数"]},e.exports["#FRED:GDP-symbol-description"]={en:["Gross Domestic Product, 1 Decimal"],ja:["米国GDP(10億ドル単位)"]},e.exports["#FRED:POP-symbol-description"]={en:["Total Population: All Ages Including Armed Forces Overseas"],ja:["米国総人口(全年齢、国外駐留米軍含む)(1,000人単位)"]},e.exports["#FRED:UNRATE-symbol-description"]={en:["Civilian Unemployment Rate"],ja:["米国民間失業率"]},e.exports["#FTSEMYX:FBMKLCI-symbol-description"]={en:["FTSE Bursa Malaysia KLCI Index"],ja:["クアラルンプール総合指数"]},e.exports["#FWB:KT1-symbol-description"]={en:["Key Tronic Corр."],ja:["Key Tronic コーポレーション"]},e.exports["#FX:AUS200-symbol-description"]={en:["S&P/ASX Index"],ja:["S&P/ASX指数"]},e.exports["#FX:US30-symbol-description"]={en:["Dow Jones Industrial Average Index"],ja:["ダウ平均株価"]},e.exports["#GBPAUD-symbol-description"]={en:["British Pound / Australian Dollar"],ja:["ポンド/豪ドル"]},e.exports["#GBPCAD-symbol-description"]={en:["British Pound / Canadian Dollar"],ja:["ポンド/カナダドル"]},e.exports["#GBPCHF-symbol-description"]={en:["British Pound / Swiss Franc"],ja:["ポンド/スイスフラン"]},e.exports["#GBPEUR-symbol-description"]={en:["British Pound / Euro"],ja:["ポンド/ユーロ"]},e.exports["#GBPJPY-symbol-description"]={en:["British Pound / Japanese Yen"],ja:["ポンド/円"]},
+e.exports["#GBPNZD-symbol-description"]={en:["British Pound / New Zealand Dollar"],ja:["ポンド/NZドル"]},e.exports["#GBPPLN-symbol-description"]={en:["British Pound / Polish Zloty"],ja:["英ポンド/ポーランドズロチ"]},e.exports["#GBPRUB-symbol-description"]={en:["British Pound / Russian Ruble"],ja:["ポンド/ルーブル"]},e.exports["#GBPUSD-symbol-description"]={en:["British Pound / U.S. Dollar"],ja:["ポンド/米ドル"]},e.exports["#GER30-symbol-description"]={en:["DAX Index"],ja:["DAX指数"]},e.exports["#GOOG-symbol-description"]={en:["Alphabet Inc (Google) Class C"],ja:["アルファベット(Google)C株"]},e.exports["#GOOGL-symbol-description"]={en:["Alphabet Inc (Google) Class A"],ja:["アルファベット(Google)A株"]},e.exports["#GPW:ACG-symbol-description"]={en:["Acautogaz"]},e.exports["#GPW:WIG20-symbol-description"]={en:["WIG20 Index"],ja:["ワルシャワWIG20指数"]},e.exports["#HSI:HSI-symbol-description"]={en:["Hang Seng Index"],ja:["ハンセン指数"]},e.exports["#ICEUS:DX1!-symbol-description"]={en:["U.S. Dollar Index Futures"],ja:["米ドルインデックス先物"]},e.exports["#IDX:COMPOSITE-symbol-description"]={en:["IDX Composite Index"],ja:["ジャカルタ総合指数"]},e.exports["#INDEX:HSCE-symbol-description"]={en:["Hang Seng China Enterprises Index"],ja:["ハンセン中国企業指数"]},e.exports["#INDEX:JKSE-symbol-description"]={en:["Jakarta Composite Index"],ja:["ジャカルタ総合指数"]},e.exports["#INDEX:KLSE-symbol-description"]={en:["Bursa Malaysia KLCI Index"],ja:["ブルサ・マレーシアKLCI指数"]},e.exports["#INDEX:MIB-symbol-description"]={en:["MIB Index"],ja:["FTSE MIB指数"]},e.exports["#INDEX:MOY0-symbol-description"]={en:["Euro Stoxx 50 Index"],ja:["ユーロ・ストックス50指数"]},e.exports["#INDEX:STI-symbol-description"]={en:["STI Index"],ja:["ストレーツ・タイムズ指数"]},e.exports["#INDEX:TWII-symbol-description"]={en:["Taiwan Weighted Index"],ja:["台湾加権指数"]},e.exports["#INDEX:XLY0-symbol-description"]={en:["Shanghai Composite Index"],ja:["上海総合指数"]},e.exports["#IOTUSD-symbol-description"]={en:["IOTA / U.S. Dollar"],ja:["アイオータ/米ドル"]},e.exports["#JPN225-symbol-description"]={en:["Japan 225 Index"],ja:["Japan 225 インデックス"]},e.exports["#JPYKRW-symbol-description"]={en:["Japanese Yen / South Korean Won"],ja:["円/韓国ウォン"]},e.exports["#JPYRUB-symbol-description"]={en:["Japanese Yen / Russian Ruble"],ja:["日本円/ロシアルーブル"]},e.exports["#JPYUSD-symbol-description"]={en:["Japanese Yen / U.S. Dollar"],ja:["日本円/米ドル"]},e.exports["#LKOH-symbol-description"]={en:["LUKOIL"],ja:["ルクオイル"]},e.exports["#LSE:SCHO-symbol-description"]={en:["Scholium Group Plc Ord 1P"]},e.exports["#LTCBRL-symbol-description"]={en:["Litecoin / Brazilian Real"],ja:["ライトコイン/ブラジルレアル"]},e.exports["#LTCBTC-symbol-description"]={en:["Litecoin / Bitcoin"],ja:["ライトコイン/ビットコイン"]},e.exports["#LTCUSD-symbol-description"]={en:["Litecoin / U.S. Dollar"],ja:["ライトコイン/米ドル"]},e.exports["#LUNAUSD-symbol-description"]={en:["Luna / U.S. Dollar"],ja:["ルナ/米ドル"]},e.exports["#MOEX:BR1!-symbol-description"]={en:["Brent Oil Futures"],ja:["ブレント原油先物(当限つなぎ足)"]},e.exports["#MOEX:GAZP-symbol-description"]={en:["GAZPROM"],ja:["ガスプロム"]},e.exports["#MOEX:IMOEX-symbol-description"]={en:["MOEX Russia Index"],ja:["MOEXロシア指数"]},
+e.exports["#MOEX:MGNT-symbol-description"]={en:["MAGNIT"],ja:["マグニト"]},e.exports["#MOEX:MICEXINDEXCF-symbol-description"]={en:["MOEX Russia Index"],ja:["MOEXロシア指数"]},e.exports["#MOEX:MX1!-symbol-description"]={en:["MICEX Index Futures"],ja:["MICEX指数先物(当限つなぎ足)"]},e.exports["#MOEX:MX2!-symbol-description"]={en:["MICEX Index Futures"],ja:["MICEX指数先物(2番限つなぎ足)"]},e.exports["#MOEX:RI1!-symbol-description"]={en:["RTS Index Futures"],ja:["RTS指数先物(当限つなぎ足)"]},e.exports["#MOEX:RTSI-symbol-description"]={en:["RTS Index"],ja:["RTS指数"]},e.exports["#MOEX:RUAL-symbol-description"]={en:["United Company RUSAL PLC"],ja:["ユナイテッド・カンパニー・ルサール"]},e.exports["#MOEX:SBER-symbol-description"]={en:["SBERBANK"],ja:["ロシア貯蓄銀行"]},e.exports["#MOEX:VTBR-symbol-description"]={en:["VTB"],ja:["VTB銀行"]},e.exports["#MSFT-symbol-description"]={en:["Microsoft Corp."],ja:["マイクロソフト"]},e.exports["#NAS100-symbol-description"]={en:["US 100 Cash CFD"]},e.exports["#NASDAQ:AMD-symbol-description"]={en:["Advanced Micro Devices Inc"],ja:["アドバンスト・マイクロ・デバイセズ(AMD)"]},e.exports["#NASDAQ:GOOG-symbol-description"]={en:["Alphabet Inc (Google) Class C"],ja:["アルファベット(Google)クラスC株"]},e.exports["#NASDAQ:GOOGL-symbol-description"]={en:["Alphabet Inc (Google) Class A"],ja:["アルファベット(Google)クラスA株"]},e.exports["#NASDAQ:HGX-symbol-description"]={en:["PHLX Housing Sector Index"],ja:["フィラデルフィア住宅セクター指数"]},e.exports["#NASDAQ:IEF-symbol-description"]={en:["Ishares 7-10 Year Treasury Bond ETF"],ja:["iシェアーズ米国債7-10年ETF"]},e.exports["#NASDAQ:IEI-symbol-description"]={en:["Ishares 3-7 Year Treasury Bond ETF"],ja:["iシェアーズ米国債3-7年ETF"]},e.exports["#NASDAQ:ITI-symbol-description"]={en:["Iteris Inc"],ja:["イテリス"]},e.exports["#NASDAQ:IXIC-symbol-description"]={en:["Nasdaq Composite Index"],ja:["ナスダック総合指数"]},e.exports["#NASDAQ:LCID-symbol-description"]={en:["Lucid Group, Inc."],ja:["ルシード・グループ"]},e.exports["#NASDAQ:LE-symbol-description"]={en:["Lands' End Inc"],ja:["ランズエンド"]},e.exports["#NASDAQ:NDX-symbol-description"]={en:["Nasdaq 100 Index"],ja:["ナスダック100指数"]},e.exports["#NASDAQ:OSX-symbol-description"]={en:["PHLX Oil Service Sector Index"],ja:["フィラデルフィア石油サービスセクター指数"]},e.exports["#NASDAQ:SHY-symbol-description"]={en:["Ishares 1-3 Year Treasury Bond ETF"],ja:["iシェアーズ 米国債 1-3年 ETF"]},e.exports["#NASDAQ:SOX-symbol-description"]={en:["Philadelphia Semiconductor Index"],ja:["フィラデルフィア半導体株指数"]},e.exports["#NASDAQ:TLT-symbol-description"]={en:["Ishares 20+ Year Treasury Bond ETF"],ja:["iシェアーズ米国債20年超ETF"]},e.exports["#NASDAQ:UTY-symbol-description"]={en:["PHLX Utility Sector Index"],ja:["フィラデルフィア公益事業セクター指数"]},e.exports["#NASDAQ:XAU-symbol-description"]={en:["PHLX Gold and Silver Sector Index"],ja:["フィラデルフィア金銀鉱業セクター指数"]},e.exports["#NASDAQ:ZS-symbol-description"]={en:["Zscaler Inc"],ja:["ゼットスケーラー"]},e.exports["#NEOUSD-symbol-description"]={en:["NEO / U.S. Dollar"],ja:["ネオ/米ドル"]},e.exports["#NGAS-symbol-description"]={en:["Natural Gas (Henry Hub)"],ja:["天然ガス(ヘンリーハブ価格)"]},e.exports["#NKY-symbol-description"]={en:["Japan 225 Index"],ja:["Japan 225 インデックス"]},e.exports["#NSE:ITI-symbol-description"]={
+en:["Indian Telephone Industries Limited"],ja:["インディアン・テレフォン・インダストリーズ"]},e.exports["#NSE:NIFTY-symbol-description"]={en:["Nifty 50 Index"],ja:["Nifty50指数"]},e.exports["#NYMEX:AEZ1!-symbol-description"]={en:["NY Ethanol Futures"],ja:["NYエタノール先物(当限つなぎ足)"]},e.exports["#NYMEX:CJ1!-symbol-description"]={en:["Cocoa Futures"],ja:["ココア先物(当限つなぎ足)"]},e.exports["#NYMEX:CL1!-symbol-description"]={en:["Light Crude Oil Futures"],ja:["軽質スイート原油(WTI)先物(当限つなぎ足)"]},e.exports["#NYMEX:HO1!-symbol-description"]={en:["NY Harbor ULSD Futures"],ja:["ヒーティングオイル先物(当限つなぎ足)"]},e.exports["#NYMEX:KT1!-symbol-description"]={en:["Coffee Futures"],ja:["コーヒー先物(当限つなぎ足)"]},e.exports["#NYMEX:NG1!-symbol-description"]={en:["Natural Gas Futures"],ja:["天然ガス先物(当限つなぎ足)"]},e.exports["#NYMEX:PA1!-symbol-description"]={en:["Palladium Futures"],ja:["パラジウム先物(当限つなぎ足)"]},e.exports["#NYMEX:PL1!-symbol-description"]={en:["Platinum Futures"],ja:["プラチナ先物(当限つなぎ足)"]},e.exports["#NYMEX:RB1!-symbol-description"]={en:["RBOB Gasoline Futures"],ja:["RBOBガソリン先物(当限つなぎ足)"]},e.exports["#NYMEX:TT1!-symbol-description"]={en:["Cotton Futures"],ja:["綿花先物"]},e.exports["#NYMEX_MINI:QG1!-symbol-description"]={en:["E-mini Natural Gas Futures"],ja:["天然ガスミニ先物(当限つなぎ足)"]},e.exports["#NYMEX_MINI:QM1!-symbol-description"]={en:["E-mini Light Crude Oil Futures"],ja:["原油ミニ先物(当限つなぎ足)"]},e.exports["#NYMEX_MINI:QU1!-symbol-description"]={en:["E-mini Gasoline Futures"],ja:["ガソリンミニ先物(当限つなぎ足)"]},e.exports["#NYSE:BABA-symbol-description"]={en:["Alibaba Group Holdings Ltd."],ja:["アリババ・グループ・ホールディングス"]},e.exports["#NYSE:F-symbol-description"]={en:["FORD MTR CO DEL"],ja:["フォード・モーター"]},e.exports["#NYSE:HE-symbol-description"]={en:["Hawaiian Electric Industries"],ja:["ハワイ電力工業"]},e.exports["#NYSE:NYA-symbol-description"]={en:["NYSE Composite Index"],ja:["NYSE総合指数"]},e.exports["#NYSE:PBR-symbol-description"]={en:["PETROLEO BRASILEIRO SA PETROBR"],ja:["ペトロブラス"]},e.exports["#NYSE:XAX-symbol-description"]={en:["AMEX Composite Index"],ja:["AMEX総合指数"]},e.exports["#NYSE:XMI-symbol-description"]={en:["NYSE ARCA Major Market Index"],ja:["NYSE ARCA メジャーマーケット指数"]},e.exports["#NZDJPY-symbol-description"]={en:["New Zealand Dollar / Japanese Yen"],ja:["NZドル/円"]},e.exports["#NZDUSD-symbol-description"]={en:["New Zealand Dollar / U.S. Dollar"],ja:["NZドル/米ドル"]},e.exports["#NZX:ALLC-symbol-description"]={en:["S&P/NZX All Index (Capital Index)"],ja:["S&P/NZX全株指数 (キャピタル・インデックス)"]},e.exports["#NZX:NZ50G-symbol-description"]={en:["S&P / NZX 50 Index Gross"],ja:["S&P/NZX50グロス指数"]},e.exports["#OANDA:NATGASUSD-symbol-description"]={en:["CFDs on Natural Gas"],ja:["天然ガスCFD"]},e.exports["#OANDA:SPX500USD-symbol-description"]={en:["S&P 500 Index"],ja:["S&P500指数(SPX500/USD)"]},e.exports["#OANDA:XCUUSD-symbol-description"]={en:["CFDs on Copper (US$ / lb)"],ja:["銅CFD(米ドル/ポンド)"]},e.exports["#OMXCOP:OMXC25-symbol-description"]={en:["OMX Copenhagen 25 Index"],ja:["OMXコペンハーゲン25指数"]},e.exports["#OMXCOP:SCHO-symbol-description"]={en:["Schouw & Co A/S"],ja:["スグー (Schouw & Co A/S)"]},e.exports["#OMXHEX:OMXH25-symbol-description"]={
+en:["OMX Helsinki 25 Index"],ja:["OMXヘルシンキ25指数"]},e.exports["#OMXRSE:OMXRGI-symbol-description"]={en:["OMX Riga Gross Index"],ja:["OMXリガ Gross 指数"]},e.exports["#OMXSTO:OMXS30-symbol-description"]={en:["OMX Stockholm 30 Index"],ja:["OMXストックホルム30指数"]},e.exports["#OMXTSE:OMXTGI-symbol-description"]={en:["OMX Tallinn Gross Index"],ja:["OMXタリン Gross 指数"]},e.exports["#OMXVSE:OMXVGI-symbol-description"]={en:["OMX Vilnius Gross Index"],ja:["OMXビリニュス Gross 指数"]},e.exports["#OTC:IHRMF-symbol-description"]={en:["Ishares MSCI Japan SHS"],ja:["iシェアーズ MSCI ジャパン ETF"]},e.exports["#QSE:GNRI-symbol-description"]={en:["QE Index"],ja:["カタールQE指数"]},e.exports["#RTS-symbol-description"]={en:["Russian RTS Index"],ja:["ロシアRTS指数"]},e.exports["#RUSSELL:RUA-symbol-description"]={en:["Russell 3000 Index"],ja:["ラッセル3000指数"]},e.exports["#RUSSELL:RUI-symbol-description"]={en:["Russell 1000 Index"],ja:["ラッセル1000指数"]},e.exports["#RUSSELL:RUT-symbol-description"]={en:["Russell 2000 Index"],ja:["ラッセル2000指数"]},e.exports["#SET:GC-symbol-description"]={en:["Global Connections Public Company"],ja:["グローバル・コネクションズ"]},e.exports["#SIX:F-symbol-description"]={en:["Ford Motor Company"],ja:["フォード・モーター"]},e.exports["#SIX:SMI-symbol-description"]={en:["Swiss Market Index"],ja:["スイス株価指数"]},e.exports["#SOLUSD-symbol-description"]={en:["Solana / U.S. Dollar"],ja:["ソラナ/米ドル"]},e.exports["#SOYBNUSD-symbol-description"]={en:["CFDs on Soybeans"],ja:["大豆CFD"]},e.exports["#SP:OEX-symbol-description"]={en:["S&P 100 Index"],ja:["S&P100指数"]},e.exports["#SP:SPGSCI-symbol-description"]={en:["S&P Goldman Sachs Commodity Index"],ja:["S&P GS 商品指数"]},e.exports["#SP:SPX-symbol-description"]={en:["S&P 500 Index"],ja:["S&P500指数"]},e.exports["#SP:SVX-symbol-description"]={en:["S&P 500 Value Index"],ja:["S&P500バリュー指数"]},e.exports["#SPX500-symbol-description"]={en:["S&P 500 Index"],ja:["S&P500指数"]},e.exports["#SUGARUSD-symbol-description"]={en:["CFDs on Sugar"],ja:["砂糖CFD"]},e.exports["#SZSE:399001-symbol-description"]={en:["Shenzhen Component Index"],ja:["深圳成分指数"]},e.exports["#TADAWUL:2370-symbol-description"]={en:["Middle East Specialized Cables Co."]},e.exports["#TADAWUL:TASI-symbol-description"]={en:["Tadawul All Shares Index"],ja:["サウジアラビア タダウル全株指数"]},e.exports["#TASE:TA35-symbol-description"]={en:["TA-35 Index"],ja:["テルアビブ35指数"]},e.exports["#TSX:TSX-symbol-description"]={en:["S&P/TSX Composite Index"],ja:["S&Pトロント総合指数"]},e.exports["#TSX:TX60-symbol-description"]={en:["S&P/TSX 60 Index"],ja:["S&Pトロント60指数"]},e.exports["#TVC:AU10-symbol-description"]={en:["Australia Government Bonds 10 YR"],ja:["オーストラリア国債10年物"]},e.exports["#TVC:AU10Y-symbol-description"]={en:["Australia Government Bonds 10 YR Yield"],ja:["オーストラリア国債10年物利回り"]},e.exports["#TVC:AXY-symbol-description"]={en:["Australian Dollar Currency Index"],ja:["豪ドルインデックス"]},e.exports["#TVC:BXY-symbol-description"]={en:["British Pound Currency Index"],ja:["ポンドインデックス"]},e.exports["#TVC:CA10-symbol-description"]={en:["Canadian Government Bonds, 10 YR"],ja:["カナダ国債10年物"]},e.exports["#TVC:CA10Y-symbol-description"]={
+en:["Canadian Government Bonds 10 YR Yield"],ja:["カナダ国債10年物利回り"]},e.exports["#TVC:CAC40-symbol-description"]={en:["CAC 40 Index"],ja:["CAC40指数"]},e.exports["#TVC:CN10-symbol-description"]={en:["China Government Bonds 10 YR"],ja:["中国国債10年物"]},e.exports["#TVC:CN10Y-symbol-description"]={en:["China Government Bonds 10 YR Yield"],ja:["中国国債10年物利回り"]},e.exports["#TVC:CXY-symbol-description"]={en:["Canadian Dollar Currency Index"],ja:["加ドルインデックス"]},e.exports["#TVC:DE10-symbol-description"]={en:["German Government Bonds 10 YR"],ja:["ドイツ国債10年物"]},e.exports["#TVC:DE10Y-symbol-description"]={en:["German Government Bonds 10 YR Yield"],ja:["ドイツ国債10年物利回り"]},e.exports["#TVC:DEU30-symbol-description"]={en:["DAX Index"],ja:["DAX指数"]},e.exports["#TVC:DJI-symbol-description"]={en:["Dow Jones Industrial Average Index"],ja:["ダウ平均株価"]},e.exports["#TVC:DXY-symbol-description"]={en:["U.S. Dollar Index"],ja:["米ドルインデックス"]},e.exports["#TVC:ES10-symbol-description"]={en:["Spain Government Bonds 10 YR"],ja:["スペイン国債10年物"]},e.exports["#TVC:ES10Y-symbol-description"]={en:["Spain Government Bonds 10 YR Yield"],ja:["スペイン国債10年物利回り"]},e.exports["#TVC:EUBUND-symbol-description"]={en:["Euro Bund"],ja:["ユーロ債"]},e.exports["#TVC:EXY-symbol-description"]={en:["Euro Currency Index"],ja:["ユーロインデックス"]},e.exports["#TVC:FR10-symbol-description"]={en:["France Government Bonds 10 YR"],ja:["フランス国債10年物"]},e.exports["#TVC:FR10Y-symbol-description"]={en:["France Government Bonds 10 YR Yield"],ja:["フランス国債10年物利回り"]},e.exports["#TVC:FTMIB-symbol-description"]={en:["Milano Italia Borsa Index"],ja:["ミラノ・イタリア・ボルサ指数"]},e.exports["#TVC:GB02-symbol-description"]={en:["UK Government Bonds 2 YR"],ja:["英国債2年物"]},e.exports["#TVC:GB10-symbol-description"]={en:["UK Government Bonds 10 YR"],ja:["英国債10年物"]},e.exports["#TVC:GB10Y-symbol-description"]={en:["UK Government Bonds 10 YR Yield"],ja:["英国債10年物利回り"]},e.exports["#TVC:GOLD-symbol-description"]={en:["CFDs on Gold (US$ / OZ)"],ja:["金CFD(米ドル/オンス)"]},e.exports["#TVC:HSI-symbol-description"]={en:["Hang Seng Index"],ja:["香港ハンセン指数"]},e.exports["#TVC:IBEX35-symbol-description"]={en:["IBEX 35 Index"],ja:["IBEX35指数"]},e.exports["#TVC:ID03-symbol-description"]={en:["Indonesia Government Bonds 3 YR"],ja:["インドネシア国債3年物"]},e.exports["#TVC:ID10-symbol-description"]={en:["Indonesia Government Bonds 10 YR"],ja:["インドネシア国債10年物"]},e.exports["#TVC:ID10Y-symbol-description"]={en:["Indonesia Government Bonds 10 YR Yield"],ja:["インドネシア国債10年物利回り"]},e.exports["#TVC:IN10-symbol-description"]={en:["India Government Bonds 10 YR"],ja:["インド10年国債"]},e.exports["#TVC:IN10Y-symbol-description"]={en:["India Government Bonds 10 YR Yield"],ja:["インド10年国債利回り"]},e.exports["#TVC:IT10-symbol-description"]={en:["Italy Government Bonds 10 YR"],ja:["イタリア国債10年物"]},e.exports["#TVC:IT10Y-symbol-description"]={en:["Italy Government Bonds 10 YR Yield"],ja:["イタリア国債10年物利回り"]},e.exports["#TVC:IXIC-symbol-description"]={en:["US Composite Index"],ja:["ナスダック総合指数"]},e.exports["#TVC:JP10-symbol-description"]={en:["Japan Government Bonds 10 YR"],ja:["日本国債10年物"]},
+e.exports["#TVC:JP10Y-symbol-description"]={en:["Japan Government Bonds 10 YR Yield"],ja:["日本国債10年物利回り"]},e.exports["#TVC:JXY-symbol-description"]={en:["Japanese Yen Currency Index"],ja:["円インデックス"]},e.exports["#TVC:KOSPI-symbol-description"]={en:["Korea Composite Stock Price Index"],ja:["韓国総合株価指数"]},e.exports["#TVC:KR10-symbol-description"]={en:["Korea Government Bonds 10 YR"],ja:["韓国国債10年物"]},e.exports["#TVC:KR10Y-symbol-description"]={en:["Korea Government Bonds 10 YR Yield"],ja:["韓国国債10年物利回り"]},e.exports["#TVC:MY10-symbol-description"]={en:["Malaysia Government Bonds 10 YR"],ja:["マレーシア国債10年物"]},e.exports["#TVC:MY10Y-symbol-description"]={en:["Malaysia Government Bonds 10 YR Yield"],ja:["マレーシア国債10年物利回り"]},e.exports["#TVC:NDX-symbol-description"]={en:["US 100 Index"],ja:["ナスダック100指数"]},e.exports["#TVC:NI225-symbol-description"]={en:["Japan 225 Index"],ja:["Japan 225 インデックス"]},e.exports["#TVC:NL10-symbol-description"]={en:["Netherlands Government Bonds, 10 YR"],ja:["オランダ国債10年物"]},e.exports["#TVC:NL10Y-symbol-description"]={en:["Netherlands Government Bonds 10 YR Yield"],ja:["オランダ国債10年物利回り"]},e.exports["#TVC:NYA-symbol-description"]={en:["NYSE Composite Index"],ja:["ニューヨーク証券取引所総合株価指数"]},e.exports["#TVC:NZ10-symbol-description"]={en:["New Zealand Government Bonds, 10 YR"],ja:["ニュージランド国債10年物"]},e.exports["#TVC:NZ10Y-symbol-description"]={en:["New Zealand Government Bonds 10 YR Yield"],ja:["ニュージランド国債10年物利回り"]},e.exports["#TVC:PALLADIUM-symbol-description"]={en:["CFDs on Palladium (US$ / OZ)"],ja:["パラジウムCFD(米ドル/オンス)"]},e.exports["#TVC:PL05Y-symbol-description"]={en:["Poland Government Bonds 5 YR Yield"],ja:["ポーランド国債5年物利回り"]},e.exports["#TVC:PL10Y-symbol-description"]={en:["Poland Government Bonds 10 YR Yield"],ja:["ポーランド国債10年物利回り"]},e.exports["#TVC:PLATINUM-symbol-description"]={en:["CFDs on Platinum (US$ / OZ)"],ja:["プラチナCFD(米ドル/オンス)"]},e.exports["#TVC:PT10-symbol-description"]={en:["Portugal Government Bonds 10 YR"],ja:["ポルトガル国債10年物"]},e.exports["#TVC:PT10Y-symbol-description"]={en:["Portugal Government Bonds 10 YR Yield"],ja:["ポルトガル国債10年物利回り"]},e.exports["#TVC:SA40-symbol-description"]={en:["South Africa Top 40 Index"],ja:["南アフリカトップ40指数"]},e.exports["#TVC:SILVER-symbol-description"]={en:["CFDs on Silver (US$ / OZ)"],ja:["銀CFD(米ドル/オンス)"]},e.exports["#TVC:SPX-symbol-description"]={en:["S&P 500 Index"],ja:["S&P500指数"]},e.exports["#TVC:SSMI-symbol-description"]={en:["Swiss Market Index"],ja:["スイス株価指数"]},e.exports["#TVC:STI-symbol-description"]={en:["Straits Times Index"],ja:["ストレーツ・タイムズ指数"]},e.exports["#TVC:SX5E-symbol-description"]={en:["Euro Stoxx 50 Index"],ja:["ユーロ・ストックス50指数"]},e.exports["#TVC:SXY-symbol-description"]={en:["Swiss Franc Currency Index"],ja:["スイスフランインデックス"]},e.exports["#TVC:TR10-symbol-description"]={en:["Turkey Government Bonds 10 YR"],ja:["トルコ国債10年物"]},e.exports["#TVC:TR10Y-symbol-description"]={en:["Turkey Government Bonds 10 YR Yield"],ja:["トルコ国債10年物利回り"]},e.exports["#TVC:UKOIL-symbol-description"]={en:["CFDs on Brent Crude Oil"],ja:["ブレント原油CFD"]},e.exports["#TVC:UKX-symbol-description"]={
+en:["UK 100 Index"]},e.exports["#TVC:US02-symbol-description"]={en:["US Government Bonds 2 YR"],ja:["米国債2年物"]},e.exports["#TVC:US02Y-symbol-description"]={en:["US Government Bonds 2 YR Yield"],ja:["米国債2年物利回り"]},e.exports["#TVC:US05-symbol-description"]={en:["US Government Bonds 5 YR"],ja:["米国債5年物"]},e.exports["#TVC:US05Y-symbol-description"]={en:["US Government Bonds 5 YR Yield"],ja:["米国債5年物利回り"]},e.exports["#TVC:US10-symbol-description"]={en:["US Government Bonds 10 YR"],ja:["米国債10年物"]},e.exports["#TVC:US10Y-symbol-description"]={en:["US Government Bonds 10 YR Yield"],ja:["米国債10年物利回り"]},e.exports["#TVC:US30-symbol-description"]={en:["US Government Bonds 30 YR"],ja:["米国債30年物"]},e.exports["#TVC:USOIL-symbol-description"]={en:["CFDs on WTI Crude Oil"],ja:["WTI原油CFD"]},e.exports["#TVC:VIX-symbol-description"]={en:["Volatility S&P 500 Index"],ja:["恐怖指数(VIX)"]},e.exports["#TVC:ZXY-symbol-description"]={en:["New Zealand Dollar Currency Index"],ja:["ニュージーランドドルインデックス"]},e.exports["#TWII-symbol-description"]={en:["Taiwan Weighted Index"],ja:["台湾加権指数"]},e.exports["#TWSE:TAIEX-symbol-description"]={en:["Taiwan Capitalization Weighted Stock Index"],ja:["台湾加権指数"]},e.exports["#TWTR-symbol-description"]={en:["Twitter Inc"],ja:["Twitter"]},e.exports["#UK100-symbol-description"]={en:["FTSE 100 Index"],ja:["FTSE100指数"]},e.exports["#UKOIL-symbol-description"]={en:["CFDs on Crude Oil (Brent)"],ja:["ブレント原油CFD"]},e.exports["#UNIUSD-symbol-description"]={en:["Uniswap / U.S. Dollar"],ja:["ユニスワップ/米ドル"]},e.exports["#US30-symbol-description"]={en:["Dow Jones Industrial Average Index"],ja:["ダウ平均株価"]},e.exports["#USDAUD-symbol-description"]={en:["U.S. Dollar / Australian Dollar"],ja:["米ドル/豪ドル"]},e.exports["#USDBRL-symbol-description"]={en:["U.S. Dollar / Brazilian Real"],ja:["米ドル/ブラジル・レアル"]},e.exports["#USDCAD-symbol-description"]={en:["U.S. Dollar / Canadian Dollar"],ja:["米ドル/加ドル"]},e.exports["#USDCHF-symbol-description"]={en:["U.S. Dollar / Swiss Franc"],ja:["米ドル/スイスフラン"]},e.exports["#USDCNY-symbol-description"]={en:["U.S. Dollar / Chinese Yuan"],ja:["米ドル/中国元"]},e.exports["#USDDKK-symbol-description"]={en:["U.S. Dollar / Danish Krone"],ja:["米ドル/デンマーククローネ"]},e.exports["#USDEUR-symbol-description"]={en:["U.S. Dollar / Euro"],ja:["米ドル/ユーロ"]},e.exports["#USDGBP-symbol-description"]={en:["U.S. Dollar / Pound Sterling"],ja:["米ドル/英ポンド"]},e.exports["#USDHKD-symbol-description"]={en:["U.S. Dollar / Hong Kong Dollar"],ja:["米ドル/香港ドル"]},e.exports["#USDHUF-symbol-description"]={en:["U.S. Dollar / Hungarian Forint"],ja:["米ドル/ハンガリーフォリント"]},e.exports["#USDIDR-symbol-description"]={en:["U.S. Dollar / Rupiah"],ja:["米ドル/インドネシアルピア"]},e.exports["#USDILS-symbol-description"]={en:["U.S. Dollar / Israeli Shekel"],ja:["米ドル/イスラエル新シェケル"]},e.exports["#USDINR-symbol-description"]={en:["U.S. Dollar / Indian Rupee"],ja:["米ドル/インドルピー"]},e.exports["#USDJPY-symbol-description"]={en:["U.S. Dollar / Japanese Yen"],ja:["米ドル/円"]},e.exports["#USDKRW-symbol-description"]={en:["U.S. Dollar / South Korean"],ja:["米ドル/韓国ウォン"]},e.exports["#USDMXN-symbol-description"]={
+en:["U.S. Dollar / Mexican Peso"],ja:["米ドル/メキシコペソ"]},e.exports["#USDNZD-symbol-description"]={en:["U.S. Dollar / New Zealand Dollar"],ja:["米ドル/ニュージーランドドル"]},e.exports["#USDPHP-symbol-description"]={en:["U.S. Dollar / Philippine peso"],ja:["米ドル/フィリピンペソ"]},e.exports["#USDPLN-symbol-description"]={en:["U.S. Dollar / Polish Zloty"],ja:["米ドル/ポーランドズロチ"]},e.exports["#USDRUB-symbol-description"]={en:["U.S. Dollar / Russian Ruble"],ja:["米ドル/ロシアルーブル"]},e.exports["#USDRUB_TOM-symbol-description"]={en:["U.S. Dollar / Russian Ruble TOM"],ja:["米ドル/ロシアルーブル TOM"]},e.exports["#USDSEK-symbol-description"]={en:["U.S. Dollar / Swedish Krona"],ja:["米ドル/スウェーデンクローナ"]},e.exports["#USDSGD-symbol-description"]={en:["U.S. Dollar / Singapore Dollar"],ja:["米ドル/シンガポールドル"]},e.exports["#USDTHB-symbol-description"]={en:["U.S. Dollar / Thai Baht"],ja:["米ドル/タイバーツ"]},e.exports["#USDTRY-symbol-description"]={en:["U.S. Dollar / Turkish Lira"],ja:["米ドル/トルコリラ"]},e.exports["#USDZAR-symbol-description"]={en:["U.S. Dollar / South African Rand"],ja:["米ドル/南アフリカランド"]},e.exports["#USOIL-symbol-description"]={en:["CFDs on Crude Oil (WTI)"],ja:["WTI原油CFD"]},e.exports["#WHEATUSD-symbol-description"]={en:["CFDs on Wheat"],ja:["小麦CFD"]},e.exports["#XAGUSD-symbol-description"]={en:["Silver / U.S. Dollar"],ja:["銀/米ドル"]},e.exports["#XAUUSD-symbol-description"]={en:["Gold Spot / U.S. Dollar"],ja:["金/米ドル"]},e.exports["#XBTCAD-symbol-description"]={en:["Bitcoin / Canadian Dollar"],ja:["ビットコイン/カナダドル"]},e.exports["#XETR:DAX-symbol-description"]={en:["DAX Index"],ja:["DAX指数"]},e.exports["#XMRUSD-symbol-description"]={en:["Monero / U.S. Dollar"],ja:["モネロ/米ドル"]},e.exports["#XPDUSD-symbol-description"]={en:["CFDs on Palladium"],ja:["パラジウムCFD"]},e.exports["#XPTUSD-symbol-description"]={en:["Platinum / U.S. Dollar"],ja:["プラチナ/米ドル"]},e.exports["#XRPBTC-symbol-description"]={en:["XRP / Bitcoin"],ja:["リップル/ビットコイン"]},e.exports["#XRPEUR-symbol-description"]={en:["XRP / Euro"],ja:["リップル/ユーロ"]},e.exports["#XRPUSD-symbol-description"]={en:["XRP / U.S. Dollar"],ja:["リップル/米ドル"]},e.exports["#ZECUSD-symbol-description"]={en:["Zcash / U.S. Dollar"],ja:["ジーキャッシュ/米ドル"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.2486.11825549d0f3e1fd5ee7.js b/public/charting_library/bundles/ja.2486.11825549d0f3e1fd5ee7.js
new file mode 100644
index 0000000..0a8e125
--- /dev/null
+++ b/public/charting_library/bundles/ja.2486.11825549d0f3e1fd5ee7.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2486,4040,359],{55517:e=>{e.exports={en:["Add"],ja:["追加"]}},29619:e=>{e.exports={en:["Add custom color"],ja:["カスタムカラーの追加"]}},80936:e=>{e.exports={en:["Opacity"],ja:["不透明度"]}},97349:e=>{e.exports={en:["Fr"],ja:["金"]}},30961:e=>{e.exports={en:["Mo"],ja:["月"]}},94748:e=>{e.exports={en:["Sa"],ja:["土"]}},75005:e=>{e.exports={en:["Su"],ja:["日"]}},92578:e=>{e.exports={en:["We"],ja:["水"]}},8765:e=>{e.exports={en:["Th"],ja:["木"]}},9135:e=>{e.exports={en:["Tu"],ja:["火"]}},53288:e=>{e.exports={en:["animals & nature"],ja:["動物 & 自然"]}},21311:e=>{e.exports={en:["activity"],ja:["アクティビティ"]}},90678:e=>{e.exports={en:["food & drink"],ja:["フード & ドリンク"]}},6715:e=>{e.exports={en:["flags"],ja:["旗"]}},98355:e=>{e.exports={en:["objects"],ja:["モノ"]}},43438:e=>{e.exports={en:["smiles & people"],ja:["スマイル & 人物"]}},40457:e=>{e.exports={en:["symbols"],ja:["記号"]}},88906:e=>{e.exports={en:["recently used"],ja:["最近使用したもの"]}},28562:e=>{e.exports={en:["travel & places"],ja:["トラベル & 場所"]}},24716:e=>{e.exports={en:["Another symbol"],ja:["別のシンボル"]}},41256:e=>{e.exports={en:["Back"],ja:["戻る"]}},94849:e=>{e.exports={en:["Main chart symbol"],ja:["メインチャートのシンボル"]}},53174:e=>{e.exports={en:["Right"],ja:["ストックオプション"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"],ja:["カレンダーは現在{year}年です"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"],ja:["カレンダーは現在{year_start}年から{year_end}年までです"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"],ja:["カレンダーは現在{month}月です"]}},4543:e=>{e.exports={en:["Cancel"],ja:["キャンセル"]}},24197:e=>{e.exports={en:["Center"],ja:["中央"]}},63245:e=>{e.exports={en:["Change symbol"],ja:["シンボルの変更"]}},54613:e=>{e.exports={en:["Chart"],ja:["チャート"]}},47742:e=>{e.exports={en:["Close menu"],ja:["メニューを閉じる"]}},34040:e=>{e.exports={en:["All sources"],ja:["すべての提供元"]}},96413:e=>{e.exports={en:["Apply defaults"],ja:["デフォルトを適用"]}},77571:e=>{e.exports={en:["Apply to all"],ja:["すべてに適用"]}},28896:e=>{e.exports={en:["April"],ja:["4月"]}},11081:e=>{e.exports={en:["August"],ja:["8月"]}},27567:e=>{e.exports={en:["Bottom"],ja:["下"]}},42358:e=>{e.exports={en:["Bond"],ja:["債券"]}},68043:e=>{e.exports={en:["Gradient"],ja:["グラデーション"]}},6113:e=>{e.exports={en:["Do you really want to delete Chart Template '{name}' ?"],ja:["本当にチャートテンプレート '{name}' を削除しますか?"]}},27390:e=>{e.exports={en:["Dotted line"],ja:["点線"]}},88123:e=>{e.exports={en:["Dashed line"],ja:["破線"]}},90082:e=>{e.exports={en:["December"],ja:["12月"]}},55319:e=>{e.exports={en:["Decrease"],ja:["減少"]}},78734:e=>{e.exports={en:["Description"],ja:["詳細"]}},81069:e=>{e.exports={en:["February"],ja:["2月"]}},3570:e=>{e.exports={en:["Friday"],ja:["金曜日"]}},95406:e=>{e.exports={en:["Horizontal"],ja:["水平"]}},8854:e=>{e.exports={en:["Hidden"],ja:["非表示"]}},39832:e=>{e.exports={en:["Increase"],ja:["増加"]}},200:e=>{e.exports={en:["January"],ja:["1月"]}},6608:e=>{e.exports={en:["July"],ja:["7月"]}},61487:e=>{e.exports={en:["June"],ja:["6月"]}},37997:e=>{e.exports={en:["October"],ja:["10月"]}},
+55450:e=>{e.exports={en:["Offset"],ja:["オフセット"]}},19295:e=>{e.exports={en:["Ok"],ja:["OK"]}},11626:e=>{e.exports={en:["Left"],ja:["左"]}},28603:e=>{e.exports={en:["Line style"],ja:["ラインスタイル"]}},19573:e=>{e.exports={en:["Monday"],ja:["月曜日"]}},43154:e=>{e.exports={en:["Months"],ja:["月"]}},37117:e=>{e.exports={en:["More"],ja:["詳細"]}},25734:e=>{e.exports={en:["May"],ja:["5月"]}},93878:e=>{e.exports={en:["March"],ja:["3月"]}},68833:e=>{e.exports={en:["Middle"],ja:["中央"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],ja:["条件に合致する取引所はありません"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],ja:["条件に合致するシンボルはありません"]}},4607:e=>{e.exports={en:["November"],ja:["11月"]}},65353:e=>{e.exports={en:["Normal"],ja:["普通"]}},69102:e=>{e.exports={en:["Next year"],ja:["翌年"]}},17538:e=>{e.exports={en:["Next years"],ja:["次の年"]}},92790:e=>{e.exports={en:["Next month"],ja:["翌月"]}},71300:e=>{e.exports={en:["Number format is invalid."],ja:["数値形式が無効です。"]}},28628:e=>{e.exports={en:["Sources"],ja:["情報源"]}},88686:e=>{e.exports={en:["Solid"],ja:["ソリッド"]}},30348:e=>{e.exports={en:["Saturday"],ja:["土曜日"]}},8573:e=>{e.exports={en:["Search"],ja:["検索"]}},57640:e=>{e.exports={en:["Select source"],ja:["情報源を選択"]}},32179:e=>{e.exports={en:["September"],ja:["9月"]}},31331:e=>{e.exports={en:["Specified value is more than the instrument maximum of {max}."],ja:["指定された値が銘柄の最大値 {max} を超えています。"]}},24216:e=>{e.exports={en:["Specified value is less than the instrument minimum of {min}."],ja:["指定された値が銘柄の最小値 {min} 未満です。"]}},61480:e=>{e.exports={en:["Sunday"],ja:["日曜日"]}},70235:e=>{e.exports={en:["Switch to months"],ja:["月に切り替え"]}},91245:e=>{e.exports={en:["Switch to dates"],ja:["日に切り替え"]}},71961:e=>{e.exports={en:["Switch to years"],ja:["年に切り替え"]}},95481:e=>{e.exports={en:["Symbol"],ja:["シンボル"]}},74007:e=>{e.exports={en:["Symbol & description"],ja:["シンボル & 詳細"]}},51165:e=>{e.exports={en:["Symbol Search"],ja:["シンボル検索"]}},27254:e=>{e.exports={en:["Please enter the right date"],ja:["適切な日付を入力して下さい"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"],ja:["正しい日付の形式 (yyyy-mm-dd) を入力してください"]}},93984:e=>{e.exports={en:["Previous month"],ja:["前月"]}},75776:e=>{e.exports={en:["Previous year"],ja:["前年"]}},44701:e=>{e.exports={en:["Previous years"],ja:["前の年"]}},89984:e=>{e.exports={en:["Remove color"],ja:["色を削除"]}},47550:e=>{e.exports={en:["Remove selected emoji"],ja:["追加した絵文字を削除する"]}},50421:e=>{e.exports={en:["Right"],ja:["右"]}},94226:e=>{e.exports={en:["Wednesday"],ja:["水曜日"]}},97118:e=>{e.exports={en:["Top"],ja:["上"]}},25485:e=>{e.exports={en:["Text alignment"],ja:["テキストの配置"]}},67781:e=>{e.exports={en:["Text orientation"],ja:["テキストの向き"]}},79137:e=>{e.exports={en:["Thursday"],ja:["木曜日"]}},54971:e=>{e.exports={en:["Thickness"],ja:["太さ"]}},82160:e=>{e.exports={en:["Tuesday"],ja:["火曜日"]}},13748:e=>{e.exports={en:["Use special math signs to displace selected drawings: +,-,/,* for price and +,- for bar index."],ja:["選択中の描画をまとめて移動するには演算子を使用します。価格に対しては+ , - , / , *、バーインデックスに対しては+ ,- を使用します。"]}},69526:e=>{e.exports={en:["Vertical"],ja:["垂直"]}
+},66181:e=>{e.exports={en:["Years"],ja:["年"]}},70932:e=>{e.exports={en:["commodity"],ja:["コモディティ"]}},79599:e=>{e.exports={en:["cfd"],ja:["CFD"]}},29426:e=>{e.exports={en:["change opacity"],ja:["不透明度の変更"]}},31675:e=>{e.exports={en:["change color"],ja:["色の変更"]}},28818:e=>{e.exports={en:["change line style"],ja:["ラインスタイルの変更"]}},73281:e=>{e.exports={en:["change thickness"],ja:["太さの変更"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ja:["{propertyName}プロパティの変更"]}},5741:e=>{e.exports={en:["close"],ja:["終値"]}},46128:e=>{e.exports={en:["crypto"],ja:["暗号"]}},47268:e=>{e.exports={en:["dr"],ja:["預託証券"]}},406:e=>{e.exports={en:["e.g. +1"],ja:["例. +1"]}},49957:e=>{e.exports={en:["e.g. /2"],ja:["例. /2"]}},54094:e=>{e.exports={en:["economy"],ja:["経済指標"]}},17770:e=>{e.exports={en:["forex"],ja:["FX"]}},4723:e=>{e.exports={en:["futures"],ja:["先物"]}},59319:e=>{e.exports={en:["high"],ja:["高値"]}},96008:e=>{e.exports={en:["hl2"],ja:["高値+安値の平均"]}},91189:e=>{e.exports={en:["hlc3"],ja:["高値+安値+終値の平均"]}},49242:e=>{e.exports={en:["hlcc4"],ja:["高値+安値+終値x2の平均"]}},87464:e=>{e.exports={en:["index"],ja:["指数"]}},90250:e=>{e.exports={en:["indices"],ja:["指数"]}},52793:e=>{e.exports={en:["ohlc4"],ja:["始値+高値+安値+終値の平均"]}},83584:e=>{e.exports={en:["open"],ja:["始値"]}},41902:e=>{e.exports={en:["low"],ja:["安値"]}},76752:e=>{e.exports={en:["stock"],ja:["株式"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.2530.6108ccc54d7b804c8af1.js b/public/charting_library/bundles/ja.2530.6108ccc54d7b804c8af1.js
new file mode 100644
index 0000000..7a88629
--- /dev/null
+++ b/public/charting_library/bundles/ja.2530.6108ccc54d7b804c8af1.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2530,4109,9093],{4543:e=>{e.exports={en:["Cancel"],ja:["キャンセル"]}},47742:e=>{e.exports={en:["Close menu"],ja:["メニューを閉じる"]}},69207:e=>{e.exports={en:["Add to favorites"],ja:["お気に入りに追加"]}},69644:e=>{e.exports={en:["Available for Pro accounts"],ja:["Proアカウントでご利用いただけます"]}},10640:e=>{e.exports={en:["Editors' picks"],ja:["エディターズ・ピック"]}},84549:e=>{e.exports={en:["Indicators"],ja:["インジケーター"]}},70269:e=>{e.exports={en:["No indicators matched your criteria"],ja:["条件に合致するインジケーターはありません"]}},7378:e=>{e.exports={en:["Script name"],ja:["スクリプト名"]}},8573:e=>{e.exports={en:["Search"],ja:["検索"]}},85106:e=>{e.exports={en:["Remove from favorites"],ja:["お気に入りから削除"]}},33673:e=>{e.exports={en:["{studyTitle} added to chart"],ja:["チャート追加済の{studyTitle}"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.2787.b95db3c8cfe7fab3c811.js b/public/charting_library/bundles/ja.2787.b95db3c8cfe7fab3c811.js
new file mode 100644
index 0000000..3d8582d
--- /dev/null
+++ b/public/charting_library/bundles/ja.2787.b95db3c8cfe7fab3c811.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2787,6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ja:["#{count}(価格, バー)"]}},78930:e=>{e.exports={en:["Coordinates"],ja:["座標"]}},24197:e=>{e.exports={en:["Center"],ja:["中央"]}},27567:e=>{e.exports={en:["Bottom"],ja:["下"]}},72942:e=>{e.exports={en:["Days"],ja:["日"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ja:["再配置 (価格, バー)"]}},61856:e=>{e.exports={en:["Extend left line"],ja:["ラインを左に延長"]}},87430:e=>{e.exports={en:["Extend right line"],ja:["ラインを右に延長"]}},56796:e=>{e.exports={en:["Hours"],ja:["時間"]}},95406:e=>{e.exports={en:["Horizontal"],ja:["水平"]}},21429:e=>{e.exports={en:["Inputs"],ja:["パラメーター"]}},11626:e=>{e.exports={en:["Left"],ja:["左"]}},43154:e=>{e.exports={en:["Months"],ja:["月"]}},68833:e=>{e.exports={en:["Middle"],ja:["中央"]}},42562:e=>{e.exports={en:["Minutes"],ja:["分"]}},65188:e=>{e.exports={en:["Seconds"],ja:["秒"]}},50421:e=>{e.exports={en:["Right"],ja:["右"]}},835:e=>{e.exports={en:["Weeks"],ja:["週"]}},97118:e=>{e.exports={en:["Top"],ja:["上"]}},70320:e=>{e.exports={en:["Text"],ja:["テキスト"]}},25485:e=>{e.exports={en:["Text alignment"],ja:["テキストの配置"]}},67781:e=>{e.exports={en:["Text orientation"],ja:["テキストの向き"]}},24821:e=>{e.exports={en:["Ticks"],ja:["ティック"]}},69526:e=>{e.exports={en:["Vertical"],ja:["垂直"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ja:["バーのX座標の変更"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ja:["価格のY座標の変更"]}},96135:e=>{e.exports={en:["change {title} days to"],ja:["{title}の可視性を何日までに変更"]}},91201:e=>{e.exports={en:["change {title} days from"],ja:["{title}の可視性を何日からに変更"]}},8306:e=>{e.exports={en:["change {title} hours from"],ja:["{title}の可視性を何時間からに変更"]}},67233:e=>{e.exports={en:["change {title} hours to"],ja:["{title}の可視性を何時間までに変更"]}},99122:e=>{e.exports={en:["change {title} months from"],ja:["{title}の可視性を何ヶ月からに変更"]}},10518:e=>{e.exports={en:["change {title} months to"],ja:["{title}の可視性を何ヶ月までに変更"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ja:["{title}の可視性を何分までに変更"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ja:["{title}の可視性を何分からに変更"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ja:["{title}の可視性を何秒までに変更"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ja:["{title}の可視性を何秒からに変更"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ja:["{title}の可視性を何週からに変更"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ja:["{title}の可視性を何週までに変更"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ja:["{title}のティックでの可視性の変更"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ja:["{title}の週足の可視性の変更"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ja:["{ranges}で{title}の表示の変更"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ja:["{title}の日足の可視性の変更"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ja:["{title}の時間足の可視性の変更"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ja:["{title}の分足の可視性の変更"]}},67583:e=>{e.exports={
+en:["change {title} visibility on months"],ja:["{title}の月足の可視性の変更"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ja:["{title}の秒足での可視性の変更"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],ja:["{toolName}のラインの表示の変更"]}},19541:e=>{e.exports={en:["change {toolName} line width"],ja:["{toolName}のラインの幅の変更"]}},24059:e=>{e.exports={en:["change {toolName} line color"],ja:["{toolName}のラインの色の変更"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],ja:["{toolName}のラインを左に延長の変更"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],ja:["{toolName}のラインを右に延長の変更"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],ja:["{toolName}のラインの左端の変更"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],ja:["{toolName}のラインの右端の変更"]}},66429:e=>{e.exports={en:["change {toolName} line style"],ja:["{toolName}のラインのスタイルの変更"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ja:["{propertyName}プロパティの変更"]}},35813:e=>{e.exports={en:["days"],ja:["日"]}},89919:e=>{e.exports={en:["days to"],ja:["何日まで"]}},59215:e=>{e.exports={en:["days from"],ja:["何日から"]}},2359:e=>{e.exports={en:["hours"],ja:["時間"]}},82267:e=>{e.exports={en:["hours from"],ja:["何時間から"]}},15600:e=>{e.exports={en:["hours to"],ja:["何時間まで"]}},76261:e=>{e.exports={en:["move drawings"],ja:["描画の移動"]}},95300:e=>{e.exports={en:["months"],ja:["月"]}},17250:e=>{e.exports={en:["months from"],ja:["何ヶ月から"]}},2828:e=>{e.exports={en:["months to"],ja:["何ヶ月まで"]}},18726:e=>{e.exports={en:["minutes"],ja:["分"]}},67649:e=>{e.exports={en:["minutes to"],ja:["何分まで"]}},22476:e=>{e.exports={en:["minutes from"],ja:["何分から"]}},751:e=>{e.exports={en:["seconds"],ja:["秒"]}},73419:e=>{e.exports={en:["seconds to"],ja:["何秒まで"]}},35801:e=>{e.exports={en:["seconds from"],ja:["何秒から"]}},45537:e=>{e.exports={en:["weeks"],ja:["週"]}},92859:e=>{e.exports={en:["weeks from"],ja:["何週から"]}},44127:e=>{e.exports={en:["weeks to"],ja:["何週まで"]}},3539:e=>{e.exports={en:["ticks"],ja:["ティック"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.3181.259d07263a732c089332.js b/public/charting_library/bundles/ja.3181.259d07263a732c089332.js
new file mode 100644
index 0000000..fb456cc
--- /dev/null
+++ b/public/charting_library/bundles/ja.3181.259d07263a732c089332.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3181,6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ja:["#{count}(価格, バー)"]}},33004:e=>{e.exports={en:["Counterclockwise"],ja:["反時計回り"]}},78930:e=>{e.exports={en:["Coordinates"],ja:["座標"]}},24197:e=>{e.exports={en:["Center"],ja:["中央"]}},27567:e=>{e.exports={en:["Bottom"],ja:["下"]}},72942:e=>{e.exports={en:["Days"],ja:["日"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ja:["再配置 (価格, バー)"]}},56796:e=>{e.exports={en:["Hours"],ja:["時間"]}},95406:e=>{e.exports={en:["Horizontal"],ja:["水平"]}},21429:e=>{e.exports={en:["Inputs"],ja:["パラメーター"]}},11626:e=>{e.exports={en:["Left"],ja:["左"]}},43154:e=>{e.exports={en:["Months"],ja:["月"]}},68833:e=>{e.exports={en:["Middle"],ja:["中央"]}},42562:e=>{e.exports={en:["Minutes"],ja:["分"]}},65188:e=>{e.exports={en:["Seconds"],ja:["秒"]}},50421:e=>{e.exports={en:["Right"],ja:["右"]}},835:e=>{e.exports={en:["Weeks"],ja:["週"]}},97118:e=>{e.exports={en:["Top"],ja:["上"]}},70320:e=>{e.exports={en:["Text"],ja:["テキスト"]}},25485:e=>{e.exports={en:["Text alignment"],ja:["テキストの配置"]}},67781:e=>{e.exports={en:["Text orientation"],ja:["テキストの向き"]}},24821:e=>{e.exports={en:["Ticks"],ja:["ティック"]}},69526:e=>{e.exports={en:["Vertical"],ja:["垂直"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ja:["バーのX座標の変更"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ja:["価格のY座標の変更"]}},60003:e=>{e.exports={en:["change {title} counterclockwise"],ja:["{title}を反時計回りに変更"]}},96135:e=>{e.exports={en:["change {title} days to"],ja:["{title}の可視性を何日までに変更"]}},91201:e=>{e.exports={en:["change {title} days from"],ja:["{title}の可視性を何日からに変更"]}},8306:e=>{e.exports={en:["change {title} hours from"],ja:["{title}の可視性を何時間からに変更"]}},67233:e=>{e.exports={en:["change {title} hours to"],ja:["{title}の可視性を何時間までに変更"]}},46040:e=>{e.exports={en:["change {title} line width"],ja:["{title}のラインの幅の変更"]}},7455:e=>{e.exports={en:["change {title} line color"],ja:["{title}のラインの色の変更"]}},30843:e=>{e.exports={en:["change {title} line style"],ja:["{title}のラインスタイルの変更"]}},99122:e=>{e.exports={en:["change {title} months from"],ja:["{title}の可視性を何ヶ月からに変更"]}},10518:e=>{e.exports={en:["change {title} months to"],ja:["{title}の可視性を何ヶ月までに変更"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ja:["{title}の可視性を何分までに変更"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ja:["{title}の可視性を何分からに変更"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ja:["{title}の可視性を何秒までに変更"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ja:["{title}の可視性を何秒からに変更"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ja:["{title}の可視性を何週からに変更"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ja:["{title}の可視性を何週までに変更"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ja:["{title}のティックでの可視性の変更"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ja:["{title}の週足の可視性の変更"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ja:["{ranges}で{title}の表示の変更"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],
+ja:["{title}の日足の可視性の変更"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ja:["{title}の時間足の可視性の変更"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ja:["{title}の分足の可視性の変更"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ja:["{title}の月足の可視性の変更"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ja:["{title}の秒足での可視性の変更"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ja:["{propertyName}プロパティの変更"]}},35813:e=>{e.exports={en:["days"],ja:["日"]}},89919:e=>{e.exports={en:["days to"],ja:["何日まで"]}},59215:e=>{e.exports={en:["days from"],ja:["何日から"]}},2359:e=>{e.exports={en:["hours"],ja:["時間"]}},82267:e=>{e.exports={en:["hours from"],ja:["何時間から"]}},15600:e=>{e.exports={en:["hours to"],ja:["何時間まで"]}},76261:e=>{e.exports={en:["move drawings"],ja:["描画の移動"]}},95300:e=>{e.exports={en:["months"],ja:["月"]}},17250:e=>{e.exports={en:["months from"],ja:["何ヶ月から"]}},2828:e=>{e.exports={en:["months to"],ja:["何ヶ月まで"]}},18726:e=>{e.exports={en:["minutes"],ja:["分"]}},67649:e=>{e.exports={en:["minutes to"],ja:["何分まで"]}},22476:e=>{e.exports={en:["minutes from"],ja:["何分から"]}},751:e=>{e.exports={en:["seconds"],ja:["秒"]}},73419:e=>{e.exports={en:["seconds to"],ja:["何秒まで"]}},35801:e=>{e.exports={en:["seconds from"],ja:["何秒から"]}},45537:e=>{e.exports={en:["weeks"],ja:["週"]}},92859:e=>{e.exports={en:["weeks from"],ja:["何週から"]}},44127:e=>{e.exports={en:["weeks to"],ja:["何週まで"]}},3539:e=>{e.exports={en:["ticks"],ja:["ティック"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.3355.c5e027afabcecc85b871.js b/public/charting_library/bundles/ja.3355.c5e027afabcecc85b871.js
new file mode 100644
index 0000000..34fd730
--- /dev/null
+++ b/public/charting_library/bundles/ja.3355.c5e027afabcecc85b871.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3355,6155,3367,2303,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ja:["#{count}(価格, バー)"]}},78930:e=>{e.exports={en:["Coordinates"],ja:["座標"]}},24197:e=>{e.exports={en:["Center"],ja:["中央"]}},6060:e=>{e.exports={en:["Add text"],ja:["テキストを追加"]}},27567:e=>{e.exports={en:["Bottom"],ja:["下"]}},38408:e=>{e.exports={en:["Border"],ja:["枠"]}},79468:e=>{e.exports={en:["Background"],ja:["背景"]}},72942:e=>{e.exports={en:["Days"],ja:["日"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ja:["再配置 (価格, バー)"]}},56796:e=>{e.exports={en:["Hours"],ja:["時間"]}},95406:e=>{e.exports={en:["Horizontal"],ja:["水平"]}},21429:e=>{e.exports={en:["Inputs"],ja:["パラメーター"]}},74872:e=>{e.exports={en:["Label"],ja:["ラベル"]}},11626:e=>{e.exports={en:["Left"],ja:["左"]}},43154:e=>{e.exports={en:["Months"],ja:["月"]}},68833:e=>{e.exports={en:["Middle"],ja:["中央"]}},42562:e=>{e.exports={en:["Minutes"],ja:["分"]}},65188:e=>{e.exports={en:["Seconds"],ja:["秒"]}},50421:e=>{e.exports={en:["Right"],ja:["右"]}},835:e=>{e.exports={en:["Weeks"],ja:["週"]}},97118:e=>{e.exports={en:["Top"],ja:["上"]}},70320:e=>{e.exports={en:["Text"],ja:["テキスト"]}},7560:e=>{e.exports={en:["Text wrap"],ja:["テキストを折り返す"]}},25485:e=>{e.exports={en:["Text alignment"],ja:["テキストの配置"]}},67781:e=>{e.exports={en:["Text orientation"],ja:["テキストの向き"]}},24821:e=>{e.exports={en:["Ticks"],ja:["ティック"]}},69526:e=>{e.exports={en:["Vertical"],ja:["垂直"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ja:["バーのX座標の変更"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ja:["価格のY座標の変更"]}},49765:e=>{e.exports={en:["change {title} background color"],ja:["{title}の背景色の変更"]}},96135:e=>{e.exports={en:["change {title} days to"],ja:["{title}の可視性を何日までに変更"]}},91201:e=>{e.exports={en:["change {title} days from"],ja:["{title}の可視性を何日からに変更"]}},8306:e=>{e.exports={en:["change {title} hours from"],ja:["{title}の可視性を何時間からに変更"]}},67233:e=>{e.exports={en:["change {title} hours to"],ja:["{title}の可視性を何時間までに変更"]}},99122:e=>{e.exports={en:["change {title} months from"],ja:["{title}の可視性を何ヶ月からに変更"]}},10518:e=>{e.exports={en:["change {title} months to"],ja:["{title}の可視性を何ヶ月までに変更"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ja:["{title}の可視性を何分までに変更"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ja:["{title}の可視性を何分からに変更"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ja:["{title}の可視性を何秒までに変更"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ja:["{title}の可視性を何秒からに変更"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ja:["{title}の可視性を何週からに変更"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ja:["{title}の可視性を何週までに変更"]}},57122:e=>{e.exports={en:["change {title} text"],ja:["{title}のテキストの変更"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ja:["{title}のティックでの可視性の変更"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ja:["{title}の週足の可視性の変更"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ja:["{ranges}で{title}の表示の変更"]}},56402:e=>{e.exports={
+en:["change {title} visibility on days"],ja:["{title}の日足の可視性の変更"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ja:["{title}の時間足の可視性の変更"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ja:["{title}の分足の可視性の変更"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ja:["{title}の月足の可視性の変更"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ja:["{title}の秒足での可視性の変更"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],ja:["{toolName}のラベルの垂直方向の配置の変更"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],ja:["{toolName}のラベルの水平方向の配置の変更"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],ja:["{toolName}のラベルの方向の変更"]}},66668:e=>{e.exports={en:["change {toolName} text"],ja:["{toolName}のテキストの変更"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],ja:["{toolName}のテキストの表示の変更"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],ja:["{toolName}のテキストの折り返しの変更"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],ja:["{toolName}のテキストの背景色の変更"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],ja:["{toolName}のテキストの背景の表示の変更"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],ja:["{toolName}のテキストの枠の色の変更"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],ja:["{toolName}のテキストの枠の幅の変更"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],ja:["{toolName}のテキストの枠の表示の変更"]}},64500:e=>{e.exports={en:["change {toolName} text color"],ja:["{toolName}のテキストの色の変更"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],ja:["{toolName}のテキストフォントを太字に変更"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],ja:["{toolName}のテキストフォントをイタリックに変更"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],ja:["{toolName}のテキストのフォントサイズの変更"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ja:["{propertyName}プロパティの変更"]}},35813:e=>{e.exports={en:["days"],ja:["日"]}},89919:e=>{e.exports={en:["days to"],ja:["何日まで"]}},59215:e=>{e.exports={en:["days from"],ja:["何日から"]}},2359:e=>{e.exports={en:["hours"],ja:["時間"]}},82267:e=>{e.exports={en:["hours from"],ja:["何時間から"]}},15600:e=>{e.exports={en:["hours to"],ja:["何時間まで"]}},76261:e=>{e.exports={en:["move drawings"],ja:["描画の移動"]}},95300:e=>{e.exports={en:["months"],ja:["月"]}},17250:e=>{e.exports={en:["months from"],ja:["何ヶ月から"]}},2828:e=>{e.exports={en:["months to"],ja:["何ヶ月まで"]}},18726:e=>{e.exports={en:["minutes"],ja:["分"]}},67649:e=>{e.exports={en:["minutes to"],ja:["何分まで"]}},22476:e=>{e.exports={en:["minutes from"],ja:["何分から"]}},751:e=>{e.exports={en:["seconds"],ja:["秒"]}},73419:e=>{e.exports={en:["seconds to"],ja:["何秒まで"]}},35801:e=>{e.exports={en:["seconds from"],ja:["何秒から"]}},45537:e=>{e.exports={en:["weeks"],ja:["週"]}},92859:e=>{e.exports={en:["weeks from"],ja:["何週から"]}},44127:e=>{e.exports={en:["weeks to"],ja:["何週まで"]}},3539:e=>{e.exports={en:["ticks"],ja:["ティック"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.3357.613d24759e11646b0997.js b/public/charting_library/bundles/ja.3357.613d24759e11646b0997.js
new file mode 100644
index 0000000..f4248f3
--- /dev/null
+++ b/public/charting_library/bundles/ja.3357.613d24759e11646b0997.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3357,4109,9093],{53288:e=>{e.exports={en:["animals & nature"],ja:["動物 & 自然"]}},21311:e=>{e.exports={en:["activity"],ja:["アクティビティ"]}},90678:e=>{e.exports={en:["food & drink"],ja:["フード & ドリンク"]}},6715:e=>{e.exports={en:["flags"],ja:["旗"]}},98355:e=>{e.exports={en:["objects"],ja:["モノ"]}},43438:e=>{e.exports={en:["smiles & people"],ja:["スマイル & 人物"]}},40457:e=>{e.exports={en:["symbols"],ja:["記号"]}},88906:e=>{e.exports={en:["recently used"],ja:["最近使用したもの"]}},28562:e=>{e.exports={en:["travel & places"],ja:["トラベル & 場所"]}},4543:e=>{e.exports={en:["Cancel"],ja:["キャンセル"]}},47742:e=>{e.exports={en:["Close menu"],ja:["メニューを閉じる"]}},69207:e=>{e.exports={en:["Add to favorites"],ja:["お気に入りに追加"]}},80439:e=>{e.exports={en:["Do you really want to delete chart layout '{name}' ? This can't be undone. Your drawings and this layout will be gone forever."],ja:["本当にチャートレイアウト '{name}' を削除してよろしいですか?この操作は元に戻せません。描画とレイアウトが永遠に失われます。"]}},56495:e=>{e.exports={en:["Do you really want to delete chart layout '{name}' that contains {n_drawings_on_n_symbols}? This can't be undone. Your drawings and this layout will be gone forever."],ja:["本当にチャートレイアウト '{name}' を削除してよろしいですか?このレイアウトには{n_drawings_on_n_symbols}が含まれています。操作は元に戻せません。描画とレイアウトが永遠に失われます。"]}},55108:e=>{e.exports={en:["Date modified (oldest first)"],ja:["変更日 (古い順)"]}},75272:e=>{e.exports={en:["Date modified (newest first)"],ja:["変更日 (新しい順)"]}},11478:e=>{e.exports={en:["Layout name"],ja:["レイアウト名"]}},21329:e=>{e.exports={en:["Layout name (A to Z)"],ja:["レイアウト名 (AからZ)"]}},11324:e=>{e.exports={en:["Layout name (Z to A)"],ja:["レイアウト名 (ZからA)"]}},21355:e=>{e.exports={en:["Layouts"],ja:["レイアウト"]}},63269:e=>{e.exports={en:["No layouts matched your criteria"],ja:["条件に合致するレイアウトはありません"]}},5191:e=>{e.exports={en:["Sort by layout name, date changed"],ja:["レイアウト名や変更日で並び替え"]}},8573:e=>{e.exports={en:["Search"],ja:["検索"]}},85106:e=>{e.exports={en:["Remove from favorites"],ja:["お気に入りから削除"]}},47550:e=>{e.exports={en:["Remove selected emoji"],ja:["追加した絵文字を削除する"]}},30502:e=>{e.exports={en:["on {amount} symbol","on {amount} symbols"],ja:["({amount}個のシンボル上に)"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.3367.8357e9248b9de0310231.js b/public/charting_library/bundles/ja.3367.8357e9248b9de0310231.js
new file mode 100644
index 0000000..fcbbf83
--- /dev/null
+++ b/public/charting_library/bundles/ja.3367.8357e9248b9de0310231.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3367,6155,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ja:["#{count}(価格, バー)"]}},78930:e=>{e.exports={en:["Coordinates"],ja:["座標"]}},24197:e=>{e.exports={en:["Center"],ja:["中央"]}},27567:e=>{e.exports={en:["Bottom"],ja:["下"]}},38408:e=>{e.exports={en:["Border"],ja:["枠"]}},79468:e=>{e.exports={en:["Background"],ja:["背景"]}},72942:e=>{e.exports={en:["Days"],ja:["日"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ja:["再配置 (価格, バー)"]}},56796:e=>{e.exports={en:["Hours"],ja:["時間"]}},95406:e=>{e.exports={en:["Horizontal"],ja:["水平"]}},21429:e=>{e.exports={en:["Inputs"],ja:["パラメーター"]}},11626:e=>{e.exports={en:["Left"],ja:["左"]}},43154:e=>{e.exports={en:["Months"],ja:["月"]}},68833:e=>{e.exports={en:["Middle"],ja:["中央"]}},42562:e=>{e.exports={en:["Minutes"],ja:["分"]}},65188:e=>{e.exports={en:["Seconds"],ja:["秒"]}},50421:e=>{e.exports={en:["Right"],ja:["右"]}},835:e=>{e.exports={en:["Weeks"],ja:["週"]}},97118:e=>{e.exports={en:["Top"],ja:["上"]}},70320:e=>{e.exports={en:["Text"],ja:["テキスト"]}},7560:e=>{e.exports={en:["Text wrap"],ja:["テキストを折り返す"]}},25485:e=>{e.exports={en:["Text alignment"],ja:["テキストの配置"]}},67781:e=>{e.exports={en:["Text orientation"],ja:["テキストの向き"]}},24821:e=>{e.exports={en:["Ticks"],ja:["ティック"]}},69526:e=>{e.exports={en:["Vertical"],ja:["垂直"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ja:["バーのX座標の変更"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ja:["価格のY座標の変更"]}},96135:e=>{e.exports={en:["change {title} days to"],ja:["{title}の可視性を何日までに変更"]}},91201:e=>{e.exports={en:["change {title} days from"],ja:["{title}の可視性を何日からに変更"]}},8306:e=>{e.exports={en:["change {title} hours from"],ja:["{title}の可視性を何時間からに変更"]}},67233:e=>{e.exports={en:["change {title} hours to"],ja:["{title}の可視性を何時間までに変更"]}},99122:e=>{e.exports={en:["change {title} months from"],ja:["{title}の可視性を何ヶ月からに変更"]}},10518:e=>{e.exports={en:["change {title} months to"],ja:["{title}の可視性を何ヶ月までに変更"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ja:["{title}の可視性を何分までに変更"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ja:["{title}の可視性を何分からに変更"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ja:["{title}の可視性を何秒までに変更"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ja:["{title}の可視性を何秒からに変更"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ja:["{title}の可視性を何週からに変更"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ja:["{title}の可視性を何週までに変更"]}},57122:e=>{e.exports={en:["change {title} text"],ja:["{title}のテキストの変更"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ja:["{title}のティックでの可視性の変更"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ja:["{title}の週足の可視性の変更"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ja:["{ranges}で{title}の表示の変更"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ja:["{title}の日足の可視性の変更"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ja:["{title}の時間足の可視性の変更"]}},78219:e=>{e.exports={
+en:["change {title} visibility on minutes"],ja:["{title}の分足の可視性の変更"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ja:["{title}の月足の可視性の変更"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ja:["{title}の秒足での可視性の変更"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],ja:["{toolName}のラベルの垂直方向の配置の変更"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],ja:["{toolName}のラベルの水平方向の配置の変更"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],ja:["{toolName}のラベルの方向の変更"]}},66668:e=>{e.exports={en:["change {toolName} text"],ja:["{toolName}のテキストの変更"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],ja:["{toolName}のテキストの表示の変更"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],ja:["{toolName}のテキストの折り返しの変更"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],ja:["{toolName}のテキストの背景色の変更"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],ja:["{toolName}のテキストの背景の表示の変更"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],ja:["{toolName}のテキストの枠の色の変更"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],ja:["{toolName}のテキストの枠の幅の変更"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],ja:["{toolName}のテキストの枠の表示の変更"]}},64500:e=>{e.exports={en:["change {toolName} text color"],ja:["{toolName}のテキストの色の変更"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],ja:["{toolName}のテキストフォントを太字に変更"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],ja:["{toolName}のテキストフォントをイタリックに変更"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],ja:["{toolName}のテキストのフォントサイズの変更"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ja:["{propertyName}プロパティの変更"]}},35813:e=>{e.exports={en:["days"],ja:["日"]}},89919:e=>{e.exports={en:["days to"],ja:["何日まで"]}},59215:e=>{e.exports={en:["days from"],ja:["何日から"]}},2359:e=>{e.exports={en:["hours"],ja:["時間"]}},82267:e=>{e.exports={en:["hours from"],ja:["何時間から"]}},15600:e=>{e.exports={en:["hours to"],ja:["何時間まで"]}},76261:e=>{e.exports={en:["move drawings"],ja:["描画の移動"]}},95300:e=>{e.exports={en:["months"],ja:["月"]}},17250:e=>{e.exports={en:["months from"],ja:["何ヶ月から"]}},2828:e=>{e.exports={en:["months to"],ja:["何ヶ月まで"]}},18726:e=>{e.exports={en:["minutes"],ja:["分"]}},67649:e=>{e.exports={en:["minutes to"],ja:["何分まで"]}},22476:e=>{e.exports={en:["minutes from"],ja:["何分から"]}},751:e=>{e.exports={en:["seconds"],ja:["秒"]}},73419:e=>{e.exports={en:["seconds to"],ja:["何秒まで"]}},35801:e=>{e.exports={en:["seconds from"],ja:["何秒から"]}},45537:e=>{e.exports={en:["weeks"],ja:["週"]}},92859:e=>{e.exports={en:["weeks from"],ja:["何週から"]}},44127:e=>{e.exports={en:["weeks to"],ja:["何週まで"]}},3539:e=>{e.exports={en:["ticks"],ja:["ティック"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.359.3c5835e59f61404fe3cc.js b/public/charting_library/bundles/ja.359.3c5835e59f61404fe3cc.js
new file mode 100644
index 0000000..02188e6
--- /dev/null
+++ b/public/charting_library/bundles/ja.359.3c5835e59f61404fe3cc.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[359,4040],{41256:e=>{e.exports={en:["Back"],ja:["戻る"]}},53174:e=>{e.exports={en:["Right"],ja:["ストックオプション"]}},4543:e=>{e.exports={en:["Cancel"],ja:["キャンセル"]}},47742:e=>{e.exports={en:["Close menu"],ja:["メニューを閉じる"]}},34040:e=>{e.exports={en:["All sources"],ja:["すべての提供元"]}},42358:e=>{e.exports={en:["Bond"],ja:["債券"]}},78734:e=>{e.exports={en:["Description"],ja:["詳細"]}},37117:e=>{e.exports={en:["More"],ja:["詳細"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],ja:["条件に合致する取引所はありません"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],ja:["条件に合致するシンボルはありません"]}},28628:e=>{e.exports={en:["Sources"],ja:["情報源"]}},8573:e=>{e.exports={en:["Search"],ja:["検索"]}},57640:e=>{e.exports={en:["Select source"],ja:["情報源を選択"]}},95481:e=>{e.exports={en:["Symbol"],ja:["シンボル"]}},74007:e=>{e.exports={en:["Symbol & description"],ja:["シンボル & 詳細"]}},51165:e=>{e.exports={en:["Symbol Search"],ja:["シンボル検索"]}},70932:e=>{e.exports={en:["commodity"],ja:["コモディティ"]}},79599:e=>{e.exports={en:["cfd"],ja:["CFD"]}},46128:e=>{e.exports={en:["crypto"],ja:["暗号"]}},47268:e=>{e.exports={en:["dr"],ja:["預託証券"]}},54094:e=>{e.exports={en:["economy"],ja:["経済指標"]}},17770:e=>{e.exports={en:["forex"],ja:["FX"]}},4723:e=>{e.exports={en:["futures"],ja:["先物"]}},87464:e=>{e.exports={en:["index"],ja:["指数"]}},90250:e=>{e.exports={en:["indices"],ja:["指数"]}},76752:e=>{e.exports={en:["stock"],ja:["株式"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.3597.9c639cb519af03750b8e.js b/public/charting_library/bundles/ja.3597.9c639cb519af03750b8e.js
new file mode 100644
index 0000000..4a1f383
--- /dev/null
+++ b/public/charting_library/bundles/ja.3597.9c639cb519af03750b8e.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3597],{53288:e=>{e.exports={en:["animals & nature"],ja:["動物 & 自然"]}},21311:e=>{e.exports={en:["activity"],ja:["アクティビティ"]}},90678:e=>{e.exports={en:["food & drink"],ja:["フード & ドリンク"]}},6715:e=>{e.exports={en:["flags"],ja:["旗"]}},98355:e=>{e.exports={en:["objects"],ja:["モノ"]}},43438:e=>{e.exports={en:["smiles & people"],ja:["スマイル & 人物"]}},40457:e=>{e.exports={en:["symbols"],ja:["記号"]}},88906:e=>{e.exports={en:["recently used"],ja:["最近使用したもの"]}},28562:e=>{e.exports={en:["travel & places"],ja:["トラベル & 場所"]}},4543:e=>{e.exports={en:["Cancel"],ja:["キャンセル"]}},47742:e=>{e.exports={en:["Close menu"],ja:["メニューを閉じる"]}},4461:e=>{e.exports={en:["Add emoji"],ja:["絵文字を追加する"]}},9372:e=>{e.exports={en:["Indicator template '{templateName}' already exists. Do you really want to replace it?"],ja:["インジケーターテンプレート '{templateName}' は既に存在しています。本当に置き換えますか?"]}},19295:e=>{e.exports={en:["Ok"],ja:["OK"]}},85888:e=>{e.exports={en:["No results found"],ja:["該当なし"]}},64e3:e=>{e.exports={en:["Save"],ja:["保存"]}},71924:e=>{e.exports={en:["Save indicator template"],ja:["インジケーターテンプレートを保存"]}},6081:e=>{e.exports={en:["Saved indicators"],ja:["保存されたインジケーター"]}},63035:e=>{e.exports={en:["Selecting this option will set the {interval} interval on the chart when this template is applied"],ja:["この項目を選択すると、テンプレートが適用された時にチャートの時間足が{interval}に設定されます"]}},13860:e=>{e.exports={en:["Selecting this option will set the {symbol} symbol on the chart when this template is applied"],ja:["この項目を選択すると、テンプレートが適用された時にチャートのシンボルが{symbol}に設定されます"]}},18698:e=>{e.exports={en:["Remember Interval"],ja:["時間足を記憶"]}},57149:e=>{e.exports={en:["Remember Symbol"],ja:["シンボルを記憶"]}},47550:e=>{e.exports={en:["Remove selected emoji"],ja:["追加した絵文字を削除する"]}},59233:e=>{e.exports={en:["Template name"],ja:["テンプレート名"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.4040.333002e872dd8b0c1c95.js b/public/charting_library/bundles/ja.4040.333002e872dd8b0c1c95.js
new file mode 100644
index 0000000..ef8afc5
--- /dev/null
+++ b/public/charting_library/bundles/ja.4040.333002e872dd8b0c1c95.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4040],{34040:e=>{e.exports={en:["All sources"],ja:["すべての提供元"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.4109.921da6023cc8aa9fe3a5.js b/public/charting_library/bundles/ja.4109.921da6023cc8aa9fe3a5.js
new file mode 100644
index 0000000..04d4e3d
--- /dev/null
+++ b/public/charting_library/bundles/ja.4109.921da6023cc8aa9fe3a5.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4109],{69207:e=>{e.exports={en:["Add to favorites"],ja:["お気に入りに追加"]}},85106:e=>{e.exports={en:["Remove from favorites"],ja:["お気に入りから削除"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.4166.e3c369fb8ae4775c7f89.js b/public/charting_library/bundles/ja.4166.e3c369fb8ae4775c7f89.js
new file mode 100644
index 0000000..b087c46
--- /dev/null
+++ b/public/charting_library/bundles/ja.4166.e3c369fb8ae4775c7f89.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4166],{80996:e=>{e.exports={en:["Local drawings"],ja:["ローカルの描画"]}},84212:e=>{e.exports={en:["No drawings yet"],ja:["未描画"]}},92931:e=>{e.exports={en:["Synced globally"],ja:["グローバルに同期"]}},41870:e=>{e.exports={en:["Synced in layout"],ja:["レイアウト内で同期"]}},8182:e=>{e.exports={en:["Remove all drawings for this symbol"],ja:["このシンボルのすべての描画を削除"]}},58407:e=>{e.exports={en:["remove all line tools for {symbol}"],ja:["{symbol}のすべてのラインツールの削除"]}},90755:e=>{e.exports={en:["{drawingsCount} drawing","{drawingsCount} drawings"],ja:["{drawingsCount}個の描画"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.4211.932ffa2dc04657916b72.js b/public/charting_library/bundles/ja.4211.932ffa2dc04657916b72.js
new file mode 100644
index 0000000..5e5590d
--- /dev/null
+++ b/public/charting_library/bundles/ja.4211.932ffa2dc04657916b72.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4211,4040,359,4109,9093],{23821:e=>{e.exports={en:["Dot"],ja:["ドット"]}},41256:e=>{e.exports={en:["Back"],ja:["戻る"]}},53174:e=>{e.exports={en:["Right"],ja:["ストックオプション"]}},57e3:e=>{e.exports={en:["Compare"],ja:["比較"]}},93111:e=>{e.exports={en:["Content"],ja:["コンテンツ"]}},8270:e=>{e.exports={en:["Copy link to the chart image"],ja:["チャート画像のリンクをコピー"]}},4543:e=>{e.exports={en:["Cancel"],ja:["キャンセル"]}},59934:e=>{e.exports={en:["Channels"],ja:["チャネル"]}},63245:e=>{e.exports={en:["Change symbol"],ja:["シンボルの変更"]}},56281:e=>{e.exports={en:["Chart style Columns"],ja:["チャートスタイル: 棒グラフ"]}},64526:e=>{e.exports={en:["Chart style Candles"],ja:["チャートスタイル: ローソク足"]}},9537:e=>{e.exports={en:["Chart style Area"],ja:["チャートスタイル: エリア"]}},19265:e=>{e.exports={en:["Chart style Bars"],ja:["チャートスタイル: バー"]}},19579:e=>{e.exports={en:["Chart style Baseline"],ja:["チャートスタイル: ベースライン"]}},47189:e=>{e.exports={en:["Chart style Kagi"],ja:["チャートスタイル: カギ足"]}},39883:e=>{e.exports={en:["Chart style HLC area"],ja:["チャートスタイル: HLCエリア"]}},67579:e=>{e.exports={en:["Chart style HLC bars"]}},44958:e=>{e.exports={en:["Chart style Hollow candles"],ja:["チャートスタイル: 中空ローソク足"]}},62423:e=>{e.exports={en:["Chart style Heikin Ashi"],ja:["チャートスタイル: 平均足"]}},70405:e=>{e.exports={en:["Chart style High-low"],ja:["チャートスタイル: ハイロー"]}},92911:e=>{e.exports={en:["Chart style Line"],ja:["チャートスタイル: ライン"]}},35458:e=>{e.exports={en:["Chart style Line with markers"],ja:["チャートスタイル: マーク付きライン"]}},11604:e=>{e.exports={en:["Chart style Line break"],ja:["チャートスタイル: 新値足"]}},67346:e=>{e.exports={en:["Chart style Session volume profile"],ja:["チャートスタイル: SVP (セッション出来高プロファイル)"]}},40447:e=>{e.exports={en:["Chart style Step line"],ja:["チャートスタイル: ステップライン"]}},22027:e=>{e.exports={en:["Chart style Point & figure"],ja:["チャートスタイル: ポイント&フィギュア"]}},49942:e=>{e.exports={en:["Chart style Range"],ja:["チャートスタイル: レンジ"]}},80082:e=>{e.exports={en:["Chart style Renko"],ja:["チャートスタイル: 練行足"]}},94861:e=>{e.exports={en:["Chart style Time Price Opportunity"],ja:["チャートスタイル: タイム・プライス・オポチュニティ"]}},13618:e=>{e.exports={en:["Chart style Volume candles"],ja:["チャートスタイル: 出来高ローソク足"]}},21190:e=>{e.exports={en:["Chart style Volume footprint"],ja:["チャートスタイル: 出来高フットプリント"]}},53438:e=>{e.exports={en:["Chart template"],ja:["チャートテンプレート"]}},47742:e=>{e.exports={en:["Close menu"],ja:["メニューを閉じる"]}},81578:e=>{e.exports={en:["Cursors"],ja:["カーソル"]}},77915:e=>{e.exports={en:["Cycles"],ja:["サイクル"]}},32064:e=>{e.exports={en:["Annotation tools"],ja:["アノテーションツール"]}},69207:e=>{e.exports={en:["Add to favorites"],ja:["お気に入りに追加"]}},34040:e=>{e.exports={en:["All sources"],ja:["すべての提供元"]}},19147:e=>{e.exports={en:["Arrows"],ja:["矢印"]}},42358:e=>{e.exports={en:["Bond"],ja:["債券"]}},65695:e=>{e.exports={en:["Brushes"],ja:["ブラシ"]}},51494:e=>{e.exports={en:["Gann"],ja:["ギャン"]}},2654:e=>{e.exports={en:["Gann and Fibonacci tools"],ja:["ギャン&フィボナッチツール"]}},22145:e=>{e.exports={en:["Geometric shapes"],ja:["幾何学的図形"]}},57157:e=>{e.exports={en:["Dot"],ja:["ドット"]}},25848:e=>{e.exports={en:["Dark theme"],
+ja:["ダークテーマ"]}},14939:e=>{e.exports={en:["Demonstration"],ja:["レーザーポインター"]}},78734:e=>{e.exports={en:["Description"],ja:["詳細"]}},74385:e=>{e.exports={en:["Drawings"],ja:["描画ツール"]}},44255:e=>{e.exports={en:["Elliott waves"],ja:["エリオット波動"]}},8727:e=>{e.exports={en:["Eraser"],ja:["消しゴム"]}},93308:e=>{e.exports={en:["Extended session"],ja:["時間外セッション"]}},1410:e=>{e.exports={en:["Forecasting and measurement tools"],ja:["予測・測定ツール"]}},26578:e=>{e.exports={en:["Fibonacci"],ja:["フィボナッチ"]}},67092:e=>{e.exports={en:["Fullscreen mode"],ja:["フルスクリーンモード"]}},83576:e=>{e.exports={en:["Function"],ja:["機能"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"],ja:["{hotKey_0}の長押しで一時的に描画"]}},27077:e=>{e.exports={en:["Open Object Tree"],ja:["オブジェクトツリーを開く"]}},7386:e=>{e.exports={en:["Open chart layout"],ja:["チャートレイアウトを開く"]}},79451:e=>{e.exports={en:["Lock all drawings"],ja:["すべての描画ツールをロック"]}},35112:e=>{e.exports={en:["Move chart back"],ja:["チャートを後方に移動"]}},12754:e=>{e.exports={en:["Move chart forward"],ja:["チャートを前方に移動"]}},37117:e=>{e.exports={en:["More"],ja:["詳細"]}},35553:e=>{e.exports={en:["Magic"],ja:["マジック"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"],ja:["マグネットモードでは、価格バーの近くに描画を配置すると近くのOHLC値(始値・高値・安値・終値)にくっつきます"]}},81031:e=>{e.exports={en:["Manage layout drawings"],ja:["レイアウトの描画を管理"]}},91563:e=>{e.exports={en:["Measure"],ja:["ものさし"]}},97050:e=>{e.exports={en:["Measurer"],ja:["測定"]}},7276:e=>{e.exports={en:["Merge all scales to the left"],ja:["すべてのスケールを左に結合"]}},80219:e=>{e.exports={en:["Merge all scales to the right"],ja:["すべてのスケールを右に結合"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],ja:["条件に合致する取引所はありません"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],ja:["条件に合致するシンボルはありません"]}},47202:e=>{e.exports={en:["Nothing matches your criteria"],ja:["条件に合致するものがありません"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"],ja:["新規描画は、マルチレイアウトのすべてのチャートに複製され、同じティッカーが選択された時に表示されます。"]}},3521:e=>{e.exports={en:["New drawings will sync globally"],ja:["新規描画をグローバルに同期"]}},93027:e=>{e.exports={en:["New drawings will sync in layout"],ja:["新規描画をレイアウト内で同期"]}},28628:e=>{e.exports={en:["Sources"],ja:["情報源"]}},41569:e=>{e.exports={en:["Save chart layout"],ja:["チャートレイアウトを保存"]}},8573:e=>{e.exports={en:["Search"],ja:["検索"]}},79354:e=>{e.exports={en:["Search tool or function"],ja:["ツールや機能を検索"]}},57640:e=>{e.exports={en:["Select source"],ja:["情報源を選択"]}},65781:e=>{e.exports={en:["Shapes"],ja:["図形"]}},3154:e=>{e.exports={en:["Show Hidden Tools"],ja:["非表示ツールを表示"]}},85786:e=>{e.exports={en:["Show Object Tree"],ja:["オブジェクトツリーを表示"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],ja:["描画モードの維持"]}},94593:e=>{e.exports={en:["Strong Magnet"],ja:["強いマグネット"]}},95481:e=>{e.exports={en:["Symbol"],ja:["シンボル"]}},74007:e=>{e.exports={en:["Symbol & description"],ja:["シンボル & 詳細"]}},51165:e=>{e.exports={en:["Symbol Search"],ja:["シンボル検索"]}},23391:e=>{e.exports={en:["Sync drawings to all charts"],
+ja:["すべてのチャートに描画を同期する"]}},46417:e=>{e.exports={en:["Patterns"],ja:["パターン"]}},36167:e=>{e.exports={en:["Pitchforks"],ja:["ピッチフォーク"]}},79366:e=>{e.exports={en:["Previous day close price line"],ja:["前日終値ライン"]}},76753:e=>{e.exports={en:["Recent search"],ja:["最近の検索"]}},28051:e=>{e.exports={en:["Regular session"],ja:["通常セッション"]}},57118:e=>{e.exports={en:["Remove Drawings"],ja:["描画を削除"]}},4474:e=>{e.exports={en:["Remove all indicators and drawing tools"],ja:["すべてのインジケーターと描画ツールを削除"]}},96374:e=>{e.exports={en:["Remove drawings"],ja:["描画を削除"]}},85106:e=>{e.exports={en:["Remove from favorites"],ja:["お気に入りから削除"]}},99984:e=>{e.exports={en:["Remove indicators"],ja:["インジケーターを削除"]}},38206:e=>{e.exports={en:["Rename chart layout"],ja:["チャートレイアウト名を変更"]}},31789:e=>{e.exports={en:["Reset chart"],ja:["チャートをリセット"]}},3519:e=>{e.exports={en:["Weak Magnet"],ja:["弱いマグネット"]}},65831:e=>{e.exports={en:["Text & Notes"],ja:["テキスト&ノート"]}},48773:e=>{e.exports={en:["Trend line tools"],ja:["トレンドラインツール"]}},27463:e=>{e.exports={en:["Type to search for drawings, functions and settings"],ja:["入力して描画、機能、設定を検索"]}},69260:e=>{e.exports={en:["Volume-based"],ja:["出来高ベース"]}},78659:e=>{e.exports={en:["You're changing the user interface to the {name} theme. Would you like to switch the chart template's theme too?"],ja:["ユーザーインターフェイスを{name}に変更します。チャートテンプレートのテーマも切り替えますか?"]}},55774:e=>{e.exports={en:["Zoom In"],ja:["ズームイン"]}},37310:e=>{e.exports={en:["Zoom Out"],ja:["ズームアウト"]}},70932:e=>{e.exports={en:["commodity"],ja:["コモディティ"]}},79599:e=>{e.exports={en:["cfd"],ja:["CFD"]}},13489:e=>{e.exports={en:["change ideas visibility on chart"],ja:["チャート上のアイデアの表示の変更"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"],ja:["インジケーターと財務指標名ラベルの表示の変更"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"],ja:["インジケーターと財務指標値ラベルの表示の変更"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"],ja:["プレ/アフターマーケット価格ラインの表示の変更"]}},46128:e=>{e.exports={en:["crypto"],ja:["暗号"]}},47268:e=>{e.exports={en:["dr"],ja:["預託証券"]}},54094:e=>{e.exports={en:["economy"],ja:["経済指標"]}},17770:e=>{e.exports={en:["forex"],ja:["FX"]}},4723:e=>{e.exports={en:["futures"],ja:["先物"]}},87464:e=>{e.exports={en:["index"],ja:["指数"]}},90250:e=>{e.exports={en:["indices"],ja:["指数"]}},76752:e=>{e.exports={en:["stock"],ja:["株式"]}},94521:e=>{e.exports={en:["sync drawings"],ja:["描画の同期"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"],ja:["{hotKey_0} + チャートをクリック"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"],ja:["{hotKey_0} — 円"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"],ja:["{hotKey_0} ー 45度の角度で直線を描く"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"],ja:["{hotKey_0} — 固定増分"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"],ja:["{hotKey_0} — 正方形"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.4543.af2e0ddd821d5bacf27b.js b/public/charting_library/bundles/ja.4543.af2e0ddd821d5bacf27b.js
new file mode 100644
index 0000000..e0d1820
--- /dev/null
+++ b/public/charting_library/bundles/ja.4543.af2e0ddd821d5bacf27b.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4543],{63271:e=>{e.exports={en:["Flipped"],ja:["左右反転"]}},28941:e=>{e.exports={en:["Mirrored"],ja:["上下反転"]}},92479:e=>{e.exports={en:["flip bars pattern"],ja:["バーのパターンの左右反転"]}},20965:e=>{e.exports={en:["mirror bars pattern"],ja:["バーのパターンの上下反転"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.4593.99cfdf832ec7f90cc2a7.js b/public/charting_library/bundles/ja.4593.99cfdf832ec7f90cc2a7.js
new file mode 100644
index 0000000..63b820e
--- /dev/null
+++ b/public/charting_library/bundles/ja.4593.99cfdf832ec7f90cc2a7.js
@@ -0,0 +1,5 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4593,4040,359,4821],{55517:e=>{e.exports={en:["Add"],ja:["追加"]}},29619:e=>{e.exports={en:["Add custom color"],ja:["カスタムカラーの追加"]}},80936:e=>{e.exports={en:["Opacity"],ja:["不透明度"]}},33857:e=>{e.exports={en:["Cross"],ja:["クロス"]}},97349:e=>{e.exports={en:["Fr"],ja:["金"]}},30961:e=>{e.exports={en:["Mo"],ja:["月"]}},94748:e=>{e.exports={en:["Sa"],ja:["土"]}},75005:e=>{e.exports={en:["Su"],ja:["日"]}},92578:e=>{e.exports={en:["We"],ja:["水"]}},8765:e=>{e.exports={en:["Th"],ja:["木"]}},9135:e=>{e.exports={en:["Tu"],ja:["火"]}},53288:e=>{e.exports={en:["animals & nature"],ja:["動物 & 自然"]}},21311:e=>{e.exports={en:["activity"],ja:["アクティビティ"]}},90678:e=>{e.exports={en:["food & drink"],ja:["フード & ドリンク"]}},6715:e=>{e.exports={en:["flags"],ja:["旗"]}},98355:e=>{e.exports={en:["objects"],ja:["モノ"]}},43438:e=>{e.exports={en:["smiles & people"],ja:["スマイル & 人物"]}},40457:e=>{e.exports={en:["symbols"],ja:["記号"]}},88906:e=>{e.exports={en:["recently used"],ja:["最近使用したもの"]}},28562:e=>{e.exports={en:["travel & places"],ja:["トラベル & 場所"]}},24716:e=>{e.exports={en:["Another symbol"],ja:["別のシンボル"]}},41256:e=>{e.exports={en:["Back"],ja:["戻る"]}},76542:e=>{e.exports={en:["Labels on price scale"],ja:["価格スケールのラベル"]}},94849:e=>{e.exports={en:["Main chart symbol"],ja:["メインチャートのシンボル"]}},49191:e=>{e.exports={en:["Values in status line"],ja:["ステータスラインの値"]}},53174:e=>{e.exports={en:["Right"],ja:["ストックオプション"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"],ja:["カレンダーは現在{year}年です"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"],ja:["カレンダーは現在{year_start}年から{year_end}年までです"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"],ja:["カレンダーは現在{month}月です"]}},4543:e=>{e.exports={en:["Cancel"],ja:["キャンセル"]}},24197:e=>{e.exports={en:["Center"],ja:["中央"]}},63245:e=>{e.exports={en:["Change symbol"],ja:["シンボルの変更"]}},54613:e=>{e.exports={en:["Chart"],ja:["チャート"]}},5669:e=>{e.exports={en:["Circles"],ja:["円"]}},47742:e=>{e.exports={en:["Close menu"],ja:["メニューを閉じる"]}},8305:e=>{e.exports={en:["Above bar"],ja:["バーの上"]}},69758:e=>{e.exports={en:["Absolute"],ja:["絶対値"]}},34040:e=>{e.exports={en:["All sources"],ja:["すべての提供元"]}},62511:e=>{e.exports={en:["Apply Defaults"],ja:["デフォルトを適用"]}},28896:e=>{e.exports={en:["April"],ja:["4月"]}},7349:e=>{e.exports={en:["Area with breaks"],ja:["区切り付きエリア"]}},11081:e=>{e.exports={en:["August"],ja:["8月"]}},27567:e=>{e.exports={en:["Bottom"],ja:["下"]}},74406:e=>{e.exports={en:["Body"],ja:["実体"]}},42358:e=>{e.exports={en:["Bond"],ja:["債券"]}},38408:e=>{e.exports={en:["Border"],ja:["枠"]}},79468:e=>{e.exports={en:["Background"],ja:["背景"]}},9417:e=>{e.exports={en:["Below bar"],ja:["バーの下"]}},68043:e=>{e.exports={en:["Gradient"],ja:["グラデーション"]}},27390:e=>{e.exports={en:["Dotted line"],ja:["点線"]}},71776:e=>{e.exports={en:["Down"],ja:["下"]}},72942:e=>{e.exports={en:["Days"],ja:["日"]}},88123:e=>{e.exports={en:["Dashed line"],ja:["破線"]}},73033:e=>{e.exports={en:["Developing VA"],ja:["VAの推移"]}},90082:e=>{e.exports={
+en:["December"],ja:["12月"]}},55319:e=>{e.exports={en:["Decrease"],ja:["減少"]}},16564:e=>{e.exports={en:["Default"],ja:["デフォルト"]}},48572:e=>{e.exports={en:["Defaults"],ja:["デフォルト"]}},78734:e=>{e.exports={en:["Description"],ja:["詳細"]}},81069:e=>{e.exports={en:["February"],ja:["2月"]}},3570:e=>{e.exports={en:["Friday"],ja:["金曜日"]}},56796:e=>{e.exports={en:["Hours"],ja:["時間"]}},95406:e=>{e.exports={en:["Horizontal"],ja:["水平"]}},8854:e=>{e.exports={en:["Hidden"],ja:["非表示"]}},78057:e=>{e.exports={en:["Histogram"],ja:["ヒストグラム"]}},39832:e=>{e.exports={en:["Increase"],ja:["増加"]}},21429:e=>{e.exports={en:["Inputs"],ja:["パラメーター"]}},200:e=>{e.exports={en:["January"],ja:["1月"]}},6608:e=>{e.exports={en:["July"],ja:["7月"]}},61487:e=>{e.exports={en:["June"],ja:["6月"]}},37997:e=>{e.exports={en:["October"],ja:["10月"]}},55450:e=>{e.exports={en:["Offset"],ja:["オフセット"]}},19295:e=>{e.exports={en:["Ok"],ja:["OK"]}},89702:e=>{e.exports={en:["Outputs"],ja:["出力"]}},64075:e=>{e.exports={en:["Override min tick"],ja:["小数点表示"]}},62791:e=>{e.exports={en:["Labels font"],ja:["ラベルのフォント"]}},11626:e=>{e.exports={en:["Left"],ja:["左"]}},34862:e=>{e.exports={en:["Line with breaks"],ja:["区切り付きライン"]}},28603:e=>{e.exports={en:["Line style"],ja:["ラインスタイル"]}},19573:e=>{e.exports={en:["Monday"],ja:["月曜日"]}},43154:e=>{e.exports={en:["Months"],ja:["月"]}},37117:e=>{e.exports={en:["More"],ja:["詳細"]}},25734:e=>{e.exports={en:["May"],ja:["5月"]}},93878:e=>{e.exports={en:["March"],ja:["3月"]}},68833:e=>{e.exports={en:["Middle"],ja:["中央"]}},42562:e=>{e.exports={en:["Minutes"],ja:["分"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],ja:["条件に合致する取引所はありません"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],ja:["条件に合致するシンボルはありません"]}},4607:e=>{e.exports={en:["November"],ja:["11月"]}},65353:e=>{e.exports={en:["Normal"],ja:["普通"]}},69102:e=>{e.exports={en:["Next year"],ja:["翌年"]}},17538:e=>{e.exports={en:["Next years"],ja:["次の年"]}},92790:e=>{e.exports={en:["Next month"],ja:["翌月"]}},71300:e=>{e.exports={en:["Number format is invalid."],ja:["数値形式が無効です。"]}},28628:e=>{e.exports={en:["Sources"],ja:["情報源"]}},88686:e=>{e.exports={en:["Solid"],ja:["ソリッド"]}},30348:e=>{e.exports={en:["Saturday"],ja:["土曜日"]}},99687:e=>{e.exports={en:["Save as default"],ja:["デフォルトを保存"]}},8573:e=>{e.exports={en:["Search"],ja:["検索"]}},65188:e=>{e.exports={en:["Seconds"],ja:["秒"]}},57640:e=>{e.exports={en:["Select source"],ja:["情報源を選択"]}},32179:e=>{e.exports={en:["September"],ja:["9月"]}},38712:e=>{e.exports={en:["Signal labels"],ja:["シグナルラベル"]}},31331:e=>{e.exports={en:["Specified value is more than the instrument maximum of {max}."],ja:["指定された値が銘柄の最大値 {max} を超えています。"]}},24216:e=>{e.exports={en:["Specified value is less than the instrument minimum of {min}."],ja:["指定された値が銘柄の最小値 {min} 未満です。"]}},14788:e=>{e.exports={en:["Step line with breaks"],ja:["区切り付きステップライン"]}},11877:e=>{e.exports={en:["Step line with diamonds"],ja:["ダイヤ付きステップライン"]}},61480:e=>{e.exports={en:["Sunday"],ja:["日曜日"]}},70235:e=>{e.exports={en:["Switch to months"],ja:["月に切り替え"]}},91245:e=>{e.exports={
+en:["Switch to dates"],ja:["日に切り替え"]}},71961:e=>{e.exports={en:["Switch to years"],ja:["年に切り替え"]}},95481:e=>{e.exports={en:["Symbol"],ja:["シンボル"]}},74007:e=>{e.exports={en:["Symbol & description"],ja:["シンボル & 詳細"]}},51165:e=>{e.exports={en:["Symbol Search"],ja:["シンボル検索"]}},10783:e=>{e.exports={en:["Placement"],ja:["配置"]}},27254:e=>{e.exports={en:["Please enter the right date"],ja:["適切な日付を入力して下さい"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"],ja:["正しい日付の形式 (yyyy-mm-dd) を入力してください"]}},59766:e=>{e.exports={en:["Precision"],ja:["精度"]}},93984:e=>{e.exports={en:["Previous month"],ja:["前月"]}},75776:e=>{e.exports={en:["Previous year"],ja:["前年"]}},44701:e=>{e.exports={en:["Previous years"],ja:["前の年"]}},98721:e=>{e.exports={en:["Quantity"],ja:["数量"]}},89984:e=>{e.exports={en:["Remove color"],ja:["色を削除"]}},47550:e=>{e.exports={en:["Remove selected emoji"],ja:["追加した絵文字を削除する"]}},33533:e=>{e.exports={en:["Reset settings"],ja:["設定をリセット"]}},50421:e=>{e.exports={en:["Right"],ja:["右"]}},94226:e=>{e.exports={en:["Wednesday"],ja:["水曜日"]}},835:e=>{e.exports={en:["Weeks"],ja:["週"]}},32163:e=>{e.exports={en:["Wick"],ja:["ヒゲ"]}},4622:e=>{e.exports={en:["Width (% of the box)"],ja:["幅 (ヒストグラムの%)"]}},97118:e=>{e.exports={en:["Top"],ja:["上"]}},25485:e=>{e.exports={en:["Text alignment"],ja:["テキストの配置"]}},77753:e=>{e.exports={en:["Text color"],ja:["テキストの色"]}},67781:e=>{e.exports={en:["Text orientation"],ja:["テキストの向き"]}},79137:e=>{e.exports={en:["Thursday"],ja:["木曜日"]}},54971:e=>{e.exports={en:["Thickness"],ja:["太さ"]}},24821:e=>{e.exports={en:["Ticks"],ja:["ティック"]}},6532:e=>{e.exports={en:["Trades on chart"],ja:["チャート上のトレード"]}},82160:e=>{e.exports={en:["Tuesday"],ja:["火曜日"]}},22691:e=>{e.exports={en:["Up"],ja:["上"]}},13748:e=>{e.exports={en:["Use special math signs to displace selected drawings: +,-,/,* for price and +,- for bar index."],ja:["選択中の描画をまとめて移動するには演算子を使用します。価格に対しては+ , - , / , *、バーインデックスに対しては+ ,- を使用します。"]}},81363:e=>{e.exports={en:["Volume profile"],ja:["出来高プロファイル"]}},60092:e=>{e.exports={en:["Values"],ja:["値"]}},69526:e=>{e.exports={en:["Vertical"],ja:["垂直"]}},66181:e=>{e.exports={en:["Years"],ja:["年"]}},70932:e=>{e.exports={en:["commodity"],ja:["コモディティ"]}},79599:e=>{e.exports={en:["cfd"],ja:["CFD"]}},26476:e=>{e.exports={en:["change min tick"],ja:["最小ティックの変更"]}},29426:e=>{e.exports={en:["change opacity"],ja:["不透明度の変更"]}},86955:e=>{e.exports={en:["change char"],ja:["文字の変更"]}},31675:e=>{e.exports={en:["change color"],ja:["色の変更"]}},85889:e=>{e.exports={en:["change expand blocks"],ja:["ブロック延長の変更"]}},27745:e=>{e.exports={en:["change font size"],ja:["フォントサイズの変更"]}},28818:e=>{e.exports={en:["change line style"],ja:["ラインスタイルの変更"]}},6834:e=>{e.exports={en:["change location"],ja:["ロケーションの変更"]}},62294:e=>{e.exports={en:["change percent width"],ja:["パーセント幅の変更"]}},81891:e=>{e.exports={en:["change placement"],ja:["配置の変更"]}},43439:e=>{e.exports={en:["change plot type"],ja:["プロット種類の変更"]}},61863:e=>{e.exports={en:["change precision"],ja:["精度の変更"]}},83468:e=>{e.exports={en:["change shape"],ja:["形の変更"]}},73281:e=>{
+e.exports={en:["change thickness"],ja:["太さの変更"]}},21333:e=>{e.exports={en:["change value"],ja:["値の変更"]}},9344:e=>{e.exports={en:["change values visibility"],ja:["値の表示の変更"]}},96135:e=>{e.exports={en:["change {title} days to"],ja:["{title}の可視性を何日までに変更"]}},91201:e=>{e.exports={en:["change {title} days from"],ja:["{title}の可視性を何日からに変更"]}},8306:e=>{e.exports={en:["change {title} hours from"],ja:["{title}の可視性を何時間からに変更"]}},67233:e=>{e.exports={en:["change {title} hours to"],ja:["{title}の可視性を何時間までに変更"]}},99122:e=>{e.exports={en:["change {title} months from"],ja:["{title}の可視性を何ヶ月からに変更"]}},10518:e=>{e.exports={en:["change {title} months to"],ja:["{title}の可視性を何ヶ月までに変更"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ja:["{title}の可視性を何分までに変更"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ja:["{title}の可視性を何分からに変更"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ja:["{title}の可視性を何秒までに変更"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ja:["{title}の可視性を何秒からに変更"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ja:["{title}の可視性を何週からに変更"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ja:["{title}の可視性を何週までに変更"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ja:["{title}のティックでの可視性の変更"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ja:["{title}の週足の可視性の変更"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ja:["{ranges}で{title}の表示の変更"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ja:["{title}の日足の可視性の変更"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ja:["{title}の時間足の可視性の変更"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ja:["{title}の分足の可視性の変更"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ja:["{title}の月足の可視性の変更"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ja:["{title}の秒足での可視性の変更"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ja:["{propertyName}プロパティの変更"]}},5741:e=>{e.exports={en:["close"],ja:["終値"]}},46128:e=>{e.exports={en:["crypto"],ja:["暗号"]}},35813:e=>{e.exports={en:["days"],ja:["日"]}},89919:e=>{e.exports={en:["days to"],ja:["何日まで"]}},59215:e=>{e.exports={en:["days from"],ja:["何日から"]}},47268:e=>{e.exports={en:["dr"],ja:["預託証券"]}},406:e=>{e.exports={en:["e.g. +1"],ja:["例. +1"]}},49957:e=>{e.exports={en:["e.g. /2"],ja:["例. /2"]}},54094:e=>{e.exports={en:["economy"],ja:["経済指標"]}},17770:e=>{e.exports={en:["forex"],ja:["FX"]}},4723:e=>{e.exports={en:["futures"],ja:["先物"]}},2359:e=>{e.exports={en:["hours"],ja:["時間"]}},82267:e=>{e.exports={en:["hours from"],ja:["何時間から"]}},15600:e=>{e.exports={en:["hours to"],ja:["何時間まで"]}},59319:e=>{e.exports={en:["high"],ja:["高値"]}},96008:e=>{e.exports={en:["hl2"],ja:["高値+安値の平均"]}},91189:e=>{e.exports={en:["hlc3"],ja:["高値+安値+終値の平均"]}},49242:e=>{e.exports={en:["hlcc4"],ja:["高値+安値+終値x2の平均"]}},87464:e=>{e.exports={en:["index"],ja:["指数"]}},90250:e=>{e.exports={en:["indices"],ja:["指数"]}},52793:e=>{e.exports={en:["ohlc4"],ja:["始値+高値+安値+終値の平均"]}},83584:e=>{e.exports={en:["open"],
+ja:["始値"]}},41902:e=>{e.exports={en:["low"],ja:["安値"]}},95300:e=>{e.exports={en:["months"],ja:["月"]}},17250:e=>{e.exports={en:["months from"],ja:["何ヶ月から"]}},2828:e=>{e.exports={en:["months to"],ja:["何ヶ月まで"]}},18726:e=>{e.exports={en:["minutes"],ja:["分"]}},67649:e=>{e.exports={en:["minutes to"],ja:["何分まで"]}},22476:e=>{e.exports={en:["minutes from"],ja:["何分から"]}},751:e=>{e.exports={en:["seconds"],ja:["秒"]}},73419:e=>{e.exports={en:["seconds to"],ja:["何秒まで"]}},35801:e=>{e.exports={en:["seconds from"],ja:["何秒から"]}},76752:e=>{e.exports={en:["stock"],ja:["株式"]}},45537:e=>{e.exports={en:["weeks"],ja:["週"]}},92859:e=>{e.exports={en:["weeks from"],ja:["何週から"]}},44127:e=>{e.exports={en:["weeks to"],ja:["何週まで"]}},3539:e=>{e.exports={en:["ticks"],ja:["ティック"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.4821.0124e1463859eb34b0d7.js b/public/charting_library/bundles/ja.4821.0124e1463859eb34b0d7.js
new file mode 100644
index 0000000..2778688
--- /dev/null
+++ b/public/charting_library/bundles/ja.4821.0124e1463859eb34b0d7.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4821],{24821:e=>{e.exports={en:["Ticks"],ja:["ティック"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.5111.0e84f778015dc1f067f1.js b/public/charting_library/bundles/ja.5111.0e84f778015dc1f067f1.js
new file mode 100644
index 0000000..98641e0
--- /dev/null
+++ b/public/charting_library/bundles/ja.5111.0e84f778015dc1f067f1.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5111],{77114:e=>{e.exports={en:["erase level line"],ja:["レベルラインの消去"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.5402.f7a00bf7d82b9a40920d.js b/public/charting_library/bundles/ja.5402.f7a00bf7d82b9a40920d.js
new file mode 100644
index 0000000..8c69c64
--- /dev/null
+++ b/public/charting_library/bundles/ja.5402.f7a00bf7d82b9a40920d.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5402],{15402:e=>{e.exports={en:["Next time you can use {shortcut} for quick paste"],ja:["次回からは、{shortcut} で素早く貼り付けることができます"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.5683.0a2c985dba54512056ce.js b/public/charting_library/bundles/ja.5683.0a2c985dba54512056ce.js
new file mode 100644
index 0000000..1f7c669
--- /dev/null
+++ b/public/charting_library/bundles/ja.5683.0a2c985dba54512056ce.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5683],{97349:e=>{e.exports={en:["Fr"],ja:["金"]}},30961:e=>{e.exports={en:["Mo"],ja:["月"]}},94748:e=>{e.exports={en:["Sa"],ja:["土"]}},75005:e=>{e.exports={en:["Su"],ja:["日"]}},92578:e=>{e.exports={en:["We"],ja:["水"]}},8765:e=>{e.exports={en:["Th"],ja:["木"]}},9135:e=>{e.exports={en:["Tu"],ja:["火"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"],ja:["カレンダーは現在{year}年です"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"],ja:["カレンダーは現在{year_start}年から{year_end}年までです"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"],ja:["カレンダーは現在{month}月です"]}},4543:e=>{e.exports={en:["Cancel"],ja:["キャンセル"]}},47742:e=>{e.exports={en:["Close menu"],ja:["メニューを閉じる"]}},81861:e=>{e.exports={en:["Custom range"],ja:["カスタム範囲"]}},28896:e=>{e.exports={en:["April"],ja:["4月"]}},11081:e=>{e.exports={en:["August"],ja:["8月"]}},42432:e=>{e.exports={en:["Go to"],ja:["移動"]}},90082:e=>{e.exports={en:["December"],ja:["12月"]}},81069:e=>{e.exports={en:["February"],ja:["2月"]}},3570:e=>{e.exports={en:["Friday"],ja:["金曜日"]}},200:e=>{e.exports={en:["January"],ja:["1月"]}},6608:e=>{e.exports={en:["July"],ja:["7月"]}},61487:e=>{e.exports={en:["June"],ja:["6月"]}},37997:e=>{e.exports={en:["October"],ja:["10月"]}},19295:e=>{e.exports={en:["Ok"],ja:["OK"]}},19573:e=>{e.exports={en:["Monday"],ja:["月曜日"]}},43154:e=>{e.exports={en:["Months"],ja:["月"]}},37117:e=>{e.exports={en:["More"],ja:["詳細"]}},25734:e=>{e.exports={en:["May"],ja:["5月"]}},93878:e=>{e.exports={en:["March"],ja:["3月"]}},4607:e=>{e.exports={en:["November"],ja:["11月"]}},69102:e=>{e.exports={en:["Next year"],ja:["翌年"]}},17538:e=>{e.exports={en:["Next years"],ja:["次の年"]}},92790:e=>{e.exports={en:["Next month"],ja:["翌月"]}},30348:e=>{e.exports={en:["Saturday"],ja:["土曜日"]}},32179:e=>{e.exports={en:["September"],ja:["9月"]}},61480:e=>{e.exports={en:["Sunday"],ja:["日曜日"]}},70235:e=>{e.exports={en:["Switch to months"],ja:["月に切り替え"]}},91245:e=>{e.exports={en:["Switch to dates"],ja:["日に切り替え"]}},71961:e=>{e.exports={en:["Switch to years"],ja:["年に切り替え"]}},27254:e=>{e.exports={en:["Please enter the right date"],ja:["適切な日付を入力して下さい"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"],ja:["正しい日付の形式 (yyyy-mm-dd) を入力してください"]}},93984:e=>{e.exports={en:["Previous month"],ja:["前月"]}},75776:e=>{e.exports={en:["Previous year"],ja:["前年"]}},44701:e=>{e.exports={en:["Previous years"],ja:["前の年"]}},94226:e=>{e.exports={en:["Wednesday"],ja:["水曜日"]}},79137:e=>{e.exports={en:["Thursday"],ja:["木曜日"]}},82160:e=>{e.exports={en:["Tuesday"],ja:["火曜日"]}},66181:e=>{e.exports={en:["Years"],ja:["年"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.5862.3039f470825daf65b9d6.js b/public/charting_library/bundles/ja.5862.3039f470825daf65b9d6.js
new file mode 100644
index 0000000..8884919
--- /dev/null
+++ b/public/charting_library/bundles/ja.5862.3039f470825daf65b9d6.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5862],{4543:e=>{e.exports={en:["Cancel"],ja:["キャンセル"]}},32910:e=>{e.exports={en:["Choose image"],ja:["画像を選択"]}},47742:e=>{e.exports={en:["Close menu"],ja:["メニューを閉じる"]}},98918:e=>{e.exports={en:["Drop image here!"],ja:["画像をここにドロップ!"]}},49580:e=>{e.exports={en:["Image is required"],ja:["画像が必要です"]}},41667:e=>{e.exports={en:["JPG, PNG or WEBP"],ja:["JPG、PNGまたはWEBP"]}},19295:e=>{e.exports={en:["Ok"],ja:["OK"]}},7654:e=>{e.exports={en:["Max size {value}"],ja:["最大サイズは{value}です"]}},64789:e=>{e.exports={en:["Something went wrong, try again"],ja:["何か問題が発生しました。再度お試し下さい"]}},73007:e=>{e.exports={en:["The image being pasted is way too large"],ja:["貼り付けた画像が大きすぎます"]}},19788:e=>{e.exports={en:["Transparency"],ja:["不透明度"]}},16992:e=>{e.exports={en:["Upload a valid image. The file you uploaded was either not an image or a corrupted image."],ja:["有効な画像をアップロードして下さい。アップロードされたファイルは画像ファイルではないか、画像が破損しています。"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.6155.0d55563600ea0d002811.js b/public/charting_library/bundles/ja.6155.0d55563600ea0d002811.js
new file mode 100644
index 0000000..c3533a0
--- /dev/null
+++ b/public/charting_library/bundles/ja.6155.0d55563600ea0d002811.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ja:["#{count}(価格, バー)"]}},78930:e=>{e.exports={en:["Coordinates"],ja:["座標"]}},24197:e=>{e.exports={en:["Center"],ja:["中央"]}},27567:e=>{e.exports={en:["Bottom"],ja:["下"]}},72942:e=>{e.exports={en:["Days"],ja:["日"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ja:["再配置 (価格, バー)"]}},56796:e=>{e.exports={en:["Hours"],ja:["時間"]}},95406:e=>{e.exports={en:["Horizontal"],ja:["水平"]}},21429:e=>{e.exports={en:["Inputs"],ja:["パラメーター"]}},11626:e=>{e.exports={en:["Left"],ja:["左"]}},43154:e=>{e.exports={en:["Months"],ja:["月"]}},68833:e=>{e.exports={en:["Middle"],ja:["中央"]}},42562:e=>{e.exports={en:["Minutes"],ja:["分"]}},65188:e=>{e.exports={en:["Seconds"],ja:["秒"]}},50421:e=>{e.exports={en:["Right"],ja:["右"]}},835:e=>{e.exports={en:["Weeks"],ja:["週"]}},97118:e=>{e.exports={en:["Top"],ja:["上"]}},70320:e=>{e.exports={en:["Text"],ja:["テキスト"]}},25485:e=>{e.exports={en:["Text alignment"],ja:["テキストの配置"]}},67781:e=>{e.exports={en:["Text orientation"],ja:["テキストの向き"]}},24821:e=>{e.exports={en:["Ticks"],ja:["ティック"]}},69526:e=>{e.exports={en:["Vertical"],ja:["垂直"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ja:["バーのX座標の変更"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ja:["価格のY座標の変更"]}},96135:e=>{e.exports={en:["change {title} days to"],ja:["{title}の可視性を何日までに変更"]}},91201:e=>{e.exports={en:["change {title} days from"],ja:["{title}の可視性を何日からに変更"]}},8306:e=>{e.exports={en:["change {title} hours from"],ja:["{title}の可視性を何時間からに変更"]}},67233:e=>{e.exports={en:["change {title} hours to"],ja:["{title}の可視性を何時間までに変更"]}},99122:e=>{e.exports={en:["change {title} months from"],ja:["{title}の可視性を何ヶ月からに変更"]}},10518:e=>{e.exports={en:["change {title} months to"],ja:["{title}の可視性を何ヶ月までに変更"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ja:["{title}の可視性を何分までに変更"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ja:["{title}の可視性を何分からに変更"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ja:["{title}の可視性を何秒までに変更"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ja:["{title}の可視性を何秒からに変更"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ja:["{title}の可視性を何週からに変更"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ja:["{title}の可視性を何週までに変更"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ja:["{title}のティックでの可視性の変更"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ja:["{title}の週足の可視性の変更"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ja:["{ranges}で{title}の表示の変更"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ja:["{title}の日足の可視性の変更"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ja:["{title}の時間足の可視性の変更"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ja:["{title}の分足の可視性の変更"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ja:["{title}の月足の可視性の変更"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ja:["{title}の秒足での可視性の変更"]}
+},25167:e=>{e.exports={en:["change {propertyName} property"],ja:["{propertyName}プロパティの変更"]}},35813:e=>{e.exports={en:["days"],ja:["日"]}},89919:e=>{e.exports={en:["days to"],ja:["何日まで"]}},59215:e=>{e.exports={en:["days from"],ja:["何日から"]}},2359:e=>{e.exports={en:["hours"],ja:["時間"]}},82267:e=>{e.exports={en:["hours from"],ja:["何時間から"]}},15600:e=>{e.exports={en:["hours to"],ja:["何時間まで"]}},76261:e=>{e.exports={en:["move drawings"],ja:["描画の移動"]}},95300:e=>{e.exports={en:["months"],ja:["月"]}},17250:e=>{e.exports={en:["months from"],ja:["何ヶ月から"]}},2828:e=>{e.exports={en:["months to"],ja:["何ヶ月まで"]}},18726:e=>{e.exports={en:["minutes"],ja:["分"]}},67649:e=>{e.exports={en:["minutes to"],ja:["何分まで"]}},22476:e=>{e.exports={en:["minutes from"],ja:["何分から"]}},751:e=>{e.exports={en:["seconds"],ja:["秒"]}},73419:e=>{e.exports={en:["seconds to"],ja:["何秒まで"]}},35801:e=>{e.exports={en:["seconds from"],ja:["何秒から"]}},45537:e=>{e.exports={en:["weeks"],ja:["週"]}},92859:e=>{e.exports={en:["weeks from"],ja:["何週から"]}},44127:e=>{e.exports={en:["weeks to"],ja:["何週まで"]}},3539:e=>{e.exports={en:["ticks"],ja:["ティック"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.6290.a5f1298c89f78011c7d7.js b/public/charting_library/bundles/ja.6290.a5f1298c89f78011c7d7.js
new file mode 100644
index 0000000..d47e93e
--- /dev/null
+++ b/public/charting_library/bundles/ja.6290.a5f1298c89f78011c7d7.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6290,7122],{71682:e=>{e.exports={en:["in"],ja:[":"]}},72630:e=>{e.exports={en:["Closed"],ja:["確定"]}},18741:e=>{e.exports={en:["Open"],ja:["未確定"]}},95931:e=>{e.exports={en:["Cancel Order"],ja:["注文をキャンセル"]}},59783:e=>{e.exports={en:["Close Position"],ja:["ポジションを決済"]}},6060:e=>{e.exports={en:["Add text"],ja:["テキストを追加"]}},47545:e=>{e.exports={en:["FAILURE"],ja:["失敗"]}},1472:e=>{e.exports={en:["Head"],ja:["ヘッド"]}},27443:e=>{e.exports={en:["Left Shoulder"],ja:["左ショルダー"]}},67710:e=>{e.exports={en:["Modify Order"],ja:["注文の変更"]}},26409:e=>{e.exports={en:["SUCCESS"],ja:["成功"]}},79463:e=>{e.exports={en:["Stop: {stopChange} ({stopChangePercent}) {stopChangePip}, Amount: {amount}"],ja:["ストップ: {stopChange} ({stopChangePercent}) {stopChangePip}, 金額: {amount}"]}},24927:e=>{e.exports={en:["Protect Position"],ja:["ポジションを保護"]}},10780:e=>{e.exports={en:["Qty: {qty}"],ja:["数量: {qty}"]}},98818:e=>{e.exports={en:["Reverse Position"],ja:["ポジションを反転"]}},14719:e=>{e.exports={en:["Right Shoulder"],ja:["右ショルダー"]}},36825:e=>{e.exports={en:["Risk/Reward Ratio: {ratio}"],ja:["リスク/リワード比: {ratio}"]}},72274:e=>{e.exports={en:["Target: {profitChange} ({profitChangePercent}) {profitChangePip}, Amount: {amount}"],ja:["ターゲット: {profitChange} ({profitChangePercent}) {profitChangePip}, 金額: {amount}"]}},57122:e=>{e.exports={en:["change {title} text"],ja:["{title}のテキストの変更"]}},44994:e=>{e.exports={en:["distance: {number} px"],ja:["距離: {number} px"]}},76250:e=>{e.exports={en:["{status} P&L: {pnl}"],ja:["{status}損益: {pnl}"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.6342.6af643b9a34abf3f6313.js b/public/charting_library/bundles/ja.6342.6af643b9a34abf3f6313.js
new file mode 100644
index 0000000..4734534
--- /dev/null
+++ b/public/charting_library/bundles/ja.6342.6af643b9a34abf3f6313.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6342],{87859:e=>{e.exports={en:["Not applicable"],ja:["適用できません"]}},51998:e=>{e.exports={en:["Type the interval number for minute charts (i.e. 5 if it is going to be a five minute chart). Or number plus letter for H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)"],ja:["分足チャートの分数を入力します(5分足チャートの場合であれば5)。他の時間足の場合には、時間の数値に続けて文字(H (時間)、D (日)、W (週)、M (月))を入力して下さい(例.D や 2H)。"]}},96941:e=>{e.exports={en:["Type the interval number for minute charts (i.e. 5 if it's going to be a five minute chart). Or number plus letter for other intervals: S for 1 second chart (15S for 15 second chart, etc.), H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)"],ja:["分足チャートの分数を入力します(例.5分足チャートの場合であれば5)。他の時間足の場合には、時間の数値に続けて時間足を表す文字を入力して下さい: 秒足チャート (15Sは15秒チャート), H (時間), D (日), W (週), M (月)、(例.D や 2H)。"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.6406.78b7e0b0b9555ce886a5.js b/public/charting_library/bundles/ja.6406.78b7e0b0b9555ce886a5.js
new file mode 100644
index 0000000..2f8f9ca
--- /dev/null
+++ b/public/charting_library/bundles/ja.6406.78b7e0b0b9555ce886a5.js
@@ -0,0 +1,9 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6406,2787,6155,1432,5402,4821],{13616:e=>{e.exports={en:["#{count} (bar)"],ja:["#{count} (バー)"]}},80166:e=>{e.exports={en:["#{count} (price, bar)"],ja:["#{count}(価格, バー)"]}},26381:e=>{e.exports={en:["#1 (bar)"],ja:["#1(バー)"]}},37814:e=>{e.exports={en:["#1 (price)"],ja:["#1(価格)"]}},6737:e=>{e.exports={en:["#1 (price, bar)"],ja:["#1(価格, バー)"]}},87476:e=>{e.exports={en:["#1 (vertical position %, bar)"],ja:["#1 (垂直位置 %, バー)"]}},29291:e=>{e.exports={en:["Median"],ja:["Median (中央値)"]}},75106:e=>{e.exports={en:["%"],ja:["%"]}},53912:e=>{e.exports={en:["Coeffs as percents"],ja:["パーセントでの係数"]}},47370:e=>{e.exports={en:["Color"],ja:["色"]}},89735:e=>{e.exports={en:["Compact stats mode"],ja:["コンパクト統計モード"]}},78930:e=>{e.exports={en:["Coordinates"],ja:["座標"]}},87145:e=>{e.exports={en:["Cash"],ja:["キャッシュ"]}},24197:e=>{e.exports={en:["Center"],ja:["中央"]}},4518:e=>{e.exports={en:["Change in pips"],ja:["pips数変化"]}},9074:e=>{e.exports={en:["Change price offset"],ja:["価格のオフセットを変更"]}},390:e=>{e.exports={en:["Angle"],ja:["角度"]}},36335:e=>{e.exports={en:["Angles"],ja:["アングル"]}},97668:e=>{e.exports={en:["Account size"],ja:["口座サイズ"]}},93857:e=>{e.exports={en:["Always show stats"],ja:["常に統計を表示"]}},59129:e=>{e.exports={en:["Arcs"],ja:["アーク"]}},52648:e=>{e.exports={en:["Avg HL in minticks"],ja:["最小ティックサイズでの平均高安"]}},27567:e=>{e.exports={en:["Bottom"],ja:["下"]}},17129:e=>{e.exports={en:["Bottom labels"],ja:["下ラベル"]}},38408:e=>{e.exports={en:["Border"],ja:["枠"]}},333:e=>{e.exports={en:["Borders"],ja:["枠"]}},79468:e=>{e.exports={en:["Background"],ja:["背景"]}},58375:e=>{e.exports={en:["Background #1"],ja:["背景 #1"]}},89073:e=>{e.exports={en:["Bars range"],ja:["バーの範囲"]}},62374:e=>{e.exports={en:["Date/time range"],ja:["日時範囲"]}},72942:e=>{e.exports={en:["Days"],ja:["日"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ja:["再配置 (価格, バー)"]}},3369:e=>{e.exports={en:["Distance"],ja:["距離"]}},71310:e=>{e.exports={en:["Emoji pin"],ja:["絵文字ピン"]}},6002:e=>{e.exports={en:["Entry price"],ja:["エントリー価格"]}},1337:e=>{e.exports={en:["Extend"],ja:["延長"]}},76410:e=>{e.exports={en:["Extend bottom"],ja:["下に延長"]}},25112:e=>{e.exports={en:["Extend left"],ja:["左に延長"]}},61856:e=>{e.exports={en:["Extend left line"],ja:["ラインを左に延長"]}},819:e=>{e.exports={en:["Extend lines"],ja:["ラインを延長"]}},25188:e=>{e.exports={en:["Extend lines left"],ja:["ラインを左に延長"]}},79192:e=>{e.exports={en:["Extend lines right"],ja:["ラインを右に延長"]}},68461:e=>{e.exports={en:["Extend right"],ja:["右に延長"]}},87430:e=>{e.exports={en:["Extend right line"],ja:["ラインを右に延長"]}},71397:e=>{e.exports={en:["Extend top"],ja:["上に延長"]}},2573:e=>{e.exports={en:["Font size"],ja:["フォントサイズ"]}},71525:e=>{e.exports={en:["Failure text"],ja:["失敗テキスト"]}},28357:e=>{e.exports={en:["Failure background"],ja:["失敗の背景色"]}},84885:e=>{e.exports={en:["Fans"],ja:["ファン"]}},66086:e=>{e.exports={en:["Fib levels based on log scale"],ja:["ログスケールに基づくフィボナッチレベル"]}},63271:e=>{e.exports={en:["Flipped"],ja:["左右反転"]}},49275:e=>{e.exports={en:["HL bars"],ja:["HLバー"]}},56796:e=>{e.exports={
+en:["Hours"],ja:["時間"]}},95406:e=>{e.exports={en:["Horizontal"],ja:["水平"]}},81169:e=>{e.exports={en:["Invalid URL"],ja:["無効なURL"]}},21429:e=>{e.exports={en:["Inputs"],ja:["パラメーター"]}},91612:e=>{e.exports={en:["Inside"],ja:["インサイド"]}},98136:e=>{e.exports={en:["OC bars"],ja:["OCバー"]}},46005:e=>{e.exports={en:["Original"],ja:["オリジナル"]}},74045:e=>{e.exports={en:["Lot size"],ja:["ロットサイズ"]}},71571:e=>{e.exports={en:["Lower band #1"],ja:["ロワーバンド #1"]}},91889:e=>{e.exports={en:["Lower band #2"],ja:["ロワーバンド #2"]}},83301:e=>{e.exports={en:["Lower band #3"],ja:["ロワーバンド #3"]}},74872:e=>{e.exports={en:["Label"],ja:["ラベル"]}},73863:e=>{e.exports={en:["Label background"],ja:["ラベル背景"]}},79650:e=>{e.exports={en:["Levels"],ja:["レベル"]}},36937:e=>{e.exports={en:["Levels line"],ja:["レベルライン"]}},11626:e=>{e.exports={en:["Left"],ja:["左"]}},65e3:e=>{e.exports={en:["Left labels"],ja:["左ラベル"]}},32982:e=>{e.exports={en:["Line - HL/2"],ja:["ライン - HL/2"]}},80332:e=>{e.exports={en:["Line - open"],ja:["ライン - 始値"]}},30216:e=>{e.exports={en:["Line - close"],ja:["ライン - 終値"]}},18387:e=>{e.exports={en:["Line - high"],ja:["ライン - 高値"]}},53880:e=>{e.exports={en:["Line - low"],ja:["ライン - 安値"]}},3214:e=>{e.exports={en:["Mode"],ja:["モード"]}},70382:e=>{e.exports={en:["Modified Schiff"],ja:["変形シフ"]}},43154:e=>{e.exports={en:["Months"],ja:["月"]}},68833:e=>{e.exports={en:["Middle"],ja:["中央"]}},68286:e=>{e.exports={en:["Middle line"],ja:["ミドルライン"]}},12516:e=>{e.exports={en:["Middle point"],ja:["中間点"]}},42562:e=>{e.exports={en:["Minutes"],ja:["分"]}},28941:e=>{e.exports={en:["Mirrored"],ja:["上下反転"]}},15402:e=>{e.exports={en:["Next time you can use {shortcut} for quick paste"],ja:["次回からは、{shortcut} で素早く貼り付けることができます"]}},14279:e=>{e.exports={en:["Source background"],ja:["ソース背景色"]}},64598:e=>{e.exports={en:["Source border"],ja:["ソース枠"]}},88479:e=>{e.exports={en:["Source text"],ja:["ソーステキスト"]}},69904:e=>{e.exports={en:["Schiff"],ja:["シフ"]}},65188:e=>{e.exports={en:["Seconds"],ja:["秒"]}},26754:e=>{e.exports={en:["Stats"],ja:["統計"]}},16053:e=>{e.exports={en:["Stats position"],ja:["統計情報の位置"]}},33310:e=>{e.exports={en:["Stop color"],ja:["ストップの色"]}},23814:e=>{e.exports={en:["Stop level"],ja:["損切り水準"]}},23971:e=>{e.exports={en:["Success text"],ja:["成功テキスト"]}},90431:e=>{e.exports={en:["Success background"],ja:["成功の背景色"]}},73525:e=>{e.exports={en:["Percent change"],ja:["比率変化"]}},33120:e=>{e.exports={en:["Percents"],ja:["パーセント"]}},83840:e=>{e.exports={en:["Price"],ja:["価格"]}},97273:e=>{e.exports={en:["Price label"],ja:["価格ラベル"]}},42747:e=>{e.exports={en:["Price labels"],ja:["価格ラベル"]}},58557:e=>{e.exports={en:["Price levels"],ja:["価格レベル"]}},62362:e=>{e.exports={en:["Price range"],ja:["価格範囲"]}},78393:e=>{e.exports={en:["Price/bar ratio"],ja:["価格/バー比率"]}},29416:e=>{e.exports={en:["Prices"],ja:["価格"]}},67852:e=>{e.exports={en:["Profit level"],ja:["利確水準"]}},27177:e=>{e.exports={en:["Ranges and ratio"],ja:["範囲と比率"]}},64489:e=>{e.exports={en:["Reverse"],ja:["反転"]}},50421:e=>{e.exports={en:["Right"],ja:["右"]}},28971:e=>{e.exports={en:["Right labels"],ja:["右ラベル"]}},63886:e=>{e.exports={
+en:["Risk"],ja:["リスク"]}},32998:e=>{e.exports={en:["Wave"],ja:["波動"]}},835:e=>{e.exports={en:["Weeks"],ja:["週"]}},32163:e=>{e.exports={en:["Wick"],ja:["ヒゲ"]}},97118:e=>{e.exports={en:["Top"],ja:["上"]}},74939:e=>{e.exports={en:["Top labels"],ja:["上ラベル"]}},95631:e=>{e.exports={en:["Target background"],ja:["ターゲット背景色"]}},79622:e=>{e.exports={en:["Target border"],ja:["ターゲット枠"]}},3560:e=>{e.exports={en:["Target color"],ja:["ターゲットの色"]}},59264:e=>{e.exports={en:["Target text"],ja:["ターゲットテキスト"]}},70320:e=>{e.exports={en:["Text"],ja:["テキスト"]}},7560:e=>{e.exports={en:["Text wrap"],ja:["テキストを折り返す"]}},25485:e=>{e.exports={en:["Text alignment"],ja:["テキストの配置"]}},67781:e=>{e.exports={en:["Text orientation"],ja:["テキストの向き"]}},54971:e=>{e.exports={en:["Thickness"],ja:["太さ"]}},24821:e=>{e.exports={en:["Ticks"],ja:["ティック"]}},56822:e=>{e.exports={en:["Time label"],ja:["時間ラベル"]}},58476:e=>{e.exports={en:["Time levels"],ja:["時間レベル"]}},19788:e=>{e.exports={en:["Transparency"],ja:["不透明度"]}},51574:e=>{e.exports={en:["Trend line"],ja:["トレンドライン"]}},21315:e=>{e.exports={en:["Upper band #1"],ja:["アッパーバンド #1"]}},65448:e=>{e.exports={en:["Upper band #2"],ja:["アッパーバンド #2"]}},64848:e=>{e.exports={en:["Upper band #3"],ja:["アッパーバンド #3"]}},28683:e=>{e.exports={en:["Use one color"],ja:["同色を利用"]}},5682:e=>{e.exports={en:["VWAP"]}},37644:e=>{e.exports={en:["Volume"],ja:["出来高"]}},60092:e=>{e.exports={en:["Values"],ja:["値"]}},29566:e=>{e.exports={en:["Variance"],ja:["分散"]}},69526:e=>{e.exports={en:["Vertical"],ja:["垂直"]}},3894:e=>{e.exports={en:["change angle"],ja:["角度の変更"]}},77931:e=>{e.exports={en:["change arrow color"],ja:["矢印の色の変更"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ja:["バーのX座標の変更"]}},77883:e=>{e.exports={en:["change flag color"],ja:["フラグの色の変更"]}},83842:e=>{e.exports={en:["change image"],ja:["画像の変更"]}},65309:e=>{e.exports={en:["change image transparency"],ja:["画像の透明度の変更"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ja:["価格のY座標の変更"]}},74883:e=>{e.exports={en:["change top margin"],ja:["上マージンの変更"]}},69183:e=>{e.exports={en:["change vertical position Y coordinate"],ja:["垂直位置のY座標の変更"]}},83030:e=>{e.exports={en:["change {title} VWAP line color"],ja:["{title}のVWAPラインの色の変更"]}},47479:e=>{e.exports={en:["change {title} VWAP line width"],ja:["{title}のVWAPラインの幅の変更"]}},31753:e=>{e.exports={en:["change {title} coeffs as percents visibility"],ja:["{title}の係数をパーセントとして表示の変更"]}},49442:e=>{e.exports={en:["change {title} color"],ja:["{title}の色の変更"]}},49904:e=>{e.exports={en:["change {title} compact stats mode"],ja:["{title}のコンパクト統計モードの変更"]}},97345:e=>{e.exports={en:["change {title} candle border up color"],ja:["{title}の上昇ローソク足の枠の色の変更"]}},88530:e=>{e.exports={en:["change {title} candle border visibility"],ja:["{title}のローソク足の枠の表示の変更"]}},81139:e=>{e.exports={en:["change {title} candle border down color"],ja:["{title}の下降ローソク足の枠の色の変更"]}},80022:e=>{e.exports={en:["change {title} candle down color"],ja:["{title}の下降ローソク足の色の変更"]}},21631:e=>{e.exports={en:["change {title} candle up color"],ja:["{title}の上昇ローソク足の色の変更"]}},33589:e=>{e.exports={
+en:["change {title} candle wick color"],ja:["{title}のローソク足のヒゲの色の変更"]}},85382:e=>{e.exports={en:["change {title} candle wick visibility"],ja:["{title}のローソク足のヒゲの表示の変更"]}},81340:e=>{e.exports={en:["change {title} change in pips visibility"],ja:["{title}の表示をpips数変化に変更"]}},91600:e=>{e.exports={en:["change {title} currency"],ja:["通貨{title}の変更"]}},59288:e=>{e.exports={en:["change {title} angle visibility"],ja:["{title}の角度の表示の変更"]}},99232:e=>{e.exports={en:["change {title} account size"],ja:["{title}の口座サイズの変更"]}},80390:e=>{e.exports={en:["change {title} always show stats"],ja:["{title}の常に統計を表示の変更"]}},59577:e=>{e.exports={en:["change {title} all lines color"],ja:["{title}のすべてのラインの色の変更"]}},95582:e=>{e.exports={en:["change {title} arcs {index} line color"],ja:["{title}の円弧の第{index}ラインの色の変更"]}},8745:e=>{e.exports={en:["change {title} arcs {index} line width"],ja:["{title}の円弧の第{index}ラインの幅の変更"]}},4313:e=>{e.exports={en:["change {title} arcs {index} line visibility"],ja:["{title}の円弧の第{index}ラインの表示の変更"]}},39393:e=>{e.exports={en:["change {title} average HL value"],ja:["{title}の平均HL値の変更"]}},62130:e=>{e.exports={en:["change {title} bottom labels visibility"],ja:["{title}の下部ラベルの表示の変更"]}},13783:e=>{e.exports={en:["change {title} background transparency"],ja:["{title}の背景の透明度の変更"]}},30839:e=>{e.exports={en:["change {title} background visibility"],ja:["{title}の背景の表示の変更"]}},49765:e=>{e.exports={en:["change {title} background color"],ja:["{title}の背景色の変更"]}},2788:e=>{e.exports={en:["change {title} background color 1"],ja:["{title}の背景色1の変更"]}},47108:e=>{e.exports={en:["change {title} background color 2"],ja:["{title}の背景色2の変更"]}},98845:e=>{e.exports={en:["change {title} bars range visibility"],ja:["{title}のバーの範囲の表示の変更"]}},37563:e=>{e.exports={en:["change {title} date/time range visibility"],ja:["{title}の日時範囲の表示の変更"]}},96135:e=>{e.exports={en:["change {title} days to"],ja:["{title}の可視性を何日までに変更"]}},91201:e=>{e.exports={en:["change {title} days from"],ja:["{title}の可視性を何日からに変更"]}},86650:e=>{e.exports={en:["change {title} degree"],ja:["{title}の規模の変更"]}},45153:e=>{e.exports={en:["change {title} distance visibility"],ja:["{title}の距離の表示の変更"]}},73247:e=>{e.exports={en:["change {title} emoji"],ja:["{title}の絵文字の変更"]}},53274:e=>{e.exports={en:["change {title} emoji visibility"],ja:["{title}の絵文字の表示の変更"]}},91534:e=>{e.exports={en:["change {title} entry price"],ja:["{title}のエントリー価格の変更"]}},59665:e=>{e.exports={en:["change {title} extend bottom"],ja:["{title}を下に延長の変更"]}},35139:e=>{e.exports={en:["change {title} extend left"],ja:["{title}を左に延長の変更"]}},76295:e=>{e.exports={en:["change {title} extend lines"],ja:["{title}のラインを延長の変更"]}},30126:e=>{e.exports={en:["change {title} extend top"],ja:["{title}を上に延長の変更"]}},58052:e=>{e.exports={en:["change {title} extending left"],ja:["{title}の左に延長の変更"]}},74867:e=>{e.exports={en:["change {title} extending right"],ja:["{title}の右に延長の変更"]}},10390:e=>{e.exports={en:["change {title} extension"],ja:["{title}の延長の変更"]}},58406:e=>{e.exports={en:["change {title} failure text color"],ja:["{title}の失敗テキストの色の変更"]}},91321:e=>{e.exports={
+en:["change {title} failure background color"],ja:["{title}の失敗の背景色の色の変更"]}},28833:e=>{e.exports={en:["change {title} fan {index} line visibility"],ja:["{title}のファンの第{index}ラインの表示の変更"]}},45732:e=>{e.exports={en:["change {title} fan {index} line width"],ja:["{title}のファンの第{index}ラインの幅の変更"]}},62500:e=>{e.exports={en:["change {title} fan {index} line color"],ja:["{title}のファンの第{index}ラインの色の変更"]}},15972:e=>{e.exports={en:["change {title} fans visibility"],ja:["{title}のファンの表示の変更"]}},1716:e=>{e.exports={en:["change {title} fans line color"],ja:["{title}のファンのラインの色の変更"]}},85509:e=>{e.exports={en:["change {title} fib levels based on log scale"],ja:["{title}のログスケールに基づくフィボナッチレベルの変更"]}},10643:e=>{e.exports={en:["change {title} flipped"],ja:["{title}の左右反転の変更"]}},8306:e=>{e.exports={en:["change {title} hours from"],ja:["{title}の可視性を何時間からに変更"]}},67233:e=>{e.exports={en:["change {title} hours to"],ja:["{title}の可視性を何時間までに変更"]}},86993:e=>{e.exports={en:["change {title} image background color"],ja:["{title}の画像の背景色の変更"]}},54087:e=>{e.exports={en:["change {title} lot size"],ja:["{title}のロットサイズの変更"]}},67450:e=>{e.exports={en:["change {title} lower band #1 line color"],ja:["{title}のロワーバンドライン #1 の色の変更"]}},87716:e=>{e.exports={en:["change {title} lower band #1 line visibility"],ja:["{title}のロワーバンドライン #1 の表示の変更"]}},43181:e=>{e.exports={en:["change {title} lower band #1 line width"],ja:["{title}のロワーバンドライン #1 の幅の変更"]}},35092:e=>{e.exports={en:["change {title} lower band #2 line color"],ja:["{title}のロワーバンドライン #2 の色の変更"]}},94308:e=>{e.exports={en:["change {title} lower band #2 line visibility"],ja:["{title}のロワーバンドライン #2 の表示の変更"]}},8873:e=>{e.exports={en:["change {title} lower band #2 line width"],ja:["{title}のロワーバンドライン #2 の幅の変更"]}},68180:e=>{e.exports={en:["change {title} lower band #3 line color"],ja:["{title}のロワーバンドライン #3 の色の変更"]}},32442:e=>{e.exports={en:["change {title} lower band #3 line visibility"],ja:["{title}のロワーバンドライン #3 の表示の変更"]}},3476:e=>{e.exports={en:["change {title} lower band #3 line width"],ja:["{title}のロワーバンドライン #3 の幅の変更"]}},55612:e=>{e.exports={en:["change {title} labels alignment"],ja:["{title}のラベル位置の変更"]}},19658:e=>{e.exports={en:["change {title} labels font size"],ja:["{title}のラベルのフォントサイズの変更"]}},93340:e=>{e.exports={en:["change {title} labels visibility"],ja:["{title}のラベルの表示の変更"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],ja:["{title}のレベル{index}ラインの係数の変更"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],ja:["{title}のレベル{index}ラインの色の変更"]}},64707:e=>{e.exports={en:["change {title} level {index} line style"],ja:["{title}のレベル{index}ラインのスタイルの変更"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"],ja:["{title}のレベル{index}ラインの表示の変更"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"],ja:["{title}のレベル{index}ラインの幅の変更"]}},54517:e=>{e.exports={en:["change {title} levels visibility"],ja:["{title}のレベルの表示の変更"]}},63021:e=>{e.exports={en:["change {title} left labels visibility"],ja:["{title}の左ラベルの表示の変更"]}},57462:e=>{e.exports={en:["change {title} mode"],
+ja:["{title}のモードの変更"]}},99122:e=>{e.exports={en:["change {title} months from"],ja:["{title}の可視性を何ヶ月からに変更"]}},10518:e=>{e.exports={en:["change {title} months to"],ja:["{title}の可視性を何ヶ月までに変更"]}},27470:e=>{e.exports={en:["change {title} middle point visibility"],ja:["{title}の中間点の表示の変更"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ja:["{title}の可視性を何分までに変更"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ja:["{title}の可視性を何分からに変更"]}},85198:e=>{e.exports={en:["change {title} mirrored"],ja:["{title}の上下反転の変更"]}},63047:e=>{e.exports={en:["change {title} source background color"],ja:["{title}のソースの背景色の色の変更"]}},93889:e=>{e.exports={en:["change {title} source border color"],ja:["{title}のソースの枠の色の変更"]}},45833:e=>{e.exports={en:["change {title} source text color"],ja:["{title}のソーステキストの色の変更"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ja:["{title}の可視性を何秒までに変更"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ja:["{title}の可視性を何秒からに変更"]}},98463:e=>{e.exports={en:["change {title} style"],ja:["{title}のスタイルの変更"]}},86722:e=>{e.exports={en:["change {title} stats position"],ja:["{title}の統計情報の位置の変更"]}},26598:e=>{e.exports={en:["change {title} stop color"],ja:["{title}のストップの色の変更"]}},45438:e=>{e.exports={en:["change {title} stop level"],ja:["{title}のストップレベルの変更"]}},27503:e=>{e.exports={en:["change {title} stop price"],ja:["{title}のストップ価格の変更"]}},71715:e=>{e.exports={en:["change {title} success text color"],ja:["{title}の成功テキストの色の変更"]}},80428:e=>{e.exports={en:["change {title} success background color"],ja:["{title}の成功の背景色の色の変更"]}},87246:e=>{e.exports={en:["change {title} percent change visibility"],ja:["{title}の表示を比率変化に変更"]}},98822:e=>{e.exports={en:["change {title} price label visibility"],ja:["{title}の価格ラベルの表示の変更"]}},343:e=>{e.exports={en:["change {title} price labels visibility"],ja:["{title}の価格ラベルの表示の変更"]}},63962:e=>{e.exports={en:["change {title} price range visibility"],ja:["{title}の価格範囲の表示の変更"]}},727:e=>{e.exports={en:["change {title} price visibility"],ja:["{title}の価格の表示の変更"]}},4714:e=>{e.exports={en:["change {title} prices visibility"],ja:["{title}の価格の表示の変更"]}},64330:e=>{e.exports={en:["change {title} profit level"],ja:["{title}の利益水準の変更"]}},12073:e=>{e.exports={en:["change {title} profit price"],ja:["{title}のターゲット価格の変更"]}},50762:e=>{e.exports={en:["change {title} reverse"],ja:["{title}の反転の変更"]}},8390:e=>{e.exports={en:["change {title} right labels visibility"],ja:["{title}の右ラベルの表示の変更"]}},79875:e=>{e.exports={en:["change {title} risk"],ja:["{title}のリスクの変更"]}},60308:e=>{e.exports={en:["change {title} risk display mode"],ja:["{title}のリスク表示モードの変更"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ja:["{title}の可視性を何週からに変更"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ja:["{title}の可視性を何週までに変更"]}},60111:e=>{e.exports={en:["change {title} width"],ja:["{title}の幅の変更"]}},81301:e=>{e.exports={en:["change {title} top labels visibility"],ja:["{title}の上部ラベルの表示の変更"]}},25987:e=>{e.exports={en:["change {title} target background color"],ja:["{title}のターゲットの背景色の変更"]}},24138:e=>{e.exports={
+en:["change {title} target border color"],ja:["{title}のターゲットの枠の色の変更"]}},10504:e=>{e.exports={en:["change {title} target color"],ja:["{title}のターゲットの色の変更"]}},32230:e=>{e.exports={en:["change {title} target text color"],ja:["{title}のターゲットテキストの色の変更"]}},30353:e=>{e.exports={en:["change {title} text visibility"],ja:["{title}のテキスト表示の変更"]}},55134:e=>{e.exports={en:["change {title} text alignment"],ja:["{title}のテキスト配置の変更"]}},66960:e=>{e.exports={en:["change {title} time label visibility"],ja:["{title}の日時ラベルの表示の変更"]}},51085:e=>{e.exports={en:["change {title} transparency"],ja:["{title}の透明度の変更"]}},27326:e=>{e.exports={en:["change {title} upper band #1 line color"],ja:["{title}のアッパーバンドライン #1 の色の変更"]}},44828:e=>{e.exports={en:["change {title} upper band #1 line visibility"],ja:["{title}のアッパーバンドライン #1 の表示の変更"]}},1353:e=>{e.exports={en:["change {title} upper band #1 line width"],ja:["{title}のアッパーバンドライン #1 の幅の変更"]}},12138:e=>{e.exports={en:["change {title} upper band #2 line color"],ja:["{title}のアッパーバンドライン #2 の色の変更"]}},93075:e=>{e.exports={en:["change {title} upper band #2 line visibility"],ja:["{title}のアッパーバンドライン #2 の表示の変更"]}},7943:e=>{e.exports={en:["change {title} upper band #2 line width"],ja:["{title}のアッパーバンドライン #2 の幅の変更"]}},51780:e=>{e.exports={en:["change {title} upper band #3 line color"],ja:["{title}のアッパーバンドライン #3 の色の変更"]}},15698:e=>{e.exports={en:["change {title} upper band #3 line visibility"],ja:["{title}のアッパーバンドライン #3 の表示の変更"]}},27414:e=>{e.exports={en:["change {title} upper band #3 line width"],ja:["{title}のアッパーバンドライン #3 の幅の変更"]}},36336:e=>{e.exports={en:["change {title} volume visibility"],ja:["{title}の出来高表示の変更"]}},23171:e=>{e.exports={en:["change {title} variance value"],ja:["{title}の分散値の変更"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ja:["{title}のティックでの可視性の変更"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ja:["{title}の週足の可視性の変更"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ja:["{ranges}で{title}の表示の変更"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ja:["{title}の日足の可視性の変更"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ja:["{title}の時間足の可視性の変更"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ja:["{title}の分足の可視性の変更"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ja:["{title}の月足の可視性の変更"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ja:["{title}の秒足での可視性の変更"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],ja:["{toolName}のラベルの垂直方向の配置の変更"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],ja:["{toolName}のラベルの水平方向の配置の変更"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],ja:["{toolName}のラベルの方向の変更"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],ja:["{toolName}のラインの表示の変更"]}},19541:e=>{e.exports={en:["change {toolName} line width"],ja:["{toolName}のラインの幅の変更"]}},24059:e=>{e.exports={en:["change {toolName} line color"],ja:["{toolName}のラインの色の変更"]}},18773:e=>{e.exports={
+en:["change {toolName} line extending left"],ja:["{toolName}のラインを左に延長の変更"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],ja:["{toolName}のラインを右に延長の変更"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],ja:["{toolName}のラインの左端の変更"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],ja:["{toolName}のラインの右端の変更"]}},66429:e=>{e.exports={en:["change {toolName} line style"],ja:["{toolName}のラインのスタイルの変更"]}},66668:e=>{e.exports={en:["change {toolName} text"],ja:["{toolName}のテキストの変更"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],ja:["{toolName}のテキストの表示の変更"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],ja:["{toolName}のテキストの折り返しの変更"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],ja:["{toolName}のテキストの背景色の変更"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],ja:["{toolName}のテキストの背景の表示の変更"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],ja:["{toolName}のテキストの枠の色の変更"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],ja:["{toolName}のテキストの枠の幅の変更"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],ja:["{toolName}のテキストの枠の表示の変更"]}},64500:e=>{e.exports={en:["change {toolName} text color"],ja:["{toolName}のテキストの色の変更"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],ja:["{toolName}のテキストフォントを太字に変更"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],ja:["{toolName}のテキストフォントをイタリックに変更"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],ja:["{toolName}のテキストのフォントサイズの変更"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ja:["{propertyName}プロパティの変更"]}},61218:e=>{e.exports={en:["backgrounds color"],ja:["背景色"]}},48433:e=>{e.exports={en:["backgrounds filled"],ja:["背景の塗りつぶし"]}},35813:e=>{e.exports={en:["days"],ja:["日"]}},89919:e=>{e.exports={en:["days to"],ja:["何日まで"]}},59215:e=>{e.exports={en:["days from"],ja:["何日から"]}},2359:e=>{e.exports={en:["hours"],ja:["時間"]}},82267:e=>{e.exports={en:["hours from"],ja:["何時間から"]}},15600:e=>{e.exports={en:["hours to"],ja:["何時間まで"]}},24621:e=>{e.exports={en:["lines color"],ja:["ラインの色"]}},96400:e=>{e.exports={en:["lines style"],ja:["ラインの種類"]}},41594:e=>{e.exports={en:["lines width"],ja:["ライン幅"]}},76261:e=>{e.exports={en:["move drawings"],ja:["描画の移動"]}},95300:e=>{e.exports={en:["months"],ja:["月"]}},17250:e=>{e.exports={en:["months from"],ja:["何ヶ月から"]}},2828:e=>{e.exports={en:["months to"],ja:["何ヶ月まで"]}},18726:e=>{e.exports={en:["minutes"],ja:["分"]}},67649:e=>{e.exports={en:["minutes to"],ja:["何分まで"]}},22476:e=>{e.exports={en:["minutes from"],ja:["何分から"]}},751:e=>{e.exports={en:["seconds"],ja:["秒"]}},73419:e=>{e.exports={en:["seconds to"],ja:["何秒まで"]}},35801:e=>{e.exports={en:["seconds from"],ja:["何秒から"]}},59012:e=>{e.exports={en:["show price"],ja:["価格の表示"]}},45537:e=>{e.exports={en:["weeks"],ja:["週"]}},92859:e=>{e.exports={en:["weeks from"],ja:["何週から"]}},44127:e=>{e.exports={en:["weeks to"],ja:["何週まで"]}},44461:e=>{e.exports={en:["text color"],ja:["テキストの色"]}},3539:e=>{e.exports={
+en:["ticks"],ja:["ティック"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.6645.638c62337337129de9dc.js b/public/charting_library/bundles/ja.6645.638c62337337129de9dc.js
new file mode 100644
index 0000000..f052e96
--- /dev/null
+++ b/public/charting_library/bundles/ja.6645.638c62337337129de9dc.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6645,6155,3367,2303,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ja:["#{count}(価格, バー)"]}},78930:e=>{e.exports={en:["Coordinates"],ja:["座標"]}},24197:e=>{e.exports={en:["Center"],ja:["中央"]}},6060:e=>{e.exports={en:["Add text"],ja:["テキストを追加"]}},27567:e=>{e.exports={en:["Bottom"],ja:["下"]}},38408:e=>{e.exports={en:["Border"],ja:["枠"]}},79468:e=>{e.exports={en:["Background"],ja:["背景"]}},72942:e=>{e.exports={en:["Days"],ja:["日"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ja:["再配置 (価格, バー)"]}},56796:e=>{e.exports={en:["Hours"],ja:["時間"]}},95406:e=>{e.exports={en:["Horizontal"],ja:["水平"]}},21429:e=>{e.exports={en:["Inputs"],ja:["パラメーター"]}},34974:e=>{e.exports={en:["Label border"],ja:["ラベルの枠"]}},73863:e=>{e.exports={en:["Label background"],ja:["ラベル背景"]}},11626:e=>{e.exports={en:["Left"],ja:["左"]}},97575:e=>{e.exports={en:["Line color"],ja:["ラインの色"]}},43154:e=>{e.exports={en:["Months"],ja:["月"]}},68833:e=>{e.exports={en:["Middle"],ja:["中央"]}},42562:e=>{e.exports={en:["Minutes"],ja:["分"]}},65188:e=>{e.exports={en:["Seconds"],ja:["秒"]}},50421:e=>{e.exports={en:["Right"],ja:["右"]}},835:e=>{e.exports={en:["Weeks"],ja:["週"]}},97118:e=>{e.exports={en:["Top"],ja:["上"]}},70320:e=>{e.exports={en:["Text"],ja:["テキスト"]}},7560:e=>{e.exports={en:["Text wrap"],ja:["テキストを折り返す"]}},25485:e=>{e.exports={en:["Text alignment"],ja:["テキストの配置"]}},67781:e=>{e.exports={en:["Text orientation"],ja:["テキストの向き"]}},24821:e=>{e.exports={en:["Ticks"],ja:["ティック"]}},69526:e=>{e.exports={en:["Vertical"],ja:["垂直"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ja:["バーのX座標の変更"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ja:["価格のY座標の変更"]}},69437:e=>{e.exports={en:["change {title} border color"],ja:["{title}の枠の色の変更"]}},19298:e=>{e.exports={en:["change {title} border visibility"],ja:["{title}の枠の表示の変更"]}},30839:e=>{e.exports={en:["change {title} background visibility"],ja:["{title}の背景の表示の変更"]}},49765:e=>{e.exports={en:["change {title} background color"],ja:["{title}の背景色の変更"]}},96135:e=>{e.exports={en:["change {title} days to"],ja:["{title}の可視性を何日までに変更"]}},91201:e=>{e.exports={en:["change {title} days from"],ja:["{title}の可視性を何日からに変更"]}},8306:e=>{e.exports={en:["change {title} hours from"],ja:["{title}の可視性を何時間からに変更"]}},67233:e=>{e.exports={en:["change {title} hours to"],ja:["{title}の可視性を何時間までに変更"]}},7455:e=>{e.exports={en:["change {title} line color"],ja:["{title}のラインの色の変更"]}},99122:e=>{e.exports={en:["change {title} months from"],ja:["{title}の可視性を何ヶ月からに変更"]}},10518:e=>{e.exports={en:["change {title} months to"],ja:["{title}の可視性を何ヶ月までに変更"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ja:["{title}の可視性を何分までに変更"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ja:["{title}の可視性を何分からに変更"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ja:["{title}の可視性を何秒までに変更"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ja:["{title}の可視性を何秒からに変更"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ja:["{title}の可視性を何週からに変更"]}},
+18678:e=>{e.exports={en:["change {title} weeks to"],ja:["{title}の可視性を何週までに変更"]}},57122:e=>{e.exports={en:["change {title} text"],ja:["{title}のテキストの変更"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ja:["{title}のティックでの可視性の変更"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ja:["{title}の週足の可視性の変更"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ja:["{ranges}で{title}の表示の変更"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ja:["{title}の日足の可視性の変更"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ja:["{title}の時間足の可視性の変更"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ja:["{title}の分足の可視性の変更"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ja:["{title}の月足の可視性の変更"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ja:["{title}の秒足での可視性の変更"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],ja:["{toolName}のラベルの垂直方向の配置の変更"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],ja:["{toolName}のラベルの水平方向の配置の変更"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],ja:["{toolName}のラベルの方向の変更"]}},66668:e=>{e.exports={en:["change {toolName} text"],ja:["{toolName}のテキストの変更"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],ja:["{toolName}のテキストの表示の変更"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],ja:["{toolName}のテキストの折り返しの変更"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],ja:["{toolName}のテキストの背景色の変更"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],ja:["{toolName}のテキストの背景の表示の変更"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],ja:["{toolName}のテキストの枠の色の変更"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],ja:["{toolName}のテキストの枠の幅の変更"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],ja:["{toolName}のテキストの枠の表示の変更"]}},64500:e=>{e.exports={en:["change {toolName} text color"],ja:["{toolName}のテキストの色の変更"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],ja:["{toolName}のテキストフォントを太字に変更"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],ja:["{toolName}のテキストフォントをイタリックに変更"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],ja:["{toolName}のテキストのフォントサイズの変更"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ja:["{propertyName}プロパティの変更"]}},35813:e=>{e.exports={en:["days"],ja:["日"]}},89919:e=>{e.exports={en:["days to"],ja:["何日まで"]}},59215:e=>{e.exports={en:["days from"],ja:["何日から"]}},2359:e=>{e.exports={en:["hours"],ja:["時間"]}},82267:e=>{e.exports={en:["hours from"],ja:["何時間から"]}},15600:e=>{e.exports={en:["hours to"],ja:["何時間まで"]}},76261:e=>{e.exports={en:["move drawings"],ja:["描画の移動"]}},95300:e=>{e.exports={en:["months"],ja:["月"]}},17250:e=>{e.exports={en:["months from"],ja:["何ヶ月から"]}},2828:e=>{e.exports={en:["months to"],ja:["何ヶ月まで"]}},18726:e=>{e.exports={en:["minutes"],ja:["分"]}},67649:e=>{e.exports={en:["minutes to"],ja:["何分まで"]}},22476:e=>{e.exports={
+en:["minutes from"],ja:["何分から"]}},751:e=>{e.exports={en:["seconds"],ja:["秒"]}},73419:e=>{e.exports={en:["seconds to"],ja:["何秒まで"]}},35801:e=>{e.exports={en:["seconds from"],ja:["何秒から"]}},45537:e=>{e.exports={en:["weeks"],ja:["週"]}},92859:e=>{e.exports={en:["weeks from"],ja:["何週から"]}},44127:e=>{e.exports={en:["weeks to"],ja:["何週まで"]}},3539:e=>{e.exports={en:["ticks"],ja:["ティック"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.6655.0fd2fe635955f6cfa2ba.js b/public/charting_library/bundles/ja.6655.0fd2fe635955f6cfa2ba.js
new file mode 100644
index 0000000..4e83ec4
--- /dev/null
+++ b/public/charting_library/bundles/ja.6655.0fd2fe635955f6cfa2ba.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6655,4040,359],{55517:e=>{e.exports={en:["Add"],ja:["追加"]}},29619:e=>{e.exports={en:["Add custom color"],ja:["カスタムカラーの追加"]}},80936:e=>{e.exports={en:["Opacity"],ja:["不透明度"]}},97349:e=>{e.exports={en:["Fr"],ja:["金"]}},30961:e=>{e.exports={en:["Mo"],ja:["月"]}},94748:e=>{e.exports={en:["Sa"],ja:["土"]}},75005:e=>{e.exports={en:["Su"],ja:["日"]}},92578:e=>{e.exports={en:["We"],ja:["水"]}},8765:e=>{e.exports={en:["Th"],ja:["木"]}},9135:e=>{e.exports={en:["Tu"],ja:["火"]}},53288:e=>{e.exports={en:["animals & nature"],ja:["動物 & 自然"]}},21311:e=>{e.exports={en:["activity"],ja:["アクティビティ"]}},90678:e=>{e.exports={en:["food & drink"],ja:["フード & ドリンク"]}},6715:e=>{e.exports={en:["flags"],ja:["旗"]}},98355:e=>{e.exports={en:["objects"],ja:["モノ"]}},43438:e=>{e.exports={en:["smiles & people"],ja:["スマイル & 人物"]}},40457:e=>{e.exports={en:["symbols"],ja:["記号"]}},88906:e=>{e.exports={en:["recently used"],ja:["最近使用したもの"]}},28562:e=>{e.exports={en:["travel & places"],ja:["トラベル & 場所"]}},24716:e=>{e.exports={en:["Another symbol"],ja:["別のシンボル"]}},41256:e=>{e.exports={en:["Back"],ja:["戻る"]}},94849:e=>{e.exports={en:["Main chart symbol"],ja:["メインチャートのシンボル"]}},53174:e=>{e.exports={en:["Right"],ja:["ストックオプション"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"],ja:["カレンダーは現在{year}年です"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"],ja:["カレンダーは現在{year_start}年から{year_end}年までです"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"],ja:["カレンダーは現在{month}月です"]}},4543:e=>{e.exports={en:["Cancel"],ja:["キャンセル"]}},24197:e=>{e.exports={en:["Center"],ja:["中央"]}},63245:e=>{e.exports={en:["Change symbol"],ja:["シンボルの変更"]}},54613:e=>{e.exports={en:["Chart"],ja:["チャート"]}},47742:e=>{e.exports={en:["Close menu"],ja:["メニューを閉じる"]}},34040:e=>{e.exports={en:["All sources"],ja:["すべての提供元"]}},62511:e=>{e.exports={en:["Apply Defaults"],ja:["デフォルトを適用"]}},28896:e=>{e.exports={en:["April"],ja:["4月"]}},11081:e=>{e.exports={en:["August"],ja:["8月"]}},27567:e=>{e.exports={en:["Bottom"],ja:["下"]}},42358:e=>{e.exports={en:["Bond"],ja:["債券"]}},68043:e=>{e.exports={en:["Gradient"],ja:["グラデーション"]}},27390:e=>{e.exports={en:["Dotted line"],ja:["点線"]}},88123:e=>{e.exports={en:["Dashed line"],ja:["破線"]}},90082:e=>{e.exports={en:["December"],ja:["12月"]}},55319:e=>{e.exports={en:["Decrease"],ja:["減少"]}},48572:e=>{e.exports={en:["Defaults"],ja:["デフォルト"]}},78734:e=>{e.exports={en:["Description"],ja:["詳細"]}},81069:e=>{e.exports={en:["February"],ja:["2月"]}},3570:e=>{e.exports={en:["Friday"],ja:["金曜日"]}},95406:e=>{e.exports={en:["Horizontal"],ja:["水平"]}},8854:e=>{e.exports={en:["Hidden"],ja:["非表示"]}},39832:e=>{e.exports={en:["Increase"],ja:["増加"]}},200:e=>{e.exports={en:["January"],ja:["1月"]}},6608:e=>{e.exports={en:["July"],ja:["7月"]}},61487:e=>{e.exports={en:["June"],ja:["6月"]}},37997:e=>{e.exports={en:["October"],ja:["10月"]}},55450:e=>{e.exports={en:["Offset"],ja:["オフセット"]}},19295:e=>{e.exports={en:["Ok"],ja:["OK"]}},11626:e=>{e.exports={en:["Left"],ja:["左"]}},
+28603:e=>{e.exports={en:["Line style"],ja:["ラインスタイル"]}},19573:e=>{e.exports={en:["Monday"],ja:["月曜日"]}},43154:e=>{e.exports={en:["Months"],ja:["月"]}},37117:e=>{e.exports={en:["More"],ja:["詳細"]}},25734:e=>{e.exports={en:["May"],ja:["5月"]}},93878:e=>{e.exports={en:["March"],ja:["3月"]}},68833:e=>{e.exports={en:["Middle"],ja:["中央"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],ja:["条件に合致する取引所はありません"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],ja:["条件に合致するシンボルはありません"]}},4607:e=>{e.exports={en:["November"],ja:["11月"]}},65353:e=>{e.exports={en:["Normal"],ja:["普通"]}},69102:e=>{e.exports={en:["Next year"],ja:["翌年"]}},17538:e=>{e.exports={en:["Next years"],ja:["次の年"]}},92790:e=>{e.exports={en:["Next month"],ja:["翌月"]}},71300:e=>{e.exports={en:["Number format is invalid."],ja:["数値形式が無効です。"]}},28628:e=>{e.exports={en:["Sources"],ja:["情報源"]}},88686:e=>{e.exports={en:["Solid"],ja:["ソリッド"]}},30348:e=>{e.exports={en:["Saturday"],ja:["土曜日"]}},99687:e=>{e.exports={en:["Save as default"],ja:["デフォルトを保存"]}},8573:e=>{e.exports={en:["Search"],ja:["検索"]}},57640:e=>{e.exports={en:["Select source"],ja:["情報源を選択"]}},8954:e=>{e.exports={en:["Selected Drawings"],ja:["選択中の描画"]}},32179:e=>{e.exports={en:["September"],ja:["9月"]}},31331:e=>{e.exports={en:["Specified value is more than the instrument maximum of {max}."],ja:["指定された値が銘柄の最大値 {max} を超えています。"]}},24216:e=>{e.exports={en:["Specified value is less than the instrument minimum of {min}."],ja:["指定された値が銘柄の最小値 {min} 未満です。"]}},61480:e=>{e.exports={en:["Sunday"],ja:["日曜日"]}},70235:e=>{e.exports={en:["Switch to months"],ja:["月に切り替え"]}},91245:e=>{e.exports={en:["Switch to dates"],ja:["日に切り替え"]}},71961:e=>{e.exports={en:["Switch to years"],ja:["年に切り替え"]}},95481:e=>{e.exports={en:["Symbol"],ja:["シンボル"]}},74007:e=>{e.exports={en:["Symbol & description"],ja:["シンボル & 詳細"]}},51165:e=>{e.exports={en:["Symbol Search"],ja:["シンボル検索"]}},27254:e=>{e.exports={en:["Please enter the right date"],ja:["適切な日付を入力して下さい"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"],ja:["正しい日付の形式 (yyyy-mm-dd) を入力してください"]}},93984:e=>{e.exports={en:["Previous month"],ja:["前月"]}},75776:e=>{e.exports={en:["Previous year"],ja:["前年"]}},44701:e=>{e.exports={en:["Previous years"],ja:["前の年"]}},89984:e=>{e.exports={en:["Remove color"],ja:["色を削除"]}},47550:e=>{e.exports={en:["Remove selected emoji"],ja:["追加した絵文字を削除する"]}},33533:e=>{e.exports={en:["Reset settings"],ja:["設定をリセット"]}},50421:e=>{e.exports={en:["Right"],ja:["右"]}},94226:e=>{e.exports={en:["Wednesday"],ja:["水曜日"]}},97118:e=>{e.exports={en:["Top"],ja:["上"]}},25485:e=>{e.exports={en:["Text alignment"],ja:["テキストの配置"]}},67781:e=>{e.exports={en:["Text orientation"],ja:["テキストの向き"]}},79137:e=>{e.exports={en:["Thursday"],ja:["木曜日"]}},54971:e=>{e.exports={en:["Thickness"],ja:["太さ"]}},82160:e=>{e.exports={en:["Tuesday"],ja:["火曜日"]}},13748:e=>{e.exports={en:["Use special math signs to displace selected drawings: +,-,/,* for price and +,- for bar index."],ja:["選択中の描画をまとめて移動するには演算子を使用します。価格に対しては+ , - , / , *、バーインデックスに対しては+ ,- を使用します。"]}},
+69526:e=>{e.exports={en:["Vertical"],ja:["垂直"]}},66181:e=>{e.exports={en:["Years"],ja:["年"]}},70932:e=>{e.exports={en:["commodity"],ja:["コモディティ"]}},79599:e=>{e.exports={en:["cfd"],ja:["CFD"]}},29426:e=>{e.exports={en:["change opacity"],ja:["不透明度の変更"]}},31675:e=>{e.exports={en:["change color"],ja:["色の変更"]}},28818:e=>{e.exports={en:["change line style"],ja:["ラインスタイルの変更"]}},73281:e=>{e.exports={en:["change thickness"],ja:["太さの変更"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ja:["{propertyName}プロパティの変更"]}},23687:e=>{e.exports={en:["change {sourceTitle} title to {newSourceTitle}"],ja:["{sourceTitle}のタイトルを{newSourceTitle}に変更"]}},5741:e=>{e.exports={en:["close"],ja:["終値"]}},46128:e=>{e.exports={en:["crypto"],ja:["暗号"]}},47268:e=>{e.exports={en:["dr"],ja:["預託証券"]}},406:e=>{e.exports={en:["e.g. +1"],ja:["例. +1"]}},49957:e=>{e.exports={en:["e.g. /2"],ja:["例. /2"]}},54094:e=>{e.exports={en:["economy"],ja:["経済指標"]}},17770:e=>{e.exports={en:["forex"],ja:["FX"]}},4723:e=>{e.exports={en:["futures"],ja:["先物"]}},59319:e=>{e.exports={en:["high"],ja:["高値"]}},96008:e=>{e.exports={en:["hl2"],ja:["高値+安値の平均"]}},91189:e=>{e.exports={en:["hlc3"],ja:["高値+安値+終値の平均"]}},49242:e=>{e.exports={en:["hlcc4"],ja:["高値+安値+終値x2の平均"]}},87464:e=>{e.exports={en:["index"],ja:["指数"]}},90250:e=>{e.exports={en:["indices"],ja:["指数"]}},52793:e=>{e.exports={en:["ohlc4"],ja:["始値+高値+安値+終値の平均"]}},83584:e=>{e.exports={en:["open"],ja:["始値"]}},41902:e=>{e.exports={en:["low"],ja:["安値"]}},76752:e=>{e.exports={en:["stock"],ja:["株式"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.6703.bdb6f2f6c5d635dc479f.js b/public/charting_library/bundles/ja.6703.bdb6f2f6c5d635dc479f.js
new file mode 100644
index 0000000..c089dbb
--- /dev/null
+++ b/public/charting_library/bundles/ja.6703.bdb6f2f6c5d635dc479f.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6703,4040,359],{41256:e=>{e.exports={en:["Back"],ja:["戻る"]}},53174:e=>{e.exports={en:["Right"],ja:["ストックオプション"]}},93193:e=>{e.exports={en:["Compare symbol"],ja:["シンボルを比較"]}},4543:e=>{e.exports={en:["Cancel"],ja:["キャンセル"]}},47742:e=>{e.exports={en:["Close menu"],ja:["メニューを閉じる"]}},60085:e=>{e.exports={en:["Add to"],ja:["追加先"]}},46622:e=>{e.exports={en:["Added symbols"],ja:["追加したシンボル"]}},34040:e=>{e.exports={en:["All sources"],ja:["すべての提供元"]}},1048:e=>{e.exports={en:["Allow extend time scale"],ja:["時間軸の延長を許可"]}},42358:e=>{e.exports={en:["Bond"],ja:["債券"]}},78734:e=>{e.exports={en:["Description"],ja:["詳細"]}},37117:e=>{e.exports={en:["More"],ja:["詳細"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],ja:["条件に合致する取引所はありません"]}},37094:e=>{e.exports={en:["No symbols here yet — why not add some?"],ja:["まだシンボルがありません — 追加してみませんか?"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],ja:["条件に合致するシンボルはありません"]}},63456:e=>{e.exports={en:["New pane"],ja:["新規ペイン"]}},60126:e=>{e.exports={en:["New price scale"],ja:["新しい価格スケール"]}},28628:e=>{e.exports={en:["Sources"],ja:["情報源"]}},56136:e=>{e.exports={en:["Same % scale"],ja:["同じ%スケール"]}},38137:e=>{e.exports={en:["Same scale"],ja:["同じスケール"]}},8573:e=>{e.exports={en:["Search"],ja:["検索"]}},57640:e=>{e.exports={en:["Select source"],ja:["情報源を選択"]}},95481:e=>{e.exports={en:["Symbol"],ja:["シンボル"]}},74007:e=>{e.exports={en:["Symbol & description"],ja:["シンボル & 詳細"]}},51165:e=>{e.exports={en:["Symbol Search"],ja:["シンボル検索"]}},8926:e=>{e.exports={en:["Recent symbols"],ja:["最近のシンボル"]}},70932:e=>{e.exports={en:["commodity"],ja:["コモディティ"]}},79599:e=>{e.exports={en:["cfd"],ja:["CFD"]}},46128:e=>{e.exports={en:["crypto"],ja:["暗号"]}},47268:e=>{e.exports={en:["dr"],ja:["預託証券"]}},54094:e=>{e.exports={en:["economy"],ja:["経済指標"]}},17770:e=>{e.exports={en:["forex"],ja:["FX"]}},4723:e=>{e.exports={en:["futures"],ja:["先物"]}},87464:e=>{e.exports={en:["index"],ja:["指数"]}},90250:e=>{e.exports={en:["indices"],ja:["指数"]}},76752:e=>{e.exports={en:["stock"],ja:["株式"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.6760.d667b4a17bb7e3977273.js b/public/charting_library/bundles/ja.6760.d667b4a17bb7e3977273.js
new file mode 100644
index 0000000..875025d
--- /dev/null
+++ b/public/charting_library/bundles/ja.6760.d667b4a17bb7e3977273.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6760,2787,6155,7850,7122,5111,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ja:["#{count}(価格, バー)"]}},78930:e=>{e.exports={en:["Coordinates"],ja:["座標"]}},24197:e=>{e.exports={en:["Center"],ja:["中央"]}},6060:e=>{e.exports={en:["Add text"],ja:["テキストを追加"]}},27567:e=>{e.exports={en:["Bottom"],ja:["下"]}},79468:e=>{e.exports={en:["Background"],ja:["背景"]}},72942:e=>{e.exports={en:["Days"],ja:["日"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ja:["再配置 (価格, バー)"]}},61856:e=>{e.exports={en:["Extend left line"],ja:["ラインを左に延長"]}},87430:e=>{e.exports={en:["Extend right line"],ja:["ラインを右に延長"]}},56796:e=>{e.exports={en:["Hours"],ja:["時間"]}},95406:e=>{e.exports={en:["Horizontal"],ja:["水平"]}},21429:e=>{e.exports={en:["Inputs"],ja:["パラメーター"]}},79650:e=>{e.exports={en:["Levels"],ja:["レベル"]}},11626:e=>{e.exports={en:["Left"],ja:["左"]}},43154:e=>{e.exports={en:["Months"],ja:["月"]}},68833:e=>{e.exports={en:["Middle"],ja:["中央"]}},42562:e=>{e.exports={en:["Minutes"],ja:["分"]}},65188:e=>{e.exports={en:["Seconds"],ja:["秒"]}},50421:e=>{e.exports={en:["Right"],ja:["右"]}},835:e=>{e.exports={en:["Weeks"],ja:["週"]}},97118:e=>{e.exports={en:["Top"],ja:["上"]}},70320:e=>{e.exports={en:["Text"],ja:["テキスト"]}},25485:e=>{e.exports={en:["Text alignment"],ja:["テキストの配置"]}},67781:e=>{e.exports={en:["Text orientation"],ja:["テキストの向き"]}},24821:e=>{e.exports={en:["Ticks"],ja:["ティック"]}},51574:e=>{e.exports={en:["Trend line"],ja:["トレンドライン"]}},28683:e=>{e.exports={en:["Use one color"],ja:["同色を利用"]}},69526:e=>{e.exports={en:["Vertical"],ja:["垂直"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ja:["バーのX座標の変更"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ja:["価格のY座標の変更"]}},59577:e=>{e.exports={en:["change {title} all lines color"],ja:["{title}のすべてのラインの色の変更"]}},13783:e=>{e.exports={en:["change {title} background transparency"],ja:["{title}の背景の透明度の変更"]}},30839:e=>{e.exports={en:["change {title} background visibility"],ja:["{title}の背景の表示の変更"]}},96135:e=>{e.exports={en:["change {title} days to"],ja:["{title}の可視性を何日までに変更"]}},91201:e=>{e.exports={en:["change {title} days from"],ja:["{title}の可視性を何日からに変更"]}},8306:e=>{e.exports={en:["change {title} hours from"],ja:["{title}の可視性を何時間からに変更"]}},67233:e=>{e.exports={en:["change {title} hours to"],ja:["{title}の可視性を何時間までに変更"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],ja:["{title}のレベル{index}ラインの係数の変更"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],ja:["{title}のレベル{index}ラインの色の変更"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"],ja:["{title}のレベル{index}ラインの表示の変更"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"],ja:["{title}のレベル{index}ラインの幅の変更"]}},54517:e=>{e.exports={en:["change {title} levels visibility"],ja:["{title}のレベルの表示の変更"]}},99122:e=>{e.exports={en:["change {title} months from"],ja:["{title}の可視性を何ヶ月からに変更"]}},10518:e=>{e.exports={en:["change {title} months to"],ja:["{title}の可視性を何ヶ月までに変更"]}},38011:e=>{e.exports={
+en:["change {title} minutes to"],ja:["{title}の可視性を何分までに変更"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ja:["{title}の可視性を何分からに変更"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ja:["{title}の可視性を何秒までに変更"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ja:["{title}の可視性を何秒からに変更"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ja:["{title}の可視性を何週からに変更"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ja:["{title}の可視性を何週までに変更"]}},57122:e=>{e.exports={en:["change {title} text"],ja:["{title}のテキストの変更"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ja:["{title}のティックでの可視性の変更"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ja:["{title}の週足の可視性の変更"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ja:["{ranges}で{title}の表示の変更"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ja:["{title}の日足の可視性の変更"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ja:["{title}の時間足の可視性の変更"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ja:["{title}の分足の可視性の変更"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ja:["{title}の月足の可視性の変更"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ja:["{title}の秒足での可視性の変更"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],ja:["{toolName}のラインの表示の変更"]}},19541:e=>{e.exports={en:["change {toolName} line width"],ja:["{toolName}のラインの幅の変更"]}},24059:e=>{e.exports={en:["change {toolName} line color"],ja:["{toolName}のラインの色の変更"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],ja:["{toolName}のラインを左に延長の変更"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],ja:["{toolName}のラインを右に延長の変更"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],ja:["{toolName}のラインの左端の変更"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],ja:["{toolName}のラインの右端の変更"]}},66429:e=>{e.exports={en:["change {toolName} line style"],ja:["{toolName}のラインのスタイルの変更"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ja:["{propertyName}プロパティの変更"]}},35813:e=>{e.exports={en:["days"],ja:["日"]}},89919:e=>{e.exports={en:["days to"],ja:["何日まで"]}},59215:e=>{e.exports={en:["days from"],ja:["何日から"]}},77114:e=>{e.exports={en:["erase level line"],ja:["レベルラインの消去"]}},2359:e=>{e.exports={en:["hours"],ja:["時間"]}},82267:e=>{e.exports={en:["hours from"],ja:["何時間から"]}},15600:e=>{e.exports={en:["hours to"],ja:["何時間まで"]}},76261:e=>{e.exports={en:["move drawings"],ja:["描画の移動"]}},95300:e=>{e.exports={en:["months"],ja:["月"]}},17250:e=>{e.exports={en:["months from"],ja:["何ヶ月から"]}},2828:e=>{e.exports={en:["months to"],ja:["何ヶ月まで"]}},18726:e=>{e.exports={en:["minutes"],ja:["分"]}},67649:e=>{e.exports={en:["minutes to"],ja:["何分まで"]}},22476:e=>{e.exports={en:["minutes from"],ja:["何分から"]}},751:e=>{e.exports={en:["seconds"],ja:["秒"]}},73419:e=>{e.exports={en:["seconds to"],ja:["何秒まで"]}},35801:e=>{e.exports={en:["seconds from"],ja:["何秒から"]}},45537:e=>{e.exports={en:["weeks"],ja:["週"]}},92859:e=>{e.exports={
+en:["weeks from"],ja:["何週から"]}},44127:e=>{e.exports={en:["weeks to"],ja:["何週まで"]}},3539:e=>{e.exports={en:["ticks"],ja:["ティック"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.6778.cb295f9cefe08c721b2c.js b/public/charting_library/bundles/ja.6778.cb295f9cefe08c721b2c.js
new file mode 100644
index 0000000..1a49778
--- /dev/null
+++ b/public/charting_library/bundles/ja.6778.cb295f9cefe08c721b2c.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6778],{36778:a=>{a.exports={en:["Last available bar"],ja:["ご利用可能な最も古いバー"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.6822.4179cccc2fa59f991bf4.js b/public/charting_library/bundles/ja.6822.4179cccc2fa59f991bf4.js
new file mode 100644
index 0000000..2fb985e
--- /dev/null
+++ b/public/charting_library/bundles/ja.6822.4179cccc2fa59f991bf4.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6822],{94920:e=>{e.exports={en:["ADJ"],ja:["配当調整"]}},16755:e=>{e.exports={en:["B-ADJ"],ja:["限月調整"]}},82631:e=>{e.exports={en:["SET"],ja:["清算価格"]}},22233:e=>{e.exports={en:["auto"],ja:["自動"]}},4161:e=>{e.exports={en:["log"],ja:["ログスケール"]}},58221:e=>{e.exports={en:["All data"],ja:["すべてのデータ"]}},19273:e=>{e.exports={en:["Year to day"],ja:["年初来"]}},58426:e=>{e.exports={en:["{timePeriod} in {timeInterval}"],ja:["{timeInterval} で {timePeriod}"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],ja:["配当でデータを調整"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],ja:["限月の切り替えを調整"]}},42432:e=>{e.exports={en:["Go to"],ja:["移動"]}},92966:e=>{e.exports={en:["Extended Hours is available only for intraday charts"],ja:["時間外取引の機能は、イントラデイのチャートでのみ利用できます"]}},61206:e=>{e.exports={en:["Maximize chart"],ja:["チャートを最大化"]}},2031:e=>{e.exports={en:["Main symbol data is adjusted for dividends only"],ja:["メインシンボルのデータは配当のみで調整されています"]}},95739:e=>{e.exports={en:["Main symbol data is adjusted for splits only"],ja:["メインシンボルのデータは株式分割でのみ調整されています"]}},27665:e=>{e.exports={en:["Sessions"],ja:["セッション"]}},31142:e=>{e.exports={en:["Restore chart"],ja:["チャートを復元"]}},41888:e=>{e.exports={en:["Toggle Auto Scale"],ja:["自動スケール切り替え"]}},1e4:e=>{e.exports={en:["Toggle Log Scale"],ja:["ログスケール切り替え"]}},81649:e=>{e.exports={en:["Toggle Percentage"],ja:["%スケール切り替え"]}},77073:e=>{e.exports={en:["Timezone"],ja:["タイムゾーン"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"],ja:["日足で清算価格を終値として利用"]}},8586:e=>{e.exports={en:["ext"],ja:["時間外"]}},63808:e=>{e.exports={en:["{str} day","{str} days"],ja:["{str}日"]}},62368:e=>{e.exports={en:["{str} day","{str} days"],ja:["{str}日"]}},561:e=>{e.exports={en:["{str} day intervals","{str} days intervals"],ja:["{str}日足"]}},72495:e=>{e.exports={en:["{str} hour","{str} hours"],ja:["{str}時間"]}},64963:e=>{e.exports={en:["{str} hour","{str} hours"],ja:["{str}時間"]}},14887:e=>{e.exports={en:["{str} hour intervals","{str} hours intervals"],ja:["{str}時間足"]}},12752:e=>{e.exports={en:["{str} month","{str} months"],ja:["{str}ヶ月"]}},20062:e=>{e.exports={en:["{str} month","{str} months"],ja:["{str}ヶ月"]}},48514:e=>{e.exports={en:["{str} month intervals","{str} months intervals"],ja:["{str}ヶ月足"]}},95484:e=>{e.exports={en:["{str} minute","{str} minutes"],ja:["{str}分"]}},5926:e=>{e.exports={en:["{str} minute","{str} minutes"],ja:["{str}分"]}},15489:e=>{e.exports={en:["{str} minute intervals","{str} minutes intervals"],ja:["{str}分足"]}},6088:e=>{e.exports={en:["{str} week","{str} weeks"],ja:["{str}週"]}},49306:e=>{e.exports={en:["{str} week","{str} weeks"],ja:["{str}週"]}},60316:e=>{e.exports={en:["{str} week intervals","{str} weeks intervals"],ja:["{str}週足"]}},96325:e=>{e.exports={en:["{str} year","{str} years"],ja:["{str}年"]}},91549:e=>{e.exports={en:["{str} year","{str} years"],ja:["{str}年"]}},78971:e=>{e.exports={en:["{str} year intervals","{str} years intervals"],ja:["{str}年足"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.6838.b209fab6f81d9054b17c.js b/public/charting_library/bundles/ja.6838.b209fab6f81d9054b17c.js
new file mode 100644
index 0000000..69d1e69
--- /dev/null
+++ b/public/charting_library/bundles/ja.6838.b209fab6f81d9054b17c.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6838],{66838:e=>{e.exports={en:["Fact of the day"],ja:["今日の出来事"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.7122.b56804d4455c3a0204dd.js b/public/charting_library/bundles/ja.7122.b56804d4455c3a0204dd.js
new file mode 100644
index 0000000..c4a36fb
--- /dev/null
+++ b/public/charting_library/bundles/ja.7122.b56804d4455c3a0204dd.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7122],{57122:e=>{e.exports={en:["change {title} text"],ja:["{title}のテキストの変更"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.7328.6e079881a6ff4ded3dbf.js b/public/charting_library/bundles/ja.7328.6e079881a6ff4ded3dbf.js
new file mode 100644
index 0000000..b215a29
--- /dev/null
+++ b/public/charting_library/bundles/ja.7328.6e079881a6ff4ded3dbf.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7328],{27328:e=>{e.exports={en:["Don't show again"],ja:["再び表示しない"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.7458.068c610f8718bc62a766.js b/public/charting_library/bundles/ja.7458.068c610f8718bc62a766.js
new file mode 100644
index 0000000..4d45173
--- /dev/null
+++ b/public/charting_library/bundles/ja.7458.068c610f8718bc62a766.js
@@ -0,0 +1,6 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7458,4821],{80587:e=>{e.exports={en:["bars"],ja:["バー"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"],ja:["(始値 + 高値 + 安値 + 終値)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"],ja:["(高値 + 安値 + 終値)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"],ja:["(高値 + 安値)/2"]}},31882:e=>{e.exports={en:["12-hours"],ja:["12時間"]}},5797:e=>{e.exports={en:["24-hours"],ja:["24時間"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],ja:["(現在足の始値基準ではなく)前の足の終値基準でバーの色を判定"]}},23739:e=>{e.exports={en:["Canvas"],ja:["キャンバス"]}},24197:e=>{e.exports={en:["Center"],ja:["中央"]}},15153:e=>{e.exports={en:["Chart basic styles"],ja:["チャートの基本スタイル"]}},45639:e=>{e.exports={en:["Chart values"],ja:["チャートの値"]}},84831:e=>{e.exports={en:["Close line"],ja:["ライン - 終値"]}},74622:e=>{e.exports={en:["Crosshair"],ja:["十字カーソル"]}},81849:e=>{e.exports={en:["Currency"],ja:["通貨"]}},3015:e=>{e.exports={en:["Currency and Unit"],ja:["通貨と単位"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],ja:["配当でデータを調整"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],ja:["限月の切り替えを調整"]}},36620:e=>{e.exports={en:["Alerts"],ja:["アラート"]}},14119:e=>{e.exports={en:["Arguments"],ja:["引数"]}},68650:e=>{e.exports={en:["Average close"],ja:["平均終値"]}},27567:e=>{e.exports={en:["Bottom"],ja:["下"]}},3159:e=>{e.exports={en:["Bottom line"],ja:["下部ライン"]}},74406:e=>{e.exports={en:["Body"],ja:["実体"]}},333:e=>{e.exports={en:["Borders"],ja:["枠"]}},79468:e=>{e.exports={en:["Background"],ja:["背景"]}},10842:e=>{e.exports={en:["Bar change values"],ja:["バーの変動値"]}},28975:e=>{e.exports={en:["Base level"],ja:["基準レベル"]}},76473:e=>{e.exports={en:["Bid and ask"],ja:["Bid/Ask"]}},32744:e=>{e.exports={en:["Buttons"],ja:["ボタン"]}},68662:e=>{e.exports={en:["Grid lines"],ja:["グリッドライン"]}},17611:e=>{e.exports={en:["Down bars"],ja:["下降バー"]}},23743:e=>{e.exports={en:["Down color"],ja:["下降カラー"]}},48225:e=>{e.exports={en:["Data modification"],ja:["データの調整"]}},84838:e=>{e.exports={en:["Date format"],ja:["日付の形式"]}},42357:e=>{e.exports={en:["Day of week on labels"],ja:["曜日の表示"]}},16564:e=>{e.exports={en:["Default"],ja:["デフォルト"]}},78734:e=>{e.exports={en:["Description"],ja:["詳細"]}},89212:e=>{e.exports={en:["Display inactivity gaps on intraday"]}},59777:e=>{e.exports={en:["Electronic trading hours background"],ja:["電子取引時間の背景"]}},69808:e=>{e.exports={en:["Events"],ja:["イベント"]}},41129:e=>{e.exports={en:["Fill"],ja:["塗りつぶし"]}},61112:e=>{e.exports={en:["Fill top area"],ja:["上部エリア"]}},73185:e=>{e.exports={en:["Fill bottom area"],ja:["下部エリア"]}},95406:e=>{e.exports={en:["Horizontal"],ja:["水平"]}},61900:e=>{e.exports={en:["Horz only"],ja:["水平線のみ"]}},14180:e=>{e.exports={en:["High and low"],ja:["高値・安値"]}},56359:e=>{e.exports={en:["High line"],ja:["ライン - 高値"]}},47326:e=>{e.exports={en:["Integer"],ja:["整数"]}},84549:e=>{e.exports={en:["Indicators"],ja:["インジケーター"]}},78082:e=>{e.exports={en:["Indicators and financials"],ja:["インジケーターと財務指標"]}},25765:e=>{e.exports={en:["Open market status"],ja:["市場の開始状況を表示"]}},34579:e=>{e.exports={en:["Low line"],ja:["ライン - 安値"]}},
+14876:e=>{e.exports={en:["Logo"],ja:["ロゴ"]}},89315:e=>{e.exports={en:["Long Description"],ja:["説明文"]}},72423:e=>{e.exports={en:["Last day change values"],ja:["前日からの変動値"]}},11626:e=>{e.exports={en:["Left"],ja:["左"]}},8249:e=>{e.exports={en:["Money"],ja:["金額"]}},70937:e=>{e.exports={en:["Margins"],ja:["マージン"]}},68833:e=>{e.exports={en:["Middle"],ja:["中央"]}},58589:e=>{e.exports={en:["No overlapping labels"],ja:["ラベルを重ねない"]}},60798:e=>{e.exports={en:["None"],ja:["なし"]}},51019:e=>{e.exports={en:["Navigation"],ja:["ナビゲーション"]}},99709:e=>{e.exports={en:["Name"],ja:["名前"]}},8852:e=>{e.exports={en:["Save chart left edge position when changing interval"],ja:["時間足の変更時にチャート左端の位置を保存"]}},26204:e=>{e.exports={en:["Scale modes (A and L)"],ja:["スケールモード (A と L)"]}},93968:e=>{e.exports={en:["Scales"],ja:["スケール"]}},90275:e=>{e.exports={en:["Scales and lines"],ja:["スケールとライン"]}},30042:e=>{e.exports={en:["Scales placement"],ja:["スケールの配置"]}},28715:e=>{e.exports={en:["Status line"],ja:["ステータスライン"]}},95481:e=>{e.exports={en:["Symbol"],ja:["シンボル"]}},53263:e=>{e.exports={en:["Pane"],ja:["ペイン"]}},82894:e=>{e.exports={en:["Pane separators"],ja:["ペインの境界線"]}},16207:e=>{e.exports={en:["Percentage"],ja:["パーセンテージ"]}},94408:e=>{e.exports={en:["Pips"]}},60904:e=>{e.exports={en:["Pre/post market"],ja:["プレ/アフターマーケット"]}},88327:e=>{e.exports={en:["Pre/post market hours background"],ja:["プレ/アフターマーケット時間の背景"]}},59766:e=>{e.exports={en:["Precision"],ja:["精度"]}},83811:e=>{e.exports={en:["Previous day close"],ja:["前日終値"]}},35082:e=>{e.exports={en:["Price Scale"],ja:["価格スケール"]}},27632:e=>{e.exports={en:["Price and percentage value"],ja:["価格とパーセント値"]}},62142:e=>{e.exports={en:["Price labels & lines"],ja:["価格ラベルとライン"]}},84684:e=>{e.exports={en:["Price source"],ja:["価格のソース"]}},73466:e=>{e.exports={en:["Projection up bars"],ja:["上昇予測バー"]}},77430:e=>{e.exports={en:["Projection candles"],ja:["予測バー"]}},88367:e=>{e.exports={en:["Projection down bars"],ja:["下降予測バー"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"],ja:["価格スケールに(平均足ではなく)実際の価格を表示"]}},50421:e=>{e.exports={en:["Right"],ja:["右"]}},62532:e=>{e.exports={en:["Right Margin"],ja:["右マージン"]}},41571:e=>{e.exports={en:["Watermark"],ja:["透かし"]}},32163:e=>{e.exports={en:["Wick"],ja:["ヒゲ"]}},97118:e=>{e.exports={en:["Top"],ja:["上"]}},89349:e=>{e.exports={en:["Top line"],ja:["上部ライン"]}},70320:e=>{e.exports={en:["Text"],ja:["テキスト"]}},25485:e=>{e.exports={en:["Text alignment"],ja:["テキストの配置"]}},67781:e=>{e.exports={en:["Text orientation"],ja:["テキストの向き"]}},20215:e=>{e.exports={en:["Thin bars"],ja:["細いバー"]}},70198:e=>{e.exports={en:["Title"],ja:["タイトル"]}},29854:e=>{e.exports={en:["Titles"],ja:["タイトル"]}},5791:e=>{e.exports={en:["Ticker"],ja:["ティッカー"]}},16816:e=>{e.exports={en:["Ticker and description"],ja:["ティッカーと詳細"]}},24821:e=>{e.exports={en:["Ticks"],ja:["ティック"]}},93965:e=>{e.exports={en:["Time Scale"],ja:["時間軸"]}},5591:e=>{e.exports={en:["Time hours format"],ja:["時刻の表記"]}},77073:e=>{e.exports={en:["Timezone"],ja:["タイムゾーン"]}},76495:e=>{e.exports={en:["Trading"],ja:["トレーディング"]}},33564:e=>{
+e.exports={en:["Unit"],ja:["単位"]}},23091:e=>{e.exports={en:["Up color"],ja:["上昇カラー"]}},36957:e=>{e.exports={en:["Up bars"],ja:["上昇バー"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"],ja:["日足で清算価格を終値として利用"]}},37644:e=>{e.exports={en:["Volume"],ja:["出来高"]}},51514:e=>{e.exports={en:["Value"],ja:["値"]}},31218:e=>{e.exports={en:["Value according to scale"],ja:["スケールに応じた値"]}},60092:e=>{e.exports={en:["Values"],ja:["値"]}},83594:e=>{e.exports={en:["Vert and horz"],ja:["垂直線と水平線"]}},8402:e=>{e.exports={en:["Vert only"],ja:["垂直線のみ"]}},69526:e=>{e.exports={en:["Vertical"],ja:["垂直"]}},21105:e=>{e.exports={en:["candle"],ja:["ローソク足"]}},27068:e=>{e.exports={en:["change HLC bars"],ja:["HLCバーの変更"]}},21201:e=>{e.exports={en:["change HLC bars color"]}},3311:e=>{e.exports={en:["change navigation buttons visibility"],ja:["ナビゲーションボタンの表示の変更"]}},96227:e=>{e.exports={en:["change open market status visibility"],ja:["市場ステータスの表示の変更"]}},43231:e=>{e.exports={en:["change average close price line width"],ja:["平均価格ラインの幅の変更"]}},47026:e=>{e.exports={en:["change average close price line color"],ja:["平均価格ラインの色の変更"]}},86866:e=>{e.exports={en:["change area fill color"],ja:["エリアの塗りつぶしの色の変更"]}},89346:e=>{e.exports={en:["change area line width"],ja:["エリアラインの幅の変更"]}},29605:e=>{e.exports={en:["change area line color"],ja:["エリアラインの色の変更"]}},4640:e=>{e.exports={en:["change area price source"],ja:["エリア価格のソースの変更"]}},98407:e=>{e.exports={en:["change ask line color"],ja:["Askラインの色の変更"]}},42190:e=>{e.exports={en:["change base level"],ja:["基準レベルの変更"]}},71785:e=>{e.exports={en:["change baseline bottom line color"],ja:["ベースラインの下部ラインの色の変更"]}},56175:e=>{e.exports={en:["change baseline bottom line width"],ja:["ベースラインの下部ラインの幅の変更"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"],ja:["ベースラインの下部エリアの塗りつぶしの色の変更"]}},92873:e=>{e.exports={en:["change baseline fill top area color"],ja:["ベースラインの上部エリアの塗りつぶしの色の変更"]}},68609:e=>{e.exports={en:["change baseline price source"],ja:["ベースラインの価格ソースの変更"]}},69044:e=>{e.exports={en:["change baseline top line color"],ja:["ベースラインの上部ラインの色の変更"]}},68197:e=>{e.exports={en:["change baseline top line width"],ja:["ベースラインの上部ラインの幅の変更"]}},33464:e=>{e.exports={en:["change bar up color"],ja:["上昇バーの色の変更"]}},27426:e=>{e.exports={en:["change bar change visibility"],ja:["バーの変動値の表示の変更"]}},59622:e=>{e.exports={en:["change bar down color"],ja:["下降バーの色の変更"]}},17919:e=>{e.exports={en:["change bid line color"],ja:["Bidラインの色の変更"]}},32094:e=>{e.exports={en:["change bottom margin"],ja:["下マージンの変更"]}},63119:e=>{e.exports={en:["change currency and unit labels visibility"],ja:["通貨と単位ラベルの表示の変更"]}},64003:e=>{e.exports={en:["change currency label visibility"],ja:["通貨ラベルの表示の変更"]}},42803:e=>{e.exports={en:["change chart background color"],ja:["チャートの背景色の変更"]}},41382:e=>{e.exports={en:["change chart background type"],ja:["チャートの背景の種類の変更"]}},79637:e=>{e.exports={en:["change chart values visibility"],ja:["チャートの値の可視性の変更"]}},43090:e=>{e.exports={en:["change color bars based on previous close"],ja:["前の足の終値基準でバーの色の変更"]}},88324:e=>{e.exports={
+en:["change column up color"],ja:["カラムの上昇カラーの変更"]}},93890:e=>{e.exports={en:["change column down color"],ja:["カラムの下降カラーの変更"]}},4727:e=>{e.exports={en:["change column price source"],ja:["カラムの価格ソースの変更"]}},50544:e=>{e.exports={en:["change crosshair width"],ja:["十字カーソルの幅の変更"]}},92885:e=>{e.exports={en:["change crosshair color"],ja:["十字カーソルの色の変更"]}},68418:e=>{e.exports={en:["change crosshair style"],ja:["十字カーソルのスタイルの変更"]}},43109:e=>{e.exports={en:["change date format"],ja:["日付の形式の変更"]}},30418:e=>{e.exports={en:["change day of week on labels"],ja:["曜日の表示の変更"]}},82063:e=>{e.exports={en:["change decimal places"],ja:["小数点以下の桁数の変更"]}},44223:e=>{e.exports={en:["change extended hours color"],ja:["時間外取引の色の変更"]}},47393:e=>{e.exports={en:["change electronic trading hours"],ja:["電子取引時間の変更"]}},73844:e=>{e.exports={en:["change grid lines visibility"],ja:["グリッドラインの可視性の変更"]}},61407:e=>{e.exports={en:["change high and low price line color"],ja:["高値・安値価格ラインの色の変更"]}},39581:e=>{e.exports={en:["change high and low price line width"],ja:["高値・安値価格ラインの幅の変更"]}},6026:e=>{e.exports={en:["change high-low body color"],ja:["ハイローの実体の色の変更"]}},73021:e=>{e.exports={en:["change high-low body visibility"],ja:["ハイローの実体の表示の変更"]}},46844:e=>{e.exports={en:["change high-low border color"],ja:["ハイローの枠の色の変更"]}},15801:e=>{e.exports={en:["change high-low borders visibility"],ja:["ハイローの枠の表示の変更"]}},72399:e=>{e.exports={en:["change high-low labels visibility"],ja:["ハイローのラベルの表示の変更"]}},56961:e=>{e.exports={en:["change high-low labels color"],ja:["ハイローのラベルの色の変更"]}},21133:e=>{e.exports={en:["change horz grid lines color"],ja:["水平グリッドラインの色の変更"]}},63050:e=>{e.exports={en:["change indicator titles visibility"],ja:["インジケーターのタイトルの表示の変更"]}},49583:e=>{e.exports={en:["change indicator values visibility"],ja:["インジケーターの値の表示の変更"]}},78310:e=>{e.exports={en:["change indicator arguments visibility"],ja:["インジケーターの引数の表示の変更"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"],ja:["インジケーターと財務指標名ラベルの表示の変更"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"],ja:["インジケーターと財務指標値ラベルの表示の変更"]}},66307:e=>{e.exports={en:["change last day change visibility"],ja:["前日からの変動値の可視性の変更"]}},91873:e=>{e.exports={en:["change legend background transparency"],ja:["凡例の背景の透明度の変更"]}},14246:e=>{e.exports={en:["change legend background visibility"],ja:["凡例の背景の表示の変更"]}},88640:e=>{e.exports={en:["change line color"],ja:["ラインの色の変更"]}},41837:e=>{e.exports={en:["change line price source"],ja:["ライン価格のソースの変更"]}},48339:e=>{e.exports={en:["change line width"],ja:["ライン幅の変更"]}},18378:e=>{e.exports={en:["change pane buttons visibility"],ja:["ペインボタンの表示の変更"]}},52203:e=>{e.exports={en:["change pane separators color"],ja:["ペインの境界線の色の変更"]}},38730:e=>{e.exports={en:["change post market color"],ja:["アフターマーケットの色の変更"]}},28075:e=>{e.exports={en:["change post market line color"],ja:["アフターマーケットラインの色の変更"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"],ja:["プレ/アフターマーケット価格ラインの表示の変更"]}},44371:e=>{e.exports={en:["change pre market color"],
+ja:["プレマーケットの色の変更"]}},96114:e=>{e.exports={en:["change pre market line color"],ja:["プレマーケットラインの色の変更"]}},69814:e=>{e.exports={en:["change previous close price line color"],ja:["前日終値ラインの色の変更"]}},13660:e=>{e.exports={en:["change previous close price line width"],ja:["前日終値ラインの幅の変更"]}},87861:e=>{e.exports={en:["change price line color"],ja:["価格ラインの色の変更"]}},29353:e=>{e.exports={en:["change price line width"],ja:["価格ラインの幅の変更"]}},16241:e=>{e.exports={en:["change range bars style"],ja:["レンジバーのスタイルの変更"]}},65821:e=>{e.exports={en:["change range thin bars"],ja:["レンジバーの細さの変更"]}},75487:e=>{e.exports={en:["change renko wick down color"],ja:["下降の練行足のヒゲの色の変更"]}},92277:e=>{e.exports={en:["change renko wick up color"],ja:["練行足のヒゲの色の変更"]}},79604:e=>{e.exports={en:["change renko wick visibility"],ja:["練行足のヒゲの表示の変更"]}},82946:e=>{e.exports={en:["change right margin"],ja:["右マージンの変更"]}},79545:e=>{e.exports={en:["change right margin percentage"],ja:["右マージン%の変更"]}},78995:e=>{e.exports={en:["change symbol watermark color"],ja:["シンボルの透かしの色の変更"]}},73227:e=>{e.exports={en:["change symbol watermark visibility"],ja:["シンボルの透かしの表示の変更"]}},88167:e=>{e.exports={en:["change symbol description visibility"],ja:["シンボルの詳細の表示の変更"]}},12050:e=>{e.exports={en:["change symbol field visibility"],ja:["シンボルフィールドの表示の変更"]}},46066:e=>{e.exports={en:["change symbol last value mode"],ja:["シンボルの現在値モードの変更"]}},902:e=>{e.exports={en:["change symbol legend format"],ja:["シンボルの凡例の形式の変更"]}},77408:e=>{e.exports={en:["change save chart left edge position when changing interval"],ja:["時間足の変更時に保存されたチャート左端の位置の変更"]}},69023:e=>{e.exports={en:["change scale modes buttons visibility"],ja:["スケールモードボタンの表示の変更"]}},76131:e=>{e.exports={en:["change scales text color"],ja:["スケールテキストの色の変更"]}},27792:e=>{e.exports={en:["change scales font size"],ja:["スケールのフォントサイズの変更"]}},94997:e=>{e.exports={en:["change scales lines color"],ja:["スケールのラインの色の変更"]}},60067:e=>{e.exports={en:["change sessions breaks visibility"],ja:["セッション区切りの表示の変更"]}},28175:e=>{e.exports={en:["change sessions breaks width"],ja:["セッション区切りの幅の変更"]}},33895:e=>{e.exports={en:["change sessions breaks color"],ja:["セッション区切りの色の変更"]}},21641:e=>{e.exports={en:["change sessions breaks style"],ja:["セッション区切りのスタイルの変更"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"],ja:["価格スケールに(平均足ではなく)実際の価格を表示の変更"]}},60834:e=>{e.exports={en:["change thin bars"],ja:["細いバーの変更"]}},39754:e=>{e.exports={en:["change time hours format"],ja:["時刻の表記の変更"]}},74883:e=>{e.exports={en:["change top margin"],ja:["上マージンの変更"]}},51250:e=>{e.exports={en:["change unit label visibility"],ja:["単位ラベルの表示の変更"]}},71805:e=>{e.exports={en:["change vert grid lines color"],ja:["垂直グリッドラインの色の変更"]}},96201:e=>{e.exports={en:["change volume values visibility"],ja:["出来高の値の表示の変更"]}},17214:e=>{e.exports={en:["change {candleType} up border color"],ja:["上昇の{candleType}の枠の色の変更"]}},36697:e=>{e.exports={en:["change {candleType} up color"],ja:["上昇の{candleType}の色の変更"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"],
+ja:["下降の{candleType}のヒゲの色の変更"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"],ja:["上昇の{candleType}のヒゲの色の変更"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"],ja:["{candleType}のヒゲの表示の変更"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"],ja:["{candleType}の実体の表示の変更"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"],ja:["{candleType}の枠の表示の変更"]}},20291:e=>{e.exports={en:["change {candleType} down border color"],ja:["下降の{candleType}の枠の色の変更"]}},64571:e=>{e.exports={en:["change {candleType} down color"],ja:["下降の{candleType}の色の変更"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"],ja:["{chartType}の下降バーの枠の色の変更"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"],ja:["{chartType}の上昇バーの枠の色の変更"]}},5012:e=>{e.exports={en:["change {chartType} down color"],ja:["下降の{chartType}の色の変更"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"],ja:["{chartType}の上昇予測バーの枠の色の変更"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"],ja:["{chartType}の下降予測バーの色の変更"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"],ja:["{chartType}の上昇予測バーの色の変更"]}},6970:e=>{e.exports={en:["change {chartType} up color"],ja:["上昇の{chartType}の色の変更"]}},66110:e=>{e.exports={en:["change {inputName} property"],ja:["{inputName}プロパティの変更"]}},18077:e=>{e.exports={en:["adjust data for dividends"],ja:["配当でデータの調整"]}},1433:e=>{e.exports={en:["adjust for contract changes"],ja:["限月の切り替えを調整"]}},92598:e=>{e.exports={en:["hollow candles"],ja:["中空ローソク足"]}},57243:e=>{e.exports={en:["range","ranges"],ja:["レンジ"]}},70282:e=>{e.exports={en:["renko"],ja:["練行足"]}},28871:e=>{e.exports={en:["toggle intraday inactivity gaps"]}},92978:e=>{e.exports={en:["use settlement as close on daily interval"],ja:["日足で清算価格を終値として利用"]}},59644:e=>{e.exports={en:["{value} decimal","{value} decimals"],ja:["{value}桁"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.7714.fb6a9318f826d9829d2d.js b/public/charting_library/bundles/ja.7714.fb6a9318f826d9829d2d.js
new file mode 100644
index 0000000..5e15fb5
--- /dev/null
+++ b/public/charting_library/bundles/ja.7714.fb6a9318f826d9829d2d.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7714,4109,4166],{92389:e=>{e.exports={en:["Clone, Copy"],ja:["複製、コピー"]}},47742:e=>{e.exports={en:["Close menu"],ja:["メニューを閉じる"]}},83390:e=>{e.exports={en:["Create a group of drawings"],ja:["描画のグループを作成"]}},69207:e=>{e.exports={en:["Add to favorites"],ja:["お気に入りに追加"]}},40983:e=>{e.exports={en:["Group is hidden on current interval"],ja:["グループは現在の時間足で非表示です"]}},80014:e=>{e.exports={en:["Drawing is hidden on current interval"],ja:["描画は現在の時間足で非表示です"]}},88616:e=>{e.exports={en:["Object tree"],ja:["オブジェクトツリー"]}},80996:e=>{e.exports={en:["Local drawings"],ja:["ローカルの描画"]}},63944:e=>{e.exports={en:["Modified: {modificationDate}"],ja:["変更日: {modificationDate}"]}},37117:e=>{e.exports={en:["More"],ja:["詳細"]}},81031:e=>{e.exports={en:["Manage layout drawings"],ja:["レイアウトの描画を管理"]}},84212:e=>{e.exports={en:["No drawings yet"],ja:["未描画"]}},92931:e=>{e.exports={en:["Synced globally"],ja:["グローバルに同期"]}},41870:e=>{e.exports={en:["Synced in layout"],ja:["レイアウト内で同期"]}},8182:e=>{e.exports={en:["Remove all drawings for this symbol"],ja:["このシンボルのすべての描画を削除"]}},85106:e=>{e.exports={en:["Remove from favorites"],ja:["お気に入りから削除"]}},6321:e=>{e.exports={en:["Rename"],ja:["名前を変更"]}},23687:e=>{e.exports={en:["change {sourceTitle} title to {newSourceTitle}"],ja:["{sourceTitle}のタイトルを{newSourceTitle}に変更"]}},93277:e=>{e.exports={en:["hide objects"],ja:["オブジェクトの非表示"]}},10370:e=>{e.exports={en:["insert source(s) after"],ja:["後にソースを挿入"]}},36044:e=>{e.exports={en:["move objects"],ja:["オブジェクトの移動"]}},51382:e=>{e.exports={en:["show {title}"],ja:["{title}の表示"]}},23771:e=>{e.exports={en:["show objects"],ja:["オブジェクトの表示"]}},79688:e=>{e.exports={en:["remove objects"],ja:["オブジェクトの削除"]}},58407:e=>{e.exports={en:["remove all line tools for {symbol}"],ja:["{symbol}のすべてのラインツールの削除"]}},90755:e=>{e.exports={en:["{drawingsCount} drawing","{drawingsCount} drawings"],ja:["{drawingsCount}個の描画"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.7827.ea2deb999b0c771280eb.js b/public/charting_library/bundles/ja.7827.ea2deb999b0c771280eb.js
new file mode 100644
index 0000000..ff89dfd
--- /dev/null
+++ b/public/charting_library/bundles/ja.7827.ea2deb999b0c771280eb.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7827,4109],{55517:e=>{e.exports={en:["Add"],ja:["追加"]}},29619:e=>{e.exports={en:["Add custom color"],ja:["カスタムカラーの追加"]}},80936:e=>{e.exports={en:["Opacity"],ja:["不透明度"]}},64974:e=>{e.exports={en:["line tool(s) line style"],ja:["ラインツールの線種"]}},47370:e=>{e.exports={en:["Color"],ja:["色"]}},4543:e=>{e.exports={en:["Cancel"],ja:["キャンセル"]}},74089:e=>{e.exports={en:["Anchor drawing"],ja:["描画の固定"]}},69207:e=>{e.exports={en:["Add to favorites"],ja:["お気に入りに追加"]}},99919:e=>{e.exports={en:["Align to 45 degree"],ja:["45度に合わせる"]}},69715:e=>{e.exports={en:["Background color"],ja:["背景色"]}},7977:e=>{e.exports={en:["Background color 1"],ja:["背景色1"]}},8111:e=>{e.exports={en:["Background color 2"],ja:["背景色2"]}},57157:e=>{e.exports={en:["Dot"],ja:["ドット"]}},27390:e=>{e.exports={en:["Dotted line"],ja:["点線"]}},88123:e=>{e.exports={en:["Dashed line"],ja:["破線"]}},14939:e=>{e.exports={en:["Demonstration"],ja:["レーザーポインター"]}},31145:e=>{e.exports={en:["Disable align to 45 degrees mode"],ja:["45度に合わせるモードを解除する"]}},83187:e=>{e.exports={en:["Enable align to 45 degrees mode"],ja:["45度に合わせるモードを有効にする"]}},8727:e=>{e.exports={en:["Eraser"],ja:["消しゴム"]}},92409:e=>{e.exports={en:["Font Size"],ja:["フォントサイズ"]}},2573:e=>{e.exports={en:["Font size"],ja:["フォントサイズ"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"],ja:["{hotKey_0}の長押しで一時的に描画"]}},22688:e=>{e.exports={en:["Hide Favorite Drawing Tools Toolbar"],ja:["お気に入り描画ツールのツールバーを非表示"]}},79451:e=>{e.exports={en:["Lock all drawings"],ja:["すべての描画ツールをロック"]}},14097:e=>{e.exports={en:["Line tool backgrounds"],ja:["ラインツールの背景"]}},11989:e=>{e.exports={en:["Line tool colors"],ja:["ラインツールの色"]}},81956:e=>{e.exports={en:["Line tool text colors"],ja:["ラインツールのテキストの色"]}},53002:e=>{e.exports={en:["Line tool width"],ja:["ラインツールの太さ"]}},75056:e=>{e.exports={en:["Line tool widths"],ja:["ラインツールの太さ"]}},37117:e=>{e.exports={en:["More"],ja:["詳細"]}},35553:e=>{e.exports={en:["Magic"],ja:["マジック"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"],ja:["マグネットモードでは、価格バーの近くに描画を配置すると近くのOHLC値(始値・高値・安値・終値)にくっつきます"]}},46193:e=>{e.exports={en:["Marker color"],ja:["マーカーの色"]}},91563:e=>{e.exports={en:["Measure"],ja:["ものさし"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"],ja:["新規描画は、マルチレイアウトのすべてのチャートに複製され、同じティッカーが選択された時に表示されます。"]}},3154:e=>{e.exports={en:["Show Hidden Tools"],ja:["非表示ツールを表示"]}},85786:e=>{e.exports={en:["Show Object Tree"],ja:["オブジェクトツリーを表示"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],ja:["描画モードの維持"]}},65086:e=>{e.exports={en:["Stop background color"],ja:["ストップの背景色"]}},28736:e=>{e.exports={en:["Profit background color"],ja:["ターゲットの背景色"]}},57118:e=>{e.exports={en:["Remove Drawings"],ja:["描画を削除"]}},89984:e=>{e.exports={en:["Remove color"],ja:["色を削除"]}},85106:e=>{e.exports={en:["Remove from favorites"],ja:["お気に入りから削除"]}},77753:e=>{e.exports={en:["Text color"],ja:["テキストの色"]}},55774:e=>{e.exports={en:["Zoom In"],
+ja:["ズームイン"]}},37310:e=>{e.exports={en:["Zoom Out"],ja:["ズームアウト"]}},96142:e=>{e.exports={en:["change line tool(s) text color"],ja:["ラインツールのテキストの色の変更"]}},50522:e=>{e.exports={en:["change line tool(s) background color"],ja:["ラインツールの背景色の変更"]}},78655:e=>{e.exports={en:["change line tool(s) color"],ja:["ラインツールの色の変更"]}},37453:e=>{e.exports={en:["change line tool(s) font size"],ja:["ラインツールのフォントサイズの変更"]}},13423:e=>{e.exports={en:["change line tool(s) line style"],ja:["ラインツールの線種の変更"]}},81303:e=>{e.exports={en:["change line tool(s) line width"],ja:["ラインツールの線の幅の変更"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ja:["{propertyName}プロパティの変更"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"],ja:["{hotKey_0} + チャートをクリック"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"],ja:["{hotKey_0} — 円"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"],ja:["{hotKey_0} ー 45度の角度で直線を描く"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"],ja:["{hotKey_0} — 固定増分"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"],ja:["{hotKey_0} — 正方形"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.7850.c4f446fdb53937cc86cb.js b/public/charting_library/bundles/ja.7850.c4f446fdb53937cc86cb.js
new file mode 100644
index 0000000..baf9196
--- /dev/null
+++ b/public/charting_library/bundles/ja.7850.c4f446fdb53937cc86cb.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7850,7122,5111],{57122:e=>{e.exports={en:["change {title} text"],ja:["{title}のテキストの変更"]}},77114:e=>{e.exports={en:["erase level line"],ja:["レベルラインの消去"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.7952.0cb83b58212a65904f9d.js b/public/charting_library/bundles/ja.7952.0cb83b58212a65904f9d.js
new file mode 100644
index 0000000..c5f5353
--- /dev/null
+++ b/public/charting_library/bundles/ja.7952.0cb83b58212a65904f9d.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7952,2787,6155,5111,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ja:["#{count}(価格, バー)"]}},29291:e=>{e.exports={en:["Median"],ja:["Median (中央値)"]}},78930:e=>{e.exports={en:["Coordinates"],ja:["座標"]}},24197:e=>{e.exports={en:["Center"],ja:["中央"]}},27567:e=>{e.exports={en:["Bottom"],ja:["下"]}},79468:e=>{e.exports={en:["Background"],ja:["背景"]}},72942:e=>{e.exports={en:["Days"],ja:["日"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ja:["再配置 (価格, バー)"]}},61856:e=>{e.exports={en:["Extend left line"],ja:["ラインを左に延長"]}},819:e=>{e.exports={en:["Extend lines"],ja:["ラインを延長"]}},87430:e=>{e.exports={en:["Extend right line"],ja:["ラインを右に延長"]}},56796:e=>{e.exports={en:["Hours"],ja:["時間"]}},95406:e=>{e.exports={en:["Horizontal"],ja:["水平"]}},21429:e=>{e.exports={en:["Inputs"],ja:["パラメーター"]}},11626:e=>{e.exports={en:["Left"],ja:["左"]}},43154:e=>{e.exports={en:["Months"],ja:["月"]}},68833:e=>{e.exports={en:["Middle"],ja:["中央"]}},42562:e=>{e.exports={en:["Minutes"],ja:["分"]}},65188:e=>{e.exports={en:["Seconds"],ja:["秒"]}},50421:e=>{e.exports={en:["Right"],ja:["右"]}},835:e=>{e.exports={en:["Weeks"],ja:["週"]}},97118:e=>{e.exports={en:["Top"],ja:["上"]}},70320:e=>{e.exports={en:["Text"],ja:["テキスト"]}},25485:e=>{e.exports={en:["Text alignment"],ja:["テキストの配置"]}},67781:e=>{e.exports={en:["Text orientation"],ja:["テキストの向き"]}},24821:e=>{e.exports={en:["Ticks"],ja:["ティック"]}},28683:e=>{e.exports={en:["Use one color"],ja:["同色を利用"]}},69526:e=>{e.exports={en:["Vertical"],ja:["垂直"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ja:["バーのX座標の変更"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ja:["価格のY座標の変更"]}},59577:e=>{e.exports={en:["change {title} all lines color"],ja:["{title}のすべてのラインの色の変更"]}},13783:e=>{e.exports={en:["change {title} background transparency"],ja:["{title}の背景の透明度の変更"]}},30839:e=>{e.exports={en:["change {title} background visibility"],ja:["{title}の背景の表示の変更"]}},96135:e=>{e.exports={en:["change {title} days to"],ja:["{title}の可視性を何日までに変更"]}},91201:e=>{e.exports={en:["change {title} days from"],ja:["{title}の可視性を何日からに変更"]}},76295:e=>{e.exports={en:["change {title} extend lines"],ja:["{title}のラインを延長の変更"]}},8306:e=>{e.exports={en:["change {title} hours from"],ja:["{title}の可視性を何時間からに変更"]}},67233:e=>{e.exports={en:["change {title} hours to"],ja:["{title}の可視性を何時間までに変更"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],ja:["{title}のレベル{index}ラインの係数の変更"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],ja:["{title}のレベル{index}ラインの色の変更"]}},64707:e=>{e.exports={en:["change {title} level {index} line style"],ja:["{title}のレベル{index}ラインのスタイルの変更"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"],ja:["{title}のレベル{index}ラインの表示の変更"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"],ja:["{title}のレベル{index}ラインの幅の変更"]}},99122:e=>{e.exports={en:["change {title} months from"],ja:["{title}の可視性を何ヶ月からに変更"]}},10518:e=>{e.exports={en:["change {title} months to"],
+ja:["{title}の可視性を何ヶ月までに変更"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ja:["{title}の可視性を何分までに変更"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ja:["{title}の可視性を何分からに変更"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ja:["{title}の可視性を何秒までに変更"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ja:["{title}の可視性を何秒からに変更"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ja:["{title}の可視性を何週からに変更"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ja:["{title}の可視性を何週までに変更"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ja:["{title}のティックでの可視性の変更"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ja:["{title}の週足の可視性の変更"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ja:["{ranges}で{title}の表示の変更"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ja:["{title}の日足の可視性の変更"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ja:["{title}の時間足の可視性の変更"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ja:["{title}の分足の可視性の変更"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ja:["{title}の月足の可視性の変更"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ja:["{title}の秒足での可視性の変更"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],ja:["{toolName}のラインの表示の変更"]}},19541:e=>{e.exports={en:["change {toolName} line width"],ja:["{toolName}のラインの幅の変更"]}},24059:e=>{e.exports={en:["change {toolName} line color"],ja:["{toolName}のラインの色の変更"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],ja:["{toolName}のラインを左に延長の変更"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],ja:["{toolName}のラインを右に延長の変更"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],ja:["{toolName}のラインの左端の変更"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],ja:["{toolName}のラインの右端の変更"]}},66429:e=>{e.exports={en:["change {toolName} line style"],ja:["{toolName}のラインのスタイルの変更"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ja:["{propertyName}プロパティの変更"]}},35813:e=>{e.exports={en:["days"],ja:["日"]}},89919:e=>{e.exports={en:["days to"],ja:["何日まで"]}},59215:e=>{e.exports={en:["days from"],ja:["何日から"]}},77114:e=>{e.exports={en:["erase level line"],ja:["レベルラインの消去"]}},2359:e=>{e.exports={en:["hours"],ja:["時間"]}},82267:e=>{e.exports={en:["hours from"],ja:["何時間から"]}},15600:e=>{e.exports={en:["hours to"],ja:["何時間まで"]}},76261:e=>{e.exports={en:["move drawings"],ja:["描画の移動"]}},95300:e=>{e.exports={en:["months"],ja:["月"]}},17250:e=>{e.exports={en:["months from"],ja:["何ヶ月から"]}},2828:e=>{e.exports={en:["months to"],ja:["何ヶ月まで"]}},18726:e=>{e.exports={en:["minutes"],ja:["分"]}},67649:e=>{e.exports={en:["minutes to"],ja:["何分まで"]}},22476:e=>{e.exports={en:["minutes from"],ja:["何分から"]}},751:e=>{e.exports={en:["seconds"],ja:["秒"]}},73419:e=>{e.exports={en:["seconds to"],ja:["何秒まで"]}},35801:e=>{e.exports={en:["seconds from"],ja:["何秒から"]}},45537:e=>{e.exports={en:["weeks"],ja:["週"]}},92859:e=>{e.exports={en:["weeks from"],ja:["何週から"]}},
+44127:e=>{e.exports={en:["weeks to"],ja:["何週まで"]}},3539:e=>{e.exports={en:["ticks"],ja:["ティック"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.8356.3131cfefc19bf35ba006.js b/public/charting_library/bundles/ja.8356.3131cfefc19bf35ba006.js
new file mode 100644
index 0000000..26bfaa1
--- /dev/null
+++ b/public/charting_library/bundles/ja.8356.3131cfefc19bf35ba006.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8356,4109],{53288:e=>{e.exports={en:["animals & nature"],ja:["動物 & 自然"]}},21311:e=>{e.exports={en:["activity"],ja:["アクティビティ"]}},90678:e=>{e.exports={en:["food & drink"],ja:["フード & ドリンク"]}},6715:e=>{e.exports={en:["flags"],ja:["旗"]}},98355:e=>{e.exports={en:["objects"],ja:["モノ"]}},43438:e=>{e.exports={en:["smiles & people"],ja:["スマイル & 人物"]}},40457:e=>{e.exports={en:["symbols"],ja:["記号"]}},88906:e=>{e.exports={en:["recently used"],ja:["最近使用したもの"]}},28562:e=>{e.exports={en:["travel & places"],ja:["トラベル & 場所"]}},23821:e=>{e.exports={en:["Dot"],ja:["ドット"]}},57252:e=>{e.exports={en:["Days"],ja:["日"]}},18817:e=>{e.exports={en:["Hours"],ja:["時間"]}},89506:e=>{e.exports={en:["Months"],ja:["月"]}},21551:e=>{e.exports={en:["Minutes"],ja:["分"]}},32116:e=>{e.exports={en:["Seconds"],ja:["秒"]}},22163:e=>{e.exports={en:["Ranges"],ja:["レンジ"]}},41815:e=>{e.exports={en:["Weeks"],ja:["週"]}},49512:e=>{e.exports={en:["Ticks"],ja:["ティック"]}},96554:e=>{e.exports={en:["Copy image"],ja:["画像をコピー"]}},81939:e=>{e.exports={en:["Copy link"],ja:["リンクをコピー"]}},58425:e=>{e.exports={en:["Chart snapshot"],ja:["チャートのスナップショット"]}},66418:e=>{e.exports={en:["Choose manually"],ja:["手動で選択"]}},80335:e=>{e.exports={en:["Add custom interval"],ja:["カスタム時間足の追加"]}},69207:e=>{e.exports={en:["Add to favorites"],ja:["お気に入りに追加"]}},89771:e=>{e.exports={en:["All changes saved"],ja:["すべての変更を保存"]}},89911:e=>{e.exports={en:["Bar's style"],ja:["バーのスタイル"]}},26200:e=>{e.exports={en:["Download image"],ja:["画像をダウンロード"]}},46838:e=>{e.exports={en:["Default templates"],ja:["デフォルトテンプレート"]}},6571:e=>{e.exports={en:["Everyone with the link can view and copy"],ja:["リンクを知っている人は閲覧やコピーが可能"]}},52530:e=>{e.exports={en:["Favorite Indicators"],ja:["お気に入りインジケーター"]}},70234:e=>{e.exports={en:["Favorites"],ja:["お気に入り"]}},67092:e=>{e.exports={en:["Fullscreen mode"],ja:["フルスクリーンモード"]}},76443:e=>{e.exports={en:["Indicator templates"],ja:["インジケーターテンプレート"]}},84549:e=>{e.exports={en:["Indicators"],ja:["インジケーター"]}},62005:e=>{e.exports={en:["Indicators & Strategies"],ja:["インジケーター&ストラテジー"]}},44271:e=>{e.exports={en:["Open template"],ja:["テンプレートを開く"]}},46311:e=>{e.exports={en:["Open Interval Dialog"],ja:["時間足ダイアログを開く"]}},34770:e=>{e.exports={en:["Open chart in popup"],ja:["ポップアップでチャートを開く"]}},19159:e=>{e.exports={en:["Open in new tab"],ja:["新しいタブで開く"]}},65433:e=>{e.exports={en:["Open layout"],ja:["レイアウトを開く"]}},29517:e=>{e.exports={en:["Load Chart Layout"],ja:["チャートレイアウトの読み込み"]}},93292:e=>{e.exports={en:["Loading..."],ja:["読み込み中 ..."]}},40115:e=>{e.exports={en:["Make a copy"],ja:["コピーの作成"]}},38973:e=>{e.exports={en:["Manage layouts"],ja:["レイアウトの管理"]}},83300:e=>{e.exports={en:["My templates"],ja:["マイテンプレート"]}},92969:e=>{e.exports={en:["Number or {hotKey_0}"],ja:["数字または{hotKey_0}"]}},64e3:e=>{e.exports={en:["Save"],ja:["保存"]}},26869:e=>{e.exports={en:["Save Indicator template"],ja:["インジケーターテンプレートを保存"]}},15356:e=>{e.exports={en:["Save all charts for all symbols and intervals on your layout"],ja:["レイアウトのすべてのチャートを保存"]}},26276:e=>{e.exports={
+en:["Save layout"],ja:["レイアウトを保存"]}},81265:e=>{e.exports={en:["Sharing"],ja:["共有"]}},50021:e=>{e.exports={en:["Simply start typing while on the chart to pull up this search box"],ja:["チャート上で文字をタイプすると、この検索ボックスが表示されます"]}},51165:e=>{e.exports={en:["Symbol Search"],ja:["シンボル検索"]}},18243:e=>{e.exports={en:["Quick Search"],ja:["クイックサーチ"]}},7448:e=>{e.exports={en:["Recently used"],ja:["最近使用したもの"]}},11304:e=>{e.exports={en:["Redo {hint}"],ja:["{hint}をやり直す"]}},85106:e=>{e.exports={en:["Remove from favorites"],ja:["お気に入りから削除"]}},47550:e=>{e.exports={en:["Remove selected emoji"],ja:["追加した絵文字を削除する"]}},6321:e=>{e.exports={en:["Rename"],ja:["名前を変更"]}},87972:e=>{e.exports={en:["Take a snapshot"],ja:["スナップショットを取得"]}},41173:e=>{e.exports={en:["Time Interval"],ja:["時間足"]}},28239:e=>{e.exports={en:["Tweet image"],ja:["画像をツイート"]}},66020:e=>{e.exports={en:["Undo {hint}"],ja:["{hint}を元に戻す"]}},36291:e=>{e.exports={en:["Unfavorite all"],ja:["すべて外す"]}},18448:e=>{e.exports={en:["You have no Favorites Indicators yet"],ja:["お気に入りインジケーターはまだありません"]}},6094:e=>{e.exports={en:["Your favorite layouts have moved to the top toolbar. You currently have {count} favorite. You can reduce the number to find them easier — unfavorite all in just one click or set up your choice manually.","Your favorite layouts have moved to the top toolbar. You currently have {count} favorites. You can reduce the number to find them easier — unfavorite all in just one click or set up your choice manually."],ja:["お気に入りのレイアウトは上部ツールバーに移動しました。現在{count}個のお気に入りがあります。お気に入りの数を減らすと見つけやすくなります — ワンクリックでお気に入りからすべて外すか、手動で選択してください。"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.8370.da37ca095a984f601a1e.js b/public/charting_library/bundles/ja.8370.da37ca095a984f601a1e.js
new file mode 100644
index 0000000..10bf005
--- /dev/null
+++ b/public/charting_library/bundles/ja.8370.da37ca095a984f601a1e.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8370],{23970:e=>{e.exports={en:["days"],ja:["日"]}},35157:e=>{e.exports={en:["hours"],ja:["時間"]}},18193:e=>{e.exports={en:["months"],ja:["月"]}},79930:e=>{e.exports={en:["minutes"],ja:["分"]}},7938:e=>{e.exports={en:["weeks"],ja:["週"]}},48161:e=>{e.exports={en:["View Only Mode"],ja:["表示専用モード"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.8622.b162b43310f56287e24e.js b/public/charting_library/bundles/ja.8622.b162b43310f56287e24e.js
new file mode 100644
index 0000000..ad6edcc
--- /dev/null
+++ b/public/charting_library/bundles/ja.8622.b162b43310f56287e24e.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8622],{13197:e=>{e.exports={en:["1/{minmove2} of 1/{pricescale}"],ja:["1/{pricescale}に対して1/{minmove2}"]}},97349:e=>{e.exports={en:["Fr"],ja:["金"]}},30961:e=>{e.exports={en:["Mo"],ja:["月"]}},94748:e=>{e.exports={en:["Sa"],ja:["土"]}},75005:e=>{e.exports={en:["Su"],ja:["日"]}},92578:e=>{e.exports={en:["We"],ja:["水"]}},8765:e=>{e.exports={en:["Th"],ja:["木"]}},9135:e=>{e.exports={en:["Tu"],ja:["火"]}},53174:e=>{e.exports={en:["Right"],ja:["ストックオプション"]}},47742:e=>{e.exports={en:["Close menu"],ja:["メニューを閉じる"]}},81849:e=>{e.exports={en:["Currency"],ja:["通貨"]}},12272:e=>{e.exports={en:["Current contract"],ja:["当限"]}},17606:e=>{e.exports={en:["All sessions"],ja:["全セッション"]}},28896:e=>{e.exports={en:["April"],ja:["4月"]}},11081:e=>{e.exports={en:["August"],ja:["8月"]}},42358:e=>{e.exports={en:["Bond"],ja:["債券"]}},90082:e=>{e.exports={en:["December"],ja:["12月"]}},54602:e=>{e.exports={en:["Delisted"],ja:["上場廃止"]}},78734:e=>{e.exports={en:["Description"],ja:["詳細"]}},63538:e=>{e.exports={en:["Exchange timezone"],ja:["取引所のタイムゾーン"]}},88191:e=>{e.exports={en:["Expiration date"],ja:["有効期限"]}},56536:e=>{e.exports={en:["FIGI"]}},81069:e=>{e.exports={en:["February"],ja:["2月"]}},22928:e=>{e.exports={en:["Fri"],ja:["金"]}},3570:e=>{e.exports={en:["Friday"],ja:["金曜日"]}},26931:e=>{e.exports={en:["Home page"],ja:["ホームページ"]}},88104:e=>{e.exports={en:["ISIN"]}},7727:e=>{e.exports={en:["Industry"],ja:["業種"]}},200:e=>{e.exports={en:["January"],ja:["1月"]}},6608:e=>{e.exports={en:["July"],ja:["7月"]}},61487:e=>{e.exports={en:["June"],ja:["6月"]}},37997:e=>{e.exports={en:["October"],ja:["10月"]}},23339:e=>{e.exports={en:["Link copied to clipboard"],ja:["リンクがクリップボードにコピーされました"]}},41224:e=>{e.exports={en:["Listed exchange"],ja:["上場取引所"]}},37150:e=>{e.exports={en:["Mon"],ja:["月"]}},19573:e=>{e.exports={en:["Monday"],ja:["月曜日"]}},25734:e=>{e.exports={en:["May"],ja:["5月"]}},93878:e=>{e.exports={en:["March"],ja:["3月"]}},41410:e=>{e.exports={en:["Market open"],ja:["市場開始"]}},62464:e=>{e.exports={en:["Market closed"],ja:["市場終了"]}},91563:e=>{e.exports={en:["Measure"],ja:["ものさし"]}},4607:e=>{e.exports={en:["November"],ja:["11月"]}},99709:e=>{e.exports={en:["Name"],ja:["名前"]}},97751:e=>{e.exports={en:["Source"],ja:["ソース"]}},32273:e=>{e.exports={en:["Sat"],ja:["土"]}},30348:e=>{e.exports={en:["Saturday"],ja:["土曜日"]}},99804:e=>{e.exports={en:["Sector"],ja:["セクター"]}},17502:e=>{e.exports={en:["Security Info"],ja:["シンボル情報"]}},32179:e=>{e.exports={en:["September"],ja:["9月"]}},77493:e=>{e.exports={en:["Sun"],ja:["日"]}},61480:e=>{e.exports={en:["Sunday"],ja:["日曜日"]}},81314:e=>{e.exports={en:["Point value"],ja:["ポイント値"]}},73897:e=>{e.exports={en:["Post-market"],ja:["アフターマーケット"]}},39245:e=>{e.exports={en:["Pip size"],ja:["Pipサイズ"]}},36018:e=>{e.exports={en:["Pre-market"],ja:["プレマーケット"]}},16045:e=>{e.exports={en:["Website"],ja:["ウェブサイト"]}},11532:e=>{e.exports={en:["Wed"],ja:["水"]}},94226:e=>{e.exports={en:["Wednesday"],ja:["水曜日"]}},17254:e=>{e.exports={en:["Text copied to clipboard"],ja:["クリップボードにコピーされたテキスト"]}},
+71388:e=>{e.exports={en:["Thu"],ja:["木"]}},79137:e=>{e.exports={en:["Thursday"],ja:["木曜日"]}},24431:e=>{e.exports={en:["Tick size"],ja:["ティックサイズ"]}},11916:e=>{e.exports={en:["Tue"],ja:["火"]}},82160:e=>{e.exports={en:["Tuesday"],ja:["火曜日"]}},98413:e=>{e.exports={en:["Type"],ja:["タイプ"]}},33564:e=>{e.exports={en:["Unit"],ja:["単位"]}},70932:e=>{e.exports={en:["commodity"],ja:["コモディティ"]}},79599:e=>{e.exports={en:["cfd"],ja:["CFD"]}},46128:e=>{e.exports={en:["crypto"],ja:["暗号"]}},47268:e=>{e.exports={en:["dr"],ja:["預託証券"]}},54094:e=>{e.exports={en:["economy"],ja:["経済指標"]}},17770:e=>{e.exports={en:["forex"],ja:["FX"]}},4723:e=>{e.exports={en:["futures"],ja:["先物"]}},87464:e=>{e.exports={en:["index"],ja:["指数"]}},90250:e=>{e.exports={en:["indices"],ja:["指数"]}},76752:e=>{e.exports={en:["stock"],ja:["株式"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.8763.bf9d4d175a7686effaf6.js b/public/charting_library/bundles/ja.8763.bf9d4d175a7686effaf6.js
new file mode 100644
index 0000000..751c8f2
--- /dev/null
+++ b/public/charting_library/bundles/ja.8763.bf9d4d175a7686effaf6.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8763,5111],{91612:e=>{e.exports={en:["Inside"],ja:["インサイド"]}},46005:e=>{e.exports={en:["Original"],ja:["オリジナル"]}},70382:e=>{e.exports={en:["Modified Schiff"],ja:["変形シフ"]}},69904:e=>{e.exports={en:["Schiff"],ja:["シフ"]}},98463:e=>{e.exports={en:["change {title} style"],ja:["{title}のスタイルの変更"]}},77114:e=>{e.exports={en:["erase level line"],ja:["レベルラインの消去"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.8940.5460b0ccfae157b7bbe3.js b/public/charting_library/bundles/ja.8940.5460b0ccfae157b7bbe3.js
new file mode 100644
index 0000000..cb0c941
--- /dev/null
+++ b/public/charting_library/bundles/ja.8940.5460b0ccfae157b7bbe3.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8940,6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ja:["#{count}(価格, バー)"]}},78930:e=>{e.exports={en:["Coordinates"],ja:["座標"]}},24197:e=>{e.exports={en:["Center"],ja:["中央"]}},27567:e=>{e.exports={en:["Bottom"],ja:["下"]}},38408:e=>{e.exports={en:["Border"],ja:["枠"]}},79468:e=>{e.exports={en:["Background"],ja:["背景"]}},72942:e=>{e.exports={en:["Days"],ja:["日"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ja:["再配置 (価格, バー)"]}},56796:e=>{e.exports={en:["Hours"],ja:["時間"]}},95406:e=>{e.exports={en:["Horizontal"],ja:["水平"]}},21429:e=>{e.exports={en:["Inputs"],ja:["パラメーター"]}},34974:e=>{e.exports={en:["Label border"],ja:["ラベルの枠"]}},73863:e=>{e.exports={en:["Label background"],ja:["ラベル背景"]}},95170:e=>{e.exports={en:["Label text"],ja:["ラベルテキスト"]}},11626:e=>{e.exports={en:["Left"],ja:["左"]}},97575:e=>{e.exports={en:["Line color"],ja:["ラインの色"]}},43154:e=>{e.exports={en:["Months"],ja:["月"]}},68833:e=>{e.exports={en:["Middle"],ja:["中央"]}},42562:e=>{e.exports={en:["Minutes"],ja:["分"]}},65188:e=>{e.exports={en:["Seconds"],ja:["秒"]}},50421:e=>{e.exports={en:["Right"],ja:["右"]}},835:e=>{e.exports={en:["Weeks"],ja:["週"]}},97118:e=>{e.exports={en:["Top"],ja:["上"]}},70320:e=>{e.exports={en:["Text"],ja:["テキスト"]}},7560:e=>{e.exports={en:["Text wrap"],ja:["テキストを折り返す"]}},25485:e=>{e.exports={en:["Text alignment"],ja:["テキストの配置"]}},67781:e=>{e.exports={en:["Text orientation"],ja:["テキストの向き"]}},24821:e=>{e.exports={en:["Ticks"],ja:["ティック"]}},69526:e=>{e.exports={en:["Vertical"],ja:["垂直"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ja:["バーのX座標の変更"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ja:["価格のY座標の変更"]}},96135:e=>{e.exports={en:["change {title} days to"],ja:["{title}の可視性を何日までに変更"]}},91201:e=>{e.exports={en:["change {title} days from"],ja:["{title}の可視性を何日からに変更"]}},8306:e=>{e.exports={en:["change {title} hours from"],ja:["{title}の可視性を何時間からに変更"]}},67233:e=>{e.exports={en:["change {title} hours to"],ja:["{title}の可視性を何時間までに変更"]}},7455:e=>{e.exports={en:["change {title} line color"],ja:["{title}のラインの色の変更"]}},99122:e=>{e.exports={en:["change {title} months from"],ja:["{title}の可視性を何ヶ月からに変更"]}},10518:e=>{e.exports={en:["change {title} months to"],ja:["{title}の可視性を何ヶ月までに変更"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ja:["{title}の可視性を何分までに変更"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ja:["{title}の可視性を何分からに変更"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ja:["{title}の可視性を何秒までに変更"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ja:["{title}の可視性を何秒からに変更"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ja:["{title}の可視性を何週からに変更"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ja:["{title}の可視性を何週までに変更"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ja:["{title}のティックでの可視性の変更"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ja:["{title}の週足の可視性の変更"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],
+ja:["{ranges}で{title}の表示の変更"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ja:["{title}の日足の可視性の変更"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ja:["{title}の時間足の可視性の変更"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ja:["{title}の分足の可視性の変更"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ja:["{title}の月足の可視性の変更"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ja:["{title}の秒足での可視性の変更"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],ja:["{toolName}のラベルの垂直方向の配置の変更"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],ja:["{toolName}のラベルの水平方向の配置の変更"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],ja:["{toolName}のラベルの方向の変更"]}},66668:e=>{e.exports={en:["change {toolName} text"],ja:["{toolName}のテキストの変更"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],ja:["{toolName}のテキストの表示の変更"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],ja:["{toolName}のテキストの折り返しの変更"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],ja:["{toolName}のテキストの背景色の変更"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],ja:["{toolName}のテキストの背景の表示の変更"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],ja:["{toolName}のテキストの枠の色の変更"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],ja:["{toolName}のテキストの枠の幅の変更"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],ja:["{toolName}のテキストの枠の表示の変更"]}},64500:e=>{e.exports={en:["change {toolName} text color"],ja:["{toolName}のテキストの色の変更"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],ja:["{toolName}のテキストフォントを太字に変更"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],ja:["{toolName}のテキストフォントをイタリックに変更"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],ja:["{toolName}のテキストのフォントサイズの変更"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ja:["{propertyName}プロパティの変更"]}},35813:e=>{e.exports={en:["days"],ja:["日"]}},89919:e=>{e.exports={en:["days to"],ja:["何日まで"]}},59215:e=>{e.exports={en:["days from"],ja:["何日から"]}},2359:e=>{e.exports={en:["hours"],ja:["時間"]}},82267:e=>{e.exports={en:["hours from"],ja:["何時間から"]}},15600:e=>{e.exports={en:["hours to"],ja:["何時間まで"]}},76261:e=>{e.exports={en:["move drawings"],ja:["描画の移動"]}},95300:e=>{e.exports={en:["months"],ja:["月"]}},17250:e=>{e.exports={en:["months from"],ja:["何ヶ月から"]}},2828:e=>{e.exports={en:["months to"],ja:["何ヶ月まで"]}},18726:e=>{e.exports={en:["minutes"],ja:["分"]}},67649:e=>{e.exports={en:["minutes to"],ja:["何分まで"]}},22476:e=>{e.exports={en:["minutes from"],ja:["何分から"]}},751:e=>{e.exports={en:["seconds"],ja:["秒"]}},73419:e=>{e.exports={en:["seconds to"],ja:["何秒まで"]}},35801:e=>{e.exports={en:["seconds from"],ja:["何秒から"]}},45537:e=>{e.exports={en:["weeks"],ja:["週"]}},92859:e=>{e.exports={en:["weeks from"],ja:["何週から"]}},44127:e=>{e.exports={en:["weeks to"],ja:["何週まで"]}},3539:e=>{e.exports={en:["ticks"],ja:["ティック"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.8975.0b3e843255e92a8c2808.js b/public/charting_library/bundles/ja.8975.0b3e843255e92a8c2808.js
new file mode 100644
index 0000000..00b017a
--- /dev/null
+++ b/public/charting_library/bundles/ja.8975.0b3e843255e92a8c2808.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8975],{94073:e=>{e.exports={en:["A"]}},66384:e=>{e.exports={en:["L"]}},94465:e=>{e.exports={en:["Toggle auto scale"],ja:["自動スケール切り替え"]}},46992:e=>{e.exports={en:["Toggle log scale"],ja:["ログスケール切り替え"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.9003.299a55ed654df75bf43b.js b/public/charting_library/bundles/ja.9003.299a55ed654df75bf43b.js
new file mode 100644
index 0000000..314d839
--- /dev/null
+++ b/public/charting_library/bundles/ja.9003.299a55ed654df75bf43b.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9003,4040,359],{55517:e=>{e.exports={en:["Add"],ja:["追加"]}},29619:e=>{e.exports={en:["Add custom color"],ja:["カスタムカラーの追加"]}},80936:e=>{e.exports={en:["Opacity"],ja:["不透明度"]}},97349:e=>{e.exports={en:["Fr"],ja:["金"]}},30961:e=>{e.exports={en:["Mo"],ja:["月"]}},94748:e=>{e.exports={en:["Sa"],ja:["土"]}},75005:e=>{e.exports={en:["Su"],ja:["日"]}},92578:e=>{e.exports={en:["We"],ja:["水"]}},8765:e=>{e.exports={en:["Th"],ja:["木"]}},9135:e=>{e.exports={en:["Tu"],ja:["火"]}},24716:e=>{e.exports={en:["Another symbol"],ja:["別のシンボル"]}},41256:e=>{e.exports={en:["Back"],ja:["戻る"]}},94849:e=>{e.exports={en:["Main chart symbol"],ja:["メインチャートのシンボル"]}},53174:e=>{e.exports={en:["Right"],ja:["ストックオプション"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"],ja:["カレンダーは現在{year}年です"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"],ja:["カレンダーは現在{year_start}年から{year_end}年までです"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"],ja:["カレンダーは現在{month}月です"]}},4543:e=>{e.exports={en:["Cancel"],ja:["キャンセル"]}},63245:e=>{e.exports={en:["Change symbol"],ja:["シンボルの変更"]}},54613:e=>{e.exports={en:["Chart"],ja:["チャート"]}},47742:e=>{e.exports={en:["Close menu"],ja:["メニューを閉じる"]}},34040:e=>{e.exports={en:["All sources"],ja:["すべての提供元"]}},33391:e=>{e.exports={en:["Apply"],ja:["適用"]}},28896:e=>{e.exports={en:["April"],ja:["4月"]}},11081:e=>{e.exports={en:["August"],ja:["8月"]}},42358:e=>{e.exports={en:["Bond"],ja:["債券"]}},27390:e=>{e.exports={en:["Dotted line"],ja:["点線"]}},88123:e=>{e.exports={en:["Dashed line"],ja:["破線"]}},90082:e=>{e.exports={en:["December"],ja:["12月"]}},55319:e=>{e.exports={en:["Decrease"],ja:["減少"]}},78734:e=>{e.exports={en:["Description"],ja:["詳細"]}},81069:e=>{e.exports={en:["February"],ja:["2月"]}},3570:e=>{e.exports={en:["Friday"],ja:["金曜日"]}},39832:e=>{e.exports={en:["Increase"],ja:["増加"]}},200:e=>{e.exports={en:["January"],ja:["1月"]}},6608:e=>{e.exports={en:["July"],ja:["7月"]}},61487:e=>{e.exports={en:["June"],ja:["6月"]}},37997:e=>{e.exports={en:["October"],ja:["10月"]}},55450:e=>{e.exports={en:["Offset"],ja:["オフセット"]}},19295:e=>{e.exports={en:["Ok"],ja:["OK"]}},28603:e=>{e.exports={en:["Line style"],ja:["ラインスタイル"]}},19573:e=>{e.exports={en:["Monday"],ja:["月曜日"]}},43154:e=>{e.exports={en:["Months"],ja:["月"]}},37117:e=>{e.exports={en:["More"],ja:["詳細"]}},25734:e=>{e.exports={en:["May"],ja:["5月"]}},93878:e=>{e.exports={en:["March"],ja:["3月"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],ja:["条件に合致する取引所はありません"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],ja:["条件に合致するシンボルはありません"]}},4607:e=>{e.exports={en:["November"],ja:["11月"]}},69102:e=>{e.exports={en:["Next year"],ja:["翌年"]}},17538:e=>{e.exports={en:["Next years"],ja:["次の年"]}},92790:e=>{e.exports={en:["Next month"],ja:["翌月"]}},71300:e=>{e.exports={en:["Number format is invalid."],ja:["数値形式が無効です。"]}},28628:e=>{e.exports={en:["Sources"],ja:["情報源"]}},30348:e=>{e.exports={en:["Saturday"],ja:["土曜日"]}},10679:e=>{e.exports={
+en:['Set the "{inputInline}" time and price for "{studyShortDescription}"'],ja:["{studyShortDescription}の{inputInline}に日時と価格を設定"]}},59451:e=>{e.exports={en:['Set the "{inputTitle}" time for "{studyShortDescription}"'],ja:["{studyShortDescription}の{inputTitle}に日時を設定"]}},94238:e=>{e.exports={en:['Set the "{inputTitle}" price for "{studyShortDescription}"'],ja:["{studyShortDescription}の{inputTitle}に価格を設定"]}},92229:e=>{e.exports={en:['Set the time and price for "{studyShortDescription}"'],ja:["{studyShortDescription}に日時と価格を設定"]}},60935:e=>{e.exports={en:['Set the time for "{studyShortDescription}"'],ja:["{studyShortDescription}に日時を設定"]}},24404:e=>{e.exports={en:['Set the price for "{studyShortDescription}"'],ja:["{studyShortDescription}に価格を設定"]}},8573:e=>{e.exports={en:["Search"],ja:["検索"]}},57640:e=>{e.exports={en:["Select source"],ja:["情報源を選択"]}},32179:e=>{e.exports={en:["September"],ja:["9月"]}},31331:e=>{e.exports={en:["Specified value is more than the instrument maximum of {max}."],ja:["指定された値が銘柄の最大値 {max} を超えています。"]}},24216:e=>{e.exports={en:["Specified value is less than the instrument minimum of {min}."],ja:["指定された値が銘柄の最小値 {min} 未満です。"]}},61480:e=>{e.exports={en:["Sunday"],ja:["日曜日"]}},70235:e=>{e.exports={en:["Switch to months"],ja:["月に切り替え"]}},91245:e=>{e.exports={en:["Switch to dates"],ja:["日に切り替え"]}},71961:e=>{e.exports={en:["Switch to years"],ja:["年に切り替え"]}},95481:e=>{e.exports={en:["Symbol"],ja:["シンボル"]}},74007:e=>{e.exports={en:["Symbol & description"],ja:["シンボル & 詳細"]}},51165:e=>{e.exports={en:["Symbol Search"],ja:["シンボル検索"]}},27254:e=>{e.exports={en:["Please enter the right date"],ja:["適切な日付を入力して下さい"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"],ja:["正しい日付の形式 (yyyy-mm-dd) を入力してください"]}},93984:e=>{e.exports={en:["Previous month"],ja:["前月"]}},75776:e=>{e.exports={en:["Previous year"],ja:["前年"]}},44701:e=>{e.exports={en:["Previous years"],ja:["前の年"]}},89984:e=>{e.exports={en:["Remove color"],ja:["色を削除"]}},94226:e=>{e.exports={en:["Wednesday"],ja:["水曜日"]}},79137:e=>{e.exports={en:["Thursday"],ja:["木曜日"]}},54971:e=>{e.exports={en:["Thickness"],ja:["太さ"]}},82160:e=>{e.exports={en:["Tuesday"],ja:["火曜日"]}},66181:e=>{e.exports={en:["Years"],ja:["年"]}},70932:e=>{e.exports={en:["commodity"],ja:["コモディティ"]}},79599:e=>{e.exports={en:["cfd"],ja:["CFD"]}},29426:e=>{e.exports={en:["change opacity"],ja:["不透明度の変更"]}},31675:e=>{e.exports={en:["change color"],ja:["色の変更"]}},28818:e=>{e.exports={en:["change line style"],ja:["ラインスタイルの変更"]}},73281:e=>{e.exports={en:["change thickness"],ja:["太さの変更"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ja:["{propertyName}プロパティの変更"]}},5741:e=>{e.exports={en:["close"],ja:["終値"]}},46128:e=>{e.exports={en:["crypto"],ja:["暗号"]}},47268:e=>{e.exports={en:["dr"],ja:["預託証券"]}},54094:e=>{e.exports={en:["economy"],ja:["経済指標"]}},17770:e=>{e.exports={en:["forex"],ja:["FX"]}},4723:e=>{e.exports={en:["futures"],ja:["先物"]}},59319:e=>{e.exports={en:["high"],ja:["高値"]}},96008:e=>{e.exports={en:["hl2"],ja:["高値+安値の平均"]}},91189:e=>{e.exports={en:["hlc3"],
+ja:["高値+安値+終値の平均"]}},49242:e=>{e.exports={en:["hlcc4"],ja:["高値+安値+終値x2の平均"]}},87464:e=>{e.exports={en:["index"],ja:["指数"]}},90250:e=>{e.exports={en:["indices"],ja:["指数"]}},52793:e=>{e.exports={en:["ohlc4"],ja:["始値+高値+安値+終値の平均"]}},83584:e=>{e.exports={en:["open"],ja:["始値"]}},41902:e=>{e.exports={en:["low"],ja:["安値"]}},76752:e=>{e.exports={en:["stock"],ja:["株式"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.9093.2cff9fa939c391056de4.js b/public/charting_library/bundles/ja.9093.2cff9fa939c391056de4.js
new file mode 100644
index 0000000..a7df457
--- /dev/null
+++ b/public/charting_library/bundles/ja.9093.2cff9fa939c391056de4.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9093,4109],{4543:e=>{e.exports={en:["Cancel"],ja:["キャンセル"]}},47742:e=>{e.exports={en:["Close menu"],ja:["メニューを閉じる"]}},69207:e=>{e.exports={en:["Add to favorites"],ja:["お気に入りに追加"]}},8573:e=>{e.exports={en:["Search"],ja:["検索"]}},85106:e=>{e.exports={en:["Remove from favorites"],ja:["お気に入りから削除"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ja.9494.40d61f8ac3ffd8535658.js b/public/charting_library/bundles/ja.9494.40d61f8ac3ffd8535658.js
new file mode 100644
index 0000000..b3450df
--- /dev/null
+++ b/public/charting_library/bundles/ja.9494.40d61f8ac3ffd8535658.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9494,6155,3367,2303,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ja:["#{count}(価格, バー)"]}},78930:e=>{e.exports={en:["Coordinates"],ja:["座標"]}},24197:e=>{e.exports={en:["Center"],ja:["中央"]}},6060:e=>{e.exports={en:["Add text"],ja:["テキストを追加"]}},27567:e=>{e.exports={en:["Bottom"],ja:["下"]}},38408:e=>{e.exports={en:["Border"],ja:["枠"]}},79468:e=>{e.exports={en:["Background"],ja:["背景"]}},72942:e=>{e.exports={en:["Days"],ja:["日"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ja:["再配置 (価格, バー)"]}},56796:e=>{e.exports={en:["Hours"],ja:["時間"]}},95406:e=>{e.exports={en:["Horizontal"],ja:["水平"]}},21429:e=>{e.exports={en:["Inputs"],ja:["パラメーター"]}},11626:e=>{e.exports={en:["Left"],ja:["左"]}},43154:e=>{e.exports={en:["Months"],ja:["月"]}},68833:e=>{e.exports={en:["Middle"],ja:["中央"]}},42562:e=>{e.exports={en:["Minutes"],ja:["分"]}},65188:e=>{e.exports={en:["Seconds"],ja:["秒"]}},50421:e=>{e.exports={en:["Right"],ja:["右"]}},835:e=>{e.exports={en:["Weeks"],ja:["週"]}},97118:e=>{e.exports={en:["Top"],ja:["上"]}},70320:e=>{e.exports={en:["Text"],ja:["テキスト"]}},7560:e=>{e.exports={en:["Text wrap"],ja:["テキストを折り返す"]}},25485:e=>{e.exports={en:["Text alignment"],ja:["テキストの配置"]}},67781:e=>{e.exports={en:["Text orientation"],ja:["テキストの向き"]}},24821:e=>{e.exports={en:["Ticks"],ja:["ティック"]}},28683:e=>{e.exports={en:["Use one color"],ja:["同色を利用"]}},69526:e=>{e.exports={en:["Vertical"],ja:["垂直"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ja:["バーのX座標の変更"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ja:["価格のY座標の変更"]}},26391:e=>{e.exports={en:["change the column width"],ja:["列の幅の変更"]}},21863:e=>{e.exports={en:["change the row height"],ja:["行の高さの変更"]}},59577:e=>{e.exports={en:["change {title} all lines color"],ja:["{title}のすべてのラインの色の変更"]}},69437:e=>{e.exports={en:["change {title} border color"],ja:["{title}の枠の色の変更"]}},13783:e=>{e.exports={en:["change {title} background transparency"],ja:["{title}の背景の透明度の変更"]}},30839:e=>{e.exports={en:["change {title} background visibility"],ja:["{title}の背景の表示の変更"]}},49765:e=>{e.exports={en:["change {title} background color"],ja:["{title}の背景色の変更"]}},96135:e=>{e.exports={en:["change {title} days to"],ja:["{title}の可視性を何日までに変更"]}},91201:e=>{e.exports={en:["change {title} days from"],ja:["{title}の可視性を何日からに変更"]}},8306:e=>{e.exports={en:["change {title} hours from"],ja:["{title}の可視性を何時間からに変更"]}},67233:e=>{e.exports={en:["change {title} hours to"],ja:["{title}の可視性を何時間までに変更"]}},55612:e=>{e.exports={en:["change {title} labels alignment"],ja:["{title}のラベル位置の変更"]}},93340:e=>{e.exports={en:["change {title} labels visibility"],ja:["{title}のラベルの表示の変更"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],ja:["{title}のレベル{index}ラインの係数の変更"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],ja:["{title}のレベル{index}ラインの色の変更"]}},64707:e=>{e.exports={en:["change {title} level {index} line style"],ja:["{title}のレベル{index}ラインのスタイルの変更"]}},51403:e=>{e.exports={
+en:["change {title} level {index} line visibility"],ja:["{title}のレベル{index}ラインの表示の変更"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"],ja:["{title}のレベル{index}ラインの幅の変更"]}},99122:e=>{e.exports={en:["change {title} months from"],ja:["{title}の可視性を何ヶ月からに変更"]}},10518:e=>{e.exports={en:["change {title} months to"],ja:["{title}の可視性を何ヶ月までに変更"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ja:["{title}の可視性を何分までに変更"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ja:["{title}の可視性を何分からに変更"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ja:["{title}の可視性を何秒までに変更"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ja:["{title}の可視性を何秒からに変更"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ja:["{title}の可視性を何週からに変更"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ja:["{title}の可視性を何週までに変更"]}},57122:e=>{e.exports={en:["change {title} text"],ja:["{title}のテキストの変更"]}},71665:e=>{e.exports={en:["change {title} texts alignment"],ja:["{title}のテキストの配置の変更"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ja:["{title}のティックでの可視性の変更"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ja:["{title}の週足の可視性の変更"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ja:["{ranges}で{title}の表示の変更"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ja:["{title}の日足の可視性の変更"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ja:["{title}の時間足の可視性の変更"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ja:["{title}の分足の可視性の変更"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ja:["{title}の月足の可視性の変更"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ja:["{title}の秒足での可視性の変更"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],ja:["{toolName}のラベルの垂直方向の配置の変更"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],ja:["{toolName}のラベルの水平方向の配置の変更"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],ja:["{toolName}のラベルの方向の変更"]}},66668:e=>{e.exports={en:["change {toolName} text"],ja:["{toolName}のテキストの変更"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],ja:["{toolName}のテキストの表示の変更"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],ja:["{toolName}のテキストの折り返しの変更"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],ja:["{toolName}のテキストの背景色の変更"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],ja:["{toolName}のテキストの背景の表示の変更"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],ja:["{toolName}のテキストの枠の色の変更"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],ja:["{toolName}のテキストの枠の幅の変更"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],ja:["{toolName}のテキストの枠の表示の変更"]}},64500:e=>{e.exports={en:["change {toolName} text color"],ja:["{toolName}のテキストの色の変更"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],ja:["{toolName}のテキストフォントを太字に変更"]}},42694:e=>{e.exports={
+en:["change {toolName} text font italic"],ja:["{toolName}のテキストフォントをイタリックに変更"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],ja:["{toolName}のテキストのフォントサイズの変更"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ja:["{propertyName}プロパティの変更"]}},48499:e=>{e.exports={en:["add column to right"],ja:["右に列を追加"]}},48407:e=>{e.exports={en:["add row below"],ja:["下に行を追加"]}},35813:e=>{e.exports={en:["days"],ja:["日"]}},89919:e=>{e.exports={en:["days to"],ja:["何日まで"]}},59215:e=>{e.exports={en:["days from"],ja:["何日から"]}},2359:e=>{e.exports={en:["hours"],ja:["時間"]}},82267:e=>{e.exports={en:["hours from"],ja:["何時間から"]}},15600:e=>{e.exports={en:["hours to"],ja:["何時間まで"]}},76261:e=>{e.exports={en:["move drawings"],ja:["描画の移動"]}},95300:e=>{e.exports={en:["months"],ja:["月"]}},17250:e=>{e.exports={en:["months from"],ja:["何ヶ月から"]}},2828:e=>{e.exports={en:["months to"],ja:["何ヶ月まで"]}},18726:e=>{e.exports={en:["minutes"],ja:["分"]}},67649:e=>{e.exports={en:["minutes to"],ja:["何分まで"]}},22476:e=>{e.exports={en:["minutes from"],ja:["何分から"]}},751:e=>{e.exports={en:["seconds"],ja:["秒"]}},73419:e=>{e.exports={en:["seconds to"],ja:["何秒まで"]}},35801:e=>{e.exports={en:["seconds from"],ja:["何秒から"]}},80240:e=>{e.exports={en:["remove column"],ja:["列を削除"]}},4553:e=>{e.exports={en:["remove row"],ja:["行を削除"]}},24849:e=>{e.exports={en:["resize the cell"],ja:["セルのサイズ調整"]}},45537:e=>{e.exports={en:["weeks"],ja:["週"]}},92859:e=>{e.exports={en:["weeks from"],ja:["何週から"]}},44127:e=>{e.exports={en:["weeks to"],ja:["何週まで"]}},3539:e=>{e.exports={en:["ticks"],ja:["ティック"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.101.d2f212f7ba1b45845d9f.js b/public/charting_library/bundles/ko.101.d2f212f7ba1b45845d9f.js
new file mode 100644
index 0000000..e84f427
--- /dev/null
+++ b/public/charting_library/bundles/ko.101.d2f212f7ba1b45845d9f.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[101],{23970:e=>{e.exports={en:["days"],ko:["날"]}},35157:e=>{e.exports={en:["hours"],ko:["시"]}},18193:e=>{e.exports={en:["months"],ko:["달"]}},79930:e=>{e.exports={en:["minutes"],ko:["분"]}},7938:e=>{e.exports={en:["weeks"],ko:["주"]}},4543:e=>{e.exports={en:["Cancel"],ko:["취소"]}},47742:e=>{e.exports={en:["Close menu"],ko:["메뉴 닫기"]}},42790:e=>{e.exports={en:["Add"],ko:["넣기"]}},17854:e=>{e.exports={en:["Interval"],ko:["인터벌"]}},17889:e=>{e.exports={en:["Interval already exists, please use a different value"],ko:["인터벌이 이미 있습니다. 다른 값을 쓰기 바랍니다"]}},23323:e=>{e.exports={en:["Interval value is too big, please try again"],ko:["인터벌 값이 너무 큽니다. 다시 해보십시오."]}},19295:e=>{e.exports={en:["Ok"],ko:["확인"]}},98413:e=>{e.exports={en:["Type"],ko:["타입"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.1303.f07c410173ec0b804b22.js b/public/charting_library/bundles/ko.1303.f07c410173ec0b804b22.js
new file mode 100644
index 0000000..67ba78a
--- /dev/null
+++ b/public/charting_library/bundles/ko.1303.f07c410173ec0b804b22.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1303],{53288:e=>{e.exports={en:["animals & nature"],ko:["애니멀 & 네이처"]}},21311:e=>{e.exports={en:["activity"],ko:["액티비티"]}},90678:e=>{e.exports={en:["food & drink"],ko:["푸드 & 드링크"]}},6715:e=>{e.exports={en:["flags"],ko:["플래그"]}},98355:e=>{e.exports={en:["objects"],ko:["오브젝트"]}},43438:e=>{e.exports={en:["smiles & people"],ko:["스마일 & 피플"]}},40457:e=>{e.exports={en:["symbols"],ko:["심볼"]}},88906:e=>{e.exports={en:["recently used"],ko:["최근에 쓰임"]}},28562:e=>{e.exports={en:["travel & places"],ko:["트래블 & 플레이스"]}},64770:e=>{e.exports={en:["Confirmation"],ko:["확인"]}},4543:e=>{e.exports={en:["Cancel"],ko:["취소"]}},4461:e=>{e.exports={en:["Add emoji"],ko:["이모지 넣기"]}},19295:e=>{e.exports={en:["Ok"],ko:["확인"]}},38733:e=>{e.exports={en:["No"],ko:["아니오"]}},85888:e=>{e.exports={en:["No results found"],ko:["결과를 찾을 수 없습니다"]}},64e3:e=>{e.exports={en:["Save"],ko:["저장"]}},47550:e=>{e.exports={en:["Remove selected emoji"],ko:["선택한 이모지 제거"]}},6321:e=>{e.exports={en:["Rename"],ko:["이름 바꾸기"]}},55512:e=>{e.exports={en:["Yes"],ko:["예"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.1308.d1a986137a3ad4cdfe66.js b/public/charting_library/bundles/ko.1308.d1a986137a3ad4cdfe66.js
new file mode 100644
index 0000000..3c764a7
--- /dev/null
+++ b/public/charting_library/bundles/ko.1308.d1a986137a3ad4cdfe66.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1308,6155,5111,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ko:["#{count} (프라이스, 바)"]}},78930:e=>{e.exports={en:["Coordinates"],ko:["좌표"]}},24197:e=>{e.exports={en:["Center"],ko:["센터"]}},27567:e=>{e.exports={en:["Bottom"],ko:["아래"]}},17129:e=>{e.exports={en:["Bottom labels"],ko:["아래 라벨"]}},79468:e=>{e.exports={en:["Background"],ko:["배경"]}},81356:e=>{e.exports={en:["Grid"],ko:["격자선"]}},72942:e=>{e.exports={en:["Days"],ko:["날"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ko:["변위(가격, 막대)"]}},56796:e=>{e.exports={en:["Hours"],ko:["시간"]}},95406:e=>{e.exports={en:["Horizontal"],ko:["가로"]}},21429:e=>{e.exports={en:["Inputs"],ko:["인풋"]}},11626:e=>{e.exports={en:["Left"],ko:["왼쪽"]}},65e3:e=>{e.exports={en:["Left labels"],ko:["왼쪽라벨"]}},43154:e=>{e.exports={en:["Months"],ko:["달"]}},68833:e=>{e.exports={en:["Middle"],ko:["미들"]}},42562:e=>{e.exports={en:["Minutes"],ko:["분"]}},65188:e=>{e.exports={en:["Seconds"],ko:["초"]}},58557:e=>{e.exports={en:["Price levels"],ko:["가격레벨"]}},64489:e=>{e.exports={en:["Reverse"],ko:["리버스"]}},50421:e=>{e.exports={en:["Right"],ko:["오른쪽"]}},28971:e=>{e.exports={en:["Right labels"],ko:["오른 라벨"]}},835:e=>{e.exports={en:["Weeks"],ko:["주"]}},97118:e=>{e.exports={en:["Top"],ko:["탑"]}},74939:e=>{e.exports={en:["Top labels"],ko:["탑레벨"]}},70320:e=>{e.exports={en:["Text"],ko:["문자"]}},25485:e=>{e.exports={en:["Text alignment"],ko:["텍스트 얼라인"]}},67781:e=>{e.exports={en:["Text orientation"],ko:["텍스트 방향"]}},24821:e=>{e.exports={en:["Ticks"],ko:["틱스"]}},58476:e=>{e.exports={en:["Time levels"],ko:["타임 레벨"]}},28683:e=>{e.exports={en:["Use one color"],ko:["한가지 색만 쓰기"]}},69526:e=>{e.exports={en:["Vertical"],ko:["세로"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ko:["프라이스 X 좌표 바꾸기"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ko:["프라이스 Y 좌표 바꾸기"]}},59577:e=>{e.exports={en:["change {title} all lines color"],ko:["{title}의 모든 라인 색상 변경"]}},62130:e=>{e.exports={en:["change {title} bottom labels visibility"],ko:["{title} 바텀 라벨 비저빌리티 바꾸기"]}},13783:e=>{e.exports={en:["change {title} background transparency"],ko:["{title} 배경 투명도 변경"]}},30839:e=>{e.exports={en:["change {title} background visibility"],ko:["{title} 배경 가시성 변경"]}},20664:e=>{e.exports={en:["change {title} grid visibility"],ko:["{title} 그리드 비저빌리티 바꾸기"]}},36467:e=>{e.exports={en:["change {title} grid line color"],ko:["{title} 그리드 라인 컬러 바꾸기"]}},54244:e=>{e.exports={en:["change {title} grid line style"],ko:["{title} 그리드 라인 스타일 바꾸기"]}},30127:e=>{e.exports={en:["change {title} grid line width"],ko:["{title} 그리드 라인 너비 바꾸기"]}},96135:e=>{e.exports={en:["change {title} days to"],ko:["{title} 날을 ~로 바꾸기"]}},91201:e=>{e.exports={en:["change {title} days from"],ko:["~로부터 {title} 날 바꾸기"]}},8306:e=>{e.exports={en:["change {title} hours from"],ko:["~로부터 {title} 시간 바꾸기"]}},67233:e=>{e.exports={en:["change {title} hours to"],ko:["{title} 시간을 ~로 바꾸기"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],ko:["{title} 레벨 {index} 라인 계수 바꾸기"]}},664:e=>{
+e.exports={en:["change {title} level {index} line color"],ko:["{title} 레벨 {index} 라인 색상 변경"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"],ko:["{title} 레벨 {index} 라인 가시성 변경"]}},63021:e=>{e.exports={en:["change {title} left labels visibility"],ko:["{title} 왼쪽 라벨 비저빌리티 바꾸기"]}},99122:e=>{e.exports={en:["change {title} months from"],ko:["~로부터 {title} 달 바꾸기"]}},10518:e=>{e.exports={en:["change {title} months to"],ko:["{title} 달을 ~로 바꾸기"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ko:["{title} 분을 ~로 바꾸기"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ko:["~로부터 {title} 분 바꾸기"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ko:["{title} 초를 ~로 바꾸기"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ko:["~로부터 {title} 초 바꾸기"]}},50762:e=>{e.exports={en:["change {title} reverse"],ko:["{title} 리버스 바꾸기"]}},8390:e=>{e.exports={en:["change {title} right labels visibility"],ko:["{title} 오른쪽 라벨 비저빌리티 바꾸기"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ko:["~로부터 {title} 주 바꾸기"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ko:["{title} 주를 ~로 바꾸기"]}},81301:e=>{e.exports={en:["change {title} top labels visibility"],ko:["{title} 탑 라벨 비저빌리티 바꾸기"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ko:["틱에서 {title} 비저빌리티 바꾸기"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ko:["주에서 {title} 비저빌리티 바꾸기"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ko:["{ranges} 에서 {title} 가시성 바꾸기"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ko:["날에서 {title} 비저빌리티 바꾸기"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ko:["시간에서 {title} 비저빌리티 바꾸기"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ko:["초에서 {title} 비저빌리티 바꾸기"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ko:["달에서 {title} 비저빌리티 바꾸기"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ko:["초에서 {title} 비저빌리티 바꾸기"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ko:["{propertyName} 속성 변경"]}},35813:e=>{e.exports={en:["days"],ko:["날"]}},89919:e=>{e.exports={en:["days to"],ko:["날을 ~으로"]}},59215:e=>{e.exports={en:["days from"],ko:["~로부터 ~날로"]}},77114:e=>{e.exports={en:["erase level line"],ko:["레벨 라인 지우기"]}},2359:e=>{e.exports={en:["hours"],ko:["시간"]}},82267:e=>{e.exports={en:["hours from"],ko:["~로부터 ~시간으로"]}},15600:e=>{e.exports={en:["hours to"],ko:["시간을 ~으로"]}},76261:e=>{e.exports={en:["move drawings"],ko:["드로윙 옮기기"]}},95300:e=>{e.exports={en:["months"],ko:["달"]}},17250:e=>{e.exports={en:["months from"],ko:["~로부터 ~달로"]}},2828:e=>{e.exports={en:["months to"],ko:["달을 ~으로"]}},18726:e=>{e.exports={en:["minutes"],ko:["분"]}},67649:e=>{e.exports={en:["minutes to"],ko:["분을 ~으로"]}},22476:e=>{e.exports={en:["minutes from"],ko:["~로부터 ~분으로"]}},751:e=>{e.exports={en:["seconds"],ko:["초"]}},73419:e=>{e.exports={en:["seconds to"],ko:["초를 ~으로"]}},35801:e=>{e.exports={en:["seconds from"],ko:["~로부터 ~초로"]}},45537:e=>{e.exports={en:["weeks"],ko:["주"]}},92859:e=>{e.exports={
+en:["weeks from"],ko:["~로부터 ~주로"]}},44127:e=>{e.exports={en:["weeks to"],ko:["주를 ~으로"]}},3539:e=>{e.exports={en:["ticks"],ko:["틱스"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.1341.1068954aa326300ef390.js b/public/charting_library/bundles/ko.1341.1068954aa326300ef390.js
new file mode 100644
index 0000000..8cfaf10
--- /dev/null
+++ b/public/charting_library/bundles/ko.1341.1068954aa326300ef390.js
@@ -0,0 +1,5 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1341,6155,4821],{13616:e=>{e.exports={en:["#{count} (bar)"],ko:["#{count} (바)"]}},80166:e=>{e.exports={en:["#{count} (price, bar)"],ko:["#{count} (프라이스, 바)"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"],ko:["(시 + 고 + 저 + 종)/3"]}},27311:e=>{e.exports={en:["(H + L + C)/3"],ko:["(고 + 저 + 종)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"],ko:["(고 + 저)/2"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],ko:["이전 종가에 따라 봉색 결정"]}},78930:e=>{e.exports={en:["Coordinates"],ko:["좌표"]}},24197:e=>{e.exports={en:["Center"],ko:["센터"]}},84831:e=>{e.exports={en:["Close line"],ko:["클로즈 라인"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],ko:["배당에 따른 데이터 조정"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],ko:["컨트랙트 변경 조절"]}},27567:e=>{e.exports={en:["Bottom"],ko:["아래"]}},3159:e=>{e.exports={en:["Bottom line"],ko:["바텀 라인"]}},74406:e=>{e.exports={en:["Body"],ko:["바디"]}},333:e=>{e.exports={en:["Borders"],ko:["경계선"]}},42398:e=>{e.exports={en:["Base"],ko:["베이스"]}},28975:e=>{e.exports={en:["Base level"],ko:["베이스 레벨"]}},71776:e=>{e.exports={en:["Down"],ko:["다운"]}},17611:e=>{e.exports={en:["Down bars"],ko:["다운 바"]}},23743:e=>{e.exports={en:["Down color"],ko:["다운 칼라"]}},48225:e=>{e.exports={en:["Data modification"],ko:["데이타 수정"]}},72942:e=>{e.exports={en:["Days"],ko:["날"]}},16564:e=>{e.exports={en:["Default"],ko:["기본설정"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ko:["변위(가격, 막대)"]}},89212:e=>{e.exports={en:["Display inactivity gaps on intraday"]}},59777:e=>{e.exports={en:["Electronic trading hours background"],ko:["전자 거래 시간 배경"]}},819:e=>{e.exports={en:["Extend lines"],ko:["확장선"]}},41129:e=>{e.exports={en:["Fill"],ko:["채우기"]}},61112:e=>{e.exports={en:["Fill top area"],ko:["필 탑 에어리어"]}},73185:e=>{e.exports={en:["Fill bottom area"],ko:["필 바텀 에어리어"]}},56796:e=>{e.exports={en:["Hours"],ko:["시간"]}},95406:e=>{e.exports={en:["Horizontal"],ko:["가로"]}},56359:e=>{e.exports={en:["High line"],ko:["하이 라인"]}},47326:e=>{e.exports={en:["Integer"]}},21429:e=>{e.exports={en:["Inputs"],ko:["인풋"]}},64075:e=>{e.exports={en:["Override min tick"],ko:["min tick 오버라이드"]}},34579:e=>{e.exports={en:["Low line"],ko:["로우 라인"]}},11626:e=>{e.exports={en:["Left"],ko:["왼쪽"]}},43154:e=>{e.exports={en:["Months"],ko:["달"]}},68833:e=>{e.exports={en:["Middle"],ko:["미들"]}},42562:e=>{e.exports={en:["Minutes"],ko:["분"]}},65188:e=>{e.exports={en:["Seconds"],ko:["초"]}},13350:e=>{e.exports={en:["Pearson's R"],ko:["Pearson's 상관계수"]}},88327:e=>{e.exports={en:["Pre/post market hours background"],ko:["프리/포스트 마켓 백그라운드"]}},59766:e=>{e.exports={en:["Precision"],ko:["정밀도"]}},84684:e=>{e.exports={en:["Price source"],ko:["프라이스 소스"]}},73466:e=>{e.exports={en:["Projection up bars"],ko:["프로젝션 업 바"]}},77430:e=>{e.exports={en:["Projection candles"],ko:["프로젝션 바"]}},88367:e=>{e.exports={en:["Projection down bars"],ko:["프로젝션 다운 바"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"],ko:["프라이스 스케일에 리얼 프라이스 (하이킨-아시 프라이스 대신)"]}},50421:e=>{e.exports={
+en:["Right"],ko:["오른쪽"]}},835:e=>{e.exports={en:["Weeks"],ko:["주"]}},32163:e=>{e.exports={en:["Wick"],ko:["윅"]}},97118:e=>{e.exports={en:["Top"],ko:["탑"]}},89349:e=>{e.exports={en:["Top line"],ko:["탑 라인"]}},70320:e=>{e.exports={en:["Text"],ko:["문자"]}},25485:e=>{e.exports={en:["Text alignment"],ko:["텍스트 얼라인"]}},67781:e=>{e.exports={en:["Text orientation"],ko:["텍스트 방향"]}},20215:e=>{e.exports={en:["Thin bars"],ko:["씬 (Thin) 바"]}},24821:e=>{e.exports={en:["Ticks"],ko:["틱스"]}},77073:e=>{e.exports={en:["Timezone"],ko:["타임존"]}},22691:e=>{e.exports={en:["Up"],ko:["업"]}},23091:e=>{e.exports={en:["Up color"],ko:["업 칼라"]}},36957:e=>{e.exports={en:["Up bars"],ko:["업 바"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"],ko:["데일리 클로즈를 청산가로 쓰기"]}},69526:e=>{e.exports={en:["Vertical"],ko:["세로"]}},21105:e=>{e.exports={en:["candle"],ko:["캔들"]}},27068:e=>{e.exports={en:["change HLC bars"],ko:["HLC 바 변경"]}},21201:e=>{e.exports={en:["change HLC bars color"]}},86866:e=>{e.exports={en:["change area fill color"],ko:["에어리어 필 컬러 바꾸기"]}},89346:e=>{e.exports={en:["change area line width"],ko:["에어리어 라인 너비 바꾸기"]}},29605:e=>{e.exports={en:["change area line color"],ko:["에어리어 라인 컬러 바꾸기"]}},4640:e=>{e.exports={en:["change area price source"],ko:["에어리어 프라이스 소스 바꾸기"]}},42190:e=>{e.exports={en:["change base level"],ko:["베이스 레벨 바꾸기"]}},71785:e=>{e.exports={en:["change baseline bottom line color"],ko:["베이스라인 바텀 라인 컬러 바꾸기"]}},56175:e=>{e.exports={en:["change baseline bottom line width"],ko:["베이스라인 바텀 라인 너비 바꾸기"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"],ko:["베이스라인 필 바텀 에어리어 컬러 바꾸기"]}},92873:e=>{e.exports={en:["change baseline fill top area color"],ko:["베이스라인 필 탑 에어리어 컬러 바꾸기"]}},68609:e=>{e.exports={en:["change baseline price source"],ko:["베이스라인 프라이스 소스 바꾸기"]}},69044:e=>{e.exports={en:["change baseline top line color"],ko:["베이스라인 탑 라인 컬러 바꾸기"]}},68197:e=>{e.exports={en:["change baseline top line width"],ko:["베이스라인 탑 라인 너비 바꾸기"]}},33464:e=>{e.exports={en:["change bar up color"],ko:["바 업 컬러 바꾸기"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ko:["프라이스 X 좌표 바꾸기"]}},59622:e=>{e.exports={en:["change bar down color"],ko:["바 다운 컬러 바꾸기"]}},43090:e=>{e.exports={en:["change color bars based on previous close"],ko:["이전 클로즈에 따라 컬러 바 바꾸기"]}},88324:e=>{e.exports={en:["change column up color"],ko:["컬럼 업 색깔 바꾸기"]}},93890:e=>{e.exports={en:["change column down color"],ko:["컬럼 다운 색깔 바꾸기"]}},4727:e=>{e.exports={en:["change column price source"],ko:["컬럼 프라이스 소스 바꾸기"]}},82063:e=>{e.exports={en:["change decimal places"],ko:["소숫점 자릿수 바꾸기"]}},44223:e=>{e.exports={en:["change extended hours color"],ko:["익스텐드 아워 컬러 바꾸기"]}},47393:e=>{e.exports={en:["change electronic trading hours"],ko:["전자 거래 시간 바꾸기"]}},6026:e=>{e.exports={en:["change high-low body color"],ko:["하이-로우 바디 컬러 바꾸기"]}},73021:e=>{e.exports={en:["change high-low body visibility"],ko:["하이-로우 바디 비저빌리티 바꾸기"]}},46844:e=>{e.exports={en:["change high-low border color"],ko:["하이-로우 보더 컬러 바꾸기"]}},15801:e=>{e.exports={en:["change high-low borders visibility"],
+ko:["하이-로우 보더 비저빌리티 바꾸기"]}},72399:e=>{e.exports={en:["change high-low labels visibility"],ko:["하이-로우 라벨 비저빌리티 바꾸기"]}},56961:e=>{e.exports={en:["change high-low labels color"],ko:["하이-로우 라벨 컬러 바꾸기"]}},88640:e=>{e.exports={en:["change line color"],ko:["라인 컬러 바꾸기"]}},41837:e=>{e.exports={en:["change line price source"],ko:["라인 프라이스 소스 바꾸기"]}},48339:e=>{e.exports={en:["change line width"],ko:["라인 너비 바꾸기"]}},38730:e=>{e.exports={en:["change post market color"],ko:["포스트 마켓 컬러 바꾸기"]}},44371:e=>{e.exports={en:["change pre market color"],ko:["프리 마켓 컬러 바꾸기"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ko:["프라이스 Y 좌표 바꾸기"]}},16241:e=>{e.exports={en:["change range bars style"],ko:["레인지 바 스타일 변경"]}},65821:e=>{e.exports={en:["change range thin bars"],ko:["레인지 씬 바 바꾸기"]}},75487:e=>{e.exports={en:["change renko wick down color"],ko:["렌코 윅 다운 컬러 바꾸기"]}},92277:e=>{e.exports={en:["change renko wick up color"],ko:["렌코 윅 업 컬러 바꾸기"]}},79604:e=>{e.exports={en:["change renko wick visibility"],ko:["렌코 윅 비저빌리티 바꾸기"]}},91109:e=>{e.exports={en:["change study overlay min tick"],ko:["스터디 오버레이 최소 틱 바꾸기"]}},82924:e=>{e.exports={en:["change study overlay style"],ko:["스터디 오버레이 스타일 바꾸기"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"],ko:["프라이스 스케일에서 (하이키-아시 프라이스 대신) 리얼 프라이스 디스플레이 바꾸기"]}},60834:e=>{e.exports={en:["change thin bars"],ko:["씬 바 바꾸기"]}},78509:e=>{e.exports={en:["change {title} base line color"],ko:["{title} 기본선 색상 변경"]}},27864:e=>{e.exports={en:["change {title} base line style"],ko:["{title} 기본선 스타일 변경"]}},96177:e=>{e.exports={en:["change {title} base line visibility"],ko:["{title} 기본선 가시성 변경"]}},17926:e=>{e.exports={en:["change {title} base line width"],ko:["{title} 기본선 너비 변경"]}},41638:e=>{e.exports={en:["change {title} down line color"],ko:["{title} 다운 라인 컬러 바꾸기"]}},51842:e=>{e.exports={en:["change {title} down line style"],ko:["{title} 다운 라인 스타일 바꾸기"]}},46410:e=>{e.exports={en:["change {title} down line visibility"],ko:["{title} 다운 라인 비저빌리티 바꾸기"]}},64615:e=>{e.exports={en:["change {title} down line width"],ko:["{title} 다운 라인 너비 바꾸기"]}},96135:e=>{e.exports={en:["change {title} days to"],ko:["{title} 날을 ~로 바꾸기"]}},91201:e=>{e.exports={en:["change {title} days from"],ko:["~로부터 {title} 날 바꾸기"]}},76295:e=>{e.exports={en:["change {title} extend lines"],ko:["{title} 익스텐드 라인 바꾸기"]}},8306:e=>{e.exports={en:["change {title} hours from"],ko:["~로부터 {title} 시간 바꾸기"]}},67233:e=>{e.exports={en:["change {title} hours to"],ko:["{title} 시간을 ~로 바꾸기"]}},99122:e=>{e.exports={en:["change {title} months from"],ko:["~로부터 {title} 달 바꾸기"]}},10518:e=>{e.exports={en:["change {title} months to"],ko:["{title} 달을 ~로 바꾸기"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ko:["{title} 분을 ~로 바꾸기"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ko:["~로부터 {title} 분 바꾸기"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ko:["{title} 초를 ~로 바꾸기"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ko:["~로부터 {title} 초 바꾸기"]}},6207:e=>{e.exports={
+en:["change {title} show pearson's r"],ko:["{title} 피어슨 R 보기 바꾸기"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ko:["~로부터 {title} 주 바꾸기"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ko:["{title} 주를 ~로 바꾸기"]}},42553:e=>{e.exports={en:["change {title} up line visibility"],ko:["{title} 업 라인 비저빌리티 바꾸기"]}},63824:e=>{e.exports={en:["change {title} up line width"],ko:["{title} 업 라인 너비 바꾸기"]}},89178:e=>{e.exports={en:["change {title} up line color"],ko:["{title} 업 라인 컬러 바꾸기"]}},51188:e=>{e.exports={en:["change {title} up line style"],ko:["{title} 업 라인 스타일 바꾸기"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ko:["틱에서 {title} 비저빌리티 바꾸기"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ko:["주에서 {title} 비저빌리티 바꾸기"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ko:["{ranges} 에서 {title} 가시성 바꾸기"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ko:["날에서 {title} 비저빌리티 바꾸기"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ko:["시간에서 {title} 비저빌리티 바꾸기"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ko:["초에서 {title} 비저빌리티 바꾸기"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ko:["달에서 {title} 비저빌리티 바꾸기"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ko:["초에서 {title} 비저빌리티 바꾸기"]}},17214:e=>{e.exports={en:["change {candleType} up border color"],ko:["{candleType} 업 보더 컬러 바꾸기"]}},36697:e=>{e.exports={en:["change {candleType} up color"],ko:["{candleType} 업 컬러 바꾸기"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"],ko:["{candleType} 윅 다운 컬러 바꾸기"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"],ko:["{candleType} 윅 업 컬러 바꾸기"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"],ko:["{candleType} 윅 바꾸기"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"],ko:["{candleType} 바디 비저빌리티 바꾸기"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"],ko:["{candleType} 비저빌리티 바꾸기"]}},20291:e=>{e.exports={en:["change {candleType} down border color"],ko:["{candleType} 다운 보더 컬러 바꾸기"]}},64571:e=>{e.exports={en:["change {candleType} down color"],ko:["{candleType} 다운 컬러 바꾸기"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"],ko:["{chartType} 보더 바 다운 컬러 바꾸기"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"],ko:["{chartType} 보더 바 업 컬러 바꾸기"]}},5012:e=>{e.exports={en:["change {chartType} down color"],ko:["{chartType} 다운 컬러 바꾸기"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"],ko:["{chartType} 프로젝션 보더 바 업 컬러 바꾸기"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"],ko:["{chartType} 프로젝션 바 다운 컬러 바꾸기"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"],ko:["{chartType} 프로젝션 바 업 컬러 바꾸기"]}},6970:e=>{e.exports={en:["change {chartType} up color"],ko:["{chartType} 업 컬러 바꾸기"]}},66110:e=>{e.exports={en:["change {inputName} property"],ko:["{inputName} 프로퍼티 바꾸기"]}},25167:e=>{e.exports={en:["change {propertyName} property"],
+ko:["{propertyName} 속성 변경"]}},18077:e=>{e.exports={en:["adjust data for dividends"],ko:["배당금을 위한 데이터 조정"]}},1433:e=>{e.exports={en:["adjust for contract changes"],ko:["컨트랙트 변경 조절"]}},35813:e=>{e.exports={en:["days"],ko:["날"]}},89919:e=>{e.exports={en:["days to"],ko:["날을 ~으로"]}},59215:e=>{e.exports={en:["days from"],ko:["~로부터 ~날로"]}},2359:e=>{e.exports={en:["hours"],ko:["시간"]}},82267:e=>{e.exports={en:["hours from"],ko:["~로부터 ~시간으로"]}},15600:e=>{e.exports={en:["hours to"],ko:["시간을 ~으로"]}},92598:e=>{e.exports={en:["hollow candles"],ko:["할로우캔들"]}},76261:e=>{e.exports={en:["move drawings"],ko:["드로윙 옮기기"]}},95300:e=>{e.exports={en:["months"],ko:["달"]}},17250:e=>{e.exports={en:["months from"],ko:["~로부터 ~달로"]}},2828:e=>{e.exports={en:["months to"],ko:["달을 ~으로"]}},18726:e=>{e.exports={en:["minutes"],ko:["분"]}},67649:e=>{e.exports={en:["minutes to"],ko:["분을 ~으로"]}},22476:e=>{e.exports={en:["minutes from"],ko:["~로부터 ~분으로"]}},751:e=>{e.exports={en:["seconds"],ko:["초"]}},73419:e=>{e.exports={en:["seconds to"],ko:["초를 ~으로"]}},35801:e=>{e.exports={en:["seconds from"],ko:["~로부터 ~초로"]}},57243:e=>{e.exports={en:["range","ranges"],ko:["레인지"]}},70282:e=>{e.exports={en:["renko"],ko:["렌코"]}},45537:e=>{e.exports={en:["weeks"],ko:["주"]}},92859:e=>{e.exports={en:["weeks from"],ko:["~로부터 ~주로"]}},44127:e=>{e.exports={en:["weeks to"],ko:["주를 ~으로"]}},28871:e=>{e.exports={en:["toggle intraday inactivity gaps"]}},3539:e=>{e.exports={en:["ticks"],ko:["틱스"]}},92978:e=>{e.exports={en:["use settlement as close on daily interval"],ko:["데일리 클로즈를 청산가로 쓰기"]}},59644:e=>{e.exports={en:["{value} decimal","{value} decimals"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.1427.8971bd84437c851f01a9.js b/public/charting_library/bundles/ko.1427.8971bd84437c851f01a9.js
new file mode 100644
index 0000000..40df2c5
--- /dev/null
+++ b/public/charting_library/bundles/ko.1427.8971bd84437c851f01a9.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1427,2787,6760,6155,7850,7122,5111,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ko:["#{count} (프라이스, 바)"]}},78930:e=>{e.exports={en:["Coordinates"],ko:["좌표"]}},24197:e=>{e.exports={en:["Center"],ko:["센터"]}},6060:e=>{e.exports={en:["Add text"],ko:["텍스트 넣기"]}},27567:e=>{e.exports={en:["Bottom"],ko:["아래"]}},79468:e=>{e.exports={en:["Background"],ko:["배경"]}},72942:e=>{e.exports={en:["Days"],ko:["날"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ko:["변위(가격, 막대)"]}},61856:e=>{e.exports={en:["Extend left line"],ko:["왼 라인 익스텐드"]}},87430:e=>{e.exports={en:["Extend right line"],ko:["오른 라인 익스텐드"]}},95279:e=>{e.exports={en:["Full circles"],ko:["동그라미"]}},56796:e=>{e.exports={en:["Hours"],ko:["시간"]}},95406:e=>{e.exports={en:["Horizontal"],ko:["가로"]}},21429:e=>{e.exports={en:["Inputs"],ko:["인풋"]}},79650:e=>{e.exports={en:["Levels"],ko:["레벨"]}},11626:e=>{e.exports={en:["Left"],ko:["왼쪽"]}},43154:e=>{e.exports={en:["Months"],ko:["달"]}},68833:e=>{e.exports={en:["Middle"],ko:["미들"]}},42562:e=>{e.exports={en:["Minutes"],ko:["분"]}},65188:e=>{e.exports={en:["Seconds"],ko:["초"]}},50421:e=>{e.exports={en:["Right"],ko:["오른쪽"]}},835:e=>{e.exports={en:["Weeks"],ko:["주"]}},97118:e=>{e.exports={en:["Top"],ko:["탑"]}},70320:e=>{e.exports={en:["Text"],ko:["문자"]}},25485:e=>{e.exports={en:["Text alignment"],ko:["텍스트 얼라인"]}},67781:e=>{e.exports={en:["Text orientation"],ko:["텍스트 방향"]}},24821:e=>{e.exports={en:["Ticks"],ko:["틱스"]}},51574:e=>{e.exports={en:["Trend line"],ko:["트렌드라인"]}},28683:e=>{e.exports={en:["Use one color"],ko:["한가지 색만 쓰기"]}},69526:e=>{e.exports={en:["Vertical"],ko:["세로"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ko:["프라이스 X 좌표 바꾸기"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ko:["프라이스 Y 좌표 바꾸기"]}},59577:e=>{e.exports={en:["change {title} all lines color"],ko:["{title}의 모든 라인 색상 변경"]}},13783:e=>{e.exports={en:["change {title} background transparency"],ko:["{title} 배경 투명도 변경"]}},30839:e=>{e.exports={en:["change {title} background visibility"],ko:["{title} 배경 가시성 변경"]}},96135:e=>{e.exports={en:["change {title} days to"],ko:["{title} 날을 ~로 바꾸기"]}},91201:e=>{e.exports={en:["change {title} days from"],ko:["~로부터 {title} 날 바꾸기"]}},30484:e=>{e.exports={en:["change {title} full circles visibility"],ko:["{title} 풀 서클 비저빌리티 바꾸기"]}},8306:e=>{e.exports={en:["change {title} hours from"],ko:["~로부터 {title} 시간 바꾸기"]}},67233:e=>{e.exports={en:["change {title} hours to"],ko:["{title} 시간을 ~로 바꾸기"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],ko:["{title} 레벨 {index} 라인 계수 바꾸기"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],ko:["{title} 레벨 {index} 라인 색상 변경"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"],ko:["{title} 레벨 {index} 라인 가시성 변경"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"],ko:["{title} 레벨 {index} 라인 너비 변경"]}},54517:e=>{e.exports={en:["change {title} levels visibility"],ko:["{title} 레벨 가시성 변경"]}},99122:e=>{e.exports={
+en:["change {title} months from"],ko:["~로부터 {title} 달 바꾸기"]}},10518:e=>{e.exports={en:["change {title} months to"],ko:["{title} 달을 ~로 바꾸기"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ko:["{title} 분을 ~로 바꾸기"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ko:["~로부터 {title} 분 바꾸기"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ko:["{title} 초를 ~로 바꾸기"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ko:["~로부터 {title} 초 바꾸기"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ko:["~로부터 {title} 주 바꾸기"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ko:["{title} 주를 ~로 바꾸기"]}},57122:e=>{e.exports={en:["change {title} text"],ko:["{title} 텍스트 바꾸기"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ko:["틱에서 {title} 비저빌리티 바꾸기"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ko:["주에서 {title} 비저빌리티 바꾸기"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ko:["{ranges} 에서 {title} 가시성 바꾸기"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ko:["날에서 {title} 비저빌리티 바꾸기"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ko:["시간에서 {title} 비저빌리티 바꾸기"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ko:["초에서 {title} 비저빌리티 바꾸기"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ko:["달에서 {title} 비저빌리티 바꾸기"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ko:["초에서 {title} 비저빌리티 바꾸기"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],ko:["{toolName} 라인 비저빌리티 바꾸기"]}},19541:e=>{e.exports={en:["change {toolName} line width"],ko:["{toolName} 라인 너비 바꾸기"]}},24059:e=>{e.exports={en:["change {toolName} line color"],ko:["{toolName} 라인 컬러 바꾸기"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],ko:["{toolName} 라인 왼쪽 늘임 바꾸기"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],ko:["{toolName} 라인 오른쪽 늘임 바꾸기"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],ko:["{toolName} 라인 왼쪽 끝 바꾸기"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],ko:["{toolName} 라인 오른쪽 끝 바꾸기"]}},66429:e=>{e.exports={en:["change {toolName} line style"],ko:["{toolName} 라인 스타일 바꾸기"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ko:["{propertyName} 속성 변경"]}},35813:e=>{e.exports={en:["days"],ko:["날"]}},89919:e=>{e.exports={en:["days to"],ko:["날을 ~으로"]}},59215:e=>{e.exports={en:["days from"],ko:["~로부터 ~날로"]}},77114:e=>{e.exports={en:["erase level line"],ko:["레벨 라인 지우기"]}},2359:e=>{e.exports={en:["hours"],ko:["시간"]}},82267:e=>{e.exports={en:["hours from"],ko:["~로부터 ~시간으로"]}},15600:e=>{e.exports={en:["hours to"],ko:["시간을 ~으로"]}},76261:e=>{e.exports={en:["move drawings"],ko:["드로윙 옮기기"]}},95300:e=>{e.exports={en:["months"],ko:["달"]}},17250:e=>{e.exports={en:["months from"],ko:["~로부터 ~달로"]}},2828:e=>{e.exports={en:["months to"],ko:["달을 ~으로"]}},18726:e=>{e.exports={en:["minutes"],ko:["분"]}},67649:e=>{e.exports={en:["minutes to"],ko:["분을 ~으로"]}},22476:e=>{e.exports={en:["minutes from"],ko:["~로부터 ~분으로"]}},751:e=>{
+e.exports={en:["seconds"],ko:["초"]}},73419:e=>{e.exports={en:["seconds to"],ko:["초를 ~으로"]}},35801:e=>{e.exports={en:["seconds from"],ko:["~로부터 ~초로"]}},45537:e=>{e.exports={en:["weeks"],ko:["주"]}},92859:e=>{e.exports={en:["weeks from"],ko:["~로부터 ~주로"]}},44127:e=>{e.exports={en:["weeks to"],ko:["주를 ~으로"]}},3539:e=>{e.exports={en:["ticks"],ko:["틱스"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.1432.d43e80e1d49b8e361fa5.js b/public/charting_library/bundles/ko.1432.d43e80e1d49b8e361fa5.js
new file mode 100644
index 0000000..d47c9d0
--- /dev/null
+++ b/public/charting_library/bundles/ko.1432.d43e80e1d49b8e361fa5.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1432,2787,6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ko:["#{count} (프라이스, 바)"]}},78930:e=>{e.exports={en:["Coordinates"],ko:["좌표"]}},24197:e=>{e.exports={en:["Center"],ko:["센터"]}},27567:e=>{e.exports={en:["Bottom"],ko:["아래"]}},79468:e=>{e.exports={en:["Background"],ko:["배경"]}},72942:e=>{e.exports={en:["Days"],ko:["날"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ko:["변위(가격, 막대)"]}},61856:e=>{e.exports={en:["Extend left line"],ko:["왼 라인 익스텐드"]}},87430:e=>{e.exports={en:["Extend right line"],ko:["오른 라인 익스텐드"]}},56796:e=>{e.exports={en:["Hours"],ko:["시간"]}},95406:e=>{e.exports={en:["Horizontal"],ko:["가로"]}},21429:e=>{e.exports={en:["Inputs"],ko:["인풋"]}},11626:e=>{e.exports={en:["Left"],ko:["왼쪽"]}},43154:e=>{e.exports={en:["Months"],ko:["달"]}},68833:e=>{e.exports={en:["Middle"],ko:["미들"]}},42562:e=>{e.exports={en:["Minutes"],ko:["분"]}},65188:e=>{e.exports={en:["Seconds"],ko:["초"]}},50421:e=>{e.exports={en:["Right"],ko:["오른쪽"]}},835:e=>{e.exports={en:["Weeks"],ko:["주"]}},97118:e=>{e.exports={en:["Top"],ko:["탑"]}},70320:e=>{e.exports={en:["Text"],ko:["문자"]}},25485:e=>{e.exports={en:["Text alignment"],ko:["텍스트 얼라인"]}},67781:e=>{e.exports={en:["Text orientation"],ko:["텍스트 방향"]}},24821:e=>{e.exports={en:["Ticks"],ko:["틱스"]}},69526:e=>{e.exports={en:["Vertical"],ko:["세로"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ko:["프라이스 X 좌표 바꾸기"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ko:["프라이스 Y 좌표 바꾸기"]}},30839:e=>{e.exports={en:["change {title} background visibility"],ko:["{title} 배경 가시성 변경"]}},49765:e=>{e.exports={en:["change {title} background color"],ko:["{title} 배경 색상 변경"]}},96135:e=>{e.exports={en:["change {title} days to"],ko:["{title} 날을 ~로 바꾸기"]}},91201:e=>{e.exports={en:["change {title} days from"],ko:["~로부터 {title} 날 바꾸기"]}},8306:e=>{e.exports={en:["change {title} hours from"],ko:["~로부터 {title} 시간 바꾸기"]}},67233:e=>{e.exports={en:["change {title} hours to"],ko:["{title} 시간을 ~로 바꾸기"]}},99122:e=>{e.exports={en:["change {title} months from"],ko:["~로부터 {title} 달 바꾸기"]}},10518:e=>{e.exports={en:["change {title} months to"],ko:["{title} 달을 ~로 바꾸기"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ko:["{title} 분을 ~로 바꾸기"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ko:["~로부터 {title} 분 바꾸기"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ko:["{title} 초를 ~로 바꾸기"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ko:["~로부터 {title} 초 바꾸기"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ko:["~로부터 {title} 주 바꾸기"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ko:["{title} 주를 ~로 바꾸기"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ko:["틱에서 {title} 비저빌리티 바꾸기"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ko:["주에서 {title} 비저빌리티 바꾸기"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ko:["{ranges} 에서 {title} 가시성 바꾸기"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ko:["날에서 {title} 비저빌리티 바꾸기"]}
+},68715:e=>{e.exports={en:["change {title} visibility on hours"],ko:["시간에서 {title} 비저빌리티 바꾸기"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ko:["초에서 {title} 비저빌리티 바꾸기"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ko:["달에서 {title} 비저빌리티 바꾸기"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ko:["초에서 {title} 비저빌리티 바꾸기"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],ko:["{toolName} 라인 비저빌리티 바꾸기"]}},19541:e=>{e.exports={en:["change {toolName} line width"],ko:["{toolName} 라인 너비 바꾸기"]}},24059:e=>{e.exports={en:["change {toolName} line color"],ko:["{toolName} 라인 컬러 바꾸기"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],ko:["{toolName} 라인 왼쪽 늘임 바꾸기"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],ko:["{toolName} 라인 오른쪽 늘임 바꾸기"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],ko:["{toolName} 라인 왼쪽 끝 바꾸기"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],ko:["{toolName} 라인 오른쪽 끝 바꾸기"]}},66429:e=>{e.exports={en:["change {toolName} line style"],ko:["{toolName} 라인 스타일 바꾸기"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ko:["{propertyName} 속성 변경"]}},35813:e=>{e.exports={en:["days"],ko:["날"]}},89919:e=>{e.exports={en:["days to"],ko:["날을 ~으로"]}},59215:e=>{e.exports={en:["days from"],ko:["~로부터 ~날로"]}},2359:e=>{e.exports={en:["hours"],ko:["시간"]}},82267:e=>{e.exports={en:["hours from"],ko:["~로부터 ~시간으로"]}},15600:e=>{e.exports={en:["hours to"],ko:["시간을 ~으로"]}},76261:e=>{e.exports={en:["move drawings"],ko:["드로윙 옮기기"]}},95300:e=>{e.exports={en:["months"],ko:["달"]}},17250:e=>{e.exports={en:["months from"],ko:["~로부터 ~달로"]}},2828:e=>{e.exports={en:["months to"],ko:["달을 ~으로"]}},18726:e=>{e.exports={en:["minutes"],ko:["분"]}},67649:e=>{e.exports={en:["minutes to"],ko:["분을 ~으로"]}},22476:e=>{e.exports={en:["minutes from"],ko:["~로부터 ~분으로"]}},751:e=>{e.exports={en:["seconds"],ko:["초"]}},73419:e=>{e.exports={en:["seconds to"],ko:["초를 ~으로"]}},35801:e=>{e.exports={en:["seconds from"],ko:["~로부터 ~초로"]}},45537:e=>{e.exports={en:["weeks"],ko:["주"]}},92859:e=>{e.exports={en:["weeks from"],ko:["~로부터 ~주로"]}},44127:e=>{e.exports={en:["weeks to"],ko:["주를 ~으로"]}},3539:e=>{e.exports={en:["ticks"],ko:["틱스"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.1629.7afd8c16ef79eab8b22e.js b/public/charting_library/bundles/ko.1629.7afd8c16ef79eab8b22e.js
new file mode 100644
index 0000000..4c945fa
--- /dev/null
+++ b/public/charting_library/bundles/ko.1629.7afd8c16ef79eab8b22e.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1629],{80473:e=>{e.exports={en:["Add column to right"],ko:["오른쪽에 컬럼 넣기"]}},61702:e=>{e.exports={en:["Add row below"],ko:["아래에 로우 넣기"]}},33500:e=>{e.exports={en:["Remove column"],ko:["컬럼 없애기"]}},85069:e=>{e.exports={en:["Remove row"],ko:["로우 없애기"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.1715.48491249cfe3a1a8a335.js b/public/charting_library/bundles/ko.1715.48491249cfe3a1a8a335.js
new file mode 100644
index 0000000..f098b8d
--- /dev/null
+++ b/public/charting_library/bundles/ko.1715.48491249cfe3a1a8a335.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1715],{79355:e=>{e.exports={en:["Save template as"],ko:["템플릿 다른 이름으로 저장"]}},41018:e=>{e.exports={en:["Template '{themeName}' already exists. Do you really want to replace it?"],ko:["템플릿 '{themeName}'이 이미 있습니다. 정말 바꾸시겠습니까?"]}},59233:e=>{e.exports={en:["Template name"],ko:["템플릿이름"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.2134.fb8463bf93e547b8a24f.js b/public/charting_library/bundles/ko.2134.fb8463bf93e547b8a24f.js
new file mode 100644
index 0000000..8143989
--- /dev/null
+++ b/public/charting_library/bundles/ko.2134.fb8463bf93e547b8a24f.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2134,4109],{14143:e=>{e.exports={en:["currency"],ko:["통화"]}},53288:e=>{e.exports={en:["animals & nature"],ko:["애니멀 & 네이처"]}},21311:e=>{e.exports={en:["activity"],ko:["액티비티"]}},74245:e=>{e.exports={en:["arrows"],ko:["화살"]}},51853:e=>{e.exports={en:["gestures & smileys"],ko:["몸짓 & 미소"]}},90678:e=>{e.exports={en:["food & drink"],ko:["푸드 & 드링크"]}},6715:e=>{e.exports={en:["flags"],ko:["플래그"]}},98355:e=>{e.exports={en:["objects"],ko:["오브젝트"]}},10522:e=>{e.exports={en:["nature"],ko:["자연"]}},43438:e=>{e.exports={en:["smiles & people"],ko:["스마일 & 피플"]}},40457:e=>{e.exports={en:["symbols"],ko:["심볼"]}},33282:e=>{e.exports={en:["symbols & flags"],ko:["심볼 & 깃발"]}},88906:e=>{e.exports={en:["recently used"],ko:["최근에 쓰임"]}},28562:e=>{e.exports={en:["travel & places"],ko:["트래블 & 플레이스"]}},93111:e=>{e.exports={en:["Content"],ko:["컨텐츠"]}},59934:e=>{e.exports={en:["Channels"],ko:["채널"]}},81578:e=>{e.exports={en:["Cursors"],ko:["커서"]}},77915:e=>{e.exports={en:["Cycles"],ko:["사이클"]}},32064:e=>{e.exports={en:["Annotation tools"],ko:["어노테이션 툴"]}},69207:e=>{e.exports={en:["Add to favorites"],ko:["즐겨찾기에 넣기"]}},19147:e=>{e.exports={en:["Arrows"],ko:["화살"]}},65695:e=>{e.exports={en:["Brushes"],ko:["브러시"]}},51494:e=>{e.exports={en:["Gann"],ko:["간"]}},2654:e=>{e.exports={en:["Gann and Fibonacci tools"],ko:["간 및 피보나치 툴"]}},22145:e=>{e.exports={en:["Geometric shapes"],ko:["지오메트릭 셰이프"]}},57157:e=>{e.exports={en:["Dot"],ko:["점"]}},14939:e=>{e.exports={en:["Demonstration"],ko:["데모"]}},16290:e=>{e.exports={en:["Emojis"],ko:["이모지"]}},44255:e=>{e.exports={en:["Elliott waves"],ko:["엘리엇 웨이브"]}},8727:e=>{e.exports={en:["Eraser"],ko:["지우개"]}},1410:e=>{e.exports={en:["Forecasting and measurement tools"],ko:["예측 및 측정 툴"]}},26578:e=>{e.exports={en:["Fibonacci"],ko:["피보나치"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"],ko:["임시 드로잉을 위해 {hotKey_0} 누르고 있기"]}},99838:e=>{e.exports={en:["Hide Drawings Toolbar"],ko:["드로잉 툴바 숨기기"]}},95343:e=>{e.exports={en:["Hide options"],ko:["감추기 옵션"]}},73829:e=>{e.exports={en:["Icons"],ko:["아이콘"]}},79451:e=>{e.exports={en:["Lock all drawings"],ko:["드로잉툴고정"]}},35553:e=>{e.exports={en:["Magic"],ko:["매직"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"],ko:["자석모드는 가장 최근 OHLC 밸류에 가까운 프라이스에 드로잉을 들러붙게 해줍니다."]}},41964:e=>{e.exports={en:["Magnets"],ko:["마그넷"]}},91563:e=>{e.exports={en:["Measure"],ko:["재기"]}},97050:e=>{e.exports={en:["Measurer"],ko:["계측기"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"],ko:["새 차트를 고를 때 새 드로잉들은 레이아웃에 있는 모든 차트에 복제됩니다."]}},65781:e=>{e.exports={en:["Shapes"],ko:["셰이프"]}},32579:e=>{e.exports={en:["Show Drawings Toolbar"],ko:["드로잉 툴바 보기"]}},51465:e=>{e.exports={en:["Show Favorite Drawing Tools Toolbar"],ko:["많이 쓰는 드로잉 툴바 보기"]}},3154:e=>{e.exports={en:["Show Hidden Tools"],ko:["숨긴툴 보기"]}},85786:e=>{e.exports={en:["Show Object Tree"],ko:["오브젝트 트리 보기"]}},62518:e=>{e.exports={
+en:["Stay in Drawing Mode"],ko:["그리기모드 유지"]}},50428:e=>{e.exports={en:["Stickers"],ko:["스티커"]}},94593:e=>{e.exports={en:["Strong Magnet"],ko:["스트롱 마그넷"]}},46417:e=>{e.exports={en:["Patterns"],ko:["패턴"]}},36167:e=>{e.exports={en:["Pitchforks"],ko:["피치포크"]}},57118:e=>{e.exports={en:["Remove Drawings"],ko:["드로잉 없애기"]}},25852:e=>{e.exports={en:["Remove objects"],ko:["오브젝트 없애기"]}},2671:e=>{e.exports={en:["Remove options"],ko:["옵션 없애기"]}},96374:e=>{e.exports={en:["Remove drawings"],ko:["드로잉 없애기"]}},53981:e=>{e.exports={en:["Remove drawings & indicators"],ko:["드로잉 및 인디케이터 없애기"]}},85106:e=>{e.exports={en:["Remove from favorites"],ko:["즐겨찾기지움"]}},99984:e=>{e.exports={en:["Remove indicators"],ko:["인디케이터 없애기"]}},47550:e=>{e.exports={en:["Remove selected emoji"],ko:["선택한 이모지 제거"]}},3519:e=>{e.exports={en:["Weak Magnet"],ko:["위크 마그넷"]}},65831:e=>{e.exports={en:["Text & Notes"],ko:["텍스트 & 노트"]}},48773:e=>{e.exports={en:["Trend line tools"],ko:["트렌드 라인 툴"]}},69260:e=>{e.exports={en:["Volume-based"],ko:["볼륨-기반"]}},55774:e=>{e.exports={en:["Zoom In"],ko:["크게보기"]}},37310:e=>{e.exports={en:["Zoom Out"],ko:["작게보기"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"],ko:["{hotKey_0} + 차트위 클릭"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"],ko:["{hotKey_0} — 써클"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"],ko:["{hotKey_0} — 45 도 곧은 줄 긋기"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"],ko:["{hotKey_0} — 고정 증가"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"],ko:["{hotKey_0} — 스퀘어"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.2199.5cc70080a81e97402902.js b/public/charting_library/bundles/ko.2199.5cc70080a81e97402902.js
new file mode 100644
index 0000000..f1299ca
--- /dev/null
+++ b/public/charting_library/bundles/ko.2199.5cc70080a81e97402902.js
@@ -0,0 +1,6 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2199],{48473:e=>{e.exports={en:["Real-time data for {symbolName}"],ko:["{symbolName} 실시간 데이터"]}},84455:e=>{e.exports={en:["is provided by {exchange} exchange."],ko:["{exchange} 거래소에서 제공합니다."]}},97349:e=>{e.exports={en:["Fr"],ko:["금"]}},30961:e=>{e.exports={en:["Mo"],ko:["월"]}},94748:e=>{e.exports={en:["Sa"],ko:["토"]}},75005:e=>{e.exports={en:["Su"],ko:["일"]}},92578:e=>{e.exports={en:["We"],ko:["수"]}},8765:e=>{e.exports={en:["Th"],ko:["목"]}},9135:e=>{e.exports={en:["Tu"],ko:["화"]}},43206:e=>{e.exports={en:["Could not get Pine source code."],ko:["Pine 소스 코드는 구할 수 없음."]}},65495:e=>{e.exports={en:["Collapse pane"],ko:["페인 접기"]}},40225:e=>{e.exports={en:["Continuous futures contracts"],ko:["연속 선물 계약"]}},60657:e=>{e.exports={en:["Contract expired"],ko:["계약이 만료됨"]}},58796:e=>{e.exports={en:["Cboe One"],ko:["Cboe BZX"]}},63245:e=>{e.exports={en:["Change symbol"],ko:["종목바꾸기"]}},45639:e=>{e.exports={en:["Chart values"],ko:["차트 밸류"]}},28214:e=>{e.exports={en:["Create a free account"],ko:["프리 어카운트 만들기"]}},39301:e=>{e.exports={en:["All good things must come to an end - this contract has reached expiry!"],ko:["모든 좋은 것은 끝이 납니다. 이 계약은 만료되었습니다!"]}},29938:e=>{e.exports={en:["All's well — market is open."],ko:["모두 다 좋습니다 — 마켓이 오픈되었습니다."]}},28896:e=>{e.exports={en:["April"],ko:["4월"]}},11081:e=>{e.exports={en:["August"],ko:["8월"]}},10842:e=>{e.exports={en:["Bar change values"],ko:["바 체인지 밸류"]}},70032:e=>{e.exports={en:["Buy real-time data"],ko:["실시간 데이터 구매"]}},99452:e=>{e.exports={en:["Go to editor"],ko:["편집기로 가기"]}},13930:e=>{e.exports={en:["Double click"],ko:["더블 클릭"]}},78992:e=>{e.exports={en:["Data error"],ko:["데이터 문제"]}},32925:e=>{e.exports={en:["Data is updated once a day."],ko:["데이터는 하루에 한번 업데이트됩니다."]}},33039:e=>{e.exports={en:["Data is updated once per second, even if there are more updates on the market."],ko:["데이터는 초당 한번씩만 업데이트됩니다."]}},43348:e=>{e.exports={en:["Data is delayed"],ko:["딜레이 데이터입니다"]}},38368:e=>{e.exports={en:["Data on our Basic plan is updated once per second, even if there are more updates on the market."],ko:["베이직 플랜 데이터는 초당 한번씩만 업데이트됩니다."]}},90082:e=>{e.exports={en:["December"],ko:["12월"]}},19679:e=>{e.exports={en:["Defaulted bond"],ko:["불이행 채권"]}},66260:e=>{e.exports={en:["Delete pane"],ko:["페인 지우기"]}},54602:e=>{e.exports={en:["Delisted"],ko:["상장폐지"]}},31683:e=>{e.exports={en:["Delisted alert"],ko:["상장 폐지 얼러트"]}},50035:e=>{e.exports={en:["Derived Data"],ko:["파생 데이터"]}},5805:e=>{e.exports={en:["End of day data"],ko:["종가 데이터"]}},57335:e=>{e.exports={en:["Error"],ko:["에러"]}},23302:e=>{e.exports={en:["Evening. Market is open for post-market trading."],ko:["저녁. 포스트 마켓 트레이딩만 열려 있습니다."]}},43383:e=>{e.exports={en:["Exchange disclaimer"],ko:["거래소 면책 조항"]}},63538:e=>{e.exports={en:["Exchange timezone"],ko:["거래소 시간대"]}},81069:e=>{e.exports={en:["February"],ko:["2월"]}},5447:e=>{e.exports={en:["Fill out Exchange Agreements"],ko:["익스체인지 어그리먼트를 채우십시오"]}},44454:e=>{e.exports={en:["Flag Symbol"],ko:["플래그 심볼"]}},22928:e=>{e.exports={en:["Fri"],ko:["금"]}},
+3570:e=>{e.exports={en:["Friday"],ko:["금요일"]}},59269:e=>{e.exports={en:["From our family to yours, wishing you a merry festive season."],ko:["저희 가족부터 여러분의 가족까지 즐거운 연말연시를 기원합니다."]}},14181:e=>{e.exports={en:["HKEX and/or any subsidiaries endeavour to ensure the accuracy and reliability of the information provided but do not guarantee its accuracy or reliability and accept no liability (whether in tort or contract or otherwise) for any loss or damage arising from any inaccuracies or omissions."],ko:["홍콩거래소 및/또는 자회사는 제공된 정보의 정확성과 신뢰성을 보장하기 위해 노력하지만 그 정확성이나 신뢰성을 보장하지 않으며 부정확성 또는 누락으로 인해 발생하는 손실이나 손해에 대해 (불법행위, 계약 또는 기타 여부에 관계없이) 어떠한 책임도 지지 않습니다."]}},87845:e=>{e.exports={en:["Holiday"],ko:["할리데이"]}},75119:e=>{e.exports={en:["Halal symbol"],ko:["할랄 심볼"]}},34987:e=>{e.exports={en:["Happy holidays, traders"],ko:["트레이더 여러분, 즐거운 휴일 보내세요"]}},44036:e=>{e.exports={en:["Indicator arguments"],ko:["지표인자"]}},10319:e=>{e.exports={en:["Indicator error"],ko:["지표 오류"]}},7511:e=>{e.exports={en:["Indicator titles"],ko:["지표이름"]}},51353:e=>{e.exports={en:["Indicator values"],ko:["지표값"]}},48758:e=>{e.exports={en:["Indicators update"],ko:["지표 업데이트"]}},95400:e=>{e.exports={en:["If you'd like {listedExchange} real-time data you'll need to complete an Exchange Agreement. Don't worry, it only takes a few clicks"],ko:["{listedExchange} 리얼타임 데이터를 받고 싶다면 익스체인지 어그리먼트를 채워야 합니다. 클릭 두어번이면 됩니다."]}},43094:e=>{e.exports={en:["It'll close in {remainingTime}."],ko:["{remainingTime} 에 마감합니다."]}},81509:e=>{e.exports={en:["It'll go to post-market trading in {remainingTime}."],ko:["{remainingTime} 뒤에는 포스트-마켓 트레이딩으로 갑니다."]}},58470:e=>{e.exports={en:["It'll open for pre-market trading in {remainingTime}."],ko:["{remainingTime} 뒤에는 프리-마켓 트레이딩이 열립니다."]}},99822:e=>{e.exports={en:["It'll open in {remainingTime}."],ko:["{remainingTime} 에 오픈합니다."]}},66595:e=>{e.exports={en:["It’ll open fully in {remainingTime}."],ko:["{remainingTime} 에 모두 오픈합니다."]}},200:e=>{e.exports={en:["January"],ko:["1월"]}},6608:e=>{e.exports={en:["July"],ko:["7월"]}},61487:e=>{e.exports={en:["June"],ko:["6월"]}},91006:e=>{e.exports={en:["One update per second"],ko:["초당 한번 업데이트"]}},79744:e=>{e.exports={en:["Oops. Something has gone wrong with one or more of your indicators. Please expand the indicator list for more details."],ko:["죄송합니다. 하나 이상의 지표에 문제가 발생했습니다. 자세한 내용을 보려면 지표 목록을 펼쳐 보세요."]}},64730:e=>{e.exports={en:["Oops. Something has gone wrong with one or more of your indicators. Resize the panes to see the details."],ko:["죄송합니다. 하나 이상의 지표에 문제가 발생했습니다. 창 크기를 조정하여 자세한 내용을 확인하세요."]}},84937:e=>{e.exports={en:["Obligation not paid. Issuer payments are over a month late, this is due to coupon or principal debt."],ko:["채무 불이행. 발행자의 지급이 쿠폰 또는 원금 상환과 관련하여 한 달 이상 지연되었습니다."]}},37997:e=>{e.exports={en:["October"],ko:["10월"]}},25765:e=>{e.exports={en:["Open market status"],ko:["오픈 마켓 스테이터스"]}},72723:e=>{e.exports={en:["Opened in detached editor"],ko:["분리된 편집기에서 열린"]}},39664:e=>{e.exports={en:["Opened in editor"],ko:["편집기에서 열린"]}},72423:e=>{e.exports={en:["Last day change values"],ko:["마지막 날 변경 값"]}},1356:e=>{
+e.exports={en:["Let it snow"],ko:["눈 내리기"]}},27741:e=>{e.exports={en:["Learn more"],ko:["자세히 보기"]}},12948:e=>{e.exports={en:["Move pane down"],ko:["페인 아래로"]}},7310:e=>{e.exports={en:["Move pane up"],ko:["페인 위로"]}},37150:e=>{e.exports={en:["Mon"],ko:["월"]}},19573:e=>{e.exports={en:["Monday"],ko:["월요일"]}},37117:e=>{e.exports={en:["More"],ko:["더보기"]}},65420:e=>{e.exports={en:["Morning. Market is open for pre-market trading."],ko:["아침. 프리 마켓 트레이딩만 열려 있습니다."]}},61206:e=>{e.exports={en:["Maximize chart"],ko:["차트 최대화"]}},90165:e=>{e.exports={en:["Maximize pane"],ko:["페인 최대화"]}},25734:e=>{e.exports={en:["May"],ko:["5월"]}},75018:e=>{e.exports={en:["Manage panes"],ko:["페인 관리"]}},93878:e=>{e.exports={en:["March"],ko:["3월"]}},41410:e=>{e.exports={en:["Market open"],ko:["마켓 오픈"]}},62464:e=>{e.exports={en:["Market closed"],ko:["마켓 클로즈드"]}},41392:e=>{e.exports={en:["Market is currently on holiday. Lucky them."],ko:["마켓이 현재 휴일입니다. 운이 좋네요."]}},4607:e=>{e.exports={en:["November"],ko:["11월"]}},87142:e=>{e.exports={en:["Source code"],ko:["소스코드"]}},32273:e=>{e.exports={en:["Sat"],ko:["토"]}},30348:e=>{e.exports={en:["Saturday"],ko:["토요일"]}},90761:e=>{e.exports={en:["Scroll to the left"],ko:["왼쪽으로 스크롤"]}},83040:e=>{e.exports={en:["Scroll to the most recent bar"],ko:["가장 최근 막대로 스크롤"]}},25131:e=>{e.exports={en:["Scroll to the right"],ko:["오른쪽으로 스크롤"]}},32179:e=>{e.exports={en:["September"],ko:["9월"]}},85786:e=>{e.exports={en:["Show Object Tree"],ko:["오브젝트 트리 보기"]}},74759:e=>{e.exports={en:["Show interval settings"],ko:["간격 설정 표시"]}},86158:e=>{e.exports={en:["Study Error"],ko:["스터디 에러"]}},96341:e=>{e.exports={en:["Stop the snow"],ko:["눈 멈추기"]}},77493:e=>{e.exports={en:["Sun"],ko:["일"]}},61480:e=>{e.exports={en:["Sunday"],ko:["일요일"]}},23079:e=>{e.exports={en:["Symbol price source"],ko:["심볼 프라이스 소스"]}},14771:e=>{e.exports={en:["Symbol title"],ko:["심볼 타이틀"]}},71847:e=>{e.exports={en:["Synthetic instruments combining individual contracts. The 1! contract represents the front-month (nearest expiration) while the 2! represents the second nearest expiration."],ko:["개별 계약을 결합한 합성 종목. 1! 계약은 전월물(가장 가까운 만기)을 나타내고 2! 계약은 두 번째로 가까운 만기를 나타냅니다."]}},44138:e=>{e.exports={en:["Synthetic symbol"],ko:["합성 심볼"]}},73897:e=>{e.exports={en:["Post-market"],ko:["포스트 마켓"]}},85996:e=>{e.exports={en:["Paid plans feature faster data updates."],ko:["유료 플랜은 데이터 업데이트가 더욱 더 빠릅니다."]}},36018:e=>{e.exports={en:["Pre-market"],ko:["프리 마켓"]}},94972:e=>{e.exports={en:["Primary listing"],ko:["프라이머리 리스팅"]}},20987:e=>{e.exports={en:["Real-time data for this symbol is not supported right now. We may support it in the future."],ko:["이 심볼은 현재 실시간 데이터가 지원되지 않습니다. 추후 지원될 수 있습니다."]}},31539:e=>{e.exports={en:["Real-time data for {symbolName} is provided by {exchange} exchange."],ko:["{symbolName} 리얼타임 데이터는 {exchange} 에서 제공합니다."]}},31142:e=>{e.exports={en:["Restore chart"],ko:["차트 원래대로"]}},12486:e=>{e.exports={en:["Restore pane"],ko:["페인 원래대로"]}},11532:e=>{e.exports={en:["Wed"],ko:["수"]}},94226:e=>{e.exports={en:["Wednesday"],ko:["수요일"]}},7281:e=>{e.exports={
+en:["To get real-time data for {description}, please buy the real-time data package."],ko:["{description} 리얼타임 데이터를 받으려면 리얼타임 데이터 패키지를 사도록 하십시오."]}},71388:e=>{e.exports={en:["Thu"],ko:["목"]}},79137:e=>{e.exports={en:["Thursday"],ko:["목요일"]}},95246:e=>{e.exports={en:["The main, or first, stock exchange where a company's stock is listed and traded."],ko:["회사의 주식이 상장되어 거래되는 주요 또는 최초의 증권 거래소."]}},25608:e=>{e.exports={en:["The source code of this script version is open in the Pine Editor."],ko:["이 스크립트 버전의 소스 코드는 파인 편집기에서 열 수 있습니다."]}},33161:e=>{e.exports={en:["The source code of this script version is open in the detached Pine Editor."],ko:["이 스크립트 버전의 소스 코드는 분리된 파인 에디터에서 열 수 있습니다."]}},24669:e=>{e.exports={en:["This data is real-time, but it may be slightly different to its official counterpart coming from primary exchanges."],ko:["이 데이터는 실시간이지만 주요 거래소에서 제공하는 공식 데이터와 약간 다를 수 있습니다."]}},52668:e=>{e.exports={en:["This data is real-time, but it may be slightly different to its official counterpart coming from {exchange}."],ko:["이 데이터는 실시간이지만 {exchange}에서 제공하는 공식 데이터와 약간 다를 수 있습니다."]}},84484:e=>{e.exports={en:['This is a shariah-compliant bond, often referred to as a "sukuk," meaning that it complies with Islamic law that prohibits interest. Unlike conventional bonds, which involve paying interest, sukuk represent ownership in an underlying asset or project and investors earn returns based on profit-sharing or rental income.'],ko:["수쿠크는 이자를 금지하는 이슬람 율법을 준수하는 샤리아를 준수하는 채권으로, 흔히 “수쿠크”라고도 불립니다. 이자를 지급하는 일반 채권과 달리 수쿠크는 기초 자산 또는 프로젝트에 대한 소유권을 나타내며 투자자는 이익 공유 또는 임대 수입에 따라 수익을 얻습니다."]}},67607:e=>{e.exports={en:["This is a shariah-compliant stock, meaning that it follows Islamic law. This company does not charge or receive interest, and does not engage with certain sectors (gambling, alcohol, tobacco, pork products)."],ko:["이 주식은 샤리아를 준수하는 주식으로 이슬람 율법을 따릅니다. 이 회사는 이자를 부과하거나 받지 않으며 특정 부문(도박, 술, 담배, 돼지고기 제품)과 거래하지 않습니다."]}},83556:e=>{e.exports={en:["This is no longer publicly trading so no new data will be added. But you can explore the historicals here."],ko:["더 이상 공개적으로 거래되지 않으므로 새로운 데이터가 추가되지 않습니다. 하지만 여기에서 과거 기록을 살펴볼 수 있습니다."]}},44492:e=>{e.exports={en:["This real-time data is provided by {originalExchange} exchange. It may be slightly different from the official data directly from {exchange}. If this difference is crucial for you, you'll need to purchase real-time data from the primary exchange, which we can help with."],ko:["이 실시간 데이터는 {originalExchange} 거래소에서 제공합니다. {exchange} 에서 직접 제공하는 공식 데이터와 약간 다를 수 있습니다. 이 차이가 중요한 경우 기본 거래소에서 실시간 데이터를 구매하셔야 하며, 저희가 도와드릴 수 있습니다."]}},19481:e=>{e.exports={en:["This refers to financial indicators which are created by combining and/or processing raw data supplied from various sources."],ko:["이는 다양한 출처에서 제공된 원시 데이터를 결합 및/또는 처리하여 생성된 재무 지표를 가리킵니다."]}},53272:e=>{e.exports={en:["This symbol doesn't exist, please pick another one."],ko:["그런 심볼은 없습니다. 다른 심볼을 고르십시오."]}},90589:e=>{e.exports={en:["This symbol is calculated by TradingView using the rate from other exchanges."],
+ko:["이 심볼은 트레이딩뷰가 다른 거래소들 레이트를 써서 셈합니다."]}},52176:e=>{e.exports={en:["Time for a walk — this market is closed."],ko:["산책시간입니다 — 이 마켓은 클로즈되었습니다"]}},11916:e=>{e.exports={en:["Tue"],ko:["화"]}},82160:e=>{e.exports={en:["Tuesday"],ko:["화요일"]}},13865:e=>{e.exports={en:["Unflag Symbol"],ko:["언플래그 심볼"]}},37644:e=>{e.exports={en:["Volume"],ko:["거래량"]}},58744:e=>{e.exports={en:["You need to update one or more of your indicators. Check the indicator list for details."],ko:["하나 이상의 지표를 업데이트해야 합니다. 자세한 내용은 지표 목록에서 확인하세요."]}},92663:e=>{e.exports={en:["You need to update one or more of your indicators. Resize the panes or the window to see the details."],ko:["하나 이상의 지표를 업데이트해야 합니다. 창 또는 창 크기를 조정하여 세부 정보를 확인하세요."]}},97038:e=>{e.exports={en:["Zoom in"],ko:["크게보기"]}},88710:e=>{e.exports={en:["Zoom out"],ko:["작게보기"]}},96227:e=>{e.exports={en:["change open market status visibility"],ko:["오픈 마켓 스테이터스 비저빌리티 바꾸기"]}},27426:e=>{e.exports={en:["change bar change visibility"],ko:["바 체인지 비저빌리티 바꾸기"]}},79637:e=>{e.exports={en:["change chart values visibility"],ko:["차트 밸류 가시성 변경"]}},63050:e=>{e.exports={en:["change indicator titles visibility"],ko:["인디케이터 타이틀 비저빌리티 바꾸기"]}},49583:e=>{e.exports={en:["change indicator values visibility"],ko:["인디케이터 밸류 비저빌리티 바꾸기"]}},78310:e=>{e.exports={en:["change indicator arguments visibility"],ko:["인디케이터 아규먼트 비저빌리티 바꾸기"]}},66307:e=>{e.exports={en:["change last day change visibility"],ko:["마지막날 변화 가시성 바꾸기"]}},88167:e=>{e.exports={en:["change symbol description visibility"],ko:["심볼 설명 비저빌리티 바꾸기"]}},12050:e=>{e.exports={en:["change symbol field visibility"],ko:["심볼 필드 가시성 변경"]}},96201:e=>{e.exports={en:["change volume values visibility"],ko:["볼륨 비저빌리티 바꾸기"]}},59938:e=>{e.exports={en:["less than 1 minute"],ko:["1분 미만"]}},51382:e=>{e.exports={en:["show {title}"],ko:["{title} 보이기"]}},51320:e=>{e.exports={en:["{days} and {hours}"],ko:["{days}와 {hours}"]}},55154:e=>{e.exports={en:["{exchange} by {originalExchange}"]}},90549:e=>{e.exports={en:["{hours} and {minutes}"],ko:["{hours}와 {minutes}"]}},51211:e=>{e.exports={en:["{listedExchange} real-time data is available for free to registered users."],ko:["등록 유저는 {listedExchange} 리얼타임 데이터를 무료로 쓸 수 있습니다."]}},51931:e=>{e.exports={en:["Data is updated once every {amount} second, even if there are more updates on the market.","Data is updated once every {amount} seconds, even if there are more updates on the market."],ko:["시장에 더 많은 업데이트가 있더라도 {amount}초마다 데이터가 업데이트됩니다."]}},83978:e=>{e.exports={en:["Data on our Basic plan is updated once every {amount} second, even if there are more updates on the market.","Data on our Basic plan is updated once every {amount} seconds, even if there are more updates on the market."],ko:["시장에 더 많은 업데이트가 있더라도, 기본 플랜의 데이터는 {amount}초마다 한 번씩 업데이트됩니다."]}},46960:e=>{e.exports={en:["Hide indicator legend","Hide indicators legend"],ko:["인디케이터 범례 숨기기"]}},36050:e=>{e.exports={en:["One update every {amount} second","One update every {amount} seconds"],ko:["{amount}초마다 업데이트 1회"]}},36553:e=>{e.exports={en:["Show indicator legend","Show indicators legend"],
+ko:["인디케이터 범례 표시"]}},62218:e=>{e.exports={en:["{number} day","{number} days"],ko:["{number} 날"]}},65463:e=>{e.exports={en:["{number} hour","{number} hours"],ko:["{number} 시간"]}},21730:e=>{e.exports={en:["{number} hour","{number} hours"],ko:["{number} 시간"]}},82796:e=>{e.exports={en:["{number} minute","{number} minutes"],ko:["{number} 분"]}},32547:e=>{e.exports={en:["{number} minute","{number} minutes"],ko:["{number} 분"]}},81227:e=>{e.exports={en:["{symbolName} data is delayed by {time} minute because of exchange requirements.","{symbolName} data is delayed by {time} minutes because of exchange requirements."],ko:["{symbolName} 데이터가 거래소 요구 사항으로 인해 {time}분만큼 지연됩니다."]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.2303.a9546f2924221b57a144.js b/public/charting_library/bundles/ko.2303.a9546f2924221b57a144.js
new file mode 100644
index 0000000..74c7563
--- /dev/null
+++ b/public/charting_library/bundles/ko.2303.a9546f2924221b57a144.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2303,6155,3367,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ko:["#{count} (프라이스, 바)"]}},78930:e=>{e.exports={en:["Coordinates"],ko:["좌표"]}},24197:e=>{e.exports={en:["Center"],ko:["센터"]}},6060:e=>{e.exports={en:["Add text"],ko:["텍스트 넣기"]}},27567:e=>{e.exports={en:["Bottom"],ko:["아래"]}},38408:e=>{e.exports={en:["Border"],ko:["경계"]}},79468:e=>{e.exports={en:["Background"],ko:["배경"]}},72942:e=>{e.exports={en:["Days"],ko:["날"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ko:["변위(가격, 막대)"]}},56796:e=>{e.exports={en:["Hours"],ko:["시간"]}},95406:e=>{e.exports={en:["Horizontal"],ko:["가로"]}},21429:e=>{e.exports={en:["Inputs"],ko:["인풋"]}},11626:e=>{e.exports={en:["Left"],ko:["왼쪽"]}},43154:e=>{e.exports={en:["Months"],ko:["달"]}},68833:e=>{e.exports={en:["Middle"],ko:["미들"]}},42562:e=>{e.exports={en:["Minutes"],ko:["분"]}},65188:e=>{e.exports={en:["Seconds"],ko:["초"]}},50421:e=>{e.exports={en:["Right"],ko:["오른쪽"]}},835:e=>{e.exports={en:["Weeks"],ko:["주"]}},97118:e=>{e.exports={en:["Top"],ko:["탑"]}},70320:e=>{e.exports={en:["Text"],ko:["문자"]}},7560:e=>{e.exports={en:["Text wrap"],ko:["문자열줄넘김"]}},25485:e=>{e.exports={en:["Text alignment"],ko:["텍스트 얼라인"]}},67781:e=>{e.exports={en:["Text orientation"],ko:["텍스트 방향"]}},24821:e=>{e.exports={en:["Ticks"],ko:["틱스"]}},69526:e=>{e.exports={en:["Vertical"],ko:["세로"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ko:["프라이스 X 좌표 바꾸기"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ko:["프라이스 Y 좌표 바꾸기"]}},96135:e=>{e.exports={en:["change {title} days to"],ko:["{title} 날을 ~로 바꾸기"]}},91201:e=>{e.exports={en:["change {title} days from"],ko:["~로부터 {title} 날 바꾸기"]}},8306:e=>{e.exports={en:["change {title} hours from"],ko:["~로부터 {title} 시간 바꾸기"]}},67233:e=>{e.exports={en:["change {title} hours to"],ko:["{title} 시간을 ~로 바꾸기"]}},99122:e=>{e.exports={en:["change {title} months from"],ko:["~로부터 {title} 달 바꾸기"]}},10518:e=>{e.exports={en:["change {title} months to"],ko:["{title} 달을 ~로 바꾸기"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ko:["{title} 분을 ~로 바꾸기"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ko:["~로부터 {title} 분 바꾸기"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ko:["{title} 초를 ~로 바꾸기"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ko:["~로부터 {title} 초 바꾸기"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ko:["~로부터 {title} 주 바꾸기"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ko:["{title} 주를 ~로 바꾸기"]}},57122:e=>{e.exports={en:["change {title} text"],ko:["{title} 텍스트 바꾸기"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ko:["틱에서 {title} 비저빌리티 바꾸기"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ko:["주에서 {title} 비저빌리티 바꾸기"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ko:["{ranges} 에서 {title} 가시성 바꾸기"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ko:["날에서 {title} 비저빌리티 바꾸기"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],
+ko:["시간에서 {title} 비저빌리티 바꾸기"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ko:["초에서 {title} 비저빌리티 바꾸기"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ko:["달에서 {title} 비저빌리티 바꾸기"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ko:["초에서 {title} 비저빌리티 바꾸기"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],ko:["{toolName} 라벨 얼라인먼트 버티컬 바꾸기"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],ko:["{toolName} 라벨 얼라인먼트 호리존털 바꾸기"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],ko:["{toolName} 라벨 디렉션 바꾸기"]}},66668:e=>{e.exports={en:["change {toolName} text"],ko:["{toolName} 텍스트 바꾸기"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],ko:["{toolName} 텍스트 비저빌리티 바꾸기"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],ko:["{toolName} 텍스트 줄넘김 바꾸기"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],ko:["{toolName} 텍스트 백그라운드 컬러 바꾸기"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],ko:["{toolName} 텍스트 백그라운드 비저빌리티 바꾸기"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],ko:["{toolName} 텍스트 보더 컬러 바꾸기"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],ko:["{toolName} 텍스트 보더 너비 바꾸기"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],ko:["{toolName} 텍스트 보더 비저빌리티 바꾸기"]}},64500:e=>{e.exports={en:["change {toolName} text color"],ko:["{toolName} 텍스트 컬러 바꾸기"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],ko:["{toolName} 텍스트 폰트 볼드 바꾸기"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],ko:["{toolName} 텍스트 폰트 이탤릭 바꾸기"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],ko:["{toolName} 텍스트 폰트 바꾸기"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ko:["{propertyName} 속성 변경"]}},35813:e=>{e.exports={en:["days"],ko:["날"]}},89919:e=>{e.exports={en:["days to"],ko:["날을 ~으로"]}},59215:e=>{e.exports={en:["days from"],ko:["~로부터 ~날로"]}},2359:e=>{e.exports={en:["hours"],ko:["시간"]}},82267:e=>{e.exports={en:["hours from"],ko:["~로부터 ~시간으로"]}},15600:e=>{e.exports={en:["hours to"],ko:["시간을 ~으로"]}},76261:e=>{e.exports={en:["move drawings"],ko:["드로윙 옮기기"]}},95300:e=>{e.exports={en:["months"],ko:["달"]}},17250:e=>{e.exports={en:["months from"],ko:["~로부터 ~달로"]}},2828:e=>{e.exports={en:["months to"],ko:["달을 ~으로"]}},18726:e=>{e.exports={en:["minutes"],ko:["분"]}},67649:e=>{e.exports={en:["minutes to"],ko:["분을 ~으로"]}},22476:e=>{e.exports={en:["minutes from"],ko:["~로부터 ~분으로"]}},751:e=>{e.exports={en:["seconds"],ko:["초"]}},73419:e=>{e.exports={en:["seconds to"],ko:["초를 ~으로"]}},35801:e=>{e.exports={en:["seconds from"],ko:["~로부터 ~초로"]}},45537:e=>{e.exports={en:["weeks"],ko:["주"]}},92859:e=>{e.exports={en:["weeks from"],ko:["~로부터 ~주로"]}},44127:e=>{e.exports={en:["weeks to"],ko:["주를 ~으로"]}},3539:e=>{e.exports={en:["ticks"],ko:["틱스"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.2342.4e495e3da576be4868f7.js b/public/charting_library/bundles/ko.2342.4e495e3da576be4868f7.js
new file mode 100644
index 0000000..bbac7aa
--- /dev/null
+++ b/public/charting_library/bundles/ko.2342.4e495e3da576be4868f7.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2342],{64489:e=>{e.exports={en:["Reverse"],ko:["리버스"]}},66643:e=>{e.exports={en:["reverse {tool}"],ko:["리버스 {tool}"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.2464.fc7f44a5c8b3791719aa.js b/public/charting_library/bundles/ko.2464.fc7f44a5c8b3791719aa.js
new file mode 100644
index 0000000..c2c5879
--- /dev/null
+++ b/public/charting_library/bundles/ko.2464.fc7f44a5c8b3791719aa.js
@@ -0,0 +1,53 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2464],{53310:e=>{e.exports={en:["Re"],ko:["다시"]}},85119:e=>{e.exports={en:["Dark"],ko:["다크"]}},96870:e=>{e.exports={en:["Light"],ko:["라이트"]}},85886:e=>{e.exports={en:["d"],ko:["날"]}},44634:e=>{e.exports={en:["h"],ko:["시간"]}},5977:e=>{e.exports={en:["m"],ko:["분"]}},21492:e=>{e.exports={en:["s"],ko:["초"]}},97559:e=>{e.exports={en:["{title} copy"],ko:["{title} 카피"]}},38691:e=>{e.exports={en:["D"],ko:["날"]}},77995:e=>{e.exports={en:["M"],ko:["달"]}},93934:e=>{e.exports={en:["R"]}},82901:e=>{e.exports={en:["T"]}},7408:e=>{e.exports={en:["W"],ko:["주"]}},38048:e=>{e.exports={en:["h"],ko:["시간"]}},68430:e=>{e.exports={en:["m"],ko:["분"]}},68823:e=>{e.exports={en:["s"],ko:["초"]}},2696:e=>{e.exports={en:["C"],ko:["종"]}},43253:e=>{e.exports={en:["H"],ko:["고"]}},61372:e=>{e.exports={en:["HL2"]}},55096:e=>{e.exports={en:["HLC3"]}},94174:e=>{e.exports={en:["OHLC4"]}},89923:e=>{e.exports={en:["L"],ko:["저"]}},46728:e=>{e.exports={en:["O"],ko:["시"]}},32856:e=>{e.exports=Object.create(null),e.exports["%D_input"]={en:["%D"]},e.exports["%K_input"]={en:["%K"]},e.exports["%R_input"]={en:["%R"]},e.exports["+DI_input"]={en:["+DI"]},e.exports["-0.236 Level Color_input"]={en:["-0.236 Level Color"],ko:["-0.236 레벨 컬러"]},e.exports["-0.382 Level Color_input"]={en:["-0.382 Level Color"],ko:["-0.382 레벨 컬러"]},e.exports["-0.618 Level Color_input"]={en:["-0.618 Level Color"],ko:["-0.618 레벨 컬러"]},e.exports["-0.65 Level Color_input"]={en:["-0.65 Level Color"],ko:["-0.65 레벨 컬러"]},e.exports["-DI_input"]={en:["-DI"]},e.exports["0 Level Color_input"]={en:["0 Level Color"],ko:["0 레벨 컬러"]},e.exports["0.236 Level Color_input"]={en:["0.236 Level Color"],ko:["0.236 레벨 컬러"]},e.exports["0.382 Level Color_input"]={en:["0.382 Level Color"],ko:["0.382 레벨 컬러"]},e.exports["0.5 Level Color_input"]={en:["0.5 Level Color"],ko:["0.5 레벨 컬러"]},e.exports["0.618 Level Color_input"]={en:["0.618 Level Color"],ko:["0.618 레벨 컬러"]},e.exports["0.65 Level Color_input"]={en:["0.65 Level Color"],ko:["0.65 레벨 컬러"]},e.exports["0.786 Level Color_input"]={en:["0.786 Level Color"],ko:["0.786 레벨 컬러"]},e.exports["1 Level Color_input"]={en:["1 Level Color"],ko:["1 레벨 컬러"]},e.exports["1.272 Level Color_input"]={en:["1.272 Level Color"],ko:["1.272 레벨 컬러"]},e.exports["1.414 Level Color_input"]={en:["1.414 Level Color"],ko:["1.414 레벨 컬러"]},e.exports["1.618 Level Color_input"]={en:["1.618 Level Color"],ko:["1.618 레벨 컬러"]},e.exports["1.65 Level Color_input"]={en:["1.65 Level Color"],ko:["1.65 레벨 컬러"]},e.exports["1st Period_input"]={en:["1st Period"],ko:["1째 피어리어드"]},e.exports["2.618 Level Color_input"]={en:["2.618 Level Color"],ko:["2.618 레벨 컬러"]},e.exports["2.65 Level Color_input"]={en:["2.65 Level Color"],ko:["2.65 레벨 컬러"]},e.exports["2nd Period_input"]={en:["2nd Period"],ko:["2째 피어리어드"]},e.exports["3.618 Level Color_input"]={en:["3.618 Level Color"],ko:["3.618 레벨 컬러"]},e.exports["3.65 Level Color_input"]={en:["3.65 Level Color"],ko:["3.65 레벨 컬러"]},e.exports["3rd Period_input"]={en:["3rd Period"],ko:["3째 피어리어드"]},
+e.exports["4.236 Level Color_input"]={en:["4.236 Level Color"],ko:["4.236 레벨 컬러"]},e.exports["4th Period_input"]={en:["4th Period"],ko:["4째 피어리어드"]},e.exports["5th Period_input"]={en:["5th Period"],ko:["5째 피어리어드"]},e.exports["6th Period_input"]={en:["6th Period"],ko:["6째 피어리어드"]},e.exports.ADR_B_input={en:["ADR_B"]},e.exports["ADX Smoothing_input"]={en:["ADX Smoothing"],ko:["ADX 스무딩"]},e.exports["ADX smoothing_input"]={en:["ADX smoothing"],ko:["ADX 스무딩"]},e.exports.ADX_input={en:["ADX"]},e.exports["ATR Mult_input"]={en:["ATR Mult"],ko:["ATR 곱"]},e.exports["ATR length_input"]={en:["ATR length"],ko:["ATR 길이"]},e.exports["ATR({atrValue})_input"]={en:["ATR({atrValue})"]},e.exports.ATR_input={en:["ATR"]},e.exports["Accumulation/Distribution_input"]={en:["Accumulation/Distribution"],ko:["어큐뮬레이션/디스트리뷰션"]},e.exports["All items_combobox_input"]={en:["All items"],ko:["모든 항목"]},e.exports.All_input={en:["All"],ko:["모두"]},e.exports["Anchor Period_input"]={en:["Anchor Period"],ko:["앵커 피어리어드"]},e.exports["Another symbol_input"]={en:["Another symbol"],ko:["다른 심볼"]},e.exports["Aroon Down_input"]={en:["Aroon Down"],ko:["아룬 다운"]},e.exports["Aroon Up_input"]={en:["Aroon Up"],ko:["아룬 업"]},e.exports.Average_input={en:["Average"],ko:["애버리지"]},e.exports["Averaging Periods_input"]={en:["Averaging Periods"],ko:["애버리징 피어리어드"]},e.exports.Back_input={en:["Back"],ko:["뒤로"]},e.exports["Bands style_input"]={en:["Bands style"],ko:["밴드 스타일"]},e.exports.Bar_input={en:["Bar"],ko:["바"]},e.exports["Base Line Periods_input"]={en:["Base Line Periods"],ko:["베이스 라인 피어리어드"]},e.exports["Base Line_input"]={en:["Base Line"],ko:["베이스 라인"]},e.exports.Basis_input={en:["Basis"],ko:["베이시스"]},e.exports["Bollinger Bands %B_input"]={en:["Bollinger Bands %B"],ko:["볼린저 밴드 %B"]},e.exports["Bollinger Bands Width_input"]={en:["Bollinger Bands Width"],ko:["볼린저 밴드 너비"]},e.exports.Borders_input={en:["Borders"],ko:["테두리"]},e.exports["Box size assignment method_input"]={en:["Box size assignment method"],ko:["박스 사이즈 어사인먼트 메쏘드"]},e.exports["Box size_input"]={en:["Box size"],ko:["박스 사이즈"]},e.exports.CCI_input={en:["CCI"]},e.exports.CHOP_input={en:["CHOP"]},e.exports.Cancel_input={en:["Cancel"],ko:["캔슬"]},e.exports.Candles_input={en:["Candles"],ko:["캔들"]},e.exports.Centered_input={en:["Centered"],ko:["센터드"]},e.exports.Century_input={en:["Century"],ko:["백해"]},e.exports["Chaikin Oscillator_input"]={en:["Chaikin Oscillator"],ko:["체이킨 오실레이터"]},e.exports["Chande MO_input"]={en:["Chande MO"],ko:["샹드 모멘텀 오실레이터"]},e.exports.Close_input={en:["Close"],ko:["닫기"]},e.exports["Color 0_input"]={en:["Color 0"],ko:["칼라 0"]},e.exports["Color 1_input"]={en:["Color 1"],ko:["칼라 1"]},e.exports["Color 2_input"]={en:["Color 2"],ko:["칼라 2"]},e.exports["Color 3_input"]={en:["Color 3"],ko:["칼라 3"]},e.exports["Color 4_input"]={en:["Color 4"],ko:["칼라 4"]},e.exports["Color 5_input"]={en:["Color 5"],ko:["칼라 5"]},e.exports["Color 6_input"]={en:["Color 6"],ko:["칼라 6"]},e.exports["Color 7_input"]={en:["Color 7"],ko:["칼라 7"]},e.exports["Color 8_input"]={en:["Color 8"],ko:["칼라 8"]},
+e.exports["Color bars based on previous close_input"]={en:["Color bars based on previous close"],ko:["이전 종가를 기준으로 한 봉색깔 결정"]},e.exports["Color based on previous close_input"]={en:["Color based on previous close"],ko:["이전 종가에 따른 색깔"]},e.exports["Conversion Line Periods_input"]={en:["Conversion Line Periods"],ko:["컨버전 라인 피어리어드"]},e.exports["Conversion Line_input"]={en:["Conversion Line"],ko:["컨버전 라인"]},e.exports.Correlation_input={en:["Correlation"],ko:["코릴레이션"]},e.exports.Count_input={en:["Count"],ko:["카운트"]},e.exports.Crosses_input={en:["Crosses"],ko:["크로스"]},e.exports.Custom_input={en:["Custom"],ko:["커스텀"]},e.exports.DEMA_input={en:["DEMA"],ko:["이중지수이동평균"]},e.exports["DI Length_input"]={en:["DI Length"],ko:["DI 길이"]},e.exports.DPO_input={en:["DPO"],ko:["디트렌디드 프라이스 오실레이터"]},e.exports.D_input={en:["D"],ko:["날"]},e.exports.Day_input={en:["Day"],ko:["일"]},e.exports["Days Per Year_input"]={en:["Days Per Year"],ko:["데이즈 퍼 이어"]},e.exports.Decade_input={en:["Decade"],ko:["열해"]},e.exports.Delta_input={en:["Delta"],ko:["델타"]},e.exports.Depth_input={en:["Depth"],ko:["깊이"]},e.exports["Detrended Price Oscillator_input"]={en:["Detrended Price Oscillator"],ko:["디트렌디드 프라이스 오실레이터"]},e.exports["Developing Poc_input"]={en:["Developing Poc"],ko:["디벨로핑 (Developing) Poc"]},e.exports["Deviation (%)_input"]={en:["Deviation (%)"],ko:["편차 (%)"]},e.exports.Deviation_input={en:["Deviation"],ko:["편차"]},e.exports.Divisor_input={en:["Divisor"],ko:["디바이저"]},e.exports["Down Volume_input"]={en:["Down Volume"],ko:["다운 볼륨"]},e.exports["Down bars_input"]={en:["Down bars"],ko:["다운 바"]},e.exports["Down color_input"]={en:["Down color"],ko:["다운 칼라"]},e.exports["Down fractals_input"]={en:["Down fractals"],ko:["다운 프랙탈"]},e.exports.EOM_input={en:["EOM"],ko:["이즈 오브 무브먼트"]},e.exports["Each (pre-market, market, post-market)_input"]={en:["Each (pre-market, market, post-market)"],ko:["각각 (장전, 정규장, 장후)"]},e.exports["Elder's Force Index_input"]={en:["Elder's Force Index"],ko:["엘더즈 포스 인덱스"]},e.exports["Equality Line_input"]={en:["Equality Line"],ko:["이퀄리티 라인"]},e.exports.Exponential_input={en:["Exponential"],ko:["익스포넨셜"]},e.exports["Extend POC Right_input"]={en:["Extend POC Right"],ko:["POC 오른쪽 확장"]},e.exports["Extend Right_input"]={en:["Extend Right"],ko:["오른쪽 확장"]},e.exports["Extend VAH Right_input"]={en:["Extend VAH Right"],ko:["VAH 오른쪽 확장"]},e.exports["Extend VAL Right_input"]={en:["Extend VAL Right"],ko:["VAL 오른쪽 확장"]},e.exports["Extend to last bar_input"]={en:["Extend to last bar"],ko:["마지막 바까지 확장"]},e.exports.Falling_input={en:["Falling"],ko:["폴링"]},e.exports["Fast Length_input"]={en:["Fast Length"],ko:["패스트 렝쓰"]},e.exports["Fast length_input"]={en:["Fast length"],ko:["패스트 길이"]},e.exports.Fill_input={en:["Fill"],ko:["채우기"]},e.exports.Fisher_input={en:["Fisher"],ko:["피셔"]},e.exports.Growing_input={en:["Growing"],ko:["그로잉"]},e.exports["HLC bars_input"]={en:["HLC bars"],ko:["HLC 바"]},e.exports.HV_input={en:["HV"],ko:["역사적 변동성"]},e.exports["Histogram Box_input"]={en:["Histogram Box"],ko:["히스토그램 박스"]},e.exports.Histogram_input={en:["Histogram"],ko:["히스토그램"]},
+e.exports["Hull MA_input"]={en:["Hull MA"],ko:["Hull 이평"]},e.exports.Increment_input={en:["Increment"],ko:["인크레먼트"]},e.exports.Indicator_input={en:["Indicator"],ko:["인디케이터"]},e.exports["Instrument 1_input"]={en:["Instrument 1"],ko:["인스트루먼트 1"]},e.exports["Instrument 2_input"]={en:["Instrument 2"],ko:["인스트루먼트 2"]},e.exports["Investor EMA 1 length_input"]={en:["Investor EMA 1 length"],ko:["인베스터 EMA 1 렝쓰"]},e.exports["Investor EMA 2 length_input"]={en:["Investor EMA 2 length"],ko:["인베스터 EMA 2 렝쓰"]},e.exports["Investor EMA 3 length_input"]={en:["Investor EMA 3 length"],ko:["인베스터 EMA 3 렝쓰"]},e.exports["Investor EMA 4 length_input"]={en:["Investor EMA 4 length"],ko:["인베스터 EMA 4 렝쓰"]},e.exports["Investor EMA 5 length_input"]={en:["Investor EMA 5 length"],ko:["인베스터 EMA 5 렝쓰"]},e.exports["Investor EMA 6 length_input"]={en:["Investor EMA 6 length"],ko:["인베스터 EMA 6 렝쓰"]},e.exports["Jaw Length_input"]={en:["Jaw Length"],ko:["Jaw 길이"]},e.exports["Jaw Offset_input"]={en:["Jaw Offset"],ko:["조 오프셋"]},e.exports.Jaw_input={en:["Jaw"]},e.exports.KST_input={en:["KST"],ko:["노우 슈어 씽"]},e.exports.K_input={en:["K"]},e.exports["Labels Position_input"]={en:["Labels Position"],ko:["라벨 포지션"]},e.exports["Labels on price scale_input"]={en:["Labels on price scale"],ko:["프라이스 스케일 라벨"]},e.exports["Lagging Span Periods_input"]={en:["Lagging Span Periods"]},e.exports["Lagging Span_input"]={en:["Lagging Span"],ko:["래깅 스팬"]},e.exports["Leading Shift Periods_input"]={en:["Leading Shift Periods"],ko:["주요 교대 근무 기간"]},e.exports["Leading Span A_input"]={en:["Leading Span A"],ko:["리딩 스팬 A"]},e.exports["Leading Span B_input"]={en:["Leading Span B"],ko:["리딩 스팬 B"]},e.exports["Leading Span Periods_input"]={en:["Leading Span Periods"],ko:["리딩 스팬 피어리어드"]},e.exports["Length EMA_input"]={en:["Length EMA"],ko:["지수 이동 평균 기간"]},e.exports["Length MA_input"]={en:["Length MA"],ko:["이동 평균 기간"]},e.exports.Length1_input={en:["Length1"],ko:["길이 1"]},e.exports.Length2_input={en:["Length2"],ko:["길이 2"]},e.exports.Length3_input={en:["Length3"],ko:["길이 3"]},e.exports.Length_input={en:["Length"],ko:["길이"]},e.exports.Level_input={en:["Level"],ko:["레벨"]},e.exports["Levels Format_input"]={en:["Levels Format"],ko:["레벨 포맷"]},e.exports.Limit_input={en:["Limit"],ko:["리밋"]},e.exports.Line_input={en:["Line"],ko:["라인"]},e.exports["Lips Length_input"]={en:["Lips Length"],ko:["Lips 길이"]},e.exports["Lips Offset_input"]={en:["Lips Offset"],ko:["립스 오프셋"]},e.exports.Lips_input={en:["Lips"]},e.exports["Long Length_input"]={en:["Long Length"],ko:["Long 길이"]},e.exports["Long RoC Length_input"]={en:["Long RoC Length"],ko:["Long RoC 길이"]},e.exports["Long length_input"]={en:["Long length"],ko:["Long 길이"]},e.exports["Long period_input"]={en:["Long period"],ko:["Long 피어리어드"]},e.exports.Long_input={en:["Long"],ko:["롱"]},e.exports["Lower Band_input"]={en:["Lower Band"],ko:["로우어 밴드"]},e.exports["Lower Deviation_input"]={en:["Lower Deviation"],ko:["로우어 디비에이션"]},e.exports["Lower Percentage_input"]={en:["Lower Percentage"],ko:["로우어 퍼센티지"]},e.exports.LowerLimit_input={en:["LowerLimit"],ko:["로우어 리밋"]},
+e.exports.Lower_input={en:["Lower"],ko:["로우어"]},e.exports["MA Length_input"]={en:["MA Length"],ko:["이평 길이"]},e.exports.MACD_input={en:["MACD"]},e.exports.MA_input={en:["MA"],ko:["이평"]},e.exports.MF_input={en:["MF"],ko:["자금 흐름"]},e.exports.MM_month_input={en:["MM"]},e.exports.MOM_input={en:["MOM"],ko:["모멘텀 인디케이터"]},e.exports["Main chart symbol_input"]={en:["Main chart symbol"],ko:["메인 차트 심볼"]},e.exports["Market Closed Percentage_input"]={en:["Market Closed Percentage"],ko:["마켓 클로즈드 퍼센티지"]},e.exports["Market only_input"]={en:["Market only"],ko:["정규장 만"]},e.exports["Max value_input"]={en:["Max value"],ko:["최대값"]},e.exports.Median_input={en:["Median"],ko:["중앙값"]},e.exports.Method_input={en:["Method"],ko:["메쏘드"]},e.exports.Middle_input={en:["Middle"],ko:["미들"]},e.exports.Minimize_input={en:["Minimize"],ko:["최소화"]},e.exports.Month_input={en:["Month"],ko:["달"]},e.exports.Move_input={en:["Move"],ko:["무브"]},e.exports["Multi timeframe_input"]={en:["Multi timeframe"],ko:["멀티 타임프레임"]},e.exports.Multiplier_input={en:["Multiplier"],ko:["멀티플라이어"]},e.exports.NV_input={en:["NV"],ko:["넷 밸류"]},e.exports["Nothing selected_combobox_input"]={en:["Nothing selected"],ko:["아무것도 선택되지 않음"]},e.exports["Number Of Rows_input"]={en:["Number Of Rows"]},e.exports["Number of line_input"]={en:["Number of line"],ko:["라인 넘버"]},e.exports.OSC_input={en:["OSC"],ko:["오실레이터"]},e.exports.Offset_input={en:["Offset"],ko:["오프셋"]},e.exports.OnBalanceVolume_input={en:["OnBalanceVolume"],ko:["온밸런스볼륨"]},e.exports["One step back building_input"]={en:["One step back building"],ko:["원 스텝 백 빌딩"]},e.exports.Oscillator_input={en:["Oscillator"],ko:["오실레이터"]},e.exports.Overbought_input={en:["Overbought"],ko:["과매수"]},e.exports.Oversold_input={en:["Oversold"],ko:["과매도"]},e.exports.POC_input={en:["POC"]},e.exports.PVT_input={en:["PVT"],ko:["가격 거래량 추세"]},e.exports.P_input={en:["P"]},e.exports.ParabolicSAR_input={en:["ParabolicSAR"],ko:["파라볼릭SAR"]},e.exports.Percent_input={en:["Percent"],ko:["퍼센트"]},e.exports["Percentage LTP({percentageLTPValue}%)_input"]={en:["Percentage LTP({percentageLTPValue}%)"],ko:["퍼센티지 LTP({percentageLTPValue}%)"]},e.exports["Percentage LTP_input"]={en:["Percentage LTP"],ko:["퍼센티지 LTP"]},e.exports.Percentage_input={en:["Percentage"],ko:["퍼센티지"]},e.exports.Period_input={en:["Period"],ko:["피어리어드"]},e.exports.Periods_input={en:["Periods"],ko:["피어리어드"]},e.exports["Phantom bars_input"]={en:["Phantom bars"],ko:["팬텀 바"]},e.exports.Placement_input={en:["Placement"],ko:["플레이스먼트"]},e.exports.Plot_input={en:["Plot"],ko:["플롯"]},e.exports["Plots Background_input"]={en:["Plots Background"],ko:["백그라운드 그리기"]},e.exports["Post-market only_input"]={en:["Post-market only"],ko:["장후 만"]},e.exports["Pre-market only_input"]={en:["Pre-market only"],ko:["장전 만"]},e.exports["Price source_input"]={en:["Price source"],ko:["가격 소스"]},e.exports.Price_input={en:["Price"],ko:["프라이스"]},e.exports["Projection down bars_input"]={en:["Projection down bars"],ko:["프로젝션 다운 바"]},e.exports["Projection down color_input"]={en:["Projection down color"],ko:["프로젝션 다운 컬러"]},
+e.exports["Projection up bars_input"]={en:["Projection up bars"],ko:["프로젝션 업 바"]},e.exports["Projection up color_input"]={en:["Projection up color"],ko:["프로젝션 업 컬러"]},e.exports.Q_input={en:["Q"]},e.exports["ROC Length_input"]={en:["ROC Length"],ko:["ROC 렝쓰"]},e.exports.ROCLen1_input={en:["ROCLen1"],ko:["변화율기간1"]},e.exports.ROCLen2_input={en:["ROCLen2"],ko:["변화율기간2"]},e.exports.ROCLen3_input={en:["ROCLen3"],ko:["변화율기간3"]},e.exports.ROCLen4_input={en:["ROCLen4"],ko:["변화율기간4"]},e.exports.ROC_input={en:["ROC"],ko:["변화율"]},e.exports["RSI Length_input"]={en:["RSI Length"],ko:["RSI 길이"]},e.exports["RSI Source_input"]={en:["RSI Source"],ko:["RSI 소스"]},e.exports.RSI_input={en:["RSI"]},e.exports.RVGI_input={en:["RVGI"],ko:["상대 비고르 지수"]},e.exports.RVI_input={en:["RVI"],ko:["상대 비고르 지수"]},e.exports.Range_input={en:["Range"],ko:["레인지"]},e.exports["Rate of Change Lookback_input"]={en:["Rate of Change Lookback"],ko:["레이트 오브 체인지 룩백"]},e.exports["Reversal amount_input"]={en:["Reversal amount"],ko:["리버설 어마운트"]},e.exports["Rolling Period_input"]={en:["Rolling Period"],ko:["롤링 피어리어드"]},e.exports["Row Size_input"]={en:["Row Size"],ko:["로우 사이즈"]},e.exports["Rows Layout_input"]={en:["Rows Layout"],ko:["로우 레이아웃"]},e.exports.SMALen1_input={en:["SMALen1"],ko:["단순 이동 평균 기간1"]},e.exports.SMALen2_input={en:["SMALen2"],ko:["단순 이동 평균 기간2"]},e.exports.SMALen3_input={en:["SMALen3"],ko:["단순 이동 평균 기간3"]},e.exports.SMALen4_input={en:["SMALen4"],ko:["단순 이동 평균 기간4"]},e.exports["SMI Ergodic Oscillator_input"]={en:["SMI Ergodic Oscillator"],ko:["SMI 에르고딕 오실레이터"]},e.exports.SMI_input={en:["SMI"],ko:["스토캐스틱 모멘텀 지수"]},e.exports.Session_input={en:["Session"],ko:["세션"]},e.exports.Sessions_input={en:["Sessions"],ko:["세션"]},e.exports.Shapes_input={en:["Shapes"],ko:["셰이프"]},e.exports["Short Length_input"]={en:["Short Length"],ko:["숏 렝쓰"]},e.exports["Short RoC Length_input"]={en:["Short RoC Length"],ko:["숏 RoC 렝쓰"]},e.exports["Short length_input"]={en:["Short length"],ko:["숏 렝쓰"]},e.exports["Short period_input"]={en:["Short period"],ko:["숏 피어리어드"]},e.exports.Short_input={en:["Short"],ko:["숏"]},e.exports["Show real prices on price scale (instead of Heikin-Ashi price)_input"]={en:["Show real prices on price scale (instead of Heikin-Ashi price)"],ko:["가격 눈금에 실제 가격 보이기 (하이킨 아시 가격대신)"]},e.exports.SigLen_input={en:["SigLen"],ko:["시그널기간"]},e.exports.Sig_input={en:["Sig"],ko:["시그널"]},e.exports.Sigma_input={en:["Sigma"],ko:["시그마"]},e.exports["Signal Length_input"]={en:["Signal Length"],ko:["시그널 렝쓰"]},e.exports["Signal line period_input"]={en:["Signal line period"],ko:["시그널 라인 피어리어드"]},e.exports["Signal smoothing_input"]={en:["Signal smoothing"],ko:["시그널 스무딩"]},e.exports.Signal_input={en:["Signal"],ko:["시그널"]},e.exports["Simple ma(oscillator)_input"]={en:["Simple ma(oscillator)"],ko:["단순 이평(오실레이터)"]},e.exports["Simple ma(signal line)_input"]={en:["Simple ma(signal line)"],ko:["단순 이평(시그널 라인)"]},e.exports.Simple_input={en:["Simple"],ko:["심플"]},e.exports["Slow Length_input"]={en:["Slow Length"],ko:["슬로우 렝쓰"]},e.exports["Slow length_input"]={en:["Slow length"],ko:["슬로우 렝쓰"]},
+e.exports["Smoothing Length_input"]={en:["Smoothing Length"],ko:["스무딩 렝쓰"]},e.exports["Smoothing Line_input"]={en:["Smoothing Line"],ko:["스무딩 라인"]},e.exports.Smoothing_input={en:["Smoothing"],ko:["스무딩"]},e.exports.Source_input={en:["Source"],ko:["소스"]},e.exports["Standard Errors_input"]={en:["Standard Errors"],ko:["스탠다드 에러"]},e.exports.Start_input={en:["Start"],ko:["시작"]},e.exports.StdDev_input={en:["StdDev"],ko:["표준편차"]},e.exports["Stochastic Length_input"]={en:["Stochastic Length"],ko:["스토캐스틱 렝쓰"]},e.exports.Style_input={en:["Style"],ko:["스타일"]},e.exports.Symbol_input={en:["Symbol"],ko:["심볼"]},e.exports.TEMA_input={en:["TEMA"],ko:["삼중지수이동평균"]},e.exports.TRIX_input={en:["TRIX"],ko:["트릭스"]},e.exports["Teeth Length_input"]={en:["Teeth Length"],ko:["Teeth 렝쓰"]},e.exports["Teeth Offset_input"]={en:["Teeth Offset"],ko:["티쓰 오프셋"]},e.exports.Teeth_input={en:["Teeth"]},e.exports["Ticks Per Row_input"]={en:["Ticks Per Row"]},e.exports.Timeframe_input={en:["Timeframe"],ko:["타임프레임"]},e.exports.Total_input={en:["Total"]},e.exports["Trader EMA 1 length_input"]={en:["Trader EMA 1 length"],ko:["트레이더 EMA 1 렝쓰"]},e.exports["Trader EMA 2 length_input"]={en:["Trader EMA 2 length"],ko:["트레이더 EMA 2 렝쓰"]},e.exports["Trader EMA 3 length_input"]={en:["Trader EMA 3 length"],ko:["트레이더 EMA 3 렝쓰"]},e.exports["Trader EMA 4 length_input"]={en:["Trader EMA 4 length"],ko:["트레이더 EMA 4 렝쓰"]},e.exports["Trader EMA 5 length_input"]={en:["Trader EMA 5 length"],ko:["트레이더 EMA 5 렝쓰"]},e.exports["Trader EMA 6 length_input"]={en:["Trader EMA 6 length"],ko:["트레이더 EMA 5 렝쓰"]},e.exports.Traditional_input={en:["Traditional"],ko:["트래디셔널"]},e.exports.Trigger_input={en:["Trigger"],ko:["트리거"]},e.exports.Type_input={en:["Type"],ko:["타입"]},e.exports.UO_input={en:["UO"],ko:["얼티밋 오실레이터"]},e.exports["Up Volume_input"]={en:["Up Volume"],ko:["업 볼륨"]},e.exports["Up bars_input"]={en:["Up bars"],ko:["업 바"]},e.exports["Up color_input"]={en:["Up color"],ko:["업 칼라"]},e.exports["Up fractals_input"]={en:["Up fractals"],ko:["업 프랙탈"]},e.exports["Up/Down_input"]={en:["Up/Down"]},e.exports["UpDown Length_input"]={en:["UpDown Length"],ko:["업다운 렝쓰"]},e.exports["Upper Band_input"]={en:["Upper Band"],ko:["어퍼 밴드"]},e.exports["Upper Deviation_input"]={en:["Upper Deviation"],ko:["어퍼 디비에이션"]},e.exports["Upper Percentage_input"]={en:["Upper Percentage"],ko:["어퍼 퍼센티지"]},e.exports.UpperLimit_input={en:["UpperLimit"],ko:["어퍼 리밋"]},e.exports.Upper_input={en:["Upper"],ko:["어퍼"]},e.exports["Use Lower Deviation_input"]={en:["Use Lower Deviation"],ko:["로우어 디비에이션 쓰기"]},e.exports["Use Upper Deviation_input"]={en:["Use Upper Deviation"],ko:["어퍼 디비에이션 쓰기"]},e.exports["VI +_input"]={en:["VI +"],ko:["보텍스 인디케이터 +"]},e.exports["VI -_input"]={en:["VI -"],ko:["보텍스 인디케이터 -"]},e.exports.VWAP_input={en:["VWAP"],ko:["브이왑"]},e.exports.VWMA_input={en:["VWMA"],ko:["거래량 가중이동평균"]},e.exports["Value Area Down_input"]={en:["Value Area Down"],ko:["밸류 에어리어 다운"]},e.exports["Value Area Up_input"]={en:["Value Area Up"],ko:["밸류 에어리어 업"]},e.exports["Value Area Volume_input"]={en:["Value Area Volume"]},
+e.exports["Value Area volume_input"]={en:["Value Area volume"],ko:["밸류 에어리어 볼륨"]},e.exports["Value Area_input"]={en:["Value Area"],ko:["밸류 에어리어"]},e.exports.Value_input={en:["Value"],ko:["밸류"]},e.exports["Values in status line_input"]={en:["Values in status line"],ko:["상태 라인 밸류"]},e.exports.Volume_input={en:["Volume"],ko:["볼륨"]},e.exports["WMA Length_input"]={en:["WMA Length"],ko:["가중 이동 평균 기간"]},e.exports["Wait for timeframe closes_input"]={en:["Wait for timeframe closes"],ko:["타임프레임 마감 대기"]},e.exports.Week_input={en:["Week"],ko:["주"]},e.exports.Weighted_input={en:["Weighted"],ko:["웨이티드"]},e.exports.Wick_input={en:["Wick"],ko:["윅"]},e.exports.Wicks_input={en:["Wicks"],ko:["윅"]},e.exports["Wilder's Smoothing_input"]={en:["Wilder's Smoothing"],ko:["윌더즈 스무딩"]},e.exports["Window Size_input"]={en:["Window Size"],ko:["윈도우 사이즈"]},e.exports.X_input={en:["X"]},e.exports.YY_year_input={en:["YY"]},e.exports.Year_input={en:["Year"],ko:["해"]},e.exports["Zero Line_input"]={en:["Zero Line"],ko:["제로 라인"]},e.exports.Zero_input={en:["Zero"],ko:["제로"]},e.exports.fastLength_input={en:["fastLength"],ko:["패스트렝쓰"]},e.exports.from_input={en:["from"],ko:["부터"]},e.exports.increment_input={en:["increment"],ko:["인크레먼트"]},e.exports.isCentered_input={en:["isCentered"],ko:["중심에 위치"]},e.exports.len_input={en:["len"],ko:["기간"]},e.exports.length14_input={en:["length14"],ko:["기간14"]},e.exports.length28_input={en:["length28"],ko:["기간28"]},e.exports.length7_input={en:["length7"],ko:["기간7"]},e.exports.lengthRSI_input={en:["lengthRSI"],ko:["상대 강도 지수 기간"]},e.exports.lengthStoch_input={en:["lengthStoch"],ko:["Stoch기간"]},e.exports.length_input={en:["length"],ko:["길이"]},e.exports.long_input={en:["long"],ko:["롱"]},e.exports.longlen_input={en:["longlen"],ko:["롱 기간"]},e.exports.maximum_input={en:["maximum"],ko:["맥시멈"]},e.exports.mult_input={en:["mult"],ko:["곱"]},e.exports.p_input={en:["p"]},e.exports.q_input={en:["q"]},e.exports.resolution_input={en:["resolution"],ko:["레졸루션"]},e.exports.roclen1_input={en:["roclen1"],ko:["변화율기간1"]},e.exports.roclen2_input={en:["roclen2"],ko:["변화율기간2"]},e.exports.roclen3_input={en:["roclen3"],ko:["변화율기간3"]},e.exports.roclen4_input={en:["roclen4"],ko:["변화율기간4"]},e.exports.short_input={en:["short"],ko:["숏"]},e.exports.shortlen_input={en:["shortlen"],ko:["짧은 기간"]},e.exports["show MA_input"]={en:["show MA"],ko:["이동평균보기"]},e.exports.siglen_input={en:["siglen"],ko:["시그널기간"]},e.exports.signalLength_input={en:["signalLength"],ko:["시그널기간"]},e.exports.slowLength_input={en:["slowLength"],ko:["슬로우렝쓰"]},e.exports.smalen1_input={en:["smalen1"],ko:["단순 이동 평균 기간1"]},e.exports.smalen2_input={en:["smalen2"],ko:["단순 이동 평균 기간2"]},e.exports.smalen3_input={en:["smalen3"],ko:["단순 이동 평균 기간3"]},e.exports.smalen4_input={en:["smalen4"],ko:["단순 이동 평균 기간4"]},e.exports.smoothD_input={en:["smoothD"],ko:["스무스D"]},e.exports.smoothK_input={en:["smoothK"],ko:["스무스K"]},e.exports.start_input={en:["start"],ko:["스타트"]},e.exports.sym_input={en:["sym"],ko:["심볼"]},e.exports.to_input={en:["to"],ko:["까지"]},e.exports.useTrueRange_input={en:["useTrueRange"],ko:["트루레인지쓰기"]},
+e.exports.x_input={en:["x"]},e.exports["yay Color 0_input"]={en:["yay Color 0"],ko:["yay 칼라 0"]},e.exports["yay Color 1_input"]={en:["yay Color 1"],ko:["yay 칼라 1"]},e.exports["{number} item_combobox_input"]={en:["{number} item","{number} items"],ko:["{number} 항목"]}},50873:e=>{e.exports={en:["ATR({atrValue})"]}},73425:e=>{e.exports={en:["Percentage LTP({percentageLTPValue}%)"],ko:["퍼센티지 LTP({percentageLTPValue}%)"]}},40566:e=>{e.exports={en:["Traditional"],ko:["트래디셔널"]}},35359:e=>{e.exports={en:["Post"],ko:["포스트"]}},93866:e=>{e.exports={en:["Pre"],ko:["프리"]}},75163:e=>{e.exports={en:["Invert scale"],ko:["인버트 스케일"]}},35210:e=>{e.exports={en:["Indexed to 100"],ko:["처음을 100 으로 잡기"]}},31340:e=>{e.exports={en:["Logarithmic"],ko:["로그"]}},19405:e=>{e.exports={en:["No overlapping labels"],ko:["오버래핑 라벨 없음"]}},34954:e=>{e.exports={en:["Percent"],ko:["퍼센트"]}},55300:e=>{e.exports={en:["Regular"],ko:["레귤러"]}},8029:e=>{e.exports={en:["ETH"]}},34647:e=>{e.exports={en:["Electronic trading hours"],ko:["전자 거래 시간"]}},36862:e=>{e.exports={en:["Extended trading hours"],ko:["확장거래시간"]}},7807:e=>{e.exports={en:["POST"]}},46273:e=>{e.exports={en:["PRE"],ko:["프리"]}},50434:e=>{e.exports={en:["Postmarket"],ko:["포스트마켓"]}},59330:e=>{e.exports={en:["Premarket"],ko:["프리마켓"]}},35342:e=>{e.exports={en:["RTH"]}},84246:e=>{e.exports={en:["Regular trading hours"],ko:["정규 거래 시간"]}},13132:e=>{e.exports={en:["May"],ko:["5월"]}},83477:e=>{e.exports=Object.create(null),e.exports["*All Candlestick Patterns*_study"]={en:["*All Candlestick Patterns*"],ko:["*모든 캔들 패턴*"]},e.exports["24-hour Volume_study"]={en:["24-hour Volume"],ko:["24시간 거래량"]},e.exports["52 Week High/Low_study"]={en:["52 Week High/Low"],ko:["52주 하이"]},e.exports.ASI_study={en:["ASI"]},e.exports["Abandoned Baby - Bearish_study"]={en:["Abandoned Baby - Bearish"],ko:["버림받은 아기 - 약세"]},e.exports["Abandoned Baby - Bullish_study"]={en:["Abandoned Baby - Bullish"],ko:["버림받은 아기 - 강세"]},e.exports["Accelerator Oscillator_study"]={en:["Accelerator Oscillator"],ko:["액설러레이터 오실레이터"]},e.exports["Accounts payable_study"]={en:["Accounts payable"],ko:["매입 채무"]},e.exports["Accounts receivable - trade, net_study"]={en:["Accounts receivable - trade, net"],ko:["순 매출 채권"]},e.exports["Accounts receivables, gross_study"]={en:["Accounts receivables, gross"],ko:["매출채권, 총액"]},e.exports.Accruals_study={en:["Accruals"],ko:["발생주의"]},e.exports["Accrued payroll_study"]={en:["Accrued payroll"],ko:["미지급 급여"]},e.exports["Accumulated depreciation, total_study"]={en:["Accumulated depreciation, total"],ko:["감가상각누계액, 합계"]},e.exports["Accumulation/Distribution_study"]={en:["Accumulation/Distribution"],ko:["누적/분포 (Accumulation/Distribution)"]},e.exports["Accumulative Swing Index_study"]={en:["Accumulative Swing Index"],ko:["어큐뮬러티브 스윙 인덱스"]},e.exports["Additional paid-in capital/Capital surplus_study"]={en:["Additional paid-in capital/Capital surplus"],ko:["주식불입잉여금/자본 잉여금"]},e.exports["Advance Decline Line_study"]={en:["Advance Decline Line"],ko:["어드밴스 디클라인 라인 (Advance Decline Line)"]},e.exports["Advance Decline Ratio_study"]={
+en:["Advance Decline Ratio"],ko:["어드밴스 디클라인 레이쇼 (Advance Decline Ratio)"]},e.exports["Advance/Decline Ratio (Bars)_study"]={en:["Advance/Decline Ratio (Bars)"],ko:["어드밴스/디클라인 레이쇼 (Bars) (Advance/Decline Ratio (Bars))"]},e.exports["Advance/Decline_study"]={en:["Advance/Decline"],ko:["어드밴스/디클라인 (Advance/Decline)"]},e.exports["After tax other income/expense_study"]={en:["After tax other income/expense"],ko:["세후 기타 수입/경비"]},e.exports["All Chart Patterns_study"]={en:["All Chart Patterns"],ko:["모든 차트 패턴"]},e.exports["Altman Z-score_study"]={en:["Altman Z-score"],ko:["알트맨 Z-스코어"]},e.exports["Amortization of deferred charges_study"]={en:["Amortization of deferred charges"],ko:["이연비용의 상각"]},e.exports["Amortization of intangibles_study"]={en:["Amortization of intangibles"],ko:["무형자산의 상각"]},e.exports.Amortization_study={en:["Amortization"],ko:["감채상각"]},e.exports["Anchored Volume Profile_study"]={en:["Anchored Volume Profile"],ko:["고정 볼륨 프로필"]},e.exports["Arnaud Legoux Moving Average_study"]={en:["Arnaud Legoux Moving Average"],ko:["아르노 르구 무빙 애버리지 (Arnaud Legoux Moving Average)"]},e.exports.Aroon_study={en:["Aroon"],ko:["아룬 (Aroon)"]},e.exports["Asset turnover_study"]={en:["Asset turnover"],ko:["자산 회전율"]},e.exports["Auto Anchored Volume Profile_study"]={en:["Auto Anchored Volume Profile"],ko:["자동 고정 볼륨 프로파일"]},e.exports["Auto Fib Extension_study"]={en:["Auto Fib Extension"],ko:["자동 피브 확장"]},e.exports["Auto Fib Retracement_study"]={en:["Auto Fib Retracement"],ko:["오토 피보나치 되돌림"]},e.exports["Auto Pitchfork_study"]={en:["Auto Pitchfork"],ko:["자동 피치포크"]},e.exports["Average Daily Range_study"]={en:["Average Daily Range"],ko:["일일 평균 범위"]},e.exports["Average Day Range_study"]={en:["Average Day Range"],ko:["애버리지 데이 레인지"]},e.exports["Average Directional Index_study"]={en:["Average Directional Index"],ko:["평균방향성지수 (Average Directional Index)"]},e.exports["Average Price_study"]={en:["Average Price"],ko:["애버리지 프라이스"]},e.exports["Average True Range_study"]={en:["Average True Range"],ko:["애버리지 트루 레인지 (Average True Range)"]},e.exports["Average basic shares outstanding_study"]={en:["Average basic shares outstanding"],ko:["평균 기본주 발행수"]},e.exports["Awesome Oscillator_study"]={en:["Awesome Oscillator"],ko:["오썸 오실레이터 (Awesome Oscillator)"]},e.exports["Bad debt / Doubtful accounts_study"]={en:["Bad debt / Doubtful accounts"],ko:["부실채권 / 대손"]},e.exports["Balance of Power_study"]={en:["Balance of Power"],ko:["밸런스 오브 파우어 (Balance Of Power)"]},e.exports["BarUpDn Strategy_study"]={en:["BarUpDn Strategy"],ko:["바업다운 전략"]},e.exports["Basic EPS_study"]={en:["Basic EPS"],ko:["기본 EPS"]},e.exports["Basic earnings per share (Basic EPS)_study"]={en:["Basic earnings per share (Basic EPS)"],ko:["기본주당순이익 (기본 EPS)"]},e.exports["Bearish Flag Chart Pattern_study"]={en:["Bearish Flag Chart Pattern"],ko:["약세 플래그 차트 패턴"]},e.exports["Bearish Pennant Chart Pattern_study"]={en:["Bearish Pennant Chart Pattern"],ko:["약세 페넌트 차트 패턴"]},e.exports["Beneish M-score_study"]={en:["Beneish M-score"],ko:["베니쉬 M-스코어"]},e.exports["Bollinger Bands %B_study"]={en:["Bollinger Bands %B"],
+ko:["볼린저 밴드 %B (Bollinger Bands %B)"]},e.exports["Bollinger Bands Strategy directed_study"]={en:["Bollinger Bands Strategy directed"],ko:["볼린저 밴드 방향성 전략"]},e.exports["Bollinger Bands Strategy_study"]={en:["Bollinger Bands Strategy"],ko:["볼린저 밴드 전략"]},e.exports["Bollinger Bands Width_study"]={en:["Bollinger Bands Width"],ko:["볼린저밴드 너비 (Bollinger Bands Width)"]},e.exports["Bollinger Bands_study"]={en:["Bollinger Bands"],ko:["볼린저 밴드 (Bollinger Bands)"]},e.exports["Book value per share_study"]={en:["Book value per share"],ko:["주당순자산"]},e.exports["Bull Bear Power_study"]={en:["Bull Bear Power"],ko:["불 베어 파워"]},e.exports["Bullish Flag Chart Pattern_study"]={en:["Bullish Flag Chart Pattern"],ko:["강세 플래그 차트 패턴"]},e.exports["Bullish Pennant Chart Pattern_study"]={en:["Bullish Pennant Chart Pattern"],ko:["강세 플래그 차트 패턴"]},e.exports["Buyback yield %_study"]={en:["Buyback yield %"],ko:["자사주취득 수익률 %"]},e.exports["COGS to revenue ratio_study"]={en:["COGS to revenue ratio"],ko:["매출원가 대비 수입 비율"]},e.exports.CRSI_study={en:["CRSI"]},e.exports["Capital and operating lease obligations_study"]={en:["Capital and operating lease obligations"],ko:["금융 및 영업 리스 의무"]},e.exports["Capital expenditures - fixed assets_study"]={en:["Capital expenditures - fixed assets"],ko:["자본적지출 - 고정지출"]},e.exports["Capital expenditures - other assets_study"]={en:["Capital expenditures - other assets"],ko:["자본적지출 - 기타지출"]},e.exports["Capital expenditures_study"]={en:["Capital expenditures"],ko:["자본지출"]},e.exports["Capitalized lease obligations_study"]={en:["Capitalized lease obligations"],ko:["자본 리스 의무"]},e.exports["Cash & equivalents_study"]={en:["Cash & equivalents"],ko:["현금 및 현금성자산"]},e.exports["Cash and short term investments_study"]={en:["Cash and short term investments"],ko:["현금 및 단기투자자산"]},e.exports["Cash conversion cycle_study"]={en:["Cash conversion cycle"],ko:["현금전환주기"]},e.exports["Cash from financing activities_study"]={en:["Cash from financing activities"],ko:["재무활동 현금흐름"]},e.exports["Cash from investing activities_study"]={en:["Cash from investing activities"],ko:["투자활동 현금흐름"]},e.exports["Cash from operating activities_study"]={en:["Cash from operating activities"],ko:["영업활동 현금흐름"]},e.exports["Cash to debt ratio_study"]={en:["Cash to debt ratio"],ko:["현금 대비 부채 비율"]},e.exports["Chaikin Money Flow_study"]={en:["Chaikin Money Flow"],ko:["체이킨 머니 플로우 (Chaikin Money Flow)"]},e.exports["Chaikin Oscillator_study"]={en:["Chaikin Oscillator"],ko:["체이킨 오실레이터 (Chaikin Oscillator)"]},e.exports["Chaikin Volatility_study"]={en:["Chaikin Volatility"],ko:["체이킨 볼래틸리티"]},e.exports["Chande Kroll Stop_study"]={en:["Chande Kroll Stop"],ko:["샹드 크롤 스탑"]},e.exports["Chande Momentum Oscillator_study"]={en:["Chande Momentum Oscillator"],ko:["샹드 모멘텀 오실레이터"]},e.exports["Change in accounts payable_study"]={en:["Change in accounts payable"],ko:["매입채무 변화"]},e.exports["Change in accounts receivable_study"]={en:["Change in accounts receivable"],ko:["외상매출금 변화"]},e.exports["Change in accrued expenses_study"]={en:["Change in accrued expenses"],ko:["미지급비용 변화"]},
+e.exports["Change in inventories_study"]={en:["Change in inventories"],ko:["재고자산 변화"]},e.exports["Change in other assets/liabilities_study"]={en:["Change in other assets/liabilities"],ko:["기타자산/부채 변화"]},e.exports["Change in taxes payable_study"]={en:["Change in taxes payable"],ko:["미지급세금 변화"]},e.exports["Changes in working capital_study"]={en:["Changes in working capital"],ko:["운전자본변동"]},e.exports.ChannelBreakOutStrategy_study={en:["ChannelBreakOutStrategy"],ko:["채널브레이크아웃 전략"]},e.exports["Chop Zone_study"]={en:["Chop Zone"],ko:["찹 존 (Chop Zone)"]},e.exports["Choppiness Index_study"]={en:["Choppiness Index"],ko:["차피니스 인덱스 (Choppiness Index)"]},e.exports["Commodity Channel Index_study"]={en:["Commodity Channel Index"],ko:["커모디티 채널 인덱스 (Commodity Channel Index)"]},e.exports["Common dividends paid_study"]={en:["Common dividends paid"],ko:["보통주 배당금 지급"]},e.exports["Common equity, total_study"]={en:["Common equity, total"],ko:["보통주, 합계"]},e.exports["Common stock par/Carrying value_study"]={en:["Common stock par/Carrying value"],ko:["보통주 액면가/장부금액"]},e.exports.Compare_study={en:["Compare"],ko:["비교 (Compare)"]},e.exports["Conditional Expressions_study"]={en:["Conditional Expressions"],ko:["조건식 (Conditional Expressions)"]},e.exports["Connors RSI_study"]={en:["Connors RSI"],ko:["코너즈 RSI"]},e.exports.ConnorsRSI_study={en:["ConnorsRSI"],ko:["코너즈RSI (ConnorsRSI)"]},e.exports["Consecutive Up/Down Strategy_study"]={en:["Consecutive Up/Down Strategy"],ko:["연속 상승/하락 전략"]},e.exports["Coppock Curve_study"]={en:["Coppock Curve"],ko:["카포크 커브(Coppock Curve)"]},e.exports["Correlation - Log_study"]={en:["Correlation - Log"],ko:["코릴레이션 - 로그"]},e.exports["Correlation Coefficient_study"]={en:["Correlation Coefficient"],ko:["코릴레이션 코에피션트 (Correlation Coefficient)"]},e.exports["Cost of goods sold_study"]={en:["Cost of goods sold"],ko:["팔린 제품 코스트"]},e.exports["Cost of goods_study"]={en:["Cost of goods"],ko:["코스트 오브 굿즈"]},e.exports["Cumulative Volume Index_study"]={en:["Cumulative Volume Index"],ko:["누적거래량지수 (Cumulative Volume Index)"]},e.exports["Cup and Handle Chart Pattern_study"]={en:["Cup and Handle Chart Pattern"],ko:["컵 앤 핸들 차트 패턴"]},e.exports["Current portion of LT debt and capital leases_study"]={en:["Current portion of LT debt and capital leases"],ko:["현재 LT 빚과 캐피털 리스 부분"]},e.exports["Current ratio_study"]={en:["Current ratio"],ko:["유동비율"]},e.exports.DMI_study={en:["DMI"]},e.exports["Dark Cloud Cover - Bearish_study"]={en:["Dark Cloud Cover - Bearish"],ko:["먹구름 커버 - 약세"]},e.exports["Days inventory_study"]={en:["Days inventory"],ko:["재고"]},e.exports["Days payable_study"]={en:["Days payable"],ko:["확정일출급어음"]},e.exports["Days sales outstanding_study"]={en:["Days sales outstanding"],ko:["매출채권회전일수"]},e.exports["Debt to EBITDA ratio_study"]={en:["Debt to EBITDA ratio"],ko:["채무 대비 EBITDA 비율"]},e.exports["Debt to assets ratio_study"]={en:["Debt to assets ratio"],ko:["부채자산비율"]},e.exports["Debt to equity ratio_study"]={en:["Debt to equity ratio"],ko:["부채 비율"]},e.exports["Debt to revenue ratio_study"]={en:["Debt to revenue ratio"],ko:["데트 투 레비뉴 레이쇼"]
+},e.exports["Deferred income, current_study"]={en:["Deferred income, current"],ko:["이연수익, 현재"]},e.exports["Deferred income, non-current_study"]={en:["Deferred income, non-current"],ko:["디퍼드 인컴, 논-커런트"]},e.exports["Deferred tax assets_study"]={en:["Deferred tax assets"],ko:["이연법인세자산"]},e.exports["Deferred tax liabilities_study"]={en:["Deferred tax liabilities"],ko:["이연법인세부채"]},e.exports["Deferred taxes (cash flow)_study"]={en:["Deferred taxes (cash flow)"],ko:["이연법인세(현금흐름)"]},e.exports["Deprecation and amortization_study"]={en:["Deprecation and amortization"],ko:["감가상각비"]},e.exports["Depreciation & amortization (cash flow)_study"]={en:["Depreciation & amortization (cash flow)"],ko:["감가상각비(현금흐름)"]},e.exports["Depreciation/depletion_study"]={en:["Depreciation/depletion"],ko:["감가상각/감모상각"]},e.exports.Depreciation_study={en:["Depreciation"],ko:["감가상각"]},e.exports["Detrended Price Oscillator_study"]={en:["Detrended Price Oscillator"],ko:["디트렌디드 프라이스 오실레이터 (Detrended Price Oscillator)"]},e.exports["Diluted EPS_study"]={en:["Diluted EPS"],ko:["희석 EPS"]},e.exports["Diluted earnings per share (Diluted EPS)_study"]={en:["Diluted earnings per share (Diluted EPS)"],ko:["희석주당순이익 (희석 EPS)"]},e.exports["Diluted net income available to common stockholders_study"]={en:["Diluted net income available to common stockholders"],ko:["희석당기순이익"]},e.exports["Diluted shares outstanding_study"]={en:["Diluted shares outstanding"],ko:["희석주식수"]},e.exports["Dilution adjustment_study"]={en:["Dilution adjustment"],ko:["희석 보정"]},e.exports["Directional Movement Index_study"]={en:["Directional Movement Index"],ko:["디렉셔널 무브먼트 인덱스"]},e.exports["Directional Movement_study"]={en:["Directional Movement"],ko:["디렉셔널 무브먼트 (Directional Movement)"]},e.exports["Discontinued operations_study"]={en:["Discontinued operations"],ko:["중단사업"]},e.exports["Divergence Indicator_study"]={en:["Divergence Indicator"],ko:["다이버전스 인디케이터 (Divergence Indicator)"]},e.exports["Dividend payout ratio %_study"]={en:["Dividend payout ratio %"],ko:["배당 성향"]},e.exports["Dividend yield %_study"]={en:["Dividend yield %"],ko:["배당수익률 %"]},e.exports["Dividends payable_study"]={en:["Dividends payable"],ko:["미지급배당금"]},e.exports["Dividends per share - common stock primary issue_study"]={en:["Dividends per share - common stock primary issue"],ko:["주당배당금 - 1차 발행 보통주"]},e.exports["Doji Star - Bearish_study"]={en:["Doji Star - Bearish"],ko:["도지 스타 - 약세"]},e.exports["Doji Star - Bullish_study"]={en:["Doji Star - Bullish"],ko:["도지 스타 - 강세"]},e.exports.Doji_study={en:["Doji"],ko:["도지"]},e.exports["Donchian Channels_study"]={en:["Donchian Channels"],ko:["돈치안 채널 (Donchian Channels)"]},e.exports["Double Bottom Chart Pattern_study"]={en:["Double Bottom Chart Pattern"],ko:["이중 바닥 차트 패턴"]},e.exports["Double EMA_study"]={en:["Double EMA"],ko:["더블 EMA (Double EMA)"]},e.exports["Double Top Chart Pattern_study"]={en:["Double Top Chart Pattern"],ko:["이중 천장 차트 패턴"]},e.exports["Downside Tasuki Gap - Bearish_study"]={en:["Downside Tasuki Gap - Bearish"],ko:["하방 타스키 갭 - 약세"]},e.exports["Dragonfly Doji - Bullish_study"]={
+en:["Dragonfly Doji - Bullish"],ko:["잠자리 도지 - 강세"]},e.exports["EBITDA margin %_study"]={en:["EBITDA margin %"],ko:["EBITDA 마진 %"]},e.exports.EBITDA_study={en:["EBITDA"],ko:["세전영업이익"]},e.exports.EBIT_study={en:["EBIT"]},e.exports["EMA Cross_study"]={en:["EMA Cross"],ko:["EMA 크로스"]},e.exports["EPS basic one year growth_study"]={en:["EPS basic one year growth"],ko:["기본 EPS 연간 성장률"]},e.exports["EPS diluted one year growth_study"]={en:["EPS diluted one year growth"],ko:["희석 EPS 연간 성장률"]},e.exports["EPS estimates_study"]={en:["EPS estimates"],ko:["EPS 추정"]},e.exports["Earnings yield_study"]={en:["Earnings yield"],ko:["어닝스 일드"]},e.exports["Ease Of Movement_study"]={en:["Ease Of Movement"],ko:["이즈 오브 무브먼트 (Ease Of Movement)"]},e.exports["Ease of Movement_study"]={en:["Ease of Movement"],ko:["이즈 오브 무브먼트 (Ease Of Movement)"]},e.exports["Effective interest rate on debt %_study"]={en:["Effective interest rate on debt %"],ko:["유효이자율 %"]},e.exports["Elder Force Index_study"]={en:["Elder Force Index"],ko:["엘더 포스 인덱스"]},e.exports["Elder's Force Index_study"]={en:["Elder's Force Index"],ko:["엘더즈 포스 인덱스 (Elder's Force Index)"]},e.exports["Elders Force Index_study"]={en:["Elders Force Index"],ko:["엘더 포스 인덱스"]},e.exports["Elliott Wave Chart Pattern_study"]={en:["Elliott Wave Chart Pattern"],ko:["엘리어트 파동 차트 패턴"]},e.exports["Engulfing - Bearish_study"]={en:["Engulfing - Bearish"],ko:["인걸핑 - 약세"]},e.exports["Engulfing - Bullish_study"]={en:["Engulfing - Bullish"],ko:["인걸핑 - 강세"]},e.exports["Enterprise value to EBIT ratio_study"]={en:["Enterprise value to EBIT ratio"],ko:["EV/EBIT"]},e.exports["Enterprise value to EBITDA ratio_study"]={en:["Enterprise value to EBITDA ratio"],ko:["EV/EBITDA"]},e.exports["Enterprise value to revenue ratio_study"]={en:["Enterprise value to revenue ratio"],ko:["EV/Revenue"]},e.exports["Enterprise value_study"]={en:["Enterprise value"],ko:["기업 가치"]},e.exports.Envelope_study={en:["Envelope"],ko:["엔빌로프 (Envelope)"]},e.exports.Envelopes_study={en:["Envelopes"],ko:["엔빌로프"]},e.exports["Equity in earnings_study"]={en:["Equity in earnings"],ko:["에쿼티 인 어닝즈"]},e.exports["Equity to assets ratio_study"]={en:["Equity to assets ratio"],ko:["지분자산비율"]},e.exports["Evening Doji Star - Bearish_study"]={en:["Evening Doji Star - Bearish"],ko:["이브닝 도지 스타 - 약세"]},e.exports["Evening Star - Bearish_study"]={en:["Evening Star - Bearish"],ko:["이브닝 스타 - 약세"]},e.exports["Falling Three Methods - Bearish_study"]={en:["Falling Three Methods - Bearish"],ko:["하락 삼법형 - 약세"]},e.exports["Falling Wedge Chart Pattern_study"]={en:["Falling Wedge Chart Pattern"],ko:["하락 쐐기 차트 패턴"]},e.exports["Falling Window - Bearish_study"]={en:["Falling Window - Bearish"],ko:["폴링 윈도우 - 약세"]},e.exports["Financing activities – other sources_study"]={en:["Financing activities – other sources"],ko:["파이낸싱 액티비티 – 기타 소스"]},e.exports["Financing activities – other uses_study"]={en:["Financing activities – other uses"],ko:["파이낸싱 액티비티 – 기타 용도"]},e.exports["Fisher Transform_study"]={en:["Fisher Transform"],ko:["피셔 트랜스폼 (Fisher Transform)"]},
+e.exports["Fixed Range Volume Profile_study"]={en:["Fixed Range Volume Profile"],ko:["픽스트 레인지 볼륨 프로화일"]},e.exports["Fixed Range_study"]={en:["Fixed Range"],ko:["픽스트 레인지"]},e.exports["Float shares outstanding_study"]={en:["Float shares outstanding"],ko:["발행유동주식수"]},e.exports["Free cash flow margin %_study"]={en:["Free cash flow margin %"],ko:["잉여 현금 흐름 %"]},e.exports["Free cash flow_study"]={en:["Free cash flow"],ko:["잉여 현금 흐름"]},e.exports["Fulmer H factor_study"]={en:["Fulmer H factor"],ko:["풀머 H 팩터"]},e.exports["Funds from operations_study"]={en:["Funds from operations"],ko:["영업활동으로부터의 자금"]},e.exports.Gaps_study={en:["Gaps"],ko:["갭"]},e.exports["Goodwill to assets ratio_study"]={en:["Goodwill to assets ratio"],ko:["영업권자산비율"]},e.exports["Goodwill, net_study"]={en:["Goodwill, net"],ko:["순 영업권"]},e.exports["Graham's number_study"]={en:["Graham's number"],ko:["그레이엄 넘버"]},e.exports["Gravestone Doji - Bearish_study"]={en:["Gravestone Doji - Bearish"],ko:["비석형 도지 - 약세"]},e.exports["Greedy Strategy_study"]={en:["Greedy Strategy"],ko:["그리디 전략"]},e.exports["Gross margin %_study"]={en:["Gross margin %"],ko:["매출 총이익 %"]},e.exports["Gross profit to assets ratio_study"]={en:["Gross profit to assets ratio"],ko:["매출총이익자산비율"]},e.exports["Gross profit_study"]={en:["Gross profit"],ko:["총수익"]},e.exports["Gross property/plant/equipment_study"]={en:["Gross property/plant/equipment"],ko:["그로프 프로퍼티/플랜/이큅먼트"]},e.exports["Guppy Multiple Moving Average_study"]={en:["Guppy Multiple Moving Average"],ko:["구피 멀티플 무빙 애버리지"]},e.exports["Hammer - Bullish_study"]={en:["Hammer - Bullish"],ko:["망치형 - 강세"]},e.exports["Hanging Man - Bearish_study"]={en:["Hanging Man - Bearish"],ko:["교수형 - 약세"]},e.exports["Harami - Bearish_study"]={en:["Harami - Bearish"],ko:["잉태형 - 약세"]},e.exports["Harami - Bullish_study"]={en:["Harami - Bullish"],ko:["잉태형 - 강세"]},e.exports["Harami Cross - Bearish_study"]={en:["Harami Cross - Bearish"],ko:["하라미 크로스 - 약세"]},e.exports["Harami Cross - Bullish_study"]={en:["Harami Cross - Bullish"],ko:["하라미 크로스 - 강세"]},e.exports["Head and Shoulders Chart Pattern_study"]={en:["Head and Shoulders Chart Pattern"],ko:["헤드 앤 숄더 차트 패턴"]},e.exports["Historical Volatility_study"]={en:["Historical Volatility"],ko:["과거변동성 (Historical Volatility)"]},e.exports["Hull Moving Average_study"]={en:["Hull Moving Average"],ko:["헐 이동 평균 (Hull Moving Average)"]},e.exports["Ichimoku Cloud_study"]={en:["Ichimoku Cloud"],ko:["일목 구름 (Ichimoku Cloud)"]},e.exports.Ichimoku_study={en:["Ichimoku"],ko:["이치모쿠"]},e.exports.Impairments_study={en:["Impairments"],ko:["손상"]},e.exports["InSide Bar Strategy_study"]={en:["InSide Bar Strategy"],ko:["인사이드 바 전략"]},e.exports["Income Tax Credits_study"]={en:["Income Tax Credits"],ko:["소득공제"]},e.exports["Income Tax, current - foreign_study"]={en:["Income Tax, current - foreign"],ko:["소득세, 현재 - 해외"]},e.exports["Income tax payable_study"]={en:["Income tax payable"],ko:["미지급 법인세"]},e.exports["Income tax, current - domestic_study"]={en:["Income tax, current - domestic"],ko:["소득세, 현재 - 국내"]},e.exports["Income tax, current_study"]={
+en:["Income tax, current"],ko:["소득세, 현재"]},e.exports["Income tax, deferred - domestic_study"]={en:["Income tax, deferred - domestic"],ko:["소득세, 이연 - 국내"]},e.exports["Income tax, deferred - foreign_study"]={en:["Income tax, deferred - foreign"],ko:["소득세, 이연 - 해외"]},e.exports["Income tax, deferred_study"]={en:["Income tax, deferred"],ko:["소득세, 이연"]},e.exports["Interest capitalized_study"]={en:["Interest capitalized"],ko:["금융비용 자본화"]},e.exports["Interest coverage_study"]={en:["Interest coverage"],ko:["관심 분야 커버"]},e.exports["Interest expense on debt_study"]={en:["Interest expense on debt"],ko:["데트에 대한 인터레스트 익스펜스"]},e.exports["Interest expense, net of interest capitalized_study"]={en:["Interest expense, net of interest capitalized"],ko:["이자 비용,순 금융비용 자본화"]},e.exports["Inventories - finished goods_study"]={en:["Inventories - finished goods"],ko:["재고자산 - 제품 및 상품"]},e.exports["Inventories - progress payments & other_study"]={en:["Inventories - progress payments & other"],ko:["재고자산 - 미착품과 기타"]},e.exports["Inventories - raw materials_study"]={en:["Inventories - raw materials"],ko:["재고자산 - 원재료 및 저장품"]},e.exports["Inventories - work in progress_study"]={en:["Inventories - work in progress"],ko:["재고자산 - 반제품 및 재공품"]},e.exports["Inventory to revenue ratio_study"]={en:["Inventory to revenue ratio"],ko:["인벤토리 대 레비뉴 레이쇼"]},e.exports["Inventory turnover_study"]={en:["Inventory turnover"],ko:["재고자산회전율"]},e.exports["Inverted Cup and Handle Chart Pattern_study"]={en:["Inverted Cup and Handle Chart Pattern"],ko:["인버티드 컵 앤 핸들 차트 패턴"]},e.exports["Inverted Hammer - Bullish_study"]={en:["Inverted Hammer - Bullish"],ko:["역망치형 - 강세"]},e.exports["Inverted Head and Shoulders Chart Pattern_study"]={en:["Inverted Head and Shoulders Chart Pattern"],ko:["인버티드 헤드 앤 숄더 차트 패턴"]},e.exports["Investing activities – other sources_study"]={en:["Investing activities – other sources"],ko:["인베스팅 액티비티 – 다른 소스들"]},e.exports["Investing activities – other uses_study"]={en:["Investing activities – other uses"],ko:["인베스팅 액티비티 – 다른 쓰임새"]},e.exports["Investments in unconsolidated subsidiaries_study"]={en:["Investments in unconsolidated subsidiaries"],ko:["비연결종속기업 투자"]},e.exports["Issuance of long term debt_study"]={en:["Issuance of long term debt"],ko:["장기부채 발행"]},e.exports["Issuance/retirement of debt, net_study"]={en:["Issuance/retirement of debt, net"],ko:["순 부채발행/소각"]},e.exports["Issuance/retirement of long term debt_study"]={en:["Issuance/retirement of long term debt"],ko:["장기 부채발행/소각"]},e.exports["Issuance/retirement of other debt_study"]={en:["Issuance/retirement of other debt"],ko:["기타 채무의 발행/소멸"]},e.exports["Issuance/retirement of short term debt_study"]={en:["Issuance/retirement of short term debt"],ko:["단기 부채발행/소각"]},e.exports["Issuance/retirement of stock, net_study"]={en:["Issuance/retirement of stock, net"],ko:["순 주식발행/소각"]},e.exports["KZ index_study"]={en:["KZ index"],ko:["KZ 인덱스"]},e.exports["Keltner Channel Strategy_study"]={en:["Keltner Channel Strategy"],ko:["켈트너 채널 전략"]},e.exports["Keltner Channels Strategy_study"]={en:["Keltner Channels Strategy"],
+ko:["켈트너 채널 전략"]},e.exports["Keltner Channels_study"]={en:["Keltner Channels"],ko:["켈트너 채널 (Keltner Channels)"]},e.exports["Key stats_study"]={en:["Key stats"],ko:["주요 통계"]},e.exports["Kicking - Bearish_study"]={en:["Kicking - Bearish"],ko:["박차형 - 약세"]},e.exports["Kicking - Bullish_study"]={en:["Kicking - Bullish"],ko:["박차형 - 강세"]},e.exports["Klinger Oscillator_study"]={en:["Klinger Oscillator"],ko:["클링거 오실레이터 (Klinger Oscillator)"]},e.exports["Know Sure Thing_study"]={en:["Know Sure Thing"],ko:["노우 슈어 씽 (Know Sure Thing)"]},e.exports["Least Squares Moving Average_study"]={en:["Least Squares Moving Average"],ko:["리스트 스퀘어 무빙 애버리지 (Least Squares Moving Average)"]},e.exports["Legal claim expense_study"]={en:["Legal claim expense"],ko:["소송비용"]},e.exports["Linear Regression Channel_study"]={en:["Linear Regression Channel"],ko:["선형 회귀 채널"]},e.exports["Linear Regression Curve_study"]={en:["Linear Regression Curve"],ko:["리니어 리그레션 커브 (Linear Regression Curve)"]},e.exports["Linear Regression Slope_study"]={en:["Linear Regression Slope"],ko:["리니어 리그레션 슬로프"]},e.exports["Linear Regression_study"]={en:["Linear Regression"],ko:["리니어 리그레션 (Linear Regression)"]},e.exports["Liquidity ratios_study"]={en:["Liquidity ratios"],ko:["유동비율"]},e.exports["Long Lower Shadow - Bullish_study"]={en:["Long Lower Shadow - Bullish"],ko:["긴 하단 그림자 - 강세"]},e.exports["Long Upper Shadow - Bearish_study"]={en:["Long Upper Shadow - Bearish"],ko:["긴 하단 그림자 - 약세"]},e.exports["Long term debt excl. lease liabilities_study"]={en:["Long term debt excl. lease liabilities"],ko:["운용리스를 제외한 장기부채"]},e.exports["Long term debt to total assets ratio_study"]={en:["Long term debt to total assets ratio"],ko:["장기부채 대 전체 자산 비율"]},e.exports["Long term debt to total equity ratio_study"]={en:["Long term debt to total equity ratio"],ko:["총자본 대비 장기 부채 비율"]},e.exports["Long term debt_study"]={en:["Long term debt"],ko:["장기 부채"]},e.exports["Long term investments_study"]={en:["Long term investments"],ko:["장기투자"]},e.exports["MA Cross_study"]={en:["MA Cross"],ko:["MA 크로스 (MA Cross)"]},e.exports["MA with EMA Cross_study"]={en:["MA with EMA Cross"],ko:["이동평균선과 지수이동평균선의 교차"]},e.exports["MA/EMA Cross_study"]={en:["MA/EMA Cross"],ko:["MA/EMA 크로스"]},e.exports["MACD Strategy_study"]={en:["MACD Strategy"],ko:["MACD 전략 (MACD Strategy)"]},e.exports.MACD_study={en:["MACD"]},e.exports["Majority Rule_study"]={en:["Majority Rule"],ko:["머조리티 룰"]},e.exports["Market capitalization_study"]={en:["Market capitalization"],ko:["시가총액"]},e.exports["Marubozu Black - Bearish_study"]={en:["Marubozu Black - Bearish"],ko:["마루보주 블랙 - 약세"]},e.exports["Marubozu White - Bullish_study"]={en:["Marubozu White - Bullish"],ko:["마루보주 블랙 - 강세"]},e.exports["Mass Index_study"]={en:["Mass Index"],ko:["매스 인덱스 (Mass Index)"]},e.exports["McGinley Dynamic_study"]={en:["McGinley Dynamic"],ko:["맥긴리 다이내믹 (McGinley Dynamic)"]},e.exports["Median Price_study"]={en:["Median Price"],ko:["미디언 프라이스"]},e.exports.Median_study={en:["Median"],ko:["미디언"]},e.exports["Minority interest_study"]={en:["Minority interest"],ko:["마이너리트 인터레스트"]},
+e.exports["Miscellaneous non-operating expense_study"]={en:["Miscellaneous non-operating expense"],ko:["기타영업외비용"]},e.exports["Momentum Strategy_study"]={en:["Momentum Strategy"],ko:["모멘텀 전략"]},e.exports.Momentum_study={en:["Momentum"],ko:["모멘텀 (Momentum)"]},e.exports["Money Flow Index_study"]={en:["Money Flow Index"],ko:["머니 플로우 인덱스"]},e.exports["Money Flow_study"]={en:["Money Flow"],ko:["머니 플로우 (Money Flow)"]},e.exports["Moon Phases_study"]={en:["Moon Phases"],ko:["문 페이즈 (Moon Phases)"]},e.exports["Morning Doji Star - Bullish_study"]={en:["Morning Doji Star - Bullish"],ko:["모닝 도지 스타 - 강세"]},e.exports["Morning Star - Bullish_study"]={en:["Morning Star - Bullish"],ko:["모닝 스타 - 강세"]},e.exports["Moving Average Adaptive_study"]={en:["Moving Average Adaptive"],ko:["무빙 애버리지 어댑티브"]},e.exports["Moving Average Channel_study"]={en:["Moving Average Channel"],ko:["무빙 애버리지 채널"]},e.exports["Moving Average Convergence Divergence_study"]={en:["Moving Average Convergence Divergence"],ko:["무빙 애버리지 컨버전스 다이버전스"]},e.exports["Moving Average Convergence/Divergence_study"]={en:["Moving Average Convergence/Divergence"],ko:["무빙 애버리지 컨버전스/다이버전스 (Moving Average Convergence/Divergence)"]},e.exports["Moving Average Double_study"]={en:["Moving Average Double"],ko:["무빙 애버리지 더블"]},e.exports["Moving Average Exponential_study"]={en:["Moving Average Exponential"],ko:["지수 이동 평균 (Moving Average Exponential)"]},e.exports["Moving Average Hamming_study"]={en:["Moving Average Hamming"],ko:["무빙 애버리지 해밍"]},e.exports["Moving Average Modified_study"]={en:["Moving Average Modified"],ko:["무빙 애버리지 모디파이드"]},e.exports["Moving Average Multiple_study"]={en:["Moving Average Multiple"],ko:["무빙 애버리지 멀티플"]},e.exports["Moving Average Ribbon_study"]={en:["Moving Average Ribbon"],ko:["이동평균 리본"]},e.exports["Moving Average Simple_study"]={en:["Moving Average Simple"],ko:["단순 이동 평균"]},e.exports["Moving Average Triple_study"]={en:["Moving Average Triple"],ko:["무빙 애버리지 트리플"]},e.exports["Moving Average Weighted_study"]={en:["Moving Average Weighted"],ko:["가중 이동 평균 (Moving Average Weighted)"]},e.exports["Moving Average_study"]={en:["Moving Average"],ko:["이동 평균(Moving Average)"]},e.exports["MovingAvg Cross_study"]={en:["MovingAvg Cross"],ko:["이동평균 크로스 (MovingAvg Cross)"]},e.exports["MovingAvg2Line Cross_study"]={en:["MovingAvg2Line Cross"],ko:["MovingAvg2Line 크로스 (MovingAvg2Line Cross )"]},e.exports["Multi-Time Period Charts_study"]={en:["Multi-Time Period Charts"],ko:["멀티-타임 피어리어드 차트 (Multi-Time Period Charts)"]},e.exports["Net Volume_study"]={en:["Net Volume"],ko:["순거래량 (Net Volume)"]},e.exports["Net current asset value per share_study"]={en:["Net current asset value per share"],ko:["NCAVPS"]},e.exports["Net debt_study"]={en:["Net debt"],ko:["순차입금"]},e.exports["Net income (cash flow)_study"]={en:["Net income (cash flow)"],ko:["당기순이익(현금흐름)"]},e.exports["Net income before discontinued operations_study"]={en:["Net income before discontinued operations"],ko:["당기중단영업손익"]},e.exports["Net income per employee_study"]={en:["Net income per employee"],ko:["당기순익기여도"]},
+e.exports["Net income_study"]={en:["Net income"],ko:["순이익"]},e.exports["Net intangible assets_study"]={en:["Net intangible assets"],ko:["당기무형자산"]},e.exports["Net margin %_study"]={en:["Net margin %"],ko:["당기순이익 %"]},e.exports["Net property/plant/equipment_study"]={en:["Net property/plant/equipment"],ko:["당기 자산/건물및구축물/기계장치"]},e.exports["Non-cash items_study"]={en:["Non-cash items"],ko:["비현금자산"]},e.exports["Non-controlling/minority interest_study"]={en:["Non-controlling/minority interest"],ko:["비지배지분"]},e.exports["Non-operating income, excl. interest expenses_study"]={en:["Non-operating income, excl. interest expenses"],ko:["지급이자를 제외한 영업외비용"]},e.exports["Non-operating income, total_study"]={en:["Non-operating income, total"],ko:["영업외수익, 전체"]},e.exports["Non-operating interest income_study"]={en:["Non-operating interest income"],ko:["영업외이자수익"]},e.exports["Note receivable - long term_study"]={en:["Note receivable - long term"],ko:["수취채권 - 장기"]},e.exports["Notes payable_study"]={en:["Notes payable"],ko:["지급채권"]},e.exports["Number of employees_study"]={en:["Number of employees"],ko:["직원수"]},e.exports["Number of shareholders_study"]={en:["Number of shareholders"],ko:["주주수"]},e.exports["On Balance Volume_study"]={en:["On Balance Volume"],ko:["온밸런스볼륨 (On Balance Volume)"]},e.exports["On Neck - Bearish_study"]={en:["On Neck - Bearish"],ko:["걸침형 - 약세"]},e.exports["Open Interest_study"]={en:["Open Interest"],ko:["오픈 인터레스트 (Open Interest)"]},e.exports["Operating earnings yield %_study"]={en:["Operating earnings yield %"],ko:["영업이익률 %"]},e.exports["Operating expenses (excl. COGS)_study"]={en:["Operating expenses (excl. COGS)"],ko:["영업비용(매출원가 제외)"]},e.exports["Operating income_study"]={en:["Operating income"],ko:["영업 수입"]},e.exports["Operating lease liabilities_study"]={en:["Operating lease liabilities"],ko:["운용리스부채"]},e.exports["Operating margin %_study"]={en:["Operating margin %"],ko:["영업이익률 %"]},e.exports["Other COGS_study"]={en:["Other COGS"],ko:["기타 매출원가"]},e.exports["Other common equity_study"]={en:["Other common equity"],ko:["기타 보통주"]},e.exports["Other cost of goods sold_study"]={en:["Other cost of goods sold"],ko:["팔린 제품의 기타 코스트"]},e.exports["Other current assets, total_study"]={en:["Other current assets, total"],ko:["기타 유동자산, 전체"]},e.exports["Other current liabilities_study"]={en:["Other current liabilities"],ko:["기타 유동부채"]},e.exports["Other exceptional charges_study"]={en:["Other exceptional charges"],ko:["기타예외비용"]},e.exports["Other financing cash flow items, total_study"]={en:["Other financing cash flow items, total"],ko:["기타 파이낸싱 플로우 아이템, 토탈"]},e.exports["Other intangibles, net_study"]={en:["Other intangibles, net"],ko:["기타 순 무형자산"]},e.exports["Other investing cash flow items, total_study"]={en:["Other investing cash flow items, total"],ko:["기타 인베스팅 플로우 아이템, 토탈"]},e.exports["Other investments_study"]={en:["Other investments"],ko:["기타 투자"]},e.exports["Other liabilities, total_study"]={en:["Other liabilities, total"],ko:["기타 부채, 전체"]},e.exports["Other long term assets, total_study"]={en:["Other long term assets, total"],
+ko:["기타 비유동자산, 전체"]},e.exports["Other non-current liabilities, total_study"]={en:["Other non-current liabilities, total"],ko:["기타 비유동부채, 토탈"]},e.exports["Other operating expenses, total_study"]={en:["Other operating expenses, total"],ko:["기타 영업비용, 전체"]},e.exports["Other receivables_study"]={en:["Other receivables"],ko:["기타 매출채권"]},e.exports["Other short term debt_study"]={en:["Other short term debt"],ko:["기타 단기부채"]},e.exports["OutSide Bar Strategy_study"]={en:["OutSide Bar Strategy"],ko:["아웃사이드 바 전략"]},e.exports.Overlay_study={en:["Overlay"],ko:["오버레이"]},e.exports["PEG ratio_study"]={en:["PEG ratio"],ko:["PEG 비율"]},e.exports["Paid in capital_study"]={en:["Paid in capital"],ko:["납입자본금"]},e.exports["Parabolic SAR Strategy_study"]={en:["Parabolic SAR Strategy"],ko:["파라볼릭 SAR 전략"]},e.exports["Parabolic SAR_study"]={en:["Parabolic SAR"],ko:["파라볼릭 SAR (Parabolic SAR)"]},e.exports["Periodic Volume Profile_study"]={en:["Periodic Volume Profile"],ko:["주기적 볼륨 프로파일"]},e.exports["Piercing - Bullish_study"]={en:["Piercing - Bullish"],ko:["관통형 - 강세"]},e.exports["Piotroski F-score_study"]={en:["Piotroski F-score"],ko:["피오트로스키 F-스코어"]},e.exports["Pivot Extension Strategy_study"]={en:["Pivot Extension Strategy"],ko:["피벗 확장 전략"]},e.exports["Pivot Points High Low_study"]={en:["Pivot Points High Low"],ko:["피봇 포인트 하이 로우 (Pivot Points High Low)"]},e.exports["Pivot Points Standard_study"]={en:["Pivot Points Standard"],ko:["피봇 포인트 스탠다드 (Pivot Points Standard)"]},e.exports["Pivot Reversal Strategy_study"]={en:["Pivot Reversal Strategy"],ko:["피벗 반전 전략"]},e.exports["Preferred dividends paid_study"]={en:["Preferred dividends paid"],ko:["우선배당금"]},e.exports["Preferred dividends_study"]={en:["Preferred dividends"],ko:["우선배당"]},e.exports["Preferred stock, carrying value_study"]={en:["Preferred stock, carrying value"],ko:["우선주, 유형자산 장부가액"]},e.exports["Prepaid expenses_study"]={en:["Prepaid expenses"],ko:["선급비용"]},e.exports["Pretax equity in earnings_study"]={en:["Pretax equity in earnings"],ko:["프리택스 에쿼티 인 어닝즈"]},e.exports["Pretax income_study"]={en:["Pretax income"],ko:["세전이익"]},e.exports["Price Channel Strategy_study"]={en:["Price Channel Strategy"],ko:["가격 채널 전략"]},e.exports["Price Channel_study"]={en:["Price Channel"],ko:["프라이스 채널"]},e.exports["Price Oscillator_study"]={en:["Price Oscillator"],ko:["프라이스 오실레이터 (Price Oscillator)"]},e.exports["Price Volume Trend_study"]={en:["Price Volume Trend"],ko:["가격 거래량 트렌드 (Price Volume Trend)"]},e.exports["Price earnings ratio forward_study"]={en:["Price earnings ratio forward"],ko:["장래주가수익비율"]},e.exports["Price sales ratio forward_study"]={en:["Price sales ratio forward"],ko:["장래주가매출비율"]},e.exports["Price to book ratio_study"]={en:["Price to book ratio"],ko:["주가순자산비율"]},e.exports["Price to cash flow ratio_study"]={en:["Price to cash flow ratio"],ko:["주가현금흐름비율"]},e.exports["Price to earnings ratio_study"]={en:["Price to earnings ratio"],ko:["주가수익비율"]},e.exports["Price to free cash flow ratio_study"]={en:["Price to free cash flow ratio"],ko:["주가현금흐름비율"]},e.exports["Price to sales ratio_study"]={
+en:["Price to sales ratio"],ko:["주가매출액비율"]},e.exports["Price to tangible book ratio_study"]={en:["Price to tangible book ratio"],ko:["주가유형자산비율"]},e.exports["Profitability ratios_study"]={en:["Profitability ratios"],ko:["수익비율"]},e.exports["Provision for risks & charge_study"]={en:["Provision for risks & charge"],ko:["위험 및 비용 충당"]},e.exports["Purchase of investments_study"]={en:["Purchase of investments"],ko:["투자를 위한 구입"]},e.exports["Purchase/acquisition of business_study"]={en:["Purchase/acquisition of business"],ko:["사업을 위한 매입/인수"]},e.exports["Purchase/sale of business, net_study"]={en:["Purchase/sale of business, net"],ko:["순 사업 구매/판매"]},e.exports["Purchase/sale of investments, net_study"]={en:["Purchase/sale of investments, net"],ko:["순 투자 구매/판매"]},e.exports["Quality ratio_study"]={en:["Quality ratio"],ko:["퀄리티 레이쇼"]},e.exports["Quick ratio_study"]={en:["Quick ratio"],ko:["당좌비율"]},e.exports["RSI Strategy_study"]={en:["RSI Strategy"],ko:["RSI 전략"]},e.exports["Rate Of Change_study"]={en:["Rate Of Change"],ko:["레이트 오브 체인지 (Rate Of Change)"]},e.exports["Rectangle Chart Pattern_study"]={en:["Rectangle Chart Pattern"],ko:["직사각형 차트 패턴"]},e.exports["Reduction of long term debt_study"]={en:["Reduction of long term debt"],ko:["장기차입금 상환"]},e.exports["Relative Strength Index_study"]={en:["Relative Strength Index"],ko:["상대강도지수 (Relative Strength Index)"]},e.exports["Relative Vigor Index_study"]={en:["Relative Vigor Index"],ko:["렐러티브 비고르 인덱스 (Relative Vigor Index)"]},e.exports["Relative Volatility Index_study"]={en:["Relative Volatility Index"],ko:["상대변동성지수 (Relative Volatility Index)"]},e.exports["Relative Volume at Time_study"]={en:["Relative Volume at Time"],ko:["시간대별 상대적 볼륨"]},e.exports["Repurchase of common & preferred stock_study"]={en:["Repurchase of common & preferred stock"],ko:["보통주 및 우선주 매입"]},e.exports["Research & development to revenue ratio_study"]={en:["Research & development to revenue ratio"],ko:["R&D/R"]},e.exports["Research & development_study"]={en:["Research & development"],ko:["연구 & 개발"]},e.exports["Restructuring charge_study"]={en:["Restructuring charge"],ko:["구조조정비용"]},e.exports["Retained earnings_study"]={en:["Retained earnings"],ko:["이익잉여금"]},e.exports["Return on assets %_study"]={en:["Return on assets %"],ko:["총자산이익률 %"]},e.exports["Return on equity %_study"]={en:["Return on equity %"],ko:["자기자본이익률 %"]},e.exports["Return on equity adjusted to book value %_study"]={en:["Return on equity adjusted to book value %"],ko:["장부가 조정된 자기 자본 수익률 %"]},e.exports["Return on invested capital %_study"]={en:["Return on invested capital %"],ko:["투하자본순이익률 %"]},e.exports["Return on tangible assets %_study"]={en:["Return on tangible assets %"],ko:["유형자산 수익률 %"]},e.exports["Return on tangible equity %_study"]={en:["Return on tangible equity %"],ko:["유형자기자본이익률 %"]},e.exports["Revenue estimates_study"]={en:["Revenue estimates"],ko:["매출 추정"]},e.exports["Revenue one year growth_study"]={en:["Revenue one year growth"],ko:["연간 매출 성장률"]},e.exports["Revenue per employee_study"]={en:["Revenue per employee"],ko:["직원 1인당 매출"]},
+e.exports["Rising Three Methods - Bullish_study"]={en:["Rising Three Methods - Bullish"],ko:["상승 삼법형 - 강세"]},e.exports["Rising Wedge Chart Pattern_study"]={en:["Rising Wedge Chart Pattern"],ko:["상승 쐐기 차트 패턴"]},e.exports["Rising Window - Bullish_study"]={en:["Rising Window - Bullish"],ko:["라이징 윈도우 - 강세"]},e.exports["Rob Booker - ADX Breakout_study"]={en:["Rob Booker - ADX Breakout"],ko:["Rob Booker - ADX 돌파"]},e.exports["Rob Booker - Intraday Pivot Points_study"]={en:["Rob Booker - Intraday Pivot Points"],ko:["Rob Booker - 일일 피벗 포인트"]},e.exports["Rob Booker - Knoxville Divergence_study"]={en:["Rob Booker - Knoxville Divergence"],ko:["Rob Booker - 녹스빌 다이버전스"]},e.exports["Rob Booker - Missed Pivot Points_study"]={en:["Rob Booker - Missed Pivot Points"],ko:["Rob Booker - 피벗 포인트 누락"]},e.exports["Rob Booker - Reversal_study"]={en:["Rob Booker - Reversal"],ko:["Rob Booker - 리버설"]},e.exports["Rob Booker - Ziv Ghost Pivots_study"]={en:["Rob Booker - Ziv Ghost Pivots"],ko:["Rob Booker - 지브 고스트 피벗"]},e.exports["SMI Ergodic Indicator/Oscillator_study"]={en:["SMI Ergodic Indicator/Oscillator"],ko:["SMI 에르고딕 인디케이터/오실레이터 (SMI Ergodic Indicator/Oscillator)"]},e.exports["SMI Ergodic Indicator_study"]={en:["SMI Ergodic Indicator"],ko:["SMI 에르고딕 인디케이터 (SMI Ergodic Indicator)"]},e.exports["SMI Ergodic Oscillator_study"]={en:["SMI Ergodic Oscillator"],ko:["SMI 에르고딕 오실레이터 (SMI Ergodic Oscillator)"]},e.exports["Sale of common & preferred stock_study"]={en:["Sale of common & preferred stock"],ko:["보통 및 우선주 매각"]},e.exports["Sale of fixed assets & businesses_study"]={en:["Sale of fixed assets & businesses"],ko:["고정자산 및 사업 매각"]},e.exports["Sale/maturity of investments_study"]={en:["Sale/maturity of investments"],ko:["세일/머츄어리티 오브 인베스트먼트"]},e.exports["Selling/general/admin expenses, other_study"]={en:["Selling/general/admin expenses, other"],ko:["판매/일반/관리 비용, 일반"]},e.exports["Selling/general/admin expenses, total_study"]={en:["Selling/general/admin expenses, total"],ko:["판매/일반/관리 비용, 토탈"]},e.exports["Session Volume HD_study"]={en:["Session Volume HD"],ko:["세션 볼륨 HD"]},e.exports["Session Volume Profile HD_study"]={en:["Session Volume Profile HD"],ko:["세션 볼륨 프로파일 HD"]},e.exports["Session Volume Profile_study"]={en:["Session Volume Profile"],ko:["세션 볼륨 프로파일"]},e.exports["Session Volume_study"]={en:["Session Volume"],ko:["세션 볼륨"]},e.exports["Shareholders' equity_study"]={en:["Shareholders' equity"],ko:["주주자본"]},e.exports["Shares buyback ratio %_study"]={en:["Shares buyback ratio %"],ko:["자사주 매입 비율 %"]},e.exports["Shooting Star - Bearish_study"]={en:["Shooting Star - Bearish"],ko:["슈팅스타 - 약세"]},e.exports["Short term debt excl. current portion of LT debt_study"]={en:["Short term debt excl. current portion of LT debt"],ko:["롱텀 부채의 현재 포션을 뺀 숏텀 부채"]},e.exports["Short term debt_study"]={en:["Short term debt"],ko:["단기차입금"]},e.exports["Short term investments_study"]={en:["Short term investments"],ko:["단기투자자산"]},e.exports["Sloan ratio %_study"]={en:["Sloan ratio %"],ko:["슬론 비율 %"]},e.exports["Smoothed Moving Average_study"]={en:["Smoothed Moving Average"],
+ko:["스무디드 무빙 애버리지 (Smoothed Moving Average)"]},e.exports["Solvency ratios_study"]={en:["Solvency ratios"],ko:["지불능력비율"]},e.exports["Spinning Top Black_study"]={en:["Spinning Top Black"],ko:["스피닝 탑 블랙"]},e.exports["Spinning Top White_study"]={en:["Spinning Top White"],ko:["스피닝 탑 화이트"]},e.exports["Springate score_study"]={en:["Springate score"],ko:["스프링게이트 점수"]},e.exports["Standard Deviation_study"]={en:["Standard Deviation"],ko:["스탠다드 디비에이션"]},e.exports["Standard Error Bands_study"]={en:["Standard Error Bands"],ko:["스탠다드 에러 밴드"]},e.exports["Standard Error_study"]={en:["Standard Error"],ko:["스탠다드 에러"]},e.exports.Stoch_study={en:["Stoch"],ko:["스토캐스틱"]},e.exports["Stochastic Momentum Index_study"]={en:["Stochastic Momentum Index"],ko:["스토캐스틱 모멘텀 인덱스"]},e.exports["Stochastic RSI_study"]={en:["Stochastic RSI"],ko:["스토캐스틱 RSI (Stochastic RSI)"]},e.exports["Stochastic Slow Strategy_study"]={en:["Stochastic Slow Strategy"],ko:["스토캐스틱 슬로우 전략"]},e.exports.Stochastic_study={en:["Stochastic"],ko:["스토캐스틱 (Stochastic)"]},e.exports.SuperTrend_study={en:["SuperTrend"],ko:["수퍼트렌드"]},e.exports["Supertrend Strategy_study"]={en:["Supertrend Strategy"],ko:["슈퍼트렌드 전략"]},e.exports.Supertrend_study={en:["Supertrend"],ko:["슈퍼 트렌드"]},e.exports["Sustainable growth rate_study"]={en:["Sustainable growth rate"],ko:["지속가능성장률"]},e.exports.TRIX_study={en:["TRIX"],ko:["트릭스 (TRIX)"]},e.exports["Tangible book value per share_study"]={en:["Tangible book value per share"],ko:["주당 유형자산가치"]},e.exports["Tangible common equity ratio_study"]={en:["Tangible common equity ratio"],ko:["유형자기자본비율"]},e.exports.Taxes_study={en:["Taxes"],ko:["세금"]},e.exports["Technical Ratings Strategy_study"]={en:["Technical Ratings Strategy"],ko:["테크니컬 등급 전략"]},e.exports["Technical Ratings_study"]={en:["Technical Ratings"],ko:["테크니컬 등급"]},e.exports.Technicals_study={en:["Technicals"],ko:["테크니컬즈"]},e.exports["Three Black Crows - Bearish_study"]={en:["Three Black Crows - Bearish"],ko:["흑삼병 - 하락"]},e.exports["Three White Soldiers - Bullish_study"]={en:["Three White Soldiers - Bullish"],ko:["적삼병 - 상승"]},e.exports["Time Weighted Average Price_study"]={en:["Time Weighted Average Price"],ko:["시간 가중 평균 가격"]},e.exports["Tobin's Q (approximate)_study"]={en:["Tobin's Q (approximate)"],ko:["토빈의 Q (대략)"]},e.exports["Total assets_study"]={en:["Total assets"],ko:["자산총액"]},e.exports["Total cash dividends paid_study"]={en:["Total cash dividends paid"],ko:["총 현금 배당 지급"]},e.exports["Total common shares outstanding_study"]={en:["Total common shares outstanding"],ko:["총 발행 보통 주식수"]},e.exports["Total current assets_study"]={en:["Total current assets"],ko:["총 유동 자산"]},e.exports["Total current liabilities_study"]={en:["Total current liabilities"],ko:["현재 부채 총액"]},e.exports["Total debt_study"]={en:["Total debt"],ko:["총부채"]},e.exports["Total equity_study"]={en:["Total equity"],ko:["토탈 에쿼티"]},e.exports["Total inventory_study"]={en:["Total inventory"],ko:["총 재고"]},e.exports["Total liabilities & shareholders' equities_study"]={en:["Total liabilities & shareholders' equities"],ko:["총 부채 & 주주 지분"]},
+e.exports["Total liabilities_study"]={en:["Total liabilities"],ko:["부채 총액"]},e.exports["Total non-current assets_study"]={en:["Total non-current assets"],ko:["토탈 비유동 자산"]},e.exports["Total non-current liabilities_study"]={en:["Total non-current liabilities"],ko:["토탈 비유동 부채"]},e.exports["Total operating expenses_study"]={en:["Total operating expenses"],ko:["총 운영 경비"]},e.exports["Total receivables, net_study"]={en:["Total receivables, net"],ko:["순 매출채권"]},e.exports["Total revenue_study"]={en:["Total revenue"],ko:["총수입"]},e.exports["Trading Sessions_study"]={en:["Trading Sessions"],ko:["트레이딩 세션"]},e.exports["Treasury stock - common_study"]={en:["Treasury stock - common"],ko:["자기 주식 - 보통"]},e.exports["Trend Strength Index_study"]={en:["Trend Strength Index"],ko:["트렌드 스트렝쓰 인덱스"]},e.exports["Tri-Star - Bearish_study"]={en:["Tri-Star - Bearish"],ko:["삼별형 - 약세"]},e.exports["Tri-Star - Bullish_study"]={en:["Tri-Star - Bullish"],ko:["삼별형 - 강세"]},e.exports["Triangle Chart Pattern_study"]={en:["Triangle Chart Pattern"],ko:["삼각형 차트 패턴"]},e.exports["Triple Bottom Chart Pattern_study"]={en:["Triple Bottom Chart Pattern"],ko:["삼중바닥 차트 패턴"]},e.exports["Triple EMA_study"]={en:["Triple EMA"],ko:["트리플 EMA (Triple EMA)"]},e.exports["Triple Top Chart Pattern_study"]={en:["Triple Top Chart Pattern"],ko:["삼중천장 차트 패턴"]},e.exports["True Strength Index_study"]={en:["True Strength Index"],ko:["트루 스트렝스 인덱스"]},e.exports["True Strength Indicator_study"]={en:["True Strength Indicator"],ko:["트루 스트렝쓰 인디케이터 (True Strength Indicator)"]},e.exports["Tweezer Top - Bearish_study"]={en:["Tweezer Top - Bearish"],ko:["집게 천장형 - 약세"]},e.exports["Typical Price_study"]={en:["Typical Price"],ko:["티피컬 프라이스"]},e.exports["Ultimate Oscillator_study"]={en:["Ultimate Oscillator"],ko:["얼티미트 오실레이터 (Ultimate Oscillator)"]},e.exports["Unrealized gain/loss_study"]={en:["Unrealized gain/loss"],ko:["미실현 이익/손실"]},e.exports["Unusual income/expense_study"]={en:["Unusual income/expense"],ko:["일회성 수익/지출"]},e.exports["Up/Down Volume_study"]={en:["Up/Down Volume"],ko:["볼륨 상승/하강"]},e.exports["Upside Tasuki Gap - Bullish_study"]={en:["Upside Tasuki Gap - Bullish"],ko:["상향 타스키 갭 - 강세"]},e.exports["VWAP Auto Anchored_study"]={en:["VWAP Auto Anchored"],ko:["VWAP 자동 고정"]},e.exports.VWAP_study={en:["VWAP"],ko:["브이왑 (VWAP)"]},e.exports.VWMA_study={en:["VWMA"],ko:["거래량 가중이동평균"]},e.exports["Valuation ratios_study"]={en:["Valuation ratios"],ko:["평가비율"]},e.exports["Visible Average Price_study"]={en:["Visible Average Price"],ko:["가시적 평균 가격"]},e.exports["Visible Range Volume Profile_study"]={en:["Visible Range Volume Profile"],ko:["비쥬얼 레인지 볼륨 프로파일"]},e.exports["Visible Range_study"]={en:["Visible Range"],ko:["비저블 레인지"]},e.exports.Vol_study={en:["Vol"],ko:["볼륨"]},e.exports["Volatility Close-to-Close_study"]={en:["Volatility Close-to-Close"],ko:["볼래틸리티 클로즈-투-클로즈"]},e.exports["Volatility Index_study"]={en:["Volatility Index"],ko:["볼래틸리티 인덱스"]},e.exports["Volatility O-H-L-C_study"]={en:["Volatility O-H-L-C"],ko:["볼리틸리티 O-H-L-C"]},e.exports["Volatility Stop_study"]={en:["Volatility Stop"],
+ko:["변동성스탑 (Volatility Stop)"]},e.exports["Volatility Zero Trend Close-to-Close_study"]={en:["Volatility Zero Trend Close-to-Close"],ko:["볼래틸리티 제로 트렌드 클로즈-투-클로즈"]},e.exports["Volty Expan Close Strategy_study"]={en:["Volty Expan Close Strategy"],ko:["볼티 익스팬 클로즈 전략"]},e.exports["Volume Oscillator_study"]={en:["Volume Oscillator"],ko:["볼륨 오실레이터 (Volume Oscillator)"]},e.exports["Volume Weighted Average Price_study"]={en:["Volume Weighted Average Price"],ko:["거래량 가중 이동 평균"]},e.exports["Volume Weighted Moving Average_study"]={en:["Volume Weighted Moving Average"],ko:["거래량 가중 이동 평균"]},e.exports.Volume_study={en:["Volume"],ko:["거래량 (Volume)"]},e.exports["Vortex Indicator_study"]={en:["Vortex Indicator"],ko:["보텍스 인디케이터 (Vortex Indicator)"]},e.exports["Williams %R_study"]={en:["Williams %R"],ko:["윌리엄스 %R (Williams %R)"]},e.exports["Williams Alligator_study"]={en:["Williams Alligator"],ko:["윌리엄스 앨리게이터 (Williams Alligator)"]},e.exports["Williams Fractal_study"]={en:["Williams Fractal"],ko:["윌리엄스 프랙탈 (Williams Fractal)"]},e.exports["Williams Fractals_study"]={en:["Williams Fractals"],ko:["윌리엄스 프랙탈"]},e.exports["Williams Percent Range_study"]={en:["Williams Percent Range"],ko:["윌리엄스 퍼센트 레인지"]},e.exports["Woodies CCI_study"]={en:["Woodies CCI"],ko:["우디즈 CCI (Woodies CCI)"]},e.exports["Zig Zag_study"]={en:["Zig Zag"],ko:["지그재그 (Zig Zag)"]},e.exports["Zmijewski score_study"]={en:["Zmijewski score"],ko:["Zmijewski 점수"]}},89633:e=>{e.exports={en:["Anchored Volume Profile"],ko:["고정 볼륨 프로필"]}},25705:e=>{e.exports={en:["Fixed Range Volume Profile"],ko:["픽스트 레인지 볼륨 프로화일"]}},24261:e=>{e.exports={en:["Vol"],ko:["볼륨"]}},67736:e=>{e.exports={en:["Minor"],ko:["마이너"]}},922:e=>{e.exports={en:["Minute"],ko:["분"]}},91405:e=>{e.exports={en:["Text"],ko:["텍스트"]}},78972:e=>{e.exports={en:["Couldn't copy"],ko:["카피할 수 없음"]}},10615:e=>{e.exports={en:["Couldn't cut"],ko:["컷할 수 없음"]}},81518:e=>{e.exports={en:["Couldn't paste"],ko:["페이스트할 수 없음"]}},83140:e=>{e.exports={en:["Countdown to bar close"],ko:["봉완성 카운트다운"]}},10871:e=>{e.exports={en:["Colombo"],ko:["콜롬보"]}},55761:e=>{e.exports={en:["Columns"],ko:["컬럼"]}},9818:e=>{e.exports={en:["Comment"],ko:["코멘트"]}},53942:e=>{e.exports={en:["Compare or Add Symbol"],ko:["심볼 비교/추가"]}},12086:e=>{e.exports={en:["Compilation error"],ko:["컴파일 에러"]}},71692:e=>{e.exports={en:["Confirm to remove locked drawings"],ko:["잠긴 드로잉 제거 확인"]}},48141:e=>{e.exports={en:["Confirm Inputs"],ko:["인풋 확인"]}},81605:e=>{e.exports={en:["Confirm Remove Study Tree"],ko:["스터디트리 지우기 확인"]}},38917:e=>{e.exports={en:["Copenhagen"],ko:["코펜하겐"]}},49680:e=>{e.exports={en:["Copy"],ko:["카피"]}},66134:e=>{e.exports={en:["Copy Chart Layout"],ko:["차트 레이아웃 카피"]}},63553:e=>{e.exports={en:["Copy price"],ko:["카피 프라이스"]}},65736:e=>{e.exports={en:["Cairo"],ko:["카이로"]}},25381:e=>{e.exports={en:["Callout"],ko:["콜아웃"]}},45054:e=>{e.exports={en:["Candles"],ko:["캔들"]}},30948:e=>{e.exports={en:["Caracas"],ko:["카라카스"]}},70409:e=>{e.exports={en:["Casablanca"],ko:["카사블랑카"]}},37276:e=>{e.exports={en:["Change"],ko:["변화"]}},85124:e=>{e.exports={en:["Change Symbol"],
+ko:["심볼 바꾸기"]}},2569:e=>{e.exports={en:["Change interval"],ko:["인터벌 바꾸기"]}},9687:e=>{e.exports={en:["Change interval. Press number or comma"],ko:["간격을 변경합니다. 숫자 또는 쉼표를 누릅니다."]}},36332:e=>{e.exports={en:["Change symbol. Start typing symbol name"],ko:["심볼 바꾸기. 심볼 이름을 넣으십시오"]}},48566:e=>{e.exports={en:["Change scale currency"],ko:["스케일 통화 변경"]}},85110:e=>{e.exports={en:["Change scale unit"],ko:["스케일 단위 변경"]}},56275:e=>{e.exports={en:["Chart #{index}"],ko:["차트 #{index}"]}},39950:e=>{e.exports={en:["Chart Properties"],ko:["차트속성"]}},98856:e=>{e.exports={en:["Chart by TradingView"],ko:["트레이딩뷰 제공 차트"]}},1136:e=>{e.exports={en:["Chart for {symbol}, {interval}"],ko:["{symbol}, {interval} 에 대한 차트"]}},69804:e=>{e.exports={en:["Chart image copied to clipboard {emoji}"],ko:["차트 이미지가 클립보드에 복사됨 {emoji}"]}},6655:e=>{e.exports={en:["Chart image embed code copied to clipboard {emoji}"],ko:["클립보드 {emoji}에 복사된 차트 이미지 임베드 코드"]}},36549:e=>{e.exports={en:["Chatham Islands"],ko:["채텀 제도"]}},72452:e=>{e.exports={en:["Chicago"],ko:["시카고"]}},50349:e=>{e.exports={en:["Chongqing"],ko:["충칭"]}},91944:e=>{e.exports={en:["Circle"],ko:["서클"]}},14985:e=>{e.exports={en:["Click to set a point"],ko:["그릴지점 클릭"]}},12537:e=>{e.exports={en:["Clone"],ko:["클론"]}},62578:e=>{e.exports={en:["Close"],ko:["종"]}},264:e=>{e.exports={en:["Create limit order"],ko:["리밋 오더 만들기"]}},6969:e=>{e.exports={en:["Cross"],ko:["크로스"]}},74334:e=>{e.exports={en:["Cross Line"],ko:["크로스 라인"]}},59396:e=>{e.exports={en:["Currencies"],ko:["통화"]}},20177:e=>{e.exports={en:["Current interval and above"],ko:["현재 인터벌 이상"]}},494:e=>{e.exports={en:["Current interval and below"],ko:["현재 인터벌 이하"]}},60668:e=>{e.exports={en:["Current interval only"],ko:["현재 인터벌 만"]}},78609:e=>{e.exports={en:["Curve"],ko:["곡선"]}},87380:e=>{e.exports={en:["Cycle"],ko:["사이클"]}},84031:e=>{e.exports={en:["Cyclic Lines"],ko:["사이클릭 라인"]}},93191:e=>{e.exports={en:["Cypher Pattern"],ko:["사이퍼 패턴"]}},7219:e=>{e.exports={en:["A layout with that name already exists"],ko:["해당 이름의 레이아웃이 이미 있습니다."]}},67635:e=>{e.exports={en:["A layout with that name already exists. Do you want to overwrite it?"],ko:["같은 이름의 레이아웃이 이미 있습니다. 덮어쓰시겠습니까?"]}},46712:e=>{e.exports={en:["ABCD Pattern"],ko:["ABCD 패턴"]}},36485:e=>{e.exports={en:["Amsterdam"],ko:["암스테르담"]}},24185:e=>{e.exports={en:["Anchor"],ko:["앵커"]}},42630:e=>{e.exports={en:["Anchorage"],ko:["앵커리지"]}},42669:e=>{e.exports={en:["Anchored Text"],ko:["고정위치문자"]}},84541:e=>{e.exports={en:["Anchored VWAP"],ko:["앵커드 VWAP"]}},77401:e=>{e.exports={en:["Access error"],ko:["액세스 에러"]}},46501:e=>{e.exports={en:["Add Symbol"],ko:["심볼 넣기"]}},2439:e=>{e.exports={en:["Add financial metric for {instrumentName}"],ko:["{instrumentName} 의 파이낸셜 메트릭 넣기"]}},35088:e=>{e.exports={en:["Add indicator/strategy on {studyTitle}"],ko:["{studyTitle} 에 인디케이터/스트래티지 넣기"]}},35679:e=>{e.exports={en:["Add this financial metric to entire layout"],ko:["이 파이낸셜 메트릭을 전체 레이아웃에 넣기"]}},10996:e=>{e.exports={en:["Add this financial metric to favorites"],ko:["이 재무 지표를 즐겨찾기에 추가"]}},26090:e=>{e.exports={
+en:["Add this indicator to entire layout"],ko:["이 인디케이터를 전체 레이아웃에 넣기"]}},92957:e=>{e.exports={en:["Add this indicator to favorites"],ko:["즐겨찾기에 이 인디케이터 추가"]}},95754:e=>{e.exports={en:["Add this strategy to entire layout"],ko:["이 스트래티지를 전체 레이아웃에 넣기"]}},39010:e=>{e.exports={en:["Add this symbol to entire layout"],ko:["이 심볼을 전체 레이아웃에 넣기"]}},426:e=>{e.exports={en:["Adelaide"],ko:["애들레이드"]}},40452:e=>{e.exports={en:["Always invisible"],ko:["언제나 안보임"]}},36299:e=>{e.exports={en:["Always visible"],ko:["언제나 보임"]}},58026:e=>{e.exports={en:["All intervals"],ko:["모든 인터벌"]}},78358:e=>{e.exports={en:["Apply default"],ko:["디폴트 적용"]}},22437:e=>{e.exports={en:["Apply these indicators to entire layout"],ko:["이들 인디케이터를 전체 레이아웃에 적용하기"]}},27072:e=>{e.exports={en:["Apr"],ko:["4월"]}},59324:e=>{e.exports={en:["Arc"],ko:["원호"]}},34456:e=>{e.exports={en:["Area"],ko:["영역"]}},11858:e=>{e.exports={en:["Arrow"],ko:["화살표"]}},34247:e=>{e.exports={en:["Arrow Down"],ko:["애로우 다운"]}},36352:e=>{e.exports={en:["Arrow Marker"],ko:["화살표"]}},73193:e=>{e.exports={en:["Arrow Mark Down"],ko:["아래화살표"]}},1949:e=>{e.exports={en:["Arrow Mark Left"],ko:["왼화살표"]}},86275:e=>{e.exports={en:["Arrow Mark Right"],ko:["오른화살표"]}},62453:e=>{e.exports={en:["Arrow Mark Up"],ko:["위화살표"]}},77231:e=>{e.exports={en:["Arrow Up"],ko:["애로우 업"]}},98128:e=>{e.exports={en:["Astana"],ko:["아스타나"]}},63627:e=>{e.exports={en:["Ashgabat"],ko:["아슈하바트"]}},72445:e=>{e.exports={en:["At close"],ko:["봉완성 때"]}},73702:e=>{e.exports={en:["Athens"],ko:["아테네"]}},21469:e=>{e.exports={en:["Auto"],ko:["오토"]}},24157:e=>{e.exports={en:["Auto (fits data to screen)"],ko:["오토 (스크린에 데이터 맞춤)"]}},46450:e=>{e.exports={en:["Aug"],ko:["8월"]}},21841:e=>{e.exports={en:["Average close price label"],ko:["평균 종가 라벨"]}},16138:e=>{e.exports={en:["Average close price line"],ko:["애버리지 클로즈 프라이스 라인"]}},73025:e=>{e.exports={en:["Avg"],ko:["애버리지"]}},87580:e=>{e.exports={en:["Azores"],ko:["아조레스"]}},73905:e=>{e.exports={en:["Bogota"],ko:["보고타"]}},90594:e=>{e.exports={en:["Bahrain"],ko:["바레인"]}},70540:e=>{e.exports={en:["Balloon"],ko:["풍선"]}},47045:e=>{e.exports={en:["Bangkok"],ko:["방콕"]}},92101:e=>{e.exports={en:["Bar Replay isn't available for this chart type. Want to exit Bar Replay?"],ko:["이 차트 타입은 바 리플레이를 쓸 수 없습니다. 바 리플레이를 나가시겠습니까?"]}},32482:e=>{e.exports={en:["Bar Replay isn't available for this symbol. Want to exit Bar Replay?"],ko:["이 심볼은 바 리플레이를 쓸 수 없습니다. 바 리플레이를 나가시겠습니까?"]}},85902:e=>{e.exports={en:["Bar Replay isn't available for this time interval. Want to exit Bar Replay?"],ko:["이 타인 인터벌은 바 리플레이를 쓸 수 없습니다. 바 리플레이를 나가시겠습니까?"]}},27377:e=>{e.exports={en:["Bars"],ko:["봉"]}},81994:e=>{e.exports={en:["Bars Pattern"],ko:["봉패턴"]}},59213:e=>{e.exports={en:["Baseline"],ko:["베이스라인"]}},71797:e=>{e.exports={en:["Belgrade"],ko:["베오그라드"]}},64313:e=>{e.exports={en:["Berlin"],ko:["베를린"]}},43539:e=>{e.exports={en:["Brush"],ko:["붓"]}},91499:e=>{e.exports={en:["Brussels"],ko:["브뤼셀"]}},70876:e=>{e.exports={en:["Bratislava"],ko:["브라티슬라바"]}},55481:e=>{e.exports={en:["Bring forward"],ko:["한단계앞으로"]}},17293:e=>{e.exports={en:["Bring to front"],
+ko:["맨앞으로"]}},79336:e=>{e.exports={en:["Brisbane"],ko:["브리즈번"]}},33672:e=>{e.exports={en:["Bucharest"],ko:["부쿠레슈티"]}},20313:e=>{e.exports={en:["Budapest"],ko:["부다페스트"]}},25282:e=>{e.exports={en:["Buenos Aires"],ko:["부에노스아이레스"]}},46768:e=>{e.exports={en:["By TradingView"],ko:["제공자 TradingView"]}},54280:e=>{e.exports={en:["Go to date"],ko:["날짜 바로가기"]}},74975:e=>{e.exports={en:["Go to {lineToolName}"],ko:["{lineToolName}로 가기"]}},15462:e=>{e.exports={en:["Got it"],ko:["알겠습니다"]}},47460:e=>{e.exports={en:["Gann Box"],ko:["간 박스"]}},48683:e=>{e.exports={en:["Gann Fan"],ko:["간 팬"]}},44763:e=>{e.exports={en:["Gann Square"],ko:["간 스퀘어"]}},60707:e=>{e.exports={en:["Gann Square Fixed"],ko:["간 스퀘어 픽스트"]}},46808:e=>{e.exports={en:["Ghost Feed"],ko:["고스트피드"]}},57726:e=>{e.exports={en:["Grand supercycle"],ko:["그랜드 수퍼사이클"]}},15096:e=>{e.exports={en:["Do you really want to delete indicator template '{name}' ?"],ko:["인디케이터 템플릿 '{name}'을 정말 지우시겠습니까?"]}},77174:e=>{e.exports={en:["Do you really want to delete study and all of it's children?"],ko:["스터디 및 그 자식들 모두 지우시겠습니까?"]}},77125:e=>{e.exports={en:["Double Curve"],ko:["더블곡선"]}},9430:e=>{e.exports={en:["Double-click any edge to reset layout grid"],ko:["레이아웃 그리드를 리셋하려면 아무 엣지나 더블 클릭하십시오"]}},75296:e=>{e.exports={en:["Double-click to finish Path"],ko:["마우스 따닥하여 패쓰를 끝내도록 하십시오"]}},17409:e=>{e.exports={en:["Double-click to finish Polyline"],ko:["마우스 따닥하여 폴리라인을 끝내도록 하십시오"]}},36539:e=>{e.exports={en:["Double-tap any edge to reset layout grid"],ko:["레이아웃 그리드를 리셋하려면 가장자리를 두 번 탭하세요"]}},57131:e=>{e.exports={en:["Data Provided by"],ko:["데이터 제공자"]}},22677:e=>{e.exports={en:["Date"],ko:["날짜"]}},85444:e=>{e.exports={en:["Date Range"],ko:["기간"]}},47017:e=>{e.exports={en:["Date and Price Range"],ko:["날짜 및 가격 범위"]}},32084:e=>{e.exports={en:["Dec"],ko:["12월"]}},23403:e=>{e.exports={en:["Degree"],ko:["각도"]}},27358:e=>{e.exports={en:["Denver"],ko:["덴버"]}},24959:e=>{e.exports={en:["Dhaka"],ko:["다카"]}},15179:e=>{e.exports={en:["Diamond"],ko:["다이아몬드"]}},91544:e=>{e.exports={en:["Disjoint Channel"],ko:["디스조인트 채널"]}},70132:e=>{e.exports={en:["Displacement"],ko:["변위"]}},93864:e=>{e.exports={en:["Drawings toolbar"],ko:["드로잉 툴바"]}},56916:e=>{e.exports={en:["Draw Horizontal Line at {price}"],ko:["{price}에 가로줄 그리기"]}},23650:e=>{e.exports={en:["Dubai"],ko:["두바이"]}},79716:e=>{e.exports={en:["Dublin"],ko:["더블린"]}},73456:e=>{e.exports={en:["Emoji"],ko:["이모티콘"]}},9541:e=>{e.exports={en:["Enter a new chart layout name"],ko:["새 차트레이아웃 이름을 넣으시오"]}},80943:e=>{e.exports={en:["Elliott Correction Wave (ABC)"],ko:["엘리엇 코렉션 파동 (ABC)"]}},75112:e=>{e.exports={en:["Elliott Double Combo Wave (WXY)"],ko:["엘리엇 다블콤보 파동 (WXY)"]}},61114:e=>{e.exports={en:["Elliott Impulse Wave (12345)"],ko:["엘리엇 임펄스 파동 (12345)"]}},72359:e=>{e.exports={en:["Elliott Triangle Wave (ABCDE)"],ko:["엘리엇 트라이앵글 웨이브 (ABCDE)"]}},76129:e=>{e.exports={en:["Elliott Triple Combo Wave (WXYXZ)"],ko:["엘리엇 트리플콤보 파동 (WXYXZ)"]}},78996:e=>{e.exports={en:["Ellipse"],ko:["타원"]}},52788:e=>{e.exports={en:["Extended Line"],ko:["익스텐디드 라인"]}},86905:e=>{e.exports={en:["Exchange"],ko:["거래소"]
+}},19271:e=>{e.exports={en:["Existing pane above"],ko:["위쪽 기존 페인"]}},46545:e=>{e.exports={en:["Existing pane below"],ko:["아래쪽 기존 페인"]}},20138:e=>{e.exports={en:["Forecast"],ko:["예측"]}},2507:e=>{e.exports={en:["Feb"],ko:["2월"]}},59005:e=>{e.exports={en:["Fib Channel"],ko:["피보나치 채널"]}},82330:e=>{e.exports={en:["Fib Circles"],ko:["피보나치 서클"]}},55986:e=>{e.exports={en:["Fib Retracement"],ko:["피보나치 되돌림"]}},33880:e=>{e.exports={en:["Fib Speed Resistance Arcs"],ko:["피보나치 스피드 리지스턴스 아크"]}},2395:e=>{e.exports={en:["Fib Speed Resistance Fan"],ko:["피보나치 스피드 리지스턴스 팬"]}},39014:e=>{e.exports={en:["Fib Spiral"],ko:["피보나치 스파이럴"]}},30622:e=>{e.exports={en:["Fib Time Zone"],ko:["피보나치 타임존"]}},85042:e=>{e.exports={en:["Fib Wedge"],ko:["피보나치 웻지"]}},33885:e=>{e.exports={en:["Flag"],ko:["플래그"]}},14600:e=>{e.exports={en:["Flag Mark"],ko:["플래그 마크"]}},45051:e=>{e.exports={en:["Flat Top/Bottom"],ko:["위나 아래 수평"]}},39643:e=>{e.exports={en:["Fraction part is invalid."],ko:["분수 부분이 잘못 되었습니다."]}},24077:e=>{e.exports={en:["Fundamental studies are no longer available on charts"],ko:["차트에 펀더멘털 스터디를 더 이상 쓸 수 없습니다"]}},31561:e=>{e.exports={en:["Kolkata"],ko:["콜카타"]}},54533:e=>{e.exports={en:["Kathmandu"],ko:["카트만두"]}},83490:e=>{e.exports={en:["Kagi"],ko:["카기"]}},70913:e=>{e.exports={en:["Karachi"],ko:["카라치"]}},76614:e=>{e.exports={en:["Kuwait"],ko:["쿠웨이트"]}},38561:e=>{e.exports={en:["Kuala Lumpur"],ko:["쿠알라 룸푸르"]}},99906:e=>{e.exports={en:["HLC area"],ko:["HLC 영역"]}},886:e=>{e.exports={en:["HLC bars"],ko:["HLC 바"]}},34491:e=>{e.exports={en:["Ho Chi Minh"],ko:["호치민"]}},13459:e=>{e.exports={en:["Hollow candles"],ko:["할로우캔들"]}},48861:e=>{e.exports={en:["Hong Kong"],ko:["홍콩"]}},79668:e=>{e.exports={en:["Honolulu"],ko:["호노룰루"]}},21795:e=>{e.exports={en:["Horizontal Line"],ko:["가로줄"]}},25487:e=>{e.exports={en:["Horizontal Ray"],ko:["가로빛"]}},21928:e=>{e.exports={en:["Head and Shoulders"],ko:["헤드 앤 숄더"]}},63876:e=>{e.exports={en:["Heikin Ashi"],ko:["하이킨 아시"]}},48203:e=>{e.exports={en:["Helsinki"],ko:["헬싱키"]}},27298:e=>{e.exports={en:["Hide"],ko:["감추기"]}},47074:e=>{e.exports={en:["Hide all"],ko:["모두 숨기기"]}},52563:e=>{e.exports={en:["Hide all drawings"],ko:["드로잉 툴 모두 숨기기"]}},90763:e=>{e.exports={en:["Hide all drawings and indicators"],ko:["모든 드로잉 및 인디케이터 숨기기"]}},18216:e=>{e.exports={en:["Hide all drawings, indicators, positions & orders"],ko:["모든 드로잉, 지표, 포지션 & 주문 숨기기"]}},78525:e=>{e.exports={en:["Hide all indicators"],ko:["모든 인디케이터 숨기기"]}},42164:e=>{e.exports={en:["Hide all positions & orders"],ko:["모든 포지션 & 주문 숨기기"]}},3217:e=>{e.exports={en:["Hide drawings"],ko:["드로잉 숨기기"]}},97878:e=>{e.exports={en:["Hide events on chart"],ko:["차트에서 이벤트 숨기기"]}},72351:e=>{e.exports={en:["Hide indicators"],ko:["인디케이터 숨기기"]}},28345:e=>{e.exports={en:["Hide marks on bars"],ko:["봉의 마크 감추기"]}},92226:e=>{e.exports={en:["Hide positions & orders"],ko:["포지션 & 주문 숨기기"]}},78254:e=>{e.exports={en:["High"],ko:["고가"]}},98236:e=>{e.exports={en:["High-low"],ko:["하이-로우"]}},99479:e=>{e.exports={en:["High and low price labels"],ko:["하이, 로우 프라이스 라벨"]}},33766:e=>{e.exports={
+en:["High and low price lines"],ko:["하이, 로우 프라이스 라인"]}},69476:e=>{e.exports={en:["Highlighter"],ko:["하이라이터"]}},72819:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."],ko:["히스토그램이 너무 크면 설정 창에서 {boldHighlightStart}행 크기{boldHighlightEnd}를 늘려주세요."]}},94966:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Ticks Per Row{boldHighlightEnd} in the settings window."],ko:["히스토그램이 너무 크면 설정 창에서 {boldHighlightStart}행당 틱수{boldHighlightEnd}를 늘려주세요."]}},66751:e=>{e.exports={en:["Histogram is too large, please reduce {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."],ko:["히스토그램이 너무 크면 설정 창에서 {boldHighlightStart}행 크기{boldHighlightEnd}를 줄여주세요."]}},68065:e=>{e.exports={en:["Image"],ko:["이미지"]}},80185:e=>{e.exports={en:["Intervals less than {resolution} are not supported for {ticker}."],ko:["{ticker}에 대해서는 {resolution} 아래 인터벌을 쓸 수 없습니다."]}},10268:e=>{e.exports={en:["Intermediate"],ko:["중간"]}},14285:e=>{e.exports={en:["Invalid Symbol"],ko:["잘못된 심볼"]}},52969:e=>{e.exports={en:["Invalid symbol"],ko:["잘못된 심볼"]}},37189:e=>{e.exports={en:["Invert scale"],ko:["인버트 스케일"]}},89999:e=>{e.exports={en:["Indexed to 100"],ko:["처음을 100 으로 잡기"]}},46850:e=>{e.exports={en:["Indicators value labels"],ko:["인디케이터 밸류 라벨"]}},54418:e=>{e.exports={en:["Indicators name labels"],ko:["인디케이터 네임 라벨"]}},40490:e=>{e.exports={en:["Indicators, Metrics and Strategies. Press slash"],ko:["지표, 메트릭 및 전략. 슬래시 누르기"]}},15992:e=>{e.exports={en:["Info Line"],ko:["인포 라인"]}},87829:e=>{e.exports={en:["Insert indicator"],ko:["지표넣기"]}},41686:e=>{e.exports={en:["Inside Pitchfork"],ko:["피치포크 안"]}},37913:e=>{e.exports={en:["Icon"],ko:["아이콘"]}},78326:e=>{e.exports={en:["Istanbul"],ko:["이스탄불"]}},39585:e=>{e.exports={en:["Johannesburg"],ko:["요하네스버그"]}},14995:e=>{e.exports={en:["Jakarta"],ko:["자카르타"]}},62310:e=>{e.exports={en:["Jan"],ko:["1월"]}},36057:e=>{e.exports={en:["Jerusalem"],ko:["예루살렘"]}},53786:e=>{e.exports={en:["Jul"],ko:["7월"]}},429:e=>{e.exports={en:["Jun"],ko:["6월"]}},67560:e=>{e.exports={en:["Juneau"],ko:["쥬노"]}},62329:e=>{e.exports={en:["On the left"],ko:["왼쪽에"]}},55813:e=>{e.exports={en:["On the right"],ko:["오른쪽에"]}},64818:e=>{e.exports={en:["Only {availableResolutions} intervals are supported for {ticker}."],ko:["{ticker}에 대해서는 {availableResolutions} 인터벌만 됩니다."]}},21064:e=>{e.exports={en:["Oops!"],ko:["아이쿠!"]}},51221:e=>{e.exports={en:["Object Tree"],ko:["오브젝트 트리"]}},12179:e=>{e.exports={en:["Oct"],ko:["10월"]}},16610:e=>{e.exports={en:["Open"],ko:["열기"]}},27884:e=>{e.exports={en:["Open layout. Press period"],ko:["레이아웃 열고 기간 넣기"]}},75722:e=>{e.exports={en:["Oslo"],ko:["오슬로"]}},65318:e=>{e.exports={en:["Low"],ko:["저가"]}},51077:e=>{e.exports={en:["Lock"],ko:["잠금"]}},79777:e=>{e.exports={en:["Lock/unlock"],ko:["잠그기/풀기"]}},66005:e=>{e.exports={en:["Lock vertical cursor line by time"],ko:["버티컬 커서 라인 타임락"]}},14017:e=>{e.exports={en:["Lock price to bar ratio"],ko:["바 레이쇼에 프라이스 잠금"]}},16170:e=>{e.exports={en:["Logarithmic"],ko:["로그"]}},19439:e=>{
+e.exports={en:["London"],ko:["런던"]}},74832:e=>{e.exports={en:["Long Position"],ko:["매수 포지션"]}},28733:e=>{e.exports={en:["Los Angeles"],ko:["로스엔젤레스"]}},85924:e=>{e.exports={en:["Label Down"],ko:["레이블 다운"]}},52402:e=>{e.exports={en:["Label Up"],ko:["레이블 업"]}},5119:e=>{e.exports={en:["Labels"],ko:["라벨"]}},19931:e=>{e.exports={en:["Lagos"],ko:["라고스"]}},63815:e=>{e.exports={en:["Last day change"],ko:["마지막 날 변경 값"]}},59444:e=>{e.exports={en:["Lima"],ko:["리마"]}},3554:e=>{e.exports={en:["Line"],ko:["라인"]}},9394:e=>{e.exports={en:["Line with markers"],ko:["마커가 있는 라인"]}},43588:e=>{e.exports={en:["Line break"],ko:["라인브레이크"]}},56982:e=>{e.exports={en:["Lines"],ko:["라인"]}},37367:e=>{e.exports={en:["Link to the chart image copied to clipboard {emoji}"],ko:["차트 이미지 링크가 클립보드에 복사됨 {emoji}"]}},53375:e=>{e.exports={en:["Lisbon"],ko:["리스본"]}},81038:e=>{e.exports={en:["Luxembourg"],ko:["룩셈부르크"]}},60663:e=>{e.exports={en:["Move the point to position the anchor then tap to place"],ko:["포인트를 옮기고 탭을 하여 앵커 자리를 잡으십시오"]}},35049:e=>{e.exports={en:["Move to"],ko:["옮기기"]}},26493:e=>{e.exports={en:["Move scale to left"],ko:["스케일 왼쪽으로 옮기기"]}},40789:e=>{e.exports={en:["Move scale to right"],ko:["스케일 오른쪽으로 옮기기"]}},57681:e=>{e.exports={en:["Modified Schiff Pitchfork"],ko:["변형 쉬프 피치포크"]}},93907:e=>{e.exports={en:["More settings"],ko:["더 많은 세팅"]}},64039:e=>{e.exports={en:["Moscow"],ko:["모스크바"]}},52066:e=>{e.exports={en:["Madrid"],ko:["마드리드"]}},38365:e=>{e.exports={en:["Malta"],ko:["몰타"]}},48991:e=>{e.exports={en:["Manila"],ko:["마닐라"]}},92767:e=>{e.exports={en:["Mar"],ko:["3월"]}},73332:e=>{e.exports={en:["Mexico City"],ko:["멕시코 시티"]}},88314:e=>{e.exports={en:["Merge all scales into one"],ko:["모든 스케일 하나로 머지"]}},54215:e=>{e.exports={en:["Mixed"],ko:["믹스트"]}},24866:e=>{e.exports={en:["Micro"],ko:["마이크로"]}},87957:e=>{e.exports={en:["Millennium"],ko:["밀레니엄"]}},14724:e=>{e.exports={en:["Minuette"],ko:["미뉴에트"]}},78273:e=>{e.exports={en:["Minuscule"],ko:["극소"]}},9865:e=>{e.exports={en:["Muscat"],ko:["무스카트"]}},96935:e=>{e.exports={en:["N/A"],ko:["없음"]}},36252:e=>{e.exports={en:["No data here"],ko:["데이터 없음"]}},11254:e=>{e.exports={en:["No scale (fullscreen)"],ko:["스케일 없음 (풀스크린)"]}},9140:e=>{e.exports={en:["No sync"],ko:["노 싱크"]}},50910:e=>{e.exports={en:["No volume data"],ko:["볼륨 데이터 없음"]}},99024:e=>{e.exports={en:["No, keep them"],ko:["아니요, 그대로 두겠습니다"]}},94389:e=>{e.exports={en:["Note"],ko:["노트"]}},26899:e=>{e.exports={en:["Nov"],ko:["11월"]}},67891:e=>{e.exports={en:["Norfolk Island"],ko:["노포크 아일랜드"]}},40977:e=>{e.exports={en:["Nairobi"],ko:["나이로비"]}},40544:e=>{e.exports={en:["New York"],ko:["뉴욕"]}},66103:e=>{e.exports={en:["New Zealand"],ko:["뉴질랜드"]}},15512:e=>{e.exports={en:["New pane above"],ko:["위쪽 새 페인"]}},52160:e=>{e.exports={en:["New pane below"],ko:["아래쪽 새 페인"]}},94600:e=>{e.exports={en:["Nicosia"],ko:["니코시아"]}},73013:e=>{e.exports={en:["Something went wrong"],ko:["뭔가 잘못되었습니다"]}},83524:e=>{e.exports={en:["Something went wrong when creating the indicator."],ko:["인디케이터를 만들 때 문제가 있었습니다."]}},4509:e=>{e.exports={
+en:["Something went wrong. Please try again later."],ko:["뭔가 잘못 되었습니다. 나중에 다시 해 보십시오."]}},43047:e=>{e.exports={en:["Save New Chart Layout"],ko:["새 차트레이아웃 저장"]}},76266:e=>{e.exports={en:["Save as"],ko:["로 저장"]}},55502:e=>{e.exports={en:["San Salvador"],ko:["산살바도르"]}},30231:e=>{e.exports={en:["Santiago"],ko:["산티아고"]}},91912:e=>{e.exports={en:["Sao Paulo"],ko:["상파울루"]}},43931:e=>{e.exports={en:["Scale currency"],ko:["스케일 통화"]}},43758:e=>{e.exports={en:["Scale price chart only"],ko:["가격차트만 스케일"]}},40012:e=>{e.exports={en:["Scale unit"],ko:["스케일 단위"]}},42608:e=>{e.exports={en:["Schiff Pitchfork"],ko:["쉬프 피치포크"]}},76078:e=>{e.exports={en:["Script may be not updated if you leave the page."],ko:["이 페이지를 떠나면 스크립트는 업데이트되지 않을 수 있습니다."]}},32514:e=>{e.exports={en:["Settings"],ko:["설정"]}},70784:e=>{e.exports={en:["Second fraction part is invalid."],ko:["두번째 분수 부분이 잘못 되었습니다."]}},75594:e=>{e.exports={en:["Security info"],ko:["보안 정보"]}},21973:e=>{e.exports={en:["Send to back"],ko:["맨뒤로"]}},71179:e=>{e.exports={en:["Send backward"],ko:["한단계뒤로"]}},26820:e=>{e.exports={en:["Seoul"],ko:["서울"]}},6816:e=>{e.exports={en:["Sep"],ko:["9월"]}},94031:e=>{e.exports={en:["Session"],ko:["세션"]}},83298:e=>{e.exports={en:["Session volume profile"],ko:["세션 볼륨 프로파일"]}},66707:e=>{e.exports={en:["Session breaks"],ko:["세션구분"]}},1852:e=>{e.exports={en:["Shanghai"],ko:["상하이"]}},8075:e=>{e.exports={en:["Short Position"],ko:["숏 포지션"]}},98334:e=>{e.exports={en:["Show"],ko:["보기"]}},85891:e=>{e.exports={en:["Show all drawings"],ko:["모든 드로잉 보기"]}},25881:e=>{e.exports={en:["Show all drawings and indicators"],ko:["모든 드로잉 및 인디케이터 보기"]}},86738:e=>{e.exports={en:["Show all drawings, indicators, positions & orders"],ko:["모든 드로잉, 지표, 포지션 & 주문 보기"]}},98753:e=>{e.exports={en:["Show all indicators"],ko:["모든 인디케이터 보기"]}},55418:e=>{e.exports={en:["Show all ideas"],ko:["모든 아이디어 보기"]}},20506:e=>{e.exports={en:["Show all positions & orders"],ko:["모든 포지션 & 주문 보기"]}},33158:e=>{e.exports={en:["Show continuous contract switch"],ko:["연속 선물 스위치 보기"]}},81465:e=>{e.exports={en:["Show contract expiration"],ko:["계약 만기 보기"]}},29449:e=>{e.exports={en:["Show dividends"],ko:["배당보기"]}},37113:e=>{e.exports={en:["Show earnings"],ko:["어닝 보기"]}},10261:e=>{e.exports={en:["Show ideas of followed users"],ko:["팔로우하는 유저 아이디어 보기"]}},62986:e=>{e.exports={en:["Show latest news"],ko:["최신 뉴스 보기"]}},44020:e=>{e.exports={en:["Show my ideas only"],ko:["내 아이디어만 보기"]}},50849:e=>{e.exports={en:["Show splits"],ko:["스플릿 보기"]}},67751:e=>{e.exports={en:["Signpost"],ko:["길잡이"]}},77377:e=>{e.exports={en:["Singapore"],ko:["싱가폴"]}},39090:e=>{e.exports={en:["Sine Line"],ko:["사인 라인"]}},66205:e=>{e.exports={en:["Square"],ko:["스퀘어"]}},86146:e=>{e.exports={en:["Studies limit exceeded: {number} studies per layout.\nPlease, remove some studies."],ko:["스터디 리밋이 넘었음: 레이아웃당 {number} 스터디.\n스터디를 줄여 보시기 바랍니다."]}},92516:e=>{e.exports={en:["Style"],ko:["모습"]}},61507:e=>{e.exports={en:["Stack on the left"],ko:["왼쪽위에 쌓기"]}},97800:e=>{e.exports={en:["Stack on the right"],ko:["오른쪽위에 쌓기"]}},85166:e=>{e.exports={
+en:["Start using keyboard navigation mode. Press {shortcut}"],ko:["키보드 탐색 모드 사용을 시작합니다. {shortcut}를 누릅니다."]}},4035:e=>{e.exports={en:["Stay in drawing mode"],ko:["그리기모드 유지"]}},69217:e=>{e.exports={en:["Step line"],ko:["스텝 라인"]}},43114:e=>{e.exports={en:["Sticker"],ko:["스티커"]}},86716:e=>{e.exports={en:["Stockholm"],ko:["스톡홀름"]}},1145:e=>{e.exports={en:["Submicro"],ko:["서브마이크로"]}},63375:e=>{e.exports={en:["Submillennium"],ko:["서브밀레니엄"]}},30585:e=>{e.exports={en:["Subminuette"],ko:["서브미뉴에트"]}},67948:e=>{e.exports={en:["Supercycle"],ko:["수퍼사이클"]}},3348:e=>{e.exports={en:["Supermillennium"],ko:["수퍼밀레니엄"]}},18905:e=>{e.exports={en:["Switch to {resolution}"],ko:["{resolution} 으로 바꾸기"]}},31622:e=>{e.exports={en:["Sydney"],ko:["시드니"]}},70963:e=>{e.exports={en:["Symbol Error"],ko:["심볼 오류"]}},32390:e=>{e.exports={en:["Symbol name label"],ko:["심볼네임 라벨"]}},10127:e=>{e.exports={en:["Symbol last price label"],ko:["심볼 현재가 라벨"]}},39079:e=>{e.exports={en:["Sync globally"],ko:["모두 다 싱크"]}},46607:e=>{e.exports={en:["Sync in layout"],ko:["모든 차트에 싱크"]}},76519:e=>{e.exports={en:["Point & figure"],ko:["포인트앤피겨"]}},39949:e=>{e.exports={en:["Polyline"],ko:["다선형"]}},371:e=>{e.exports={en:["Path"],ko:["경로"]}},59256:e=>{e.exports={en:["Parallel Channel"],ko:["패러렐 채널"]}},61879:e=>{e.exports={en:["Paris"],ko:["파리"]}},35140:e=>{e.exports={en:["Paste"],ko:["붙여넣기"]}},6919:e=>{e.exports={en:["Percent"],ko:["퍼센트"]}},24436:e=>{e.exports={en:["Perth"],ko:["퍼스"]}},14055:e=>{e.exports={en:["Phoenix"],ko:["피닉스"]}},34156:e=>{e.exports={en:["Pitchfan"],ko:["피치팬"]}},19634:e=>{e.exports={en:["Pitchfork"],ko:["피치포크"]}},86631:e=>{e.exports={en:["Pin"],ko:["핀"]}},33110:e=>{e.exports={en:["Pin to new left scale"],ko:["새 왼 스케일로 고정하기"]}},28280:e=>{e.exports={en:["Pin to new right scale"],ko:["새 오른 스케일로 고정하기"]}},14115:e=>{e.exports={en:["Pin to left scale"],ko:["왼 스케일로 고정하기"]}},72046:e=>{e.exports={en:["Pin to left scale (hidden)"],ko:["왼 스케일로 고정하기 (히든)"]}},81054:e=>{e.exports={en:["Pin to right scale"],ko:["오른쪽 스케일로 고정하기"]}},16986:e=>{e.exports={en:["Pin to right scale (hidden)"],ko:["오른 스케일로 고정하기 (히든)"]}},60035:e=>{e.exports={en:["Pin to scale (now left)"],ko:["Pin To Scale (현재 왼쪽)"]}},94210:e=>{e.exports={en:["Pin to scale (now no scale)"],ko:["(현재 노 스케일) 스케일로 고정하기"]}},10761:e=>{e.exports={en:["Pin to scale (now right)"],ko:["스케일 고정 (현재 오른쪽)"]}},76150:e=>{e.exports={en:["Pin to scale (now {label})"],ko:["(현재 {label}) 스케일로 고정하기"]}},29436:e=>{e.exports={en:["Pin to scale {label}"],ko:["{label} 스케일로 고정하기"]}},2165:e=>{e.exports={en:["Pin to scale {label} (hidden)"],ko:["{label} 스케일로 고정하기 (히든)"]}},90095:e=>{e.exports={en:["Pinned to left scale"],ko:["왼 스케일로 고정됨"]}},32538:e=>{e.exports={en:["Pinned to left scale (hidden)"],ko:["왼 스케일로 고정됨 (히든)"]}},44579:e=>{e.exports={en:["Pinned to right scale"],ko:["오른 스케일로 고정됨"]}},94559:e=>{e.exports={en:["Pinned to right scale (hidden)"],ko:["오른 스케일로 고정하기 (히든)"]}},12645:e=>{e.exports={en:["Pinned to scale {label}"],ko:["{label} 스케일로 고정됨"]}},3564:e=>{e.exports={en:["Pinned to scale {label} (hidden)"],ko:["{label} 스케일로 고정됨 (히든)"]}},
+71566:e=>{e.exports={en:["Plus button"],ko:["플러스 버튼"]}},28298:e=>{e.exports={en:["Please give us a clipboard writing permission in your browser or press {keystroke}"],ko:["님의 브라우저에서 클립보드에 쓸 수 있는 퍼미션을 주거나 아니면 {keystroke} 을 누르십시오"]}},81248:e=>{e.exports={en:["Prague"],ko:["프라하"]}},81712:e=>{e.exports={en:["Press and hold {key} while zooming to maintain the chart position"],ko:["줌하는 동안 {key} 를 눌러 차트 포지션을 유지하십시오"]}},91282:e=>{e.exports={en:["Price Label"],ko:["가격라벨"]}},97512:e=>{e.exports={en:["Price Note"],ko:["프라이스 노트"]}},68941:e=>{e.exports={en:["Price Range"],ko:["가격범위"]}},66123:e=>{e.exports={en:["Price format is invalid."],ko:["가격 포맷이 틀립니다."]}},72926:e=>{e.exports={en:["Price line"],ko:["프라이스 라인"]}},59189:e=>{e.exports={en:["Primary"],ko:["주요"]}},75747:e=>{e.exports={en:["Projection"],ko:["프로젝션"]}},55801:e=>{e.exports={en:["Published on {customer}, {date}"],ko:["{customer}, {date} 에 퍼블리쉬했음"]}},14568:e=>{e.exports={en:["Q1"]}},13534:e=>{e.exports={en:["Q2"]}},14530:e=>{e.exports={en:["Q3"]}},3762:e=>{e.exports={en:["Q4"]}},28756:e=>{e.exports={en:["Qatar"],ko:["카타르"]}},57959:e=>{e.exports={en:["Quick search. Press {shortcut}"],ko:["빠른 검색. {shortcut}를 누릅니다."]}},56820:e=>{e.exports={en:["Rotated Rectangle"],ko:["회전네모"]}},52961:e=>{e.exports={en:["Rome"],ko:["로마"]}},50318:e=>{e.exports={en:["Ray"],ko:["빛"]}},55169:e=>{e.exports={en:["Range"],ko:["레인지"]}},13386:e=>{e.exports={en:["Reykjavik"],ko:["레이캬비크"]}},26001:e=>{e.exports={en:["Rectangle"],ko:["네모"]}},48236:e=>{e.exports={en:["Redo"],ko:["다시하기"]}},2460:e=>{e.exports={en:["Regression Trend"],ko:["회귀추세"]}},67410:e=>{e.exports={en:["Remove"],ko:["없애기"]}},3061:e=>{e.exports={en:["Remove this financial metric from favorites"],ko:["즐겨찾기에서 이 재무 지표를 제거"]}},58764:e=>{e.exports={en:["Remove this indicator from favorites"],ko:["즐겨찾기에서 이 인디케이터 제거"]}},86285:e=>{e.exports={en:["Remove {drawings}"],ko:["{drawings} 없애기"]}},87796:e=>{e.exports={en:["Remove {drawings} & {indicators}"],ko:["{drawings} & {indicators} 없애기"]}},87797:e=>{e.exports={en:["Remove {indicators}"],ko:["{indicators} 없애기"]}},22584:e=>{e.exports={en:["Rename Chart Layout"],ko:["차트 레이아웃 이름 바꾸기"]}},88130:e=>{e.exports={en:["Renko"],ko:["렌코"]}},75246:e=>{e.exports={en:["Reset chart view"],ko:["차트 보기 재설정"]}},88853:e=>{e.exports={en:["Reset points"],ko:["포인트 재설정"]}},15332:e=>{e.exports={en:["Reset price scale"],ko:["프라이스 스케일 리셋"]}},54170:e=>{e.exports={en:["Reset time scale"],ko:["타임 스케일 리셋"]}},37974:e=>{e.exports={en:["Riyadh"],ko:["리야드"]}},94022:e=>{e.exports={en:["Riga"],ko:["리가"]}},60630:e=>{e.exports={en:["Runtime error"],ko:["런타임 에러"]}},66719:e=>{e.exports={en:["Warning"],ko:["경고"]}},5959:e=>{e.exports={en:["Warsaw"],ko:["바르샤바"]}},41446:e=>{e.exports={en:["To calculate the VWAP indicator, more data is needed. Zoom out or scroll left to load more historical data."]}},98549:e=>{e.exports={en:["Tokelau"],ko:["토켈라우"]}},69122:e=>{e.exports={en:["Tokyo"],ko:["도쿄"]}},10095:e=>{e.exports={en:["Toronto"],ko:["토론토"]}},17981:e=>{e.exports={en:["Table"],ko:["테이블"]}},11034:e=>{e.exports={en:["Taipei"],ko:["대만"]}},79995:e=>{
+e.exports={en:["Tallinn"],ko:["탈린"]}},6686:e=>{e.exports={en:["Tehran"],ko:["테헤란"]}},93553:e=>{e.exports={en:["Template"],ko:["템플릿"]}},81657:e=>{e.exports={en:["The data vendor doesn't provide volume data for this symbol."],ko:["데이터 벤더는 이 심볼에 대한 볼륨 데이터를 주지 않습니다."]}},49947:e=>{e.exports={en:["The publication preview could not be loaded. Please disable your browser extensions and try again."],ko:["퍼블리케이션 프리뷰를 로드할 수 없습니다. 귀하의 브라우저 익스텐션을 끄고 다시 해 보십시오."]}},99274:e=>{e.exports={en:["The request took too long to process. Ensure you have a stable internet connection. If the issue persists, try decreasing the length of the requested time interval."],ko:["요청 처리에 시간이 너무 오래 걸렸습니다. 안정적인 인터넷 연결을 확인하세요. 문제가 계속되면 요청된 시간 간격의 길이를 줄여보세요."]}},43716:e=>{e.exports={en:["There's no data for your selected period and chart timeframe."],ko:["님이 고른 기간 및 차트 타임프레임에 대하여 아무런 데이터가 없습니다."]}},93738:e=>{e.exports={en:["This file is too big. Max size is {value}."],ko:["파일이 너무 큽니다. 최대 크기는 {value} 입니다."]}},59519:e=>{e.exports={en:["This indicator cannot be applied to another indicator."],ko:["이 지표를 다른 지표에 쓸 수 없습니다"]}},18260:e=>{e.exports={en:["This script contains an error. Please contact its author."],ko:["이 스크립트에 에러가 있습니다. 오써에게 연락하시기 바랍니다."]}},76989:e=>{e.exports={en:["This script is invite-only. To request access, please contact its author."],ko:["이 스크립트는 초대 전용입니다. 액세스를 요청하려면 작성자에게 문의하십시오."]}},47773:e=>{e.exports={en:["This symbol is only available on {linkStart}TradingView{linkEnd}."],ko:["{linkStart}TradingView{linkEnd} 에서만 제공되는 심볼입니다."]}},46982:e=>{e.exports={en:["Three Drives Pattern"],ko:["쓰리 드라이브 패턴"]}},80254:e=>{e.exports={en:["Tick-based intervals are not available for {ticker}."],ko:["{ticker}에 대해서는 틱-기반 인터벌을 쓸 수 없습니다."]}},12806:e=>{e.exports={en:["Time"],ko:["타임"]}},20909:e=>{e.exports={en:["Time zone"],ko:["타임존"]}},46852:e=>{e.exports={en:["Time Cycles"],ko:["타임 사이클"]}},17809:e=>{e.exports={en:["Time Price Opportunity"],ko:["시간 가격 기회"]}},66823:e=>{e.exports={en:["Trade"],ko:["트레이드"]}},7697:e=>{e.exports={en:["TradingView is interactive and has commands to use with a screen reader. The following is a list of keyboard commands available to interact on the platform"],ko:["트레이딩뷰는 대화형이며 스크린 리더와 함께 쓸 수 있는 명령어가 있습니다. 다음은 플랫폼에서 상호 작용할 수 있는 키보드 커맨드 리스트입니다."]}},35757:e=>{e.exports={en:["Trend Angle"],ko:["추세각"]}},97339:e=>{e.exports={en:["Trend Line"],ko:["추세줄"]}},80583:e=>{e.exports={en:["Trend-Based Fib Extension"],ko:["추세기반 피보나치 확장"]}},72159:e=>{e.exports={en:["Trend-Based Fib Time"],ko:["추세기반 피보나치 시간"]}},1671:e=>{e.exports={en:["Triangle"],ko:["세모"]}},76152:e=>{e.exports={en:["Triangle Down"],ko:["트라이앵글 다운"]}},90148:e=>{e.exports={en:["Triangle Pattern"],ko:["세모 패턴"]}},21236:e=>{e.exports={en:["Triangle Up"],ko:["트라이앵글 업"]}},21007:e=>{e.exports={en:["Tunis"],ko:["튀니스"]}},1833:e=>{e.exports={en:["UTC"],ko:["표준시"]}},14804:e=>{e.exports={en:["Undo"],ko:["되돌리기"]}},56815:e=>{e.exports={en:["Unexpected error in Deep Backtesting mode. Contact support for more information."],ko:["딥 백테스팅 모드에서 예상치 못한 오류가 발생했습니다. 자세한 정보는 고객 지원팀에 문의하세요."]}},15432:e=>{
+e.exports={en:["Units"],ko:["유닛"]}},11768:e=>{e.exports={en:["Unknown error"],ko:["알수 없는 에러"]}},99894:e=>{e.exports={en:["Unlock"],ko:["잠금풀기"]}},75546:e=>{e.exports={en:["Unsupported interval"],ko:["지원되지 않는 인터벌"]}},8580:e=>{e.exports={en:["User-defined error"],ko:["사용자 정의 에러"]}},81030:e=>{e.exports={en:["VWAP is waiting for more data"]}},40693:e=>{e.exports={en:["Volume Profile Fixed Range"],ko:["볼륨 프로파일 픽스 레인지"]}},39903:e=>{e.exports={en:["Volume Profile indicator available only on our upgraded plans."],ko:["볼륨 프로파일 인디케이터는 업그레이드된 요금제에서만 사용할 수 있습니다."]}},93722:e=>{e.exports={en:["Volume candles"],ko:["볼륨 캔들"]}},69156:e=>{e.exports={en:["Volume data is not provided in BIST MIXED data plan."],ko:["BIST MIXED 데이터 요금제에서는 볼륨 데이터가 제공되지 않습니다."]}},92763:e=>{e.exports={en:["Volume footprint"],ko:["볼륨 풋프린트"]}},32838:e=>{e.exports={en:["Vancouver"],ko:["밴쿠버"]}},29535:e=>{e.exports={en:["Vertical Line"],ko:["세로줄"]}},23160:e=>{e.exports={en:["Vienna"],ko:["비엔나"]}},60534:e=>{e.exports={en:["Vilnius"],ko:["빌뉴스"]}},40091:e=>{e.exports={en:["Visibility"],ko:["보임"]}},54853:e=>{e.exports={en:["Visibility on intervals"],ko:["인터벌 가시성"]}},58302:e=>{e.exports={en:["Visible on tap"],ko:["탭에서 보기"]}},10309:e=>{e.exports={en:["Visible on mouse over"],ko:["...위로 마우스 오면 보임"]}},4077:e=>{e.exports={en:["Visual order"],ko:["보는차례"]}},11316:e=>{e.exports={en:["X Cross"],ko:["X 크로스"]}},42231:e=>{e.exports={en:["XABCD Pattern"],ko:["XABCD 패턴"]}},25059:e=>{e.exports={en:["You cannot see this pivot timeframe on this resolution"],ko:["이 레졸루션에서는 피봇 타임프레임을 볼 수 없습니다"]}},41019:e=>{e.exports={en:["You have locked drawings on this symbol. Do you want to remove the locked drawings too?"],ko:["이 심볼에 드로잉을 잠궜습니다. 잠긴 드로잉도 없애시겠습니까?"]}},53168:e=>{e.exports={en:["Yangon"],ko:["양곤"]}},93123:e=>{e.exports={en:["Yes, remove them"],ko:["예, 없애겠습니다"]}},62859:e=>{e.exports={en:["Zurich"],ko:["취리히"]}},47977:e=>{e.exports={en:["change Elliott degree"],ko:["엘리엇 각도 변경"]}},61557:e=>{e.exports={en:["change no overlapping labels"],ko:["오버래핑 라벨 바꾸지 않기"]}},76852:e=>{e.exports={en:["change average close price label visibility"],ko:["평균 종가 라벨 비저빌리티 바꾸기"]}},1022:e=>{e.exports={en:["change average close price line visibility"],ko:["평균 종가 라인 비저빌리티 바꾸기"]}},69362:e=>{e.exports={en:["change bid and ask labels visibility"],ko:["비드/애스크 라벨 비저빌리티 바꾸기"]}},52919:e=>{e.exports={en:["change bid and ask lines visibility"],ko:["비드/애스크 라인 비저빌리티 바꾸기"]}},32302:e=>{e.exports={en:["change currency"],ko:["통화 변경"]}},68846:e=>{e.exports={en:["change chart layout to {title}"],ko:["차트 레이아웃을 {title}로 변경"]}},18867:e=>{e.exports={en:["change continuous contract switch visibility"],ko:["연속 선물 스위치 비저빌리티 바꾸기"]}},39383:e=>{e.exports={en:["change countdown to bar close visibility"],ko:["카운트다운 투 바 클로즈 비저빌리티 바꾸기"]}},16979:e=>{e.exports={en:["change date range"],ko:["데이트 레인지 바꾸기"]}},53929:e=>{e.exports={en:["change dividends visibility"],ko:["배당금 가시성 변경"]}},6119:e=>{e.exports={en:["change events visibility on chart"],ko:["차트에서 이벤트 비저빌리티 바꾸기"]}},6819:e=>{e.exports={en:["change earnings visibility"],ko:["어닝즈 비저빌리티 바꾸기"]}},
+85532:e=>{e.exports={en:["change futures contract expiration visibility"],ko:["선물 계약 만료 보임 변경"]}},24226:e=>{e.exports={en:["change high and low price labels visibility"],ko:["하이, 로우 프라이스 라벨 가시성"]}},80692:e=>{e.exports={en:["change high and low price lines visibility"],ko:["하이, 로우 프라이스 라인 가시성"]}},24893:e=>{e.exports={en:["change indicators name labels visibility"],ko:["인디케이터 네임 라벨 비저빌리티 바꾸기"]}},64729:e=>{e.exports={en:["change indicators value labels visibility"],ko:["인디케이터 밸류 라벨 비저빌리티 바꾸기"]}},50243:e=>{e.exports={en:["change latest news and Minds visibility"],ko:["최신 업데이트 가시성 변경"]}},88849:e=>{e.exports={en:["change linking group"],ko:["링크 그룹 바꾸기"]}},14691:e=>{e.exports={en:["change pane height"],ko:["페인 높이 바꾸기"]}},96379:e=>{e.exports={en:["change plus button visibility"],ko:["플러스 버튼 비저빌리티 바꾸기"]}},76660:e=>{e.exports={en:["change point"],ko:["체인지 포인트"]}},30870:e=>{e.exports={en:["change pre/post market price label visibility"],ko:["프리/포스트 마켓 프라이스 라벨 비저빌리티 바꾸기"]}},11718:e=>{e.exports={en:["change pre/post market price line visibility"],ko:["프리/포스트 마켓 프라이스 라인 비저빌리티 바꾸기"]}},58419:e=>{e.exports={en:["change previous close price line visibility"],ko:["이전 클로즈 프라이스 라인 비저빌티티 바꾸기"]}},8662:e=>{e.exports={en:["change price line visibility"],ko:["프라이스 라인 바꾸기"]}},2509:e=>{e.exports={en:["change price to bar ratio"],ko:["프라이스를 바 레이쇼로 바꾸기"]}},32829:e=>{e.exports={en:["change resolution"],ko:["레졸루션 바꾸기"]}},35400:e=>{e.exports={en:["change symbol"],ko:["종목바꾸기"]}},73357:e=>{e.exports={en:["change symbol labels visibility"],ko:["심볼 라벨 비저빌리티 바꾸기"]}},67453:e=>{e.exports={en:["change symbol last value visibility"],ko:["심볼 라스트 밸류 비저빌리티 바꾸기"]}},4729:e=>{e.exports={en:["change symbol previous close value visibility"],ko:["심볼 이전 밸류 비저빌리티 바꾸기"]}},87041:e=>{e.exports={en:["change session"],ko:["세션 바꾸기"]}},38413:e=>{e.exports={en:["change session breaks visibility"],ko:["세션 브레이크 비저빌리티 바꾸기"]}},49965:e=>{e.exports={en:["change series style"],ko:["시리즈 스타일 바꾸기"]}},47474:e=>{e.exports={en:["change splits visibility"],ko:["스플릿 비저빌리티 바꾸기"]}},20137:e=>{e.exports={en:["change timezone"],ko:["타임존 바꾸기"]}},85975:e=>{e.exports={en:["change unit"],ko:["유닛 바꾸기"]}},1924:e=>{e.exports={en:["change visibility"],ko:["보임 바꾸기"]}},84331:e=>{e.exports={en:["change visibility at current interval"],ko:["현재 인터벌에서 가시성 변경"]}},45800:e=>{e.exports={en:["change visibility at current interval and above"],ko:["현재 인터벌 이상에서 가시성 변경"]}},75645:e=>{e.exports={en:["change visibility at current interval and below"],ko:["현재 인터벌 이하에서 가시성 변경"]}},57916:e=>{e.exports={en:["change visibility at all intervals"],ko:["모든 인터벌에서 가시성 변경"]}},94566:e=>{e.exports={en:["charts by TradingView"],ko:["차트 제공 TradingView"]}},32943:e=>{e.exports={en:["clone line tools"],ko:["라인 툴 클론"]}},46219:e=>{e.exports={en:["create line tools group"],ko:["라인툴 그룹 만들기"]}},95394:e=>{e.exports={en:["create line tools group from selection"],ko:["셀렉션에서 라인툴 만들기"]}},12898:e=>{e.exports={en:["create {tool}"],ko:["{tool} 만들기"]}},94227:e=>{e.exports={en:["cut sources"],ko:["소스 자르기"]}},11500:e=>{e.exports={en:["cut {title}"],
+ko:["{title} 자르기"]}},63869:e=>{e.exports={en:["anchor objects"],ko:["앵커 오브젝트"]}},12570:e=>{e.exports={en:["add line tool {lineTool} to group {name}"],ko:["{name} 그룹에 {lineTool} 라인 툴 넣기"]}},21162:e=>{e.exports={en:["add line tool(s) to group {group}"],ko:["{group} 에 라인 툴 넣기"]}},67608:e=>{e.exports={en:["add this financial metric to entire layout"],ko:["이 파이낸셜 메트릭을 전체 레이아웃에 넣기"]}},96677:e=>{e.exports={en:["add this indicator to entire layout"],ko:["이 인디케이터를 전체 레이아웃에 넣기"]}},58156:e=>{e.exports={en:["add this strategy to entire layout"],ko:["이 스트래티지를 전체 레이아웃에 넣기"]}},79290:e=>{e.exports={en:["add this symbol to entire layout"],ko:["이 심볼을 전체 레이아웃에 넣기"]}},4128:e=>{e.exports={en:["align to 45 degrees"],ko:["45도로 맞추기"]}},68231:e=>{e.exports={en:["apply chart theme"],ko:["차트 테마 적용"]}},99551:e=>{e.exports={en:["apply all chart properties"],ko:["모든 차트 속성 적용"]}},89720:e=>{e.exports={en:["apply drawing template"],ko:["드로잉 템플릿 적용"]}},27851:e=>{e.exports={en:["apply factory defaults to selected sources"],ko:["선택한 소스에 팩토리 디폴트 값 적용"]}},70507:e=>{e.exports={en:["apply indicators to entire layout"],ko:["전체 레이아웃에 인디케이터 걸기"]}},69604:e=>{e.exports={en:["apply study template {template}"],ko:["{template} 스터디 템플릿 적용"]}},86708:e=>{e.exports={en:["apply toolbars theme"],ko:["툴바의 테마 적용"]}},1979:e=>{e.exports={en:["bring group {title} forward"],ko:["{title} 그룹을 앞으로 가져오기"]}},53159:e=>{e.exports={en:["bring {title} to front"],ko:["{title} 앞으로 가져오기"]}},41966:e=>{e.exports={en:["bring {title} forward"],ko:["{title} 앞으로 보내기"]}},44676:e=>{e.exports={en:["by TradingView"],ko:["제공자 TradingView"]}},58850:e=>{e.exports={en:["date range lock"],ko:["데이트 레인지 잠금"]}},99395:e=>{e.exports={en:["exclude line tools from group {group}"],ko:["{group} 그룹에서 라인툴 빼내기"]}},13017:e=>{e.exports={en:["hide {title}"],ko:["{title} 숨기기"]}},62249:e=>{e.exports={en:["hide marks on bars"],ko:["봉의 마크 감추기"]}},56558:e=>{e.exports={en:["interval lock"],ko:["인터벌 잠금"]}},6830:e=>{e.exports={en:["invert scale"],ko:["인버트 스케일"]}},48818:e=>{e.exports={en:["insert {title}"],ko:["{title} 넣기"]}},56307:e=>{e.exports={en:["insert {title} after {targetTitle}"],ko:["{targetTitle} 뒤에 {title} 넣기"]}},32960:e=>{e.exports={en:["insert {title} after {target}"],ko:["{target} 뒤에 {title} 넣기"]}},57106:e=>{e.exports={en:["insert {title} before {target}"],ko:["{target} 앞에 {title} 넣기"]}},46229:e=>{e.exports={en:["insert {title} before {targetTitle}"],ko:["{targetTitle} 앞에 {title} 넣기"]}},43364:e=>{e.exports={en:["load default drawing template"],ko:["기존 드로잉 템플릿 로드"]}},62011:e=>{e.exports={en:["loading..."],ko:["로딩..."]}},76104:e=>{e.exports={en:["lock {title}"],ko:["{title} 잠그기"]}},20453:e=>{e.exports={en:["lock group {group}"],ko:["{group} 그룹 잠금"]}},18942:e=>{e.exports={en:["lock objects"],ko:["오브젝트 잠그기"]}},98277:e=>{e.exports={en:["move"],ko:["이동"]}},58228:e=>{e.exports={en:["move {title} to new left scale"],ko:["{title} 을 새 왼쪽 스케일로 옮기기"]}},77482:e=>{e.exports={en:["move {title} to new right scale"],ko:["{title} 을 오른 눈금으로 옮기기"]}},64077:e=>{e.exports={en:["move all scales to left"],ko:["모든 스케일 왼쪽으로 옮기기"]}},
+19013:e=>{e.exports={en:["move all scales to right"],ko:["모든 스케일 오른쪽으로 옮기기"]}},52510:e=>{e.exports={en:["move drawing(s)"],ko:["드로잉 옮기기"]}},79209:e=>{e.exports={en:["move left"],ko:["왼쪽으로 옮기기"]}},60114:e=>{e.exports={en:["move right"],ko:["오른쪽으로 옮기기"]}},44854:e=>{e.exports={en:["move scale"],ko:["스케일 옮기기"]}},10625:e=>{e.exports={en:["make {title} no scale (Full screen)"],ko:["{title} 을 노 스케일로 옮기기 (풀 스크린)"]}},76709:e=>{e.exports={en:["make group {group} invisible"],ko:["{group} 그룹 보이지 않기"]}},45987:e=>{e.exports={en:["make group {group} visible"],ko:["{group} 그룹 보이기"]}},78055:e=>{e.exports={en:["merge down"],ko:["머지 다운"]}},41866:e=>{e.exports={en:["merge to pane"],ko:["페인으로 머지"]}},52458:e=>{e.exports={en:["merge up"],ko:["머지 업"]}},90091:e=>{e.exports={en:["n/a"],ko:["해당 없음"]}},94981:e=>{e.exports={en:["scale price"],ko:["스케일 프라이스"]}},63796:e=>{e.exports={en:["scale price chart only"],ko:["가격차트만 스케일"]}},70771:e=>{e.exports={en:["scale time"],ko:["시간 스케일"]}},42070:e=>{e.exports={en:["scroll"],ko:["스크롤"]}},87840:e=>{e.exports={en:["scroll time"],ko:["스크롤 타임"]}},82241:e=>{e.exports={en:["set price scale selection strategy to {title}"],ko:["프라이스 스케일 셀렉션 스트래티지를 {title} 로 셋하기"]}},40962:e=>{e.exports={en:["send {title} backward"],ko:["{title} 뒤로 보내기"]}},5005:e=>{e.exports={en:["send {title} to back"],ko:["{title} 뒤로 보내기"]}},69546:e=>{e.exports={en:["send group {title} backward"],ko:["{title} 그룹을 뒤로 보내기"]}},63934:e=>{e.exports={en:["share line tools globally"],ko:["라인 툴 글로벌 셰어"]}},90221:e=>{e.exports={en:["share line tools in layout"],ko:["레이아웃에서 라인 툴 셰어"]}},13336:e=>{e.exports={en:["show all ideas"],ko:["모든 아이디어 보기"]}},91395:e=>{e.exports={en:["show ideas of followed users"],ko:["팔로우 하는 유저의 아이디어 보기"]}},57460:e=>{e.exports={en:["show my ideas only"],ko:["내 아이디어만 보기"]}},4114:e=>{e.exports={en:["stay in drawing mode"],ko:["드로잉 모드 유지하기"]}},3350:e=>{e.exports={en:["stop syncing drawing"],ko:["드로잉 동기화 중지"]}},49183:e=>{e.exports={en:["stop syncing line tool(s)"],ko:["라인(들) 툴 동기화 중지"]}},53278:e=>{e.exports={en:["symbol lock"],ko:["심볼 잠금"]}},91677:e=>{e.exports={en:["sync time"],ko:["타임 싱크"]}},3140:e=>{e.exports={en:["powered by"],ko:["기능 제공"]}},92800:e=>{e.exports={en:["powered by TradingView"],ko:["기능 제공 Tradingview"]}},62192:e=>{e.exports={en:["paste drawing"],ko:["드로잉 붙여넣기"]}},1064:e=>{e.exports={en:["paste indicator"],ko:["지표 붙여넣기"]}},57010:e=>{e.exports={en:["paste {title}"],ko:["{title} 붙여넣기"]}},78690:e=>{e.exports={en:["pin to left scale"],ko:["왼쪽 스케일로 고정하기"]}},7495:e=>{e.exports={en:["pin to right scale"],ko:["오른 스케일로 고정하기"]}},81566:e=>{e.exports={en:["pin to scale {label}"],ko:["{label} 스케일로 고정하기"]}},2618:e=>{e.exports={en:["rearrange panes"],ko:["페인 재배치"]}},60806:e=>{e.exports={en:["remove all indicators"],ko:["모든 인디케이터 없애기"]}},29096:e=>{e.exports={en:["remove all indicators and drawing tools"],ko:["모든 인디케이터와 드로잉 툴 없애기"]}},27171:e=>{e.exports={en:["remove deselected empty line tools"],ko:["선택 해제된 비어있는 라인 도구 제거"]}},30538:e=>{e.exports={en:["remove drawings"],ko:["드로잉 없애기"]}},1193:e=>{e.exports={en:["remove drawings group"],
+ko:["드로잉 그룹 지우기"]}},38199:e=>{e.exports={en:["remove line data sources"],ko:["라인 데이터 소스 없애기"]}},93333:e=>{e.exports={en:["remove pane"],ko:["페인 없애기"]}},94543:e=>{e.exports={en:["remove {title}"],ko:["{title} 지우기"]}},41430:e=>{e.exports={en:["removing line tools group {name}"],ko:["{name} 라인 툴 그룹 없애기"]}},80491:e=>{e.exports={en:["rename group {group} to {newName}"],ko:["{group} 에서 {newName} 으로 리네임"]}},85366:e=>{e.exports={en:["reset layout sizes"],ko:["레이아웃 사이즈 리셋"]}},3323:e=>{e.exports={en:["reset scales"],ko:["스케일 재설정"]}},17336:e=>{e.exports={en:["reset time scale"],ko:["타임 스케일 리셋"]}},47418:e=>{e.exports={en:["resize layout"],ko:["레이아웃 리사이즈"]}},85815:e=>{e.exports={en:["restore defaults"],ko:["기본값 복원"]}},96881:e=>{e.exports={en:["restore study defaults"],ko:["스터디 기본값 복원"]}},63095:e=>{e.exports={en:["toggle maximized pane state"],ko:["최대화된 창 상태 토글"]}},42240:e=>{e.exports={en:["toggle auto scale"],ko:["자동눈금토글"]}},46054:e=>{e.exports={en:["toggle collapsed pane state"],ko:["접힌 창 상태 토글"]}},24736:e=>{e.exports={en:["toggle indexed to 100 scale"],ko:["처음 눈금 100 으로 잡기 토글"]}},49695:e=>{e.exports={en:["toggle lock scale"],ko:["잠금 스케일 토글"]}},49403:e=>{e.exports={en:["toggle log scale"],ko:["로그눈금토글"]}},98994:e=>{e.exports={en:["toggle percentage scale"],ko:["퍼센트 눈금 토글"]}},80688:e=>{e.exports={en:["toggle regular scale"],ko:["일반 스케일로 전환"]}},46807:e=>{e.exports={en:["track time"],ko:["트랙 타임"]}},8040:e=>{e.exports={en:["turn line tools sharing off"],ko:["라인 툴 셰어링 끄기"]}},99234:e=>{e.exports={en:["unanchor objects"],ko:["언앵커 오브젝트"]}},23230:e=>{e.exports={en:["unlock objects"],ko:["오브젝트 잠금 해제"]}},74590:e=>{e.exports={en:["unlock group {group}"],ko:["{group} 그룹 잠금 풀기"]}},12525:e=>{e.exports={en:["unlock {title}"],ko:["{title} 잠금 해제"]}},81576:e=>{e.exports={en:["unmerge to new bottom pane"],ko:["새 바텀 페이지로 언머지"]}},79443:e=>{e.exports={en:["unmerge up"],ko:["언머지 업"]}},46453:e=>{e.exports={en:["unmerge down"],ko:["언머지 다운"]}},94656:e=>{e.exports={en:["{chartStyle} chart type isn't currently available for tick-based intervals."],ko:["오 안되요! 현재 틱 기반 간격에는 {chartStyle} 차트 유형을 사용할 수 없습니다."]}},41643:e=>{e.exports={en:["{count} bars"],ko:["{count} 봉"]}},83470:e=>{e.exports={en:["{symbol} financials by TradingView"],ko:["{symbol} 파이낸셜 제공 TradingView"]}},40947:e=>{e.exports={en:["{userName} published on {customer}, {date}"],ko:["{userName} 이 {customer}, {date} 에 퍼블리쉬했음"]}},91084:e=>{e.exports={en:["zoom"],ko:["확대"]}},49856:e=>{e.exports={en:["zoom in"],ko:["확대"]}},73638:e=>{e.exports={en:["zoom out"],ko:["축소"]}},41807:e=>{e.exports={en:["day","days"],ko:["날"]}},42328:e=>{e.exports={en:["hour","hours"],ko:["시간"]}},98393:e=>{e.exports={en:["month","months"],ko:["달"]}},78318:e=>{e.exports={en:["minute","minutes"],ko:["분"]}},33232:e=>{e.exports={en:["second","seconds"],ko:["초"]}},89937:e=>{e.exports={en:["range","ranges"],ko:["레인지"]}},48898:e=>{e.exports={en:["week","weeks"],ko:["주"]}},11913:e=>{e.exports={en:["tick","ticks"],ko:["틱"]}},22299:e=>{e.exports={en:["{amount} drawing","{amount} drawings"],ko:["{amount} 드로잉"]}},68984:e=>{e.exports={
+en:["{amount} indicator","{amount} indicators"],ko:["{amount} 인디케이터"]}},58590:e=>{e.exports={en:["{count}m","{count}m"],ko:["{count}달"]}},47801:e=>{e.exports={en:["{count}d","{count}d"],ko:["{count}날"]}},46766:e=>{e.exports={en:["{count}y","{count}y"],ko:["{count}해"]}},56316:e=>{e.exports=Object.create(null),e.exports["#AAPL-symbol-description"]={en:["Apple Inc"],ko:["애플 주식회사"]},e.exports["#AMEX:SCHO-symbol-description"]={en:["Schwab Short-Term U.S. Treasury ETF"],ko:["슈왑 숏텀 U.S. 트레저리 ETF"]},e.exports["#AMEX:SHYG-symbol-description"]={en:["Shares 0-5 YEAR High Yield Corporate Bond ETF"]},e.exports["#ASX:XAF-symbol-description"]={en:["S&P/ASX All Australian 50 Index"],ko:["S&P/ASX All Australian 50 인덱스"]},e.exports["#ASX:XAT-symbol-description"]={en:["S&P/ASX All Australian 200 Index"],ko:["S&P/ASX All Australian 200 인덱스"]},e.exports["#ASX:XJO-symbol-description"]={en:["S&P/ASX 200 Index"],ko:["S&P/ASX 200 인덱스"]},e.exports["#AUDCAD-symbol-description"]={en:["Australian Dollar/Canadian Dollar"],ko:["호주 달러 / 캐나다 달러"]},e.exports["#AUDCHF-symbol-description"]={en:["Australian Dollar / Swiss Franc"],ko:["호주 달러 / 스위스 프랑"]},e.exports["#AUDJPY-symbol-description"]={en:["Australian Dollar / Japanese Yen"],ko:["호주 달러 / 일본 엔"]},e.exports["#AUDNZD-symbol-description"]={en:["Australian Dollar / New Zealand Dollar"],ko:["호주 달러 / 뉴질랜드 달러"]},e.exports["#AUDRUB-symbol-description"]={en:["Australian Dollar / Russian Ruble"],ko:["호주 달러 / 러시아 루블"]},e.exports["#AUDUSD-symbol-description"]={en:["Australian Dollar / U.S. Dollar"],ko:["호주 달러 / 미국 달러"]},e.exports["#BCBA:IMV-symbol-description"]={en:["S&P MERVAL Index"],ko:["S&P MERVAL 인덱스"]},e.exports["#BCHEUR-symbol-description"]={en:["Bitcoin Cash / Euro"],ko:["비트코인 캐쉬 / 유로"]},e.exports["#BCHUSD-symbol-description"]={en:["Bitcoin Cash / U.S. Dollar"],ko:["비트코인 캐쉬 / 달러"]},e.exports["#BELEX:BELEX15-symbol-description"]={en:["BELEX 15 Index"],ko:["BELEX 15 인덱스"]},e.exports["#BIST:XU100-symbol-description"]={en:["BIST 100 Index"],ko:["BIST 100 인덱스"]},e.exports["#BITMEX:XBT-symbol-description"]={en:["Bitcoin / U.S. Dollar Index"],ko:["비트코인 / 미국 달러"]},e.exports["#BME:IBC-symbol-description"]={en:["IBEX 35 Index"],ko:["IBEX 35 인덱스"]},e.exports["#BMFBOVESPA:IBOV-symbol-description"]={en:["Bovespa Index"],ko:["Bovespa 인덱스"]},e.exports["#BMFBOVESPA:IBRA-symbol-description"]={en:["IBrasil Index"],ko:["IBrasil 인덱스"]},e.exports["#BMFBOVESPA:IBXL-symbol-description"]={en:["Brazil 50 Index"],ko:["브라질 50 인덱스"]},e.exports["#BMV:CT-symbol-description"]={en:["China SX20 RT"],ko:["차이나 SX20 RT"]},e.exports["#BMV:F-symbol-description"]={en:["Ford Motor Company"],ko:["포드 모터 기업"]},e.exports["#BMV:ME-symbol-description"]={en:["S&P/BMV IPC Index"],ko:["S&P/BMV IPC 인덱스"]},e.exports["#BRLJPY-symbol-description"]={en:["Brazilian Real / Japanese Yen"],ko:["브라질 헤알 / 일본 엔"]},e.exports["#BSE:ITI-symbol-description"]={en:["ITI Ltd"],ko:["ITI 유한회사"]},e.exports["#BSE:SENSEX-symbol-description"]={en:["S&P BSE Sensex Index"],ko:["S&P BSE Sensex 인덱스"]},e.exports["#BTCBRL-symbol-description"]={en:["Bitcoin / Brazilian Real"],
+ko:["비트코인 / 브라질 헤알"]},e.exports["#BTCCAD-symbol-description"]={en:["Bitcoin / Canadian Dollar"],ko:["비트코인 / 캐나다 달러"]},e.exports["#BTCCNY-symbol-description"]={en:["Bitcoin / Chinese Yuan"],ko:["비트코인 / 중국 위안"]},e.exports["#BTCEUR-symbol-description"]={en:["Bitcoin / Euro"],ko:["비트코인 / 유로"]},e.exports["#BTCGBP-symbol-description"]={en:["Bitcoin / British Pound"],ko:["비트코인/영국 파운드"]},e.exports["#BTCJPY-symbol-description"]={en:["Bitcoin / Japanese Yen"],ko:["비트코인 / 일본 엔"]},e.exports["#BTCKRW-symbol-description"]={en:["Bitcoin / South Korean Won"],ko:["비트코인 / 한국 원"]},e.exports["#BTCPLN-symbol-description"]={en:["Bitcoin / Polish Zloty"],ko:["비트코인 / 폴란드즈워티"]},e.exports["#BTCRUB-symbol-description"]={en:["Bitcoin / Russian Ruble"],ko:["비트코인 / 러시아 루블"]},e.exports["#BTCTHB-symbol-description"]={en:["Bitcoin / Thai Baht"],ko:["비트코인 / 타이 바트"]},e.exports["#BTCUSD-symbol-description"]={en:["Bitcoin / U.S. Dollar"],ko:["비트코인 / 달러"]},e.exports["#BTGUSD-symbol-description"]={en:["Bitcoin Gold / U.S. Dollar"],ko:["비트코인 골드 / 미국 달러"]},e.exports["#BVL:SPBLPGPT-symbol-description"]={en:["S&P / BVL Peru General Index (PEN)"],ko:["S&P / BVL 페루 제너럴 인덱스 (PEN)"]},e.exports["#BVSP-symbol-description"]={en:["Brazil Bovespa Index"],ko:["브라질 보베스파 지수"]},e.exports["#CADJPY-symbol-description"]={en:["Canadian Dollar / Japanese Yen"],ko:["캐나다 달러 / 일본 엔"]},e.exports["#CADUSD-symbol-description"]={en:["Canadian Dollar / U.S. Dollar"],ko:["캐나다 달러 / 미국 달러"]},e.exports["#CBOE:OEX-symbol-description"]={en:["S&P 100 Index"],ko:["S&P 100 인덱스"]},e.exports["#CBOE:VIX-symbol-description"]={en:["Volatility S&P 500 Index"],ko:["볼래틸리티 S&P 500 인덱스"]},e.exports["#CBOT:ZB1!-symbol-description"]={en:["T-Bond Futures"],ko:["T-본드 선물"]},e.exports["#CBOT:ZC1!-symbol-description"]={en:["Corn Futures"],ko:["콘 선물"]},e.exports["#CBOT:ZM1!-symbol-description"]={en:["Soybean Meal Futures"],ko:["소이빈 밀 선물"]},e.exports["#CBOT:ZN1!-symbol-description"]={en:["10 Year T-Note Futures"],ko:["10 해 T-노트 선물"]},e.exports["#CBOT:ZO1!-symbol-description"]={en:["Oat Futures"],ko:["오트 선물"]},e.exports["#CBOT:ZQ1!-symbol-description"]={en:["30 Day Federal Funds Interest Rate Futures"],ko:["30 날 연방 펀드 금리 선물"]},e.exports["#CBOT:ZR1!-symbol-description"]={en:["Rice Futures"],ko:["쌀 선물"]},e.exports["#CBOT:ZS1!-symbol-description"]={en:["Soybean Futures"],ko:["소이빈 선물"]},e.exports["#CBOT:ZW1!-symbol-description"]={en:["Wheat Futures"],ko:["밀 선물"]},e.exports["#CBOT_MINI:XK1!-symbol-description"]={en:["Soybean Mini Futures"],ko:["소이빈 미니 선물"]},e.exports["#CBOT_MINI:XW1!-symbol-description"]={en:["Wheat Mini Futures"],ko:["휘트 미니 선물"]},e.exports["#CBOT_MINI:YM1!-symbol-description"]={en:["E-mini Dow Jones ($5) Futures"],ko:["이미니 다우 존스 ($5) 선물"]},e.exports["#CHFJPY-symbol-description"]={en:["Swiss Franc / Japanese Yen"],ko:["스위스 프랑/일본 엔"]},e.exports["#CHFUSD-symbol-description"]={en:["Swiss Franc / U.S. Dollar"],ko:["스위스 프랑 / 미국 달러"]},e.exports["#CME:BTC1!-symbol-description"]={en:["Bitcoin CME Futures"],ko:["비트코인 CME 퓨쳐스"]},e.exports["#CME:CB1!-symbol-description"]={
+en:["Butter Futures-Cash (Continuous: Current contract in front)"],ko:["버터 선물-현금 (Continuous: Current contract in front)"]},e.exports["#CME:GF1!-symbol-description"]={en:["Feeder Cattle Futures"],ko:["피더 캐틀 선물"]},e.exports["#CME:HE1!-symbol-description"]={en:["Lean Hogs Futures"],ko:["돼지고기 선물"]},e.exports["#CME:LE1!-symbol-description"]={en:["Live Cattle Futures"],ko:["라이브 캐틀 선물"]},e.exports["#CME_MINI:E71!-symbol-description"]={en:["Euro E-mini Futures"],ko:["유로 E-mini 선물"]},e.exports["#CME_MINI:ES1!-symbol-description"]={en:["S&P 500 E-mini Futures"],ko:["S&P 500 E-미니 선물"]},e.exports["#CME_MINI:J71!-symbol-description"]={en:["Japanese Yen E-mini Futures"],ko:["일본 엔 E-mini 선물"]},e.exports["#CME_MINI:NQ1!-symbol-description"]={en:["NASDAQ 100 E-mini Futures"],ko:["나스닥 100 이미니 선물"]},e.exports["#CME_MINI:RTY1!-symbol-description"]={en:["E-Mini Russell 2000 Index Futures"],ko:["이미니 러셀 2000 인덱스 퓨쳐스"]},e.exports["#COMEX:AEP1!-symbol-description"]={en:["Aluminium European Premium Futures"],ko:["알루미늄 유러피언 프리미엄 선물"]},e.exports["#COMEX:AUP1!-symbol-description"]={en:["Aluminum MW U.S. Transaction Premium Platts (25MT) Futures"],ko:["알루미늄 MW U.S. 트랜잭션 프리미엄 Platts (25MT) 선물"]},e.exports["#COMEX:GC1!-symbol-description"]={en:["Gold Futures"],ko:["골드 퓨쳐스"]},e.exports["#COMEX:HG1!-symbol-description"]={en:["Copper Futures"],ko:["구리 선물"]},e.exports["#COMEX:SI1!-symbol-description"]={en:["Silver Futures"],ko:["실버 퓨쳐스"]},e.exports["#COMEX_MINI:QC1!-symbol-description"]={en:["E-mini Copper Futures"],ko:["E-mini 구리 선물"]},e.exports["#COMEX_MINI:QI1!-symbol-description"]={en:["Silver (Mini) Futures"],ko:["실버 (미니) 선물"]},e.exports["#COMEX_MINI:QO1!-symbol-description"]={en:["Gold (Mini) Futures"],ko:["골드 (미니) 선물"]},e.exports["#COPPER-symbol-description"]={en:["CFDs on Copper"],ko:["구리 CFDs"]},e.exports["#CORNUSD-symbol-description"]={en:["CFDs on Corn"],ko:["콘 CFDs"]},e.exports["#COTUSD-symbol-description"]={en:["CFDs on Cotton"],ko:["코튼 CFDs"]},e.exports["#CRYPTOCAP:TOTAL-symbol-description"]={en:["Crypto Total Market Cap, $"],ko:["크립토 토탈 마켓 캡, $"]},e.exports["#DFM:DFMGI-symbol-description"]={en:["DFM Index"],ko:["DFM 인덱스"]},e.exports["#DJ:DJA-symbol-description"]={en:["Dow Jones Composite Average Index"],ko:["다우 존스 컴포지트 애버리지 인덱스"]},e.exports["#DJ:DJCIAGC-symbol-description"]={en:["Dow Jones Commodity Index Agriculture Capped Component"],ko:["다우 존스 커모디티 인덱스 어그리컬쳐 캡드 컴포넌트"]},e.exports["#DJ:DJCICC-symbol-description"]={en:["Dow Jones Commodity Index Cocoa"],ko:["다우 존스 커모디티 인덱스 코코아"]},e.exports["#DJ:DJCIEN-symbol-description"]={en:["Dow Jones Commodity Index Energy"],ko:["다우 존스 커모디티 인덱스 에너지"]},e.exports["#DJ:DJCIGC-symbol-description"]={en:["Dow Jones Commodity Index Gold"],ko:["다우 존스 커모디티 인덱스 골드"]},e.exports["#DJ:DJCIGR-symbol-description"]={en:["Dow Jones Commodity Index Grains"],ko:["다우 존스 커모디티 인덱스 그레인"]},e.exports["#DJ:DJCIIK-symbol-description"]={en:["Dow Jones Commodity Index Nickel"],ko:["다우 존스 커모디티 인덱스 니켈"]},e.exports["#DJ:DJCIKC-symbol-description"]={en:["Dow Jones Commodity Index Coffee"],ko:["다우 존스 커모디티 인덱스 커피"]},
+e.exports["#DJ:DJCISB-symbol-description"]={en:["Dow Jones Commodity Index Sugar"],ko:["다우 존스 커모디티 인덱스 슈가"]},e.exports["#DJ:DJCISI-symbol-description"]={en:["Dow Jones Commodity Index Silver"],ko:["다우 존스 커모디티 인덱스 실버"]},e.exports["#DJ:DJI-symbol-description"]={en:["Dow Jones Industrial Average Index"],ko:["다우 존스 인더스트리얼 애버리지 인덱스"]},e.exports["#DJ:DJT-symbol-description"]={en:["Dow Jones Transportation Average Index"],ko:["다우 존스 트랜스포테이션 애버리지 인덱스"]},e.exports["#DJ:DJU-symbol-description"]={en:["Dow Jones Utility Average Index"],ko:["다우 존스 유틸리티 애버리지 인덱스"]},e.exports["#DJ:DJUSCL-symbol-description"]={en:["Dow Jones U.S. Coal Index"],ko:["다우 존스 U.S. Coal 인덱스"]},e.exports["#EGX:EGX30-symbol-description"]={en:["EGX 30 Index"],ko:["EGX 30 인덱스"]},e.exports["#ETCBTC-symbol-description"]={en:["Ethereum Classic / Bitcoin"],ko:["이더리움 클래식 / 비트코인"]},e.exports["#ETCEUR-symbol-description"]={en:["Ethereum Classic / Euro"],ko:["이더리움 클래식 / 유로"]},e.exports["#ETCUSD-symbol-description"]={en:["Ethereum Classic / U.S. Dollar"],ko:["이더리움 클래식 /달러"]},e.exports["#ETHBTC-symbol-description"]={en:["Ethereum / Bitcoin"],ko:["이더리움 / 비트코인"]},e.exports["#ETHEUR-symbol-description"]={en:["Ethereum / Euro"],ko:["이더리움 / 유로"]},e.exports["#ETHGBP-symbol-description"]={en:["Ethereum / British Pound"],ko:["이더리움 / 영국 파운드"]},e.exports["#ETHJPY-symbol-description"]={en:["Ethereum / Japanese Yen"],ko:["이더리움 / 일본 엔"]},e.exports["#ETHKRW-symbol-description"]={en:["Ethereum / South Korean Won"],ko:["이더리움 / 대한민국 원"]},e.exports["#ETHTHB-symbol-description"]={en:["Ethereum / Thai Baht"],ko:["이더리움 / 타이 바트"]},e.exports["#ETHUSD-symbol-description"]={en:["Ethereum / U.S. Dollar"],ko:["이더리움 / 달러"]},e.exports["#EUBUND-symbol-description"]={en:["Euro Bund"],ko:["유로 분트"]},e.exports["#EURAUD-symbol-description"]={en:["Euro / Australian Dollar"],ko:["유로 / 호주 달러"]},e.exports["#EURBRL-symbol-description"]={en:["Euro / Brazilian Real"],ko:["유로 / 브라질 헤알"]},e.exports["#EURCAD-symbol-description"]={en:["Euro / Canadian Dollar"],ko:["유로 / 캐나다 달러"]},e.exports["#EURCHF-symbol-description"]={en:["Euro / Swiss Franc"],ko:["유로 / 스위스 프랑"]},e.exports["#EURGBP-symbol-description"]={en:["Euro / British Pound"],ko:["유로 / 영국 파운드"]},e.exports["#EURJPY-symbol-description"]={en:["Euro / Japanese Yen"],ko:["유로 / 일본 엔"]},e.exports["#EURNOK-symbol-description"]={en:["Euro / Norwegian Krone"],ko:["유로 / 노르웨이 크로네"]},e.exports["#EURNZD-symbol-description"]={en:["Euro / New Zealand Dollar"],ko:["유로 / 뉴질랜드 달러"]},e.exports["#EURONEXT:AEX-symbol-description"]={en:["AEX Index"],ko:["AEX 인덱스"]},e.exports["#EURONEXT:BEL20-symbol-description"]={en:["BEL 20 Index"],ko:["BEL 20 인덱스"]},e.exports["#EURONEXT:PX1-symbol-description"]={en:["CAC 40 Index"],ko:["CAC 40 인덱스"]},e.exports["#EURRUB-symbol-description"]={en:["Euro / Russian Ruble"],ko:["유로 / 러시아 루블"]},e.exports["#EURRUB_TOM-symbol-description"]={en:["Euro / Russian Ruble TOM"],ko:["유로 / 러시아 루블 TOM"]},e.exports["#EURSEK-symbol-description"]={en:["Euro / Swedish Krona"],ko:["유로 / 스웨덴 크로나"]},e.exports["#EURTRY-symbol-description"]={en:["Euro / Turkish Lira"],
+ko:["유로 / 터키 리라"]},e.exports["#EURUSD-symbol-description"]={en:["Euro / U.S. Dollar"],ko:["유로 / 미국 달러"]},e.exports["#EUSTX50-symbol-description"]={en:["Euro Stoxx 50 Index"],ko:["유로 스톡스 50 인덱스"]},e.exports["#FOREXCOM:US2000-symbol-description"]={en:["US Small Cap 2000"],ko:["US 스몰 캡 2000"]},e.exports["#FRA40-symbol-description"]={en:["CAC 40 Index"],ko:["CAC 40 인덱스"]},e.exports["#FRED:GDP-symbol-description"]={en:["Gross Domestic Product, 1 Decimal"],ko:["국내총생산, 소수점 첫째 자리까지"]},e.exports["#FRED:POP-symbol-description"]={en:["Total Population: All Ages Including Armed Forces Overseas"],ko:["총인구: 해외파병 포함 모든 나이"]},e.exports["#FRED:UNRATE-symbol-description"]={en:["Civilian Unemployment Rate"],ko:["민간인 비고용율"]},e.exports["#FTSEMYX:FBMKLCI-symbol-description"]={en:["FTSE Bursa Malaysia KLCI Index"],ko:["FTSE 말레이시아 증권거래소 KLCI 인덱스"]},e.exports["#FWB:KT1-symbol-description"]={en:["Key Tronic Corр."],ko:["키트로닉 주식회사"]},e.exports["#FX:AUS200-symbol-description"]={en:["S&P/ASX Index"],ko:["S&P/ASX 인덱스"]},e.exports["#FX:US30-symbol-description"]={en:["Dow Jones Industrial Average Index"],ko:["FX:US30"]},e.exports["#GBPAUD-symbol-description"]={en:["British Pound / Australian Dollar"],ko:["영국 파운드/호주 달러"]},e.exports["#GBPCAD-symbol-description"]={en:["British Pound / Canadian Dollar"],ko:["영국 파운드/캐나다 달러"]},e.exports["#GBPCHF-symbol-description"]={en:["British Pound / Swiss Franc"],ko:["영국 파운드/스위스 프랑"]},e.exports["#GBPEUR-symbol-description"]={en:["British Pound / Euro"],ko:["파운드 스털링 / 유로"]},e.exports["#GBPJPY-symbol-description"]={en:["British Pound / Japanese Yen"],ko:["영국 파운드/일본 엔"]},e.exports["#GBPNZD-symbol-description"]={en:["British Pound / New Zealand Dollar"],ko:["영국 파운드/뉴질랜드 달러"]},e.exports["#GBPPLN-symbol-description"]={en:["British Pound / Polish Zloty"],ko:["영국 파운드 / 폴란드 즈워티"]},e.exports["#GBPRUB-symbol-description"]={en:["British Pound / Russian Ruble"],ko:["파운드 스털링 / 러시아 루블"]},e.exports["#GBPUSD-symbol-description"]={en:["British Pound / U.S. Dollar"],ko:["영국 파운드/미국 달러"]},e.exports["#GER30-symbol-description"]={en:["DAX Index"],ko:["독일상장 DAX 지수"]},e.exports["#GOOG-symbol-description"]={en:["Alphabet Inc (Google) Class C"],ko:["알파벳 주식회사 (Google) 클래스 C"]},e.exports["#GOOGL-symbol-description"]={en:["Alphabet Inc (Google) Class A"],ko:["알파벳 Inc (구글) 클래스 A"]},e.exports["#GPW:ACG-symbol-description"]={en:["Acautogaz"]},e.exports["#GPW:WIG20-symbol-description"]={en:["WIG20 Index"],ko:["WIG20 인덱스"]},e.exports["#HSI:HSI-symbol-description"]={en:["Hang Seng Index"],ko:["항셍 인덱스"]},e.exports["#ICEUS:DX1!-symbol-description"]={en:["U.S. Dollar Index Futures"],ko:["미국 달러 인덱스 퓨쳐스"]},e.exports["#IDX:COMPOSITE-symbol-description"]={en:["IDX Composite Index"],ko:["IDX 컴포지트 인덱스"]},e.exports["#INDEX:HSCE-symbol-description"]={en:["Hang Seng China Enterprises Index"],ko:["항셍 차이나 엔터프라이즈 인덱스"]},e.exports["#INDEX:JKSE-symbol-description"]={en:["Jakarta Composite Index"],ko:["자카르타 합성 인덱스"]},e.exports["#INDEX:KLSE-symbol-description"]={en:["Bursa Malaysia KLCI Index"],ko:["부르사 말레이지아 KLCI 인덱스"]},e.exports["#INDEX:MIB-symbol-description"]={
+en:["MIB Index"],ko:["MIB 인덱스"]},e.exports["#INDEX:MOY0-symbol-description"]={en:["Euro Stoxx 50 Index"],ko:["유로 스탁스 50 인덱스"]},e.exports["#INDEX:STI-symbol-description"]={en:["STI Index"],ko:["STI 인덱스"]},e.exports["#INDEX:TWII-symbol-description"]={en:["Taiwan Weighted Index"],ko:["타이완 웨이티드 인덱스"]},e.exports["#INDEX:XLY0-symbol-description"]={en:["Shanghai Composite Index"],ko:["상하이 합성 지수"]},e.exports["#IOTUSD-symbol-description"]={en:["IOTA / U.S. Dollar"],ko:["아이오타 / 미국 달러"]},e.exports["#JPN225-symbol-description"]={en:["Japan 225 Index"],ko:["일본 225 인덱스"]},e.exports["#JPYKRW-symbol-description"]={en:["Japanese Yen / South Korean Won"],ko:["일본 엔 / 대한민국 원"]},e.exports["#JPYRUB-symbol-description"]={en:["Japanese Yen / Russian Ruble"],ko:["일본 엔 / 러시아 루블"]},e.exports["#JPYUSD-symbol-description"]={en:["Japanese Yen / U.S. Dollar"],ko:["일본 엔 / 미국 달러"]},e.exports["#LKOH-symbol-description"]={en:["LUKOIL"],ko:["루코일"]},e.exports["#LSE:SCHO-symbol-description"]={en:["Scholium Group Plc Ord 1P"]},e.exports["#LTCBRL-symbol-description"]={en:["Litecoin / Brazilian Real"],ko:["라이트코인 / 브라질 헤알"]},e.exports["#LTCBTC-symbol-description"]={en:["Litecoin / Bitcoin"],ko:["라이트코인 / 비트코인"]},e.exports["#LTCUSD-symbol-description"]={en:["Litecoin / U.S. Dollar"],ko:["라이트코인 / 달러"]},e.exports["#LUNAUSD-symbol-description"]={en:["Luna / U.S. Dollar"],ko:["루나 / 미국 달러"]},e.exports["#MOEX:BR1!-symbol-description"]={en:["Brent Oil Futures"],ko:["브렌트 오일 퓨쳐스"]},e.exports["#MOEX:GAZP-symbol-description"]={en:["GAZPROM"],ko:["가즈프롬"]},e.exports["#MOEX:IMOEX-symbol-description"]={en:["MOEX Russia Index"],ko:["MOEX 러시아 인덱스"]},e.exports["#MOEX:MGNT-symbol-description"]={en:["MAGNIT"],ko:["매그닛"]},e.exports["#MOEX:MICEXINDEXCF-symbol-description"]={en:["MOEX Russia Index"],ko:["MOEX 러시아 인덱스"]},e.exports["#MOEX:MX1!-symbol-description"]={en:["MICEX Index Futures"],ko:["MICEX 인덱스 퓨쳐스"]},e.exports["#MOEX:MX2!-symbol-description"]={en:["MICEX Index Futures"],ko:["MICEX 선물 지수"]},e.exports["#MOEX:RI1!-symbol-description"]={en:["RTS Index Futures"],ko:["RTS 인덱스 퓨쳐스"]},e.exports["#MOEX:RTSI-symbol-description"]={en:["RTS Index"],ko:["RTS 인덱스"]},e.exports["#MOEX:RUAL-symbol-description"]={en:["United Company RUSAL PLC"]},e.exports["#MOEX:SBER-symbol-description"]={en:["SBERBANK"],ko:["스베르방크"]},e.exports["#MOEX:VTBR-symbol-description"]={en:["VTB"]},e.exports["#MSFT-symbol-description"]={en:["Microsoft Corp."],ko:["마이크로소프트 코포레이션"]},e.exports["#NAS100-symbol-description"]={en:["US 100 Cash CFD"],ko:["유에스 100 캐쉬 CFD"]},e.exports["#NASDAQ:AMD-symbol-description"]={en:["Advanced Micro Devices Inc"],ko:["어드밴스트 마이크로 디바이스 주식회사"]},e.exports["#NASDAQ:GOOG-symbol-description"]={en:["Alphabet Inc (Google) Class C"],ko:["알파벳 (구글) 클래스 C"]},e.exports["#NASDAQ:GOOGL-symbol-description"]={en:["Alphabet Inc (Google) Class A"],ko:["알파벳 (구글) 클래스 A"]},e.exports["#NASDAQ:HGX-symbol-description"]={en:["PHLX Housing Sector Index"],ko:["PHLX 하우징 섹터 인덱스"]},e.exports["#NASDAQ:IEF-symbol-description"]={en:["Ishares 7-10 Year Treasury Bond ETF"],ko:["Ishares 7-10 해 트레저리 본드 ETF"]},
+e.exports["#NASDAQ:IEI-symbol-description"]={en:["Ishares 3-7 Year Treasury Bond ETF"],ko:["Ishares 3-7 해 트레저리 본드 ETF"]},e.exports["#NASDAQ:ITI-symbol-description"]={en:["Iteris Inc"],ko:["이터리스 주식회사"]},e.exports["#NASDAQ:IXIC-symbol-description"]={en:["Nasdaq Composite Index"],ko:["나스닥 컴포지트 인덱스"]},e.exports["#NASDAQ:LCID-symbol-description"]={en:["Lucid Group, Inc."],ko:["루시드 그룹, 주식 회사"]},e.exports["#NASDAQ:LE-symbol-description"]={en:["Lands' End Inc"],ko:["랜즈 엔드 인코포레이션"]},e.exports["#NASDAQ:NDX-symbol-description"]={en:["Nasdaq 100 Index"],ko:["나스닥 100 인덱스"]},e.exports["#NASDAQ:OSX-symbol-description"]={en:["PHLX Oil Service Sector Index"],ko:["PHLX 오일 서비스 섹터 인덱스"]},e.exports["#NASDAQ:SHY-symbol-description"]={en:["Ishares 1-3 Year Treasury Bond ETF"]},e.exports["#NASDAQ:SOX-symbol-description"]={en:["Philadelphia Semiconductor Index"],ko:["필라델피아 세미컨덕터 인덱스"]},e.exports["#NASDAQ:TLT-symbol-description"]={en:["Ishares 20+ Year Treasury Bond ETF"],ko:["Ishares 20+ 해 트레저리 본드 ETF"]},e.exports["#NASDAQ:UTY-symbol-description"]={en:["PHLX Utility Sector Index"],ko:["PHLX 유틸리티 섹터 인덱스"]},e.exports["#NASDAQ:XAU-symbol-description"]={en:["PHLX Gold and Silver Sector Index"],ko:["PHLX 골드 앤 실버 섹터 인덱스"]},e.exports["#NASDAQ:ZS-symbol-description"]={en:["Zscaler Inc"]},e.exports["#NEOUSD-symbol-description"]={en:["NEO / U.S. Dollar"],ko:["니오 / 미국 달러"]},e.exports["#NGAS-symbol-description"]={en:["Natural Gas (Henry Hub)"],ko:["내츄럴 가스 (헨리 허브)"]},e.exports["#NKY-symbol-description"]={en:["Japan 225 Index"],ko:["일본 225 인덱스"]},e.exports["#NSE:ITI-symbol-description"]={en:["Indian Telephone Industries Limited"],ko:["인도 텔리폰 인더스트리 유한회사"]},e.exports["#NSE:NIFTY-symbol-description"]={en:["Nifty 50 Index"],ko:["니프티 50 인덱스"]},e.exports["#NYMEX:AEZ1!-symbol-description"]={en:["NY Ethanol Futures"],ko:["NY 에탄올 선물"]},e.exports["#NYMEX:CJ1!-symbol-description"]={en:["Cocoa Futures"],ko:["코코아 선물"]},e.exports["#NYMEX:CL1!-symbol-description"]={en:["Light Crude Oil Futures"],ko:["경질 원유 선물 (Light Crude Oil Futures)"]},e.exports["#NYMEX:HO1!-symbol-description"]={en:["NY Harbor ULSD Futures"],ko:["NY 하버 ULSD 선물"]},e.exports["#NYMEX:KT1!-symbol-description"]={en:["Coffee Futures"],ko:["커피 선물"]},e.exports["#NYMEX:NG1!-symbol-description"]={en:["Natural Gas Futures"],ko:["천연 가스 선물"]},e.exports["#NYMEX:PA1!-symbol-description"]={en:["Palladium Futures"],ko:["팔라듐 선물"]},e.exports["#NYMEX:PL1!-symbol-description"]={en:["Platinum Futures"],ko:["플래티넘 퓨쳐스"]},e.exports["#NYMEX:RB1!-symbol-description"]={en:["RBOB Gasoline Futures"],ko:["RBOB 가솔린 선물"]},e.exports["#NYMEX:TT1!-symbol-description"]={en:["Cotton Futures"],ko:["카튼 퓨쳐스"]},e.exports["#NYMEX_MINI:QG1!-symbol-description"]={en:["E-mini Natural Gas Futures"],ko:["E-mini 천연가스 선물"]},e.exports["#NYMEX_MINI:QM1!-symbol-description"]={en:["E-mini Light Crude Oil Futures"],ko:["E-mini 경질유 선물"]},e.exports["#NYMEX_MINI:QU1!-symbol-description"]={en:["E-mini Gasoline Futures"],ko:["E-mini 가솔린 선물 선물"]},e.exports["#NYSE:BABA-symbol-description"]={en:["Alibaba Group Holdings Ltd."],ko:["알리바바 그룹 홀딩즈 Ltd."]},
+e.exports["#NYSE:F-symbol-description"]={en:["FORD MTR CO DEL"],ko:["포드 MTR CO DEL"]},e.exports["#NYSE:HE-symbol-description"]={en:["Hawaiian Electric Industries"]},e.exports["#NYSE:NYA-symbol-description"]={en:["NYSE Composite Index"],ko:["NYSE 컴포지트 인덱스"]},e.exports["#NYSE:PBR-symbol-description"]={en:["PETROLEO BRASILEIRO SA PETROBR"]},e.exports["#NYSE:XAX-symbol-description"]={en:["AMEX Composite Index"],ko:["AMEX 컴포지트 인덱스"]},e.exports["#NYSE:XMI-symbol-description"]={en:["NYSE ARCA Major Market Index"],ko:["뉴욕증권거래소 ARCA 주요 시장 지수"]},e.exports["#NZDJPY-symbol-description"]={en:["New Zealand Dollar / Japanese Yen"],ko:["뉴질랜드 달러 / 일본 엔"]},e.exports["#NZDUSD-symbol-description"]={en:["New Zealand Dollar / U.S. Dollar"],ko:["뉴질랜드 달러 / 미국 달러"]},e.exports["#NZX:ALLC-symbol-description"]={en:["S&P/NZX All Index (Capital Index)"],ko:["S&P/NZX ALL Index ( Capital Index )"]},e.exports["#NZX:NZ50G-symbol-description"]={en:["S&P / NZX 50 Index Gross"],ko:["S&P / NZX 50 인덱스 그로스"]},e.exports["#OANDA:NATGASUSD-symbol-description"]={en:["CFDs on Natural Gas"],ko:["천연 가스 CFDs"]},e.exports["#OANDA:SPX500USD-symbol-description"]={en:["S&P 500 Index"],ko:["S&P 500 인덱스"]},e.exports["#OANDA:XCUUSD-symbol-description"]={en:["CFDs on Copper (US$ / lb)"],ko:["구리 (US$ / lb) CFDs"]},e.exports["#OMXCOP:OMXC25-symbol-description"]={en:["OMX Copenhagen 25 Index"],ko:["OMX 코펜하겐 25 인덱스"]},e.exports["#OMXCOP:SCHO-symbol-description"]={en:["Schouw & Co A/S"]},e.exports["#OMXHEX:OMXH25-symbol-description"]={en:["OMX Helsinki 25 Index"],ko:["OMX 헬싱키 25 인덱스"]},e.exports["#OMXRSE:OMXRGI-symbol-description"]={en:["OMX Riga Gross Index"],ko:["OMX 리가 그로스 인덱스"]},e.exports["#OMXSTO:OMXS30-symbol-description"]={en:["OMX Stockholm 30 Index"],ko:["OMX 스톡홀름 30 인덱스"]},e.exports["#OMXTSE:OMXTGI-symbol-description"]={en:["OMX Tallinn Gross Index"],ko:["OMX 탈린 그로스 인덱스"]},e.exports["#OMXVSE:OMXVGI-symbol-description"]={en:["OMX Vilnius Gross Index"],ko:["OMX 빌니우스 그로스 인덱스"]},e.exports["#OTC:IHRMF-symbol-description"]={en:["Ishares MSCI Japan SHS"],ko:["Ishares MSCI 저팬 SHS"]},e.exports["#QSE:GNRI-symbol-description"]={en:["QE Index"],ko:["QE 인덱스"]},e.exports["#RTS-symbol-description"]={en:["Russian RTS Index"],ko:["러시아 RTS 인덱스"]},e.exports["#RUSSELL:RUA-symbol-description"]={en:["Russell 3000 Index"],ko:["러셀 3000 인덱스"]},e.exports["#RUSSELL:RUI-symbol-description"]={en:["Russell 1000 Index"],ko:["러셀 1000 인덱스"]},e.exports["#RUSSELL:RUT-symbol-description"]={en:["Russell 2000 Index"],ko:["러셀 2000 인덱스"]},e.exports["#SET:GC-symbol-description"]={en:["Global Connections Public Company"],ko:["글로벌 연결 공기업"]},e.exports["#SIX:F-symbol-description"]={en:["Ford Motor Company"],ko:["포드 모터 기업"]},e.exports["#SIX:SMI-symbol-description"]={en:["Swiss Market Index"],ko:["스위스 마켓 인덱스"]},e.exports["#SOLUSD-symbol-description"]={en:["Solana / U.S. Dollar"],ko:["솔라나 / 미국 달러"]},e.exports["#SOYBNUSD-symbol-description"]={en:["CFDs on Soybeans"],ko:["소이빈 CFDs"]},e.exports["#SP:OEX-symbol-description"]={en:["S&P 100 Index"],ko:["S&P 100 인덱스"]},e.exports["#SP:SPGSCI-symbol-description"]={
+en:["S&P Goldman Sachs Commodity Index"],ko:["S&P 골드만 삭스 커모디티 인덱스"]},e.exports["#SP:SPX-symbol-description"]={en:["S&P 500 Index"],ko:["S&P 500 인덱스"]},e.exports["#SP:SVX-symbol-description"]={en:["S&P 500 Value Index"],ko:["S&P 500 밸류 인덱스"]},e.exports["#SPX500-symbol-description"]={en:["S&P 500 Index"],ko:["S&P 500 인덱스"]},e.exports["#SUGARUSD-symbol-description"]={en:["CFDs on Sugar"],ko:["슈가 CFDs"]},e.exports["#SZSE:399001-symbol-description"]={en:["Shenzhen Component Index"],ko:["심천 컴포넌트 인덱스"]},e.exports["#TADAWUL:2370-symbol-description"]={en:["Middle East Specialized Cables Co."],ko:["중동 전문 케이블 주식회사"]},e.exports["#TADAWUL:TASI-symbol-description"]={en:["Tadawul All Shares Index"],ko:["타다위 올 셰어 인덱스"]},e.exports["#TASE:TA35-symbol-description"]={en:["TA-35 Index"],ko:["TA-35 인덱스"]},e.exports["#TSX:TSX-symbol-description"]={en:["S&P/TSX Composite Index"],ko:["S&P/TSX 컴포지트 인덱스"]},e.exports["#TSX:TX60-symbol-description"]={en:["S&P/TSX 60 Index"],ko:["S&P/TSX 60 인덱스"]},e.exports["#TVC:AU10-symbol-description"]={en:["Australia Government Bonds 10 YR"],ko:["호주 정부 10해 국채"]},e.exports["#TVC:AU10Y-symbol-description"]={en:["Australia Government Bonds 10 YR Yield"],ko:["호주 정부 10해 국채"]},e.exports["#TVC:AXY-symbol-description"]={en:["Australian Dollar Currency Index"],ko:["호주 달러 커런시 인덱스"]},e.exports["#TVC:BXY-symbol-description"]={en:["British Pound Currency Index"],ko:["영국 파운드 커런시 인덱스"]},e.exports["#TVC:CA10-symbol-description"]={en:["Canadian Government Bonds, 10 YR"],ko:["캐나다 국채 10년물"]},e.exports["#TVC:CA10Y-symbol-description"]={en:["Canadian Government Bonds 10 YR Yield"],ko:["캐나다 국채 10년물 수익률"]},e.exports["#TVC:CAC40-symbol-description"]={en:["CAC 40 Index"],ko:["CAC 40 인덱스"]},e.exports["#TVC:CN10-symbol-description"]={en:["China Government Bonds 10 YR"],ko:["중국 정부 10년 국채"]},e.exports["#TVC:CN10Y-symbol-description"]={en:["China Government Bonds 10 YR Yield"],ko:["중국 정부 10년 국채"]},e.exports["#TVC:CXY-symbol-description"]={en:["Canadian Dollar Currency Index"],ko:["캐나다 달러 커런시 인덱스"]},e.exports["#TVC:DE10-symbol-description"]={en:["German Government Bonds 10 YR"],ko:["독일 정부 10해 국채"]},e.exports["#TVC:DE10Y-symbol-description"]={en:["German Government Bonds 10 YR Yield"],ko:["독일 정부 10해 국채"]},e.exports["#TVC:DEU30-symbol-description"]={en:["DAX Index"],ko:["DAX 인덱스"]},e.exports["#TVC:DJI-symbol-description"]={en:["Dow Jones Industrial Average Index"],ko:["다우존스 산업평균지수"]},e.exports["#TVC:DXY-symbol-description"]={en:["U.S. Dollar Index"],ko:["미국 달러 인덱스"]},e.exports["#TVC:ES10-symbol-description"]={en:["Spain Government Bonds 10 YR"],ko:["스페인 정부 10해 국채"]},e.exports["#TVC:ES10Y-symbol-description"]={en:["Spain Government Bonds 10 YR Yield"],ko:["스페인 정부 10해 국채"]},e.exports["#TVC:EUBUND-symbol-description"]={en:["Euro Bund"],ko:["유로 분트"]},e.exports["#TVC:EXY-symbol-description"]={en:["Euro Currency Index"],ko:["유로 커런시 인덱스"]},e.exports["#TVC:FR10-symbol-description"]={en:["France Government Bonds 10 YR"],ko:["프랑스 정부 10해 국채"]},e.exports["#TVC:FR10Y-symbol-description"]={en:["France Government Bonds 10 YR Yield"],ko:["프랑스 정부 10해 국채"]},
+e.exports["#TVC:FTMIB-symbol-description"]={en:["Milano Italia Borsa Index"],ko:["밀라노 이탈리아 거래소 인덱스"]},e.exports["#TVC:GB02-symbol-description"]={en:["UK Government Bonds 2 YR"],ko:["영국 정부 2해 국채"]},e.exports["#TVC:GB10-symbol-description"]={en:["UK Government Bonds 10 YR"],ko:["영국 정부 10해 국채"]},e.exports["#TVC:GB10Y-symbol-description"]={en:["UK Government Bonds 10 YR Yield"],ko:["영국 정부 10해 국채"]},e.exports["#TVC:GOLD-symbol-description"]={en:["CFDs on Gold (US$ / OZ)"],ko:["골드 (US$ / OZ) CFDs"]},e.exports["#TVC:HSI-symbol-description"]={en:["Hang Seng Index"],ko:["항셍 인덱스"]},e.exports["#TVC:IBEX35-symbol-description"]={en:["IBEX 35 Index"],ko:["IBEX 35 인덱스"]},e.exports["#TVC:ID03-symbol-description"]={en:["Indonesia Government Bonds 3 YR"],ko:["인도네시아 정부 3해 국채"]},e.exports["#TVC:ID10-symbol-description"]={en:["Indonesia Government Bonds 10 YR"],ko:["인도네시아 정부 10해 국채"]},e.exports["#TVC:ID10Y-symbol-description"]={en:["Indonesia Government Bonds 10 YR Yield"],ko:["인도네시아 국채 10년물 수익률"]},e.exports["#TVC:IN10-symbol-description"]={en:["India Government Bonds 10 YR"],ko:["인도 정부 10해 국채"]},e.exports["#TVC:IN10Y-symbol-description"]={en:["India Government Bonds 10 YR Yield"],ko:["인도 정부 10년 채권"]},e.exports["#TVC:IT10-symbol-description"]={en:["Italy Government Bonds 10 YR"],ko:["이태리 정부 10해 국채"]},e.exports["#TVC:IT10Y-symbol-description"]={en:["Italy Government Bonds 10 YR Yield"],ko:["이태리 정부 10년 국채"]},e.exports["#TVC:IXIC-symbol-description"]={en:["US Composite Index"],ko:["유에스 컴포지트 인덱스"]},e.exports["#TVC:JP10-symbol-description"]={en:["Japan Government Bonds 10 YR"],ko:["일본 정부 10해 국채"]},e.exports["#TVC:JP10Y-symbol-description"]={en:["Japan Government Bonds 10 YR Yield"],ko:["일본 정부 10년 채권"]},e.exports["#TVC:JXY-symbol-description"]={en:["Japanese Yen Currency Index"],ko:["일본 엔 커런시 인덱스"]},e.exports["#TVC:KOSPI-symbol-description"]={en:["Korea Composite Stock Price Index"],ko:["대한민국 합성 주가지수"]},e.exports["#TVC:KR10-symbol-description"]={en:["Korea Government Bonds 10 YR"],ko:["대한민국 정부 10해 국채"]},e.exports["#TVC:KR10Y-symbol-description"]={en:["Korea Government Bonds 10 YR Yield"],ko:["대한민국 정부 10해 국채"]},e.exports["#TVC:MY10-symbol-description"]={en:["Malaysia Government Bonds 10 YR"],ko:["말레이시아 정부 본드 10 해"]},e.exports["#TVC:MY10Y-symbol-description"]={en:["Malaysia Government Bonds 10 YR Yield"],ko:["말레이시아 정부 본드 10 해"]},e.exports["#TVC:NDX-symbol-description"]={en:["US 100 Index"],ko:["유에스 100 인덱스"]},e.exports["#TVC:NI225-symbol-description"]={en:["Japan 225 Index"],ko:["일본 225 인덱스"]},e.exports["#TVC:NL10-symbol-description"]={en:["Netherlands Government Bonds, 10 YR"],ko:["네덜란드 국채 10년물"]},e.exports["#TVC:NL10Y-symbol-description"]={en:["Netherlands Government Bonds 10 YR Yield"],ko:["네덜란드 국채 10년물 수익률"]},e.exports["#TVC:NYA-symbol-description"]={en:["NYSE Composite Index"],ko:["나이스 컴포지트 인덱스"]},e.exports["#TVC:NZ10-symbol-description"]={en:["New Zealand Government Bonds, 10 YR"],ko:["뉴질랜드 국채 10년물"]},e.exports["#TVC:NZ10Y-symbol-description"]={en:["New Zealand Government Bonds 10 YR Yield"],ko:["뉴질랜드 국채 10년물 수익률"]},
+e.exports["#TVC:PALLADIUM-symbol-description"]={en:["CFDs on Palladium (US$ / OZ)"],ko:["팔라듐 (US$ / OZ) CFDs"]},e.exports["#TVC:PL05Y-symbol-description"]={en:["Poland Government Bonds 5 YR Yield"],ko:["폴란드 정부 본드 5 YR 일드"]},e.exports["#TVC:PL10Y-symbol-description"]={en:["Poland Government Bonds 10 YR Yield"],ko:["폴란드 정부 본드 10 YR 일드"]},e.exports["#TVC:PLATINUM-symbol-description"]={en:["CFDs on Platinum (US$ / OZ)"],ko:["플래티넘 (US$ / OZ) CFDs"]},e.exports["#TVC:PT10-symbol-description"]={en:["Portugal Government Bonds 10 YR"],ko:["포르투갈 정부 10해 국채"]},e.exports["#TVC:PT10Y-symbol-description"]={en:["Portugal Government Bonds 10 YR Yield"],ko:["포르투갈 정부 10해 국채"]},e.exports["#TVC:SA40-symbol-description"]={en:["South Africa Top 40 Index"],ko:["남아프리카 탑 40 인덱스"]},e.exports["#TVC:SILVER-symbol-description"]={en:["CFDs on Silver (US$ / OZ)"],ko:["실버 (US$ / OZ) CFDs"]},e.exports["#TVC:SPX-symbol-description"]={en:["S&P 500 Index"],ko:["S&P 500"]},e.exports["#TVC:SSMI-symbol-description"]={en:["Swiss Market Index"],ko:["스위스 마켓 인덱스"]},e.exports["#TVC:STI-symbol-description"]={en:["Straits Times Index"],ko:["스트레이츠 타임즈 인덱스"]},e.exports["#TVC:SX5E-symbol-description"]={en:["Euro Stoxx 50 Index"],ko:["유로 스탁스 50 인덱스"]},e.exports["#TVC:SXY-symbol-description"]={en:["Swiss Franc Currency Index"],ko:["스위스 프랑 커런시 인덱스"]},e.exports["#TVC:TR10-symbol-description"]={en:["Turkey Government Bonds 10 YR"],ko:["터키 정부 10해 국채"]},e.exports["#TVC:TR10Y-symbol-description"]={en:["Turkey Government Bonds 10 YR Yield"],ko:["Turkey Government Bonds 10 YR"]},e.exports["#TVC:UKOIL-symbol-description"]={en:["CFDs on Brent Crude Oil"],ko:["브렌트 크루드 오일 CFDs"]},e.exports["#TVC:UKX-symbol-description"]={en:["UK 100 Index"],ko:["UK 100 인덱스"]},e.exports["#TVC:US02-symbol-description"]={en:["US Government Bonds 2 YR"],ko:["미국 정부 2해 국채"]},e.exports["#TVC:US02Y-symbol-description"]={en:["US Government Bonds 2 YR Yield"],ko:["미국 정부 2년 국채"]},e.exports["#TVC:US05-symbol-description"]={en:["US Government Bonds 5 YR"],ko:["미국 정부 5해 국채"]},e.exports["#TVC:US05Y-symbol-description"]={en:["US Government Bonds 5 YR Yield"],ko:["미국 정부 5년 국채"]},e.exports["#TVC:US10-symbol-description"]={en:["US Government Bonds 10 YR"],ko:["미국 정부 10해 국채"]},e.exports["#TVC:US10Y-symbol-description"]={en:["US Government Bonds 10 YR Yield"],ko:["미국 정부 10년 채권"]},e.exports["#TVC:US30-symbol-description"]={en:["US Government Bonds 30 YR"],ko:["미국 정부 30해 본드"]},e.exports["#TVC:USOIL-symbol-description"]={en:["CFDs on WTI Crude Oil"],ko:["WTI 크루드 오일 CFDs"]},e.exports["#TVC:VIX-symbol-description"]={en:["Volatility S&P 500 Index"],ko:["볼래틸리티 S&P 500 인덱스"]},e.exports["#TVC:ZXY-symbol-description"]={en:["New Zealand Dollar Currency Index"],ko:["뉴질랜드 달러 커런시 인덱스"]},e.exports["#TWII-symbol-description"]={en:["Taiwan Weighted Index"],ko:["타이완 웨이티드 인덱스"]},e.exports["#TWSE:TAIEX-symbol-description"]={en:["Taiwan Capitalization Weighted Stock Index"],ko:["타이완 가권 인덱스"]},e.exports["#TWTR-symbol-description"]={en:["Twitter Inc"],ko:["트위터"]},e.exports["#UK100-symbol-description"]={en:["FTSE 100 Index"],
+ko:["FTSE 100 인덱스"]},e.exports["#UKOIL-symbol-description"]={en:["CFDs on Crude Oil (Brent)"],ko:["크루드 오일 (브렌트) CFDs"]},e.exports["#UNIUSD-symbol-description"]={en:["Uniswap / U.S. Dollar"],ko:["유니스왑 / 미국 달러"]},e.exports["#US30-symbol-description"]={en:["Dow Jones Industrial Average Index"],ko:["다우존스 산업 평균 지수"]},e.exports["#USDAUD-symbol-description"]={en:["U.S. Dollar / Australian Dollar"],ko:["미국 달러 / 호주 달러"]},e.exports["#USDBRL-symbol-description"]={en:["U.S. Dollar / Brazilian Real"],ko:["미국달러 / 브라질헤알"]},e.exports["#USDCAD-symbol-description"]={en:["U.S. Dollar / Canadian Dollar"],ko:["미국 달러 / 캐나다 달러"]},e.exports["#USDCHF-symbol-description"]={en:["U.S. Dollar / Swiss Franc"],ko:["미국 달러 / 스위스 프랑"]},e.exports["#USDCNY-symbol-description"]={en:["U.S. Dollar / Chinese Yuan"],ko:["미국 달러 / 중국 위안"]},e.exports["#USDDKK-symbol-description"]={en:["U.S. Dollar / Danish Krone"],ko:["미국 달러 / 덴마크 크로네"]},e.exports["#USDEUR-symbol-description"]={en:["U.S. Dollar / Euro"],ko:["미국 달러 / 유로"]},e.exports["#USDGBP-symbol-description"]={en:["U.S. Dollar / Pound Sterling"],ko:["미국 달러 / 파운드 스털링"]},e.exports["#USDHKD-symbol-description"]={en:["U.S. Dollar / Hong Kong Dollar"],ko:["미국 달러/홍콩 달러"]},e.exports["#USDHUF-symbol-description"]={en:["U.S. Dollar / Hungarian Forint"],ko:["미국 달러 / 헝가리 포린트"]},e.exports["#USDIDR-symbol-description"]={en:["U.S. Dollar / Rupiah"],ko:["미국달러 / 루피아"]},e.exports["#USDILS-symbol-description"]={en:["U.S. Dollar / Israeli Shekel"],ko:["미국 달러 / 이스라엘 셰켈"]},e.exports["#USDINR-symbol-description"]={en:["U.S. Dollar / Indian Rupee"],ko:["미국 달러 / 인도 루피"]},e.exports["#USDJPY-symbol-description"]={en:["U.S. Dollar / Japanese Yen"],ko:["미국 달러 / 일본 엔"]},e.exports["#USDKRW-symbol-description"]={en:["U.S. Dollar / South Korean"],ko:["미국 달러 / 대한민국 원"]},e.exports["#USDMXN-symbol-description"]={en:["U.S. Dollar / Mexican Peso"],ko:["미국 달러 / 멕시코 페소"]},e.exports["#USDNZD-symbol-description"]={en:["U.S. Dollar / New Zealand Dollar"],ko:["미국 달러 / 뉴질랜드 달러"]},e.exports["#USDPHP-symbol-description"]={en:["U.S. Dollar / Philippine peso"],ko:["미국 달러 / 필리핀 페소"]},e.exports["#USDPLN-symbol-description"]={en:["U.S. Dollar / Polish Zloty"],ko:["미국달러/폴란드즈워티"]},e.exports["#USDRUB-symbol-description"]={en:["U.S. Dollar / Russian Ruble"],ko:["미국 달러 / 러시아 루블"]},e.exports["#USDRUB_TOM-symbol-description"]={en:["U.S. Dollar / Russian Ruble TOM"],ko:["미국달러 / 러시아루블 TOM"]},e.exports["#USDSEK-symbol-description"]={en:["U.S. Dollar / Swedish Krona"],ko:["미국 달러 / 스웨덴 크로나"]},e.exports["#USDSGD-symbol-description"]={en:["U.S. Dollar / Singapore Dollar"],ko:["미국 달러 / 싱가폴 달러"]},e.exports["#USDTHB-symbol-description"]={en:["U.S. Dollar / Thai Baht"],ko:["미국 달러 / 타이 바트"]},e.exports["#USDTRY-symbol-description"]={en:["U.S. Dollar / Turkish Lira"],ko:["미국 달러 / 터키 리라"]},e.exports["#USDZAR-symbol-description"]={en:["U.S. Dollar / South African Rand"],ko:["미국 달러 / 남아공 란드"]},e.exports["#USOIL-symbol-description"]={en:["CFDs on Crude Oil (WTI)"],ko:["크루드 오일 (WTI) CFDs"]},e.exports["#WHEATUSD-symbol-description"]={en:["CFDs on Wheat"],ko:["휘트 CFDs"]},
+e.exports["#XAGUSD-symbol-description"]={en:["Silver / U.S. Dollar"],ko:["은 / 미국 달러"]},e.exports["#XAUUSD-symbol-description"]={en:["Gold Spot / U.S. Dollar"],ko:["골드 스팟 / 미국 달러"]},e.exports["#XBTCAD-symbol-description"]={en:["Bitcoin / Canadian Dollar"],ko:["비트코인 / 캐나다 달러"]},e.exports["#XETR:DAX-symbol-description"]={en:["DAX Index"],ko:["DAX 인덱스"]},e.exports["#XMRUSD-symbol-description"]={en:["Monero / U.S. Dollar"],ko:["모네로 / 미국 달러"]},e.exports["#XPDUSD-symbol-description"]={en:["CFDs on Palladium"],ko:["팔라듐 CFDs"]},e.exports["#XPTUSD-symbol-description"]={en:["Platinum / U.S. Dollar"],ko:["백금 / 미국 달러"]},e.exports["#XRPBTC-symbol-description"]={en:["XRP / Bitcoin"],ko:["리플 / 비트코인"]},e.exports["#XRPEUR-symbol-description"]={en:["XRP / Euro"],ko:["리플 / 유로"]},e.exports["#XRPUSD-symbol-description"]={en:["XRP / U.S. Dollar"],ko:["리플 / 미국 달러"]},e.exports["#ZECUSD-symbol-description"]={en:["Zcash / U.S. Dollar"],ko:["제트캐쉬 / 미국 달러"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.2486.11825549d0f3e1fd5ee7.js b/public/charting_library/bundles/ko.2486.11825549d0f3e1fd5ee7.js
new file mode 100644
index 0000000..dd223a4
--- /dev/null
+++ b/public/charting_library/bundles/ko.2486.11825549d0f3e1fd5ee7.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2486,4040,359],{55517:e=>{e.exports={en:["Add"],ko:["넣기"]}},29619:e=>{e.exports={en:["Add custom color"],ko:["커스텀 컬러 넣기"]}},80936:e=>{e.exports={en:["Opacity"],ko:["불투명성"]}},97349:e=>{e.exports={en:["Fr"],ko:["금"]}},30961:e=>{e.exports={en:["Mo"],ko:["월"]}},94748:e=>{e.exports={en:["Sa"],ko:["토"]}},75005:e=>{e.exports={en:["Su"],ko:["일"]}},92578:e=>{e.exports={en:["We"],ko:["수"]}},8765:e=>{e.exports={en:["Th"],ko:["목"]}},9135:e=>{e.exports={en:["Tu"],ko:["화"]}},53288:e=>{e.exports={en:["animals & nature"],ko:["애니멀 & 네이처"]}},21311:e=>{e.exports={en:["activity"],ko:["액티비티"]}},90678:e=>{e.exports={en:["food & drink"],ko:["푸드 & 드링크"]}},6715:e=>{e.exports={en:["flags"],ko:["플래그"]}},98355:e=>{e.exports={en:["objects"],ko:["오브젝트"]}},43438:e=>{e.exports={en:["smiles & people"],ko:["스마일 & 피플"]}},40457:e=>{e.exports={en:["symbols"],ko:["심볼"]}},88906:e=>{e.exports={en:["recently used"],ko:["최근에 쓰임"]}},28562:e=>{e.exports={en:["travel & places"],ko:["트래블 & 플레이스"]}},24716:e=>{e.exports={en:["Another symbol"],ko:["다른 심볼"]}},41256:e=>{e.exports={en:["Back"],ko:["뒤로"]}},94849:e=>{e.exports={en:["Main chart symbol"],ko:["메인 차트 심볼"]}},53174:e=>{e.exports={en:["Right"],ko:["라이트"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"],ko:["캘린더는 현재 {year} 년입니다."]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"],ko:["캘린더는 현재 {year_start}부터 {year_end}까지 연도입니다."]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"],ko:["캘린더는 현재 {month} 입니다."]}},4543:e=>{e.exports={en:["Cancel"],ko:["취소"]}},24197:e=>{e.exports={en:["Center"],ko:["센터"]}},63245:e=>{e.exports={en:["Change symbol"],ko:["종목바꾸기"]}},54613:e=>{e.exports={en:["Chart"],ko:["차트"]}},47742:e=>{e.exports={en:["Close menu"],ko:["메뉴 닫기"]}},34040:e=>{e.exports={en:["All sources"],ko:["모든 자료"]}},96413:e=>{e.exports={en:["Apply defaults"],ko:["기본설정"]}},77571:e=>{e.exports={en:["Apply to all"],ko:["모두 적용"]}},28896:e=>{e.exports={en:["April"],ko:["4월"]}},11081:e=>{e.exports={en:["August"],ko:["8월"]}},27567:e=>{e.exports={en:["Bottom"],ko:["아래"]}},42358:e=>{e.exports={en:["Bond"],ko:["채권"]}},68043:e=>{e.exports={en:["Gradient"],ko:["그래디언트"]}},6113:e=>{e.exports={en:["Do you really want to delete Chart Template '{name}' ?"],ko:["차트 템플릿 '{name}'를 정말 삭제하시겠습니까?"]}},27390:e=>{e.exports={en:["Dotted line"],ko:["도트 라인"]}},88123:e=>{e.exports={en:["Dashed line"],ko:["대쉬 라인"]}},90082:e=>{e.exports={en:["December"],ko:["12월"]}},55319:e=>{e.exports={en:["Decrease"],ko:["줄이기"]}},78734:e=>{e.exports={en:["Description"],ko:["설명"]}},81069:e=>{e.exports={en:["February"],ko:["2월"]}},3570:e=>{e.exports={en:["Friday"],ko:["금요일"]}},95406:e=>{e.exports={en:["Horizontal"],ko:["가로"]}},8854:e=>{e.exports={en:["Hidden"],ko:["숨겨진"]}},39832:e=>{e.exports={en:["Increase"],ko:["늘어남"]}},200:e=>{e.exports={en:["January"],ko:["1월"]}},6608:e=>{e.exports={en:["July"],ko:["7월"]}},61487:e=>{e.exports={en:["June"],ko:["6월"]}},37997:e=>{e.exports={en:["October"],ko:["10월"]}},55450:e=>{e.exports={
+en:["Offset"],ko:["오프셋"]}},19295:e=>{e.exports={en:["Ok"],ko:["확인"]}},11626:e=>{e.exports={en:["Left"],ko:["왼쪽"]}},28603:e=>{e.exports={en:["Line style"],ko:["라인 스타일"]}},19573:e=>{e.exports={en:["Monday"],ko:["월요일"]}},43154:e=>{e.exports={en:["Months"],ko:["달"]}},37117:e=>{e.exports={en:["More"],ko:["더보기"]}},25734:e=>{e.exports={en:["May"],ko:["5월"]}},93878:e=>{e.exports={en:["March"],ko:["3월"]}},68833:e=>{e.exports={en:["Middle"],ko:["미들"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],ko:["조건에 맞는 익스체인지가 없음"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],ko:["조건에 맞는 심볼이 없음"]}},4607:e=>{e.exports={en:["November"],ko:["11월"]}},65353:e=>{e.exports={en:["Normal"],ko:["정상"]}},69102:e=>{e.exports={en:["Next year"],ko:["다음 해"]}},17538:e=>{e.exports={en:["Next years"],ko:["다음 해들"]}},92790:e=>{e.exports={en:["Next month"],ko:["다음 달"]}},71300:e=>{e.exports={en:["Number format is invalid."],ko:["넘버 포맷이 잘못 되었습니다."]}},28628:e=>{e.exports={en:["Sources"],ko:["자료"]}},88686:e=>{e.exports={en:["Solid"],ko:["솔리드"]}},30348:e=>{e.exports={en:["Saturday"],ko:["토요일"]}},8573:e=>{e.exports={en:["Search"],ko:["찾기"]}},57640:e=>{e.exports={en:["Select source"],ko:["자료 선택"]}},32179:e=>{e.exports={en:["September"],ko:["9월"]}},31331:e=>{e.exports={en:["Specified value is more than the instrument maximum of {max}."],ko:["지정값이 인스트루먼트 맥시멈인 {max} 보다 큽니다."]}},24216:e=>{e.exports={en:["Specified value is less than the instrument minimum of {min}."],ko:["지정값이 인스트루먼트 미니멈인 {min} 보다 작습니다."]}},61480:e=>{e.exports={en:["Sunday"],ko:["일요일"]}},70235:e=>{e.exports={en:["Switch to months"],ko:["달로 바꾸기"]}},91245:e=>{e.exports={en:["Switch to dates"],ko:["날짜로 바꾸기"]}},71961:e=>{e.exports={en:["Switch to years"],ko:["해로 바꾸기"]}},95481:e=>{e.exports={en:["Symbol"],ko:["심볼"]}},74007:e=>{e.exports={en:["Symbol & description"],ko:["심볼 & 설명"]}},51165:e=>{e.exports={en:["Symbol Search"],ko:["심볼 찾기"]}},27254:e=>{e.exports={en:["Please enter the right date"],ko:["올바른 날짜를 넣으십시오"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"],ko:["올바른 날짜 포맷인 yyyy-mm-dd 으로 넣으십시오"]}},93984:e=>{e.exports={en:["Previous month"],ko:["앞 달"]}},75776:e=>{e.exports={en:["Previous year"],ko:["앞 해"]}},44701:e=>{e.exports={en:["Previous years"],ko:["앞선 해들"]}},89984:e=>{e.exports={en:["Remove color"],ko:["컬러 없애기"]}},47550:e=>{e.exports={en:["Remove selected emoji"],ko:["선택한 이모지 제거"]}},50421:e=>{e.exports={en:["Right"],ko:["오른쪽"]}},94226:e=>{e.exports={en:["Wednesday"],ko:["수요일"]}},97118:e=>{e.exports={en:["Top"],ko:["탑"]}},25485:e=>{e.exports={en:["Text alignment"],ko:["텍스트 얼라인"]}},67781:e=>{e.exports={en:["Text orientation"],ko:["텍스트 방향"]}},79137:e=>{e.exports={en:["Thursday"],ko:["목요일"]}},54971:e=>{e.exports={en:["Thickness"],ko:["두께"]}},82160:e=>{e.exports={en:["Tuesday"],ko:["화요일"]}},13748:e=>{e.exports={en:["Use special math signs to displace selected drawings: +,-,/,* for price and +,- for bar index."],ko:["선택한 드로윙을 대체하려면 특수 연산 부호를 사용합니다. 가격에는 +,-,/,*, 막대 인덱스는 +,-입니다."]}},69526:e=>{e.exports={en:["Vertical"],ko:["세로"]}},66181:e=>{
+e.exports={en:["Years"],ko:["해"]}},70932:e=>{e.exports={en:["commodity"],ko:["상품"]}},79599:e=>{e.exports={en:["cfd"],ko:["씨에프디"]}},29426:e=>{e.exports={en:["change opacity"],ko:["불투명도 바꾸기"]}},31675:e=>{e.exports={en:["change color"],ko:["칼라 바꾸기"]}},28818:e=>{e.exports={en:["change line style"],ko:["라인 스타일 바꾸기"]}},73281:e=>{e.exports={en:["change thickness"],ko:["두께 바꾸기"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ko:["{propertyName} 속성 변경"]}},5741:e=>{e.exports={en:["close"],ko:["클로즈"]}},46128:e=>{e.exports={en:["crypto"],ko:["크립토"]}},47268:e=>{e.exports={en:["dr"]}},406:e=>{e.exports={en:["e.g. +1"]}},49957:e=>{e.exports={en:["e.g. /2"]}},54094:e=>{e.exports={en:["economy"],ko:["경제"]}},17770:e=>{e.exports={en:["forex"],ko:["외환"]}},4723:e=>{e.exports={en:["futures"],ko:["퓨쳐스"]}},59319:e=>{e.exports={en:["high"],ko:["고가"]}},96008:e=>{e.exports={en:["hl2"],ko:["고저평균"]}},91189:e=>{e.exports={en:["hlc3"],ko:["고저종평균"]}},49242:e=>{e.exports={en:["hlcc4"]}},87464:e=>{e.exports={en:["index"],ko:["지수"]}},90250:e=>{e.exports={en:["indices"],ko:["지수"]}},52793:e=>{e.exports={en:["ohlc4"],ko:["시고저종평균"]}},83584:e=>{e.exports={en:["open"],ko:["오픈"]}},41902:e=>{e.exports={en:["low"],ko:["저가"]}},76752:e=>{e.exports={en:["stock"],ko:["스탁"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.2530.6108ccc54d7b804c8af1.js b/public/charting_library/bundles/ko.2530.6108ccc54d7b804c8af1.js
new file mode 100644
index 0000000..4044f90
--- /dev/null
+++ b/public/charting_library/bundles/ko.2530.6108ccc54d7b804c8af1.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2530,4109,9093],{4543:e=>{e.exports={en:["Cancel"],ko:["취소"]}},47742:e=>{e.exports={en:["Close menu"],ko:["메뉴 닫기"]}},69207:e=>{e.exports={en:["Add to favorites"],ko:["즐겨찾기에 넣기"]}},69644:e=>{e.exports={en:["Available for Pro accounts"],ko:["프로 계정에서 사용 가능"]}},10640:e=>{e.exports={en:["Editors' picks"],ko:["에디터즈 픽"]}},84549:e=>{e.exports={en:["Indicators"],ko:["지표"]}},70269:e=>{e.exports={en:["No indicators matched your criteria"],ko:["찾는 지표가 없습니다."]}},7378:e=>{e.exports={en:["Script name"],ko:["스크립트 이름"]}},8573:e=>{e.exports={en:["Search"],ko:["찾기"]}},85106:e=>{e.exports={en:["Remove from favorites"],ko:["즐겨찾기지움"]}},33673:e=>{e.exports={en:["{studyTitle} added to chart"],ko:["{studyTitle}이 차트에 추가되었음"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.2787.b95db3c8cfe7fab3c811.js b/public/charting_library/bundles/ko.2787.b95db3c8cfe7fab3c811.js
new file mode 100644
index 0000000..faaedae
--- /dev/null
+++ b/public/charting_library/bundles/ko.2787.b95db3c8cfe7fab3c811.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2787,6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ko:["#{count} (프라이스, 바)"]}},78930:e=>{e.exports={en:["Coordinates"],ko:["좌표"]}},24197:e=>{e.exports={en:["Center"],ko:["센터"]}},27567:e=>{e.exports={en:["Bottom"],ko:["아래"]}},72942:e=>{e.exports={en:["Days"],ko:["날"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ko:["변위(가격, 막대)"]}},61856:e=>{e.exports={en:["Extend left line"],ko:["왼 라인 익스텐드"]}},87430:e=>{e.exports={en:["Extend right line"],ko:["오른 라인 익스텐드"]}},56796:e=>{e.exports={en:["Hours"],ko:["시간"]}},95406:e=>{e.exports={en:["Horizontal"],ko:["가로"]}},21429:e=>{e.exports={en:["Inputs"],ko:["인풋"]}},11626:e=>{e.exports={en:["Left"],ko:["왼쪽"]}},43154:e=>{e.exports={en:["Months"],ko:["달"]}},68833:e=>{e.exports={en:["Middle"],ko:["미들"]}},42562:e=>{e.exports={en:["Minutes"],ko:["분"]}},65188:e=>{e.exports={en:["Seconds"],ko:["초"]}},50421:e=>{e.exports={en:["Right"],ko:["오른쪽"]}},835:e=>{e.exports={en:["Weeks"],ko:["주"]}},97118:e=>{e.exports={en:["Top"],ko:["탑"]}},70320:e=>{e.exports={en:["Text"],ko:["문자"]}},25485:e=>{e.exports={en:["Text alignment"],ko:["텍스트 얼라인"]}},67781:e=>{e.exports={en:["Text orientation"],ko:["텍스트 방향"]}},24821:e=>{e.exports={en:["Ticks"],ko:["틱스"]}},69526:e=>{e.exports={en:["Vertical"],ko:["세로"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ko:["프라이스 X 좌표 바꾸기"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ko:["프라이스 Y 좌표 바꾸기"]}},96135:e=>{e.exports={en:["change {title} days to"],ko:["{title} 날을 ~로 바꾸기"]}},91201:e=>{e.exports={en:["change {title} days from"],ko:["~로부터 {title} 날 바꾸기"]}},8306:e=>{e.exports={en:["change {title} hours from"],ko:["~로부터 {title} 시간 바꾸기"]}},67233:e=>{e.exports={en:["change {title} hours to"],ko:["{title} 시간을 ~로 바꾸기"]}},99122:e=>{e.exports={en:["change {title} months from"],ko:["~로부터 {title} 달 바꾸기"]}},10518:e=>{e.exports={en:["change {title} months to"],ko:["{title} 달을 ~로 바꾸기"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ko:["{title} 분을 ~로 바꾸기"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ko:["~로부터 {title} 분 바꾸기"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ko:["{title} 초를 ~로 바꾸기"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ko:["~로부터 {title} 초 바꾸기"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ko:["~로부터 {title} 주 바꾸기"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ko:["{title} 주를 ~로 바꾸기"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ko:["틱에서 {title} 비저빌리티 바꾸기"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ko:["주에서 {title} 비저빌리티 바꾸기"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ko:["{ranges} 에서 {title} 가시성 바꾸기"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ko:["날에서 {title} 비저빌리티 바꾸기"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ko:["시간에서 {title} 비저빌리티 바꾸기"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ko:["초에서 {title} 비저빌리티 바꾸기"]}},67583:e=>{e.exports={
+en:["change {title} visibility on months"],ko:["달에서 {title} 비저빌리티 바꾸기"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ko:["초에서 {title} 비저빌리티 바꾸기"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],ko:["{toolName} 라인 비저빌리티 바꾸기"]}},19541:e=>{e.exports={en:["change {toolName} line width"],ko:["{toolName} 라인 너비 바꾸기"]}},24059:e=>{e.exports={en:["change {toolName} line color"],ko:["{toolName} 라인 컬러 바꾸기"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],ko:["{toolName} 라인 왼쪽 늘임 바꾸기"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],ko:["{toolName} 라인 오른쪽 늘임 바꾸기"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],ko:["{toolName} 라인 왼쪽 끝 바꾸기"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],ko:["{toolName} 라인 오른쪽 끝 바꾸기"]}},66429:e=>{e.exports={en:["change {toolName} line style"],ko:["{toolName} 라인 스타일 바꾸기"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ko:["{propertyName} 속성 변경"]}},35813:e=>{e.exports={en:["days"],ko:["날"]}},89919:e=>{e.exports={en:["days to"],ko:["날을 ~으로"]}},59215:e=>{e.exports={en:["days from"],ko:["~로부터 ~날로"]}},2359:e=>{e.exports={en:["hours"],ko:["시간"]}},82267:e=>{e.exports={en:["hours from"],ko:["~로부터 ~시간으로"]}},15600:e=>{e.exports={en:["hours to"],ko:["시간을 ~으로"]}},76261:e=>{e.exports={en:["move drawings"],ko:["드로윙 옮기기"]}},95300:e=>{e.exports={en:["months"],ko:["달"]}},17250:e=>{e.exports={en:["months from"],ko:["~로부터 ~달로"]}},2828:e=>{e.exports={en:["months to"],ko:["달을 ~으로"]}},18726:e=>{e.exports={en:["minutes"],ko:["분"]}},67649:e=>{e.exports={en:["minutes to"],ko:["분을 ~으로"]}},22476:e=>{e.exports={en:["minutes from"],ko:["~로부터 ~분으로"]}},751:e=>{e.exports={en:["seconds"],ko:["초"]}},73419:e=>{e.exports={en:["seconds to"],ko:["초를 ~으로"]}},35801:e=>{e.exports={en:["seconds from"],ko:["~로부터 ~초로"]}},45537:e=>{e.exports={en:["weeks"],ko:["주"]}},92859:e=>{e.exports={en:["weeks from"],ko:["~로부터 ~주로"]}},44127:e=>{e.exports={en:["weeks to"],ko:["주를 ~으로"]}},3539:e=>{e.exports={en:["ticks"],ko:["틱스"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.3181.259d07263a732c089332.js b/public/charting_library/bundles/ko.3181.259d07263a732c089332.js
new file mode 100644
index 0000000..0c634c0
--- /dev/null
+++ b/public/charting_library/bundles/ko.3181.259d07263a732c089332.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3181,6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ko:["#{count} (프라이스, 바)"]}},33004:e=>{e.exports={en:["Counterclockwise"],ko:["반시계 방향"]}},78930:e=>{e.exports={en:["Coordinates"],ko:["좌표"]}},24197:e=>{e.exports={en:["Center"],ko:["센터"]}},27567:e=>{e.exports={en:["Bottom"],ko:["아래"]}},72942:e=>{e.exports={en:["Days"],ko:["날"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ko:["변위(가격, 막대)"]}},56796:e=>{e.exports={en:["Hours"],ko:["시간"]}},95406:e=>{e.exports={en:["Horizontal"],ko:["가로"]}},21429:e=>{e.exports={en:["Inputs"],ko:["인풋"]}},11626:e=>{e.exports={en:["Left"],ko:["왼쪽"]}},43154:e=>{e.exports={en:["Months"],ko:["달"]}},68833:e=>{e.exports={en:["Middle"],ko:["미들"]}},42562:e=>{e.exports={en:["Minutes"],ko:["분"]}},65188:e=>{e.exports={en:["Seconds"],ko:["초"]}},50421:e=>{e.exports={en:["Right"],ko:["오른쪽"]}},835:e=>{e.exports={en:["Weeks"],ko:["주"]}},97118:e=>{e.exports={en:["Top"],ko:["탑"]}},70320:e=>{e.exports={en:["Text"],ko:["문자"]}},25485:e=>{e.exports={en:["Text alignment"],ko:["텍스트 얼라인"]}},67781:e=>{e.exports={en:["Text orientation"],ko:["텍스트 방향"]}},24821:e=>{e.exports={en:["Ticks"],ko:["틱스"]}},69526:e=>{e.exports={en:["Vertical"],ko:["세로"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ko:["프라이스 X 좌표 바꾸기"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ko:["프라이스 Y 좌표 바꾸기"]}},60003:e=>{e.exports={en:["change {title} counterclockwise"],ko:["{title} 반시계방향 바꾸기"]}},96135:e=>{e.exports={en:["change {title} days to"],ko:["{title} 날을 ~로 바꾸기"]}},91201:e=>{e.exports={en:["change {title} days from"],ko:["~로부터 {title} 날 바꾸기"]}},8306:e=>{e.exports={en:["change {title} hours from"],ko:["~로부터 {title} 시간 바꾸기"]}},67233:e=>{e.exports={en:["change {title} hours to"],ko:["{title} 시간을 ~로 바꾸기"]}},46040:e=>{e.exports={en:["change {title} line width"],ko:["{title} 라인 너비 바꾸기"]}},7455:e=>{e.exports={en:["change {title} line color"],ko:["{title} 라인 컬러 바꾸기"]}},30843:e=>{e.exports={en:["change {title} line style"],ko:["{title} 라인 스타일 바꾸기"]}},99122:e=>{e.exports={en:["change {title} months from"],ko:["~로부터 {title} 달 바꾸기"]}},10518:e=>{e.exports={en:["change {title} months to"],ko:["{title} 달을 ~로 바꾸기"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ko:["{title} 분을 ~로 바꾸기"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ko:["~로부터 {title} 분 바꾸기"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ko:["{title} 초를 ~로 바꾸기"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ko:["~로부터 {title} 초 바꾸기"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ko:["~로부터 {title} 주 바꾸기"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ko:["{title} 주를 ~로 바꾸기"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ko:["틱에서 {title} 비저빌리티 바꾸기"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ko:["주에서 {title} 비저빌리티 바꾸기"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ko:["{ranges} 에서 {title} 가시성 바꾸기"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],
+ko:["날에서 {title} 비저빌리티 바꾸기"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ko:["시간에서 {title} 비저빌리티 바꾸기"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ko:["초에서 {title} 비저빌리티 바꾸기"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ko:["달에서 {title} 비저빌리티 바꾸기"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ko:["초에서 {title} 비저빌리티 바꾸기"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ko:["{propertyName} 속성 변경"]}},35813:e=>{e.exports={en:["days"],ko:["날"]}},89919:e=>{e.exports={en:["days to"],ko:["날을 ~으로"]}},59215:e=>{e.exports={en:["days from"],ko:["~로부터 ~날로"]}},2359:e=>{e.exports={en:["hours"],ko:["시간"]}},82267:e=>{e.exports={en:["hours from"],ko:["~로부터 ~시간으로"]}},15600:e=>{e.exports={en:["hours to"],ko:["시간을 ~으로"]}},76261:e=>{e.exports={en:["move drawings"],ko:["드로윙 옮기기"]}},95300:e=>{e.exports={en:["months"],ko:["달"]}},17250:e=>{e.exports={en:["months from"],ko:["~로부터 ~달로"]}},2828:e=>{e.exports={en:["months to"],ko:["달을 ~으로"]}},18726:e=>{e.exports={en:["minutes"],ko:["분"]}},67649:e=>{e.exports={en:["minutes to"],ko:["분을 ~으로"]}},22476:e=>{e.exports={en:["minutes from"],ko:["~로부터 ~분으로"]}},751:e=>{e.exports={en:["seconds"],ko:["초"]}},73419:e=>{e.exports={en:["seconds to"],ko:["초를 ~으로"]}},35801:e=>{e.exports={en:["seconds from"],ko:["~로부터 ~초로"]}},45537:e=>{e.exports={en:["weeks"],ko:["주"]}},92859:e=>{e.exports={en:["weeks from"],ko:["~로부터 ~주로"]}},44127:e=>{e.exports={en:["weeks to"],ko:["주를 ~으로"]}},3539:e=>{e.exports={en:["ticks"],ko:["틱스"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.3355.c5e027afabcecc85b871.js b/public/charting_library/bundles/ko.3355.c5e027afabcecc85b871.js
new file mode 100644
index 0000000..0ddbdb3
--- /dev/null
+++ b/public/charting_library/bundles/ko.3355.c5e027afabcecc85b871.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3355,6155,3367,2303,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ko:["#{count} (프라이스, 바)"]}},78930:e=>{e.exports={en:["Coordinates"],ko:["좌표"]}},24197:e=>{e.exports={en:["Center"],ko:["센터"]}},6060:e=>{e.exports={en:["Add text"],ko:["텍스트 넣기"]}},27567:e=>{e.exports={en:["Bottom"],ko:["아래"]}},38408:e=>{e.exports={en:["Border"],ko:["경계"]}},79468:e=>{e.exports={en:["Background"],ko:["배경"]}},72942:e=>{e.exports={en:["Days"],ko:["날"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ko:["변위(가격, 막대)"]}},56796:e=>{e.exports={en:["Hours"],ko:["시간"]}},95406:e=>{e.exports={en:["Horizontal"],ko:["가로"]}},21429:e=>{e.exports={en:["Inputs"],ko:["인풋"]}},74872:e=>{e.exports={en:["Label"],ko:["라벨"]}},11626:e=>{e.exports={en:["Left"],ko:["왼쪽"]}},43154:e=>{e.exports={en:["Months"],ko:["달"]}},68833:e=>{e.exports={en:["Middle"],ko:["미들"]}},42562:e=>{e.exports={en:["Minutes"],ko:["분"]}},65188:e=>{e.exports={en:["Seconds"],ko:["초"]}},50421:e=>{e.exports={en:["Right"],ko:["오른쪽"]}},835:e=>{e.exports={en:["Weeks"],ko:["주"]}},97118:e=>{e.exports={en:["Top"],ko:["탑"]}},70320:e=>{e.exports={en:["Text"],ko:["문자"]}},7560:e=>{e.exports={en:["Text wrap"],ko:["문자열줄넘김"]}},25485:e=>{e.exports={en:["Text alignment"],ko:["텍스트 얼라인"]}},67781:e=>{e.exports={en:["Text orientation"],ko:["텍스트 방향"]}},24821:e=>{e.exports={en:["Ticks"],ko:["틱스"]}},69526:e=>{e.exports={en:["Vertical"],ko:["세로"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ko:["프라이스 X 좌표 바꾸기"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ko:["프라이스 Y 좌표 바꾸기"]}},49765:e=>{e.exports={en:["change {title} background color"],ko:["{title} 배경 색상 변경"]}},96135:e=>{e.exports={en:["change {title} days to"],ko:["{title} 날을 ~로 바꾸기"]}},91201:e=>{e.exports={en:["change {title} days from"],ko:["~로부터 {title} 날 바꾸기"]}},8306:e=>{e.exports={en:["change {title} hours from"],ko:["~로부터 {title} 시간 바꾸기"]}},67233:e=>{e.exports={en:["change {title} hours to"],ko:["{title} 시간을 ~로 바꾸기"]}},99122:e=>{e.exports={en:["change {title} months from"],ko:["~로부터 {title} 달 바꾸기"]}},10518:e=>{e.exports={en:["change {title} months to"],ko:["{title} 달을 ~로 바꾸기"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ko:["{title} 분을 ~로 바꾸기"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ko:["~로부터 {title} 분 바꾸기"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ko:["{title} 초를 ~로 바꾸기"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ko:["~로부터 {title} 초 바꾸기"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ko:["~로부터 {title} 주 바꾸기"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ko:["{title} 주를 ~로 바꾸기"]}},57122:e=>{e.exports={en:["change {title} text"],ko:["{title} 텍스트 바꾸기"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ko:["틱에서 {title} 비저빌리티 바꾸기"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ko:["주에서 {title} 비저빌리티 바꾸기"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ko:["{ranges} 에서 {title} 가시성 바꾸기"]}},56402:e=>{e.exports={
+en:["change {title} visibility on days"],ko:["날에서 {title} 비저빌리티 바꾸기"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ko:["시간에서 {title} 비저빌리티 바꾸기"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ko:["초에서 {title} 비저빌리티 바꾸기"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ko:["달에서 {title} 비저빌리티 바꾸기"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ko:["초에서 {title} 비저빌리티 바꾸기"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],ko:["{toolName} 라벨 얼라인먼트 버티컬 바꾸기"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],ko:["{toolName} 라벨 얼라인먼트 호리존털 바꾸기"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],ko:["{toolName} 라벨 디렉션 바꾸기"]}},66668:e=>{e.exports={en:["change {toolName} text"],ko:["{toolName} 텍스트 바꾸기"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],ko:["{toolName} 텍스트 비저빌리티 바꾸기"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],ko:["{toolName} 텍스트 줄넘김 바꾸기"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],ko:["{toolName} 텍스트 백그라운드 컬러 바꾸기"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],ko:["{toolName} 텍스트 백그라운드 비저빌리티 바꾸기"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],ko:["{toolName} 텍스트 보더 컬러 바꾸기"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],ko:["{toolName} 텍스트 보더 너비 바꾸기"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],ko:["{toolName} 텍스트 보더 비저빌리티 바꾸기"]}},64500:e=>{e.exports={en:["change {toolName} text color"],ko:["{toolName} 텍스트 컬러 바꾸기"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],ko:["{toolName} 텍스트 폰트 볼드 바꾸기"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],ko:["{toolName} 텍스트 폰트 이탤릭 바꾸기"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],ko:["{toolName} 텍스트 폰트 바꾸기"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ko:["{propertyName} 속성 변경"]}},35813:e=>{e.exports={en:["days"],ko:["날"]}},89919:e=>{e.exports={en:["days to"],ko:["날을 ~으로"]}},59215:e=>{e.exports={en:["days from"],ko:["~로부터 ~날로"]}},2359:e=>{e.exports={en:["hours"],ko:["시간"]}},82267:e=>{e.exports={en:["hours from"],ko:["~로부터 ~시간으로"]}},15600:e=>{e.exports={en:["hours to"],ko:["시간을 ~으로"]}},76261:e=>{e.exports={en:["move drawings"],ko:["드로윙 옮기기"]}},95300:e=>{e.exports={en:["months"],ko:["달"]}},17250:e=>{e.exports={en:["months from"],ko:["~로부터 ~달로"]}},2828:e=>{e.exports={en:["months to"],ko:["달을 ~으로"]}},18726:e=>{e.exports={en:["minutes"],ko:["분"]}},67649:e=>{e.exports={en:["minutes to"],ko:["분을 ~으로"]}},22476:e=>{e.exports={en:["minutes from"],ko:["~로부터 ~분으로"]}},751:e=>{e.exports={en:["seconds"],ko:["초"]}},73419:e=>{e.exports={en:["seconds to"],ko:["초를 ~으로"]}},35801:e=>{e.exports={en:["seconds from"],ko:["~로부터 ~초로"]}},45537:e=>{e.exports={en:["weeks"],ko:["주"]}},92859:e=>{e.exports={en:["weeks from"],ko:["~로부터 ~주로"]}},44127:e=>{e.exports={en:["weeks to"],ko:["주를 ~으로"]}},3539:e=>{e.exports={en:["ticks"],ko:["틱스"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.3357.613d24759e11646b0997.js b/public/charting_library/bundles/ko.3357.613d24759e11646b0997.js
new file mode 100644
index 0000000..eee6222
--- /dev/null
+++ b/public/charting_library/bundles/ko.3357.613d24759e11646b0997.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3357,4109,9093],{53288:e=>{e.exports={en:["animals & nature"],ko:["애니멀 & 네이처"]}},21311:e=>{e.exports={en:["activity"],ko:["액티비티"]}},90678:e=>{e.exports={en:["food & drink"],ko:["푸드 & 드링크"]}},6715:e=>{e.exports={en:["flags"],ko:["플래그"]}},98355:e=>{e.exports={en:["objects"],ko:["오브젝트"]}},43438:e=>{e.exports={en:["smiles & people"],ko:["스마일 & 피플"]}},40457:e=>{e.exports={en:["symbols"],ko:["심볼"]}},88906:e=>{e.exports={en:["recently used"],ko:["최근에 쓰임"]}},28562:e=>{e.exports={en:["travel & places"],ko:["트래블 & 플레이스"]}},4543:e=>{e.exports={en:["Cancel"],ko:["취소"]}},47742:e=>{e.exports={en:["Close menu"],ko:["메뉴 닫기"]}},69207:e=>{e.exports={en:["Add to favorites"],ko:["즐겨찾기에 넣기"]}},80439:e=>{e.exports={en:["Do you really want to delete chart layout '{name}' ? This can't be undone. Your drawings and this layout will be gone forever."],ko:["차트 레이아웃 '{name}'을 정말 지우시겠습니까? 이 작업은 실행 취소할 수 없습니다. 드로잉과 이 레이아웃은 영원히 사라집니다."]}},56495:e=>{e.exports={en:["Do you really want to delete chart layout '{name}' that contains {n_drawings_on_n_symbols}? This can't be undone. Your drawings and this layout will be gone forever."],ko:["{n_drawings_on_n_symbols}가 포함된 차트 레이아웃 '{name}'을 정말 지우시겠습니까? 이 작업은 실행 취소할 수 없습니다. 드로잉과 이 레이아웃은 영원히 사라집니다."]}},55108:e=>{e.exports={en:["Date modified (oldest first)"],ko:["바뀐 날짜 (옛것부터)"]}},75272:e=>{e.exports={en:["Date modified (newest first)"],ko:["바뀐 날짜 (새것부터)"]}},11478:e=>{e.exports={en:["Layout name"],ko:["레이아웃 네임"]}},21329:e=>{e.exports={en:["Layout name (A to Z)"],ko:["레이아웃 이름 (A - Z)"]}},11324:e=>{e.exports={en:["Layout name (Z to A)"],ko:["레이아웃 이름 (Z - A)"]}},21355:e=>{e.exports={en:["Layouts"],ko:["레이아웃"]}},63269:e=>{e.exports={en:["No layouts matched your criteria"],ko:["기준에 맞는 레이아웃이 없습니다"]}},5191:e=>{e.exports={en:["Sort by layout name, date changed"],ko:["레이아웃 네임, 바뀐 날짜로 소팅"]}},8573:e=>{e.exports={en:["Search"],ko:["찾기"]}},85106:e=>{e.exports={en:["Remove from favorites"],ko:["즐겨찾기지움"]}},47550:e=>{e.exports={en:["Remove selected emoji"],ko:["선택한 이모지 제거"]}},30502:e=>{e.exports={en:["on {amount} symbol","on {amount} symbols"],ko:["on {amount} 심볼"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.3367.8357e9248b9de0310231.js b/public/charting_library/bundles/ko.3367.8357e9248b9de0310231.js
new file mode 100644
index 0000000..ddc6482
--- /dev/null
+++ b/public/charting_library/bundles/ko.3367.8357e9248b9de0310231.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3367,6155,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ko:["#{count} (프라이스, 바)"]}},78930:e=>{e.exports={en:["Coordinates"],ko:["좌표"]}},24197:e=>{e.exports={en:["Center"],ko:["센터"]}},27567:e=>{e.exports={en:["Bottom"],ko:["아래"]}},38408:e=>{e.exports={en:["Border"],ko:["경계"]}},79468:e=>{e.exports={en:["Background"],ko:["배경"]}},72942:e=>{e.exports={en:["Days"],ko:["날"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ko:["변위(가격, 막대)"]}},56796:e=>{e.exports={en:["Hours"],ko:["시간"]}},95406:e=>{e.exports={en:["Horizontal"],ko:["가로"]}},21429:e=>{e.exports={en:["Inputs"],ko:["인풋"]}},11626:e=>{e.exports={en:["Left"],ko:["왼쪽"]}},43154:e=>{e.exports={en:["Months"],ko:["달"]}},68833:e=>{e.exports={en:["Middle"],ko:["미들"]}},42562:e=>{e.exports={en:["Minutes"],ko:["분"]}},65188:e=>{e.exports={en:["Seconds"],ko:["초"]}},50421:e=>{e.exports={en:["Right"],ko:["오른쪽"]}},835:e=>{e.exports={en:["Weeks"],ko:["주"]}},97118:e=>{e.exports={en:["Top"],ko:["탑"]}},70320:e=>{e.exports={en:["Text"],ko:["문자"]}},7560:e=>{e.exports={en:["Text wrap"],ko:["문자열줄넘김"]}},25485:e=>{e.exports={en:["Text alignment"],ko:["텍스트 얼라인"]}},67781:e=>{e.exports={en:["Text orientation"],ko:["텍스트 방향"]}},24821:e=>{e.exports={en:["Ticks"],ko:["틱스"]}},69526:e=>{e.exports={en:["Vertical"],ko:["세로"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ko:["프라이스 X 좌표 바꾸기"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ko:["프라이스 Y 좌표 바꾸기"]}},96135:e=>{e.exports={en:["change {title} days to"],ko:["{title} 날을 ~로 바꾸기"]}},91201:e=>{e.exports={en:["change {title} days from"],ko:["~로부터 {title} 날 바꾸기"]}},8306:e=>{e.exports={en:["change {title} hours from"],ko:["~로부터 {title} 시간 바꾸기"]}},67233:e=>{e.exports={en:["change {title} hours to"],ko:["{title} 시간을 ~로 바꾸기"]}},99122:e=>{e.exports={en:["change {title} months from"],ko:["~로부터 {title} 달 바꾸기"]}},10518:e=>{e.exports={en:["change {title} months to"],ko:["{title} 달을 ~로 바꾸기"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ko:["{title} 분을 ~로 바꾸기"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ko:["~로부터 {title} 분 바꾸기"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ko:["{title} 초를 ~로 바꾸기"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ko:["~로부터 {title} 초 바꾸기"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ko:["~로부터 {title} 주 바꾸기"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ko:["{title} 주를 ~로 바꾸기"]}},57122:e=>{e.exports={en:["change {title} text"],ko:["{title} 텍스트 바꾸기"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ko:["틱에서 {title} 비저빌리티 바꾸기"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ko:["주에서 {title} 비저빌리티 바꾸기"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ko:["{ranges} 에서 {title} 가시성 바꾸기"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ko:["날에서 {title} 비저빌리티 바꾸기"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ko:["시간에서 {title} 비저빌리티 바꾸기"]}},78219:e=>{e.exports={
+en:["change {title} visibility on minutes"],ko:["초에서 {title} 비저빌리티 바꾸기"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ko:["달에서 {title} 비저빌리티 바꾸기"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ko:["초에서 {title} 비저빌리티 바꾸기"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],ko:["{toolName} 라벨 얼라인먼트 버티컬 바꾸기"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],ko:["{toolName} 라벨 얼라인먼트 호리존털 바꾸기"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],ko:["{toolName} 라벨 디렉션 바꾸기"]}},66668:e=>{e.exports={en:["change {toolName} text"],ko:["{toolName} 텍스트 바꾸기"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],ko:["{toolName} 텍스트 비저빌리티 바꾸기"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],ko:["{toolName} 텍스트 줄넘김 바꾸기"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],ko:["{toolName} 텍스트 백그라운드 컬러 바꾸기"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],ko:["{toolName} 텍스트 백그라운드 비저빌리티 바꾸기"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],ko:["{toolName} 텍스트 보더 컬러 바꾸기"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],ko:["{toolName} 텍스트 보더 너비 바꾸기"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],ko:["{toolName} 텍스트 보더 비저빌리티 바꾸기"]}},64500:e=>{e.exports={en:["change {toolName} text color"],ko:["{toolName} 텍스트 컬러 바꾸기"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],ko:["{toolName} 텍스트 폰트 볼드 바꾸기"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],ko:["{toolName} 텍스트 폰트 이탤릭 바꾸기"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],ko:["{toolName} 텍스트 폰트 바꾸기"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ko:["{propertyName} 속성 변경"]}},35813:e=>{e.exports={en:["days"],ko:["날"]}},89919:e=>{e.exports={en:["days to"],ko:["날을 ~으로"]}},59215:e=>{e.exports={en:["days from"],ko:["~로부터 ~날로"]}},2359:e=>{e.exports={en:["hours"],ko:["시간"]}},82267:e=>{e.exports={en:["hours from"],ko:["~로부터 ~시간으로"]}},15600:e=>{e.exports={en:["hours to"],ko:["시간을 ~으로"]}},76261:e=>{e.exports={en:["move drawings"],ko:["드로윙 옮기기"]}},95300:e=>{e.exports={en:["months"],ko:["달"]}},17250:e=>{e.exports={en:["months from"],ko:["~로부터 ~달로"]}},2828:e=>{e.exports={en:["months to"],ko:["달을 ~으로"]}},18726:e=>{e.exports={en:["minutes"],ko:["분"]}},67649:e=>{e.exports={en:["minutes to"],ko:["분을 ~으로"]}},22476:e=>{e.exports={en:["minutes from"],ko:["~로부터 ~분으로"]}},751:e=>{e.exports={en:["seconds"],ko:["초"]}},73419:e=>{e.exports={en:["seconds to"],ko:["초를 ~으로"]}},35801:e=>{e.exports={en:["seconds from"],ko:["~로부터 ~초로"]}},45537:e=>{e.exports={en:["weeks"],ko:["주"]}},92859:e=>{e.exports={en:["weeks from"],ko:["~로부터 ~주로"]}},44127:e=>{e.exports={en:["weeks to"],ko:["주를 ~으로"]}},3539:e=>{e.exports={en:["ticks"],ko:["틱스"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.359.3c5835e59f61404fe3cc.js b/public/charting_library/bundles/ko.359.3c5835e59f61404fe3cc.js
new file mode 100644
index 0000000..7a851c6
--- /dev/null
+++ b/public/charting_library/bundles/ko.359.3c5835e59f61404fe3cc.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[359,4040],{41256:e=>{e.exports={en:["Back"],ko:["뒤로"]}},53174:e=>{e.exports={en:["Right"],ko:["라이트"]}},4543:e=>{e.exports={en:["Cancel"],ko:["취소"]}},47742:e=>{e.exports={en:["Close menu"],ko:["메뉴 닫기"]}},34040:e=>{e.exports={en:["All sources"],ko:["모든 자료"]}},42358:e=>{e.exports={en:["Bond"],ko:["채권"]}},78734:e=>{e.exports={en:["Description"],ko:["설명"]}},37117:e=>{e.exports={en:["More"],ko:["더보기"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],ko:["조건에 맞는 익스체인지가 없음"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],ko:["조건에 맞는 심볼이 없음"]}},28628:e=>{e.exports={en:["Sources"],ko:["자료"]}},8573:e=>{e.exports={en:["Search"],ko:["찾기"]}},57640:e=>{e.exports={en:["Select source"],ko:["자료 선택"]}},95481:e=>{e.exports={en:["Symbol"],ko:["심볼"]}},74007:e=>{e.exports={en:["Symbol & description"],ko:["심볼 & 설명"]}},51165:e=>{e.exports={en:["Symbol Search"],ko:["심볼 찾기"]}},70932:e=>{e.exports={en:["commodity"],ko:["상품"]}},79599:e=>{e.exports={en:["cfd"],ko:["씨에프디"]}},46128:e=>{e.exports={en:["crypto"],ko:["크립토"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"],ko:["경제"]}},17770:e=>{e.exports={en:["forex"],ko:["외환"]}},4723:e=>{e.exports={en:["futures"],ko:["퓨쳐스"]}},87464:e=>{e.exports={en:["index"],ko:["지수"]}},90250:e=>{e.exports={en:["indices"],ko:["지수"]}},76752:e=>{e.exports={en:["stock"],ko:["스탁"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.3597.9c639cb519af03750b8e.js b/public/charting_library/bundles/ko.3597.9c639cb519af03750b8e.js
new file mode 100644
index 0000000..8954a8f
--- /dev/null
+++ b/public/charting_library/bundles/ko.3597.9c639cb519af03750b8e.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3597],{53288:e=>{e.exports={en:["animals & nature"],ko:["애니멀 & 네이처"]}},21311:e=>{e.exports={en:["activity"],ko:["액티비티"]}},90678:e=>{e.exports={en:["food & drink"],ko:["푸드 & 드링크"]}},6715:e=>{e.exports={en:["flags"],ko:["플래그"]}},98355:e=>{e.exports={en:["objects"],ko:["오브젝트"]}},43438:e=>{e.exports={en:["smiles & people"],ko:["스마일 & 피플"]}},40457:e=>{e.exports={en:["symbols"],ko:["심볼"]}},88906:e=>{e.exports={en:["recently used"],ko:["최근에 쓰임"]}},28562:e=>{e.exports={en:["travel & places"],ko:["트래블 & 플레이스"]}},4543:e=>{e.exports={en:["Cancel"],ko:["취소"]}},47742:e=>{e.exports={en:["Close menu"],ko:["메뉴 닫기"]}},4461:e=>{e.exports={en:["Add emoji"],ko:["이모지 넣기"]}},9372:e=>{e.exports={en:["Indicator template '{templateName}' already exists. Do you really want to replace it?"],ko:["인디케이터 템플릿 '{templateName}'이 이미 있습니다. 정말 바꾸시겠습니까?"]}},19295:e=>{e.exports={en:["Ok"],ko:["확인"]}},85888:e=>{e.exports={en:["No results found"],ko:["결과를 찾을 수 없습니다"]}},64e3:e=>{e.exports={en:["Save"],ko:["저장"]}},71924:e=>{e.exports={en:["Save indicator template"],ko:["인디케이터 템플릿 저장"]}},6081:e=>{e.exports={en:["Saved indicators"],ko:["세이브된 인디케이터"]}},63035:e=>{e.exports={en:["Selecting this option will set the {interval} interval on the chart when this template is applied"],ko:["이 옵션을 고르면 이 템플릿이 적용될 때 차트에 {interval} 을 세팅하게 됩니다."]}},13860:e=>{e.exports={en:["Selecting this option will set the {symbol} symbol on the chart when this template is applied"],ko:["이 옵션을 고르면 이 템플릿이 적용될 때 차트에 {symbol} 을 세팅하게 됩니다."]}},18698:e=>{e.exports={en:["Remember Interval"],ko:["인터벌 기억하기"]}},57149:e=>{e.exports={en:["Remember Symbol"],ko:["심볼 기억하기"]}},47550:e=>{e.exports={en:["Remove selected emoji"],ko:["선택한 이모지 제거"]}},59233:e=>{e.exports={en:["Template name"],ko:["템플릿이름"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.4040.333002e872dd8b0c1c95.js b/public/charting_library/bundles/ko.4040.333002e872dd8b0c1c95.js
new file mode 100644
index 0000000..4b49313
--- /dev/null
+++ b/public/charting_library/bundles/ko.4040.333002e872dd8b0c1c95.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4040],{34040:e=>{e.exports={en:["All sources"],ko:["모든 자료"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.4109.921da6023cc8aa9fe3a5.js b/public/charting_library/bundles/ko.4109.921da6023cc8aa9fe3a5.js
new file mode 100644
index 0000000..fbf9748
--- /dev/null
+++ b/public/charting_library/bundles/ko.4109.921da6023cc8aa9fe3a5.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4109],{69207:e=>{e.exports={en:["Add to favorites"],ko:["즐겨찾기에 넣기"]}},85106:e=>{e.exports={en:["Remove from favorites"],ko:["즐겨찾기지움"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.4166.e3c369fb8ae4775c7f89.js b/public/charting_library/bundles/ko.4166.e3c369fb8ae4775c7f89.js
new file mode 100644
index 0000000..4e71c5b
--- /dev/null
+++ b/public/charting_library/bundles/ko.4166.e3c369fb8ae4775c7f89.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4166],{80996:o=>{o.exports={en:["Local drawings"],ko:["로컬 드로잉"]}},84212:o=>{o.exports={en:["No drawings yet"],ko:["그림없음"]}},92931:o=>{o.exports={en:["Synced globally"],ko:["전체 싱크"]}},41870:o=>{o.exports={en:["Synced in layout"],ko:["레이아웃 싱크"]}},8182:o=>{o.exports={en:["Remove all drawings for this symbol"],ko:["이 심볼에 대한 모든 드로잉 없애기"]}},58407:o=>{o.exports={en:["remove all line tools for {symbol}"],ko:["{symbol}의 모든 줄 도구 제거"]}},90755:o=>{o.exports={en:["{drawingsCount} drawing","{drawingsCount} drawings"],ko:["{drawingsCount} 드로잉"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.4211.932ffa2dc04657916b72.js b/public/charting_library/bundles/ko.4211.932ffa2dc04657916b72.js
new file mode 100644
index 0000000..a8040b9
--- /dev/null
+++ b/public/charting_library/bundles/ko.4211.932ffa2dc04657916b72.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4211,4040,359,4109,9093],{23821:e=>{e.exports={en:["Dot"],ko:["점"]}},41256:e=>{e.exports={en:["Back"],ko:["뒤로"]}},53174:e=>{e.exports={en:["Right"],ko:["라이트"]}},57e3:e=>{e.exports={en:["Compare"],ko:["비교"]}},93111:e=>{e.exports={en:["Content"],ko:["컨텐츠"]}},8270:e=>{e.exports={en:["Copy link to the chart image"],ko:["차트 이미지 링크 복사"]}},4543:e=>{e.exports={en:["Cancel"],ko:["취소"]}},59934:e=>{e.exports={en:["Channels"],ko:["채널"]}},63245:e=>{e.exports={en:["Change symbol"],ko:["종목바꾸기"]}},56281:e=>{e.exports={en:["Chart style Columns"],ko:["차트 스타일 컬럼"]}},64526:e=>{e.exports={en:["Chart style Candles"],ko:["차트 스타일 캔들"]}},9537:e=>{e.exports={en:["Chart style Area"],ko:["차트 스타일 영역"]}},19265:e=>{e.exports={en:["Chart style Bars"],ko:["차트 스타일 바"]}},19579:e=>{e.exports={en:["Chart style Baseline"],ko:["차트 스타일 베이스라인"]}},47189:e=>{e.exports={en:["Chart style Kagi"],ko:["차트 스타일 카기"]}},39883:e=>{e.exports={en:["Chart style HLC area"],ko:["차트 스타일 HLC 영역"]}},67579:e=>{e.exports={en:["Chart style HLC bars"]}},44958:e=>{e.exports={en:["Chart style Hollow candles"],ko:["차트 스타일 할로우 캔들"]}},62423:e=>{e.exports={en:["Chart style Heikin Ashi"],ko:["차트 스타일 하이킨 아시"]}},70405:e=>{e.exports={en:["Chart style High-low"],ko:["차트 스타일 하이-로우"]}},92911:e=>{e.exports={en:["Chart style Line"],ko:["차트 스타일 라인"]}},35458:e=>{e.exports={en:["Chart style Line with markers"],ko:["마커 있는 차트 스타일 라인"]}},11604:e=>{e.exports={en:["Chart style Line break"],ko:["차트 스타일 라인 브레이크"]}},67346:e=>{e.exports={en:["Chart style Session volume profile"],ko:["차트 스타일 세션 볼륨 프로화일"]}},40447:e=>{e.exports={en:["Chart style Step line"],ko:["차트 스타일 스텝 라인"]}},22027:e=>{e.exports={en:["Chart style Point & figure"],ko:["차트 스타일 포인트 & 피겨"]}},49942:e=>{e.exports={en:["Chart style Range"],ko:["차트 스타일 레인지"]}},80082:e=>{e.exports={en:["Chart style Renko"],ko:["차트 스타일 렌코"]}},94861:e=>{e.exports={en:["Chart style Time Price Opportunity"],ko:["차트 스타일 시간 가격 기회"]}},13618:e=>{e.exports={en:["Chart style Volume candles"],ko:["차트 스타일 볼륨 캔들"]}},21190:e=>{e.exports={en:["Chart style Volume footprint"],ko:["차트 스타일 볼륨 풋프린트"]}},53438:e=>{e.exports={en:["Chart template"],ko:["차트 템플릿"]}},47742:e=>{e.exports={en:["Close menu"],ko:["메뉴 닫기"]}},81578:e=>{e.exports={en:["Cursors"],ko:["커서"]}},77915:e=>{e.exports={en:["Cycles"],ko:["사이클"]}},32064:e=>{e.exports={en:["Annotation tools"],ko:["어노테이션 툴"]}},69207:e=>{e.exports={en:["Add to favorites"],ko:["즐겨찾기에 넣기"]}},34040:e=>{e.exports={en:["All sources"],ko:["모든 자료"]}},19147:e=>{e.exports={en:["Arrows"],ko:["화살"]}},42358:e=>{e.exports={en:["Bond"],ko:["채권"]}},65695:e=>{e.exports={en:["Brushes"],ko:["브러시"]}},51494:e=>{e.exports={en:["Gann"],ko:["간"]}},2654:e=>{e.exports={en:["Gann and Fibonacci tools"],ko:["간 및 피보나치 툴"]}},22145:e=>{e.exports={en:["Geometric shapes"],ko:["지오메트릭 셰이프"]}},57157:e=>{e.exports={en:["Dot"],ko:["점"]}},25848:e=>{e.exports={en:["Dark theme"],ko:["다크 테마"]}},14939:e=>{e.exports={en:["Demonstration"],ko:["데모"]}},78734:e=>{e.exports={en:["Description"],ko:["설명"]}},74385:e=>{
+e.exports={en:["Drawings"],ko:["그리기"]}},44255:e=>{e.exports={en:["Elliott waves"],ko:["엘리엇 웨이브"]}},8727:e=>{e.exports={en:["Eraser"],ko:["지우개"]}},93308:e=>{e.exports={en:["Extended session"],ko:["연장 거래 시간 세션"]}},1410:e=>{e.exports={en:["Forecasting and measurement tools"],ko:["예측 및 측정 툴"]}},26578:e=>{e.exports={en:["Fibonacci"],ko:["피보나치"]}},67092:e=>{e.exports={en:["Fullscreen mode"],ko:["전체화면모드"]}},83576:e=>{e.exports={en:["Function"],ko:["기능"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"],ko:["임시 드로잉을 위해 {hotKey_0} 누르고 있기"]}},27077:e=>{e.exports={en:["Open Object Tree"],ko:["오브젝트 트리 열기"]}},7386:e=>{e.exports={en:["Open chart layout"],ko:["차트 레이아웃 열기"]}},79451:e=>{e.exports={en:["Lock all drawings"],ko:["드로잉툴고정"]}},35112:e=>{e.exports={en:["Move chart back"],ko:["차트를 뒤로 이동"]}},12754:e=>{e.exports={en:["Move chart forward"],ko:["차트를 앞으로 이동"]}},37117:e=>{e.exports={en:["More"],ko:["더보기"]}},35553:e=>{e.exports={en:["Magic"],ko:["매직"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"],ko:["자석모드는 가장 최근 OHLC 밸류에 가까운 프라이스에 드로잉을 들러붙게 해줍니다."]}},81031:e=>{e.exports={en:["Manage layout drawings"],ko:["레이아웃 드로잉 관리"]}},91563:e=>{e.exports={en:["Measure"],ko:["재기"]}},97050:e=>{e.exports={en:["Measurer"],ko:["계측기"]}},7276:e=>{e.exports={en:["Merge all scales to the left"],ko:["모든 스케일을 왼쪽으로 병합"]}},80219:e=>{e.exports={en:["Merge all scales to the right"],ko:["모든 스케일을 오른쪽으로 병합"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],ko:["조건에 맞는 익스체인지가 없음"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],ko:["조건에 맞는 심볼이 없음"]}},47202:e=>{e.exports={en:["Nothing matches your criteria"],ko:["기준과 일치하는 항목이 없습니다"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"],ko:["새 차트를 고를 때 새 드로잉들은 레이아웃에 있는 모든 차트에 복제됩니다."]}},3521:e=>{e.exports={en:["New drawings will sync globally"],ko:["새 드로잉은 글로벌 싱크됩니다"]}},93027:e=>{e.exports={en:["New drawings will sync in layout"],ko:["새 드로잉은 레이아웃에서 싱크됩니다"]}},28628:e=>{e.exports={en:["Sources"],ko:["자료"]}},41569:e=>{e.exports={en:["Save chart layout"],ko:["차트 레이아웃 저장"]}},8573:e=>{e.exports={en:["Search"],ko:["찾기"]}},79354:e=>{e.exports={en:["Search tool or function"],ko:["툴 혹은 기능 검색"]}},57640:e=>{e.exports={en:["Select source"],ko:["자료 선택"]}},65781:e=>{e.exports={en:["Shapes"],ko:["셰이프"]}},3154:e=>{e.exports={en:["Show Hidden Tools"],ko:["숨긴툴 보기"]}},85786:e=>{e.exports={en:["Show Object Tree"],ko:["오브젝트 트리 보기"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],ko:["그리기모드 유지"]}},94593:e=>{e.exports={en:["Strong Magnet"],ko:["스트롱 마그넷"]}},95481:e=>{e.exports={en:["Symbol"],ko:["심볼"]}},74007:e=>{e.exports={en:["Symbol & description"],ko:["심볼 & 설명"]}},51165:e=>{e.exports={en:["Symbol Search"],ko:["심볼 찾기"]}},23391:e=>{e.exports={en:["Sync drawings to all charts"],ko:["모든 차트에 드로잉 동기화"]}},46417:e=>{e.exports={en:["Patterns"],ko:["패턴"]}},36167:e=>{e.exports={en:["Pitchforks"],ko:["피치포크"]}},79366:e=>{e.exports={en:["Previous day close price line"],
+ko:["전날 클로즈 프라이스 라인"]}},76753:e=>{e.exports={en:["Recent search"],ko:["최근 검색"]}},28051:e=>{e.exports={en:["Regular session"],ko:["정규 거래 시간 세션"]}},57118:e=>{e.exports={en:["Remove Drawings"],ko:["드로잉 없애기"]}},4474:e=>{e.exports={en:["Remove all indicators and drawing tools"],ko:["모든 지표와 드로잉툴 삭제"]}},96374:e=>{e.exports={en:["Remove drawings"],ko:["드로잉 없애기"]}},85106:e=>{e.exports={en:["Remove from favorites"],ko:["즐겨찾기지움"]}},99984:e=>{e.exports={en:["Remove indicators"],ko:["인디케이터 없애기"]}},38206:e=>{e.exports={en:["Rename chart layout"],ko:["차트 레이아웃 이름 바꾸기"]}},31789:e=>{e.exports={en:["Reset chart"],ko:["차트 리셋"]}},3519:e=>{e.exports={en:["Weak Magnet"],ko:["위크 마그넷"]}},65831:e=>{e.exports={en:["Text & Notes"],ko:["텍스트 & 노트"]}},48773:e=>{e.exports={en:["Trend line tools"],ko:["트렌드 라인 툴"]}},27463:e=>{e.exports={en:["Type to search for drawings, functions and settings"],ko:["드로잉, 기능 및 설정을 검색하려면 입력"]}},69260:e=>{e.exports={en:["Volume-based"],ko:["볼륨-기반"]}},78659:e=>{e.exports={en:["You're changing the user interface to the {name} theme. Would you like to switch the chart template's theme too?"],ko:["님은 유저 인터페이스를 {name} 테마로 바꾸려 하고 있습니다. 차트 템플릿 테마도 바꾸시겠습니까?"]}},55774:e=>{e.exports={en:["Zoom In"],ko:["크게보기"]}},37310:e=>{e.exports={en:["Zoom Out"],ko:["작게보기"]}},70932:e=>{e.exports={en:["commodity"],ko:["상품"]}},79599:e=>{e.exports={en:["cfd"],ko:["씨에프디"]}},13489:e=>{e.exports={en:["change ideas visibility on chart"],ko:["차트의 아이디어 가시성 변경"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"],ko:["인디케이터 및 파이낸셜 네임 라벨 비저빌리티 바꾸기"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"],ko:["인디케이터 및 파이낸셜 밸류 라벨 비저빌리티 바꾸기"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"],ko:["프리/포스트 마켓 프라이스 라인 비저빌리티 바꾸기"]}},46128:e=>{e.exports={en:["crypto"],ko:["크립토"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"],ko:["경제"]}},17770:e=>{e.exports={en:["forex"],ko:["외환"]}},4723:e=>{e.exports={en:["futures"],ko:["퓨쳐스"]}},87464:e=>{e.exports={en:["index"],ko:["지수"]}},90250:e=>{e.exports={en:["indices"],ko:["지수"]}},76752:e=>{e.exports={en:["stock"],ko:["스탁"]}},94521:e=>{e.exports={en:["sync drawings"],ko:["드로잉 싱크"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"],ko:["{hotKey_0} + 차트위 클릭"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"],ko:["{hotKey_0} — 써클"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"],ko:["{hotKey_0} — 45 도 곧은 줄 긋기"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"],ko:["{hotKey_0} — 고정 증가"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"],ko:["{hotKey_0} — 스퀘어"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.4543.af2e0ddd821d5bacf27b.js b/public/charting_library/bundles/ko.4543.af2e0ddd821d5bacf27b.js
new file mode 100644
index 0000000..897ae70
--- /dev/null
+++ b/public/charting_library/bundles/ko.4543.af2e0ddd821d5bacf27b.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4543],{63271:e=>{e.exports={en:["Flipped"],ko:["위아래대칭"]}},28941:e=>{e.exports={en:["Mirrored"],ko:["거울대칭"]}},92479:e=>{e.exports={en:["flip bars pattern"],ko:["바 패턴 뒤집기"]}},20965:e=>{e.exports={en:["mirror bars pattern"],ko:["미러 바 패턴"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.4593.99cfdf832ec7f90cc2a7.js b/public/charting_library/bundles/ko.4593.99cfdf832ec7f90cc2a7.js
new file mode 100644
index 0000000..f7aa6d0
--- /dev/null
+++ b/public/charting_library/bundles/ko.4593.99cfdf832ec7f90cc2a7.js
@@ -0,0 +1,5 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4593,4040,359,4821],{55517:e=>{e.exports={en:["Add"],ko:["넣기"]}},29619:e=>{e.exports={en:["Add custom color"],ko:["커스텀 컬러 넣기"]}},80936:e=>{e.exports={en:["Opacity"],ko:["불투명성"]}},33857:e=>{e.exports={en:["Cross"],ko:["크로스"]}},97349:e=>{e.exports={en:["Fr"],ko:["금"]}},30961:e=>{e.exports={en:["Mo"],ko:["월"]}},94748:e=>{e.exports={en:["Sa"],ko:["토"]}},75005:e=>{e.exports={en:["Su"],ko:["일"]}},92578:e=>{e.exports={en:["We"],ko:["수"]}},8765:e=>{e.exports={en:["Th"],ko:["목"]}},9135:e=>{e.exports={en:["Tu"],ko:["화"]}},53288:e=>{e.exports={en:["animals & nature"],ko:["애니멀 & 네이처"]}},21311:e=>{e.exports={en:["activity"],ko:["액티비티"]}},90678:e=>{e.exports={en:["food & drink"],ko:["푸드 & 드링크"]}},6715:e=>{e.exports={en:["flags"],ko:["플래그"]}},98355:e=>{e.exports={en:["objects"],ko:["오브젝트"]}},43438:e=>{e.exports={en:["smiles & people"],ko:["스마일 & 피플"]}},40457:e=>{e.exports={en:["symbols"],ko:["심볼"]}},88906:e=>{e.exports={en:["recently used"],ko:["최근에 쓰임"]}},28562:e=>{e.exports={en:["travel & places"],ko:["트래블 & 플레이스"]}},24716:e=>{e.exports={en:["Another symbol"],ko:["다른 심볼"]}},41256:e=>{e.exports={en:["Back"],ko:["뒤로"]}},76542:e=>{e.exports={en:["Labels on price scale"],ko:["프라이스 스케일 라벨"]}},94849:e=>{e.exports={en:["Main chart symbol"],ko:["메인 차트 심볼"]}},49191:e=>{e.exports={en:["Values in status line"],ko:["상태 라인 밸류"]}},53174:e=>{e.exports={en:["Right"],ko:["라이트"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"],ko:["캘린더는 현재 {year} 년입니다."]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"],ko:["캘린더는 현재 {year_start}부터 {year_end}까지 연도입니다."]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"],ko:["캘린더는 현재 {month} 입니다."]}},4543:e=>{e.exports={en:["Cancel"],ko:["취소"]}},24197:e=>{e.exports={en:["Center"],ko:["센터"]}},63245:e=>{e.exports={en:["Change symbol"],ko:["종목바꾸기"]}},54613:e=>{e.exports={en:["Chart"],ko:["차트"]}},5669:e=>{e.exports={en:["Circles"],ko:["서클"]}},47742:e=>{e.exports={en:["Close menu"],ko:["메뉴 닫기"]}},8305:e=>{e.exports={en:["Above bar"],ko:["봉위"]}},69758:e=>{e.exports={en:["Absolute"],ko:["절대값"]}},34040:e=>{e.exports={en:["All sources"],ko:["모든 자료"]}},62511:e=>{e.exports={en:["Apply Defaults"],ko:["기본설정"]}},28896:e=>{e.exports={en:["April"],ko:["4월"]}},7349:e=>{e.exports={en:["Area with breaks"],ko:["영역 브레이크"]}},11081:e=>{e.exports={en:["August"],ko:["8월"]}},27567:e=>{e.exports={en:["Bottom"],ko:["아래"]}},74406:e=>{e.exports={en:["Body"],ko:["바디"]}},42358:e=>{e.exports={en:["Bond"],ko:["채권"]}},38408:e=>{e.exports={en:["Border"],ko:["경계"]}},79468:e=>{e.exports={en:["Background"],ko:["배경"]}},9417:e=>{e.exports={en:["Below bar"],ko:["봉아래"]}},68043:e=>{e.exports={en:["Gradient"],ko:["그래디언트"]}},27390:e=>{e.exports={en:["Dotted line"],ko:["도트 라인"]}},71776:e=>{e.exports={en:["Down"],ko:["다운"]}},72942:e=>{e.exports={en:["Days"],ko:["날"]}},88123:e=>{e.exports={en:["Dashed line"],ko:["대쉬 라인"]}},73033:e=>{e.exports={en:["Developing VA"],ko:["디벨로핑 VA"]}},90082:e=>{e.exports={en:["December"],
+ko:["12월"]}},55319:e=>{e.exports={en:["Decrease"],ko:["줄이기"]}},16564:e=>{e.exports={en:["Default"],ko:["기본설정"]}},48572:e=>{e.exports={en:["Defaults"],ko:["기본설정"]}},78734:e=>{e.exports={en:["Description"],ko:["설명"]}},81069:e=>{e.exports={en:["February"],ko:["2월"]}},3570:e=>{e.exports={en:["Friday"],ko:["금요일"]}},56796:e=>{e.exports={en:["Hours"],ko:["시간"]}},95406:e=>{e.exports={en:["Horizontal"],ko:["가로"]}},8854:e=>{e.exports={en:["Hidden"],ko:["숨겨진"]}},78057:e=>{e.exports={en:["Histogram"],ko:["막대그래프"]}},39832:e=>{e.exports={en:["Increase"],ko:["늘어남"]}},21429:e=>{e.exports={en:["Inputs"],ko:["인풋"]}},200:e=>{e.exports={en:["January"],ko:["1월"]}},6608:e=>{e.exports={en:["July"],ko:["7월"]}},61487:e=>{e.exports={en:["June"],ko:["6월"]}},37997:e=>{e.exports={en:["October"],ko:["10월"]}},55450:e=>{e.exports={en:["Offset"],ko:["오프셋"]}},19295:e=>{e.exports={en:["Ok"],ko:["확인"]}},89702:e=>{e.exports={en:["Outputs"],ko:["아웃풋"]}},64075:e=>{e.exports={en:["Override min tick"],ko:["min tick 오버라이드"]}},62791:e=>{e.exports={en:["Labels font"],ko:["라벨 폰트"]}},11626:e=>{e.exports={en:["Left"],ko:["왼쪽"]}},34862:e=>{e.exports={en:["Line with breaks"],ko:["라인 브레이크"]}},28603:e=>{e.exports={en:["Line style"],ko:["라인 스타일"]}},19573:e=>{e.exports={en:["Monday"],ko:["월요일"]}},43154:e=>{e.exports={en:["Months"],ko:["달"]}},37117:e=>{e.exports={en:["More"],ko:["더보기"]}},25734:e=>{e.exports={en:["May"],ko:["5월"]}},93878:e=>{e.exports={en:["March"],ko:["3월"]}},68833:e=>{e.exports={en:["Middle"],ko:["미들"]}},42562:e=>{e.exports={en:["Minutes"],ko:["분"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],ko:["조건에 맞는 익스체인지가 없음"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],ko:["조건에 맞는 심볼이 없음"]}},4607:e=>{e.exports={en:["November"],ko:["11월"]}},65353:e=>{e.exports={en:["Normal"],ko:["정상"]}},69102:e=>{e.exports={en:["Next year"],ko:["다음 해"]}},17538:e=>{e.exports={en:["Next years"],ko:["다음 해들"]}},92790:e=>{e.exports={en:["Next month"],ko:["다음 달"]}},71300:e=>{e.exports={en:["Number format is invalid."],ko:["넘버 포맷이 잘못 되었습니다."]}},28628:e=>{e.exports={en:["Sources"],ko:["자료"]}},88686:e=>{e.exports={en:["Solid"],ko:["솔리드"]}},30348:e=>{e.exports={en:["Saturday"],ko:["토요일"]}},99687:e=>{e.exports={en:["Save as default"],ko:["기본설정으로 사용"]}},8573:e=>{e.exports={en:["Search"],ko:["찾기"]}},65188:e=>{e.exports={en:["Seconds"],ko:["초"]}},57640:e=>{e.exports={en:["Select source"],ko:["자료 선택"]}},32179:e=>{e.exports={en:["September"],ko:["9월"]}},38712:e=>{e.exports={en:["Signal labels"],ko:["신호라벨"]}},31331:e=>{e.exports={en:["Specified value is more than the instrument maximum of {max}."],ko:["지정값이 인스트루먼트 맥시멈인 {max} 보다 큽니다."]}},24216:e=>{e.exports={en:["Specified value is less than the instrument minimum of {min}."],ko:["지정값이 인스트루먼트 미니멈인 {min} 보다 작습니다."]}},14788:e=>{e.exports={en:["Step line with breaks"],ko:["브레이크가 있는 스텝 라인"]}},11877:e=>{e.exports={en:["Step line with diamonds"],ko:["다이어몬드와 함께 발맞추기"]}},61480:e=>{e.exports={en:["Sunday"],ko:["일요일"]}},70235:e=>{e.exports={en:["Switch to months"],ko:["달로 바꾸기"]}},91245:e=>{e.exports={
+en:["Switch to dates"],ko:["날짜로 바꾸기"]}},71961:e=>{e.exports={en:["Switch to years"],ko:["해로 바꾸기"]}},95481:e=>{e.exports={en:["Symbol"],ko:["심볼"]}},74007:e=>{e.exports={en:["Symbol & description"],ko:["심볼 & 설명"]}},51165:e=>{e.exports={en:["Symbol Search"],ko:["심볼 찾기"]}},10783:e=>{e.exports={en:["Placement"],ko:["플레이스먼트"]}},27254:e=>{e.exports={en:["Please enter the right date"],ko:["올바른 날짜를 넣으십시오"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"],ko:["올바른 날짜 포맷인 yyyy-mm-dd 으로 넣으십시오"]}},59766:e=>{e.exports={en:["Precision"],ko:["정밀도"]}},93984:e=>{e.exports={en:["Previous month"],ko:["앞 달"]}},75776:e=>{e.exports={en:["Previous year"],ko:["앞 해"]}},44701:e=>{e.exports={en:["Previous years"],ko:["앞선 해들"]}},98721:e=>{e.exports={en:["Quantity"],ko:["수량"]}},89984:e=>{e.exports={en:["Remove color"],ko:["컬러 없애기"]}},47550:e=>{e.exports={en:["Remove selected emoji"],ko:["선택한 이모지 제거"]}},33533:e=>{e.exports={en:["Reset settings"],ko:["설정초기화"]}},50421:e=>{e.exports={en:["Right"],ko:["오른쪽"]}},94226:e=>{e.exports={en:["Wednesday"],ko:["수요일"]}},835:e=>{e.exports={en:["Weeks"],ko:["주"]}},32163:e=>{e.exports={en:["Wick"],ko:["윅"]}},4622:e=>{e.exports={en:["Width (% of the box)"],ko:["너비(박스의 %)"]}},97118:e=>{e.exports={en:["Top"],ko:["탑"]}},25485:e=>{e.exports={en:["Text alignment"],ko:["텍스트 얼라인"]}},77753:e=>{e.exports={en:["Text color"],ko:["문자열색"]}},67781:e=>{e.exports={en:["Text orientation"],ko:["텍스트 방향"]}},79137:e=>{e.exports={en:["Thursday"],ko:["목요일"]}},54971:e=>{e.exports={en:["Thickness"],ko:["두께"]}},24821:e=>{e.exports={en:["Ticks"],ko:["틱스"]}},6532:e=>{e.exports={en:["Trades on chart"],ko:["차트위 트레이드"]}},82160:e=>{e.exports={en:["Tuesday"],ko:["화요일"]}},22691:e=>{e.exports={en:["Up"],ko:["업"]}},13748:e=>{e.exports={en:["Use special math signs to displace selected drawings: +,-,/,* for price and +,- for bar index."],ko:["선택한 드로윙을 대체하려면 특수 연산 부호를 사용합니다. 가격에는 +,-,/,*, 막대 인덱스는 +,-입니다."]}},81363:e=>{e.exports={en:["Volume profile"],ko:["볼륨 프로화일"]}},60092:e=>{e.exports={en:["Values"],ko:["밸류"]}},69526:e=>{e.exports={en:["Vertical"],ko:["세로"]}},66181:e=>{e.exports={en:["Years"],ko:["해"]}},70932:e=>{e.exports={en:["commodity"],ko:["상품"]}},79599:e=>{e.exports={en:["cfd"],ko:["씨에프디"]}},26476:e=>{e.exports={en:["change min tick"],ko:["미니멈 틱 바꾸기"]}},29426:e=>{e.exports={en:["change opacity"],ko:["불투명도 바꾸기"]}},86955:e=>{e.exports={en:["change char"],ko:["글자 바꾸기"]}},31675:e=>{e.exports={en:["change color"],ko:["칼라 바꾸기"]}},85889:e=>{e.exports={en:["change expand blocks"],ko:["블록 확장 변경"]}},27745:e=>{e.exports={en:["change font size"],ko:["폰트 사이즈 바꾸기"]}},28818:e=>{e.exports={en:["change line style"],ko:["라인 스타일 바꾸기"]}},6834:e=>{e.exports={en:["change location"],ko:["로케이션 바꾸기"]}},62294:e=>{e.exports={en:["change percent width"],ko:["퍼센트 너비 바꾸기"]}},81891:e=>{e.exports={en:["change placement"],ko:["자리 바꾸기"]}},43439:e=>{e.exports={en:["change plot type"],ko:["플롯 타입 바꾸기"]}},61863:e=>{e.exports={en:["change precision"],ko:["프리시전 바꾸기"]}},83468:e=>{e.exports={en:["change shape"],ko:["셰이프 바꾸기"]}},73281:e=>{e.exports={
+en:["change thickness"],ko:["두께 바꾸기"]}},21333:e=>{e.exports={en:["change value"],ko:["밸류 바꾸기"]}},9344:e=>{e.exports={en:["change values visibility"],ko:["밸류 비저빌리티 바꾸기"]}},96135:e=>{e.exports={en:["change {title} days to"],ko:["{title} 날을 ~로 바꾸기"]}},91201:e=>{e.exports={en:["change {title} days from"],ko:["~로부터 {title} 날 바꾸기"]}},8306:e=>{e.exports={en:["change {title} hours from"],ko:["~로부터 {title} 시간 바꾸기"]}},67233:e=>{e.exports={en:["change {title} hours to"],ko:["{title} 시간을 ~로 바꾸기"]}},99122:e=>{e.exports={en:["change {title} months from"],ko:["~로부터 {title} 달 바꾸기"]}},10518:e=>{e.exports={en:["change {title} months to"],ko:["{title} 달을 ~로 바꾸기"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ko:["{title} 분을 ~로 바꾸기"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ko:["~로부터 {title} 분 바꾸기"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ko:["{title} 초를 ~로 바꾸기"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ko:["~로부터 {title} 초 바꾸기"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ko:["~로부터 {title} 주 바꾸기"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ko:["{title} 주를 ~로 바꾸기"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ko:["틱에서 {title} 비저빌리티 바꾸기"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ko:["주에서 {title} 비저빌리티 바꾸기"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ko:["{ranges} 에서 {title} 가시성 바꾸기"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ko:["날에서 {title} 비저빌리티 바꾸기"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ko:["시간에서 {title} 비저빌리티 바꾸기"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ko:["초에서 {title} 비저빌리티 바꾸기"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ko:["달에서 {title} 비저빌리티 바꾸기"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ko:["초에서 {title} 비저빌리티 바꾸기"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ko:["{propertyName} 속성 변경"]}},5741:e=>{e.exports={en:["close"],ko:["클로즈"]}},46128:e=>{e.exports={en:["crypto"],ko:["크립토"]}},35813:e=>{e.exports={en:["days"],ko:["날"]}},89919:e=>{e.exports={en:["days to"],ko:["날을 ~으로"]}},59215:e=>{e.exports={en:["days from"],ko:["~로부터 ~날로"]}},47268:e=>{e.exports={en:["dr"]}},406:e=>{e.exports={en:["e.g. +1"]}},49957:e=>{e.exports={en:["e.g. /2"]}},54094:e=>{e.exports={en:["economy"],ko:["경제"]}},17770:e=>{e.exports={en:["forex"],ko:["외환"]}},4723:e=>{e.exports={en:["futures"],ko:["퓨쳐스"]}},2359:e=>{e.exports={en:["hours"],ko:["시간"]}},82267:e=>{e.exports={en:["hours from"],ko:["~로부터 ~시간으로"]}},15600:e=>{e.exports={en:["hours to"],ko:["시간을 ~으로"]}},59319:e=>{e.exports={en:["high"],ko:["고가"]}},96008:e=>{e.exports={en:["hl2"],ko:["고저평균"]}},91189:e=>{e.exports={en:["hlc3"],ko:["고저종평균"]}},49242:e=>{e.exports={en:["hlcc4"]}},87464:e=>{e.exports={en:["index"],ko:["지수"]}},90250:e=>{e.exports={en:["indices"],ko:["지수"]}},52793:e=>{e.exports={en:["ohlc4"],ko:["시고저종평균"]}},83584:e=>{e.exports={en:["open"],ko:["오픈"]}},41902:e=>{e.exports={en:["low"],ko:["저가"]}},95300:e=>{
+e.exports={en:["months"],ko:["달"]}},17250:e=>{e.exports={en:["months from"],ko:["~로부터 ~달로"]}},2828:e=>{e.exports={en:["months to"],ko:["달을 ~으로"]}},18726:e=>{e.exports={en:["minutes"],ko:["분"]}},67649:e=>{e.exports={en:["minutes to"],ko:["분을 ~으로"]}},22476:e=>{e.exports={en:["minutes from"],ko:["~로부터 ~분으로"]}},751:e=>{e.exports={en:["seconds"],ko:["초"]}},73419:e=>{e.exports={en:["seconds to"],ko:["초를 ~으로"]}},35801:e=>{e.exports={en:["seconds from"],ko:["~로부터 ~초로"]}},76752:e=>{e.exports={en:["stock"],ko:["스탁"]}},45537:e=>{e.exports={en:["weeks"],ko:["주"]}},92859:e=>{e.exports={en:["weeks from"],ko:["~로부터 ~주로"]}},44127:e=>{e.exports={en:["weeks to"],ko:["주를 ~으로"]}},3539:e=>{e.exports={en:["ticks"],ko:["틱스"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.4821.0124e1463859eb34b0d7.js b/public/charting_library/bundles/ko.4821.0124e1463859eb34b0d7.js
new file mode 100644
index 0000000..1e58e2d
--- /dev/null
+++ b/public/charting_library/bundles/ko.4821.0124e1463859eb34b0d7.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4821],{24821:e=>{e.exports={en:["Ticks"],ko:["틱스"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.5111.0e84f778015dc1f067f1.js b/public/charting_library/bundles/ko.5111.0e84f778015dc1f067f1.js
new file mode 100644
index 0000000..7804de9
--- /dev/null
+++ b/public/charting_library/bundles/ko.5111.0e84f778015dc1f067f1.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5111],{77114:e=>{e.exports={en:["erase level line"],ko:["레벨 라인 지우기"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.5402.f7a00bf7d82b9a40920d.js b/public/charting_library/bundles/ko.5402.f7a00bf7d82b9a40920d.js
new file mode 100644
index 0000000..319ad26
--- /dev/null
+++ b/public/charting_library/bundles/ko.5402.f7a00bf7d82b9a40920d.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5402],{15402:e=>{e.exports={en:["Next time you can use {shortcut} for quick paste"],ko:["앞으로는 {shortcut} 을 써서 빠르게 붙여 넣을 수 있습니다."]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.5683.0a2c985dba54512056ce.js b/public/charting_library/bundles/ko.5683.0a2c985dba54512056ce.js
new file mode 100644
index 0000000..035ec9f
--- /dev/null
+++ b/public/charting_library/bundles/ko.5683.0a2c985dba54512056ce.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5683],{97349:e=>{e.exports={en:["Fr"],ko:["금"]}},30961:e=>{e.exports={en:["Mo"],ko:["월"]}},94748:e=>{e.exports={en:["Sa"],ko:["토"]}},75005:e=>{e.exports={en:["Su"],ko:["일"]}},92578:e=>{e.exports={en:["We"],ko:["수"]}},8765:e=>{e.exports={en:["Th"],ko:["목"]}},9135:e=>{e.exports={en:["Tu"],ko:["화"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"],ko:["캘린더는 현재 {year} 년입니다."]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"],ko:["캘린더는 현재 {year_start}부터 {year_end}까지 연도입니다."]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"],ko:["캘린더는 현재 {month} 입니다."]}},4543:e=>{e.exports={en:["Cancel"],ko:["취소"]}},47742:e=>{e.exports={en:["Close menu"],ko:["메뉴 닫기"]}},81861:e=>{e.exports={en:["Custom range"],ko:["커스텀 레인지"]}},28896:e=>{e.exports={en:["April"],ko:["4월"]}},11081:e=>{e.exports={en:["August"],ko:["8월"]}},42432:e=>{e.exports={en:["Go to"],ko:["가기"]}},90082:e=>{e.exports={en:["December"],ko:["12월"]}},81069:e=>{e.exports={en:["February"],ko:["2월"]}},3570:e=>{e.exports={en:["Friday"],ko:["금요일"]}},200:e=>{e.exports={en:["January"],ko:["1월"]}},6608:e=>{e.exports={en:["July"],ko:["7월"]}},61487:e=>{e.exports={en:["June"],ko:["6월"]}},37997:e=>{e.exports={en:["October"],ko:["10월"]}},19295:e=>{e.exports={en:["Ok"],ko:["확인"]}},19573:e=>{e.exports={en:["Monday"],ko:["월요일"]}},43154:e=>{e.exports={en:["Months"],ko:["달"]}},37117:e=>{e.exports={en:["More"],ko:["더보기"]}},25734:e=>{e.exports={en:["May"],ko:["5월"]}},93878:e=>{e.exports={en:["March"],ko:["3월"]}},4607:e=>{e.exports={en:["November"],ko:["11월"]}},69102:e=>{e.exports={en:["Next year"],ko:["다음 해"]}},17538:e=>{e.exports={en:["Next years"],ko:["다음 해들"]}},92790:e=>{e.exports={en:["Next month"],ko:["다음 달"]}},30348:e=>{e.exports={en:["Saturday"],ko:["토요일"]}},32179:e=>{e.exports={en:["September"],ko:["9월"]}},61480:e=>{e.exports={en:["Sunday"],ko:["일요일"]}},70235:e=>{e.exports={en:["Switch to months"],ko:["달로 바꾸기"]}},91245:e=>{e.exports={en:["Switch to dates"],ko:["날짜로 바꾸기"]}},71961:e=>{e.exports={en:["Switch to years"],ko:["해로 바꾸기"]}},27254:e=>{e.exports={en:["Please enter the right date"],ko:["올바른 날짜를 넣으십시오"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"],ko:["올바른 날짜 포맷인 yyyy-mm-dd 으로 넣으십시오"]}},93984:e=>{e.exports={en:["Previous month"],ko:["앞 달"]}},75776:e=>{e.exports={en:["Previous year"],ko:["앞 해"]}},44701:e=>{e.exports={en:["Previous years"],ko:["앞선 해들"]}},94226:e=>{e.exports={en:["Wednesday"],ko:["수요일"]}},79137:e=>{e.exports={en:["Thursday"],ko:["목요일"]}},82160:e=>{e.exports={en:["Tuesday"],ko:["화요일"]}},66181:e=>{e.exports={en:["Years"],ko:["해"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.5862.3039f470825daf65b9d6.js b/public/charting_library/bundles/ko.5862.3039f470825daf65b9d6.js
new file mode 100644
index 0000000..c68f4f6
--- /dev/null
+++ b/public/charting_library/bundles/ko.5862.3039f470825daf65b9d6.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5862],{4543:e=>{e.exports={en:["Cancel"],ko:["취소"]}},32910:e=>{e.exports={en:["Choose image"],ko:["이미지 고르기"]}},47742:e=>{e.exports={en:["Close menu"],ko:["메뉴 닫기"]}},98918:e=>{e.exports={en:["Drop image here!"],ko:["여기에 이미지를 넣으십시오!"]}},49580:e=>{e.exports={en:["Image is required"],ko:["이미지가 있어야 합니다"]}},41667:e=>{e.exports={en:["JPG, PNG or WEBP"],ko:["JPG, PNG 또는 WEBP"]}},19295:e=>{e.exports={en:["Ok"],ko:["확인"]}},7654:e=>{e.exports={en:["Max size {value}"],ko:["최대 크기 {value}"]}},64789:e=>{e.exports={en:["Something went wrong, try again"],ko:["뭔가 잘못되었습니다. 다시 해 보십시오"]}},73007:e=>{e.exports={en:["The image being pasted is way too large"],ko:["붙여 넣는 이미지가 너무 큽니다."]}},19788:e=>{e.exports={en:["Transparency"],ko:["투명도"]}},16992:e=>{e.exports={en:["Upload a valid image. The file you uploaded was either not an image or a corrupted image."],ko:["올바른 이미지를 올리십시오. 업로드한 화일은 이미지가 아니거나 깨진 이미지입니다."]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.6155.0d55563600ea0d002811.js b/public/charting_library/bundles/ko.6155.0d55563600ea0d002811.js
new file mode 100644
index 0000000..46ca261
--- /dev/null
+++ b/public/charting_library/bundles/ko.6155.0d55563600ea0d002811.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ko:["#{count} (프라이스, 바)"]}},78930:e=>{e.exports={en:["Coordinates"],ko:["좌표"]}},24197:e=>{e.exports={en:["Center"],ko:["센터"]}},27567:e=>{e.exports={en:["Bottom"],ko:["아래"]}},72942:e=>{e.exports={en:["Days"],ko:["날"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ko:["변위(가격, 막대)"]}},56796:e=>{e.exports={en:["Hours"],ko:["시간"]}},95406:e=>{e.exports={en:["Horizontal"],ko:["가로"]}},21429:e=>{e.exports={en:["Inputs"],ko:["인풋"]}},11626:e=>{e.exports={en:["Left"],ko:["왼쪽"]}},43154:e=>{e.exports={en:["Months"],ko:["달"]}},68833:e=>{e.exports={en:["Middle"],ko:["미들"]}},42562:e=>{e.exports={en:["Minutes"],ko:["분"]}},65188:e=>{e.exports={en:["Seconds"],ko:["초"]}},50421:e=>{e.exports={en:["Right"],ko:["오른쪽"]}},835:e=>{e.exports={en:["Weeks"],ko:["주"]}},97118:e=>{e.exports={en:["Top"],ko:["탑"]}},70320:e=>{e.exports={en:["Text"],ko:["문자"]}},25485:e=>{e.exports={en:["Text alignment"],ko:["텍스트 얼라인"]}},67781:e=>{e.exports={en:["Text orientation"],ko:["텍스트 방향"]}},24821:e=>{e.exports={en:["Ticks"],ko:["틱스"]}},69526:e=>{e.exports={en:["Vertical"],ko:["세로"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ko:["프라이스 X 좌표 바꾸기"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ko:["프라이스 Y 좌표 바꾸기"]}},96135:e=>{e.exports={en:["change {title} days to"],ko:["{title} 날을 ~로 바꾸기"]}},91201:e=>{e.exports={en:["change {title} days from"],ko:["~로부터 {title} 날 바꾸기"]}},8306:e=>{e.exports={en:["change {title} hours from"],ko:["~로부터 {title} 시간 바꾸기"]}},67233:e=>{e.exports={en:["change {title} hours to"],ko:["{title} 시간을 ~로 바꾸기"]}},99122:e=>{e.exports={en:["change {title} months from"],ko:["~로부터 {title} 달 바꾸기"]}},10518:e=>{e.exports={en:["change {title} months to"],ko:["{title} 달을 ~로 바꾸기"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ko:["{title} 분을 ~로 바꾸기"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ko:["~로부터 {title} 분 바꾸기"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ko:["{title} 초를 ~로 바꾸기"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ko:["~로부터 {title} 초 바꾸기"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ko:["~로부터 {title} 주 바꾸기"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ko:["{title} 주를 ~로 바꾸기"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ko:["틱에서 {title} 비저빌리티 바꾸기"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ko:["주에서 {title} 비저빌리티 바꾸기"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ko:["{ranges} 에서 {title} 가시성 바꾸기"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ko:["날에서 {title} 비저빌리티 바꾸기"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ko:["시간에서 {title} 비저빌리티 바꾸기"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ko:["초에서 {title} 비저빌리티 바꾸기"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ko:["달에서 {title} 비저빌리티 바꾸기"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],
+ko:["초에서 {title} 비저빌리티 바꾸기"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ko:["{propertyName} 속성 변경"]}},35813:e=>{e.exports={en:["days"],ko:["날"]}},89919:e=>{e.exports={en:["days to"],ko:["날을 ~으로"]}},59215:e=>{e.exports={en:["days from"],ko:["~로부터 ~날로"]}},2359:e=>{e.exports={en:["hours"],ko:["시간"]}},82267:e=>{e.exports={en:["hours from"],ko:["~로부터 ~시간으로"]}},15600:e=>{e.exports={en:["hours to"],ko:["시간을 ~으로"]}},76261:e=>{e.exports={en:["move drawings"],ko:["드로윙 옮기기"]}},95300:e=>{e.exports={en:["months"],ko:["달"]}},17250:e=>{e.exports={en:["months from"],ko:["~로부터 ~달로"]}},2828:e=>{e.exports={en:["months to"],ko:["달을 ~으로"]}},18726:e=>{e.exports={en:["minutes"],ko:["분"]}},67649:e=>{e.exports={en:["minutes to"],ko:["분을 ~으로"]}},22476:e=>{e.exports={en:["minutes from"],ko:["~로부터 ~분으로"]}},751:e=>{e.exports={en:["seconds"],ko:["초"]}},73419:e=>{e.exports={en:["seconds to"],ko:["초를 ~으로"]}},35801:e=>{e.exports={en:["seconds from"],ko:["~로부터 ~초로"]}},45537:e=>{e.exports={en:["weeks"],ko:["주"]}},92859:e=>{e.exports={en:["weeks from"],ko:["~로부터 ~주로"]}},44127:e=>{e.exports={en:["weeks to"],ko:["주를 ~으로"]}},3539:e=>{e.exports={en:["ticks"],ko:["틱스"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.6290.a5f1298c89f78011c7d7.js b/public/charting_library/bundles/ko.6290.a5f1298c89f78011c7d7.js
new file mode 100644
index 0000000..e773bac
--- /dev/null
+++ b/public/charting_library/bundles/ko.6290.a5f1298c89f78011c7d7.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6290,7122],{71682:e=>{e.exports={en:["in"]}},72630:e=>{e.exports={en:["Closed"],ko:["포지션청산"]}},18741:e=>{e.exports={en:["Open"],ko:["포지션보유"]}},95931:e=>{e.exports={en:["Cancel Order"],ko:["주문 취소"]}},59783:e=>{e.exports={en:["Close Position"],ko:["포지션 닫기"]}},6060:e=>{e.exports={en:["Add text"],ko:["텍스트 넣기"]}},47545:e=>{e.exports={en:["FAILURE"],ko:["실패"]}},1472:e=>{e.exports={en:["Head"],ko:["머리"]}},27443:e=>{e.exports={en:["Left Shoulder"],ko:["왼어깨"]}},67710:e=>{e.exports={en:["Modify Order"],ko:["오더 고치기"]}},26409:e=>{e.exports={en:["SUCCESS"],ko:["성공"]}},79463:e=>{e.exports={en:["Stop: {stopChange} ({stopChangePercent}) {stopChangePip}, Amount: {amount}"],ko:["스탑: {stopChange} ({stopChangePercent}) {stopChangePip}, 금액: {amount}"]}},24927:e=>{e.exports={en:["Protect Position"],ko:["프로텍트 포지션"]}},10780:e=>{e.exports={en:["Qty: {qty}"],ko:["수량: {qty}"]}},98818:e=>{e.exports={en:["Reverse Position"],ko:["리버스 포지션"]}},14719:e=>{e.exports={en:["Right Shoulder"],ko:["오른어깨"]}},36825:e=>{e.exports={en:["Risk/Reward Ratio: {ratio}"],ko:["위험/보상율: {ratio}"]}},72274:e=>{e.exports={en:["Target: {profitChange} ({profitChangePercent}) {profitChangePip}, Amount: {amount}"],ko:["타겟: {profitChange} ({profitChangePercent}) {profitChangePip}, 금액: {amount}"]}},57122:e=>{e.exports={en:["change {title} text"],ko:["{title} 텍스트 바꾸기"]}},44994:e=>{e.exports={en:["distance: {number} px"],ko:["거리: {number} px"]}},76250:e=>{e.exports={en:["{status} P&L: {pnl}"],ko:["{status} 손익: {pnl}"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.6342.6af643b9a34abf3f6313.js b/public/charting_library/bundles/ko.6342.6af643b9a34abf3f6313.js
new file mode 100644
index 0000000..d184cdb
--- /dev/null
+++ b/public/charting_library/bundles/ko.6342.6af643b9a34abf3f6313.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6342],{87859:e=>{e.exports={en:["Not applicable"],ko:["쓸 수 없음"]}},51998:e=>{e.exports={en:["Type the interval number for minute charts (i.e. 5 if it is going to be a five minute chart). Or number plus letter for H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)"],ko:["분 차트에 대한 인터벌 숫자를 타이핑하십시오 (보기: 5분 차트는 5). 또는 숫자와 함께 H (시간), D(날), W(주), M(달) 인터벌값을 넣으십시오 (보기: D 또는 2H)"]}},96941:e=>{e.exports={en:["Type the interval number for minute charts (i.e. 5 if it's going to be a five minute chart). Or number plus letter for other intervals: S for 1 second chart (15S for 15 second chart, etc.), H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)"],ko:["분 차트에 대한 인터벌 숫자를 타이핑하십시오 (보기: 5분 차트는 5). 또는 숫자와 함께 S (1초, 15초는 15S 등), H (시간), D(날), W(주), M(달) 인터벌값을 넣으십시오 (보기: D 또는 2H)"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.6406.78b7e0b0b9555ce886a5.js b/public/charting_library/bundles/ko.6406.78b7e0b0b9555ce886a5.js
new file mode 100644
index 0000000..e8fbafe
--- /dev/null
+++ b/public/charting_library/bundles/ko.6406.78b7e0b0b9555ce886a5.js
@@ -0,0 +1,9 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6406,2787,6155,1432,5402,4821],{13616:e=>{e.exports={en:["#{count} (bar)"],ko:["#{count} (바)"]}},80166:e=>{e.exports={en:["#{count} (price, bar)"],ko:["#{count} (프라이스, 바)"]}},26381:e=>{e.exports={en:["#1 (bar)"],ko:["#1 (바)"]}},37814:e=>{e.exports={en:["#1 (price)"],ko:["#1 (프라이스)"]}},6737:e=>{e.exports={en:["#1 (price, bar)"],ko:["#1 (프라이스, 바)"]}},87476:e=>{e.exports={en:["#1 (vertical position %, bar)"],ko:["#1 (세로 포지션 %, 바)"]}},29291:e=>{e.exports={en:["Median"],ko:["미디언"]}},75106:e=>{e.exports={en:["%"]}},53912:e=>{e.exports={en:["Coeffs as percents"],ko:["퍼센트로 계수"]}},47370:e=>{e.exports={en:["Color"],ko:["색"]}},89735:e=>{e.exports={en:["Compact stats mode"],ko:["컴팩트 통계 모드"]}},78930:e=>{e.exports={en:["Coordinates"],ko:["좌표"]}},87145:e=>{e.exports={en:["Cash"],ko:["캐쉬"]}},24197:e=>{e.exports={en:["Center"],ko:["센터"]}},4518:e=>{e.exports={en:["Change in pips"],ko:["핍 변화"]}},9074:e=>{e.exports={en:["Change price offset"],ko:["프라이스 오프셋 바꾸기"]}},390:e=>{e.exports={en:["Angle"],ko:["각"]}},36335:e=>{e.exports={en:["Angles"],ko:["각"]}},97668:e=>{e.exports={en:["Account size"],ko:["어카운트 사이즈"]}},93857:e=>{e.exports={en:["Always show stats"],ko:["늘 통계 보기"]}},59129:e=>{e.exports={en:["Arcs"],ko:["원호"]}},52648:e=>{e.exports={en:["Avg HL in minticks"],ko:["최소틱단위 평균 고저"]}},27567:e=>{e.exports={en:["Bottom"],ko:["아래"]}},17129:e=>{e.exports={en:["Bottom labels"],ko:["아래 라벨"]}},38408:e=>{e.exports={en:["Border"],ko:["경계"]}},333:e=>{e.exports={en:["Borders"],ko:["경계선"]}},79468:e=>{e.exports={en:["Background"],ko:["배경"]}},58375:e=>{e.exports={en:["Background #1"],ko:["백그라운드 #!"]}},89073:e=>{e.exports={en:["Bars range"],ko:["바 레인지"]}},62374:e=>{e.exports={en:["Date/time range"],ko:["데이트/타임 레인지"]}},72942:e=>{e.exports={en:["Days"],ko:["날"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ko:["변위(가격, 막대)"]}},3369:e=>{e.exports={en:["Distance"],ko:["거리"]}},71310:e=>{e.exports={en:["Emoji pin"],ko:["이모지 핀"]}},6002:e=>{e.exports={en:["Entry price"],ko:["엔트리 프라이스"]}},1337:e=>{e.exports={en:["Extend"],ko:["확장"]}},76410:e=>{e.exports={en:["Extend bottom"],ko:["익스텐드 바텀"]}},25112:e=>{e.exports={en:["Extend left"],ko:["익스텐드 레프트"]}},61856:e=>{e.exports={en:["Extend left line"],ko:["왼 라인 익스텐드"]}},819:e=>{e.exports={en:["Extend lines"],ko:["확장선"]}},25188:e=>{e.exports={en:["Extend lines left"],ko:["라인 왼쪽 늘리기"]}},79192:e=>{e.exports={en:["Extend lines right"],ko:["라인 오른쪽 늘리기"]}},68461:e=>{e.exports={en:["Extend right"],ko:["익스텐드 라이트"]}},87430:e=>{e.exports={en:["Extend right line"],ko:["오른 라인 익스텐드"]}},71397:e=>{e.exports={en:["Extend top"],ko:["익스텐드 탑"]}},2573:e=>{e.exports={en:["Font size"],ko:["폰트 크기"]}},71525:e=>{e.exports={en:["Failure text"],ko:["실패 텍스트"]}},28357:e=>{e.exports={en:["Failure background"],ko:["실패 백그라운드"]}},84885:e=>{e.exports={en:["Fans"],ko:["부채꼴"]}},66086:e=>{e.exports={en:["Fib levels based on log scale"],ko:["로그 스케일에 따른 피보나치 레벨"]}},63271:e=>{e.exports={en:["Flipped"],ko:["위아래대칭"]}},49275:e=>{e.exports={en:["HL bars"],ko:["고저봉"]}},56796:e=>{
+e.exports={en:["Hours"],ko:["시간"]}},95406:e=>{e.exports={en:["Horizontal"],ko:["가로"]}},81169:e=>{e.exports={en:["Invalid URL"],ko:["잘못된 URL"]}},21429:e=>{e.exports={en:["Inputs"],ko:["인풋"]}},91612:e=>{e.exports={en:["Inside"],ko:["내부"]}},98136:e=>{e.exports={en:["OC bars"],ko:["OC 바"]}},46005:e=>{e.exports={en:["Original"],ko:["원본"]}},74045:e=>{e.exports={en:["Lot size"],ko:["로트 크기"]}},71571:e=>{e.exports={en:["Lower band #1"],ko:["로우어 밴드"]}},91889:e=>{e.exports={en:["Lower band #2"],ko:["아래 밴드 #2"]}},83301:e=>{e.exports={en:["Lower band #3"],ko:["아래 밴드 #3"]}},74872:e=>{e.exports={en:["Label"],ko:["라벨"]}},73863:e=>{e.exports={en:["Label background"],ko:["라벨 백그라운드"]}},79650:e=>{e.exports={en:["Levels"],ko:["레벨"]}},36937:e=>{e.exports={en:["Levels line"],ko:["레벨 라인"]}},11626:e=>{e.exports={en:["Left"],ko:["왼쪽"]}},65e3:e=>{e.exports={en:["Left labels"],ko:["왼쪽라벨"]}},32982:e=>{e.exports={en:["Line - HL/2"],ko:["라인 - HL/2"]}},80332:e=>{e.exports={en:["Line - open"],ko:["라인 - 시가"]}},30216:e=>{e.exports={en:["Line - close"],ko:["라인 - 종가"]}},18387:e=>{e.exports={en:["Line - high"],ko:["라인 - 고가"]}},53880:e=>{e.exports={en:["Line - low"],ko:["라인 - 저가"]}},3214:e=>{e.exports={en:["Mode"],ko:["모드"]}},70382:e=>{e.exports={en:["Modified Schiff"],ko:["변형쉬프"]}},43154:e=>{e.exports={en:["Months"],ko:["달"]}},68833:e=>{e.exports={en:["Middle"],ko:["미들"]}},68286:e=>{e.exports={en:["Middle line"],ko:["가운데 줄"]}},12516:e=>{e.exports={en:["Middle point"],ko:["미들 포인트"]}},42562:e=>{e.exports={en:["Minutes"],ko:["분"]}},28941:e=>{e.exports={en:["Mirrored"],ko:["거울대칭"]}},15402:e=>{e.exports={en:["Next time you can use {shortcut} for quick paste"],ko:["앞으로는 {shortcut} 을 써서 빠르게 붙여 넣을 수 있습니다."]}},14279:e=>{e.exports={en:["Source background"],ko:["소스 백그라운드"]}},64598:e=>{e.exports={en:["Source border"],ko:["소스 보더"]}},88479:e=>{e.exports={en:["Source text"],ko:["소스 텍스트"]}},69904:e=>{e.exports={en:["Schiff"],ko:["쉬프"]}},65188:e=>{e.exports={en:["Seconds"],ko:["초"]}},26754:e=>{e.exports={en:["Stats"],ko:["통계"]}},16053:e=>{e.exports={en:["Stats position"],ko:["통계 포지션"]}},33310:e=>{e.exports={en:["Stop color"],ko:["스탑 칼라"]}},23814:e=>{e.exports={en:["Stop level"],ko:["스탑 레벨"]}},23971:e=>{e.exports={en:["Success text"],ko:["성공 텍스트"]}},90431:e=>{e.exports={en:["Success background"],ko:["성공 백그라운드"]}},73525:e=>{e.exports={en:["Percent change"],ko:["퍼센트 변화"]}},33120:e=>{e.exports={en:["Percents"],ko:["퍼센트"]}},83840:e=>{e.exports={en:["Price"],ko:["가격"]}},97273:e=>{e.exports={en:["Price label"],ko:["가격라벨"]}},42747:e=>{e.exports={en:["Price labels"],ko:["프라이스 라벨"]}},58557:e=>{e.exports={en:["Price levels"],ko:["가격레벨"]}},62362:e=>{e.exports={en:["Price range"],ko:["가격범위"]}},78393:e=>{e.exports={en:["Price/bar ratio"],ko:["프라이스/바 레이쇼"]}},29416:e=>{e.exports={en:["Prices"],ko:["가격"]}},67852:e=>{e.exports={en:["Profit level"],ko:["프라핏 레벨"]}},27177:e=>{e.exports={en:["Ranges and ratio"],ko:["레인지 및 레이쇼"]}},64489:e=>{e.exports={en:["Reverse"],ko:["리버스"]}},50421:e=>{e.exports={en:["Right"],ko:["오른쪽"]}},28971:e=>{e.exports={en:["Right labels"],ko:["오른 라벨"]}},63886:e=>{
+e.exports={en:["Risk"],ko:["리스크"]}},32998:e=>{e.exports={en:["Wave"],ko:["웨이브"]}},835:e=>{e.exports={en:["Weeks"],ko:["주"]}},32163:e=>{e.exports={en:["Wick"],ko:["윅"]}},97118:e=>{e.exports={en:["Top"],ko:["탑"]}},74939:e=>{e.exports={en:["Top labels"],ko:["탑레벨"]}},95631:e=>{e.exports={en:["Target background"],ko:["타켓 백그라운드"]}},79622:e=>{e.exports={en:["Target border"],ko:["타켓 보더"]}},3560:e=>{e.exports={en:["Target color"],ko:["타겟 칼라"]}},59264:e=>{e.exports={en:["Target text"],ko:["타켓 텍스트"]}},70320:e=>{e.exports={en:["Text"],ko:["문자"]}},7560:e=>{e.exports={en:["Text wrap"],ko:["문자열줄넘김"]}},25485:e=>{e.exports={en:["Text alignment"],ko:["텍스트 얼라인"]}},67781:e=>{e.exports={en:["Text orientation"],ko:["텍스트 방향"]}},54971:e=>{e.exports={en:["Thickness"],ko:["두께"]}},24821:e=>{e.exports={en:["Ticks"],ko:["틱스"]}},56822:e=>{e.exports={en:["Time label"],ko:["타임 라벨"]}},58476:e=>{e.exports={en:["Time levels"],ko:["타임 레벨"]}},19788:e=>{e.exports={en:["Transparency"],ko:["투명도"]}},51574:e=>{e.exports={en:["Trend line"],ko:["트렌드라인"]}},21315:e=>{e.exports={en:["Upper band #1"],ko:["어퍼 밴드"]}},65448:e=>{e.exports={en:["Upper band #2"],ko:["위 밴드 #2"]}},64848:e=>{e.exports={en:["Upper band #3"],ko:["위 밴드 #3"]}},28683:e=>{e.exports={en:["Use one color"],ko:["한가지 색만 쓰기"]}},5682:e=>{e.exports={en:["VWAP"],ko:["브이왑"]}},37644:e=>{e.exports={en:["Volume"],ko:["거래량"]}},60092:e=>{e.exports={en:["Values"],ko:["밸류"]}},29566:e=>{e.exports={en:["Variance"],ko:["분산"]}},69526:e=>{e.exports={en:["Vertical"],ko:["세로"]}},3894:e=>{e.exports={en:["change angle"],ko:["앵글 바꾸기"]}},77931:e=>{e.exports={en:["change arrow color"],ko:["화살표 색상 변경"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ko:["프라이스 X 좌표 바꾸기"]}},77883:e=>{e.exports={en:["change flag color"],ko:["플래그 컬러 바꾸기"]}},83842:e=>{e.exports={en:["change image"],ko:["이미지 변경"]}},65309:e=>{e.exports={en:["change image transparency"],ko:["이미지 투명도 변경"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ko:["프라이스 Y 좌표 바꾸기"]}},74883:e=>{e.exports={en:["change top margin"],ko:["탑 마진 바꾸기"]}},69183:e=>{e.exports={en:["change vertical position Y coordinate"],ko:["버티컬 포지션 Y 좌표 바꾸기"]}},83030:e=>{e.exports={en:["change {title} VWAP line color"],ko:["{title} VWAP 라인 색상 변경"]}},47479:e=>{e.exports={en:["change {title} VWAP line width"],ko:["{title} VWAP 라인 너비 변경"]}},31753:e=>{e.exports={en:["change {title} coeffs as percents visibility"],ko:["{title} 계수 퍼센트 비저빌리티 바꾸기"]}},49442:e=>{e.exports={en:["change {title} color"],ko:["{title} 색상 변경"]}},49904:e=>{e.exports={en:["change {title} compact stats mode"],ko:["{title} 컴팩트 통계 모드 바꾸기"]}},97345:e=>{e.exports={en:["change {title} candle border up color"],ko:["{title} 캔들 보더 업 컬러 바꾸기"]}},88530:e=>{e.exports={en:["change {title} candle border visibility"],ko:["{title} 캔들 보더 비저빌리티 바꾸기"]}},81139:e=>{e.exports={en:["change {title} candle border down color"],ko:["{title} 캔들 보더 다운 컬러 바꾸기"]}},80022:e=>{e.exports={en:["change {title} candle down color"],ko:["{title} 캔들 다운 컬러 바꾸기"]}},21631:e=>{e.exports={en:["change {title} candle up color"],ko:["{title} 캔들 업 컬러 바꾸기"]}},33589:e=>{
+e.exports={en:["change {title} candle wick color"],ko:["{title} 캔들 윅 컬러 바꾸기"]}},85382:e=>{e.exports={en:["change {title} candle wick visibility"],ko:["{title} 캔들 윅 비저빌리티 바꾸기"]}},81340:e=>{e.exports={en:["change {title} change in pips visibility"],ko:["{title} 핍 가시성 변화 바꾸기"]}},91600:e=>{e.exports={en:["change {title} currency"],ko:["{title} 커런시 바꾸기"]}},59288:e=>{e.exports={en:["change {title} angle visibility"],ko:["{title} 앵글 비저빌리티 바꾸기"]}},99232:e=>{e.exports={en:["change {title} account size"],ko:["{title} 계정 규모 변경"]}},80390:e=>{e.exports={en:["change {title} always show stats"],ko:["{title} 언제나 통계 보기 바꾸기"]}},59577:e=>{e.exports={en:["change {title} all lines color"],ko:["{title}의 모든 라인 색상 변경"]}},95582:e=>{e.exports={en:["change {title} arcs {index} line color"],ko:["{title} 아크 {index} 라인 컬러 바꾸기"]}},8745:e=>{e.exports={en:["change {title} arcs {index} line width"],ko:["{title} 아크 {index} 라인 너비 바꾸기"]}},4313:e=>{e.exports={en:["change {title} arcs {index} line visibility"],ko:["{title} 아크 {index} 라인 비저빌리티 바꾸기"]}},39393:e=>{e.exports={en:["change {title} average HL value"],ko:["{title} 애버리지 HL 밸류 바꾸기"]}},62130:e=>{e.exports={en:["change {title} bottom labels visibility"],ko:["{title} 바텀 라벨 비저빌리티 바꾸기"]}},13783:e=>{e.exports={en:["change {title} background transparency"],ko:["{title} 배경 투명도 변경"]}},30839:e=>{e.exports={en:["change {title} background visibility"],ko:["{title} 배경 가시성 변경"]}},49765:e=>{e.exports={en:["change {title} background color"],ko:["{title} 배경 색상 변경"]}},2788:e=>{e.exports={en:["change {title} background color 1"],ko:["{title} 백그라운드 컬러 1"]}},47108:e=>{e.exports={en:["change {title} background color 2"],ko:["{title} 백그라운드 컬러 2"]}},98845:e=>{e.exports={en:["change {title} bars range visibility"],ko:["{title} 바 레인지 비저빌리티 바꾸기"]}},37563:e=>{e.exports={en:["change {title} date/time range visibility"],ko:["{title} 데이트/타임 레인지 비저빌리티 바꾸기"]}},96135:e=>{e.exports={en:["change {title} days to"],ko:["{title} 날을 ~로 바꾸기"]}},91201:e=>{e.exports={en:["change {title} days from"],ko:["~로부터 {title} 날 바꾸기"]}},86650:e=>{e.exports={en:["change {title} degree"],ko:["{title} 각도 변경"]}},45153:e=>{e.exports={en:["change {title} distance visibility"],ko:["{title} 거리 비저빌리티 바꾸기"]}},73247:e=>{e.exports={en:["change {title} emoji"],ko:["{title} 이모지 변경"]}},53274:e=>{e.exports={en:["change {title} emoji visibility"],ko:["{title} 이모지 가시성 변경"]}},91534:e=>{e.exports={en:["change {title} entry price"],ko:["{title} 진입 가격 변경"]}},59665:e=>{e.exports={en:["change {title} extend bottom"],ko:["{title} 익스텐드 바텀 바꾸기"]}},35139:e=>{e.exports={en:["change {title} extend left"],ko:["{title} 익스텐드 레프트 바꾸기"]}},76295:e=>{e.exports={en:["change {title} extend lines"],ko:["{title} 익스텐드 라인 바꾸기"]}},30126:e=>{e.exports={en:["change {title} extend top"],ko:["{title} 익스텐드 탑 바꾸기"]}},58052:e=>{e.exports={en:["change {title} extending left"],ko:["{title} 익스텐딩 레프트 바꾸기"]}},74867:e=>{e.exports={en:["change {title} extending right"],ko:["{title} 익스텐딩 롸이트 바꾸기"]}},10390:e=>{e.exports={en:["change {title} extension"],ko:["{title} 익스텐션 바꾸기"]}},58406:e=>{e.exports={
+en:["change {title} failure text color"],ko:["{title} 실패 텍스트 컬러 바꾸기"]}},91321:e=>{e.exports={en:["change {title} failure background color"],ko:["{title} 실패 백그라운드 컬러 바꾸기"]}},28833:e=>{e.exports={en:["change {title} fan {index} line visibility"],ko:["{title} 팬 {index} 라인 비저빌리티 바꾸기"]}},45732:e=>{e.exports={en:["change {title} fan {index} line width"],ko:["{title} 팬 {index} 라인 너비 바꾸기"]}},62500:e=>{e.exports={en:["change {title} fan {index} line color"],ko:["{title} 팬 {index} 라인 컬러 바꾸기"]}},15972:e=>{e.exports={en:["change {title} fans visibility"],ko:["{title} 팬 비저빌리티 바꾸기"]}},1716:e=>{e.exports={en:["change {title} fans line color"],ko:["{title} 팬 라인 컬러 바꾸기"]}},85509:e=>{e.exports={en:["change {title} fib levels based on log scale"],ko:["로그 스케일을 기반으로 {title}의 피보나치 레벨 변경"]}},10643:e=>{e.exports={en:["change {title} flipped"],ko:["{title} 플립트 바꾸기"]}},8306:e=>{e.exports={en:["change {title} hours from"],ko:["~로부터 {title} 시간 바꾸기"]}},67233:e=>{e.exports={en:["change {title} hours to"],ko:["{title} 시간을 ~로 바꾸기"]}},86993:e=>{e.exports={en:["change {title} image background color"],ko:["{title} 이미지 배경 색상 변경"]}},54087:e=>{e.exports={en:["change {title} lot size"],ko:["{title} 로트 규모 변경"]}},67450:e=>{e.exports={en:["change {title} lower band #1 line color"],ko:["{title} 하단 밴드 라인 색상 변경"]}},87716:e=>{e.exports={en:["change {title} lower band #1 line visibility"],ko:["{title} 하단 밴드 라인 가시성 변경"]}},43181:e=>{e.exports={en:["change {title} lower band #1 line width"],ko:["{title} 하단 밴드 라인 너비 변경"]}},35092:e=>{e.exports={en:["change {title} lower band #2 line color"],ko:["{title} 아래 밴드 #2 라인 컬러 바꾸기"]}},94308:e=>{e.exports={en:["change {title} lower band #2 line visibility"],ko:["{title} 아래 밴드 #2 라인 비저빌리티 바꾸기"]}},8873:e=>{e.exports={en:["change {title} lower band #2 line width"],ko:["{title} 아래 밴드 #2 라인 너비 바꾸기"]}},68180:e=>{e.exports={en:["change {title} lower band #3 line color"],ko:["{title} 아래 밴드 #3 라인 컬러 바꾸기"]}},32442:e=>{e.exports={en:["change {title} lower band #3 line visibility"],ko:["{title} 아래 밴드 #3 라인 비저빌리티 바꾸기"]}},3476:e=>{e.exports={en:["change {title} lower band #3 line width"],ko:["{title} 아래 밴드 #3 라인 너비 바꾸기"]}},55612:e=>{e.exports={en:["change {title} labels alignment"],ko:["{title} 라벨 얼라인먼트 바꾸기"]}},19658:e=>{e.exports={en:["change {title} labels font size"],ko:["{title} 라벨 폰트 사이즈 바꾸기"]}},93340:e=>{e.exports={en:["change {title} labels visibility"],ko:["{title} 라벨 비저빌리티 바꾸기"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],ko:["{title} 레벨 {index} 라인 계수 바꾸기"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],ko:["{title} 레벨 {index} 라인 색상 변경"]}},64707:e=>{e.exports={en:["change {title} level {index} line style"],ko:["{title} 레벨 {index} 라인 스타일 바꾸기"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"],ko:["{title} 레벨 {index} 라인 가시성 변경"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"],ko:["{title} 레벨 {index} 라인 너비 변경"]}},54517:e=>{e.exports={en:["change {title} levels visibility"],ko:["{title} 레벨 가시성 변경"]}},63021:e=>{e.exports={
+en:["change {title} left labels visibility"],ko:["{title} 왼쪽 라벨 비저빌리티 바꾸기"]}},57462:e=>{e.exports={en:["change {title} mode"],ko:["{title} 모드 변경"]}},99122:e=>{e.exports={en:["change {title} months from"],ko:["~로부터 {title} 달 바꾸기"]}},10518:e=>{e.exports={en:["change {title} months to"],ko:["{title} 달을 ~로 바꾸기"]}},27470:e=>{e.exports={en:["change {title} middle point visibility"],ko:["{title} 미들 포인트 비저빌리티 바꾸기"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ko:["{title} 분을 ~로 바꾸기"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ko:["~로부터 {title} 분 바꾸기"]}},85198:e=>{e.exports={en:["change {title} mirrored"],ko:["{title} 미러드 바꾸기"]}},63047:e=>{e.exports={en:["change {title} source background color"],ko:["{title} 소스 백그라운드 컬러 바꾸기"]}},93889:e=>{e.exports={en:["change {title} source border color"],ko:["{title} 소스 보더 컬러 바꾸기"]}},45833:e=>{e.exports={en:["change {title} source text color"],ko:["{title} 소스 텍스트 컬러 바꾸기"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ko:["{title} 초를 ~로 바꾸기"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ko:["~로부터 {title} 초 바꾸기"]}},98463:e=>{e.exports={en:["change {title} style"],ko:["{title} 스타일 변경"]}},86722:e=>{e.exports={en:["change {title} stats position"],ko:["{title} 통계 포지션 바꾸기"]}},26598:e=>{e.exports={en:["change {title} stop color"],ko:["{title} 역지정 색상 변경"]}},45438:e=>{e.exports={en:["change {title} stop level"],ko:["{title} 역지정 레벨 변경"]}},27503:e=>{e.exports={en:["change {title} stop price"],ko:["{title} 역지정 가격 변경"]}},71715:e=>{e.exports={en:["change {title} success text color"],ko:["{title} 성공 텍스트 컬러 바꾸기"]}},80428:e=>{e.exports={en:["change {title} success background color"],ko:["{title} 성공 백그라운드 컬러 바꾸기"]}},87246:e=>{e.exports={en:["change {title} percent change visibility"],ko:["{title} 퍼센트 변화 가시성 바꾸기"]}},98822:e=>{e.exports={en:["change {title} price label visibility"],ko:["{title} 가격 라벨 가시성 변경"]}},343:e=>{e.exports={en:["change {title} price labels visibility"],ko:["{title} 프라이스 라벨 비저빌리티 바꾸기"]}},63962:e=>{e.exports={en:["change {title} price range visibility"],ko:["{title} 프라이스 레인지 비저빌리티 바꾸기"]}},727:e=>{e.exports={en:["change {title} price visibility"],ko:["{title} 가격 가시성 변경"]}},4714:e=>{e.exports={en:["change {title} prices visibility"],ko:["{title} 가격 가시성 변경"]}},64330:e=>{e.exports={en:["change {title} profit level"],ko:["{title} 수익 레벨 변경"]}},12073:e=>{e.exports={en:["change {title} profit price"],ko:["{title} 수익 가격 변경"]}},50762:e=>{e.exports={en:["change {title} reverse"],ko:["{title} 리버스 바꾸기"]}},8390:e=>{e.exports={en:["change {title} right labels visibility"],ko:["{title} 오른쪽 라벨 비저빌리티 바꾸기"]}},79875:e=>{e.exports={en:["change {title} risk"],ko:["{title} 리스크 변경"]}},60308:e=>{e.exports={en:["change {title} risk display mode"],ko:["{title} 리스크 표시 모드 변경"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ko:["~로부터 {title} 주 바꾸기"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ko:["{title} 주를 ~로 바꾸기"]}},60111:e=>{e.exports={en:["change {title} width"],ko:["{title} 너비 바꾸기"]}},81301:e=>{e.exports={
+en:["change {title} top labels visibility"],ko:["{title} 탑 라벨 비저빌리티 바꾸기"]}},25987:e=>{e.exports={en:["change {title} target background color"],ko:["{title} 타겟 백그라운드 텍스트 컬러 바꾸기"]}},24138:e=>{e.exports={en:["change {title} target border color"],ko:["{title} 타겟 보더 컬러 바꾸기"]}},10504:e=>{e.exports={en:["change {title} target color"],ko:["{title} 목표 색상 변경"]}},32230:e=>{e.exports={en:["change {title} target text color"],ko:["{title} 타겟 텍스트 컬러 바꾸기"]}},30353:e=>{e.exports={en:["change {title} text visibility"],ko:["{title} 텍스트 가시성 바꾸기"]}},55134:e=>{e.exports={en:["change {title} text alignment"],ko:["{title} 텍스트 정렬 바꾸기"]}},66960:e=>{e.exports={en:["change {title} time label visibility"],ko:["{title} 시간 라벨 가시성 변경"]}},51085:e=>{e.exports={en:["change {title} transparency"],ko:["{title} 투명도 바꾸기"]}},27326:e=>{e.exports={en:["change {title} upper band #1 line color"],ko:["{title} 상단 밴드 라인 색상 변경"]}},44828:e=>{e.exports={en:["change {title} upper band #1 line visibility"],ko:["{title} 상단 밴드 라인 가시성 변경"]}},1353:e=>{e.exports={en:["change {title} upper band #1 line width"],ko:["{title} 상단 밴드 라인 너비 변경"]}},12138:e=>{e.exports={en:["change {title} upper band #2 line color"],ko:["{title} 위 밴드 #2 라인 컬러 바꾸기"]}},93075:e=>{e.exports={en:["change {title} upper band #2 line visibility"],ko:["{title} 위 밴드 #2 라인 비저빌리티 바꾸기"]}},7943:e=>{e.exports={en:["change {title} upper band #2 line width"],ko:["{title} 위 밴드 #2 라인 너비 바꾸기"]}},51780:e=>{e.exports={en:["change {title} upper band #3 line color"],ko:["{title} 위 밴드 #3 라인 컬러 바꾸기"]}},15698:e=>{e.exports={en:["change {title} upper band #3 line visibility"],ko:["{title} 위 밴드 #3 라인 비저빌리티 바꾸기"]}},27414:e=>{e.exports={en:["change {title} upper band #3 line width"],ko:["{title} 위 밴드 #3 라인 너비 바꾸기"]}},36336:e=>{e.exports={en:["change {title} volume visibility"],ko:["{title} 볼륨 가시성 바꾸기"]}},23171:e=>{e.exports={en:["change {title} variance value"],ko:["{title} 분산값 바꾸기"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ko:["틱에서 {title} 비저빌리티 바꾸기"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ko:["주에서 {title} 비저빌리티 바꾸기"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ko:["{ranges} 에서 {title} 가시성 바꾸기"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ko:["날에서 {title} 비저빌리티 바꾸기"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ko:["시간에서 {title} 비저빌리티 바꾸기"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ko:["초에서 {title} 비저빌리티 바꾸기"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ko:["달에서 {title} 비저빌리티 바꾸기"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ko:["초에서 {title} 비저빌리티 바꾸기"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],ko:["{toolName} 라벨 얼라인먼트 버티컬 바꾸기"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],ko:["{toolName} 라벨 얼라인먼트 호리존털 바꾸기"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],ko:["{toolName} 라벨 디렉션 바꾸기"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],
+ko:["{toolName} 라인 비저빌리티 바꾸기"]}},19541:e=>{e.exports={en:["change {toolName} line width"],ko:["{toolName} 라인 너비 바꾸기"]}},24059:e=>{e.exports={en:["change {toolName} line color"],ko:["{toolName} 라인 컬러 바꾸기"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],ko:["{toolName} 라인 왼쪽 늘임 바꾸기"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],ko:["{toolName} 라인 오른쪽 늘임 바꾸기"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],ko:["{toolName} 라인 왼쪽 끝 바꾸기"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],ko:["{toolName} 라인 오른쪽 끝 바꾸기"]}},66429:e=>{e.exports={en:["change {toolName} line style"],ko:["{toolName} 라인 스타일 바꾸기"]}},66668:e=>{e.exports={en:["change {toolName} text"],ko:["{toolName} 텍스트 바꾸기"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],ko:["{toolName} 텍스트 비저빌리티 바꾸기"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],ko:["{toolName} 텍스트 줄넘김 바꾸기"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],ko:["{toolName} 텍스트 백그라운드 컬러 바꾸기"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],ko:["{toolName} 텍스트 백그라운드 비저빌리티 바꾸기"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],ko:["{toolName} 텍스트 보더 컬러 바꾸기"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],ko:["{toolName} 텍스트 보더 너비 바꾸기"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],ko:["{toolName} 텍스트 보더 비저빌리티 바꾸기"]}},64500:e=>{e.exports={en:["change {toolName} text color"],ko:["{toolName} 텍스트 컬러 바꾸기"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],ko:["{toolName} 텍스트 폰트 볼드 바꾸기"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],ko:["{toolName} 텍스트 폰트 이탤릭 바꾸기"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],ko:["{toolName} 텍스트 폰트 바꾸기"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ko:["{propertyName} 속성 변경"]}},61218:e=>{e.exports={en:["backgrounds color"],ko:["백그라운드 컬러"]}},48433:e=>{e.exports={en:["backgrounds filled"],ko:["백그라운드 채움"]}},35813:e=>{e.exports={en:["days"],ko:["날"]}},89919:e=>{e.exports={en:["days to"],ko:["날을 ~으로"]}},59215:e=>{e.exports={en:["days from"],ko:["~로부터 ~날로"]}},2359:e=>{e.exports={en:["hours"],ko:["시간"]}},82267:e=>{e.exports={en:["hours from"],ko:["~로부터 ~시간으로"]}},15600:e=>{e.exports={en:["hours to"],ko:["시간을 ~으로"]}},24621:e=>{e.exports={en:["lines color"],ko:["라인 컬러"]}},96400:e=>{e.exports={en:["lines style"],ko:["라인 스타일"]}},41594:e=>{e.exports={en:["lines width"],ko:["라인 너비"]}},76261:e=>{e.exports={en:["move drawings"],ko:["드로윙 옮기기"]}},95300:e=>{e.exports={en:["months"],ko:["달"]}},17250:e=>{e.exports={en:["months from"],ko:["~로부터 ~달로"]}},2828:e=>{e.exports={en:["months to"],ko:["달을 ~으로"]}},18726:e=>{e.exports={en:["minutes"],ko:["분"]}},67649:e=>{e.exports={en:["minutes to"],ko:["분을 ~으로"]}},22476:e=>{e.exports={en:["minutes from"],ko:["~로부터 ~분으로"]}},751:e=>{e.exports={en:["seconds"],ko:["초"]}},73419:e=>{e.exports={en:["seconds to"],ko:["초를 ~으로"]}},35801:e=>{e.exports={en:["seconds from"],ko:["~로부터 ~초로"]}},
+59012:e=>{e.exports={en:["show price"],ko:["프라이스 보기"]}},45537:e=>{e.exports={en:["weeks"],ko:["주"]}},92859:e=>{e.exports={en:["weeks from"],ko:["~로부터 ~주로"]}},44127:e=>{e.exports={en:["weeks to"],ko:["주를 ~으로"]}},44461:e=>{e.exports={en:["text color"],ko:["문자열색"]}},3539:e=>{e.exports={en:["ticks"],ko:["틱스"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.6645.638c62337337129de9dc.js b/public/charting_library/bundles/ko.6645.638c62337337129de9dc.js
new file mode 100644
index 0000000..54eb183
--- /dev/null
+++ b/public/charting_library/bundles/ko.6645.638c62337337129de9dc.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6645,6155,3367,2303,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ko:["#{count} (프라이스, 바)"]}},78930:e=>{e.exports={en:["Coordinates"],ko:["좌표"]}},24197:e=>{e.exports={en:["Center"],ko:["센터"]}},6060:e=>{e.exports={en:["Add text"],ko:["텍스트 넣기"]}},27567:e=>{e.exports={en:["Bottom"],ko:["아래"]}},38408:e=>{e.exports={en:["Border"],ko:["경계"]}},79468:e=>{e.exports={en:["Background"],ko:["배경"]}},72942:e=>{e.exports={en:["Days"],ko:["날"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ko:["변위(가격, 막대)"]}},56796:e=>{e.exports={en:["Hours"],ko:["시간"]}},95406:e=>{e.exports={en:["Horizontal"],ko:["가로"]}},21429:e=>{e.exports={en:["Inputs"],ko:["인풋"]}},34974:e=>{e.exports={en:["Label border"],ko:["라벨 보더"]}},73863:e=>{e.exports={en:["Label background"],ko:["라벨 백그라운드"]}},11626:e=>{e.exports={en:["Left"],ko:["왼쪽"]}},97575:e=>{e.exports={en:["Line color"],ko:["라인 컬러"]}},43154:e=>{e.exports={en:["Months"],ko:["달"]}},68833:e=>{e.exports={en:["Middle"],ko:["미들"]}},42562:e=>{e.exports={en:["Minutes"],ko:["분"]}},65188:e=>{e.exports={en:["Seconds"],ko:["초"]}},50421:e=>{e.exports={en:["Right"],ko:["오른쪽"]}},835:e=>{e.exports={en:["Weeks"],ko:["주"]}},97118:e=>{e.exports={en:["Top"],ko:["탑"]}},70320:e=>{e.exports={en:["Text"],ko:["문자"]}},7560:e=>{e.exports={en:["Text wrap"],ko:["문자열줄넘김"]}},25485:e=>{e.exports={en:["Text alignment"],ko:["텍스트 얼라인"]}},67781:e=>{e.exports={en:["Text orientation"],ko:["텍스트 방향"]}},24821:e=>{e.exports={en:["Ticks"],ko:["틱스"]}},69526:e=>{e.exports={en:["Vertical"],ko:["세로"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ko:["프라이스 X 좌표 바꾸기"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ko:["프라이스 Y 좌표 바꾸기"]}},69437:e=>{e.exports={en:["change {title} border color"],ko:["{title} 보더 컬러 바꾸기"]}},19298:e=>{e.exports={en:["change {title} border visibility"],ko:["{title} 보더 비저빌리티 바꾸기"]}},30839:e=>{e.exports={en:["change {title} background visibility"],ko:["{title} 배경 가시성 변경"]}},49765:e=>{e.exports={en:["change {title} background color"],ko:["{title} 배경 색상 변경"]}},96135:e=>{e.exports={en:["change {title} days to"],ko:["{title} 날을 ~로 바꾸기"]}},91201:e=>{e.exports={en:["change {title} days from"],ko:["~로부터 {title} 날 바꾸기"]}},8306:e=>{e.exports={en:["change {title} hours from"],ko:["~로부터 {title} 시간 바꾸기"]}},67233:e=>{e.exports={en:["change {title} hours to"],ko:["{title} 시간을 ~로 바꾸기"]}},7455:e=>{e.exports={en:["change {title} line color"],ko:["{title} 라인 컬러 바꾸기"]}},99122:e=>{e.exports={en:["change {title} months from"],ko:["~로부터 {title} 달 바꾸기"]}},10518:e=>{e.exports={en:["change {title} months to"],ko:["{title} 달을 ~로 바꾸기"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ko:["{title} 분을 ~로 바꾸기"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ko:["~로부터 {title} 분 바꾸기"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ko:["{title} 초를 ~로 바꾸기"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ko:["~로부터 {title} 초 바꾸기"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ko:["~로부터 {title} 주 바꾸기"]}},
+18678:e=>{e.exports={en:["change {title} weeks to"],ko:["{title} 주를 ~로 바꾸기"]}},57122:e=>{e.exports={en:["change {title} text"],ko:["{title} 텍스트 바꾸기"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ko:["틱에서 {title} 비저빌리티 바꾸기"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ko:["주에서 {title} 비저빌리티 바꾸기"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ko:["{ranges} 에서 {title} 가시성 바꾸기"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ko:["날에서 {title} 비저빌리티 바꾸기"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ko:["시간에서 {title} 비저빌리티 바꾸기"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ko:["초에서 {title} 비저빌리티 바꾸기"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ko:["달에서 {title} 비저빌리티 바꾸기"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ko:["초에서 {title} 비저빌리티 바꾸기"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],ko:["{toolName} 라벨 얼라인먼트 버티컬 바꾸기"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],ko:["{toolName} 라벨 얼라인먼트 호리존털 바꾸기"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],ko:["{toolName} 라벨 디렉션 바꾸기"]}},66668:e=>{e.exports={en:["change {toolName} text"],ko:["{toolName} 텍스트 바꾸기"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],ko:["{toolName} 텍스트 비저빌리티 바꾸기"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],ko:["{toolName} 텍스트 줄넘김 바꾸기"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],ko:["{toolName} 텍스트 백그라운드 컬러 바꾸기"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],ko:["{toolName} 텍스트 백그라운드 비저빌리티 바꾸기"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],ko:["{toolName} 텍스트 보더 컬러 바꾸기"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],ko:["{toolName} 텍스트 보더 너비 바꾸기"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],ko:["{toolName} 텍스트 보더 비저빌리티 바꾸기"]}},64500:e=>{e.exports={en:["change {toolName} text color"],ko:["{toolName} 텍스트 컬러 바꾸기"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],ko:["{toolName} 텍스트 폰트 볼드 바꾸기"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],ko:["{toolName} 텍스트 폰트 이탤릭 바꾸기"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],ko:["{toolName} 텍스트 폰트 바꾸기"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ko:["{propertyName} 속성 변경"]}},35813:e=>{e.exports={en:["days"],ko:["날"]}},89919:e=>{e.exports={en:["days to"],ko:["날을 ~으로"]}},59215:e=>{e.exports={en:["days from"],ko:["~로부터 ~날로"]}},2359:e=>{e.exports={en:["hours"],ko:["시간"]}},82267:e=>{e.exports={en:["hours from"],ko:["~로부터 ~시간으로"]}},15600:e=>{e.exports={en:["hours to"],ko:["시간을 ~으로"]}},76261:e=>{e.exports={en:["move drawings"],ko:["드로윙 옮기기"]}},95300:e=>{e.exports={en:["months"],ko:["달"]}},17250:e=>{e.exports={en:["months from"],ko:["~로부터 ~달로"]}},2828:e=>{e.exports={en:["months to"],ko:["달을 ~으로"]}},18726:e=>{e.exports={en:["minutes"],ko:["분"]}},67649:e=>{e.exports={
+en:["minutes to"],ko:["분을 ~으로"]}},22476:e=>{e.exports={en:["minutes from"],ko:["~로부터 ~분으로"]}},751:e=>{e.exports={en:["seconds"],ko:["초"]}},73419:e=>{e.exports={en:["seconds to"],ko:["초를 ~으로"]}},35801:e=>{e.exports={en:["seconds from"],ko:["~로부터 ~초로"]}},45537:e=>{e.exports={en:["weeks"],ko:["주"]}},92859:e=>{e.exports={en:["weeks from"],ko:["~로부터 ~주로"]}},44127:e=>{e.exports={en:["weeks to"],ko:["주를 ~으로"]}},3539:e=>{e.exports={en:["ticks"],ko:["틱스"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.6655.0fd2fe635955f6cfa2ba.js b/public/charting_library/bundles/ko.6655.0fd2fe635955f6cfa2ba.js
new file mode 100644
index 0000000..f98706e
--- /dev/null
+++ b/public/charting_library/bundles/ko.6655.0fd2fe635955f6cfa2ba.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6655,4040,359],{55517:e=>{e.exports={en:["Add"],ko:["넣기"]}},29619:e=>{e.exports={en:["Add custom color"],ko:["커스텀 컬러 넣기"]}},80936:e=>{e.exports={en:["Opacity"],ko:["불투명성"]}},97349:e=>{e.exports={en:["Fr"],ko:["금"]}},30961:e=>{e.exports={en:["Mo"],ko:["월"]}},94748:e=>{e.exports={en:["Sa"],ko:["토"]}},75005:e=>{e.exports={en:["Su"],ko:["일"]}},92578:e=>{e.exports={en:["We"],ko:["수"]}},8765:e=>{e.exports={en:["Th"],ko:["목"]}},9135:e=>{e.exports={en:["Tu"],ko:["화"]}},53288:e=>{e.exports={en:["animals & nature"],ko:["애니멀 & 네이처"]}},21311:e=>{e.exports={en:["activity"],ko:["액티비티"]}},90678:e=>{e.exports={en:["food & drink"],ko:["푸드 & 드링크"]}},6715:e=>{e.exports={en:["flags"],ko:["플래그"]}},98355:e=>{e.exports={en:["objects"],ko:["오브젝트"]}},43438:e=>{e.exports={en:["smiles & people"],ko:["스마일 & 피플"]}},40457:e=>{e.exports={en:["symbols"],ko:["심볼"]}},88906:e=>{e.exports={en:["recently used"],ko:["최근에 쓰임"]}},28562:e=>{e.exports={en:["travel & places"],ko:["트래블 & 플레이스"]}},24716:e=>{e.exports={en:["Another symbol"],ko:["다른 심볼"]}},41256:e=>{e.exports={en:["Back"],ko:["뒤로"]}},94849:e=>{e.exports={en:["Main chart symbol"],ko:["메인 차트 심볼"]}},53174:e=>{e.exports={en:["Right"],ko:["라이트"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"],ko:["캘린더는 현재 {year} 년입니다."]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"],ko:["캘린더는 현재 {year_start}부터 {year_end}까지 연도입니다."]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"],ko:["캘린더는 현재 {month} 입니다."]}},4543:e=>{e.exports={en:["Cancel"],ko:["취소"]}},24197:e=>{e.exports={en:["Center"],ko:["센터"]}},63245:e=>{e.exports={en:["Change symbol"],ko:["종목바꾸기"]}},54613:e=>{e.exports={en:["Chart"],ko:["차트"]}},47742:e=>{e.exports={en:["Close menu"],ko:["메뉴 닫기"]}},34040:e=>{e.exports={en:["All sources"],ko:["모든 자료"]}},62511:e=>{e.exports={en:["Apply Defaults"],ko:["기본설정"]}},28896:e=>{e.exports={en:["April"],ko:["4월"]}},11081:e=>{e.exports={en:["August"],ko:["8월"]}},27567:e=>{e.exports={en:["Bottom"],ko:["아래"]}},42358:e=>{e.exports={en:["Bond"],ko:["채권"]}},68043:e=>{e.exports={en:["Gradient"],ko:["그래디언트"]}},27390:e=>{e.exports={en:["Dotted line"],ko:["도트 라인"]}},88123:e=>{e.exports={en:["Dashed line"],ko:["대쉬 라인"]}},90082:e=>{e.exports={en:["December"],ko:["12월"]}},55319:e=>{e.exports={en:["Decrease"],ko:["줄이기"]}},48572:e=>{e.exports={en:["Defaults"],ko:["기본설정"]}},78734:e=>{e.exports={en:["Description"],ko:["설명"]}},81069:e=>{e.exports={en:["February"],ko:["2월"]}},3570:e=>{e.exports={en:["Friday"],ko:["금요일"]}},95406:e=>{e.exports={en:["Horizontal"],ko:["가로"]}},8854:e=>{e.exports={en:["Hidden"],ko:["숨겨진"]}},39832:e=>{e.exports={en:["Increase"],ko:["늘어남"]}},200:e=>{e.exports={en:["January"],ko:["1월"]}},6608:e=>{e.exports={en:["July"],ko:["7월"]}},61487:e=>{e.exports={en:["June"],ko:["6월"]}},37997:e=>{e.exports={en:["October"],ko:["10월"]}},55450:e=>{e.exports={en:["Offset"],ko:["오프셋"]}},19295:e=>{e.exports={en:["Ok"],ko:["확인"]}},11626:e=>{e.exports={en:["Left"],ko:["왼쪽"]}},28603:e=>{
+e.exports={en:["Line style"],ko:["라인 스타일"]}},19573:e=>{e.exports={en:["Monday"],ko:["월요일"]}},43154:e=>{e.exports={en:["Months"],ko:["달"]}},37117:e=>{e.exports={en:["More"],ko:["더보기"]}},25734:e=>{e.exports={en:["May"],ko:["5월"]}},93878:e=>{e.exports={en:["March"],ko:["3월"]}},68833:e=>{e.exports={en:["Middle"],ko:["미들"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],ko:["조건에 맞는 익스체인지가 없음"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],ko:["조건에 맞는 심볼이 없음"]}},4607:e=>{e.exports={en:["November"],ko:["11월"]}},65353:e=>{e.exports={en:["Normal"],ko:["정상"]}},69102:e=>{e.exports={en:["Next year"],ko:["다음 해"]}},17538:e=>{e.exports={en:["Next years"],ko:["다음 해들"]}},92790:e=>{e.exports={en:["Next month"],ko:["다음 달"]}},71300:e=>{e.exports={en:["Number format is invalid."],ko:["넘버 포맷이 잘못 되었습니다."]}},28628:e=>{e.exports={en:["Sources"],ko:["자료"]}},88686:e=>{e.exports={en:["Solid"],ko:["솔리드"]}},30348:e=>{e.exports={en:["Saturday"],ko:["토요일"]}},99687:e=>{e.exports={en:["Save as default"],ko:["기본설정으로 사용"]}},8573:e=>{e.exports={en:["Search"],ko:["찾기"]}},57640:e=>{e.exports={en:["Select source"],ko:["자료 선택"]}},8954:e=>{e.exports={en:["Selected Drawings"],ko:["고른 드로잉"]}},32179:e=>{e.exports={en:["September"],ko:["9월"]}},31331:e=>{e.exports={en:["Specified value is more than the instrument maximum of {max}."],ko:["지정값이 인스트루먼트 맥시멈인 {max} 보다 큽니다."]}},24216:e=>{e.exports={en:["Specified value is less than the instrument minimum of {min}."],ko:["지정값이 인스트루먼트 미니멈인 {min} 보다 작습니다."]}},61480:e=>{e.exports={en:["Sunday"],ko:["일요일"]}},70235:e=>{e.exports={en:["Switch to months"],ko:["달로 바꾸기"]}},91245:e=>{e.exports={en:["Switch to dates"],ko:["날짜로 바꾸기"]}},71961:e=>{e.exports={en:["Switch to years"],ko:["해로 바꾸기"]}},95481:e=>{e.exports={en:["Symbol"],ko:["심볼"]}},74007:e=>{e.exports={en:["Symbol & description"],ko:["심볼 & 설명"]}},51165:e=>{e.exports={en:["Symbol Search"],ko:["심볼 찾기"]}},27254:e=>{e.exports={en:["Please enter the right date"],ko:["올바른 날짜를 넣으십시오"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"],ko:["올바른 날짜 포맷인 yyyy-mm-dd 으로 넣으십시오"]}},93984:e=>{e.exports={en:["Previous month"],ko:["앞 달"]}},75776:e=>{e.exports={en:["Previous year"],ko:["앞 해"]}},44701:e=>{e.exports={en:["Previous years"],ko:["앞선 해들"]}},89984:e=>{e.exports={en:["Remove color"],ko:["컬러 없애기"]}},47550:e=>{e.exports={en:["Remove selected emoji"],ko:["선택한 이모지 제거"]}},33533:e=>{e.exports={en:["Reset settings"],ko:["설정초기화"]}},50421:e=>{e.exports={en:["Right"],ko:["오른쪽"]}},94226:e=>{e.exports={en:["Wednesday"],ko:["수요일"]}},97118:e=>{e.exports={en:["Top"],ko:["탑"]}},25485:e=>{e.exports={en:["Text alignment"],ko:["텍스트 얼라인"]}},67781:e=>{e.exports={en:["Text orientation"],ko:["텍스트 방향"]}},79137:e=>{e.exports={en:["Thursday"],ko:["목요일"]}},54971:e=>{e.exports={en:["Thickness"],ko:["두께"]}},82160:e=>{e.exports={en:["Tuesday"],ko:["화요일"]}},13748:e=>{e.exports={en:["Use special math signs to displace selected drawings: +,-,/,* for price and +,- for bar index."],ko:["선택한 드로윙을 대체하려면 특수 연산 부호를 사용합니다. 가격에는 +,-,/,*, 막대 인덱스는 +,-입니다."]}},69526:e=>{
+e.exports={en:["Vertical"],ko:["세로"]}},66181:e=>{e.exports={en:["Years"],ko:["해"]}},70932:e=>{e.exports={en:["commodity"],ko:["상품"]}},79599:e=>{e.exports={en:["cfd"],ko:["씨에프디"]}},29426:e=>{e.exports={en:["change opacity"],ko:["불투명도 바꾸기"]}},31675:e=>{e.exports={en:["change color"],ko:["칼라 바꾸기"]}},28818:e=>{e.exports={en:["change line style"],ko:["라인 스타일 바꾸기"]}},73281:e=>{e.exports={en:["change thickness"],ko:["두께 바꾸기"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ko:["{propertyName} 속성 변경"]}},23687:e=>{e.exports={en:["change {sourceTitle} title to {newSourceTitle}"],ko:["{sourceTitle} 타이틀을 {newSourceTitle} 으로 바꾸기"]}},5741:e=>{e.exports={en:["close"],ko:["클로즈"]}},46128:e=>{e.exports={en:["crypto"],ko:["크립토"]}},47268:e=>{e.exports={en:["dr"]}},406:e=>{e.exports={en:["e.g. +1"]}},49957:e=>{e.exports={en:["e.g. /2"]}},54094:e=>{e.exports={en:["economy"],ko:["경제"]}},17770:e=>{e.exports={en:["forex"],ko:["외환"]}},4723:e=>{e.exports={en:["futures"],ko:["퓨쳐스"]}},59319:e=>{e.exports={en:["high"],ko:["고가"]}},96008:e=>{e.exports={en:["hl2"],ko:["고저평균"]}},91189:e=>{e.exports={en:["hlc3"],ko:["고저종평균"]}},49242:e=>{e.exports={en:["hlcc4"]}},87464:e=>{e.exports={en:["index"],ko:["지수"]}},90250:e=>{e.exports={en:["indices"],ko:["지수"]}},52793:e=>{e.exports={en:["ohlc4"],ko:["시고저종평균"]}},83584:e=>{e.exports={en:["open"],ko:["오픈"]}},41902:e=>{e.exports={en:["low"],ko:["저가"]}},76752:e=>{e.exports={en:["stock"],ko:["스탁"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.6703.bdb6f2f6c5d635dc479f.js b/public/charting_library/bundles/ko.6703.bdb6f2f6c5d635dc479f.js
new file mode 100644
index 0000000..7a85239
--- /dev/null
+++ b/public/charting_library/bundles/ko.6703.bdb6f2f6c5d635dc479f.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6703,4040,359],{41256:e=>{e.exports={en:["Back"],ko:["뒤로"]}},53174:e=>{e.exports={en:["Right"],ko:["라이트"]}},93193:e=>{e.exports={en:["Compare symbol"],ko:["심볼 견주기"]}},4543:e=>{e.exports={en:["Cancel"],ko:["취소"]}},47742:e=>{e.exports={en:["Close menu"],ko:["메뉴 닫기"]}},60085:e=>{e.exports={en:["Add to"],ko:["~에 넣기:"]}},46622:e=>{e.exports={en:["Added symbols"],ko:["더해진 심볼들"]}},34040:e=>{e.exports={en:["All sources"],ko:["모든 자료"]}},1048:e=>{e.exports={en:["Allow extend time scale"],ko:["타임 스케일 확장을 허용합니다"]}},42358:e=>{e.exports={en:["Bond"],ko:["채권"]}},78734:e=>{e.exports={en:["Description"],ko:["설명"]}},37117:e=>{e.exports={en:["More"],ko:["더보기"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],ko:["조건에 맞는 익스체인지가 없음"]}},37094:e=>{e.exports={en:["No symbols here yet — why not add some?"],ko:["아직 종목이 없습니다. 종목을 추가하시겠습니까?"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],ko:["조건에 맞는 심볼이 없음"]}},63456:e=>{e.exports={en:["New pane"],ko:["새 페인"]}},60126:e=>{e.exports={en:["New price scale"],ko:["새 프라이스 스케일"]}},28628:e=>{e.exports={en:["Sources"],ko:["자료"]}},56136:e=>{e.exports={en:["Same % scale"],ko:["같은 % 스케일"]}},38137:e=>{e.exports={en:["Same scale"],ko:["같은 스케일"]}},8573:e=>{e.exports={en:["Search"],ko:["찾기"]}},57640:e=>{e.exports={en:["Select source"],ko:["자료 선택"]}},95481:e=>{e.exports={en:["Symbol"],ko:["심볼"]}},74007:e=>{e.exports={en:["Symbol & description"],ko:["심볼 & 설명"]}},51165:e=>{e.exports={en:["Symbol Search"],ko:["심볼 찾기"]}},8926:e=>{e.exports={en:["Recent symbols"],ko:["최근 심볼들"]}},70932:e=>{e.exports={en:["commodity"],ko:["상품"]}},79599:e=>{e.exports={en:["cfd"],ko:["씨에프디"]}},46128:e=>{e.exports={en:["crypto"],ko:["크립토"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"],ko:["경제"]}},17770:e=>{e.exports={en:["forex"],ko:["외환"]}},4723:e=>{e.exports={en:["futures"],ko:["퓨쳐스"]}},87464:e=>{e.exports={en:["index"],ko:["지수"]}},90250:e=>{e.exports={en:["indices"],ko:["지수"]}},76752:e=>{e.exports={en:["stock"],ko:["스탁"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.6760.d667b4a17bb7e3977273.js b/public/charting_library/bundles/ko.6760.d667b4a17bb7e3977273.js
new file mode 100644
index 0000000..e3082c9
--- /dev/null
+++ b/public/charting_library/bundles/ko.6760.d667b4a17bb7e3977273.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6760,2787,6155,7850,7122,5111,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ko:["#{count} (프라이스, 바)"]}},78930:e=>{e.exports={en:["Coordinates"],ko:["좌표"]}},24197:e=>{e.exports={en:["Center"],ko:["센터"]}},6060:e=>{e.exports={en:["Add text"],ko:["텍스트 넣기"]}},27567:e=>{e.exports={en:["Bottom"],ko:["아래"]}},79468:e=>{e.exports={en:["Background"],ko:["배경"]}},72942:e=>{e.exports={en:["Days"],ko:["날"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ko:["변위(가격, 막대)"]}},61856:e=>{e.exports={en:["Extend left line"],ko:["왼 라인 익스텐드"]}},87430:e=>{e.exports={en:["Extend right line"],ko:["오른 라인 익스텐드"]}},56796:e=>{e.exports={en:["Hours"],ko:["시간"]}},95406:e=>{e.exports={en:["Horizontal"],ko:["가로"]}},21429:e=>{e.exports={en:["Inputs"],ko:["인풋"]}},79650:e=>{e.exports={en:["Levels"],ko:["레벨"]}},11626:e=>{e.exports={en:["Left"],ko:["왼쪽"]}},43154:e=>{e.exports={en:["Months"],ko:["달"]}},68833:e=>{e.exports={en:["Middle"],ko:["미들"]}},42562:e=>{e.exports={en:["Minutes"],ko:["분"]}},65188:e=>{e.exports={en:["Seconds"],ko:["초"]}},50421:e=>{e.exports={en:["Right"],ko:["오른쪽"]}},835:e=>{e.exports={en:["Weeks"],ko:["주"]}},97118:e=>{e.exports={en:["Top"],ko:["탑"]}},70320:e=>{e.exports={en:["Text"],ko:["문자"]}},25485:e=>{e.exports={en:["Text alignment"],ko:["텍스트 얼라인"]}},67781:e=>{e.exports={en:["Text orientation"],ko:["텍스트 방향"]}},24821:e=>{e.exports={en:["Ticks"],ko:["틱스"]}},51574:e=>{e.exports={en:["Trend line"],ko:["트렌드라인"]}},28683:e=>{e.exports={en:["Use one color"],ko:["한가지 색만 쓰기"]}},69526:e=>{e.exports={en:["Vertical"],ko:["세로"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ko:["프라이스 X 좌표 바꾸기"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ko:["프라이스 Y 좌표 바꾸기"]}},59577:e=>{e.exports={en:["change {title} all lines color"],ko:["{title}의 모든 라인 색상 변경"]}},13783:e=>{e.exports={en:["change {title} background transparency"],ko:["{title} 배경 투명도 변경"]}},30839:e=>{e.exports={en:["change {title} background visibility"],ko:["{title} 배경 가시성 변경"]}},96135:e=>{e.exports={en:["change {title} days to"],ko:["{title} 날을 ~로 바꾸기"]}},91201:e=>{e.exports={en:["change {title} days from"],ko:["~로부터 {title} 날 바꾸기"]}},8306:e=>{e.exports={en:["change {title} hours from"],ko:["~로부터 {title} 시간 바꾸기"]}},67233:e=>{e.exports={en:["change {title} hours to"],ko:["{title} 시간을 ~로 바꾸기"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],ko:["{title} 레벨 {index} 라인 계수 바꾸기"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],ko:["{title} 레벨 {index} 라인 색상 변경"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"],ko:["{title} 레벨 {index} 라인 가시성 변경"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"],ko:["{title} 레벨 {index} 라인 너비 변경"]}},54517:e=>{e.exports={en:["change {title} levels visibility"],ko:["{title} 레벨 가시성 변경"]}},99122:e=>{e.exports={en:["change {title} months from"],ko:["~로부터 {title} 달 바꾸기"]}},10518:e=>{e.exports={en:["change {title} months to"],ko:["{title} 달을 ~로 바꾸기"]}},38011:e=>{e.exports={
+en:["change {title} minutes to"],ko:["{title} 분을 ~로 바꾸기"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ko:["~로부터 {title} 분 바꾸기"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ko:["{title} 초를 ~로 바꾸기"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ko:["~로부터 {title} 초 바꾸기"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ko:["~로부터 {title} 주 바꾸기"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ko:["{title} 주를 ~로 바꾸기"]}},57122:e=>{e.exports={en:["change {title} text"],ko:["{title} 텍스트 바꾸기"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ko:["틱에서 {title} 비저빌리티 바꾸기"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ko:["주에서 {title} 비저빌리티 바꾸기"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ko:["{ranges} 에서 {title} 가시성 바꾸기"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ko:["날에서 {title} 비저빌리티 바꾸기"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ko:["시간에서 {title} 비저빌리티 바꾸기"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ko:["초에서 {title} 비저빌리티 바꾸기"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ko:["달에서 {title} 비저빌리티 바꾸기"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ko:["초에서 {title} 비저빌리티 바꾸기"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],ko:["{toolName} 라인 비저빌리티 바꾸기"]}},19541:e=>{e.exports={en:["change {toolName} line width"],ko:["{toolName} 라인 너비 바꾸기"]}},24059:e=>{e.exports={en:["change {toolName} line color"],ko:["{toolName} 라인 컬러 바꾸기"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],ko:["{toolName} 라인 왼쪽 늘임 바꾸기"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],ko:["{toolName} 라인 오른쪽 늘임 바꾸기"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],ko:["{toolName} 라인 왼쪽 끝 바꾸기"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],ko:["{toolName} 라인 오른쪽 끝 바꾸기"]}},66429:e=>{e.exports={en:["change {toolName} line style"],ko:["{toolName} 라인 스타일 바꾸기"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ko:["{propertyName} 속성 변경"]}},35813:e=>{e.exports={en:["days"],ko:["날"]}},89919:e=>{e.exports={en:["days to"],ko:["날을 ~으로"]}},59215:e=>{e.exports={en:["days from"],ko:["~로부터 ~날로"]}},77114:e=>{e.exports={en:["erase level line"],ko:["레벨 라인 지우기"]}},2359:e=>{e.exports={en:["hours"],ko:["시간"]}},82267:e=>{e.exports={en:["hours from"],ko:["~로부터 ~시간으로"]}},15600:e=>{e.exports={en:["hours to"],ko:["시간을 ~으로"]}},76261:e=>{e.exports={en:["move drawings"],ko:["드로윙 옮기기"]}},95300:e=>{e.exports={en:["months"],ko:["달"]}},17250:e=>{e.exports={en:["months from"],ko:["~로부터 ~달로"]}},2828:e=>{e.exports={en:["months to"],ko:["달을 ~으로"]}},18726:e=>{e.exports={en:["minutes"],ko:["분"]}},67649:e=>{e.exports={en:["minutes to"],ko:["분을 ~으로"]}},22476:e=>{e.exports={en:["minutes from"],ko:["~로부터 ~분으로"]}},751:e=>{e.exports={en:["seconds"],ko:["초"]}},73419:e=>{e.exports={en:["seconds to"],ko:["초를 ~으로"]}},35801:e=>{e.exports={en:["seconds from"],ko:["~로부터 ~초로"]}},45537:e=>{e.exports={
+en:["weeks"],ko:["주"]}},92859:e=>{e.exports={en:["weeks from"],ko:["~로부터 ~주로"]}},44127:e=>{e.exports={en:["weeks to"],ko:["주를 ~으로"]}},3539:e=>{e.exports={en:["ticks"],ko:["틱스"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.6778.cb295f9cefe08c721b2c.js b/public/charting_library/bundles/ko.6778.cb295f9cefe08c721b2c.js
new file mode 100644
index 0000000..363fcf5
--- /dev/null
+++ b/public/charting_library/bundles/ko.6778.cb295f9cefe08c721b2c.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6778],{36778:a=>{a.exports={en:["Last available bar"],ko:["마지막 봉"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.6822.4179cccc2fa59f991bf4.js b/public/charting_library/bundles/ko.6822.4179cccc2fa59f991bf4.js
new file mode 100644
index 0000000..c140156
--- /dev/null
+++ b/public/charting_library/bundles/ko.6822.4179cccc2fa59f991bf4.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6822],{94920:e=>{e.exports={en:["ADJ"]}},16755:e=>{e.exports={en:["B-ADJ"]}},82631:e=>{e.exports={en:["SET"]}},22233:e=>{e.exports={en:["auto"],ko:["자동"]}},4161:e=>{e.exports={en:["log"],ko:["로그"]}},58221:e=>{e.exports={en:["All data"],ko:["모든 데이터"]}},19273:e=>{e.exports={en:["Year to day"],ko:["연도별"]}},58426:e=>{e.exports={en:["{timePeriod} in {timeInterval}"],ko:["{timeInterval} 의 {timePeriod}₩"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],ko:["배당에 따른 데이터 조정"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],ko:["컨트랙트 변경 조절"]}},42432:e=>{e.exports={en:["Go to"],ko:["가기"]}},92966:e=>{e.exports={en:["Extended Hours is available only for intraday charts"],ko:["확장시간은 인트라데이 차트에서만 가능합니다"]}},61206:e=>{e.exports={en:["Maximize chart"],ko:["차트 최대화"]}},2031:e=>{e.exports={en:["Main symbol data is adjusted for dividends only"],ko:["주요 심볼 데이터는 배당금에 대해서만 조정됩니다."]}},95739:e=>{e.exports={en:["Main symbol data is adjusted for splits only"],ko:["메인 심볼 데이터는 스플릿에 대해서만 조정됩니다"]}},27665:e=>{e.exports={en:["Sessions"],ko:["세션"]}},31142:e=>{e.exports={en:["Restore chart"],ko:["차트 원래대로"]}},41888:e=>{e.exports={en:["Toggle Auto Scale"],ko:["자동눈금토글"]}},1e4:e=>{e.exports={en:["Toggle Log Scale"],ko:["로그눈금토글"]}},81649:e=>{e.exports={en:["Toggle Percentage"],ko:["백분율토글"]}},77073:e=>{e.exports={en:["Timezone"],ko:["타임존"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"],ko:["데일리 클로즈를 청산가로 쓰기"]}},8586:e=>{e.exports={en:["ext"],ko:["확장"]}},63808:e=>{e.exports={en:["{str} day","{str} days"],ko:["{str} 일"]}},62368:e=>{e.exports={en:["{str} day","{str} days"],ko:["{str} 날"]}},561:e=>{e.exports={en:["{str} day intervals","{str} days intervals"],ko:["{str} 날 인터벌"]}},72495:e=>{e.exports={en:["{str} hour","{str} hours"],ko:["{str} 시"]}},64963:e=>{e.exports={en:["{str} hour","{str} hours"],ko:["{str} 시간"]}},14887:e=>{e.exports={en:["{str} hour intervals","{str} hours intervals"],ko:["{str} 시간 인터벌"]}},12752:e=>{e.exports={en:["{str} month","{str} months"],ko:["{str}달"]}},20062:e=>{e.exports={en:["{str} month","{str} months"],ko:["{str}달"]}},48514:e=>{e.exports={en:["{str} month intervals","{str} months intervals"],ko:["{str}달 인터벌"]}},95484:e=>{e.exports={en:["{str} minute","{str} minutes"],ko:["{str} 분"]}},5926:e=>{e.exports={en:["{str} minute","{str} minutes"],ko:["{str} 분"]}},15489:e=>{e.exports={en:["{str} minute intervals","{str} minutes intervals"],ko:["{str} 분 인터벌"]}},6088:e=>{e.exports={en:["{str} week","{str} weeks"],ko:["{str} 주"]}},49306:e=>{e.exports={en:["{str} week","{str} weeks"],ko:["{str} 주"]}},60316:e=>{e.exports={en:["{str} week intervals","{str} weeks intervals"],ko:["{str} 주 인터벌"]}},96325:e=>{e.exports={en:["{str} year","{str} years"],ko:["{str} 년"]}},91549:e=>{e.exports={en:["{str} year","{str} years"],ko:["{str} 해"]}},78971:e=>{e.exports={en:["{str} year intervals","{str} years intervals"],ko:["{str} 해 인터벌"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.6838.b209fab6f81d9054b17c.js b/public/charting_library/bundles/ko.6838.b209fab6f81d9054b17c.js
new file mode 100644
index 0000000..94d283d
--- /dev/null
+++ b/public/charting_library/bundles/ko.6838.b209fab6f81d9054b17c.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6838],{66838:e=>{e.exports={en:["Fact of the day"],ko:["오늘의 팩트"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.7122.b56804d4455c3a0204dd.js b/public/charting_library/bundles/ko.7122.b56804d4455c3a0204dd.js
new file mode 100644
index 0000000..7f39774
--- /dev/null
+++ b/public/charting_library/bundles/ko.7122.b56804d4455c3a0204dd.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7122],{57122:e=>{e.exports={en:["change {title} text"],ko:["{title} 텍스트 바꾸기"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.7328.6e079881a6ff4ded3dbf.js b/public/charting_library/bundles/ko.7328.6e079881a6ff4ded3dbf.js
new file mode 100644
index 0000000..acc356c
--- /dev/null
+++ b/public/charting_library/bundles/ko.7328.6e079881a6ff4ded3dbf.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7328],{27328:e=>{e.exports={en:["Don't show again"],ko:["다시 보지 않기"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.7458.068c610f8718bc62a766.js b/public/charting_library/bundles/ko.7458.068c610f8718bc62a766.js
new file mode 100644
index 0000000..b5aef4b
--- /dev/null
+++ b/public/charting_library/bundles/ko.7458.068c610f8718bc62a766.js
@@ -0,0 +1,6 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7458,4821],{80587:e=>{e.exports={en:["bars"],ko:["바"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"],ko:["(시 + 고 + 저 + 종)/3"]}},27311:e=>{e.exports={en:["(H + L + C)/3"],ko:["(고 + 저 + 종)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"],ko:["(고 + 저)/2"]}},31882:e=>{e.exports={en:["12-hours"],ko:["12시간"]}},5797:e=>{e.exports={en:["24-hours"],ko:["24시간"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],ko:["이전 종가에 따라 봉색 결정"]}},23739:e=>{e.exports={en:["Canvas"],ko:["캔버스"]}},24197:e=>{e.exports={en:["Center"],ko:["센터"]}},15153:e=>{e.exports={en:["Chart basic styles"],ko:["차트 베이직 스타일"]}},45639:e=>{e.exports={en:["Chart values"],ko:["차트 밸류"]}},84831:e=>{e.exports={en:["Close line"],ko:["클로즈 라인"]}},74622:e=>{e.exports={en:["Crosshair"],ko:["십자선"]}},81849:e=>{e.exports={en:["Currency"],ko:["통화"]}},3015:e=>{e.exports={en:["Currency and Unit"],ko:["통화 및 단위"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],ko:["배당에 따른 데이터 조정"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],ko:["컨트랙트 변경 조절"]}},36620:e=>{e.exports={en:["Alerts"],ko:["얼러트"]}},14119:e=>{e.exports={en:["Arguments"],ko:["인자"]}},68650:e=>{e.exports={en:["Average close"],ko:["평균가"]}},27567:e=>{e.exports={en:["Bottom"],ko:["아래"]}},3159:e=>{e.exports={en:["Bottom line"],ko:["바텀 라인"]}},74406:e=>{e.exports={en:["Body"],ko:["바디"]}},333:e=>{e.exports={en:["Borders"],ko:["경계선"]}},79468:e=>{e.exports={en:["Background"],ko:["배경"]}},10842:e=>{e.exports={en:["Bar change values"],ko:["바 체인지 밸류"]}},28975:e=>{e.exports={en:["Base level"],ko:["베이스 레벨"]}},76473:e=>{e.exports={en:["Bid and ask"],ko:["비드/애스크"]}},32744:e=>{e.exports={en:["Buttons"],ko:["버튼"]}},68662:e=>{e.exports={en:["Grid lines"],ko:["그리드 라인"]}},17611:e=>{e.exports={en:["Down bars"],ko:["다운 바"]}},23743:e=>{e.exports={en:["Down color"],ko:["다운 칼라"]}},48225:e=>{e.exports={en:["Data modification"],ko:["데이타 수정"]}},84838:e=>{e.exports={en:["Date format"],ko:["데이트 포맷"]}},42357:e=>{e.exports={en:["Day of week on labels"],ko:["레이블의 요일"]}},16564:e=>{e.exports={en:["Default"],ko:["기본설정"]}},78734:e=>{e.exports={en:["Description"],ko:["설명"]}},89212:e=>{e.exports={en:["Display inactivity gaps on intraday"]}},59777:e=>{e.exports={en:["Electronic trading hours background"],ko:["전자 거래 시간 배경"]}},69808:e=>{e.exports={en:["Events"],ko:["이벤트"]}},41129:e=>{e.exports={en:["Fill"],ko:["채우기"]}},61112:e=>{e.exports={en:["Fill top area"],ko:["필 탑 에어리어"]}},73185:e=>{e.exports={en:["Fill bottom area"],ko:["필 바텀 에어리어"]}},95406:e=>{e.exports={en:["Horizontal"],ko:["가로"]}},61900:e=>{e.exports={en:["Horz only"],ko:["가로만"]}},14180:e=>{e.exports={en:["High and low"],ko:["고가와 저가"]}},56359:e=>{e.exports={en:["High line"],ko:["하이 라인"]}},47326:e=>{e.exports={en:["Integer"]}},84549:e=>{e.exports={en:["Indicators"],ko:["지표"]}},78082:e=>{e.exports={en:["Indicators and financials"],ko:["인디케이터 & 파이낸셜"]}},25765:e=>{e.exports={en:["Open market status"],ko:["오픈 마켓 스테이터스"]}},34579:e=>{e.exports={en:["Low line"],ko:["로우 라인"]}},14876:e=>{e.exports={en:["Logo"],
+ko:["로고"]}},89315:e=>{e.exports={en:["Long Description"],ko:["긴 설명"]}},72423:e=>{e.exports={en:["Last day change values"],ko:["마지막 날 변경 값"]}},11626:e=>{e.exports={en:["Left"],ko:["왼쪽"]}},8249:e=>{e.exports={en:["Money"],ko:["머니"]}},70937:e=>{e.exports={en:["Margins"],ko:["마진"]}},68833:e=>{e.exports={en:["Middle"],ko:["미들"]}},58589:e=>{e.exports={en:["No overlapping labels"],ko:["오버래핑 라벨 없음"]}},60798:e=>{e.exports={en:["None"],ko:["둘다 아님"]}},51019:e=>{e.exports={en:["Navigation"],ko:["네비게이션"]}},99709:e=>{e.exports={en:["Name"],ko:["이름"]}},8852:e=>{e.exports={en:["Save chart left edge position when changing interval"],ko:["인터벌 바꿀 때 차트 왼쪽 엣지 포지션 저장"]}},26204:e=>{e.exports={en:["Scale modes (A and L)"],ko:["스케일 모드(A 및 L)"]}},93968:e=>{e.exports={en:["Scales"],ko:["눈금"]}},90275:e=>{e.exports={en:["Scales and lines"],ko:["스케일 및 라인"]}},30042:e=>{e.exports={en:["Scales placement"],ko:["스케일 플레이스먼트"]}},28715:e=>{e.exports={en:["Status line"],ko:["스테이터스 라인"]}},95481:e=>{e.exports={en:["Symbol"],ko:["심볼"]}},53263:e=>{e.exports={en:["Pane"],ko:["페인"]}},82894:e=>{e.exports={en:["Pane separators"],ko:["페인 나누개"]}},16207:e=>{e.exports={en:["Percentage"],ko:["퍼센트"]}},94408:e=>{e.exports={en:["Pips"],ko:["핍스"]}},60904:e=>{e.exports={en:["Pre/post market"],ko:["프리/포스트 마켓"]}},88327:e=>{e.exports={en:["Pre/post market hours background"],ko:["프리/포스트 마켓 백그라운드"]}},59766:e=>{e.exports={en:["Precision"],ko:["정밀도"]}},83811:e=>{e.exports={en:["Previous day close"],ko:["전일 종가"]}},35082:e=>{e.exports={en:["Price Scale"],ko:["프라이스 스케일"]}},27632:e=>{e.exports={en:["Price and percentage value"],ko:["프라이스 및 퍼센트 밸류"]}},62142:e=>{e.exports={en:["Price labels & lines"],ko:["프라이스 라벨 & 라인"]}},84684:e=>{e.exports={en:["Price source"],ko:["프라이스 소스"]}},73466:e=>{e.exports={en:["Projection up bars"],ko:["프로젝션 업 바"]}},77430:e=>{e.exports={en:["Projection candles"],ko:["프로젝션 바"]}},88367:e=>{e.exports={en:["Projection down bars"],ko:["프로젝션 다운 바"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"],ko:["프라이스 스케일에 리얼 프라이스 (하이킨-아시 프라이스 대신)"]}},50421:e=>{e.exports={en:["Right"],ko:["오른쪽"]}},62532:e=>{e.exports={en:["Right Margin"],ko:["오른쪽 여백"]}},41571:e=>{e.exports={en:["Watermark"],ko:["워터마크"]}},32163:e=>{e.exports={en:["Wick"],ko:["윅"]}},97118:e=>{e.exports={en:["Top"],ko:["탑"]}},89349:e=>{e.exports={en:["Top line"],ko:["탑 라인"]}},70320:e=>{e.exports={en:["Text"],ko:["문자"]}},25485:e=>{e.exports={en:["Text alignment"],ko:["텍스트 얼라인"]}},67781:e=>{e.exports={en:["Text orientation"],ko:["텍스트 방향"]}},20215:e=>{e.exports={en:["Thin bars"],ko:["씬 (Thin) 바"]}},70198:e=>{e.exports={en:["Title"],ko:["타이틀"]}},29854:e=>{e.exports={en:["Titles"],ko:["제목"]}},5791:e=>{e.exports={en:["Ticker"],ko:["티커"]}},16816:e=>{e.exports={en:["Ticker and description"],ko:["티커와 설명"]}},24821:e=>{e.exports={en:["Ticks"],ko:["틱스"]}},93965:e=>{e.exports={en:["Time Scale"],ko:["타임 스케일"]}},5591:e=>{e.exports={en:["Time hours format"],ko:["시간 형식"]}},77073:e=>{e.exports={en:["Timezone"],ko:["타임존"]}},76495:e=>{e.exports={en:["Trading"],ko:["트레이딩"]}},33564:e=>{e.exports={
+en:["Unit"],ko:["유닛"]}},23091:e=>{e.exports={en:["Up color"],ko:["업 칼라"]}},36957:e=>{e.exports={en:["Up bars"],ko:["업 바"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"],ko:["데일리 클로즈를 청산가로 쓰기"]}},37644:e=>{e.exports={en:["Volume"],ko:["거래량"]}},51514:e=>{e.exports={en:["Value"],ko:["값"]}},31218:e=>{e.exports={en:["Value according to scale"],ko:["스케일에 따른 밸류"]}},60092:e=>{e.exports={en:["Values"],ko:["밸류"]}},83594:e=>{e.exports={en:["Vert and horz"],ko:["세로 및 가로"]}},8402:e=>{e.exports={en:["Vert only"],ko:["세로만"]}},69526:e=>{e.exports={en:["Vertical"],ko:["세로"]}},21105:e=>{e.exports={en:["candle"],ko:["캔들"]}},27068:e=>{e.exports={en:["change HLC bars"],ko:["HLC 바 변경"]}},21201:e=>{e.exports={en:["change HLC bars color"]}},3311:e=>{e.exports={en:["change navigation buttons visibility"],ko:["내비게이션 버튼 비저빌리티 바꾸기"]}},96227:e=>{e.exports={en:["change open market status visibility"],ko:["오픈 마켓 스테이터스 비저빌리티 바꾸기"]}},43231:e=>{e.exports={en:["change average close price line width"],ko:["평균 종가 라인 너비 변경"]}},47026:e=>{e.exports={en:["change average close price line color"],ko:["평균 종가 라인 색상 변경"]}},86866:e=>{e.exports={en:["change area fill color"],ko:["에어리어 필 컬러 바꾸기"]}},89346:e=>{e.exports={en:["change area line width"],ko:["에어리어 라인 너비 바꾸기"]}},29605:e=>{e.exports={en:["change area line color"],ko:["에어리어 라인 컬러 바꾸기"]}},4640:e=>{e.exports={en:["change area price source"],ko:["에어리어 프라이스 소스 바꾸기"]}},98407:e=>{e.exports={en:["change ask line color"],ko:["애스크 라인 컬러 바꾸기"]}},42190:e=>{e.exports={en:["change base level"],ko:["베이스 레벨 바꾸기"]}},71785:e=>{e.exports={en:["change baseline bottom line color"],ko:["베이스라인 바텀 라인 컬러 바꾸기"]}},56175:e=>{e.exports={en:["change baseline bottom line width"],ko:["베이스라인 바텀 라인 너비 바꾸기"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"],ko:["베이스라인 필 바텀 에어리어 컬러 바꾸기"]}},92873:e=>{e.exports={en:["change baseline fill top area color"],ko:["베이스라인 필 탑 에어리어 컬러 바꾸기"]}},68609:e=>{e.exports={en:["change baseline price source"],ko:["베이스라인 프라이스 소스 바꾸기"]}},69044:e=>{e.exports={en:["change baseline top line color"],ko:["베이스라인 탑 라인 컬러 바꾸기"]}},68197:e=>{e.exports={en:["change baseline top line width"],ko:["베이스라인 탑 라인 너비 바꾸기"]}},33464:e=>{e.exports={en:["change bar up color"],ko:["바 업 컬러 바꾸기"]}},27426:e=>{e.exports={en:["change bar change visibility"],ko:["바 체인지 비저빌리티 바꾸기"]}},59622:e=>{e.exports={en:["change bar down color"],ko:["바 다운 컬러 바꾸기"]}},17919:e=>{e.exports={en:["change bid line color"],ko:["비드 라인 컬러 바꾸기"]}},32094:e=>{e.exports={en:["change bottom margin"],ko:["바텀 마진 바꾸기"]}},63119:e=>{e.exports={en:["change currency and unit labels visibility"],ko:["커런시 및 유닛 라벨 비저빌리티를 바꾸십시오"]}},64003:e=>{e.exports={en:["change currency label visibility"],ko:["커런시 라벨 비저빌리티 바꾸기"]}},42803:e=>{e.exports={en:["change chart background color"],ko:["차트 백그라운드 컬러 바꾸기"]}},41382:e=>{e.exports={en:["change chart background type"],ko:["차트 백그라운드 타입 바꾸기"]}},79637:e=>{e.exports={en:["change chart values visibility"],ko:["차트 밸류 가시성 변경"]}},43090:e=>{e.exports={en:["change color bars based on previous close"],
+ko:["이전 클로즈에 따라 컬러 바 바꾸기"]}},88324:e=>{e.exports={en:["change column up color"],ko:["컬럼 업 색깔 바꾸기"]}},93890:e=>{e.exports={en:["change column down color"],ko:["컬럼 다운 색깔 바꾸기"]}},4727:e=>{e.exports={en:["change column price source"],ko:["컬럼 프라이스 소스 바꾸기"]}},50544:e=>{e.exports={en:["change crosshair width"],ko:["크로스헤어 너비 바꾸기"]}},92885:e=>{e.exports={en:["change crosshair color"],ko:["크로스헤어 컬러 바꾸기"]}},68418:e=>{e.exports={en:["change crosshair style"],ko:["크로스헤어 스타일 바꾸기"]}},43109:e=>{e.exports={en:["change date format"],ko:["데이트 포맷 변경"]}},30418:e=>{e.exports={en:["change day of week on labels"],ko:["레이블의 요일 변경"]}},82063:e=>{e.exports={en:["change decimal places"],ko:["소숫점 자릿수 바꾸기"]}},44223:e=>{e.exports={en:["change extended hours color"],ko:["익스텐드 아워 컬러 바꾸기"]}},47393:e=>{e.exports={en:["change electronic trading hours"],ko:["전자 거래 시간 바꾸기"]}},73844:e=>{e.exports={en:["change grid lines visibility"],ko:["그리드 선 가시성 변경"]}},61407:e=>{e.exports={en:["change high and low price line color"],ko:["고가 및 저가 라인 색상 변경"]}},39581:e=>{e.exports={en:["change high and low price line width"],ko:["고가 및 저가 라인 너비 변경"]}},6026:e=>{e.exports={en:["change high-low body color"],ko:["하이-로우 바디 컬러 바꾸기"]}},73021:e=>{e.exports={en:["change high-low body visibility"],ko:["하이-로우 바디 비저빌리티 바꾸기"]}},46844:e=>{e.exports={en:["change high-low border color"],ko:["하이-로우 보더 컬러 바꾸기"]}},15801:e=>{e.exports={en:["change high-low borders visibility"],ko:["하이-로우 보더 비저빌리티 바꾸기"]}},72399:e=>{e.exports={en:["change high-low labels visibility"],ko:["하이-로우 라벨 비저빌리티 바꾸기"]}},56961:e=>{e.exports={en:["change high-low labels color"],ko:["하이-로우 라벨 컬러 바꾸기"]}},21133:e=>{e.exports={en:["change horz grid lines color"],ko:["호리존털 그리드 라인 컬러 바꾸기"]}},63050:e=>{e.exports={en:["change indicator titles visibility"],ko:["인디케이터 타이틀 비저빌리티 바꾸기"]}},49583:e=>{e.exports={en:["change indicator values visibility"],ko:["인디케이터 밸류 비저빌리티 바꾸기"]}},78310:e=>{e.exports={en:["change indicator arguments visibility"],ko:["인디케이터 아규먼트 비저빌리티 바꾸기"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"],ko:["인디케이터 및 파이낸셜 네임 라벨 비저빌리티 바꾸기"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"],ko:["인디케이터 및 파이낸셜 밸류 라벨 비저빌리티 바꾸기"]}},66307:e=>{e.exports={en:["change last day change visibility"],ko:["마지막날 변화 가시성 바꾸기"]}},91873:e=>{e.exports={en:["change legend background transparency"],ko:["설명 배경 투명도 변경"]}},14246:e=>{e.exports={en:["change legend background visibility"],ko:["설명 배경 가시성 변경"]}},88640:e=>{e.exports={en:["change line color"],ko:["라인 컬러 바꾸기"]}},41837:e=>{e.exports={en:["change line price source"],ko:["라인 프라이스 소스 바꾸기"]}},48339:e=>{e.exports={en:["change line width"],ko:["라인 너비 바꾸기"]}},18378:e=>{e.exports={en:["change pane buttons visibility"],ko:["페인 버튼 비저빌리티 바꾸기"]}},52203:e=>{e.exports={en:["change pane separators color"],ko:["페인 나누개 컬러 바꾸기"]}},38730:e=>{e.exports={en:["change post market color"],ko:["포스트 마켓 컬러 바꾸기"]}},28075:e=>{e.exports={en:["change post market line color"],ko:["포스트 마켓 라인 컬러 바꾸기"]}},91978:e=>{e.exports={
+en:["change pre/post market price lines visibility"],ko:["프리/포스트 마켓 프라이스 라인 비저빌리티 바꾸기"]}},44371:e=>{e.exports={en:["change pre market color"],ko:["프리 마켓 컬러 바꾸기"]}},96114:e=>{e.exports={en:["change pre market line color"],ko:["프리 마켓 라인 컬러 바꾸기"]}},69814:e=>{e.exports={en:["change previous close price line color"],ko:["이전 클로즈 프라이스 라인 컬러 바꾸기"]}},13660:e=>{e.exports={en:["change previous close price line width"],ko:["이전 클로즈 프라이스 라인 너비 바꾸기"]}},87861:e=>{e.exports={en:["change price line color"],ko:["프라이스 라인 컬러 바꾸기"]}},29353:e=>{e.exports={en:["change price line width"],ko:["프라이스 라인 너비 바꾸기"]}},16241:e=>{e.exports={en:["change range bars style"],ko:["레인지 바 스타일 변경"]}},65821:e=>{e.exports={en:["change range thin bars"],ko:["레인지 씬 바 바꾸기"]}},75487:e=>{e.exports={en:["change renko wick down color"],ko:["렌코 윅 다운 컬러 바꾸기"]}},92277:e=>{e.exports={en:["change renko wick up color"],ko:["렌코 윅 업 컬러 바꾸기"]}},79604:e=>{e.exports={en:["change renko wick visibility"],ko:["렌코 윅 비저빌리티 바꾸기"]}},82946:e=>{e.exports={en:["change right margin"],ko:["오른쪽 마진 바꾸기"]}},79545:e=>{e.exports={en:["change right margin percentage"],ko:["오른쪽 여백 비율 변경"]}},78995:e=>{e.exports={en:["change symbol watermark color"],ko:["심볼 워터마크 컬러 바꾸기"]}},73227:e=>{e.exports={en:["change symbol watermark visibility"],ko:["심볼 워터마크 비저빌리티 바꾸기"]}},88167:e=>{e.exports={en:["change symbol description visibility"],ko:["심볼 설명 비저빌리티 바꾸기"]}},12050:e=>{e.exports={en:["change symbol field visibility"],ko:["심볼 필드 가시성 변경"]}},46066:e=>{e.exports={en:["change symbol last value mode"],ko:["심볼 라스트 밸류 모드 바꾸기"]}},902:e=>{e.exports={en:["change symbol legend format"],ko:["종목 설명 포맷 변경"]}},77408:e=>{e.exports={en:["change save chart left edge position when changing interval"],ko:["인터벌 바꿀 때 차트 왼쪽 엣지 포지션 저장 변경"]}},69023:e=>{e.exports={en:["change scale modes buttons visibility"],ko:["스케일 모드 버튼 가시성 변경"]}},76131:e=>{e.exports={en:["change scales text color"],ko:["스케일 텍스트 컬러 바꾸기"]}},27792:e=>{e.exports={en:["change scales font size"],ko:["스케일 폰트 사이즈 바꾸기"]}},94997:e=>{e.exports={en:["change scales lines color"],ko:["스케일 라인 컬러 바꾸기"]}},60067:e=>{e.exports={en:["change sessions breaks visibility"],ko:["세션 브레이크 비저빌리티 바꾸기"]}},28175:e=>{e.exports={en:["change sessions breaks width"],ko:["세션 브레이크 너비 바꾸기"]}},33895:e=>{e.exports={en:["change sessions breaks color"],ko:["세션 브레이크 컬러 바꾸기"]}},21641:e=>{e.exports={en:["change sessions breaks style"],ko:["체인지 세션 브레이크 스타일 바꾸기"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"],ko:["프라이스 스케일에서 (하이키-아시 프라이스 대신) 리얼 프라이스 디스플레이 바꾸기"]}},60834:e=>{e.exports={en:["change thin bars"],ko:["씬 바 바꾸기"]}},39754:e=>{e.exports={en:["change time hours format"],ko:["시간 형식 변경"]}},74883:e=>{e.exports={en:["change top margin"],ko:["탑 마진 바꾸기"]}},51250:e=>{e.exports={en:["change unit label visibility"],ko:["유닛 라벨 비저빌리티 바꾸기"]}},71805:e=>{e.exports={en:["change vert grid lines color"],ko:["버티컬 그리드 라인 컬러 바꾸기"]}},96201:e=>{e.exports={en:["change volume values visibility"],ko:["볼륨 비저빌리티 바꾸기"]}},17214:e=>{e.exports={
+en:["change {candleType} up border color"],ko:["{candleType} 업 보더 컬러 바꾸기"]}},36697:e=>{e.exports={en:["change {candleType} up color"],ko:["{candleType} 업 컬러 바꾸기"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"],ko:["{candleType} 윅 다운 컬러 바꾸기"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"],ko:["{candleType} 윅 업 컬러 바꾸기"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"],ko:["{candleType} 윅 바꾸기"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"],ko:["{candleType} 바디 비저빌리티 바꾸기"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"],ko:["{candleType} 비저빌리티 바꾸기"]}},20291:e=>{e.exports={en:["change {candleType} down border color"],ko:["{candleType} 다운 보더 컬러 바꾸기"]}},64571:e=>{e.exports={en:["change {candleType} down color"],ko:["{candleType} 다운 컬러 바꾸기"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"],ko:["{chartType} 보더 바 다운 컬러 바꾸기"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"],ko:["{chartType} 보더 바 업 컬러 바꾸기"]}},5012:e=>{e.exports={en:["change {chartType} down color"],ko:["{chartType} 다운 컬러 바꾸기"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"],ko:["{chartType} 프로젝션 보더 바 업 컬러 바꾸기"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"],ko:["{chartType} 프로젝션 바 다운 컬러 바꾸기"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"],ko:["{chartType} 프로젝션 바 업 컬러 바꾸기"]}},6970:e=>{e.exports={en:["change {chartType} up color"],ko:["{chartType} 업 컬러 바꾸기"]}},66110:e=>{e.exports={en:["change {inputName} property"],ko:["{inputName} 프로퍼티 바꾸기"]}},18077:e=>{e.exports={en:["adjust data for dividends"],ko:["배당금을 위한 데이터 조정"]}},1433:e=>{e.exports={en:["adjust for contract changes"],ko:["컨트랙트 변경 조절"]}},92598:e=>{e.exports={en:["hollow candles"],ko:["할로우캔들"]}},57243:e=>{e.exports={en:["range","ranges"],ko:["레인지"]}},70282:e=>{e.exports={en:["renko"],ko:["렌코"]}},28871:e=>{e.exports={en:["toggle intraday inactivity gaps"]}},92978:e=>{e.exports={en:["use settlement as close on daily interval"],ko:["데일리 클로즈를 청산가로 쓰기"]}},59644:e=>{e.exports={en:["{value} decimal","{value} decimals"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.7714.fb6a9318f826d9829d2d.js b/public/charting_library/bundles/ko.7714.fb6a9318f826d9829d2d.js
new file mode 100644
index 0000000..1ab609b
--- /dev/null
+++ b/public/charting_library/bundles/ko.7714.fb6a9318f826d9829d2d.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7714,4109,4166],{92389:e=>{e.exports={en:["Clone, Copy"],ko:["클론, 카피"]}},47742:e=>{e.exports={en:["Close menu"],ko:["메뉴 닫기"]}},83390:e=>{e.exports={en:["Create a group of drawings"],ko:["드로잉 그룹 만들기"]}},69207:e=>{e.exports={en:["Add to favorites"],ko:["즐겨찾기에 넣기"]}},40983:e=>{e.exports={en:["Group is hidden on current interval"],ko:["현재 인터벌에 대해 그룹이 감춰져 있습니다"]}},80014:e=>{e.exports={en:["Drawing is hidden on current interval"],ko:["커런트 인터벌에서는 드로잉이 숨겨져 있습니다"]}},88616:e=>{e.exports={en:["Object tree"],ko:["오브젝트 트리"]}},80996:e=>{e.exports={en:["Local drawings"],ko:["로컬 드로잉"]}},63944:e=>{e.exports={en:["Modified: {modificationDate}"],ko:["바뀜:{modificationDate}"]}},37117:e=>{e.exports={en:["More"],ko:["더보기"]}},81031:e=>{e.exports={en:["Manage layout drawings"],ko:["레이아웃 드로잉 관리"]}},84212:e=>{e.exports={en:["No drawings yet"],ko:["그림없음"]}},92931:e=>{e.exports={en:["Synced globally"],ko:["전체 싱크"]}},41870:e=>{e.exports={en:["Synced in layout"],ko:["레이아웃 싱크"]}},8182:e=>{e.exports={en:["Remove all drawings for this symbol"],ko:["이 심볼에 대한 모든 드로잉 없애기"]}},85106:e=>{e.exports={en:["Remove from favorites"],ko:["즐겨찾기지움"]}},6321:e=>{e.exports={en:["Rename"],ko:["이름 바꾸기"]}},23687:e=>{e.exports={en:["change {sourceTitle} title to {newSourceTitle}"],ko:["{sourceTitle} 타이틀을 {newSourceTitle} 으로 바꾸기"]}},93277:e=>{e.exports={en:["hide objects"],ko:["오브젝트 숨기기"]}},10370:e=>{e.exports={en:["insert source(s) after"],ko:["~뒤에 소스 넣기"]}},36044:e=>{e.exports={en:["move objects"],ko:["오브젝트 옮기기"]}},51382:e=>{e.exports={en:["show {title}"],ko:["{title} 보이기"]}},23771:e=>{e.exports={en:["show objects"],ko:["오브젝트 보이기"]}},79688:e=>{e.exports={en:["remove objects"],ko:["오브젝트 없애기"]}},58407:e=>{e.exports={en:["remove all line tools for {symbol}"],ko:["{symbol}의 모든 줄 도구 제거"]}},90755:e=>{e.exports={en:["{drawingsCount} drawing","{drawingsCount} drawings"],ko:["{drawingsCount} 드로잉"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.7827.ea2deb999b0c771280eb.js b/public/charting_library/bundles/ko.7827.ea2deb999b0c771280eb.js
new file mode 100644
index 0000000..b6f53d3
--- /dev/null
+++ b/public/charting_library/bundles/ko.7827.ea2deb999b0c771280eb.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7827,4109],{55517:o=>{o.exports={en:["Add"],ko:["넣기"]}},29619:o=>{o.exports={en:["Add custom color"],ko:["커스텀 컬러 넣기"]}},80936:o=>{o.exports={en:["Opacity"],ko:["불투명성"]}},64974:o=>{o.exports={en:["line tool(s) line style"],ko:["라인 툴 라인 스타일"]}},47370:o=>{o.exports={en:["Color"],ko:["색"]}},4543:o=>{o.exports={en:["Cancel"],ko:["취소"]}},74089:o=>{o.exports={en:["Anchor drawing"],ko:["앵커 드로잉"]}},69207:o=>{o.exports={en:["Add to favorites"],ko:["즐겨찾기에 넣기"]}},99919:o=>{o.exports={en:["Align to 45 degree"],ko:["45도로 맞추기"]}},69715:o=>{o.exports={en:["Background color"],ko:["배경색"]}},7977:o=>{o.exports={en:["Background color 1"],ko:["배경색 1"]}},8111:o=>{o.exports={en:["Background color 2"],ko:["배경색 2"]}},57157:o=>{o.exports={en:["Dot"],ko:["점"]}},27390:o=>{o.exports={en:["Dotted line"],ko:["도트 라인"]}},88123:o=>{o.exports={en:["Dashed line"],ko:["대쉬 라인"]}},14939:o=>{o.exports={en:["Demonstration"],ko:["데모"]}},31145:o=>{o.exports={en:["Disable align to 45 degrees mode"],ko:["45도 정렬 모드 켜기"]}},83187:o=>{o.exports={en:["Enable align to 45 degrees mode"],ko:["45도 정렬 모드 끄기"]}},8727:o=>{o.exports={en:["Eraser"],ko:["지우개"]}},92409:o=>{o.exports={en:["Font Size"],ko:["폰트 크기"]}},2573:o=>{o.exports={en:["Font size"],ko:["폰트 크기"]}},42633:o=>{o.exports={en:["Hold {hotKey_0} for temporary drawing"],ko:["임시 드로잉을 위해 {hotKey_0} 누르고 있기"]}},22688:o=>{o.exports={en:["Hide Favorite Drawing Tools Toolbar"],ko:["많이 쓰는 드로잉 툴바 숨기기"]}},79451:o=>{o.exports={en:["Lock all drawings"],ko:["드로잉툴고정"]}},14097:o=>{o.exports={en:["Line tool backgrounds"],ko:["라인 툴 백그라운드"]}},11989:o=>{o.exports={en:["Line tool colors"],ko:["라인 툴 컬러"]}},81956:o=>{o.exports={en:["Line tool text colors"],ko:["라인 툴 텍스트 컬러"]}},53002:o=>{o.exports={en:["Line tool width"],ko:["라인툴 너비"]}},75056:o=>{o.exports={en:["Line tool widths"],ko:["라인툴 너비"]}},37117:o=>{o.exports={en:["More"],ko:["더보기"]}},35553:o=>{o.exports={en:["Magic"],ko:["매직"]}},81396:o=>{o.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"],ko:["자석모드는 가장 최근 OHLC 밸류에 가까운 프라이스에 드로잉을 들러붙게 해줍니다."]}},46193:o=>{o.exports={en:["Marker color"],ko:["마커 색상"]}},91563:o=>{o.exports={en:["Measure"],ko:["재기"]}},59377:o=>{o.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"],ko:["새 차트를 고를 때 새 드로잉들은 레이아웃에 있는 모든 차트에 복제됩니다."]}},3154:o=>{o.exports={en:["Show Hidden Tools"],ko:["숨긴툴 보기"]}},85786:o=>{o.exports={en:["Show Object Tree"],ko:["오브젝트 트리 보기"]}},62518:o=>{o.exports={en:["Stay in Drawing Mode"],ko:["그리기모드 유지"]}},65086:o=>{o.exports={en:["Stop background color"],ko:["스탑배경색"]}},28736:o=>{o.exports={en:["Profit background color"],ko:["수익배경색"]}},57118:o=>{o.exports={en:["Remove Drawings"],ko:["드로잉 없애기"]}},89984:o=>{o.exports={en:["Remove color"],ko:["컬러 없애기"]}},85106:o=>{o.exports={en:["Remove from favorites"],ko:["즐겨찾기지움"]}},77753:o=>{o.exports={en:["Text color"],ko:["문자열색"]}},55774:o=>{o.exports={en:["Zoom In"],ko:["크게보기"]}},37310:o=>{o.exports={en:["Zoom Out"],ko:["작게보기"]}
+},96142:o=>{o.exports={en:["change line tool(s) text color"],ko:["라인 툴 텍스트 컬러 바꾸기"]}},50522:o=>{o.exports={en:["change line tool(s) background color"],ko:["라인 툴 백그라운드 컬러 바꾸기"]}},78655:o=>{o.exports={en:["change line tool(s) color"],ko:["라인 툴 컬러 바꾸기"]}},37453:o=>{o.exports={en:["change line tool(s) font size"],ko:["라인 툴 폰트 사이즈 바꾸기"]}},13423:o=>{o.exports={en:["change line tool(s) line style"],ko:["라인 툴 라인 스타일 바꾸기"]}},81303:o=>{o.exports={en:["change line tool(s) line width"],ko:["라인 툴 라인 너비 바꾸기"]}},25167:o=>{o.exports={en:["change {propertyName} property"],ko:["{propertyName} 속성 변경"]}},92949:o=>{o.exports={en:["{hotKey_0} + Click on the chart"],ko:["{hotKey_0} + 차트위 클릭"]}},13798:o=>{o.exports={en:["{hotKey_0} — circle"],ko:["{hotKey_0} — 써클"]}},23369:o=>{o.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"],ko:["{hotKey_0} — 45 도 곧은 줄 긋기"]}},83042:o=>{o.exports={en:["{hotKey_0} — fixed increments"],ko:["{hotKey_0} — 고정 증가"]}},10539:o=>{o.exports={en:["{hotKey_0} — square"],ko:["{hotKey_0} — 스퀘어"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.7850.c4f446fdb53937cc86cb.js b/public/charting_library/bundles/ko.7850.c4f446fdb53937cc86cb.js
new file mode 100644
index 0000000..8cf7c9a
--- /dev/null
+++ b/public/charting_library/bundles/ko.7850.c4f446fdb53937cc86cb.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7850,7122,5111],{57122:e=>{e.exports={en:["change {title} text"],ko:["{title} 텍스트 바꾸기"]}},77114:e=>{e.exports={en:["erase level line"],ko:["레벨 라인 지우기"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.7952.0cb83b58212a65904f9d.js b/public/charting_library/bundles/ko.7952.0cb83b58212a65904f9d.js
new file mode 100644
index 0000000..1f78b11
--- /dev/null
+++ b/public/charting_library/bundles/ko.7952.0cb83b58212a65904f9d.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7952,2787,6155,5111,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ko:["#{count} (프라이스, 바)"]}},29291:e=>{e.exports={en:["Median"],ko:["미디언"]}},78930:e=>{e.exports={en:["Coordinates"],ko:["좌표"]}},24197:e=>{e.exports={en:["Center"],ko:["센터"]}},27567:e=>{e.exports={en:["Bottom"],ko:["아래"]}},79468:e=>{e.exports={en:["Background"],ko:["배경"]}},72942:e=>{e.exports={en:["Days"],ko:["날"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ko:["변위(가격, 막대)"]}},61856:e=>{e.exports={en:["Extend left line"],ko:["왼 라인 익스텐드"]}},819:e=>{e.exports={en:["Extend lines"],ko:["확장선"]}},87430:e=>{e.exports={en:["Extend right line"],ko:["오른 라인 익스텐드"]}},56796:e=>{e.exports={en:["Hours"],ko:["시간"]}},95406:e=>{e.exports={en:["Horizontal"],ko:["가로"]}},21429:e=>{e.exports={en:["Inputs"],ko:["인풋"]}},11626:e=>{e.exports={en:["Left"],ko:["왼쪽"]}},43154:e=>{e.exports={en:["Months"],ko:["달"]}},68833:e=>{e.exports={en:["Middle"],ko:["미들"]}},42562:e=>{e.exports={en:["Minutes"],ko:["분"]}},65188:e=>{e.exports={en:["Seconds"],ko:["초"]}},50421:e=>{e.exports={en:["Right"],ko:["오른쪽"]}},835:e=>{e.exports={en:["Weeks"],ko:["주"]}},97118:e=>{e.exports={en:["Top"],ko:["탑"]}},70320:e=>{e.exports={en:["Text"],ko:["문자"]}},25485:e=>{e.exports={en:["Text alignment"],ko:["텍스트 얼라인"]}},67781:e=>{e.exports={en:["Text orientation"],ko:["텍스트 방향"]}},24821:e=>{e.exports={en:["Ticks"],ko:["틱스"]}},28683:e=>{e.exports={en:["Use one color"],ko:["한가지 색만 쓰기"]}},69526:e=>{e.exports={en:["Vertical"],ko:["세로"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ko:["프라이스 X 좌표 바꾸기"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ko:["프라이스 Y 좌표 바꾸기"]}},59577:e=>{e.exports={en:["change {title} all lines color"],ko:["{title}의 모든 라인 색상 변경"]}},13783:e=>{e.exports={en:["change {title} background transparency"],ko:["{title} 배경 투명도 변경"]}},30839:e=>{e.exports={en:["change {title} background visibility"],ko:["{title} 배경 가시성 변경"]}},96135:e=>{e.exports={en:["change {title} days to"],ko:["{title} 날을 ~로 바꾸기"]}},91201:e=>{e.exports={en:["change {title} days from"],ko:["~로부터 {title} 날 바꾸기"]}},76295:e=>{e.exports={en:["change {title} extend lines"],ko:["{title} 익스텐드 라인 바꾸기"]}},8306:e=>{e.exports={en:["change {title} hours from"],ko:["~로부터 {title} 시간 바꾸기"]}},67233:e=>{e.exports={en:["change {title} hours to"],ko:["{title} 시간을 ~로 바꾸기"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],ko:["{title} 레벨 {index} 라인 계수 바꾸기"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],ko:["{title} 레벨 {index} 라인 색상 변경"]}},64707:e=>{e.exports={en:["change {title} level {index} line style"],ko:["{title} 레벨 {index} 라인 스타일 바꾸기"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"],ko:["{title} 레벨 {index} 라인 가시성 변경"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"],ko:["{title} 레벨 {index} 라인 너비 변경"]}},99122:e=>{e.exports={en:["change {title} months from"],ko:["~로부터 {title} 달 바꾸기"]}},10518:e=>{e.exports={en:["change {title} months to"],
+ko:["{title} 달을 ~로 바꾸기"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ko:["{title} 분을 ~로 바꾸기"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ko:["~로부터 {title} 분 바꾸기"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ko:["{title} 초를 ~로 바꾸기"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ko:["~로부터 {title} 초 바꾸기"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ko:["~로부터 {title} 주 바꾸기"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ko:["{title} 주를 ~로 바꾸기"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ko:["틱에서 {title} 비저빌리티 바꾸기"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ko:["주에서 {title} 비저빌리티 바꾸기"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ko:["{ranges} 에서 {title} 가시성 바꾸기"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ko:["날에서 {title} 비저빌리티 바꾸기"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ko:["시간에서 {title} 비저빌리티 바꾸기"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ko:["초에서 {title} 비저빌리티 바꾸기"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ko:["달에서 {title} 비저빌리티 바꾸기"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ko:["초에서 {title} 비저빌리티 바꾸기"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],ko:["{toolName} 라인 비저빌리티 바꾸기"]}},19541:e=>{e.exports={en:["change {toolName} line width"],ko:["{toolName} 라인 너비 바꾸기"]}},24059:e=>{e.exports={en:["change {toolName} line color"],ko:["{toolName} 라인 컬러 바꾸기"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],ko:["{toolName} 라인 왼쪽 늘임 바꾸기"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],ko:["{toolName} 라인 오른쪽 늘임 바꾸기"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],ko:["{toolName} 라인 왼쪽 끝 바꾸기"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],ko:["{toolName} 라인 오른쪽 끝 바꾸기"]}},66429:e=>{e.exports={en:["change {toolName} line style"],ko:["{toolName} 라인 스타일 바꾸기"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ko:["{propertyName} 속성 변경"]}},35813:e=>{e.exports={en:["days"],ko:["날"]}},89919:e=>{e.exports={en:["days to"],ko:["날을 ~으로"]}},59215:e=>{e.exports={en:["days from"],ko:["~로부터 ~날로"]}},77114:e=>{e.exports={en:["erase level line"],ko:["레벨 라인 지우기"]}},2359:e=>{e.exports={en:["hours"],ko:["시간"]}},82267:e=>{e.exports={en:["hours from"],ko:["~로부터 ~시간으로"]}},15600:e=>{e.exports={en:["hours to"],ko:["시간을 ~으로"]}},76261:e=>{e.exports={en:["move drawings"],ko:["드로윙 옮기기"]}},95300:e=>{e.exports={en:["months"],ko:["달"]}},17250:e=>{e.exports={en:["months from"],ko:["~로부터 ~달로"]}},2828:e=>{e.exports={en:["months to"],ko:["달을 ~으로"]}},18726:e=>{e.exports={en:["minutes"],ko:["분"]}},67649:e=>{e.exports={en:["minutes to"],ko:["분을 ~으로"]}},22476:e=>{e.exports={en:["minutes from"],ko:["~로부터 ~분으로"]}},751:e=>{e.exports={en:["seconds"],ko:["초"]}},73419:e=>{e.exports={en:["seconds to"],ko:["초를 ~으로"]}},35801:e=>{e.exports={en:["seconds from"],ko:["~로부터 ~초로"]}},45537:e=>{e.exports={en:["weeks"],ko:["주"]}},
+92859:e=>{e.exports={en:["weeks from"],ko:["~로부터 ~주로"]}},44127:e=>{e.exports={en:["weeks to"],ko:["주를 ~으로"]}},3539:e=>{e.exports={en:["ticks"],ko:["틱스"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.8356.3131cfefc19bf35ba006.js b/public/charting_library/bundles/ko.8356.3131cfefc19bf35ba006.js
new file mode 100644
index 0000000..4ff0294
--- /dev/null
+++ b/public/charting_library/bundles/ko.8356.3131cfefc19bf35ba006.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8356,4109],{53288:e=>{e.exports={en:["animals & nature"],ko:["애니멀 & 네이처"]}},21311:e=>{e.exports={en:["activity"],ko:["액티비티"]}},90678:e=>{e.exports={en:["food & drink"],ko:["푸드 & 드링크"]}},6715:e=>{e.exports={en:["flags"],ko:["플래그"]}},98355:e=>{e.exports={en:["objects"],ko:["오브젝트"]}},43438:e=>{e.exports={en:["smiles & people"],ko:["스마일 & 피플"]}},40457:e=>{e.exports={en:["symbols"],ko:["심볼"]}},88906:e=>{e.exports={en:["recently used"],ko:["최근에 쓰임"]}},28562:e=>{e.exports={en:["travel & places"],ko:["트래블 & 플레이스"]}},23821:e=>{e.exports={en:["Dot"],ko:["점"]}},57252:e=>{e.exports={en:["Days"],ko:["날"]}},18817:e=>{e.exports={en:["Hours"],ko:["시간"]}},89506:e=>{e.exports={en:["Months"],ko:["달"]}},21551:e=>{e.exports={en:["Minutes"],ko:["분"]}},32116:e=>{e.exports={en:["Seconds"],ko:["초"]}},22163:e=>{e.exports={en:["Ranges"],ko:["레인지"]}},41815:e=>{e.exports={en:["Weeks"],ko:["주"]}},49512:e=>{e.exports={en:["Ticks"],ko:["틱"]}},96554:e=>{e.exports={en:["Copy image"],ko:["이미지 카피"]}},81939:e=>{e.exports={en:["Copy link"],ko:["링크 카피"]}},58425:e=>{e.exports={en:["Chart snapshot"],ko:["차트스냅샷"]}},66418:e=>{e.exports={en:["Choose manually"],ko:["수동으로 고르기"]}},80335:e=>{e.exports={en:["Add custom interval"],ko:["커스텀 인터벌 넣기"]}},69207:e=>{e.exports={en:["Add to favorites"],ko:["즐겨찾기에 넣기"]}},89771:e=>{e.exports={en:["All changes saved"],ko:["모든 변경사항이 저장됨"]}},89911:e=>{e.exports={en:["Bar's style"],ko:["봉스타일"]}},26200:e=>{e.exports={en:["Download image"],ko:["이미지 다운로드"]}},46838:e=>{e.exports={en:["Default templates"],ko:["디폴트 템플릿"]}},6571:e=>{e.exports={en:["Everyone with the link can view and copy"],ko:["이 링크를 가진 사람 누구나 볼 수 있고 카피할 수 있습니다"]}},52530:e=>{e.exports={en:["Favorite Indicators"],ko:["즐겨찾기 인디케이터"]}},70234:e=>{e.exports={en:["Favorites"],ko:["즐겨찾기 (Favorites)"]}},67092:e=>{e.exports={en:["Fullscreen mode"],ko:["전체화면모드"]}},76443:e=>{e.exports={en:["Indicator templates"],ko:["지표 템플릿"]}},84549:e=>{e.exports={en:["Indicators"],ko:["지표"]}},62005:e=>{e.exports={en:["Indicators & Strategies"],ko:["지표 및 전략"]}},44271:e=>{e.exports={en:["Open template"],ko:["오픈 템플릿"]}},46311:e=>{e.exports={en:["Open Interval Dialog"],ko:["인터벌대화창열기"]}},34770:e=>{e.exports={en:["Open chart in popup"],ko:["팝업창으로 차트열기"]}},19159:e=>{e.exports={en:["Open in new tab"],ko:["새 탭에서 열기"]}},65433:e=>{e.exports={en:["Open layout"],ko:["레이아웃 열기"]}},29517:e=>{e.exports={en:["Load Chart Layout"],ko:["차트 레이아웃 불러오기"]}},93292:e=>{e.exports={en:["Loading..."],ko:["로딩..."]}},40115:e=>{e.exports={en:["Make a copy"],ko:["카피 만들기"]}},38973:e=>{e.exports={en:["Manage layouts"],ko:["레이아웃 관리"]}},83300:e=>{e.exports={en:["My templates"],ko:["내 템플릿"]}},92969:e=>{e.exports={en:["Number or {hotKey_0}"],ko:["넘버 또는 {hotKey_0}"]}},64e3:e=>{e.exports={en:["Save"],ko:["저장"]}},26869:e=>{e.exports={en:["Save Indicator template"],ko:["로 인디케이터 템플릿 세이브"]}},15356:e=>{e.exports={en:["Save all charts for all symbols and intervals on your layout"],ko:["귀하의 레이아웃에 있는 모든 심볼 차트 및 인터벌 저장"]}},26276:e=>{e.exports={en:["Save layout"],
+ko:["레이아웃 세이브"]}},81265:e=>{e.exports={en:["Sharing"],ko:["셰어링"]}},50021:e=>{e.exports={en:["Simply start typing while on the chart to pull up this search box"],ko:["차트 위에서 이 서치 박스를 띄우는 동안에 타이핑을 시작할 수 있습니다"]}},51165:e=>{e.exports={en:["Symbol Search"],ko:["심볼 찾기"]}},18243:e=>{e.exports={en:["Quick Search"],ko:["퀵 서치"]}},7448:e=>{e.exports={en:["Recently used"],ko:["최근 씀"]}},11304:e=>{e.exports={en:["Redo {hint}"],ko:["{hint} 다시하기"]}},85106:e=>{e.exports={en:["Remove from favorites"],ko:["즐겨찾기지움"]}},47550:e=>{e.exports={en:["Remove selected emoji"],ko:["선택한 이모지 제거"]}},6321:e=>{e.exports={en:["Rename"],ko:["이름 바꾸기"]}},87972:e=>{e.exports={en:["Take a snapshot"],ko:["스냅샷 찍기"]}},41173:e=>{e.exports={en:["Time Interval"],ko:["시간간격"]}},28239:e=>{e.exports={en:["Tweet image"],ko:["트윗 차트 이미지"]}},66020:e=>{e.exports={en:["Undo {hint}"],ko:["{hint} 되돌리기"]}},36291:e=>{e.exports={en:["Unfavorite all"],ko:["모든 즐겨찾기 해제"]}},18448:e=>{e.exports={en:["You have no Favorites Indicators yet"],ko:["아직 즐겨찾는 인디케이터가 없습니다"]}},6094:e=>{e.exports={en:["Your favorite layouts have moved to the top toolbar. You currently have {count} favorite. You can reduce the number to find them easier — unfavorite all in just one click or set up your choice manually.","Your favorite layouts have moved to the top toolbar. You currently have {count} favorites. You can reduce the number to find them easier — unfavorite all in just one click or set up your choice manually."],ko:["즐겨찾는 레이아웃을 탑툴바로 옮겼습니다. 현재 {count}개의 즐겨찾기가 있습니다. 클릭 한 번으로 즐겨찾기를 모두 해제하거나 수동으로 원하는 레이아웃을 설정하여 수를 줄이면 더 쉽게 찾을 수 있습니다."]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.8370.da37ca095a984f601a1e.js b/public/charting_library/bundles/ko.8370.da37ca095a984f601a1e.js
new file mode 100644
index 0000000..6f67971
--- /dev/null
+++ b/public/charting_library/bundles/ko.8370.da37ca095a984f601a1e.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8370],{23970:e=>{e.exports={en:["days"],ko:["날"]}},35157:e=>{e.exports={en:["hours"],ko:["시"]}},18193:e=>{e.exports={en:["months"],ko:["달"]}},79930:e=>{e.exports={en:["minutes"],ko:["분"]}},7938:e=>{e.exports={en:["weeks"],ko:["주"]}},48161:e=>{e.exports={en:["View Only Mode"],ko:["뷰 온리 모드"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.8622.b162b43310f56287e24e.js b/public/charting_library/bundles/ko.8622.b162b43310f56287e24e.js
new file mode 100644
index 0000000..7c62b22
--- /dev/null
+++ b/public/charting_library/bundles/ko.8622.b162b43310f56287e24e.js
@@ -0,0 +1,2 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8622],{13197:e=>{e.exports={en:["1/{minmove2} of 1/{pricescale}"],ko:["1/{pricescale} 의 1/{minmove2}"]}},97349:e=>{e.exports={en:["Fr"],ko:["금"]}},30961:e=>{e.exports={en:["Mo"],ko:["월"]}},94748:e=>{e.exports={en:["Sa"],ko:["토"]}},75005:e=>{e.exports={en:["Su"],ko:["일"]}},92578:e=>{e.exports={en:["We"],ko:["수"]}},8765:e=>{e.exports={en:["Th"],ko:["목"]}},9135:e=>{e.exports={en:["Tu"],ko:["화"]}},53174:e=>{e.exports={en:["Right"],ko:["라이트"]}},47742:e=>{e.exports={en:["Close menu"],ko:["메뉴 닫기"]}},81849:e=>{e.exports={en:["Currency"],ko:["통화"]}},12272:e=>{e.exports={en:["Current contract"],ko:["커런트 컨트랙트"]}},17606:e=>{e.exports={en:["All sessions"],ko:["모든 세션"]}},28896:e=>{e.exports={en:["April"],ko:["4월"]}},11081:e=>{e.exports={en:["August"],ko:["8월"]}},42358:e=>{e.exports={en:["Bond"],ko:["채권"]}},90082:e=>{e.exports={en:["December"],ko:["12월"]}},54602:e=>{e.exports={en:["Delisted"],ko:["상장폐지"]}},78734:e=>{e.exports={en:["Description"],ko:["설명"]}},63538:e=>{e.exports={en:["Exchange timezone"],ko:["거래소 시간대"]}},88191:e=>{e.exports={en:["Expiration date"],ko:["만기 날짜"]}},56536:e=>{e.exports={en:["FIGI"]}},81069:e=>{e.exports={en:["February"],ko:["2월"]}},22928:e=>{e.exports={en:["Fri"],ko:["금"]}},3570:e=>{e.exports={en:["Friday"],ko:["금요일"]}},26931:e=>{e.exports={en:["Home page"],ko:["홈페이지"]}},88104:e=>{e.exports={en:["ISIN"]}},7727:e=>{e.exports={en:["Industry"],ko:["산업"]}},200:e=>{e.exports={en:["January"],ko:["1월"]}},6608:e=>{e.exports={en:["July"],ko:["7월"]}},61487:e=>{e.exports={en:["June"],ko:["6월"]}},37997:e=>{e.exports={en:["October"],ko:["10월"]}},23339:e=>{e.exports={en:["Link copied to clipboard"],ko:["클립보드에 링크 카피되었음"]}},41224:e=>{e.exports={en:["Listed exchange"],ko:["상장 거래소"]}},37150:e=>{e.exports={en:["Mon"],ko:["월"]}},19573:e=>{e.exports={en:["Monday"],ko:["월요일"]}},25734:e=>{e.exports={en:["May"],ko:["5월"]}},93878:e=>{e.exports={en:["March"],ko:["3월"]}},41410:e=>{e.exports={en:["Market open"],ko:["마켓 오픈"]}},62464:e=>{e.exports={en:["Market closed"],ko:["마켓 클로즈드"]}},91563:e=>{e.exports={en:["Measure"],ko:["재기"]}},4607:e=>{e.exports={en:["November"],ko:["11월"]}},99709:e=>{e.exports={en:["Name"],ko:["이름"]}},97751:e=>{e.exports={en:["Source"],ko:["소스"]}},32273:e=>{e.exports={en:["Sat"],ko:["토"]}},30348:e=>{e.exports={en:["Saturday"],ko:["토요일"]}},99804:e=>{e.exports={en:["Sector"],ko:["섹터"]}},17502:e=>{e.exports={en:["Security Info"],ko:["심볼 정보"]}},32179:e=>{e.exports={en:["September"],ko:["9월"]}},77493:e=>{e.exports={en:["Sun"],ko:["일"]}},61480:e=>{e.exports={en:["Sunday"],ko:["일요일"]}},81314:e=>{e.exports={en:["Point value"],ko:["포인트 밸류"]}},73897:e=>{e.exports={en:["Post-market"],ko:["포스트 마켓"]}},39245:e=>{e.exports={en:["Pip size"],ko:["핍사이즈"]}},36018:e=>{e.exports={en:["Pre-market"],ko:["프리 마켓"]}},16045:e=>{e.exports={en:["Website"],ko:["웹사이트"]}},11532:e=>{e.exports={en:["Wed"],ko:["수"]}},94226:e=>{e.exports={en:["Wednesday"],ko:["수요일"]}},17254:e=>{e.exports={en:["Text copied to clipboard"],ko:["클립보드에 텍스트 카피되었음"]}},71388:e=>{e.exports={
+en:["Thu"],ko:["목"]}},79137:e=>{e.exports={en:["Thursday"],ko:["목요일"]}},24431:e=>{e.exports={en:["Tick size"],ko:["틱 사이즈"]}},11916:e=>{e.exports={en:["Tue"],ko:["화"]}},82160:e=>{e.exports={en:["Tuesday"],ko:["화요일"]}},98413:e=>{e.exports={en:["Type"],ko:["타입"]}},33564:e=>{e.exports={en:["Unit"],ko:["유닛"]}},70932:e=>{e.exports={en:["commodity"],ko:["상품"]}},79599:e=>{e.exports={en:["cfd"],ko:["씨에프디"]}},46128:e=>{e.exports={en:["crypto"],ko:["크립토"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"],ko:["경제"]}},17770:e=>{e.exports={en:["forex"],ko:["외환"]}},4723:e=>{e.exports={en:["futures"],ko:["퓨쳐스"]}},87464:e=>{e.exports={en:["index"],ko:["지수"]}},90250:e=>{e.exports={en:["indices"],ko:["지수"]}},76752:e=>{e.exports={en:["stock"],ko:["스탁"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.8763.bf9d4d175a7686effaf6.js b/public/charting_library/bundles/ko.8763.bf9d4d175a7686effaf6.js
new file mode 100644
index 0000000..755a956
--- /dev/null
+++ b/public/charting_library/bundles/ko.8763.bf9d4d175a7686effaf6.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8763,5111],{91612:e=>{e.exports={en:["Inside"],ko:["내부"]}},46005:e=>{e.exports={en:["Original"],ko:["원본"]}},70382:e=>{e.exports={en:["Modified Schiff"],ko:["변형쉬프"]}},69904:e=>{e.exports={en:["Schiff"],ko:["쉬프"]}},98463:e=>{e.exports={en:["change {title} style"],ko:["{title} 스타일 변경"]}},77114:e=>{e.exports={en:["erase level line"],ko:["레벨 라인 지우기"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.8940.5460b0ccfae157b7bbe3.js b/public/charting_library/bundles/ko.8940.5460b0ccfae157b7bbe3.js
new file mode 100644
index 0000000..8b848c9
--- /dev/null
+++ b/public/charting_library/bundles/ko.8940.5460b0ccfae157b7bbe3.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8940,6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ko:["#{count} (프라이스, 바)"]}},78930:e=>{e.exports={en:["Coordinates"],ko:["좌표"]}},24197:e=>{e.exports={en:["Center"],ko:["센터"]}},27567:e=>{e.exports={en:["Bottom"],ko:["아래"]}},38408:e=>{e.exports={en:["Border"],ko:["경계"]}},79468:e=>{e.exports={en:["Background"],ko:["배경"]}},72942:e=>{e.exports={en:["Days"],ko:["날"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ko:["변위(가격, 막대)"]}},56796:e=>{e.exports={en:["Hours"],ko:["시간"]}},95406:e=>{e.exports={en:["Horizontal"],ko:["가로"]}},21429:e=>{e.exports={en:["Inputs"],ko:["인풋"]}},34974:e=>{e.exports={en:["Label border"],ko:["라벨 보더"]}},73863:e=>{e.exports={en:["Label background"],ko:["라벨 백그라운드"]}},95170:e=>{e.exports={en:["Label text"],ko:["라벨 텍스트"]}},11626:e=>{e.exports={en:["Left"],ko:["왼쪽"]}},97575:e=>{e.exports={en:["Line color"],ko:["라인 컬러"]}},43154:e=>{e.exports={en:["Months"],ko:["달"]}},68833:e=>{e.exports={en:["Middle"],ko:["미들"]}},42562:e=>{e.exports={en:["Minutes"],ko:["분"]}},65188:e=>{e.exports={en:["Seconds"],ko:["초"]}},50421:e=>{e.exports={en:["Right"],ko:["오른쪽"]}},835:e=>{e.exports={en:["Weeks"],ko:["주"]}},97118:e=>{e.exports={en:["Top"],ko:["탑"]}},70320:e=>{e.exports={en:["Text"],ko:["문자"]}},7560:e=>{e.exports={en:["Text wrap"],ko:["문자열줄넘김"]}},25485:e=>{e.exports={en:["Text alignment"],ko:["텍스트 얼라인"]}},67781:e=>{e.exports={en:["Text orientation"],ko:["텍스트 방향"]}},24821:e=>{e.exports={en:["Ticks"],ko:["틱스"]}},69526:e=>{e.exports={en:["Vertical"],ko:["세로"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ko:["프라이스 X 좌표 바꾸기"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ko:["프라이스 Y 좌표 바꾸기"]}},96135:e=>{e.exports={en:["change {title} days to"],ko:["{title} 날을 ~로 바꾸기"]}},91201:e=>{e.exports={en:["change {title} days from"],ko:["~로부터 {title} 날 바꾸기"]}},8306:e=>{e.exports={en:["change {title} hours from"],ko:["~로부터 {title} 시간 바꾸기"]}},67233:e=>{e.exports={en:["change {title} hours to"],ko:["{title} 시간을 ~로 바꾸기"]}},7455:e=>{e.exports={en:["change {title} line color"],ko:["{title} 라인 컬러 바꾸기"]}},99122:e=>{e.exports={en:["change {title} months from"],ko:["~로부터 {title} 달 바꾸기"]}},10518:e=>{e.exports={en:["change {title} months to"],ko:["{title} 달을 ~로 바꾸기"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ko:["{title} 분을 ~로 바꾸기"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ko:["~로부터 {title} 분 바꾸기"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ko:["{title} 초를 ~로 바꾸기"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ko:["~로부터 {title} 초 바꾸기"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ko:["~로부터 {title} 주 바꾸기"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ko:["{title} 주를 ~로 바꾸기"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ko:["틱에서 {title} 비저빌리티 바꾸기"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ko:["주에서 {title} 비저빌리티 바꾸기"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ko:["{ranges} 에서 {title} 가시성 바꾸기"]
+}},56402:e=>{e.exports={en:["change {title} visibility on days"],ko:["날에서 {title} 비저빌리티 바꾸기"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ko:["시간에서 {title} 비저빌리티 바꾸기"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ko:["초에서 {title} 비저빌리티 바꾸기"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ko:["달에서 {title} 비저빌리티 바꾸기"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ko:["초에서 {title} 비저빌리티 바꾸기"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],ko:["{toolName} 라벨 얼라인먼트 버티컬 바꾸기"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],ko:["{toolName} 라벨 얼라인먼트 호리존털 바꾸기"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],ko:["{toolName} 라벨 디렉션 바꾸기"]}},66668:e=>{e.exports={en:["change {toolName} text"],ko:["{toolName} 텍스트 바꾸기"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],ko:["{toolName} 텍스트 비저빌리티 바꾸기"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],ko:["{toolName} 텍스트 줄넘김 바꾸기"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],ko:["{toolName} 텍스트 백그라운드 컬러 바꾸기"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],ko:["{toolName} 텍스트 백그라운드 비저빌리티 바꾸기"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],ko:["{toolName} 텍스트 보더 컬러 바꾸기"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],ko:["{toolName} 텍스트 보더 너비 바꾸기"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],ko:["{toolName} 텍스트 보더 비저빌리티 바꾸기"]}},64500:e=>{e.exports={en:["change {toolName} text color"],ko:["{toolName} 텍스트 컬러 바꾸기"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],ko:["{toolName} 텍스트 폰트 볼드 바꾸기"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],ko:["{toolName} 텍스트 폰트 이탤릭 바꾸기"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],ko:["{toolName} 텍스트 폰트 바꾸기"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ko:["{propertyName} 속성 변경"]}},35813:e=>{e.exports={en:["days"],ko:["날"]}},89919:e=>{e.exports={en:["days to"],ko:["날을 ~으로"]}},59215:e=>{e.exports={en:["days from"],ko:["~로부터 ~날로"]}},2359:e=>{e.exports={en:["hours"],ko:["시간"]}},82267:e=>{e.exports={en:["hours from"],ko:["~로부터 ~시간으로"]}},15600:e=>{e.exports={en:["hours to"],ko:["시간을 ~으로"]}},76261:e=>{e.exports={en:["move drawings"],ko:["드로윙 옮기기"]}},95300:e=>{e.exports={en:["months"],ko:["달"]}},17250:e=>{e.exports={en:["months from"],ko:["~로부터 ~달로"]}},2828:e=>{e.exports={en:["months to"],ko:["달을 ~으로"]}},18726:e=>{e.exports={en:["minutes"],ko:["분"]}},67649:e=>{e.exports={en:["minutes to"],ko:["분을 ~으로"]}},22476:e=>{e.exports={en:["minutes from"],ko:["~로부터 ~분으로"]}},751:e=>{e.exports={en:["seconds"],ko:["초"]}},73419:e=>{e.exports={en:["seconds to"],ko:["초를 ~으로"]}},35801:e=>{e.exports={en:["seconds from"],ko:["~로부터 ~초로"]}},45537:e=>{e.exports={en:["weeks"],ko:["주"]}},92859:e=>{e.exports={en:["weeks from"],ko:["~로부터 ~주로"]}},44127:e=>{e.exports={en:["weeks to"],ko:["주를 ~으로"]}},3539:e=>{e.exports={
+en:["ticks"],ko:["틱스"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.8975.0b3e843255e92a8c2808.js b/public/charting_library/bundles/ko.8975.0b3e843255e92a8c2808.js
new file mode 100644
index 0000000..5bad8fc
--- /dev/null
+++ b/public/charting_library/bundles/ko.8975.0b3e843255e92a8c2808.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8975],{94073:e=>{e.exports={en:["A"]}},66384:e=>{e.exports={en:["L"]}},94465:e=>{e.exports={en:["Toggle auto scale"],ko:["자동 스케일 전환"]}},46992:e=>{e.exports={en:["Toggle log scale"],ko:["로그 스케일 전환"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.9003.299a55ed654df75bf43b.js b/public/charting_library/bundles/ko.9003.299a55ed654df75bf43b.js
new file mode 100644
index 0000000..1986f09
--- /dev/null
+++ b/public/charting_library/bundles/ko.9003.299a55ed654df75bf43b.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9003,4040,359],{55517:e=>{e.exports={en:["Add"],ko:["넣기"]}},29619:e=>{e.exports={en:["Add custom color"],ko:["커스텀 컬러 넣기"]}},80936:e=>{e.exports={en:["Opacity"],ko:["불투명성"]}},97349:e=>{e.exports={en:["Fr"],ko:["금"]}},30961:e=>{e.exports={en:["Mo"],ko:["월"]}},94748:e=>{e.exports={en:["Sa"],ko:["토"]}},75005:e=>{e.exports={en:["Su"],ko:["일"]}},92578:e=>{e.exports={en:["We"],ko:["수"]}},8765:e=>{e.exports={en:["Th"],ko:["목"]}},9135:e=>{e.exports={en:["Tu"],ko:["화"]}},24716:e=>{e.exports={en:["Another symbol"],ko:["다른 심볼"]}},41256:e=>{e.exports={en:["Back"],ko:["뒤로"]}},94849:e=>{e.exports={en:["Main chart symbol"],ko:["메인 차트 심볼"]}},53174:e=>{e.exports={en:["Right"],ko:["라이트"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"],ko:["캘린더는 현재 {year} 년입니다."]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"],ko:["캘린더는 현재 {year_start}부터 {year_end}까지 연도입니다."]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"],ko:["캘린더는 현재 {month} 입니다."]}},4543:e=>{e.exports={en:["Cancel"],ko:["취소"]}},63245:e=>{e.exports={en:["Change symbol"],ko:["종목바꾸기"]}},54613:e=>{e.exports={en:["Chart"],ko:["차트"]}},47742:e=>{e.exports={en:["Close menu"],ko:["메뉴 닫기"]}},34040:e=>{e.exports={en:["All sources"],ko:["모든 자료"]}},33391:e=>{e.exports={en:["Apply"],ko:["적용"]}},28896:e=>{e.exports={en:["April"],ko:["4월"]}},11081:e=>{e.exports={en:["August"],ko:["8월"]}},42358:e=>{e.exports={en:["Bond"],ko:["채권"]}},27390:e=>{e.exports={en:["Dotted line"],ko:["도트 라인"]}},88123:e=>{e.exports={en:["Dashed line"],ko:["대쉬 라인"]}},90082:e=>{e.exports={en:["December"],ko:["12월"]}},55319:e=>{e.exports={en:["Decrease"],ko:["줄이기"]}},78734:e=>{e.exports={en:["Description"],ko:["설명"]}},81069:e=>{e.exports={en:["February"],ko:["2월"]}},3570:e=>{e.exports={en:["Friday"],ko:["금요일"]}},39832:e=>{e.exports={en:["Increase"],ko:["늘어남"]}},200:e=>{e.exports={en:["January"],ko:["1월"]}},6608:e=>{e.exports={en:["July"],ko:["7월"]}},61487:e=>{e.exports={en:["June"],ko:["6월"]}},37997:e=>{e.exports={en:["October"],ko:["10월"]}},55450:e=>{e.exports={en:["Offset"],ko:["오프셋"]}},19295:e=>{e.exports={en:["Ok"],ko:["확인"]}},28603:e=>{e.exports={en:["Line style"],ko:["라인 스타일"]}},19573:e=>{e.exports={en:["Monday"],ko:["월요일"]}},43154:e=>{e.exports={en:["Months"],ko:["달"]}},37117:e=>{e.exports={en:["More"],ko:["더보기"]}},25734:e=>{e.exports={en:["May"],ko:["5월"]}},93878:e=>{e.exports={en:["March"],ko:["3월"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],ko:["조건에 맞는 익스체인지가 없음"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],ko:["조건에 맞는 심볼이 없음"]}},4607:e=>{e.exports={en:["November"],ko:["11월"]}},69102:e=>{e.exports={en:["Next year"],ko:["다음 해"]}},17538:e=>{e.exports={en:["Next years"],ko:["다음 해들"]}},92790:e=>{e.exports={en:["Next month"],ko:["다음 달"]}},71300:e=>{e.exports={en:["Number format is invalid."],ko:["넘버 포맷이 잘못 되었습니다."]}},28628:e=>{e.exports={en:["Sources"],ko:["자료"]}},30348:e=>{e.exports={en:["Saturday"],ko:["토요일"]}},10679:e=>{e.exports={
+en:['Set the "{inputInline}" time and price for "{studyShortDescription}"'],ko:["{studyShortDescription}에 대한 {inputInline} 시간 및 가격 설정"]}},59451:e=>{e.exports={en:['Set the "{inputTitle}" time for "{studyShortDescription}"'],ko:["{studyShortDescription}에 대한 {inputTitle} 시간 설정"]}},94238:e=>{e.exports={en:['Set the "{inputTitle}" price for "{studyShortDescription}"'],ko:["{studyShortDescription}에 대한 {inputTitle} 가격 설정"]}},92229:e=>{e.exports={en:['Set the time and price for "{studyShortDescription}"'],ko:['"{studyShortDescription}" 에 대한 타임과 프라이스를 셋하시오']}},60935:e=>{e.exports={en:['Set the time for "{studyShortDescription}"'],ko:['"{studyShortDescription}" 에 대한 타임을 셋하시오']}},24404:e=>{e.exports={en:['Set the price for "{studyShortDescription}"'],ko:['"{studyShortDescription}" 에 대한 프라이스를 셋하시오']}},8573:e=>{e.exports={en:["Search"],ko:["찾기"]}},57640:e=>{e.exports={en:["Select source"],ko:["자료 선택"]}},32179:e=>{e.exports={en:["September"],ko:["9월"]}},31331:e=>{e.exports={en:["Specified value is more than the instrument maximum of {max}."],ko:["지정값이 인스트루먼트 맥시멈인 {max} 보다 큽니다."]}},24216:e=>{e.exports={en:["Specified value is less than the instrument minimum of {min}."],ko:["지정값이 인스트루먼트 미니멈인 {min} 보다 작습니다."]}},61480:e=>{e.exports={en:["Sunday"],ko:["일요일"]}},70235:e=>{e.exports={en:["Switch to months"],ko:["달로 바꾸기"]}},91245:e=>{e.exports={en:["Switch to dates"],ko:["날짜로 바꾸기"]}},71961:e=>{e.exports={en:["Switch to years"],ko:["해로 바꾸기"]}},95481:e=>{e.exports={en:["Symbol"],ko:["심볼"]}},74007:e=>{e.exports={en:["Symbol & description"],ko:["심볼 & 설명"]}},51165:e=>{e.exports={en:["Symbol Search"],ko:["심볼 찾기"]}},27254:e=>{e.exports={en:["Please enter the right date"],ko:["올바른 날짜를 넣으십시오"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"],ko:["올바른 날짜 포맷인 yyyy-mm-dd 으로 넣으십시오"]}},93984:e=>{e.exports={en:["Previous month"],ko:["앞 달"]}},75776:e=>{e.exports={en:["Previous year"],ko:["앞 해"]}},44701:e=>{e.exports={en:["Previous years"],ko:["앞선 해들"]}},89984:e=>{e.exports={en:["Remove color"],ko:["컬러 없애기"]}},94226:e=>{e.exports={en:["Wednesday"],ko:["수요일"]}},79137:e=>{e.exports={en:["Thursday"],ko:["목요일"]}},54971:e=>{e.exports={en:["Thickness"],ko:["두께"]}},82160:e=>{e.exports={en:["Tuesday"],ko:["화요일"]}},66181:e=>{e.exports={en:["Years"],ko:["해"]}},70932:e=>{e.exports={en:["commodity"],ko:["상품"]}},79599:e=>{e.exports={en:["cfd"],ko:["씨에프디"]}},29426:e=>{e.exports={en:["change opacity"],ko:["불투명도 바꾸기"]}},31675:e=>{e.exports={en:["change color"],ko:["칼라 바꾸기"]}},28818:e=>{e.exports={en:["change line style"],ko:["라인 스타일 바꾸기"]}},73281:e=>{e.exports={en:["change thickness"],ko:["두께 바꾸기"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ko:["{propertyName} 속성 변경"]}},5741:e=>{e.exports={en:["close"],ko:["클로즈"]}},46128:e=>{e.exports={en:["crypto"],ko:["크립토"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"],ko:["경제"]}},17770:e=>{e.exports={en:["forex"],ko:["외환"]}},4723:e=>{e.exports={en:["futures"],ko:["퓨쳐스"]}},59319:e=>{e.exports={en:["high"],ko:["고가"]}},96008:e=>{e.exports={en:["hl2"],ko:["고저평균"]}},
+91189:e=>{e.exports={en:["hlc3"],ko:["고저종평균"]}},49242:e=>{e.exports={en:["hlcc4"]}},87464:e=>{e.exports={en:["index"],ko:["지수"]}},90250:e=>{e.exports={en:["indices"],ko:["지수"]}},52793:e=>{e.exports={en:["ohlc4"],ko:["시고저종평균"]}},83584:e=>{e.exports={en:["open"],ko:["오픈"]}},41902:e=>{e.exports={en:["low"],ko:["저가"]}},76752:e=>{e.exports={en:["stock"],ko:["스탁"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.9093.2cff9fa939c391056de4.js b/public/charting_library/bundles/ko.9093.2cff9fa939c391056de4.js
new file mode 100644
index 0000000..c184fdc
--- /dev/null
+++ b/public/charting_library/bundles/ko.9093.2cff9fa939c391056de4.js
@@ -0,0 +1 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9093,4109],{4543:e=>{e.exports={en:["Cancel"],ko:["취소"]}},47742:e=>{e.exports={en:["Close menu"],ko:["메뉴 닫기"]}},69207:e=>{e.exports={en:["Add to favorites"],ko:["즐겨찾기에 넣기"]}},8573:e=>{e.exports={en:["Search"],ko:["찾기"]}},85106:e=>{e.exports={en:["Remove from favorites"],ko:["즐겨찾기지움"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/ko.9494.40d61f8ac3ffd8535658.js b/public/charting_library/bundles/ko.9494.40d61f8ac3ffd8535658.js
new file mode 100644
index 0000000..5598c58
--- /dev/null
+++ b/public/charting_library/bundles/ko.9494.40d61f8ac3ffd8535658.js
@@ -0,0 +1,3 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9494,6155,3367,2303,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ko:["#{count} (프라이스, 바)"]}},78930:e=>{e.exports={en:["Coordinates"],ko:["좌표"]}},24197:e=>{e.exports={en:["Center"],ko:["센터"]}},6060:e=>{e.exports={en:["Add text"],ko:["텍스트 넣기"]}},27567:e=>{e.exports={en:["Bottom"],ko:["아래"]}},38408:e=>{e.exports={en:["Border"],ko:["경계"]}},79468:e=>{e.exports={en:["Background"],ko:["배경"]}},72942:e=>{e.exports={en:["Days"],ko:["날"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ko:["변위(가격, 막대)"]}},56796:e=>{e.exports={en:["Hours"],ko:["시간"]}},95406:e=>{e.exports={en:["Horizontal"],ko:["가로"]}},21429:e=>{e.exports={en:["Inputs"],ko:["인풋"]}},11626:e=>{e.exports={en:["Left"],ko:["왼쪽"]}},43154:e=>{e.exports={en:["Months"],ko:["달"]}},68833:e=>{e.exports={en:["Middle"],ko:["미들"]}},42562:e=>{e.exports={en:["Minutes"],ko:["분"]}},65188:e=>{e.exports={en:["Seconds"],ko:["초"]}},50421:e=>{e.exports={en:["Right"],ko:["오른쪽"]}},835:e=>{e.exports={en:["Weeks"],ko:["주"]}},97118:e=>{e.exports={en:["Top"],ko:["탑"]}},70320:e=>{e.exports={en:["Text"],ko:["문자"]}},7560:e=>{e.exports={en:["Text wrap"],ko:["문자열줄넘김"]}},25485:e=>{e.exports={en:["Text alignment"],ko:["텍스트 얼라인"]}},67781:e=>{e.exports={en:["Text orientation"],ko:["텍스트 방향"]}},24821:e=>{e.exports={en:["Ticks"],ko:["틱스"]}},28683:e=>{e.exports={en:["Use one color"],ko:["한가지 색만 쓰기"]}},69526:e=>{e.exports={en:["Vertical"],ko:["세로"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ko:["프라이스 X 좌표 바꾸기"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ko:["프라이스 Y 좌표 바꾸기"]}},26391:e=>{e.exports={en:["change the column width"],ko:["컬럼 너비 바꾸기"]}},21863:e=>{e.exports={en:["change the row height"],ko:["로우 높이 바꾸기"]}},59577:e=>{e.exports={en:["change {title} all lines color"],ko:["{title}의 모든 라인 색상 변경"]}},69437:e=>{e.exports={en:["change {title} border color"],ko:["{title} 보더 컬러 바꾸기"]}},13783:e=>{e.exports={en:["change {title} background transparency"],ko:["{title} 배경 투명도 변경"]}},30839:e=>{e.exports={en:["change {title} background visibility"],ko:["{title} 배경 가시성 변경"]}},49765:e=>{e.exports={en:["change {title} background color"],ko:["{title} 배경 색상 변경"]}},96135:e=>{e.exports={en:["change {title} days to"],ko:["{title} 날을 ~로 바꾸기"]}},91201:e=>{e.exports={en:["change {title} days from"],ko:["~로부터 {title} 날 바꾸기"]}},8306:e=>{e.exports={en:["change {title} hours from"],ko:["~로부터 {title} 시간 바꾸기"]}},67233:e=>{e.exports={en:["change {title} hours to"],ko:["{title} 시간을 ~로 바꾸기"]}},55612:e=>{e.exports={en:["change {title} labels alignment"],ko:["{title} 라벨 얼라인먼트 바꾸기"]}},93340:e=>{e.exports={en:["change {title} labels visibility"],ko:["{title} 라벨 비저빌리티 바꾸기"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],ko:["{title} 레벨 {index} 라인 계수 바꾸기"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],ko:["{title} 레벨 {index} 라인 색상 변경"]}},64707:e=>{e.exports={en:["change {title} level {index} line style"],ko:["{title} 레벨 {index} 라인 스타일 바꾸기"]}},51403:e=>{e.exports={
+en:["change {title} level {index} line visibility"],ko:["{title} 레벨 {index} 라인 가시성 변경"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"],ko:["{title} 레벨 {index} 라인 너비 변경"]}},99122:e=>{e.exports={en:["change {title} months from"],ko:["~로부터 {title} 달 바꾸기"]}},10518:e=>{e.exports={en:["change {title} months to"],ko:["{title} 달을 ~로 바꾸기"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ko:["{title} 분을 ~로 바꾸기"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ko:["~로부터 {title} 분 바꾸기"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ko:["{title} 초를 ~로 바꾸기"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ko:["~로부터 {title} 초 바꾸기"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ko:["~로부터 {title} 주 바꾸기"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ko:["{title} 주를 ~로 바꾸기"]}},57122:e=>{e.exports={en:["change {title} text"],ko:["{title} 텍스트 바꾸기"]}},71665:e=>{e.exports={en:["change {title} texts alignment"],ko:["{title} 텍스트 얼라인먼트 바꾸기"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ko:["틱에서 {title} 비저빌리티 바꾸기"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ko:["주에서 {title} 비저빌리티 바꾸기"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ko:["{ranges} 에서 {title} 가시성 바꾸기"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ko:["날에서 {title} 비저빌리티 바꾸기"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ko:["시간에서 {title} 비저빌리티 바꾸기"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ko:["초에서 {title} 비저빌리티 바꾸기"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ko:["달에서 {title} 비저빌리티 바꾸기"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ko:["초에서 {title} 비저빌리티 바꾸기"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],ko:["{toolName} 라벨 얼라인먼트 버티컬 바꾸기"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],ko:["{toolName} 라벨 얼라인먼트 호리존털 바꾸기"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],ko:["{toolName} 라벨 디렉션 바꾸기"]}},66668:e=>{e.exports={en:["change {toolName} text"],ko:["{toolName} 텍스트 바꾸기"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],ko:["{toolName} 텍스트 비저빌리티 바꾸기"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],ko:["{toolName} 텍스트 줄넘김 바꾸기"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],ko:["{toolName} 텍스트 백그라운드 컬러 바꾸기"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],ko:["{toolName} 텍스트 백그라운드 비저빌리티 바꾸기"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],ko:["{toolName} 텍스트 보더 컬러 바꾸기"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],ko:["{toolName} 텍스트 보더 너비 바꾸기"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],ko:["{toolName} 텍스트 보더 비저빌리티 바꾸기"]}},64500:e=>{e.exports={en:["change {toolName} text color"],ko:["{toolName} 텍스트 컬러 바꾸기"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],ko:["{toolName} 텍스트 폰트 볼드 바꾸기"]}},42694:e=>{
+e.exports={en:["change {toolName} text font italic"],ko:["{toolName} 텍스트 폰트 이탤릭 바꾸기"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],ko:["{toolName} 텍스트 폰트 바꾸기"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ko:["{propertyName} 속성 변경"]}},48499:e=>{e.exports={en:["add column to right"],ko:["오른쪽에 컬럼 넣기"]}},48407:e=>{e.exports={en:["add row below"],ko:["아래에 로우 넣기"]}},35813:e=>{e.exports={en:["days"],ko:["날"]}},89919:e=>{e.exports={en:["days to"],ko:["날을 ~으로"]}},59215:e=>{e.exports={en:["days from"],ko:["~로부터 ~날로"]}},2359:e=>{e.exports={en:["hours"],ko:["시간"]}},82267:e=>{e.exports={en:["hours from"],ko:["~로부터 ~시간으로"]}},15600:e=>{e.exports={en:["hours to"],ko:["시간을 ~으로"]}},76261:e=>{e.exports={en:["move drawings"],ko:["드로윙 옮기기"]}},95300:e=>{e.exports={en:["months"],ko:["달"]}},17250:e=>{e.exports={en:["months from"],ko:["~로부터 ~달로"]}},2828:e=>{e.exports={en:["months to"],ko:["달을 ~으로"]}},18726:e=>{e.exports={en:["minutes"],ko:["분"]}},67649:e=>{e.exports={en:["minutes to"],ko:["분을 ~으로"]}},22476:e=>{e.exports={en:["minutes from"],ko:["~로부터 ~분으로"]}},751:e=>{e.exports={en:["seconds"],ko:["초"]}},73419:e=>{e.exports={en:["seconds to"],ko:["초를 ~으로"]}},35801:e=>{e.exports={en:["seconds from"],ko:["~로부터 ~초로"]}},80240:e=>{e.exports={en:["remove column"],ko:["컬럼 없애기"]}},4553:e=>{e.exports={en:["remove row"],ko:["로우 지우기"]}},24849:e=>{e.exports={en:["resize the cell"],ko:["셀 리사이즈"]}},45537:e=>{e.exports={en:["weeks"],ko:["주"]}},92859:e=>{e.exports={en:["weeks from"],ko:["~로부터 ~주로"]}},44127:e=>{e.exports={en:["weeks to"],ko:["주를 ~으로"]}},3539:e=>{e.exports={en:["ticks"],ko:["틱스"]}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/library-studies.538702d65096d9a3d6b4.js b/public/charting_library/bundles/library-studies.538702d65096d9a3d6b4.js
new file mode 100644
index 0000000..edcbc77
--- /dev/null
+++ b/public/charting_library/bundles/library-studies.538702d65096d9a3d6b4.js
@@ -0,0 +1,3 @@
+"use strict";(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5248],{55288:(e,s,t)=>{t.r(s),t.d(s,{study_MovingAverage:()=>a});var l=t(64147),r=t(12988),i=t(68805),o=t(46806),n=t(76350),u=t(52270);class a extends o.Study{constructor(e,s,t,i,o){super(e,function(e){return e.hasChild("currencyId")||e.addChild("currencyId",new r.Property(null)),e.hasChild("unitId")||e.addChild("unitId",new r.Property(null)),e.addExcludedKey("currencyId",1),e.addExcludedKey("unitId",1),e}(s),t,i,o),this._isActingAsSymbolSource=new l.WatchedValue(!1),this._symbolHibernated=new l.WatchedValue(!1),this._symbolResolvingActive=new l.WatchedValue(!1),this._realignToolsLastParams=null,this._lastResolvedSymbolSource="",this._onIsActingAsSymbolSourceChanged=()=>{this._recreatePriceFormattingDependencies(),this._realignLineToolsIfParamsChanged()},this._recalculateIsActingAsSymbolSource(),this._isActingAsSymbolSource.subscribe(this._onIsActingAsSymbolSourceChanged);const n=this.properties().childs().inputs.childs().symbol;this._previousSymbolInputValue=n.value()}isActingAsSymbolSource(){return this._isActingAsSymbolSource.readonly()}properties(){return this._properties}symbol(){return this._isActingAsSymbolSource.value()?this.properties().childs().inputs.childs().symbol.value():this.symbolSource().symbol()}symbolChanged(){return this._isActingAsSymbolSource.value()?this.properties().childs().inputs.childs().symbol:this.symbolSource().symbolChanged()}interval(){return this.model().mainSeries().interval()}style(){return this._firstSourceOrSeries().symbolSource().style()}currency(){return this._isActingAsSymbolSource.value()?this.properties().childs().currencyId.value()||null:this.symbolSource().currency()}unit(){return this._isActingAsSymbolSource.value()?this.properties().childs().unitId.value()||null:this.symbolSource().unit()}symbolParams(){return(0,n.symbolParams)(this)}compareSymbolParams(e){return(0,n.compareSymbolParams)(this,e,this._model.unitConversionEnabled())}async setSymbolParams(e){this._setSymbolParamsInternal(e)}setSymbol(e){this.setSymbolParams({symbol:e})}symbolInfo(){if(!this._isActingAsSymbolSource.value())return super.symbolSource().symbolInfo();const e=this._getSymbolForResolve(this.symbol());return this._resolvedSymbols[e]??null}symbolSource(){return this._isActingAsSymbolSource.value()?this:super.symbolSource()}symbolResolved(){return this.symbolsResolved()}symbolResolvingActive(){return this._symbolResolvingActive}symbolHibernated(){return this._symbolHibernated}isVisible(){const e=super.isVisible();return this._symbolHibernated.setValue(!e),e}symbolSameAsCurrent(e){return(0,n.symbolSameAsCurrent)(e,this.symbolInfo())}symbolSameAsResolved(e){return(0,u.symbolSameAsResolved)(e,this._lastResolvedSymbolSource,this.symbol())}setCurrency(e){this.setSymbolParams({currency:e})}isConvertedToOtherCurrency(){return(0,i.isConvertedToOtherCurrency)(this.symbolInfo())}setUnit(e){this.setSymbolParams({unit:e})}isConvertedToOtherUnit(){return(0,
+i.isConvertedToOtherUnit)(this.symbolInfo(),this._model.unitConversionEnabled())}setInterval(e){}setStyle(e){}symbolTitle(e,s,t){return this.title(e,!0,{},!1,s)}measureUnitId(){return(0,i.measureUnitId)(this.symbolInfo())}bars(){return super.data()}dataUpdated(){return this._dataUpdated}_onPropertiesChanged(){this._recalculateIsActingAsSymbolSource(),super._onPropertiesChanged(),this._realignLineToolsIfParamsChanged()}async _tryChangeInputs(){const e=this._resolvedSymbolsByInput[this.symbol()]||null;(0,n.symbolSameAsCurrent)(this._previousSymbolInputValue,e)||this._setSymbolParamsInternal({currency:null,unit:null}),await super._tryChangeInputs(),this._formatter=null,this._defaultFormatter=null,this.priceScale()?.updateFormatter(),this._previousSymbolInputValue=this.properties().childs().inputs.childs().symbol.value()}_getSymbolObject(e){const s={symbol:e},t=this.currency();null!==t&&(s["currency-id"]=t);const l=this.unit();return this._model.unitConversionEnabled()&&null!==l&&(s["unit-id"]=l),s}_onSymbolResolved(e,s,t){super._onSymbolResolved(e,s,t),this._recreatePriceFormattingDependencies();const l=s===this.symbol()?(0,i.extractSymbolNameFromSymbolInfo)(t,this.symbol()):null;null!==l&&(this._previousSymbolInputValue=l);const r=(0,i.symbolCurrency)(t),o=(0,i.symbolUnit)(t,this._model.unitConversionEnabled());this._setSymbolParamsInternal({symbol:l??void 0,currency:r,unit:o},t),this._symbolResolvingActive.setValue(!1)}_onSymbolResolvingStart(e,s){this._lastResolvedSymbolSource=s,super._onSymbolResolvingStart(e,s),this._symbolResolvingActive.setValue(!0)}_onSymbolError(){super._onSymbolError(),this._symbolResolvingActive.setValue(!1)}_onCurrencyMayChange(){this.isActingAsSymbolSource()?super._onCurrencyMayChange():this._onCurrencyChanged()}_recalculateIsActingAsSymbolSource(){const e=""!==this._currencySourceSymbolInputProperty?.value()??!1;this._isActingAsSymbolSource.setValue(e)}_setSymbolParamsInternal(e,s){const{symbol:t,currency:l,unit:r}=e,o=this.properties().childs(),n=o.inputs.childs().symbol.value(),u=o.currencyId.value(),a=o.unitId.value();if(void 0!==t&&o.inputs.childs().symbol.setValueSilently(t),void 0!==l&&o.currencyId.setValueSilently(l),void 0!==r&&o.unitId.setValueSilently(r),s)this._resolvedSymbolsByInput[this.symbol()]=s,this._resolvedSymbols[this._getSymbolForResolve(this.symbol())]=s,this._realignToolsLastParams=null;else{const e=this.symbolInfo();null!==e&&(o.currencyId.setValueSilently((0,i.symbolCurrency)(e)),o.unitId.setValueSilently((0,i.symbolUnit)(e,this._model.unitConversionEnabled())))}o.inputs.childs().symbol.value()!==n&&o.inputs.childs().symbol.fireChanged(),o.currencyId.value()!==u&&o.currencyId.fireChanged(),o.unitId.value()!==a&&o.unitId.fireChanged(),this._realignLineToolsIfParamsChanged()}_realignLineToolsIfParamsChanged(){let e=null===this._realignToolsLastParams;if(null!==this._realignToolsLastParams){const s=this.compareSymbolParams(this._realignToolsLastParams);e=s.symbolChanged||s.intervalChanged||s.currencyChanged||s.unitChanged}e&&(this._model.realignLineTools(this),
+this._realignToolsLastParams=this.symbolParams())}}}}]);
\ No newline at end of file
diff --git a/public/charting_library/bundles/library.6ef314468a2a940f40f4.js b/public/charting_library/bundles/library.6ef314468a2a940f40f4.js
new file mode 100644
index 0000000..1bf4748
--- /dev/null
+++ b/public/charting_library/bundles/library.6ef314468a2a940f40f4.js
@@ -0,0 +1,864 @@
+(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1297],{20041:e=>{e.exports={}},17192:e=>{e.exports={}},69681:e=>{e.exports={}},73052:e=>{e.exports={}},15216:e=>{e.exports={"tv-spinner__container-rotate":"tv-spinner__container-rotate-aLqboHuu"}},10048:e=>{e.exports={container:"container-B8mkOfAH",inner:"inner-B8mkOfAH","border-left":"border-left-B8mkOfAH","border-right":"border-right-B8mkOfAH","border-top":"border-top-B8mkOfAH","border-bottom":"border-bottom-B8mkOfAH","top-right-radius":"top-right-radius-B8mkOfAH","top-left-radius":"top-left-radius-B8mkOfAH","bottom-right-radius":"bottom-right-radius-B8mkOfAH","bottom-left-radius":"bottom-left-radius-B8mkOfAH"}},20350:e=>{e.exports={screen:"screen-otjoFNF2",fade:"fade-otjoFNF2",screenfade:"screenfade-otjoFNF2"}},26572:e=>{e.exports={}},98714:e=>{e.exports={css_value_currency_label_radius:"4",css_wrapper_margin:"4",css_row_left_right_padding:"3",css_fade_height:"10","price-axis-currency-label-wrapper":"price-axis-currency-label-wrapper-y5H41VPj",hidden:"hidden-y5H41VPj","price-axis-currency-label":"price-axis-currency-label-y5H41VPj",row:"row-y5H41VPj",expanded:"expanded-y5H41VPj","price-axis-currency-label-arrow-down":"price-axis-currency-label-arrow-down-y5H41VPj","price-axis-currency-label-text":"price-axis-currency-label-text-y5H41VPj"}},82815:e=>{e.exports={}},60070:e=>{e.exports={}},99647:e=>{e.exports={"css-value-chart-controls-bar-height-with-border":"39px","css-value-chart-controls-bar-border":"1px"}},43882:e=>{e.exports={}},95047:e=>{e.exports={}},25043:e=>{e.exports={}},91751:e=>{e.exports={"common-tooltip":"common-tooltip-EJBD96zX","common-tooltip--hidden":"common-tooltip--hidden-EJBD96zX","common-tooltip--horizontal":"common-tooltip--horizontal-EJBD96zX","common-tooltip--farther":"common-tooltip--farther-EJBD96zX","common-tooltip--vertical":"common-tooltip--vertical-EJBD96zX","common-tooltip-farther":"common-tooltip-farther-EJBD96zX","common-tooltip--direction_normal":"common-tooltip--direction_normal-EJBD96zX","common-tooltip__body":"common-tooltip__body-EJBD96zX","common-tooltip__button-container":"common-tooltip__button-container-EJBD96zX","common-tooltip__body--no-buttons":"common-tooltip__body--no-buttons-EJBD96zX","common-tooltip__button":"common-tooltip__button-EJBD96zX","common-tooltip--direction_reversed":"common-tooltip--direction_reversed-EJBD96zX","common-tooltip__ear-holder":"common-tooltip__ear-holder-EJBD96zX","common-tooltip__ear-holder--below":"common-tooltip__ear-holder--below-EJBD96zX","common-tooltip__ear-holder--above":"common-tooltip__ear-holder--above-EJBD96zX","common-tooltip__ear-holder--before":"common-tooltip__ear-holder--before-EJBD96zX","common-tooltip__ear-holder--after":"common-tooltip__ear-holder--after-EJBD96zX","common-tooltip__body--with-hotkey":"common-tooltip__body--with-hotkey-EJBD96zX","common-tooltip__body--width_wide":"common-tooltip__body--width_wide-EJBD96zX","common-tooltip__body--width_narrow":"common-tooltip__body--width_narrow-EJBD96zX",
+"common-tooltip__body--no-padding":"common-tooltip__body--no-padding-EJBD96zX","common-tooltip__hotkey-block":"common-tooltip__hotkey-block-EJBD96zX","common-tooltip__hotkey-block--divider":"common-tooltip__hotkey-block--divider-EJBD96zX","common-tooltip__hotkey-text":"common-tooltip__hotkey-text-EJBD96zX","common-tooltip__hotkey-button":"common-tooltip__hotkey-button-EJBD96zX","common-tooltip__plus-sign":"common-tooltip__plus-sign-EJBD96zX"}},56616:(e,t,i)=>{"use strict";function s(){return navigator.clipboard}function o(e){return n(e,null)}function n(e,t){const i=e.files&&e.files.length>0;if(!i&&t&&t.eventPhase>0)return r(t,e),Promise.resolve();if(!i){let t=!1;const i=i=>{i.stopImmediatePropagation(),r(i,e),t=!0};try{document.addEventListener("copy",i,!0),document.execCommand("copy")}finally{document.removeEventListener("copy",i,!0)}if(t)return Promise.resolve()}return async function(e){const t=s();if(!t||!t.write||!window.ClipboardItem)throw new DOMException("ClipboardApi is not supported","NotSupportedError");const i={};for(const t of e.files||[])i[t.type]=t;e.text&&(i["text/plain"]=e.text);e.html&&(i["text/html"]=e.html);return t.write([new window.ClipboardItem(i)])}(e)}function r(e,t){e.preventDefault();const i=e.clipboardData;t.text&&i.setData("text/plain",t.text),t.html&&i.setData("text/html",t.html)}async function a(e,t){const i=s();if("text/plain"===t&&!i.write){const t=await e;return i.writeText(await t.text())}if(!i||!i.write||!window.ClipboardItem)throw new DOMException("ClipboardApi is not supported","NotSupportedError");let o=null;try{o=new window.ClipboardItem({[t]:e})}catch(i){o=new window.ClipboardItem({[t]:await e})}if(o)return i.write([o]);throw new Error("ClipboardApi is not supported")}i.d(t,{copyToClipboard:()=>o,getClipboard:()=>s,writeImpl:()=>n,writePromiseUsingApi:()=>a})},93132:(e,t,i)=>{"use strict";i.d(t,{ActionGroup:()=>o});class s{constructor(e,t){this._group=e;const{hotkey:i,handler:s,desc:o,isDisabled:n,element:r=null,isRepeatAccepted:a=!1}=t;this.hotkey=i,this.handler=s,this.desc=o,this.element=r,this.isRepeatAccepted=a,this.isDisabled=n?"function"==typeof n?n:()=>!0:()=>!1}destroy(){this._group&&(this._group.remove(this),this._group=null)}}class o{constructor(e,t){this._actions=new Map,this._manager=e,this.order=t?.order??0,this.modal=!(!t||!t.modal),t&&(this.desc=t.desc),t&&t.isDisabled?"function"==typeof t.isDisabled?this.isDisabled=t.isDisabled:this.isDisabled=()=>!0:this.isDisabled=()=>!1,this._manager.registerGroup(this)}add(e){let t=this._actions.get(e.hotkey);t||(t=[],this._actions.set(e.hotkey,t));const i=new s(this,e);return t.push(i),i}remove(e){const t=this._actions.get(e.hotkey);if(!t)return;const i=t.findIndex((t=>t===e));i>=0&&(1===t.length?this._actions.delete(e.hotkey):t.splice(i,1))}handleHotkey(e,t){const i=this._actions.get(e);if(!i)return!1;for(const s of i)if((!s.element||t.target&&s.element.contains(t.target))&&!s.isDisabled(t))return t.repeat&&!s.isRepeatAccepted||(s.handler(t),this._callMatchedHotkeyHandler(e)),t.preventDefault(),!0;return!1}promote(){
+this._manager.promoteGroup(this)}destroy(){for(const[,e]of this._actions)for(const t of e)t.destroy();this._actions.clear(),this._manager.unregisterGroup(this)}static setMatchedHotkeyHandler(e){o._matchedHotkeyHandler=e}_callMatchedHotkeyHandler(e){o._matchedHotkeyHandler&&o._matchedHotkeyHandler(e)}}},43222:(e,t,i)=>{"use strict";i.d(t,{ACTION_API_GROUP_ORDER:()=>_,createGroup:()=>p,keyboardPressedKeysState:()=>u,pressedKeys:()=>d,registerWindow:()=>m});var s=i(91679),o=i(3343),n=i(54717);class r{constructor(e,t){this.modifiers=e,this.code=t}altOrOptionCode(){return"AltLeft"===this.code||"AltRight"===this.code}controlOrMetaCode(){return o.isMacKeyboard?"MetaLeft"===this.code||"MetaRight"===this.code||"OSLeft"===this.code||"OSRight"===this.code:"ControlLeft"===this.code||"ControlRight"===this.code}}class a extends s.WatchedValue{setValue(e,t){const i=this.value();(t||void 0===i||i.code!==e.code||i.modifiers!==e.modifiers)&&super.setValue(e)}}function l(e,t){return e.order+(e.modal?t:0)}var c=i(93132);const h=new class{constructor(){this._groups=[],this._pressedKeys=new s.WatchedValue(0),this._keyboardPressedKeysState=new a(new r(0)),this._keyDownListener=e=>{if(e.defaultPrevented)return;const t=(0,o.hashFromEvent)(e);if(this._pressedKeys.setValue(t),this._keyboardPressedKeysState.setValue(new r((0,o.modifiersFromEvent)(e),e.code)),!(0,n.isNativeUIInteraction)(t,e.target))for(let i=this._groups.length;i-- >0;){const s=this._groups[i];if(!s.isDisabled()){if(s.handleHotkey(t,e))return;if(s.modal)return}}},this._keyUpListener=e=>{const t=(0,o.hashFromEvent)(e);this._pressedKeys.setValue(t),this._keyboardPressedKeysState.setValue(new r((0,o.modifiersFromEvent)(e),""))},this._blurEvent=()=>{this._pressedKeys.setValue(0),this._keyboardPressedKeysState.setValue(new r(0,""))},this._mouseEvent=e=>{const t=(0,o.modifiersFromEvent)(e),i=255&(this._pressedKeys.value()??0);this._pressedKeys.setValue(t|i)}}listen(e){e.addEventListener("keydown",this._keyDownListener),e.addEventListener("keyup",this._keyUpListener),e.addEventListener("blur",this._blurEvent),e.addEventListener("mousemove",this._mouseEvent)}unlisten(e){e.removeEventListener("keydown",this._keyDownListener),e.removeEventListener("keyup",this._keyUpListener),e.removeEventListener("blur",this._blurEvent),e.removeEventListener("mousemove",this._mouseEvent)}registerGroup(e){this._groups.push(e),this.sortGroups()}unregisterGroup(e){for(let t=this._groups.length;t--;)this._groups[t]===e&&this._groups.splice(t,1)}promoteGroup(e){const t=this._getModalOrderEpoch(),i=l(e,t);let s=this._groups.findIndex((e=>l(e,t)===i)),o=0;for(;sl(i,e)-l(t,e)))}_getMinOrder(){return this._groups.reduce(((e,t)=>Math.min(e,t.order)),0)}_getModalOrderEpoch(){
+return-2*(Math.abs(this._getMinOrder())-1)}},d=h.pressedKeys(),u=h.keyboardPressedKeysState(),_=-100;function p(e){return new c.ActionGroup(h,e)}function m(e){h.listen(e)}},3343:(e,t,i)=>{"use strict";i.d(t,{Modifiers:()=>r,hashFromEvent:()=>l,humanReadableHash:()=>u,humanReadableModifiers:()=>c,isMacKeyboard:()=>n,modifiersFromEvent:()=>a});var s,o=i(75774);!function(e){e[e.KeyCode=255]="KeyCode",e[e.Control=256]="Control",e[e.Alt=512]="Alt",e[e.Shift=1024]="Shift",e[e.Meta=2048]="Meta"}(s||(s={}));const n=o.isMac||o.isIOS;var r;function a(e){let t=0;return e.shiftKey&&(t+=1024),e.altKey&&(t+=512),e.ctrlKey&&(t+=256),e.metaKey&&(t+=2048),t}function l(e){return a(e)|e.keyCode}!function(e){e[e.None=0]="None",e[e.Alt=512]="Alt",e[e.Shift=1024]="Shift",e[e.Mod=n?2048:256]="Mod",e[e.Control=256]="Control",e[e.Meta=2048]="Meta"}(r||(r={}));function c(e,t=!n){let i="";return 256&e&&(i+=_(n?"^":"Ctrl",t)),512&e&&(i+=_(n?"⌥":"Alt",t)),1024&e&&(i+=_(n?"⇧":"Shift",t)),2048&e&&(i+=_(n?"⌘":"Win",t)),i}const h={9:"⇥",13:"↵",27:"Esc",8:n?"⌫":"Backspace",32:"Space",35:"End",36:"Home",37:"←",38:"↑",39:"→",40:"↓",45:"Ins",46:"Del",188:",",191:"/"},d={9:"Tab",13:"Enter",27:"Esc",8:"Backspace",32:"Space",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Ins",46:"Del",188:",",191:"/"};for(let e=1;e<=16;e++)h[e+111]=`F${e}`,d[e+111]=`F${e}`;function u(e){let t=c(e);const i=255&e;return t+=i in h?h[i]:String.fromCharCode(i),t}function _(e,t){return`${e}${t?" + ":n?" ":""}`}},54717:(e,t,i)=>{"use strict";i.d(t,{isNativeUIInteraction:()=>n,isTextEditingField:()=>o});var s=i(3343);function o(e){if("INPUT"===e.tagName){const t=e.type;return"text"===t||"email"===t||"number"===t||"password"===t||"search"===t||"tel"===t||"url"===t}return"TEXTAREA"===e.tagName||e.isContentEditable}function n(e,t){if(!t)return!1;const i=255&e;if(27===i||i>>>4==7)return!1;switch(e^i){case s.Modifiers.Alt:return(38===i||40===i)&&"SELECT"===t.tagName||o(t);case s.Modifiers.Alt+s.Modifiers.Shift:return o(t);case s.Modifiers.Mod:if(67===i||!s.isMacKeyboard&&45===i){const e=t.ownerDocument&&t.ownerDocument.getSelection();if(e&&!e.isCollapsed)return!0}return o(t);case s.Modifiers.Mod+s.Modifiers.Shift:return i>=33&&i<=40&&o(t);case s.Modifiers.Shift:case 0:return 9===i?!(!t.ownerDocument||t===t.ownerDocument.body||t===t.ownerDocument.documentElement):(!function(e){if("BUTTON"===e.tagName)return!0;if("INPUT"===e.tagName){const t=e.type;if("submit"===t||"button"===t||"reset"===t||"checkbox"===t||"radio"===t)return!0}return!1}(t)||13===i||32===i||9===i)&&("form"in t||t.isContentEditable)}return!1}},7029:(e,t,i)=>{"use strict";i.d(t,{t:()=>s});const s=i.i18next},19625:(e,t,i)=>{"use strict";i.d(t,{colorsPalette:()=>d,getHexColorByName:()=>u});var s=i(23420),o=i(579),n=i(50151);const r={...s,...o},a={},l=Object.keys(r).length,c=/^#(([a-f0-9]{2}){2,4}|[a-f0-9]{3})$/i;function h(e,t=[],i=r){const s=i[e];if(!s)return null;if(c.test(s))return s;const o=s;return t.push(e),-1!==t.indexOf(o)?(console.warn("Colors definitions cycled"),
+s):t.length>l?(console.warn("Too many variables-link in HEX-color search: "+t[0]),null):h(o,t,i)}Object.keys(r).forEach((e=>{const t=h(e);a[e]=(0,n.ensureNotNull)(t)}));const d=a;function u(e,t=d){const i=t[e];if(!i){if(c.test(e))return e;throw new Error("No such color "+e)}return i}},74991:(e,t,i)=>{"use strict";i.d(t,{CubicBezier:()=>n,dur:()=>s,easingFunc:()=>o});const s=350,o={linear:e=>e,easeInQuad:e=>e*e,easeOutQuad:e=>e*(2-e),easeInOutQuad:e=>e<.5?2*e*e:(4-2*e)*e-1,easeInCubic:e=>e*e*e,easeOutCubic:e=>--e*e*e+1,easeInOutCubic:e=>e<.5?4*e*e*e:(e-1)*(2*e-2)*(2*e-2)+1,easeInQuart:e=>e*e*e*e,easeOutQuart:e=>1- --e*e*e*e,easeInOutQuart:e=>e<.5?8*e*e*e*e:1-8*--e*e*e*e,easeInQuint:e=>e*e*e*e*e,easeOutQuint:e=>1+--e*e*e*e*e,easeInOutQuint:e=>e<.5?16*e*e*e*e*e:1+16*--e*e*e*e*e};class n{constructor(e,t,i,s){this._mX1=e,this._mY1=t,this._mX2=i,this._mY2=s}easingFunc(e){return this._mX1===this._mY1&&this._mX2===this._mY2?e:this._calcBezier(this._getTForX(e))}_a(e,t){return 1-3*t+3*e}_b(e,t){return 3*t-6*e}_c(e){return 3*e}_calcBezier(e){return((this._a(this._mY1,this._mY2)*e+this._b(this._mY1,this._mY2))*e+this._c(this._mY1))*e}_getSlope(e){return 3*this._a(this._mX1,this._mX2)*e*e+2*this._b(this._mX1,this._mX2)*e+this._c(this._mX1)}_getTForX(e){let t=e;for(let i=0;i<4;++i){const i=this._getSlope(t);if(0===i)return t;t-=(this._calcBezier(t)-e)/i}return t}}},58096:(e,t,i)=>{"use strict";i.d(t,{DEFAULT_SIZE:()=>s,spinnerSizeMap:()=>o});const s="large",o={mini:"xsmall",xxsmall:"xxsmall",xsmall:"xsmall",small:"small",medium:"medium",large:"large"}},34811:(e,t,i)=>{"use strict";i.d(t,{FOCUS_TRAP_DATA_ATTRIBUTE:()=>s});const s="data-focus-trap"},15754:(e,t,i)=>{"use strict";i.d(t,{FOCUSABLE_SELECTOR:()=>o,createScopedVisibleElementFilter:()=>h,getActiveElementSelectors:()=>c,isInertRoot:()=>a,isVisibilityVisible:()=>n});const s=["button","fieldset","optgroup","option","select","textarea","input"],o=["button","input","select","textarea","a[href]","audio[controls]","video[controls]",'[tabindex="0"]','[contenteditable="true"]'].map((e=>s.includes(e)?`${e}:not(:disabled)`:e)).map((e=>`${e}:not([tabindex="-1"])`)).join(",");function n(e){return"visible"===getComputedStyle(e).visibility}function r(e,t){if(e.matches("[inert],[inert] *"))return!0;let i=e;for(;i!==t&&null!==i;){if(l(i))return!0;i=i.parentElement}return!1}function a(e){return e.matches("[inert]")||l(e)}function l(e){return"none"===getComputedStyle(e).display}function c(){return o}function h(e){return t=>n(t)&&!r(t,e)}},76460:(e,t,i)=>{"use strict";function s(e){return 0===e.detail}i.d(t,{isKeyboardClick:()=>s})},91682:(e,t,i)=>{"use strict";i.d(t,{capitalizeFirstLetterInWord:()=>u,decodeHTMLEntities:()=>l,getFirstSegmentOrCodePointString:()=>_,htmlEscape:()=>c,removeSpaces:()=>d,removeTags:()=>h});const s=/[<"'&>]/g,o=e=>`${e.charCodeAt(0)};`,n={"<":"<",">":">",""":'"',"'":"'","&":"&","<":"<",">":">",""":'"',"'":"'","'":"'","&":"&"},r=Object.assign({},...Object.entries(n).map((([e,t])=>({[t]:e
+})))),a=new RegExp(Object.keys(n).join("|"),"g");new RegExp(Object.keys(r).join("|"),"g");function l(e){return e.replace(a,(e=>n[e]||e))}function c(e){return e.replace(s,o)}function h(e=""){return e.replace(/(<([^>]+)>)/gi,"")}function d(e=""){return e.replace(/\s+/g,"")}function u(e=""){return e.replace(/\b\w/g,(e=>e.toUpperCase()))}function _(e){const t=Intl.Segmenter;if(t){const i=new t(void 0,{granularity:"grapheme"}),[{segment:s}={segment:null}]=i.segment(e);return s?.toUpperCase()??null}{const t=e.codePointAt(0);return t?String.fromCodePoint(t).toUpperCase():null}}},94194:(e,t,i)=>{"use strict";i.d(t,{getTooltipData:()=>o,setTooltipData:()=>n});const s=new WeakMap;function o(e,t){const i=s.get(e);return i instanceof Function?i(t):i&&i[t]}function n(e,t,i){if(i instanceof Function)return void s.set(e,i);const o=s.get(e),n=void 0===o||o instanceof Function?{}:o;n[t]=i,s.set(e,n)}},61814:(e,t,i)=>{"use strict";i.d(t,{hotKeyDeserialize:()=>n,hotKeySerialize:()=>o});var s=i(91682);function o(e){return(0,s.htmlEscape)(JSON.stringify(e))}function n(e){return JSON.parse((0,s.decodeHTMLEntities)(e))}},38780:(e,t,i)=>{"use strict";i.d(t,{hide:()=>$,show:()=>G,showOnElement:()=>U});var s=i(32563),o=i(50151),n=i(26709);let r=0,a=0,l=0;function c(){clearTimeout(r),clearTimeout(a),clearTimeout(l)}function h(e,t){r=setTimeout(e,t)}const d="tooltip-root-element";let u;function _(){const e=document.getElementById(d);e?u=e:(u=document.createElement("div"),u.id=d,document.body.appendChild(u))}function p(){u&&(u.innerHTML="")}"interactive"===document.readyState?_():document.addEventListener("DOMContentLoaded",_);var m=i(49481),g=i(63273),f=(i(21251),i(14729)),y=i(9859),v=i(49483);const S={default:"",white:"theme-white",chart:"theme-chart","round-shadow":"theme-round-shadow"},b=Object.keys(S);var w,C=i(94194),P=i(61814),T=i(91751);function x(e){const t=function(e){const t=e.hasAttribute("data-tooltip")?e.getAttribute("data-tooltip"):e.getAttribute("title");return t&&((0,C.setTooltipData)(e,"text",t),e.removeAttribute("title")),(0,C.getTooltipData)(e,"text")||""}(e),i=e.getBoundingClientRect(),s={h:i.height,w:i.width,x:i.left,y:i.top},o=e.getAttribute("data-color-theme")||"",n=e.classList.contains("common-tooltip-html"),r=parseInt(e.getAttribute("data-tooltip-delay")||""),a=parseInt(e.getAttribute("data-tooltip-debounce")||"");let l={type:"none"};return t&&(l={type:n?"html":"text",data:t}),{above:e.classList.contains("common-tooltip-above"),below:e.classList.contains("common-tooltip-below"),otl:e.classList.contains("common-tooltip-otl"),otr:e.classList.contains("common-tooltip-otr"),vertical:e.classList.contains("common-tooltip-vertical"),hotkey:e.getAttribute("data-tooltip-hotkey"),narrow:e.classList.contains("common-tooltip-narrow"),wide:e.classList.contains("common-tooltip-wide"),colorTheme:o,tooltipDelay:r,tooltipDebounce:a,rect:s,content:l,target:e}}function I(e){const t=(0,o.ensureNotNull)(B).cloneNode(!0),i=N(t),{content:s}=e;switch(s.type){case"element":i.innerHTML="",i.appendChild(s.data);break;case"html":i.innerHTML=s.data
+;break;case"text":if(e.hotkey){const e=(0,o.ensureNotNull)(R).cloneNode(!0);e.innerText=s.data,i.appendChild(e)}else i.innerText=s.data}if(e.hotkey){const t="none"!==s.type,n=(0,o.ensureNotNull)(V).cloneNode(!0),r=(0,P.hotKeyDeserialize)(e.hotkey),a=r.keys.map((e=>`${e}`));n.innerHTML=function(e,t){const i=/{\d}|{hotkey_\d}/gi;return e.replace(i,(e=>{const i=Number(e.match(/\d/));return t[i]}))}(r.text,a).replace(/\s\+\s/g,`+`),i.classList.add(T["common-tooltip__body--with-hotkey"]),t&&n.classList.add(T["common-tooltip__hotkey-block--divider"]),i.appendChild(n)}return t.addEventListener("contextmenu",f.preventDefault),t}function M(e,t){const i=t.rect;if(!i)return;!function(e,t){const i=b.includes(t)?S[t]:"";e.classList.remove(...b.map((e=>S[e])).filter((e=>!!e))),i&&!e.classList.contains(i)&&e.classList.add(i)}(e,t.colorTheme||"default"),t.addClass&&e.classList.add(t.addClass);const s=N(e),o=e.querySelector(`.${T["common-tooltip__button-container"]}`);s.classList.toggle(T["common-tooltip__body--width_wide"],Boolean(t.wide)),s.classList.toggle(T["common-tooltip__body--no-padding"],Boolean(t.noPadding)),s.classList.toggle(T["common-tooltip__body--width_narrow"],Boolean(t.narrow)),s.classList.toggle(T["common-tooltip__body--no-buttons"],!0),s.style.left=L(0),s.style.width=L(s.clientWidth+(Boolean(t.noPadding)?0:2));const n=document.body.clientWidth,r=v.CheckMobile.iOS()||v.CheckMobile.Android()||(0,v.supportTouch)()&&(0,v.isMac)()?window.innerHeight:document.body.clientHeight,a=t.vertical,l=t.extendMargin||a&&i.w<20||!a&&i.h<20;e.classList.toggle(T["common-tooltip--farther"],l),e.classList.toggle(T["common-tooltip--vertical"],a),e.classList.toggle(T["common-tooltip--horizontal"],!a);const c=function(e){return e.querySelector(`.${T["common-tooltip__ear-holder"]}`)}(e),h=e.offsetHeight;if(a){const a=10,l=r-10,d=12,u=a+d,_=l-d,p=(0,y.clamp)(i.y+i.h/2,u,_)-h/2,m=p+h;e.style.left=L(i.x+i.w),e.style.top=L(p),pl&&(s.style.top=o.style.top=L(l-m));const{right:f}=(e.querySelector(":last-child")||s).getBoundingClientRect(),v=f+10>n;e.classList.toggle(T["common-tooltip--direction_reversed"],v),e.classList.toggle(T["common-tooltip--direction_normal"],!v);let S=v?"after":"before";(0,g.isRtl)()?(S=t.otr?"after":S,S=t.otl?"before":S):(S=t.otr?"before":S,S=t.otl?"after":S),c.classList.toggle(T["common-tooltip__ear-holder--before"],"before"===S),c.classList.toggle(T["common-tooltip__ear-holder--after"],"after"===S),"after"===S&&(e.style.left="auto",e.style.right=L(n-i.x))}else{const a=i.x-(s.offsetWidth-i.w)/2,l=n-e.offsetWidth-20<=0?(n-e.offsetWidth)/2:10,d=n-l-e.offsetWidth,u=Math.max(l,Math.min(a,d));e.style.left=L(u);const _=d\n\t\t